This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hrmph. Is having a test for an exact version of MM_Unix.pm
[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____________________________________________________________________________
7231552f
JH
34[ 14190] By: jhi on 2002/01/11 14:52:51
35 Log: Subject: [PATCH] Re: Magic numbers in B::Concise
36 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37 Date: Thu, 10 Jan 2002 18:21:34 -0800
38 Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
39 Branch: perl
40 + ext/B/t/concise.t
41 ! MANIFEST
42____________________________________________________________________________
43[ 14189] By: jhi on 2002/01/11 14:51:11
44 Log: Upgrade to CGI.pm 2.79. Manual tweaks were
45 necessary in form.t and html.t @INC setups.
46 Branch: perl
47 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
48____________________________________________________________________________
49[ 14188] By: jhi on 2002/01/11 14:31:17
50 Log: Yet another twist.
51 Branch: perl
52 ! t/test.pl
53____________________________________________________________________________
54[ 14187] By: jhi on 2002/01/11 14:14:12
55 Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
56 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57 Date: Fri, 11 Jan 2002 13:04:15 +0100
58 Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
59 Branch: perl
60 ! hints/aix.sh
61____________________________________________________________________________
62[ 14186] By: jhi on 2002/01/11 14:13:02
63 Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
64 From: Jonathan Stowe <gellyfish@gellyfish.com>
65 Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
66 Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
67 Branch: perl
68 ! lib/AnyDBM_File.t
69____________________________________________________________________________
70[ 14185] By: jhi on 2002/01/11 14:10:01
71 Log: Arguments were being mangled.
72 Branch: perl
73 ! t/test.pl
74____________________________________________________________________________
75[ 14184] By: jhi on 2002/01/11 14:05:53
76 Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
77 From: Jonathan Stowe <gellyfish@gellyfish.com>
78 Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
79 Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
80 Branch: perl
81 ! lib/AnyDBM_File.t
82____________________________________________________________________________
83[ 14183] By: jhi on 2002/01/11 13:59:22
84 Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
85 From: Michael G Schwern <schwern@pobox.com>
86 Date: Fri, 11 Jan 2002 04:26:27 -0500
87 Message-ID: <20020111092626.GA16544@blackrider>
88 Branch: perl
89 ! t/run/kill_perl.t t/test.pl
90____________________________________________________________________________
91[ 14182] By: jhi on 2002/01/11 13:57:59
92 Log: Subject: [PATCH] Test::Harness 2.01
93 From: Michael G Schwern <schwern@pobox.com>
94 Date: Thu, 10 Jan 2002 21:11:24 -0500
95 Message-ID: <20020111021123.GA30666@blackrider>
96 Branch: perl
97 + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
98 + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
99 + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
100 + lib/Test/Harness/t/nonumbers.t
101 + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
102 + t/lib/sample-tests/lone_not_bug
103 + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
104 + t/lib/sample-tests/vms_nit
105 ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
106 ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
107____________________________________________________________________________
108[ 14181] By: jhi on 2002/01/11 13:57:38
109 Log: patch is silly when creating new files: don't run
110 patch more than once.
111 Branch: perl
112 ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
113____________________________________________________________________________
114[ 14180] By: jhi on 2002/01/11 13:53:49
115 Log: Forgot from #14179.
116 Branch: perl
117 ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
118____________________________________________________________________________
119[ 14179] By: jhi on 2002/01/11 13:24:13
120 Log: Subject: [PATCH] is() undef/'' behavior change
121 From: Michael G Schwern <schwern@pobox.com>
122 Date: Fri, 11 Jan 2002 03:35:51 -0500
123 Message-ID: <20020111083551.GC30666@blackrider>
124
125 Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
126 From: Michael G Schwern <schwern@pobox.com>
127 Date: Fri, 11 Jan 2002 03:37:44 -0500
128 Message-ID: <20020111083744.GD30666@blackrider>
129 Branch: perl
130 ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
131 ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
132 ! lib/Pod/t/InputObjects.t lib/blib.t
133____________________________________________________________________________
134[ 14178] By: jhi on 2002/01/11 13:21:59
135 Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
136 From: Michael G Schwern <schwern@pobox.com>
137 Date: Thu, 10 Jan 2002 19:56:23 -0500
138 Message-ID: <20020111005623.GA13192@blackrider>
139 Branch: perl
140 + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
141 ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
142 ! lib/Test/Simple.pm lib/Test/Simple/Changes
143 ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
144 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
145 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
146 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
147 ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
148 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
149 ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
150 ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
151 ! lib/Test/Simple/t/plan_is_noplan.t
152 ! lib/Test/Simple/t/plan_no_plan.t
153 ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
154 ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
155 ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
156 ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
157 ! lib/Test/Tutorial.pod
158____________________________________________________________________________
159[ 14177] By: gsar on 2002/01/11 02:56:05
160 Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
161 revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
162
163 turns out even the malloc() was never really needed to begin with,
164 so get rid of it
165 Branch: perl
166 ! sv.c
167____________________________________________________________________________
168[ 14176] By: jhi on 2002/01/11 02:11:21
169 Log: Small doc tweaks.
170 Branch: perl
171 ! pod/perluniintro.pod
172____________________________________________________________________________
173[ 14175] By: gsar on 2002/01/11 01:05:15
174 Log: support using the CRT's malloc() family of functions instead of
175 the internal one when ithreads is enabled; allocate large blocks
176 using VirtualAlloc() since the Heap*() functions may only be tuned
177 for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
178
179 pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
180 also see comments at the top of win32/vmem.h for other options that
181 can be set
182 Branch: perl
183 ! win32/vmem.h
184____________________________________________________________________________
185[ 14174] By: jhi on 2002/01/10 19:33:29
186 Log: Subject: micropatch
187 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
188 Date: Thu, 10 Jan 2002 18:20:58 +0000
189 Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
190 Branch: perl
191 ! regcomp.c
192____________________________________________________________________________
193[ 14173] By: jhi on 2002/01/10 19:32:16
194 Log: Subject: [PATCH] Embed.t on Win32
195 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
196 Date: Thu, 10 Jan 2002 18:56:21 +0100
197 Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
198 Branch: perl
199 ! lib/ExtUtils/t/Embed.t
200____________________________________________________________________________
201[ 14172] By: jhi on 2002/01/10 19:31:00
202 Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
203 From: Gisle Aas <gisle@ActiveState.com>
204 Date: 10 Jan 2002 08:56:05 -0800
205 Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
206 Branch: perl
207 ! toke.c
208____________________________________________________________________________
209[ 14171] By: jhi on 2002/01/10 19:29:08
210 Log: Subject: [PATCH] doc fixes
211 From: "Brendan O'Dea" <bod@debian.org>
212 Date: Fri, 11 Jan 2002 03:49:54 +1100
213 Message-ID: <20020110164954.GA21891@compusol.com.au>
214 Branch: perl
215 ! lib/I18N/Collate.pm pod/perlfunc.pod
216____________________________________________________________________________
217[ 14170] By: jhi on 2002/01/10 17:48:42
218 Log: Integrate perlio; More signal hackery.
219 Branch: perl
220 !> win32/win32.c
221____________________________________________________________________________
222[ 14169] By: jhi on 2002/01/10 17:47:34
223 Log: No need to show internal encodings, or return them
224 in random order.
225 Branch: perl
226 ! ext/Encode/Encode.pm
227____________________________________________________________________________
228[ 14166] By: jhi on 2002/01/10 15:24:41
229 Log: I think we can claim to be supporting Unicode
230 "loose matching" now.
231 Branch: perl
232 ! pod/perlunicode.pod
233____________________________________________________________________________
234[ 14165] By: jhi on 2002/01/10 15:07:56
235 Log: Subject: doc patch
236 From: mjd@plover.com
237 Date: 10 Jan 2002 15:12:27 -0000
238 Message-ID: <20020110151227.14850.qmail@plover.com>
239 Branch: perl
240 ! pod/perlrun.pod
241____________________________________________________________________________
242[ 14164] By: jhi on 2002/01/10 14:54:38
243 Log: Subject: Re: [ID 20011223.001] accept leaks memory
244 From: Andy Dougherty <doughera@lafayette.edu>
245 Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
246 Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
247 Branch: perl
248 ! hints/linux.sh
249____________________________________________________________________________
250[ 14163] By: jhi on 2002/01/10 14:52:08
251 Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
252 Branch: perl
253 !> win32/win32.c
254____________________________________________________________________________
255[ 14162] By: jhi on 2002/01/10 14:50:03
256 Log: Subject: [PATCH] Magic numbers in B::Concise
257 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
258 Date: Wed, 9 Jan 2002 23:04:01 -0800
259 Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
260 Branch: perl
261 ! ext/B/B/Concise.pm ext/B/O.pm
262____________________________________________________________________________
263[ 14161] By: jhi on 2002/01/10 14:48:52
264 Log: Subject: [PATCH] No 'once' warnings for variables declared with our
265 From: Gisle Aas <gisle@ActiveState.com>
266 Date: 09 Jan 2002 21:52:40 -0800
267 Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
268 Branch: perl
269 ! t/lib/strict/vars toke.c
270____________________________________________________________________________
271[ 14159] By: jhi on 2002/01/09 21:28:13
272 Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
273 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
274 Date: Wed, 9 Jan 2002 23:24:32 +0100
275 Message-ID: <20020109232432.A692@rafael>
276 Branch: perl
277 ! ext/B/B/Deparse.pm
278____________________________________________________________________________
279[ 14158] By: jhi on 2002/01/09 21:25:19
280 Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
281 From: Jonathan Stowe <gellyfish@gellyfish.com>
282 Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
283 Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
284 Branch: perl
285 ! t/run/kill_perl.t
286____________________________________________________________________________
287[ 14157] By: jhi on 2002/01/09 19:59:28
288 Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
289 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
290 Date: Wed, 09 Jan 2002 20:16:54 +0000
291 Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
292 Branch: perl
293 ! regexec.c
294____________________________________________________________________________
295[ 14156] By: jhi on 2002/01/09 19:46:27
296 Log: Subject: [Patch @14129] fixes Unicode::Normalize
297 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
298 Date: Thu, 10 Jan 2002 01:08:56 +0900
299 Message-Id: <20020110010110.690B.BQW10602@nifty.com>
300 Branch: perl
301 - ext/Unicode/Normalize/Normalize.pod
302 ! MANIFEST ext/Unicode/Normalize/Makefile.PL
303 ! ext/Unicode/Normalize/Normalize.pm
304 ! ext/Unicode/Normalize/Normalize.xs
305 ! ext/Unicode/Normalize/mkheader
306____________________________________________________________________________
307[ 14155] By: jhi on 2002/01/09 19:09:15
308 Log: Integrate perlio; (Re-)implement alarm() for Win32.
309 Branch: perl
310 !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
311 !> win32/win32iop.h
312____________________________________________________________________________
313[ 14154] By: jhi on 2002/01/09 19:08:15
314 Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
315 From: Nicholas Clark <nick@unfortu.net>
316 Date: Wed, 9 Jan 2002 17:56:04 +0000
317 Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
318 Branch: perl
319 ! t/op/readdir.t
320____________________________________________________________________________
321[ 14152] By: jhi on 2002/01/09 14:37:01
322 Log: Update Changes.
323 Branch: perl
324 ! Changes patchlevel.h
325____________________________________________________________________________
4116aceb
JH
326[ 14150] By: jhi on 2002/01/09 14:27:23
327 Log: Thinko.
328 Branch: perl
329 ! ext/threads/t/stress_re.t
330____________________________________________________________________________
331[ 14149] By: jhi on 2002/01/09 13:47:31
332 Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
333 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
334 Date: Wed, 09 Jan 2002 13:37:17 +0000
335 Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
336 Branch: perl
337 ! regexec.c t/op/re_tests
338____________________________________________________________________________
339[ 14148] By: jhi on 2002/01/09 13:00:09
340 Log: Subject: Re: Weird Malformed warning in bleadperl
341 From: andreas.koenig@anima.de (Andreas J. Koenig)
342 Date: 09 Jan 2002 11:12:37 +0100
343 Message-ID: <m3itabbzoq.fsf@anima.de>
344 Branch: perl
345 ! regexec.c t/op/pat.t
346____________________________________________________________________________
347[ 14147] By: jhi on 2002/01/09 12:59:42
348 Log: Forgot stress_re.t from MANIFEST.
349 Branch: perl
350 ! MANIFEST
351____________________________________________________________________________
352[ 14146] By: jhi on 2002/01/09 12:47:27
353 Log: In dumping use isPRINT() instead of isprint() so that locale
354 does not come into play.
355 Branch: perl
356 ! utf8.c
357____________________________________________________________________________
358[ 14145] By: jhi on 2002/01/09 02:52:39
359 Log: Add a threads stress test for regular expressions
360 (mostly just a modified stress_string.t) and doesn't
361 test that much of regular expressions, just that $1
362 doesn't get stomped by competing threads (as it does
363 in the 5005threads of old).
364 Branch: perl
365 + ext/threads/t/stress_re.t
366 ! MANIFEST
367____________________________________________________________________________
368[ 14144] By: jhi on 2002/01/09 02:28:33
369 Log: Subject: Re: [ID 20010912.007] substr reference core dump
370 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
371 Date: Tue, 08 Jan 2002 19:17:50 +0000
372 Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
373 Branch: perl
374 ! scope.c t/run/kill_perl.t
375____________________________________________________________________________
376[ 14143] By: jhi on 2002/01/09 01:32:05
377 Log: SANY (. with /s) wasn't happy on Unicode.
378 Branch: perl
379 ! regexec.c t/op/pat.t
380____________________________________________________________________________
381[ 14142] By: ams on 2002/01/08 22:42:10
382 Log: Subject: [PATCH] perldebug nit
383 From: Tels <tels@bloodgate.com>
384 Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
385 Branch: perl
386 ! pod/perldebug.pod
387____________________________________________________________________________
388[ 14141] By: ams on 2002/01/08 21:32:59
389 Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
390 From: "Green, Paul" <Paul.Green@stratus.com>
391 Date: Tue, 8 Jan 2002 17:31:35 -0500
392 Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
393 Branch: perl
394 ! Makefile.SH
395____________________________________________________________________________
396[ 14140] By: ams on 2002/01/08 21:27:57
397 Log: Subject: [PATCH] Re: Slight chokage from Deparse
398 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
399 Date: Tue, 8 Jan 2002 23:04:45 +0100
400 Message-Id: <20020108230445.A4798@rafael>
401 Branch: perl
402 ! ext/B/B/Deparse.pm
403____________________________________________________________________________
404[ 14139] By: jhi on 2002/01/08 19:13:43
405 Log: Subject: [patch] peep() is rude
406 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
407 Date: Tue, 08 Jan 2002 19:17:50 +0000
408 Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
409 Branch: perl
410 ! op.c t/run/kill_perl.t
411____________________________________________________________________________
412[ 14138] By: jhi on 2002/01/08 19:01:16
413 Log: unifold is really an op test since it requires
414 no external modules for its actual testing:
415 only the unicore CaseFold.txt file, and File::Spec
416 to portably access that file.
417 Branch: perl
418 + t/op/unifold.t
419 - lib/unifold.t
420 ! MANIFEST
421____________________________________________________________________________
422[ 14137] By: jhi on 2002/01/08 16:29:48
423 Log: Subject: [patch] save a test
424 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
425 Date: Tue, 08 Jan 2002 16:18:47 +0000
426 Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>
427 Branch: perl
428 ! regcomp.c
429____________________________________________________________________________
430[ 14135] By: jhi on 2002/01/08 15:12:38
431 Log: Subject: Not OK 13843
432 From: andreas.koenig@anima.de (Andreas J. Koenig)
433 Date: 08 Jan 2002 14:12:29 +0100
434 Message-ID: <m38zb9c7gi.fsf@anima.de>
435 Branch: perl
436 ! op.c t/op/subst.t
437____________________________________________________________________________
438[ 14134] By: jhi on 2002/01/08 14:30:00
439 Log: Missed one variant of the fold testing, noticed bu Hugo.
440 Branch: perl
441 ! lib/unifold.t
442____________________________________________________________________________
443[ 14133] By: jhi on 2002/01/08 14:23:39
444 Log: Enchance the Storable magic description.
445 Branch: perl
446 ! ext/Storable/Storable.pm
447____________________________________________________________________________
448[ 14132] By: ams on 2002/01/08 09:16:12
449 Log: Subject: [PATCH] don't installperl pods
450 From: H.Merijn Brand <h.m.brand@hccnet.nl>
451 Date: Tue, 08 Jan 2002 10:36:01 +0100
452 Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
453 Branch: perl
454 ! installperl
455____________________________________________________________________________
456[ 14131] By: ams on 2002/01/08 03:38:40
457 Log: Subject: Math-BigInt v1.49 released
458 From: Tels <perl_dummy@bloodgate.com>
459 Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
460 Branch: perl
461 + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
462 + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
463 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
464 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
465 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
466 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
467 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
468 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
469 ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
470 ! t/lib/Math/BigInt/Subclass.pm
471____________________________________________________________________________
472[ 14130] By: jhi on 2002/01/08 02:13:53
473 Log: A little better comments.
474 Branch: perl
475 ! regexec.c
476____________________________________________________________________________
477[ 14129] By: jhi on 2002/01/07 23:45:05
478 Log: No normalization form DNF.
479 Branch: perl
480 ! ext/Unicode/Normalize/Normalize.pm
481____________________________________________________________________________
482[ 14128] By: jhi on 2002/01/07 23:40:15
483 Log: Extension nits found by -Wall (several from threads
484 and threads::shared, but leaving them to Arthur).
485 Branch: perl
486 ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
487 ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
488 ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
489 ! ext/Unicode/Normalize/mkheader x2p/str.c
490____________________________________________________________________________
491[ 14125] By: ams on 2002/01/07 22:03:22
492 Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
493 From: Nicholas Clark (sans From field in mail header)
494 Date: Mon, 7 Jan 2002 16:18:23 +0000
495 Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
496 Branch: perl
497 ! lib/Exporter.pm
498____________________________________________________________________________
499[ 14124] By: ams on 2002/01/07 21:46:11
500 Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
501 From: "Green, Paul" <Paul.Green@stratus.com>
502 Date: Mon, 7 Jan 2002 16:59:38 -0500
503 Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
504 Branch: perl
505 ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
506____________________________________________________________________________
507[ 14122] By: jhi on 2002/01/07 16:09:50
508 Log: Update Changes.
509 Branch: perl
510 ! Changes patchlevel.h
511____________________________________________________________________________
ee45e09c
JH
512[ 14121] By: jhi on 2002/01/07 16:03:34
513 Log: Subject: [PATCH] Correct module name in perldelta*
514 From: Mike Guy <mjtg@cam.ac.uk>
515 Date: Mon, 07 Jan 2002 17:02:43 +0000
516 Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
517 Branch: perl
518 ! pod/perl561delta.pod pod/perl56delta.pod
519____________________________________________________________________________
520[ 14120] By: jhi on 2002/01/07 15:55:25
521 Log: AUTHORS update.
522 Branch: perl
523 ! AUTHORS
524____________________________________________________________________________
525[ 14119] By: jhi on 2002/01/07 15:52:34
526 Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
527 Branch: perl
528 ! ext/Storable/Storable.pm
529____________________________________________________________________________
530[ 14118] By: jhi on 2002/01/07 15:06:25
531 Log: perldelta updates.
532 Branch: perl
533 ! pod/perldelta.pod
534____________________________________________________________________________
535[ 14117] By: jhi on 2002/01/07 13:52:30
536 Log: Document the flags of pv_uni_display().
537 Branch: perl
538 ! pod/perlapi.pod utf8.c
539____________________________________________________________________________
540[ 14116] By: jhi on 2002/01/07 13:49:17
541 Log: Forgot from #14115.
542 Branch: perl
543 ! t/op/re_tests
544____________________________________________________________________________
545[ 14115] By: jhi on 2002/01/07 13:48:06
546 Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d
547 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
548 Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
549 Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
550 Branch: perl
551 ! regcomp.c
552____________________________________________________________________________
553[ 14114] By: jhi on 2002/01/07 04:44:05
554 Log: More regex and utf8 debug dumping.
555 Branch: perl
556 ! dump.c regcomp.c regexec.c utf8.c utf8.h
557____________________________________________________________________________
558[ 14113] By: jhi on 2002/01/07 01:05:01
559 Log: Unused variable.
560 Branch: perl
561 ! regcomp.c
562____________________________________________________________________________
563[ 14112] By: jhi on 2002/01/07 00:52:46
564 Log: Regen toc.
565 Branch: perl
566 ! pod/perltoc.pod
567____________________________________________________________________________
568[ 14111] By: jhi on 2002/01/07 00:03:57
569 Log: capitalize correctly, noticed by David Dyck.
570 Branch: perl
571 ! lib/sort.pm
572____________________________________________________________________________
573[ 14109] By: jhi on 2002/01/06 20:51:32
574 Log: No need to overqualify.
575 Branch: perl
576 ! lib/sort.pm
577____________________________________________________________________________
578[ 14108] By: jhi on 2002/01/06 20:38:34
579 Log: PL_debug_pad wasn't initialized to zeroes which broke
580 ithreads + DEBUGGING.
581 Branch: perl
582 ! sv.c
583____________________________________________________________________________
584[ 14107] By: jhi on 2002/01/06 15:39:31
585 Log: Update Changes.
586 Branch: perl
587 ! Changes patchlevel.h
588____________________________________________________________________________
8f4e3b92
JH
589[ 14106] By: jhi on 2002/01/06 15:33:51
590 Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
591 From: Jonathan Stowe <gellyfish@gellyfish.com>
592 Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
593 Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
594 Branch: perl
595 ! pp_sys.c
596____________________________________________________________________________
597[ 14105] By: jhi on 2002/01/06 15:11:15
598 Log: DB_File sync from Paul Marquess.
599 Branch: perl
600 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
601 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
602 ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
603____________________________________________________________________________
604[ 14104] By: jhi on 2002/01/06 15:08:14
605 Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
606 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
607 Date: Sun, 6 Jan 2002 11:44:30 +0100
608 Message-ID: <3C38389E.7831.493570@localhost>
609 Branch: perl
610 ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
611 ! utils/perlcc.PL
612____________________________________________________________________________
613[ 14103] By: jhi on 2002/01/06 14:57:01
614 Log: Tests for #14098.
615 Branch: perl
616 ! t/op/lc.t
617____________________________________________________________________________
618[ 14101] By: ams on 2002/01/06 04:52:50
619 Log: Subject: [PATCH] Bad prototype detection now an optional warning
620 From: Sam Tregar <sam@tregar.com>
621 Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
622 Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
623 Branch: perl
624 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
625 ! t/comp/proto.t toke.c
626____________________________________________________________________________
627[ 14100] By: ams on 2002/01/06 01:56:59
628 Log: Subject: [PATCH] Correct several Stratus VOS build issues
629 From: "Green, Paul" <Paul.Green@stratus.com>
630 Date: Sat, 5 Jan 2002 21:30:56 -0500
631 Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
632 Branch: perl
633 ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
634____________________________________________________________________________
635[ 14099] By: jhi on 2002/01/05 22:51:38
636 Log: Further perl.org URL elaboration from Ask.
637 Branch: perl
638 ! pod/perlfaq1.pod pod/perlfaq2.pod
639____________________________________________________________________________
640[ 14098] By: jhi on 2002/01/05 22:47:59
641 Log: The same problem with To{Lower,Title,Upper}
642 as earlier with ToFold.
643 Branch: perl
644 ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
645 ! lib/unicore/To/Upper.pl lib/unicore/mktables
646____________________________________________________________________________
647[ 14097] By: jhi on 2002/01/05 22:11:35
648 Log: Retract #14057 for now; the alarm/setitimer timers
649 seen to be the same in many systems, which leads into
650 hangups.
651 Branch: perl
652 ! ext/Time/HiRes/HiRes.t
653____________________________________________________________________________
654[ 14096] By: jhi on 2002/01/05 22:09:20
655 Log: Finish up (ha!) the Unicode case folding;
656 enhance regex dumping code.
657 Branch: perl
658 + lib/unifold.t
659 ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
660 ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
661____________________________________________________________________________
662[ 14095] By: jhi on 2002/01/05 22:07:33
663 Log: Use the perl.org news gw instead of the perl.com one
664 (from Ask).
665 Branch: perl
666 ! pod/perlfaq1.pod pod/perlfaq2.pod
667____________________________________________________________________________
668[ 14094] By: jhi on 2002/01/05 21:26:09
669 Log: Zero() wasn't documented.
670 Branch: perl
671 ! pod/perlclib.pod
672____________________________________________________________________________
673[ 14093] By: ams on 2002/01/05 17:58:35
674 Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
675 From: Nicholas Clark <nick@unfortu.net>
676 Date: Sat, 5 Jan 2002 18:55:39 +0000
677 Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
678 Branch: perl
679 ! lib/Memoize/t/tie_ndbm.t
680____________________________________________________________________________
681[ 14092] By: jhi on 2002/01/05 17:26:05
682 Log: Also UNICOS/mk has deviant socketpair().
683 Branch: perl
684 ! ext/Socket/socketpair.t
685____________________________________________________________________________
686[ 14091] By: jhi on 2002/01/05 17:21:12
687 Log: Ooops. Retract the regex parts of #14090.
688 Branch: perl
689 ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
690____________________________________________________________________________
691[ 14090] By: jhi on 2002/01/05 17:18:43
692 Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
693 From: Nicholas Clark <nick@unfortu.net>
694 Date: Sat, 5 Jan 2002 18:10:13 +0000
695 Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>
696 Branch: perl
697 ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
698 ! regcomp.h regexec.c
699____________________________________________________________________________
700[ 14089] By: jhi on 2002/01/05 15:42:12
701 Log: Integrate perlio; a missing aTHX.
702 Branch: perl
703 !> op.c
704____________________________________________________________________________
705[ 14085] By: jhi on 2002/01/04 23:36:23
706 Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
707 found by Marc Lehmann.
708 Branch: perl
709 ! pp.c
710____________________________________________________________________________
711[ 14084] By: jhi on 2002/01/04 22:57:03
712 Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
713 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
714 Date: Sat, 5 Jan 2002 00:31:12 +0100
715 Message-ID: <20020105003112.E1850@rafael>
716 Branch: perl
717 ! t/comp/proto.t
718____________________________________________________________________________
719[ 14083] By: jhi on 2002/01/04 22:56:23
720 Log: A bit of "perl.com" cleanup.
721 Branch: perl
722 ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
723 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
724 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
725 ! pod/perlmodlib.PL pod/perlmodlib.pod
726____________________________________________________________________________
727[ 14082] By: jhi on 2002/01/04 21:53:30
728 Log: Subject: [PATCH op.c] Bad \[...] prototype checking
729 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
730 Date: Fri, 4 Jan 2002 23:35:19 +0100
731 Message-ID: <20020104233519.A1850@rafael>
732 Branch: perl
733 ! op.c
734____________________________________________________________________________
735[ 14081] By: jhi on 2002/01/04 21:45:22
736 Log: Integrate change #14062 from macperl;
737 Define setbuf, setvbuf for Mac OS
738 Branch: perl
739 !> ext/IO/IO.xs
740____________________________________________________________________________
741[ 14078] By: jhi on 2002/01/04 21:07:05
742 Log: Display the native pwd command.
743 Branch: perl
744 ! ext/Cwd/t/cwd.t
745____________________________________________________________________________
746[ 14077] By: jhi on 2002/01/04 21:00:53
747 Log: Under Mac OS X /dev/stdout is normally a symlink,
748 but when running the test it seems to become a socket.
749 So let's extend our censorship.
750 Branch: perl
751 ! t/op/stat.t
752____________________________________________________________________________
753[ 14068] By: jhi on 2002/01/04 20:24:59
754 Log: If we do have socketpair(), make my_socketpair()
755 just call the real socketpair(). This way we always
756 have real code behind my_socketpair() and a symbol
757 corresponding to the my_socketpair in global.sym.
758 Branch: perl
759 ! embed.fnc embed.h makedef.pl proto.h util.c
760____________________________________________________________________________
761[ 14060] By: jhi on 2002/01/04 20:06:58
762 Log: Spread the good word of "env".
763 Branch: perl
764 ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
765____________________________________________________________________________
766[ 14059] By: jhi on 2002/01/04 19:57:11
767 Log: Till the system tests do something non-Win*, better rename
768 the test so that people on other platforms don't get confused.
769 (Not win32system, because assumedly there's win64, too.)
770 Branch: perl
771 + t/op/winsystem.t
772 - t/op/system.t
773 ! MANIFEST
774____________________________________________________________________________
775[ 14058] By: jhi on 2002/01/04 19:48:09
776 Log: Some tweaks.
777 Branch: perl
778 ! lib/Pod/t/Functions.t
779____________________________________________________________________________
780[ 14057] By: ams on 2002/01/04 17:40:31
781 Log: (retracted by #14057)
782
783 Subject: [PATCH] Time/HiRes/HiRes.t
784 From: Nicholas Clark <nick@unfortu.net>
785 Date: Fri, 4 Jan 2002 17:28:46 +0000
786 Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
787 Branch: perl
788 ! ext/Time/HiRes/HiRes.t
789____________________________________________________________________________
790[ 14056] By: jhi on 2002/01/04 17:35:34
791 Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test
792 From: Abe Timmerman <abe@ztreet.demon.nl>
793 Date: Fri, 04 Jan 2002 18:42:33 +0100
794 Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>
795 Branch: perl
796 + lib/Pod/t/Functions.t
797 ! MANIFEST lib/Pod/Functions.pm
798____________________________________________________________________________
799[ 14055] By: jhi on 2002/01/04 14:33:09
800 Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
801 From: "Craig A. Berry" <craigberry@mac.com>
802 Date: Thu, 3 Jan 2002 17:32:20 -0600
803 Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
804 Branch: perl
805 ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
806____________________________________________________________________________
807[ 14054] By: jhi on 2002/01/04 04:04:05
808 Log: Document the U+0085, U+2028, and U+2029.
809 Branch: perl
810 ! pod/perlre.pod pod/perlretut.pod
811____________________________________________________________________________
812[ 14053] By: ams on 2002/01/04 03:27:44
813 Log: Subject: [PATCH] warn if not CORE::dump
814 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
815 Date: Thu, 3 Jan 2002 22:04:00 +0100
816 Message-Id: <20020103220400.A13958@rafael>
817 Branch: perl
818 ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
819____________________________________________________________________________
820[ 14052] By: jhi on 2002/01/04 03:13:50
821 Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
822 Branch: perl
823 ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
824____________________________________________________________________________
825[ 14051] By: ams on 2002/01/04 03:00:12
826 Log: Subject: [PATCH] File::Compare::VERSION
827 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
828 Date: Thu, 3 Jan 2002 23:42:52 +0100
829 Message-Id: <20020103234252.G13958@rafael>
830 Branch: perl
831 ! lib/File/Compare.pm
832____________________________________________________________________________
833[ 14050] By: ams on 2002/01/04 02:58:05
834 Log: Subject: [PATCH @14042] threads::shared doc
835 From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
836 Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
837 Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
838 Branch: perl
839 ! ext/threads/shared/shared.pm
840____________________________________________________________________________
841[ 14049] By: jhi on 2002/01/03 20:38:22
842 Log: #14048 exposed few false positives, to be fixed soonish.
843 Branch: perl
844 ! t/op/pat.t
845____________________________________________________________________________
846[ 14048] By: jhi on 2002/01/03 20:36:38
847 Log: Do not add the first characters of multicharacter foldings
848 into character classes.
849 Branch: perl
850 ! regcomp.c
851____________________________________________________________________________
852[ 14047] By: jhi on 2002/01/03 20:30:55
853 Log: A bit of testing for #14046.
854 Branch: perl
855 ! t/op/pat.t
856____________________________________________________________________________
857[ 14046] By: jhi on 2002/01/03 20:22:48
858 Log: Allow emitting the foldcased version of "\x{df}", "ss"
859 (among others, another example would be \x{fb00} -> "ff")
860 Branch: perl
861 ! regcomp.c
862____________________________________________________________________________
863[ 14045] By: jhi on 2002/01/03 19:29:35
864 Log: Subject: [PATCH] File::Spec & NetWare
865 From: Dave Rolsky <autarch@urth.org>
866 Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
867 Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
868 Branch: perl
869 - lib/File/Spec/NW5.pm
870 ! MANIFEST lib/File/Spec.pm
871____________________________________________________________________________
872[ 14044] By: jhi on 2002/01/03 19:26:53
873 Log: FAQ sync (RCS Ids only?)
874 Branch: perl
875 ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
876____________________________________________________________________________
877[ 14043] By: jhi on 2002/01/03 19:25:48
878 Log: AUTHORs updates.
879 Branch: perl
880 ! AUTHORS
881____________________________________________________________________________
882[ 14042] By: jhi on 2002/01/03 16:04:24
883 Log: Update Changes.
884 Branch: perl
885 ! Changes patchlevel.h
886____________________________________________________________________________
0ac6548c
JH
887[ 14041] By: jhi on 2002/01/03 15:57:42
888 Log: Missed the =head1 additions.
889 Branch: perl
890 ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
891 ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
892 ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
893 ! util.c
894____________________________________________________________________________
895[ 14040] By: jhi on 2002/01/03 15:05:06
896 Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
897 From: Robin Barker <rmb1@cise.npl.co.uk>
898 Date: Thu, 3 Jan 2002 15:26:20 GMT
899 Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>
900 Branch: perl
901 ! lib/Carp.t lib/Carp/Heavy.pm
902____________________________________________________________________________
903[ 14039] By: jhi on 2002/01/03 15:02:12
904 Log: Subject: [PATCH hv.c]
905 From: Robin Barker <rmb1@cise.npl.co.uk>
906 Date: Thu, 3 Jan 2002 14:49:06 GMT
907 Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>
908
909 -Wformat check.
910 Branch: perl
911 ! hv.c
912____________________________________________________________________________
913[ 14038] By: jhi on 2002/01/03 15:01:09
914 Log: NetWare tweaks from Ananth Kesari.
915 Branch: perl
916 ! NetWare/t/NWScripts.pl lib/File/Find.pm
917____________________________________________________________________________
918[ 14037] By: jhi on 2002/01/03 13:41:38
919 Log: Cast.
920 Branch: perl
921 ! regexec.c
922____________________________________________________________________________
923[ 14036] By: ams on 2002/01/03 12:12:31
924 Log: Grammar fix suggested by Gwyn Judd.
925 Branch: perl
926 ! pod/perldiag.pod
927____________________________________________________________________________
928[ 14033] By: ams on 2002/01/03 08:24:24
929 Log: Subject: Not ok 14031: PPPort Makefile.PL
930 From: andreas.koenig@anima.de (Andreas J. Koenig)
931 Date: 03 Jan 2002 10:17:46 +0100
932 Message-Id: <m3sn9n94jp.fsf@anima.de>
933 Branch: perl
934 ! ext/Devel/PPPort/Makefile.PL
935____________________________________________________________________________
936[ 14031] By: jhi on 2002/01/03 01:52:04
937 Log: Off-by-one is my middle name.
938 Branch: perl
939 ! regexec.c
940____________________________________________________________________________
941[ 14030] By: ams on 2002/01/02 23:56:37
942 Log: Subject: [PATCH @14015] threads::shared disabling
943 From: Andy Bussey <andybussey@yahoo.co.uk>
944 Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
945 Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
946 Branch: perl
947 + ext/threads/shared/t/no_share.t
948 ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
949____________________________________________________________________________
950[ 14029] By: jhi on 2002/01/02 23:40:08
951 Log: Simon's new perlapi scheme, I hope I got all the pieces.
952 Branch: perl
953 + autodoc.pl embed.fnc
954 ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
955____________________________________________________________________________
956[ 14028] By: jhi on 2002/01/02 23:29:03
957 Log: Integrate perlio; more PPPort Makefile source dependence removal
958 Branch: perl
959 !> ext/Devel/PPPort/Makefile.PL perl.h
960____________________________________________________________________________
961[ 14027] By: ams on 2002/01/02 21:42:50
962 Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
963 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
964 Date: Wed, 2 Jan 2002 23:09:13 +0100
965 Message-Id: <20020102230913.A17373@rafael>
966 Branch: perl
967 ! pod/perldiag.pod
968____________________________________________________________________________
969[ 14026] By: ams on 2002/01/02 21:38:34
970 Log: Subject: Re: PATCH: lib/Term/Cap.pm
971 From: Jonathan Stowe <gellyfish@gellyfish.com>
972 Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
973 Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
974 Branch: perl
975 ! lib/Term/Cap.pm
976____________________________________________________________________________
977[ 14025] By: ams on 2002/01/02 18:34:26
978 Log: Subject: [PATCH] Bad prototype detection changed from error to warning
979 From: Sam Tregar <sam@tregar.com>
980 Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
981 Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
982 Branch: perl
983 ! pod/perldiag.pod t/comp/proto.t toke.c
984____________________________________________________________________________
985[ 14024] By: ams on 2002/01/02 18:16:12
986 Log: Subject: PATCH: lib/Term/Cap.pm
987 From: Norton Allen <allen@huarp.harvard.edu>
988 Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
989 Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
990 Branch: perl
991 ! lib/Term/Cap.pm
992____________________________________________________________________________
993[ 14023] By: ams on 2002/01/02 18:12:31
994 Log: Subject: PATCH: lib/Cwd.pm for QNX4
995 From: Norton Allen <allen@huarp.harvard.edu>
996 Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
997 Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
998 Branch: perl
999 ! lib/Cwd.pm
1000____________________________________________________________________________
1001[ 14020] By: ams on 2002/01/02 17:06:27
1002 Log: Fix misplaced application of #14016.
1003 Branch: perl
1004 ! op.c
1005____________________________________________________________________________
1006[ 14019] By: jhi on 2002/01/02 16:51:38
1007 Log: Integrate perlio; avoid uninit debug_pad.
1008 Branch: perl
1009 !> sv.c
1010____________________________________________________________________________
1011[ 14018] By: jhi on 2002/01/02 16:50:22
1012 Log: makedepend VOS fix from Paul Green.
1013 Branch: perl
1014 ! makedepend.SH
1015____________________________________________________________________________
1016[ 14016] By: ams on 2002/01/02 15:58:11
1017 Log: Subject: [PATCH] random crash in B::LISTOP::last
1018 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1019 Date: Wed, 2 Jan 2002 17:37:28 +0100
1020 Message-Id: <3C334558.3906.19CB98D@localhost>
1021 Branch: perl
1022 ! op.c
1023____________________________________________________________________________
1024[ 14015] By: jhi on 2002/01/02 15:21:12
1025 Log: Update Changes.
1026 Branch: perl
1027 ! Changes patchlevel.h
1028____________________________________________________________________________
38b0d3dc
JH
1029[ 14014] By: jhi on 2002/01/02 15:12:57
1030 Log: One more iteration of the ibcmp_utf8() interface,
1031 hopefully this is a convergent iteration...
1032 Branch: perl
1033 ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
1034____________________________________________________________________________
1035[ 14013] By: ams on 2002/01/02 13:43:58
1036 Log: Upgrade to podlators-1.19.
1037 Branch: perl
1038 + lib/Pod/t/man.t lib/Pod/t/text-errors.t
1039 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
1040 ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
1041 ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
1042 ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
1043____________________________________________________________________________
1044[ 14012] By: ams on 2002/01/02 09:48:51
1045 Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
1046 From: martyn@inpharmatica.co.uk
1047 Date: Wed, 19 Dec 2001 19:05:00 +0000
1048 Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
1049 Branch: perl
1050 ! lib/Pod/Usage.pm
1051____________________________________________________________________________
1052[ 14010] By: jhi on 2002/01/02 03:59:22
1053 Log: Make ibcmp_utf8() optionally progress in either string for
1054 as long as it takes and optionally record how far it got.
1055 Branch: perl
1056 ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
1057____________________________________________________________________________
1058[ 14009] By: jhi on 2002/01/02 00:35:15
1059 Log: Once more try to get the PPPort Makefile right.
1060 Branch: perl
1061 ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
1062____________________________________________________________________________
1063[ 14008] By: jhi on 2002/01/02 00:03:27
1064 Log: -Wall silencing.
1065 Branch: perl
1066 ! utf8.c
1067____________________________________________________________________________
1068[ 14007] By: jhi on 2002/01/01 23:48:19
1069 Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
1070 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1071 Date: Tue, 1 Jan 2002 22:45:21 +0100
1072 Message-ID: <20020101224521.A691@rafael>
1073 Branch: perl
1074 ! ext/B/B/Deparse.pm
1075____________________________________________________________________________
1076[ 14006] By: jhi on 2002/01/01 23:40:10
1077 Log: VOS tweak from Paul Green: VOS has different O_BINARY
1078 and O_TEXT, but VOS always uses LF, never CRLF.
1079 Branch: perl
1080 ! perl.h
1081____________________________________________________________________________
1082[ 14005] By: jhi on 2002/01/01 23:34:25
1083 Log: Make ibcmp_utf8() more robust and make regmatch() use it.
1084 Branch: perl
1085 ! regexec.c utf8.c
1086____________________________________________________________________________
1087[ 14004] By: jhi on 2002/01/01 18:27:50
1088 Log: Now that to_utf8_fold() was fixed.
1089 Branch: perl
1090 ! regcomp.c regexec.c
1091____________________________________________________________________________
1092[ 14003] By: jhi on 2002/01/01 18:04:02
1093 Log: Integrate perlio; experimental binmode() re-coding.
1094 Branch: perl
1095 !> perlio.c
1096____________________________________________________________________________
1097[ 14002] By: jhi on 2002/01/01 17:53:44
1098 Log: Document the to_utf8_*() functions.
1099 Branch: perl
1100 ! embed.pl pod/perlapi.pod utf8.c
1101____________________________________________________________________________
1102[ 14001] By: jhi on 2002/01/01 17:29:05
1103 Log: Better support for multicharacter foldings.
1104 Now all but two of the CaseFold.txt cases work-- but
1105 only when the target string is single-character, more
1106 debugging needed.
1107 Branch: perl
1108 ! regexec.c
1109____________________________________________________________________________
1110[ 14000] By: ams on 2002/01/01 15:59:43
1111 Log: Subject: [PATCH] don't installperl pods
1112 From: Nicholas Clark <nick@unfortu.net>
1113 Date: Tue, 1 Jan 2002 16:44:12 +0000
1114 Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
1115 Branch: perl
1116 ! installperl
1117____________________________________________________________________________
1118[ 13999] By: ams on 2002/01/01 14:34:04
1119 Log: Subject: [PATCH] perldiag.pod transposition
1120 From: Nicholas Clark <nick@unfortu.net>
1121 Date: Tue, 1 Jan 2002 15:03:52 +0000
1122 Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
1123 Branch: perl
1124 ! pod/perldiag.pod
1125____________________________________________________________________________
1126[ 13998] By: ams on 2002/01/01 13:36:49
1127 Log: Subject: [PATCH perldiag] Corrections : unknown warning category
1128 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1129 Date: Tue, 1 Jan 2002 15:12:36 +0100
1130 Message-Id: <20020101151236.A951@rafael>
1131 Branch: perl
1132 ! pod/perldiag.pod
1133____________________________________________________________________________
1134[ 13997] By: ams on 2002/01/01 13:33:06
1135 Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
1136 From: Nicholas Clark <nick@unfortu.net>
1137 Date: Tue, 1 Jan 2002 13:13:17 +0000
1138 Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
1139 Branch: perl
1140 ! ext/Socket/socketpair.t
1141____________________________________________________________________________
1142[ 13996] By: ams on 2002/01/01 04:44:28
1143 Log: Subject: [PATCH @13746] Leaner exporter
1144 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1145 Date: Mon, 31 Dec 2001 18:16:08 -0500
1146 Message-Id: <20011231181608.A29253@math.ohio-state.edu>
1147 Branch: perl
1148 ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
1149____________________________________________________________________________
1150[ 13995] By: ams on 2002/01/01 04:29:44
1151 Log: Subject: [PATCH @13746] h2xs broken
1152 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1153 Date: Mon, 31 Dec 2001 17:48:55 -0500
1154 Message-Id: <20011231174855.A29128@math.ohio-state.edu>
1155 Branch: perl
1156 ! utils/h2xs.PL
1157____________________________________________________________________________
1158[ 13994] By: ams on 2002/01/01 04:25:46
1159 Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
1160 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1161 Date: Mon, 31 Dec 2001 17:42:25 -0500
1162 Message-Id: <20011231174225.A29048@math.ohio-state.edu>
1163 Branch: perl
1164 ! lib/ExtUtils/MM_Unix.pm
1165____________________________________________________________________________
1166[ 13993] By: jhi on 2002/01/01 03:45:24
1167 Log: Rename the variables to be a bit more consistent.
1168 Branch: perl
1169 ! utf8.c
1170____________________________________________________________________________
1171[ 13992] By: jhi on 2002/01/01 03:35:01
1172 Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
1173 (found by Jeffrey Friedl)
1174 Branch: perl
1175 ! regexec.c t/op/pat.t utf8.c
1176____________________________________________________________________________
1177[ 13990] By: jhi on 2001/12/31 17:13:12
1178 Log: Update Changes.
1179 Branch: perl
1180 ! Changes patchlevel.h
1181____________________________________________________________________________
99f22665
JH
1182[ 13989] By: jhi on 2001/12/31 16:47:28
1183 Log: Less unused ones.
1184 Branch: perl
1185 ! regexec.c
1186____________________________________________________________________________
1187[ 13988] By: jhi on 2001/12/31 16:46:29
1188 Log: Unused variable.
1189 Branch: perl
1190 ! regcomp.c
1191____________________________________________________________________________
1192[ 13987] By: jhi on 2001/12/31 16:41:15
1193 Log: Forgotten file.
1194 Branch: perl
1195 ! MANIFEST
1196____________________________________________________________________________
1197[ 13986] By: jhi on 2001/12/31 16:35:57
1198 Log: Subject: Re: Cygwin: one down one to go
1199 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1200 Date: Mon, 31 Dec 2001 18:34:36 +0100
1201 Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
1202 Branch: perl
1203 ! cygwin/Makefile.SHs
1204____________________________________________________________________________
1205[ 13985] By: jhi on 2001/12/31 16:33:08
1206 Log: Add some comments to the recent Unicode case-folding saga.
1207 Branch: perl
1208 ! regcomp.c regexec.c
1209____________________________________________________________________________
1210[ 13984] By: jhi on 2001/12/31 16:19:13
1211 Log: Slight comment tweakage.
1212 Branch: perl
1213 ! ext/I18N/Langinfo/Langinfo.t
1214____________________________________________________________________________
1215[ 13983] By: jhi on 2001/12/31 16:05:18
1216 Log: Clarify the BeOS O_TEXT/O_BINARY situation.
1217 Branch: perl
1218 ! perl.h
1219____________________________________________________________________________
1220[ 13982] By: jhi on 2001/12/31 15:05:36
1221 Log: Subject: [ PATCH] Cygwin: one down one to go
1222 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1223 Date: Mon, 31 Dec 2001 17:03:40 +0100
1224 Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
1225 Branch: perl
1226 ! lib/Pod/t/basic.t
1227____________________________________________________________________________
1228[ 13981] By: jhi on 2001/12/31 14:44:03
1229 Log: Tweak the dependencies not to recompile everytime,
1230 as suggested by NI-S.
1231 Branch: perl
1232 ! ext/Devel/PPPort/Makefile.PL
1233____________________________________________________________________________
1234[ 13980] By: jhi on 2001/12/31 14:29:17
1235 Log: Planning still not right.
1236 Branch: perl
1237 ! lib/User/grent.t
1238____________________________________________________________________________
1239[ 13979] By: jhi on 2001/12/31 14:19:55
1240 Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
1241 From: Michael G Schwern <schwern@pobox.com>
1242 Date: Sun, 30 Dec 2001 18:07:55 -0500
1243 Message-ID: <20011230230755.GG12840@blackrider>
1244
1245 (lib/User/grent, really)
1246 Branch: perl
1247 ! lib/User/grent.t
1248____________________________________________________________________________
1249[ 13978] By: jhi on 2001/12/31 14:17:55
1250 Log: Integrate perlio; cleanup, in particular avoid accidental
1251 PerlIO_flush(NULL) if PerlIONext is NULL.
1252 Branch: perl
1253 !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
1254____________________________________________________________________________
1255[ 13977] By: jhi on 2001/12/31 14:15:58
1256 Log: Subject: typo in IO::Socket::INET.pm
1257 From: mjd@plover.com
1258 Date: 31 Dec 2001 14:31:10 -0000
1259 Message-ID: <20011231143110.4989.qmail@plover.com>
1260 Branch: perl
1261 ! ext/IO/lib/IO/Socket/INET.pm
1262____________________________________________________________________________
1263[ 13974] By: jhi on 2001/12/31 04:59:53
1264 Log: Subject: Re: [PATCH] Basic bad prototype detection
1265 From: Sam Tregar <sam@tregar.com>
1266 Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
1267 Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
1268 Branch: perl
1269 ! t/comp/proto.t toke.c
1270____________________________________________________________________________
1271[ 13973] By: jhi on 2001/12/31 04:14:45
1272 Log: Subject: [PATCH] configure.com / scriptdirexp
1273 From: "Craig A. Berry" <craigberry@mac.com>
1274 Date: Sun, 30 Dec 2001 15:47:28 -0600
1275 Message-Id: <a05101004b8553b205841@[172.16.52.1]>
1276 Branch: perl
1277 ! configure.com
1278____________________________________________________________________________
1279[ 13972] By: jhi on 2001/12/31 04:07:35
1280 Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
1281 From: Abe Timmerman <abe@ztreet.demon.nl>
1282 Date: Mon, 31 Dec 2001 03:55:27 +0100
1283 Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
1284 Branch: perl
1285 ! lib/ExtUtils/t/MM_Win32.t
1286____________________________________________________________________________
1287[ 13971] By: jhi on 2001/12/31 04:05:46
1288 Log: Subject: [PATCH] Basic bad prototype detection
1289 From: Sam Tregar <sam@tregar.com>
1290 Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST)
1291 Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
1292 Branch: perl
1293 ! pod/perldiag.pod t/comp/proto.t toke.c
1294____________________________________________________________________________
1295[ 13970] By: jhi on 2001/12/31 03:53:54
1296 Log: Makefiles are sloppy about the exe suffix
1297 (from Paul Green)
1298 Branch: perl
1299 ! Makefile.SH x2p/Makefile.SH
1300____________________________________________________________________________
1301[ 13969] By: jhi on 2001/12/31 03:42:15
1302 Log: Delay folding until necessary; start of handling
1303 folding into several characters.
1304 Branch: perl
1305 ! regcomp.c regexec.c
1306____________________________________________________________________________
1307[ 13968] By: jhi on 2001/12/31 00:35:35
1308 Log: gcc -Wall dewhine.
1309 Branch: perl
1310 ! regexec.c
1311____________________________________________________________________________
1312[ 13967] By: jhi on 2001/12/31 00:29:37
1313 Log: More Unicode folding tweaks, avoid potential false matches.
1314 Branch: perl
1315 ! regexec.c
1316____________________________________________________________________________
1317[ 13966] By: jhi on 2001/12/30 23:30:56
1318 Log: Make that six wrongs.
1319 Branch: perl
1320 ! regexec.c utf8.c
1321____________________________________________________________________________
1322[ 13965] By: jhi on 2001/12/30 23:12:17
1323 Log: Four wrongs can make a right.
1324 Branch: perl
1325 ! regexec.c utf8.c
1326____________________________________________________________________________
1327[ 13964] By: jhi on 2001/12/30 21:12:25
1328 Log: Fix all the I case foldings as per CaseFold.txt.
1329 Branch: perl
1330 ! regcomp.c regexec.c
1331____________________________________________________________________________
1332[ 13963] By: jhi on 2001/12/30 20:04:32
1333 Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
1334 Branch: perl
1335 ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
1336 ! regexec.c utf8.c
1337____________________________________________________________________________
1338[ 13961] By: jhi on 2001/12/30 17:35:45
1339 Log: Integrate perlio; more win32 stuff:
1340
1341 A. Use Perl_my_socketpair()
1342 B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
1343 load winsock.
1344 C. (In passing) work round fact that $$ is now SvREADONLY
1345 so we need to take special measures to set it during
1346 pseudo-fork.
1347 Branch: perl
1348 !> util.c win32/perlhost.h
1349____________________________________________________________________________
1350[ 13960] By: jhi on 2001/12/30 17:33:24
1351 Log: Fix ppport.h for Unix.
1352 Branch: perl
1353 + ext/Devel/PPPort/ppport_h.PL
1354 - ext/Devel/PPPort/ppport.h.PL
1355 ! MANIFEST ext/Devel/PPPort/Makefile.PL
1356____________________________________________________________________________
1357[ 13958] By: jhi on 2001/12/30 16:33:58
1358 Log: Integrate perlio; win32 kicking.
1359 Branch: perl
1360 +> ext/Devel/PPPort/ppport.h.PL
1361 !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
1362 !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
1363 !> proto.h
1364____________________________________________________________________________
1365[ 13956] By: jhi on 2001/12/30 16:32:11
1366 Log: Must look for cat also in $PATH (noticed by Philip Newton).
1367 Branch: perl
1368 ! Configure
1369____________________________________________________________________________
1370[ 13955] By: jhi on 2001/12/30 16:19:46
1371 Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
1372 From: Blair Zajac <blair@orcaware.com>
1373 Date: Sat, 29 Dec 2001 22:37:03 -0800
1374 Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
1375 Branch: perl
1376 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1377____________________________________________________________________________
1378[ 13954] By: jhi on 2001/12/30 16:17:44
1379 Log: Regen files.
1380 Branch: perl
1381 ! embed.h global.sym pod/perlapi.pod uconfig.h
1382____________________________________________________________________________
1383[ 13953] By: jhi on 2001/12/30 15:57:25
1384 Log: Subject: [PATCH] -t without -w
1385 From: Michael G Schwern <schwern@pobox.com>
1386 Date: Sat, 29 Dec 2001 23:46:25 -0500
1387 Message-ID: <20011230044625.GA14386@blackrider>
1388 Branch: perl
1389 ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
1390 ! warnings.pl
1391____________________________________________________________________________
1392[ 13952] By: jhi on 2001/12/30 15:52:59
1393 Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
1394 From: Dave Rolsky <autarch@urth.org>
1395 Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST)
1396 Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
1397
1398 $^O is NetWare, not Netware.
1399 Branch: perl
1400 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
1401____________________________________________________________________________
1402[ 13951] By: jhi on 2001/12/30 15:51:19
1403 Log: Sarathy thinks undoing C++ comments from C++ files
1404 is a bit too zealous.
1405 Branch: perl
1406 ! win32/perlhost.h win32/vmem.h
1407____________________________________________________________________________
1408[ 13947] By: nick on 2001/12/30 11:35:51
1409 Log: More Cwd tidy up
1410 Branch: perl
1411 ! MANIFEST installperl
1412____________________________________________________________________________
1413[ 13946] By: nick on 2001/12/30 11:12:42
1414 Log: Undo a mess trying Cwd.pm in its ext directory
1415 Branch: perl
1416 + lib/Cwd.pm
1417 - ext/Cwd/Cwd.pm
1418____________________________________________________________________________
1419[ 13943] By: jhi on 2001/12/29 21:30:48
1420 Log: Update Changes.
1421 Branch: perl
1422 ! Changes patchlevel.h
1423____________________________________________________________________________
d6171bb7
JH
1424[ 13942] By: jhi on 2001/12/29 21:12:02
1425 Log: Subject: [PATCH] cleaner close on tests, take 2
1426 From: andreas.koenig@anima.de (Andreas J. Koenig)
1427 Date: 29 Dec 2001 21:42:37 +0100
1428 Message-ID: <m33d1tvjuq.fsf@anima.de>
1429
1430 (the DB_File patches)
1431 Branch: perl
1432 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1433 ! ext/DB_File/t/db-recno.t
1434____________________________________________________________________________
1435[ 13941] By: jhi on 2001/12/29 20:25:22
1436 Log: Integrate perlio; regen'ed config_H.?c
1437 Branch: perl
1438 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1439____________________________________________________________________________
1440[ 13940] By: jhi on 2001/12/29 20:22:57
1441 Log: Subject: [PATCH] cleaner close on tests, take 2
1442 From: andreas.koenig@anima.de (Andreas J. Koenig)
1443 Date: 29 Dec 2001 21:42:37 +0100
1444 Message-ID: <m33d1tvjuq.fsf@anima.de>
1445
1446 (except for the three DB_File patch fragments)
1447 Branch: perl
1448 ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
1449 ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
1450 ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
1451 ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
1452 ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
1453 ! t/op/runlevel.t t/op/write.t t/run/switches.t
1454____________________________________________________________________________
1455[ 13939] By: jhi on 2001/12/29 20:17:55
1456 Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)
1457 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1458 Date: Sat, 29 Dec 2001 20:38:59 +0100
1459 Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>
1460
1461 (NetWare tree not touched because it's very //)
1462 Branch: perl
1463 ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
1464 ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
1465 ! wince/include/errno.h wince/include/netdb.h
1466 ! wince/include/sys/socket.h wince/include/sys/stat.h
1467 ! wince/perllib.c wince/perlmain.c wince/win32.h
1468 ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
1469 ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
1470____________________________________________________________________________
1471[ 13937] By: jhi on 2001/12/29 18:28:36
1472 Log: Give up on serious testing of langinfo(). Leave the old
1473 code in place, though.
1474 Branch: perl
1475 ! ext/I18N/Langinfo/Langinfo.t
1476____________________________________________________________________________
1477[ 13935] By: jhi on 2001/12/29 17:36:08
1478 Log: Integrate perlio;
1479
1480 Define the two socket error numbers in terms of WSAEXXXXX equivalents
1481
1482 Fudge Config.pm so File::Spec does not croak.
1483 Branch: perl
1484 !> win32/FindExt.pm win32/win32.h
1485____________________________________________________________________________
1486[ 13932] By: jhi on 2001/12/29 17:24:24
1487 Log: VOS tweaks from Paul Green.
1488
1489 The Configure tweaks: the _exe needs to be
1490 set after the init; VOS has fd 3 hardwired to /dev/tty;
1491 the grep/ln/make substitutions really need to stick.
1492 Branch: perl
1493 ! Configure hints/vos.sh perl.h util.c vos/build.cm
1494 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1495 ! vos/config.ga.h vos/vosish.h
1496____________________________________________________________________________
1497[ 13930] By: jhi on 2001/12/29 15:35:00
1498 Log: Subject: [PATCH] Pod whitespace cleanup, round 0.
1499 From: coral@eekeek.org
1500 Date: Fri, 28 Dec 2001 19:58:22 -0500
1501 Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
1502 Branch: perl
1503 ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
1504 ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
1505 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
1506 ! pod/perlunicode.pod pod/perlxs.pod util.c
1507____________________________________________________________________________
1508[ 13929] By: jhi on 2001/12/29 15:31:20
1509 Log: op/exec Win32 patch from Schwern via Abe Timmerman.
1510 Branch: perl
1511 ! t/op/exec.t
1512____________________________________________________________________________
1513[ 13928] By: jhi on 2001/12/29 15:30:14
1514 Log: Subject: [PATCH lib/Pod/t/InputObjects.t]
1515 From: Abe Timmerman <abe@ztreet.demon.nl>
1516 Date: Sat, 29 Dec 2001 13:10:06 +0100
1517 Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>
1518 Branch: perl
1519 + lib/Pod/t/InputObjects.t
1520____________________________________________________________________________
1521[ 13927] By: jhi on 2001/12/29 15:27:39
1522 Log: Integrate perlio;
1523
1524 Quick fix (after couple of clever fixes failed) for
1525 "accept leaks memory" fail [ID 20011223.001]
1526
1527 Nick Clark's embed.pl fix for my_socketpair
1528 Branch: perl
1529 !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
1530____________________________________________________________________________
1531[ 13925] By: jhi on 2001/12/29 15:21:53
1532 Log: Slight tweaks on the MM_Win32.t.
1533 Branch: perl
1534 ! lib/ExtUtils/t/MM_Win32.t
1535____________________________________________________________________________
1536[ 13924] By: jhi on 2001/12/29 15:16:47
1537 Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
1538 From: Abe Timmerman <abe@ztreet.demon.nl>
1539 Date: Sat, 29 Dec 2001 12:51:36 +0100
1540 Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
1541 Branch: perl
1542 + lib/ExtUtils/t/MM_Win32.t
1543 ! MANIFEST
1544____________________________________________________________________________
1545[ 13922] By: jhi on 2001/12/29 15:09:00
1546 Log: Subject: [PATCH] Module names and other nits
1547 From: Autrijus Tang <autrijus@autrijus.org>
1548 Date: Sat, 29 Dec 2001 01:59:28 +0800
1549 Message-ID: <20011229015928.A29712@geb.elixus.org>
1550 Branch: perl
1551 ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
1552 ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
1553 ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
1554 ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
1555 ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
1556____________________________________________________________________________
1557[ 13921] By: jhi on 2001/12/29 15:05:08
1558 Log: socketpair tweaks from Nicholas Clark.
1559 Branch: perl
1560 ! ext/Socket/socketpair.t util.c
1561____________________________________________________________________________
1562[ 13919] By: jhi on 2001/12/28 17:01:39
1563 Log: Retract #13917.
1564 Branch: perl
1565 ! doop.c
1566____________________________________________________________________________
1567[ 13918] By: jhi on 2001/12/28 17:00:53
1568 Log: Subject: provisional MakeMaker patch for VMS
1569 From: "Craig A. Berry" <craigberry@mac.com>
1570 Date: Thu, 27 Dec 2001 22:29:37 -0600
1571 Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
1572 Branch: perl
1573 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1574____________________________________________________________________________
1575[ 13917] By: jhi on 2001/12/28 16:57:19
1576 Log: (retracted by #13919)
1577 Branch: perl
1578 ! doop.c
1579____________________________________________________________________________
1580[ 13915] By: jhi on 2001/12/28 01:16:45
1581 Log: Remove debris in any case.
1582 Branch: perl
1583 ! Configure
1584____________________________________________________________________________
1585[ 13914] By: jhi on 2001/12/28 00:22:10
1586 Log: Subject: [PATCH] Re: B::walksymtable oddness
1587 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1588 Date: Thu, 27 Dec 2001 19:14:24 +0100
1589 Message-ID: <3C2B7310.861.18820D0@localhost>
1590 Branch: perl
1591 ! ext/B/B.pm
1592____________________________________________________________________________
1593[ 13913] By: jhi on 2001/12/27 23:57:34
1594 Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
1595 From: Nicholas Clark <nick@unfortu.net>
1596 Date: Fri, 28 Dec 2001 00:43:02 +0000
1597 Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
1598 Branch: perl
1599 ! ext/Socket/socketpair.t
1600____________________________________________________________________________
1601[ 13912] By: jhi on 2001/12/27 23:56:20
1602 Log: Fast Latin1<->UTF-8 conversion for older Perls.
1603 Branch: perl
1604 ! pod/perluniintro.pod
1605____________________________________________________________________________
1606[ 13911] By: jhi on 2001/12/27 14:52:45
1607 Log: Update Changes.
1608 Branch: perl
1609 ! Changes patchlevel.h
1610____________________________________________________________________________
b682381a
JH
1611[ 13910] By: jhi on 2001/12/27 14:32:23
1612 Log: More wait status trickery for BeOS.
1613 Branch: perl
1614 ! ext/POSIX/POSIX.xs
1615____________________________________________________________________________
1616[ 13908] By: jhi on 2001/12/27 14:15:27
1617 Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
1618 Branch: perl
1619 ! Configure
1620____________________________________________________________________________
1621[ 13907] By: jhi on 2001/12/27 14:05:09
1622 Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
1623 From: gbarr@monty.mutatus.co.uk
1624 Date: 27 Dec 2001 14:41:36 -0000
1625 Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>
1626 Branch: perl
1627 ! lib/ExtUtils/t/Embed.t
1628____________________________________________________________________________
1629[ 13906] By: jhi on 2001/12/27 13:58:18
1630 Log: Subject: [PATCH] Re: socketpair emulation
1631 From: Nicholas Clark <nick@unfortu.net>
1632 Date: Wed, 26 Dec 2001 20:08:14 +0000
1633 Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
1634 Branch: perl
1635 ! ext/Socket/socketpair.t
1636____________________________________________________________________________
1637[ 13905] By: jhi on 2001/12/27 13:55:03
1638 Log: Subject: [DOC PATCH] left is right and right is left
1639 From: Philip Newton <Philip.Newton@gmx.net>
1640 Date: Thu, 27 Dec 2001 10:04:17 +0100
1641 Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
1642 Branch: perl
1643 ! pod/perlfunc.pod pod/perlport.pod
1644____________________________________________________________________________
1645[ 13904] By: jhi on 2001/12/27 13:53:25
1646 Log: Subject: [PATCH] check return of close
1647 From: andreas.koenig@anima.de (Andreas J. Koenig)
1648 Date: 27 Dec 2001 09:47:30 +0100
1649 Message-ID: <m3ellhgicd.fsf@anima.de>
1650
1651 Subject: [PATCH] improve error reporting
1652 From: andreas.koenig@anima.de (Andreas J. Koenig)
1653 Date: 27 Dec 2001 09:54:55 +0100
1654 Message-ID: <m3adw5gi00.fsf@anima.de>
1655
1656 Subject: [PATCH] check return value of close
1657 From: andreas.koenig@anima.de (Andreas J. Koenig)
1658 Date: 27 Dec 2001 10:03:55 +0100
1659 Message-ID: <m3666tghl0.fsf@anima.de>
1660
1661 Subject: [PATCH] return of close
1662 From: andreas.koenig@anima.de (Andreas J. Koenig)
1663 Date: 27 Dec 2001 10:22:15 +0100
1664 Message-ID: <m31yhhggqg.fsf@anima.de>
1665 Branch: perl
1666 ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
1667 ! t/io/fflush.t
1668____________________________________________________________________________
1669[ 13903] By: jhi on 2001/12/27 13:44:57
1670 Log: Subject: [PATCH] check return of close
1671 From: andreas.koenig@anima.de (Andreas J. Koenig)
1672 Date: 27 Dec 2001 09:47:30 +0100
1673 Message-ID: <m3ellhgicd.fsf@anima.de>
1674 Branch: perl
1675 ! t/base/rs.t
1676____________________________________________________________________________
1677[ 13902] By: jhi on 2001/12/27 13:38:30
1678 Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
1679 From: andreas.koenig@anima.de (Andreas J. Koenig)
1680 Date: 27 Dec 2001 09:21:16 +0100
1681 Message-ID: <m3n105gjk3.fsf@anima.de>
1682 Branch: perl
1683 ! t/op/sysio.t
1684____________________________________________________________________________
1685[ 13901] By: jhi on 2001/12/27 13:35:03
1686 Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK))
1687 From: "Gerrit P. Haase" <gp@familiehaase.de>
1688 Date: Thu, 27 Dec 2001 09:23:55 +0100
1689 Message-ID: <98211521662.20011227092355@familiehaase.de>
1690 Branch: perl
1691 ! lib/ExtUtils/t/MM_Cygwin.t
1692____________________________________________________________________________
1693[ 13899] By: jhi on 2001/12/26 21:30:13
1694 Log: Replace the awful (most likely generated and not very persistent)
1695 URL with something tangible.
1696 Branch: perl
1697 ! README.hpux
1698____________________________________________________________________________
1699[ 13898] By: jhi on 2001/12/26 21:21:01
1700 Log: Naughty /dev/printer (ls -l, really) of IRIX.
1701 Branch: perl
1702 ! t/op/stat.t
1703____________________________________________________________________________
1704[ 13897] By: jhi on 2001/12/26 20:56:09
1705 Log: Upgrade to Net::Ping 2.10.
1706 Branch: perl
1707 ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
1708 ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1709 ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1710 ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1711____________________________________________________________________________
1712[ 13896] By: jhi on 2001/12/26 20:15:32
1713 Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
1714 (this showed up in Benchmark.t)
1715 Branch: perl
1716 ! pp_sys.c
1717____________________________________________________________________________
1718[ 13895] By: jhi on 2001/12/26 19:52:03
1719 Log: BeOS updates.
1720 Branch: perl
1721 ! README.beos beos/beos.c
1722____________________________________________________________________________
1723[ 13894] By: jhi on 2001/12/26 19:31:38
1724 Log: Subject: Re: bleadperl doesn't compile
1725 From: "Gerrit P. Haase" <gp@familiehaase.de>
1726 Date: Wed, 26 Dec 2001 21:29:08 +0100
1727 Message-ID: <22168634623.20011226212908@familiehaase.de>
1728
1729 Cygwin with multiplicity.
1730 Branch: perl
1731 ! perlio.c
1732____________________________________________________________________________
1733[ 13893] By: jhi on 2001/12/26 19:11:49
1734 Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
1735 From: Nicholas Clark <nick@ccl4.org>
1736 Date: Wed, 26 Dec 2001 19:07:33 +0000
1737 Message-ID: <20011226190732.J48842@plum.flirble.org>
1738
1739 socketpair() (un)signedness nit.
1740 Branch: perl
1741 ! util.c
1742____________________________________________________________________________
1743[ 13892] By: jhi on 2001/12/26 19:10:15
1744 Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
1745 From: Nicholas Clark <nick@ccl4.org>
1746 Date: Wed, 26 Dec 2001 19:19:47 +0000
1747 Message-ID: <20011226191946.K48842@plum.flirble.org>
1748
1749 Use report_evil_fh().
1750 Branch: perl
1751 ! doio.c
1752____________________________________________________________________________
1753[ 13891] By: jhi on 2001/12/26 18:58:09
1754 Log: Bad $? assumptions.
1755 Branch: perl
1756 ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
1757____________________________________________________________________________
1758[ 13890] By: jhi on 2001/12/26 17:47:57
1759 Log: Net::Ping isn't going to work much without
1760 the Socket extension; fail more gracefully.
1761 Branch: perl
1762 ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1763 ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1764 ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1765 ! lib/Net/Ping/t/300_ping_stream.t
1766____________________________________________________________________________
1767[ 13888] By: jhi on 2001/12/26 17:18:59
1768 Log: test -d /system is a bit too generic test for VOS
1769 (false hit in BeOS)
1770 Branch: perl
1771 ! Configure
1772____________________________________________________________________________
1773[ 13887] By: jhi on 2001/12/26 17:13:27
1774 Log: No AF_UNIX in BeOS.
1775 Branch: perl
1776 ! util.c
1777____________________________________________________________________________
1778[ 13886] By: jhi on 2001/12/26 17:07:39
1779 Log: FAQ sync.
1780 Branch: perl
1781 ! pod/perlfaq5.pod
1782____________________________________________________________________________
1783[ 13885] By: jhi on 2001/12/25 16:24:10
1784 Log: Update Changes.
1785 Branch: perl
1786 ! Changes patchlevel.h
1787____________________________________________________________________________
354621c6
JH
1788[ 13884] By: jhi on 2001/12/25 16:20:19
1789 Log: Make -t equal -tw.
1790 Branch: perl
1791 ! perl.c pod/perlrun.pod
1792____________________________________________________________________________
1793[ 13883] By: jhi on 2001/12/25 15:56:49
1794 Log: Subject: Re: Not OK 13881
1795 From: John Peacock <jpeacock@rowman.com>
1796 Date: Tue, 25 Dec 2001 06:02:12 -0500
1797 Message-ID: <3C285CB4.8040006@rowman.com>
1798 Branch: perl
1799 ! embed.h embed.pl global.sym pod/perlapi.pod util.c
1800____________________________________________________________________________
1801[ 13882] By: jhi on 2001/12/25 15:45:52
1802 Log: Subject: Re: Not OK 13881
1803 From: andreas.koenig@anima.de (Andreas J. Koenig)
1804 Date: 25 Dec 2001 07:33:23 +0100
1805 Message-ID: <m3bsgnajws.fsf@anima.de>
1806 Branch: perl
1807 ! op.c
1808____________________________________________________________________________
1809[ 13881] By: jhi on 2001/12/24 23:47:53
1810 Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
1811 From: Mark-Jason Dominus <mjd@plover.com>
1812 Date: Mon, 24 Dec 2001 18:14:48 -0500
1813 Message-ID: <20011224231448.25826.qmail@plover.com>
1814 Branch: perl
1815 ! op.c t/op/eval.t
1816____________________________________________________________________________
1817[ 13880] By: jhi on 2001/12/24 22:58:18
1818 Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec
1819 From: Dave Rolsky <autarch@urth.org>
1820 Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST)
1821 Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
1822 Branch: perl
1823 + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
1824 ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
1825 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1826 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1827 ! lib/File/Spec.pm lib/File/Spec/Win32.pm
1828____________________________________________________________________________
1829[ 13879] By: jhi on 2001/12/24 18:52:10
1830 Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked
1831 From: Jeffrey Friedl <jfriedl@yahoo.com>
1832 Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)
1833 Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
1834
1835 The rest of the tests for plus few extras.
1836 Branch: perl
1837 ! t/op/pat.t
1838____________________________________________________________________________
1839[ 13877] By: jhi on 2001/12/24 17:13:53
1840 Log: No-op.
1841 Branch: perl
1842 ! Configure
1843____________________________________________________________________________
1844[ 13876] By: jhi on 2001/12/24 17:13:16
1845 Log: More constant casting.
1846 Branch: perl
1847 ! regexec.c
1848____________________________________________________________________________
1849[ 13875] By: jhi on 2001/12/24 16:47:30
1850 Log: Subject: perlhack.pod
1851 From: "John P. Linderman" <jpl@research.att.com>
1852 Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST)
1853 Message-Id: <200112232116.QAA18463@raptor.research.att.com>
1854 Branch: perl
1855 ! pod/perlhack.pod
1856____________________________________________________________________________
1857[ 13874] By: jhi on 2001/12/24 16:41:03
1858 Log: File::Find patch patches from Thomas Wegner.
1859 Branch: perl
1860 ! lib/File/Find.pm
1861____________________________________________________________________________
1862[ 13873] By: jhi on 2001/12/24 16:38:10
1863 Log: Subject: Re: socketpair emulation
1864 From: Nicholas Clark <nick@unfortu.net>
1865 Date: Mon, 24 Dec 2001 16:11:30 +0000
1866 Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>
1867 Branch: perl
1868 ! ext/Socket/socketpair.t
1869____________________________________________________________________________
1870[ 13872] By: jhi on 2001/12/24 02:53:02
1871 Log: Must cast constants if they can be quads.
1872 Branch: perl
1873 ! regcomp.c
1874____________________________________________________________________________
1875[ 13871] By: jhi on 2001/12/24 01:40:12
1876 Log: Promote the e/uid to wide enough un/signed integers
1877 and printf them as such.
1878 Branch: perl
1879 ! taint.c
1880____________________________________________________________________________
1881[ 13869] By: jhi on 2001/12/24 01:14:06
1882 Log: The U32 alignment test wasn't really working, noticed
1883 by Paul Green. Now the test works, but this means that
1884 we may see coredumps from the test. I sure hope MMUless
1885 places don't crash on the test.
1886 Branch: perl
1887 ! Configure
1888____________________________________________________________________________
1889[ 13867] By: jhi on 2001/12/23 23:46:18
1890 Log: More VOS tweaks.
1891 Branch: perl
1892 ! Configure
1893____________________________________________________________________________
1894[ 13866] By: jhi on 2001/12/23 16:43:29
1895 Log: The funky final sigma casefolding.
1896 Branch: perl
1897 ! regcomp.c regexec.c t/op/pat.t utf8.h
1898____________________________________________________________________________
1899[ 13865] By: jhi on 2001/12/23 13:55:23
1900 Log: Update Changes.
1901 Branch: perl
1902 ! Changes patchlevel.h
1903____________________________________________________________________________
b0657ef2
JH
1904[ 13864] By: jhi on 2001/12/23 13:50:25
1905 Log: Move the \C and \X to pat.t.
1906 Branch: perl
1907 ! t/op/pat.t t/op/re_tests
1908____________________________________________________________________________
1909[ 13863] By: jhi on 2001/12/23 04:04:20
1910 Log: More logical test ordering.
1911 Branch: perl
1912 ! perl.h
1913____________________________________________________________________________
1914[ 13862] By: jhi on 2001/12/23 01:47:23
1915 Log: Integrate perlio;
1916
1917 Add at least the "important" PerlIO_xxxx functions to embed.pl
1918 so that they get implicit pTHX_ and we can avoid slow dTHX.
1919
1920 Put PerlIO stuff inside EXTERN C
1921
1922 Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
1923 Branch: perl
1924 !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
1925 !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
1926 !> win32/win32.c
1927____________________________________________________________________________
1928[ 13861] By: jhi on 2001/12/23 01:38:54
1929 Log: Even more \X fixing.
1930 Branch: perl
1931 ! regexec.c t/op/pat.t
1932____________________________________________________________________________
1933[ 13860] By: jhi on 2001/12/23 01:29:45
1934 Log: More \X fixing.
1935 Branch: perl
1936 ! regexec.c t/op/pat.t
1937____________________________________________________________________________
1938[ 13859] By: jhi on 2001/12/23 00:57:10
1939 Log: Fix encoding pragma.
1940 Branch: perl
1941 ! regcomp.c
1942____________________________________________________________________________
1943[ 13858] By: jhi on 2001/12/23 00:12:51
1944 Log: Subject: socketpair emulation
1945 From: Nicholas Clark <nick@unfortu.net>
1946 Date: Sat, 22 Dec 2001 18:38:18 +0000
1947 Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
1948 Branch: perl
1949 + ext/Socket/socketpair.t
1950 ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
1951 ! pp_sys.c proto.h util.c
1952____________________________________________________________________________
1953[ 13857] By: jhi on 2001/12/22 23:53:26
1954 Log: Subject: [PATCH] and [BUG] \X and \C fixed, \X still dorked
1955 From: Jeffrey Friedl <jfriedl@yahoo.com>
1956 Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)
1957 Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
1958
1959 (partially applied, most of the new tests need to be rethought)
1960 Branch: perl
1961 ! regcomp.c t/op/re_tests
1962____________________________________________________________________________
1963[ 13856] By: jhi on 2001/12/22 23:45:35
1964 Log: Small tweaks.
1965 Branch: perl
1966 ! handy.h regexec.c
1967____________________________________________________________________________
1968[ 13855] By: jhi on 2001/12/22 20:10:01
1969 Log: Unicode casefolding continues.
1970 (lib/encoding.t still failing.)
1971 Branch: perl
1972 ! regexec.c t/op/pat.t
1973____________________________________________________________________________
1974[ 13850] By: jhi on 2001/12/22 17:41:40
1975 Log: Rework the make logic (again).
1976 Branch: perl
1977 ! Configure
1978____________________________________________________________________________
1979[ 13849] By: jhi on 2001/12/22 16:40:24
1980 Log: Integrate perlio;
1981 Fix mis-parse of autoloaded usage code by declaring the sub
1982 Correct checking code which Ilya spotted was tripped by CR at EOF.
1983 The CR at EOF fix earlier broke CR at end-of-buffer.
1984 Branch: perl
1985 ! regexec.c
1986 !> ext/POSIX/POSIX.pm perlio.c sv.c
1987____________________________________________________________________________
1988[ 13844] By: jhi on 2001/12/22 04:27:46
1989 Log: More Unicode casing fixes.
1990 Branch: perl
1991 ! regexec.c t/op/pat.t
1992____________________________________________________________________________
1993[ 13843] By: jhi on 2001/12/22 02:47:08
1994 Log: Unicode casefolding fixes.
1995 Branch: perl
1996 ! op.c regcomp.c regexec.c t/op/pat.t
1997____________________________________________________________________________
1998[ 13842] By: jhi on 2001/12/21 22:32:14
1999 Log: Subject: [PATCH B::Deparse] __DATA__ and packages
2000 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2001 Date: Sat, 22 Dec 2001 00:01:29 +0100
2002 Message-ID: <20011222000129.A713@rafael>
2003 Branch: perl
2004 ! ext/B/B/Deparse.pm
2005____________________________________________________________________________
2006[ 13841] By: jhi on 2001/12/21 20:38:28
2007 Log: VOS config from Paul Green.
2008 Branch: perl
2009 ! hints/vos.sh
2010____________________________________________________________________________
2011[ 13840] By: jhi on 2001/12/21 20:00:43
2012 Log: Subject: [PATCH @13746] CreateTTY on OS/2
2013 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2014 Date: Fri, 21 Dec 2001 15:59:45 -0500
2015 Message-ID: <20011221155945.A6806@math.ohio-state.edu>
2016 Branch: perl
2017 ! lib/perl5db.pl
2018____________________________________________________________________________
2019[ 13839] By: jhi on 2001/12/21 19:52:49
2020 Log: Subject: [PATCH @13746] uninstalled build of modules broken
2021 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2022 Date: Fri, 21 Dec 2001 15:49:09 -0500
2023 Message-ID: <20011221154909.A6760@math.ohio-state.edu>
2024 Branch: perl
2025 ! lib/ExtUtils/MM_Unix.pm
2026____________________________________________________________________________
2027[ 13838] By: jhi on 2001/12/21 19:52:09
2028 Log: Subject: [PATCH @13746] OS/2 File::* modules
2029 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2030 Date: Fri, 21 Dec 2001 15:43:24 -0500
2031 Message-ID: <20011221154324.A6524@math.ohio-state.edu>
2032 Branch: perl
2033 ! lib/File/Basename.pm lib/File/Spec/OS2.pm
2034____________________________________________________________________________
2035[ 13837] By: jhi on 2001/12/21 19:49:41
2036 Log: Subject: [PATCH] perltie.pod (or what does it mean?)
2037 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2038 Date: Fri, 21 Dec 2001 17:29:07 +0100
2039 Message-ID: <3C236353.6625C4C0@alcatel.at>
2040 Branch: perl
2041 ! pod/perltie.pod
2042____________________________________________________________________________
2043[ 13835] By: jhi on 2001/12/21 19:47:03
2044 Log: Further VOS tweaks: the _exe needs to be introduced
2045 in the very beginning, and the make/gmake needs special
2046 VOS logic.
2047 Branch: perl
2048 ! Configure Makefile.SH
2049____________________________________________________________________________
2050[ 13834] By: jhi on 2001/12/21 15:12:26
2051 Log: Update Changes.
2052 Branch: perl
2053 ! Changes patchlevel.h
2054____________________________________________________________________________
c6c613c7
JH
2055[ 13832] By: jhi on 2001/12/21 14:46:24
2056 Log: Also the search for cat needs to be _exe-aware.
2057 Branch: perl
2058 ! Configure
2059____________________________________________________________________________
2060[ 13831] By: jhi on 2001/12/21 13:43:53
2061 Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
2062 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2063 Date: Fri, 21 Dec 2001 14:02:01 +0100
2064 Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
2065 Branch: perl
2066 ! ext/B/B/Xref.pm
2067____________________________________________________________________________
2068[ 13830] By: jhi on 2001/12/21 13:42:31
2069 Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
2070 Branch: perl
2071 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2072 ! ext/B/t/assembler.t
2073____________________________________________________________________________
2074[ 13829] By: jhi on 2001/12/21 13:39:06
2075 Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2076 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2077 Date: Fri, 21 Dec 2001 11:15:38 +0100
2078 Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
2079 Branch: perl
2080 ! hv.c
2081____________________________________________________________________________
2082[ 13828] By: jhi on 2001/12/21 01:59:10
2083 Log: A plan is good.
2084 Branch: perl
2085 ! ext/re/re.t
2086____________________________________________________________________________
2087[ 13827] By: jhi on 2001/12/21 01:57:48
2088 Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2089 From: chromatic <chromatic@rmci.net>
2090 Date: Thu, 20 Dec 2001 16:16:48 -0700
2091 Message-ID: <20011220231726.23878.qmail@onion.perl.org>
2092 Branch: perl
2093 + ext/re/re.t
2094 ! MANIFEST
2095____________________________________________________________________________
2096[ 13826] By: jhi on 2001/12/21 01:34:37
2097 Log: Synchronize the skippage message.
2098 Branch: perl
2099 ! lib/ExtUtils/t/MM_OS2.t
2100____________________________________________________________________________
2101[ 13825] By: jhi on 2001/12/21 01:32:42
2102 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
2103 From: chromatic <chromatic@rmci.net>
2104 Date: Thu, 20 Dec 2001 16:09:10 -0700
2105 Message-ID: <20011220230948.18010.qmail@onion.perl.org>
2106 Branch: perl
2107 + lib/ExtUtils/t/MM_OS2.t
2108 ! MANIFEST
2109____________________________________________________________________________
2110[ 13824] By: jhi on 2001/12/21 01:14:12
2111 Log: Subject: perlfunc.pod patch re flock via fcntl
2112 From: "Tye McQueen" <tye@metronet.com>
2113 Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST)
2114 Message-Id: <200112202052.fBKKqKH16263@metronet.com>
2115 Branch: perl
2116 ! pod/perlfunc.pod
2117____________________________________________________________________________
2118[ 13823] By: jhi on 2001/12/21 00:54:49
2119 Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
2120 U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
2121 (the Unicode maximum code point) warnable offenses.
2122 Branch: perl
2123 ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
2124 ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
2125____________________________________________________________________________
2126[ 13822] By: jhi on 2001/12/20 20:59:55
2127 Log: Sterner admonishment on -t.
2128 Branch: perl
2129 ! pod/perlrun.pod
2130____________________________________________________________________________
2131[ 13821] By: jhi on 2001/12/20 20:53:42
2132 Log: Subject: [PATCH B::Dpparse] minor qr// fix
2133 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2134 Date: Thu, 20 Dec 2001 22:53:34 +0100
2135 Message-ID: <20011220225334.A735@rafael>
2136 Branch: perl
2137 ! ext/B/B/Deparse.pm
2138____________________________________________________________________________
2139[ 13820] By: jhi on 2001/12/20 15:18:25
2140 Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
2141 From: Robert Spier <rspier@pobox.com>
2142 Date: Thu, 20 Dec 2001 08:10:00 -0800
2143 Message-ID: <15394.3416.693353.107334@rls.cx>
2144 Branch: perl
2145 ! lib/Carp/Heavy.pm
2146____________________________________________________________________________
2147[ 13819] By: jhi on 2001/12/20 14:56:30
2148 Log: Integrate perlio (pTHX_ fixes for :win32 layer)
2149 Branch: perl
2150 !> win32/win32io.c
2151____________________________________________________________________________
2152[ 13818] By: jhi on 2001/12/20 14:53:05
2153 Log: Subject: Re: [PATCH pod/perliol.pod] resend
2154 From: Stas Bekman <stas@stason.org>
2155 Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
2156 Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
2157 Branch: perl
2158 ! pod/perliol.pod
2159____________________________________________________________________________
2160[ 13817] By: jhi on 2001/12/20 14:51:24
2161 Log: Fix up the APIs noone hopefully uses.
2162 Branch: perl
2163 ! utf8.c
2164____________________________________________________________________________
2165[ 13816] By: jhi on 2001/12/20 14:18:56
2166 Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
2167 Date: Wed, 19 Dec 2001 14:13:38 -0800
2168 From: Robert Spier <rspier@pobox.com>
2169 Message-ID: <15393.4370.605214.548582@rls.cx>
2170 Branch: perl
2171 ! lib/Carp.t lib/Carp/Heavy.pm
2172____________________________________________________________________________
2173[ 13813] By: jhi on 2001/12/19 21:29:49
2174 Log: Some bincompat clawbacks.
2175 Branch: perl
2176 ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
2177 ! wince/perldll.def
2178____________________________________________________________________________
2179[ 13812] By: jhi on 2001/12/19 17:56:53
2180 Log: gcc pacifying (RH 7.1/ia64).
2181 Branch: perl
2182 ! pp.c
2183____________________________________________________________________________
2184[ 13811] By: jhi on 2001/12/19 16:55:09
2185 Log: Update Changes.
2186 Branch: perl
2187 ! Changes patchlevel.h
2188____________________________________________________________________________
ae041c74
JH
2189[ 13810] By: jhi on 2001/12/19 16:50:12
2190 Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2191 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2192 Date: Wed, 19 Dec 2001 12:35:07 +0100
2193 Message-ID: <3C207B6B.A687A8EC@alcatel.at>
2194
2195 Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2196 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2197 Date: Wed, 19 Dec 2001 17:34:51 +0000
2198 Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
2199 Branch: perl
2200 ! pod/perlre.pod
2201____________________________________________________________________________
2202[ 13809] By: jhi on 2001/12/19 16:47:11
2203 Log: Integrate perlio.
2204 Branch: perl
2205 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2206 !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
2207____________________________________________________________________________
2208[ 13807] By: jhi on 2001/12/19 15:59:02
2209 Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
2210 Branch: perl
2211 ! ext/B/B/Assembler.pm
2212____________________________________________________________________________
2213[ 13806] By: jhi on 2001/12/19 15:08:29
2214 Log: Reword the alarm explanation.
2215 Branch: perl
2216 ! pod/perlfunc.pod
2217____________________________________________________________________________
2218[ 13805] By: jhi on 2001/12/19 15:04:03
2219 Log: Subject: [PATCH @13746] OS/2 build
2220 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2221 Date: Wed, 19 Dec 2001 02:45:41 -0500
2222 Message-ID: <20011219024541.A29803@math.ohio-state.edu>
2223
2224 (skipped the t/TEST change)
2225 Branch: perl
2226 ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
2227 ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
2228 ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
2229____________________________________________________________________________
2230[ 13804] By: jhi on 2001/12/19 14:55:26
2231 Log: Upgrade to Net::Ping 2.09.
2232 Branch: perl
2233 + lib/Net/Ping/CHANGES lib/Net/Ping/README
2234 + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2235 + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2236 + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2237 + lib/Net/Ping/t/300_ping_stream.t
2238 ! MANIFEST lib/Net/Ping.pm
2239____________________________________________________________________________
2240[ 13802] By: jhi on 2001/12/19 14:25:27
2241 Log: B::Assembler/B::Disassembler patches and test;
2242 from Wolfgang Laun.
2243
2244 TODO: getting perlcc working.
2245 Branch: perl
2246 + ext/B/t/assembler.t
2247 ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2248____________________________________________________________________________
2249[ 13801] By: jhi on 2001/12/19 14:18:10
2250 Log: Can't printf U8s as UVs.
2251 Branch: perl
2252 ! utf8.c
2253____________________________________________________________________________
2254[ 13800] By: jhi on 2001/12/19 14:12:02
2255 Log: Subject: Re: [PATCH] ...while $var = glob(...)
2256 From: Robin Houston <robin@kitsite.com>
2257 Date: Wed, 19 Dec 2001 13:48:55 +0000
2258 Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>
2259
2260 Not exactly a glob test but internal-logically correct.
2261 Branch: perl
2262 ! t/op/glob.t
2263____________________________________________________________________________
2264[ 13799] By: jhi on 2001/12/19 13:51:37
2265 Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
2266 From: Michael G Schwern <schwern@pobox.com>
2267 Date: Wed, 19 Dec 2001 07:42:54 -0500
2268 Message-ID: <20011219124254.GF8630@blackrider>
2269 Branch: perl
2270 + lib/lib.t
2271 ! MANIFEST lib/lib_pm.PL
2272____________________________________________________________________________
2273[ 13798] By: jhi on 2001/12/19 13:35:59
2274 Log: Integrate with perlio.
2275 Branch: perl
2276 !> hv.c hv.h scope.c util.c
2277____________________________________________________________________________
2278[ 13793] By: jhi on 2001/12/19 04:58:51
2279 Log: Regen toc.
2280 Branch: perl
2281 ! pod/perltoc.pod
2282____________________________________________________________________________
2283[ 13792] By: jhi on 2001/12/19 04:56:42
2284 Log: FAQ sync.
2285 Branch: perl
2286 ! pod/perlfaq5.pod
2287____________________________________________________________________________
2288[ 13791] By: jhi on 2001/12/19 04:38:47
2289 Log: Reformat round.
2290 Branch: perl
2291 ! pod/perlunicode.pod
2292____________________________________________________________________________
2293[ 13790] By: jhi on 2001/12/19 04:32:06
2294 Log: Subject: [PATCH] pod/perlunicode.pod
2295 From: Jeffrey Friedl <jfriedl@yahoo.com>
2296 Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST)
2297 Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com>
2298 Branch: perl
2299 ! pod/perlunicode.pod
2300____________________________________________________________________________
2301[ 13789] By: jhi on 2001/12/19 04:16:39
2302 Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2303 From: Jeffrey Friedl <jfriedl@yahoo.com>
2304 Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST)
2305 Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com>
2306 Branch: perl
2307 ! pod/perluniintro.pod
2308____________________________________________________________________________
2309[ 13788] By: jhi on 2001/12/19 03:54:08
2310 Log: Slight pod reformatting.
2311 Branch: perl
2312 ! pod/perluniintro.pod
2313____________________________________________________________________________
2314[ 13787] By: jhi on 2001/12/19 03:41:45
2315 Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2316 From: Jeffrey Friedl <jfriedl@yahoo.com>
2317 Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
2318 Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
2319 Branch: perl
2320 ! pod/perluniintro.pod
2321____________________________________________________________________________
2322[ 13786] By: jhi on 2001/12/19 01:14:04
2323 Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
2324 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2325 Date: Wed, 19 Dec 2001 01:45:23 +0000
2326 Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
2327 Branch: perl
2328 ! sv.c
2329____________________________________________________________________________
2330[ 13785] By: jhi on 2001/12/19 01:11:45
2331 Log: Subject: Porting/checkURL.pl
2332 From: abigail@foad.org
2333 Date: Tue, 18 Dec 2001 19:03:22 +0100
2334 Message-ID: <20011218180322.8278.qmail@foad.org>
2335 Branch: perl
2336 ! Porting/checkURL.pl
2337____________________________________________________________________________
2338[ 13783] By: jhi on 2001/12/19 00:26:34
2339 Log: A bit too oversweeping matching in #13778.
2340 Branch: perl
2341 ! Configure
2342____________________________________________________________________________
2343[ 13782] By: jhi on 2001/12/19 00:09:10
2344 Log: Re-gen Configure based on #13778..13781.
2345 Branch: perl
2346 ! Configure config_h.SH
2347____________________________________________________________________________
2348[ 13767] By: jhi on 2001/12/18 22:13:14
2349 Log: Subject: Re: Benchmark.t failure on Linux
2350 From: Nicholas Clark <nick@ccl4.org>
2351 Date: Tue, 18 Dec 2001 22:51:25 +0000
2352 Message-ID: <20011218225124.N21702@plum.flirble.org>
2353 Branch: perl
2354 ! lib/Benchmark.t
2355____________________________________________________________________________
2356[ 13766] By: jhi on 2001/12/18 22:07:35
2357 Log: Re-applying #13752 until a better solution can be found.
2358 Branch: perl
2359 ! lib/ExtUtils/t/MM_Unix.t
2360____________________________________________________________________________
2361[ 13765] By: jhi on 2001/12/18 21:05:13
2362 Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
2363 From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
2364 Date: Tue, 18 Dec 2001 12:05:40 -0500
2365 Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
2366 Branch: perl
2367 ! lib/Exporter.pm
2368____________________________________________________________________________
2369[ 13764] By: jhi on 2001/12/18 20:58:44
2370 Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2371 findings -- some of the warnings I can't explain except
2372 by NVgf being detected wrong, though.
2373 Branch: perl
2374 ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
2375____________________________________________________________________________
2376[ 13763] By: jhi on 2001/12/18 20:54:28
2377 Log: Subject: [PATCH] pod/perluniintro.pod
2378 From: Jeffrey Friedl <jfriedl@yahoo.com>
2379 Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
2380 Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
2381 Branch: perl
2382 ! pod/perluniintro.pod
2383____________________________________________________________________________
2384[ 13762] By: jhi on 2001/12/18 17:49:07
2385 Log: ".pm" is the native executable suffix in VOS.
2386 Branch: perl
2387 ! hints/vos.sh
2388____________________________________________________________________________
2389[ 13761] By: jhi on 2001/12/18 15:57:39
2390 Log: Integrate perlio;
2391 Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
2392 Branch: perl
2393 !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
2394____________________________________________________________________________
2395[ 13759] By: jhi on 2001/12/18 15:54:19
2396 Log: (Undone by #13766.)
2397 Retract #13752.
2398 Branch: perl
2399 ! lib/ExtUtils/t/MM_Unix.t
2400____________________________________________________________________________
2401[ 13758] By: jhi on 2001/12/18 15:26:18
2402 Log: Echoes of #13757.
2403 Branch: perl
2404 ! t/lib/warnings/utf8
2405____________________________________________________________________________
2406[ 13757] By: jhi on 2001/12/18 15:24:50
2407 Log: Make the utf8 malformedness messages more verbose.
2408 Branch: perl
2409 ! lib/utf8.t utf8.c
2410____________________________________________________________________________
2411[ 13755] By: jhi on 2001/12/18 14:05:26
2412 Log: README.aix updates from Jens-Uwe Mager.
2413 Branch: perl
2414 ! README.aix
2415____________________________________________________________________________
2416[ 13754] By: jhi on 2001/12/18 14:03:31
2417 Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
2418 From: Michael G Schwern <schwern@pobox.com>
2419 Date: Tue, 18 Dec 2001 00:58:18 -0500
2420 Message-ID: <20011218055818.GC4362@blackrider>
2421 Branch: perl
2422 ! lib/Benchmark.t
2423____________________________________________________________________________
2424[ 13753] By: jhi on 2001/12/18 14:02:49
2425 Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
2426 From: Michael G Schwern <schwern@pobox.com>
2427 Date: Tue, 18 Dec 2001 00:40:38 -0500
2428 Message-ID: <20011218054038.GB4362@blackrider>
2429 Branch: perl
2430 ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
2431____________________________________________________________________________
2432[ 13752] By: jhi on 2001/12/18 14:01:44
2433 Log: (reintroduced by #13766)
2434 (retracted by #13759)
2435
2436 Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
2437 From: Michael G Schwern <schwern@pobox.com>
2438 Date: Tue, 18 Dec 2001 00:00:23 -0500
2439 Message-ID: <20011218050023.GA27893@blackrider>
2440 Branch: perl
2441 ! lib/ExtUtils/t/MM_Unix.t
2442____________________________________________________________________________
2443[ 13751] By: jhi on 2001/12/18 13:59:32
2444 Log: Re-patch #13749.
2445 Branch: perl
2446 ! t/op/glob.t
2447____________________________________________________________________________
2448[ 13750] By: jhi on 2001/12/18 13:56:34
2449 Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
2450 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2451 Date: Tue, 18 Dec 2001 12:55:43 +0000
2452 Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
2453 Branch: perl
2454 ! ext/Devel/Peek/Peek.pm
2455____________________________________________________________________________
2456[ 13749] By: jhi on 2001/12/18 13:55:12
2457 Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
2458 From: Robin Houston <robin@kitsite.com>
2459 Date: Tue, 18 Dec 2001 14:54:33 +0000
2460 Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
2461 Branch: perl
2462 ! t/op/glob.t
2463____________________________________________________________________________
2464[ 13748] By: jhi on 2001/12/17 23:54:41
2465 Log: Subject: [PATCH] slightly more for Exporter.pm
2466 From: Nicholas Clark <nick@ccl4.org>
2467 Date: Tue, 18 Dec 2001 00:22:03 +0000
2468 Message-ID: <20011218002203.M21702@plum.flirble.org>
2469 Branch: perl
2470 ! lib/Exporter.pm
2471____________________________________________________________________________
2472[ 13747] By: jhi on 2001/12/17 21:59:07
2473 Log: Subject: [PATCH] Re: chomp/chop prototype changed?
2474 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2475 Date: Mon, 17 Dec 2001 16:37:18 +0100
2476 Message-ID: <20011217163718.A2292@rafael>
2477
2478 Subject: Re: [PATCH] Re: chomp/chop prototype changed?
2479 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2480 Date: Mon, 17 Dec 2001 23:17:06 +0100
2481 Message-ID: <20011217231706.A730@rafael>
2482 Branch: perl
2483 ! pod/perlsub.pod pp.c toke.c
2484____________________________________________________________________________
2485[ 13746] By: jhi on 2001/12/17 20:22:08
2486 Log: Update Changes.
2487 Branch: perl
2488 ! Changes patchlevel.h
2489____________________________________________________________________________
74f3d116
JH
2490[ 13745] By: jhi on 2001/12/17 20:12:37
2491 Log: New test warrants a MANIFEST entry.
2492 Branch: perl
2493 ! MANIFEST
2494____________________________________________________________________________
2495[ 13744] By: jhi on 2001/12/17 19:27:40
2496 Log: Subject: Re: [PATCH] ...while $var = glob(...)
2497 From: Robin Houston <robin@kitsite.com>
2498 Date: Mon, 17 Dec 2001 20:27:30 +0000
2499 Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
2500
2501 Can't portably unlink open files.
2502 Branch: perl
2503 ! t/op/glob.t
2504____________________________________________________________________________
2505[ 13743] By: jhi on 2001/12/17 19:26:34
2506 Log: perluniintro tweaks as suggested by Jeffrey Friedl.
2507 Branch: perl
2508 ! pod/perluniintro.pod
2509____________________________________________________________________________
2510[ 13742] By: jhi on 2001/12/17 19:18:52
2511 Log: Move typeglob test from glob.t to gv.t.
2512 Branch: perl
2513 ! t/op/glob.t t/op/gv.t
2514____________________________________________________________________________
2515[ 13741] By: jhi on 2001/12/17 19:12:16
2516 Log: Subject: Re: [PATCH] ...while $var = glob(...)
2517 From: Robin Houston <robin@kitsite.com>
2518 Date: Mon, 17 Dec 2001 20:07:02 +0000
2519 Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
2520 Branch: perl
2521 ! t/op/glob.t
2522____________________________________________________________________________
2523[ 13740] By: jhi on 2001/12/17 19:11:29
2524 Log: Demote the surrogate and non-character errors to warnings.
2525 Branch: perl
2526 ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
2527____________________________________________________________________________
2528[ 13739] By: jhi on 2001/12/17 18:47:41
2529 Log: Subject: [PATCH] more POSIX tests, and more autoloading
2530 From: Nicholas Clark <nick@ccl4.org>
2531 Date: Mon, 17 Dec 2001 18:27:47 +0000
2532 Message-ID: <20011217182747.D21702@plum.flirble.org>
2533 Branch: perl
2534 ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
2535____________________________________________________________________________
2536[ 13738] By: jhi on 2001/12/17 18:43:55
2537 Log: Subject: [PATCH] ...while $var = glob(...)
2538 From: Robin Houston <robin@kitsite.com>
2539 Date: Mon, 17 Dec 2001 15:51:54 +0000
2540 Message-ID: <20011217155153.A311@robin.kitsite.com>
2541 Branch: perl
2542 ! op.c
2543____________________________________________________________________________
2544[ 13737] By: jhi on 2001/12/17 18:38:33
2545 Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
2546 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2547 Date: Mon, 17 Dec 2001 15:23:01 +0100
2548 Message-ID: <20011217152301.A704@rafael>
2549 Branch: perl
2550 ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
2551____________________________________________________________________________
2552[ 13736] By: jhi on 2001/12/17 18:36:20
2553 Log: The system() vs $SIG{ARLM} is no more a todo.
2554 Branch: perl
2555 ! t/op/alarm.t
2556____________________________________________________________________________
2557[ 13735] By: jhi on 2001/12/17 18:34:43
2558 Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
2559 From: Michael G Schwern <schwern@pobox.com>
2560 Date: Sun, 16 Dec 2001 23:59:01 -0500
2561 Message-ID: <20011217045901.GL17232@blackrider>
2562 Branch: perl
2563 + t/op/alarm.t
2564 ! MANIFEST
2565____________________________________________________________________________
2566[ 13734] By: jhi on 2001/12/17 17:54:19
2567 Log: s/UNIX/Unix/
2568 Branch: perl
2569 ! MANIFEST
2570____________________________________________________________________________
2571[ 13733] By: jhi on 2001/12/17 17:50:22
2572 Log: Move ExtUtils tests to lib/ExtUtils/t.
2573 Branch: perl
2574 + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
2575 + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
2576 + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2577 + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
2578 + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
2579 + lib/ExtUtils/t/testlib.t
2580 - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
2581 - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
2582 - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
2583 - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
2584 - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
2585 ! MANIFEST
2586____________________________________________________________________________
2587[ 13732] By: jhi on 2001/12/17 17:45:33
2588 Log: Subject: [PATCH] MM_Unix tests, and some questions
2589 From: Tels <perl_dummy@bloodgate.com>
2590 Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)
2591 Message-Id: <200112162132.XAA12694@tiku.hut.fi>
2592
2593 Subject: Re: [PATCH] MM_Unix tests, and some questions
2594 From: Tels <perl_dummy@bloodgate.com>
2595 Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)
2596 Message-Id: <200112162332.BAA25411@tiku.hut.fi>
2597 Branch: perl
2598 + lib/ExtUtils/MM_Unix.t
2599 ! MANIFEST lib/ExtUtils/MM_Unix.pm
2600____________________________________________________________________________
2601[ 13731] By: jhi on 2001/12/17 17:31:35
2602 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
2603 From: Michael G Schwern <schwern@pobox.com>
2604 Date: Sun, 16 Dec 2001 17:53:55 -0500
2605 Message-ID: <20011216225354.GE8900@blackrider>
2606 Branch: perl
2607 ! lib/ExtUtils/MM_Unix.pm
2608____________________________________________________________________________
2609[ 13730] By: jhi on 2001/12/17 17:26:44
2610 Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
2611 From: Michael G Schwern <schwern@pobox.com>
2612 Date: Sun, 16 Dec 2001 16:12:55 -0500
2613 Message-ID: <20011216211255.GV8900@blackrider>
2614 Branch: perl
2615 ! ext/B/B/Deparse.pm
2616____________________________________________________________________________
2617[ 13729] By: jhi on 2001/12/17 17:25:09
2618 Log: Subject: [PATCH] Exporter.pm
2619 From: Nicholas Clark <nick@ccl4.org>
2620 Date: Sun, 16 Dec 2001 19:24:25 +0000
2621 Message-ID: <20011216192425.R21702@plum.flirble.org>
2622 Branch: perl
2623 ! lib/Exporter.pm
2624____________________________________________________________________________
2625[ 13728] By: jhi on 2001/12/17 17:20:51
2626 Log: Subject: [PATCH] Exporter.t (and question)
2627 From: Nicholas Clark <nick@ccl4.org>
2628 Date: Sun, 16 Dec 2001 17:24:55 +0000
2629 Message-ID: <20011216172455.P21702@plum.flirble.org>
2630 Branch: perl
2631 ! lib/Exporter.t
2632____________________________________________________________________________
2633[ 13727] By: jhi on 2001/12/17 17:18:21
2634 Log: Subject: Re: perl@13661
2635 From: "John P. Linderman" <jpl@research.att.com>
2636 Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)
2637 Message-Id: <200112171211.HAA71597@raptor.research.att.com>
2638 Branch: perl
2639 ! pp_sort.c
2640____________________________________________________________________________
2641[ 13726] By: jhi on 2001/12/17 16:57:57
2642 Log: Subject: Will the real Unicode encoding please stand up?
2643 From: Jeffrey Friedl <jfriedl@yahoo.com>
2644 Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
2645 Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
2646 Branch: perl
2647 ! pod/perluniintro.pod
2648____________________________________________________________________________
2649[ 13725] By: jhi on 2001/12/17 16:43:09
2650 Log: Integrate perlio; interruptable system().
2651 Branch: perl
2652 !> util.c
2653____________________________________________________________________________
2654[ 13722] By: jhi on 2001/12/16 16:12:57
2655 Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
2656 0xFFFE..0xFFFF. Ranges 0x...FFFE..0x...FFFF in general,
2657 and characters beyond 0x10FFF should be disallowed, too,
2658 but some tests would need changing, but more importantly some
2659 APIs would need remodeling since one can easily generate such
2660 characters either by bitwise complements, tr complements, or
2661 v-strings.
2662 Branch: perl
2663 ! pod/perldiag.pod utf8.c
2664____________________________________________________________________________
2665[ 13721] By: jhi on 2001/12/16 15:34:52
2666 Log: Make surrogates illegal also on EBCDIC.
2667 Branch: perl
2668 ! utf8.c
2669____________________________________________________________________________
2670[ 13720] By: jhi on 2001/12/16 14:49:18
2671 Log: Subject: [patch @13687] Unicode::Collate 0.10
2672 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2673 Date: Sun, 16 Dec 2001 21:22:12 +0900
2674 Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
2675 Branch: perl
2676 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2677 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2678____________________________________________________________________________
2679[ 13719] By: jhi on 2001/12/16 14:39:34
2680 Log: More documentation for the encoding pragma.
2681 Branch: perl
2682 ! lib/encoding.pm
2683____________________________________________________________________________
2684[ 13718] By: jhi on 2001/12/16 14:34:02
2685 Log: Subject: [PATCH] lib/open.pm
2686 From: Jeffrey Friedl <jfriedl@yahoo.com>
2687 Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
2688 Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
2689 Branch: perl
2690 ! lib/open.pm
2691____________________________________________________________________________
2692[ 13717] By: jhi on 2001/12/16 14:18:49
2693 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
2694 From: chromatic <chromatic@rmci.net>
2695 Date: Sat, 15 Dec 2001 23:24:40 -0700
2696 Message-ID: <20011216062507.71492.qmail@onion.perl.org>
2697 Branch: perl
2698 + lib/ExtUtils/Installed.t
2699 ! MANIFEST
2700____________________________________________________________________________
2701[ 13716] By: jhi on 2001/12/16 14:17:10
2702 Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
2703 From: Michael G Schwern <schwern@pobox.com>
2704 Date: Sun, 16 Dec 2001 01:14:00 -0500
2705 Message-ID: <20011216061400.GC8900@blackrider>
2706 Branch: perl
2707 ! lib/diagnostics.pm
2708____________________________________________________________________________
2709[ 13715] By: jhi on 2001/12/16 14:16:17
2710 Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
2711 From: Michael G Schwern <schwern@pobox.com>
2712 Date: Sun, 16 Dec 2001 01:12:42 -0500
2713 Message-ID: <20011216061242.GB8900@blackrider>
2714 Branch: perl
2715 ! t/test.pl
2716____________________________________________________________________________
2717[ 13714] By: jhi on 2001/12/16 04:21:53
2718 Log: I sometimes outsmart myself.
2719 Branch: perl
2720 ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2721____________________________________________________________________________
2722[ 13713] By: jhi on 2001/12/16 03:24:34
2723 Log: Subject: [PATCH lib/AutoSplit.pm] Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__]
2724 From: Michael G Schwern <schwern@pobox.com>
2725 Date: Sat, 15 Dec 2001 15:08:29 -0500
2726 Message-ID: <20011215200829.GK1548@blackrider>
2727 Branch: perl
2728 ! lib/AutoSplit.pm
2729____________________________________________________________________________
2730[ 13712] By: jhi on 2001/12/16 03:22:39
2731 Log: perlunicode enchancements suggested by Jeffrey Friedl.
2732 Branch: perl
2733 ! pod/perlunicode.pod
2734____________________________________________________________________________
2735[ 13711] By: jhi on 2001/12/16 03:00:44
2736 Log: Subject: [PATCH] perlunicode.pod
2737 From: Jeffrey Friedl <jfriedl@yahoo.com>
2738 Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST)
2739 Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
2740 Branch: perl
2741 ! pod/perlunicode.pod
2742____________________________________________________________________________
2743[ 13710] By: jhi on 2001/12/16 02:57:09
2744 Log: Subject: RESENT - [PATCH] utf8_heavy.pl
2745 From: Jeffrey Friedl <jfriedl@yahoo.com>
2746 Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST)
2747 Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
2748 Branch: perl
2749 ! lib/utf8_heavy.pl
2750____________________________________________________________________________
2751[ 13709] By: jhi on 2001/12/16 02:47:36
2752 Log: Can't create surrogates; so can't match them, either.
2753 Branch: perl
2754 ! pod/perlunicode.pod
2755____________________________________________________________________________
2756[ 13708] By: jhi on 2001/12/16 02:46:07
2757 Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
2758 From: Michael G Schwern <schwern@pobox.com>
2759 Date: Sat, 15 Dec 2001 21:20:35 -0500
2760 Message-ID: <20011216022035.GE5672@blackrider>
2761 Branch: perl
2762 ! t/test.pl
2763____________________________________________________________________________
2764[ 13707] By: jhi on 2001/12/16 02:45:06
2765 Log: Make creating UTF-8 surrogates a punishable act.
2766 Branch: perl
2767 ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
2768____________________________________________________________________________
2769[ 13706] By: jhi on 2001/12/15 23:00:56
2770 Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2771 Branch: perl
2772 + lib/unicore/In/172.pl lib/unicore/In/173.pl
2773 ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
2774 ! lib/unicore/In/165.pl lib/unicore/In/166.pl
2775 ! lib/unicore/In/167.pl lib/unicore/In/168.pl
2776 ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2777 ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
2778____________________________________________________________________________
2779[ 13705] By: jhi on 2001/12/15 22:17:10
2780 Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
2781 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2782 Date: Sat, 15 Dec 2001 23:21:43 +0100
2783 Message-ID: <20011215232143.A11790@rafael>
2784 Branch: perl
2785 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2786____________________________________________________________________________
2787[ 13704] By: jhi on 2001/12/15 22:09:20
2788 Log: Make charnames more robust.
2789 Branch: perl
2790 ! lib/charnames.pm
2791____________________________________________________________________________
2792[ 13703] By: jhi on 2001/12/15 17:30:55
2793 Log: The hoops one has to jump through.
2794 Branch: perl
2795 ! ext/I18N/Langinfo/Langinfo.pm
2796____________________________________________________________________________
2797[ 13702] By: jhi on 2001/12/15 17:18:49
2798 Log: Subject: [PATCH] perlstyle.pod nit on warnings
2799 From: Autrijus Tang <autrijus@egb.elixus.org>
2800 Date: Sat, 15 Dec 2001 04:24:34 -0800
2801 Message-ID: <20011215122434.GA1682@egb.elixus.org>
2802 Branch: perl
2803 ! pod/perlstyle.pod
2804____________________________________________________________________________
2805[ 13701] By: jhi on 2001/12/15 17:17:47
2806 Log: I don't think we are in FooOS, Toto.
2807 Branch: perl
2808 ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2809____________________________________________________________________________
2810[ 13700] By: jhi on 2001/12/15 17:15:50
2811 Log: Subject: Re: Untested modules update: There's more than we thought
2812 From: chromatic <chromatic@rmci.net>
2813 Date: Fri, 14 Dec 2001 17:20:24 -0700
2814 Message-ID: <20011215002049.37259.qmail@onion.perl.org>
2815 Branch: perl
2816 + lib/ExtUtils/MM_Cygwin.t
2817 ! MANIFEST
2818____________________________________________________________________________
2819[ 13699] By: jhi on 2001/12/15 17:14:26
2820 Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
2821 From: Michael G Schwern <schwern@pobox.com>
2822 Date: Fri, 14 Dec 2001 20:59:42 -0500
2823 Message-ID: <20011215015942.GF28596@blackrider>
2824 Branch: perl
2825 ! t/TEST
2826____________________________________________________________________________
2827[ 13698] By: jhi on 2001/12/15 17:13:35
2828 Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
2829 From: Michael G Schwern <schwern@pobox.com>
2830 Date: Fri, 14 Dec 2001 20:03:46 -0500
2831 Message-ID: <20011215010346.GD28596@blackrider>
2832 Branch: perl
2833 + ext/B/t/bblock.t
2834 ! MANIFEST
2835____________________________________________________________________________
2836[ 13697] By: jhi on 2001/12/15 17:12:32
2837 Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
2838 From: Michael G Schwern <schwern@pobox.com>
2839 Date: Fri, 14 Dec 2001 19:59:13 -0500
2840 Message-ID: <20011215005913.GC28596@blackrider>
2841 Branch: perl
2842 ! ext/B/B/Bblock.pm
2843____________________________________________________________________________
2844[ 13696] By: jhi on 2001/12/15 17:11:32
2845 Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test
2846 From: Michael G Schwern <schwern@pobox.com>
2847 Date: Fri, 14 Dec 2001 19:36:12 -0500
2848 Message-ID: <20011215003611.GA28596@blackrider>
2849 Branch: perl
2850 + ext/B/t/asmdata.t
2851 ! MANIFEST
2852____________________________________________________________________________
2853[ 13695] By: jhi on 2001/12/15 17:10:05
2854 Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
2855 From: Michael G Schwern <schwern@pobox.com>
2856 Date: Fri, 14 Dec 2001 19:14:14 -0500
2857 Message-ID: <20011215001414.GA25077@blackrider>
2858 Branch: perl
2859 ! bytecode.pl ext/B/B/Asmdata.pm
2860____________________________________________________________________________
2861[ 13694] By: jhi on 2001/12/15 17:00:44
2862 Log: Permissions.
2863 Branch: perl
2864 ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
2865 ! ext/Devel/PPPort/module3.c
2866____________________________________________________________________________
2867[ 13693] By: jhi on 2001/12/14 23:48:59
2868 Log: Benchmark test from Nicholas Clark.
2869 Branch: perl
2870 + lib/Benchmark.t
2871 ! MANIFEST lib/Benchmark.pm
2872____________________________________________________________________________
2873[ 13692] By: jhi on 2001/12/14 23:33:28
2874 Log: Mithing.
2875 Branch: perl
2876 + lib/Attribute/Handlers/demo/demo2.pl
2877 + lib/Attribute/Handlers/demo/demo3.pl
2878 + lib/Attribute/Handlers/demo/demo4.pl
2879____________________________________________________________________________
2880[ 13691] By: jhi on 2001/12/14 21:26:08
2881 Log: Silence compiler worries found by Schwern/Digital cc.
2882 Branch: perl
2883 ! perlio.c sv.c x2p/str.c
2884____________________________________________________________________________
2885[ 13690] By: jhi on 2001/12/14 20:26:51
2886 Log: User may not have a valid home directory even if
2887 getpwuid() succedds.
2888 Branch: perl
2889 ! ext/File/Glob/t/basic.t
2890____________________________________________________________________________
2891[ 13689] By: jhi on 2001/12/14 18:14:52
2892 Log: Integrate with perlio. (No changes, but that's okay.)
2893 Branch: perl
2894 !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
2895____________________________________________________________________________
2896[ 13688] By: jhi on 2001/12/14 18:06:18
2897 Log: Add a Configure hints file for VOS: the POSIX support
2898 of VOS is getting close to the point where it can run
2899 Configure (some Configure tweaks will be required).
2900 Branch: perl
2901 + hints/vos.sh
2902 ! MANIFEST
2903____________________________________________________________________________
2904[ 13687] By: jhi on 2001/12/14 16:15:17
2905 Log: Update Changes.
2906 Branch: perl
2907 ! Changes patchlevel.h
2908____________________________________________________________________________
e9936729
JH
2909[ 13686] By: jhi on 2001/12/14 16:07:02
2910 Log: Reintroduce Attribute::Handlers with Spider's fixes.
2911 Branch: perl
2912 + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2913 + lib/Attribute/Handlers/README
2914 + lib/Attribute/Handlers/demo/Demo.pm
2915 + lib/Attribute/Handlers/demo/Descriptions.pm
2916 + lib/Attribute/Handlers/demo/MyClass.pm
2917 + lib/Attribute/Handlers/demo/demo.pl
2918 + lib/Attribute/Handlers/demo/demo_call.pl
2919 + lib/Attribute/Handlers/demo/demo_chain.pl
2920 + lib/Attribute/Handlers/demo/demo_cycle.pl
2921 + lib/Attribute/Handlers/demo/demo_hashdir.pl
2922 + lib/Attribute/Handlers/demo/demo_phases.pl
2923 + lib/Attribute/Handlers/demo/demo_range.pl
2924 + lib/Attribute/Handlers/demo/demo_rawdata.pl
2925 + lib/Attribute/Handlers/t/multi.t
2926 ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
2927____________________________________________________________________________
2928[ 13684] By: jhi on 2001/12/14 14:43:40
2929 Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
2930 From: Michael G Schwern <schwern@pobox.com>
2931 Date: Thu, 13 Dec 2001 19:27:08 -0500
2932 Message-ID: <20011214002707.GA10532@blackrider>
2933
2934 (reword the perlrun -t description a bit,
2935 and move the Itaint_warn to the bottom of
2936 the intrpvar.h for binary compatibility)
2937 Branch: perl
2938 + t/run/switcht.t
2939 ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
2940 ! perlapi.h pod/perlrun.pod t/TEST taint.c
2941____________________________________________________________________________
2942[ 13682] By: jhi on 2001/12/14 04:10:37
2943 Log: Detypo.
2944 Branch: perl
2945 ! utf8.c
2946____________________________________________________________________________
2947[ 13681] By: jhi on 2001/12/14 04:07:08
2948 Log: Buffer overflow checks.
2949 Branch: perl
2950 ! utf8.c
2951____________________________________________________________________________
2952[ 13680] By: jhi on 2001/12/13 21:30:14
2953 Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
2954 From: Spider Boardman <spider@leggy.zk3.dec.com>
2955 Date: Thu, 13 Dec 2001 15:32:51 -0500
2956 Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
2957 Branch: perl
2958 ! lib/ExtUtils/Embed.t
2959____________________________________________________________________________
2960[ 13679] By: jhi on 2001/12/13 21:27:31
2961 Log: More on the Unicode "line" definition.
2962 Branch: perl
2963 ! pod/perlunicode.pod
2964____________________________________________________________________________
2965[ 13678] By: jhi on 2001/12/13 21:18:47
2966 Log: Open-ended VERSION?
2967 Branch: perl
2968 ! lib/ExtUtils/Install.pm
2969____________________________________________________________________________
2970[ 13677] By: jhi on 2001/12/13 19:13:13
2971 Log: Subject: [PATCH] Better make distclean
2972 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2973 Date: Thu, 13 Dec 2001 21:10:18 +0100
2974 Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
2975 Branch: perl
2976 ! Makefile.SH
2977____________________________________________________________________________
2978[ 13676] By: jhi on 2001/12/13 17:11:42
2979 Log: Remove Memoize::Saves as requested by mjd.
2980 Branch: perl
2981 - lib/Memoize/Saves.pm
2982 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
2983____________________________________________________________________________
2984[ 13675] By: jhi on 2001/12/13 16:16:12
2985 Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
2986 From: Michael G Schwern <schwern@pobox.com>
2987 Date: Tue, 11 Dec 2001 23:17:32 -0500
2988 Message-ID: <20011212041732.GS17250@blackrider>
2989 Branch: perl
2990 ! lib/ExtUtils/Install.pm
2991____________________________________________________________________________
2992[ 13674] By: jhi on 2001/12/13 16:12:19
2993 Log: Subject: [PATCH] Re: use utf8; with bad utf8
2994 From: Nicholas Clark <nick@ccl4.org>
2995 Date: Thu, 13 Dec 2001 17:09:39 +0000
2996 Message-ID: <20011213170939.L21702@plum.flirble.org>
2997 Branch: perl
2998 ! t/lib/1_compile.t
2999____________________________________________________________________________
3000[ 13673] By: jhi on 2001/12/13 16:09:18
3001 Log: Subject: (LONG!) Sort benchmarks and patch
3002 From: "John P. Linderman" <jpl@research.att.com>
3003 Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
3004 Message-Id: <200112131450.JAA84836@raptor.research.att.com>
3005 Branch: perl
3006 ! pp_sort.c
3007____________________________________________________________________________
3008[ 13672] By: jhi on 2001/12/13 14:19:28
3009 Log: Unadorned numbers evil.
3010 Branch: perl
3011 ! pp.c regcomp.c regexec.c utf8.c utf8.h
3012____________________________________________________________________________
3013[ 13671] By: jhi on 2001/12/13 13:35:47
3014 Log: "preprocessing directive not recognized within macro arg"
3015 Branch: perl
3016 ! ext/Data/Dumper/Dumper.xs
3017____________________________________________________________________________
3018[ 13670] By: jhi on 2001/12/13 13:32:37
3019 Log: Subject: Clarifying the documentation of goto
3020 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3021 Date: Thu, 13 Dec 2001 08:57:38 -0500
3022 Message-ID: <3C18BD8B@operamail.com>
3023 Branch: perl
3024 ! pod/perlfunc.pod
3025____________________________________________________________________________
3026[ 13669] By: jhi on 2001/12/13 04:38:19
3027 Log: It could be possible for the case-insensitive
3028 Unicode-aware string comparison to wander off
3029 to the la-la land.
3030 Branch: perl
3031 ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
3032 ! regexec.c utf8.c
3033____________________________________________________________________________
3034[ 13668] By: jhi on 2001/12/13 02:48:14
3035 Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
3036 From: Michael G Schwern <schwern@pobox.com>
3037 Date: Wed, 12 Dec 2001 21:53:46 -0500
3038 Message-ID: <20011213025346.GH25129@blackrider>
3039 Branch: perl
3040 ! lib/Net/hostent.t t/op/stat.t t/test.pl
3041____________________________________________________________________________
3042[ 13667] By: jhi on 2001/12/13 02:47:27
3043 Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
3044 From: Michael G Schwern <schwern@pobox.com>
3045 Date: Wed, 12 Dec 2001 20:33:42 -0500
3046 Message-ID: <20011213013342.GX25129@blackrider>
3047 Branch: perl
3048 ! t/io/fs.t
3049____________________________________________________________________________
3050[ 13666] By: jhi on 2001/12/12 23:22:27
3051 Log: Subject: Re: [PATCH] use utf8; tests
3052 From: Nicholas Clark <nick@ccl4.org>
3053 Date: Thu, 13 Dec 2001 00:16:58 +0000
3054 Message-ID: <20011213001658.I21702@plum.flirble.org>
3055 Branch: perl
3056 ! lib/utf8.t
3057____________________________________________________________________________
3058[ 13665] By: jhi on 2001/12/12 21:45:49
3059 Log: EPOC fixes from Olaf Flebbe.
3060 Branch: perl
3061 ! README.epoc epoc/config.sh epoc/createpkg.pl
3062 ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
3063____________________________________________________________________________
3064[ 13664] By: jhi on 2001/12/12 21:33:50
3065 Log: Subject: [PATCH perl@13661] VMS test fix-ups
3066 From: "Craig A. Berry" <craigberry@mac.com>
3067 Date: Wed, 12 Dec 2001 16:27:48 -0600
3068 Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
3069 Branch: perl
3070 ! lib/Net/hostent.t t/io/fs.t
3071____________________________________________________________________________
3072[ 13663] By: jhi on 2001/12/12 19:59:56
3073 Log: Subject: Re: Next cygwin round.
3074 From: "Gerrit P. Haase" <gp@familiehaase.de>
3075 Date: Wed, 12 Dec 2001 21:59:00 +0100
3076 Message-ID: <122343874595.20011212215900@familiehaase.de>
3077 Branch: perl
3078 ! t/io/fs.t
3079____________________________________________________________________________
3080[ 13662] By: jhi on 2001/12/12 19:12:36
3081 Log: Subject: [PATCH] use utf8; tests
3082 From: Nicholas Clark <nick@ccl4.org>
3083 Date: Wed, 12 Dec 2001 20:07:04 +0000
3084 Message-ID: <20011212200704.E21702@plum.flirble.org>
3085 Branch: perl
3086 ! lib/utf8.t t/test.pl
3087____________________________________________________________________________
3088[ 13661] By: jhi on 2001/12/12 15:24:42
3089 Log: Update Changes.
3090 Branch: perl
3091 ! Changes patchlevel.h
3092____________________________________________________________________________
5caba508
JH
3093[ 13660] By: jhi on 2001/12/12 15:04:03
3094 Log: Subject: [PATCH] Passing in env to perl_parse did not work
3095 From: Gisle Aas <gisle@ActiveState.com>
3096 Date: 11 Dec 2001 20:52:57 -0800
3097 Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
3098 Branch: perl
3099 ! perl.c perl.h
3100____________________________________________________________________________
3101[ 13659] By: jhi on 2001/12/12 14:33:30
3102 Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
3103 mostly gcc -Wall complaining about the argument of %p not
3104 being a void *.
3105 Branch: perl
3106 ! perlio.c regcomp.c taint.c toke.c
3107____________________________________________________________________________
3108[ 13657] By: jhi on 2001/12/12 14:08:49
3109 Log: Try YP/NIS also from /usr/lib/yp.
3110 Branch: perl
3111 ! Configure
3112____________________________________________________________________________
3113[ 13656] By: jhi on 2001/12/12 14:05:28
3114 Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
3115 From: Michael G Schwern <schwern@pobox.com>
3116 Date: Wed, 12 Dec 2001 05:27:02 -0500
3117 Message-ID: <20011212102702.GW17250@blackrider>
3118
3119 (the op/grent part)
3120 Branch: perl
3121 ! t/op/grent.t
3122____________________________________________________________________________
3123[ 13655] By: jhi on 2001/12/12 14:01:55
3124 Log: Weed out .files from ls and readdir() results.
3125 Branch: perl
3126 ! t/op/stat.t
3127____________________________________________________________________________
3128[ 13654] By: jhi on 2001/12/12 13:45:21
3129 Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
3130 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3131 Date: Wed, 12 Dec 2001 10:52:21 +0100
3132 Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
3133 Branch: perl
3134 ! lib/File/Find.pm
3135____________________________________________________________________________
3136[ 13653] By: jhi on 2001/12/12 13:34:06
3137 Log: Subject: [PATCH] doio fatal on cygwin for 13651
3138 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3139 Date: Wed, 12 Dec 2001 11:28:13 +0100
3140 Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
3141 Branch: perl
3142 ! doio.c
3143____________________________________________________________________________
3144[ 13652] By: jhi on 2001/12/12 13:32:51
3145 Log: Get the whole line of ls, makes debugging easier
3146 (from Schwern)
3147 Branch: perl
3148 ! t/op/stat.t
3149____________________________________________________________________________
3150[ 13651] By: jhi on 2001/12/12 05:42:05
3151 Log: rename() must be tested even without link()
3152 or the utime() and rename-directory tests fail.
3153 (Also got the BeOS utime atime/time the wrong way round.)
3154 Branch: perl
3155 ! t/io/fs.t
3156____________________________________________________________________________
3157[ 13650] By: jhi on 2001/12/12 05:36:31
3158 Log: Now that the beos.c is compiled at the main level
3159 the header is in the beos/
3160 Branch: perl
3161 ! beos/beos.c
3162____________________________________________________________________________
3163[ 13649] By: jhi on 2001/12/12 04:25:21
3164 Log: Must remember to require Socket.
3165 Branch: perl
3166 ! ext/Sys/Syslog/syslog.t
3167____________________________________________________________________________
3168[ 13648] By: jhi on 2001/12/12 04:12:05
3169 Log: In BeOS Errno must resort to actual compilation
3170 and execution for some of the error constants.
3171 Branch: perl
3172 ! ext/Errno/Errno_pm.PL
3173____________________________________________________________________________
3174[ 13647] By: jhi on 2001/12/12 03:23:26
3175 Log: BeOS still has no good sockets.
3176 Branch: perl
3177 ! ext/IO/lib/IO/t/io_sel.t
3178____________________________________________________________________________
3179[ 13646] By: jhi on 2001/12/12 03:19:56
3180 Log: BeOS sockets are not true sockets.
3181 Branch: perl
3182 ! ext/IO/lib/IO/t/io_poll.t
3183____________________________________________________________________________
3184[ 13645] By: jhi on 2001/12/12 03:14:32
3185 Log: No Socket, no Syslog.
3186 Branch: perl
3187 ! ext/Sys/Syslog/syslog.t
3188____________________________________________________________________________
3189[ 13644] By: jhi on 2001/12/12 03:12:46
3190 Log: (On some platforms) missing truncate FH.
3191 Branch: perl
3192 ! pod/perltodo.pod
3193____________________________________________________________________________
3194[ 13643] By: jhi on 2001/12/12 03:09:37
3195 Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
3196 and vms would be muchly appreciated.
3197 Branch: perl
3198 ! t/io/fs.t
3199____________________________________________________________________________
3200[ 13642] By: jhi on 2001/12/12 02:32:05
3201 Log: utime() updates only the mtime in BeOS.
3202 Branch: perl
3203 ! pod/perlport.pod
3204____________________________________________________________________________
3205[ 13641] By: jhi on 2001/12/12 01:50:13
3206 Log: No link(), no need to dSP.
3207 Branch: perl
3208 ! pp_sys.c
3209____________________________________________________________________________
3210[ 13640] By: jhi on 2001/12/12 01:49:40
3211 Log: Missing argument.
3212 Branch: perl
3213 ! utf8.c
3214____________________________________________________________________________
3215[ 13639] By: jhi on 2001/12/12 01:44:39
3216 Log: (1) To assume any setuid programs is silly.
3217 (2) Chaining tests with booleans means that some
3218 of them may not get run which means getting out
3219 of test count sync.
3220 Branch: perl
3221 ! t/op/stat.t
3222____________________________________________________________________________
3223[ 13638] By: jhi on 2001/12/12 01:12:49
3224 Log: The beos.c needs to be in the main directory.
3225 Branch: perl
3226 ! hints/beos.sh
3227____________________________________________________________________________
3228[ 13637] By: jhi on 2001/12/12 00:37:20
3229 Log: Detypo and rename.
3230 Branch: perl
3231 ! doio.c perl.h perlio.c perliol.h
3232____________________________________________________________________________
3233[ 13636] By: jhi on 2001/12/12 00:22:16
3234 Log: This time I test compiled. Honest.
3235 Branch: perl
3236 ! beos/beos.c
3237____________________________________________________________________________
3238[ 13635] By: jhi on 2001/12/11 22:57:07
3239 Log: Subject: [PATCH] slightly more pack tests
3240 From: Nicholas Clark <nick@ccl4.org>
3241 Date: Tue, 11 Dec 2001 23:41:23 +0000
3242 Message-ID: <20011211234123.Y21702@plum.flirble.org>
3243 Branch: perl
3244 ! t/op/pack.t
3245____________________________________________________________________________
3246[ 13634] By: jhi on 2001/12/11 21:49:58
3247 Log: Subject: [PATCH perl@13600] Gconvert for VMS again
3248 From: "Craig A. Berry" <craigberry@mac.com>
3249 Date: Tue, 11 Dec 2001 16:39:13 -0600
3250 Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
3251 Branch: perl
3252 ! configure.com
3253____________________________________________________________________________
3254[ 13632] By: jhi on 2001/12/11 21:48:26
3255 Log: Subject: $Config{perlpath} and -Dversiononly
3256 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3257 Date: Tue, 11 Dec 2001 23:32:33 +0100
3258 Message-ID: <20011211233233.A11587@rafael>
3259 Branch: perl
3260 ! Configure
3261____________________________________________________________________________
3262[ 13631] By: jhi on 2001/12/11 21:01:00
3263 Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
3264 From: Nicholas Clark <nick@ccl4.org>
3265 Date: Tue, 11 Dec 2001 21:59:36 +0000
3266 Message-ID: <20011211215935.W21702@plum.flirble.org>
3267 Branch: perl
3268 ! t/op/pack.t
3269____________________________________________________________________________
3270[ 13630] By: jhi on 2001/12/11 20:16:29
3271 Log: More UTF-8 API docs.
3272 Branch: perl
3273 ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
3274____________________________________________________________________________
3275[ 13629] By: jhi on 2001/12/11 19:17:16
3276 Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3277 From: Nicholas Clark <nick@ccl4.org>
3278 Date: Tue, 11 Dec 2001 20:08:59 +0000
3279 Message-ID: <20011211200859.S21702@plum.flirble.org>
3280 Branch: perl
3281 ! t/op/pack.t
3282____________________________________________________________________________
3283[ 13628] By: jhi on 2001/12/11 19:13:57
3284 Log: Subject: Re: use utf8; with bad utf8
3285 From: Nicholas Clark <nick@ccl4.org>
3286 Date: Tue, 11 Dec 2001 19:49:21 +0000
3287 Message-ID: <20011211194921.R21702@plum.flirble.org>
3288 Branch: perl
3289 ! lib/utf8.t
3290____________________________________________________________________________
3291[ 13627] By: jhi on 2001/12/11 17:29:01
3292 Log: Can't spell worth a dam. (Try Three Gorges.)
3293 Branch: perl
3294 ! beos/beos.c
3295____________________________________________________________________________
3296[ 13626] By: jhi on 2001/12/11 15:55:51
3297 Log: We need DWIM cpps.
3298 Branch: perl
3299 ! perlio.c
3300____________________________________________________________________________
3301[ 13625] By: jhi on 2001/12/11 15:53:41
3302 Log: The unixish.h needs to be found and the waitpid wrapper
3303 could use a proto.
3304 Branch: perl
3305 ! beos/beosish.h
3306____________________________________________________________________________
3307[ 13624] By: jhi on 2001/12/11 15:27:06
3308 Log: The BeOS waitpid() seems to be broken,
3309 have a wrapper for it.
3310 Branch: perl
3311 + beos/beos.c beos/beosish.h
3312 ! MANIFEST hints/beos.sh perl.h
3313____________________________________________________________________________
3314[ 13623] By: jhi on 2001/12/11 15:12:18
3315 Log: Unlean the leaning tower of Babel.
3316 Branch: perl
3317 ! perl.h
3318____________________________________________________________________________
3319[ 13622] By: jhi on 2001/12/11 14:34:53
3320 Log: Retract #13607 until we figure out what to do with autouse.
3321 Branch: perl
3322 ! lib/Carp.pm
3323____________________________________________________________________________
3324[ 13621] By: jhi on 2001/12/11 14:33:14
3325 Log: Try to handle platforms that have O_TEXT != O_BINARY but
3326 which are not DOSish, BeOS being one of such platforms.
3327 Ideally this should be a Configure test, not a hardwired
3328 cpp symbol test...
3329 Branch: perl
3330 ! doio.c perl.h perlio.c perliol.h
3331____________________________________________________________________________
3332[ 13620] By: jhi on 2001/12/11 13:56:17
3333 Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
3334 From: Jonathan Stowe <gellyfish@gellyfish.com>
3335 Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT)
3336 Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
3337 Branch: perl
3338 ! lib/Term/Cap.pm lib/Term/Cap.t
3339____________________________________________________________________________
3340[ 13619] By: jhi on 2001/12/11 13:51:21
3341 Log: Subject: [patch perlio.c] test for NULL before derefencing
3342 From: Stas Bekman <stas@stason.org>
3343 Date: Tue, 11 Dec 2001 16:17:55 +0800
3344 Message-ID: <3C15C133.8@stason.org>
3345 Branch: perl
3346 ! perlio.c
3347____________________________________________________________________________
3348[ 13617] By: jhi on 2001/12/11 05:22:08
3349 Log: BeOS has socket() but not enough to build a working Socket.
3350 Go figure. ("BONE" (BeOS NEtworking?) is some sort of rumored
3351 new networking implementation, which is rumored to fix the
3352 non-standardness of sockets, but it's apparently not publicly
3353 available, and anything to do with BeOS has become quite
3354 complicated with the sale of the Be assets to Palm.)
3355 Branch: perl
3356 ! Configure
3357____________________________________________________________________________
3358[ 13611] By: jhi on 2001/12/11 04:29:32
3359 Log: Subject: Exporter's documentation shouldn't lie
3360 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3361 Date: Mon, 10 Dec 2001 21:30:20 -0500
3362 Message-ID: <3C4AA201@operamail.com>
3363 Branch: perl
3364 ! lib/Exporter.pm
3365____________________________________________________________________________
3366[ 13610] By: jhi on 2001/12/11 04:28:31
3367 Log: Make Errno better in BeOS (the second hunk is
3368 good on any platform). Still not working in BeOS
3369 are the E constants that refer BeOS native error
3370 constants (B_...) which are enums (*groan*).
3371 Branch: perl
3372 ! ext/Errno/Errno_pm.PL
3373____________________________________________________________________________
3374[ 13609] By: jhi on 2001/12/11 00:59:31
3375 Log: The BeOS linker seems to link the last seen symbol,
3376 not the first (so the symbols of op.o from libperl.so
3377 would get linked to miniperl instead of the symbols of
3378 opmini.o)-- use the same trick as for NeXT4 for linking
3379 miniperl.
3380 Branch: perl
3381 ! Makefile.SH
3382____________________________________________________________________________
3383[ 13608] By: jhi on 2001/12/11 00:49:15
3384 Log: Subject: Re: [PATCH] tests for hash assignment
3385 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3386 Date: Tue, 11 Dec 2001 01:48:55 +0000
3387 Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
3388 Branch: perl
3389 ! utf8.c
3390____________________________________________________________________________
3391[ 13607] By: jhi on 2001/12/11 00:40:47
3392 Log: (retracted by #13622)
3393
3394 Subject: RE: More verbose POD for Carp
3395 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3396 Date: Mon, 10 Dec 2001 20:23:20 -0500
3397 Message-ID: <3C4A3566@operamail.com>
3398 Branch: perl
3399 ! lib/Carp.pm
3400____________________________________________________________________________
3401[ 13606] By: jhi on 2001/12/11 00:39:20
3402 Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
3403 From: "Craig A. Berry" <craigberry@mac.com>
3404 Date: Mon, 10 Dec 2001 18:25:37 -0600
3405 Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
3406 Branch: perl
3407 ! t/op/write.t t/test.pl
3408____________________________________________________________________________
3409[ 13605] By: jhi on 2001/12/11 00:37:54
3410 Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
3411 From: Michael G Schwern <schwern@pobox.com>
3412 Date: Mon, 10 Dec 2001 08:00:01 -0500
3413 Message-ID: <20011210130000.GK1770@blackrider>
3414 Branch: perl
3415 ! t/comp/multiline.t
3416____________________________________________________________________________
3417[ 13604] By: jhi on 2001/12/10 22:51:44
3418 Log: Subject: Re: [PATCH] tests for hash assignment
3419 From: Nicholas Clark <nick@ccl4.org>
3420 Date: Mon, 10 Dec 2001 23:22:28 +0000
3421 Message-ID: <20011210232228.M21702@plum.flirble.org>
3422 Branch: perl
3423 + t/op/hashassign.t
3424 ! MANIFEST t/op/each.t t/test.pl
3425____________________________________________________________________________
3426[ 13603] By: jhi on 2001/12/10 21:34:46
3427 Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
3428 From: "Craig A. Berry" <craigberry@mac.com>
3429 Date: Mon, 10 Dec 2001 16:38:14 -0600
3430 Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
3431 Branch: perl
3432 ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
3433____________________________________________________________________________
3434[ 13602] By: jhi on 2001/12/10 19:52:01
3435 Log: Subject: [PATCH perl@13600] configure.com fixes
3436 From: "Craig A. Berry" <craigberry@mac.com>
3437 Date: Mon, 10 Dec 2001 14:40:20 -0600
3438 Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
3439 Branch: perl
3440 ! configure.com
3441____________________________________________________________________________
3442[ 13601] By: jhi on 2001/12/10 18:25:30
3443 Log: Silence BeOS compilation moaning.
3444 Branch: perl
3445 ! perl.h
3446____________________________________________________________________________
3447[ 13600] By: jhi on 2001/12/10 15:11:40
3448 Log: Update Changes.
3449 Branch: perl
3450 ! Changes patchlevel.h
3451____________________________________________________________________________
0fafaa61
JH
3452[ 13599] By: jhi on 2001/12/10 13:35:57
3453 Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
3454 From: Michael G Schwern <schwern@pobox.com>
3455 Date: Mon, 10 Dec 2001 01:21:03 -0500
3456 Message-ID: <20011210062103.GC1770@blackrider>
3457 Branch: perl
3458 ! lib/ExtUtils/Command.t
3459____________________________________________________________________________
3460[ 13598] By: jhi on 2001/12/10 13:35:20
3461 Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
3462 From: Michael G Schwern <schwern@pobox.com>
3463 Date: Mon, 10 Dec 2001 01:10:57 -0500
3464 Message-ID: <20011210061057.GB1770@blackrider>
3465 Branch: perl
3466 ! t/op/groups.t
3467____________________________________________________________________________
3468[ 13597] By: jhi on 2001/12/10 13:33:51
3469 Log: Retract #13596, #13593 should do the trick.
3470 Branch: perl
3471 ! t/op/stat.t
3472____________________________________________________________________________
3473[ 13596] By: jhi on 2001/12/10 13:31:38
3474 Log: (retracted by #13597, #13593 does the job better)
3475
3476 Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
3477 From: Michael G Schwern <schwern@pobox.com>
3478 Date: Mon, 10 Dec 2001 00:53:16 -0500
3479 Message-ID: <20011210055316.GA1770@blackrider>
3480 Branch: perl
3481 ! t/op/stat.t
3482____________________________________________________________________________
3483[ 13595] By: jhi on 2001/12/10 13:28:30
3484 Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
3485 From: Michael G Schwern <schwern@pobox.com>
3486 Date: Mon, 10 Dec 2001 02:19:14 -0500
3487 Message-ID: <20011210071914.GF1770@blackrider>
3488 Branch: perl
3489 ! lib/AutoSplit.t
3490____________________________________________________________________________
3491[ 13594] By: jhi on 2001/12/10 13:26:24
3492 Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3493 From: Michael G Schwern <schwern@pobox.com>
3494 Date: Mon, 10 Dec 2001 02:47:40 -0500
3495 Message-ID: <20011210074739.GH1770@blackrider>
3496 Branch: perl
3497 ! t/op/pack.t
3498____________________________________________________________________________
3499[ 13593] By: jhi on 2001/12/10 13:22:49
3500 Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
3501 From: Michael G Schwern <schwern@pobox.com>
3502 Date: Mon, 10 Dec 2001 02:54:22 -0500
3503 Message-ID: <20011210075422.GI1770@blackrider>
3504 Branch: perl
3505 ! t/test.pl
3506____________________________________________________________________________
3507[ 13592] By: jhi on 2001/12/10 13:21:06
3508 Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
3509 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3510 Date: Mon, 10 Dec 2001 08:45:20 +0100
3511 Message-ID: <3C146810.60B5B7C0@alcatel.at>
3512 Branch: perl
3513 ! pp_pack.c
3514____________________________________________________________________________
3515[ 13591] By: jhi on 2001/12/10 13:18:17
3516 Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
3517 From: Michael G Schwern <schwern@pobox.com>
3518 Date: Mon, 10 Dec 2001 03:27:02 -0500
3519 Message-ID: <20011210082702.GN1770@blackrider>
3520 Branch: perl
3521 ! t/io/openpid.t
3522____________________________________________________________________________
3523[ 13590] By: jhi on 2001/12/10 13:17:08
3524 Log: More chmod +w.
3525 Branch: perl
3526 ! Porting/makerel
3527____________________________________________________________________________
3528[ 13589] By: jhi on 2001/12/10 04:21:59
3529 Log: Just skip the readability test if running as root.
3530 Branch: perl
3531 ! lib/Net/t/netrc.t
3532____________________________________________________________________________
3533[ 13588] By: jhi on 2001/12/10 04:03:10
3534 Log: Tell about the downside of safe signals.
3535 Branch: perl
3536 ! pod/perldelta.pod
3537____________________________________________________________________________
3538[ 13587] By: jhi on 2001/12/10 03:38:20
3539 Log: Make the whole -lperl thing NetBSD only until we
3540 find some other platform that needs the same.
3541 Branch: perl
3542 ! lib/ExtUtils/MM_Unix.pm
3543____________________________________________________________________________
3544[ 13586] By: jhi on 2001/12/10 03:13:59
3545 Log: Subject: [PATCH t/op/pack.t] Cleanup
3546 From: Michael G Schwern <schwern@pobox.com>
3547 Date: Sun, 9 Dec 2001 23:08:26 -0500
3548 Message-ID: <20011210040826.GD660@blackrider>
3549 Branch: perl
3550 ! t/op/pack.t
3551____________________________________________________________________________
3552[ 13585] By: jhi on 2001/12/10 02:47:01
3553 Log: Add threads support for NetBSD.
3554
3555 This is also the first (I think) Perl threads build with
3556 the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
3557 NetBSD does not as of yet have true kernel POSIX threads,
3558 but the user-level pth seems to be doing pretty well--
3559 the only failure is that threads/t/basic okays 6 and 7
3560 consistently seem be arriving in the reverse order.
3561 Well, gdbm.t is also failing: 'Undefined PLT symbol
3562 "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
3563 guessing that GDBM would need a threaded rebuild.
3564 Branch: perl
3565 ! hints/netbsd.sh
3566____________________________________________________________________________
3567[ 13582] By: jhi on 2001/12/10 02:01:26
3568 Log: Update the ithreads selection info in Configure,
3569 as suggested by Michael Schwern.
3570 Branch: perl
3571 ! Configure
3572____________________________________________________________________________
3573[ 13581] By: jhi on 2001/12/10 01:56:14
3574 Log: Clearing locale environment simply doesn't seem to
3575 guarantee that (nl_)langinfo(CODESET) would return nil.
3576 (I for example get "ISO8859-1", so <guess>maybe there can
3577 be per-system default settings at work</guess>.)
3578 Branch: perl
3579 ! lib/open.t
3580____________________________________________________________________________
3581[ 13580] By: jhi on 2001/12/10 01:53:11
3582 Log: Subject: RE: Exporter fixes reversed in 13540?
3583 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3584 Date: Sun, 9 Dec 2001 12:55:15 -0500
3585 Message-ID: <3C13F455@operamail.com>
3586 Branch: perl
3587 ! lib/open.pm
3588____________________________________________________________________________
3589[ 13579] By: jhi on 2001/12/10 01:26:53
3590 Log: Root is the lizard king.
3591 Branch: perl
3592 ! lib/Net/t/netrc.t
3593____________________________________________________________________________
3594[ 13578] By: jhi on 2001/12/10 01:01:24
3595 Log: Telling how many tests we are expecting helps.
3596 Branch: perl
3597 ! ext/POSIX/t/waitpid.t
3598____________________________________________________________________________
3599[ 13577] By: jhi on 2001/12/10 00:38:09
3600 Log: Add a test case for waitpid(): from Rocco Caputo.
3601 Branch: perl
3602 + ext/POSIX/t/waitpid.t
3603 ! MANIFEST
3604____________________________________________________________________________
3605[ 13576] By: jhi on 2001/12/10 00:15:19
3606 Log: Subject: [PATCH] Term::ReadLine tweaks and test
3607 From: Richard Clamp <richardc@unixbeard.net>
3608 Date: Mon, 10 Dec 2001 00:51:47 +0000
3609 Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
3610 Branch: perl
3611 + lib/Term/ReadLine.t
3612 ! MANIFEST lib/Term/ReadLine.pm
3613____________________________________________________________________________
3614[ 13575] By: jhi on 2001/12/10 00:04:56
3615 Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
3616 From: Rocco Caputo <troc@netrus.net>
3617 Date: Sun, 9 Dec 2001 18:12:38 -0500
3618 Message-ID: <20011209181238.A803@eyrie.homenet>
3619 Branch: perl
3620 ! win32/win32.c
3621____________________________________________________________________________
3622[ 13574] By: jhi on 2001/12/09 23:49:19
3623 Log: make sure that va_start() has matching va_end();
3624 from OpenBSD 3.0.
3625 Branch: perl
3626 ! x2p/util.c
3627____________________________________________________________________________
3628[ 13573] By: jhi on 2001/12/09 23:45:57
3629 Log: h2ph updates from OpenBSD 3.0.
3630 Branch: perl
3631 ! utils/h2ph.PL
3632____________________________________________________________________________
3633[ 13572] By: jhi on 2001/12/09 23:44:25
3634 Log: OpenBSD hints update from OpenBSD 3.0.
3635 Branch: perl
3636 ! hints/openbsd.sh
3637____________________________________________________________________________
3638[ 13571] By: jhi on 2001/12/09 23:32:08
3639 Log: DJGPP tweaks from Laszlo Molnar.
3640 Branch: perl
3641 ! djgpp/config.over lib/File/Find/t/find.t
3642 ! lib/File/Find/t/taint.t t/pod/find.t
3643____________________________________________________________________________
3644[ 13570] By: jhi on 2001/12/09 23:28:55
3645 Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
3646 From: Michael G Schwern <schwern@pobox.com>
3647 Date: Sun, 9 Dec 2001 19:28:12 -0500
3648 Message-ID: <20011210002812.GF13586@blackrider>
3649 Branch: perl
3650 ! README.cygwin
3651____________________________________________________________________________
3652[ 13569] By: jhi on 2001/12/09 21:51:37
3653 Log: README.cygwin update from Gerrit P. Haase.
3654 Branch: perl
3655 ! README.cygwin
3656____________________________________________________________________________
3657[ 13568] By: jhi on 2001/12/09 21:49:06
3658 Log: Apply NetBSD patch-ag: shared/static linking,
3659 but make the change less intrusive on non-NetBSD.
3660 Branch: perl
3661 ! lib/ExtUtils/MM_Unix.pm
3662____________________________________________________________________________
3663[ 13567] By: jhi on 2001/12/09 21:09:10
3664 Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
3665 Branch: perl
3666 ! lib/ExtUtils/Liblist.pm
3667____________________________________________________________________________
3668[ 13566] By: jhi on 2001/12/09 20:55:32
3669 Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
3670 Branch: perl
3671 ! regcomp.c
3672____________________________________________________________________________
3673[ 13565] By: jhi on 2001/12/09 20:50:57
3674 Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
3675 Branch: perl
3676 ! pp.c
3677____________________________________________________________________________
3678[ 13564] By: jhi on 2001/12/09 20:38:48
3679 Log: Apply NetBSD patch-ac.
3680 (the fix has already been done: change #9706, fully qualified
3681 pathnames in packlists)
3682 Branch: perl
3683 ! lib/ExtUtils/Install.pm
3684____________________________________________________________________________
3685[ 13563] By: jhi on 2001/12/09 20:32:52
3686 Log: Apply NetBSD patch-ab: NetBSD hints update.
3687 Branch: perl
3688 ! hints/netbsd.sh
3689____________________________________________________________________________
3690[ 13561] By: jhi on 2001/12/09 20:31:14
3691 Log: NetBSD has <ieeefp.h> but hidden.
3692 Branch: perl
3693 ! hints/netbsd.sh
3694____________________________________________________________________________
3695[ 13560] By: jhi on 2001/12/09 20:29:35
3696 Log: Implement NetBSD patch-aa.
3697 Branch: perl
3698 ! Configure
3699____________________________________________________________________________
3700[ 13559] By: jhi on 2001/12/09 19:21:45
3701 Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
3702 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3703 Date: Sun, 09 Dec 2001 13:40:58 +0100
3704 Message-ID: <200112091340580550.008ED513@smtp.chello.at>
3705
3706 (The lstat()s were there in 5.6.1: what happened to them?)
3707 Branch: perl
3708 ! lib/File/Find.pm
3709____________________________________________________________________________
3710[ 13558] By: jhi on 2001/12/09 19:04:23
3711 Log: Quickie documentation of the C UTF-8 API.
3712 Branch: perl
3713 ! pod/perlunicode.pod
3714____________________________________________________________________________
3715[ 13557] By: jhi on 2001/12/09 18:36:20
3716 Log: Subject: bleadperl on cygwin weirdness...
3717 From: "Gerrit P. Haase" <gp@familiehaase.de>
3718 Date: Sun, 9 Dec 2001 20:31:28 +0100
3719 Message-ID: <13779422183.20011209203128@familiehaase.de>
3720
3721 (plus libperl*.dll version portability tweaks)
3722 Branch: perl
3723 ! lib/ExtUtils/Embed.t
3724____________________________________________________________________________
3725[ 13556] By: jhi on 2001/12/09 18:21:46
3726 Log: Instead of muting symbol export error if under eval,
3727 delay the errors until the croak().
3728
3729 (replaces #13408)
3730 Branch: perl
3731 ! lib/Exporter/Heavy.pm
3732____________________________________________________________________________
3733[ 13555] By: jhi on 2001/12/09 18:09:12
3734 Log: Basegroup 0 is a cygwin_nt thing.
3735 Branch: perl
3736 ! t/op/groups.t
3737____________________________________________________________________________
3738[ 13554] By: jhi on 2001/12/09 17:57:44
3739 Log: Also WinME is LoseLink.
3740 Branch: perl
3741 ! t/op/stat.t
3742____________________________________________________________________________
3743[ 13553] By: jhi on 2001/12/09 16:25:52
3744 Log: Forgotten checkin.
3745 Branch: perl
3746 ! lib/User/grent.t
3747____________________________________________________________________________
3748[ 13552] By: jhi on 2001/12/09 16:23:14
3749 Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
3750 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3751 Date: Sun, 09 Dec 2001 13:45:06 +0100
3752 Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
3753 Branch: perl
3754 ! lib/File/Find.pm
3755____________________________________________________________________________
3756[ 13551] By: jhi on 2001/12/09 16:18:20
3757 Log: Tweakback.
3758 Branch: perl
3759 ! lib/Net/hostent.t
3760____________________________________________________________________________
3761[ 13550] By: jhi on 2001/12/09 16:01:55
3762 Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
3763 From: Michael G Schwern <schwern@pobox.com>
3764 Date: Sat, 8 Dec 2001 14:48:38 -0500
3765 Message-ID: <20011208194838.GA8650@blackrider>
3766 Branch: perl
3767 ! t/op/grent.t
3768____________________________________________________________________________
3769[ 13549] By: jhi on 2001/12/09 15:40:28
3770 Log: Subject: [README.cygwin] Removing old expected test failures
3771 From: Michael G Schwern <schwern@pobox.com>
3772 Date: Sat, 8 Dec 2001 15:38:28 -0500
3773 Message-ID: <20011208203828.GB9017@blackrider>
3774 Branch: perl
3775 ! README.cygwin
3776____________________________________________________________________________
3777[ 13548] By: jhi on 2001/12/09 15:37:48
3778 Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
3779 From: Michael G Schwern <schwern@pobox.com>
3780 Date: Sat, 8 Dec 2001 15:26:59 -0500
3781 Message-ID: <20011208202659.GA9017@blackrider>
3782 Branch: perl
3783 ! lib/Net/hostent.t
3784____________________________________________________________________________
3785[ 13547] By: jhi on 2001/12/09 15:33:43
3786 Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
3787 From: Michael G Schwern <schwern@pobox.com>
3788 Date: Sat, 8 Dec 2001 15:06:16 -0500
3789 Message-ID: <20011208200616.GA8915@blackrider>
3790 Branch: perl
3791 ! t/op/stat.t
3792____________________________________________________________________________
3793[ 13546] By: jhi on 2001/12/09 15:31:19
3794 Log: Developer deprecations and an incompatibility.
3795 Branch: perl
3796 ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3797____________________________________________________________________________
3798[ 13545] By: jhi on 2001/12/09 15:27:14
3799 Log: Shoo.
3800 Branch: perl
3801 - lib/Attribute/Handlers.pm
3802____________________________________________________________________________
3803[ 13544] By: jhi on 2001/12/09 15:20:08
3804 Log: Remove Attribute::Handlers, as per Damian's request.
3805 (Because of fixing the my variables to be now handled
3806 in run-time, the whole internals of the A::H needs to
3807 be rewritten and Damian will not have time for that
3808 for months.)
3809 Branch: perl
3810 - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3811 - lib/Attribute/Handlers/demo/Demo.pm
3812 - lib/Attribute/Handlers/demo/Descriptions.pm
3813 - lib/Attribute/Handlers/demo/MyClass.pm
3814 - lib/Attribute/Handlers/demo/demo.pl
3815 - lib/Attribute/Handlers/demo/demo2.pl
3816 - lib/Attribute/Handlers/demo/demo3.pl
3817 - lib/Attribute/Handlers/demo/demo4.pl
3818 - lib/Attribute/Handlers/demo/demo_call.pl
3819 - lib/Attribute/Handlers/demo/demo_chain.pl
3820 - lib/Attribute/Handlers/demo/demo_cycle.pl
3821 - lib/Attribute/Handlers/demo/demo_hashdir.pl
3822 - lib/Attribute/Handlers/demo/demo_phases.pl
3823 - lib/Attribute/Handlers/demo/demo_range.pl
3824 - lib/Attribute/Handlers/demo/demo_rawdata.pl
3825 - lib/Attribute/Handlers/t/multi.t
3826 ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
3827 ! pod/perlmodlib.pod pod/perltoc.pod
3828____________________________________________________________________________
3829[ 13543] By: jhi on 2001/12/09 15:00:50
3830 Log: Subject: Re: attributes are broken
3831 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3832 Date: Sun, 09 Dec 2001 00:09:23 -0500
3833 Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>
3834 Branch: perl
3835 ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
3836 ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
3837 ! xsutils.c
3838____________________________________________________________________________
3839[ 13542] By: jhi on 2001/12/09 14:49:46
3840 Log: Forgotten checkin.
3841 Branch: perl
3842 ! lib/Pod/Text.pm
3843____________________________________________________________________________
3844[ 13541] By: jhi on 2001/12/09 14:48:15
3845 Log: uconfig.h update.
3846 Branch: perl
3847 ! uconfig.h
3848____________________________________________________________________________
3849[ 13540] By: jhi on 2001/12/08 18:39:51
3850 Log: Update Changes.
3851 Branch: perl
3852 ! Changes patchlevel.h
3853____________________________________________________________________________
137e7465
JH
3854[ 13539] By: jhi on 2001/12/08 18:28:02
3855 Log: Note that some of the Unicode features are
3856 dependent on perlio.
3857 Branch: perl
3858 ! pod/perluniintro.pod
3859____________________________________________________________________________
3860[ 13538] By: jhi on 2001/12/08 17:53:00
3861 Log: Regen perlapi, regen toc.
3862 Branch: perl
3863 ! pod/perlapi.pod pod/perltoc.pod
3864____________________________________________________________________________
3865[ 13537] By: jhi on 2001/12/08 17:44:48
3866 Log: FAQ sync.
3867 Branch: perl
3868 ! pod/perlfaq4.pod pod/perlfaq6.pod
3869____________________________________________________________________________
3870[ 13536] By: jhi on 2001/12/08 17:37:53
3871 Log: Subject: [PATCH] Fix odd language in an sv.c comment
3872 From: coral@eekeek.org
3873 Date: Sat, 8 Dec 2001 12:19:39 -0500
3874 Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
3875 Branch: perl
3876 ! sv.c
3877____________________________________________________________________________
3878[ 13535] By: jhi on 2001/12/08 15:29:18
3879 Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
3880 From: Michael G Schwern <schwern@pobox.com>
3881 Date: Fri, 7 Dec 2001 20:03:45 -0500
3882 Message-ID: <20011208010345.GD642@blackrider>
3883
3884 Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
3885 From: Michael G Schwern <schwern@pobox.com>
3886 Date: Fri, 7 Dec 2001 20:13:54 -0500
3887 Message-ID: <20011208011354.GE642@blackrider>
3888
3889 Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
3890 From: Michael G Schwern <schwern@pobox.com>
3891 Date: Fri, 7 Dec 2001 21:47:36 -0500
3892 Message-ID: <20011208024736.GH642@blackrider>
3893
3894 Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
3895 From: Michael G Schwern <schwern@pobox.com>
3896 Date: Fri, 7 Dec 2001 23:09:43 -0500
3897 Message-ID: <20011208040943.GK642@blackrider>
3898
3899 Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
3900 Message-Id: <a05101004b83754903506@[172.16.52.1]>
3901 Date: Fri, 7 Dec 2001 23:28:15 -0600
3902 From: "Craig A. Berry" <craigberry@mac.com>
3903 Branch: perl
3904 ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
3905____________________________________________________________________________
3906[ 13534] By: jhi on 2001/12/08 15:16:14
3907 Log: Integrate perlio.
3908 Branch: perl
3909 !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
3910 !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
3911____________________________________________________________________________
3912[ 13533] By: jhi on 2001/12/08 15:13:39
3913 Log: Retract #11156 since Sarathy has found that it breaks code:
3914 http://bugs.ActiveState.com/show_bug.cgi?id=18457
3915 http://bugs.ActiveState.com/show_bug.cgi?id=18858
3916 Branch: perl
3917 ! op.c sv.c t/op/pos.t
3918____________________________________________________________________________
3919[ 13532] By: nick on 2001/12/08 14:11:12
3920 Log: Integrate mainline
3921 Branch: perlio
3922 !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
3923 !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
3924____________________________________________________________________________
3925[ 13531] By: nick on 2001/12/08 13:48:21
3926 Log: Tweak multi-arg open error messages
3927 Branch: perlio
3928 ! perlio.c
3929____________________________________________________________________________
3930[ 13530] By: nick on 2001/12/08 10:20:06
3931 Log: Allow multi-arg open() if opening layer declares this legal.
3932 Branch: perlio
3933 ! doio.c perlio.c perliol.h
3934____________________________________________________________________________
3935[ 13529] By: jhi on 2001/12/07 23:48:58
3936 Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
3937 From: Michael G Schwern <schwern@pobox.com>
3938 Date: Fri, 7 Dec 2001 19:41:31 -0500
3939 Message-ID: <20011208004131.GC642@blackrider>
3940 Branch: perl
3941 ! t/run/switches.t t/test.pl
3942____________________________________________________________________________
3943[ 13528] By: jhi on 2001/12/07 23:47:26
3944 Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
3945 From: Michael G Schwern <schwern@pobox.com>
3946 Date: Fri, 7 Dec 2001 19:12:44 -0500
3947 Message-ID: <20011208001244.GB642@blackrider>
3948 Branch: perl
3949 ! t/op/stat.t
3950____________________________________________________________________________
3951[ 13527] By: jhi on 2001/12/07 22:31:22
3952 Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
3953 From: Michael G Schwern <schwern@pobox.com>
3954 Date: Fri, 7 Dec 2001 17:28:57 -0500
3955 Message-ID: <20011207222857.GI23210@blackrider>
3956 Branch: perl
3957 ! t/op/magic.t
3958____________________________________________________________________________
3959[ 13526] By: jhi on 2001/12/07 22:27:46
3960 Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
3961 Branch: perl
3962 ! t/test.pl
3963____________________________________________________________________________
3964[ 13525] By: jhi on 2001/12/07 22:21:25
3965 Log: which_perl: delay as much a possible till runtime.
3966 Branch: perl
3967 ! t/test.pl
3968____________________________________________________________________________
3969[ 13524] By: jhi on 2001/12/07 21:58:15
3970 Log: Further tweakage to which_perl().
3971 Branch: perl
3972 ! t/test.pl
3973____________________________________________________________________________
3974[ 13523] By: jhi on 2001/12/07 21:57:30
3975 Log: perluniintro tweaks.
3976 Branch: perl
3977 ! pod/perluniintro.pod
3978____________________________________________________________________________
3979[ 13522] By: jhi on 2001/12/07 21:01:02
3980 Log: Tweak the $Perl computation.
3981 Branch: perl
3982 ! t/test.pl
3983____________________________________________________________________________
3984[ 13521] By: jhi on 2001/12/07 17:27:02
3985 Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
3986 From: Nicholas Clark <nick@ccl4.org>
3987 Date: Fri, 7 Dec 2001 17:06:56 +0000
3988 Message-ID: <20011207170656.G21702@plum.flirble.org>
3989 Branch: perl
3990 ! doop.c t/op/chop.t
3991____________________________________________________________________________
3992[ 13520] By: jhi on 2001/12/07 15:55:34
3993 Log: Update Changes.
3994 Branch: perl
3995 ! Changes patchlevel.h
3996____________________________________________________________________________
962a6f0a
JH
3997[ 13519] By: jhi on 2001/12/07 15:32:58
3998 Log: Missing ).
3999 Branch: perl
4000 ! t/test.pl
4001____________________________________________________________________________
4002[ 13518] By: jhi on 2001/12/07 15:24:32
4003 Log: Allow several arguments to display().
4004 Branch: perl
4005 ! t/test.pl
4006____________________________________________________________________________
4007[ 13517] By: jhi on 2001/12/07 15:19:20
4008 Log: /dev/stdout could be either a character special file
4009 or a named pipe, so let's pretend it doesn't exist.
4010 Branch: perl
4011 ! t/op/stat.t
4012____________________________________________________________________________
137e7465
JH
4013[ 13516] By: nick on 2001/12/07 15:09:23
4014 Log: Integrate again - can I catch up ?
4015 Branch: perlio
4016 !> t/test.pl
4017____________________________________________________________________________
4018[ 13515] By: nick on 2001/12/07 15:08:17
4019 Log: Integrate mainline some more
4020 Branch: perlio
4021 !> README.hpux hints/linux.sh pod/perlfunc.pod
4022____________________________________________________________________________
4023[ 13514] By: nick on 2001/12/07 15:07:15
4024 Log: Integrate mainline
4025 Branch: perlio
4026 +> djgpp/djgpp.h ext/Devel/PPPort/Changes
4027 +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4028 +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
4029 +> hints/super-ux.sh lib/File/Spec/t/Functions.t
4030 +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
4031 +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
4032 +> t/lib/Math/BigInt/BareCalc.pm
4033 - ext/Devel/PPPort/harness/Harness.pm
4034 - ext/Devel/PPPort/harness/Harness.xs
4035 - ext/Devel/PPPort/harness/Makefile.PL
4036 - ext/Devel/PPPort/harness/module2.c
4037 - ext/Devel/PPPort/harness/module3.c
4038 - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
4039 - lib/File/Spec/Functions.t
4040 !> (integrate 103 files)
4041____________________________________________________________________________
962a6f0a
JH
4042[ 13513] By: jhi on 2001/12/07 14:58:06
4043 Log: Add display() for displaying icky scalars.
4044 Branch: perl
4045 ! t/test.pl
4046____________________________________________________________________________
4047[ 13511] By: jhi on 2001/12/07 14:40:58
4048 Log: Subject: [ID 20011207.001] documentation bug for waitpid
4049 From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4050 Date: Fri, 7 Dec 2001 12:44:56 +0100
4051 Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
4052 Branch: perl
4053 ! pod/perlfunc.pod
4054____________________________________________________________________________
4055[ 13510] By: jhi on 2001/12/07 14:38:39
4056 Log: gcc version matching didn't.
4057 Branch: perl
4058 ! hints/linux.sh
4059____________________________________________________________________________
4060[ 13509] By: jhi on 2001/12/07 14:21:33
4061 Log: Subject: HP renamed their servers
4062 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4063 Date: Fri, 07 Dec 2001 12:07:22 +0100
4064 Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
4065 Branch: perl
4066 ! README.hpux
4067____________________________________________________________________________
4068[ 13508] By: jhi on 2001/12/07 14:01:41
4069 Log: Subject: Re: [patch pod/perlport.pod] wrong escape
4070 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4071 Date: Fri, 7 Dec 2001 00:24:55 -0500
4072 Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
4073 Branch: perl
4074 ! pod/perlport.pod
4075____________________________________________________________________________
4076[ 13507] By: jhi on 2001/12/07 03:07:03
4077 Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
4078 From: Michael G Schwern <schwern@pobox.com>
4079 Date: Thu, 6 Dec 2001 22:56:34 -0500
4080 Message-ID: <20011207035634.GO22648@blackrider>
4081 Branch: perl
4082 ! t/base/lex.t t/op/exec.t
4083____________________________________________________________________________
4084[ 13506] By: jhi on 2001/12/07 03:05:38
4085 Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
4086 From: Michael G Schwern <schwern@pobox.com>
4087 Date: Thu, 6 Dec 2001 22:45:44 -0500
4088 Message-ID: <20011207034544.GN22648@blackrider>
4089
4090 (plus op/ref tweak)
4091 Branch: perl
4092 ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
4093 ! t/run/kill_perl.t t/test.pl
4094____________________________________________________________________________
4095[ 13505] By: jhi on 2001/12/07 01:30:25
4096 Log: Upgrade to Math::BigInt 1.48.
4097 Branch: perl
4098 + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
4099 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4100 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4101 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4102 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4103 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4104 ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4105____________________________________________________________________________
4106[ 13504] By: jhi on 2001/12/07 00:56:58
4107 Log: Mention also perl56delta in case somone is upgrading from
4108 Perl 5.005_03.
4109 Branch: perl
4110 ! pod/perldelta.pod
4111____________________________________________________________________________
4112[ 13503] By: jhi on 2001/12/07 00:46:55
4113 Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4114 From: Michael G Schwern <schwern@pobox.com>
4115 Date: Thu, 6 Dec 2001 15:15:28 -0500
4116 Message-ID: <20011206201528.GF16414@blackrider>
4117
4118 (just the term.t, not the lex.t)
4119
4120 Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
4121 From: Michael G Schwern <schwern@pobox.com>
4122 Date: Thu, 6 Dec 2001 15:22:22 -0500
4123 Message-ID: <20011206202222.GG16414@blackrider>
4124
4125 Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
4126 From: Michael G Schwern <schwern@pobox.com>
4127 Date: Thu, 6 Dec 2001 15:31:58 -0500
4128 Message-ID: <20011206203158.GI16414@blackrider>
4129
4130 Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
4131 From: Michael G Schwern <schwern@pobox.com>
4132 Date: Thu, 6 Dec 2001 17:38:55 -0500
4133 Message-ID: <20011206223855.GC22648@blackrider>
4134 Branch: perl
4135 ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
4136 ! t/test.pl
4137____________________________________________________________________________
4138[ 13502] By: jhi on 2001/12/06 22:15:49
4139 Log: Update the thr5005 situation.
4140 Branch: perl
4141 ! pod/perldelta.pod
4142____________________________________________________________________________
4143[ 13501] By: jhi on 2001/12/06 22:06:28
4144 Log: perldelta borrowings from perl561delta.
4145 Branch: perl
4146 ! pod/perldelta.pod
4147____________________________________________________________________________
4148[ 13500] By: jhi on 2001/12/06 21:21:59
4149 Log: Add the 5.6.1 perldelta as perl561delta.
4150 (Makes it easier to steal stuff for perldelta :-)
4151 Branch: perl
4152 + pod/perl561delta.pod
4153 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4154____________________________________________________________________________
4155[ 13499] By: jhi on 2001/12/06 20:46:04
4156 Log: Retract #13496 for now.
4157 Branch: perl
4158 ! t/base/lex.t t/base/term.t
4159____________________________________________________________________________
4160[ 13498] By: jhi on 2001/12/06 20:16:04
4161 Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
4162 From: "Craig A. Berry" <craigberry@mac.com>
4163 Date: Thu, 6 Dec 2001 14:54:36 -0600
4164 Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
4165 Branch: perl
4166 ! vms/ext/filespec.t
4167____________________________________________________________________________
4168[ 13496] By: jhi on 2001/12/06 19:47:53
4169 Log: (retracted by #13499)
4170
4171 Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4172 From: Michael G Schwern <schwern@pobox.com>
4173 Date: Thu, 6 Dec 2001 15:15:28 -0500
4174 Message-ID: <20011206201528.GF16414@blackrider>
4175 Branch: perl
4176 ! t/base/lex.t t/base/term.t
4177____________________________________________________________________________
4178[ 13495] By: jhi on 2001/12/06 17:56:15
4179 Log: Subject: [PATCH t/op/stat.t] VMS has no link count
4180 From: Michael G Schwern <schwern@pobox.com>
4181 Date: Thu, 6 Dec 2001 13:54:48 -0500
4182 Message-ID: <20011206185448.GC16414@blackrider>
4183 Branch: perl
4184 ! t/op/stat.t
4185____________________________________________________________________________
4186[ 13494] By: jhi on 2001/12/06 17:54:14
4187 Log: The #4 has nothing to do with Unicode.
4188 Branch: perl
4189 ! t/op/tr.t
4190____________________________________________________________________________
4191[ 13493] By: jhi on 2001/12/06 17:52:43
4192 Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
4193 From: Michael G Schwern <schwern@pobox.com>
4194 Date: Thu, 6 Dec 2001 13:45:48 -0500
4195 Message-ID: <20011206184548.GB16414@blackrider>
4196 Branch: perl
4197 ! t/op/tr.t
4198____________________________________________________________________________
4199[ 13492] By: jhi on 2001/12/06 15:47:08
4200 Log: Update Changes.
4201 Branch: perl
4202 ! Changes patchlevel.h
4203____________________________________________________________________________
0fa156b9
JH
4204[ 13491] By: jhi on 2001/12/06 15:43:22
4205 Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
4206 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4207 Date: Thu, 6 Dec 2001 11:41:25 EST
4208 Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
4209 Branch: perl
4210 ! vms/vms.c vms/vmsish.h
4211____________________________________________________________________________
4212[ 13490] By: jhi on 2001/12/06 15:08:40
4213 Log: Subject: [PATCH] Re: weirdness in regexps
4214 From: Robin Houston <robin@kitsite.com>
4215 Date: Thu, 6 Dec 2001 14:44:01 +0000
4216 Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
4217 Branch: perl
4218 ! op.c t/lib/strict/subs
4219____________________________________________________________________________
4220[ 13489] By: jhi on 2001/12/06 15:07:18
4221 Log: Make the -b -c -S tests count all of the /dev, not just
4222 check the first one, as suggested by Benjamin Goldberg.
4223 Branch: perl
4224 ! t/op/stat.t
4225____________________________________________________________________________
4226[ 13488] By: jhi on 2001/12/06 14:41:02
4227 Log: Subject: Re: [PATCH: bleadperl] casefold backref
4228 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4229 Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST)
4230 Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
4231 Branch: perl
4232 ! regexec.c
4233____________________________________________________________________________
4234[ 13487] By: jhi on 2001/12/06 14:30:45
4235 Log: Nits noticed by Philip Newton, and de-tab DB.t.
4236 Branch: perl
4237 ! lib/DB.t
4238____________________________________________________________________________
4239[ 13486] By: jhi on 2001/12/06 14:23:06
4240 Log: Subject: [PATCH] Re: counting tr thinks it's modifying
4241 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4242 Date: 6 Dec 2001 11:06:01 -0000
4243 Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
4244 Branch: perl
4245 ! op.c t/op/tr.t
4246____________________________________________________________________________
4247[ 13485] By: jhi on 2001/12/06 14:07:54
4248 Log: Subject: [PATCH: bleadperl] casefold backref
4249 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4250 Date: Wed, 05 Dec 2001 17:27:05 +0000
4251 Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk>
4252 Branch: perl
4253 ! regexec.c t/op/re_tests
4254____________________________________________________________________________
4255[ 13484] By: jhi on 2001/12/06 03:04:18
4256 Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups
4257 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4258 Date: Wed, 5 Dec 2001 22:34:53 EST
4259 Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
4260 Branch: perl
4261 ! mg.c vms/vms.c vms/vmsish.h
4262____________________________________________________________________________
4263[ 13483] By: jhi on 2001/12/06 02:59:40
4264 Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
4265 From: Michael G Schwern <schwern@pobox.com>
4266 Date: Wed, 5 Dec 2001 19:52:58 -0500
4267 Message-ID: <20011205195257.A903@blackrider>
4268 Branch: perl
4269 + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
4270 + lib/File/Spec/t/rel2abs2rel.t
4271 - lib/File/Spec.t lib/File/Spec/Functions.t
4272 ! MANIFEST
4273____________________________________________________________________________
4274[ 13482] By: jhi on 2001/12/06 02:48:27
4275 Log: Subject: Re: Silly stat() portability questions
4276 From: Benjamin Goldberg <goldbb2@earthlink.net>
4277 Date: Wed, 05 Dec 2001 22:52:35 -0500
4278 Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
4279 Branch: perl
4280 ! pod/perlport.pod
4281____________________________________________________________________________
4282[ 13481] By: jhi on 2001/12/06 02:39:43
4283 Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
4284 From: "Craig A. Berry" <craigberry@mac.com>
4285 Date: Wed, 05 Dec 2001 16:41:59 -0600
4286 Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
4287 Branch: perl
4288 ! README.vms configure.com lib/File/Spec/VMS.pm
4289 ! vms/ext/filespec.t
4290____________________________________________________________________________
4291[ 13480] By: jhi on 2001/12/05 19:53:05
4292 Log: $apply->('club', $glibc_maintainers);
4293
4294 (Nick Clark just reported that <langinfo.h> YESSTR
4295 is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
4296 Branch: perl
4297 ! ext/I18N/Langinfo/Langinfo.t
4298____________________________________________________________________________
4299[ 13479] By: jhi on 2001/12/05 19:49:16
4300 Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
4301 Branch: perl
4302 ! pod/perlport.pod
4303____________________________________________________________________________
137e7465
JH
4304[ 13478] By: gsar on 2001/12/05 18:22:38
4305 Log: tweak change#13474 (pad entries can apparently be null in some
4306 situations)
4307 Branch: maint-5.6/perl
4308 ! op.c
4309____________________________________________________________________________
0fa156b9
JH
4310[ 13477] By: jhi on 2001/12/05 17:53:13
4311 Log: Restore the /dev -b -c -S part of the test.
4312 Branch: perl
4313 ! t/op/stat.t
4314____________________________________________________________________________
4315[ 13476] By: jhi on 2001/12/05 17:29:36
4316 Log: Retract #13475 until Arthur gets back to the mine.
4317 Branch: perl
4318 ! op.c t/run/kill_perl.t
4319____________________________________________________________________________
4320[ 13475] By: jhi on 2001/12/05 17:07:00
4321 Log: (retracted by #13476)
4322
4323 Manually apply #13474; fixes stale reference to dead
4324 CvOUTSIDE(); this can happen when anonymous subroutines
4325 that aren't closures are returned from an eval""
4326
4327 (threads/shared/sv_refs.t is coredump-unhappy about this change)
4328 Branch: perl
4329 ! op.c t/run/kill_perl.t
4330____________________________________________________________________________
137e7465
JH
4331[ 13474] By: gsar on 2001/12/05 15:14:24
4332 Log: replacement for change#10451
4333
4334 fixes stale reference to dead CvOUTSIDE(); this can happen when
4335 anonymous subroutines that aren't closures are returned from an
4336 eval""
4337 Branch: maint-5.6/perl
4338 ! op.c t/op/misc.t
4339____________________________________________________________________________
4340[ 13473] By: gsar on 2001/12/05 15:08:18
4341 Log: revert change#10451,10472; it was a naive fix that simply
4342 reintroduced the memory leak!
4343 Branch: maint-5.6/perl
4344 ! op.c t/op/misc.t
4345____________________________________________________________________________
0fa156b9
JH
4346[ 13472] By: jhi on 2001/12/05 13:30:47
4347 Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
4348 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4349 Date: Wed, 05 Dec 2001 10:49:20 +0100
4350 Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
4351 Branch: perl
4352 ! lib/File/Basename.pm lib/File/Basename.t
4353____________________________________________________________________________
4354[ 13471] By: jhi on 2001/12/05 13:22:50
4355 Log: Subject: [PATCH t/op/magic.t] Removing a TODO
4356 From: Michael G Schwern <schwern@pobox.com>
4357 Date: Wed, 5 Dec 2001 02:47:59 -0500
4358 Message-ID: <20011205024759.H14333@blackrider>
4359 Branch: perl
4360 ! t/op/magic.t
4361____________________________________________________________________________
4362[ 13470] By: jhi on 2001/12/05 13:21:09
4363 Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
4364 From: Michael G Schwern <schwern@pobox.com>
4365 Date: Wed, 5 Dec 2001 02:22:05 -0500
4366 Message-ID: <20011205022205.F14333@blackrider>
4367 Branch: perl
4368 ! t/op/stat.t vms/test.com
4369____________________________________________________________________________
4370[ 13469] By: jhi on 2001/12/05 03:44:59
4371 Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4372 From: Michael G Schwern <schwern@pobox.com>
4373 Date: Tue, 4 Dec 2001 23:40:10 -0500
4374 Message-ID: <20011204234010.B14333@blackrider>
4375 Branch: perl
4376 ! t/op/stat.t
4377____________________________________________________________________________
4378[ 13468] By: jhi on 2001/12/05 01:37:04
4379 Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4380 From: Michael G Schwern <schwern@pobox.com>
4381 Date: Tue, 4 Dec 2001 21:09:18 -0500
4382 Message-ID: <20011204210918.D13279@blackrider>
4383
4384 t/test.
4385 Branch: perl
4386 ! t/test.pl
4387____________________________________________________________________________
4388[ 13467] By: jhi on 2001/12/05 01:36:44
4389 Log: (accidentally empty check-in)
4390 Branch: perl
4391 ! t/op/stat.t
4392____________________________________________________________________________
4393[ 13466] By: jhi on 2001/12/04 22:51:19
4394 Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
4395 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4396 Date: Tue, 04 Dec 2001 23:40:27 +0100
4397 Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
4398 Branch: perl
4399 ! mg.c
4400____________________________________________________________________________
4401[ 13465] By: jhi on 2001/12/04 22:50:26
4402 Log: Subject: [PATCH] minor pod fix in Safe.pm
4403 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4404 Date: Tue, 4 Dec 2001 22:02:34 +0100
4405 Message-ID: <20011204220234.A17293@rafael>
4406 Branch: perl
4407 ! ext/Opcode/Safe.pm
4408____________________________________________________________________________
4409[ 13464] By: jhi on 2001/12/04 22:47:43
4410 Log: CRLF GRRR.
4411 Branch: perl
4412 ! djgpp/configure.bat
4413____________________________________________________________________________
4414[ 13463] By: jhi on 2001/12/04 22:46:28
4415 Log: DJGPP fixes from Laszlo Molnar.
4416 Branch: perl
4417 ! djgpp/configure.bat djgpp/djgpp.h
4418____________________________________________________________________________
4419[ 13462] By: jhi on 2001/12/04 14:56:22
4420 Log: Update Changes.
4421 Branch: perl
4422 ! Changes patchlevel.h
4423____________________________________________________________________________
8f991cd5
JH
4424[ 13461] By: jhi on 2001/12/04 14:49:45
4425 Log: Must wipe out the memory of real Socket before starting
137e7465 4426 to use the new fake one.
8f991cd5
JH
4427 Branch: perl
4428 ! lib/Net/t/config.t
4429____________________________________________________________________________
4430[ 13460] By: jhi on 2001/12/04 14:40:28
4431 Log: LC_ALL might trump LANG.
4432 Branch: perl
4433 ! lib/open.t
4434____________________________________________________________________________
4435[ 13459] By: jhi on 2001/12/04 14:39:38
4436 Log: Make the eval runtime.
4437 Branch: perl
4438 ! lib/open.pm
4439____________________________________________________________________________
4440[ 13458] By: jhi on 2001/12/04 14:08:17
4441 Log: Make the Langinfo test both more lenient (allow
4442 for any symbol not to exists) and stricter (add
4443 more symbols).
4444 Branch: perl
4445 ! ext/I18N/Langinfo/Langinfo.t
4446____________________________________________________________________________
4447[ 13457] By: gsar on 2001/12/04 14:07:01
4448 Log: integrate change#13453 from maint-5.6
4449
4450 tweak change#11399 to use an explicit flag rather than
4451 ass_u_ming w32_pseudo_id will only be zero for the real
4452 toplevel interpreter; avoids multiple hosts from diddling
4453 the environment at the same time
4454 Branch: perl
4455 !> win32/perlhost.h
4456____________________________________________________________________________
4457[ 13456] By: jhi on 2001/12/04 13:35:58
4458 Log: Subject: [PATCH] VMS update for perldelta.pod
4459 From: "Craig A. Berry" <craigberry@mac.com>
4460 Date: Tue, 4 Dec 2001 00:23:12 -0600
4461 Message-Id: <a05101002b83218be190d@[172.16.52.1]>
4462 Branch: perl
4463 ! pod/perldelta.pod
4464____________________________________________________________________________
4465[ 13455] By: jhi on 2001/12/04 13:23:19
4466 Log: NetWare tweak from Ananth Kesari.
4467 Branch: perl
4468 ! NetWare/Makefile
4469____________________________________________________________________________
4470[ 13454] By: jhi on 2001/12/04 13:17:38
4471 Log: Upgrade to Net::Ping 2.07, from Rob Brown.
4472 Not adding the test suite because of its many assumptions.
4473 Branch: perl
4474 ! lib/Net/Ping.pm
4475____________________________________________________________________________
137e7465
JH
4476[ 13453] By: gsar on 2001/12/04 07:54:58
4477 Log: tweak change#11399 to use an explicit flag rather than
4478 ass_u_ming w32_pseudo_id will only be zero for the real
4479 toplevel interpreter; avoids multiple hosts from diddling
4480 the environment at the same time
4481 Branch: maint-5.6/perl
4482 ! win32/perlhost.h
4483____________________________________________________________________________
8f991cd5
JH
4484[ 13452] By: jhi on 2001/12/04 04:28:29
4485 Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
4486 from Len Makin.
4487 Branch: perl
4488 + hints/super-ux.sh
4489 ! MANIFEST
4490____________________________________________________________________________
4491[ 13451] By: jhi on 2001/12/04 01:58:03
4492 Log: Add Mac OS X known failures to perldelta.
4493 Branch: perl
4494 ! pod/perldelta.pod
4495____________________________________________________________________________
4496[ 13450] By: jhi on 2001/12/04 01:26:38
4497 Log: I think it's time to call the utf8 code non-test.
4498 Branch: perl
4499 ! utf8.c
4500____________________________________________________________________________
4501[ 13449] By: jhi on 2001/12/04 00:59:27
4502 Log: Retract #13303, need rethink.
4503 Branch: perl
4504 ! utf8.c
4505____________________________________________________________________________
4506[ 13448] By: jhi on 2001/12/03 22:40:22
4507 Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
4508 From: "Craig A. Berry" <craigberry@mac.com>
4509 Date: Mon, 03 Dec 2001 16:28:06 -0600
4510 Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
4511 Branch: perl
4512 ! configure.com lib/File/Basename.pm vms/descrip_mms.template
4513____________________________________________________________________________
4514[ 13447] By: jhi on 2001/12/03 22:37:12
4515 Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
4516 From: Andy Dougherty <doughera@lafayette.edu>
4517 Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
4518 Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
4519 Branch: perl
4520 ! hints/solaris_2.sh
4521____________________________________________________________________________
4522[ 13446] By: jhi on 2001/12/03 22:29:58
4523 Log: This test is not very robust on 8.3-constrained systems:
4524 all the "with truncated name" lines between "Autosplitting ..."
4525 and "some names are not unique" lines are unexpected,
4526 and the truncation message becomes:
4527 testtest.al, testtest.al truncate to testtest
4528 Branch: perl
4529 ! lib/AutoSplit.t
4530____________________________________________________________________________
4531[ 13445] By: jhi on 2001/12/03 22:13:07
4532 Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
4533 Branch: perl
4534 ! ext/I18N/Langinfo/Langinfo.t
4535____________________________________________________________________________
4536[ 13444] By: jhi on 2001/12/03 22:02:52
4537 Log: Test::Morify UCD.t
4538 Branch: perl
4539 ! lib/Unicode/UCD.t
4540____________________________________________________________________________
4541[ 13443] By: jhi on 2001/12/03 21:50:13
4542 Log: If Socket has not been built (e.g. DJGPP) the libnet
4543 tests fall over with (too) much noise.
4544 Branch: perl
4545 ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4546 ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4547 ! lib/Net/t/smtp.t lib/Net/t/time.t
4548____________________________________________________________________________
4549[ 13442] By: jhi on 2001/12/03 17:22:08
4550 Log: Subject: [PATCH] shared hash keys and ++/--
4551 From: Nicholas Clark <nick@ccl4.org>
4552 Date: Mon, 3 Dec 2001 16:37:16 +0000
4553 Message-ID: <20011203163716.C21702@plum.flirble.org>
4554 Branch: perl
4555 ! pp.c pp_hot.c sv.c t/op/inc.t
4556____________________________________________________________________________
4557[ 13441] By: jhi on 2001/12/03 17:15:52
4558 Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
4559 From: Jonathan Stowe <jns@gellyfish.com>
4560 Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
4561 Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
4562 Branch: perl
4563 ! lib/Term/Cap.pm
4564____________________________________________________________________________
4565[ 13440] By: jhi on 2001/12/03 14:26:58
4566 Log: Update Changes.
4567 Branch: perl
4568 ! Changes patchlevel.h
4569____________________________________________________________________________
647dadd1
JH
4570[ 13439] By: jhi on 2001/12/03 14:22:05
4571 Log: perldelta tweaks.
4572 Branch: perl
4573 ! pod/perldelta.pod
4574____________________________________________________________________________
4575[ 13438] By: jhi on 2001/12/03 14:12:08
4576 Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
4577 From: Sam Tregar <sam@tregar.com>
4578 Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
4579 Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
4580 Branch: perl
4581 ! pod/perlnewmod.pod
4582____________________________________________________________________________
4583[ 13437] By: jhi on 2001/12/03 14:08:59
4584 Log: microperl casting nit.
4585 Branch: perl
4586 ! utf8.c
4587____________________________________________________________________________
4588[ 13436] By: jhi on 2001/12/03 14:03:21
4589 Log: Make sharepvn a macro since all it does is a deref.
4590 Branch: perl
4591 ! embed.h embed.pl global.sym hv.c hv.h proto.h
4592____________________________________________________________________________
4593[ 13435] By: jhi on 2001/12/03 13:38:14
4594 Log: perldelta updates.
4595 Branch: perl
4596 ! pod/perldelta.pod
4597____________________________________________________________________________
4598[ 13434] By: jhi on 2001/12/03 13:13:02
4599 Log: PPPort update from Paul Marquess.
4600 Branch: perl
4601 + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
4602 + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
4603 + ext/Devel/PPPort/t/test.t
4604 - ext/Devel/PPPort/harness/Harness.pm
4605 - ext/Devel/PPPort/harness/Harness.xs
4606 - ext/Devel/PPPort/harness/Makefile.PL
4607 - ext/Devel/PPPort/harness/module2.c
4608 - ext/Devel/PPPort/harness/module3.c
4609 - ext/Devel/PPPort/harness/t/test.t
4610 ! MANIFEST ext/Devel/PPPort/MANIFEST
4611 ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4612 ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4613 ! ext/Devel/PPPort/soak
4614____________________________________________________________________________
4615[ 13433] By: jhi on 2001/12/03 12:57:23
4616 Log: No use talking about dynamic library search patch
4617 unless we are having a dynamic build.
4618 Branch: perl
4619 ! t/TEST
4620____________________________________________________________________________
4621[ 13432] By: jhi on 2001/12/02 22:35:04
4622 Log: Be more explicit on the List::Util build trick,
4623 should also stop unneeded rebuilds on static builds.
4624 Branch: perl
4625 ! ext/List/Util/Makefile.PL
4626____________________________________________________________________________
4627[ 13431] By: jhi on 2001/12/02 22:18:45
4628 Log: We need to replace the optimize (-O1) with
4629 the -h scalar0 -h vector0, not append them
4630 to the ccflags.
4631 Branch: perl
4632 ! hints/unicos.sh hints/unicosmk.sh
4633____________________________________________________________________________
4634[ 13430] By: jhi on 2001/12/02 20:01:24
4635 Log: Subject: [PATCH] Shared hash keys
4636 From: Nicholas Clark <nick@ccl4.org>
4637 Date: Sun, 2 Dec 2001 20:52:32 +0000
4638 Message-ID: <20011202205232.U21702@plum.flirble.org>
4639 Branch: perl
4640 ! doop.c t/op/tr.t
4641____________________________________________________________________________
4642[ 13429] By: jhi on 2001/12/02 19:19:54
4643 Log: Better add new files to MANIFEST, too.
4644 Branch: perl
4645 ! MANIFEST
4646____________________________________________________________________________
4647[ 13428] By: jhi on 2001/12/02 18:38:18
4648 Log: Subject: {PATCH] perlpacktut.pod
4649 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
4650 Date: Sun, 02 Dec 2001 19:55:06 +0100
4651 Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
4652 Branch: perl
4653 ! pod/perlpacktut.pod
4654____________________________________________________________________________
4655[ 13427] By: jhi on 2001/12/02 17:07:57
4656 Log: Various small nits found by DJGPP build.
4657 Branch: perl
4658 ! doio.c mg.c pp.c util.c
4659____________________________________________________________________________
4660[ 13426] By: jhi on 2001/12/02 16:55:21
4661 Log: Subject: RE: More verbose POD for Carp
4662 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4663 Date: Sun, 2 Dec 2001 11:32:51 -0500
4664 Message-ID: <3C0A9748@operamail.com>
4665 Branch: perl
4666 ! lib/Carp.pm
4667____________________________________________________________________________
4668[ 13425] By: jhi on 2001/12/02 16:54:06
4669 Log: Add a header for DJGPP with the function prototypes.
4670 Branch: perl
4671 + djgpp/djgpp.h
4672 ! MANIFEST djgpp/djgpp.c
4673____________________________________________________________________________
4674[ 13424] By: jhi on 2001/12/02 01:17:43
4675 Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
4676 From: Abe Timmerman <abe@ztreet.demon.nl>
4677 Date: Sun, 02 Dec 2001 02:41:25 +0100
4678 Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
4679 Branch: perl
4680 ! pp_sys.c
4681____________________________________________________________________________
4682[ 13423] By: jhi on 2001/12/02 01:05:43
4683 Log: There isn't PTR2INT(), there's PTR2IV().
4684 Branch: perl
4685 ! ext/Time/HiRes/HiRes.xs
4686____________________________________________________________________________
4687[ 13422] By: jhi on 2001/12/02 00:56:05
4688 Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
4689 From: Marc Lehmann <root@schmorp.de>
4690 Date: Sun, 02 Dec 2001 02:44:53 +0100
4691 Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
4692 Branch: perl
4693 ! ext/Time/HiRes/HiRes.xs
4694____________________________________________________________________________
4695[ 13421] By: jhi on 2001/12/02 00:25:35
4696 Log: encode()/decode() examples.
4697 Branch: perl
4698 ! ext/Encode/Encode.pm
4699____________________________________________________________________________
4700[ 13420] By: jhi on 2001/12/02 00:14:38
4701 Log: DJGPP tweaks from Laszlo Molnar.
4702 Branch: perl
4703 ! djgpp/config.over djgpp/djgppsed.sh
4704____________________________________________________________________________
4705[ 13419] By: jhi on 2001/12/01 20:52:19
4706 Log: Update Changes.
4707 Branch: perl
4708 ! Changes patchlevel.h
4709____________________________________________________________________________
b5bf685a
JH
4710[ 13418] By: jhi on 2001/12/01 20:40:03
4711 Log: Integrate perlio;
4712
4713 Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
4714 which do not have file descriptors. Noticed a possibly
4715 worse problem in the process ...
4716 Branch: perl
4717 !> doio.c
4718____________________________________________________________________________
4719[ 13417] By: jhi on 2001/12/01 20:37:40
4720 Log: Non-VMS-fixed and Win32-skipped version of
4721
4722 Subject: [PATCH t/op/exec.t] Portabilty fix
4723 From: Michael G Schwern <schwern@pobox.com>
4724 Date: Fri, 30 Nov 2001 16:09:27 -0500
4725 Message-ID: <20011130160927.A10406@blackrider>
4726 Branch: perl
4727 ! t/op/exec.t
4728____________________________________________________________________________
4729[ 13416] By: jhi on 2001/12/01 20:35:31
4730 Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
4731 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4732 Date: Sat, 1 Dec 2001 07:01:09 -0500
4733 Message-ID: <3C0D2E39@operamail.com>
4734
4735 Subject: More verbose POD for Carp
4736 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4737 Date: Sat, 1 Dec 2001 08:04:16 -0500
4738 Message-ID: <3C285C2B@operamail.com>
4739 Branch: perl
4740 ! lib/Carp.pm lib/Carp/Heavy.pm
4741____________________________________________________________________________
4742[ 13415] By: jhi on 2001/12/01 20:31:06
4743 Log: Subject: [PATCH lib/DB.t] Strictures, dual variables
4744 From: chromatic <chromatic@rmci.net>
4745 Date: Sat, 01 Dec 2001 12:41:58 -0700
4746 Message-ID: <20011201194946.50449.qmail@onion.perl.org>
4747 Branch: perl
4748 ! lib/DB.t
4749____________________________________________________________________________
4750[ 13414] By: jhi on 2001/12/01 20:30:17
4751 Log: Try to make a missing RADIXCHAR a softer kinder error.
4752 Branch: perl
4753 ! ext/I18N/Langinfo/Langinfo.t
4754____________________________________________________________________________
4755[ 13413] By: jhi on 2001/12/01 20:21:27
4756 Log: Have a little faith on nl_langinfo() itself.
4757 Branch: perl
4758 ! ext/I18N/Langinfo/Langinfo.xs
4759____________________________________________________________________________
4760[ 13412] By: jhi on 2001/12/01 18:47:07
4761 Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
4762 the max, not max plus one)
4763 Branch: perl
4764 ! ext/I18N/Langinfo/Langinfo.xs
4765____________________________________________________________________________
4766[ 13411] By: jhi on 2001/12/01 18:45:32
4767 Log: Make reality agree with the comment.
4768 Branch: perl
4769 ! ext/I18N/Langinfo/Langinfo.xs
4770____________________________________________________________________________
4771[ 13410] By: jhi on 2001/12/01 18:43:11
4772 Log: Try to protect against wild langinfo() arguments.
4773 Branch: perl
4774 ! ext/I18N/Langinfo/Langinfo.xs
4775____________________________________________________________________________
137e7465
JH
4776[ 13409] By: nick on 2001/12/01 18:19:59
4777 Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
4778 have file descriptors. Noticed a possibly worse problem in the process ...
4779 Branch: perlio
4780 ! doio.c
4781____________________________________________________________________________
b5bf685a
JH
4782[ 13408] By: jhi on 2001/12/01 18:18:34
4783 Log: If we are inside an eval, let's be silent about
4784 separate symbols and just croak() in the end.
4785 Branch: perl
4786 ! lib/Exporter/Heavy.pm
4787____________________________________________________________________________
137e7465
JH
4788[ 13407] By: nick on 2001/12/01 17:14:05
4789 Log: Integrate mainline
4790 Branch: perlio
4791 !> (integrate 26 files)
4792____________________________________________________________________________
b5bf685a
JH
4793[ 13406] By: jhi on 2001/12/01 16:31:02
4794 Log: Subject: Fix for Exporter error reporting behaviour
4795 From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4796 Date: Sat, 1 Dec 2001 06:34:48 -0500
4797 Message-ID: <3C0D1B9A@operamail.com>
4798 Branch: perl
4799 ! lib/Exporter.pm lib/Exporter/Heavy.pm
4800____________________________________________________________________________
4801[ 13405] By: jhi on 2001/12/01 16:29:27
4802 Log: Need to hide behind an eval to avoid a warning
4803 about :utf8 on non-perlio configs.
4804 Branch: perl
4805 ! lib/open.t
4806____________________________________________________________________________
4807[ 13404] By: jhi on 2001/12/01 15:55:51
4808 Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods
4809 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4810 Date: Fri, 30 Nov 2001 23:46:58 +0100
4811 Message-ID: <20011130234658.A717@rafael>
4812 Branch: perl
4813 ! op.c t/op/method.t
4814____________________________________________________________________________
4815[ 13403] By: jhi on 2001/12/01 15:54:23
4816 Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
4817 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4818 Date: Thu, 29 Nov 2001 22:46:12 +0100
4819 Message-ID: <20011129224612.A699@rafael>
4820 Branch: perl
4821 ! ext/B/B/Xref.pm
4822____________________________________________________________________________
4823[ 13402] By: jhi on 2001/12/01 15:52:13
4824 Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open
4825 From: Tels <perl_dummy@bloodgate.com>
4826 Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
4827 Message-Id: <200112010931.LAA29309@tiku.hut.fi>
4828 Branch: perl
4829 ! pod/perlfunc.pod
4830____________________________________________________________________________
4831[ 13401] By: jhi on 2001/12/01 15:48:13
4832 Log: Subject: [REPATCH] reference pointer comparison
4833 From: Nicholas Clark <nick@ccl4.org>
4834 Date: Sat, 1 Dec 2001 13:00:17 +0000
4835 Message-ID: <20011201130017.I21702@plum.flirble.org>
4836 Branch: perl
4837 ! pp.c
4838____________________________________________________________________________
4839[ 13400] By: jhi on 2001/12/01 15:43:15
4840 Log: Upgrade to Storable 1.0.14.
4841 Branch: perl
4842 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4843____________________________________________________________________________
4844[ 13399] By: jhi on 2001/12/01 15:40:13
4845 Log: Add simple caches for ::viacode() and ::vianame().
4846 Branch: perl
4847 ! lib/charnames.pm lib/charnames.t
4848____________________________________________________________________________
137e7465
JH
4849[ 13398] By: nick on 2001/12/01 10:36:24
4850 Log: Integrate mainline.
4851 Branch: perlio
4852 +> (branch 44 files)
4853 - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4854 - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4855 - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
4856 !> (integrate 250 files)
4857____________________________________________________________________________
b5bf685a
JH
4858[ 13397] By: jhi on 2001/12/01 04:35:39
4859 Log: Regen toc and modlib.
4860 Branch: perl
4861 ! pod/perlmodlib.pod pod/perltoc.pod
4862____________________________________________________________________________
4863[ 13396] By: jhi on 2001/12/01 04:31:53
4864 Log: Upgrade to podlators-1.18.
4865 Branch: perl
4866 ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
4867____________________________________________________________________________
4868[ 13395] By: jhi on 2001/11/30 23:03:20
4869 Log: -h scalar0 -h vector0 seems to help for both
4870 UNICOS and UNICOS/mk on the unpack %65c problems.
4871
4872 (replaces #13393)
4873 Branch: perl
4874 ! hints/unicos.sh hints/unicosmk.sh
4875____________________________________________________________________________
4876[ 13394] By: jhi on 2001/11/30 22:51:17
4877 Log: More Socket constants.
4878 Branch: perl
4879 ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
4880____________________________________________________________________________
4881[ 13393] By: jhi on 2001/11/30 22:00:04
4882 Log: (replaced by #13395)
4883 Branch: perl
4884 ! hints/unicosmk.sh
4885____________________________________________________________________________
4886[ 13392] By: jhi on 2001/11/30 20:26:22
4887 Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
4888 From: Andy Dougherty <doughera@lafayette.edu>
4889 Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
4890 Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
4891
4892 Simplify the test skippage criterion now that we are
4893 no more dependent on sed.
4894 Branch: perl
4895 ! t/comp/cpp.t t/run/switchPx.t
4896____________________________________________________________________________
4897[ 13391] By: jhi on 2001/11/30 20:19:37
4898 Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
4899 From: Michael G Schwern <schwern@pobox.com>
4900 Date: Fri, 30 Nov 2001 11:48:44 -0500
4901 Message-ID: <20011130114844.C1303@blackrider>
4902
4903 (replaces #13381)
4904 Branch: perl
4905 ! t/op/stat.t
4906____________________________________________________________________________
4907[ 13390] By: jhi on 2001/11/30 18:12:54
4908 Log: Let's not assume how much memory has been allocated
4909 to PVs.
4910 Branch: perl
4911 ! ext/Devel/Peek/Peek.t
4912____________________________________________________________________________
4913[ 13389] By: jhi on 2001/11/30 17:38:37
4914 Log: VOS needs to know the modules, including pp_sort.
4915 Branch: perl
4916 ! vos/perl.bind
4917____________________________________________________________________________
4918[ 13388] By: jhi on 2001/11/30 15:18:51
4919 Log: Unused variables.
4920 Branch: perl
4921 ! ext/Unicode/Normalize/Normalize.xs
4922____________________________________________________________________________
4923[ 13387] By: jhi on 2001/11/30 14:57:19
4924 Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
4925 From: John Peacock <jpeacock@rowman.com>
4926 Date: Fri, 30 Nov 2001 10:24:00 -0500
4927 Message-ID: <3C07A490.A22A76B0@rowman.com>
4928 Branch: perl
4929 ! lib/ExtUtils/Embed.t
4930____________________________________________________________________________
4931[ 13386] By: jhi on 2001/11/30 14:55:02
4932 Log: Tweak for the VOS building script from Paul Green.
4933 Branch: perl
4934 ! vos/configure_perl.cm
4935____________________________________________________________________________
4936[ 13385] By: jhi on 2001/11/30 14:11:18
4937 Log: Update Changes.
4938 Branch: perl
4939 ! Changes patchlevel.h
4940____________________________________________________________________________
42116ed3
JH
4941[ 13384] By: jhi on 2001/11/30 14:00:55
4942 Log: Cannot test if cppstdin has not yet been installed.
4943 Branch: perl
4944 ! t/run/switchPx.t
4945____________________________________________________________________________
4946[ 13383] By: jhi on 2001/11/30 13:59:18
4947 Log: Subject: [PATCH perl.c ...] -P on VMS. Evicting sed
4948 From: Michael G Schwern <schwern@pobox.com>
4949 Date: Thu, 29 Nov 2001 22:05:11 -0500
4950 Message-ID: <20011129220510.A18869@blackrider>
4951
4952 TODO 1: if cppstdin is used and not yet installed,
4953 the Px.t will fail (must do the same as in cpp.t)
4954
4955 TODO 2: does this work if no Perl whatsoever has
4956 yet been installed? That is, we should be using
4957 the Perl we are building to execute the one-liner.
4958 Branch: perl
4959 + t/run/switchPx.aux t/run/switchPx.t
4960 ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
4961 ! vms/test.com
4962____________________________________________________________________________
4963[ 13382] By: jhi on 2001/11/30 13:41:15
4964 Log: Upgrade to Unicode::Normalize 0.12.
4965 Branch: perl
4966 ! ext/Unicode/Normalize/Changes
4967 ! ext/Unicode/Normalize/Normalize.pm
4968 ! ext/Unicode/Normalize/Normalize.xs
4969 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
4970 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
4971 ! ext/Unicode/Normalize/t/test.t
4972____________________________________________________________________________
4973[ 13381] By: jhi on 2001/11/30 13:23:06
137e7465
JH
4974 Log: (replaced by #13391)
4975
4976 Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
42116ed3
JH
4977 From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
4978 Date: 30 Nov 2001 11:41:53 -0000
4979 Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
4980
4981 No need to die if we have high-paranoia (non-chdirable)
4982 system directories.
4983 Branch: perl
4984 ! t/op/stat.t
4985____________________________________________________________________________
4986[ 13380] By: jhi on 2001/11/30 04:49:56
4987 Log: Paragraph rewrapping.
4988 Branch: perl
4989 ! pod/perliol.pod
4990____________________________________________________________________________
4991[ 13379] By: jhi on 2001/11/30 04:38:34
4992 Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
4993 From: Stas Bekman <stas@stason.org>
4994 Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)
4995 Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
4996 Branch: perl
4997 ! pod/perliol.pod
4998____________________________________________________________________________
4999[ 13378] By: jhi on 2001/11/30 04:34:40
5000 Log: Whether select() gets restarted on signals is
5001 implementation dependent.
5002 Branch: perl
5003 ! ext/Time/HiRes/HiRes.t
5004____________________________________________________________________________
5005[ 13377] By: jhi on 2001/11/30 01:24:29
5006 Log: More forgotten checkins.
5007 Branch: perl
5008 ! embed.h embed.pl proto.h
5009____________________________________________________________________________
5010[ 13376] By: jhi on 2001/11/30 01:16:22
5011 Log: Add a note about folding vs lowercase.
5012 Branch: perl
5013 ! regexec.c
5014____________________________________________________________________________
5015[ 13375] By: jhi on 2001/11/30 01:09:17
5016 Log: Use to_uni_fold (and add changed global.sym)
5017 Branch: perl
5018 ! global.sym utf8.c
5019____________________________________________________________________________
5020[ 13374] By: jhi on 2001/11/30 00:49:35
5021 Log: Make to Unicode character functions to use UVs
5022 instead of U32s and add to_uni_fold().
5023 Branch: perl
5024 ! embed.pl proto.h utf8.c
5025____________________________________________________________________________
5026[ 13373] By: jhi on 2001/11/29 22:34:44
5027 Log: Subject: Re: DRAFT perlpacktut.pod v0.0
5028 From: Nicholas Clark <nick@ccl4.org>
5029 Date: Thu, 29 Nov 2001 22:47:32 +0000
5030 Message-ID: <20011129224732.W37621@plum.flirble.org>
5031 Branch: perl
5032 ! pod/perlpacktut.pod
5033____________________________________________________________________________
5034[ 13372] By: jhi on 2001/11/29 22:32:49
5035 Log: README.vos updates from Paul Green.
5036 Branch: perl
5037 ! README.vos
5038____________________________________________________________________________
5039[ 13371] By: jhi on 2001/11/29 21:01:31
5040 Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
5041 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5042 Date: Thu, 29 Nov 2001 14:18:51 EST
5043 Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
5044 Branch: perl
5045 ! mg.c vms/vms.c vms/vmsish.h
5046____________________________________________________________________________
5047[ 13370] By: jhi on 2001/11/29 20:59:35
5048 Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
5049 From: Michael G Schwern <schwern@pobox.com>
5050 Date: Thu, 29 Nov 2001 13:12:31 -0500
5051 Message-ID: <20011129131231.E11300@blackrider>
5052 Branch: perl
5053 ! README.vms
5054____________________________________________________________________________
5055[ 13369] By: jhi on 2001/11/29 20:58:10
5056 Log: BGET_IV was missing.
5057 Branch: perl
5058 ! ext/ByteLoader/bytecode.h
5059____________________________________________________________________________
5060[ 13368] By: jhi on 2001/11/29 15:40:40
5061 Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from [PATCH Perl@13013] Term::Cap and VMS )
5062 From: Jonathan Stowe <gellyfish@gellyfish.com>
5063 Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)
5064 Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
5065 Branch: perl
5066 ! lib/Term/Cap.pm
5067____________________________________________________________________________
5068[ 13367] By: jhi on 2001/11/29 15:11:43
5069 Log: Porting/checkURL.pl was missing.
5070 Branch: perl
5071 ! MANIFEST
5072____________________________________________________________________________
5073[ 13366] By: jhi on 2001/11/29 15:03:52
5074 Log: Subject: INSTALL and READMEs should be reviewed
5075 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5076 Date: Thu, 29 Nov 2001 16:49:36 +0100
5077 Message-ID: <20011129164936.A17492@rafael>
5078 Branch: perl
5079 ! README.cygwin
5080____________________________________________________________________________
5081[ 13365] By: jhi on 2001/11/29 14:39:01
5082 Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
5083 From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
5084 Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
5085 Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
5086 Branch: perl
5087 ! README.os390
5088____________________________________________________________________________
5089[ 13364] By: jhi on 2001/11/29 14:34:18
5090 Log: Update Changes.
5091 Branch: perl
5092 ! Changes patchlevel.h
5093____________________________________________________________________________
fc6eecbf
JH
5094[ 13363] By: jhi on 2001/11/29 14:26:48
5095 Log: The changes to the curliffed files didn't stick in #13348.
5096 Branch: perl
5097 ! README.dos README.win32
5098____________________________________________________________________________
5099[ 13362] By: jhi on 2001/11/29 14:13:03
5100 Log: Subject: Re: Found the rev where File::Glob broke
5101 From: Andy Dougherty <doughera@lafayette.edu>
5102 Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
5103 Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
5104 Branch: perl
5105 ! lib/ExtUtils/MM_Unix.pm
5106____________________________________________________________________________
5107[ 13361] By: jhi on 2001/11/29 14:08:30
5108 Log: Use __DATA__ instead of __END__.
5109 Branch: perl
5110 ! lib/Term/Cap.pm
5111____________________________________________________________________________
5112[ 13360] By: jhi on 2001/11/29 14:03:28
5113 Log: Subject: [PATCH toke.c] autosplit into @F fix
5114 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5115 Date: Thu, 29 Nov 2001 14:52:23 +0100
5116 Message-ID: <20011129145223.A25817@rafael>
5117 Branch: perl
5118 ! toke.c
5119____________________________________________________________________________
5120[ 13359] By: jhi on 2001/11/29 13:47:07
5121 Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
5122 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5123 Date: Thu, 29 Nov 2001 15:48:15 +0100
5124 Message-ID: <20011129154815.C25817@rafael>
5125 Branch: perl
5126 ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
5127____________________________________________________________________________
5128[ 13358] By: jhi on 2001/11/29 13:43:40
5129 Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
5130 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5131 Date: Wed, 28 Nov 2001 20:35:29 +0100
5132 Message-ID: <200111282035290250.0067732D@smtp.chello.at>
5133 Branch: perl
5134 ! pod/perlpacktut.pod
5135____________________________________________________________________________
5136[ 13357] By: jhi on 2001/11/29 13:42:18
5137 Log: Subject: [patch pod/perlapio.pod] csh temp env setting
5138 From: Stas Bekman <stas@stason.org>
5139 Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT)
5140 Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
5141
5142 (with tweaks)
5143 Branch: perl
5144 ! pod/perlapio.pod
5145____________________________________________________________________________
5146[ 13356] By: jhi on 2001/11/29 13:39:06
5147 Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5148 From: Tels <perl_dummy@bloodgate.com>
5149 Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET)
5150 Message-Id: <200111290630.IAA08631@tiku.hut.fi>
5151
5152 (plus paragraph rewrapping)
5153 Branch: perl
5154 ! lib/Exporter.pm
5155____________________________________________________________________________
5156[ 13355] By: jhi on 2001/11/29 04:43:54
5157 Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
5158 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5159 Date: Wed, 28 Nov 2001 21:47:59 +0000
5160 Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
5161 Branch: perl
5162 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5163____________________________________________________________________________
5164[ 13354] By: jhi on 2001/11/29 04:28:29
5165 Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current
5166 From: Andy Dougherty <doughera@lafayette.edu>
5167 Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST)
5168 Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>
5169 Branch: perl
5170 ! INSTALL ext/Time/HiRes/HiRes.t
5171____________________________________________________________________________
5172[ 13353] By: jhi on 2001/11/29 04:19:40
5173 Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
5174 From: Michael G Schwern <schwern@pobox.com>
5175 Date: Wed, 28 Nov 2001 16:37:01 -0500
5176 Message-ID: <20011128163701.H676@blackrider>
5177 Branch: perl
5178 ! t/run/kill_perl.t
5179____________________________________________________________________________
5180[ 13352] By: jhi on 2001/11/29 04:18:08
5181 Log: @INC tweak.
5182 Branch: perl
5183 ! t/op/ref.t
5184____________________________________________________________________________
5185[ 13351] By: jhi on 2001/11/29 02:28:06
5186 Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
5187 From: Nicholas Clark <nick@ccl4.org>
5188 Date: Wed, 28 Nov 2001 23:38:43 +0000
5189 Message-ID: <20011128233843.N37621@plum.flirble.org>
5190 Branch: perl
5191 ! installman
5192____________________________________________________________________________
5193[ 13350] By: jhi on 2001/11/29 02:18:30
5194 Log: Tweak the forking logic.
5195 Branch: perl
5196 ! Porting/checkURL.pl
5197____________________________________________________________________________
5198[ 13349] By: jhi on 2001/11/29 01:37:48
5199 Log: Update perlmodlib.PL as per #13348. The L<> got
5200 changed back because that is coming from ParseLink.pm.
5201 Branch: perl
5202 ! pod/perlmodlib.PL pod/perlmodlib.pod
5203____________________________________________________________________________
5204[ 13348] By: jhi on 2001/11/29 01:31:48
5205 Log: URL fixups from Michael Schwern.
5206 Branch: perl
5207 ! README.cygwin README.dos README.hpux README.mint README.mpeix
5208 ! README.os390 README.qnx README.solaris README.vos README.win32
5209 ! pod/perlmodlib.pod
5210____________________________________________________________________________
5211[ 13347] By: jhi on 2001/11/29 01:23:08
5212 Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5213 From: Barrie Slaymaker <barries@slaysys.com>
5214 Date: Wed, 28 Nov 2001 14:10:01 -0500
5215 Message-ID: <20011128140957.D5236@sizzle.whoville.com>
5216 Branch: perl
5217 ! lib/Exporter.pm
5218____________________________________________________________________________
5219[ 13346] By: jhi on 2001/11/29 01:22:02
5220 Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
5221 Branch: perl
5222 ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
5223____________________________________________________________________________
5224[ 13345] By: jhi on 2001/11/29 00:11:56
5225 Log: Subject: [PATCH] Re: $\ very broken
5226 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5227 Date: Wed, 28 Nov 2001 22:33:08 +0100
5228 Message-ID: <20011128223308.E732@rafael>
5229
5230 Subject: Re: [PATCH] Re: $\ very broken
5231 From: Nicholas Clark <nick@ccl4.org>
5232 Date: Wed, 28 Nov 2001 22:29:00 +0000
5233 Message-ID: <20011128222859.K37621@plum.flirble.org>
5234 Branch: perl
5235 ! mg.c t/op/ref.t
5236____________________________________________________________________________
5237[ 13344] By: jhi on 2001/11/29 00:05:19
5238 Log: Add Abigail's link checker with the following tweaks:
5239 - known dummy URLs (Peter Prymmer)
5240 - do also READMEs and INSTALL (Michael Schwern)
5241 - do also ftp URLs
5242 - add fork retry loop in case the allowed number
5243 of processes per user is low
5244 Branch: perl
5245 + Porting/checkURL.pl
5246 ! MANIFEST
5247____________________________________________________________________________
5248[ 13343] By: jhi on 2001/11/28 14:56:50
5249 Log: Update Changes.
5250 Branch: perl
5251 ! Changes patchlevel.h
5252____________________________________________________________________________
a6596f26
JH
5253[ 13342] By: jhi on 2001/11/28 14:15:25
5254 Log: In Linux if we have modern enough gcc and supported
5255 enough CPU, crank up the optimization level to -O3.
5256 Branch: perl
5257 ! hints/linux.sh
5258____________________________________________________________________________
5259[ 13341] By: jhi on 2001/11/28 14:00:12
5260 Log: Add perlpacktut from Wolfgang Laun; regen toc.
5261 Branch: perl
5262 + pod/perlpacktut.pod
5263 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
5264 ! pod/perltoc.pod
5265____________________________________________________________________________
5266[ 13340] By: jhi on 2001/11/28 13:45:00
5267 Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS
5268 From: PPrymmer@factset.com
5269 Date: Wed, 28 Nov 2001 07:51:26 -0500
5270 Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>
5271 Branch: perl
5272 ! vms/test.com
5273____________________________________________________________________________
5274[ 13339] By: jhi on 2001/11/28 13:37:31
5275 Log: Test cases for the first half of #13338.
5276 Branch: perl
5277 ! t/lib/h2ph.h t/lib/h2ph.pht
5278____________________________________________________________________________
5279[ 13338] By: jhi on 2001/11/28 13:28:08
5280 Log: Subject: Re: h2ph confused by comments in an enum.
5281 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5282 Date: Wed, 28 Nov 2001 04:19:21 +0000
5283 Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>
5284
5285 Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
5286 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5287 Date: Wed, 28 Nov 2001 13:36:35 +0000
5288 Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
5289 Branch: perl
5290 ! utils/h2ph.PL
5291____________________________________________________________________________
5292[ 13337] By: jhi on 2001/11/28 13:15:41
5293 Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
5294 From: Jonathan Stowe <gellyfish@gellyfish.com>
5295 Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
5296 Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
5297
5298 (replace #13327)
5299 Branch: perl
5300 ! lib/Term/Cap.pm
5301____________________________________________________________________________
5302[ 13336] By: jhi on 2001/11/28 04:21:05
5303 Log: Replace #13335 with
5304
5305 Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
5306 From: Russ Allbery <rra@stanford.edu>
5307 Date: 27 Nov 2001 20:42:49 -0800
5308 Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
5309 Branch: perl
5310 ! lib/Pod/Text/Termcap.pm
5311____________________________________________________________________________
5312[ 13335] By: jhi on 2001/11/28 03:33:10
5313 Log: (replaced by #13336)
5314
5315 Subject: [PATCH perl@13323] Termcap.pm with no termios
5316 From: "Craig A. Berry" <craigberry@mac.com>
5317 Date: Tue, 27 Nov 2001 22:28:50 -0600
5318 Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
5319 Branch: perl
5320 ! lib/Pod/Text/Termcap.pm
5321____________________________________________________________________________
5322[ 13334] By: jhi on 2001/11/28 03:31:51
5323 Log: Subject: [PATCH perl@13323] solve identity crisis on VMS
5324 From: "Craig A. Berry" <craigberry@mac.com>
5325 Date: Tue, 27 Nov 2001 21:46:45 -0600
5326 Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
5327 Branch: perl
5328 ! configure.com
5329____________________________________________________________________________
5330[ 13333] By: jhi on 2001/11/28 03:30:03
5331 Log: Upgrade to podlators 1.17.
5332 Branch: perl
5333 ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
5334 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5335____________________________________________________________________________
5336[ 13332] By: jhi on 2001/11/28 03:23:04
5337 Log: Fix for "a\x{100}" =~ /A/i.
5338 Branch: perl
5339 ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
5340 ! utf8.c
5341____________________________________________________________________________
5342[ 13331] By: jhi on 2001/11/28 00:52:19
5343 Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
5344 From: "Craig A. Berry" <craigberry@mac.com>
5345 Date: Tue, 27 Nov 2001 17:11:49 -0600
5346 Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
5347 Branch: perl
5348 ! lib/DB.t
5349____________________________________________________________________________
5350[ 13330] By: jhi on 2001/11/28 00:50:53
5351 Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
5352 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5353 Date: Tue, 27 Nov 2001 14:55:23 -0500
5354 Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
5355
5356 Subject: [PATCH: perl@13324] updates to perldelta.pod
5357 From: PPrymmer@factset.com
5358 Date: Tue, 27 Nov 2001 18:06:04 -0500
5359 Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
5360
5361 plus added some known problems.
5362 Branch: perl
5363 ! pod/perldelta.pod
5364____________________________________________________________________________
5365[ 13329] By: jhi on 2001/11/28 00:35:53
5366 Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
5367 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5368 Date: Tue, 27 Nov 2001 15:38:02 EST
5369 Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
5370 Branch: perl
5371 ! configure.com vms/vms.c vms/vmsish.h
5372____________________________________________________________________________
5373[ 13328] By: jhi on 2001/11/28 00:34:12
5374 Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
5375 From: Michael G Schwern <schwern@pobox.com>
5376 Date: Tue, 27 Nov 2001 15:31:12 -0500
5377 Message-ID: <20011127153112.G20929@blackrider>
5378 Branch: perl
5379 ! t/run/kill_perl.t
5380____________________________________________________________________________
5381[ 13327] By: jhi on 2001/11/28 00:23:10
5382 Log: (replaced by #13337)
5383
5384 VMS can safely hardcode a termcap entry for VT100.
5385 Branch: perl
5386 ! lib/Term/Cap.pm
5387____________________________________________________________________________
5388[ 13326] By: jhi on 2001/11/27 17:47:28
5389 Log: VMS piping fixes from Charles Lane (perl -P should
5390 be working now).
5391 Branch: perl
5392 ! vms/vms.c
5393____________________________________________________________________________
5394[ 13325] By: jhi on 2001/11/27 17:44:31
5395 Log: Subject: [PATCH] perlvar.pod fix
5396 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5397 Date: Tue, 27 Nov 2001 13:11:47 -0500
5398 Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
5399 Branch: perl
5400 ! pod/perlvar.pod
5401____________________________________________________________________________
5402[ 13324] By: jhi on 2001/11/27 15:56:06
5403 Log: Update Changes.
5404 Branch: perl
5405 ! Changes patchlevel.h
5406____________________________________________________________________________
cb3569da
JH
5407[ 13323] By: jhi on 2001/11/27 15:51:08
5408 Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century
5409 From: "Craig A. Berry" <craigberry@mac.com>
5410 Date: Tue, 27 Nov 2001 10:21:18 -0600
5411 Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
5412 Branch: perl
5413 ! lib/ExtUtils/MM_VMS.pm
5414____________________________________________________________________________
5415[ 13322] By: jhi on 2001/11/27 15:24:12
5416 Log: Protect against accumulating -options -options -options.
5417 Branch: perl
5418 ! hints/hpux.sh
5419____________________________________________________________________________
5420[ 13321] By: jhi on 2001/11/27 15:16:28
5421 Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS
5422 From: Barrie Slaymaker <barries@slaysys.com>
5423 Date: Tue, 27 Nov 2001 10:58:54 -0500
5424 Message-ID: <20011127105850.B696@sizzle.whoville.com>
5425 Branch: perl
5426 ! lib/Benchmark.pm
5427____________________________________________________________________________
5428[ 13320] By: jhi on 2001/11/27 15:05:33
5429 Log: Tiny fix from John P. Linderman.
5430 Branch: perl
5431 ! lib/sort.pm
5432____________________________________________________________________________
5433[ 13319] By: jhi on 2001/11/27 15:04:37
5434 Log: The Story of sort(), from John P. Linderman.
5435 Branch: perl
5436 ! pod/perldelta.pod
5437____________________________________________________________________________
5438[ 13318] By: jhi on 2001/11/27 14:58:06
5439 Log: Add information what to do if you are reading
5440 perluniintro but using some older Perl.
5441 Branch: perl
5442 ! pod/perluniintro.pod
5443____________________________________________________________________________
5444[ 13317] By: jhi on 2001/11/27 14:51:42
5445 Log: Update the 'wide characters' FAQ entry.
5446 Branch: perl
5447 ! pod/perlfaq6.pod
5448____________________________________________________________________________
5449[ 13316] By: jhi on 2001/11/27 14:26:25
5450 Log: Fix for
5451
5452 Subject: [ID 20011127.151] regex result vars no longer marked as utf8
5453 From: Marc Lehmann <root@schmorp.de>
5454 Date: Tue, 27 Nov 2001 14:27:14 +0100
5455 Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
5456 Branch: perl
5457 ! ext/Encode.t ext/Encode/Encode.xs
5458____________________________________________________________________________
5459[ 13315] By: jhi on 2001/11/27 14:06:45
5460 Log: Subject: [PATCH] DB_File 1.801
5461 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5462 Date: Tue, 27 Nov 2001 15:06:45 -0000
5463 Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
5464 Branch: perl
5465 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5466 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5467____________________________________________________________________________
5468[ 13314] By: jhi on 2001/11/27 13:51:49
5469 Log: Regen perlmodlib. (TODO: why does Pod::t::basic get listed?)
5470 Branch: perl
5471 ! pod/perlmodlib.pod
5472____________________________________________________________________________
5473[ 13313] By: jhi on 2001/11/27 13:49:55
5474 Log: sort() doc tweaks from John P. Linderman.
5475 Branch: perl
5476 ! pod/perlfunc.pod
5477____________________________________________________________________________
5478[ 13312] By: jhi on 2001/11/27 13:36:44
5479 Log: Subject: [PATCH] More perldelta.pod nits
5480 From: Simon Glover <scog@roe.ac.uk>
5481 Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT)
5482 Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
5483 Branch: perl
5484 ! pod/perldelta.pod
5485____________________________________________________________________________
5486[ 13311] By: jhi on 2001/11/27 13:26:38
5487 Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
5488 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5489 Date: Tue, 27 Nov 2001 11:52:31 -0000
5490 Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
5491 Branch: perl
5492 ! ext/Devel/PPPort/harness/Makefile.PL
5493____________________________________________________________________________
5494[ 13310] By: jhi on 2001/11/27 13:23:28
5495 Log: Subject: [PATCH t/TEST] Remove redundant #! parsing. Deparse tests better.
5496 From: Michael G Schwern <schwern@pobox.com>
5497 Date: Tue, 27 Nov 2001 03:38:24 -0500
5498 Message-ID: <20011127033824.A17775@blackrider>
5499 Branch: perl
5500 ! t/TEST
5501____________________________________________________________________________
5502[ 13309] By: jhi on 2001/11/27 13:16:44
5503 Log: Subject: Re: perlcc very broken
5504 From: John Peacock <jpeacock@rowman.com>
5505 Date: Tue, 27 Nov 2001 06:48:01 -0500
5506 Message-ID: <3C037D71.4030508@rowman.com>
5507 Branch: perl
5508 ! utils/perlcc.PL
5509____________________________________________________________________________
5510[ 13308] By: jhi on 2001/11/27 12:57:49
5511 Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704.
5512 From: David Dyck <dcd@tc.fluke.com>
5513 Date: Mon, 26 Nov 2001 22:04:38 -0800
5514 Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
5515 Branch: perl
5516 ! t/op/pack.t
5517____________________________________________________________________________
5518[ 13307] By: jhi on 2001/11/27 12:56:09
5519 Log: Subject: [ID 20011126.149] t/op/split fails step 37
5520 From: David Dyck <dcd@tc.fluke.com>
5521 Date: Mon, 26 Nov 2001 21:52:35 -0800
5522 Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
5523 Branch: perl
5524 ! t/op/split.t
5525____________________________________________________________________________
5526[ 13306] By: gbarr on 2001/11/27 12:19:40
5527 Log: incorporate last minute change from libnet 1.0901-tobe
5528 Branch: perl
5529 ! lib/Net/SMTP.pm
5530____________________________________________________________________________
5531[ 13305] By: jhi on 2001/11/27 02:39:35
5532 Log: Pass 7 at perldelta - random edits.
5533 Branch: perl
5534 ! pod/perldelta.pod
5535____________________________________________________________________________
5536[ 13304] By: jhi on 2001/11/27 02:04:19
5537 Log: Portability and skippage tweaks.
5538 Branch: perl
5539 ! t/op/split.t
5540____________________________________________________________________________
5541[ 13303] By: jhi on 2001/11/27 02:03:49
137e7465
JH
5542 Log: (retracted by #13449)
5543 Try to make Unicode casemapping to work for EBCDIC, too.
cb3569da
JH
5544 Branch: perl
5545 ! utf8.c
5546____________________________________________________________________________
5547[ 13302] By: jhi on 2001/11/27 01:35:23
5548 Log: Just printing 1..0 is not quite enough...
5549 Branch: perl
5550 ! lib/Dumpvalue.t
5551____________________________________________________________________________
5552[ 13301] By: jhi on 2001/11/27 01:22:22
5553 Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
5554 Delay the match until runtime.
5555 Branch: perl
5556 ! t/op/append.t
5557____________________________________________________________________________
5558[ 13300] By: jhi on 2001/11/27 01:08:10
5559 Log: UTF-EBCDIC.
5560 Branch: perl
5561 ! ext/Devel/Peek/Peek.t
5562____________________________________________________________________________
5563[ 13299] By: jhi on 2001/11/27 01:02:21
5564 Log: Be UTF-EBCDIC aware.
5565 Branch: perl
5566 ! lib/bytes.t
5567____________________________________________________________________________
5568[ 13298] By: jhi on 2001/11/27 00:59:44
5569 Log: Bad assumption which way digits and letters sort.
5570 Branch: perl
5571 ! lib/English.t
5572____________________________________________________________________________
5573[ 13297] By: jhi on 2001/11/27 00:55:04
5574 Log: If in EBCDIC but no Convert::EBCDIC
5575 the libnet tests will all fail.
5576 Branch: perl
5577 ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5578 ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5579 ! lib/Net/t/smtp.t lib/Net/t/time.t
5580____________________________________________________________________________
5581[ 13296] By: jhi on 2001/11/27 00:45:55
5582 Log: Just sorting to guarantee order is not enough.
5583 (Think EBCDIC.)
5584 Branch: perl
5585 ! lib/ExtUtils/Manifest.t
5586____________________________________________________________________________
5587[ 13295] By: jhi on 2001/11/27 00:43:38
5588 Log: OS/390 cleanable gunk.
5589 Branch: perl
5590 ! lib/ExtUtils/MM_Unix.pm
5591____________________________________________________________________________
5592[ 13294] By: jhi on 2001/11/27 00:40:02
5593 Log: Update the EBCDIC MD5 checksums.
5594 Branch: perl
5595 ! ext/Digest/MD5/t/files.t
5596____________________________________________________________________________
5597[ 13293] By: jhi on 2001/11/27 00:28:40
5598 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5599 From: Nicholas Clark <nick@ccl4.org>
5600 Date: Mon, 26 Nov 2001 23:06:34 +0000
5601 Message-ID: <20011126230633.Q37621@plum.flirble.org>
5602 Branch: perl
5603 ! installman
5604____________________________________________________________________________
5605[ 13292] By: jhi on 2001/11/27 00:24:36
5606 Log: sort tweaks from John P. Linderman.
5607 Branch: perl
5608 ! lib/sort.pm lib/sort.t perl.h pp_sort.c
5609____________________________________________________________________________
5610[ 13291] By: jhi on 2001/11/27 00:20:09
5611 Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
5612 From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>
5613 Date: Mon, 26 Nov 2001 18:47:25 -0600
5614 Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
5615
5616 Craig Berry submitted half of this patch just yesterday.
5617 Spooky cosmic resonance.
5618 Branch: perl
5619 ! ext/Socket/Socket.xs
5620____________________________________________________________________________
5621[ 13290] By: jhi on 2001/11/27 00:15:07
5622 Log: Subject: [PATCH] doio slightly smaller
5623 From: Nicholas Clark <nick@ccl4.org>
5624 Date: Tue, 27 Nov 2001 00:40:23 +0000
5625 Message-ID: <20011127004023.S37621@plum.flirble.org>
5626 Branch: perl
5627 ! doio.c
5628____________________________________________________________________________
5629[ 13289] By: jhi on 2001/11/27 00:12:11
5630 Log: perldelta nits from Autrijus Tang and Ron Kimball.
5631 Branch: perl
5632 ! pod/perldelta.pod
5633____________________________________________________________________________
5634[ 13288] By: jhi on 2001/11/27 00:08:23
5635 Log: Subject: [PATCH] unpack P* uses random length for item
5636 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5637 Date: Mon, 26 Nov 2001 19:56:32 +0100
5638 Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
5639 Branch: perl
5640 ! pod/perldiag.pod pp_pack.c t/op/pack.t
5641____________________________________________________________________________
5642[ 13287] By: jhi on 2001/11/26 23:55:02
5643 Log: Subject: [PATCH current] system and taintedness
5644 From: Radu Greab <radu@netsoft.ro>
5645 Date: Mon, 26 Nov 2001 18:42:29 +0200
5646 Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
5647 Branch: perl
5648 ! pp_sys.c t/op/taint.t
5649____________________________________________________________________________
5650[ 13286] By: jhi on 2001/11/26 23:53:21
5651 Log: Subject: [PATCH @ 13283] Devel::PPPort
5652 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5653 Date: Mon, 26 Nov 2001 14:37:17 -0000
5654 Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
5655 Branch: perl
5656 + ext/Devel/PPPort/MANIFEST
5657 ! MANIFEST ext/Devel/PPPort/Makefile.PL
5658 ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
5659 ! ext/Devel/PPPort/harness/Harness.xs
5660 ! ext/Devel/PPPort/harness/Makefile.PL
5661 ! ext/Devel/PPPort/harness/module2.c
5662 ! ext/Devel/PPPort/harness/module3.c
5663 ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5664____________________________________________________________________________
5665[ 13285] By: jhi on 2001/11/26 14:08:36
5666 Log: Update the test list.
5667 Branch: perl
5668 ! t/lib/1_compile.t
5669____________________________________________________________________________
5670[ 13284] By: gbarr on 2001/11/26 12:41:45
5671 Log: Sync-up tests with libnet distribution
5672 Branch: perl
5673 + lib/Net/t/netrc.t
5674 ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
5675____________________________________________________________________________
5676[ 13283] By: jhi on 2001/11/26 11:34:35
5677 Log: Update Changes.
5678 Branch: perl
5679 ! Changes patchlevel.h
5680____________________________________________________________________________
29a5dc09
JH
5681[ 13282] By: jhi on 2001/11/26 11:28:18
5682 Log: Upgrade to podlators 1.16.
5683 Branch: perl
5684 + lib/Pod/t/basic.cap
5685 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
5686 ! lib/Pod/t/basic.t pod/pod2man.PL
5687____________________________________________________________________________
5688[ 13281] By: jhi on 2001/11/26 11:11:08
5689 Log: Pass 6 at perldelta - sort enhancements, generic and
5690 platform specific bug fixes.
5691 Branch: perl
5692 ! pod/perldelta.pod
5693____________________________________________________________________________
5694[ 13280] By: jhi on 2001/11/26 10:35:56
5695 Log: PROPAGATE documentation from Tony Cook.
5696 Branch: perl
5697 ! pod/perlfunc.pod
5698____________________________________________________________________________
5699[ 13279] By: jhi on 2001/11/25 23:45:27
5700 Log: DJGPP cannot do signals that well.
5701 Branch: perl
5702 ! ext/POSIX/t/sigaction.t
5703____________________________________________________________________________
5704[ 13278] By: jhi on 2001/11/25 23:43:30
5705 Log: Can't do subsecond alarms without ualarm; and break out
5706 early if alarms do not seem to be coming in as expected.
5707 Branch: perl
5708 ! ext/Time/HiRes/HiRes.t
5709____________________________________________________________________________
5710[ 13277] By: jhi on 2001/11/25 23:01:39
5711 Log: No Socket, little Net.
5712 Branch: perl
5713 ! t/lib/1_compile.t
5714____________________________________________________________________________
5715[ 13276] By: jhi on 2001/11/25 22:58:44
5716 Log: Take the taint brush to the getcwds.
5717 Branch: perl
5718 ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
5719____________________________________________________________________________
5720[ 13275] By: jhi on 2001/11/25 21:42:02
5721 Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
5722 From: "Craig A. Berry" <craigberry@mac.com>
5723 Date: Sun, 25 Nov 2001 16:20:45 -0600
5724 Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
5725 Branch: perl
5726 ! ext/Socket/Socket.xs
5727____________________________________________________________________________
5728[ 13274] By: jhi on 2001/11/25 21:32:17
5729 Log: Since in some DOS filesystems the timestamp granularity
5730 may be only two seconds, better sleep for three to play safe.
5731 (Helps CygWin, at least.)
5732 Branch: perl
5733 ! lib/Memoize/t/expire_file.t
5734____________________________________________________________________________
5735[ 13273] By: jhi on 2001/11/25 21:22:10
5736 Log: For some reason CygWin wasn't collapsing multiple
5737 slashes into one, which made some Spec.t tests to fail.
5738 Either CygWin was being too prudish or the collapsing
5739 logic needs to be rethunk.
5740 Branch: perl
5741 ! lib/File/Spec/Unix.pm
5742____________________________________________________________________________
5743[ 13272] By: jhi on 2001/11/25 20:40:23
5744 Log: Cygwin needs to have libperl.dll around if trying to link
5745 with -lperl. Note: this change cures the test but whether
5746 it cures CygPerl installation, I don't know: hopefully the
5747 libperl5_7_2.dll, or the version equivalent, gets installed
5748 also as libperl.dll to the proper place(s).
5749 Branch: perl
5750 ! lib/ExtUtils/Embed.t
5751____________________________________________________________________________
5752[ 13271] By: jhi on 2001/11/25 20:18:53
5753 Log: -I../lib/.. and -L../lib/..? Strange.
5754 Branch: perl
5755 ! lib/ExtUtils/Embed.t
5756____________________________________________________________________________
5757[ 13270] By: jhi on 2001/11/25 19:57:54
5758 Log: $MM?
5759 Branch: perl
5760 ! lib/ExtUtils/Embed.pm
5761____________________________________________________________________________
5762[ 13269] By: jhi on 2001/11/25 19:46:55
5763 Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
5764 From: Dave Rolsky <autarch@urth.org>
5765 Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
5766 Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
5767 Branch: perl
5768 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
5769 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5770____________________________________________________________________________
5771[ 13268] By: jhi on 2001/11/25 19:44:38
5772 Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
5773 From: chromatic <chromatic@rmci.net>
5774 Date: Sat, 24 Nov 2001 14:56:57 -0700
5775 Message-ID: <20011124220430.97697.qmail@onion.perl.org>
5776
5777 plus a tweak for ithreads builds.
5778 Branch: perl
5779 + lib/DB.t
5780 ! MANIFEST lib/DB.pm
5781____________________________________________________________________________
5782[ 13267] By: jhi on 2001/11/25 19:38:50
5783 Log: Win32 compilation tweaks for Blair Zajac.
5784 Branch: perl
5785 ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
5786____________________________________________________________________________
5787[ 13266] By: jhi on 2001/11/25 19:11:38
5788 Log: I don't think trying to bracket the hires time with lores
5789 times is going to be portable enough: Cygwin seems to be
5790 capable of getting hires ones rather consistently lower
5791 than the lores ones. So let's try average difference instead.
5792 Branch: perl
5793 ! ext/Time/HiRes/HiRes.t
5794____________________________________________________________________________
5795[ 13265] By: jhi on 2001/11/25 18:28:04
5796 Log: Subject: Re: benchmarks, sorts and reproducibility
5797 From: "John P. Linderman" <jpl@research.att.com>
5798 Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
5799 Message-Id: <200111251925.OAA77172@raptor.research.att.com>
5800
5801 Randomize large partitions for quicksort to dodge the
5802 angry gods of quadratic.
5803 Branch: perl
5804 ! pp_sort.c
5805____________________________________________________________________________
5806[ 13264] By: jhi on 2001/11/25 18:23:54
5807 Log: The joys of portable quoting.
5808 Branch: perl
5809 ! ext/Devel/PPPort/harness/Makefile.PL
5810____________________________________________________________________________
5811[ 13263] By: jhi on 2001/11/25 18:12:31
5812 Log: sort pragma tweaks.
5813 Branch: perl
5814 ! lib/sort.pm
5815____________________________________________________________________________
5816[ 13262] By: jhi on 2001/11/25 17:10:09
5817 Log: Skip the link= directives of utils.lst if no mandir
5818 (if no manpages).
5819 Branch: perl
5820 ! installman
5821____________________________________________________________________________
137e7465
JH
5822[ 13261] By: gsar on 2001/11/25 16:48:38
5823 Log: integrate changes#8340,13260 from mainline
5824
5825 Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
5826
5827 change#3373 introduced a handle leak in backticks and piped open()s
5828 that fail
5829 Branch: maint-5.6/perl
5830 ! t/io/pipe.t util.c
5831____________________________________________________________________________
29a5dc09
JH
5832[ 13260] By: gsar on 2001/11/25 16:37:29
5833 Log: change#3373 introduced a handle leak in backticks and piped open()s
5834 that fail
5835 Branch: perl
5836 ! util.c
5837____________________________________________________________________________
137e7465
JH
5838[ 13259] By: jhi on 2001/11/25 05:58:47
5839 Log: metaconfig unit change for #13258.
5840 Branch: metaconfig/U/perl
5841 ! d_procselfexe.U
5842____________________________________________________________________________
29a5dc09
JH
5843[ 13258] By: jhi on 2001/11/25 05:58:30
5844 Log: Extraenous breaks noticed by David Dyck.
5845 Branch: perl
5846 ! Configure
5847____________________________________________________________________________
5848[ 13257] By: jhi on 2001/11/25 05:32:18
5849 Log: Revert the /proc/self/auxv experiment for now.
5850 Branch: perl
5851 ! lib/ExtUtils.t perl.c t/lib/1_compile.t
5852____________________________________________________________________________
5853[ 13256] By: jhi on 2001/11/25 04:59:31
5854 Log: Also ExtUtils.t had $^X assumptions.
5855 Branch: perl
5856 ! lib/ExtUtils.t
5857____________________________________________________________________________
5858[ 13255] By: jhi on 2001/11/25 04:20:02
5859 Log: Now is Solaris if you start the t/perl in the t/
5860 as "./perl", the $^X will be "../perl", not "./perl".
5861 Branch: perl
5862 ! t/lib/1_compile.t
5863____________________________________________________________________________
5864[ 13254] By: jhi on 2001/11/25 03:59:06
5865 Log: The new way of finding out $^X in Solaris
5866 requires a little tweak if the executable
5867 pathname is *not* absolute: prepend "./"
5868 (otherwise `$^X ...` will start perl from PATH...)
5869 Branch: perl
5870 ! perl.c
5871____________________________________________________________________________
5872[ 13253] By: jhi on 2001/11/25 03:18:05
5873 Log: Avoid "will not stay shared" warnings.
5874 Branch: perl
5875 ! lib/ExtUtils/MM_Unix.pm
5876____________________________________________________________________________
5877[ 13252] By: jhi on 2001/11/25 03:00:49
5878 Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
5879 From: Michael G Schwern <schwern@pobox.com>
5880 Date: Sat, 24 Nov 2001 19:56:18 -0500
5881 Message-ID: <20011124195618.A14614@blackrider>
5882 Branch: perl
5883 ! perl.c pp_sys.c t/op/magic.t util.c
5884____________________________________________________________________________
5885[ 13251] By: jhi on 2001/11/25 02:48:04
5886 Log: In the MakeMaker pm_to_blib target don't copy all
5887 the files in one fell swppo, deal with them hunkwise,
5888 helps for CLIs with limited line lengths.
5889 (This seems to help for DJGPP building Encode,
5890 where there are dozens of files to copy.)
5891 Branch: perl
5892 ! lib/ExtUtils/MM_Unix.pm
5893____________________________________________________________________________
5894[ 13250] By: gsar on 2001/11/25 00:50:10
5895 Log: testsuite leaves stray files behind on windows
5896 Branch: perl
5897 ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
5898____________________________________________________________________________
5899[ 13249] By: gsar on 2001/11/25 00:32:36
5900 Log: xsubpp produces a spurious warning on directories called 'typemap'
5901 Branch: perl
5902 ! lib/ExtUtils/xsubpp
5903____________________________________________________________________________
5904[ 13248] By: gsar on 2001/11/25 00:17:28
5905 Log: xsubpp treats invalid (indented) cpp directives as comments
5906 Branch: perl
5907 ! ext/IO/IO.xs
5908____________________________________________________________________________
5909[ 13247] By: gsar on 2001/11/25 00:02:37
5910 Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
5911 Branch: perl
5912 ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
5913____________________________________________________________________________
5914[ 13246] By: jhi on 2001/11/24 21:45:32
5915 Log: The debug_pag needs to be visible at all times
5916 because of the re extension.
5917 Branch: perl
5918 ! intrpvar.h makedef.pl perl.c perl.h regexec.c
5919____________________________________________________________________________
5920[ 13245] By: jhi on 2001/11/24 20:09:20
5921 Log: Subject: Re: [PATCH] Tests are good
5922 From: Philip Newton <Philip.Newton@gmx.net>
5923 Date: Sat, 24 Nov 2001 21:24:00 +0100
5924 Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
5925 Branch: perl
5926 ! pod/perlhack.pod
5927____________________________________________________________________________
5928[ 13244] By: jhi on 2001/11/24 19:06:29
5929 Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
5930 From: "Craig A. Berry" <craigberry@mac.com>
5931 Date: Sat, 24 Nov 2001 12:45:44 -0600
5932 Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
5933
5934 (with tweaks, and combined with Sarathy's #13242)
5935 Branch: perl
5936 ! configure.com ext/Devel/PPPort/harness/Makefile.PL
5937____________________________________________________________________________
5938[ 13243] By: jhi on 2001/11/24 18:46:31
5939 Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
5940 From: John Peacock <jpeacock@rowman.com>
5941 Date: Sat, 24 Nov 2001 14:27:46 -0500
5942 Message-ID: <3BFFF4B2.40509@rowman.com>
5943 Branch: perl
5944 ! lib/Exporter/Heavy.pm
5945____________________________________________________________________________
5946[ 13242] By: gsar on 2001/11/24 17:16:18
5947 Log: use portable quotes
5948 Branch: perl
5949 ! ext/Devel/PPPort/harness/Makefile.PL
5950____________________________________________________________________________
5951[ 13241] By: jhi on 2001/11/24 17:09:25
5952 Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5953 From: Nicholas Clark <nick@ccl4.org>
5954 Date: Sat, 24 Nov 2001 18:06:26 +0000
5955 Message-ID: <20011124180626.T37621@plum.flirble.org>
5956 Branch: perl
5957 ! installman
5958____________________________________________________________________________
5959[ 13240] By: jhi on 2001/11/24 17:06:11
5960 Log: Subject: [PATCH] perl5005delta.pod L<>
5961 From: Nicholas Clark <nick@ccl4.org>
5962 Date: Sat, 24 Nov 2001 18:04:21 +0000
5963 Message-ID: <20011124180421.S37621@plum.flirble.org>
5964 Branch: perl
5965 ! pod/perl5005delta.pod
5966____________________________________________________________________________
5967[ 13239] By: gsar on 2001/11/24 17:01:17
5968 Log: fix typo in config.vc; regenerate win32 config_H.* files
5969 Branch: perl
5970 ! win32/config.vc win32/config_H.bc win32/config_H.gc
5971 ! win32/config_H.vc
5972____________________________________________________________________________
5973[ 13238] By: jhi on 2001/11/24 16:16:01
5974 Log: Mention the charnames::vianame().
5975 Branch: perl
5976 ! pod/perluniintro.pod
5977____________________________________________________________________________
5978[ 13237] By: jhi on 2001/11/24 16:12:31
5979 Log: Add charnames::vianame() in case people want to access
5980 the codes in run-time (as opposed to the compile-timeness
5981 of \N{...}).
5982 Branch: perl
5983 ! lib/charnames.pm lib/charnames.t
5984____________________________________________________________________________
5985[ 13236] By: jhi on 2001/11/24 16:11:04
5986 Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
5987 From: Nicholas Clark <nick@ccl4.org>
5988 Date: Sat, 24 Nov 2001 16:30:42 +0000
5989 Message-ID: <20011124163042.R37621@plum.flirble.org>
5990 Branch: perl
5991 ! regcomp.c regcomp.h
5992____________________________________________________________________________
5993[ 13235] By: jhi on 2001/11/24 15:26:37
5994 Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
5995 From: Nicholas Clark <nick@ccl4.org>
5996 Date: Sat, 24 Nov 2001 16:24:33 +0000
5997 Message-ID: <20011124162433.Q37621@plum.flirble.org>
5998
5999 cmp fixes.
6000 Branch: perl
6001 ! pp.c
6002____________________________________________________________________________
6003[ 13234] By: jhi on 2001/11/24 15:23:34
6004 Log: Use /proc/self/auxv in Solaris to figure out the $^X.
6005 (It seems that "./perl" gets resolved to "perl" now.)
6006 Branch: perl
6007 ! perl.c
6008____________________________________________________________________________
6009[ 13233] By: jhi on 2001/11/24 14:58:52
6010 Log: Subject: [PATCH] DB_File 1.800
6011 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6012 Date: Sat, 24 Nov 2001 11:41:41 -0000
6013 Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
6014 Branch: perl
6015 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6016 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6017 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6018 ! ext/DB_File/t/db-recno.t
6019____________________________________________________________________________
6020[ 13232] By: jhi on 2001/11/24 14:48:34
6021 Log: Tweak the PUSHED documentation.
6022 Branch: perl
6023 ! ext/PerlIO/Via/Via.pm
6024____________________________________________________________________________
6025[ 13231] By: jhi on 2001/11/24 04:09:41
6026 Log: Update 1_compile for new known tests.
6027 Branch: perl
6028 ! t/lib/1_compile.t
6029____________________________________________________________________________
6030[ 13230] By: jhi on 2001/11/24 04:07:39
6031 Log: Move the MBF/MBI test modules to t/lib.
6032 Branch: perl
6033 + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6034 - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6035 - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6036 ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
6037 ! lib/Math/BigInt/t/sub_mbi.t
6038____________________________________________________________________________
6039[ 13229] By: jhi on 2001/11/23 23:09:27
6040 Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
6041 From: "Craig A. Berry" <craigberry@mac.com>
6042 Date: Fri, 23 Nov 2001 18:05:35 -0600
6043 Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
6044 Branch: perl
6045 ! configure.com
6046____________________________________________________________________________
6047[ 13228] By: jhi on 2001/11/23 21:11:56
6048 Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char
6049 From: PPrymmer@factset.com
6050 Date: Fri, 23 Nov 2001 17:03:07 -0500
6051 Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>
6052 Branch: perl
6053 ! ext/Unicode/Normalize/mkheader
6054____________________________________________________________________________
6055[ 13227] By: jhi on 2001/11/23 20:09:36
6056 Log: Here are the right helper files.
6057 Branch: perl
6058 + t/lib/Filter/Simple/ExportTest.pm
6059 + t/lib/Filter/Simple/FilterOnlyTest.pm
6060 + t/lib/Filter/Simple/FilterTest.pm
6061 + t/lib/Filter/Simple/ImportTest.pm
6062 ! MANIFEST
6063____________________________________________________________________________
6064[ 13226] By: jhi on 2001/11/23 20:03:28
6065 Log: Update Changes.
6066 Branch: perl
6067 ! Changes patchlevel.h
6068____________________________________________________________________________
cc444329
JH
6069[ 13225] By: jhi on 2001/11/23 19:53:53
6070 Log: Never mind.
6071 Branch: perl
6072 - lib/Filter/Simple/lib/ExportTest.pm
6073 - lib/Filter/Simple/lib/ImportTest.pm
6074____________________________________________________________________________
6075[ 13224] By: jhi on 2001/11/23 19:52:03
6076 Log: Mis-add.
6077 Branch: perl
6078 + lib/Filter/Simple/lib/ExportTest.pm
6079 + lib/Filter/Simple/lib/ImportTest.pm
6080____________________________________________________________________________
6081[ 13223] By: jhi on 2001/11/23 19:39:57
6082 Log: Upgrade to Filter::Simple 0.77.
6083 Branch: perl
6084 + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
6085 - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6086 ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6087 ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
6088 ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6089____________________________________________________________________________
6090[ 13222] By: jhi on 2001/11/23 19:12:20
6091 Log: Missing p4 add.
6092 Branch: perl
6093 + lib/ExtUtils/MM_VMS.t
6094____________________________________________________________________________
6095[ 13221] By: jhi on 2001/11/23 19:10:18
6096 Log: Pass 5 at perldelta - module and utility updates cleanup.
6097 Branch: perl
6098 ! pod/perldelta.pod
6099____________________________________________________________________________
137e7465
JH
6100[ 13220] By: jhi on 2001/11/23 18:55:20
6101 Log: metaconfig unit change for #13219.
6102 Branch: metaconfig/U/perl
6103 ! d_procselfexe.U
6104____________________________________________________________________________
cc444329
JH
6105[ 13219] By: jhi on 2001/11/23 18:55:06
6106 Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
6107 Branch: perl
6108 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6109 ! pod/buildtoc.PL pod/perltoc.pod
6110____________________________________________________________________________
6111[ 13218] By: jhi on 2001/11/23 18:48:18
6112 Log: Add procselfexe and d_dirfd to strange lands.
6113 Branch: perl
6114 ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6115 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6116 ! vos/config.ga.def vos/config.ga.h win32/config.bc
6117 ! win32/config.gc win32/config.vc win32/config.win64
6118 ! wince/config.ce
6119____________________________________________________________________________
137e7465
JH
6120[ 13217] By: jhi on 2001/11/23 18:47:41
6121 Log: metaconfig unit change for #13216.
6122 Branch: metaconfig/U/perl
6123 ! d_procselfexe.U
6124____________________________________________________________________________
cc444329
JH
6125[ 13216] By: jhi on 2001/11/23 18:47:17
6126 Log: Better to "quote" the pathname.
6127 Branch: perl
6128 ! Configure config_h.SH
6129____________________________________________________________________________
6130[ 13215] By: jhi on 2001/11/23 18:34:24
6131 Log: Use PROCSELFEXE_PATH.
6132 Branch: perl
6133 ! perl.c
6134____________________________________________________________________________
137e7465
JH
6135[ 13214] By: jhi on 2001/11/23 18:31:27
6136 Log: metaconfig unit change for #13213.
6137 Branch: metaconfig/U/perl
6138 ! d_procselfexe.U
6139____________________________________________________________________________
cc444329
JH
6140[ 13213] By: jhi on 2001/11/23 18:31:13
6141 Log: Add probing for BSD-like /proc/curpoc/file.
6142 Branch: perl
6143 ! Configure config_h.SH
6144____________________________________________________________________________
137e7465
JH
6145[ 13212] By: jhi on 2001/11/23 18:10:05
6146 Log: metaconfig unit change for 13211.
6147 Branch: metaconfig/U/perl
6148 + d_dirfd.U
6149____________________________________________________________________________
cc444329
JH
6150[ 13211] By: jhi on 2001/11/23 18:09:37
6151 Log: Add probing for dirfd() so that it can be added it IO::Dir.
6152 Branch: perl
6153 ! Configure config_h.SH perl.h
6154____________________________________________________________________________
6155[ 13210] By: jhi on 2001/11/23 17:37:27
6156 Log: ...and update the test count.
6157 Branch: perl
6158 ! lib/Pod/t/basic.t
6159____________________________________________________________________________
6160[ 13209] By: jhi on 2001/11/23 17:19:12
6161 Log: Must remove the cap test also from the test script.
6162 Branch: perl
6163 ! lib/Pod/t/basic.t
6164____________________________________________________________________________
6165[ 13208] By: jhi on 2001/11/23 17:11:58
6166 Log: Subject: [PATCH] Tests are good
6167 From: Nicholas Clark <nick@ccl4.org>
6168 Date: Fri, 23 Nov 2001 18:12:21 +0000
6169 Message-ID: <20011123181220.F37621@plum.flirble.org>
6170 Branch: perl
6171 ! pod/perlhack.pod
6172____________________________________________________________________________
6173[ 13207] By: jhi on 2001/11/23 17:08:31
6174 Log: The basic.cap from podlators 1.14 is not very portable.
6175 Branch: perl
6176 - lib/Pod/t/basic.cap
6177 ! MANIFEST
6178____________________________________________________________________________
6179[ 13206] By: jhi on 2001/11/23 16:41:13
6180 Log: Subject: Re: [DOC PATCHES] pod cleanups
6181 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6182 Date: 22 Nov 2001 12:54:16 -0000
6183 Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
6184 Branch: perl
6185 ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
6186 ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
6187____________________________________________________________________________
6188[ 13205] By: jhi on 2001/11/23 16:38:10
6189 Log: FAQ sync.
6190 Branch: perl
6191 ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
6192____________________________________________________________________________
6193[ 13204] By: jhi on 2001/11/23 16:37:21
6194 Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS
6195 From: PPrymmer@factset.com
6196 Date: Fri, 23 Nov 2001 11:43:45 -0500
6197 Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
6198 Branch: perl
6199 ! MANIFEST lib/ExtUtils/MM_VMS.pm
6200____________________________________________________________________________
6201[ 13203] By: jhi on 2001/11/23 15:47:13
6202 Log: Corify podlators 1.14 test.
6203 Branch: perl
6204 ! lib/Pod/t/basic.t
6205____________________________________________________________________________
6206[ 13202] By: jhi on 2001/11/23 15:38:36
6207 Log: Output tweak needed because of podlators 1.14.
6208 Branch: perl
6209 ! t/pod/multiline_items.xr
6210____________________________________________________________________________
6211[ 13201] By: jhi on 2001/11/23 15:38:04
6212 Log: Upgrade to podlators 1.14.
6213 Branch: perl
6214 + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
6215 + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
6216 + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
6217 ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
6218 ! lib/Pod/Text/Overstrike.pm
6219____________________________________________________________________________
6220[ 13200] By: jhi on 2001/11/23 15:32:06
6221 Log: perlmodinstall tweaks from Philip Newton.
6222 Branch: perl
6223 ! pod/perlmodinstall.pod
6224____________________________________________________________________________
6225[ 13199] By: jhi on 2001/11/23 15:05:02
6226 Log: Subject: Re: [PATCH] Porting/genlog -bi and range
6227 From: Autrijus Tang <autrijus@autrijus.org>
6228 Date: Fri, 23 Nov 2001 23:55:53 +0800
6229 Message-ID: <20011123235553.A2310@not.autrijus.org>
6230 Branch: perl
6231 ! Porting/genlog
6232____________________________________________________________________________
6233[ 13198] By: jhi on 2001/11/23 14:58:40
6234 Log: Subject: Re: regex oddness with \Z and $&
6235 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6236 Date: Fri, 23 Nov 2001 15:15:24 +0000
6237 Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
6238 Branch: perl
6239 ! regcomp.c t/op/re_tests
6240____________________________________________________________________________
6241[ 13197] By: jhi on 2001/11/23 14:44:19
6242 Log: regen_headers.
6243 Branch: perl
6244 ! embed.h global.sym pod/perlapi.pod proto.h
6245____________________________________________________________________________
6246[ 13196] By: jhi on 2001/11/23 14:24:08
6247 Log: Forgotten check-in.
6248 Branch: perl
6249 ! pod/perlapi.pod
6250____________________________________________________________________________
6251[ 13195] By: jhi on 2001/11/23 14:23:49
6252 Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
6253 Branch: perl
6254 ! lib/Test/Simple.pm
6255____________________________________________________________________________
6256[ 13194] By: jhi on 2001/11/22 11:31:59
6257 Log: Retract #13173 (effectively retract Net::Ping 2.06,
6258 go back to 2.04, the 2.06 hasn't seen the patches
6259 that have gone to the blead version.)
6260 Branch: perl
6261 - lib/Net/Ping/CHANGES lib/Net/Ping/README
6262 - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6263 - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6264 - lib/Net/Ping/t/200_ping_tcp.t
6265 ! MANIFEST lib/Net/Ping.pm
6266____________________________________________________________________________
6267[ 13193] By: jhi on 2001/11/22 11:27:49
6268 Log: Subject: Re: [PATCH perldoc] problems with pod2man
6269 From: Robin Barker <rmb1@cise.npl.co.uk>
6270 Date: Thu, 22 Nov 2001 11:00:38 GMT
6271 Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
6272 Branch: perl
6273 ! utils/perldoc.PL
6274____________________________________________________________________________
137e7465
JH
6275[ 13192] By: jhi on 2001/11/22 05:06:35
6276 Log: metaconfig unit change for #13191.
6277 Branch: metaconfig/U/perl
6278 ! d_procselfexe.U
6279____________________________________________________________________________
cc444329
JH
6280[ 13191] By: jhi on 2001/11/22 05:06:09
6281 Log: procselfexe tweak: for some reason I had a ls in
6282 /proc/self/exe, not the ls Configure thought it
6283 would found.
6284 Branch: perl
6285 ! Configure
6286____________________________________________________________________________
6287[ 13190] By: jhi on 2001/11/22 04:45:36
6288 Log: Corify the Net::Ping tests; skip the tests
6289 unless $ENV{PERL_TEST_Net_Ping} is true.
6290 Branch: perl
6291 ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6292 ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6293 ! lib/Net/Ping/t/200_ping_tcp.t
6294____________________________________________________________________________
137e7465
JH
6295[ 13189] By: jhi on 2001/11/22 04:44:03
6296 Log: metaconfig units changes for #13188.
6297 Branch: metaconfig
6298 ! U/modified/Head.U
6299 Branch: metaconfig/U/perl
6300 ! issymlink.U
6301____________________________________________________________________________
cc444329
JH
6302[ 13188] By: jhi on 2001/11/22 04:43:29
6303 Log: The #13182 didn't really help. The real problem
6304 seems to be that 'sh' can in AIX mean at least three
6305 different things, and we can't know which one it is
6306 unless we export $newsh from an earlier run (and it's
6307 the 'bsh' aka 'sh' that has the the broken test -h).
6308 Branch: perl
6309 ! Configure
6310____________________________________________________________________________
6311[ 13187] By: gsar on 2001/11/22 03:42:58
6312 Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides
6313 Branch: perl
6314 ! op.c t/op/override.t
6315____________________________________________________________________________
6316[ 13186] By: jhi on 2001/11/22 03:18:49
6317 Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
6318 From: PPrymmer@factset.com
6319 Date: Wed, 21 Nov 2001 20:17:25 -0500
6320 Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
6321 Branch: perl
6322 ! lib/Shell.t
6323____________________________________________________________________________
6324[ 13185] By: jhi on 2001/11/22 03:09:27
6325 Log: Reapply perlmodinstall parts of #12897.
6326 Branch: perl
6327 ! pod/perlmodinstall.pod
6328____________________________________________________________________________
6329[ 13184] By: jhi on 2001/11/22 03:08:00
6330 Log: perlmodinstall 2.01 from Jon Orwant.
6331 Branch: perl
6332 ! pod/perlmodinstall.pod
6333____________________________________________________________________________
6334[ 13183] By: jhi on 2001/11/21 22:33:20
6335 Log: Subject: [PATCH @10907] REXX on OS/2
6336 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6337 Date: Wed, 21 Nov 2001 15:26:11 -0500
6338 Message-ID: <20011121152611.A13664@math.ohio-state.edu>
6339 Branch: perl
6340 ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6341 ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
6342____________________________________________________________________________
137e7465
JH
6343[ 13182] By: jhi on 2001/11/21 22:31:10
6344 Log: metaconfig unit change for #13181.
6345 Branch: metaconfig/U/perl
6346 ! issymlink.U
6347____________________________________________________________________________
cc444329
JH
6348[ 13181] By: jhi on 2001/11/21 22:30:37
6349 Log: AIX has broken builtin 'test'.
6350 Branch: perl
6351 ! Configure
6352____________________________________________________________________________
6353[ 13180] By: jhi on 2001/11/21 22:27:16
6354 Log: Subject: [PATCH 5.7.x] INSTALL size update
6355 From: Andy Dougherty <doughera@lafayette.edu>
6356 Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST)
6357 Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>
6358 Branch: perl
6359 ! INSTALL
6360____________________________________________________________________________
6361[ 13179] By: jhi on 2001/11/21 22:25:14
6362 Log: Implement the sort pragma. Split sort code from pp_ctl.c
6363 to pp_sort.c. Includes the quicksort stabilizing layer
6364 from John P. Linderman. -Msort=qsort or -Msort=fast is
6365 faster than without (or with -Msort=mergesort or -Msort=safe)
6366 for short random inputs, but for some reason not quite as fast
6367 as 5.6.1 qsort. More benchmarking, profiling, tuning, and
6368 optimizing definitely needed.
6369 Branch: perl
6370 + lib/sort.pm lib/sort.t pp_sort.c
6371 ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
6372 ! embed.pl global.sym perl.h pp_ctl.c proto.h
6373 ! vms/descrip_mms.template vos/build.cm win32/Makefile
6374 ! win32/makefile.mk wince/Makefile.ce
6375____________________________________________________________________________
6376[ 13178] By: gbarr on 2001/11/21 18:30:10
6377 Log: Sync file with libnet-1.0901-tobe
6378 Branch: perl
6379 + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
6380 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
6381 ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
6382 ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6383 ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
6384____________________________________________________________________________
6385[ 13177] By: jhi on 2001/11/21 17:31:28
6386 Log: Subject: [PATCH perldoc] problems with pod2man
6387 From: Robin Barker <rmb1@cise.npl.co.uk>
6388 Date: Wed, 21 Nov 2001 17:48:51 GMT
6389 Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
6390 Branch: perl
6391 ! utils/perldoc.PL
6392____________________________________________________________________________
6393[ 13176] By: jhi on 2001/11/21 17:27:30
6394 Log: debug_pad only visible when debugging.
6395 Branch: perl
6396 ! makedef.pl
6397____________________________________________________________________________
137e7465
JH
6398[ 13175] By: jhi on 2001/11/21 16:02:14
6399 Log: metaconfig units changes for #13174.
6400 Branch: metaconfig/U/perl
6401 + d_procselfexe.U
6402 - procselfexe.U
6403____________________________________________________________________________
cc444329
JH
6404[ 13174] By: jhi on 2001/11/21 16:01:39
6405 Log: procselfexe tweaks.
6406 Branch: perl
6407 ! Configure config_h.SH
6408____________________________________________________________________________
6409[ 13173] By: jhi on 2001/11/21 15:55:08
6410 Log: Upgrade to Net::Ping 2.06.
6411 Branch: perl
6412 + lib/Net/Ping/CHANGES lib/Net/Ping/README
6413 + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6414 + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6415 + lib/Net/Ping/t/200_ping_tcp.t
6416 ! MANIFEST lib/Net/Ping.pm
6417____________________________________________________________________________
6418[ 13172] By: jhi on 2001/11/21 15:17:13
6419 Log: Upgrade to Math::BigInt 1.47.
6420 Branch: perl
6421 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6422 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6423 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6424 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6425 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
6426 ! lib/Math/BigInt/t/sub_mbi.t
6427____________________________________________________________________________
6428[ 13171] By: jhi on 2001/11/21 15:03:53
6429 Log: Dynaloading for POSIX-BC from Thomas Dorner.
6430 Branch: perl
6431 ! hints/posix-bc.sh
6432____________________________________________________________________________
6433[ 13170] By: jhi on 2001/11/21 15:02:39
6434 Log: Strange: the same mysterious regex study bug
6435 seems to be present both in OS/390 and POSIX-BC.
6436 Deep EBCDIC magic that regex engine gets wrong,
6437 or a bug in some compiler/library shared by the
6438 two platforms? From Thomas Dorner.
6439 Branch: perl
6440 ! t/op/study.t
6441____________________________________________________________________________
6442[ 13169] By: jhi on 2001/11/21 14:47:03
6443 Log: More lost and found.
6444 Branch: perl
6445 + lib/Test/Simple/README
6446 ! MANIFEST
6447____________________________________________________________________________
6448[ 13168] By: jhi on 2001/11/21 14:45:05
6449 Log: MANIFESTly missing.
6450 Branch: perl
6451 ! MANIFEST
6452____________________________________________________________________________
6453[ 13167] By: jhi on 2001/11/21 14:42:35
6454 Log: Subject: Re: PERFORCE change 13162 for review
6455 From: Philip Newton <Philip.Newton@gmx.net>
6456 Date: Wed, 21 Nov 2001 16:44:30 +0100
6457 Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
6458 Branch: perl
6459 ! ext/Devel/PPPort/PPPort.pm
6460____________________________________________________________________________
6461[ 13166] By: jhi on 2001/11/21 14:39:27
6462 Log: Update Changes.
6463 Branch: perl
6464 ! Changes patchlevel.h
6465____________________________________________________________________________
3bc04e5c
JH
6466[ 13165] By: jhi on 2001/11/21 14:34:43
6467 Log: Small doc tweaks.
6468 Branch: perl
6469 ! ext/PerlIO/Via/Via.pm
6470____________________________________________________________________________
6471[ 13164] By: jhi on 2001/11/21 14:13:00
6472 Log: Redundant return.
6473 Branch: perl
6474 ! ext/MIME/Base64/QuotedPrint.pm
6475____________________________________________________________________________
6476[ 13163] By: jhi on 2001/11/21 13:52:30
6477 Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
6478 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6479 Date: Wed, 21 Nov 2001 10:23:16 +0100
6480 Message-ID: <200111211023160020.0050BD28@smtp.chello.at>
6481 Branch: perl
6482 ! pp_pack.c t/op/pack.t
6483____________________________________________________________________________
6484[ 13162] By: jhi on 2001/11/21 13:44:41
6485 Log: Add Devel::PPPort originally from Kenneth Albanowski,
6486 revigorated by Paul Marquess: gives h2xs a Perl version
6487 portability boost.
6488 Branch: perl
6489 + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6490 + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6491 + ext/Devel/PPPort/harness/Harness.pm
6492 + ext/Devel/PPPort/harness/Harness.xs
6493 + ext/Devel/PPPort/harness/Makefile.PL
6494 + ext/Devel/PPPort/harness/module2.c
6495 + ext/Devel/PPPort/harness/module3.c
6496 + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6497 ! MANIFEST lib/h2xs.t utils/h2xs.PL
6498____________________________________________________________________________
6499[ 13161] By: jhi on 2001/11/21 13:43:08
6500 Log: Oops.
6501 Branch: perl
6502 ! lib/Test/Simple/t/filehandles.t
6503____________________________________________________________________________
6504[ 13160] By: jhi on 2001/11/21 13:23:07
6505 Log: Subject: Re: PERFORCE change 13152 for review
6506 From: Philip Newton <Philip.Newton@gmx.net>
6507 Date: Wed, 21 Nov 2001 09:04:05 +0100
6508 Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
6509 Branch: perl
6510 ! lib/Test/Builder.pm
6511____________________________________________________________________________
6512[ 13159] By: jhi on 2001/11/21 13:19:08
6513 Log: Subject: Re: PERFORCE change 13142 for review
6514 From: Philip Newton <Philip.Newton@gmx.net>
6515 Date: Wed, 21 Nov 2001 09:04:03 +0100
6516 Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
6517
6518 plus rewrap few paragraphs.
6519 Branch: perl
6520 ! lib/Pod/LaTeX.pm
6521____________________________________________________________________________
6522[ 13158] By: jhi on 2001/11/21 03:59:51
6523 Log: Integrate #13154 from macperl; Remove comments.
6524 Branch: perl
6525 !> lib/File/Spec/Mac.pm
6526____________________________________________________________________________
6527[ 13157] By: jhi on 2001/11/21 03:53:06
6528 Log: Update the list of modules having tests.
6529 Branch: perl
6530 ! t/lib/1_compile.t
6531____________________________________________________________________________
6532[ 13156] By: pudge on 2001/11/21 03:19:09
6533 Log: Slight doc changes.
6534 Branch: maint-5.6/macperl
6535 ! macos/macperl/MacPerl.podhelp
6536____________________________________________________________________________
6537[ 13155] By: pudge on 2001/11/21 03:18:48
6538 Log: Add UTF-16 coercion.
6539 Branch: maint-5.6/macperl
6540 ! macos/lib/Mac/AppleEvents/Simple.pm
6541____________________________________________________________________________
6542[ 13154] By: pudge on 2001/11/21 03:16:55
6543 Log: Remove comments.
6544 Branch: maint-5.6/macperl
6545 ! lib/File/Spec/Mac.pm
6546____________________________________________________________________________
6547[ 13153] By: pudge on 2001/11/21 03:16:00
6548 Log: Fix FSpGetCatInfo (and other functions) corrupting
6549 memory with bad filespecs (bug #471867)
6550 Branch: maint-5.6/macperl
6551 ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
6552____________________________________________________________________________
6553[ 13152] By: jhi on 2001/11/21 03:09:46
6554 Log: Upgrade to Test::Simple 0.33.
6555 Branch: perl
6556 ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
6557 ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
6558 ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
6559____________________________________________________________________________
6560[ 13151] By: jhi on 2001/11/21 03:01:36
6561 Log: Upgrade to Test::Harness 1.26.
6562 Branch: perl
6563 ! lib/Test/Harness.pm lib/Test/Harness/Changes
6564____________________________________________________________________________
6565[ 13150] By: jhi on 2001/11/21 02:15:47
6566 Log: Integrate change #13145 from maintperl;
6567 another compatibility tweak to change#12559: avoid quoting
6568 arguments that already have quotes; add test case
6569 Branch: perl
6570 !> t/op/system_tests win32/win32.c
6571____________________________________________________________________________
6572[ 13149] By: gsar on 2001/11/21 02:00:28
6573 Log: integrate change#13147 from mainline (fixes nit in change#10091)
6574
6575 Subject: [PATCH] spaceship and refs
6576 Branch: maint-5.6/perl
6577 ! pp.c pp_hot.c t/op/cmp.t
6578____________________________________________________________________________
6579[ 13148] By: jhi on 2001/11/21 00:44:56
6580 Log: Subject: [PATCH] Add test for Pod::ParseUtils
6581 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6582 Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
6583 Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
6584 Branch: perl
6585 + lib/Pod/t/utils.t
6586 ! MANIFEST
6587____________________________________________________________________________
6588[ 13147] By: jhi on 2001/11/21 00:40:09
6589 Log: Subject: [PATCH] spaceship and refs
6590 From: Nicholas Clark <nick@ccl4.org>
6591 Date: Tue, 20 Nov 2001 21:59:51 +0000
6592 Message-ID: <20011120215951.U62891@plum.flirble.org>
6593 Branch: perl
6594 ! pp.c pp_hot.c t/op/cmp.t
6595____________________________________________________________________________
6596[ 13146] By: jhi on 2001/11/21 00:37:00
6597 Log: Try to clarify which I/O call operates on bytes,
6598 which on characters, which on either.
6599 Branch: perl
6600 ! pod/perlfunc.pod
6601____________________________________________________________________________
6602[ 13145] By: gsar on 2001/11/21 00:14:29
6603 Log: another compatibility tweak to change#12559: avoid quoting
6604 arguments that already have quotes; add test case
6605 Branch: maint-5.6/perl
6606 ! t/op/system_tests win32/win32.c
6607____________________________________________________________________________
6608[ 13144] By: jhi on 2001/11/20 22:31:47
6609 Log: Give a simple example of writing PerlIO::Via handlers
6610 in Perl.
6611 Branch: perl
6612 ! ext/PerlIO/Via/Via.pm
6613____________________________________________________________________________
6614[ 13143] By: jhi on 2001/11/20 20:50:41
6615 Log: Add test for Pod::LaTeX; re-sort MANIFEST.
6616 Branch: perl
6617 + lib/Pod/t/latex.t
6618 ! MANIFEST
6619____________________________________________________________________________
6620[ 13142] By: jhi on 2001/11/20 20:42:48
6621 Log: Subject: [PATCH] Pod::LaTeX up to V0.54
6622 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6623 Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
6624 Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
6625 Branch: perl
6626 ! lib/Pod/LaTeX.pm pod/pod2latex.PL
6627____________________________________________________________________________
6628[ 13141] By: jhi on 2001/11/20 20:35:14
6629 Log: Spread d_procselfexe to far-off lands (undefined).
6630 Branch: perl
6631 ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6632 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6633 ! vos/config.ga.def vos/config.ga.h win32/config.bc
6634 ! win32/config.gc win32/config.vc win32/config.win64
6635 ! wince/config.ce
6636____________________________________________________________________________
6637[ 13140] By: jhi on 2001/11/20 20:17:13
6638 Log: Integrate perlio; add detection and use of /proc/self/exe
6639 (Linuxism for finding the absolute path of the executable)
6640 Branch: perl
6641 !> Configure config_h.SH perl.c t/op/magic.t
6642____________________________________________________________________________
6643[ 13139] By: jhi on 2001/11/20 20:12:06
6644 Log: Really define do_report_used() only if DEBUGGING.
6645 Branch: perl
6646 ! sv.c
6647____________________________________________________________________________
6648[ 13138] By: nick on 2001/11/20 20:01:05
6649 Log: perl.c change to use HAS_PROCSELFEXE, also
6650 tweak to $^X test to comprehend full path to real executable
6651 being returned (like Cygwin as it happens...)
6652 Branch: perlio
6653 ! perl.c t/op/magic.t
6654____________________________________________________________________________
6655[ 13137] By: nick on 2001/11/20 19:46:00
6656 Log: Integrate mainline
6657 Branch: perlio
6658 +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6659 +> lib/NEXT/t/unseen.t
6660 - lib/NEXT/test.pl
6661 !> (integrate 34 files)
6662____________________________________________________________________________
6663[ 13136] By: jhi on 2001/11/20 17:47:36
6664 Log: Subject: [?PATCH] terser pp_eq
6665 From: Nicholas Clark <nick@ccl4.org>
6666 Date: Mon, 19 Nov 2001 23:09:02 +0000
6667 Message-ID: <20011119230901.O62891@plum.flirble.org>
6668 Branch: perl
6669 ! pp_hot.c
6670____________________________________________________________________________
6671[ 13135] By: jhi on 2001/11/20 17:40:13
6672 Log: Pass 4 at perldelta - cleanup problems found by podchecker.
6673 Branch: perl
6674 ! pod/perldelta.pod
6675____________________________________________________________________________
6676[ 13134] By: jhi on 2001/11/20 16:59:54
6677 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6678 From: Andy Dougherty <doughera@lafayette.edu>
6679 Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
6680 Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
6681 Branch: perl
6682 ! ext/re/Makefile.PL ext/re/re.xs
6683____________________________________________________________________________
6684[ 13133] By: jhi on 2001/11/20 15:51:04
6685 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6686 From: Andy Dougherty <doughera@lafayette.edu>
6687 Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
6688 Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
6689 Branch: perl
6690 ! ext/re/re.xs
6691____________________________________________________________________________
6692[ 13132] By: jhi on 2001/11/20 15:31:43
6693 Log: Integrate change #13119 from macperl.
6694 (No changes since already applied the patch,
6695 just keep perforce happy and well-fed.)
6696 Branch: perl
6697 !> lib/Pod/Html.pm
6698____________________________________________________________________________
6699[ 13131] By: jhi on 2001/11/20 15:29:55
6700 Log: Subject: [PATCH] filter-util.pl for Mac OS
6701 From: Chris Nandor <pudge@pobox.com>
6702 Date: Tue, 20 Nov 2001 00:16:11 -0500
6703 Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
6704 Branch: perl
6705 ! t/lib/filter-util.pl
6706____________________________________________________________________________
6707[ 13130] By: jhi on 2001/11/20 15:23:11
6708 Log: Subject: [PATCH] Portability fix for Pod::Html
6709 From: Chris Nandor <pudge@pobox.com>
6710 Date: Tue, 20 Nov 2001 00:01:05 -0500
6711 Message-Id: <p05100307b81f92788846@[10.0.1.177]>
6712 Branch: perl
6713 ! lib/Pod/Html.pm
6714____________________________________________________________________________
6715[ 13129] By: jhi on 2001/11/20 15:14:49
6716 Log: Need to skip more tests if not perlio.
6717 Branch: perl
6718 ! lib/open.t
6719____________________________________________________________________________
6720[ 13128] By: jhi on 2001/11/20 15:04:55
6721 Log: Pass 3 at perldelta - sort the lists of new modules,
6722 module improvements, and new platforms.
6723 Branch: perl
6724 ! pod/perldelta.pod
6725____________________________________________________________________________
6726[ 13127] By: jhi on 2001/11/20 13:42:22
6727 Log: Document ${^OPEN}.
6728 Branch: perl
6729 ! pod/perlvar.pod
6730____________________________________________________________________________
6731[ 13126] By: pudge on 2001/11/20 03:28:51
6732 Log: Make configpm work with extra keys
6733 Branch: maint-5.6/macperl
6734 ! macos/configpm
6735____________________________________________________________________________
6736[ 13125] By: pudge on 2001/11/20 03:28:09
6737 Log: Version and doc updates
6738 Branch: maint-5.6/macperl
6739 ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
6740____________________________________________________________________________
6741[ 13124] By: pudge on 2001/11/20 03:27:44
6742 Log: More fixes for error message parsing (bug #470316)
6743 Branch: maint-5.6/macperl
6744 ! macos/macish.c
6745____________________________________________________________________________
6746[ 13123] By: pudge on 2001/11/20 03:26:32
6747 Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
6748 remove obsolete function (bug #465225)
6749 Branch: maint-5.6/macperl
6750 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6751 ! macos/macperl/MPScript.c
6752____________________________________________________________________________
6753[ 13122] By: pudge on 2001/11/20 03:20:17
6754 Log: Add p2as droplet to distribution.
6755 Branch: maint-5.6/macperl
6756 + macos/macperl/Droplets/p2as.plx
6757____________________________________________________________________________
6758[ 13121] By: pudge on 2001/11/20 03:10:36
6759 Log: Bundle File::Sort.
6760 Branch: maint-5.6/macperl
6761 + macos/bundled_lib/blib/lib/File/Sort.pm
6762____________________________________________________________________________
6763[ 13120] By: pudge on 2001/11/20 03:09:21
6764 Log: Various bundled module fixes.
6765 Branch: maint-5.6/macperl
6766 ! macos/bundled_ext/Compress/Zlib/Makefile.mk
6767 ! macos/bundled_ext/Digest/MD5/t/files.t
6768 ! macos/bundled_ext/Filter/t/filter-util.pl
6769 ! macos/bundled_lib/blib/lib/Net/Config.pm
6770 ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6771____________________________________________________________________________
6772[ 13119] By: pudge on 2001/11/20 03:08:27
6773 Log: Portability fix for Pod::Html.
6774 Branch: maint-5.6/macperl
6775 ! lib/Pod/Html.pm
6776____________________________________________________________________________
6777[ 13118] By: jhi on 2001/11/20 02:58:38
6778 Log: Upgrade to Text::Balanced 1.89.
6779 Branch: perl
6780 ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
6781 ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
6782 ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
6783 ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
6784 ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
6785 ! lib/Text/Balanced/t/gentag.t
6786____________________________________________________________________________
6787[ 13117] By: jhi on 2001/11/20 02:53:32
6788 Log: Upgrade to NEXT 0.50.
6789 Branch: perl
6790 + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6791 + lib/NEXT/t/unseen.t
6792 - lib/NEXT/test.pl
6793 ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
6794____________________________________________________________________________
6795[ 13116] By: pudge on 2001/11/20 02:47:23
6796 Log: Integrate with maint-5.6/perl.
6797 Branch: maint-5.6/macperl
6798 !> win32/win32.c
6799____________________________________________________________________________
6800[ 13115] By: jhi on 2001/11/20 01:57:41
6801 Log: Update the README.threads scary header a bit.
6802 Branch: perl
6803 ! README.threads
6804____________________________________________________________________________
6805[ 13114] By: jhi on 2001/11/20 01:49:59
6806 Log: Pass 2 at perldelta: add some changes since 5.7.2.
6807 Branch: perl
6808 ! pod/perldelta.pod
6809____________________________________________________________________________
6810[ 13113] By: jhi on 2001/11/20 00:55:25
6811 Log: Subject: [DOC PATCH] perlfaq4.pod
6812 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6813 Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
6814 Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>
6815 Branch: perl
6816 ! pod/perlfaq4.pod
6817____________________________________________________________________________
6818[ 13112] By: jhi on 2001/11/20 00:53:17
6819 Log: Subject: [PATCH perl.c] Extra diagnostics for -DP
6820 From: Michael G Schwern <schwern@pobox.com>
6821 Date: Mon, 19 Nov 2001 19:53:12 -0500
6822 Message-ID: <20011119195311.I11883@blackrider>
6823 Branch: perl
6824 ! perl.c
6825____________________________________________________________________________
6826[ 13111] By: jhi on 2001/11/20 00:48:46
6827 Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
6828 From: PPrymmer@factset.com
6829 Date: Mon, 19 Nov 2001 17:08:59 -0500
6830 Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
6831 Branch: perl
6832 ! vms/descrip_mms.template
6833____________________________________________________________________________
6834[ 13110] By: jhi on 2001/11/20 00:39:02
6835 Log: Create a per-interpeter debug scratchpad container
6836 and use that for the regexec debugging.
6837 Branch: perl
6838 ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
6839____________________________________________________________________________
6840[ 13109] By: nick on 2001/11/19 22:01:45
6841 Log: Use /proc/self/exe to set $^X on linux (or anywhere new
6842 Configure unit detects the feature).
6843 Branch: metaconfig/U/perl
6844 + procselfexe.U
6845 Branch: perlio
6846 ! Configure config_h.SH
6847____________________________________________________________________________
6848[ 13108] By: nick on 2001/11/19 20:39:17
6849 Log: Integrate mainline
6850 Branch: perlio
6851 +> t/op/or.t
6852 !> (integrate 44 files)
6853____________________________________________________________________________
6854[ 13107] By: jhi on 2001/11/19 20:22:36
6855 Log: sysseek tweak.
6856 Branch: perl
6857 ! pod/perlfunc.pod
6858____________________________________________________________________________
6859[ 13106] By: jhi on 2001/11/19 20:18:42
6860 Log: Move the sysio tests from io/utf8 to lib/open.
6861 Branch: perl
6862 ! lib/open.t t/io/utf8.t
6863____________________________________________________________________________
6864[ 13105] By: nick on 2001/11/19 20:15:39
6865 Log: Add a .package and a README to //depot/metaconfig
6866 Branch: metaconfig
6867 + .package README
6868____________________________________________________________________________
6869[ 13104] By: jhi on 2001/11/19 20:01:54
6870 Log: Thou shalt not mix stdio and sysio.
6871 Branch: perl
6872 ! t/io/utf8.t
6873____________________________________________________________________________
6874[ 13103] By: jhi on 2001/11/19 19:28:40
6875 Log: Update Changes.
6876 Branch: perl
6877 ! Changes patchlevel.h
6878____________________________________________________________________________
9a652fca
JH
6879[ 13102] By: jhi on 2001/11/19 19:17:14
6880 Log: The runops_debug needs to be present always, otherwise
6881 places like AIX which need an explicit symbol export list
6882 will croak when trying to build Devel::Peek (which uses
6883 the runops_debug).
6884 Branch: perl
6885 ! makedef.pl
6886____________________________________________________________________________
6887[ 13101] By: jhi on 2001/11/19 19:06:48
6888 Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
6889 From: PPrymmer@factset.com
6890 Date: Mon, 19 Nov 2001 11:34:22 -0500
6891 Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
6892 Branch: perl
6893 ! lib/Memoize/t/tie_sdbm.t
6894____________________________________________________________________________
6895[ 13100] By: jhi on 2001/11/19 18:57:11
6896 Log: Retract #13088: it seems that unless dump.c is extensively
6897 reorganized as to what symbols it shows, when, and to whom,
6898 we are stuck with having the dump.o symbols in the libperl
6899 and thusly in the main Perl binary.
6900 Branch: perl
6901 ! embedvar.h perlapi.h perlvars.h
6902____________________________________________________________________________
6903[ 13099] By: jhi on 2001/11/19 18:02:14
6904 Log: The _uni_display should not be in dump.c since they
6905 are used under normal operation (S_not_a_number()).
6906 Branch: perl
6907 ! dump.c embed.h embed.pl global.sym proto.h utf8.c
6908____________________________________________________________________________
6909[ 13098] By: jhi on 2001/11/19 17:37:26
6910 Log: Protect sv_dump() from being included unless DEBUGGING,
6911 as noticed by Ilya.
6912 Branch: perl
6913 ! sv.c
6914____________________________________________________________________________
6915[ 13097] By: jhi on 2001/11/19 15:11:41
6916 Log: Pending further investigation skip the tell() tests.
6917 The tell() is okay on Solaris, HP-UX and Tru64, but fails
6918 (by returning too much) in Linux.
6919 Branch: perl
6920 ! t/io/utf8.t
6921____________________________________________________________________________
6922[ 13096] By: jhi on 2001/11/19 14:28:57
6923 Log: Retract #13082 until a better solution is found:
6924 statics break ithreads.
6925 Branch: perl
6926 ! regexec.c
6927____________________________________________________________________________
6928[ 13095] By: jhi on 2001/11/19 14:24:33
6929 Log: Figures 1 and 2 for UTF-8.
6930 Branch: perl
6931 ! pod/perlunicode.pod
6932____________________________________________________________________________
6933[ 13094] By: jhi on 2001/11/19 14:09:34
6934 Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
6935 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6936 Date: Mon, 19 Nov 2001 13:26:45 +0100
6937 Message-ID: <20011119132645.A15034@rafael>
6938 Branch: perl
6939 ! op.c pod/perldiag.pod t/lib/warnings/op
6940____________________________________________________________________________
6941[ 13093] By: jhi on 2001/11/19 14:07:20
6942 Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
6943 From: Michael G Schwern <schwern@pobox.com>
6944 Date: Mon, 19 Nov 2001 03:11:12 -0500
6945 Message-ID: <20011119031112.E786@blackrider>
6946 Branch: perl
6947 ! t/op/closure.t
6948____________________________________________________________________________
6949[ 13092] By: jhi on 2001/11/19 14:05:21
6950 Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
6951 From: Michael G Schwern <schwern@pobox.com>
6952 Date: Mon, 19 Nov 2001 03:42:56 -0500
6953 Message-ID: <20011119034256.I786@blackrider>
6954 Branch: perl
6955 + t/op/or.t
6956 ! MANIFEST
6957____________________________________________________________________________
6958[ 13091] By: jhi on 2001/11/19 13:50:45
6959 Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
6960 From: "Craig A. Berry" <craigberry@mac.com>
6961 Date: Sun, 18 Nov 2001 14:33:48 -0600
6962 Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
6963 Branch: perl
6964 ! ext/IO/lib/IO/t/io_poll.t vms/test.com
6965____________________________________________________________________________
6966[ 13090] By: jhi on 2001/11/19 13:49:28
6967 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6968 From: Dave Rolsky <autarch@urth.org>
6969 Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
6970 Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6971 Branch: perl
6972 ! lib/ExtUtils/Manifest.pm
6973____________________________________________________________________________
6974[ 13089] By: jhi on 2001/11/19 13:48:35
6975 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
6976 From: Dave Rolsky <autarch@urth.org>
6977 Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
6978 Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
6979 Branch: perl
6980 ! lib/ExtUtils/Install.pm
6981____________________________________________________________________________
6982[ 13088] By: jhi on 2001/11/19 13:44:49
6983 Log: The runops_dbg should not be needed.
6984 Branch: perl
6985 ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
6986____________________________________________________________________________
6987[ 13087] By: jhi on 2001/11/19 13:28:22
6988 Log: do_spawn() cleanup from Charles Lane.
6989 Branch: perl
6990 ! vms/vms.c
6991____________________________________________________________________________
6992[ 13086] By: jhi on 2001/11/19 13:22:26
6993 Log: Update the list of tests.
6994 Branch: perl
6995 ! t/lib/1_compile.t
6996____________________________________________________________________________
6997[ 13085] By: jhi on 2001/11/18 21:57:23
6998 Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
6999 From: Michael G Schwern <schwern@pobox.com>
7000 Date: Fri, 16 Nov 2001 17:37:04 -0500
7001 Message-ID: <20011116173703.L30160@blackrider>
7002 Branch: perl
7003 ! t/lib/warnings/sv
7004____________________________________________________________________________
7005[ 13084] By: jhi on 2001/11/18 21:38:50
7006 Log: FAQ sync.
7007 Branch: perl
7008 ! pod/perlfaq4.pod
7009____________________________________________________________________________
7010[ 13083] By: jhi on 2001/11/18 21:37:06
7011 Log: Integrate perlio; win32 sync.
7012 Branch: perl
7013 !> perlio.c win32/win32io.c
7014____________________________________________________________________________
7015[ 13082] By: jhi on 2001/11/18 19:13:06
7016 Log: (retracted by #13096)
7017 Debugging would be badly skewed by a malloc per regex dump.
7018 Branch: perl
7019 ! regexec.c
7020____________________________________________________________________________
7021[ 13081] By: nick on 2001/11/18 19:08:40
7022 Log: Win32 layer has a dup which needs to match new prototype.
7023 Branch: perlio
7024 ! win32/win32io.c
7025____________________________________________________________________________
7026[ 13080] By: nick on 2001/11/18 19:05:02
7027 Log: Wrong way to get stdio mode used.
7028 Branch: perlio
7029 ! perlio.c
7030____________________________________________________________________________
7031[ 13079] By: jhi on 2001/11/18 18:59:28
7032 Log: Retract #13048: that introduced a malloc() (through savepvn())
7033 to *every* m//, which killed the performance quite badly.
7034 Branch: perl
7035 ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7036____________________________________________________________________________
7037[ 13078] By: jhi on 2001/11/18 17:37:31
7038 Log: Pass 1 at perldelta.pod: sort the section contents
7039 together, drop all but the 5.7.2 known problems,
7040 leave the 5.7.1 security note since that's the
7041 fullest explanation (update the date on that).
7042 Branch: perl
7043 ! pod/perldelta.pod
7044____________________________________________________________________________
7045[ 13077] By: jhi on 2001/11/18 17:07:12
7046 Log: Retract 11635: close 20011113.110, reopen 20010809.028.
7047
7048 Tiny problem in the test for 20011113.110: I hope
7049 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
7050 Branch: perl
7051 ! pp.c t/op/repeat.t
7052____________________________________________________________________________
7053[ 13076] By: jhi on 2001/11/18 16:46:11
7054 Log: All of syswrite/send/sendto need to return character counts,
7055 and character counts from the offset, not the beginning of
7056 the scalar.
7057 Branch: perl
7058 ! pp_sys.c
7059____________________________________________________________________________
7060[ 13075] By: jhi on 2001/11/18 16:39:32
7061 Log: Integrate PerlIO: duping fixes.
7062 Branch: perl
7063 !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7064 !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7065 !> perliol.h sv.c
7066____________________________________________________________________________
7067[ 13074] By: jhi on 2001/11/18 16:34:29
7068 Log: syswrite() was still returning byte counts, not character counts.
7069 Branch: perl
7070 ! pp_sys.c t/io/utf8.t
7071____________________________________________________________________________
7072[ 13073] By: jhi on 2001/11/18 16:16:17
7073 Log: Add test for sysread().
7074 Branch: perl
7075 ! t/io/utf8.t
7076____________________________________________________________________________
7077[ 13072] By: nick on 2001/11/18 16:15:31
7078 Log: Allow dup'ing of PerlIO::Scalar etc.
7079 Branch: perlio
7080 ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7081 ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7082 ! perliol.h sv.c
7083____________________________________________________________________________
7084[ 13071] By: jhi on 2001/11/18 16:12:32
7085 Log: Prepend a null byte to the test set.
7086 Branch: perl
7087 ! t/io/utf8.t
7088____________________________________________________________________________
7089[ 13070] By: jhi on 2001/11/18 15:13:57
7090 Log: Document how "no utf8;" can become handy.
7091 Branch: perl
7092 ! lib/utf8.pm
7093____________________________________________________________________________
7094[ 13069] By: jhi on 2001/11/18 14:05:23
7095 Log: Integrate perlio; force the inclusion of the PL_runops_*
7096 Branch: perl
7097 !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
7098____________________________________________________________________________
7099[ 13068] By: nick on 2001/11/18 13:23:33
7100 Log: embed.pl generated changes I forgot to include
7101 Branch: perlio
7102 ! embedvar.h perlapi.h pod/perlapi.pod
7103____________________________________________________________________________
7104[ 13067] By: nick on 2001/11/18 12:50:19
7105 Log: Force inclusion of both Perl_runops_* in perl itself,
7106 so they are available for Peek.xs etc.
7107 Branch: perlio
7108 ! perlvars.h
7109____________________________________________________________________________
7110[ 13066] By: nick on 2001/11/18 11:00:34
7111 Log: Integrate mainline - a few Devel::Peak fails.
7112 Branch: perlio
7113 +> (branch 29 files)
7114 - ext/Thread/Thread.pm lib/Benchmark.t
7115 - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7116 - lib/Lingua/KO/Hangul/Util/README
7117 - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
7118 - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7119 - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7120 - vms/ext/vmsish.pm vms/ext/vmsish.t
7121 ! hv.c
7122 !> (integrate 389 files)
7123____________________________________________________________________________
7124[ 13065] By: jhi on 2001/11/18 01:22:25
7125 Log: Start working on perldelta. This is not yet any sort of
7126 editing; just concatenating perl570delta, perl571delta,
7127 and perl572delta. Any sorting not done, any duplicate
7128 removal not done, any removal or update of obsolete items
7129 not done, any changes since 5.7.2 not included. So there.
7130 Branch: perl
7131 ! pod/perldelta.pod
7132____________________________________________________________________________
7133[ 13064] By: jhi on 2001/11/17 22:22:47
7134 Log: Banish "use utf8".
7135 Branch: perl
7136 ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
7137____________________________________________________________________________
7138[ 13063] By: jhi on 2001/11/17 17:53:38
7139 Log: Tweak from Charles Lane.
7140 Branch: perl
7141 ! vms/vms.c
7142____________________________________________________________________________
7143[ 13062] By: jhi on 2001/11/17 15:35:22
7144 Log: Integrate change #13058 from maintperl;
7145 change#12559 breaks things on Win9x because command.com doesn't
7146 grok dquotes at all; disable all the system() smarts for
7147 command.com
7148 Branch: perl
7149 !> win32/win32.c
7150____________________________________________________________________________
7151[ 13061] By: ams on 2001/11/17 13:46:11
7152 Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
7153 From: Jonathan Stowe <gellyfish@gellyfish.com>
7154 Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
7155 Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
7156 Branch: perl
7157 ! lib/Term/Cap.pm
7158____________________________________________________________________________
7159[ 13060] By: ams on 2001/11/17 09:49:10
7160 Log: Subject: [PATCH9 File/Find.pm doc nits
7161 From: Tels <perl_dummy@bloodgate.com>
7162 Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
7163 Branch: perl
7164 ! lib/File/Find.pm
7165____________________________________________________________________________
7166[ 13059] By: ams on 2001/11/17 09:38:38
7167 Log: Subject: [PATCH] Benchmark.pm nit
7168 From: Tels <perl_dummy@bloodgate.com>
7169 Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
7170 Branch: perl
7171 ! lib/Benchmark.pm
7172____________________________________________________________________________
7173[ 13058] By: gsar on 2001/11/17 03:50:49
7174 Log: change#12559 breaks things on Win9x because command.com doesn't
7175 grok dquotes at all; disable all the system() smarts for
7176 command.com
7177 Branch: maint-5.6/perl
7178 ! win32/win32.c
7179____________________________________________________________________________
7180[ 13057] By: ams on 2001/11/16 20:30:03
7181 Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
7182 From: Andy Dougherty <doughera@lafayette.edu>
7183 Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
7184 Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
7185 Branch: perl
7186 ! lib/Unicode/UCD.t
7187____________________________________________________________________________
7188[ 13056] By: jhi on 2001/11/16 19:18:21
7189 Log: Subject: [Patch Perl@13023] VMS system() warning
7190 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7191 Date: Fri, 16 Nov 2001 15:20:11 EST
7192 Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
7193 Branch: perl
7194 ! vms/vms.c
7195____________________________________________________________________________
7196[ 13055] By: jhi on 2001/11/16 19:03:39
7197 Log: It's neither-nor, and protect against the impossible.
7198 Branch: perl
7199 ! lib/Thread.pm
7200____________________________________________________________________________
7201[ 13054] By: jhi on 2001/11/16 18:37:30
7202 Log: 5005threads didn't work because $Thread::VERSION wasn't
7203 visible. Oops.
7204 Branch: perl
7205 ! ext/Thread/Makefile.PL lib/Thread.pm
7206____________________________________________________________________________
7207[ 13053] By: jhi on 2001/11/16 17:08:15
7208 Log: Robustness against Linux using something else than gcc;
7209 based on
7210
7211 Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
7212 From: Charles Randall <cfriv@yahoo.com>
7213 Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
7214 Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
7215 Branch: perl
7216 ! ext/Errno/Errno_pm.PL
7217____________________________________________________________________________
7218[ 13052] By: ams on 2001/11/16 16:46:39
7219 Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
7220 From: Russ Allbery <rra@stanford.edu>
7221 Date: 16 Nov 2001 09:44:21 -0800
7222 Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
7223 Branch: perl
7224 ! lib/Pod/ParseLink.pm
7225____________________________________________________________________________
7226[ 13051] By: jhi on 2001/11/16 15:26:41
7227 Log: Update perluniintro on the UTF-8 output matters
7228 (that -w will warn unless the stream is explicitly UTF-8-ified).
7229 Branch: perl
7230 ! pod/perluniintro.pod
7231____________________________________________________________________________
7232[ 13050] By: jhi on 2001/11/16 15:08:52
7233 Log: Adding new files to MANIFEST is nice.
7234 Branch: perl
7235 ! MANIFEST
7236____________________________________________________________________________
7237[ 13049] By: jhi on 2001/11/16 15:04:45
7238 Log: Update Changes.
7239 Branch: perl
7240 ! Changes patchlevel.h
7241____________________________________________________________________________
251892b3
JH
7242[ 13048] By: jhi on 2001/11/16 14:46:17
7243 Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
7244 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7245 Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST)
7246 Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
7247 Branch: perl
7248 ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7249____________________________________________________________________________
7250[ 13047] By: jhi on 2001/11/16 14:37:32
7251 Log: Rename perlunintro to perluniintro; regen toc.
7252 Branch: perl
7253 + pod/perluniintro.pod
7254 - pod/perlunintro.pod
7255 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7256____________________________________________________________________________
7257[ 13046] By: jhi on 2001/11/16 14:14:38
7258 Log: Document the negated lookeahead trick to emulate
7259 character class subtraction.
7260 Branch: perl
7261 ! pod/perlunicode.pod
7262____________________________________________________________________________
7263[ 13045] By: jhi on 2001/11/16 14:08:43
7264 Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
7265 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7266 Date: Fri, 16 Nov 2001 23:31:04 +0900
7267 Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
7268
7269 (with the tweak that Cntrl is not C, it's Cc)
7270 Branch: perl
7271 ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
7272 ! lib/unicore/mktables
7273____________________________________________________________________________
7274[ 13044] By: jhi on 2001/11/16 13:42:44
7275 Log: Subject: [PATCH current] runtime runops switch
7276 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7277 Date: Fri, 16 Nov 2001 00:48:09 -0500
7278 Message-ID: <20011116004809.A934@math.ohio-state.edu>
7279 Branch: perl
7280 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
7281 ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
7282 ! pod/perlintern.pod proto.h run.c
7283____________________________________________________________________________
7284[ 13043] By: jhi on 2001/11/16 13:24:28
7285 Log: Further discourage old Thread code; tell how to tell
7286 the difference.
7287 Branch: perl
7288 ! lib/Thread.pm
7289____________________________________________________________________________
7290[ 13042] By: jhi on 2001/11/16 13:16:13
7291 Log: A missing return; from Charles Lane.
7292 Branch: perl
7293 ! vms/vms.c
7294____________________________________________________________________________
7295[ 13041] By: ams on 2001/11/16 12:11:14
7296 Log: Subject: [PATCH] Doc spellcheck + podcheck
7297 From: Autrijus Tang <autrijus@egb.elixus.org>
7298 Date: Thu, 15 Nov 2001 22:49:05 -0800
7299 Message-Id: <20011116064905.GA44092@egb.elixus.org>
7300
7301 Subject: [PATCH] podcheck+spellcheck, the rest of the story
7302 From: Autrijus Tang <autrijus@egb.elixus.org>
7303 Date: Fri, 16 Nov 2001 00:42:20 -0800
7304 Message-Id: <20011116084220.GA44295@egb.elixus.org>
7305
7306 Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
7307 From: Nicholas Clark <nick@ccl4.org>
7308 Date: Fri, 16 Nov 2001 10:32:01 +0000
7309 Message-Id: <20011116103200.F62891@plum.flirble.org>
7310 (Applied after suitable de-mangling.)
7311 Branch: perl
7312 ! README.aix README.dgux README.dos README.epoc README.hpux
7313 ! README.mint README.mpeix README.netware README.os2
7314 ! README.os390 README.plan9 README.qnx README.solaris
7315 ! README.threads doio.c pod/perl571delta.pod
7316 ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
7317 ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
7318 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
7319 ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
7320 ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
7321 ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
7322____________________________________________________________________________
7323[ 13040] By: jhi on 2001/11/16 04:48:16
7324 Log: Avoid redefinedness warning for now.
7325 Branch: perl
7326 ! lib/Thread.pm
7327____________________________________________________________________________
7328[ 13039] By: jhi on 2001/11/16 04:44:30
7329 Log: use strict.
7330 Branch: perl
7331 ! lib/Thread.pm
7332____________________________________________________________________________
7333[ 13038] By: jhi on 2001/11/16 04:40:19
7334 Log: Subject: [PATCH Perl@13023] subprocess command line size increase
7335 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7336 Date: Thu, 15 Nov 2001 22:54:47 EST
7337 Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>
7338 Branch: perl
7339 ! vms/vms.c vms/vmspipe.com
7340____________________________________________________________________________
7341[ 13037] By: jhi on 2001/11/16 04:38:47
7342 Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
7343 From: "chromatic" <chromatic@rmci.net>
7344 Date: Thu, 15 Nov 2001 19:54:23 -0700
7345 Message-ID: <20011116030139.6821.qmail@onion.perl.org>
7346 Branch: perl
7347 ! lib/File/stat.t
7348____________________________________________________________________________
7349[ 13036] By: jhi on 2001/11/16 04:37:52
7350 Log: Make Thread a wrapper for both ithreads and 5005threads.
7351 Needs a lot of work and Arthur's eyeballing (and finishing
7352 few missing odds and ends of threads.pm). Now Thread
7353 is an extension without its own .pm.
7354
7355 If there are people who have experience working with
7356 either the 5005threads or the ithreads: cleaning up
7357 the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
7358 and porting the various Thread::* modules, like Thread::Queue,
7359 to work also with ithreads, is needed.
7360
7361 Removed the 5005threads requirement from the 5005 tests
7362 for easier testing (not all of them work yet since
7363 they use the Thread::* modules that have not been made
7364 to work with ithreads). Leave the 5005 tests named as
7365 *.tx so that they are not run by "make test".
7366 Branch: perl
7367 + lib/Thread.pm
7368 - ext/Thread/Thread.pm
7369 ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
7370 ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
7371 ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
7372 ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
7373 ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
7374 ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
7375 ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
7376____________________________________________________________________________
7377[ 13035] By: jhi on 2001/11/16 03:30:38
7378 Log: $VERSION "a5" doesn't quite work.
7379 Branch: perl
7380 ! ext/B/Makefile.PL
7381____________________________________________________________________________
7382[ 13034] By: jhi on 2001/11/16 00:38:41
7383 Log: Add the fruits of Larry Shatzer's version verifying script.
7384 (There are some straddlers, but they will be fixed in the
7385 upcoming releases of the modules.)
7386 Branch: perl
7387 ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
7388 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7389 ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
7390 ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
7391 ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
7392 ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
7393 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7394 ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
7395 ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
7396 ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
7397 ! wince/FindExt.pm
7398____________________________________________________________________________
7399[ 13033] By: jhi on 2001/11/16 00:37:36
7400 Log: Add Larry Shatzer's VERSION verifying script.
7401 Branch: perl
7402 + Porting/checkVERSION.pl
7403 ! MANIFEST Porting/pumpkin.pod
7404____________________________________________________________________________
7405[ 13032] By: jhi on 2001/11/16 00:09:31
7406 Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
7407 From: Michael G Schwern <schwern@pobox.com>
7408 Date: Thu, 15 Nov 2001 19:26:40 -0500
7409 Message-ID: <20011115192640.R31399@blackrider>
7410 Branch: perl
7411 ! t/test.pl
7412____________________________________________________________________________
7413[ 13031] By: jhi on 2001/11/15 23:18:19
7414 Log: Document the MY_CXT business; from Paul Marquess.
7415 Branch: perl
7416 ! pod/perlxs.pod
7417____________________________________________________________________________
7418[ 13030] By: jhi on 2001/11/15 22:03:46
7419 Log: VMSCMD synch attempt.
7420 Branch: perl
7421 ! vms/vms.c vms/vmsish.h
7422____________________________________________________________________________
7423[ 13029] By: jhi on 2001/11/15 21:35:36
7424 Log: Advise against -P as instructed by Schwern.
7425 Branch: perl
7426 ! pod/perlrun.pod
7427____________________________________________________________________________
7428[ 13028] By: jhi on 2001/11/15 21:21:29
7429 Log: Subject: [PATCH] v-strings as Objects Step 1
7430 From: John Peacock <jpeacock@rowman.com>
7431 Date: Thu, 15 Nov 2001 12:41:04 -0500
7432 Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
7433 Branch: perl
7434 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
7435 ! util.c
7436____________________________________________________________________________
7437[ 13027] By: jhi on 2001/11/15 21:16:57
7438 Log: Subject: [PATCH] -x (was Re: [PATCH] new tests for command-line switches)
7439 From: Michael G Schwern <schwern@pobox.com>
7440 Date: Thu, 15 Nov 2001 12:47:59 -0500
7441 Message-ID: <20011115124759.E31399@blackrider>
7442 Branch: perl
7443 + t/run/switchx.aux t/run/switchx.t
7444 ! MANIFEST t/run/switches.t
7445____________________________________________________________________________
7446[ 13026] By: jhi on 2001/11/15 20:55:31
7447 Log: Upgrade to Getopt::Long 2.26_03.
7448 Branch: perl
7449 ! lib/Getopt/Long.pm
7450____________________________________________________________________________
7451[ 13025] By: ams on 2001/11/15 20:46:22
7452 Log: Subject: [PATCH vms/vms.c] VMSCMD missing
7453 From: Michael G Schwern <schwern@pobox.com>
7454 Date: Thu, 15 Nov 2001 16:24:11 -0500
7455 Message-Id: <20011115162411.M31399@blackrider>
7456 Branch: perl
7457 ! vms/vms.c
7458____________________________________________________________________________
7459[ 13024] By: ams on 2001/11/15 19:32:06
7460 Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
7461 From: rspier@pobox.com (Robert Spier)
7462 Date: Thu, 15 Nov 2001 11:19:21 -0800
7463 Message-Id: <15348.5433.732364.963687@rls.cx>
7464 Branch: perl
7465 ! op.c
7466____________________________________________________________________________
7467[ 13023] By: jhi on 2001/11/15 15:35:48
7468 Log: Update Changes.
7469 Branch: perl
7470 ! Changes patchlevel.h
7471____________________________________________________________________________
47eb2c97
JH
7472[ 13022] By: jhi on 2001/11/15 15:11:37
7473 Log: Subject: [PATCH] new tests for command-line switches
7474 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7475 Date: Thu, 15 Nov 2001 17:00:30 +0100
7476 Message-ID: <20011115170030.A14193@rafael>
7477 Branch: perl
7478 + t/run/switches.t
7479 ! MANIFEST
7480____________________________________________________________________________
7481[ 13021] By: jhi on 2001/11/15 15:06:36
7482 Log: Upgrade to podlators 1.13.
7483 Branch: perl
7484 + lib/Pod/ParseLink.pm
7485 ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7486 ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
7487 ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
7488 ! t/pod/pod2usage.xr t/pod/podselect.xr
7489____________________________________________________________________________
7490[ 13020] By: jhi on 2001/11/15 14:47:29
7491 Log: skip "might be used uninitialized".
7492 Branch: perl
7493 ! pp_sys.c
7494____________________________________________________________________________
7495[ 13019] By: jhi on 2001/11/15 14:35:55
7496 Log: Fix for "perlio bug in koi8-r encoding". The problem
7497 seemed to be that binmode() always flushed the handle,
7498 which is not so good when switching encodings. Fixed,
7499 added Matt Sergeant's testcase, documented in perlfunc/binmode,
7500 also added a pointer about disciplines to perlfunc/open,
7501 and in general cleaned up and reformatted the open entry.
7502 Branch: perl
7503 ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
7504____________________________________________________________________________
7505[ 13018] By: jhi on 2001/11/15 13:22:57
7506 Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
7507 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7508 Date: 15 Nov 2001 08:57:06 -0000
7509 Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
7510
7511 chop() and chomp() are not real list functions,
7512 so let's not have them overrideable. (Casey will
7513 be confused since in #7071 he patched the other way.)
7514 Branch: perl
7515 ! pod/perlfunc.pod toke.c
7516____________________________________________________________________________
7517[ 13017] By: ams on 2001/11/15 12:56:49
7518 Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
7519 From: Robin Barker <rmb1@cise.npl.co.uk>
7520 Date: Thu, 15 Nov 2001 13:48:34 GMT
7521 Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
7522 (Applied with tweaks.)
7523 Branch: perl
7524 ! pod/perltrap.pod
7525____________________________________________________________________________
7526[ 13016] By: ams on 2001/11/15 09:12:48
7527 Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
7528 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7529 Date: Thu, 15 Nov 2001 09:06:39 +0100
7530 Message-Id: <20011115090639.A13005@rafael>
7531 Branch: perl
7532 ! pod/perlrun.pod
7533____________________________________________________________________________
7534[ 13015] By: jhi on 2001/11/15 04:08:50
7535 Log: "link =" from utils.lst was being processed oddly.
7536 Branch: perl
7537 ! installman
7538____________________________________________________________________________
7539[ 13014] By: ams on 2001/11/15 02:52:52
7540 Log: Subject: [PATCH current] CreateTTY in -d
7541 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7542 Date: Wed, 14 Nov 2001 21:26:31 -0500
7543 Message-Id: <20011114212631.A25705@math.ohio-state.edu>
7544 Branch: perl
7545 ! lib/perl5db.pl
7546____________________________________________________________________________
7547[ 13013] By: jhi on 2001/11/15 00:46:07
7548 Log: Corify the Filter::Simple tests.
7549 Branch: perl
7550 ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
7551 ! lib/Filter/Simple/t/filter_only.t
7552____________________________________________________________________________
7553[ 13012] By: jhi on 2001/11/15 00:42:25
7554 Log: Upgrade to Filter::Simple 0.70.
7555 Branch: perl
7556 + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
7557 + t/lib/FilterOnlyTest.pm
7558 ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7559 ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7560 ! t/lib/FilterTest.pm
7561____________________________________________________________________________
7562[ 13011] By: jhi on 2001/11/14 22:38:31
7563 Log: Cleanliness inspired by Cygwin.
7564 Branch: perl
7565 ! Makefile.SH x2p/Makefile.SH
7566____________________________________________________________________________
7567[ 13010] By: jhi on 2001/11/14 22:30:59
7568 Log: Add perlunintro (formerly known as perlunitut); regen toc.
7569 Branch: perl
7570 + pod/perlunintro.pod
7571 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7572____________________________________________________________________________
7573[ 13009] By: jhi on 2001/11/14 22:27:12
7574 Log: FAQ sync.
7575 Branch: perl
7576 ! pod/perlfaq6.pod
7577____________________________________________________________________________
7578[ 13008] By: jhi on 2001/11/14 22:16:06
7579 Log: Quieten pgcc 2.91.66 worries.
7580 Branch: perl
7581 ! gv.c pp_ctl.c utf8.c
7582____________________________________________________________________________
7583[ 13007] By: jhi on 2001/11/14 22:05:01
7584 Log: Upgrade to Switch 2.06.
7585 Branch: perl
7586 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7587 ! lib/Switch/t/nested.t
7588____________________________________________________________________________
7589[ 13006] By: jhi on 2001/11/14 21:55:51
7590 Log: Upgrade to Attribute::Handlers 0.76.
7591 Branch: perl
7592 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
7593 ! lib/Attribute/Handlers/README
7594 ! lib/Attribute/Handlers/demo/Demo.pm
7595 ! lib/Attribute/Handlers/demo/Descriptions.pm
7596 ! lib/Attribute/Handlers/demo/MyClass.pm
7597 ! lib/Attribute/Handlers/demo/demo_cycle.pl
7598 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7599 ! lib/Attribute/Handlers/t/multi.t
7600____________________________________________________________________________
7601[ 13005] By: jhi on 2001/11/14 21:53:22
7602 Log: Signedness nit.
7603 Branch: perl
7604 ! regexec.c
7605____________________________________________________________________________
7606[ 13004] By: jhi on 2001/11/14 21:24:39
7607 Log: VERSIONize.
7608 Branch: perl
7609 ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
7610 ! lib/integer.pm
7611____________________________________________________________________________
7612[ 13003] By: jhi on 2001/11/14 21:17:02
7613 Log: No pod in internal Net::FTP classes.
7614 Branch: perl
7615 ! pod/buildtoc.PL
7616____________________________________________________________________________
7617[ 13002] By: jhi on 2001/11/14 21:11:48
7618 Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
7619 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7620 Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
7621 Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
7622 Branch: perl
7623 ! regexec.c
7624____________________________________________________________________________
7625[ 13001] By: jhi on 2001/11/14 21:09:48
7626 Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
7627 Pudge correctly).
7628 Branch: perl
7629 ! t/test.pl
7630____________________________________________________________________________
7631[ 13000] By: jhi on 2001/11/14 21:00:23
7632 Log: Add comments to mark where $^X is being handled.
7633 Branch: perl
7634 ! perl.c toke.c
7635____________________________________________________________________________
7636[ 12999] By: jhi on 2001/11/14 20:45:42
7637 Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
7638 From: Michael G Schwern <schwern@pobox.com>
7639 Date: Wed, 14 Nov 2001 16:38:25 -0500
7640 Message-ID: <20011114163825.D6519@blackrider>
7641 Branch: perl
7642 ! t/op/repeat.t
7643____________________________________________________________________________
7644[ 12998] By: jhi on 2001/11/14 20:22:06
7645 Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
7646 From: Michael G Schwern <schwern@pobox.com>
7647 Date: Wed, 14 Nov 2001 13:19:15 -0500
7648 Message-ID: <20011114131915.K5096@blackrider>
7649 Branch: perl
7650 ! t/op/die_exit.t
7651____________________________________________________________________________
7652[ 12997] By: jhi on 2001/11/14 19:36:57
7653 Log: Subject: Re: [PATCH] new version of runperl()
7654 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7655 Date: Wed, 14 Nov 2001 15:39:12 EST
7656 Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
7657
7658 "VMS $^X pipes etc" patch.
7659 Branch: perl
7660 ! vms/vms.c
7661____________________________________________________________________________
7662[ 12996] By: jhi on 2001/11/14 19:31:01
7663 Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
7664 and add "verbose" option to show the final command.
7665 Branch: perl
7666 ! t/test.pl
7667____________________________________________________________________________
7668[ 12995] By: jhi on 2001/11/14 15:02:29
7669 Log: Goof in some of the comment fields of #12994.
7670 Branch: perl
7671 ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
7672 ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
7673 ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
7674 ! lib/unicore/In/9.pl
7675____________________________________________________________________________
7676[ 12994] By: jhi on 2001/11/14 14:59:32
7677 Log: The First, Last ranges in the Unicode data weren't
7678 getting their general categories added properly;
7679 noticed by Jeffrey Friedl.
7680 Branch: perl
7681 ! lib/unicore/Category.pl lib/unicore/In/0.pl
7682 ! lib/unicore/In/1.pl lib/unicore/In/164.pl
7683 ! lib/unicore/In/169.pl lib/unicore/In/170.pl
7684 ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
7685 ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
7686 ! lib/unicore/In/8.pl lib/unicore/In/9.pl
7687 ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
7688 ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
7689 ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
7690 ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
7691 ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
7692 ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
7693 ! lib/unicore/mktables
7694____________________________________________________________________________
7695[ 12993] By: jhi on 2001/11/14 13:54:20
7696 Log: Subject: [PATCH] new version of runperl()
7697 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7698 Date: Wed, 14 Nov 2001 12:23:01 +0100
7699 Message-ID: <20011114122301.A29384@rafael>
7700 Branch: perl
7701 ! t/io/argv.t t/test.pl
7702____________________________________________________________________________
7703[ 12992] By: ams on 2001/11/14 13:40:39
7704 Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
7705 From: Michael G Schwern <schwern@pobox.com>
7706 Date: Tue, 13 Nov 2001 23:17:54 -0500
7707 Message-Id: <20011113231754.S32567@blackrider>
7708 Branch: perl
7709 ! perl.c
7710____________________________________________________________________________
7711[ 12991] By: jhi on 2001/11/14 13:24:34
7712 Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
7713 From: Philip Newton <Philip.Newton@gmx.net>
7714 Date: Wed, 14 Nov 2001 10:59:53 +0100
7715 Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
7716
7717 plus a lot of paragraph reformatting because of long lines.
7718 Branch: perl
7719 ! pod/perlapio.pod
7720____________________________________________________________________________
7721[ 12990] By: jhi on 2001/11/14 13:19:19
7722 Log: A bool is not a pointer.
7723 Branch: perl
7724 ! pp_sys.c
7725____________________________________________________________________________
7726[ 12989] By: jhi on 2001/11/14 02:41:42
7727 Log: AUTHORS updates.
7728 Branch: perl
7729 ! AUTHORS
7730____________________________________________________________________________
7731[ 12988] By: jhi on 2001/11/14 02:18:44
7732 Log: There are several MIME RFCs.
7733 Branch: perl
7734 ! ext/Encode/Encode.pm
7735____________________________________________________________________________
7736[ 12987] By: ams on 2001/11/14 01:09:28
7737 Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
7738 From: Michael G Schwern <schwern@pobox.com>
7739 Date: Tue, 13 Nov 2001 20:59:13 -0500
7740 Message-Id: <20011113205913.H32567@blackrider>
7741 Branch: perl
7742 ! t/op/groups.t vms/test.com
7743____________________________________________________________________________
7744[ 12986] By: ams on 2001/11/14 01:07:06
7745 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
7746 From: Michael G Schwern <schwern@pobox.com>
7747 Date: Tue, 13 Nov 2001 20:51:34 -0500
7748 Message-Id: <20011113205134.F32567@blackrider>
7749 Branch: perl
7750 ! ext/IO/lib/IO/t/io_sel.t vms/test.com
7751____________________________________________________________________________
7752[ 12985] By: ams on 2001/11/14 00:43:59
7753 Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
7754 From: Michael G Schwern <schwern@pobox.com>
7755 Date: Tue, 13 Nov 2001 20:38:42 -0500
7756 Message-Id: <20011113203842.E32567@blackrider>
7757 Branch: perl
7758 ! pod/perlport.pod
7759____________________________________________________________________________
7760[ 12984] By: ams on 2001/11/14 00:32:15
7761 Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
7762 From: Michael G Schwern <schwern@pobox.com>
7763 Date: Tue, 13 Nov 2001 20:27:02 -0500
7764 Message-Id: <20011113202702.D32567@blackrider>
7765 Branch: perl
7766 ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
7767 ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
7768 ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
7769 ! ext/IO/lib/IO/t/io_xs.t vms/test.com
7770____________________________________________________________________________
7771[ 12983] By: ams on 2001/11/14 00:00:27
7772 Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
7773 From: Michael G Schwern <schwern@pobox.com>
7774 Date: Tue, 13 Nov 2001 19:51:59 -0500
7775 Message-Id: <20011113195159.B32567@blackrider>
7776 Branch: perl
7777 ! pod/perlport.pod
7778____________________________________________________________________________
7779[ 12982] By: ams on 2001/11/13 23:53:11
7780 Log: Subject: [PATCH pod/perlapio.pod double-word fix]
7781 From: Larry Shatzer <fugazi@zippy.zyx.net>
7782 Date: Tue, 13 Nov 2001 17:27:59 -0700
7783 Message-Id: <20011113172759.E27768@zippy.zyx.net>
7784 Branch: perl
7785 ! pod/perlapio.pod
7786____________________________________________________________________________
7787[ 12981] By: jhi on 2001/11/13 22:50:27
7788 Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
7789 "large enough" Unicode characters returned more than one
7790 as their "Unicode size".
7791 Branch: perl
7792 ! pp_sys.c t/io/utf8.t
7793____________________________________________________________________________
7794[ 12980] By: ams on 2001/11/13 19:32:33
7795 Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
7796 From: "Craig A. Berry" <craigberry@mac.com>
7797 Date: Tue, 13 Nov 2001 14:33:25 -0600
7798 Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
7799 Branch: perl
7800 ! vms/gen_shrfls.pl
7801____________________________________________________________________________
7802[ 12979] By: jhi on 2001/11/13 18:10:15
7803 Log: Subject: Minor patch to Encode.pm (detypo)
7804 From: "Philip Newton" <Philip.Newton@gmx.net>
7805 Date: Tue, 13 Nov 2001 20:11:01 +0100
7806 Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
7807 Branch: perl
7808 ! ext/Encode/Encode.pm
7809____________________________________________________________________________
7810[ 12978] By: jhi on 2001/11/13 17:55:02
7811 Log: Evil tabulators.
7812 Branch: perl
7813 ! ext/Encode/Encode.pm
7814____________________________________________________________________________
7815[ 12977] By: jhi on 2001/11/13 17:52:17
7816 Log: Document the available encodings.
7817 Branch: perl
7818 ! ext/Encode/Encode.pm
7819____________________________________________________________________________
7820[ 12976] By: ams on 2001/11/13 17:14:07
7821 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7822 From: Barrie Slaymaker <barries@slaysys.com>
7823 Date: Tue, 13 Nov 2001 12:41:36 -0500
7824 Message-Id: <20011113124133.C24305@sizzle.whoville.com>
7825 Branch: perl
7826 ! t/op/universal.t
7827____________________________________________________________________________
7828[ 12975] By: ams on 2001/11/13 16:24:21
7829 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
7830 From: Barrie Slaymaker <barries@slaysys.com>
7831 Date: Tue, 13 Nov 2001 10:56:20 -0500
7832 Message-Id: <20011113105620.B24192@sizzle.whoville.com>
7833 (Test applied with minor tweaks and ->isa("HASH") omission.)
7834 Branch: perl
7835 ! lib/UNIVERSAL.pm t/op/universal.t
7836____________________________________________________________________________
7837[ 12974] By: ams on 2001/11/13 15:46:07
7838 Log: Subject: [PATCH Benchmark.pm] docco tweaks
7839 From: Barrie Slaymaker <barries@slaysys.com>
7840 Date: Tue, 13 Nov 2001 11:34:45 -0500
7841 Message-Id: <20011113113442.B24305@sizzle.whoville.com>
7842 Branch: perl
7843 ! lib/Benchmark.pm
7844____________________________________________________________________________
7845[ 12973] By: jhi on 2001/11/13 13:42:40
7846 Log: Subject: [PATCH] Attack of the C loops, round 1
7847 From: Richard Soderberg <rs@oregonnet.com>
7848 Date: Mon, 12 Nov 2001 12:07:29 -0800
7849 Message-Id: <200111122007.MAA01994@oregonnet.com>
7850
7851 Subject: [PATCH] bytecode.pl (tiny patch)
7852 From: Richard Soderberg <rs@oregonnet.com>
7853 Date: Mon, 12 Nov 2001 12:53:24 -0800
7854 Message-Id: <200111122053.MAA06272@oregonnet.com>
7855 Branch: perl
7856 ! bytecode.pl installhtml
7857____________________________________________________________________________
7858[ 12972] By: jhi on 2001/11/13 13:41:02
7859 Log: Subject: [PATCH] Update to Filter::Util::Call
7860 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7861 Date: Sun, 11 Nov 2001 22:33:33 -0000
7862 Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
7863
7864 Use the new CXT* macros.
7865 Branch: perl
7866 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
7867____________________________________________________________________________
7868[ 12971] By: jhi on 2001/11/13 13:31:34
7869 Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS
7870 From: Michael G Schwern <schwern@pobox.com>
7871 Date: Mon, 12 Nov 2001 20:50:34 -0500
7872 Message-ID: <20011112205034.H2888@blackrider>
7873 Branch: perl
7874 + lib/vmsish.pm lib/vmsish.t
7875 - vms/ext/vmsish.pm vms/ext/vmsish.t
7876 ! MANIFEST vms/descrip_mms.template
7877____________________________________________________________________________
7878[ 12970] By: jhi on 2001/11/13 13:09:23
7879 Log: :utf8 works only with perlio.
7880 Branch: perl
7881 ! lib/open.t
7882____________________________________________________________________________
7883[ 12969] By: jhi on 2001/11/13 13:03:36
7884 Log: Subject: Re: @Config -"des" not quite working on VMS
7885 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7886 Date: Tue, 13 Nov 2001 08:35:13 EST
7887 Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
7888 Branch: perl
7889 ! configure.com
7890____________________________________________________________________________
7891[ 12968] By: jhi on 2001/11/13 12:59:11
7892 Log: Subject: [PATCH] lib/charnames.pm
7893 From: Jeffrey Friedl <jfriedl@yahoo.com>
7894 Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST)
7895 Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
7896 Branch: perl
7897 ! lib/charnames.pm
7898____________________________________________________________________________
7899[ 12967] By: pudge on 2001/11/13 05:44:13
7900 Log: Docs for Mac::err.
7901 Branch: maint-5.6/macperl
7902 ! macos/ext/Mac/err/err.pm
7903____________________________________________________________________________
7904[ 12966] By: pudge on 2001/11/13 05:43:58
7905 Log: Some cleanup; change some globals to references for
7906 possible persistence later.
7907 Branch: maint-5.6/macperl
7908 ! macos/lib/Mac/Glue.pm
7909____________________________________________________________________________
7910[ 12965] By: pudge on 2001/11/13 05:42:59
7911 Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
7912 Branch: maint-5.6/macperl
7913 ! macos/ext/Mac/Files/Files.pm
7914____________________________________________________________________________
7915[ 12964] By: pudge on 2001/11/13 05:42:35
7916 Log: Get Mac::Navigation to compile (bug #464684).
7917 Branch: maint-5.6/macperl
7918 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
7919 ! macos/ext/Mac/Navigation/Makefile.PL
7920 ! macos/ext/Mac/Navigation/Navigation.xs
7921 ! macos/macperl/Makefile.mk
7922____________________________________________________________________________
7923[ 12963] By: pudge on 2001/11/13 05:41:12
7924 Log: Add in modules and POD to help menu.
7925 Branch: maint-5.6/macperl
7926 ! macos/macperl/MacPerl.podhelp
7927____________________________________________________________________________
7928[ 12962] By: pudge on 2001/11/13 05:28:18
7929 Log: Update bundled modules.
7930 Branch: maint-5.6/macperl
7931 + macos/bundled_ext/Filter/t/FilterTest.pm
7932 + macos/bundled_ext/List/Util/t/shuffle.t
7933 + macos/bundled_ext/Storable/t/compat06.t
7934 + macos/bundled_ext/Storable/t/st-dump.pl
7935 + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
7936 + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
7937 + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
7938 + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
7939 + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
7940 + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
7941 + macos/bundled_lib/blib/lib/lwpcook.pod
7942 + macos/bundled_lib/t/Filter/Simple/filter.t
7943 + macos/bundled_lib/t/Switch/t/given.t
7944 + macos/bundled_lib/t/Switch/t/nested.t
7945 + macos/bundled_lib/t/Switch/t/switch.t
7946 + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
7947 + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
7948 + macos/bundled_lib/t/Text/Balanced/t/extdel.t
7949 + macos/bundled_lib/t/Text/Balanced/t/extmul.t
7950 + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
7951 + macos/bundled_lib/t/Text/Balanced/t/exttag.t
7952 + macos/bundled_lib/t/Text/Balanced/t/extvar.t
7953 + macos/bundled_lib/t/Text/Balanced/t/gentag.t
7954 + macos/bundled_lib/t/URI/rfc2732.t
7955 + macos/bundled_lib/t/libnet/config.t
7956 + macos/bundled_lib/t/libnet/libnet_t.pl
7957 + macos/bundled_lib/t/libwww-perl/live/google.t
7958 + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
7959 + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
7960 + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
7961 + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
7962 + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
7963 + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
7964 + macos/bundled_lib/t/libwww-perl/live/validator.t
7965 - macos/bundled_ext/Filter/t/MyFilter.pm
7966 - macos/bundled_ext/Storable/t/compat-0.6.t
7967 - macos/bundled_ext/Storable/t/dump.pl
7968 - macos/bundled_ext/Time/Piece/Makefile.PL
7969 - macos/bundled_ext/Time/Piece/Piece.pm
7970 - macos/bundled_ext/Time/Piece/Piece.t
7971 - macos/bundled_ext/Time/Piece/Piece.xs
7972 - macos/bundled_ext/Time/Piece/README
7973 - macos/bundled_ext/Time/Piece/Seconds.pm
7974 - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
7975 - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
7976 - macos/bundled_lib/blib/lib/Net/PH.pm
7977 - macos/bundled_lib/blib/lib/Net/SNPP.pm
7978 - macos/bundled_lib/blib/lib/Text/Balanced.pod
7979 - macos/bundled_lib/t/Filter/Simple/test.pl
7980 - macos/bundled_lib/t/Switch/test.pl
7981 - macos/bundled_lib/t/Text/Balanced/t/genxt.t
7982 - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7983 - macos/bundled_lib/t/Text/Balanced/t/xcode.t
7984 - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7985 - macos/bundled_lib/t/Text/Balanced/t/xmult.t
7986 - macos/bundled_lib/t/Text/Balanced/t/xquot.t
7987 - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7988 - macos/bundled_lib/t/Text/Balanced/t/xvari.t
7989 - macos/bundled_lib/t/libnet/ph.t
7990 ! (edit 125 files)
7991____________________________________________________________________________
7992[ 12961] By: ams on 2001/11/13 00:45:08
7993 Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
7994 From: Michael G Schwern <schwern@pobox.com>
7995 Date: Mon, 12 Nov 2001 20:16:45 -0500
7996 Message-Id: <20011112201644.G2888@blackrider>
7997 Branch: perl
7998 ! pod/perlport.pod
7999____________________________________________________________________________
8000[ 12960] By: ams on 2001/11/12 23:54:00
8001 Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
8002 Recoving dup tests for VMS
8003 From: Michael G Schwern <schwern@pobox.com>
8004 Date: Mon, 12 Nov 2001 19:35:33 -0500
8005 Message-Id: <20011112193533.D2888@blackrider>
8006 Branch: perl
8007 ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
8008____________________________________________________________________________
8009[ 12959] By: jhi on 2001/11/12 20:23:59
8010 Log: Update Changes.
8011 Branch: perl
8012 ! Changes patchlevel.h
8013____________________________________________________________________________
062fc4b4
JH
8014[ 12958] By: jhi on 2001/11/12 16:33:01
8015 Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS
8016 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8017 Date: Mon, 12 Nov 2001 12:35:18 EST
8018 Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
8019 Branch: perl
8020 ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
8021 ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
8022____________________________________________________________________________
8023[ 12957] By: jhi on 2001/11/12 15:26:37
8024 Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
8025 From: Barrie Slaymaker <barries@slaysys.com>
8026 Date: Mon, 12 Nov 2001 11:19:52 -0500
8027 Message-ID: <20011112111948.C7626@sizzle.whoville.com>
8028 Branch: perl
8029 ! lib/File/Spec.t lib/File/Spec/Win32.pm
8030____________________________________________________________________________
8031[ 12956] By: jhi on 2001/11/12 15:23:48
8032 Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
8033 From: Barrie Slaymaker <barries@slaysys.com>
8034 Date: Mon, 12 Nov 2001 11:07:36 -0500
8035 Message-ID: <20011112110733.B7626@sizzle.whoville.com>
8036 Branch: perl
8037 ! lib/Benchmark.pm
8038____________________________________________________________________________
8039[ 12955] By: jhi on 2001/11/12 15:22:23
8040 Log: Misplaced test, noticed by Barrie Slaymaker.
8041 (We are missing Benchmark tests, then.)
8042 Branch: perl
8043 + ext/Devel/DProf/DProf.t
8044 - lib/Benchmark.t
8045 ! MANIFEST
8046____________________________________________________________________________
8047[ 12954] By: jhi on 2001/11/12 14:50:44
8048 Log: Subject: [PATCH] a few typo fixes
8049 From: Jeffrey Friedl <jfriedl@yahoo.com>
8050 Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
8051 Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
8052
8053 Patching README.foo instead of pod/perlfoo.pod,
8054 not patching Math::BigInt (Tels will take care of that),
8055 dropping broken hv.c and sv.h patches, patching libnetcfg.PL
8056 and perldoc.PL instead of libnetcfg and perldoc, patching
8057 ext/Digest/MD5/t/files.t since MD5.pm was changed.
8058 Branch: perl
8059 ! (edit 109 files)
8060____________________________________________________________________________
8061[ 12953] By: jhi on 2001/11/12 13:11:55
8062 Log: Add a note about the dangers of bad UTF-8.
8063 Branch: perl
8064 ! pod/perlunicode.pod
8065____________________________________________________________________________
8066[ 12952] By: jhi on 2001/11/12 12:54:52
8067 Log: NetWare Nit from Ananth Kesari.
8068 Branch: perl
8069 ! NetWare/config.wc
8070____________________________________________________________________________
8071[ 12951] By: jhi on 2001/11/12 12:32:13
8072 Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950.
8073 Branch: perl
8074 ! ext/Encode/Encode.pm
8075____________________________________________________________________________
8076[ 12950] By: jhi on 2001/11/12 12:14:53
8077 Log: (retracted by #12951)
8078 Branch: perl
8079 ! ext/Encode/Encode.pm
8080____________________________________________________________________________
8081[ 12949] By: ams on 2001/11/12 06:40:18
8082 Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8083 From: Robert Spier <rspier@pobox.com>
8084 Date: Sun, 11 Nov 2001 18:50:18 -0800
8085 Message-Id: <15343.14570.121505.233336@rls.cx>
8086
8087 Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8088 From: Rick Delaney <rick.delaney@home.com>
8089 Date: 12 Nov 2001 00:15:52 -0500
8090 Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
8091 Branch: perl
8092 ! pp_hot.c t/op/taint.t
8093____________________________________________________________________________
8094[ 12948] By: jhi on 2001/11/12 01:23:58
8095 Log: It seems that we actually have this detail implemented
8096 as for as Level 1 Support of Unicode regex support is
8097 concerned: at Level 1 only 1:1 support for loose
8098 (aka caseless, aka caseigoring ) matching is required.
8099 Branch: perl
8100 ! pod/perlunicode.pod
8101____________________________________________________________________________
8102[ 12947] By: jhi on 2001/11/11 21:41:44
8103 Log: (retracted by #12951)
8104 Branch: perl
8105 ! ext/Encode/Encode.pm
8106____________________________________________________________________________
8107[ 12946] By: jhi on 2001/11/11 21:09:31
8108 Log: BOM, bom, Bom.
8109 Branch: perl
8110 ! pod/perlunicode.pod
8111____________________________________________________________________________
8112[ 12945] By: jhi on 2001/11/11 21:07:18
8113 Log: Upgrade to Math::BigInt 1.46.
8114 Branch: perl
8115 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8116 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8117 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8118 ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
8119 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8120____________________________________________________________________________
8121[ 12944] By: jhi on 2001/11/11 18:52:22
8122 Log: Subject: Re: PERFORCE change 12943 for review
8123 From: "Philip Newton" <Philip.Newton@gmx.net>
8124 Date: Sun, 11 Nov 2001 20:53:36 +0100
8125 Message-ID: <20011111.204950@ID-11583.news.dfncis.de>
8126 Branch: perl
8127 ! pod/perlunicode.pod
8128____________________________________________________________________________
8129[ 12943] By: jhi on 2001/11/11 18:00:03
8130 Log: Doc updates; make the Unicode discussions a little
8131 bit less alarming, and add information about encodings,
8132 surrogates, and BOMs.
8133 Branch: perl
8134 ! pod/perlunicode.pod
8135____________________________________________________________________________
8136[ 12942] By: ams on 2001/11/11 16:45:00
8137 Log: Subject: [PATCH @12917] Unicode::Collate v0.09
8138 From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
8139 Date: Mon, 12 Nov 2001 00:22:57 +0900
8140 Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
8141 Branch: perl
8142 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8143 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8144____________________________________________________________________________
8145[ 12941] By: ams on 2001/11/11 13:01:40
8146 Log: Subject: Re: PERFORCE change 12929 for review
8147 From: "Philip Newton" <Philip.Newton@gmx.net>
8148 Date: Sun, 11 Nov 2001 14:27:44 +0100
8149 Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
8150 Branch: perl
8151 ! MANIFEST
8152____________________________________________________________________________
8153[ 12940] By: ams on 2001/11/11 05:06:43
8154 Log: Subject: [PATCH t/op/chdir.t] %ENV protection
8155 From: Michael G Schwern <schwern@pobox.com>
8156 Date: Thu, 8 Nov 2001 22:56:45 -0500
8157 Message-Id: <20011108225645.H5587@blackrider>
8158 Branch: perl
8159 ! t/op/chdir.t
8160____________________________________________________________________________
8161[ 12939] By: ams on 2001/11/11 05:01:00
8162 Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
8163 From: Michael G Schwern <schwern@pobox.com>
8164 Date: Sun, 11 Nov 2001 00:54:43 -0500
8165 Message-Id: <20011111005443.A24450@blackrider>
8166 Branch: perl
8167 ! ext/Cwd/t/cwd.t
8168____________________________________________________________________________
8169[ 12938] By: ams on 2001/11/11 03:25:13
8170 Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
8171 (was Re: [ID 20011110.104] File::stat vs. $! conflict)
8172 From: "chromatic" <chromatic@rmci.net>
8173 Date: Sat, 10 Nov 2001 21:03:20 -0700
8174 Message-Id: <20011111041025.12984.qmail@onion.perl.org>
8175 Branch: perl
8176 ! lib/File/stat.pm lib/File/stat.t
8177____________________________________________________________________________
8178[ 12937] By: ams on 2001/11/11 02:05:23
8179 Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
8180 From: "Craig A. Berry" <craigberry@mac.com>
8181 Date: Sat, 10 Nov 2001 17:23:52 -0600
8182 Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
8183 Branch: perl
8184 ! t/op/magic.t
8185____________________________________________________________________________
8186[ 12936] By: jhi on 2001/11/10 18:55:21
8187 Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.
8188 Branch: perl
8189 ! lib/open.pm lib/open.t
8190____________________________________________________________________________
8191[ 12935] By: jhi on 2001/11/10 17:47:21
8192 Log: The Official name of ASCII.
8193 Branch: perl
8194 ! ext/Encode/Encode.pm
8195____________________________________________________________________________
8196[ 12934] By: jhi on 2001/11/10 17:44:27
8197 Log: The KOI8-R example wasn't quite right.
8198 Branch: perl
8199 ! lib/open.pm lib/open.t
8200____________________________________________________________________________
8201[ 12933] By: jhi on 2001/11/10 17:30:52
8202 Log: Enhance the open pragma to support :utf8, :locale,
8203 and :encoding directly as special cases, and rename
8204 the INOUT to IO.
8205 Branch: perl
8206 ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
8207____________________________________________________________________________
8208[ 12932] By: jhi on 2001/11/10 15:15:29
8209 Log: Document the UTF-16 surrogate encoding and decoding.
8210 Branch: perl
8211 ! ext/Encode/Encode.pm
8212____________________________________________________________________________
8213[ 12931] By: jhi on 2001/11/10 15:05:56
8214 Log: A potential recursion breaker.
8215 Branch: perl
8216 ! sv.c
8217____________________________________________________________________________
8218[ 12930] By: ams on 2001/11/10 07:46:53
8219 Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
8220 (was Re: perl@12892)
8221 From: "chromatic" <chromatic@rmci.net>
8222 Date: Sat, 10 Nov 2001 01:28:09 -0700
8223 Message-Id: <20011110083514.86488.qmail@onion.perl.org>
8224 Branch: perl
8225 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8226 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8227 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8228 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8229____________________________________________________________________________
8230[ 12929] By: jhi on 2001/11/10 06:38:07
8231 Log: Add a test for the bytes pragma.
8232 Branch: perl
8233 + lib/bytes.t
8234 ! MANIFEST
8235____________________________________________________________________________
8236[ 12928] By: jhi on 2001/11/10 06:10:39
8237 Log: Doc update.
8238 Branch: perl
8239 ! lib/bytes.pm
8240____________________________________________________________________________
8241[ 12927] By: jhi on 2001/11/10 04:19:44
8242 Log: Cease to exist.
8243 Branch: perl
8244 - lib/Unicode/Normalize.pm
8245____________________________________________________________________________
8246[ 12926] By: ams on 2001/11/10 03:23:16
8247 Log: Subject: [patch] my_setenv speedup + fixes
8248 From: Doug MacEachern <dougm@covalent.net>
8249 Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
8250 Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
8251 Branch: perl
8252 ! util.c
8253____________________________________________________________________________
8254[ 12925] By: jhi on 2001/11/10 01:55:13
8255 Log: Newline trouble.
8256 Branch: perl
8257 ! lib/ExtUtils/Embed.t
8258____________________________________________________________________________
8259[ 12924] By: jhi on 2001/11/10 01:42:29
8260 Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
8261 From: "Craig A. Berry" <craigberry@mac.com>
8262 Date: Fri, 09 Nov 2001 18:13:16 -0600
8263 Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
8264 Branch: perl
8265 ! vms/munchconfig.c
8266____________________________________________________________________________
8267[ 12923] By: jhi on 2001/11/10 01:39:01
8268 Log: Subject: [PATCH] new tests for swiches -n -p -a -F
8269 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8270 Date: Sat, 10 Nov 2001 00:10:45 +0100
8271 Message-ID: <20011110001045.A11945@rafael>
8272 Branch: perl
8273 + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
8274 + t/run/switchn.t t/run/switchp.t
8275 ! MANIFEST
8276____________________________________________________________________________
8277[ 12922] By: jhi on 2001/11/10 01:34:51
8278 Log: Subject: [PATCH] some tests not cleaning up properly
8279 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8280 Date: Fri, 9 Nov 2001 22:13:10 +0100
8281 Message-ID: <20011109221310.A11115@rafael>
8282 Branch: perl
8283 ! ext/Cwd/t/cwd.t t/io/argv.t
8284____________________________________________________________________________
8285[ 12921] By: jhi on 2001/11/10 01:32:52
8286 Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS
8287 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8288 Date: Fri, 9 Nov 2001 15:07:19 EST
8289 Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
8290 Branch: perl
8291 ! lib/ExtUtils/Embed.t
8292____________________________________________________________________________
8293[ 12920] By: dougm on 2001/11/10 00:34:50
8294 Log: when PERL_USE_SAFE_PUTENV is defined environ will not
8295 have been copied so it shouldn't be freed in perl_destruct()
8296 Branch: perl
8297 ! perl.c
8298____________________________________________________________________________
8299[ 12919] By: ams on 2001/11/09 15:36:22
8300 Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
8301 From: Michael G Schwern <schwern@pobox.com>
8302 Date: Fri, 9 Nov 2001 00:38:59 -0500
8303 Message-Id: <20011109003859.K5587@blackrider>
8304 (Applied with directory name changes suggested by Craig Berry.)
8305 Branch: perl
8306 ! ext/Cwd/t/cwd.t
8307____________________________________________________________________________
8308[ 12918] By: ams on 2001/11/09 15:29:15
8309 Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
8310 From: Michael G Schwern <schwern@pobox.com>
8311 Date: Fri, 9 Nov 2001 01:44:14 -0500
8312 Message-Id: <20011109014414.N5587@blackrider>
8313 Branch: perl
8314 ! vms/ext/filespec.t
8315____________________________________________________________________________
8316[ 12917] By: jhi on 2001/11/09 14:39:14
8317 Log: Update Changes.
8318 Branch: perl
8319 ! Changes patchlevel.h
8320____________________________________________________________________________
9a01a3a1
JH
8321[ 12916] By: jhi on 2001/11/09 14:33:39
8322 Log: Regen toc.
8323 Branch: perl
8324 ! pod/perltoc.pod
8325____________________________________________________________________________
8326[ 12915] By: jhi on 2001/11/09 14:08:30
8327 Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
8328 see http://www.jepstone.net/bjepson//jpl/cvs.html
8329 Branch: perl
8330 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8331____________________________________________________________________________
8332[ 12914] By: ams on 2001/11/09 14:05:12
8333 Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
8334 From: Michael G Schwern <schwern@pobox.com>
8335 Date: Thu, 8 Nov 2001 22:05:49 -0500
8336 Message-Id: <20011108220549.F5587@blackrider>
8337 Branch: perl
8338 ! vms/test.com
8339____________________________________________________________________________
8340[ 12913] By: jhi on 2001/11/09 13:54:23
8341 Log: NetWare update from Ananth Kesari.
8342 Branch: perl
8343 ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
8344____________________________________________________________________________
8345[ 12912] By: ams on 2001/11/09 13:40:26
8346 Log: Subject: [PATCH ID 20011109.100] #!perl -F...
8347 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8348 Date: Fri, 9 Nov 2001 14:32:28 +0100
8349 Message-Id: <20011109143228.A18996@rafael>
8350 Branch: perl
8351 ! perl.c
8352____________________________________________________________________________
8353[ 12911] By: jhi on 2001/11/09 13:37:01
8354 Log: FAQ sync.
8355 Branch: perl
8356 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8357 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8358 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
8359____________________________________________________________________________
8360[ 12910] By: ams on 2001/11/09 07:33:49
8361 Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
8362 From: Michael G Schwern <schwern@pobox.com>
8363 Date: Fri, 9 Nov 2001 00:41:56 -0500
8364 Message-Id: <20011109004156.L5587@blackrider>
8365 Branch: perl
8366 ! lib/File/Find/t/find.t
8367____________________________________________________________________________
8368[ 12909] By: jhi on 2001/11/09 00:23:40
8369 Log: Upgrade to Unicode::Normalize 0.10, now in XS.
8370 The CPAN distribution has both pm and XS implementations,
8371 and for performance reasons we choose the XS.
8372 Another reason to choose the XS is that it doesn't
8373 require Lingua::KO::Hangul::Util, which means that
8374 we can delete that-- which in turn means that Unicode::UCD
8375 cannot expect that: support it, but don't expect.
8376 Ditto Unicode::Collate.
8377
8378 Note that Unicode::Normalize Makefile.PL and
8379 Normalize.xs have been modified from the CPAN 0.10
8380 versions: the first one to be simpler (no pm) and
8381 clean up the generated unf*.h files, the second one
8382 to quench compiler grumblings. Must notify Sadahiro
8383 about these changes.
8384 Branch: perl
8385 + ext/Unicode/Normalize/Changes
8386 + ext/Unicode/Normalize/Makefile.PL
8387 + ext/Unicode/Normalize/Normalize.pm
8388 + ext/Unicode/Normalize/Normalize.pod
8389 + ext/Unicode/Normalize/Normalize.xs
8390 + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8391 + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8392 + ext/Unicode/Normalize/t/test.t
8393 - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8394 - lib/Lingua/KO/Hangul/Util/README
8395 - lib/Lingua/KO/Hangul/Util/t/test.t
8396 - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8397 - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8398 ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
8399 ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
8400 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
8401 ! win32/makefile.mk
8402____________________________________________________________________________
8403[ 12908] By: jhi on 2001/11/08 23:49:42
8404 Log: Test miscounting.
8405 Branch: perl
8406 ! ext/POSIX/t/posix.t
8407____________________________________________________________________________
8408[ 12907] By: jhi on 2001/11/08 22:06:31
8409 Log: Quote the variables in failures messages more nicely.
8410 Branch: perl
8411 ! t/test.pl
8412____________________________________________________________________________
8413[ 12906] By: jhi on 2001/11/08 21:55:32
8414 Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8415 From: Michael G Schwern <schwern@pobox.com>
8416 Date: Thu, 8 Nov 2001 17:24:49 -0500
8417 Message-ID: <20011108172449.A5587@blackrider>
8418
8419 Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8420 From: "Craig A. Berry" <craigberry@mac.com>
8421 Date: Thu, 8 Nov 2001 16:35:00 -0600
8422 Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
8423 Branch: perl
8424 ! ext/POSIX/t/posix.t t/test.pl vms/test.com
8425____________________________________________________________________________
8426[ 12905] By: jhi on 2001/11/08 21:51:51
8427 Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
8428 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8429 Date: Thu, 8 Nov 2001 22:52:50 -0000
8430 Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
8431 Branch: perl
8432 ! ext/DB_File/t/db-recno.t
8433____________________________________________________________________________
8434[ 12904] By: jhi on 2001/11/08 21:49:20
8435 Log: Unicode::UCD is not yet supported in EBCDIC platforms.
8436 (Probably not an EBCDIC issue the way one would think
8437 since no chr() et alia are used in UCD.pm.)
8438 Branch: perl
8439 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8440____________________________________________________________________________
8441[ 12903] By: jhi on 2001/11/08 15:16:49
8442 Log: Whether overwriting the $self->{...} values (see #12902)
8443 is a good policy or not is debatable, but let's at least
8444 be consistent.
8445 Branch: perl
8446 ! lib/ExtUtils/MM_Unix.pm
8447____________________________________________________________________________
8448[ 12902] By: jhi on 2001/11/08 15:13:15
8449 Log: The MakeMaker argument () quoting patch that sneaked
8450 in at #12883 didn't handle make macros like this $(...).
8451 Leaning toothpicks, we've got them.
8452 Branch: perl
8453 ! lib/ExtUtils/MM_Unix.pm
8454____________________________________________________________________________
8455[ 12901] By: jhi on 2001/11/08 14:28:38
8456 Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
8457 From: Michael G Schwern <schwern@pobox.com>
8458 Date: Wed, 7 Nov 2001 02:02:29 -0500
8459 Message-ID: <20011107020229.K2858@blackrider>
8460 Branch: perl
8461 ! t/io/argv.t t/test.pl vms/test.com
8462____________________________________________________________________________
8463[ 12900] By: jhi on 2001/11/08 14:14:40
8464 Log: Subject: [PATCH 20011106.084] -s on #! line
8465 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8466 Date: Wed, 7 Nov 2001 22:23:39 +0100
8467 Message-ID: <20011107222339.E729@rafael>
8468 Branch: perl
8469 ! embed.h embed.pl perl.c proto.h toke.c
8470____________________________________________________________________________
8471[ 12899] By: jhi on 2001/11/08 13:46:02
8472 Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
8473 From: Michael G Schwern <schwern@pobox.com>
8474 Date: Wed, 7 Nov 2001 16:52:49 -0500
8475 Message-ID: <20011107165249.I7346@blackrider>
8476 Branch: perl
8477 ! pod/perlhack.pod
8478____________________________________________________________________________
8479[ 12898] By: ams on 2001/11/08 13:02:19
8480 Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8481 From: Mark-Jason Dominus <mjd@plover.com>
8482 Date: Thu, 08 Nov 2001 08:59:02 -0500
8483 Message-Id: <20011108135902.2275.qmail@plover.com>
8484 Branch: perl
8485 ! INSTALL README README.amiga README.os2 README.vms
8486 ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
8487 ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
8488____________________________________________________________________________
8489[ 12897] By: ams on 2001/11/08 12:49:28
8490 Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8491 From: mjd@plover.com
8492 Date: 8 Nov 2001 13:33:18 -0000
8493 Message-Id: <20011108133318.1786.qmail@plover.com>
8494 Branch: perl
8495 ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
8496 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8497 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8498 ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8499 ! pod/perlport.pod pod/perlvar.pod
8500____________________________________________________________________________
8501[ 12896] By: ams on 2001/11/08 11:22:12
8502 Log: open(FH, $file) should strip leading and trailing whitespace.
8503 Branch: perl
8504 ! doio.c
8505____________________________________________________________________________
8506[ 12895] By: ams on 2001/11/08 10:17:14
8507 Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
8508 From: "Craig A. Berry" <craigberry@mac.com>
8509 Date: Wed, 07 Nov 2001 13:41:50 -0600
8510 Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
8511 Branch: perl
8512 ! t/op/glob.t
8513____________________________________________________________________________
8514[ 12894] By: ams on 2001/11/08 08:32:20
8515 Log: Subject: [ID 20011108.092] makedepend bug with new gcc
8516 From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
8517 Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
8518 Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
8519 Branch: perl
8520 ! makedepend.SH
8521____________________________________________________________________________
8522[ 12893] By: ams on 2001/11/08 08:26:31
8523 Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
8524 From: mjd@plover.com
8525 Date: 8 Nov 2001 08:08:07 -0000
8526 Message-Id: <20011108080807.30147.qmail@plover.com>
8527
8528 Subject: bleadperl perl.pod
8529 From: mjd@plover.com
8530 Date: 8 Nov 2001 08:10:47 -0000
8531 Message-Id: <20011108081047.30178.qmail@plover.com>
8532
8533 Subject: more bleadperl perl.pod
8534 From: mjd@plover.com
8535 Date: 8 Nov 2001 08:16:28 -0000
8536 Message-Id: <20011108081628.30229.qmail@plover.com>
8537 Branch: perl
8538 ! pod/perl.pod pod/perldebug.pod
8539____________________________________________________________________________
8540[ 12892] By: jhi on 2001/11/07 16:01:37
8541 Log: Tweak for Cray-friendliness from Nicholas Clark.
8542 Branch: perl
8543 ! sv.c
8544____________________________________________________________________________
8545[ 12891] By: jhi on 2001/11/07 15:54:24
8546 Log: VMS patch redo from Charles Lane.
8547 Branch: perl
8548 ! vms/gen_shrfls.pl
8549____________________________________________________________________________
8550[ 12890] By: ams on 2001/11/07 15:16:10
8551 Log: Subject: [ID 20011107.088] two perl pod nits
8552 From: lvirden@cas.org
8553 Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
8554 Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
8555 Branch: perl
8556 ! pod/perl.pod pod/perlfaq3.pod
8557____________________________________________________________________________
8558[ 12889] By: jhi on 2001/11/07 15:07:18
8559 Log: Update Changes.
8560 Branch: perl
8561 ! Changes patchlevel.h
8562____________________________________________________________________________
039dc8d1
JH
8563[ 12888] By: jhi on 2001/11/07 14:26:42
8564 Log: The (emulated) "no utf8" must be in a BEGIN block
8565 to be effective.
8566 Branch: perl
8567 ! lib/CGI/t/html.t
8568____________________________________________________________________________
8569[ 12887] By: jhi on 2001/11/07 13:52:58
8570 Log: "v-strings" is the right term.
8571 Branch: perl
8572 ! pod/perltodo.pod
8573____________________________________________________________________________
8574[ 12886] By: jhi on 2001/11/07 13:48:36
8575 Log: Add vstrings-as-objects need to perltodo.
8576 Branch: perl
8577 ! pod/perltodo.pod
8578____________________________________________________________________________
8579[ 12885] By: jhi on 2001/11/07 13:43:33
8580 Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
8581 From: Nicholas Clark <nick@ccl4.org>
8582 Date: Wed, 7 Nov 2001 14:36:32 +0000
8583 Message-ID: <20011107143631.I24980@plum.flirble.org>
8584 Branch: perl
8585 ! t/op/pack.t
8586____________________________________________________________________________
8587[ 12884] By: jhi on 2001/11/07 13:34:44
8588 Log: The Embed test requires a major rewrite for VMS
8589 (plus it reveals a couple of annoying glitches
8590 in buffering), so skip the test for now; from
8591 Charles Lane.
8592 Branch: perl
8593 ! lib/ExtUtils/Embed.t
8594____________________________________________________________________________
8595[ 12883] By: jhi on 2001/11/07 13:33:16
8596 Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
8597 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8598 Date: Wed, 7 Nov 2001 09:23:28 EST
8599 Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
137e7465
JH
8600
8601 (Also i seems that an unrelated experimental patch
8602 to lib/ExtUtils/MM_Unix.pm was accidentally included.)
039dc8d1
JH
8603 Branch: perl
8604 ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
8605____________________________________________________________________________
8606[ 12882] By: ams on 2001/11/07 05:14:04
8607 Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
8608 From: Mark-Jason Dominus <mjd@plover.com>
8609 Date: Wed, 07 Nov 2001 00:43:46 -0500
8610 Message-Id: <20011107054346.14428.qmail@plover.com>
8611 Branch: perl
8612 ! gv.c op.c toke.c
8613____________________________________________________________________________
8614[ 12881] By: jhi on 2001/11/07 03:33:08
8615 Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts
8616 From: Michael G Schwern <schwern@pobox.com>
8617 Date: Tue, 6 Nov 2001 22:04:39 -0500
8618 Message-ID: <20011106220439.D2858@blackrider>
8619 Branch: perl
8620 ! lib/perl5db.pl
8621____________________________________________________________________________
8622[ 12880] By: jhi on 2001/11/07 01:35:30
8623 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
8624 stress))
8625 From: Jonathan Stowe <gellyfish@gellyfish.com>
8626 Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
8627 Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
8628
8629 (except for one hunk where indentation differs)
8630 Branch: perl
8631 ! lib/Term/Cap.t
8632____________________________________________________________________________
8633[ 12879] By: jhi on 2001/11/07 01:22:40
8634 Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
8635 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8636 Date: Tue, 6 Nov 2001 21:45:01 +0100
8637 Message-ID: <20011106214501.A704@rafael>
8638 Branch: perl
8639 ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
8640 ! lib/File/Spec/Win32.pm
8641____________________________________________________________________________
8642[ 12878] By: jhi on 2001/11/07 01:06:41
8643 Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test()
8644 From: Michael G Schwern <schwern@pobox.com>
8645 Date: Tue, 6 Nov 2001 20:58:45 -0500
8646 Message-ID: <20011106205845.G29411@blackrider>
8647 Branch: perl
8648 ! t/test.pl
8649____________________________________________________________________________
8650[ 12877] By: jhi on 2001/11/07 01:01:18
8651 Log: Subject: making do_sprintf public
8652 From: Doug MacEachern <dougm@covalent.net>
8653 Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
8654 Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
8655 Branch: perl
8656 ! embed.h embed.pl global.sym
8657____________________________________________________________________________
8658[ 12876] By: jhi on 2001/11/06 22:12:28
8659 Log: Update to CGI.pm 2.78.
8660
8661 TODO: the test suite needs to be merged so that
8662 when in core, the core version is tested, and when
8663 using the CPAN version, testing the CPAN version.
8664 (the changes need to be sent to Lincoln, too...)
8665 Branch: perl
8666 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8667 ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
8668 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8669 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8670 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8671 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8672____________________________________________________________________________
8673[ 12875] By: jhi on 2001/11/06 22:10:03
8674 Log: Integrate with perlio; (strictly) readonly hashes via XS.
8675 Branch: perl
8676 +> t/lib/access.t
8677 !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8678____________________________________________________________________________
8679[ 12874] By: nick on 2001/11/06 21:05:16
8680 Log: Keep It Simple and Stupid version of readonly hash support.
8681 - Test for SvREAONLY(hv) at a few spots in hv.c
8682 - add the error message to perldiag.pod
8683 - (dubious) add access::readonly() to univeral.c
8684 - add test using above
8685 - fixup ext/B/t/stash.t to account for access:: existing
8686 Branch: perlio
8687 + t/lib/access.t
8688 ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8689____________________________________________________________________________
8690[ 12873] By: jhi on 2001/11/06 17:07:50
8691 Log: Fix incorrect warnings about broken globbing;
8692 from Andy Dougherty.
8693 Branch: perl
8694 ! hints/linux.sh
8695____________________________________________________________________________
8696[ 12872] By: jhi on 2001/11/06 15:18:41
8697 Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8
8698 toggle-on from the encoding pragma.
8699 Branch: perl
8700 ! regcomp.c regexec.c
8701____________________________________________________________________________
8702[ 12871] By: jhi on 2001/11/06 13:19:46
8703 Log: Retract #12824, doesn't help and is ignored
8704 by Configure anyway.
8705 Branch: perl
8706 ! hints/beos.sh
8707____________________________________________________________________________
8708[ 12870] By: ams on 2001/11/06 10:40:37
8709 Log: Subject: Cosmetic change
8710 From: H.Merijn Brand <h.m.brand@hccnet.nl>
8711 Date: Tue, 06 Nov 2001 12:30:52 +0100
8712 Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
8713 Branch: perl
8714 ! README.hpux
8715____________________________________________________________________________
8716[ 12869] By: nick on 2001/11/06 08:26:40
8717 Log: Integrate mainline
8718 Branch: perlio
8719 !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
8720 !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
8721____________________________________________________________________________
8722[ 12868] By: jhi on 2001/11/06 03:15:50
8723 Log: The parentheses are protected enough.
8724 Branch: perl
8725 ! hints/os390.sh
8726____________________________________________________________________________
8727[ 12867] By: jhi on 2001/11/06 03:13:50
8728 Log: ccflags, not ldflags.
8729 Branch: perl
8730 ! hints/os390.sh
8731____________________________________________________________________________
8732[ 12866] By: jhi on 2001/11/06 03:12:57
8733 Log: ... and the proto to go with #12865.
8734 Branch: perl
8735 ! proto.h
8736____________________________________________________________________________
8737[ 12865] By: jhi on 2001/11/06 03:11:12
8738 Log: Oops. Luckily nothing was using this symbol yet.
8739 Branch: perl
8740 ! global.sym
8741____________________________________________________________________________
8742[ 12864] By: jhi on 2001/11/06 03:05:34
8743 Log: Implement the encoding pragma for regex literals.
8744 Branch: perl
8745 ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
8746____________________________________________________________________________
8747[ 12863] By: jhi on 2001/11/06 01:01:49
8748 Log: More UTF8 EXACT fixing.
8749 Branch: perl
8750 ! regexec.c
8751____________________________________________________________________________
8752[ 12862] By: jhi on 2001/11/06 00:05:19
8753 Log: More re debugging.
8754 Branch: perl
8755 ! regexec.c
8756____________________________________________________________________________
8757[ 12861] By: jhi on 2001/11/05 23:24:24
8758 Log: EXACT correction attempt. Continued in #12863.
8759 Branch: perl
8760 ! regexec.c
8761____________________________________________________________________________
8762[ 12860] By: jhi on 2001/11/05 22:57:04
8763 Log: Unterminated L<.
8764 Branch: perl
8765 ! ext/DB_File/DB_File.pm
8766____________________________________________________________________________
8767[ 12859] By: nick on 2001/11/05 19:15:17
8768 Log: Integrate mainline
8769 Branch: perlio
8770 +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8771 +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8772 +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
8773 +> lib/Math/BigInt/t/sub_mbi.t
8774 - lib/Math/BigInt/t/Math/Subclass.pm
8775 - lib/Math/BigInt/t/subclass.t
8776 !> (integrate 30 files)
8777____________________________________________________________________________
8778[ 12858] By: jhi on 2001/11/05 17:05:38
8779 Log: Regex debugging fixes from Hugo.
8780 Branch: perl
8781 ! regcomp.c regexec.c
8782____________________________________________________________________________
8783[ 12857] By: jhi on 2001/11/05 16:09:51
8784 Log: IRIX: at some point the cc -version has started
8785 to output to stderr, not stdout any more.
8786 Branch: perl
8787 ! hints/irix_6.sh
8788____________________________________________________________________________
8789[ 12856] By: jhi on 2001/11/05 15:27:45
8790 Log: Update Changes.
8791 Branch: perl
8792 ! Changes patchlevel.h
8793____________________________________________________________________________
e83a44d3
JH
8794[ 12855] By: jhi on 2001/11/05 15:21:13
8795 Log: The ${"\cTAINT"} raises the ire of 'use strict'.
8796 Branch: perl
8797 ! lib/File/Spec/Unix.pm
8798____________________________________________________________________________
8799[ 12854] By: jhi on 2001/11/05 15:16:24
8800 Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
8801 From: rgarciasuarez@free.fr
8802 Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)
8803 Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
8804 Branch: perl
8805 ! lib/File/Spec/Unix.pm
8806____________________________________________________________________________
8807[ 12853] By: jhi on 2001/11/05 14:54:37
8808 Log: Use config.arch in OS/390 where the combination of
8809 IEEE floats and ldflags is tricky.
8810 Branch: perl
8811 ! hints/os390.sh
8812____________________________________________________________________________
8813[ 12852] By: jhi on 2001/11/05 14:53:53
8814 Log: Metaconfig unit change for #12851.
8815 Branch: metaconfig
8816 ! U/modified/Config_sh.U
8817____________________________________________________________________________
8818[ 12851] By: jhi on 2001/11/05 14:53:14
8819 Log: Support a config.arch file, similar to config.over,
8820 but loaded just before it.
8821 Branch: perl
8822 ! Configure INSTALL
8823____________________________________________________________________________
8824[ 12850] By: jhi on 2001/11/05 13:34:25
8825 Log: Subject: [PATCH Symbol.{pm.t}] bugfixes
8826 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8827 Date: Mon, 5 Nov 2001 14:26:24 +0100
8828 Message-ID: <20011105142624.C31977@rafael>
8829 Branch: perl
8830 ! lib/Symbol.pm lib/Symbol.t
8831____________________________________________________________________________
8832[ 12849] By: jhi on 2001/11/04 22:15:39
8833 Log: Subject: [PATCH] unbalanced parenthesis in pods
8834 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8835 Date: Sun, 4 Nov 2001 22:28:57 +0100
8836 Message-ID: <20011104222857.C696@rafael>
8837 Branch: perl
8838 ! pod/perldebug.pod pod/perlpodspec.pod
8839____________________________________________________________________________
8840[ 12848] By: jhi on 2001/11/04 22:11:24
8841 Log: The missing pieces from the Math::BigInt 1.45 puzzle.
8842 Branch: perl
8843 ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
8844____________________________________________________________________________
8845[ 12847] By: jhi on 2001/11/04 17:44:41
8846 Log: Math::Big* test tweaks to work better with core:
8847 but the coast still not clear.
8848 Branch: perl
8849 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8850 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8851____________________________________________________________________________
8852[ 12846] By: jhi on 2001/11/04 17:43:10
8853 Log: Protect against high load: measure how much wall
8854 clock time went by while sleeping. Avoids some
8855 false negatives, while may introduce some false
8856 positives. Life is hard.
8857 Branch: perl
8858 ! ext/Time/HiRes/HiRes.t
8859____________________________________________________________________________
8860[ 12845] By: jhi on 2001/11/04 17:29:40
8861 Log: More forgotten from #12843.
8862 Branch: perl
8863 ! lib/Math/BigInt/t/bigfltpm.inc
8864____________________________________________________________________________
8865[ 12844] By: jhi on 2001/11/04 17:19:13
8866 Log: Forgot from #12843.
8867 Branch: perl
8868 + lib/Math/BigInt/t/bigintpm.inc
8869 ! MANIFEST
8870____________________________________________________________________________
8871[ 12843] By: jhi on 2001/11/04 16:52:45
8872 Log: Upgrade to Math::BigInt 1.45; from Tels.
8873 NOTE: some of the tests are failing but that's because
8874 the core integration is not yet done.
8875 Branch: perl
8876 + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8877 + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8878 + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8879 - lib/Math/BigInt/t/Math/Subclass.pm
8880 - lib/Math/BigInt/t/subclass.t
8881 ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
8882 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
8883 ! lib/Math/BigInt/t/mbimbf.t
8884____________________________________________________________________________
8885[ 12842] By: jhi on 2001/11/04 16:45:02
8886 Log: VMS: adds capability to control more configuration stuff with
8887 -D and -U switches; parsing config.sh to extract previous config
8888 info in VMS-form, and a rewrite of the "prompt/response" routine;
8889 from Charles Lane.
8890 Branch: perl
8891 ! configure.com
8892____________________________________________________________________________
8893[ 12841] By: jhi on 2001/11/04 15:18:39
8894 Log: Subject: Typo correction in perldebguts.pod
8895 From: mjd@plover.com
8896 Date: 4 Nov 2001 16:20:05 -0000
8897 Message-ID: <20011104162005.16699.qmail@plover.com>
8898 Branch: perl
8899 ! pod/perldebguts.pod
8900____________________________________________________________________________
8901[ 12840] By: jhi on 2001/11/04 15:17:22
8902 Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
8903 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8904 Date: Sun, 4 Nov 2001 11:47:30 +0100
8905 Message-ID: <20011104114730.A715@rafael>
8906
8907 Remove -T from the test, wrong place for that.
8908 Branch: perl
8909 ! lib/File/Temp/t/mktemp.t
8910____________________________________________________________________________
8911[ 12839] By: jhi on 2001/11/04 15:15:42
8912 Log: Subject: [REPATCH] Re: PerlIOBuf_dup
8913 From: Nicholas Clark <nick@ccl4.org>
8914 Date: Sun, 4 Nov 2001 10:41:24 +0000
8915 Message-ID: <20011104104123.U20123@plum.flirble.org>
8916 Branch: perl
8917 ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
8918____________________________________________________________________________
8919[ 12838] By: jhi on 2001/11/03 21:19:43
8920 Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8921 From: Michael G Schwern <schwern@pobox.com>
8922 Date: Sat, 3 Nov 2001 15:41:47 -0500
8923 Message-ID: <20011103154147.C600@blackrider>
8924 Branch: perl
8925 ! lib/Term/Cap.t
8926____________________________________________________________________________
8927[ 12837] By: jhi on 2001/11/03 21:14:34
8928 Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t
8929 From: "Craig A. Berry" <craigberry@mac.com>
8930 Date: Sat, 03 Nov 2001 16:02:28 -0600
8931 Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
8932 Branch: perl
8933 ! ext/Time/HiRes/HiRes.t
8934____________________________________________________________________________
8935[ 12836] By: jhi on 2001/11/03 18:41:33
8936 Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
8937 From: "chromatic" <chromatic@rmci.net>
8938 Date: Sat, 03 Nov 2001 12:28:17 -0700
8939 Message-ID: <20011103193507.94848.qmail@onion.perl.org>
8940 Branch: perl
8941 ! lib/Term/Cap.t
8942____________________________________________________________________________
8943[ 12835] By: jhi on 2001/11/03 18:34:08
8944 Log: Don't bother doing POSIX charclass parsing if it
8945 possibly cannot be so. Prepares way for charclass
8946 syntax like [[abc]||[def]] (or just [[abc][def]])
8947 for union, [[\w]&&[$a]] for intersection,
8948 and [[a-z]&&[^def]] for subtraction.
8949
8950 Currently /[[a]/ (or /[a[]/) parses as a character
8951 class containing two characters, "[" and "a",
8952 this may have to be broken for the syntax described
8953 above, otherwise we would have to scan the whole pattern
8954 to find out whether the square brackets match pairwise.
8955 Luckily, the special case of "[" doesn't seem to be
8956 documented (as opposed to "]" and "-"), so we may have
8957 better story for breaking it... One can always use \[
8958 if one wants a literal "[", so there.
8959 Branch: perl
8960 ! regcomp.c
8961____________________________________________________________________________
8962[ 12834] By: jhi on 2001/11/03 17:51:44
8963 Log: Comment correction.
8964 Branch: perl
8965 ! regcomp.c
8966____________________________________________________________________________
8967[ 12833] By: jhi on 2001/11/03 17:33:21
8968 Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
8969 The latter is a RedHatism.
8970 Branch: perl
8971 ! lib/ExtUtils/MakeMaker.pm
8972____________________________________________________________________________
8973[ 12832] By: jhi on 2001/11/03 15:43:03
8974 Log: Integrate perlio.
8975 Branch: perl
8976 !> perlio.c
8977____________________________________________________________________________
8978[ 12831] By: nick on 2001/11/03 11:42:15
8979 Log: Integrate mainline
8980 Branch: perlio
8981 !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
8982 !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
8983 !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
8984 !> sv.c t/test.pl
8985____________________________________________________________________________
8986[ 12830] By: nick on 2001/11/03 10:27:34
8987 Log: Fix clone_leak problem.
8988 PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
8989 as vestige of calling PerlLIO_dup().
8990 Branch: perlio
8991 ! perlio.c
8992____________________________________________________________________________
8993[ 12829] By: nick on 2001/11/03 09:40:46
8994 Log: Tweaks attempting to locate Doug's clone_leak leak.
8995 - add some PerlIO_debug()
8996 - handle PerlIO_clone() with empty lists (clone before Perl_parse())
8997 - Even if it closing stdout etc. do a fflush()
8998 Branch: perlio
8999 ! perlio.c
9000____________________________________________________________________________
9001[ 12828] By: nick on 2001/11/03 08:34:31
9002 Log: Integrate mainline
9003 Branch: perlio
9004 !> (integrate 54 files)
9005____________________________________________________________________________
9006[ 12827] By: ams on 2001/11/03 03:45:19
9007 Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
9008 remove this later). Based on a patch from Robert Spier in
9009 <15330.61459.14452.795263@rls.cx>.
9010 Branch: perl
9011 ! sv.c
9012____________________________________________________________________________
9013[ 12826] By: jhi on 2001/11/02 23:56:00
9014 Log: microperl sync.
9015 Branch: perl
9016 ! doio.c perl.c perl.h perlio.c regexec.c
9017____________________________________________________________________________
9018[ 12825] By: jhi on 2001/11/02 23:20:03
9019 Log: Definitions for the Unicode Newline Guidelines.
9020 Branch: perl
9021 ! perl.h
9022____________________________________________________________________________
9023[ 12824] By: jhi on 2001/11/02 23:08:05
137e7465
JH
9024 Log: (retracted by #12871)
9025
9026 There is no csh of any kind in default BeOS.
e83a44d3
JH
9027 For the purposes of miniperl globbing, bash
9028 will do.
9029 Branch: perl
9030 ! hints/beos.sh
9031____________________________________________________________________________
9032[ 12823] By: jhi on 2001/11/02 21:56:36
9033 Log: Integrate change #12820 from macperl to maint and blead;
9034
9035 Fix up (dynaloading) to work properly with multiplicity
9036 Branch: maint-5.6/perl
9037 !> ext/DynaLoader/dl_mac.xs
9038 Branch: perl
9039 !> ext/DynaLoader/dl_mac.xs
9040____________________________________________________________________________
9041[ 12822] By: pudge on 2001/11/02 21:38:22
9042 Log: Several fixes for various exit problems and clearing out
9043 task queue, as well as another (incomplete) go at
9044 fixing error message handling
9045 Branch: maint-5.6/macperl
9046 ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
9047____________________________________________________________________________
9048[ 12821] By: pudge on 2001/11/02 21:36:26
9049 Log: Add source files for bleadperl builds
9050 Branch: maint-5.6/macperl
9051 ! macos/Makefile.mk
9052____________________________________________________________________________
9053[ 12820] By: pudge on 2001/11/02 21:35:15
9054 Log: Fix up to work properly with multiplicity
9055 Branch: maint-5.6/macperl
9056 ! ext/DynaLoader/dl_mac.xs
9057____________________________________________________________________________
9058[ 12819] By: pudge on 2001/11/02 21:21:56
9059 Log: Integrate with maintperl.
9060 Branch: maint-5.6/macperl
9061 +> t/op/system.t t/op/system_tests
9062 !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
9063 !> pod/perltodo.pod util.c win32/win32.c
9064____________________________________________________________________________
9065[ 12818] By: jhi on 2001/11/02 21:03:58
9066 Log: Locate _PATH_LOG if it's a socket even if not #defined
9067 (helps Tru64) From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
9068 via Nick Clark.
9069 Branch: perl
9070 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9071____________________________________________________________________________
9072[ 12817] By: jhi on 2001/11/02 20:07:05
9073 Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
9074 From: Michael G Schwern <schwern@pobox.com>
9075 Date: Fri, 2 Nov 2001 15:36:41 -0500
9076 Message-ID: <20011102153641.E23234@blackrider>
9077 Branch: perl
9078 ! t/test.pl
9079____________________________________________________________________________
9080[ 12816] By: jhi on 2001/11/02 17:53:00
9081 Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
9082 From: merlyn@stonehenge.com (Randal L. Schwartz)
9083 Date: 02 Nov 2001 09:33:34 -0800
9084 Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
9085
9086 (two of the changes)
9087
9088 Better coexistence with extensions.
9089 Branch: perl
9090 ! ext/Errno/Errno_pm.PL hints/darwin.sh
9091____________________________________________________________________________
9092[ 12815] By: ams on 2001/11/02 16:47:43
9093 Log: Subject: Re: [PATCH] the the double double word word fix fix
9094 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9095 Date: Fri, 02 Nov 2001 19:43:07 +0100
9096 Message-Id: <3BE2E93B.627C198E@alcatel.at>
9097 Branch: perl
9098 ! pod/perldebug.pod
9099____________________________________________________________________________
9100[ 12814] By: jhi on 2001/11/02 15:24:10
9101 Log: Update Changes.
9102 Branch: perl
9103 ! Changes patchlevel.h
9104____________________________________________________________________________
7126c819
JH
9105[ 12813] By: jhi on 2001/11/02 15:19:35
9106 Log: More encoding testing.
9107 Branch: perl
9108 ! lib/encoding.pm lib/encoding.t
9109____________________________________________________________________________
9110[ 12812] By: ams on 2001/11/02 15:07:11
9111 Log: Slight modification of #12811.
9112 Branch: perl
9113 ! op.c
9114____________________________________________________________________________
9115[ 12811] By: jhi on 2001/11/02 14:58:13
9116 Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
9117 From: Radu Greab <radu@netsoft.ro>
9118 Date: Fri, 2 Nov 2001 15:28:58 +0200
9119 Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
9120 Branch: perl
9121 ! op.c t/op/stat.t
9122____________________________________________________________________________
9123[ 12810] By: jhi on 2001/11/02 14:15:34
9124 Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
9125 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9126 Date: Thu, 1 Nov 2001 22:35:50 +0100
9127 Message-ID: <20011101223550.A10849@rafael>
9128 Branch: perl
9129 ! lib/ExtUtils/Embed.t
9130____________________________________________________________________________
9131[ 12809] By: jhi on 2001/11/02 14:10:05
9132 Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
9133 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9134 Date: 2 Nov 2001 14:48:51 -0000
9135 Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net>
9136 Branch: perl
9137 ! lib/File/Find.pm
9138____________________________________________________________________________
9139[ 12808] By: jhi on 2001/11/02 05:40:21
9140 Log: Add documentation.
9141 Branch: perl
9142 ! embed.pl pod/perlapi.pod utf8.c
9143____________________________________________________________________________
9144[ 12807] By: jhi on 2001/11/02 05:18:45
9145 Log: Unicode: add ToFold mapping. Not used yet; but basically
9146 a more useful mapping for caseless aka case-ignoring than
9147 doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
9148 algorithm for creating the foldings uses equivalence classes,
9149 see http://www.unicode.org/unicode/reports/tr21/
9150 Hopefully this feature will be used in //i.
9151 (The folding tables were introduced by #12689.)
9152 Branch: perl
9153 ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
9154 ! utf8.c
9155____________________________________________________________________________
9156[ 12806] By: jhi on 2001/11/02 05:04:05
9157 Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
9158 From: "Craig A. Berry" <craigberry@mac.com>
9159 Date: Fri, 02 Nov 2001 00:03:52 -0600
9160 Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
9161 Branch: perl
9162 ! lib/AutoSplit.t
9163____________________________________________________________________________
9164[ 12805] By: jhi on 2001/11/02 04:17:04
9165 Log: Subject: Trivial doc patch
9166 From: andreas.koenig@anima.de (Andreas J. Koenig)
9167 Date: 02 Nov 2001 06:11:35 +0100
9168 Message-ID: <m37kt94v08.fsf@anima.de>
9169 Branch: perl
9170 ! pod/perlport.pod
9171____________________________________________________________________________
9172[ 12804] By: jhi on 2001/11/02 02:14:46
9173 Log: Make encoding and charnames pragmas coexist.
9174 Branch: perl
9175 ! lib/charnames.pm lib/encoding.pm lib/encoding.t
9176____________________________________________________________________________
9177[ 12803] By: jhi on 2001/11/02 01:26:53
9178 Log: The basic character classes seem to go untested with Unicode.
9179 Branch: perl
9180 ! t/op/pat.t
9181____________________________________________________________________________
9182[ 12802] By: ams on 2001/11/02 00:39:36
9183 Log: Subject: [PATCH] the the double double word word fix fix
9184 From: Richard Soderberg <rs@oregonnet.com>
9185 Date: Thu, 1 Nov 2001 13:12:03 -0800
9186 Message-Id: <200111012112.NAA23288@oregonnet.com>
9187
9188 Subject: Re: [PATCH] the the double double word word fix fix
9189 From: Mark-Jason Dominus <mjd@plover.com>
9190 Date: Thu, 01 Nov 2001 16:43:40 -0500
9191 Message-Id: <20011101214340.2044.qmail@plover.com>
9192
9193 Subject: Re: [PATCH] the the double double word word fix fix
9194 From: Mark-Jason Dominus <mjd@plover.com>
9195 Date: Thu, 01 Nov 2001 16:51:39 -0500
9196 Message-Id: <20011101215139.2196.qmail@plover.com>
9197 Branch: perl
9198 ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
9199 ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
9200 ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
9201 ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
9202 ! pod/perltodo.pod pod/perlxstut.pod
9203____________________________________________________________________________
9204[ 12801] By: jhi on 2001/11/01 14:27:51
9205 Log: Comment tweaks.
9206 Branch: perl
9207 ! toke.c
9208____________________________________________________________________________
9209[ 12800] By: jhi on 2001/11/01 14:06:04
9210 Log: FAQ sync.
9211 Branch: perl
9212 ! pod/perlfaq9.pod
9213____________________________________________________________________________
9214[ 12799] By: jhi on 2001/11/01 13:59:42
9215 Log: If an encoding is set by -M/-m, it must be in
9216 effect only for the actual script, not any other
9217 required/-M/-m'ed module, otherwise we enter a nasty
9218 recursion in regexec.c while trying to init the simple
9219 UTF-8 charclasses like PL_utf8_alnum.
9220 Branch: perl
9221 ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
9222____________________________________________________________________________
9223[ 12798] By: jhi on 2001/10/31 21:10:09
9224 Log: A bit more descriptive name.
9225 Branch: perl
9226 ! mg.c
9227____________________________________________________________________________
9228[ 12797] By: jhi on 2001/10/31 20:32:29
9229 Log: Subject: [PATCH Perl@12768] Time::Hires test fix
9230 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9231 Date: Wed, 31 Oct 2001 13:47:04 EST
9232 Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
9233 Branch: perl
9234 ! ext/Time/HiRes/HiRes.t
9235____________________________________________________________________________
9236[ 12796] By: jhi on 2001/10/31 20:31:20
9237 Log: Subject: [PATCH Perl@12768] make setting signal() persistent
9238 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9239 Date: Wed, 31 Oct 2001 13:43:29 EST
9240 Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
9241 Branch: perl
9242 ! mg.c
9243____________________________________________________________________________
9244[ 12795] By: jhi on 2001/10/31 20:29:37
9245 Log: Subject: [PATCH] Various test cleanups
9246 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9247 Date: Tue, 30 Oct 2001 21:56:26 +0100
9248 Message-ID: <20011030215626.A28503@rafael>
9249 Branch: perl
9250 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9251 ! ext/DB_File/t/db-recno.t ext/Encode.t
9252____________________________________________________________________________
9253[ 12794] By: jhi on 2001/10/31 15:26:59
9254 Log: Update Changes.
9255 Branch: perl
9256 ! Changes patchlevel.h
9257____________________________________________________________________________
d0c18bf8
JH
9258[ 12793] By: jhi on 2001/10/31 15:23:12
9259 Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
9260 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9261 Date: Wed, 31 Oct 2001 17:16:39 +0100
9262 Message-ID: <20011031171639.A32511@rafael>
9263 Branch: perl
9264 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
9265____________________________________________________________________________
9266[ 12792] By: jhi on 2001/10/31 15:20:01
9267 Log: Skip message nit.
9268 Branch: perl
9269 ! t/io/fs.t
9270____________________________________________________________________________
9271[ 12791] By: jhi on 2001/10/31 14:54:19
9272 Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
9273 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9274 Date: 31 Oct 2001 14:49:37 -0000
9275 Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net>
9276 Branch: perl
9277 ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
9278____________________________________________________________________________
9279[ 12790] By: jhi on 2001/10/31 14:44:33
9280 Log: Extend the effect of the encoding pragma to chr() and ord().
9281
9282 TODO: regex literals, reentrancy problems with the utf8
9283 and charnames pragmas.
9284 Branch: perl
9285 ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
9286____________________________________________________________________________
9287[ 12789] By: jhi on 2001/10/31 13:25:02
9288 Log: Doc tweaks.
9289 Branch: perl
9290 ! lib/encoding.pm
9291____________________________________________________________________________
9292[ 12788] By: nick on 2001/10/31 08:59:56
9293 Log: Integrate mainline
9294 Branch: perlio
9295 +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
9296 !> (integrate 49 files)
9297____________________________________________________________________________
9298[ 12787] By: jhi on 2001/10/31 03:22:34
9299 Log: Forgot new proto.
9300 Branch: perl
9301 ! proto.h
9302____________________________________________________________________________
9303[ 12786] By: jhi on 2001/10/31 02:32:35
9304 Log: Clarification: use encoding cannot be used to
9305 change the default encoding of "your whole script";
9306 only the default encoding of the *data*. Also, it
9307 seems that "use encoding" does not mix with "use utf8"
9308 (a coredumping recursion ensues). Should not be a huge
9309 problem since "use utf8" is pretty marginal nowadays.
9310 Branch: perl
9311 ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
9312____________________________________________________________________________
9313[ 12785] By: jhi on 2001/10/31 02:19:49
9314 Log: More documentation for the encode pragma.
9315 Branch: perl
9316 ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
9317 ! pod/perlapi.pod pod/perlunicode.pod sv.c
9318____________________________________________________________________________
9319[ 12784] By: jhi on 2001/10/31 02:08:27
9320 Log: Thinko in #12783.
9321 Branch: perl
9322 ! sv.c
9323____________________________________________________________________________
9324[ 12783] By: jhi on 2001/10/31 02:04:22
9325 Log: Make sv_recode_to_utf8() a real API: the encoding
9326 is a parameter, instead of a global. Document the
9327 PERL_ENCODING.
9328 Branch: perl
9329 ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
9330 ! toke.c
9331____________________________________________________________________________
9332[ 12782] By: jhi on 2001/10/31 00:57:42
9333 Log: Enable -Mencoding=foobar also for string literals.
9334 Branch: perl
9335 ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
9336 ! pod/perlapi.pod proto.h sv.c toke.c
9337____________________________________________________________________________
9338[ 12781] By: jhi on 2001/10/30 17:06:39
9339 Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9340 From: Andy Dougherty <doughera@lafayette.edu>
9341 Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
9342 Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
9343 Branch: perl
9344 ! ext/POSIX/hints/svr4.pl
9345____________________________________________________________________________
9346[ 12780] By: jhi on 2001/10/30 14:54:12
9347 Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
9348 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9349 Date: Mon, 29 Oct 2001 23:11:58 -0000
9350 Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9351
9352 Add compat.h.
9353 Branch: perl
9354 ! lib/h2xs.t utils/h2xs.PL
9355____________________________________________________________________________
9356[ 12779] By: jhi on 2001/10/30 13:51:43
9357 Log: Subject: PerlIOBuf_dup
9358 From: Nicholas Clark <nick@ccl4.org>
9359 Date: Mon, 29 Oct 2001 21:52:35 +0000
9360 Message-ID: <20011029215235.K41204@plum.flirble.org>
9361
9362 Add prototype.
9363 Branch: perl
9364 ! perliol.h
9365____________________________________________________________________________
9366[ 12778] By: jhi on 2001/10/30 13:49:51
9367 Log: Subject: [PATCH] Make malloc.c errors more useful
9368 From: Richard Soderberg <rs@oregonnet.com>
9369 Date: Mon, 29 Oct 2001 22:28:02 -0800
9370 Message-Id: <200110300628.WAA11025@oregonnet.com>
9371 Branch: perl
9372 ! malloc.c
9373____________________________________________________________________________
9374[ 12777] By: jhi on 2001/10/30 04:02:10
9375 Log: Retract #12776 - the bug 19990906.001 is still valid.
9376 Branch: perl
9377 ! t/run/kill_perl.t
9378____________________________________________________________________________
9379[ 12776] By: jhi on 2001/10/30 03:03:49
9380 Log: (Retracted by #12777)
9381 Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
9382 From: Michael G Schwern <schwern@pobox.com>
9383 Date: Mon, 29 Oct 2001 23:01:08 -0500
9384 Message-ID: <20011029230108.G18053@blackrider>
9385 Branch: perl
9386 ! t/run/kill_perl.t
9387____________________________________________________________________________
9388[ 12775] By: jhi on 2001/10/30 02:56:41
9389 Log: Comment nits.
9390 Branch: perl
9391 ! lib/encoding.t
9392____________________________________________________________________________
9393[ 12774] By: gsar on 2001/10/30 01:32:57
9394 Log: integrate change#12772 from mainline
9395
9396 Subject: [PATCH] Mommy, what's a pointer cast?
9397 Branch: maint-5.6/perl
9398 ! perl.h
9399____________________________________________________________________________
9400[ 12773] By: jhi on 2001/10/30 01:19:32
9401 Log: Subject: [PATCH] Mommy, what's a pointer cast?
9402 From: Richard Soderberg <rs@oregonnet.com>
9403 Date: Mon, 29 Oct 2001 17:01:10 -0800
9404 Message-Id: <200110300101.RAA31561@oregonnet.com>
9405
9406 (threads* parts)
9407 Branch: perl
9408 ! ext/threads/shared/shared.xs ext/threads/threads.xs
9409____________________________________________________________________________
9410[ 12772] By: jhi on 2001/10/30 01:19:13
9411 Log: Subject: [PATCH] Mommy, what's a pointer cast?
9412 From: Richard Soderberg <rs@oregonnet.com>
9413 Date: Mon, 29 Oct 2001 17:01:10 -0800
9414 Message-Id: <200110300101.RAA31561@oregonnet.com>
9415
9416 (the perl.h part)
9417 Branch: perl
9418 ! perl.h
9419____________________________________________________________________________
9420[ 12771] By: jhi on 2001/10/30 01:17:21
9421 Log: Subject: [PATCH] OpenBSD likes signal.h
9422 From: Richard Soderberg <rs@oregonnet.com>
9423 Date: Mon, 29 Oct 2001 17:00:31 -0800
9424 Message-Id: <200110300100.RAA31533@oregonnet.com>
9425 Branch: perl
9426 ! unixish.h
9427____________________________________________________________________________
9428[ 12770] By: jhi on 2001/10/30 01:10:24
9429 Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
9430 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9431 Date: Mon, 29 Oct 2001 23:04:23 -0000
9432 Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9433 Branch: perl
9434 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9435 ! ext/DB_File/t/db-recno.t
9436____________________________________________________________________________
9437[ 12769] By: jhi on 2001/10/30 01:08:01
9438 Log: Subject: [PATCH perl@12718] HiRes.t tweaks
9439 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9440 Date: Mon, 29 Oct 2001 12:34:07 -0600
9441 Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
9442 Branch: perl
9443 ! ext/Time/HiRes/HiRes.t
9444____________________________________________________________________________
9445[ 12768] By: jhi on 2001/10/29 15:10:04
9446 Log: Update Changes.
9447 Branch: perl
9448 ! Changes patchlevel.h
9449____________________________________________________________________________
4c2e1475
JH
9450[ 12767] By: jhi on 2001/10/29 14:49:28
9451 Log: AIX needs an explicit symbol export list.
9452 Branch: perl
9453 ! lib/ExtUtils/Embed.t
9454____________________________________________________________________________
9455[ 12766] By: jhi on 2001/10/29 14:08:21
9456 Log: The test (and the module) would require some
137e7465 9457 quality hacking time to work on EBCDIC. Based on
4c2e1475
JH
9458 the test results nothing seems to be majorly broken,
9459 the module just seems to have strange assumptions:
9460 got: ''\226\225\205'
9461 expected: ''one'
9462 The \226\225\205 being, of course, 'one', in EBCDIC.
9463 Branch: perl
9464 ! lib/Dumpvalue.t
9465____________________________________________________________________________
9466[ 12765] By: jhi on 2001/10/29 13:58:48
9467 Log: Mark the test known to be failing in EBCDIC.
9468 Branch: perl
9469 ! t/op/tr.t
9470____________________________________________________________________________
9471[ 12764] By: jhi on 2001/10/29 13:51:51
9472 Log: None of the libnet modules are going to work in
9473 EBCDIC without the Convert::EBCDIC.
9474 Branch: perl
9475 ! t/lib/1_compile.t
9476____________________________________________________________________________
9477[ 12763] By: jhi on 2001/10/29 13:45:39
9478 Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
9479 Branch: perl
9480 ! t/op/pack.t
9481____________________________________________________________________________
9482[ 12762] By: jhi on 2001/10/29 13:40:17
9483 Log: UTF-EBCDIC ain't UTF-8.
9484 Branch: perl
9485 ! t/op/pack.t
9486____________________________________________________________________________
9487[ 12761] By: jhi on 2001/10/29 13:35:35
9488 Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
9489 Branch: perl
9490 ! t/lib/1_compile.t
9491____________________________________________________________________________
9492[ 12760] By: jhi on 2001/10/29 13:32:20
9493 Log: Let's not assume ASCII.
9494 Branch: perl
9495 ! t/op/lc.t
9496____________________________________________________________________________
9497[ 12759] By: jhi on 2001/10/29 13:24:54
9498 Log: Call the new perlio symbols differently.
9499 Branch: perl
9500 ! makedef.pl
9501____________________________________________________________________________
9502[ 12758] By: jhi on 2001/10/29 13:23:11
9503 Log: Don't expect ASCII ordering.
9504 Branch: perl
9505 ! lib/ExtUtils/Manifest.t
9506____________________________________________________________________________
9507[ 12757] By: jhi on 2001/10/29 13:13:09
9508 Log: Forgot from #12756.
9509 Branch: perl
9510 ! perlio.h
9511____________________________________________________________________________
9512[ 12756] By: jhi on 2001/10/29 13:12:41
9513 Log: BeOS tweaks:
9514 - fseeko and ftello can be found by Configure but
9515 we do not seem to have prototypes for them so
9516 let's make up some
9517 - BeOS didn't use to have real sockets (sockets as
9518 filedescriptors) but the BONE package is supposed
9519 to fix this. I do not know how to detect BONEness,
9520 see hints/beos.sh for a spot that needs to fixed.
9521 - BeOS has O_TEXT != O_BINARY but has no setmode()
9522 Branch: perl
9523 ! hints/beos.sh perlio.c
9524____________________________________________________________________________
9525[ 12755] By: sky on 2001/10/29 12:56:12
9526 Log: Ugly fix to not die when a thread creator is holding locks.
9527 Branch: perl
9528 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9529 ! ext/threads/threads.xs
9530____________________________________________________________________________
9531[ 12754] By: jhi on 2001/10/29 12:31:34
9532 Log: Integrate change #12752 from maintperl;
9533
9534 croak(Nullch) wasn't printing the contents of ERRSV if there was
9535 no outer eval (bug in change#6125)
9536 Branch: perl
9537 !> util.c
9538____________________________________________________________________________
9539[ 12753] By: jhi on 2001/10/29 12:28:41
9540 Log: Subject: [PATCH h2xs] Use of static data in XS modules
9541 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9542 Date: Sun, 28 Oct 2001 21:19:07 -0000
9543 Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
9544
9545 with nits from Sarathy.
9546 Branch: perl
9547 ! utils/h2xs.PL
9548____________________________________________________________________________
9549[ 12752] By: gsar on 2001/10/29 03:07:15
9550 Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
9551 no outer eval (bug in change#6125)
9552 Branch: maint-5.6/perl
9553 ! util.c
9554____________________________________________________________________________
9555[ 12751] By: jhi on 2001/10/28 23:11:15
9556 Log: More todo for the encoding pragma.
9557 Branch: perl
9558 ! lib/encoding.pm
9559____________________________________________________________________________
9560[ 12750] By: jhi on 2001/10/28 22:55:24
9561 Log: Add the encoding pragma to control the "upgrade"
9562 from the native eight bit data to Unicode.
9563
9564 TODO: \x.. and \0... literals. \N{}. chr()? ord()?
9565 Branch: perl
9566 + lib/encoding.pm lib/encoding.t
9567 ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
9568 ! pod/perlunicode.pod pod/perlvar.pod sv.c
9569____________________________________________________________________________
9570[ 12749] By: sky on 2001/10/28 21:02:33
9571 Log: Update documentation.
9572 Branch: perl
9573 ! ext/threads/shared/shared.pm
9574____________________________________________________________________________
9575[ 12748] By: jhi on 2001/10/28 20:55:57
9576 Log: Integrate change #12747 from maintperl;
9577
9578 finishing touches to system() fixes on windows:
9579 * detect cmd shell correctly even if it had full path in it
9580 * more quoting needed for single-arg system if the argument
9581 really had multiple quoted arguments within it
9582 * be smarter about not calling the shell when the executable
9583 has spaces, but otherwise does not need shell involvement
9584 * add a testsuite (windows-specific currently)
9585 Branch: perl
9586 +> t/op/system.t t/op/system_tests
9587 ! MANIFEST pod/perltodo.pod
9588 !> win32/win32.c
9589____________________________________________________________________________
9590[ 12747] By: gsar on 2001/10/28 18:33:23
9591 Log: finishing touches to system() fixes on windows:
9592 * detect cmd shell correctly even if it had full path in it
9593 * more quoting needed for single-arg system if the argument
9594 really had multiple quoted arguments within it
9595 * be smarter about not calling the shell when the executable
9596 has spaces, but otherwise does not need shell involvement
9597 * add a testsuite (windows-specific currently)
9598 Branch: maint-5.6/perl
9599 + t/op/system.t t/op/system_tests
9600 ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
9601____________________________________________________________________________
9602[ 12746] By: jhi on 2001/10/28 16:34:35
9603 Log: Integrate perlio.
9604 Branch: perl
9605 !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
9606____________________________________________________________________________
9607[ 12745] By: nick on 2001/10/28 16:08:14
9608 Log: Mingw32 fixup for Embed.t
9609 Branch: perlio
9610 ! lib/ExtUtils/Embed.t
9611____________________________________________________________________________
9612[ 12744] By: nick on 2001/10/28 15:54:14
9613 Log: GCC vs MS 64-bit constant syntax
9614 Branch: perlio
9615 ! ext/Time/HiRes/HiRes.xs
9616____________________________________________________________________________
9617[ 12743] By: nick on 2001/10/28 15:42:55
9618 Log: Integrate mainline
9619 Branch: perlio
9620 !> ext/threads/threads.pm lib/ExtUtils/Embed.t
9621____________________________________________________________________________
9622[ 12742] By: sky on 2001/10/28 14:47:10
9623 Log: Manpage updates.
9624 Branch: perl
9625 ! ext/threads/threads.pm
9626____________________________________________________________________________
9627[ 12741] By: jhi on 2001/10/28 14:39:55
9628 Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
9629 Branch: perl
9630 ! lib/ExtUtils/Embed.t
9631____________________________________________________________________________
9632[ 12740] By: nick on 2001/10/28 14:14:24
9633 Log: Integrate mainline
9634 Branch: perlio
9635 !> lib/ExtUtils/Embed.t win32/win32.c
9636____________________________________________________________________________
9637[ 12739] By: jhi on 2001/10/28 14:06:58
9638 Log: Need to be ./executed.
9639 Branch: perl
9640 ! lib/ExtUtils/Embed.t
9641____________________________________________________________________________
9642[ 12738] By: jhi on 2001/10/28 14:03:58
9643 Log: Integrate perlio.
9644 Branch: perl
9645 !> perlio.c win32/win32.h
9646____________________________________________________________________________
9647[ 12737] By: nick on 2001/10/28 13:53:45
9648 Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
9649 by gcc -xc++.
9650 Branch: perlio
9651 ! win32/win32.h
9652____________________________________________________________________________
9653[ 12736] By: nick on 2001/10/28 13:50:50
9654 Log: Have :stdio layer update an honour the fd refcnt table.
9655 Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
9656 Branch: perlio
9657 ! perlio.c
9658____________________________________________________________________________
9659[ 12735] By: jhi on 2001/10/28 13:34:37
9660 Log: Integrate changes #12724 and #12725 from maintperl;
9661 multiarg system now works.
9662 Branch: perl
9663 !> win32/win32.c
9664____________________________________________________________________________
9665[ 12734] By: jhi on 2001/10/28 13:31:54
9666 Log: Integrate perlio.
9667 Branch: perl
9668 +> lib/ExtUtils/Embed.t
9669 !> MANIFEST perlio.c
9670____________________________________________________________________________
9671[ 12733] By: nick on 2001/10/28 13:07:16
9672 Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
9673 least for PERLIO=perlio unthreaded case
9674 Branch: perlio
9675 ! perlio.c
9676____________________________________________________________________________
9677[ 12732] By: nick on 2001/10/28 11:10:24
9678 Log: Typo in exe name
9679 Branch: perlio
9680 ! lib/ExtUtils/Embed.t
9681____________________________________________________________________________
9682[ 12731] By: nick on 2001/10/28 11:09:59
9683 Log: Integrate Mainline
9684 Branch: perlio
9685 !> Changes configure.com ext/DB_File/DB_File.pm
9686 !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
9687 !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
9688 !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
9689 !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
9690 !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
9691 !> t/TEST t/op/regexp.t win32/buildext.pl
9692____________________________________________________________________________
9693[ 12730] By: nick on 2001/10/28 11:05:35
9694 Log: Fixup Embed.t for Win32/VC++
9695 Branch: perlio
9696 ! lib/ExtUtils/Embed.t
9697____________________________________________________________________________
9698[ 12729] By: nick on 2001/10/28 09:36:20
9699 Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
9700 bug as lib/ExtUtils/Embed.t which tests that and some aspects of
9701 ExtUtils::Embed.
9702 Branch: perlio
9703 + lib/ExtUtils/Embed.t
9704 ! MANIFEST
9705____________________________________________________________________________
9706[ 12728] By: sky on 2001/10/28 08:12:53
9707 Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
9708 line manually!
9709 Branch: perl
9710 ! lib/ExtUtils/xsubpp
9711____________________________________________________________________________
9712[ 12727] By: sky on 2001/10/28 08:02:09
9713 Log: And here we use the prototypes.
9714 Branch: perl
9715 ! ext/threads/shared/shared.xs
9716____________________________________________________________________________
9717[ 12726] By: sky on 2001/10/28 08:00:48
9718 Log: Support [] style prototypes.
9719 Branch: perl
9720 ! lib/ExtUtils/xsubpp
9721____________________________________________________________________________
9722[ 12725] By: gsar on 2001/10/28 04:49:15
9723 Log: yet another multi-arg system() fix on windows: batch files as the
9724 first argument (i.e. directly executed by CreateProcess()) need
9725 extra quoting to escape shell-shock
9726 Branch: maint-5.6/perl
9727 ! win32/win32.c
9728____________________________________________________________________________
9729[ 12724] By: gsar on 2001/10/28 03:49:31
9730 Log: another multi-arg system() fix on windows: passing empty arguments
9731 now works
9732 Branch: maint-5.6/perl
9733 ! win32/win32.c
9734____________________________________________________________________________
9735[ 12723] By: jhi on 2001/10/28 03:32:32
9736 Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
9737 No final #else #error because we do not seem to
9738 be using #error?
9739 Branch: perl
9740 ! op.h
9741____________________________________________________________________________
9742[ 12722] By: jhi on 2001/10/28 02:41:04
9743 Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
9744 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9745 Date: Sat, 27 Oct 2001 23:28:44 EST
9746 Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
9747 Branch: perl
9748 ! ext/Time/HiRes/HiRes.xs
9749____________________________________________________________________________
9750[ 12721] By: jhi on 2001/10/28 01:53:34
9751 Log: Regen perlapi, perltoc.
9752 Branch: perl
9753 ! pod/perlapi.pod pod/perltoc.pod
9754____________________________________________________________________________
9755[ 12720] By: jhi on 2001/10/28 01:30:04
9756 Log: Subject: [PATCH] sv.h documentation
9757 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9758 Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST)
9759 Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
9760 Branch: perl
9761 ! sv.h
9762____________________________________________________________________________
9763[ 12719] By: gsar on 2001/10/27 23:42:51
9764 Log: "nmake clean" fails to clean ext/... because buildext.pl calls
9765 system("nmake -nologo", "clean") and there is no executable
9766 called "nmake -nologo"; this used to "work" pre-change#12559 due
9767 to bugs in multiarg system() that have since been fixed
9768 Branch: perl
9769 ! win32/buildext.pl
9770____________________________________________________________________________
9771[ 12718] By: jhi on 2001/10/27 21:58:35
9772 Log: Update Changes.
9773 Branch: perl
9774 ! Changes patchlevel.h
9775____________________________________________________________________________
77c5a2e7
JH
9776[ 12717] By: jhi on 2001/10/27 21:54:11
9777 Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
9778 From: Richard.Foley@t-online.de (Richard Foley)
9779 Date: Sun, 28 Oct 2001 00:48:32 +0200
9780 Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
9781 Branch: perl
9782 ! pod/perlhack.pod
9783____________________________________________________________________________
9784[ 12716] By: jhi on 2001/10/27 21:41:02
9785 Log: Must store pointers with the right width.
9786 Branch: perl
9787 ! op.h
9788____________________________________________________________________________
9789[ 12715] By: jhi on 2001/10/27 21:22:52
9790 Log: Integrate change #12711 from perlio;
9791
9792 Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9793 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9794 Branch: perl
9795 !> perlio.c
9796____________________________________________________________________________
9797[ 12714] By: jhi on 2001/10/27 21:04:59
9798 Log: Subject: [PATCH] make minitest
9799 From: Nicholas Clark <nick@ccl4.org>
9800 Date: Sat, 27 Oct 2001 22:56:16 +0100
9801 Message-ID: <20011027225616.L20275@plum.flirble.org>
9802 Branch: perl
9803 ! t/TEST
9804____________________________________________________________________________
9805[ 12713] By: jhi on 2001/10/27 20:58:33
9806 Log: Patch #12661 missed this.
9807 Branch: perl
9808 ! ext/DB_File/DB_File.pm
9809____________________________________________________________________________
9810[ 12712] By: jhi on 2001/10/27 20:56:38
9811 Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
9812 From: "Craig A. Berry" <craigberry@mac.com>
9813 Date: Sat, 27 Oct 2001 16:07:47 -0500
9814 Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
9815 Branch: perl
9816 ! configure.com perlio.c
9817____________________________________________________________________________
9818[ 12711] By: nick on 2001/10/27 19:49:25
9819 Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
9820 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
9821 Branch: perlio
9822 ! perlio.c
9823____________________________________________________________________________
9824[ 12710] By: jhi on 2001/10/27 17:07:46
9825 Log: Let's not replace reason if there's one already supplied.
9826 Branch: perl
9827 ! t/op/regexp.t
9828____________________________________________________________________________
9829[ 12709] By: jhi on 2001/10/27 17:02:30
9830 Log: is not good.
9831 Branch: perl
9832 ! t/op/regexp.t
9833____________________________________________________________________________
9834[ 12708] By: jhi on 2001/10/27 16:54:07
9835 Log: ldlibpth can exist but be unset.
9836 Branch: perl
9837 ! t/TEST
9838____________________________________________________________________________
9839[ 12707] By: jhi on 2001/10/27 16:47:07
9840 Log: Unicode: property alias naming cleanup.
9841 Branch: perl
9842 ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
9843____________________________________________________________________________
9844[ 12706] By: jhi on 2001/10/27 15:24:06
9845 Log: FAQ sync.
9846 Branch: perl
9847 ! pod/perlfaq4.pod
9848____________________________________________________________________________
9849[ 12705] By: jhi on 2001/10/27 15:23:15
9850 Log: Integrate change #12703 from maintperl;
9851
9852 typemap stuff intervenes before declaration, move it to PREINIT
9853 section
9854
9855 (an empty integrate, but now the files are in sync
9856 between the branches)
9857 Branch: perl
9858 !> ext/ODBM_File/ODBM_File.xs
9859____________________________________________________________________________
9860[ 12704] By: jhi on 2001/10/27 15:21:17
9861 Log: More PerlIO symbols.
9862 Branch: perl
9863 ! makedef.pl
9864____________________________________________________________________________
9865[ 12703] By: gsar on 2001/10/27 15:12:54
9866 Log: typemap stuff intervenes before declaration, move it to PREINIT
9867 section
9868 Branch: maint-5.6/perl
9869 ! ext/ODBM_File/ODBM_File.xs
9870____________________________________________________________________________
9871[ 12702] By: nick on 2001/10/27 14:09:35
9872 Log: Integrate mainline
9873 Branch: perlio
9874 +> ext/threads/shared/t/av_simple.t
9875 +> ext/threads/shared/t/hv_refs.t
9876 +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
9877 !> (integrate 109 files)
9878____________________________________________________________________________
9879[ 12700] By: ams on 2001/10/26 21:22:23
9880 Log: Subject: [PATCH] tweak divide
9881 From: Nicholas Clark <nick@ccl4.org>
9882 Date: Fri, 26 Oct 2001 22:52:17 +0100
9883 Message-Id: <20011026225217.B20275@plum.flirble.org>
9884 Branch: perl
9885 ! pp.c
9886____________________________________________________________________________
9887[ 12699] By: pudge on 2001/10/26 20:49:00
9888 Log: Integrate a buncha things from maintperl.
9889 Branch: maint-5.6/macperl
9890 !> (integrate 32 files)
9891____________________________________________________________________________
9892[ 12698] By: jhi on 2001/10/26 19:13:24
9893 Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9894 From: Andy Dougherty <doughera@lafayette.edu>
9895 Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
9896 Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
9897 Branch: perl
9898 ! hints/svr4.sh
9899____________________________________________________________________________
9900[ 12697] By: jhi on 2001/10/26 18:42:58
9901 Log: When you're root, many things become writable.
9902 Branch: perl
9903 ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
9904____________________________________________________________________________
9905[ 12696] By: jhi on 2001/10/26 15:52:58
9906 Log: Update Changes.
9907 Branch: perl
9908 ! Changes patchlevel.h
9909____________________________________________________________________________
26937272
JH
9910[ 12695] By: gsar on 2001/10/26 15:34:31
9911 Log: Term/Cap.t attempts to access the floppy drive for no good reason
9912 on dosish systems
9913 Branch: perl
9914 ! lib/Term/Cap.t
9915____________________________________________________________________________
9916[ 12694] By: gsar on 2001/10/26 15:15:16
9917 Log: fix misleading comment on known inadequacy in B::Terse, and skip
9918 it correctly
9919 Branch: perl
9920 ! ext/B/t/terse.t
9921____________________________________________________________________________
9922[ 12693] By: gsar on 2001/10/26 14:53:56
9923 Log: fix spurious AutoSplit.t failure under windows
9924 Branch: perl
9925 ! lib/AutoSplit.t
9926____________________________________________________________________________
9927[ 12692] By: gsar on 2001/10/26 14:39:06
9928 Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
9929 Branch: perl
9930 ! ext/Time/HiRes/HiRes.t
9931____________________________________________________________________________
9932[ 12691] By: jhi on 2001/10/26 14:34:15
9933 Log: More logical to use %04"UVXf" than %"UVuf" since
9934 the Unicode standard prefers hex.
9935 Branch: perl
9936 ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
9937 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9938 ! lib/unicore/mktables utf8.c
9939____________________________________________________________________________
9940[ 12690] By: gsar on 2001/10/26 14:15:55
9941 Log: change#12065 seems to have broken Encode build on windows; fix
9942 Branch: perl
9943 ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
9944____________________________________________________________________________
9945[ 12689] By: jhi on 2001/10/26 14:12:04
9946 Log: Unicode: add the case folding table.
9947 Branch: perl
9948 + lib/unicore/To/Fold.pl
9949 ! MANIFEST lib/unicore/mktables
9950____________________________________________________________________________
9951[ 12688] By: sky on 2001/10/26 13:51:29
9952 Log: Get the new functions right, do not export lock since we use builtin lock.
9953 TODO: fix xsubpp to support the new prototypes
9954 Branch: perl
9955 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9956____________________________________________________________________________
9957[ 12687] By: jhi on 2001/10/26 13:43:03
9958 Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
9959 as suggested by Sarathy.
9960 Branch: perl
9961 ! mg.c
9962____________________________________________________________________________
9963[ 12686] By: gsar on 2001/10/26 13:39:52
9964 Log: avoid compiler warning
9965 Branch: perl
9966 ! win32/win32.c
9967____________________________________________________________________________
9968[ 12685] By: jhi on 2001/10/26 13:39:12
9969 Log: WinCE update from Rainer Keuchel.
9970 Branch: perl
9971 ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
9972 ! wince/wince.c
9973____________________________________________________________________________
9974[ 12684] By: sky on 2001/10/26 13:34:33
9975 Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
9976 Branch: perl
9977 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9978____________________________________________________________________________
9979[ 12683] By: gbarr on 2001/10/26 13:32:47
9980 Log: More fixes that were made to the core and not in the libnet src
9981 Branch: perl
9982 ! lib/Net/Domain.pm
9983____________________________________________________________________________
9984[ 12682] By: jhi on 2001/10/26 13:31:10
9985 Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
9986 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9987 Date: Fri, 26 Oct 2001 13:55:21 +0200
9988 Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
9989
9990 (plus make the db-recno.t#59 accept both \n and \r\n)
9991 Branch: perl
9992 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9993 ! ext/DB_File/t/db-recno.t
9994____________________________________________________________________________
9995[ 12681] By: gbarr on 2001/10/26 13:22:38
9996 Log: Fix tests to be able to run in the core and the CPAN dist
9997 Branch: perl
9998 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
9999 ! lib/Net/t/require.t lib/Net/t/smtp.t
10000____________________________________________________________________________
10001[ 12680] By: jhi on 2001/10/26 13:16:03
10002 Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
10003 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10004 Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
10005 Date: Fri, 26 Oct 2001 08:34:46 EDT
10006 Branch: perl
10007 ! ext/Time/HiRes/HiRes.t
10008____________________________________________________________________________
10009[ 12679] By: gbarr on 2001/10/26 13:11:00
10010 Log: Sync libnet modules with what will be libnet-1.08
10011 Branch: perl
10012 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10013 ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
10014 ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
10015 ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
10016____________________________________________________________________________
10017[ 12678] By: jhi on 2001/10/26 13:03:01
10018 Log: Integrate maintperl changes #12268 and #12669;
10019
10020 final touches to the audit for statics and thread-unsafe code
10021 * make DB_File, ODBM_File thread-safe
10022 * remove unnecessary/dangerous statics and protect others
10023 from not getting accidentally enabled under threaded perls
10024
10025 windows support functions get_childdir() et al aren't exported
10026 correctly under vanilla build
10027
10028 Testing under win32 appreciated since changes there had
10029 to be manually merged and I cannot test how badly did I do.
10030 Branch: perl
10031 !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10032 !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10033 !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
10034 !> win32/vmem.h win32/win32.c win32/win32iop.h
10035____________________________________________________________________________
10036[ 12677] By: sky on 2001/10/26 12:37:17
10037 Log: More Config::threads to threads::threads changes
10038 Branch: perl
10039 ! ext/threads/shared/shared.pm ext/threads/t/basic.t
10040____________________________________________________________________________
10041[ 12676] By: sky on 2001/10/26 12:31:46
10042 Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
10043 Branch: perl
10044 ! ext/threads/threads.pm ext/threads/threads.xs
10045____________________________________________________________________________
10046[ 12675] By: sky on 2001/10/26 12:06:30
10047 Log: Allocing a TLS in runtime is not too hot.
10048 Branch: perl
10049 ! ext/threads/threads.xs
10050____________________________________________________________________________
10051[ 12674] By: sky on 2001/10/26 11:59:09
10052 Log: Don't display debug data.
10053 Branch: perl
10054 ! ext/threads/threads.pm
10055____________________________________________________________________________
10056[ 12673] By: sky on 2001/10/26 11:35:47
10057 Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
10058 complete bar support for blessed objects.
10059 TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
10060 Branch: perl
10061 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10062____________________________________________________________________________
10063[ 12672] By: sky on 2001/10/26 11:15:28
10064 Log: Fix case where shared reference does not exist in current thread.
10065 Branch: perl
10066 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10067____________________________________________________________________________
10068[ 12671] By: sky on 2001/10/26 08:48:52
10069 Log: Support for references in shared arrays.
10070 Branch: perl
10071 ! ext/threads/shared/shared.xs
10072____________________________________________________________________________
10073[ 12670] By: sky on 2001/10/26 08:30:11
10074 Log: Add tests for references in hashes.
10075 Branch: perl
10076 + ext/threads/shared/t/hv_refs.t
10077 ! MANIFEST
10078____________________________________________________________________________
10079[ 12669] By: gsar on 2001/10/26 06:07:10
10080 Log: windows support functions get_childdir() et al aren't exported
10081 correctly under vanilla build
10082 Branch: maint-5.6/perl
10083 ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
10084____________________________________________________________________________
10085[ 12668] By: gsar on 2001/10/26 03:52:12
10086 Log: final touches to the audit for statics and thread-unsafe code
10087 * make DB_File, ODBM_File thread-safe
10088 * remove unnecessary/dangerous statics and protect others
10089 from not getting accidentally enabled under threaded perls
10090 Branch: maint-5.6/perl
10091 ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10092 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10093 ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
10094 ! win32/win32.c
10095____________________________________________________________________________
10096[ 12667] By: ams on 2001/10/26 03:48:36
10097 Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
10098 From: "Richard Soderberg" <rs@crystalflame.net>
10099 Date: Thu, 25 Oct 2001 23:42:50 -0400
10100 Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
10101 Branch: perl
10102 ! sharedsv.c
10103____________________________________________________________________________
10104[ 12666] By: jhi on 2001/10/26 02:07:17
10105 Log: Integrate change #12664 from maintperl;
10106
10107 the newest GCCs don't seem to like C<"string1"##STRING2>
10108 so keep it as C<"string1" STRING2> (latter appears to
10109 work everywhere)
10110 Branch: perl
10111 !> ext/DynaLoader/dlutils.c
10112____________________________________________________________________________
10113[ 12665] By: jhi on 2001/10/26 02:04:29
10114 Log: Subject: [PATCH] perl.h for Mac OS (Classic)
10115 From: Chris Nandor <pudge@pobox.com>
10116 Date: Thu, 25 Oct 2001 22:15:03 -0400
10117 Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
10118 Branch: perl
10119 ! perl.h
10120____________________________________________________________________________
10121[ 12664] By: gsar on 2001/10/26 00:22:35
10122 Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
10123 C<"string1" STRING2> (latter appears to work everywhere)
10124 Branch: maint-5.6/perl
10125 ! ext/DynaLoader/dlutils.c
10126____________________________________________________________________________
10127[ 12663] By: jhi on 2001/10/25 22:59:44
10128 Log: AUTHORS update.
10129 Branch: perl
10130 ! AUTHORS
10131____________________________________________________________________________
10132[ 12662] By: jhi on 2001/10/25 22:50:41
10133 Log: Integrate change #12660 from maintperl;
10134
10135 make the dMY_CXT stuff available under all of
10136 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10137 Branch: perl
10138 !> perl.h
10139____________________________________________________________________________
10140[ 12661] By: jhi on 2001/10/25 22:47:28
10141 Log: Subject: [PATCH] DB_File-1.79
10142 From: "Paul Marquess" <paul.marquess@openwave.com>
10143 Date: Fri, 26 Oct 2001 00:03:54 +0100
10144 Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
10145 Branch: perl
10146 ! ext/DB_File/Changes ext/DB_File/DB_File.xs
10147 ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10148____________________________________________________________________________
10149[ 12660] By: gsar on 2001/10/25 22:44:44
10150 Log: make the dMY_CXT stuff available under all of
10151 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10152 Branch: maint-5.6/perl
10153 ! perl.h
10154____________________________________________________________________________
10155[ 12659] By: jhi on 2001/10/25 21:27:23
10156 Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
10157 From: Michael G Schwern <schwern@pobox.com>
10158 Date: Thu, 25 Oct 2001 18:28:12 -0400
10159 Message-ID: <20011025182812.M4811@blackrider>
10160 Branch: perl
10161 ! t/run/kill_perl.t
10162____________________________________________________________________________
10163[ 12658] By: jhi on 2001/10/25 20:54:58
10164 Log: STRLEN != int.
10165 Branch: perl
10166 ! regcomp.c regexec.c
10167____________________________________________________________________________
10168[ 12657] By: jhi on 2001/10/25 20:51:44
10169 Log: Subject: [PATCH] remove small IVop redundancy
10170 From: Nicholas Clark <nick@ccl4.org>
10171 Date: Thu, 25 Oct 2001 22:48:28 +0100
10172 Message-ID: <20011025224827.M66471@plum.flirble.org>
10173 Branch: perl
10174 ! pp.c pp_hot.c
10175____________________________________________________________________________
10176[ 12656] By: jhi on 2001/10/25 18:45:52
10177 Log: Metaconfig unit change for #12655.
10178 Branch: metaconfig/U/perl
10179 ! Extensions.U
10180____________________________________________________________________________
10181[ 12655] By: jhi on 2001/10/25 18:45:18
10182 Log: Subject: Re: Not OK @12650
10183 From: Andy Dougherty <doughera@lafayette.edu>
10184 Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
10185 Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
10186 Branch: perl
10187 ! Configure
10188____________________________________________________________________________
10189[ 12654] By: jhi on 2001/10/25 18:07:58
10190 Log: Integrate changes #12652 and #12653 from maintperl;
10191
10192 more tweaks to change#12626
10193 * move the boilerplate code over to perl.h and make DynaLoader
10194 use it
10195 * make re, Opcode, File::Glob and B threadsafe
10196 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10197 C<no re;> anywhere)
10198
10199 include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10200
10201 File::Glob required a bit more work in bleadperl
10202 because of ExtUtils::Constant (see the Makefile.PL change)
10203 Branch: perl
10204 ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
10205 !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10206 !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10207____________________________________________________________________________
10208[ 12653] By: gsar on 2001/10/25 17:23:52
10209 Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10210 Branch: maint-5.6/perl
10211 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10212 ! ext/Opcode/Opcode.xs ext/re/re.xs
10213____________________________________________________________________________
10214[ 12652] By: gsar on 2001/10/25 16:46:44
10215 Log: more tweaks to change#12626
10216 * move the boilerplate code over to perl.h and make DynaLoader
10217 use it
10218 * make re, Opcode, File::Glob and B threadsafe
10219 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10220 C<no re;> anywhere)
10221 Branch: maint-5.6/perl
10222 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10223 ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10224____________________________________________________________________________
10225[ 12651] By: jhi on 2001/10/25 16:35:51
10226 Log: Metaconfig unit change for #12650.
10227 Branch: metaconfig/U/perl
10228 ! Extensions.U
10229____________________________________________________________________________
10230[ 12650] By: jhi on 2001/10/25 16:35:34
10231 Log: Subject: Re: ithreads doesn't like usedl=n
10232 From: Andy Dougherty <doughera@lafayette.edu>
10233 Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
10234 Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
10235
10236 Special-case threads::shared.
10237 Branch: perl
10238 ! Configure
10239____________________________________________________________________________
10240[ 12649] By: jhi on 2001/10/25 16:21:35
10241 Log: Getting fancier...
10242 Branch: perl
10243 ! t/TEST
10244____________________________________________________________________________
10245[ 12648] By: jhi on 2001/10/25 14:26:20
10246 Log: csh - what a pain.
10247 Branch: perl
10248 ! t/TEST
10249____________________________________________________________________________
10250[ 12647] By: jhi on 2001/10/25 14:04:01
10251 Log: Update Changes.
10252 Branch: perl
10253 ! Changes patchlevel.h
10254____________________________________________________________________________
c913bd71
JH
10255[ 12646] By: jhi on 2001/10/25 13:34:19
10256 Log: Allow resetting the locale system for the duration
10257 of the build (Mac OS X default setting LANG=En_US
10258 ist kaputt)
10259 Branch: perl
10260 ! Makefile.SH
10261____________________________________________________________________________
10262[ 12645] By: jhi on 2001/10/25 13:04:17
10263 Log: Update the MD5 checksum of MD5.xs (caused by #12642)
10264 Branch: perl
10265 ! ext/Digest/MD5/t/files.t
10266____________________________________________________________________________
10267[ 12644] By: jhi on 2001/10/25 12:56:33
10268 Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
10269 From: Andy Dougherty <doughera@lafayette.edu>
10270 Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT)
10271 Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
10272 Branch: perl
10273 ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
10274 ! ext/threads/shared/Makefile.PL
10275____________________________________________________________________________
10276[ 12643] By: sky on 2001/10/25 12:28:26
10277 Log: Add support for reference members of hashes.
10278 Branch: perl
10279 ! ext/threads/shared/shared.xs
10280____________________________________________________________________________
10281[ 12642] By: ams on 2001/10/25 12:21:13
10282 Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
10283 From: "Norton Allen" <nort@qnx.com>
10284 Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
10285 Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
10286 Branch: perl
10287 ! ext/Digest/MD5/MD5.xs
10288____________________________________________________________________________
10289[ 12641] By: sky on 2001/10/25 10:27:39
10290 Log: Tests shared hashes.
10291 Branch: perl
10292 + ext/threads/shared/t/hv_simple.t
10293 ! MANIFEST
10294____________________________________________________________________________
10295[ 12640] By: sky on 2001/10/25 10:18:23
10296 Log: Fix threadcounts for arrays and hashes.
10297 Branch: perl
10298 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10299____________________________________________________________________________
10300[ 12639] By: sky on 2001/10/25 10:17:26
10301 Log: Note to self, doing *src_ary++ in a macro that evaluates
10302 the value more than once is a good way to dump core.
10303 Branch: perl
10304 ! sharedsv.c
10305____________________________________________________________________________
10306[ 12638] By: jhi on 2001/10/25 05:18:06
10307 Log: Integrate change #12636 from maintperl; more dl fixups.
10308 Branch: perl
10309 !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10310 !> ext/DynaLoader/dl_vms.xs
10311____________________________________________________________________________
10312[ 12637] By: jhi on 2001/10/25 05:14:17
10313 Log: Like dl_hpux, like dl_dld.
10314 Branch: perl
10315 ! ext/DynaLoader/dl_dld.xs
10316____________________________________________________________________________
10317[ 12636] By: gsar on 2001/10/25 02:34:06
10318 Log: followups to change#12635
10319 Branch: maint-5.6/perl
10320 ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10321 ! ext/DynaLoader/dl_vms.xs
10322____________________________________________________________________________
10323[ 12635] By: gsar on 2001/10/25 02:22:03
10324 Log: add part of change#12634 to the two files that need it; dl_aix.xs
10325 in maint-5.6 doesn't have the branch that had the problem in
10326 mainline
10327 Branch: maint-5.6/perl
10328 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
10329____________________________________________________________________________
10330[ 12634] By: jhi on 2001/10/25 01:53:03
10331 Log: Fixes for #12627.
10332 Branch: perl
10333 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
10334____________________________________________________________________________
10335[ 12633] By: jhi on 2001/10/25 01:52:33
10336 Log: Since pv_uni_display and sv_uni_display are now used
10337 in the re extension, their symbols have to be exported.
10338 Branch: perl
10339 ! embed.pl global.sym
10340____________________________________________________________________________
10341[ 12632] By: jhi on 2001/10/25 01:00:06
10342 Log: Subject: Re: [PATCH Perl@12567] debug /list
10343 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10344 Date: Tue, 23 Oct 2001 21:40:33 EDT
10345 Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
10346 Branch: perl
10347 ! configure.com
10348____________________________________________________________________________
10349[ 12631] By: jhi on 2001/10/25 00:25:55
10350 Log: This takes care of some of the re 'debug' cases but
10351 not all cases since the information whether the pattern
10352 or the target are utf8 seems to be either lost or not
10353 spread widely enough, sigh.
10354 Branch: perl
10355 ! regcomp.c
10356____________________________________________________________________________
10357[ 12630] By: jhi on 2001/10/25 00:03:07
10358 Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
10359 From: John Peacock <jpeacock@rowman.com>
10360 Date: Wed, 24 Oct 2001 16:53:29 -0400
10361 Message-ID: <3BD72A49.1508D152@rowman.com>
10362 Branch: perl
10363 ! configure.com
10364____________________________________________________________________________
10365[ 12629] By: jhi on 2001/10/24 23:16:21
10366 Log: Upgrade NetWare and WinCE as in #12626.
10367 Branch: perl
10368 ! NetWare/dl_netware.xs wince/dl_win32.xs
10369____________________________________________________________________________
10370[ 12628] By: jhi on 2001/10/24 23:07:00
10371 Log: Tru64 compiler nit.
10372 Branch: perl
10373 ! ext/threads/shared/shared.xs
10374____________________________________________________________________________
10375[ 12627] By: jhi on 2001/10/24 22:02:23
10376 Log: Integrate change #12626 from maintperl;
10377 make DynaLoader threadsafe by moving all statics into
10378 interpreter-local space
10379
10380 TODO: Netware, OS/2, WinCE
10381 Branch: perl
10382 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10383 !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10384 !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10385 !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10386 !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10387 !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10388 !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
10389____________________________________________________________________________
10390[ 12626] By: gsar on 2001/10/24 21:43:10
10391 Log: make DynaLoader threadsafe by moving all statics into interpreter-local
10392 space
10393 Branch: maint-5.6/perl
10394 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10395 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10396 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10397 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10398 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10399 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10400 ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
10401____________________________________________________________________________
10402[ 12625] By: sky on 2001/10/24 20:05:26
10403 Log: Change #12623 inflicted an infinite hang. Fixed.
10404 Branch: perl
10405 ! ext/threads/shared/shared.xs
10406____________________________________________________________________________
10407[ 12624] By: sky on 2001/10/24 19:06:55
10408 Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
10409 Branch: perl
10410 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10411____________________________________________________________________________
10412[ 12623] By: sky on 2001/10/24 18:06:34
10413 Log: We need to do sharedsv_find in the original perl context.
10414 Branch: perl
10415 ! ext/threads/shared/shared.xs
10416____________________________________________________________________________
10417[ 12622] By: sky on 2001/10/24 17:26:51
10418 Log: Add support for basic support for AVs, references not supported yet.
10419 Add test for AVs.
10420 Add more tests to sv_refs
10421 Fix documentation issues.
10422 Branch: perl
10423 + ext/threads/shared/t/av_simple.t
10424 ! MANIFEST ext/threads/shared/shared.pm
10425 ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
10426____________________________________________________________________________
10427[ 12621] By: jhi on 2001/10/24 14:08:39
10428 Log: Dump Unicode better for re 'debug'. The regprop()
10429 is unfinished since have to figure out how to detect
10430 Unicodeness in there.
10431 Branch: perl
10432 ! regcomp.c regexec.c
10433____________________________________________________________________________
10434[ 12620] By: sky on 2001/10/24 13:18:07
10435 Log: Add support for finding shared arrays and hashes.
10436 Branch: perl
10437 ! sharedsv.c
10438____________________________________________________________________________
10439[ 12619] By: jhi on 2001/10/24 13:06:24
10440 Log: Rewrite sv_uni_display() as pv_uni_display() as
10441 reimplement sv_uni_display() using that.
10442 Branch: perl
10443 ! dump.c embed.h embed.pl proto.h
10444____________________________________________________________________________
10445[ 12618] By: jhi on 2001/10/24 12:14:03
10446 Log: Integrate change #12615 from maintperl;
10447 on Windows, IO::File::new_tmpfile() fails after being called
10448 32767 times because MSVCRT thinks stdio's TMP_MAX is a
10449 process-wide limit
10450 Branch: perl
10451 !> win32/win32.c
10452____________________________________________________________________________
10453[ 12617] By: jhi on 2001/10/24 12:10:37
10454 Log: Don't try to print ints as IVs.
10455 Branch: perl
10456 ! ext/Time/HiRes/HiRes.xs
10457____________________________________________________________________________
10458[ 12616] By: sky on 2001/10/24 11:06:35
10459 Log: We only need to fetch the SV from the backend if the index
10460 is not the same as mg_private. In theory this could be
10461 a problem if there are an exact multiple of U16 changes
10462 of a shared variable between two access in a given thread,
10463 we choose to avoid theory for now.
10464 Branch: perl
10465 ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
10466____________________________________________________________________________
10467[ 12615] By: gsar on 2001/10/24 04:09:43
10468 Log: on Windows, IO::File::new_tmpfile() fails after being called
10469 32767 times because MSVCRT thinks stdio's TMP_MAX is a
10470 process-wide limit
10471 Branch: maint-5.6/perl
10472 ! win32/win32.c
10473____________________________________________________________________________
10474[ 12614] By: jhi on 2001/10/23 22:19:34
10475 Log: Negation and Unicode: sort of solves 20010303.010,
10476 except not quite like reported in the Subject
10477 (Perl_warner is still utf8-ignorant).
10478 Branch: perl
10479 ! pp.c t/lib/warnings/sv
10480____________________________________________________________________________
10481[ 12613] By: jhi on 2001/10/23 21:53:13
10482 Log: Make the "isn't numeric" warning to show Unicode as Unicode.
10483 Branch: perl
10484 ! sv.c t/lib/warnings/sv
10485____________________________________________________________________________
10486[ 12612] By: jhi on 2001/10/23 21:52:45
10487 Log: sv_uni_display(): do not add the "...", let the caller
10488 do it if wanted, and be prepared for more display options.
10489 Branch: perl
10490 ! dump.c embed.h embed.pl proto.h
10491____________________________________________________________________________
10492[ 12611] By: nick on 2001/10/23 20:28:07
10493 Log: Integrate mainline
10494 Branch: perlio
10495 !> Changes configure.com cygwin/cygwin.c
10496 !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
10497 !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
10498 !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
10499 !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
10500 !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
10501 !> utils/h2xs.PL utils/perldoc.PL
10502____________________________________________________________________________
10503[ 12610] By: sky on 2001/10/23 19:39:24
137e7465
JH
10504 Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
10505 don't call themselves READONLY but still die with modification
10506 attempt. We only call bless for ext and umagic.
c913bd71
JH
10507 Branch: perl
10508 ! sv.c
10509____________________________________________________________________________
10510[ 12609] By: jhi on 2001/10/23 19:35:02
10511 Log: Croak() on negative time; doc tweaks.
10512 Branch: perl
10513 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10514 ! ext/Time/HiRes/HiRes.xs
10515____________________________________________________________________________
10516[ 12608] By: jhi on 2001/10/23 18:38:03
10517 Log: FAQ sync.
10518 Branch: perl
10519 ! pod/perlfaq4.pod pod/perlfaq7.pod
10520____________________________________________________________________________
10521[ 12607] By: sky on 2001/10/23 18:27:27
137e7465 10522 Log: Call setmagic on the referent we are blessing.
c913bd71
JH
10523 Branch: perl
10524 ! sv.c
10525____________________________________________________________________________
10526[ 12606] By: jhi on 2001/10/23 16:30:00
10527 Log: Small test nits.
10528 Branch: perl
10529 ! t/op/lc.t
10530____________________________________________________________________________
10531[ 12605] By: jhi on 2001/10/23 13:08:32
10532 Log: Update Changes.
10533 Branch: perl
10534 ! Changes patchlevel.h
10535____________________________________________________________________________
a14267ca
JH
10536[ 12604] By: jhi on 2001/10/23 13:03:21
10537 Log: Make the PerlIO_init() prototypes consistent.
10538 Branch: perl
10539 ! perlio.c
10540____________________________________________________________________________
10541[ 12603] By: jhi on 2001/10/23 12:54:52
10542 Log: Upping the test count is a good idea.
10543 Branch: perl
10544 ! t/op/lc.t
10545____________________________________________________________________________
10546[ 12602] By: jhi on 2001/10/23 12:52:10
10547 Log: Document the final sigma spot.
10548 Branch: perl
10549 ! pp.c
10550____________________________________________________________________________
10551[ 12601] By: jhi on 2001/10/23 12:26:12
10552 Log: Fix multicharacter titlecase (ucfirst).
10553 Branch: perl
10554 ! pod/perlunicode.pod pp.c t/op/lc.t
10555____________________________________________________________________________
10556[ 12600] By: jhi on 2001/10/23 11:47:19
10557 Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
10558 From: Mikhail Zabaluev <mhz@alt-linux.org>
10559 Date: Tue, 23 Oct 2001 10:40:37 +0400
10560 Message-ID: <20011023104037.A12761@localhost.localdomain>
10561
10562 (#12406 replaced with this)
10563 Branch: perl
10564 ! utils/perldoc.PL
10565____________________________________________________________________________
10566[ 12599] By: jhi on 2001/10/23 00:26:17
10567 Log: MacOS Classic updates from Pudge.
10568 Branch: perl
10569 ! lib/File/Spec.t lib/File/Spec/Mac.pm
10570____________________________________________________________________________
10571[ 12598] By: jhi on 2001/10/22 22:32:59
10572 Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
10573 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10574 Date: Sun, 14 Oct 2001 23:14:46 +0200
10575 Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
10576
10577 except for the 2->4 changes.
10578 Branch: perl
10579 ! lib/AutoSplit.t
10580____________________________________________________________________________
10581[ 12597] By: gsar on 2001/10/22 22:02:50
10582 Log: integrate macperl contents into maint-5.6
10583 Branch: maint-5.6/perl
10584 ! mg.c
10585 !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
10586 !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
10587 !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
10588 !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10589 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
10590 !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
10591 !> t/lib/filefind.t t/lib/filespec.t
10592____________________________________________________________________________
10593[ 12596] By: jhi on 2001/10/22 21:43:44
10594 Log: At some point the #6234 has been lost from the mainline
10595 (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
10596 Branch: perl
10597 ! lib/File/Spec/Win32.pm
10598____________________________________________________________________________
10599[ 12595] By: jhi on 2001/10/22 21:31:31
10600 Log: Cygwin seems to round up (or closest, but not down)
10601 for time(), so half of the time (bad pun intended)
10602 Time::HiRes::time() is less than time(), half of
10603 the time it's more. So let's try harder in the loop.
10604 Branch: perl
10605 ! ext/Time/HiRes/HiRes.t
10606____________________________________________________________________________
10607[ 12594] By: jhi on 2001/10/22 21:23:15
10608 Log: MacOS Classic timeofday(), from Chris Nandor.
10609 Branch: perl
10610 ! ext/Time/HiRes/HiRes.xs
10611____________________________________________________________________________
10612[ 12593] By: jhi on 2001/10/22 21:17:39
10613 Log: Integrate changes #12580 and #12581 from macperl;
10614
10615 Fix path construction.
10616
10617 (Copyright) Nit.
10618 Branch: perl
10619 !> ext/DynaLoader/DynaLoader_pm.PL perl.c
10620____________________________________________________________________________
10621[ 12592] By: jhi on 2001/10/22 21:00:18
10622 Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
10623 doesn't seem to help (the error being output to console, maybe?)
10624 Branch: perl
10625 ! lib/Net/Domain.pm
10626____________________________________________________________________________
10627[ 12591] By: jhi on 2001/10/22 20:55:08
10628 Log: Taint the getcwd() result also in Cygwin.
10629 (TODO: which other platforms need the same thing?)
10630 Branch: perl
10631 ! cygwin/cygwin.c
10632____________________________________________________________________________
10633[ 12590] By: jhi on 2001/10/22 20:27:47
10634 Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
10635 Branch: perl
10636 ! t/op/taint.t
10637____________________________________________________________________________
10638[ 12589] By: jhi on 2001/10/22 20:10:40
10639 Log: getpwuid() fragility continues.
10640 Branch: perl
10641 ! utils/h2xs.PL
10642____________________________________________________________________________
10643[ 12588] By: jhi on 2001/10/22 19:58:34
10644 Log: getpwuid() might succeed but that's no guarantee
10645 that the $home will be defined.
10646 Branch: perl
10647 ! ext/File/Glob/t/basic.t
10648____________________________________________________________________________
10649[ 12587] By: jhi on 2001/10/22 19:50:35
10650 Log: It's safer to to expand the variable, too... (see #12571)
10651 Branch: perl
10652 ! t/TEST
10653____________________________________________________________________________
10654[ 12586] By: pudge on 2001/10/22 19:42:04
10655 Log: Integrate with maintperl.
10656 Branch: maint-5.6/macperl
10657 !> win32/bin/pl2bat.pl win32/win32.c
10658____________________________________________________________________________
10659[ 12585] By: pudge on 2001/10/22 19:32:02
10660 Log: Oops, forgot to include Win32 ... just as well, since it
10661 seems in bleadperl, change #7764 was not included
10662 (adding C:\temp). Re-added. Rip it back out if it
10663 doesn't belong. :-)
10664 Branch: maint-5.6/macperl
10665 ! lib/File/Spec/Win32.pm
10666____________________________________________________________________________
10667[ 12584] By: jhi on 2001/10/22 19:26:47
10668 Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
10669 From: "Craig A. Berry" <craigberry@mac.com>
10670 Date: Mon, 22 Oct 2001 15:25:19 -0500
10671 Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
10672 Branch: perl
10673 ! configure.com
10674____________________________________________________________________________
10675[ 12583] By: pudge on 2001/10/22 19:26:00
10676 Log: Add in lots of File::Spec changes, from Thomas Wegner,
10677 and sync with changes from bleadperl.
10678 Branch: maint-5.6/macperl
10679 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
10680 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10681 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10682 ! lib/File/Spec/Win32.pm t/lib/filespec.t
10683____________________________________________________________________________
10684[ 12582] By: pudge on 2001/10/22 19:23:28
10685 Log: Sync with latest File::Find and tests from bleadperl.
10686 Branch: maint-5.6/macperl
10687 ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
10688____________________________________________________________________________
10689[ 12581] By: pudge on 2001/10/22 19:22:12
10690 Log: Nit.
10691 Branch: maint-5.6/macperl
10692 ! perl.c
10693____________________________________________________________________________
10694[ 12580] By: pudge on 2001/10/22 19:21:37
10695 Log: Fix path construction.
10696 Branch: maint-5.6/macperl
10697 ! ext/DynaLoader/DynaLoader_pm.PL
10698____________________________________________________________________________
10699[ 12579] By: nick on 2001/10/22 19:08:35
10700 Log: Integrate mainline (for Arthurs thread.xs fix)
10701 Branch: perlio
10702 !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
10703____________________________________________________________________________
10704[ 12578] By: pudge on 2001/10/22 19:02:34
10705 Log: Fix up exported symbols, move relevant docs
10706 over from macperl.pod.
10707 Branch: maint-5.6/macperl
10708 ! macos/ext/MacPerl/MacPerl.pm
10709____________________________________________________________________________
10710[ 12577] By: pudge on 2001/10/22 19:01:38
10711 Log: Make ADDRESS called optionally as a method.
10712 Branch: maint-5.6/macperl
10713 ! macos/lib/Mac/Glue.pm
10714____________________________________________________________________________
10715[ 12576] By: pudge on 2001/10/22 18:58:22
10716 Log: Fix exit code (MacPerl bug #422129) and add Stop Script
10717 Apple event.
10718 Branch: maint-5.6/macperl
10719 ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
10720 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
10721 ! macos/macperl/MPTerminology.aete
10722____________________________________________________________________________
10723[ 12575] By: pudge on 2001/10/22 18:56:34
10724 Log: Clean up some build utilities. Change Entab to Duplicate;
10725 fix docs and error reporting; improve macify() of paths;
10726 remove requirement for Exporter.pm presence.
10727 Branch: maint-5.6/macperl
10728 ! macos/InstallBLIB macos/MacPerlTests.cmd
10729 ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
10730____________________________________________________________________________
10731[ 12574] By: pudge on 2001/10/22 18:53:28
10732 Log: Sync Time::HiRes with bleadperl
10733 Branch: maint-5.6/macperl
10734 ! macos/bundled_ext/Time/HiRes/HiRes.pm
10735 ! macos/bundled_ext/Time/HiRes/HiRes.t
10736 ! macos/bundled_ext/Time/HiRes/HiRes.xs
10737____________________________________________________________________________
10738[ 12573] By: pudge on 2001/10/22 18:52:58
10739 Log: Fix up Changes
10740 Branch: maint-5.6/macperl
10741 ! macos/Changes
10742____________________________________________________________________________
10743[ 12572] By: jhi on 2001/10/22 18:49:32
10744 Log: A user might belong to only a single group
10745 (the group equal to the group id).
10746 Branch: perl
10747 ! t/op/groups.t
10748____________________________________________________________________________
10749[ 12571] By: jhi on 2001/10/22 18:36:46
10750 Log: Prepending (instead of replacing with) the pwd is safer.
10751 Branch: perl
10752 ! t/TEST
10753____________________________________________________________________________
10754[ 12570] By: jhi on 2001/10/22 18:34:54
10755 Log: Be more robust if no hostname or domainname
10756 (especially the latter)
10757 Branch: perl
10758 ! lib/Net/Domain.pm
10759____________________________________________________________________________
10760[ 12569] By: sky on 2001/10/22 17:41:07
10761 Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
10762 Branch: perl
10763 ! ext/threads/threads.xs
10764____________________________________________________________________________
10765[ 12568] By: nick on 2001/10/22 16:31:24
10766 Log: Integrate mainline
10767 Branch: perlio
10768 +> ext/threads/shared/Makefile.PL ext/threads/shared/README
10769 +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10770 +> ext/threads/shared/t/sv_refs.t
10771 +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
10772 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10773 - lib/unicore/To/SpecUpper.pl
10774 !> (integrate 42 files)
10775____________________________________________________________________________
10776[ 12567] By: jhi on 2001/10/22 12:56:20
10777 Log: Update Changes.
10778 Branch: perl
10779 ! Changes patchlevel.h
10780____________________________________________________________________________
dfbf5f78
JH
10781[ 12566] By: jhi on 2001/10/22 12:22:29
10782 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
10783 From: Michael G Schwern <schwern@pobox.com>
10784 Date: Mon, 22 Oct 2001 03:48:38 -0400
10785 Message-ID: <20011022034838.B1676@blackrider>
10786 Branch: perl
10787 ! pod/perlvar.pod
10788____________________________________________________________________________
10789[ 12565] By: jhi on 2001/10/22 12:21:28
10790 Log: Pod nits, as suggested by Stas Bekman.
10791 Branch: perl
10792 ! ext/threads/shared/shared.pm ext/threads/threads.pm
10793____________________________________________________________________________
10794[ 12564] By: jhi on 2001/10/22 12:17:00
10795 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
10796 From: "Paul Marquess" <paul.marquess@openwave.com>
10797 Date: Sun, 21 Oct 2001 21:11:15 +0100
10798 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
10799 Branch: perl
10800 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
10801 ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
10802 ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
10803 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
10804 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
10805 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
10806 ! ext/SDBM_File/sdbm.t
10807____________________________________________________________________________
10808[ 12563] By: jhi on 2001/10/22 12:15:19
10809 Log: Integrate change #12559 from maintperl;
10810 various fixes for system() and backticks under windows
10811 Branch: perl
10812 !> win32/win32.c
10813____________________________________________________________________________
10814[ 12562] By: jhi on 2001/10/22 12:05:35
10815 Log: Integrate change #12560 from maintperl;
10816 make pl2bat use %0 rather than "%0" (the latter fails to work
10817 in a lot of common cases)
10818 Branch: perl
10819 !> win32/bin/pl2bat.pl
10820____________________________________________________________________________
10821[ 12561] By: jhi on 2001/10/22 12:00:23
10822 Log: Integrate changes #12549 and #12550 from maintperl;
10823
10824 readline() doesn't work with our variables; it confuses them with
10825 my variables (change#4227 was incomplete)
10826 Branch: perl
10827 ! t/lib/strict/vars
10828 !> t/base/rs.t toke.c
10829____________________________________________________________________________
10830[ 12560] By: gsar on 2001/10/22 09:51:59
10831 Log: make pl2bat use %0 rather than "%0" (the latter fails to work
10832 in a lot of common cases)
10833 Branch: maint-5.6/perl
10834 ! win32/bin/pl2bat.pl
10835____________________________________________________________________________
10836[ 12559] By: gsar on 2001/10/22 09:49:51
10837 Log: various fixes for system() and backticks under windows:
10838
10839 * avoid munging whitespace that is passed within quotes
10840 * work around a cmd.exe misfeature that made multi-arg
10841 system() unreliable when there is more than one quoted
10842 argument
10843 * make multi-arg system() autoquote arguments as needed
10844 before passing them to the shell (this avoids having to
10845 second guess the shell quoting)
10846 * perl's -Dp switch can be used to trace the innards
10847 Branch: maint-5.6/perl
10848 ! win32/win32.c
10849____________________________________________________________________________
10850[ 12558] By: nick on 2001/10/22 08:58:42
10851 Log: Integrate ithreads buffer flush fix from perlio
10852 Branch: perl
10853 !> ext/threads/t/basic.t perl.c
10854____________________________________________________________________________
10855[ 12557] By: nick on 2001/10/22 08:35:09
10856 Log: All tests pass (legitimately) on ithreads
10857 Branch: perlio
10858 ! ext/threads/t/basic.t perl.c
10859____________________________________________________________________________
10860[ 12556] By: nick on 2001/10/22 06:51:22
10861 Log: Integrate non-ithreads fix to mainline
10862 Branch: perl
10863 !> perlio.c
10864____________________________________________________________________________
10865[ 12555] By: nick on 2001/10/22 06:48:33
10866 Log: Restore non-ithreads build. Interestingly binmode test passes
10867 non-ithreads - so crlf layer is not damaged and ithreads fail
10868 is a symptom ...
10869 Branch: perlio
10870 ! perlio.c
10871____________________________________________________________________________
10872[ 12554] By: jhi on 2001/10/21 22:21:55
10873 Log: Integrate from perlio; restructuring.
10874 Branch: perl
10875 !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10876 !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
10877 !> win32/perlhost.h
10878____________________________________________________________________________
10879[ 12553] By: pudge on 2001/10/21 21:51:34
10880 Log: Integrate from maintperl
10881 (Changes 12350, 12496, 12548, 12549, 12550)
10882 Branch: maint-5.6/macperl
10883 !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
10884 !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
10885____________________________________________________________________________
10886[ 12552] By: nick on 2001/10/21 19:18:12
10887 Log: Win32 PerlIO_cleanup special cases should no longer be required.
10888 Branch: perlio
10889 ! perl.c
10890____________________________________________________________________________
10891[ 12551] By: nick on 2001/10/21 19:16:56
10892 Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
10893 Branch: perlio
10894 ! win32/makefile.mk
10895____________________________________________________________________________
10896[ 12550] By: gsar on 2001/10/21 19:05:54
10897 Log: change#12549 wasn't aware of strictures
10898 Branch: maint-5.6/perl
10899 ! t/pragma/strict-vars toke.c
10900____________________________________________________________________________
10901[ 12549] By: gsar on 2001/10/21 18:03:19
10902 Log: readline() doesn't work with our variables; it confuses them with
10903 my variables (change#4227 was incomplete)
10904 Branch: maint-5.6/perl
10905 ! t/base/rs.t toke.c
10906____________________________________________________________________________
10907[ 12548] By: gsar on 2001/10/21 17:48:01
10908 Log: change#12220 appears to have pulled in a mainline change that
10909 isn't applicable to maint-5.6 (some platforms don't taint
10910 cwd)
10911 Branch: maint-5.6/perl
10912 ! t/lib/filefind-taint.t
10913____________________________________________________________________________
10914[ 12547] By: nick on 2001/10/21 17:15:54
10915 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
10916 for them. Call explicit cleanup during destruct process.
10917 - one binmode test is failing
10918 - also ext/threads/t/basic.t fails under make test, and is noisy under
10919 harness. (Threads results are intermingled and don't match order expected.)
10920 Branch: perlio
10921 ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
10922 ! perlio.h perliol.h pod/perlapi.pod sv.c
10923____________________________________________________________________________
10924[ 12546] By: jhi on 2001/10/21 16:12:08
10925 Log: Implement multicharacter case mappings where a single
10926 Unicode character can be mapped into several.
10927 Branch: perl
10928 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10929 - lib/unicore/To/SpecUpper.pl
10930 ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
10931 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10932 ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
10933 ! proto.h t/op/lc.t utf8.c
10934____________________________________________________________________________
10935[ 12545] By: sky on 2001/10/21 15:25:16
10936 Log: First support of threads::shared, support shared svs and references.
10937 Branch: perl
10938 + ext/threads/shared/Makefile.PL ext/threads/shared/README
10939 + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10940 + ext/threads/shared/t/sv_refs.t
10941 + ext/threads/shared/t/sv_simple.t
10942 ! MANIFEST sharedsv.c
10943____________________________________________________________________________
10944[ 12544] By: nick on 2001/10/21 14:52:35
10945 Log: PerlIO layer table as PL_perlio (per-interpreter)
10946 Branch: perlio
10947 ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
10948 ! pod/perlapi.pod sv.c
10949____________________________________________________________________________
10950[ 12543] By: jhi on 2001/10/21 13:36:40
10951 Log: Prettyprinting.
10952 Branch: perl
10953 ! pod/perlunicode.pod
10954____________________________________________________________________________
10955[ 12542] By: ams on 2001/10/21 03:50:25
10956 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
10957 From: "Sean M. Burke" <sburke@cpan.org>
10958 Date: Sat, 20 Oct 2001 17:51:09 -0600
10959 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
10960 Branch: perl
10961 + pod/perlpodspec.pod
10962 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
10963 ! pod/perltoc.pod
10964____________________________________________________________________________
10965[ 12541] By: nick on 2001/10/20 22:23:53
10966 Log: Fix typos in new locking on MemShared
10967 Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
10968 - seems to make segfaults more deterministic - suspect they are
10969 attempt to free() after Interp and Host have gone.
10970 Branch: perlio
10971 ! perlio.c win32/perlhost.h
10972____________________________________________________________________________
10973[ 12540] By: nick on 2001/10/20 21:50:46
10974 Log: Remove the MemShared re-#define (again)
10975 Branch: perlio
10976 ! perlio.c
10977____________________________________________________________________________
10978[ 12539] By: nick on 2001/10/20 21:49:06
10979 Log: Use locks on MemShared
10980 Branch: perlio
10981 ! win32/perlhost.h
10982____________________________________________________________________________
10983[ 12538] By: jhi on 2001/10/20 17:31:07
10984 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
10985 From: "chromatic" <chromatic@rmci.net>
10986 Date: Sat, 20 Oct 2001 11:13:47 -0600
10987 Message-ID: <20011020172003.60024.qmail@onion.perl.org>
10988 Branch: perl
10989 ! installhtml
10990____________________________________________________________________________
10991[ 12537] By: nick on 2001/10/20 16:44:03
10992 Log: Integrate mainline
10993 Branch: perlio
10994 !> (integrate 48 files)
10995____________________________________________________________________________
10996[ 12536] By: jhi on 2001/10/20 15:58:00
10997 Log: Update Changes.
10998 Branch: perl
10999 ! Changes patchlevel.h
11000____________________________________________________________________________
cb27fc1e
JH
11001[ 12535] By: jhi on 2001/10/20 15:18:57
11002 Log: Upgrade to podlators 1.11, from Russ Allbery.
11003 Branch: perl
11004 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11005 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11006 ! pod/pod2man.PL pod/pod2text.PL
11007____________________________________________________________________________
11008[ 12534] By: jhi on 2001/10/20 15:14:25
11009 Log: Integrate perlio change #12532:
11010 introduce and use PerlIO_intmod2str().
11011 Branch: perl
11012 !> doio.c lib/Net/Domain.pm perlio.c perlio.h
11013____________________________________________________________________________
11014[ 12533] By: jhi on 2001/10/20 14:42:33
11015 Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
11016 Branch: perl
11017 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
11018____________________________________________________________________________
11019[ 12532] By: nick on 2001/10/20 14:25:37
11020 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
11021 Use for non-PERLIO fdupopen().
11022 Branch: perlio
11023 ! doio.c lib/Net/Domain.pm perlio.c perlio.h
11024____________________________________________________________________________
11025[ 12531] By: jhi on 2001/10/20 14:05:47
11026 Log: Integrate perlio: PerlIO win32 fixes.
11027 Branch: perl
11028 !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
11029 !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
11030 !> proto.h sv.h win32/win32io.c
11031____________________________________________________________________________
11032[ 12530] By: nick on 2001/10/20 12:53:30
11033 Log: Fixed in two places - p4 resolve
11034 Branch: perlio
11035 ! perlsdio.h
11036____________________________________________________________________________
11037[ 12529] By: nick on 2001/10/20 12:51:05
11038 Log: Fix for ithreads/stdio build
11039 Branch: perlio
11040 ! perlio.c perlsdio.h
11041____________________________________________________________________________
11042[ 12528] By: ams on 2001/10/20 12:13:25
11043 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
11044 From: Michael G Schwern <schwern@pobox.com>
11045 Date: Sat, 20 Oct 2001 01:41:21 -0400
11046 Message-Id: <20011020014121.I3681@blackrider>
11047 Branch: perl
11048 ! installman
11049____________________________________________________________________________
11050[ 12527] By: ams on 2001/10/20 12:09:41
11051 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
11052 From: Michael G Schwern <schwern@pobox.com>
11053 Date: Sat, 20 Oct 2001 02:04:21 -0400
11054 Message-Id: <20011020020421.A11732@blackrider>
11055 Branch: perl
11056 ! lib/Pod/Checker.pm
11057____________________________________________________________________________
11058[ 12526] By: ams on 2001/10/20 11:59:41
11059 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
11060 From: "chromatic" <chromatic@rmci.net>
11061 Date: Fri, 19 Oct 2001 22:46:39 -0600
11062 Message-Id: <20011020045254.73112.qmail@onion.perl.org>
11063 Branch: perl
11064 ! lib/Net/Config.pm
11065____________________________________________________________________________
11066[ 12525] By: nick on 2001/10/20 11:16:18
11067 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
11068 Perl_sv_setsv_flags directly.
11069 Branch: perlio
11070 ! ext/threads/threads.xs
11071____________________________________________________________________________
11072[ 12524] By: nick on 2001/10/20 10:28:17
11073 Log: Add a new flag character 'm' to embed.pl set to represent
11074 "functions" which are really macros. Use it foe the troublesome
11075 sv_setsv() etc. macros in sv.h - changing latter to define
11076 sv_setsv rather than sv_setsv_macro etc.
11077 Branch: perlio
11078 ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
11079 ! pod/perlapi.pod proto.h sv.h
11080____________________________________________________________________________
11081[ 12523] By: nick on 2001/10/20 09:17:17
11082 Log: Add comments explaining why win32.h/embed.h are included where they are
11083 in perl.h
11084 Branch: perlio
11085 ! perl.h
11086____________________________________________________________________________
11087[ 12522] By: nick on 2001/10/20 08:27:44
11088 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
11089 being used yet.
11090 Branch: perlio
11091 ! win32/win32io.c
11092____________________________________________________________________________
11093[ 12521] By: jhi on 2001/10/20 02:36:21
11094 Log: Wording tweaks.
11095 Branch: perl
11096 ! t/TEST
11097____________________________________________________________________________
11098[ 12520] By: jhi on 2001/10/20 01:02:26
11099 Log: Subject: IO module with nonblocking socket connect patch
11100 From: Raul Dias <raul@dias.com.br>
11101 Date: Fri, 19 Oct 2001 22:45:32 -0300
11102 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
11103 Branch: perl
11104 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11105____________________________________________________________________________
11106[ 12519] By: jhi on 2001/10/20 00:51:07
11107 Log: Test vertical whitespace combined with /x in \p{}.
11108 Branch: perl
11109 ! t/op/pat.t
11110____________________________________________________________________________
11111[ 12518] By: jhi on 2001/10/20 00:13:47
11112 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
11113 From: Gisle Aas <gisle@ActiveState.com>
11114 Date: 19 Oct 2001 16:46:02 -0700
11115 Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
11116 Branch: perl
11117 ! lib/ExtUtils/MakeMaker.pm
11118____________________________________________________________________________
11119[ 12517] By: jhi on 2001/10/19 23:59:34
11120 Log: No more this symbol.
11121 Branch: perl
11122 ! makedef.pl
11123____________________________________________________________________________
11124[ 12516] By: jhi on 2001/10/19 23:57:48
11125 Log: Integrate change #12511; fix gross win32 build issues.
11126 Branch: perl
11127 !> makedef.pl sv.c
11128____________________________________________________________________________
11129[ 12515] By: jhi on 2001/10/19 23:16:06
11130 Log: Unpack in scalar context should return the first value
11131 returned in list context, as pointed out by Ton Hospel
11132 in 2001-05-21 (this is how it works already in blead,
11133 just adding the test).
11134 Branch: perl
11135 ! t/op/pack.t
11136____________________________________________________________________________
11137[ 12514] By: jhi on 2001/10/19 21:10:43
11138 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
11139 From: "Craig A. Berry" <craigberry@mac.com>
11140 Date: Fri, 19 Oct 2001 16:59:30 -0500
11141 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
11142 Branch: perl
11143 ! utils/perldoc.PL
11144____________________________________________________________________________
11145[ 12513] By: jhi on 2001/10/19 21:09:27
11146 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
11147 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11148 Date: Fri, 19 Oct 2001 17:45:23 EDT
11149 Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
11150 Branch: perl
11151 ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
11152 ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
11153 ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
11154 ! vms/vmsish.h
11155____________________________________________________________________________
11156[ 12512] By: jhi on 2001/10/19 20:28:48
11157 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
11158 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11159 Date: Fri, 19 Oct 2001 17:26:35 EDT
11160 Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
11161 Branch: perl
11162 ! lib/Term/Complete.t lib/Test/Simple/t/output.t
11163____________________________________________________________________________
11164[ 12511] By: nick on 2001/10/19 19:55:36
11165 Log: Fix gross win32 build issues
11166 Branch: perlio
11167 ! makedef.pl sv.c
11168____________________________________________________________________________
11169[ 12510] By: jhi on 2001/10/19 19:52:17
11170 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
11171 From: David Dyck <dcd@tc.fluke.com>
11172 Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
11173 Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
11174 Branch: perl
11175 ! lib/File/Find.pm
11176____________________________________________________________________________
11177[ 12509] By: jhi on 2001/10/19 19:01:46
11178 Log: Subject: Re: PerlIO and Encode
11179 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11180 Date: Tue, 16 Oct 2001 01:50:16 +0900
11181 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
11182 Branch: perl
11183 ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
11184 ! ext/Encode/Encode/Tcl.t
11185____________________________________________________________________________
11186[ 12508] By: ams on 2001/10/19 17:59:16
11187 Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
11188 (See #12499)
11189 Branch: perl
11190 ! pod/perlintro.pod
11191____________________________________________________________________________
11192[ 12507] By: nick on 2001/10/19 16:30:43
11193 Log: Integrate mainline
11194 Branch: perlio
11195 +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11196 +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11197 +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11198 +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11199 +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11200 +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11201 +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11202 +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
11203 +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
11204 +> win32/config_H.win64
11205 - lib/Test/Utils.pm lib/unicore/mktables.PL
11206 - t/lib/Test/Simple/Catch/More.pm
11207 !> (integrate 84 files)
11208____________________________________________________________________________
11209[ 12506] By: jhi on 2001/10/19 14:20:15
11210 Log: Retract the #10451 which seems to be the cause
11211 of the major leakage from while(){eval"sub{}"}
11212 Branch: perl
11213 ! op.c t/run/kill_perl.t
11214____________________________________________________________________________
11215[ 12505] By: jhi on 2001/10/19 13:39:59
11216 Log: Regen toc.
11217 Branch: perl
11218 ! pod/perltoc.pod
11219____________________________________________________________________________
11220[ 12504] By: jhi on 2001/10/19 13:35:59
11221 Log: Tiny tweaks.
11222 Branch: perl
11223 ! pod/perl.pod
11224____________________________________________________________________________
11225[ 12503] By: ams on 2001/10/19 13:34:24
11226 Log: Subject: Re: perlintro.pod
11227 From: Abe Timmerman <abe@ztreet.demon.nl>
11228 Date: Fri, 19 Oct 2001 14:12:40 +0200
11229 Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
11230 Branch: perl
11231 ! pod/perlintro.pod
11232____________________________________________________________________________
11233[ 12502] By: ams on 2001/10/19 13:24:12
11234 Log: Slight reorganisation of references.
11235 Branch: perl
11236 ! pod/perl.pod
11237____________________________________________________________________________
11238[ 12501] By: jhi on 2001/10/19 13:19:14
11239 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
11240 From: Kay Röpke <kroepke@dolphin-services.de>
11241 Date: Fri, 19 Oct 2001 14:04:01 +0200
11242 Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
11243 Branch: perl
11244 ! lib/ExtUtils/MakeMaker.pm
11245____________________________________________________________________________
11246[ 12500] By: jhi on 2001/10/19 03:25:44
11247 Log: Unicode categories continue:
11248 implement Category=, Script=, Block=
11249 (these are based on an upcoming update of TR#18)
11250 Fix a bug where we got two In categories named "old italic",
11251 and another where shortcut for the Is categories wasn't taken.
11252 Branch: perl
11253 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
11254 ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
11255 ! pod/perlunicode.pod t/op/pat.t
11256____________________________________________________________________________
11257[ 12499] By: ams on 2001/10/19 01:42:29
11258 Log: Subject: a small patch to perlintro.pod.
11259 From: Autrijus Tang <autrijus@autrijus.org>
11260 Date: Fri, 19 Oct 2001 01:45:51 +0800
11261 Message-Id: <20011019014551.A35625@not.autrijus.org>
11262 (Applied by hand with nits.)
11263 Branch: perl
11264 ! pod/perlintro.pod
11265____________________________________________________________________________
11266[ 12498] By: jhi on 2001/10/19 00:14:50
11267 Log: Subject: [PATCH] OpenBSD hints for ithreads
11268 From: Andy Dougherty <doughera@lafayette.edu>
11269 Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
11270 Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
11271 Branch: perl
11272 ! hints/openbsd.sh
11273____________________________________________________________________________
11274[ 12497] By: jhi on 2001/10/18 16:14:13
11275 Log: Retract #12446; the problem solved by #12474.
11276 Branch: perl
11277 ! hints/aix.sh
11278____________________________________________________________________________
11279[ 12496] By: gsar on 2001/10/18 15:38:22
11280 Log: Carp::shortmess_heavy() doesn't notice trailing newline in
11281 message and suppress line number info (from Steve Hay
11282 <Steve.Hay@uk.radan.com>)
11283 Branch: maint-5.6/perl
11284 ! lib/Carp/Heavy.pm
11285____________________________________________________________________________
11286[ 12495] By: jhi on 2001/10/18 14:06:52
11287 Log: More documented In categories.
11288 Branch: perl
11289 ! pod/perlunicode.pod
11290____________________________________________________________________________
11291[ 12494] By: jhi on 2001/10/18 13:04:48
11292 Log: Update Changes.
11293 Branch: perl
11294 ! Changes patchlevel.h
11295____________________________________________________________________________
69aa86c4
JH
11296[ 12493] By: jhi on 2001/10/18 12:58:31
11297 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
11298 Branch: perl
11299 ! MANIFEST
11300____________________________________________________________________________
11301[ 12492] By: jhi on 2001/10/18 12:37:28
11302 Log: Wrong skip() arguments.
11303 Branch: perl
11304 ! ext/B/t/terse.t
11305____________________________________________________________________________
11306[ 12491] By: jhi on 2001/10/18 12:17:16
11307 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
11308 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11309 Date: Wed, 17 Oct 2001 09:10:53 EDT
11310 Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
11311 Branch: perl
11312 ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
11313 ! pod/perlapi.pod vms/vms.c
11314____________________________________________________________________________
11315[ 12490] By: ams on 2001/10/18 09:31:00
11316 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
11317 From: Mark-Jason Dominus <mjd@plover.com>
11318 Date: Thu, 18 Oct 2001 06:25:35 -0400
11319 Message-Id: <20011018102535.19264.qmail@plover.com>
11320 Branch: perl
11321 ! pod/perl.pod
11322____________________________________________________________________________
11323[ 12489] By: jhi on 2001/10/18 02:24:52
11324 Log: Prettyprinting.
11325 Branch: perl
11326 ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
11327____________________________________________________________________________
11328[ 12488] By: jhi on 2001/10/18 00:47:19
11329 Log: Regen toc.
11330 Branch: perl
11331 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11332____________________________________________________________________________
11333[ 12487] By: jhi on 2001/10/18 00:43:18
11334 Log: Add perlintro, from Skud.
11335 Branch: perl
11336 + pod/perlintro.pod
11337 ! MANIFEST
11338____________________________________________________________________________
11339[ 12486] By: jhi on 2001/10/18 00:10:44
11340 Log: FAQ sync.
11341 Branch: perl
11342 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
11343 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
11344 ! pod/perlfaq8.pod pod/perlfaq9.pod
11345____________________________________________________________________________
11346[ 12485] By: jhi on 2001/10/17 23:57:15
11347 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
11348 in speed (upto 20% speedup in certain operations) but meanwhile
11349 regexps and arithmetics got slower (5-10%) (according to
11350 perlbench average speedup is negligible, and within measuring
11351 flutter, 1%). Therefore retracting all the changes
11352 aimed at getting -std1 to compile cleanly: #12475, #12476,
11353 #12479, #12480, #12481, #12482, #12483, #12484.
11354 Branch: perl
11355 ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
11356 ! pp_hot.c pp_sys.c toke.c
11357____________________________________________________________________________
11358[ 12484] By: jhi on 2001/10/17 21:58:40
11359 Log: (retracted by #12485)
11360 Strict ANSI doesn't like the third argument of main()
11361 so enable ignoring it if using ultra picky compiler.
11362 Branch: perl
11363 ! miniperlmain.c
11364____________________________________________________________________________
11365[ 12483] By: jhi on 2001/10/17 21:48:24
11366 Log: (retracted by #12485)
11367 Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
11368 Branch: perl
11369 ! perl.h
11370____________________________________________________________________________
11371[ 12482] By: jhi on 2001/10/17 21:42:57
11372 Log: (retracted by #12485)
11373 Add explanatory comment.
11374 Branch: perl
11375 ! mg.c
11376____________________________________________________________________________
11377[ 12481] By: jhi on 2001/10/17 20:50:37
11378 Log: (retracted by #12485)
11379 More dollar$hiding.
11380 Branch: perl
11381 ! doio.c perl.h pp_sys.c
11382____________________________________________________________________________
11383[ 12480] By: jhi on 2001/10/17 20:27:34
11384 Log: (retracted by #12485)
11385 KISS.
11386 Branch: perl
11387 ! mg.c
11388____________________________________________________________________________
11389[ 12479] By: jhi on 2001/10/17 19:57:34
11390 Log: (retracted by #12485)
11391 Thou shalt not #ifdef inside macro invocations,
11392 noticed by Rafael Garcia-Suarez.
11393 Branch: perl
11394 ! mg.c
11395____________________________________________________________________________
11396[ 12478] By: ams on 2001/10/17 18:50:55
11397 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
11398 From: Anton Berezin <tobez@tobez.org>
11399 Date: Wed, 17 Oct 2001 18:25:48 +0200
11400 Message-Id: <20011017182548.A12082@heechee.tobez.org>
11401 Branch: perl
11402 ! pp_sys.c
11403____________________________________________________________________________
11404[ 12476] By: jhi on 2001/10/17 16:46:50
11405 Log: (retracted by #12485)
11406 Unterminated #ifdef.
11407 Branch: perl
11408 ! mg.c
11409____________________________________________________________________________
11410[ 12475] By: jhi on 2001/10/17 16:42:49
11411 Log: (retracted by #12485)
11412 Avoid dollar signs in identifiers (in non-VMS) to
11413 placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
11414 Branch: perl
11415 ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
11416 ! toke.c
11417____________________________________________________________________________
11418[ 12474] By: ams on 2001/10/17 15:14:50
11419 Log: Subject: Two AIX patches
11420 From: H.Merijn Brand <h.m.brand@hccnet.nl>
11421 Date: Wed, 17 Oct 2001 18:04:35 +0200
11422 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
11423 Branch: perl
11424 ! hints/aix.sh makedef.pl
11425____________________________________________________________________________
11426[ 12473] By: jhi on 2001/10/17 14:48:38
11427 Log: Limiting the Time::HiRes::sleep and usleep to
11428 one second is not a good policy if drop-in
11429 replacement is still a goal.
11430 Branch: perl
11431 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11432 ! ext/Time/HiRes/HiRes.xs
11433____________________________________________________________________________
11434[ 12472] By: jhi on 2001/10/17 11:00:54
11435 Log: Subject: [PATCH] Test::Simple 0.32
11436 From: Michael G Schwern <schwern@pobox.com>
11437 Date: Wed, 17 Oct 2001 03:42:41 -0400
11438 Message-ID: <20011017034241.A25038@blackrider>
11439 Branch: perl
11440 + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11441 + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11442 + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11443 + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11444 + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11445 + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11446 - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11447 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11448 ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
11449 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11450 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11451 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11452 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11453 ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
11454 ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11455 ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11456 ! t/lib/Test/Simple/Catch.pm
11457 ! t/lib/Test/Simple/sample_tests/five_fail.plx
11458____________________________________________________________________________
11459[ 12471] By: jhi on 2001/10/17 10:25:06
11460 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var
11461 From: Michael G Schwern <schwern@pobox.com>
11462 Date: Wed, 17 Oct 2001 04:04:13 -0400
11463 Message-ID: <20011017040413.C25550@blackrider>
11464 Branch: perl
11465 ! t/TEST t/harness vms/test.com
11466____________________________________________________________________________
11467[ 12470] By: jhi on 2001/10/17 02:25:01
11468 Log: Regen doc with perlmodstyle added.
11469 Branch: perl
11470 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11471____________________________________________________________________________
11472[ 12469] By: jhi on 2001/10/17 02:24:02
11473 Log: Pod cleanup.
11474 Branch: perl
11475 ! lib/File/Spec.pm lib/File/Spec/Mac.pm
11476____________________________________________________________________________
11477[ 12468] By: jhi on 2001/10/17 02:16:11
11478 Log: Subject: perlmodstyle as a patch
11479 From: Kirrily Robert <skud@infotrope.net>
11480 Date: Tue, 16 Oct 2001 22:47:23 -0400
11481 Message-ID: <20011016224723.A20673@infotrope.net>
11482 Branch: perl
11483 + pod/perlmodstyle.pod
11484 ! MANIFEST
11485____________________________________________________________________________
11486[ 12467] By: jhi on 2001/10/17 00:59:43
11487 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11488 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11489 Date: Thu, 6 Sep 2001 11:09:40 +0100
11490 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11491
11492 Mention also the develooper p5p archive.
11493 Branch: perl
11494 ! pod/perlhack.pod
11495____________________________________________________________________________
11496[ 12466] By: jhi on 2001/10/17 00:57:38
11497 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
11498 From: Kay Röpke <kroepke@dolphin-services.de>
11499 Date: Tue, 16 Oct 2001 17:23:52 +0200
11500 Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
11501 Branch: perl
11502 ! lib/ExtUtils/MakeMaker.pm
11503____________________________________________________________________________
11504[ 12465] By: jhi on 2001/10/17 00:54:28
11505 Log: Add the special casing mappings (from SpecCase.txt)
11506 (except for the hyper special case mappings that have
11507 the condition list); the special casing mappings are
11508 unused for now. Small tidying up on mktables.
11509 Branch: perl
11510 + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11511 + lib/unicore/To/SpecUpper.pl
11512 ! lib/unicore/mktables
11513____________________________________________________________________________
11514[ 12464] By: jhi on 2001/10/16 22:38:24
11515 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
11516 From: "David H. Adler" <dha@panix.com>
11517 Date: Tue, 16 Oct 2001 11:59:35 -0400
11518 Message-ID: <20011016115935.A13078@panix.com>
11519
11520 Subject: [ PATCH ] perldata patch, revised
11521 From: "David H. Adler" <dha@panix.com>
11522 Date: Tue, 16 Oct 2001 18:26:49 -0400
11523 Message-ID: <20011016182649.C23970@panix.com>
11524 Branch: perl
11525 ! pod/perldata.pod pod/perlop.pod
11526____________________________________________________________________________
11527[ 12463] By: jhi on 2001/10/16 19:39:25
11528 Log: Integrate perlio: PerlIO_dup (for all but Win32).
11529 Branch: perl
11530 !> embed.h embed.pl ext/Encode/Encode.xs
11531 !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
11532 !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11533 !> win32/win32io.c
11534____________________________________________________________________________
11535[ 12462] By: nick on 2001/10/16 19:11:30
11536 Log: PerlIOXxxx_dups for all but Win32
11537 Branch: perlio
11538 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11539 ! ext/PerlIO/Via/Via.xs
11540____________________________________________________________________________
11541[ 12461] By: nick on 2001/10/16 18:28:48
11542 Log: Implement PerlIOStdio_dup (explains core dumps - dup
11543 was not setting up a FILE * to be fclosed()).
11544 Branch: perlio
11545 ! perlio.c
11546____________________________________________________________________________
11547[ 12460] By: nick on 2001/10/16 17:31:47
11548 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
11549 overflow.
11550 Branch: perlio
11551 ! perlio.c
11552____________________________________________________________________________
11553[ 12459] By: jhi on 2001/10/16 17:10:22
11554 Log: Subject: [PATCH perl@12443] VMS 64-bit configure
11555 From: "Craig A. Berry" <craigberry@mac.com>
11556 Date: Tue, 16 Oct 2001 13:08:38 -0500
11557 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
11558 Branch: perl
11559 ! configure.com
11560____________________________________________________________________________
11561[ 12458] By: jhi on 2001/10/16 17:07:20
11562 Log: Can't expect too much accuracy from a sleep of one second.
11563 (I think this will also fail with high load.)
11564 Branch: perl
11565 ! ext/Time/HiRes/HiRes.t
11566____________________________________________________________________________
11567[ 12457] By: jhi on 2001/10/16 16:50:24
11568 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
11569 From: "Werner, Randolf" <randolf.werner@sap.com>
11570 Date: Tue, 16 Oct 2001 18:33:02 +0200
11571 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
11572 Branch: perl
11573 + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11574 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
11575____________________________________________________________________________
11576[ 12456] By: nick on 2001/10/16 14:08:16
11577 Log: Builds under ithreads (but fails all threads tests)
11578 Branch: perlio
11579 ! hv.c perlio.c sv.c
11580____________________________________________________________________________
11581[ 12455] By: jhi on 2001/10/16 13:59:32
11582 Log: I think the Perl_sortsv needs *not* be skipped?
11583 Branch: perl
11584 ! makedef.pl
11585____________________________________________________________________________
11586[ 12454] By: jhi on 2001/10/16 13:05:38
11587 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
11588 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11589 Date: Tue, 16 Oct 2001 15:32:44 +0200
11590 Message-ID: <3BCC531C.11494.3E433F@localhost>
11591 Branch: perl
11592 ! t/op/groups.t
11593____________________________________________________________________________
11594[ 12453] By: jhi on 2001/10/16 13:04:38
11595 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
11596 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11597 Date: Tue, 16 Oct 2001 15:01:04 +0200
11598 Message-ID: <3BCC4BB0.30935.2145B7@localhost>
11599 Branch: perl
11600 ! t/io/fs.t
11601____________________________________________________________________________
11602[ 12452] By: jhi on 2001/10/16 12:03:49
11603 Log: A forgotten deletion.
11604 Branch: perl
11605 - lib/unicore/mktables.PL
11606____________________________________________________________________________
11607[ 12451] By: nick on 2001/10/16 11:32:48
11608 Log: Skeleton of "PerlIO_dup" coded.
11609 Still-passes all tests non-threaded (well it would wouldn't it!)
11610 Branch: perlio
11611 ! embed.h embed.pl ext/Encode/Encode.xs
11612 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
11613 ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11614 ! win32/win32io.c
11615____________________________________________________________________________
11616[ 12450] By: jhi on 2001/10/16 02:27:51
11617 Log: Document the problem with the swash_fetch() API that affects
11618 more complex case conversions.
11619 Branch: perl
11620 ! lib/utf8_heavy.pl utf8.c
11621____________________________________________________________________________
11622[ 12449] By: jhi on 2001/10/16 01:55:48
11623 Log: Make Time::HiRes::sleep() and usleep() to return
11624 the number of seconds (a floating point value) and
11625 microseconds (an integer) actually slept (well,
11626 modulo the time spent in measuring the time actually
11627 slept...), to be a better drop-in replacement for
11628 the builtin sleep(). Noticed by Chris Nandor.
11629
11630 Also make usleep() to croak if fed illegal number
11631 of useconds (anything greater than 1_000_000).
11632 Branch: perl
11633 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11634 ! ext/Time/HiRes/HiRes.xs
11635____________________________________________________________________________
11636[ 12448] By: jhi on 2001/10/16 00:57:05
11637 Log: A missing SvREFCNT_dec.
11638 Branch: perl
11639 ! perl.c
11640____________________________________________________________________________
11641[ 12447] By: nick on 2001/10/15 20:27:53
11642 Log: Beginings of PerlIO_dup support (unstable)
11643 Branch: perlio
11644 ! perlio.c perliol.h
11645____________________________________________________________________________
11646[ 12446] By: jhi on 2001/10/15 18:44:19
a14267ca
JH
11647 Log: (retracted by #12497)
11648 In AIX vac 5 just can't seem to get regcomp right.
69aa86c4
JH
11649 Branch: perl
11650 ! hints/aix.sh
11651____________________________________________________________________________
11652[ 12445] By: jhi on 2001/10/15 16:44:04
11653 Log: Bump the version number to agree with the maintperl one.
11654 Branch: perl
11655 ! lib/Tie/RefHash.pm
11656____________________________________________________________________________
11657[ 12444] By: nick on 2001/10/15 15:59:57
11658 Log: Integrate mainline
11659 Branch: perlio
11660 +> lib/Math/BigInt/t/Math/Subclass.pm
11661 +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11662 +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
11663 +> lib/unicore/In/164.pl lib/unicore/In/165.pl
11664 +> lib/unicore/In/166.pl lib/unicore/In/167.pl
11665 +> lib/unicore/In/168.pl lib/unicore/In/169.pl
11666 +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
11667 +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11668 +> lib/unicore/mktables
11669 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11670 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11671 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11672 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11673 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11674 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11675 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11676 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11677 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11678 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11679 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11680 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11681 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11682 - lib/unicore/syllables.txt
11683 !> (integrate 344 files)
11684____________________________________________________________________________
11685[ 12443] By: jhi on 2001/10/15 13:40:20
11686 Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
11687 Branch: perl
11688 ! ext/DB_File/DB_File.xs
11689____________________________________________________________________________
11690[ 12442] By: jhi on 2001/10/15 13:35:36
11691 Log: Sync the skip() amounts with the number of tests.
11692 Branch: perl
11693 ! lib/Term/Complete.t
11694____________________________________________________________________________
11695[ 12441] By: jhi on 2001/10/15 13:11:03
11696 Log: Update Changes.
11697 Branch: perl
11698 ! Changes patchlevel.h
11699____________________________________________________________________________
8f215503
JH
11700[ 12440] By: jhi on 2001/10/15 12:58:24
11701 Log: MacOS Classic catdir() rewrite from Thomas Wegner
11702 (backward incompatibility, but a deliberate one,
11703 the old version simply is broken in its logic),
11704 also documentation updates, and as suggested replicated
11705 the File::Spec::Unix documentation updates also on the
11706 File::Spec documentation.
11707
11708 TODO: there seems to be duplication of documentation
11709 between File::Spec and File::Spec::Unix. I think
11710 the ::Unix should be left only with specific UNIXisms,
11711 and all the generic documentation should be in ::Spec.
11712 Branch: perl
11713 ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11714 ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
11715 ! lib/File/Spec/Unix.pm
11716____________________________________________________________________________
11717[ 12439] By: jhi on 2001/10/15 12:32:07
11718 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
11719 From: Blair Zajac <blair@orcaware.com>
11720 Date: Mon, 24 Sep 2001 11:48:58 -0700
11721 Message-ID: <3BAF801A.88A4F614@orcaware.com>
11722
11723 (the skip() messages)
11724 Branch: perl
11725 ! t/op/magic.t
11726____________________________________________________________________________
11727[ 12438] By: ams on 2001/10/14 23:43:59
11728 Log: Subject: [PATCH] make PerlIO default on VMS
11729 From: "Craig A. Berry" <craigberry@mac.com>
11730 Date: Sun, 14 Oct 2001 15:27:18 -0500
11731 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
11732 Branch: perl
11733 ! configure.com
11734____________________________________________________________________________
11735[ 12437] By: jhi on 2001/10/14 23:05:57
11736 Log: Retract #12436 (Abhijit already did this at #12426)
11737 Branch: perl
11738 ! lib/ExtUtils/MM_Unix.pm
11739____________________________________________________________________________
11740[ 12436] By: jhi on 2001/10/14 21:22:43
11741 Log: (retracted by #12437)
11742 Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
11743 From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
11744 Date: Sat, 13 Oct 2001 20:33:55 +0200
11745 Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
11746 Branch: perl
11747 ! lib/ExtUtils/MM_Unix.pm
11748____________________________________________________________________________
11749[ 12435] By: jhi on 2001/10/14 21:21:52
11750 Log: Subject: h2xs grammar nit
11751 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11752 Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
11753 Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
11754 Branch: perl
11755 ! utils/h2xs.PL
11756____________________________________________________________________________
11757[ 12434] By: jhi on 2001/10/14 13:48:30
11758 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
11759 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11760 Date: Sun, 14 Oct 2001 11:25:08 +0100
11761 Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
11762 Branch: perl
11763 ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
11764 ! warnings.pl
11765____________________________________________________________________________
11766[ 12433] By: jhi on 2001/10/13 23:20:11
11767 Log: Use File::Spec (needs Thomas Wegner's upcoming patch
11768 for File::Spec::Mac::catfile)
11769 Branch: perl
11770 ! lib/h2xs.t
11771____________________________________________________________________________
11772[ 12432] By: jhi on 2001/10/13 23:17:31
11773 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
11774 From: Nicholas Clark <nick@ccl4.org>
11775 Date: Sat, 13 Oct 2001 00:07:31 +0100
11776 Message-ID: <20011013000731.D67535@plum.flirble.org>
11777 Branch: perl
11778 ! lib/h2xs.t utils/h2xs.PL
11779____________________________________________________________________________
11780[ 12431] By: jhi on 2001/10/13 22:35:58
11781 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
11782 before DEFINE and INC), and repent by taking DEFINE and
11783 INC away from PASTHRU.
11784 Branch: perl
11785 ! lib/ExtUtils/MM_Unix.pm
11786____________________________________________________________________________
11787[ 12430] By: jhi on 2001/10/13 21:23:09
11788 Log: More MANIFEST anomalies.
11789 Branch: perl
11790 ! MANIFEST
11791____________________________________________________________________________
11792[ 12429] By: jhi on 2001/10/13 21:01:32
11793 Log: Not that many.
11794 Branch: perl
11795 ! MANIFEST
11796____________________________________________________________________________
11797[ 12428] By: sky on 2001/10/13 20:59:27
11798 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
11799 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11800 Date: Sat, 13 Oct 2001 23:15:55 +0200
11801 Message-ID: <20011013231555.A18071@rafael>
11802 Branch: perl
11803 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
11804 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
11805____________________________________________________________________________
11806[ 12427] By: jhi on 2001/10/13 20:54:17
11807 Log: Rewrite mktables from scratch.
11808 - Cleaner.
11809 - Faster: 15-20 seconds as opposed to several minutes.
11810 - More dynamic: the names of the various categories
11811 such as the linebreak ones are dynamic, not static.
11812 - Is.pl: long names for the general category properties
11813 are now available.
11814 - Ranges (<... ,First>, <..., Last>) from the general
11815 categories work now.
11816 - No more mktables.PL because the mktables.PL is not
11817 and never has been run to create a mktables.
11818 - syllables.txt and Is/Syl*.pl removed: non-standard
11819 (not part of the Unicode), and the whole concept is
11820 being reworked (http://syllabary.sourceforge.net/),
11821 the old way wouldn't even work with the new Syllables.txt
11822 (it would result in 1000+ new categories)
11823 Branch: perl
11824 + lib/unicore/In/163.pl lib/unicore/In/164.pl
11825 + lib/unicore/In/165.pl lib/unicore/In/166.pl
11826 + lib/unicore/In/167.pl lib/unicore/In/168.pl
11827 + lib/unicore/In/169.pl lib/unicore/In/170.pl
11828 + lib/unicore/In/171.pl lib/unicore/Is.pl
11829 + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11830 + lib/unicore/mktables
11831 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11832 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11833 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11834 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11835 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11836 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11837 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11838 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11839 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11840 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11841 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11842 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11843 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11844 - lib/unicore/syllables.txt
11845 ! (edit 304 files)
11846____________________________________________________________________________
11847[ 12426] By: ams on 2001/10/13 18:05:36
11848 Log: ExtUtils::MM_Unix should ignore comments when searching for
11849 $VERSION.
11850 Branch: perl
11851 ! lib/ExtUtils/MM_Unix.pm
11852____________________________________________________________________________
11853[ 12425] By: jhi on 2001/10/13 12:26:41
11854 Log: Subject: Re: New module XML::Clean
11855 From: andreas.koenig@anima.de (Andreas J. Koenig)
11856 Date: 13 Oct 2001 10:17:09 +0200
11857 Message-ID: <m37ku0t0my.fsf@anima.de>
11858 Branch: perl
11859 ! pod/perlnewmod.pod
11860____________________________________________________________________________
11861[ 12424] By: sky on 2001/10/13 09:39:59
11862 Log: Set thread stack size if needed.
11863 Branch: perl
11864 ! ext/threads/threads.xs
11865____________________________________________________________________________
11866[ 12423] By: sky on 2001/10/13 09:36:49
11867 Log: We do want to set the attribute to joinable even on modern posix
11868 platforms.
11869 Branch: perl
11870 ! ext/threads/threads.xs
11871____________________________________________________________________________
11872[ 12422] By: jhi on 2001/10/13 02:04:44
11873 Log: Subject: [PATCH ext/Data/Dumper.xs]
11874 From: Brian Ingerson <ingy@ttul.org>
11875 Date: Fri, 12 Oct 2001 19:32:35 -0700
11876 Message-ID: <20011012193235.B889@ttul.org>
11877 Branch: perl
11878 ! ext/Data/Dumper/Dumper.xs
11879____________________________________________________________________________
11880[ 12421] By: jhi on 2001/10/12 23:22:45
11881 Log: Update Changes.
11882 Branch: perl
11883 ! Changes patchlevel.h
11884____________________________________________________________________________
8a114ac8
JH
11885[ 12420] By: jhi on 2001/10/12 22:51:17
11886 Log: FAQ sync.
11887 Branch: perl
11888 ! pod/perlfaq3.pod pod/perlfaq4.pod
11889____________________________________________________________________________
11890[ 12419] By: jhi on 2001/10/12 22:46:49
11891 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles
11892 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
11893 Date: Fri, 12 Oct 2001 11:51:05 -0700
11894 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
11895 Branch: perl
11896 ! lib/File/Copy.pm
11897____________________________________________________________________________
11898[ 12418] By: jhi on 2001/10/12 22:44:24
11899 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
11900 From: "chromatic" <chromatic@rmci.net>
11901 Date: Thu, 11 Oct 2001 10:57:55 -0600
11902 Message-ID: <20011011170354.74354.qmail@onion.perl.org>
11903
11904 Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
11905 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11906 Date: Thu, 11 Oct 2001 22:34:21 +0200
11907 Message-ID: <20011011223421.A693@rafael>
11908
11909 plus undef $Term::Complete::stty as suggested by Rafael.
11910 Branch: perl
11911 ! lib/Term/Complete.pm lib/Term/Complete.t
11912____________________________________________________________________________
11913[ 12417] By: jhi on 2001/10/12 20:35:49
11914 Log: UUnndduupplleexx..
11915 Branch: perl
11916 ! perl.h
11917____________________________________________________________________________
11918[ 12416] By: sky on 2001/10/12 20:16:19
11919 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
11920 From: Andy Dougherty <doughera@lafayette.edu>
11921 Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
11922 Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
11923 (Potentially only band-aid)
11924 Branch: perl
11925 ! sv.c
11926____________________________________________________________________________
11927[ 12415] By: jhi on 2001/10/12 20:13:06
11928 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
11929 mishandles kill(), and therefore the sigaction test
11930 should be skipped, from Charles Lane.
11931 Branch: perl
11932 ! ext/POSIX/t/sigaction.t
11933____________________________________________________________________________
11934[ 12414] By: sky on 2001/10/12 18:47:49
11935 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
11936 Branch: perl
11937 ! op.h
11938____________________________________________________________________________
11939[ 12413] By: jhi on 2001/10/12 18:35:31
11940 Log: Upgrade to Math::BigInt 1.44 from Tels and
11941 further fixes from John Peacock.
11942 Branch: perl
11943 + lib/Math/BigInt/t/Math/Subclass.pm
11944 + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11945 + lib/Math/BigInt/t/subclass.t
11946 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11947 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11948 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11949 ! lib/Math/BigInt/t/mbimbf.t
11950____________________________________________________________________________
11951[ 12412] By: sky on 2001/10/12 18:28:23
11952 Log: perhaps pthread_attr_t really needs to be set for the old api
11953 Branch: perl
11954 ! ext/threads/threads.xs
11955____________________________________________________________________________
11956[ 12411] By: sky on 2001/10/12 18:11:45
11957 Log: pthread_keycreate not pthread_key_create under the here be dragons API
11958 Branch: perl
11959 ! ext/threads/threads.h
11960____________________________________________________________________________
11961[ 12410] By: sky on 2001/10/12 18:07:37
11962 Log: Apperently OLD PTHREADS API is a bit retarded.
11963 This should fix another set of compile failures in HP-UX 10.20.
11964 Branch: perl
11965 ! ext/threads/threads.h ext/threads/threads.xs
11966____________________________________________________________________________
11967[ 12409] By: nick on 2001/10/12 15:30:01
11968 Log: Blind integrate of mainline
11969 Branch: perlio
11970 +> (branch 32 files)
11971 - lib/unicode/README
11972 !> (integrate 121 files)
11973____________________________________________________________________________
11974[ 12408] By: sky on 2001/10/12 14:55:08
11975 Log: Let us avoid being smart for now.
11976 Branch: perl
11977 ! ext/threads/threads.h
11978____________________________________________________________________________
11979[ 12407] By: sky on 2001/10/12 14:38:12
11980 Log: (void*) the argument to make sure we work with picky compilers
11981 Branch: perl
11982 ! ext/threads/threads.xs
11983____________________________________________________________________________
11984[ 12406] By: ams on 2001/10/12 13:26:04
a14267ca
JH
11985 Log: (replaced with #12600)
11986
11987 Subject: [PATCH 5.6.1 perldoc] use File::Temp
8a114ac8
JH
11988 From: Mikhail Zabaluev <mhz@alt-linux.org>
11989 Date: Fri, 12 Oct 2001 12:47:47 +0400
11990 Message-Id: <20011012124747.E13918@localhost.localdomain>
11991 Branch: perl
11992 ! utils/perldoc.PL
11993____________________________________________________________________________
11994[ 12405] By: ams on 2001/10/12 13:05:32
11995 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
11996 From: andreas.koenig@anima.de (Andreas J. Koenig)
11997 Date: 12 Oct 2001 11:12:07 +0200
11998 Message-Id: <m3wv21te6w.fsf_-_@anima.de>
11999 Branch: perl
12000 ! lib/Memoize/t/speed.t
12001____________________________________________________________________________
12002[ 12404] By: sky on 2001/10/12 12:46:15
12003 Log: A) Support OLD_PTHREADS_API
12004 B) Change from using pthread_t to using a TLS to store the
12005 index of the thread in an hash, this is to avoid problems when
12006 in fact pthread_t was not a seralizable type.
12007 Both these changes are because of HP-UX 10.20
12008 This has not been tested on win32 but should work there.
12009 Need to add support for NetWare.
12010 Branch: perl
12011 ! ext/threads/threads.h ext/threads/threads.xs
12012____________________________________________________________________________
12013[ 12403] By: ams on 2001/10/12 07:34:19
12014 Log: Subject: Re: New module XML::Clean
12015 From: andreas.koenig@anima.de (Andreas J. Koenig)
12016 Date: 12 Oct 2001 10:20:35 +0200
12017 Message-Id: <m3elo9uv58.fsf@anima.de>
12018 Branch: perl
12019 ! pod/perlnewmod.pod
12020____________________________________________________________________________
12021[ 12402] By: jhi on 2001/10/11 19:51:04
12022 Log: More HP model tweaks from Merijn.
12023 Branch: perl
12024 ! README.hpux
12025____________________________________________________________________________
12026[ 12401] By: jhi on 2001/10/11 13:03:10
12027 Log: Update Changes.
12028 Branch: perl
12029 ! Changes patchlevel.h
12030____________________________________________________________________________
19e4e4d5
JH
12031[ 12400] By: jhi on 2001/10/11 11:33:20
12032 Log: HP-UX update from H.Merijn Brand.
12033 Branch: perl
12034 ! README.hpux
12035____________________________________________________________________________
12036[ 12399] By: jhi on 2001/10/11 00:53:56
12037 Log: Subject: [PATCH] fix link rot in README.vms
12038 From: "Craig A. Berry" <craigberry@mac.com>
12039 Date: Wed, 10 Oct 2001 17:17:00 -0500
12040 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
12041 Branch: perl
12042 ! README.vms
12043____________________________________________________________________________
12044[ 12398] By: jhi on 2001/10/11 00:49:42
12045 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
12046 From: "chromatic" <chromatic@rmci.net>
12047 Date: Wed, 10 Oct 2001 15:50:30 -0600
12048 Message-ID: <20011010215627.13283.qmail@onion.perl.org>
12049 Branch: perl
12050 ! lib/Term/Complete.t
12051____________________________________________________________________________
12052[ 12397] By: jhi on 2001/10/11 00:48:54
12053 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
12054 From: "chromatic" <chromatic@rmci.net>
12055 Date: Wed, 10 Oct 2001 15:45:42 -0600
12056 Message-ID: <20011010215140.8913.qmail@onion.perl.org>
12057 Branch: perl
12058 + lib/ExtUtils/Packlist.t
12059 ! MANIFEST
12060____________________________________________________________________________
12061[ 12396] By: jhi on 2001/10/10 20:20:22
12062 Log: VMS needs quotes around the -I option to keep it from
12063 being downcased, from Charles Lane.
12064 Branch: perl
12065 ! t/run/kill_perl.t
12066____________________________________________________________________________
12067[ 12395] By: ams on 2001/10/10 16:22:32
12068 Log: Subject: [PATCH lib/FindBin.pm]
12069 From: Stas Bekman <stas@stason.org>
12070 Date: Tue, 09 Oct 2001 23:57:10 +0800
12071 Message-Id: <3BC31E56.60805@stason.org>
12072 Branch: perl
12073 ! lib/FindBin.pm
12074____________________________________________________________________________
12075[ 12394] By: ams on 2001/10/10 16:09:53
12076 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
12077 From: Abhijit Menon-Sen <ams@wiw.org>
12078 Date: Wed, 10 Oct 2001 21:59:33 +0530
12079 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
12080 Branch: perl
12081 ! ext/Data/Dumper/Dumper.xs
12082____________________________________________________________________________
12083[ 12393] By: jhi on 2001/10/10 15:53:39
12084 Log: VMS: reorder the elimination of 000000 in the canonpath logic,
12085 from Charles Lane.
12086 Branch: perl
12087 ! lib/File/Spec/VMS.pm
12088____________________________________________________________________________
12089[ 12392] By: ams on 2001/10/10 14:49:43
12090 Log: Subject: [PATCH] two s/// bugfixes
12091 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12092 Date: Wed, 10 Oct 2001 17:23:44 +0200
12093 Message-Id: <20011010172344.C22440@rafael>
12094 Branch: perl
12095 ! pp_ctl.c regexec.c t/op/subst.t
12096____________________________________________________________________________
12097[ 12391] By: jhi on 2001/10/10 12:22:02
12098 Log: Fix/improve handling of the [000000] special "root"
12099 directory, by putting cwd in canonical form when doing
12100 abs2rel, and prepending a 000000 to directory "chunks"
12101 if missing from base or path. Also adjust test to
12102 reflect the (improved) output from abs2rel.
12103 From Charles Lane.
12104 Branch: perl
12105 ! lib/File/Spec.t lib/File/Spec/VMS.pm
12106____________________________________________________________________________
12107[ 12390] By: jhi on 2001/10/10 11:48:14
12108 Log: In VMS the copy-to-untaint %ENV in the initialization also loses
12109 all of the extra VMSish attributes (such as "treat this logical
12110 as a device name") that are necessary to make programs run.
12111 A tainted %ENV does not hinder VMS. From Charles Lane.
12112 Branch: perl
12113 ! lib/File/Find/t/taint.t
12114____________________________________________________________________________
12115[ 12389] By: jhi on 2001/10/10 11:40:29
12116 Log: VMS-specific fixes to the ExtUtils::Manifest tests.
12117
12118 o VMS is case-insensitive, RTL downcases filenames read
12119 by perl... so need to re-upcase filenames like MANIFEST
12120 and MANIFEST.SKIP
12121
12122 o Need to convert VMS-style to Unix-style filenames when comparing
12123 names in MANIFEST to names in filesystem.
12124
12125 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
12126 since VMS won't let you (easily) delete non-empty directories.
12127
12128 From Charles Lane.
12129 Branch: perl
12130 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
12131____________________________________________________________________________
12132[ 12388] By: jhi on 2001/10/10 11:28:44
12133 Log: Unix and VMS agree on "*" as a "match any number of any chars"
12134 wildcards, but differ ("?" vs. "%") for their "match any single
12135 char" wildcard. This patch changes "?" chars to "%" before doing a
12136 VMS glob...at no loss of functionality, since "?" isn't a valid
12137 filename char on VMS. From Charles Lane.
12138 Branch: perl
12139 ! doio.c
12140____________________________________________________________________________
12141[ 12387] By: jhi on 2001/10/10 11:20:13
12142 Log: (accidentally empty submit; new life as #12390)
12143 Branch: perl
12144 ! lib/File/Find/t/taint.t
12145____________________________________________________________________________
12146[ 12386] By: jhi on 2001/10/10 11:12:40
12147 Log: Even more VMS tweakage from Charles Lane:
12148
12149 Tweak #1: splitdir only works on directory part of filespec,
12150 split off volume first
12151 Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable
12152 (it's a horrible kludge in the run-time library,
12153 improved in later versions). Check the
12154 $Config{'d_setenv'} flag before attempting to set it.
12155 Branch: perl
12156 ! t/op/chdir.t
12157____________________________________________________________________________
12158[ 12385] By: jhi on 2001/10/09 20:34:36
12159 Log: VMS tweakage from Charles Lane.
12160
12161 . command.com doubles an output line when prompting for extensions
12162 . Term::Cap has no business trying to run obscure Un*x utilities on VMS
12163 . perl5db doesn't clean up after itself
12164 Branch: perl
12165 ! configure.com lib/Term/Cap.pm lib/perl5db.pl
12166____________________________________________________________________________
12167[ 12384] By: sky on 2001/10/09 19:16:11
12168 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12169 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12170 Date: Tue, 9 Oct 2001 22:10:26 +0200
12171 Message-ID: <20011009221026.A8579@rafael>
12172 Branch: perl
12173 ! pod/perldata.pod
12174____________________________________________________________________________
12175[ 12383] By: jhi on 2001/10/09 14:33:15
12176 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
12177 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12178 Date: 9 Oct 2001 15:15:06 -0000
12179 Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
12180 Branch: perl
12181 ! t/op/subst.t
12182____________________________________________________________________________
12183[ 12382] By: jhi on 2001/10/09 14:03:30
12184 Log: Update Changes.
12185 Branch: perl
12186 ! Changes patchlevel.h
12187____________________________________________________________________________
c5a29026
JH
12188[ 12381] By: jhi on 2001/10/09 13:52:50
12189 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
12190 Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
12191 when a NULL is passed for the filename string pointer.
12192 From Charles Lane.
12193 Branch: perl
12194 ! vms/vms.c
12195____________________________________________________________________________
12196[ 12379] By: jhi on 2001/10/09 13:03:49
12197 Log: Subject: HP systems update
12198 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12199 Date: Tue, 09 Oct 2001 15:59:22 +0200
12200 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
12201 Branch: perl
12202 ! README.hpux
12203____________________________________________________________________________
12204[ 12378] By: jhi on 2001/10/09 12:52:21
12205 Log: CPAN::Nox does now have a test.
12206 Branch: perl
12207 ! t/lib/1_compile.t
12208____________________________________________________________________________
12209[ 12377] By: jhi on 2001/10/09 12:23:27
12210 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
12211 From: David Dyck <dcd@tc.fluke.com>
12212 Date: Mon, 1 Oct 2001 12:17:36 -0700
12213 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
12214 Branch: perl
12215 ! installperl
12216____________________________________________________________________________
12217[ 12376] By: jhi on 2001/10/09 12:18:39
12218 Log: NetWare update from Ananth Kesari.
12219 Branch: perl
12220 ! NetWare/nwperlsys.h makedef.pl
12221____________________________________________________________________________
12222[ 12375] By: jhi on 2001/10/09 11:43:01
12223 Log: Subject: [PATCH Perl@12307] File::Find test on VMS
12224 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12225 Date: Tue, 9 Oct 2001 08:40:57 EDT
12226 Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
12227 Branch: perl
12228 ! lib/File/Find/t/find.t
12229____________________________________________________________________________
12230[ 12374] By: ams on 2001/10/09 05:31:45
12231 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
12232 ExtUtils::Mkbootstrap
12233 From: "chromatic" <chromatic@rmci.net>
12234 Date: Tue, 09 Oct 2001 00:08:37 -0600
12235 Message-Id: <20011009061432.46666.qmail@onion.perl.org>
12236 Branch: perl
12237 + lib/ExtUtils/Mkbootstrap.t
12238 ! MANIFEST
12239____________________________________________________________________________
12240[ 12373] By: jhi on 2001/10/09 02:56:13
12241 Log: Enable more debugging.
12242 Branch: perl
12243 ! lib/utf8_heavy.pl
12244____________________________________________________________________________
12245[ 12372] By: ams on 2001/10/09 02:11:59
12246 Log: #12370 forgot to modify is_gv_magical().
12247 Branch: perl
12248 ! gv.c
12249____________________________________________________________________________
12250[ 12371] By: jhi on 2001/10/09 01:48:17
12251 Log: Make the toupper/lower/title API for Unicode not right
12252 but at least less wrong: prepare for the mapping being
12253 more than just one-character-to-one-character.
12254 Branch: perl
12255 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
12256 ! regexec.c utf8.c
12257____________________________________________________________________________
12258[ 12370] By: jhi on 2001/10/09 01:23:08
12259 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
12260 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12261 Date: Mon, 8 Oct 2001 22:18:23 -0400
12262 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
12263 Branch: perl
12264 ! pod/perlvar.pod t/op/taint.t
12265____________________________________________________________________________
12266[ 12369] By: jhi on 2001/10/08 23:31:21
12267 Log: FAQ sync.
12268 Branch: perl
12269 ! pod/perlfaq3.pod pod/perlfaq4.pod
12270____________________________________________________________________________
12271[ 12368] By: jhi on 2001/10/08 21:20:45
12272 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
12273 From: "chromatic" <chromatic@rmci.net>
12274 Date: Mon, 08 Oct 2001 14:05:32 -0600
12275 Message-ID: <20011008201126.73702.qmail@onion.perl.org>
12276 Branch: perl
12277 ! lib/Term/Cap.t
12278____________________________________________________________________________
12279[ 12367] By: jhi on 2001/10/08 21:10:49
12280 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12281 From: Michael G Schwern <schwern@pobox.com>
12282 Date: Mon, 8 Oct 2001 17:00:14 -0400
12283 Message-ID: <20011008170014.L17083@blackrider>
12284 Branch: perl
12285 ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
12286____________________________________________________________________________
12287[ 12366] By: jhi on 2001/10/08 20:43:19
12288 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
12289 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12290 Date: Mon, 8 Oct 2001 16:01:33 EDT
12291 Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
12292 Branch: perl
12293 ! ext/Time/HiRes/HiRes.xs
12294____________________________________________________________________________
12295[ 12365] By: jhi on 2001/10/08 20:41:50
12296 Log: Subject: [PATCH] Autosplit patch for VMS
12297 From: "Craig A. Berry" <craigberry@mac.com>
12298 Date: Mon, 08 Oct 2001 15:40:43 -0500
12299 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
12300 Branch: perl
12301 ! lib/AutoSplit.pm lib/AutoSplit.t
12302____________________________________________________________________________
12303[ 12364] By: jhi on 2001/10/08 20:36:58
12304 Log: Don't assume that everybody is running OS X 10.1 yet;
12305 from Kay Röpke.
12306 Branch: perl
12307 ! hints/darwin.sh
12308____________________________________________________________________________
12309[ 12363] By: jhi on 2001/10/08 14:26:35
12310 Log: Update Changes.
12311 Branch: perl
12312 ! Changes patchlevel.h
12313____________________________________________________________________________
b421b0c0
JH
12314[ 12362] By: jhi on 2001/10/08 14:05:50
12315 Log: Retract #12358 for now.
12316 Branch: perl
12317 ! lib/Term/Cap.t
12318____________________________________________________________________________
12319[ 12361] By: jhi on 2001/10/08 13:57:10
12320 Log: Can't figure out what this is testing.
12321 (If it is trying to catch SIGKILL, it should stop
12322 trying because that is by definition impossible.)
12323 Branch: perl
12324 ! lib/sigtrap.t
12325____________________________________________________________________________
12326[ 12360] By: jhi on 2001/10/08 13:23:28
12327 Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
12328 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12329 Date: Sun, 30 Sep 2001 21:15:13 +0200
12330 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
12331 Branch: perl
12332 ! lib/ExtUtils/MM_Win32.pm
12333____________________________________________________________________________
12334[ 12359] By: jhi on 2001/10/08 12:37:17
12335 Log: Clarify the ldlibpth part and condense the overall text.
12336 Branch: perl
12337 ! t/TEST
12338____________________________________________________________________________
12339[ 12358] By: jhi on 2001/10/08 11:56:49
12340 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
12341 From: "chromatic" <chromatic@rmci.net>
12342 Date: Sun, 07 Oct 2001 16:59:26 -0600
12343 Message-ID: <20011007230518.90917.qmail@onion.perl.org>
12344 Branch: perl
12345 ! lib/Term/Cap.t
12346____________________________________________________________________________
12347[ 12357] By: jhi on 2001/10/08 11:54:50
12348 Log: Update the list because fo #12265.
12349 Branch: perl
12350 ! t/lib/1_compile.t
12351____________________________________________________________________________
12352[ 12356] By: jhi on 2001/10/08 11:53:30
12353 Log: Subject: [PATCH] & what's to be done for 5.8.0?
12354 From: Nicholas Clark <nick@ccl4.org>
12355 Date: Sun, 7 Oct 2001 20:53:33 +0100
12356 Message-ID: <20011007205333.S38756@plum.flirble.org>
12357 Branch: perl
12358 ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
12359 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12360 ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
12361 ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
12362 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12363 ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
12364 ! lib/Switch/t/switch.t lib/Term/Complete.t
12365 ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
12366 ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
12367 ! t/op/my_stash.t
12368____________________________________________________________________________
12369[ 12355] By: jhi on 2001/10/08 11:51:29
12370 Log: Integrate patch #12350 from maintperl; typo in
12371 IO::Seekable doc.
12372 Branch: perl
12373 !> ext/IO/lib/IO/Seekable.pm
12374____________________________________________________________________________
12375[ 12354] By: jhi on 2001/10/08 11:41:16
12376 Log: Detypo.
12377 Branch: perl
12378 ! hints/darwin.sh
12379____________________________________________________________________________
12380[ 12353] By: sky on 2001/10/07 17:16:14
12381 Log: Change 12349 didn't really get it right.
12382 Branch: perl
12383 ! lib/Unicode/README
12384____________________________________________________________________________
12385[ 12352] By: jhi on 2001/10/07 15:03:18
12386 Log: If running the harness the dynamic library search path
12387 may need setting.
12388 Branch: perl
12389 ! t/TEST
12390____________________________________________________________________________
12391[ 12351] By: jhi on 2001/10/07 14:17:12
12392 Log: It seems that in MacOS X 10.1 one must use -flat_namespace
12393 in ldflags.
12394 Branch: perl
12395 ! hints/darwin.sh
12396____________________________________________________________________________
12397[ 12350] By: gsar on 2001/10/07 13:30:42
12398 Log: typo in IO::Seekable doc
12399 Branch: maint-5.6/perl
12400 ! ext/IO/lib/IO/Seekable.pm
12401____________________________________________________________________________
12402[ 12349] By: jhi on 2001/10/07 12:49:31
12403 Log: Give up the fantasy of having lib/Unicode and lib/unicode:
12404 doesn't work on Mac OS X 10.1 (when unpacking the tar the
12405 latter gets renamed as lib/unicode:1, assumedly for security
12406 reasons not to overwrite stuff)
12407 Branch: perl
12408 + lib/Unicode/README
12409 - lib/unicode/README
12410 ! MANIFEST
12411____________________________________________________________________________
12412[ 12348] By: ams on 2001/10/07 05:33:40
12413 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
12414 From: "chromatic" <chromatic@rmci.net>
12415 Date: Sat, 06 Oct 2001 21:42:03 -0600
12416 Message-Id: <20011007034754.21057.qmail@onion.perl.org>
12417 Branch: perl
12418 + lib/CPAN/t/Nox.t
12419 ! MANIFEST
12420____________________________________________________________________________
12421[ 12347] By: ams on 2001/10/07 00:48:10
12422 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
12423 From: "chromatic" <chromatic@rmci.net>
12424 Date: Sat, 06 Oct 2001 18:52:10 -0600
12425 Message-Id: <20011007005801.98381.qmail@onion.perl.org>
12426 Branch: perl
12427 + lib/sigtrap.t
12428 ! MANIFEST
12429____________________________________________________________________________
12430[ 12346] By: ams on 2001/10/06 23:14:01
12431 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
12432 h2xs write?)
12433 From: Nicholas Clark <nick@ccl4.org>
12434 Date: Sat, 6 Oct 2001 21:46:43 +0100
12435 Message-Id: <20011006214643.L38756@plum.flirble.org>
12436 Branch: perl
12437 ! utils/h2xs.PL
12438____________________________________________________________________________
12439[ 12345] By: ams on 2001/10/06 17:39:53
12440 Log: Subject: [PATCH] Memoize tests
12441 From: Nicholas Clark <nick@ccl4.org>
12442 Date: Sat, 6 Oct 2001 18:04:21 +0100
12443 Message-Id: <20011006180421.J38756@plum.flirble.org>
12444 Branch: perl
12445 ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
12446 ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
12447 ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
12448 ! lib/Memoize/t/expire_module_n.t
12449 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12450 ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12451 ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12452 ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12453 ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12454 ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12455____________________________________________________________________________
12456[ 12344] By: jhi on 2001/10/06 00:30:23
12457 Log: Retract the latter part of #12343.
12458 Branch: perl
12459 ! ext/IO/lib/IO/Socket/INET.pm
12460____________________________________________________________________________
12461[ 12343] By: jhi on 2001/10/05 23:32:07
12462 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12463 From: David Dyck <dcd@tc.fluke.com>
12464 Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
12465 Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
12466
12467 Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12468 From: David Dyck <dcd@tc.fluke.com>
12469 Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
12470 Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
12471 Branch: perl
12472 ! ext/IO/lib/IO/Socket/INET.pm
12473____________________________________________________________________________
12474[ 12342] By: jhi on 2001/10/05 16:28:37
12475 Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
12476 From: Robin Barker <rmb1@cise.npl.co.uk>
12477 Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
12478 Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
12479 Branch: perl
12480 ! t/TEST
12481____________________________________________________________________________
12482[ 12341] By: jhi on 2001/10/05 13:54:08
12483 Log: Don't assume that %x is good for displaying UVs.
12484 Branch: perl
12485 ! dump.c
12486____________________________________________________________________________
12487[ 12340] By: jhi on 2001/10/05 12:41:31
12488 Log: Update Changes.
12489 Branch: perl
12490 ! Changes patchlevel.h
12491____________________________________________________________________________
77524eb8
JH
12492[ 12339] By: ams on 2001/10/05 10:22:34
12493 Log: Subject: [PATCH] perlfunc/select
12494 From: Nicholas Clark <nick@ccl4.org>
12495 Date: Fri, 5 Oct 2001 11:33:58 +0100
12496 Message-Id: <20011005113358.Z38756@plum.flirble.org>
12497 Branch: perl
12498 ! pod/perlfunc.pod
12499____________________________________________________________________________
12500[ 12338] By: jhi on 2001/10/04 22:54:06
12501 Log: Retract #12313 and #12249.
12502 Branch: perl
12503 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12504 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
12505 ! pod/perlebcdic.pod
12506____________________________________________________________________________
12507[ 12337] By: jhi on 2001/10/04 17:17:03
12508 Log: Subject: [PATCH] perlvms.pod update
12509 From: "Craig A. Berry" <craigberry@mac.com>
12510 Date: Thu, 04 Oct 2001 12:55:52 -0500
12511 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
12512 Branch: perl
12513 ! vms/perlvms.pod
12514____________________________________________________________________________
12515[ 12336] By: jhi on 2001/10/04 14:02:17
12516 Log: Subject: PATCH: Tie::SubstrHash
12517 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12518 Date: Thu, 04 Oct 2001 12:12:41 +0100
12519 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
12520 Branch: perl
12521 ! lib/Tie/SubstrHash.pm
12522____________________________________________________________________________
12523[ 12335] By: jhi on 2001/10/04 04:45:00
12524 Log: Unicode properties saga continues.
12525 Branch: perl
12526 ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
12527 ! lib/unicore/mktables.PL lib/utf8_heavy.pl
12528____________________________________________________________________________
12529[ 12334] By: jhi on 2001/10/04 03:42:04
12530 Log: Yet more Unicode properties.
12531 Branch: perl
12532 + lib/unicore/In/137.pl lib/unicore/In/138.pl
12533 + lib/unicore/In/139.pl lib/unicore/In/140.pl
12534 + lib/unicore/In/141.pl lib/unicore/In/142.pl
12535 + lib/unicore/In/143.pl lib/unicore/In/144.pl
12536 + lib/unicore/In/145.pl lib/unicore/In/146.pl
12537 + lib/unicore/In/147.pl lib/unicore/In/148.pl
12538 + lib/unicore/In/149.pl lib/unicore/In/150.pl
12539 + lib/unicore/In/151.pl lib/unicore/In/152.pl
12540 + lib/unicore/In/153.pl lib/unicore/In/154.pl
12541 + lib/unicore/In/155.pl lib/unicore/In/156.pl
12542 + lib/unicore/In/157.pl lib/unicore/In/158.pl
12543 + lib/unicore/In/159.pl lib/unicore/In/160.pl
12544 + lib/unicore/In/161.pl lib/unicore/In/162.pl
12545 ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
12546 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
12547 ! pod/perlunicode.pod
12548____________________________________________________________________________
12549[ 12333] By: jhi on 2001/10/04 03:02:19
12550 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
12551 From: "Craig A. Berry" <craigberry@mac.com>
12552 Date: Wed, 03 Oct 2001 17:45:25 -0500
12553 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
12554
12555 (the lib/Term/Complete.t patched differently by #12332)
12556 Branch: perl
12557 ! lib/ExtUtils/Command.t
12558____________________________________________________________________________
12559[ 12332] By: jhi on 2001/10/04 03:00:03
12560 Log: Restore only if something to restore.
12561 Branch: perl
12562 ! lib/Term/Complete.t
12563____________________________________________________________________________
12564[ 12331] By: pudge on 2001/10/03 19:30:48
12565 Log: Update various resources for credits,
12566 minor icons fixes, and versions.
12567 Branch: maint-5.6/macperl
12568 ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
12569 ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
12570 ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12571____________________________________________________________________________
12572[ 12330] By: pudge on 2001/10/03 19:17:25
12573 Log: Quiet the warnings about using undef value
12574 Branch: maint-5.6/macperl
12575 ! lib/File/Temp.pm
12576____________________________________________________________________________
12577[ 12329] By: pudge on 2001/10/03 19:14:59
12578 Log: Fix up Ballon Help and Help menu docs (first pass);
12579 remove balloon rez file, and autogenerate with
12580 Balloon2Rez instead.
12581 Branch: maint-5.6/macperl
12582 + macos/macperl/macscripts/Balloon2Rez
12583 - macos/macperl/MPBalloons.r
12584 ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
12585____________________________________________________________________________
12586[ 12328] By: pudge on 2001/10/03 19:11:15
12587 Log: Allow overriding of defaults, for change #12327.
12588 Branch: maint-5.6/macperl
12589 ! perl.h
12590____________________________________________________________________________
12591[ 12327] By: pudge on 2001/10/03 19:10:26
12592 Log: Override PerlProc_exit.
12593 Branch: maint-5.6/macperl
12594 ! macos/macish.h
12595____________________________________________________________________________
12596[ 12326] By: pudge on 2001/10/03 19:08:28
12597 Log: Add in new macos/ modules, fix up BuildTools and Makefile.
12598 Branch: maint-5.6/macperl
12599 + macos/bundled_lib/blib/lib/MD5.pm
12600 + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
12601 + macos/lib/Mac/AETE/Dialect.pm
12602 + macos/lib/Mac/AETE/Format/Converter.pm
12603 + macos/lib/Mac/AETE/Format/Dictionary.pm
12604 + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
12605 + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
12606 + macos/lib/Mac/Toolbox.pod
12607 ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
12608____________________________________________________________________________
12609[ 12325] By: pudge on 2001/10/03 18:51:28
12610 Log: Sync up silly CVS headers ... I should commit CVS
12611 first to avoid this ...
12612 Branch: maint-5.6/macperl
12613 ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
12614 ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
12615 ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
12616 ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
12617____________________________________________________________________________
12618[ 12324] By: pudge on 2001/10/03 18:44:09
12619 Log: Fix Matthias' address, and attributions.
12620 Branch: maint-5.6/macperl
12621 ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
12622 ! pod/perlport.pod
12623____________________________________________________________________________
12624[ 12323] By: pudge on 2001/10/03 18:42:37
12625 Log: Fix Matthias' address, and attributions.
12626 Branch: maint-5.6/macperl
12627 ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
12628 ! macos/ext/Mac/Components/Components.pm
12629 ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
12630 ! macos/ext/Mac/Dialogs/Dialogs.pm
12631 ! macos/ext/Mac/Events/Events.pm
12632 ! macos/ext/Mac/ExtUtils/MakeToolboxModule
12633 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
12634 ! macos/ext/Mac/Gestalt/Gestalt.pm
12635 ! macos/ext/Mac/ImageCompression/ImageCompression.pm
12636 ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
12637 ! macos/ext/Mac/Menus/Menus.pm
12638 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12639 ! macos/ext/Mac/Movies/Movies.pm
12640 ! macos/ext/Mac/Navigation/Navigation.pm
12641 ! macos/ext/Mac/Notification/Notification.pm
12642 ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
12643 ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
12644 ! macos/ext/Mac/QuickDraw/QuickDraw.pm
12645 ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
12646 ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
12647 ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
12648 ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
12649 ! macos/ext/Mac/StandardFile/StandardFile.pm
12650 ! macos/ext/Mac/TextEdit/TextEdit.pm
12651 ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
12652 ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
12653 ! macos/lib/Mac/LowMem.pm
12654____________________________________________________________________________
12655[ 12322] By: sky on 2001/10/03 18:41:07
12656 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12657 From: "Craig A. Berry" <craigberry@mac.com>
12658 Date: Wed, 03 Oct 2001 14:30:55 -0500
12659 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12660 Branch: perl
12661 ! vms/vms.c
12662____________________________________________________________________________
12663[ 12321] By: jhi on 2001/10/03 18:38:34
12664 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12665 From: "Craig A. Berry" <craigberry@mac.com>
12666 Date: Wed, 03 Oct 2001 14:30:55 -0500
12667 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12668 Branch: perl
12669 ! vms/vms.c
12670____________________________________________________________________________
12671[ 12320] By: jhi on 2001/10/03 16:47:30
12672 Log: Unicode properties: fix L& (the #12319 didn't allow L&,
12673 only IsL&) and Inherited (negative lookahead good);
12674 add tests for Common, Inherited, and L&.
12675 Branch: perl
12676 ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
12677____________________________________________________________________________
12678[ 12319] By: jhi on 2001/10/03 16:12:53
12679 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
12680 (The Unicode standard uses L& quite often.)
12681 Branch: perl
12682 ! lib/utf8_heavy.pl
12683____________________________________________________________________________
12684[ 12318] By: jhi on 2001/10/03 15:57:34
12685 Log: Add the 'Common' Unicode property (code points not
12686 explicitly assigned to any other script).
12687 Branch: perl
12688 + lib/unicore/In/136.pl
12689 ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
12690____________________________________________________________________________
12691[ 12317] By: jhi on 2001/10/03 13:23:32
12692 Log: Skip the RV printing test under threads until fixed.
12693 Branch: perl
12694 ! ext/B/t/terse.t
12695____________________________________________________________________________
12696[ 12316] By: jhi on 2001/10/03 12:57:05
12697 Log: Subject: 12309 / cygwin / win2k
12698 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12699 Date: Wed, 03 Oct 2001 15:25:15 +0200
12700 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
12701 Branch: perl
12702 ! makedef.pl
12703____________________________________________________________________________
12704[ 12315] By: jhi on 2001/10/03 12:50:17
12705 Log: Metaconfig unit change for #12314.
12706 Branch: metaconfig
12707 ! U/modified/Head.U
12708____________________________________________________________________________
12709[ 12314] By: jhi on 2001/10/03 12:49:26
12710 Log: Subject: Both cygwin and djgpp on one machine
12711 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12712 Date: Wed, 03 Oct 2001 15:02:59 +0200
12713 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
12714 Branch: perl
12715 ! Configure
12716____________________________________________________________________________
12717[ 12313] By: jhi on 2001/10/03 12:04:49
12718 Log: (retracted by #12338)
12719
12720 Subject: [PATCH] Code clean up for perlboot.pod
12721 From: Casey West <casey@geeknest.com>
12722 Date: Tue, 2 Oct 2001 19:24:43 -0400
12723 Message-ID: <20011002192443.B2163@stupid.geeknest.com>
12724
12725 Subject: [PATCH] Code clean up for perlbot.diff
12726 From: Casey West <casey@geeknest.com>
12727 Date: Tue, 2 Oct 2001 19:25:22 -0400
12728 Message-ID: <20011002192522.C2163@stupid.geeknest.com>
12729
12730 Subject: [PATCH] Code clean up for perlcall.pod
12731 From: Casey West <casey@geeknest.com>
12732 Date: Tue, 2 Oct 2001 19:25:57 -0400
12733 Message-ID: <20011002192557.D2163@stupid.geeknest.com>
12734
12735 Subject: [PATCH] Code clean up for perldata.pod
12736 From: Casey West <casey@geeknest.com>
12737 Date: Tue, 2 Oct 2001 19:26:29 -0400
12738 Message-ID: <20011002192629.E2163@stupid.geeknest.com>
12739
12740 Subject: [PATCH] Code clean up for perldbmfilter.pod
12741 From: Casey West <casey@geeknest.com>
12742 Date: Tue, 2 Oct 2001 19:26:59 -0400
12743 Message-ID: <20011002192659.F2163@stupid.geeknest.com>
12744
12745 Subject: [PATCH] Code clean up for perlebcdic.pod
12746 From: Casey West <casey@geeknest.com>
12747 Date: Tue, 2 Oct 2001 19:27:37 -0400
12748 Message-ID: <20011002192737.G2163@stupid.geeknest.com>
12749 Branch: perl
12750 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12751 ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
12752____________________________________________________________________________
12753[ 12312] By: ams on 2001/10/02 23:43:55
12754 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
12755 From: Michael G Schwern <schwern@pobox.com>
12756 Date: Tue, 2 Oct 2001 17:00:49 -0400
12757 Message-Id: <20011002170049.A9955@blackrider>
12758 Branch: perl
12759 ! lib/ExtUtils/MakeMaker.pm
12760____________________________________________________________________________
12761[ 12311] By: jhi on 2001/10/02 23:24:07
12762 Log: FAQ sync.
12763 Branch: perl
12764 ! pod/perlfaq3.pod
12765____________________________________________________________________________
12766[ 12310] By: nick on 2001/10/02 16:09:49
12767 Log: Integrate mainline
12768 Branch: perlio
12769 !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
12770 !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12771 !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
12772 !> patchlevel.h t/op/pat.t
12773____________________________________________________________________________
12774[ 12309] By: jhi on 2001/10/02 14:34:59
12775 Log: Unicode properties: allow also intra(wordbreak)name whitespace,
12776 not just one single space.
12777 Branch: perl
12778 ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
12779____________________________________________________________________________
12780[ 12308] By: jhi on 2001/10/02 12:49:41
12781 Log: AUTHORS updates.
12782 Branch: perl
12783 ! AUTHORS
12784____________________________________________________________________________
12785[ 12307] By: jhi on 2001/10/02 12:22:21
12786 Log: Update Changes.
12787 Branch: perl
12788 ! Changes patchlevel.h
12789____________________________________________________________________________
f95008af
JH
12790[ 12306] By: jhi on 2001/10/02 11:59:12
12791 Log: Work around old buggy glibcs for langinfo constants,
12792 from Nicholas Clark and David Dyck.
12793 Branch: perl
12794 ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12795____________________________________________________________________________
12796[ 12305] By: jhi on 2001/10/02 11:45:55
77524eb8 12797 Log: Eradicate Time::Piece; add an example.
f95008af
JH
12798 Branch: perl
12799 ! ext/I18N/Langinfo/Langinfo.pm
12800____________________________________________________________________________
12801[ 12304] By: jhi on 2001/10/02 11:34:18
12802 Log: Subject: [PATCH] Pod::Html makes a poor guess at author
12803 From: Robert Spier <rspier@pobox.com>
12804 Date: Mon, 1 Oct 2001 23:20:16 -0700
12805 Message-ID: <15289.23712.422087.878224@rls.cx>
12806 Branch: perl
12807 ! lib/Pod/Html.pm
12808____________________________________________________________________________
12809[ 12303] By: sky on 2001/10/02 10:40:57
12810 Log: Fixes obscure bug that manifests itself by.
12811 local $!=0;undef*STDOUT;#segfaults
12812 Has been around for a while. Possible other magic IO vars are
12813 possibly affected aswell. Reported by Jos Boumans.
12814 Branch: perl
12815 ! mg.c
12816____________________________________________________________________________
12817[ 12302] By: nick on 2001/10/02 09:00:52
12818 Log: Integrate mainline
12819 Branch: perlio
12820 !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
12821 !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
12822 !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
12823____________________________________________________________________________
12824[ 12301] By: nick on 2001/10/02 08:40:57
12825 Log: Integrate mainline + lib/open.t patch from Chromatic
12826 Branch: perlio
12827 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
12828 ! lib/open.t
12829 !> (integrate 29 files)
12830____________________________________________________________________________
12831[ 12300] By: jhi on 2001/10/01 19:22:16
12832 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
12833 Until it has, better stop early if someone requests threads.
12834 Branch: perl
12835 ! hints/darwin.sh
12836____________________________________________________________________________
12837[ 12299] By: jhi on 2001/10/01 19:01:31
12838 Log: Subject: [ID 20011001.011] redundant code in t/TEST
12839 From: David Dyck <dcd@tc.fluke.com>
12840 Date: Mon, 1 Oct 2001 12:56:24 -0700
12841 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
12842 Branch: perl
12843 ! t/TEST
12844____________________________________________________________________________
12845[ 12298] By: jhi on 2001/10/01 18:52:12
12846 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
12847 From: "chromatic" <chromatic@rmci.net>
12848 Date: Mon, 01 Oct 2001 12:27:12 -0600
12849 Message-ID: <20011001183251.89148.qmail@onion.perl.org>
12850 Branch: perl
12851 ! lib/Term/Cap.t
12852____________________________________________________________________________
12853[ 12297] By: jhi on 2001/10/01 17:04:18
12854 Log: UNICOS testing patches from Nicholas Clark.
12855 Branch: perl
12856 ! t/op/arith.t t/op/pack.t
12857____________________________________________________________________________
12858[ 12296] By: jhi on 2001/10/01 17:01:26
12859 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
12860 From: "chromatic" <chromatic@rmci.net>
12861 Date: Mon, 01 Oct 2001 10:21:51 -0600
12862 Message-ID: <20011001162731.40639.qmail@onion.perl.org>
12863 Branch: perl
12864 ! lib/open.t
12865____________________________________________________________________________
12866[ 12295] By: jhi on 2001/10/01 14:55:37
12867 Log: Make missing the RADIXCHAR a softer, gentler error.
12868 Branch: perl
12869 ! ext/I18N/Langinfo/Langinfo.t
12870____________________________________________________________________________
12871[ 12294] By: jhi on 2001/10/01 14:51:42
12872 Log: Nuke also the LANG because of glibc.
12873 Branch: perl
12874 ! lib/open.t
12875____________________________________________________________________________
12876[ 12293] By: jhi on 2001/10/01 14:51:20
12877 Log: Also the ^Is is optional.
12878 Branch: perl
12879 ! pod/perlunicode.pod t/op/pat.t
12880____________________________________________________________________________
12881[ 12292] By: jhi on 2001/10/01 14:08:26
12882 Log: Be careful to pull chars from the varargs stack when
12883 formatting chars.
12884 Branch: perl
12885 ! regcomp.c
12886____________________________________________________________________________
12887[ 12291] By: jhi on 2001/10/01 12:27:57
12888 Log: sortsv not in place anymore, noticed by John P. Linderman.
12889 Branch: perl
12890 ! pod/perlapi.pod pp_ctl.c
12891____________________________________________________________________________
12892[ 12290] By: jhi on 2001/10/01 12:25:03
12893 Log: Make the diagnostic messages more neutral.
12894 Branch: perl
12895 ! ext/B/t/terse.t
12896____________________________________________________________________________
12897[ 12289] By: jhi on 2001/10/01 03:59:34
12898 Log: Forgotten from #12288.
12899 Branch: perl
12900 ! ext/Data/Dumper/Dumper.pm
12901____________________________________________________________________________
12902[ 12288] By: jhi on 2001/10/01 03:58:37
12903 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
12904 From: Brian Ingerson <ingy@ttul.org>
12905 Date: Sun, 30 Sep 2001 21:45:56 -0700
12906 Message-ID: <20010930214556.D26392@ttul.org>
12907
12908 (remember also the #12289)
12909 Branch: perl
12910 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12911____________________________________________________________________________
12912[ 12287] By: jhi on 2001/10/01 03:33:15
12913 Log: More Unicode property tests for the abbreviated
12914 general properties.
12915 Branch: perl
12916 ! t/op/pat.t
12917____________________________________________________________________________
12918[ 12286] By: jhi on 2001/10/01 02:02:08
12919 Log: Further tweaks to the Unicode properties.
12920 Branch: perl
12921 ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
12922____________________________________________________________________________
12923[ 12285] By: jhi on 2001/10/01 01:46:35
12924 Log: Retract #12284.
12925 Branch: perl
12926 ! lib/Term/Cap.t
12927____________________________________________________________________________
12928[ 12284] By: jhi on 2001/10/01 01:24:12
12929 Log: (Retracted by #12285)
12930 Branch: perl
12931 ! lib/Term/Cap.t
12932____________________________________________________________________________
12933[ 12283] By: jhi on 2001/10/01 01:22:05
12934 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap
12935 From: "chromatic" <chromatic@rmci.net>
12936 Date: Sun, 30 Sep 2001 16:10:02 -0600
12937 Message-ID: <20010930221540.67279.qmail@onion.perl.org>
12938 Branch: perl
12939 + lib/Term/Cap.t
12940 ! MANIFEST
12941____________________________________________________________________________
12942[ 12282] By: jhi on 2001/10/01 01:19:21
12943 Log: Use stty -g to restore the terminal state, do not even
12944 try to run the tests if stty -g is not available.
12945 Branch: perl
12946 ! lib/Term/Complete.t
12947____________________________________________________________________________
12948[ 12281] By: jhi on 2001/09/30 21:05:00
12949 Log: Cleanup utf8_heavy; allow dropping the In prefix from
12950 Unicode script/block properties.
12951 Branch: perl
12952 ! lib/utf8_heavy.pl
12953____________________________________________________________________________
12954[ 12280] By: jhi on 2001/09/30 13:42:18
12955 Log: Retract the #12259 for now.
12956 Branch: perl
12957 ! embed.h embed.pl sv.h
12958____________________________________________________________________________
12959[ 12279] By: jhi on 2001/09/30 13:37:59
12960 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
12961 Branch: perl
12962 + lib/Text/TabsWrap/CHANGELOG
12963 ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
12964____________________________________________________________________________
12965[ 12278] By: jhi on 2001/09/30 05:05:18
12966 Log: #12272 wasn't right, it introduced an extra ().
12967 Branch: perl
12968 ! lib/utf8_heavy.pl
12969____________________________________________________________________________
12970[ 12277] By: jhi on 2001/09/30 00:31:07
12971 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
12972 From: Jonathan Stowe <gellyfish@gellyfish.com>
12973 Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
12974 Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
12975 Branch: perl
12976 ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
12977____________________________________________________________________________
12978[ 12276] By: jhi on 2001/09/30 00:15:38
12979 Log: Subject: Patch to put qsortsv in the public API
12980 From: Brian Ingerson <ingy@ttul.org>
12981 Date: Sat, 29 Sep 2001 17:41:13 -0700
12982 Message-ID: <20010929174113.A30223@ttul.org>
12983 Branch: perl
12984 ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
12985____________________________________________________________________________
12986[ 12275] By: jhi on 2001/09/30 00:11:21
12987 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
12988 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12989 Date: Sat, 29 Sep 2001 23:54:48 +0200
12990 Message-ID: <20010929235448.A5017@rafael>
12991 Branch: perl
12992 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
12993____________________________________________________________________________
12994[ 12274] By: jhi on 2001/09/30 00:03:19
12995 Log: FAQ sync.
12996 Branch: perl
12997 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12998 ! pod/perlfaq9.pod
12999____________________________________________________________________________
13000[ 12273] By: bailey on 2001/09/29 23:43:46
13001 Log: Resync with mainline
13002 Branch: vmsperl
13003 +> (branch 1207 files)
13004 - (delete 324 files)
13005 !> (integrate 866 files)
13006____________________________________________________________________________
13007[ 12272] By: jhi on 2001/09/29 21:32:33
13008 Log: Nasty recursion trap if one would match Unicode.
13009 Branch: perl
13010 ! lib/utf8_heavy.pl
13011____________________________________________________________________________
13012[ 12271] By: jhi on 2001/09/29 21:18:44
13013 Log: More Unicode todo.
13014 Branch: perl
13015 ! pod/perltodo.pod
13016____________________________________________________________________________
13017[ 12270] By: jhi on 2001/09/29 20:15:32
13018 Log: Explain a bit the new more flexible \p\P syntax.
13019 Branch: perl
13020 ! pod/perlunicode.pod
13021____________________________________________________________________________
13022[ 12269] By: jhi on 2001/09/29 20:05:24
13023 Log: More leniency to the \p and \P: now can have whitespace
13024 between the property definition and the curlies; now can
13025 invert the property by having a caret between the open
13026 curly and the property.
13027 Branch: perl
13028 ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
13029____________________________________________________________________________
13030[ 12268] By: nick on 2001/09/29 17:39:26
13031 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
13032 one test (lib/open.t) fails
13033 Branch: perlio
13034 +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13035 +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13036 +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
13037 +> lib/Tie/Scalar.t lib/open.t
13038 - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
13039 - ext/B/Stash.t
13040 !> (integrate 62 files)
13041____________________________________________________________________________
13042[ 12267] By: jhi on 2001/09/29 13:54:04
13043 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
13044 Branch: perl
13045 ! t/op/chdir.t
13046____________________________________________________________________________
13047[ 12266] By: jhi on 2001/09/29 13:51:49
13048 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
13049 From: "Craig A. Berry" <craigberry@mac.com>
13050 Date: Sat, 29 Sep 2001 09:35:33 -0500
13051 Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
13052 Branch: perl
13053 ! t/op/chdir.t
13054____________________________________________________________________________
13055[ 12265] By: jhi on 2001/09/29 13:49:43
13056 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
13057 From: "chromatic" <chromatic@rmci.net>
13058 Date: Fri, 28 Sep 2001 21:20:12 -0600
13059 Message-ID: <20010929032543.58322.qmail@onion.perl.org>
13060 Branch: perl
13061 + lib/Tie/Scalar.t
13062 ! MANIFEST lib/Tie/Scalar.pm
13063____________________________________________________________________________
13064[ 12264] By: jhi on 2001/09/29 04:57:42
13065 Log: Allow for more flexibility in the \p{In...} names, now
13066 case doesn't matter, and any space or dash can be
13067 matched by any space, dash, underbar, or empty.
13068 (may be going too far on leniency)
13069 Branch: perl
13070 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
13071 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
13072 ! t/op/pat.t
13073____________________________________________________________________________
13074[ 12263] By: jhi on 2001/09/28 23:04:13
13075 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
13076 From: "chromatic" <chromatic@rmci.net>
13077 Date: Fri, 28 Sep 2001 17:39:50 -0600
13078 Message-ID: <20010928234521.14178.qmail@onion.perl.org>
13079 Branch: perl
13080 + lib/open.t
13081 ! MANIFEST
13082____________________________________________________________________________
13083[ 12262] By: jhi on 2001/09/28 22:23:53
13084 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
13085 From: "Craig A. Berry" <craigberry@mac.com>
13086 Date: Fri, 28 Sep 2001 16:24:51 -0500
13087 Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
13088 Branch: perl
13089 ! ext/File/Glob/t/basic.t
13090____________________________________________________________________________
13091[ 12261] By: jhi on 2001/09/28 22:23:05
13092 Log: Subject: [DOC PATCH] Carp.pm pod typo
13093 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13094 Date: Fri, 28 Sep 2001 23:14:51 +0200
13095 Message-ID: <20010928231451.E16889@rafael>
13096 Branch: perl
13097 ! lib/Carp.pm
13098____________________________________________________________________________
13099[ 12260] By: jhi on 2001/09/28 22:21:55
13100 Log: Subject: [PATCH] Allow an @INC hook to set %INC
13101 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13102 Date: Fri, 28 Sep 2001 22:18:13 +0200
13103 Message-ID: <20010928221813.A16889@rafael>
13104 Branch: perl
13105 ! pp_ctl.c
13106____________________________________________________________________________
13107[ 12259] By: jhi on 2001/09/28 22:20:26
13108 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
13109 From: Nicholas Clark <nick@ccl4.org>
13110 Date: Fri, 28 Sep 2001 23:39:33 +0100
13111 Message-ID: <20010928233933.C23673@plum.flirble.org>
13112 Branch: perl
13113 ! embed.h embed.pl sv.h
13114____________________________________________________________________________
13115[ 12258] By: jhi on 2001/09/28 12:45:45
13116 Log: Update Changes.
13117 Branch: perl
13118 ! Changes patchlevel.h
13119____________________________________________________________________________
c5142e15
JH
13120[ 12256] By: jhi on 2001/09/28 12:18:29
13121 Log: Move the B tests to B/t.
13122 Branch: perl
13123 + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13124 + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13125 - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
13126 - ext/B/Showlex.t ext/B/Stash.t
13127 ! MANIFEST
13128____________________________________________________________________________
13129[ 12255] By: jhi on 2001/09/28 12:09:40
13130 Log: Forgot from #12254.
13131 Branch: perl
13132 + ext/B/B/Terse.t
13133____________________________________________________________________________
13134[ 12254] By: jhi on 2001/09/28 12:09:06
13135 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
13136 From: "chromatic" <chromatic@rmci.net>
13137 Date: Thu, 27 Sep 2001 23:22:17 -0600
13138 Message-ID: <20010928052747.56587.qmail@onion.perl.org>
13139 Branch: perl
13140 ! MANIFEST
13141____________________________________________________________________________
13142[ 12253] By: jhi on 2001/09/28 02:31:49
13143 Log: Test numbering mismatch.
13144 Branch: perl
13145 ! t/op/chdir.t
13146____________________________________________________________________________
13147[ 12252] By: jhi on 2001/09/27 22:46:42
13148 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
13149 From: "Craig A. Berry" <craigberry@mac.com>
13150 Date: Wed, 26 Sep 2001 17:43:14 -0500
13151 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
13152 Branch: perl
13153 ! iperlsys.h t/op/chdir.t
13154____________________________________________________________________________
13155[ 12251] By: jhi on 2001/09/27 22:44:35
13156 Log: Subject: [PATCH gv.c] make __ANON__ global
13157 From: Robin Barker <rmb1@cise.npl.co.uk>
13158 Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
13159 Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
13160 Branch: perl
13161 ! gv.c t/op/anonsub.t t/op/runlevel.t
13162____________________________________________________________________________
13163[ 12250] By: jhi on 2001/09/27 22:33:11
13164 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
13165 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13166 Date: Thu, 27 Sep 2001 22:34:32 +0200
13167 Message-ID: <20010927223432.A1485@rafael>
13168 Branch: perl
13169 ! ext/B/B/Terse.pm
13170____________________________________________________________________________
13171[ 12249] By: jhi on 2001/09/27 22:29:32
a14267ca
JH
13172 Log: (retracted by #12338)
13173
13174 Subject: [PATCH] Cleanup of perldsc.pod
c5142e15
JH
13175 From: Casey West <casey@geeknest.com>
13176 Date: Thu, 27 Sep 2001 11:13:17 -0400
13177 Message-ID: <20010927111317.A1942@stupid.geeknest.com>
13178 Branch: perl
13179 ! pod/perldsc.pod
13180____________________________________________________________________________
13181[ 12248] By: jhi on 2001/09/27 22:23:24
13182 Log: Not everyone is using ithreads...
13183 Branch: perl
13184 ! ext/Devel/Peek/Peek.t
13185____________________________________________________________________________
13186[ 12247] By: jhi on 2001/09/27 13:39:39
13187 Log: Document the nss_delete core dump workaround for HP-UX
13188 and Solaris, bug IDs 20010805.018 and 20010629.004.
13189 Branch: perl
13190 ! README.hpux README.solaris
13191____________________________________________________________________________
13192[ 12246] By: jhi on 2001/09/27 12:05:36
13193 Log: Dump Unicode hash keys also as Unicode,
13194 not just as a byte string.
13195 Branch: perl
13196 ! dump.c ext/Devel/Peek/Peek.t
13197____________________________________________________________________________
13198[ 12245] By: jhi on 2001/09/27 11:15:51
13199 Log: Integrate changes #12241 and #12242 from macperl:
13200
13201 Remove unneeded disabling of umask() calls
13202
13203 Note (get|set)sockopt are available.
13204 Branch: perl
13205 !> lib/File/Temp.pm pod/perlport.pod
13206____________________________________________________________________________
13207[ 12244] By: sky on 2001/09/27 08:53:00
13208 Log: Flush buffers on thread closedown.
13209 Branch: perl
13210 ! ext/threads/threads.xs
13211____________________________________________________________________________
13212[ 12243] By: jhi on 2001/09/27 02:20:06
13213 Log: Dump SvUTF8(sv)s also as \x{...}.
13214
13215 TODO: dump the SvUTF8() hash keys similarly.
13216 Branch: perl
13217 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
13218____________________________________________________________________________
13219[ 12242] By: pudge on 2001/09/26 20:41:35
13220 Log: Note (get|set)sockopt are available.
13221 Branch: maint-5.6/macperl
13222 ! pod/perlport.pod
13223____________________________________________________________________________
13224[ 12241] By: pudge on 2001/09/26 20:28:49
13225 Log: Remove unneeded disabling of umask() calls
13226 Branch: maint-5.6/macperl
13227 ! lib/File/Temp.pm
13228____________________________________________________________________________
13229[ 12240] By: sky on 2001/09/26 18:44:56
13230 Log: Documention update
13231 Branch: perl
13232 ! ext/threads/threads.pm
13233____________________________________________________________________________
13234[ 12239] By: jhi on 2001/09/26 13:49:05
13235 Log: Update Changes.
13236 Branch: perl
13237 ! Changes patchlevel.h
13238____________________________________________________________________________
be6b702f
JH
13239[ 12238] By: jhi on 2001/09/26 13:40:53
13240 Log: Check that all environment variables are tainted.
13241 Branch: perl
13242 ! t/op/taint.t
13243____________________________________________________________________________
13244[ 12237] By: jhi on 2001/09/26 13:02:07
13245 Log: Manual integration error in #12235.
13246 Branch: perl
13247 ! lib/File/DosGlob.t
13248____________________________________________________________________________
13249[ 12236] By: jhi on 2001/09/26 12:57:11
13250 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
13251 From: "chromatic" <chromatic@rmci.net>
13252 Date: Tue, 25 Sep 2001 23:57:07 -0600
13253 Message-ID: <20010926060233.7554.qmail@onion.perl.org>
13254 Branch: perl
13255 ! perlio.c
13256____________________________________________________________________________
13257[ 12235] By: jhi on 2001/09/26 12:53:16
13258 Log: Integrate macperl changes from Chris Nandor:
13259 12192 11817 11815 11813 11778 11775
13260
13261 Update CPAN.pm to work with new Mac::BuildTools instead
13262 of ExtUtils::MM_MacOS "orphan" functions
13263
13264 Fix test
13265
13266 Make syntax check report in MPW style, fix tests
13267 to use Mac::err=unix to get normal-style error
13268 messages.
13269
13270 More module and test ports from Thomas Wegner et al
13271
13272 Fix open of /dev/null for Mac OS
13273
13274 Allow for platforms to override formatting of errors
13275 on output from Matthias Neeracher (core files)
13276 Branch: perl
13277 ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
13278 ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
13279 ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
13280 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
13281 !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
13282 !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
13283____________________________________________________________________________
13284[ 12234] By: jhi on 2001/09/26 11:58:11
13285 Log: grrr.
13286 Branch: perl
13287 ! t/op/gv.t
13288____________________________________________________________________________
13289[ 12233] By: jhi on 2001/09/26 11:56:09
13290 Log: Retract #12232.
13291 Branch: perl
13292 ! t/op/gv.t
13293____________________________________________________________________________
13294[ 12232] By: jhi on 2001/09/26 11:53:37
13295 Log: (Retracted by #12233.)
13296 Branch: perl
13297 ! t/op/gv.t
13298____________________________________________________________________________
13299[ 12231] By: jhi on 2001/09/26 11:52:09
13300 Log: Detypo.
13301 Branch: perl
13302 ! ext/Encode/Makefile.PL
13303____________________________________________________________________________
13304[ 12230] By: sky on 2001/09/26 11:36:23
13305 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
13306 We are using a "delay" here because we do not want to depend on thread synchronization issues.
13307 Branch: perl
13308 + ext/threads/t/stress_cv.t
13309 ! MANIFEST ext/threads/t/stress_string.t
13310____________________________________________________________________________
13311[ 12229] By: jhi on 2001/09/26 11:27:54
13312 Log: NetWare tweak from Ananth Kesari.
13313 Branch: perl
13314 ! NetWare/t/Readme.txt
13315____________________________________________________________________________
13316[ 12228] By: jhi on 2001/09/26 11:26:26
13317 Log: Trick to fool case-blind filesystems.
13318 Branch: perl
13319 ! ext/Encode/Makefile.PL
13320____________________________________________________________________________
13321[ 12227] By: sky on 2001/09/26 11:06:50
13322 Log: Threads can start executing in a different order than they were
13323 created.... so we cannot ok() inside the threadstarter.
13324 Branch: perl
13325 ! ext/threads/t/stress_string.t
13326____________________________________________________________________________
13327[ 12226] By: sky on 2001/09/26 07:41:45
13328 Log: Add in stress_string.t to stress test threads a bit more.
13329 Branch: perl
13330 + ext/threads/t/stress_string.t
13331 ! MANIFEST
13332____________________________________________________________________________
13333[ 12225] By: sky on 2001/09/26 07:04:21
13334 Log: Fix negative refcount introduced by #12223.
13335 Branch: perl
13336 ! ext/threads/threads.xs
13337____________________________________________________________________________
13338[ 12224] By: sky on 2001/09/26 06:57:58
13339 Log: Update documentation to match change #12223
13340 Branch: perl
13341 ! sharedsv.c
13342____________________________________________________________________________
13343[ 12223] By: sky on 2001/09/26 06:54:32
13344 Log: Use a separate interpreter for the sharedsv space. Another
13345 negative sv leak. Sigh.
13346 Branch: perl
13347 ! sharedsv.c
13348____________________________________________________________________________
13349[ 12222] By: sky on 2001/09/26 05:58:35
13350 Log: Do the environ assignment in perl_contruct to match perl_destruct.
13351 Now we don't need to perl_parse/perl_run. However environ is a
13352 global....
13353 Branch: perl
13354 ! perl.c
13355____________________________________________________________________________
13356[ 12221] By: sky on 2001/09/26 05:41:02
13357 Log: Move the creation of PL_strtab to perl_construct so we can work
13358 with HV and HEs without running perl_parse.
13359 Branch: perl
13360 ! perl.c
13361____________________________________________________________________________
13362[ 12220] By: gsar on 2001/09/26 02:18:26
13363 Log: integrate macperl changes into maint-5.6
13364 Branch: maint-5.6/perl
13365 !> (integrate 26 files)
13366____________________________________________________________________________
13367[ 12219] By: pudge on 2001/09/26 00:19:35
13368 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
13369 fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
13370 Branch: maint-5.6/macperl
13371 ! macos/ext/Mac/Fonts/Fonts.xs
13372 ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13373____________________________________________________________________________
13374[ 12218] By: ams on 2001/09/25 23:31:33
13375 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13376 From: Nicholas Clark <nick@ccl4.org>
13377 Date: Wed, 26 Sep 2001 01:20:20 +0100
13378 Message-Id: <20010926012020.B48092@plum.flirble.org>
13379 Branch: perl
13380 ! lib/AutoSplit.t
13381____________________________________________________________________________
13382[ 12217] By: ams on 2001/09/25 22:33:05
13383 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
13384 From: "Craig A. Berry" <craigberry@mac.com>
13385 Date: Tue, 25 Sep 2001 18:08:42 -0500
13386 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
13387 Branch: perl
13388 ! vms/vms.c
13389____________________________________________________________________________
13390[ 12216] By: ams on 2001/09/25 21:41:01
13391 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was
13392 Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
13393 From: Michael G Schwern <schwern@pobox.com>
13394 Date: Wed, 26 Sep 2001 00:38:21 -0400
13395 Message-Id: <20010926003821.A627@blackrider>
13396 Branch: perl
13397 ! lib/AutoSplit.t
13398____________________________________________________________________________
13399[ 12215] By: jhi on 2001/09/25 21:40:04
13400 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
13401 From: Michael G Schwern <schwern@pobox.com>
13402 Date: Tue, 25 Sep 2001 17:43:49 -0400
13403 Message-ID: <20010925174349.B19534@blackrider>
13404 Branch: perl
13405 ! lib/Test/Simple.pm lib/Test/Utils.pm
13406____________________________________________________________________________
13407[ 12214] By: pudge on 2001/09/25 21:11:21
13408 Log: Integrate changes from bleadperl.
13409 Branch: maint-5.6/macperl
13410 !> pod/perlport.pod
13411____________________________________________________________________________
13412[ 12213] By: jhi on 2001/09/25 20:37:14
13413 Log: skip($mess) should result in one skip.
13414 Branch: perl
13415 ! t/test.pl
13416____________________________________________________________________________
13417[ 12212] By: pudge on 2001/09/25 20:21:06
13418 Log: Integrate change #12200 from maintperl.
13419 Branch: maint-5.6/macperl
13420 !> win32/perlhost.h
13421____________________________________________________________________________
13422[ 12211] By: pudge on 2001/09/25 20:11:56
13423 Log: Fix file types to "apple"
13424 Branch: maint-5.6/macperl
13425 ! macos/ext/Mac/Menus/t/MenuBar.rsrc
13426 ! macos/ext/Mac/SAT/t/Collision.rsrc
13427____________________________________________________________________________
13428[ 12210] By: pudge on 2001/09/25 19:28:20
13429 Log: Fix rsrc file as snd file; fix path in t file.
13430 Branch: maint-5.6/macperl
13431 ! macos/ext/Mac/Notification/t/Notification.rsrc
13432 ! macos/ext/Mac/Notification/t/Notification.t
13433____________________________________________________________________________
13434[ 12209] By: pudge on 2001/09/25 19:15:57
13435 Log: Sync up with File::Find from bleadperl.
13436 Branch: maint-5.6/macperl
13437 ! lib/File/Find.pm t/lib/filefind-taint.t
13438____________________________________________________________________________
13439[ 12208] By: pudge on 2001/09/25 19:06:48
13440 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade
13441 to new version of libnet. (Axel Rose, Paul Schinder, and a cast
13442 of hundreds)
13443 Branch: maint-5.6/macperl
13444 ! macos/bundled_lib/blib/lib/Net/Cmd.pm
13445 ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
13446 ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
13447____________________________________________________________________________
13448[ 12207] By: nick on 2001/09/25 19:04:36
13449 Log: Integrate mainline (untested while modem is up)
13450 Branch: perlio
13451 +> lib/AutoSplit.t t/test.pl
13452 - lib/warnings/register.t
13453 !> (integrate 28 files)
13454____________________________________________________________________________
13455[ 12206] By: jhi on 2001/09/25 17:21:00
13456 Log: perldiag entry for #12205.
13457 Branch: perl
13458 ! pod/perldiag.pod
13459____________________________________________________________________________
13460[ 12205] By: jhi on 2001/09/25 17:20:38
13461 Log: Subject: [PATCH] warning on v-string in use/require
13462 From: John Peacock <jpeacock@rowman.com>
13463 Date: Mon, 24 Sep 2001 17:29:03 -0400
13464 Message-ID: <3BAFA59F.9C0E0339@rowman.com>
13465 Branch: perl
13466 ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
13467____________________________________________________________________________
13468[ 12204] By: jhi on 2001/09/25 17:11:02
13469 Log: perltooc et al updates.
13470 Branch: perl
13471 ! plan9/mkfile pod/roffitall
13472____________________________________________________________________________
13473[ 12203] By: jhi on 2001/09/25 17:05:19
13474 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
13475 From: Michael G Schwern <schwern@pobox.com>
13476 Date: Sun, 23 Sep 2001 00:07:12 -0400
13477 Message-ID: <20010923000712.A7005@blackrider>
13478 Branch: perl
13479 ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
13480____________________________________________________________________________
13481[ 12202] By: jhi on 2001/09/25 16:55:29
13482 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
13483 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13484 Date: Wed, 26 Sep 2001 01:25:10 +0900
13485 Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
13486 Branch: perl
13487 ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
13488 ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
13489 ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
13490____________________________________________________________________________
13491[ 12201] By: jhi on 2001/09/25 16:52:03
13492 Log: Integrate change #12200 from maintperl;
13493 on windows, virtualized environment could propagate deleted variables
13494 into children if they happen to be at the very end of the table
13495 Branch: perl
13496 !> win32/perlhost.h
13497____________________________________________________________________________
13498[ 12200] By: gsar on 2001/09/25 16:36:01
13499 Log: on windows, virtualized environment could propagate deleted variables
13500 into children if they happen to be at the very end of the table
13501 (thanks for succinct test case from Johan Holmberg, and fix from
13502 Doug Lankshear)
13503 Branch: maint-5.6/perl
13504 ! win32/perlhost.h
13505____________________________________________________________________________
13506[ 12199] By: gsar on 2001/09/25 15:19:13
13507 Log: avoid the use of ftime() (it does a useless, potentially
13508 expensive call to GetTimeZoneInformation()); this potentially
13509 also results in three more digits of precision from
13510 Time::HiRes::time()
13511 Branch: perl
13512 ! ext/Time/HiRes/HiRes.xs
13513____________________________________________________________________________
13514[ 12198] By: jhi on 2001/09/25 14:27:01
13515 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
13516
13517 Note: io/binmode is failing, have to figure out why.
13518 Branch: perl
13519 + t/test.pl
13520 ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
13521 ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
13522 ! t/run/exit.t
13523____________________________________________________________________________
13524[ 12197] By: ams on 2001/09/25 13:48:55
13525 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13526 From: Nicholas Clark <nick@ccl4.org>
13527 Date: Tue, 25 Sep 2001 00:37:40 +0100
13528 Message-Id: <20010925003740.S4971@plum.flirble.org>
13529 (Further changes expected.)
13530 Branch: perl
13531 + lib/AutoSplit.t
13532 ! MANIFEST
13533____________________________________________________________________________
13534[ 12196] By: sky on 2001/09/25 13:37:12
13535 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
13536 _ftime to try and be more robust.
13537 Branch: perl
13538 ! ext/Time/HiRes/HiRes.xs
13539____________________________________________________________________________
13540[ 12194] By: ams on 2001/09/25 11:40:00
13541 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
13542 From: "Craig A. Berry" <craigberry@mac.com>
13543 Date: Mon, 24 Sep 2001 17:54:20 -0500
13544 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
13545 Branch: perl
13546 ! vms/descrip_mms.template
13547____________________________________________________________________________
13548[ 12193] By: pudge on 2001/09/25 02:53:42
13549 Log: Fixes for multiline error parsing (Bug #459263); cmd-.
13550 not working, cursor not spinning (Bug #422129); external
13551 editor problems (Bug #456329); escape/cmd-. not activating
13552 "Cancel" in Save dialog box (Bug #446960); Runtimes not
13553 executing on launch (Bug #464441).
13554 Branch: maint-5.6/macperl
13555 ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
13556 ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
13557 ! macos/macperl/MacPerl.r
13558____________________________________________________________________________
13559[ 12192] By: pudge on 2001/09/25 02:42:49
13560 Log: Update CPAN.pm to work with new Mac::BuildTools instead
13561 of ExtUtils::MM_MacOS "orphan" functions
13562 Branch: maint-5.6/macperl
13563 ! lib/CPAN.pm
13564____________________________________________________________________________
13565[ 12191] By: pudge on 2001/09/25 02:37:58
13566 Log: Fix up another xsubpp problem (Matthias Neeracher)
13567 Branch: maint-5.6/macperl
13568 ! macos/xsubpp
13569____________________________________________________________________________
13570[ 12190] By: pudge on 2001/09/25 02:37:38
13571 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
13572 Branch: maint-5.6/macperl
13573 ! macos/lib/ExtUtils/MM_MacOS.pm
13574____________________________________________________________________________
13575[ 12189] By: pudge on 2001/09/25 02:37:08
13576 Log: Fix up Makefiles for more Mac:: modules (and prepare for
13577 static build ...?)
13578 Branch: maint-5.6/macperl
13579 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13580 ! macos/macperl/Makefile.mk
13581____________________________________________________________________________
13582[ 12188] By: pudge on 2001/09/25 02:36:19
13583 Log: Fix up tests
13584 Branch: maint-5.6/macperl
13585 ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
13586____________________________________________________________________________
13587[ 12187] By: pudge on 2001/09/25 02:11:13
13588 Log: Make malloc smarter, fix bugs. (Bug #404030)
13589 Branch: maint-5.6/macperl
13590 ! macos/icemalloc.c macos/icemalloc.h
13591____________________________________________________________________________
13592[ 12186] By: nick on 2001/09/24 19:18:17
13593 Log: Integrate mainline
13594 Branch: perlio
13595 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13596 +> lib/filetest.t
13597 !> (integrate 30 files)
13598____________________________________________________________________________
13599[ 12185] By: jhi on 2001/09/24 18:56:40
13600 Log: Retract #12136, the warnings::register is already
13601 tested by t/lib/warnings/9enabled, as pointed out
13602 by Paul Marquess.
13603 Branch: perl
13604 - lib/warnings/register.t
13605 ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
13606____________________________________________________________________________
13607[ 12184] By: gsar on 2001/09/24 18:39:58
13608 Log: fix Time::HiRes implementation of gettimeofday() on windows
13609 (HiRes.t#14 now passes)
13610 Branch: perl
13611 ! ext/Time/HiRes/HiRes.xs
13612____________________________________________________________________________
13613[ 12183] By: gsar on 2001/09/24 18:13:23
13614 Log: File::Spec::catfile() canonifies everything to blackslashes on
13615 windows :-(
13616 Branch: perl
13617 ! lib/ExtUtils/Manifest.t
13618____________________________________________________________________________
13619[ 12182] By: gsar on 2001/09/24 17:59:54
13620 Log: test number mismatch
13621 Branch: perl
13622 ! t/op/magic.t
13623____________________________________________________________________________
13624[ 12181] By: jhi on 2001/09/24 17:10:41
13625 Log: ok().
13626 Branch: perl
13627 ! t/op/pack.t
13628____________________________________________________________________________
13629[ 12180] By: jhi on 2001/09/24 16:09:37
13630 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
13631 Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13632 Branch: perl
13633 ! pp_pack.c t/op/pack.t
13634____________________________________________________________________________
13635[ 12179] By: jhi on 2001/09/24 15:46:49
13636 Log: Update Changes.
13637 Branch: perl
13638 ! Changes patchlevel.h
13639____________________________________________________________________________
65486cd1
JH
13640[ 12178] By: jhi on 2001/09/24 14:12:06
13641 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
13642 From: Michael G Schwern <schwern@pobox.com>
13643 Date: Mon, 24 Sep 2001 11:12:13 -0400
13644 Message-ID: <20010924111213.G27885@blackrider>
13645 Branch: perl
13646 ! lib/ExtUtils/Manifest.pm
13647____________________________________________________________________________
13648[ 12177] By: jhi on 2001/09/24 14:02:32
13649 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
13650 From: Michael G Schwern <schwern@pobox.com>
13651 Date: Mon, 24 Sep 2001 11:02:07 -0400
13652 Message-ID: <20010924110207.E27885@blackrider>
13653 Branch: perl
13654 ! vms/test.com
13655____________________________________________________________________________
13656[ 12176] By: ams on 2001/09/24 14:01:59
13657 Log: Update Changes.
13658 Branch: perl
13659 ! Changes
13660____________________________________________________________________________
13661[ 12175] By: jhi on 2001/09/24 13:20:28
13662 Log: Various cleanups.
13663 Branch: perl
13664 ! ext/threads/Makefile.PL ext/threads/threads.xs
13665____________________________________________________________________________
13666[ 12173] By: pudge on 2001/09/24 12:56:13
13667 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
13668 Branch: maint-5.6/macperl
13669 !> (integrate 33 files)
13670____________________________________________________________________________
45839f72
AMS
13671[ 12171] By: jhi on 2001/09/24 12:26:58
13672 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
13673 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13674 Date: Mon, 24 Sep 2001 20:04:58 +0900
13675 Message-Id: <20010924200207.A030.BQW10602@nifty.com>
13676 Branch: perl
13677 ! ext/Encode/Encode/gb2312.enc
13678____________________________________________________________________________
13679[ 12170] By: jhi on 2001/09/24 12:08:30
13680 Log: Clarifying comment to #12164.
13681 Branch: perl
13682 ! lib/Cwd.pm
13683____________________________________________________________________________
13684[ 12169] By: jhi on 2001/09/24 11:59:33
13685 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
13686 From: Nicholas Clark <nick@ccl4.org>
13687 Date: Sun, 23 Sep 2001 23:00:56 +0100
13688 Message-ID: <20010923230055.Y4971@plum.flirble.org>
13689
13690 (with "sample_constants" changed to "fallback")
13691 Branch: perl
13692 + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13693 ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
13694 ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
13695 ! lib/h2xs.t utils/h2xs.PL
13696____________________________________________________________________________
13697[ 12168] By: jhi on 2001/09/24 11:25:56
13698 Log: Metaconfig unit change for #12167.
13699 Branch: metaconfig
13700 ! U/modified/Cppsym.U
13701____________________________________________________________________________
13702[ 12167] By: jhi on 2001/09/24 11:25:22
13703 Log: Add a few glibc cpp symbols to probe for.
13704 Branch: perl
13705 ! Configure
13706____________________________________________________________________________
13707[ 12166] By: jhi on 2001/09/24 11:14:43
13708 Log: DJGPP tweaks for Laszlo Molnar.
13709 Branch: perl
13710 ! djgpp/djgppsed.sh dosish.h
13711____________________________________________________________________________
13712[ 12165] By: ams on 2001/09/24 10:07:08
13713 Log: Subject: [PATCH t/op/inccode.t] More tests
13714 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13715 Date: 24 Sep 2001 10:01:44 -0000
13716 Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
13717 Branch: perl
13718 ! t/op/inccode.t
13719____________________________________________________________________________
13720[ 12164] By: ams on 2001/09/24 09:43:29
13721 Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
13722 From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
13723 Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
13724 Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
13725 Branch: perl
13726 ! lib/Cwd.pm
13727____________________________________________________________________________
13728[ 12163] By: jhi on 2001/09/23 22:50:35
13729 Log: 1_compile updates.
13730 Branch: perl
13731 ! t/lib/1_compile.t
13732____________________________________________________________________________
13733[ 12162] By: jhi on 2001/09/23 21:11:22
13734 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
13735 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13736 Date: Wed, 19 Sep 2001 22:47:14 +0200
13737 Message-ID: <20010919224714.A6382@rafael>
13738 Branch: perl
13739 ! pod/perlvar.pod pp_ctl.c
13740____________________________________________________________________________
13741[ 12161] By: ams on 2001/09/23 17:40:02
13742 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
13743 filetest Pragma
13744 From: "chromatic" <chromatic@rmci.net>
13745 Date: Sun, 23 Sep 2001 12:07:25 -0600
13746 Message-Id: <20010923181223.32427.qmail@onion.perl.org>
13747 Branch: perl
13748 + lib/filetest.t
13749 ! MANIFEST t/lib/1_compile.t
13750____________________________________________________________________________
13751[ 12160] By: ams on 2001/09/23 16:32:11
13752 Log: Additional minor chdir() tweak.
13753 Branch: perl
13754 ! pod/perlfunc.pod
13755____________________________________________________________________________
13756[ 12159] By: ams on 2001/09/23 16:25:01
13757 Log: Subject: PATCH lib/ExtUtils/Command.t
13758 From: Abe Timmerman <abe@ztreet.demon.nl>
13759 Date: Sun, 23 Sep 2001 19:11:44 +0200
13760 Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
13761 Branch: perl
13762 ! lib/ExtUtils/Command.t
13763____________________________________________________________________________
13764[ 12158] By: jhi on 2001/09/23 12:52:36
13765 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
13766 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13767 Date: Sun, 23 Sep 2001 02:02:26 +0200
13768 Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
13769 Branch: perl
13770 ! makedef.pl
13771____________________________________________________________________________
13772[ 12157] By: jhi on 2001/09/23 12:46:05
13773 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
13774 From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)
13775 Date: Sat, 22 Sep 2001 12:54:39 -0500
13776 Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
13777 Branch: perl
13778 ! t/op/study.t
13779____________________________________________________________________________
13780[ 12156] By: nick on 2001/09/23 07:48:44
13781 Log: Integrate mainline
13782 Branch: perlio
13783 - check83.pl
13784 !> ext/Encode/Encode/2022-cn.enc
13785____________________________________________________________________________
13786[ 12155] By: nick on 2001/09/23 07:48:01
13787 Log: Integrate mainline
13788 Branch: perlio
13789 +> (branch 64 files)
13790 - ext/Encode/Encode/cns11643-1.enc
13791 - ext/Encode/Encode/cns11643-2.enc
13792 - ext/Encode/Encode/iso2022-cn.enc
13793 - ext/Encode/Encode/iso2022-jp.enc
13794 - ext/Encode/Encode/iso2022-jp1.enc
13795 - ext/Encode/Encode/iso2022-jp2.enc
13796 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13797 - ext/Encode/Encode/iso8859-1.enc
13798 - ext/Encode/Encode/iso8859-1.ucm
13799 - ext/Encode/Encode/iso8859-10.enc
13800 - ext/Encode/Encode/iso8859-10.ucm
13801 - ext/Encode/Encode/iso8859-13.enc
13802 - ext/Encode/Encode/iso8859-13.ucm
13803 - ext/Encode/Encode/iso8859-14.enc
13804 - ext/Encode/Encode/iso8859-14.ucm
13805 - ext/Encode/Encode/iso8859-15.enc
13806 - ext/Encode/Encode/iso8859-15.ucm
13807 - ext/Encode/Encode/iso8859-16.enc
13808 - ext/Encode/Encode/iso8859-16.ucm
13809 - ext/Encode/Encode/iso8859-2.enc
13810 - ext/Encode/Encode/iso8859-2.ucm
13811 - ext/Encode/Encode/iso8859-3.enc
13812 - ext/Encode/Encode/iso8859-3.ucm
13813 - ext/Encode/Encode/iso8859-4.enc
13814 - ext/Encode/Encode/iso8859-4.ucm
13815 - ext/Encode/Encode/iso8859-5.enc
13816 - ext/Encode/Encode/iso8859-5.ucm
13817 - ext/Encode/Encode/iso8859-6.enc
13818 - ext/Encode/Encode/iso8859-6.ucm
13819 - ext/Encode/Encode/iso8859-7.enc
13820 - ext/Encode/Encode/iso8859-7.ucm
13821 - ext/Encode/Encode/iso8859-8.enc
13822 - ext/Encode/Encode/iso8859-8.ucm
13823 - ext/Encode/Encode/iso8859-9.enc
13824 - ext/Encode/Encode/iso8859-9.ucm
13825 - ext/Encode/Encode/isoir-197.enc
13826 - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
13827 - t/lib/sample-tests/header_at_end
13828 - t/lib/sample-tests/header_at_end_fail
13829 !> (integrate 174 files)
13830____________________________________________________________________________
13831[ 12154] By: ams on 2001/09/23 07:11:46
13832 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
13833 by Blair Zajac.
13834 Branch: perl
13835 ! pod/perlfunc.pod
13836____________________________________________________________________________
13837[ 12153] By: ams on 2001/09/23 06:56:32
13838 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
13839 Forgotten deprecation of *glob{FILEHANDLE}?
13840 From: "chromatic" <chromatic@rmci.net>
13841 Date: Sat, 22 Sep 2001 21:27:56 -0600
13842 Message-Id: <20010923033252.33085.qmail@onion.perl.org>
13843 Branch: perl
13844 ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
13845____________________________________________________________________________
13846[ 12152] By: ams on 2001/09/23 06:42:58
13847 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
13848 From: Michael G Schwern <schwern@pobox.com>
13849 Date: Sun, 23 Sep 2001 03:34:39 -0400
13850 Message-Id: <20010923033439.E7005@blackrider>
13851 Branch: perl
13852 ! lib/File/Find.pm
13853____________________________________________________________________________
13854[ 12151] By: ams on 2001/09/23 06:37:57
13855 Log: Subject: Re: t/op/magic.t missing tests on Win32
13856 From: Michael G Schwern <schwern@pobox.com>
13857 Date: Sat, 22 Sep 2001 20:29:09 -0400
13858 Message-Id: <20010922202909.I18223@blackrider>
13859 Branch: perl
13860 ! t/op/magic.t
13861____________________________________________________________________________
13862[ 12150] By: ams on 2001/09/23 06:36:26
13863 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
13864 Dumpvalue.pm
13865 From: "chromatic" <chromatic@rmci.net>
13866 Date: Sat, 22 Sep 2001 19:41:31 -0600
13867 Message-Id: <20010923014628.7739.qmail@onion.perl.org>
13868 Branch: perl
13869 + lib/Dumpvalue.t
13870 ! MANIFEST lib/Dumpvalue.pm
13871____________________________________________________________________________
13872[ 12149] By: ams on 2001/09/23 06:25:35
13873 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
13874 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13875 Date: Sun, 23 Sep 2001 15:27:56 +0900
13876 Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
13877 Branch: perl
13878 ! ext/Encode/Encode/2022-cn.enc
13879____________________________________________________________________________
13880[ 12148] By: jhi on 2001/09/22 23:33:42
13881 Log: Manual eror in #12147.
13882 Branch: perl
13883 ! win32/win32.c
13884____________________________________________________________________________
13885[ 12147] By: jhi on 2001/09/22 23:25:02
13886 Log: Integrate change #12146 from maintperl;
13887 win32_chdir() et al don't handle a NULL argument gracefully
13888 Branch: perl
13889 !> win32/perlhost.h win32/win32.c
13890____________________________________________________________________________
13891[ 12146] By: gsar on 2001/09/22 23:18:47
13892 Log: win32_chdir() et al don't handle a NULL argument gracefully
13893 Branch: maint-5.6/perl
13894 ! win32/perlhost.h win32/win32.c
13895____________________________________________________________________________
13896[ 12145] By: gsar on 2001/09/22 23:17:42
13897 Log: typo in change#12026
13898 Branch: maint-5.6/perl
13899 ! op.c
13900____________________________________________________________________________
13901[ 12144] By: jhi on 2001/09/22 21:22:28
13902 Log: Subject: [PATCH] Re: scalar context unpack bugs
13903 From: Nicholas Clark <nick@ccl4.org>
13904 Date: Sat, 22 Sep 2001 23:07:56 +0100
13905 Message-ID: <20010922230755.O4971@plum.flirble.org>
13906 Branch: perl
13907 ! pp_pack.c t/op/pack.t
13908____________________________________________________________________________
13909[ 12143] By: jhi on 2001/09/22 21:18:43
13910 Log: Try ExtUtils::Command.t everywhere, not just on Win32
13911 (as suggested by NI-S). Also allow running it either
13912 in t/ or in the main directory.
13913 Branch: perl
13914 ! lib/ExtUtils/Command.t
13915____________________________________________________________________________
13916[ 12142] By: jhi on 2001/09/22 21:04:39
13917 Log: Update the test on warnings/register.t.
13918 Branch: perl
13919 ! t/lib/1_compile.t
13920____________________________________________________________________________
13921[ 12141] By: jhi on 2001/09/22 20:40:06
13922 Log: The code is now almost tidy enough to keep the IRIX cc happy.
13923 Branch: perl
13924 ! hints/irix_6.sh
13925____________________________________________________________________________
13926[ 12140] By: ams on 2001/09/22 17:26:32
13927 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
13928 use_ithreads
13929 From: "Craig A. Berry" <craigberry@mac.com>
13930 Date: Sat, 22 Sep 2001 13:15:32 -0500
13931 Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
13932 Branch: perl
13933 ! configure.com
13934____________________________________________________________________________
13935[ 12139] By: ams on 2001/09/22 16:44:08
13936 Log: Do what perl_clone() does for sharedsv functions.
13937 Branch: perl
13938 ! embed.pl proto.h
13939____________________________________________________________________________
13940[ 12138] By: jhi on 2001/09/22 16:42:04
13941 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
13942 (suggested by Sarathy, extensions shouldn't be dabbling with
13943 op structures, so binary backward compatibility should not be
13944 an issue.)
13945 Branch: perl
13946 ! hints/irix_6.sh op.h
13947____________________________________________________________________________
13948[ 12137] By: ams on 2001/09/22 16:21:05
13949 Log: More cleanups. (What's PERL_DECL_PROT?)
13950 Branch: perl
13951 ! embed.pl proto.h sharedsv.h
13952____________________________________________________________________________
13953[ 12136] By: ams on 2001/09/22 15:14:34
a14267ca
JH
13954 Log: (Retracted by #12185)
13955
13956 Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
45839f72
AMS
13957 Add Tests for warnings::register, Doc Update
13958 From: "chromatic" <chromatic@rmci.net>
13959 Date: Sat, 22 Sep 2001 09:43:20 -0600
13960 Message-Id: <20010922154815.32004.qmail@onion.perl.org>
13961 Branch: perl
13962 + lib/warnings/register.t
13963 ! MANIFEST lib/warnings/register.pm
13964____________________________________________________________________________
13965[ 12135] By: ams on 2001/09/22 15:07:50
13966 Log: `@foo' should be @foo for consistency.
13967 Branch: perl
13968 ! pod/perldiag.pod
13969____________________________________________________________________________
13970[ 12134] By: jhi on 2001/09/22 14:20:47
13971 Log: (Retracted by #12138)
13972
13973 Add -woff (turn warning off) 3187:
13974 "A pointer is converted to a smaller integer."
13975 This happens when your pointers are 64-bit: then every case
13976 of converting pointers to PADOFFSETs (explicitly 32-bit)
13977 faces truncation (even explicit use of INT2PTR doesn't help).
13978 CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
13979 Changing PADOFFSET from U32 to UV would help, but that
13980 would break binary backward compatibility of BASEOP and padop
13981 (assuming you have been using 64-bit pointers).
13982 Branch: perl
13983 ! hints/irix_6.sh
13984____________________________________________________________________________
13985[ 12133] By: jhi on 2001/09/22 13:53:49
13986 Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
13987 but the name comes from the inside the file, not from the file
13988 name, and Rumanian is the name of the language.
13989 Branch: perl
13990 + ext/Encode/Encode/macRumanian.enc
13991 - ext/Encode/Encode/macRomania.enc
13992 ! MANIFEST
13993____________________________________________________________________________
13994[ 12132] By: jhi on 2001/09/22 13:48:29
13995 Log: Rename perltootc as perltooc for 8.3-friedliness.
13996 Branch: perl
13997 + pod/perltooc.pod
13998 - pod/perltootc.pod
13999 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
14000 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
14001 ! pod/perltoot.pod
14002____________________________________________________________________________
14003[ 12131] By: jhi on 2001/09/22 13:38:49
14004 Log: Find more conflicts by lowercasing.
14005 Branch: perl
14006 + Porting/check83.pl
14007 - check83.pl
14008 ! MANIFEST
14009____________________________________________________________________________
14010[ 12130] By: jhi on 2001/09/22 13:20:20
14011 Log: The AIX cc 5.0.0.0 is simply too buggy.
14012 Branch: perl
14013 ! hints/aix.sh
14014____________________________________________________________________________
14015[ 12129] By: ams on 2001/09/22 12:35:38
14016 Log: Uninteresting cleanup.
14017 Branch: perl
14018 ! form.h
14019____________________________________________________________________________
14020[ 12128] By: ams on 2001/09/22 12:28:48
14021 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
14022 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14023 Date: Sat, 22 Sep 2001 14:29:13 +0100
14024 Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
14025 Branch: perl
14026 ! cv.h
14027____________________________________________________________________________
14028[ 12127] By: ams on 2001/09/22 12:04:28
14029 Log: What's a backet?
14030 Branch: perl
14031 ! dump.c
14032____________________________________________________________________________
14033[ 12126] By: ams on 2001/09/22 10:02:34
14034 Log: Removed duplicated tests #19 and #20.
14035 Branch: perl
14036 ! t/op/do.t
14037____________________________________________________________________________
14038[ 12125] By: ams on 2001/09/22 03:58:41
14039 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
14040 From: Michael Carman <mjcarman@home.com>
14041 Date: Fri, 21 Sep 2001 17:54:05 -0500
14042 Message-Id: <3BABC50D.6040202@home.com>
14043 (Applied with some changes.)
14044 Branch: perl
14045 ! pod/perlmod.pod
14046____________________________________________________________________________
14047[ 12124] By: ams on 2001/09/22 03:44:19
14048 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
14049 From: Michael G Schwern <schwern@pobox.com>
14050 Date: Fri, 21 Sep 2001 19:20:40 -0400
14051 Message-Id: <20010921192040.E5494@blackrider>
14052 Branch: perl
14053 ! t/op/chdir.t
14054____________________________________________________________________________
14055[ 12123] By: ams on 2001/09/22 03:41:08
14056 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
14057 From: Blair Zajac <blair@orcaware.com>
14058 Date: Fri, 21 Sep 2001 15:13:04 -0700
14059 Message-Id: <3BABBB70.55FD41DC@orcaware.com>
14060 Branch: perl
14061 ! t/op/chdir.t
14062____________________________________________________________________________
14063[ 12122] By: ams on 2001/09/22 03:37:07
14064 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
14065 20010920.007
14066 From: Michael G Schwern <schwern@pobox.com>
14067 Date: Fri, 21 Sep 2001 17:59:03 -0400
14068 Message-Id: <20010921175903.V5494@blackrider>
14069 Branch: perl
14070 ! t/op/do.t
14071____________________________________________________________________________
14072[ 12121] By: ams on 2001/09/22 03:30:38
14073 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
14074 suite on WinCE)
14075 From: Michael G Schwern <schwern@pobox.com>
14076 Date: Fri, 21 Sep 2001 19:41:03 -0400
14077 Message-Id: <20010921194103.G5494@blackrider>
14078 Branch: perl
14079 ! pod/perlport.pod
14080____________________________________________________________________________
14081[ 12120] By: ams on 2001/09/22 03:28:06
14082 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
14083 From: Michael G Schwern <schwern@pobox.com>
14084 Date: Fri, 21 Sep 2001 17:33:35 -0400
14085 Message-Id: <20010921173335.T5494@blackrider>
14086 ($ENV{FOO}=undef hunk not applied.)
14087 Branch: perl
14088 ! t/op/magic.t
14089____________________________________________________________________________
14090[ 12119] By: ams on 2001/09/22 03:02:26
14091 Log: Subject: [PATCH] perldiag.pod
14092 From: Peter Scott <Peter@PSDT.com>
14093 Date: Fri, 21 Sep 2001 18:54:50 -0700
14094 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
14095 (Moved to the right place.)
14096 Branch: perl
14097 ! pod/perldiag.pod
14098____________________________________________________________________________
14099[ 12118] By: ams on 2001/09/21 20:05:29
14100 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
14101 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14102 Date: Fri, 21 Sep 2001 22:36:54 +0200
14103 Message-Id: <20010921223654.A12742@rafael>
14104 Branch: perl
14105 ! t/op/do.t
14106____________________________________________________________________________
14107[ 12117] By: jhi on 2001/09/21 20:05:23
14108 Log: Restore things as they were before
14109 the backward compatibility police notices.
14110 Branch: perl
14111 ! lib/Cwd.pm
14112____________________________________________________________________________
14113[ 12116] By: jhi on 2001/09/21 17:52:28
14114 Log: More Cwd from Schwern: make also OS/2 and DOS
14115 Cwd agree with File::Spec (that is, native path
14116 syntax using \ instead of / -- backward compatibility
14117 polic warning) and stop Win32 from using bsd_realpath().
14118 Branch: perl
14119 ! lib/Cwd.pm
14120____________________________________________________________________________
14121[ 12115] By: jhi on 2001/09/21 17:19:03
14122 Log: Subject: [PATCH @12110] RE: Untested libraries update
14123 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14124 Date: Fri, 21 Sep 2001 18:21:07 +0100
14125 Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
14126 Branch: perl
14127 ! lib/warnings/register.pm
14128____________________________________________________________________________
14129[ 12114] By: jhi on 2001/09/21 17:09:52
14130 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
14131 From: Michael G Schwern <schwern@pobox.com>
14132 Date: Thu, 20 Sep 2001 22:54:02 -0400
14133 Message-ID: <20010920225402.A3611@blackrider>
14134 Branch: perl
14135 ! lib/Cwd.pm
14136____________________________________________________________________________
14137[ 12113] By: ams on 2001/09/21 17:08:24
14138 Log: Subject: [PATCH] avoid v-strings with require/use
14139 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14140 Date: Fri, 21 Sep 2001 12:34:40 -0400
14141 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
14142 Branch: perl
14143 ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
14144 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
14145 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14146 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14147 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
14148 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
14149 ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14150 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14151 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14152 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
14153 ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
14154 ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
14155 ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
14156 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14157 ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
14158 ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
14159 ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
14160 ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
14161 ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
14162____________________________________________________________________________
14163[ 12110] By: jhi on 2001/09/21 13:59:13
14164 Log: Update Changes.
14165 Branch: perl
14166 ! Changes patchlevel.h
14167____________________________________________________________________________
d5115885
JH
14168[ 12109] By: jhi on 2001/09/21 13:44:43
14169 Log: Make AIX and Tru64 compilers happy.
14170 Branch: perl
14171 ! ext/threads/threads.h ext/threads/threads.xs
14172____________________________________________________________________________
14173[ 12108] By: jhi on 2001/09/21 12:16:27
14174 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
14175 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14176 Date: 21 Sep 2001 09:16:37 -0000
14177 Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
14178 Branch: perl
14179 ! toke.c
14180____________________________________________________________________________
14181[ 12107] By: jhi on 2001/09/21 12:14:41
14182 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
14183 From: Michael G Schwern <schwern@pobox.com>
14184 Date: Thu, 20 Sep 2001 21:21:34 -0400
14185 Message-ID: <20010920212134.Y28291@blackrider>
14186 Branch: perl
14187 ! pp_sys.c
14188____________________________________________________________________________
14189[ 12106] By: jhi on 2001/09/21 12:12:09
14190 Log: Subject: Re: GDB Debugging Macros from mod_perl
14191 From: rspier@pobox.com (Robert Spier)
14192 Date: Thu, 20 Sep 2001 22:45:03 -0700
14193 Message-ID: <15274.54239.413929.49430@rls.cx>
14194 Branch: perl
14195 ! pod/perltodo.pod
14196____________________________________________________________________________
14197[ 12105] By: sky on 2001/09/21 10:33:34
14198 Log: Fixed bug where Time::HiRes::time returned time adjusted to
14199 timezone! GetSystemTime should be available on all Win32
14200 platforms we support. Perhaps Time::HiRes should be extended to
14201 support WinCE and Novell?
14202 Branch: perl
14203 ! ext/Time/HiRes/HiRes.xs
14204____________________________________________________________________________
14205[ 12104] By: sky on 2001/09/21 08:12:39
14206 Log: Attempt to fix solaris issue raised by Andy Dougherty.
14207 Branch: perl
14208 ! ext/threads/threads.h ext/threads/threads.xs
14209____________________________________________________________________________
14210[ 12103] By: sky on 2001/09/21 07:57:41
14211 Log: Rename the *thread* functions to Perl_* to avoid clashes.
14212 Notably on AIX but could become a problem on other platforms.
14213 Branch: perl
14214 ! ext/threads/threads.h ext/threads/threads.xs
14215____________________________________________________________________________
14216[ 12102] By: sky on 2001/09/21 07:35:30
14217 Log: Add the shared sv space to the global vars.
14218 Fix problems compiling on win32.
14219 Branch: perl
14220 ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
14221 ! sharedsv.c sharedsv.h
14222____________________________________________________________________________
14223[ 12101] By: ams on 2001/09/21 00:19:55
14224 Log: Subject: [PATCH] win32/Makefile warning fix
14225 From: Blair Zajac <blair@orcaware.com>
14226 Date: Thu, 20 Sep 2001 18:15:43 -0700
14227 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
14228 Branch: perl
14229 ! win32/Makefile
14230____________________________________________________________________________
14231[ 12100] By: jhi on 2001/09/20 21:57:04
14232 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
14233 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14234 Date: Thu, 20 Sep 2001 18:36:22 +0200
14235 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
14236 Branch: perl
14237 ! lib/ExtUtils/Command.t
14238____________________________________________________________________________
14239[ 12099] By: jhi on 2001/09/20 21:53:00
14240 Log: Cant spl wirth a dam.
14241 Branch: perl
14242 ! intrpvar.h
14243____________________________________________________________________________
14244[ 12098] By: jhi on 2001/09/20 21:52:24
14245 Log: Don't use C++ comments.
14246 Branch: perl
14247 ! ext/threads/threads.xs
14248____________________________________________________________________________
14249[ 12097] By: ams on 2001/09/20 21:42:07
14250 Log: Change #12044 didn't.
14251 Branch: perl
14252 ! lib/constant.pm
14253____________________________________________________________________________
14254[ 12096] By: jhi on 2001/09/20 13:38:44
14255 Log: Metaconfig unit changes for #12095.
14256 Branch: metaconfig
14257 ! U/modified/Myinit.U U/modified/libs.U
14258____________________________________________________________________________
14259[ 12095] By: jhi on 2001/09/20 13:38:22
14260 Log: Remove iconv references since we are not using it
14261 and not going to; regen perltoc, perlmodlib.
14262 (Some references still linger in perltoc, have to figure
14263 out where they are coming from.)
14264 Branch: perl
14265 ! Configure NetWare/config.wc NetWare/config_H.wc
14266 ! Porting/Glossary Porting/config.sh Porting/config_H
14267 ! config_h.SH configure.com epoc/config.sh perl.h
14268 ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
14269 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14270 ! vos/config.ga.h win32/config.bc win32/config.gc
14271 ! win32/config.vc win32/config_H.bc win32/config_H.gc
14272 ! win32/config_H.vc wince/config.ce wince/config.h
14273 ! wince/config_H.ce
14274____________________________________________________________________________
14275[ 12094] By: jhi on 2001/09/20 12:49:17
14276 Log: Subject: [PATCH docs] Re: ARGV and read
14277 From: Dave Mitchell <davem@fdgroup.co.uk>
14278 Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
14279 Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
14280 Branch: perl
14281 ! pod/perltodo.pod pod/perlvar.pod
14282____________________________________________________________________________
14283[ 12093] By: jhi on 2001/09/20 12:45:35
14284 Log: Fresh copies from the cvs.perl.org perlfaq repository.
14285 Branch: perl
14286 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14287 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14288 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14289 ! pod/perlfaq9.pod
14290____________________________________________________________________________
14291[ 12092] By: jhi on 2001/09/20 12:32:44
14292 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)
14293 From: Nicholas Clark <nick@ccl4.org>
14294 Date: Thu, 20 Sep 2001 14:27:08 +0100
14295 Message-ID: <20010920142708.X4971@plum.flirble.org>
14296 Branch: perl
14297 ! pp_pack.c t/op/pack.t
14298____________________________________________________________________________
14299[ 12091] By: jhi on 2001/09/20 12:16:50
14300 Log: The sharedsv_space* are variables, not code. Duh.
14301 Branch: perl
14302 ! intrpvar.h makedef.pl
14303____________________________________________________________________________
14304[ 12090] By: ams on 2001/09/20 11:26:06
14305 Log: Subject: [patch lib/lib_pm.PL]
14306 From: Stas Bekman <stas@stason.org>
14307 Date: Thu, 20 Sep 2001 18:48:53 +0800
14308 Message-Id: <3BA9C995.6010302@stason.org>
14309 (Applied by hand.)
14310 Branch: perl
14311 ! lib/lib_pm.PL
14312____________________________________________________________________________
14313[ 12089] By: jhi on 2001/09/20 01:36:23
14314 Log: Only 21 tests, skipping or not.
14315 Branch: perl
14316 ! lib/ExtUtils/Command.t
14317____________________________________________________________________________
14318[ 12088] By: jhi on 2001/09/19 18:54:37
14319 Log: New exported symbols.
14320 Branch: perl
14321 ! makedef.pl
14322____________________________________________________________________________
14323[ 12087] By: jhi on 2001/09/19 13:45:59
14324 Log: Update Changes.
14325 Branch: perl
14326 ! Changes patchlevel.h
14327____________________________________________________________________________
fffce2b5
JH
14328[ 12086] By: jhi on 2001/09/19 13:02:58
14329 Log: Correct numbering of the tests is useful.
14330 Branch: perl
14331 ! ext/threads/t/basic.t
14332____________________________________________________________________________
14333[ 12085] By: jhi on 2001/09/19 12:11:15
14334 Log: More tests now too.
14335 Branch: perl
14336 ! lib/ExtUtils/Command.t
14337____________________________________________________________________________
14338[ 12084] By: jhi on 2001/09/19 12:08:33
14339 Log: More tests now.
14340 Branch: perl
14341 ! ext/threads/t/basic.t
14342____________________________________________________________________________
14343[ 12083] By: jhi on 2001/09/19 11:35:55
14344 Log: The test assumed 7-bit ASCII. Now it "just"
14345 assumes 8-bit whatever.
14346 Branch: perl
14347 ! t/op/crypt.t
14348____________________________________________________________________________
14349[ 12082] By: jhi on 2001/09/19 11:19:56
14350 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
14351 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14352 Date: Wed, 19 Sep 2001 11:45:28 +0200
14353 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
14354
14355 Lvalue casts are not portable.
14356 Branch: perl
14357 ! ext/threads/threads.xs
14358____________________________________________________________________________
14359[ 12081] By: sky on 2001/09/19 10:17:52
14360 Log: Make the basic test contain only realy basic API tests
14361 Seems to be a problem with detach.
14362 Branch: perl
14363 ! ext/threads/t/basic.t
14364____________________________________________________________________________
14365[ 12080] By: ams on 2001/09/19 01:23:55
14366 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
14367 From: Michael G Schwern <schwern@pobox.com>
14368 Date: Tue, 18 Sep 2001 19:53:48 -0400
14369 Message-Id: <20010918195348.M585@blackrider>
14370
14371 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
14372 From: Michael G Schwern <schwern@pobox.com>
14373 Date: Tue, 18 Sep 2001 22:07:13 -0400
14374 Message-Id: <20010918220713.B19616@blackrider>
14375 Branch: perl
14376 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
14377 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14378 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
14379 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
14380 ! lib/Test/Tutorial.pod
14381____________________________________________________________________________
14382[ 12079] By: jhi on 2001/09/19 00:19:45
14383 Log: Indent the test a bit.
14384 Branch: perl
14385 ! ext/threads/t/basic.t
14386____________________________________________________________________________
14387[ 12078] By: jhi on 2001/09/18 22:54:21
14388 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
14389 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14390 Date: Tue, 18 Sep 2001 18:06:44 +0200
14391 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
14392 Branch: perl
14393 ! win32/win32.c
14394____________________________________________________________________________
14395[ 12077] By: jhi on 2001/09/18 22:52:24
14396 Log: Subject: stat access time is wrong on Win95
14397 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14398 Date: Tue, 18 Sep 2001 21:59:24 +0200
14399 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
14400 Branch: perl
14401 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
14402____________________________________________________________________________
14403[ 12076] By: ams on 2001/09/18 22:11:25
14404 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
14405 From: Michael G Schwern <schwern@pobox.com>
14406 Date: Tue, 18 Sep 2001 18:47:14 -0400
14407 Message-Id: <20010918184714.I585@blackrider>
14408 Branch: perl
14409 ! t/op/crypt.t
14410____________________________________________________________________________
14411[ 12075] By: sky on 2001/09/18 19:29:37
14412 Log: two test failures
14413 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14414 Message-ID: <20010918221702.A17408@rafael>
14415 partly applied, #12074 already fixed half the patch
14416 Branch: perl
14417 ! ext/threads/t/basic.t
14418____________________________________________________________________________
14419[ 12074] By: sky on 2001/09/18 18:49:03
14420 Log: Fixes test case failure introduced by #12071, the warning is
14421 now correctly spelled :-)
14422 Branch: perl
14423 ! ext/IO/lib/IO/t/io_sel.t
14424____________________________________________________________________________
14425[ 12073] By: sky on 2001/09/18 18:46:22
14426 Log: Make the test behave properly!
14427 Branch: perl
14428 ! ext/threads/t/basic.t
14429____________________________________________________________________________
14430[ 12072] By: ams on 2001/09/18 18:44:59
14431 Log: OP_RCATLINE is an SVOP, not a BASEOP.
14432 Branch: perl
14433 ! opcode.h opcode.pl
14434____________________________________________________________________________
14435[ 12071] By: ams on 2001/09/18 18:06:27
14436 Log: Deprecate != Depreciate.
14437 Branch: perl
14438 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
14439 ! lib/Pod/ParseUtils.pm
14440____________________________________________________________________________
14441[ 12070] By: ams on 2001/09/18 15:14:58
14442 Log: Subject: [PATCH] Getopt::Std cleanup
14443 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14444 Date: Tue, 18 Sep 2001 17:32:13 +0200
14445 Message-Id: <20010918173213.C777@rafael>
14446 Branch: perl
14447 ! lib/Getopt/Std.pm lib/Getopt/Std.t
14448____________________________________________________________________________
14449[ 12069] By: sky on 2001/09/18 14:56:33
14450 Log: Forgot the makefile
14451 Branch: perl
14452 + ext/threads/Makefile.PL
14453____________________________________________________________________________
14454[ 12068] By: sky on 2001/09/18 14:13:26
14455 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
14456 The test will fail because of Test.pm not knowing about threads.
14457 basic needs to be manually tested
14458 compile time warnings on IV2PTR conversions need to be fixed
14459 Branch: perl
14460 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
14461 + ext/threads/threads.h ext/threads/threads.pm
14462 + ext/threads/threads.xs
14463 ! MANIFEST
14464____________________________________________________________________________
14465[ 12067] By: jhi on 2001/09/18 11:51:08
14466 Log: DJGPP tweak from Laszlo Molnar.
14467 Branch: perl
14468 ! djgpp/config.over
14469____________________________________________________________________________
14470[ 12066] By: sky on 2001/09/18 10:24:31
14471 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
14472 Branch: perl
14473 ! sharedsv.c sharedsv.h
14474____________________________________________________________________________
14475[ 12065] By: jhi on 2001/09/18 00:00:09
14476 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
14477 ditto ^cns.
14478 Branch: perl
14479 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
14480 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
14481 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
14482 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
14483 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
14484 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
14485 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
14486 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
14487 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
14488 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
14489 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
14490 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
14491 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
14492 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
14493 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
14494 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
14495 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
14496 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
14497 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
14498 + ext/Encode/Encode/ir-197.enc
14499 - ext/Encode/Encode/cns11643-1.enc
14500 - ext/Encode/Encode/cns11643-2.enc
14501 - ext/Encode/Encode/iso2022-cn.enc
14502 - ext/Encode/Encode/iso2022-jp.enc
14503 - ext/Encode/Encode/iso2022-jp1.enc
14504 - ext/Encode/Encode/iso2022-jp2.enc
14505 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14506 - ext/Encode/Encode/iso8859-1.enc
14507 - ext/Encode/Encode/iso8859-1.ucm
14508 - ext/Encode/Encode/iso8859-10.enc
14509 - ext/Encode/Encode/iso8859-10.ucm
14510 - ext/Encode/Encode/iso8859-11.enc
14511 - ext/Encode/Encode/iso8859-11.ucm
14512 - ext/Encode/Encode/iso8859-13.enc
14513 - ext/Encode/Encode/iso8859-13.ucm
14514 - ext/Encode/Encode/iso8859-14.enc
14515 - ext/Encode/Encode/iso8859-14.ucm
14516 - ext/Encode/Encode/iso8859-15.enc
14517 - ext/Encode/Encode/iso8859-15.ucm
14518 - ext/Encode/Encode/iso8859-16.enc
14519 - ext/Encode/Encode/iso8859-16.ucm
14520 - ext/Encode/Encode/iso8859-2.enc
14521 - ext/Encode/Encode/iso8859-2.ucm
14522 - ext/Encode/Encode/iso8859-3.enc
14523 - ext/Encode/Encode/iso8859-3.ucm
14524 - ext/Encode/Encode/iso8859-4.enc
14525 - ext/Encode/Encode/iso8859-4.ucm
14526 - ext/Encode/Encode/iso8859-5.enc
14527 - ext/Encode/Encode/iso8859-5.ucm
14528 - ext/Encode/Encode/iso8859-6.enc
14529 - ext/Encode/Encode/iso8859-6.ucm
14530 - ext/Encode/Encode/iso8859-7.enc
14531 - ext/Encode/Encode/iso8859-7.ucm
14532 - ext/Encode/Encode/iso8859-8.enc
14533 - ext/Encode/Encode/iso8859-8.ucm
14534 - ext/Encode/Encode/iso8859-9.enc
14535 - ext/Encode/Encode/iso8859-9.ucm
14536 - ext/Encode/Encode/isoir-197.enc
14537 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
14538____________________________________________________________________________
14539[ 12064] By: jhi on 2001/09/17 23:53:38
14540 Log: Must Uppercase.
14541 Branch: perl
14542 ! ext/Encode/Encode.pm
14543____________________________________________________________________________
14544[ 12063] By: jhi on 2001/09/17 23:39:28
14545 Log: Add various encodings.
14546 Branch: perl
14547 + ext/Encode/Encode/iso8859-11.enc
14548 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
14549 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
14550 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
14551 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
14552 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
14553 + ext/Encode/Encode/viscii.ucm
14554 ! MANIFEST ext/Encode/Encode.pm
14555____________________________________________________________________________
14556[ 12062] By: jhi on 2001/09/17 22:48:21
14557 Log: lib/unicode relic.
14558 Branch: perl
14559 ! ext/Encode/compile
14560____________________________________________________________________________
14561[ 12061] By: jhi on 2001/09/17 20:50:16
14562 Log: Subject: [PATCH] Re: filename problems
14563 From: Michael G Schwern <schwern@pobox.com>
14564 Date: Mon, 17 Sep 2001 17:26:26 -0400
14565 Message-ID: <20010917172626.Q585@blackrider>
14566 Branch: perl
14567 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
14568 - t/lib/sample-tests/header_at_end
14569 - t/lib/sample-tests/header_at_end_fail
14570 ! MANIFEST lib/Test/Harness/t/test-harness.t
14571____________________________________________________________________________
14572[ 12060] By: jhi on 2001/09/17 20:14:53
14573 Log: Explicitly explain the 1e9 seconds, not everybody
14574 is a C geek.
14575 Branch: perl
14576 ! ext/Time/HiRes/HiRes.pm
14577____________________________________________________________________________
14578[ 12059] By: jhi on 2001/09/17 20:07:20
14579 Log: Explain an apparent bug reported by
14580 Richard J. Barbalace <rjbarbal@MIT.EDU>,
14581 with additional explanation from Gisle Aas.
14582 Branch: perl
14583 ! ext/Time/HiRes/HiRes.pm
14584____________________________________________________________________________
14585[ 12058] By: ams on 2001/09/17 19:52:01
14586 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
14587 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14588 Date: Mon, 17 Sep 2001 22:48:05 +0200
14589 Message-Id: <20010917224805.C11744@rafael>
14590 Branch: perl
14591 ! t/lib/warnings/op t/lib/warnings/pp
14592____________________________________________________________________________
14593[ 12057] By: ams on 2001/09/17 16:51:18
14594 Log: Its a nit!
14595 Branch: perl
14596 ! sv.h
14597____________________________________________________________________________
14598[ 12056] By: ams on 2001/09/17 16:47:55
14599 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
14600 From: "Craig A. Berry" <craigberry@mac.com>
14601 Date: Mon, 17 Sep 2001 12:34:20 -0500
14602 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
14603 Branch: perl
14604 ! vms/vms.c
14605____________________________________________________________________________
14606[ 12055] By: ams on 2001/09/17 16:05:15
14607 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
14608 From: Gisle Aas <gisle@ActiveState.com>
14609 Date: 16 Apr 2001 16:20:34 -0700
14610 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
14611 (Applied by hand.)
14612 Branch: perl
14613 ! lib/CPAN.pm lib/CPAN/Nox.pm
14614____________________________________________________________________________
14615[ 12054] By: jhi on 2001/09/17 14:06:26
14616 Log: Update Changes.
14617 Branch: perl
14618 ! Changes patchlevel.h
14619____________________________________________________________________________
00644a6f
JH
14620[ 12053] By: jhi on 2001/09/17 13:45:26
14621 Log: Adding new files to the MANIFEST is always nice.
14622 Branch: perl
14623 ! MANIFEST
14624____________________________________________________________________________
14625[ 12052] By: jhi on 2001/09/17 13:12:31
14626 Log: Reindent the PerlIO files (suggested by NI-S), used
14627 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
14628 (GNU indent). Note that wholesale re-indenting might
14629 be nice, but that would break nice formatting/alignment
14630 of assignments, equality testing, and complex boolean
14631 expressions with lots of &s and |s.
14632 Branch: perl
14633 ! perlio.c perlio.h perliol.h
14634____________________________________________________________________________
14635[ 12051] By: jhi on 2001/09/17 12:55:53
14636 Log: Add a script for being 8.3-polite.
14637 The found conflicts are being worked on.
14638 Branch: perl
14639 + check83.pl
14640 ! MANIFEST Porting/pumpkin.pod
14641____________________________________________________________________________
14642[ 12050] By: sky on 2001/09/17 12:44:36
14643 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
14644 finding it.
14645 Branch: perl
14646 ! sv.c
14647____________________________________________________________________________
14648[ 12049] By: jhi on 2001/09/17 11:55:07
14649 Log: Bump up versions because of #12041.
14650 Branch: perl
14651 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
14652 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
14653 ! lib/Time/localtime.pm
14654____________________________________________________________________________
14655[ 12048] By: jhi on 2001/09/17 11:51:54
14656 Log: Bump the version number because of #12042.
14657 Branch: perl
14658 ! lib/CPAN/FirstTime.pm
14659____________________________________________________________________________
14660[ 12047] By: ams on 2001/09/17 11:21:40
14661 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
14662 From: Abhijit Menon-Sen <ams@wiw.org>
14663 Date: Mon, 17 Sep 2001 17:44:12 +0530
14664 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
14665 Branch: perl
14666 ! op.c
14667____________________________________________________________________________
14668[ 12046] By: sky on 2001/09/17 07:14:17
14669 Log: Subject: Re: t/op/ver.t using skip() improperly
14670 From: "chromatic" <chromatic@rmci.net>
14671 Date: Mon, 17 Sep 2001 00:22:29 -0600
14672 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
14673 Branch: perl
14674 ! t/op/ver.t
14675____________________________________________________________________________
14676[ 12045] By: nick on 2001/09/17 07:12:14
14677 Log: Integrate mainline
14678 Branch: perlio
14679 +> t/op/chdir.t
14680 !> (integrate 117 files)
14681____________________________________________________________________________
14682[ 12044] By: ams on 2001/09/17 05:49:53
14683 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
14684 From: Ilmari Karonen <iltzu@sci.fi>
14685 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
14686 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
14687 (And $VERSION = '1.05'.)
14688 Branch: perl
14689 ! lib/constant.pm
14690____________________________________________________________________________
14691[ 12043] By: ams on 2001/09/17 05:44:50
14692 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
14693 From: Michael G Schwern <schwern@pobox.com>
14694 Date: Mon, 17 Sep 2001 07:49:04 +0200
14695 Message-Id: <20010917074904.V1588@blackrider>
14696 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
14697 Branch: perl
14698 + t/op/chdir.t
14699 ! MANIFEST pp_sys.c
14700____________________________________________________________________________
14701[ 12042] By: jhi on 2001/09/17 02:54:13
14702 Log: Subject: Re: CPAN.pm needs some hacking
14703 From: "chromatic" <chromatic@rmci.net>
14704 Date: Sun, 16 Sep 2001 16:46:29 -0600
14705 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
14706 Branch: perl
14707 ! lib/CPAN/FirstTime.pm
14708____________________________________________________________________________
14709[ 12041] By: jhi on 2001/09/16 20:43:15
14710 Log: Change use|require 5.005_64 to use|require 5.6.1.
14711 Branch: perl
14712 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
14713 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14714 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14715 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
14716 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14717 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14718 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14719 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
14720 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
14721 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14722 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
14723 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14724 ! lib/base.pm lib/fields.pm
14725____________________________________________________________________________
14726[ 12040] By: jhi on 2001/09/16 20:36:58
14727 Log: Bump up version numbers.
14728
14729 TODO 1: double check that pre-5.6.1 CPAN.pm:s
14730 don't try to download 5.8.0 because of the
14731 version numbers. Mainly this means using _00
14732 in the core version numbers.
14733
14734 TODO 2: the "use 5.005_64" in many modules
14735 needs to be changed to, say, "use 5.6.1".
14736 Branch: perl
14737 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
14738 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
14739 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
14740 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
14741 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
14742 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
14743 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14744 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
14745 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
14746 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
14747 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
14748____________________________________________________________________________
14749[ 12039] By: jhi on 2001/09/16 19:23:07
14750 Log: Use UCHARAT() as suggested by Inaba Hiroto.
14751 Branch: perl
14752 ! regexec.c
14753____________________________________________________________________________
14754[ 12038] By: ams on 2001/09/16 15:16:24
14755 Log: Subject: [PATCH] Re: Core module version numbers review
14756 From: Peter Scott <Peter@PSDT.com>
14757 Date: Sun, 16 Sep 2001 09:09:58 -0700
14758 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
14759 Branch: perl
14760 ! lib/perl5db.pl
14761____________________________________________________________________________
14762[ 12037] By: jhi on 2001/09/16 14:27:54
14763 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
14764 not yet fully implemented.
14765 Branch: perl
14766 ! pod/perlfunc.pod pod/perlunicode.pod
14767____________________________________________________________________________
14768[ 12036] By: jhi on 2001/09/15 23:13:12
14769 Log: Subject: [patch] plug PL_beginav_save leak
14770 From: Doug MacEachern <dougm@covalent.net>
14771 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
14772 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
14773 Branch: perl
14774 ! perl.c
14775____________________________________________________________________________
14776[ 12035] By: jhi on 2001/09/15 23:12:28
14777 Log: (accidentally empty checkin)
14778 Branch: perl
14779 ! sv.c
14780____________________________________________________________________________
14781[ 12034] By: jhi on 2001/09/15 23:08:09
14782 Log: Subject: [patch] ithreads+PL_beginav_save
14783 From: Doug MacEachern <dougm@covalent.net>
14784 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
14785 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
14786 Branch: perl
14787 ! sv.c
14788____________________________________________________________________________
14789[ 12033] By: jhi on 2001/09/15 23:07:19
14790 Log: Subject: [PATCH] h2xs.PL with C::Scan
14791 From: Tim Jenness <t.jenness@jach.hawaii.edu>
14792 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
14793 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
14794 Branch: perl
14795 ! utils/h2xs.PL
14796____________________________________________________________________________
14797[ 12032] By: jhi on 2001/09/15 18:43:20
14798 Log: Elaborate (well, make more vague, really) #12030.
14799 Branch: perl
14800 ! pod/perltodo.pod pod/perlunicode.pod
14801____________________________________________________________________________
14802[ 12031] By: jhi on 2001/09/15 18:37:07
14803 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
14804 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14805 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
14806 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
14807 Branch: perl
14808 ! regexec.c
14809____________________________________________________________________________
14810[ 12030] By: jhi on 2001/09/15 17:15:40
14811 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
14812 are not yet complete.
14813 Branch: perl
14814 ! pod/perltodo.pod pod/perlunicode.pod
14815____________________________________________________________________________
14816[ 12029] By: jhi on 2001/09/15 13:53:42
14817 Log: Document what's still to be done on the regular expression
14818 Unicode support, based on the UTR#18.
14819 Branch: perl
14820 ! pod/perltodo.pod pod/perlunicode.pod
14821____________________________________________________________________________
14822[ 12028] By: jhi on 2001/09/15 12:37:31
14823 Log: Regen headers.
14824 Branch: perl
14825 ! embedvar.h perlapi.h
14826____________________________________________________________________________
14827[ 12027] By: jhi on 2001/09/15 12:33:49
14828 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
14829 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14830 Date: Sun, 09 Sep 2001 18:41:54 +0100
14831 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
14832 Branch: perl
14833 ! Porting/findvars ext/ByteLoader/bytecode.h
14834 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
14835 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
14836____________________________________________________________________________
14837[ 12026] By: gsar on 2001/09/15 04:04:04
14838 Log: enable most warnings for windows build; fix the various typecasting
14839 nits that showed up (no bugfixes here)
14840 Branch: maint-5.6/perl
14841 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
14842 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
14843 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
14844 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
14845 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
14846 ! x2p/walk.c
14847____________________________________________________________________________
14848[ 12025] By: jhi on 2001/09/14 22:22:58
14849 Log: Integrate change #12024 from maintperl
14850 (a local() precedence bug)
14851 Branch: perl
14852 !> lib/ExtUtils/Install.pm
14853____________________________________________________________________________
14854[ 12024] By: gsar on 2001/09/14 22:11:06
14855 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
14856 change#8642
14857 Branch: maint-5.6/perl
14858 ! lib/ExtUtils/Install.pm
14859____________________________________________________________________________
14860[ 12023] By: jhi on 2001/09/14 15:04:16
14861 Log: Update Changes.
14862 Branch: perl
14863 ! Changes patchlevel.h
14864____________________________________________________________________________
aa6796d9
JH
14865[ 12022] By: jhi on 2001/09/14 14:49:52
14866 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
14867 From: "chromatic" <chromatic@rmci.net>
14868 Date: Fri, 14 Sep 2001 09:44:57 -0600
14869 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
14870 Branch: perl
14871 ! lib/ExtUtils/Manifest.t
14872____________________________________________________________________________
14873[ 12021] By: jhi on 2001/09/14 14:46:36
14874 Log: Hopefully better skipping of the Complete.t tests
14875 in case of not a tty.
14876 Branch: perl
14877 ! lib/Term/Complete.t t/op/stat.t
14878____________________________________________________________________________
14879[ 12020] By: jhi on 2001/09/14 14:10:44
14880 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
14881 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14882 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
14883 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
14884 Branch: perl
14885 ! regexec.c t/op/pat.t
14886____________________________________________________________________________
14887[ 12019] By: jhi on 2001/09/14 14:02:59
14888 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
14889 From: Robin Barker <rmb1@cise.npl.co.uk>
14890 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
14891 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
14892 Branch: perl
14893 ! pod/perlport.pod
14894____________________________________________________________________________
14895[ 12018] By: jhi on 2001/09/14 13:55:56
14896 Log: NetWare tweaks from Ananth Kesari.
14897 Branch: perl
14898 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
14899 ! NetWare/nwutil.h
14900____________________________________________________________________________
14901[ 12017] By: jhi on 2001/09/14 13:50:08
14902 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
14903 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14904 Date: Fri, 14 Sep 2001 10:51:13 +0200
14905 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
14906 Branch: perl
14907 ! pod/perlport.pod
14908____________________________________________________________________________
14909[ 12016] By: jhi on 2001/09/14 13:28:08
14910 Log: Subject: Re: [PATCH 2 pl2pm.PL]
14911 From: Joe Smith <Joe.Smith@inwap.com>
14912 Date: Fri, 14 Sep 2001 00:13:32 -0700
14913 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
14914
14915 Eradicate qu.
14916 Branch: perl
14917 ! keywords.h keywords.pl utils/pl2pm.PL
14918____________________________________________________________________________
14919[ 12015] By: jhi on 2001/09/14 02:38:23
14920 Log: Retract #12013, didn't go over too well in Tru64.
14921 Branch: perl
14922 ! embed.h embed.pl sv.h
14923____________________________________________________________________________
14924[ 12014] By: jhi on 2001/09/14 02:31:05
14925 Log: Subject: [PATCH] Execute files of debugger commands
14926 From: Peter Scott <Peter@PSDT.com>
14927 Date: Thu, 13 Sep 2001 15:26:31 -0700
14928 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
14929 Branch: perl
14930 ! lib/perl5db.pl pod/perldebug.pod
14931____________________________________________________________________________
14932[ 12013] By: jhi on 2001/09/14 02:25:05
14933 Log: (Retracted by #12015)
14934 Subject: [proposed PATCH] Re: perl@11920
14935 From: Nicholas Clark <nick@ccl4.org>
14936 Date: Wed, 12 Sep 2001 23:46:09 +0100
14937 Message-ID: <20010912234609.H4971@plum.flirble.org>
14938 Branch: perl
14939 ! embed.h embed.pl sv.h
14940____________________________________________________________________________
14941[ 12012] By: jhi on 2001/09/14 02:12:02
14942 Log: ucblib shouldn't be linked against in nonstop-ux,
14943 from Tom Bates.
14944 Branch: perl
14945 ! hints/nonstopux.sh
14946____________________________________________________________________________
14947[ 12011] By: jhi on 2001/09/13 12:54:51
14948 Log: Do stty only if we have stty.
14949
14950 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
14951 Branch: perl
14952 ! lib/Term/Complete.pm
14953____________________________________________________________________________
14954[ 12010] By: jhi on 2001/09/13 12:44:28
14955 Log: Skip the test if not running on a tty.
14956 Branch: perl
14957 ! lib/Term/Complete.t
14958____________________________________________________________________________
14959[ 12009] By: jhi on 2001/09/13 12:01:56
14960 Log: Regen headers.
14961 Branch: perl
14962 ! embed.h opcode.h pod/perlapi.pod proto.h
14963____________________________________________________________________________
14964[ 12008] By: jhi on 2001/09/12 17:51:32
14965 Log: Subject: [PATCH op.c] Re: perl@12003
14966 From: Robin Barker <rmb1@cise.npl.co.uk>
14967 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
14968 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
14969 Branch: perl
14970 ! op.c
14971____________________________________________________________________________
14972[ 12007] By: jhi on 2001/09/12 17:49:39
14973 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
14974 From: Robin Barker <rmb1@cise.npl.co.uk>
14975 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
14976 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
14977 Branch: perl
14978 ! sv.c
14979____________________________________________________________________________
14980[ 12006] By: jhi on 2001/09/12 17:41:49
14981 Log: Upgrade to Memoize 0.66.
14982 Branch: perl
14983 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
14984 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
14985 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
14986____________________________________________________________________________
14987[ 12005] By: jhi on 2001/09/12 13:14:59
14988 Log: Subject: [ID 20010912.007] substr reference core dump
14989 From: me-01@ton.iguana.be
14990 Date: 12 Sep 2001 14:11:16 -0000
14991 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
14992 Branch: perl
14993 ! mg.c
14994____________________________________________________________________________
14995[ 12004] By: ams on 2001/09/12 01:13:49
14996 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
14997 From: Ilmari Karonen <iltzu@sci.fi>
14998 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
14999 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
15000 Branch: perl
15001 ! pod/perlfaq4.pod
15002____________________________________________________________________________
15003[ 12003] By: jhi on 2001/09/11 13:02:37
15004 Log: Update Changes.
15005 Branch: perl
15006 ! Changes patchlevel.h
15007____________________________________________________________________________
d7f9a270
JH
15008[ 12002] By: jhi on 2001/09/11 11:50:48
15009 Log: NetWare update from Ananth Kesari.
15010 Branch: perl
15011 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15012 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
15013____________________________________________________________________________
15014[ 12001] By: jhi on 2001/09/11 11:40:51
15015 Log: Retract #11984: div() being redefined, and 1397
15016 failing on 64-bit platforms.
15017 Branch: perl
15018 ! lib/Math/BigInt/Calc.pm
15019____________________________________________________________________________
15020[ 12000] By: jhi on 2001/09/11 11:19:07
15021 Log: Metaconfig unit change for #11999.
15022 Branch: metaconfig
15023 ! U/protos/d_lseekproto.U
15024____________________________________________________________________________
15025[ 11999] By: jhi on 2001/09/11 11:18:36
15026 Log: The lseek fix (#11991) was no fix.
15027 Branch: perl
15028 ! Configure
15029____________________________________________________________________________
15030[ 11998] By: sky on 2001/09/11 07:52:06
15031 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
15032 From: Matt Sergeant <MSergeant@star.net.uk>
15033 Date: Tue, 11 Sep 2001 09:22:32 +0100
15034 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
15035 Branch: perl
15036 ! ext/Encode/Encode.pm
15037____________________________________________________________________________
15038[ 11997] By: sky on 2001/09/11 06:35:29
15039 Log: Sometimes dTHX is added because it is needed on non
15040 gnuc platforms, but not needed there. This uses GCC
15041 to silence GCC specific warnings by marking pTHX as
15042 unused.
15043 Branch: perl
15044 ! perl.h
15045____________________________________________________________________________
15046[ 11996] By: nick on 2001/09/11 06:25:27
15047 Log: Integrate mainline
15048 Branch: perlio
15049 - ext/POSIX/sigaction.t lib/File/Find/taint.t
15050 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
15051____________________________________________________________________________
15052[ 11995] By: nick on 2001/09/11 06:23:39
15053 Log: Part Integrate mainline
15054 Branch: perlio
15055 +> (branch 69 files)
15056 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
15057 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
15058 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
15059 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15060 - lib/Switch/t/switch_case.t lib/Test/Harness.t
15061 - lib/Test/More/Changes lib/Test/More/t/More.t
15062 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15063 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15064 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
15065 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
15066 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
15067 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
15068 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
15069 - t/lib/Test/More/Catch.pm wince/perl.ico
15070 !> (integrate 197 files)
15071____________________________________________________________________________
15072[ 11994] By: jhi on 2001/09/11 03:12:44
15073 Log: Subject: Re: [PATCH] Encode.pm docs fix
15074 From: Gisle Aas <gisle@ActiveState.com>
15075 Date: 10 Sep 2001 11:27:02 -0700
15076 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
15077 Branch: perl
15078 ! ext/Encode/Encode.pm
15079____________________________________________________________________________
15080[ 11993] By: jhi on 2001/09/11 02:27:25
15081 Log: Fix unpack U to be the reverse of pack U
15082 (but implement unpack U0U as a backdoor to get
15083 the UTF-8 malformed warnings from un-UTF-8 data)
15084 Branch: perl
15085 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
15086____________________________________________________________________________
15087[ 11992] By: jhi on 2001/09/11 00:14:24
15088 Log: Metaconfig unit change for #11991;
15089 delete an unused unit (d_strtoull.U is the one used)
15090 Branch: metaconfig
15091 ! U/protos/d_lseekproto.U
15092 Branch: metaconfig/U/perl
15093 - strtoull.U
15094____________________________________________________________________________
15095[ 11991] By: jhi on 2001/09/11 00:14:01
15096 Log: Subject: [PATCH] Configure not recording lseek proto
15097 From: Blair Zajac <blair@orcaware.com>
15098 Date: Mon, 10 Sep 2001 17:52:37 -0700
15099 Message-ID: <3B9D6055.BA334A31@orcaware.com>
15100
15101 plus regen Configure.
15102 Branch: perl
15103 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15104 ! config_h.SH uconfig.h
15105____________________________________________________________________________
15106[ 11990] By: jhi on 2001/09/10 23:59:25
15107 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?)))
15108 From: Nicholas Clark <nick@ccl4.org>
15109 Date: Tue, 11 Sep 2001 00:00:31 +0100
15110 Message-ID: <20010911000031.G1512@plum.flirble.org>
15111 Branch: perl
15112 + t/op/qq.t
15113 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
15114____________________________________________________________________________
15115[ 11989] By: jhi on 2001/09/10 23:31:45
15116 Log: Subject: [PATCH] Building on win32 w/o perlio
15117 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15118 Date: Mon, 10 Sep 2001 23:38:46 +0200
15119 Message-ID: <3B9D4F06.14433.2C37644@localhost>
15120 Branch: perl
15121 ! perl.c win32/Makefile win32/makefile.mk
15122____________________________________________________________________________
15123[ 11988] By: jhi on 2001/09/10 23:26:40
15124 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
15125 From: "chromatic" <chromatic@rmci.net>
15126 Date: Mon, 10 Sep 2001 15:14:01 -0600
15127 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
15128 Branch: perl
15129 + lib/CGI/t/push.t
15130 ! MANIFEST
15131____________________________________________________________________________
15132[ 11987] By: jhi on 2001/09/10 23:24:11
15133 Log: Subject: avoiding hoardes of zombies
15134 From: Nicholas Clark <nick@ccl4.org>
15135 Date: Mon, 10 Sep 2001 22:00:40 +0100
15136 Message-ID: <20010910220040.C1512@plum.flirble.org>
15137 Branch: perl
15138 ! pod/perlipc.pod
15139____________________________________________________________________________
15140[ 11986] By: jhi on 2001/09/10 23:22:10
15141 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
15142 From: John Peacock <jpeacock@rowman.com>
15143 Date: Mon, 10 Sep 2001 16:34:30 -0400
15144 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
15145 Branch: perl
15146 ! sv.c t/op/ver.t utf8.h
15147____________________________________________________________________________
15148[ 11985] By: ams on 2001/09/10 23:20:13
15149 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
15150 Branch: perl
15151 ! MANIFEST
15152____________________________________________________________________________
15153[ 11984] By: jhi on 2001/09/10 23:09:31
15154 Log: (Retracted by #12001)
15155 Subject: Calc with USE_MUL/USE_DIV
15156 From: Tels <perl_dummy@bloodgate.com>
15157 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
15158 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
15159 Branch: perl
15160 ! lib/Math/BigInt/Calc.pm
15161____________________________________________________________________________
15162[ 11983] By: jhi on 2001/09/10 22:37:14
15163 Log: Subject: [PATCH op.c] Re: perl@11978
15164 From: Robin Barker <rmb1@cise.npl.co.uk>
15165 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
15166 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
15167
15168 Format errors.
15169 Branch: perl
15170 ! op.c
15171____________________________________________________________________________
15172[ 11982] By: jhi on 2001/09/10 22:35:57
15173 Log: Switch PADOFFSET back to U32 both because of binary backward
15174 compatibility and because Arthur seems to have been fixing the
15175 problems with naughty integer-pointer casting.
15176 Branch: perl
15177 ! op.h
15178____________________________________________________________________________
15179[ 11981] By: ams on 2001/09/10 16:31:43
15180 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
15181 Fix Pod Typo, Add Test for ExtUtils::Command
15182 From: "chromatic" <chromatic@rmci.net>
15183 Date: Mon, 10 Sep 2001 11:20:56 -0600
15184 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
15185 Branch: perl
15186 + lib/ExtUtils/Command.t
15187 ! MANIFEST lib/ExtUtils/Command.pm
15188____________________________________________________________________________
15189[ 11980] By: jhi on 2001/09/10 13:29:35
15190 Log: Subject: [PATCH] Encode.pm docs fix
15191 From: Matt Sergeant <MSergeant@star.net.uk>
15192 Date: Mon, 10 Sep 2001 15:24:01 +0100
15193 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
15194 Branch: perl
15195 ! ext/Encode/Encode.pm
15196____________________________________________________________________________
15197[ 11979] By: jhi on 2001/09/10 13:17:48
15198 Log: Update Changes.
15199 Branch: perl
15200 ! Changes patchlevel.h
15201____________________________________________________________________________
85e396db
JH
15202[ 11978] By: jhi on 2001/09/10 12:59:40
15203 Log: Revert #11973, the dTHX seems to be needed in there
15204 for threaded builds.
15205 Branch: perl
15206 ! perlio.c
15207____________________________________________________________________________
15208[ 11977] By: jhi on 2001/09/10 12:55:47
15209 Log: Detypo.
15210 Branch: perl
15211 ! pod/perlguts.pod
15212____________________________________________________________________________
15213[ 11976] By: jhi on 2001/09/10 12:46:34
15214 Log: Further Class::Struct patching from Damian.
15215
15216 The new new semantics are:
15217
15218 * If you pass an initializer for a nested object, it has to be:
15219 a) a reference to an object of that class, or
15220 b) a reference to an object of a subclass of that class, or
15221 c) a reference to a hash of arguments to be passed to the
15222 class's constructor
15223 * If you pass no initializer for a nested object, the attribute
15224 is initialized to C<undef>
15225 Branch: perl
15226 ! lib/Class/Struct.pm
15227____________________________________________________________________________
15228[ 11975] By: jhi on 2001/09/10 12:42:24
15229 Log: Skip the crypt test if no crypt.
15230 Branch: perl
15231 ! t/op/crypt.t
15232____________________________________________________________________________
15233[ 11974] By: jhi on 2001/09/10 12:39:25
15234 Log: Warn against using bare v-strings as IP addresses
15235 (okay if using the wrappers from Socket)
15236 Branch: perl
15237 ! pod/perldata.pod pod/perlport.pod
15238____________________________________________________________________________
15239[ 11973] By: sky on 2001/09/10 11:57:58
15240 Log: Remove unused dTHX. Silenced another warning.
15241 Branch: perl
15242 ! perlio.c
15243____________________________________________________________________________
15244[ 11972] By: sky on 2001/09/10 11:54:25
15245 Log: Silence some more warnings INT2PTR.
15246 Branch: perl
15247 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
15248____________________________________________________________________________
15249[ 11971] By: sky on 2001/09/10 11:21:50
15250 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
15251 Branch: perl
15252 ! cop.h
15253____________________________________________________________________________
15254[ 11970] By: sky on 2001/09/10 11:17:25
15255 Log: Apply INT2PTR with force to silence warnings from
15256 PM_GETRE and friends. No more warnings with 64bit
15257 IVs and 32bit pointers.
15258 Branch: perl
15259 ! op.c op.h perl.c
15260____________________________________________________________________________
15261[ 11969] By: sky on 2001/09/10 10:13:02
15262 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
15263 Branch: perl
15264 ! pod/perlguts.pod
15265____________________________________________________________________________
15266[ 11968] By: sky on 2001/09/10 10:02:51
15267 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
15268 Rename to custop_op_name to Perl_custom_op_name to match perlapi
15269 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
15270 perl_clone.
15271 Branch: perl
15272 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
15273____________________________________________________________________________
15274[ 11967] By: jhi on 2001/09/10 03:14:35
15275 Log: Using strlen() not good on embedded nul bytes.
15276 Branch: perl
15277 ! regcomp.c
15278____________________________________________________________________________
15279[ 11966] By: ams on 2001/09/09 21:06:13
15280 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
15281 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15282 Date: Mon, 13 Aug 2001 22:51:59 +0200
15283 Message-ID: <20010813225159.C6681@rafael>
15284 (Applied with several tweaks.)
15285 Branch: perl
15286 ! embed.h embed.pl proto.h toke.c
15287____________________________________________________________________________
15288[ 11965] By: jhi on 2001/09/09 14:40:39
15289 Log: The exact error message is system-dependent.
15290 Branch: perl
15291 ! lib/ExtUtils/Manifest.t
15292____________________________________________________________________________
15293[ 11964] By: jhi on 2001/09/09 14:38:05
15294 Log: Add Windows and Mac Sami support to Encode
15295 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
15296 Branch: perl
15297 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
15298 ! MANIFEST
15299____________________________________________________________________________
15300[ 11963] By: jhi on 2001/09/09 13:54:07
15301 Log: Use the tried method.
15302 Branch: perl
15303 ! pod/perlport.pod
15304____________________________________________________________________________
15305[ 11962] By: jhi on 2001/09/09 13:46:59
15306 Log: Can't count parentheses.
15307 Branch: perl
15308 ! ext/IO/lib/IO/Socket/INET.pm
15309____________________________________________________________________________
15310[ 11961] By: jhi on 2001/09/09 13:34:12
15311 Log: perlport additions: 1 while unlink, add/delete directory
15312 entries and permissions, cygwin stat funkiness (from Michael
15313 Schwern and Nicholas Clark)
15314 Branch: perl
15315 ! pod/perlport.pod
15316____________________________________________________________________________
15317[ 11960] By: jhi on 2001/09/09 13:19:12
15318 Log: blib does have a detectable test.
15319 Branch: perl
15320 ! t/lib/1_compile.t
15321____________________________________________________________________________
15322[ 11959] By: jhi on 2001/09/09 13:16:43
15323 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
15324 From: "chromatic" <chromatic@rmci.net>
15325 Date: Sat, 08 Sep 2001 19:33:42 -0600
15326 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
15327 Branch: perl
15328 + lib/Term/Complete.t
15329 ! MANIFEST
15330____________________________________________________________________________
15331[ 11958] By: jhi on 2001/09/09 13:09:02
15332 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
15333 From: Michael G Schwern <schwern@pobox.com>
15334 Date: Sat, 8 Sep 2001 02:40:26 -0400
15335 Message-ID: <20010908024026.A26283@blackrider>
15336 Branch: perl
15337 + lib/Test/Tutorial.pod
15338 ! MANIFEST
15339____________________________________________________________________________
15340[ 11957] By: jhi on 2001/09/09 13:03:33
15341 Log: Try to look up protocol (by name) only iff it has non-numbers:
15342 nice if the server is in a chrooted environment (no /etc/protocols,
15343 server code using hardcorded protocol numbers like 6 for tcp),
15344 suggested by John Holdsworth <coldwave@bigfoot.com>.
15345 In other words, if we are given a number, why look it up again
15346 (by number)?
15347 Branch: perl
15348 ! ext/IO/lib/IO/Socket/INET.pm
15349____________________________________________________________________________
15350[ 11956] By: jhi on 2001/09/09 12:53:12
15351 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
15352 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15353 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
15354 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
15355
15356 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
15357 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15358 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
15359 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
15360 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
15361 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15362 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
15363 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
15364 Branch: perl
15365 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
15366____________________________________________________________________________
15367[ 11955] By: ams on 2001/09/09 02:54:21
15368 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15369 From: "Craig A. Berry" <craigberry@mac.com>
15370 Date: Sat, 08 Sep 2001 19:02:16 -0500
15371 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
15372 Branch: perl
15373 ! lib/CGI/t/carp.t
15374____________________________________________________________________________
15375[ 11954] By: jhi on 2001/09/09 02:30:39
15376 Log: Documentation tweaks; think the IP address as an opaque string.
15377 Branch: perl
15378 ! ext/Socket/Socket.pm
15379____________________________________________________________________________
15380[ 11953] By: jhi on 2001/09/09 00:32:05
15381 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
15382 From: Michael G Schwern <schwern@pobox.com>
15383 Date: Sat, 8 Sep 2001 19:45:46 -0400
15384 Message-ID: <20010908194546.C9193@blackrider>
15385 Branch: perl
15386 + lib/blib.t
15387 ! MANIFEST lib/blib.pm t/lib/1_compile.t
15388____________________________________________________________________________
15389[ 11952] By: jhi on 2001/09/09 00:27:15
15390 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
15391 From: "chromatic" <chromatic@rmci.net>
15392 Date: Sat, 08 Sep 2001 12:31:44 -0600
15393 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
15394 Branch: perl
15395 + lib/CGI/t/fast.t
15396 ! MANIFEST
15397____________________________________________________________________________
15398[ 11951] By: jhi on 2001/09/09 00:24:07
15399 Log: The Socket tests were wrong: they were assuming too much.
15400 Branch: perl
15401 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15402____________________________________________________________________________
15403[ 11950] By: jhi on 2001/09/08 20:09:07
15404 Log: Retract the portability changes since they
15405 seem to have opened a can of worms... will
15406 go back to UNICOS/mk and do the bare minimum
15407 required to get the tests working.
15408 Branch: perl
15409 ! ext/Socket/Socket.xs
15410____________________________________________________________________________
15411[ 11949] By: jhi on 2001/09/08 19:48:20
15412 Log: PADOFFSET is used to cast pointers into integers,
15413 if pointers are 64 bits and U32 32 bits,
15414 bad things may happen, or at least warnings issued.
15415 Branch: perl
15416 ! op.h
15417____________________________________________________________________________
15418[ 11948] By: jhi on 2001/09/08 18:50:07
15419 Log: Still more Socket portability tweaking.
15420 Now Socket.t seems to be happy in all of
15421 Linux/x86, Tru64/alpha, Solaris/sparc,
15422 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
15423
15424 Addendum: it seems that io_multihomed, io_sock, and hostent
15425 were broken in little-endians (linux/x86 and tru64/alpha)
15426 because of this change. Argh.
15427 Branch: perl
15428 ! ext/Socket/Socket.xs
15429____________________________________________________________________________
15430[ 11947] By: jhi on 2001/09/08 17:23:23
15431 Log: More portability kicking on inet_ntoa().
15432 Branch: perl
15433 ! ext/Socket/Socket.xs
15434____________________________________________________________________________
15435[ 11946] By: jhi on 2001/09/08 15:09:58
15436 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
15437 From: Michael G Schwern <schwern@pobox.com>
15438 Date: Fri, 7 Sep 2001 23:06:51 -0400
15439 Message-ID: <20010907230651.R606@blackrider>
15440 Branch: perl
15441 + lib/ExtUtils/Manifest.t
15442 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
15443____________________________________________________________________________
15444[ 11945] By: jhi on 2001/09/08 14:49:15
15445 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
15446 From: "chromatic" <chromatic@rmci.net>
15447 Date: Fri, 07 Sep 2001 17:53:15 -0600
15448 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
15449 Branch: perl
15450 + lib/ExtUtils/testlib.t
15451 ! MANIFEST
15452____________________________________________________________________________
15453[ 11944] By: jhi on 2001/09/07 22:57:00
15454 Log: Thinko.
15455 Branch: perl
15456 ! lib/integer.t
15457____________________________________________________________________________
15458[ 11943] By: jhi on 2001/09/07 20:34:55
15459 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15460 From: "Craig A. Berry" <craigberry@mac.com>
15461 Date: Fri, 07 Sep 2001 15:30:03 -0500
15462 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
15463 Branch: perl
15464 ! lib/CGI/Carp.pm
15465____________________________________________________________________________
15466[ 11942] By: jhi on 2001/09/07 20:30:43
15467 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
15468 From: Michael G Schwern <schwern@pobox.com>
15469 Date: Fri, 7 Sep 2001 15:38:13 -0400
15470 Message-ID: <20010907153813.K606@blackrider>
15471 Branch: perl
15472 ! lib/ExtUtils/MM_Unix.pm
15473____________________________________________________________________________
15474[ 11941] By: jhi on 2001/09/07 20:28:24
15475 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
15476 From: Robin Barker <rmb1@cise.npl.co.uk>
15477 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
15478 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
15479 Branch: perl
15480 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
15481____________________________________________________________________________
15482[ 11940] By: jhi on 2001/09/07 20:26:29
15483 Log: Clean up 1_compile.t; move tests to more consistent
15484 places (t/ subdirectories); add integer.t (much of
15485 the pragma is tested elsewhere but there is no one
15486 centralized place)
15487 Branch: perl
15488 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
15489 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
15490 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
15491 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
15492 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
15493 - lib/File/Find/find.t lib/File/Find/taint.t
15494 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
15495____________________________________________________________________________
15496[ 11939] By: jhi on 2001/09/07 17:25:32
15497 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
15498 From: "chromatic" <chromatic@rmci.net>
15499 Date: Fri, 07 Sep 2001 10:17:40 -0600
15500 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
15501 Branch: perl
15502 ! lib/File/Find/taint.t
15503____________________________________________________________________________
15504[ 11938] By: jhi on 2001/09/07 14:04:43
15505 Log: Update Changes.
15506 Branch: perl
15507 ! Changes patchlevel.h
15508____________________________________________________________________________
d06b8192
JH
15509[ 11937] By: jhi on 2001/09/07 13:52:03
15510 Log: Rename the old threading tutorial, start a new one,
15511 regen toc.
15512 Branch: perl
15513 + pod/perlothrtut.pod
15514 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
15515 ! pod/perltoc.pod
15516____________________________________________________________________________
15517[ 11936] By: jhi on 2001/09/07 13:05:48
15518 Log: vars very much has a test.
15519 Branch: perl
15520 ! t/lib/1_compile.t
15521____________________________________________________________________________
15522[ 11935] By: jhi on 2001/09/07 12:52:06
15523 Log: Subject: Re: wince/perl.ico marked as binary
15524 From: Nicholas Clark <nick@ccl4.org>
15525 Date: Fri, 7 Sep 2001 13:54:40 +0100
15526 Message-ID: <20010907135439.D39150@plum.flirble.org>
15527
15528 and wince/Makefile.ce change from Rainer Keuchel.
15529 Branch: perl
15530 + wince/makeico.pl
15531 ! MANIFEST wince/Makefile.ce
15532____________________________________________________________________________
15533[ 11934] By: jhi on 2001/09/07 12:43:50
15534 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
15535 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15536 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
15537 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
15538 Branch: perl
15539 ! regexec.c
15540____________________________________________________________________________
15541[ 11933] By: jhi on 2001/09/07 12:37:46
15542 Log: (Replaced by #11934)
15543 Subject: Re: [PATCH regexec.c] more general .* and .*?
15544 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15545 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
15546 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
15547 Branch: perl
15548 ! regexec.c
15549____________________________________________________________________________
15550[ 11932] By: jhi on 2001/09/07 12:27:14
15551 Log: The #11931 patching misbehaved.
15552 Branch: perl
15553 ! lib/Test/Harness/t/test-harness.t
15554____________________________________________________________________________
15555[ 11931] By: jhi on 2001/09/07 12:21:30
15556 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
15557 From: Michael G Schwern <schwern@pobox.com>
15558 Date: Fri, 7 Sep 2001 03:30:41 -0400
15559 Message-ID: <20010907033041.A2796@blackrider>
15560 Branch: perl
15561 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
15562 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
15563 + t/lib/sample-tests/header_at_end_fail
15564 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
15565 - lib/Test/Harness.t
15566 ! MANIFEST lib/Test/Harness.pm t/TEST
15567____________________________________________________________________________
15568[ 11930] By: jhi on 2001/09/07 11:59:17
15569 Log: Subject: [PATCH] Digest::MD5 update
15570 From: Gisle Aas <gisle@ActiveState.com>
15571 Date: 06 Sep 2001 23:32:56 -0700
15572 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
15573 Branch: perl
15574 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15575 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15576____________________________________________________________________________
15577[ 11929] By: jhi on 2001/09/07 11:23:05
15578 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
15579 From: "chromatic" <chromatic@rmci.net>
15580 Date: Thu, 06 Sep 2001 23:11:44 -0600
15581 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
15582 Branch: perl
15583 + lib/less.t
15584 ! MANIFEST t/lib/1_compile.t
15585____________________________________________________________________________
15586[ 11928] By: jhi on 2001/09/07 11:19:29
15587 Log: The binary file must somehow differently stored.
15588 Branch: perl
15589 - wince/perl.ico
15590 ! MANIFEST
15591____________________________________________________________________________
15592[ 11927] By: jhi on 2001/09/07 03:53:29
15593 Log: Add more modules to the list of modules that have tests,
15594 Schwern's wallet is getting more nervous.
15595 (Run t/lib/1_compile.t manually to see which modules
15596 are lacking tests, or the tests can't be run for some
15597 reason or another, such as the Net:: modules)
15598 Branch: perl
15599 ! t/lib/1_compile.t
15600____________________________________________________________________________
15601[ 11926] By: jhi on 2001/09/07 03:43:11
15602 Log: Try to make Socket::inet_ntoa() more robust.
15603 Branch: perl
15604 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
15605____________________________________________________________________________
15606[ 11925] By: jhi on 2001/09/07 01:57:58
15607 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
15608 From: chromatic <chromatic@rmci.net>
15609 Date: Wed, 5 Sep 2001 22:58:05 -0600
15610 Message-Id: <01090522580506.19590@firewheel>
15611 Branch: perl
15612 ! lib/English.t
15613____________________________________________________________________________
15614[ 11924] By: jhi on 2001/09/07 01:55:05
15615 Log: Subject: Re: perlvar manpage and localizing special vars
15616 From: Stas Bekman <stas@stason.org>
15617 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
15618 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
15619 Branch: perl
15620 ! pod/perlvar.pod
15621____________________________________________________________________________
15622[ 11923] By: jhi on 2001/09/07 01:49:36
15623 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
15624 From: Robin Barker <rmb1@cise.npl.co.uk>
15625 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
15626 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
15627 Branch: perl
15628 ! lib/ExtUtils/MakeMaker.pm
15629____________________________________________________________________________
15630[ 11922] By: jhi on 2001/09/06 18:09:08
15631 Log: Symbol missing; AIX unhappy.
15632 Branch: perl
15633 ! makedef.pl
15634____________________________________________________________________________
15635[ 11921] By: jhi on 2001/09/06 17:52:43
15636 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
15637 Reported in 5.61, seems to work okay in blead.
15638 Branch: perl
15639 ! t/run/kill_perl.t
15640____________________________________________________________________________
15641[ 11920] By: jhi on 2001/09/06 14:35:09
15642 Log: Update Changes.
15643 Branch: perl
15644 ! Changes patchlevel.h
15645____________________________________________________________________________
93bdaf0e
JH
15646[ 11919] By: jhi on 2001/09/06 14:20:10
15647 Log: Document the bad assumptions currently breaking
15648 the Socket.t tests 10, 11, and 13 in UNICOS.
15649 Branch: perl
15650 ! ext/Socket/Socket.xs
15651____________________________________________________________________________
15652[ 11918] By: jhi on 2001/09/06 14:07:45
15653 Log: Subject: [PATCH x2p] make OPTIMIZE=...
15654 From: Robin Barker <rmb1@cise.npl.co.uk>
15655 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
15656 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
15657 Branch: perl
15658 ! x2p/Makefile.SH x2p/cflags.SH
15659____________________________________________________________________________
15660[ 11917] By: jhi on 2001/09/06 14:01:45
15661 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
15662 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15663 Date: Thu, 6 Sep 2001 11:09:40 +0100
15664 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
15665
15666 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
15667 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15668 Date: 6 Sep 2001 10:14:38 -0000
15669 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
15670 Branch: perl
15671 ! pod/perlfaq1.pod pod/perlhack.pod
15672____________________________________________________________________________
15673[ 11916] By: jhi on 2001/09/06 13:56:19
15674 Log: Subject: Extra NUL is Data::Dumper output - patch
15675 From: Tony Cook <tony@develop-help.com>
15676 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
15677 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
15678 Branch: perl
15679 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15680____________________________________________________________________________
15681[ 11915] By: jhi on 2001/09/06 13:51:16
15682 Log: Avoid redefinition warning
15683 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
15684 from
15685 perl -w -Ilib -MCwd -e ''
15686 Branch: perl
15687 ! lib/Cwd.pm
15688____________________________________________________________________________
15689[ 11914] By: jhi on 2001/09/06 13:30:32
15690 Log: Update the is_tainted() example implementation.
15691 Branch: perl
15692 ! pod/perlsec.pod
15693____________________________________________________________________________
15694[ 11913] By: jhi on 2001/09/06 13:15:59
15695 Log: Missing) in #11912.
15696 Branch: perl
15697 ! lib/Test/Simple/t/fail.t
15698____________________________________________________________________________
15699[ 11912] By: jhi on 2001/09/06 13:08:48
15700 Log: Rewhack Test-Simple into core harness.
15701 Branch: perl
15702 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15703 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15704 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15705 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15706 ! lib/Test/Simple/t/skipall.t
15707____________________________________________________________________________
15708[ 11911] By: jhi on 2001/09/06 11:54:06
15709 Log: Workaround for the new Exporter 'feature'.
15710 Branch: perl
15711 ! lib/Test/More.pm
15712____________________________________________________________________________
15713[ 11910] By: jhi on 2001/09/06 11:52:56
15714 Log: Re-introduce pure-Perl fall-back for abs_path,
15715 re-introduce #11898.
15716 Branch: perl
15717 ! lib/Cwd.pm lib/File/Find.pm
15718____________________________________________________________________________
15719[ 11909] By: jhi on 2001/09/06 03:49:13
15720 Log: More tests.
15721 Branch: perl
15722 ! lib/Exporter.t
15723____________________________________________________________________________
15724[ 11908] By: jhi on 2001/09/06 03:38:22
15725 Log: Retract #11898 for now because it introduces
15726 a rather nasty depencency: when B is being built,
15727 MakeMaker is used. MakeMaker uses File::Find.
15728 File::Find uses Cwd::getcwd()...which doesn't
15729 exist yet.
15730 Branch: perl
15731 ! lib/File/Find.pm
15732____________________________________________________________________________
15733[ 11907] By: jhi on 2001/09/06 03:20:02
15734 Log: New test welcome.
15735 Branch: perl
15736 + lib/Test/Simple/t/simple.t
15737____________________________________________________________________________
15738[ 11906] By: jhi on 2001/09/06 03:08:01
15739 Log: Old test begone.
15740 Branch: perl
15741 - lib/Attribute/Handlers/test.pl
15742____________________________________________________________________________
15743[ 11905] By: jhi on 2001/09/06 01:41:03
15744 Log: Test-Simple syncup from Schwern.
15745 Branch: perl
15746 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
15747 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
15748 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
15749 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
15750 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
15751 - lib/Test/More/Changes lib/Test/More/t/More.t
15752 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15753 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15754 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
15755 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
15756 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
15757 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15758 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15759 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
15760 ! t/lib/Test/Simple/sample_tests/death.plx
15761 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
15762 ! t/lib/Test/Simple/sample_tests/extras.plx
15763 ! t/lib/Test/Simple/sample_tests/five_fail.plx
15764 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
15765 ! t/lib/Test/Simple/sample_tests/one_fail.plx
15766 ! t/lib/Test/Simple/sample_tests/require.plx
15767 ! t/lib/Test/Simple/sample_tests/success.plx
15768 ! t/lib/Test/Simple/sample_tests/too_few.plx
15769 ! t/lib/Test/Simple/sample_tests/two_fail.plx
15770____________________________________________________________________________
15771[ 11904] By: pudge on 2001/09/06 00:28:01
15772 Log: Integrate File::Find changes from bleadperl
15773 Branch: maint-5.6/macperl
15774 ! lib/File/Find.pm t/lib/filefind-taint.t
15775____________________________________________________________________________
15776[ 11903] By: pudge on 2001/09/06 00:22:29
15777 Log: Integrate 11847 from maint-5.6/perl
15778 Branch: maint-5.6/macperl
15779 !> sv.c
15780____________________________________________________________________________
15781[ 11902] By: jhi on 2001/09/05 23:27:57
15782 Log: In UNICOS division yada yada.
15783 Branch: perl
15784 ! t/op/override.t
15785____________________________________________________________________________
15786[ 11901] By: jhi on 2001/09/05 23:26:23
15787 Log: In UNICOS division is really lossy, better use
15788 a tolerance test.
15789 Branch: perl
15790 ! ext/Time/HiRes/HiRes.t
15791____________________________________________________________________________
15792[ 11900] By: jhi on 2001/09/05 23:22:38
15793 Log: In UNICOS sigaction() sets an extra flag
15794 ("the signal has been registered for all the processes in
15795 a multitasking group.")
15796 Branch: perl
15797 ! ext/POSIX/sigaction.t
15798____________________________________________________________________________
15799[ 11899] By: jhi on 2001/09/05 23:18:48
15800 Log: Documentation micropatch from Damian.
15801 Branch: perl
15802 ! lib/Attribute/Handlers.pm
15803____________________________________________________________________________
15804[ 11898] By: jhi on 2001/09/05 23:16:50
15805 Log: (Retracted by #11908)
15806 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
15807 From: Michael G Schwern <schwern@pobox.com>
15808 Date: Wed, 5 Sep 2001 15:58:21 -0400
15809 Message-ID: <20010905155821.I632@blackrider>
15810 Branch: perl
15811 ! lib/File/Find.pm lib/File/Find/taint.t
15812____________________________________________________________________________
15813[ 11897] By: jhi on 2001/09/05 23:14:43
15814 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
15815 From: Michael G Schwern <schwern@pobox.com>
15816 Date: Wed, 5 Sep 2001 19:16:31 -0400
15817 Message-ID: <20010905191631.E11386@blackrider>
15818 Branch: perl
15819 + lib/CGI/t/carp.t
15820 ! MANIFEST
15821____________________________________________________________________________
15822[ 11896] By: jhi on 2001/09/05 23:14:11
15823 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
15824 From: chromatic <chromatic@rmci.net>
15825 Date: Wed, 5 Sep 2001 18:08:07 -0600
15826 Message-Id: <01090518080700.19590@firewheel>
15827 Branch: perl
15828 ! lib/English.pm
15829____________________________________________________________________________
15830[ 11895] By: jhi on 2001/09/05 22:52:01
15831 Log: Fix a typo #11889 and add a test for the same.
15832 Branch: perl
15833 ! ext/Socket/Socket.t ext/Socket/Socket.xs
15834____________________________________________________________________________
15835[ 11894] By: jhi on 2001/09/05 22:43:26
15836 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
15837 From: "Craig A. Berry" <craigberry@mac.com>
15838 Date: Wed, 05 Sep 2001 17:48:54 -0500
15839 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
15840 Branch: perl
15841 ! lib/warnings.t t/run/kill_perl.t
15842____________________________________________________________________________
15843[ 11893] By: jhi on 2001/09/05 22:36:35
15844 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
15845 From: Michael G Schwern <schwern@pobox.com>
15846 Date: Wed, 5 Sep 2001 17:22:25 -0400
15847 Message-ID: <20010905172225.C11386@blackrider>
15848 Branch: perl
15849 ! t/run/kill_perl.t
15850____________________________________________________________________________
15851[ 11892] By: jhi on 2001/09/05 22:34:55
15852 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
15853 From: Nicholas Clark <nick@ccl4.org>
15854 Date: Wed, 5 Sep 2001 20:54:24 +0100
15855 Message-ID: <20010905205424.C25120@plum.flirble.org>
15856 Branch: perl
15857 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
15858____________________________________________________________________________
15859[ 11891] By: jhi on 2001/09/05 22:34:16
15860 Log: Forgotten thing.
15861 Branch: perl
15862 ! uconfig.h
15863____________________________________________________________________________
15864[ 11890] By: jhi on 2001/09/05 22:27:42
15865 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
15866 From: chromatic <chromatic@rmci.net>
15867 Date: Wed, 5 Sep 2001 13:22:08 -0600
15868 Message-Id: <01090513220807.10587@firewheel>
15869 Branch: perl
15870 ! lib/English.pm
15871____________________________________________________________________________
15872[ 11889] By: jhi on 2001/09/05 22:23:06
15873 Log: inet_ntoa() tweaks:
15874 - don't allow addresses with > 255 characters
15875 - indent the HP-UX workaround
15876 - don't leak memory
15877 Branch: perl
15878 ! ext/Socket/Socket.xs
15879____________________________________________________________________________
15880[ 11888] By: jhi on 2001/09/05 16:26:17
15881 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
15882 <xwu@theeducationcenter.com>
15883 Branch: perl
15884 ! lib/File/Find.pm
15885____________________________________________________________________________
15886[ 11887] By: jhi on 2001/09/05 15:40:03
15887 Log: Typo nits.
15888 Branch: perl
15889 ! lib/File/Find.pm
15890____________________________________________________________________________
15891[ 11886] By: jhi on 2001/09/05 15:30:11
15892 Log: -Wall nit.
15893 Branch: perl
15894 ! op.c
15895____________________________________________________________________________
15896[ 11885] By: gbarr on 2001/09/05 15:26:18
15897 Log: Update to Scalar-List-Utils 1.05
15898 Branch: perl
15899 ! ext/List/Util/ChangeLog ext/List/Util/README
15900 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15901____________________________________________________________________________
15902[ 11884] By: jhi on 2001/09/05 13:05:14
15903 Log: Update Changes.
15904 Branch: perl
15905 ! Changes patchlevel.h
15906____________________________________________________________________________
14fccffd
JH
15907[ 11883] By: gbarr on 2001/09/05 12:51:35
15908 Log: Update to Scalar-List-Utils 1.04
15909 Branch: perl
15910 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
15911 ! ext/List/Util/lib/List/Util.pm
15912 ! ext/List/Util/lib/Scalar/Util.pm
15913____________________________________________________________________________
15914[ 11882] By: jhi on 2001/09/05 12:29:44
15915 Log: Metaconfigify #11724.
15916 Branch: metaconfig
15917 ! U/threads/archname.U
15918____________________________________________________________________________
15919[ 11881] By: jhi on 2001/09/05 12:21:44
15920 Log: The MacOS reference is okay, no reason to hide it.
15921 Branch: perl
15922 ! lib/Cwd.pm
15923____________________________________________________________________________
15924[ 11880] By: jhi on 2001/09/05 12:20:49
15925 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
15926 From: Michael G Schwern <schwern@pobox.com>
15927 Date: Tue, 4 Sep 2001 15:30:10 -0400
15928 Message-ID: <20010904153010.H26466@blackrider>
15929
15930 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
15931 Branch: perl
15932 ! ext/Cwd/Makefile.PL lib/Cwd.pm
15933____________________________________________________________________________
15934[ 11879] By: jhi on 2001/09/05 12:12:18
15935 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.))
15936 From: Michael G Schwern <schwern@pobox.com>
15937 Date: Tue, 4 Sep 2001 17:39:13 -0400
15938 Message-ID: <20010904173913.C626@blackrider>
15939 Branch: perl
15940 ! lib/Cwd.pm
15941____________________________________________________________________________
15942[ 11878] By: jhi on 2001/09/05 12:10:50
15943 Log: Subject: Re: Perl_pp_* in public API?
15944 From: "Craig A. Berry" <craigberry@mac.com>
15945 Date: Tue, 4 Sep 2001 21:51:29 -0500
15946 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
15947 Branch: perl
15948 ! ext/List/Util/Util.xs
15949____________________________________________________________________________
15950[ 11877] By: jhi on 2001/09/05 12:07:53
15951 Log: From Damian: Class::Struct was unable to define
15952 recursive classes. After the patch an object reference
15953 (rather than a hash) is required to initialize
15954 an object attribute. If no such initializer is given to
15955 the constructor, object attributes are now default
15956 initialized to C<undef>.
15957 Branch: perl
15958 ! lib/Class/Struct.pm lib/Class/Struct.t
15959____________________________________________________________________________
15960[ 11876] By: jhi on 2001/09/05 11:51:24
15961 Log: Subject: Re: sv_catpvfn and sv_setpvfn
15962 From: Richard Soderberg <rs@oregonnet.com>
15963 Date: Tue, 4 Sep 2001 15:16:47 -0700
15964 Message-Id: <200109042216.PAA17858@oregonnet.com>
15965 Branch: perl
15966 ! pod/perlclib.pod pod/perlguts.pod
15967____________________________________________________________________________
15968[ 11875] By: jhi on 2001/09/05 11:48:14
15969 Log: NetWare updates from Ananth Kesari.
15970 Branch: perl
15971 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
15972 ! NetWare/nw5thread.h
15973____________________________________________________________________________
15974[ 11874] By: jhi on 2001/09/05 11:30:59
15975 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?))
15976 From: Nicholas Clark <nick@ccl4.org>
15977 Date: Tue, 4 Sep 2001 22:42:50 +0100
15978 Message-ID: <20010904224250.P25120@plum.flirble.org>
15979 Branch: perl
15980 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
15981 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
15982 ! t/op/oct.t toke.c
15983____________________________________________________________________________
15984[ 11873] By: jhi on 2001/09/04 21:03:17
15985 Log: Fix Cwd::getcwd() not being tainted, as noticed
15986 by Schwern.
15987 Branch: perl
15988 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
15989 - ext/Cwd/Cwd.t
15990 ! MANIFEST ext/Cwd/Cwd.xs util.c
15991____________________________________________________________________________
15992[ 11872] By: jhi on 2001/09/04 20:00:50
15993 Log: Retract #11870 and volatilize the right destruct_level.
15994 Silly thinko pointed out by Sarathy.
15995 Branch: perl
15996 ! intrpvar.h perl.c
15997____________________________________________________________________________
15998[ 11871] By: jhi on 2001/09/04 19:45:59
15999 Log: At least a temporary fix for the mysterious scope core dumps
16000 in Tru64 from Graham.
16001 Branch: perl
16002 ! ext/List/Util/Util.xs
16003____________________________________________________________________________
16004[ 11870] By: jhi on 2001/09/04 19:01:48
16005 Log: (Retracted by #11872)
16006 Branch: perl
16007 ! intrpvar.h
16008____________________________________________________________________________
16009[ 11869] By: jhi on 2001/09/04 17:43:31
93bdaf0e 16010 Log: Quench a -Wall gripe noticed by Robin Barker.
14fccffd
JH
16011 Branch: perl
16012 ! op.c
16013____________________________________________________________________________
16014[ 11868] By: jhi on 2001/09/04 16:38:07
16015 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
16016 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16017 Date: Wed, 05 Sep 2001 02:01:32 +0900
16018 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
16019 Branch: perl
16020 ! lib/Unicode/UCD.pm
16021____________________________________________________________________________
16022[ 11867] By: jhi on 2001/09/04 16:35:27
16023 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
16024 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16025 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
16026 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
16027 Branch: perl
16028 ! gv.c
16029____________________________________________________________________________
16030[ 11866] By: jhi on 2001/09/04 13:52:28
16031 Log: Update Changes.
16032 Branch: perl
16033 ! Changes patchlevel.h
16034____________________________________________________________________________
5f7f12db
JH
16035[ 11865] By: jhi on 2001/09/04 13:36:58
16036 Log: Add the \[$@%&*] prototype support.
16037 Branch: perl
16038 ! op.c pod/perlsub.pod t/comp/proto.t
16039____________________________________________________________________________
16040[ 11864] By: jhi on 2001/09/04 13:10:38
16041 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
16042 From: Michael G Schwern <schwern@pobox.com>
16043 Date: Mon, 3 Sep 2001 18:59:01 -0400
16044 Message-ID: <20010903185901.Z9233@blackrider>
16045 Branch: perl
16046 ! lib/CGI/t/form.t
16047____________________________________________________________________________
16048[ 11863] By: jhi on 2001/09/04 13:06:39
16049 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
16050 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16051 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
16052 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
16053 Branch: perl
16054 ! gv.c
16055____________________________________________________________________________
16056[ 11862] By: jhi on 2001/09/04 13:05:23
16057 Log: More srand entry tweakage based on Randal's suggestion.
16058 Branch: perl
16059 ! pod/perlfunc.pod
16060____________________________________________________________________________
16061[ 11861] By: jhi on 2001/09/04 12:48:14
16062 Log: Subject: [PATCH] 'main' *is* a reserved word
16063 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16064 Date: Mon, 3 Sep 2001 22:55:41 +0200
16065 Message-ID: <20010903225541.A24097@rafael>
16066 Branch: perl
16067 ! toke.c
16068____________________________________________________________________________
16069[ 11860] By: jhi on 2001/09/04 12:46:30
16070 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
16071 From: Peter Prymmer <pvhp@best.com>
16072 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
16073 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
16074 Branch: perl
16075 ! README.vms configure.com
16076____________________________________________________________________________
16077[ 11859] By: jhi on 2001/09/04 12:44:29
16078 Log: Subject: Re: A slightly better default seed?
16079 From: Michael G Schwern <schwern@pobox.com>
16080 Date: Mon, 3 Sep 2001 18:08:15 -0400
16081 Message-ID: <20010903180815.W9233@blackrider>
16082 Branch: perl
16083 ! t/op/srand.t
16084____________________________________________________________________________
16085[ 11858] By: jhi on 2001/09/04 12:41:59
16086 Log: Add sharedsv.o to microperl object files.
16087 Branch: perl
16088 ! Makefile.micro
16089____________________________________________________________________________
16090[ 11857] By: jhi on 2001/09/04 12:27:51
16091 Log: AUTHORS updates and
16092
16093 Subject: [PATCH] Just some preening :-)
16094 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16095 Date: Tue, 4 Sep 2001 14:16:59 +0100
16096 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
16097 Branch: perl
16098 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
16099____________________________________________________________________________
16100[ 11856] By: jhi on 2001/09/04 12:09:43
16101 Log: Typo fix and slight rewording.
16102 Branch: perl
16103 ! pod/perlfunc.pod
16104____________________________________________________________________________
16105[ 11855] By: jhi on 2001/09/04 12:04:16
16106 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
16107 Branch: perl
16108 ! pod/perlfaq4.pod
16109____________________________________________________________________________
16110[ 11854] By: jhi on 2001/09/03 20:12:21
16111 Log: The helper file changed name.
16112 Branch: perl
16113 ! MANIFEST
16114____________________________________________________________________________
16115[ 11853] By: gbarr on 2001/09/03 20:00:00
16116 Log: Update to Scalar-List-Utils 1.03
16117 Branch: perl
16118 + ext/List/Util/t/shuffle.t
16119 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
16120 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
16121 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
16122 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
16123 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
16124 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
16125 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
16126 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
16127____________________________________________________________________________
16128[ 11852] By: jhi on 2001/09/03 19:50:57
16129 Log: Make crypt() do something more sane for Unicode
16130 (take crypt() of the low eight bits of the characters,
16131 instead of taking crypt() of the UTF-8 of the scalar);
16132 add a test for crypt().
16133 Branch: perl
16134 + t/op/crypt.t
16135 ! MANIFEST pod/perlfunc.pod pp.c
16136____________________________________________________________________________
16137[ 11851] By: jhi on 2001/09/03 19:19:35
16138 Log: Reorganize the srand entry.
16139 Branch: perl
16140 ! pod/perlfunc.pod
16141____________________________________________________________________________
16142[ 11850] By: jhi on 2001/09/03 18:54:51
16143 Log: Remove the tests that assume something about
16144 calling srand() without arguments multiple times.
16145 Branch: perl
16146 ! t/op/srand.t
16147____________________________________________________________________________
16148[ 11849] By: jhi on 2001/09/03 18:15:16
16149 Log: Upgrade to Math::BigInt 1.42.
16150 Branch: perl
16151 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16152 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16153 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16154 ! lib/Math/BigInt/t/mbimbf.t
16155____________________________________________________________________________
16156[ 11848] By: gsar on 2001/09/03 17:07:54
16157 Log: integrate change#11847 from maint-5.6
16158
16159 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16160 Branch: perl
16161 ! sv.c
16162____________________________________________________________________________
16163[ 11847] By: gsar on 2001/09/03 16:47:54
16164 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16165 Branch: maint-5.6/perl
16166 ! sv.c
16167____________________________________________________________________________
16168[ 11846] By: jhi on 2001/09/03 15:12:58
16169 Log: As far as I can tell these functions have been Unicodified.
16170 Branch: perl
16171 ! doop.c
16172____________________________________________________________________________
16173[ 11845] By: jhi on 2001/09/03 15:11:27
16174 Log: Update to Storable 1.0.13.
16175 Branch: perl
16176 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16177 ! ext/Storable/Storable.xs
16178____________________________________________________________________________
16179[ 11844] By: jhi on 2001/09/03 12:42:06
16180 Log: Patch the Filter::Simple test to work with
16181 the core test suite (since the FilterTest.pm
16182 is in t/lib, not in lib).
16183 Branch: perl
16184 ! lib/Filter/Simple/t/filter.t
16185____________________________________________________________________________
16186[ 11843] By: jhi on 2001/09/03 12:39:11
16187 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
16188 Branch: perl
16189 + t/lib/FilterTest.pm
16190 - t/lib/MyFilter.pm
16191____________________________________________________________________________
16192[ 11842] By: jhi on 2001/09/03 12:17:30
16193 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
16194 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
16195 Text::Balanced 1.86.
16196 Branch: perl
16197 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
16198 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16199 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
16200 + lib/Switch/t/nested.t lib/Switch/t/switch.t
16201 + lib/Text/Balanced/Changes lib/Text/Balanced/README
16202 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
16203 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
16204 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
16205 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
16206 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16207 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
16208 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
16209 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
16210 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
16211 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
16212 ! MANIFEST lib/Attribute/Handlers.pm
16213 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16214 ! lib/Attribute/Handlers/demo/Demo.pm
16215 ! lib/Attribute/Handlers/demo/Descriptions.pm
16216 ! lib/Attribute/Handlers/demo/MyClass.pm
16217 ! lib/Attribute/Handlers/demo/demo.pl
16218 ! lib/Attribute/Handlers/demo/demo2.pl
16219 ! lib/Attribute/Handlers/demo/demo3.pl
16220 ! lib/Attribute/Handlers/demo/demo4.pl
16221 ! lib/Attribute/Handlers/demo/demo_call.pl
16222 ! lib/Attribute/Handlers/demo/demo_chain.pl
16223 ! lib/Attribute/Handlers/demo/demo_cycle.pl
16224 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
16225 ! lib/Attribute/Handlers/demo/demo_phases.pl
16226 ! lib/Attribute/Handlers/demo/demo_range.pl
16227 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
16228 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
16229 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16230 ! lib/Text/Balanced.pm
16231____________________________________________________________________________
16232[ 11841] By: sky on 2001/09/03 11:04:15
16233 Log: Forgot to add a file with Change #11840
16234 Branch: perl
16235 + t/op/srand.t
16236____________________________________________________________________________
16237[ 11840] By: sky on 2001/09/03 11:02:04
16238 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
16239 From: Michael G Schwern <schwern@pobox.com>
16240 Date: Mon, 3 Sep 2001 07:43:00 -0400
16241 Message-ID: <20010903074300.E9233@blackrider>
16242 Branch: perl
16243 ! MANIFEST pod/perlfunc.pod t/op/rand.t
16244____________________________________________________________________________
16245[ 11839] By: sky on 2001/09/03 10:47:11
16246 Log: Document the changes with regards to running of END blocks.
16247 And DESTROY on global objects are called in perl_destruct()!
16248 Branch: perl
16249 ! pod/perl572delta.pod pod/perlembed.pod
16250____________________________________________________________________________
16251[ 11838] By: sky on 2001/09/03 09:34:44
16252 Log: Subject: [PATCH t/op/time.t] Partial cleanup
16253 From: Michael G Schwern <schwern@pobox.com>
16254 Date: Mon, 3 Sep 2001 06:29:42 -0400
16255 Message-ID: <20010903062942.C9233@blackrider>
16256 Branch: perl
16257 ! t/op/time.t
16258____________________________________________________________________________
16259[ 11837] By: sky on 2001/09/03 09:30:02
16260 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
16261 From: Michael G Schwern <schwern@pobox.com>
16262 Date: Mon, 3 Sep 2001 06:24:13 -0400
16263 Message-ID: <20010903062413.B9233@blackrider>
16264 Branch: perl
16265 ! t/op/rand.t
16266____________________________________________________________________________
16267[ 11836] By: sky on 2001/09/03 07:56:47
16268 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
16269 From: Michael G Schwern <schwern@pobox.com>
16270 Date: Sun, 2 Sep 2001 21:38:43 -0400
16271 Message-ID: <20010902213843.L2711@blackrider>
16272 Branch: perl
16273 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
16274 ! MANIFEST
16275____________________________________________________________________________
16276[ 11835] By: nick on 2001/09/03 06:20:06
16277 Log: Integrate mainline
16278 Branch: perlio
16279 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
16280 - t/op/misc.t
16281 !> (integrate 187 files)
16282____________________________________________________________________________
16283[ 11834] By: jhi on 2001/09/02 13:07:53
16284 Log: Update Changes.
16285 Branch: perl
16286 ! Changes patchlevel.h
16287____________________________________________________________________________
86876e46
JH
16288[ 11833] By: jhi on 2001/09/02 12:59:05
16289 Log: Slight tweaks.
16290 Branch: perl
16291 ! t/run/kill_perl.t
16292____________________________________________________________________________
16293[ 11832] By: jhi on 2001/09/02 12:41:12
16294 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
16295 Branch: perl
16296 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16297____________________________________________________________________________
16298[ 11831] By: sky on 2001/09/02 12:10:42
16299 Log: Change #11828 wasn't complete, this updates to intest path
16300 Branch: perl
16301 ! t/run/kill_perl.t
16302____________________________________________________________________________
16303[ 11830] By: jhi on 2001/09/02 11:56:18
16304 Log: 's's's.
16305 Branch: perl
16306 ! Changes
16307____________________________________________________________________________
16308[ 11829] By: jhi on 2001/09/02 11:54:22
16309 Log: Update Changes.
16310 Branch: perl
16311 ! Changes patchlevel.h
16312____________________________________________________________________________
16313[ 11828] By: sky on 2001/09/02 11:53:56
16314 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
16315 From: Michael G Schwern <schwern@pobox.com>
16316 Date: Sat, 1 Sep 2001 20:18:58 -0400
16317 Message-ID: <20010901201858.X606@blackrider>
16318 +MANIFEST Fix
16319 Branch: perl
16320 + t/run/kill_perl.t
16321 - t/op/misc.t t/run/segfault.t
16322 ! MANIFEST
16323____________________________________________________________________________
40312dc3
JH
16324[ 11827] By: jhi on 2001/09/02 11:46:47
16325 Log: Subject: [PATCH] lib/Time/Local.pm
16326 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16327 Date: Sun, 2 Sep 2001 06:50:01 -0500
16328 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
16329 Branch: perl
16330 ! lib/Time/Local.pm
16331____________________________________________________________________________
16332[ 11826] By: jhi on 2001/09/02 11:40:49
16333 Log: Tick off Unicode collation and the normalization from
16334 the todo list.
16335 Branch: perl
16336 ! pod/perltodo.pod
16337____________________________________________________________________________
16338[ 11825] By: jhi on 2001/09/02 11:16:24
16339 Log: Update to Unicode 3.1.1.
16340 Branch: perl
16341 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
16342 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
16343 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
16344 ! lib/unicore/PropList.txt lib/unicore/README.perl
16345 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
16346 ! lib/unicore/rename lib/unicore/version
16347____________________________________________________________________________
16348[ 11824] By: jhi on 2001/09/02 10:32:30
16349 Log: Slight doc tweaks for the module.
16350 Branch: perl
16351 ! lib/Unicode/UCD.pm
16352____________________________________________________________________________
16353[ 11823] By: jhi on 2001/09/02 10:02:20
16354 Log: Rename the variable: it *used* to be (wrongly) that the
16355 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
16356 but that is no more the case: PL_reg_match_utf8 is better.
16357 Branch: perl
16358 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
16359 ! regexec.c sv.c thrdvar.h
16360____________________________________________________________________________
16361[ 11822] By: ams on 2001/09/02 02:54:50
16362 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
16363 From: Ilmari Karonen <iltzu@sci.fi>
16364 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
16365 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
16366 (op/sub_lval.t updated to take new error message into account.)
16367 Branch: perl
16368 ! op.c t/op/sub_lval.t
16369____________________________________________________________________________
16370[ 11821] By: gsar on 2001/09/02 01:06:30
16371 Log: remove stray CRs in files; keep all files with UNIX line-ends
16372 (Porting/makerel adds CRs to the files that need it in the
16373 distribution)
16374 Branch: perl
16375 ! NetWare/t/NWScripts.pl README.dos
16376 ! ext/Encode/Encode/cns11643-1.enc
16377 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
16378 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16379____________________________________________________________________________
16380[ 11820] By: gsar on 2001/09/02 00:56:44
16381 Log: some remnants of change#11803
16382 Branch: perl
16383 ! ext/ByteLoader/byterun.h perl.h
16384____________________________________________________________________________
16385[ 11819] By: jhi on 2001/09/01 23:40:36
16386 Log: Update to Unicode::Collate 0.08.
16387 Branch: perl
16388 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16389 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16390____________________________________________________________________________
16391[ 11818] By: jhi on 2001/09/01 23:02:09
16392 Log: Test tweaks.
16393 Branch: perl
16394 ! t/op/pat.t
16395____________________________________________________________________________
16396[ 11817] By: pudge on 2001/09/01 22:36:29
16397 Log: Fix test
16398 Branch: maint-5.6/macperl
16399 ! t/lib/b.t
16400____________________________________________________________________________
16401[ 11816] By: pudge on 2001/09/01 22:15:09
16402 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
16403 warnings in Config.pm with -W; increase default and
16404 minimum RAM; bump version number.
16405 Branch: maint-5.6/macperl
16406 + macos/lib/Mac/LowMem.pm
16407 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
16408 ! macos/configpm macos/macperl/MacPerl.r
16409____________________________________________________________________________
16410[ 11815] By: pudge on 2001/09/01 22:10:49
16411 Log: Make syntax check report in MPW style, fix tests
16412 to use Mac::err=unix to get normal-style error
16413 messages.
16414 Branch: maint-5.6/macperl
16415 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
16416 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
16417____________________________________________________________________________
16418[ 11814] By: pudge on 2001/09/01 22:09:08
16419 Log: Make MPW-style errors optional (but the default); add
16420 MacPerl::ErrorFormat() function and Mac::err pragma
16421 Branch: maint-5.6/macperl
16422 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
16423 + macos/ext/Mac/err/err.xs
16424 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
16425 ! macos/macish.c macos/macish.h macos/macperl.sym
16426____________________________________________________________________________
16427[ 11813] By: pudge on 2001/09/01 22:01:40
16428 Log: More module and test ports from Thomas Wegner et al
16429 Branch: maint-5.6/macperl
16430 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16431 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
16432 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
16433 ! t/op/magic.t
16434____________________________________________________________________________
16435[ 11812] By: sky on 2001/09/01 17:19:30
16436 Log: Subject: [PATCH t/op/concat.t] cleanup
16437 From: Michael G Schwern <schwern@pobox.com>
16438 Date: Sat, 1 Sep 2001 14:06:28 -0400
16439 Message-ID: <20010901140628.C606@blackrider>
16440 Branch: perl
16441 ! t/op/concat.t
16442____________________________________________________________________________
16443[ 11811] By: sky on 2001/09/01 12:25:29
16444 Log: Change #11805 didn't update the MANIFEST
16445 Branch: perl
16446 ! MANIFEST
16447____________________________________________________________________________
16448[ 11810] By: sky on 2001/09/01 11:52:44
16449 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
16450 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16451 Date: Sat, 1 Sep 2001 14:50:14 +0200
16452 Message-ID: <20010901145014.A691@rafael>
16453 Branch: perl
16454 ! t/op/inccode.t
16455____________________________________________________________________________
16456[ 11809] By: sky on 2001/09/01 11:49:22
16457 Log: Subject: PATCH: ExtUtils::MakeMaker
16458 From: Tony Bowden <tony@kasei.com>
16459 Date: Sat, 1 Sep 2001 10:33:53 +0100
16460 Message-ID: <20010901103353.A13863@soto.kasei.com>
16461 Manually applied
16462 Branch: perl
16463 ! lib/ExtUtils/MakeMaker.pm
16464____________________________________________________________________________
16465[ 11808] By: sky on 2001/09/01 11:39:13
16466 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
16467 From: mike808@users.sourceforge.net
16468 Date: Sat, 1 Sep 101 11:27:50 GMT
16469 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
16470 With little tweak
16471 Branch: perl
16472 ! lib/Term/Cap.pm
16473____________________________________________________________________________
16474[ 11807] By: ams on 2001/09/01 11:31:16
16475 Log: Subject: oct() and hex()
16476 From: Nicholas Clark <nick@ccl4.org>
16477 Date: Fri, 31 Aug 2001 23:14:13 +0100
16478 Message-Id: <20010831231413.J4950@plum.flirble.org>
16479 Branch: perl
16480 ! pod/perlclib.pod
16481____________________________________________________________________________
16482[ 11806] By: pudge on 2001/09/01 00:04:52
16483 Log: Integrate change 11801 from maintperl
16484 Branch: maint-5.6/macperl
16485 ! perl.c
16486____________________________________________________________________________
16487[ 11805] By: sky on 2001/08/31 21:35:10
16488 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
16489 From: Michael G Schwern <schwern@pobox.com>
16490 Date: Fri, 31 Aug 2001 15:36:28 -0400
16491 Message-ID: <20010831153628.B598@blackrider>
16492 Check for things which used to segfault
16493 Branch: perl
16494 + t/run/segfault.t
16495____________________________________________________________________________
16496[ 11804] By: gsar on 2001/08/31 21:02:54
16497 Log: integrate change#11801 from maint-5.6
16498
16499 remove age-old UNICOS "workaround" that introduces a static, and
16500 hence an egregious race condition for threaded builds (*sigh*
16501 beats me why this kludge wasn't guarded by a UNICOS-specific
16502 #define *sigh*)
16503 Branch: perl
16504 ! perl.c
16505____________________________________________________________________________
16506[ 11803] By: gsar on 2001/08/31 20:58:38
16507 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
16508 working in 5.7.x
16509 Branch: perl
16510 - objXSUB.h
16511 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
16512 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
16513 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
16514 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
16515 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
16516 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
16517 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
16518 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16519 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16520 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
16521 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
16522 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
16523 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
16524 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
16525 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
16526 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
16527 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
16528 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
16529 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16530 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
16531 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
16532 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
16533____________________________________________________________________________
16534[ 11802] By: ams on 2001/08/31 18:11:32
16535 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
16536 From: "Philip Newton" <Philip.Newton@gmx.net>
16537 Date: Fri, 31 Aug 2001 21:12:56 +0200
16538 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
16539 Branch: perl
16540 ! pod/perldiag.pod
16541____________________________________________________________________________
16542[ 11801] By: gsar on 2001/08/31 17:49:03
16543 Log: remove age-old UNICOS "workaround" that introduces a static, and
16544 hence an egregious race condition for threaded builds (*sigh*
16545 beats me why this kludge wasn't guarded by a UNICOS-specific
16546 #define *sigh*)
16547 Branch: maint-5.6/perl
16548 ! perl.c
16549____________________________________________________________________________
16550[ 11800] By: sky on 2001/08/31 17:30:26
16551 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
16552 Might break on platforms where bool is larger than 8 bites ???
16553 Branch: perl
16554 ! regcomp.c
16555____________________________________________________________________________
16556[ 11799] By: ams on 2001/08/31 12:15:44
16557 Log: Integrate 11778 into mainline.
16558 Branch: perl
16559 ! t/base/term.t
16560____________________________________________________________________________
16561[ 11798] By: sky on 2001/08/31 11:31:44
16562 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
16563 supposed to happen.
16564 Branch: perl
16565 ! regcomp.c
16566____________________________________________________________________________
16567[ 11797] By: sky on 2001/08/31 11:28:17
16568 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
16569 From: "John P. Linderman" <jpl@research.att.com>
16570 Date: Fri, 31 Aug 2001 08:20:35 -0400
16571 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
16572 Fixes test 14 which could fail randomly in rare cases.
16573 Branch: perl
16574 ! ext/Time/HiRes/HiRes.t regcomp.c
16575____________________________________________________________________________
16576[ 11796] By: ams on 2001/08/31 01:13:07
16577 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
16578 From: Nicholas Clark <nick@ccl4.org>
16579 Date: Thu, 30 Aug 2001 23:21:50 +0100
16580 Message-Id: <20010830232150.D4950@plum.flirble.org>
16581 Branch: perl
16582 ! ext/Sys/Syslog/Makefile.PL
16583____________________________________________________________________________
16584[ 11795] By: ams on 2001/08/30 23:53:23
16585 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
16586 patching example
16587 From: Michael G Schwern <schwern@pobox.com>
16588 Date: Thu, 30 Aug 2001 17:02:08 -0400
16589 Message-Id: <20010830170208.M2318@blackrider>
16590 Branch: perl
16591 ! pod/perlhack.pod
16592____________________________________________________________________________
16593[ 11794] By: ams on 2001/08/30 19:35:36
16594 Log: Subject: [PATCH] pp_modulo
16595 From: Nicholas Clark <nick@ccl4.org>
16596 Date: Thu, 30 Aug 2001 18:20:54 +0100
16597 Message-Id: <20010830182053.A4950@plum.flirble.org>
16598 Branch: perl
16599 ! pp.c t/op/64bitint.t
16600____________________________________________________________________________
16601[ 11793] By: sky on 2001/08/30 13:02:48
16602 Log: 11792 wasn't complete
16603 Branch: perl
16604 ! makedef.pl regcomp.c
16605____________________________________________________________________________
16606[ 11792] By: sky on 2001/08/30 12:21:11
16607 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
16608 Branch: perl
16609 ! makedef.pl
16610____________________________________________________________________________
16611[ 11791] By: sky on 2001/08/30 10:08:02
16612 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
16613 Branch: perl
16614 ! config_h.SH
16615____________________________________________________________________________
16616[ 11790] By: sky on 2001/08/30 08:22:31
16617 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
16618 on the pad. Fixes coredumps in cleanups introduced by
16619 Change 11755
16620 Branch: perl
16621 ! op.c perl.c sv.h
16622____________________________________________________________________________
16623[ 11789] By: sky on 2001/08/29 19:01:47
16624 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
16625 This is a replacement implmentation that works on HPUX.
16626 This bug should probably be fixed in GCC.
16627 Branch: perl
16628 ! ext/Socket/Socket.xs
16629____________________________________________________________________________
16630[ 11788] By: ams on 2001/08/29 17:35:33
16631 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
16632 From: Nicholas Clark <nick@ccl4.org>
16633 Date: Wed, 29 Aug 2001 18:21:56 +0100
16634 Message-Id: <20010829182156.O4950@plum.flirble.org>
16635 Branch: perl
16636 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
16637____________________________________________________________________________
16638[ 11787] By: sky on 2001/08/29 10:42:54
16639 Log: Added test for pack_addr_in and unpack_addr_in
16640 Nitpik in test 10
16641 Branch: perl
16642 ! ext/Socket/Socket.t
16643____________________________________________________________________________
16644[ 11786] By: sky on 2001/08/29 10:28:14
16645 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
16646 Trying to catch errors on HP-UX
16647 Branch: perl
16648 ! ext/Socket/Socket.t
16649____________________________________________________________________________
16650[ 11785] By: sky on 2001/08/29 09:07:03
16651 Log: make sure USE_THREADS is defined so external apps work
16652 Branch: perl
16653 ! config_h.SH
16654____________________________________________________________________________
16655[ 11784] By: sky on 2001/08/29 08:06:12
16656 Log: Subject: Re: The hitlist of untested modules.
16657 From: Jonathan Stowe <gellyfish@gellyfish.com>
16658 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
16659 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
16660 Start of tests for Shell.pm (make Schwern poorer!)
16661 Branch: perl
16662 + lib/Shell.t
16663 ! MANIFEST
16664____________________________________________________________________________
16665[ 11783] By: sky on 2001/08/29 07:37:50
16666 Log: END{} can change the return value even if we die from BEGIN{}
16667 Branch: perl
16668 ! miniperlmain.c
16669____________________________________________________________________________
16670[ 11782] By: ams on 2001/08/29 06:32:17
16671 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
16672 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16673 Date: Wed, 29 Aug 2001 09:18:17 +0200
16674 Message-Id: <20010829091817.A4453@rafael>
16675 Branch: perl
16676 ! t/op/inccode.t
16677____________________________________________________________________________
16678[ 11781] By: pudge on 2001/08/29 02:28:33
16679 Log: Delete xsubpp.patch, as full copy exists now
16680 Branch: maint-5.6/macperl
16681 - macos/xsubpp.patch
16682____________________________________________________________________________
16683[ 11780] By: pudge on 2001/08/29 02:26:03
16684 Log: Add Changes file
16685 Branch: maint-5.6/macperl
16686 + macos/Changes
16687____________________________________________________________________________
16688[ 11779] By: pudge on 2001/08/29 02:23:11
16689 Log: Add Mac version of xsubpp as separate file
16690 Branch: maint-5.6/macperl
16691 + macos/xsubpp
16692 ! macos/Makefile.mk
16693____________________________________________________________________________
16694[ 11778] By: pudge on 2001/08/29 02:14:57
16695 Log: Fix open of /dev/null for Mac OS
16696 Branch: maint-5.6/macperl
16697 ! t/base/term.t
16698____________________________________________________________________________
16699[ 11777] By: pudge on 2001/08/29 02:12:52
16700 Log: Various patches: enable more tests; skip CVS in PerlInstall;
16701 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
16702 Branch: maint-5.6/macperl
16703 ! macos/MacPerlTests.cmd macos/PerlInstall
16704 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
16705____________________________________________________________________________
16706[ 11776] By: pudge on 2001/08/29 02:11:42
16707 Log: Allow for platforms to override formatting of errors
16708 on output from Matthias Neeracher (Mac files)
16709 Branch: maint-5.6/macperl
16710 ! macos/macish.c macos/macish.h
16711____________________________________________________________________________
16712[ 11775] By: pudge on 2001/08/29 01:59:32
16713 Log: Allow for platforms to override formatting of errors
16714 on output from Matthias Neeracher (core files)
16715 Branch: maint-5.6/macperl
16716 ! perl.h pp_ctl.c util.c
16717____________________________________________________________________________
16718[ 11774] By: pudge on 2001/08/29 01:29:43
16719 Log: Add some param checking, from reports by Kevin Reid.
16720 Branch: maint-5.6/macperl
16721 ! macos/ext/Mac/Controls/Controls.pm
16722 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
16723____________________________________________________________________________
16724[ 11773] By: ams on 2001/08/28 23:54:57
16725 Log: Subject: [PATCH] make coretest
16726 From: Paul Johnson <paul@pjcj.net>
16727 Date: Wed, 29 Aug 2001 00:11:38 +0200
16728 Message-Id: <20010829001138.B12169@pjcj.net>
16729 (Applied without the change to perlhack.pod. This should
16730 probably stay undocumented.)
16731 Branch: perl
16732 ! Makefile.SH t/TEST
16733____________________________________________________________________________
16734[ 11772] By: sky on 2001/08/28 13:01:20
16735 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
16736 From: Michael G Schwern <schwern@pobox.com>
16737 Date: Tue, 28 Aug 2001 09:57:39 -0400
16738 Message-ID: <20010828095738.E17775@blackrider>
16739 Branch: perl
16740 ! pod/perlhack.pod t/op/pack.t
16741____________________________________________________________________________
16742[ 11771] By: sky on 2001/08/28 11:20:13
16743 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
16744 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16745 Date: Tue, 28 Aug 2001 14:23:43 +0200
16746 Message-ID: <20010828142343.A19299@rafael>
16747 Branch: perl
16748 ! pod/perlvar.pod pp_ctl.c
16749____________________________________________________________________________
16750[ 11770] By: ams on 2001/08/28 10:13:21
16751 Log: Subject: [PATCH] odd typo in op.h
16752 From: Nicholas Clark <nick@ccl4.org>
16753 Date: Tue, 28 Aug 2001 12:10:26 +0100
16754 Message-Id: <20010828121026.V4950@plum.flirble.org>
16755 Branch: perl
16756 ! op.h
16757____________________________________________________________________________
16758[ 11769] By: sky on 2001/08/28 08:09:16
16759 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
16760 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
16761 Date: Tue, 28 Aug 2001 02:22:20 +0300
16762 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
16763 Branch: perl
16764 ! ext/B/B/Lint.pm
16765____________________________________________________________________________
16766[ 11768] By: ams on 2001/08/28 00:47:35
16767 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16768 From: Michael G Schwern <schwern@pobox.com>
16769 Date: Mon, 27 Aug 2001 21:24:44 -0400
16770 Message-Id: <20010827212444.F12582@blackrider>
16771 Branch: perl
16772 ! pod/perlhack.pod t/op/pack.t
16773____________________________________________________________________________
16774[ 11767] By: ams on 2001/08/27 23:59:48
16775 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16776 From: Michael G Schwern <schwern@pobox.com>
16777 Date: Mon, 27 Aug 2001 20:12:29 -0400
16778 Message-Id: <20010827201229.D12582@blackrider>
16779 Branch: perl
16780 ! pod/perlhack.pod t/op/pack.t
16781____________________________________________________________________________
16782[ 11766] By: ams on 2001/08/27 23:39:40
16783 Log: Update Changes.
16784 Branch: perl
16785 ! Changes
16786____________________________________________________________________________
fd8826a1
AMS
16787[ 11765] By: ams on 2001/08/27 22:53:10
16788 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
16789 From: Michael G Schwern <schwern@pobox.com>
16790 Date: Mon, 27 Aug 2001 19:47:30 -0400
16791 Message-Id: <20010827194730.C12582@blackrider>
16792 Branch: perl
16793 ! t/op/inccode.t
16794____________________________________________________________________________
16795[ 11764] By: ams on 2001/08/27 22:46:21
16796 Log: Subject: [PATCH] new tests for the coderef-in-@INC
16797 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16798 Date: Mon, 27 Aug 2001 22:36:27 +0200
16799 Message-Id: <20010827223627.C690@rafael>
16800
16801 Subject: Re: [PATCH] new tests for the coderef-in-@INC
16802 From: Nicholas Clark <nick@ccl4.org>
16803 Date: Tue, 28 Aug 2001 00:02:46 +0100
16804 Message-Id: <20010828000245.R4950@plum.flirble.org>
16805 Branch: perl
16806 + t/op/inccode.t
16807 ! MANIFEST
16808____________________________________________________________________________
16809[ 11763] By: ams on 2001/08/27 22:41:09
16810 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
16811 bleadperl on fire, Win95+4NT)
16812 From: Michael G Schwern <schwern@pobox.com>
16813 Date: Mon, 27 Aug 2001 16:54:42 -0400
16814 Message-Id: <20010827165442.F9436@blackrider>
16815 Branch: perl
16816 ! lib/warnings.t
16817____________________________________________________________________________
16818[ 11762] By: sky on 2001/08/27 19:19:17
16819 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
16820 avaible at compile time. This broke the compilation of
16821 Net/Ping.pm
16822 Branch: perl
16823 ! lib/Net/Ping.pm
16824____________________________________________________________________________
16825[ 11761] By: sky on 2001/08/27 18:34:48
16826 Log: Removed tripple definitions of CUSTOM_OP functions.
16827 Branch: perl
16828 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
16829____________________________________________________________________________
16830[ 11760] By: sky on 2001/08/27 18:21:27
16831 Log: Regen headers
16832 Branch: perl
16833 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
16834 ! perlapi.h proto.h
16835____________________________________________________________________________
16836[ 11759] By: ams on 2001/08/27 16:31:53
16837 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
16838 From: "chromatic" <chromatic@rmci.net>
16839 Date: Mon, 27 Aug 2001 11:17:09 -0600
16840 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
16841 Branch: perl
16842 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
16843____________________________________________________________________________
16844[ 11758] By: sky on 2001/08/27 15:16:42
16845 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
16846 Thanks to H. Merijn Brand for the patch.
16847 Some of the comments and or guards might be removable in perl.h now.
16848 Branch: perl
16849 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
16850 ! Porting/Glossary Porting/config_H README.threads config_h.SH
16851 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
16852 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
16853 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
16854 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
16855 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
16856 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
16857 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
16858 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
16859 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
16860 ! win32/config_H.vc win32/perllib.c win32/win32.h
16861 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
16862 ! wince/config.h wince/config_H.ce wince/win32.h
16863 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
16864____________________________________________________________________________
16865[ 11757] By: sky on 2001/08/27 13:39:16
16866 Log: Subject: GNU ld parses arguments different
16867 From: H.Merijn Brand <h.m.brand@hccnet.nl>
16868 Date: Mon, 27 Aug 2001 16:25:51 +0200
16869 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
16870 Branch: perl
16871 ! hints/hpux.sh
16872____________________________________________________________________________
16873[ 11756] By: sky on 2001/08/27 13:18:45
16874 Log: Subject: Custom Ops
16875 From: Simon Cozens <simon@netthink.co.uk>
16876 Date: Sat, 25 Aug 2001 17:45:09 +0100
16877 Message-ID: <20010825174509.A5752@netthink.co.uk>
16878 I also added a fix to Opcode.pm to quite test cases.
16879 Branch: perl
16880 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
16881 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
16882____________________________________________________________________________
16883[ 11755] By: sky on 2001/08/27 05:37:17
16884 Log: Plugs a memory leak on destruction of regular expressions
16885 introcued by #11274.
16886 PL_regex_padav now has an AV as it's first entry with a list
16887 of freed regex_padav slots that it will reuse on creating
16888 new PMOPs.
16889 Branch: perl
16890 ! op.c perl.c
16891____________________________________________________________________________
16892[ 11754] By: ams on 2001/08/26 14:38:52
16893 Log: Subject: [PATCH] t/io/binmode.t
16894 From: Nicholas Clark <nick@ccl4.org>
16895 Date: Sun, 26 Aug 2001 12:03:05 +0100
16896 Message-Id: <20010826120305.C4950@plum.flirble.org>
16897
16898 (Also a nitpick in #11752 to t/op/universal.t)
16899 Branch: perl
16900 ! t/io/binmode.t t/op/universal.t
16901____________________________________________________________________________
16902[ 11753] By: ams on 2001/08/26 08:19:34
16903 Log: Subject: [PATCH] op/universal.t failing
16904 From: Nicholas Clark <nick@ccl4.org>
16905 Date: Sun, 26 Aug 2001 09:48:22 +0100
16906 Message-Id: <20010826094822.B4950@plum.flirble.org>
16907 Branch: perl
16908 ! t/op/universal.t
16909____________________________________________________________________________
16910[ 11752] By: ams on 2001/08/25 22:46:13
16911 Log: Subject: Re: 'can' with undefined subs
16912 From: Tony Bowden <tony@kasei.com>
16913 Date: Sat, 25 Aug 2001 14:58:17 +0100
16914 Message-Id: <20010825145817.A11788@soto.kasei.com>
16915 (Applied with minor modifications.)
16916 Branch: perl
16917 ! t/op/universal.t
16918____________________________________________________________________________
16919[ 11751] By: ams on 2001/08/25 18:28:43
16920 Log: Subject: Re: 'can' with undefined subs
16921 From: Tony Bowden <tony@kasei.com>
16922 Date: Sat, 25 Aug 2001 15:13:14 +0100
16923 Message-Id: <20010825151314.B11788@soto.kasei.com>
16924 Branch: perl
16925 ! lib/UNIVERSAL.pm
16926____________________________________________________________________________
16927[ 11750] By: nick on 2001/08/25 15:24:15
16928 Log: Integrate mainline
16929 Branch: perlio
16930 +> t/io/binmode.t
16931 !> (integrate 26 files)
16932____________________________________________________________________________
16933[ 11749] By: nick on 2001/08/25 14:55:41
16934 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
16935 From: John Peacock <jpeacock@rowman.com>
16936 Date: Wed, 22 Aug 2001 12:05:28 -0400
16937 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
16938 Branch: perl
16939 ! pod/perlhack.pod
16940____________________________________________________________________________
16941[ 11748] By: nick on 2001/08/25 14:53:04
16942 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
16943 From: Michael G Schwern <schwern@pobox.com>
16944 Date: Wed, 22 Aug 2001 19:22:45 -0400
16945 Message-Id: <20010822192245.U619@blackrider>
16946 Branch: perl
16947 ! MANIFEST
16948____________________________________________________________________________
16949[ 11747] By: nick on 2001/08/25 14:52:33
16950 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
16951 From: Nicholas Clark <nick@ccl4.org>
16952 Date: Wed, 22 Aug 2001 23:29:06 +0100
16953 Message-Id: <20010822232906.Z82818@plum.flirble.org>
16954 Branch: perl
16955 + t/io/binmode.t
16956 ! perlio.c pod/perlfunc.pod
16957____________________________________________________________________________
16958[ 11744] By: nick on 2001/08/25 14:37:33
16959 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
16960 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16961 Date: Fri, 24 Aug 2001 22:10:42 +0200
16962 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
16963 Branch: perl
16964 ! x2p/a2py.c x2p/walk.c
16965____________________________________________________________________________
16966[ 11743] By: nick on 2001/08/25 14:32:47
16967 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
16968 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16969 Date: Fri, 24 Aug 2001 23:34:13 +0200
16970 Message-Id: <20010824233413.A1285@rafael>
16971 Branch: perl
16972 ! pod/perlfunc.pod pod/perlvar.pod
16973____________________________________________________________________________
16974[ 11742] By: ams on 2001/08/25 13:16:02
16975 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
16976 From: Nicholas Clark <nick@ccl4.org>
16977 Date: Sat, 25 Aug 2001 14:50:07 +0100
16978 Message-Id: <20010825145007.L41464@plum.flirble.org>
16979 Branch: perl
16980 ! pp_ctl.c
16981____________________________________________________________________________
16982[ 11741] By: nick on 2001/08/24 07:08:45
16983 Log: When applying patch via Porting/apply fails, do p4 refresh
16984 to get old files back.
16985 Branch: perl
16986 ! Porting/apply
16987____________________________________________________________________________
16988[ 11740] By: ams on 2001/08/24 04:47:24
16989 Log: #11739 was incomplete.
16990 Branch: perl
16991 ! pod/perldiag.pod
16992____________________________________________________________________________
16993[ 11739] By: ams on 2001/08/24 04:09:40
16994 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
16995 From: "Philip Newton" <Philip.Newton@gmx.net>
16996 Date: Fri, 24 Aug 2001 07:08:34 +0200
16997 Branch: perl
16998 ! pod/perldiag.pod
16999____________________________________________________________________________
17000[ 11738] By: ams on 2001/08/24 02:19:42
17001 Log: Fixed Doug Wilson's email address.
17002 Branch: perl
17003 ! AUTHORS
17004____________________________________________________________________________
17005[ 11737] By: ams on 2001/08/24 00:10:13
17006 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
17007 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17008 Date: Thu, 23 Aug 2001 22:22:58 +0200
17009 Message-Id: <20010823222258.A901@rafael>
17010 Branch: perl
17011 ! pod/perldiag.pod
17012____________________________________________________________________________
17013[ 11736] By: ams on 2001/08/24 00:05:02
17014 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
17015 From: "Craig A. Berry" <craigberry@mac.com>
17016 Date: Thu, 23 Aug 2001 19:07:45 -0500
17017 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
17018 Branch: perl
17019 ! configure.com
17020____________________________________________________________________________
17021[ 11735] By: sky on 2001/08/23 13:42:07
17022 Log: Backed out 11732, it breaks lib/strict.t
17023 Branch: perl
17024 ! op.c
17025____________________________________________________________________________
17026[ 11734] By: sky on 2001/08/23 11:45:59
17027 Log: Removed toy from 17133 after Matt Sargeants request.
17028 Branch: perl
17029 ! pod/perlfaq4.pod
17030____________________________________________________________________________
17031[ 11733] By: sky on 2001/08/23 11:36:29
17032 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
17033 From: Robin Houston <robin@kitsite.com>
17034 Date: Wed, 22 Aug 2001 23:06:16 +0100
17035 Message-ID: <20010822230616.A254@robin.kitsite.com>
17036 Branch: perl
17037 ! pod/perlfaq4.pod
17038____________________________________________________________________________
17039[ 11732] By: sky on 2001/08/23 10:36:02
17040 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
17041 From: Simon Cozens <simon@netthink.co.uk>
17042 Date: Thu, 23 Aug 2001 12:06:36 +0100
17043 Message-ID: <20010823120636.A9961@netthink.co.uk>
17044 Branch: perl
17045 ! op.c
17046____________________________________________________________________________
17047[ 11731] By: gsar on 2001/08/23 03:58:58
17048 Log: fix broken windows build
17049 Branch: perl
17050 ! perl.h
17051____________________________________________________________________________
17052[ 11730] By: ams on 2001/08/22 21:35:30
17053 Log: Subject: [PATCH] io/tell.t doesn't chdir t
17054 From: Nicholas Clark <nick@ccl4.org>
17055 Date: Wed, 22 Aug 2001 23:25:58 +0100
17056 Message-Id: <20010822232557.Y82818@plum.flirble.org>
17057 Branch: perl
17058 ! t/io/tell.t
17059____________________________________________________________________________
17060[ 11729] By: ams on 2001/08/22 20:32:21
17061 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17062 questions)
17063 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17064 Date: Wed, 22 Aug 2001 17:09:04 -0400
17065 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17066 (Oops, forgot File::Spec::Unix in the previous patch.)
17067 Branch: perl
17068 ! lib/File/Spec/Unix.pm
17069____________________________________________________________________________
17070[ 11728] By: ams on 2001/08/22 20:25:41
17071 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17072 questions)
17073 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17074 Date: Wed, 22 Aug 2001 17:09:04 -0400
17075 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17076 Branch: perl
17077 ! lib/File/Spec.pm
17078____________________________________________________________________________
17079[ 11727] By: ams on 2001/08/22 19:43:30
17080 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
17081 From: John Peacock <jpeacock@rowman.com>
17082 Date: Wed, 22 Aug 2001 12:35:52 -0400
17083 Message-Id: <3B83DF68.5D89DC81@rowman.com>
17084 (Adds proper tests for $], notwithstanding Subject. +nitpick)
17085 Branch: perl
17086 ! t/op/ver.t
17087____________________________________________________________________________
17088[ 11726] By: ams on 2001/08/22 19:36:39
17089 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
17090 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
17091 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
17092 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
17093 Branch: perl
17094 ! lib/diagnostics.pm lib/diagnostics.t
17095____________________________________________________________________________
17096[ 11725] By: ams on 2001/08/22 19:25:01
17097 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
17098 From: Nicholas Clark <nick@ccl4.org>
17099 Date: Wed, 22 Aug 2001 20:59:05 +0100
17100 Message-Id: <20010822205905.U82818@plum.flirble.org>
17101 Branch: perl
17102 ! pp.c t/op/64bitint.t t/op/arith.t
17103____________________________________________________________________________
17104[ 11724] By: ams on 2001/08/22 10:02:33
17105 Log: Subject: Configure blooper
17106 From: H.Merijn Brand <h.m.brand@hccnet.nl>
17107 Date: Wed, 22 Aug 2001 12:38:35 +0200
17108 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
17109 Branch: perl
17110 ! Configure
17111____________________________________________________________________________
17112[ 11723] By: ams on 2001/08/21 16:17:53
17113 Log: Subject: [PATCH] installperl -help
17114 From: Nicholas Clark <nick@ccl4.org>
17115 Date: Tue, 21 Aug 2001 17:34:23 +0100
17116 Message-Id: <20010821173423.F82818@plum.flirble.org>
17117 Branch: perl
17118 ! installperl
17119____________________________________________________________________________
17120[ 11722] By: ams on 2001/08/20 07:46:31
17121 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
17122 From: Ilmari Karonen <iltzu@sci.fi>
17123 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
17124 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
17125 Branch: perl
17126 ! pod/perlvar.pod
17127____________________________________________________________________________
17128[ 11721] By: nick on 2001/08/20 06:24:31
17129 Log: Integrate mainline
17130 Branch: perlio
17131 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
17132 +> lib/Lingua/KO/Hangul/Util/Changes
17133 +> lib/Lingua/KO/Hangul/Util/README
17134 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17135 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17136 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17137 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17138 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17139 +> lib/Unicode/Normalize/t/test.t
17140 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17141 !> (integrate 55 files)
17142____________________________________________________________________________
17143[ 11720] By: pudge on 2001/08/19 19:00:16
17144 Log: Integrate Change #11599 from maint-5.6/perl
17145 Branch: maint-5.6/macperl
17146 !> README.win32
17147____________________________________________________________________________
17148[ 11719] By: ams on 2001/08/18 21:21:42
17149 Log: Add Porting/apply to MANIFEST.
17150 Branch: perl
17151 ! MANIFEST
17152____________________________________________________________________________
17153[ 11718] By: sky on 2001/08/18 14:38:01
17154 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
17155 Better solution would be to make 5005threaded perl use
17156 the same system as ithreads do
17157 Branch: perl
17158 ! perl.h
17159____________________________________________________________________________
17160[ 11717] By: jhi on 2001/08/18 14:24:42
17161 Log: New try for ID 20010407.006: detach the semantics
17162 "was the last match target UTF8" into its own variable.
17163 Branch: perl
17164 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
17165 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
17166____________________________________________________________________________
17167[ 11716] By: jhi on 2001/08/18 12:11:14
17168 Log: UTF8 flag should be meaningful only when POK.
17169 Branch: perl
17170 ! dump.c
17171____________________________________________________________________________
17172[ 11715] By: sky on 2001/08/18 11:45:16
17173 Log: USE_THREADS and USE_ITHREADS are never true at the same time
17174 Branch: perl
17175 ! perl.h
17176____________________________________________________________________________
17177[ 11714] By: jhi on 2001/08/18 06:03:24
17178 Log: Retract #11712 for now. The real fix would probably
17179 be something like making PL_reg_sv a copy (PV + UTF8)
17180 of the matched/substituted string (note: not just a SvPOK
17181 string, for example the stringified form of a ROK would
17182 be applicable) Beware of leaks.
17183 Branch: perl
17184 ! pp_hot.c t/op/pat.t
17185____________________________________________________________________________
17186[ 11713] By: jhi on 2001/08/18 03:22:42
17187 Log: UTF8 wasn't printing for PVMGs.
17188 Branch: perl
17189 ! dump.c
17190____________________________________________________________________________
17191[ 11712] By: jhi on 2001/08/18 03:22:24
17192 Log: (Retracted by #11714)
17193
17194 Okay analysis, debatable fix. (The fix will inc
17195 the refcount of all temporary match objects,
17196 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
17197 which will then cause griping at untie() time
17198 ("inner references remain").
17199
17200 Fix for ID 20010407.006: PL_reg_sv got wiped out
17201 by freetemps if the match target was a temporary
17202 (like function_call() =~ /.../), which in turn meant
17203 that the $1 et al stopped working if they had UTF-8
17204 in them. Therefore bump up the refcount of PL_reg_sv.
17205 Branch: perl
17206 ! pp_hot.c t/op/pat.t
17207____________________________________________________________________________
17208[ 11711] By: ams on 2001/08/17 20:32:08
17209 Log: Subject: [PATCH] doesn't compile, was perl@11710
17210 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17211 Date: Fri, 17 Aug 2001 23:21:10 +0200
17212 Message-Id: <20010817232110.C7041@rafael>
17213 Branch: perl
17214 ! sharedsv.c
17215____________________________________________________________________________
17216[ 11710] By: jhi on 2001/08/17 14:26:57
17217 Log: Update Changes.
17218 Branch: perl
17219 ! Changes patchlevel.h
17220____________________________________________________________________________
17221[ 11709] By: jhi on 2001/08/17 13:47:53
17222 Log: Upgrade to libnet 1.0704.
17223 Branch: perl
17224 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17225 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
17226 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
17227 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
17228 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
17229 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
17230 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
17231____________________________________________________________________________
c040f61f
JH
17232[ 11708] By: sky on 2001/08/17 13:34:04
17233 Log: Let perl_clone copy PL_exit_flags
17234 Branch: perl
17235 ! sv.c
17236____________________________________________________________________________
17237[ 11707] By: sky on 2001/08/17 12:28:41
17238 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
17239 Branch: perl
17240 ! sharedsv.c sharedsv.h
17241____________________________________________________________________________
17242[ 11706] By: jhi on 2001/08/17 11:59:28
17243 Log: The metaconfig unit change for #11705.
17244 Branch: metaconfig/U/perl
17245 ! Extensions.U
17246____________________________________________________________________________
17247[ 11705] By: jhi on 2001/08/17 11:58:48
17248 Log: Allow the threads extension to be found if present.
17249 Branch: perl
17250 ! Configure
17251____________________________________________________________________________
17252[ 11704] By: nick on 2001/08/17 11:47:54
17253 Log: Mail -> change script (pre-alpha)
17254 Branch: perl
17255 + Porting/apply
17256____________________________________________________________________________
17257[ 11703] By: sky on 2001/08/17 07:11:24
17258 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
17259 Thanks to Tom Hospel for pointing out my error.
17260 Branch: perl
17261 ! op.h
17262____________________________________________________________________________
17263[ 11702] By: sky on 2001/08/17 04:18:11
17264 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.
17265 Branch: perl
17266 ! embed.pl miniperlmain.c perl.c perl.h proto.h
17267____________________________________________________________________________
17268[ 11701] By: jhi on 2001/08/17 03:22:38
17269 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
17270 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
17271 Branch: perl
17272 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17273 + lib/Lingua/KO/Hangul/Util/README
17274 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17275 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17276 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17277 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17278 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17279 + lib/Unicode/Normalize/t/test.t
17280 ! MANIFEST
17281____________________________________________________________________________
17282[ 11700] By: jhi on 2001/08/17 02:58:59
17283 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
17284 Date: Thu, 16 Aug 2001 22:46:15 -0500
17285 From: "Craig A. Berry" <craigberry@mac.com>
17286 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
17287 Branch: perl
17288 ! configure.com numeric.c
17289____________________________________________________________________________
17290[ 11699] By: jhi on 2001/08/17 02:33:00
17291 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
17292 of the usual suspects (like getpwent) but not for others
17293 (like localtime and rand). The _r versions are available
2773a8c9 17294 for all of them, so let's use them.
c040f61f
JH
17295 Branch: perl
17296 ! perl.h
17297____________________________________________________________________________
17298[ 11698] By: jhi on 2001/08/17 01:53:02
17299 Log: (Accidental apply; thankfully empty.)
17300 Branch: perl
17301 ! hints/os390.sh
17302____________________________________________________________________________
17303[ 11697] By: jhi on 2001/08/17 01:50:55
17304 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
17305 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17306 Date: Thu, 16 Aug 2001 16:27:49 +0100
17307 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
17308 Branch: perl
17309 ! regexec.c t/op/re_tests
17310____________________________________________________________________________
17311[ 11696] By: jhi on 2001/08/17 01:50:01
17312 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
17313 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17314 Date: Thu, 16 Aug 2001 18:50:01 +0100
17315 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
17316 Branch: perl
17317 ! pp_hot.c t/op/pat.t
17318____________________________________________________________________________
17319[ 11695] By: jhi on 2001/08/17 01:49:12
17320 Log: Subject: [PATCH] *time_r again
17321 From: "Arthur Bergman" <arthur@contiller.se>
17322 Date: Thu, 16 Aug 2001 16:01:54 +0200
17323 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
17324 Branch: perl
17325 ! op.h
17326____________________________________________________________________________
17327[ 11694] By: jhi on 2001/08/17 01:47:53
17328 Log: system() and backtick error handling cleanup from Craig A. Berry.
17329 Branch: perl
17330 ! vms/vms.c
17331____________________________________________________________________________
17332[ 11693] By: gsar on 2001/08/17 01:07:21
17333 Log: change#10334 leaks memory, copies string when it doesn't
17334 need to
17335 Branch: perl
17336 ! perl.c
17337____________________________________________________________________________
17338[ 11692] By: jhi on 2001/08/16 12:22:29
17339 Log: One more twist to the sprintf + utf8 testing.
17340 Branch: perl
17341 ! t/op/misc.t
17342____________________________________________________________________________
17343[ 11691] By: jhi on 2001/08/16 11:46:02
17344 Log: Fix for 20010407.008 sprintf removes utf8-ness.
17345 Branch: perl
17346 ! pp.c t/op/misc.t
17347____________________________________________________________________________
17348[ 11690] By: jhi on 2001/08/16 11:31:00
17349 Log: Subject: [PATCH] *time_r fixes
17350 From: "Arthur Bergman" <arthur@contiller.se>
17351 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
17352 Date: Thu, 16 Aug 2001 14:22:27 +0200
17353 Branch: perl
17354 ! op.h
17355____________________________________________________________________________
17356[ 11689] By: jhi on 2001/08/16 11:29:30
17357 Log: Upgrade to CGI.pm 2.77.
17358 Branch: perl
17359 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
17360 ! lib/CGI/t/function.t
17361____________________________________________________________________________
17362[ 11688] By: jhi on 2001/08/16 01:07:21
17363 Log: Document the bytes-to-Unicode upgrading.
17364 Branch: perl
17365 ! pod/perlunicode.pod
17366____________________________________________________________________________
17367[ 11687] By: jhi on 2001/08/16 00:29:29
17368 Log: Add a test for Unicode sprintf.
17369 Branch: perl
17370 ! t/op/misc.t
17371____________________________________________________________________________
17372[ 11686] By: jhi on 2001/08/16 00:20:40
17373 Log: Add Unicode tests for index/rindex.
17374 Branch: perl
17375 ! t/op/index.t
17376____________________________________________________________________________
17377[ 11685] By: jhi on 2001/08/15 22:51:53
17378 Log: Document a bit the art of minimizing the installation,
17379 based on the p5p discussion.
17380 Branch: perl
17381 ! INSTALL
17382____________________________________________________________________________
17383[ 11684] By: nick on 2001/08/15 15:03:31
17384 Log: Integrate mainline
17385 Branch: perlio
17386 +> sharedsv.c sharedsv.h
17387 !> (integrate 53 files)
17388____________________________________________________________________________
17389[ 11683] By: jhi on 2001/08/15 13:49:07
17390 Log: Update Changes.
17391 Branch: perl
17392 ! Changes patchlevel.h
17393____________________________________________________________________________
e4a70548
JH
17394[ 11682] By: jhi on 2001/08/15 13:26:00
17395 Log: The #11673 necessitated a test tweak.
17396 Branch: perl
17397 ! t/io/utf8.t
17398____________________________________________________________________________
17399[ 11681] By: jhi on 2001/08/15 13:12:50
17400 Log: Also UNICOS is in the general case unable to silently
17401 handle fp overflows.
17402 Branch: perl
17403 ! numeric.c
17404____________________________________________________________________________
17405[ 11680] By: jhi on 2001/08/15 13:05:15
17406 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
17407 NV_EPSILON #defined.
17408 Branch: perl
17409 ! perl.h
17410____________________________________________________________________________
17411[ 11679] By: jhi on 2001/08/15 12:48:32
17412 Log: Re-establish the fp overflow detection for VAX VMS; there
17413 is no easy way to have the IEEE fp silent overflow semantics.
17414 (in Alpha VMS we still will use IEEE fp by default-- but it
17415 is still possible to configure Perl to use G_FLOAT)
17416 Branch: perl
17417 ! numeric.c
17418____________________________________________________________________________
17419[ 11678] By: jhi on 2001/08/15 12:27:41
17420 Log: Subject: [PATCH] pp_lock
17421 From: "Arthur Bergman" <arthur@contiller.se>
17422 Date: Wed, 15 Aug 2001 11:52:16 +0200
17423 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
17424 Branch: perl
17425 ! pp.c
17426____________________________________________________________________________
17427[ 11677] By: jhi on 2001/08/15 12:26:44
17428 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
17429 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17430 Date: Wed, 15 Aug 2001 11:32:11 +0100
17431 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
17432 Branch: perl
17433 ! regcomp.c t/op/re_tests
17434____________________________________________________________________________
17435[ 11676] By: jhi on 2001/08/15 12:25:29
17436 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
17437 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17438 Date: Wed, 15 Aug 2001 10:33:49 +0100
17439 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
17440 Branch: perl
17441 ! regexec.c t/op/re_tests
17442____________________________________________________________________________
17443[ 11675] By: jhi on 2001/08/15 03:28:20
17444 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
17445 From: Barrie Slaymaker <barries@slaysys.com>
17446 Date: Tue, 14 Aug 2001 14:32:25 -0400
17447 Message-ID: <20010814143225.A19822@jester.slaysys.com>
17448 Branch: perl
17449 ! lib/File/Spec.t lib/File/Spec/Unix.pm
17450____________________________________________________________________________
17451[ 11674] By: jhi on 2001/08/15 03:25:32
17452 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
17453 From: Peter Prymmer <pvhp@forte.com>
17454 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
17455 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
17456 Branch: perl
17457 ! README.vms configure.com
17458____________________________________________________________________________
17459[ 11673] By: jhi on 2001/08/15 03:16:14
17460 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
17461 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17462 Date: Tue, 14 Aug 2001 21:23:27 +0200
17463 Message-ID: <20010814212327.A1919@rafael>
17464 Branch: perl
17465 ! doio.c
17466____________________________________________________________________________
17467[ 11672] By: jhi on 2001/08/15 03:15:25
17468 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
17469 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17470 Date: Tue, 14 Aug 2001 22:30:11 +0200
17471 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
17472
17473 Combination of nmake, quoting, and Perl expanded $( in here-doc.
17474 Branch: perl
17475 ! ext/SDBM_File/Makefile.PL
17476____________________________________________________________________________
17477[ 11671] By: jhi on 2001/08/14 13:44:40
17478 Log: Todo updates.
17479 Branch: perl
17480 ! pod/perltodo.pod
17481____________________________________________________________________________
17482[ 11670] By: jhi on 2001/08/14 13:10:36
17483 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
17484 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17485 Date: Mon, 13 Aug 2001 23:15:01 +0200
17486 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
17487 Branch: perl
17488 ! sv.c
17489____________________________________________________________________________
17490[ 11669] By: jhi on 2001/08/14 13:07:09
17491 Log: Subject: [PATCH] [b-]showlex.t
17492 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17493 Date: Sun, 12 Aug 2001 22:24:51 +0200
17494 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
17495
17496 The 4nt command shell will expand the % in command line
17497 no matter what quoting is attempted, changed the % to @.
17498 Branch: perl
17499 ! ext/B/Showlex.t
17500____________________________________________________________________________
17501[ 11668] By: jhi on 2001/08/14 13:01:02
17502 Log: Subject: [PATCH] magic.t
17503 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17504 Date: Sun, 12 Aug 2001 20:49:27 +0200
17505 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
17506 Branch: perl
17507 ! t/op/magic.t
17508____________________________________________________________________________
17509[ 11667] By: jhi on 2001/08/14 12:35:17
17510 Log: Add sharedsv* to the DOSish platforms; plus add
17511 some WinCE files to the list of DOSish files.
17512 Branch: perl
17513 ! NetWare/Makefile Porting/makerel win32/Makefile
17514 ! win32/makefile.mk wince/Makefile.ce
17515____________________________________________________________________________
17516[ 11666] By: jhi on 2001/08/14 12:29:57
17517 Log: More DOSish files.
17518 Branch: perl
17519 ! Porting/makerel
17520____________________________________________________________________________
17521[ 11665] By: jhi on 2001/08/14 12:27:58
17522 Log: Strip CRs from the WinCE files. Now we need to
17523 figure out in which CRs are really needed: probably
17524 Makefile.ce and the README files, at least, probably
17525 also the registry.bat.
17526 Branch: perl
17527 ! wince/Makefile.ce wince/README.compile wince/README.perlce
17528 ! wince/config.h wince/include/cectype.h wince/include/errno.h
17529 ! wince/include/sys/stat.h wince/include/sys/types.h
17530 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
17531 ! wince/perldll.def wince/registry.bat wince/wince.h
17532 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
17533____________________________________________________________________________
17534[ 11664] By: jhi on 2001/08/14 12:05:09
17535 Log: Add some files to DOSish and writables.
17536 Branch: perl
17537 ! Porting/makerel
17538____________________________________________________________________________
17539[ 11663] By: jhi on 2001/08/14 03:08:07
17540 Log: Compile failure message tidying.
17541 Branch: perl
17542 ! t/lib/1_compile.t
17543____________________________________________________________________________
17544[ 11662] By: jhi on 2001/08/14 01:41:22
17545 Log: The new sharedsv* should be exported only if usethreads.
17546 Branch: perl
17547 ! makedef.pl
17548____________________________________________________________________________
17549[ 11661] By: jhi on 2001/08/14 00:25:30
17550 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
17551 From: Peter Prymmer <pvhp@forte.com>
17552 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
17553 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
17554 Branch: perl
17555 ! README.os390
17556____________________________________________________________________________
17557[ 11660] By: jhi on 2001/08/13 12:54:54
17558 Log: Update Changes.
17559 Branch: perl
17560 ! Changes patchlevel.h
17561____________________________________________________________________________
b86be378
JH
17562[ 11659] By: jhi on 2001/08/13 12:45:21
17563 Log: Subject: [PATHC] sharedsv.[c|h]
17564 From: "Artur Bergman" <artur@contiller.se>
17565 Date: Mon, 13 Aug 2001 14:38:41 +0200
17566 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
17567
17568 Subject: [PATCH] embed.pl
17569 From: Arthur Bergman <arthur@contiller.se>
17570 Date: Mon, 13 Aug 2001 14:38:14 +0200
17571 Message-ID: <B79D96D6.3088%arthur@contiller.se>
17572
17573 Subject: [PATCH] sharedsv cleanups
17574 From: "Arthur Bergman" <arthur@contiller.se>
17575 Date: Mon, 13 Aug 2001 15:14:25 +0200
17576 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
17577
17578 Plus few tweaks: _init needs to be Adp, the prototypes
17579 should not be revealed unless using ithreads, #endif FOO
17580 must be #endif /* FOO */, adding (parentheses) around
17581 do { } while doesn't work too well.
17582 Branch: perl
17583 + sharedsv.c sharedsv.h
17584 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
17585 ! perl.h perlapi.c pod/perlapi.pod proto.h
17586____________________________________________________________________________
17587[ 11658] By: jhi on 2001/08/13 12:00:08
17588 Log: Subject: Re: END {} blocks run in perl_run
17589 From: Arthur Bergman <arthur@contiller.se>
17590 Date: Mon, 13 Aug 2001 11:11:30 +0200
17591 Message-ID: <B79D6661.3068%arthur@contiller.se>
17592 Branch: perl
17593 ! perl.c
17594____________________________________________________________________________
17595[ 11657] By: nick on 2001/08/13 09:03:02
17596 Log: Integrate mainline
17597 Branch: perlio
17598 +> (branch 326 files)
17599 - (delete 330 files)
17600 !> (integrate 85 files)
17601____________________________________________________________________________
17602[ 11656] By: jhi on 2001/08/12 23:24:18
17603 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
17604 and the Perl will be built to do that by default (adding that
17605 will break scripts having non-UTF-8 binary data, such as Latin-1.)
17606 Branch: perl
17607 ! op.c toke.c utf8.h
17608____________________________________________________________________________
17609[ 11655] By: jhi on 2001/08/12 23:05:14
17610 Log: Unnecessary downgrades.
17611 Branch: perl
17612 ! doop.c
17613____________________________________________________________________________
17614[ 11654] By: jhi on 2001/08/12 22:56:47
17615 Log: Failure not true anymore (probably caused by my broken setup).
17616 Branch: perl
17617 ! t/op/pat.t
17618____________________________________________________________________________
17619[ 11653] By: jhi on 2001/08/12 22:46:12
17620 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
17621 stopped working).
17622 Branch: perl
17623 ! op.h pp_ctl.c regcomp.c
17624____________________________________________________________________________
17625[ 11652] By: jhi on 2001/08/12 22:30:04
17626 Log: There is no IN_UTF8.
17627 Branch: perl
17628 ! utf8.h
17629____________________________________________________________________________
17630[ 11651] By: jhi on 2001/08/12 21:08:06
17631 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
17632 Branch: perl
17633 ! op.c op.h pp_ctl.c regcomp.c
17634____________________________________________________________________________
17635[ 11650] By: jhi on 2001/08/12 20:17:32
17636 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
17637 and a test tweak.
17638 Branch: perl
17639 ! op.c t/pod/find.t
17640____________________________________________________________________________
17641[ 11649] By: jhi on 2001/08/12 18:45:52
17642 Log: Todo updates and fixes.
17643 Branch: perl
17644 ! pod/perltodo.pod
17645____________________________________________________________________________
17646[ 11648] By: jhi on 2001/08/12 18:43:50
17647 Log: Mark tests (and one module) having explicit Latin-1
17648 (and one file having explicit UTF-8) with an explicit
17649 'no utf8' (and one explicit 'use utf8').
17650
17651 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
17652 Branch: perl
17653 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
17654 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
17655 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
17656____________________________________________________________________________
17657[ 11647] By: jhi on 2001/08/12 17:10:22
17658 Log: Subject: SV: END {} blocks run in perl_run
17659 From: "Arthur Bergman" <arthur@contiller.se>
17660 Date: Sun, 12 Aug 2001 00:34:28 +0200
17661 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
17662 Branch: perl
17663 ! miniperlmain.c perl.c
17664____________________________________________________________________________
17665[ 11646] By: jhi on 2001/08/12 16:59:00
17666 Log: Typos in #11645.
17667 Branch: perl
17668 ! perl.h
17669____________________________________________________________________________
17670[ 11645] By: jhi on 2001/08/12 16:55:31
17671 Log: On ithreads default to use_reentrant except on naturally
17672 threadsafe platforms.
17673 Branch: perl
17674 ! perl.h
17675____________________________________________________________________________
17676[ 11644] By: jhi on 2001/08/12 15:45:43
17677 Log: (Hopefully) a fix for 20010723.004: make install needs
17678 write permission in build directory. The problem was
17679 probably caused by overeager sprinkling of the lib/re.pm
17680 dependencies (which was done to guarantee lib/re.pm being
17681 uptodate for parallel makes: now solved by funneling that
17682 through an explicit recursive make in the preplibrary target).
17683 Branch: perl
17684 ! Makefile.SH
17685____________________________________________________________________________
17686[ 11643] By: jhi on 2001/08/12 14:16:44
17687 Log: Dispell the "use utf8" superstition.
17688 Branch: perl
17689 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
17690 ! pod/perlunicode.pod
17691____________________________________________________________________________
17692[ 11642] By: jhi on 2001/08/12 13:56:42
17693 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17694 From: "Abigail" <abigail@foad.org>
17695 Date: Sat, 11 Aug 2001 23:49:49 +0200
17696 Message-ID: <20010811214950.23255.qmail@foad.org>
17697 Branch: perl
17698 ! t/op/taint.t
17699____________________________________________________________________________
17700[ 11641] By: jhi on 2001/08/12 13:56:18
17701 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17702 From: Abhijit Menon-Sen <ams@wiw.org>
17703 Date: Sat, 11 Aug 2001 06:18:19 +0530
17704 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
17705 Branch: perl
17706 ! mg.c
17707____________________________________________________________________________
17708[ 11640] By: jhi on 2001/08/12 13:45:58
17709 Log: Test for change #11639.
17710 Branch: perl
17711 ! t/op/tiehandle.t
17712____________________________________________________________________________
17713[ 11639] By: jhi on 2001/08/12 13:42:03
17714 Log: Subject: Re: Can't localize *FH, then tie it
17715 From: Abhijit Menon-Sen <ams@wiw.org>
17716 Date: Sun, 12 Aug 2001 16:08:06 +0530
17717 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
17718 Branch: perl
17719 ! pp_hot.c pp_sys.c
17720____________________________________________________________________________
17721[ 11638] By: jhi on 2001/08/12 03:30:07
17722 Log: Drop all the unnecessary "use utf8" clauses and some of
17723 the unnecessary "use bytes" ones.
17724
17725 TODO: scour the documentation for unnecessary "use utf8"
17726 and prominently display it in perldelta when the time comes.
17727 ("use utf8" should be necessary ONLY if one wants the script
17728 to be in UTF-8.) Also should be checked in some non-ASCII
17729 non-Latin-1 platform, like EBCDIC.
17730 Branch: perl
17731 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
17732 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
17733____________________________________________________________________________
17734[ 11637] By: jhi on 2001/08/11 17:55:36
17735 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
17736 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
17737 in Unicode handling.
17738 Branch: perl
17739 + t/op/lc.t
17740 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
17741____________________________________________________________________________
17742[ 11636] By: jhi on 2001/08/11 17:14:06
17743 Log: Thinko: we want the flags for native cc, not gcc.
17744 Branch: perl
17745 ! hints/dec_osf.sh
17746____________________________________________________________________________
17747[ 11635] By: jhi on 2001/08/11 15:14:48
137e7465
JH
17748 Log: (retracted by 13077)
17749 Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
b86be378
JH
17750 From: Robin Houston <robin@kitsite.com>
17751 Date: Fri, 10 Aug 2001 14:42:02 +0100
17752 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
17753 Branch: perl
17754 ! pp.c
17755____________________________________________________________________________
17756[ 11634] By: jhi on 2001/08/11 14:59:22
17757 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
17758 From: Abhijit Menon-Sen <ams@wiw.org>
17759 Date: Sat, 11 Aug 2001 16:31:04 +0530
17760 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
17761 Branch: perl
17762 ! op.c
17763____________________________________________________________________________
17764[ 11633] By: jhi on 2001/08/11 14:58:07
17765 Log: Get rid of indread, from Abhijit Menon-Sen.
17766 Branch: perl
17767 ! pp_sys.c
17768____________________________________________________________________________
17769[ 11632] By: jhi on 2001/08/10 23:39:04
17770 Log: CRLFgngngn.
17771 Branch: perl
17772 ! win32/Makefile win32/makefile.mk
17773____________________________________________________________________________
17774[ 11631] By: jhi on 2001/08/10 23:37:43
17775 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
17776 Branch: perl
17777 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17778 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
17779 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
17780 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
17781 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
17782 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
17783 ! win32/Makefile win32/makefile.mk
17784____________________________________________________________________________
17785[ 11630] By: jhi on 2001/08/10 13:53:15
17786 Log: Avoid #elif (less portable than #else #if).
17787 Branch: perl
17788 ! handy.h
17789____________________________________________________________________________
17790[ 11629] By: jhi on 2001/08/10 13:49:53
17791 Log: Subject: patch for perlvar.pod
17792 From: mah@everybody.org (Mark A. Hershberger)
17793 Date: 08 Aug 2001 17:03:16 -0500
17794 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
17795 Branch: perl
17796 ! pod/perlvar.pod
17797____________________________________________________________________________
17798[ 11628] By: jhi on 2001/08/10 13:45:48
17799 Log: cpp commands must start (the # must be) at the column #0.
17800 Branch: perl
17801 ! op.c
17802____________________________________________________________________________
17803[ 11627] By: jhi on 2001/08/10 13:41:07
17804 Log: If using gcc -B/foo/bar makedepend would give
17805 unnecessary warnings about unused -B/foo/bar.
17806 Branch: perl
17807 ! makedepend.SH
17808____________________________________________________________________________
17809[ 11626] By: jhi on 2001/08/09 14:56:29
17810 Log: Update Changes.
17811 Branch: perl
17812 ! Changes patchlevel.h
17813____________________________________________________________________________
e8b5448c
JH
17814[ 11625] By: jhi on 2001/08/09 14:54:05
17815 Log: s/z/tz/
17816 Branch: perl
17817 ! pod/perlfaq2.pod
17818____________________________________________________________________________
17819[ 11624] By: jhi on 2001/08/09 14:52:52
17820 Log: Article nit.
17821 Branch: perl
17822 ! pod/perlfaq2.pod
17823____________________________________________________________________________
17824[ 11623] By: jhi on 2001/08/09 14:49:00
17825 Log: Rename lib/unicode files to lib/unicore to avoid
17826 conflicts between core lib/unicode and Unicode::
17827 files in case-ignoring filesystems.
17828 Branch: perl
17829 + (add 325 files)
17830 - (delete 324 files)
17831 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
17832____________________________________________________________________________
17833[ 11622] By: jhi on 2001/08/09 13:33:47
17834 Log: Upgrade to Math::BigInt 1.41.
17835 Branch: perl
17836 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
17837____________________________________________________________________________
17838[ 11621] By: jhi on 2001/08/09 13:31:20
17839 Log: Subject: [PATCH] remove PL_na from typemap
17840 From: James <james@rf.net>
17841 Date: Mon, 06 Aug 2001 20:23:15 -0700
17842 Message-ID: <3B6F5F23.A31A81B1@rf.net>
17843
17844 (had to be manually applied)
17845 Branch: perl
17846 ! lib/ExtUtils/typemap
17847____________________________________________________________________________
17848[ 11620] By: jhi on 2001/08/09 13:27:11
17849 Log: The metaconfig unit changes for #11618.
17850 Branch: metaconfig/U/perl
17851 + d_fpclassl.U i_fp.U
17852____________________________________________________________________________
17853[ 11619] By: jhi on 2001/08/09 13:25:21
17854 Log: Forgot this from #11618.
17855
17856 NOTE: wince/config_H.ce needs updating.
17857 Branch: perl
17858 ! wince/config.ce
17859____________________________________________________________________________
17860[ 11618] By: jhi on 2001/08/09 13:21:51
17861 Log: Introduce more floating point classifying APIs;
17862 try to define (most importantly) Perl_is{inf,nan}(x).
17863
17864 For this first cut, assume none such APIs exist in non-UNIXoid
17865 platforms-- this is of course too unkind: Win32 rumoredly has
17866 _fpclass() and _isnan(), and VMS/VOS very probably have some
17867 of the APIs available. The only thing Perl uses at the moment
17868 is Perl_isnan() (has been in use for a while now).
17869
17870 NOTE: the Win32 and NetWare config_h.?c need regenerating.
17871 Branch: perl
17872 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17873 ! Porting/config_H config_h.SH configure.com epoc/config.sh
17874 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
17875 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17876 ! vos/config.ga.h win32/config.bc win32/config.gc
17877 ! win32/config.vc win32/config_H.bc win32/config_H.gc
17878 ! win32/config_H.vc wince/config.ce wince/config.h
17879____________________________________________________________________________
17880[ 11617] By: jhi on 2001/08/09 11:08:51
17881 Log: Integrate change #11519 from perlio:
17882
17883 Avoid testing for (non-)existance of "encoding(xxxx)"
17884 layer is called "encoding" the (xxxx) is an argument.
17885 Branch: perl
17886 !> lib/open.pm
17887____________________________________________________________________________
17888[ 11616] By: nick on 2001/08/09 07:50:24
17889 Log: Integrate mainline
17890 Branch: perlio
17891 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
17892 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
17893 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
17894 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
17895 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
17896 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
17897 !> (integrate 79 files)
17898____________________________________________________________________________
17899[ 11615] By: nick on 2001/08/09 06:23:44
17900 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
17901 layer is called "encoding" the (xxxx) is an argument.
17902 Branch: perlio
17903 ! lib/open.pm
17904____________________________________________________________________________
17905[ 11614] By: jhi on 2001/08/08 21:50:19
17906 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
17907 From: Paul Johnson <paul@pjcj.net>
17908 Date: Wed, 8 Aug 2001 23:54:17 +0200
17909 Message-ID: <20010808235417.O1006@pjcj.net>
17910 Branch: perl
17911 ! ext/B/B/Concise.pm
17912____________________________________________________________________________
17913[ 11613] By: jhi on 2001/08/08 13:22:13
17914 Log: Make VMS use IEEE math by default; reorder Tru64 hints
17915 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
17916 exception semantics) is always set if using (the new) cc.
17917 Branch: perl
17918 ! configure.com hints/dec_osf.sh
17919____________________________________________________________________________
17920[ 11612] By: jhi on 2001/08/08 12:14:56
17921 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
17922 From: Abhijit Menon-Sen <ams@wiw.org>
17923 Date: Tue, 7 Aug 2001 17:16:05 +0530
17924 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
17925 Branch: perl
17926 ! pp_sys.c
17927____________________________________________________________________________
17928[ 11611] By: jhi on 2001/08/08 02:28:58
17929 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
17930 From: "Craig A. Berry" <craigberry@mac.com>
17931 Date: Tue, 07 Aug 2001 22:27:47 -0500
17932 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
17933 Branch: perl
17934 ! t/run/exit.t
17935____________________________________________________________________________
17936[ 11610] By: jhi on 2001/08/08 00:12:00
17937 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
17938 From: "Craig A. Berry" <craigberry@mac.com>
17939 Date: Tue, 07 Aug 2001 20:01:53 -0500
17940 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
17941 Branch: perl
17942 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
17943____________________________________________________________________________
17944[ 11609] By: jhi on 2001/08/07 23:49:09
17945 Log: Update the magazine information.
17946 Branch: perl
17947 ! pod/perlfaq2.pod
17948____________________________________________________________________________
17949[ 11608] By: jhi on 2001/08/07 23:35:27
17950 Log: Ignore SIGFPE everywhere.
17951 Branch: perl
17952 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
17953____________________________________________________________________________
17954[ 11607] By: jhi on 2001/08/07 23:07:04
17955 Log: With permission, change the licensing of the docs by
17956 TomC (and Gnat) to comply with the rest of Perl.
17957 Branch: perl
17958 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17959 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17960 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17961 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
17962 ! pod/perltootc.pod
17963____________________________________________________________________________
17964[ 11606] By: jhi on 2001/08/07 22:50:04
17965 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
17966 From: Andy Dougherty <doughera@lafayette.edu>
17967 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
17968 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
17969 Branch: perl
17970 ! hints/openbsd.sh
17971____________________________________________________________________________
17972[ 11605] By: jhi on 2001/08/07 22:49:18
17973 Log: Subject: [PATCH] Makefile.SH test_prep dependency
17974 From: Andy Dougherty <doughera@lafayette.edu>
17975 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
17976 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
17977 Branch: perl
17978 ! Makefile.SH
17979____________________________________________________________________________
17980[ 11604] By: jhi on 2001/08/07 22:44:35
17981 Log: Don't autogenerate the headers et alia,
17982 make regen_headers explicitly.
17983 Branch: perl
17984 ! Makefile.SH
17985____________________________________________________________________________
17986[ 11603] By: jhi on 2001/08/07 22:33:48
17987 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
17988 From: Gurusamy Sarathy <gsar@ActiveState.com>
17989 Date: Tue, 07 Aug 2001 08:33:26 -0700
17990 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
17991
17992 Unnecessary dependency.
17993 Branch: perl
17994 ! embed.pl
17995____________________________________________________________________________
17996[ 11602] By: jhi on 2001/08/07 13:52:41
17997 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
17998 From: Abhijit Menon-Sen <ams@wiw.org>
17999 Date: Tue, 7 Aug 2001 09:10:54 +0530
18000 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
18001 Branch: perl
18002 ! pp_hot.c
18003____________________________________________________________________________
18004[ 11601] By: jhi on 2001/08/07 13:46:33
18005 Log: Subject: [PATCH perl@11597] B && BEGIN handling
18006 From: "James A. Duncan" <jduncan@fotango.com>
18007 Date: Mon, 6 Aug 2001 17:29:11 +0100
18008 Message-ID: <20010806172911.A2071@fotango.com>
18009
18010 (the intrpvar.h addition moved to the end for bincompat)
18011 Branch: perl
18012 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
18013____________________________________________________________________________
18014[ 11600] By: jhi on 2001/08/07 11:53:48
18015 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
18016 Branch: perl
18017 !> README.win32
18018____________________________________________________________________________
18019[ 11599] By: gsar on 2001/08/07 06:31:39
18020 Log: fix URLs for fcrypt.c
18021 Branch: maint-5.6/perl
18022 ! README.win32
18023____________________________________________________________________________
18024[ 11598] By: jhi on 2001/08/06 15:02:48
18025 Log: Yet another way to say Infinity: HP-UX calls its "++".
18026 Branch: perl
18027 ! lib/Math/BigInt/t/bigintpm.t
18028____________________________________________________________________________
18029[ 11597] By: jhi on 2001/08/06 13:40:01
18030 Log: Update Changes.
18031 Branch: perl
18032 ! Changes patchlevel.h
18033____________________________________________________________________________
f8c9a756
JH
18034[ 11596] By: jhi on 2001/08/06 13:24:28
18035 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
18036 Branch: perl
18037 ! pod/perlfaq5.pod
18038____________________________________________________________________________
18039[ 11595] By: jhi on 2001/08/06 12:51:38
18040 Log: The #11593 wasn't right.
18041 Branch: perl
18042 ! lib/Math/BigInt/t/bigintpm.t
18043____________________________________________________________________________
18044[ 11594] By: jhi on 2001/08/06 12:34:15
18045 Log: Subject: [PATCH: perl@11564] introducing perlivp
18046 From: Prymmer/Kahn <pvhp@best.com>
18047 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
18048 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
18049
18050 Subject: Re: [PATCH: perl@11564] introducing perlivp
18051 From: Prymmer/Kahn <pvhp@best.com>
18052 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
18053 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
18054 Branch: perl
18055 + utils/perlivp.PL
18056 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
18057 ! win32/Makefile win32/makefile.mk
18058____________________________________________________________________________
18059[ 11593] By: jhi on 2001/08/05 23:10:52
18060 Log: libcs are confused what to call Infinity.
18061 Branch: perl
18062 ! lib/Math/BigInt/t/bigintpm.t
18063____________________________________________________________________________
18064[ 11592] By: jhi on 2001/08/05 23:07:50
18065 Log: Avoid SIGFPE in Tru64.
18066 Branch: perl
18067 ! numeric.c
18068____________________________________________________________________________
18069[ 11591] By: jhi on 2001/08/05 22:46:10
18070 Log: Upgrade to Math::BigInt 1.40.
18071
18072 NOTE: this patch necessitates doing something about
18073 infinity handling since the new bigintpm.t tests use
18074 infinity, which causes SIGFPEs at least in Tru64.
18075 Branch: perl
18076 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18077 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18078 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18079 ! lib/Math/BigInt/t/mbimbf.t
18080____________________________________________________________________________
18081[ 11590] By: gsar on 2001/08/05 21:57:43
18082 Log: remove hardcoded cmd shell in testsuite
18083 Branch: perl
18084 ! t/op/glob.t t/op/magic.t t/op/stat.t
18085____________________________________________________________________________
18086[ 11589] By: gsar on 2001/08/05 21:35:50
18087 Log: 4-arg select() was busted on windows because change#8178 didn't
18088 make it into mainline
18089 Branch: perl
18090 ! perl.h win32/include/sys/socket.h
18091____________________________________________________________________________
18092[ 11588] By: jhi on 2001/08/05 19:40:31
18093 Log: Rename the Getopt::Long tests to be as they are
18094 in the Getopt::Long official distribution.
18095 Branch: perl
18096 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
18097 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
18098 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18099 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18100 ! MANIFEST
18101____________________________________________________________________________
18102[ 11587] By: jhi on 2001/08/05 19:38:07
18103 Log: Upgrade to Getopt::Long 2.26.
18104 Branch: perl
18105 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
18106 ! MANIFEST lib/Getopt/Long.pm
18107____________________________________________________________________________
18108[ 11586] By: jhi on 2001/08/05 19:26:50
18109 Log: Retract #10874 (the hack should be unnecessary by now)
18110 Branch: perl
18111 ! lib/Test/Harness.pm
18112____________________________________________________________________________
18113[ 11585] By: gsar on 2001/08/05 16:45:54
18114 Log: avoid temp file littering in tests
18115 Branch: perl
18116 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
18117____________________________________________________________________________
18118[ 11584] By: jhi on 2001/08/05 16:42:50
18119 Log: Subject: warning in sv.c: double format, NV arg
18120 From: "Philip Newton" <Philip.Newton@gmx.net>
18121 Date: Sun, 5 Aug 2001 19:41:07 +0200
18122 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
18123 Branch: perl
18124 ! sv.c
18125____________________________________________________________________________
18126[ 11583] By: gsar on 2001/08/05 16:28:22
18127 Log: fix POSIX.t#13 for windos
18128 Branch: perl
18129 ! ext/POSIX/POSIX.t
18130____________________________________________________________________________
18131[ 11582] By: jhi on 2001/08/05 16:10:59
18132 Log: Add a test for PerlIO::Via.
18133 Branch: perl
18134 + ext/PerlIO/t/via.t
18135 ! MANIFEST ext/PerlIO/Via/Via.pm
18136____________________________________________________________________________
18137[ 11581] By: gsar on 2001/08/05 15:00:26
18138 Log: flock() and link() are not available on Windows 9x
18139 Branch: perl
18140 ! win32/config_sh.PL
18141____________________________________________________________________________
18142[ 11580] By: jhi on 2001/08/05 13:56:46
18143 Log: Some Tru64 C compilers have C++ components that confuse
18144 the ccversion parsing.
18145 Branch: perl
18146 ! hints/dec_osf.sh
18147____________________________________________________________________________
18148[ 11579] By: jhi on 2001/08/05 13:31:07
18149 Log: (Reintroduce #11125)
18150
18151 Subject: MakeMaker should pass through DEFINE and INC to subdirs
18152 From: Alan Burlison <Alan.Burlison@sun.com>
18153 Date: Tue, 03 Jul 2001 15:20:13 +0100
18154 Message-ID: <3B41D49D.A923D4F9@sun.com>
18155 Branch: perl
18156 ! lib/ExtUtils/MM_Unix.pm
18157____________________________________________________________________________
18158[ 11578] By: jhi on 2001/08/05 03:17:20
18159 Log: Little pointer juggling for HP-UX cc to avoid
18160 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
18161 followed by
18162 "error 1549: Modifiable lvalue required for assignment operator."
18163 Branch: perl
18164 ! hv.c
18165____________________________________________________________________________
18166[ 11577] By: jhi on 2001/08/04 18:09:38
18167 Log: Continuation of #11575: SANY_SEEN completely deprecated,
18168 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
18169 plus a fix for the bug.
18170 Branch: perl
18171 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
18172____________________________________________________________________________
18173[ 11576] By: jhi on 2001/08/04 17:31:06
18174 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
18175 From: Doug MacEachern <dougm@covalent.net>
18176 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
18177 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
18178 Branch: perl
18179 ! sv.c
18180____________________________________________________________________________
18181[ 11575] By: jhi on 2001/08/04 17:28:55
18182 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
18183 the new CANY is the \C. The problem reported and the
18184 test case supplied in
18185
18186 Subject: UTF-8 bugs in string length & single line regex matches
18187 From: "Daniel P. Berrange" <dan@berrange.com>
18188 Date: Fri, 3 Aug 2001 11:39:33 +0100
18189 Message-ID: <20010803113932.A19318@berrange.com>
18190 Branch: perl
18191 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
18192 ! t/op/pat.t
18193____________________________________________________________________________
18194[ 11574] By: jhi on 2001/08/04 15:42:34
18195 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
18196 From: Doug MacEachern <dougm@covalent.net>
18197 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
18198 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
18199 Branch: perl
18200 ! perl.c regexec.c
18201____________________________________________________________________________
18202[ 11573] By: jhi on 2001/08/04 14:20:26
18203 Log: The #11572 didn't up the test count.
18204 Branch: perl
18205 ! t/op/length.t
18206____________________________________________________________________________
18207[ 11572] By: jhi on 2001/08/04 14:12:45
18208 Log: Subject: UTF-8 bugs in string length & single line regex matches
18209 From: "Daniel P. Berrange" <dan@berrange.com>
18210 Date: Fri, 3 Aug 2001 11:39:33 +0100
18211 Message-ID: <20010803113932.A19318@berrange.com>
18212
18213 (the mg_length() fix)
18214 Branch: perl
18215 ! mg.c t/op/length.t
18216____________________________________________________________________________
18217[ 11571] By: jhi on 2001/08/04 14:10:39
18218 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18219 From: Abhijit Menon-Sen <ams@wiw.org>
18220 Date: Sat, 4 Aug 2001 16:56:35 +0530
18221 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
18222 Branch: perl
18223 ! hv.c
18224____________________________________________________________________________
18225[ 11570] By: jhi on 2001/08/04 14:09:59
18226 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18227 From: Abhijit Menon-Sen <ams@wiw.org>
18228 Date: Sat, 4 Aug 2001 16:16:03 +0530
18229 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
18230 Branch: perl
18231 ! hv.c
18232____________________________________________________________________________
18233[ 11569] By: jhi on 2001/08/04 14:09:09
18234 Log: Subject: Re: [patch] refcount re ops
18235 From: Abhijit Menon-Sen <ams@wiw.org>
18236 Date: Sat, 4 Aug 2001 08:54:55 +0530
18237 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
18238 Branch: perl
18239 ! sv.c
18240____________________________________________________________________________
18241[ 11568] By: jhi on 2001/08/04 14:08:19
18242 Log: Subject: [patch] refcount re ops
18243 From: Doug MacEachern <dougm@covalent.net>
18244 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
18245 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
18246 Branch: perl
18247 ! regcomp.c sv.c
18248____________________________________________________________________________
18249[ 11567] By: jhi on 2001/08/03 23:52:56
18250 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
18251 From: Doug MacEachern <dougm@covalent.net>
18252 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
18253 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
18254 Branch: perl
18255 ! perl.c regexec.c
18256____________________________________________________________________________
18257[ 11566] By: jhi on 2001/08/03 20:45:10
18258 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
18259 From: "Craig A. Berry" <craigberry@mac.com>
18260 Date: Fri, 03 Aug 2001 16:16:16 -0500
18261 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
18262 Branch: perl
18263 ! t/op/misc.t
18264____________________________________________________________________________
18265[ 11565] By: jhi on 2001/08/03 13:46:40
18266 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
18267 From: John Kristian <jmk2001@engineer.com>
18268 Date: Fri, 03 Aug 2001 00:59:08 -0700
18269 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
18270 Branch: perl
18271 ! win32/win32.c
18272____________________________________________________________________________
18273[ 11564] By: jhi on 2001/08/03 13:25:39
18274 Log: Update Changes.
18275 Branch: perl
18276 ! Changes patchlevel.h
18277____________________________________________________________________________
c72a9197
JH
18278[ 11563] By: jhi on 2001/08/03 12:13:17
18279 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
18280 From: "Craig A. Berry" <craigberry@mac.com>
18281 Date: Thu, 02 Aug 2001 23:15:24 -0500
18282 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
18283 Branch: perl
18284 ! ext/B/Stash.t
18285____________________________________________________________________________
18286[ 11562] By: jhi on 2001/08/03 12:11:57
18287 Log: Subject: [patch] plug PL_cshname leak
18288 From: Doug MacEachern <dougm@covalent.net>
18289 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
18290 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
18291 Branch: perl
18292 ! sv.c
18293____________________________________________________________________________
18294[ 11561] By: jhi on 2001/08/03 12:10:32
18295 Log: Subject: [patch] plug PL_sh_path leak
18296 From: Doug MacEachern <dougm@covalent.net>
18297 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
18298 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
18299 Branch: perl
18300 ! sv.c
18301____________________________________________________________________________
18302[ 11560] By: jhi on 2001/08/03 12:09:50
18303 Log: Subject: [patch] plug PL_regex_padav leaks
18304 From: Doug MacEachern <dougm@covalent.net>
18305 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
18306 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
18307 Branch: perl
18308 ! op.c op.h perl.c
18309____________________________________________________________________________
18310[ 11559] By: jhi on 2001/08/03 12:08:59
18311 Log: Subject: [patch] plug PL_origargv leak
18312 From: Doug MacEachern <dougm@covalent.net>
18313 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
18314 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
18315 Branch: perl
18316 ! perl.c
18317____________________________________________________________________________
18318[ 11558] By: jhi on 2001/08/03 12:07:58
18319 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18320 From: Abhijit Menon-Sen <ams@wiw.org>
18321 Date: Fri, 3 Aug 2001 06:38:11 +0530
18322 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
18323 Branch: perl
18324 ! hv.c
18325____________________________________________________________________________
18326[ 11557] By: nick on 2001/08/03 08:17:38
18327 Log: Integrate mainline
18328 Branch: perlio
18329 +> (branch 47 files)
18330 - lib/Switch/test.pl
18331 !> (integrate 49 files)
18332____________________________________________________________________________
18333[ 11556] By: jhi on 2001/08/02 22:46:22
18334 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
18335 From: "Craig A. Berry" <craigberry@mac.com>
18336 Date: Thu, 02 Aug 2001 12:56:19 -0500
18337 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
18338 Branch: perl
18339 ! ext/B/Showlex.t
18340____________________________________________________________________________
18341[ 11555] By: jhi on 2001/08/02 22:29:34
18342 Log: Be more careful about non-existent files.
18343 Branch: perl
18344 ! lib/File/Copy.pm
18345____________________________________________________________________________
18346[ 11554] By: jhi on 2001/08/02 21:37:27
18347 Log: Subject: [PATCH resend] deparse empty formats
18348 From: Robin Houston <robin@kitsite.com>
18349 Date: Thu, 2 Aug 2001 14:32:36 +0100
18350 Message-ID: <20010802143236.A894@robin.kitsite.com>
18351 Branch: perl
18352 ! ext/B/B/Deparse.pm
18353____________________________________________________________________________
18354[ 11553] By: jhi on 2001/08/02 16:37:32
18355 Log: Subject: [patch] ithreads + refto fix improvement
18356 From: Doug MacEachern <dougm@covalent.net>
18357 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
18358 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
18359 Branch: perl
18360 ! pp.c
18361____________________________________________________________________________
18362[ 11552] By: jhi on 2001/08/02 14:24:26
18363 Log: Readability nit from Abhijit.
18364 Branch: perl
18365 ! op.c
18366____________________________________________________________________________
18367[ 11551] By: jhi on 2001/08/02 14:22:31
18368 Log: setproctitle() API version nit from Anton Berezin.
18369 Branch: perl
18370 ! mg.c
18371____________________________________________________________________________
18372[ 11550] By: jhi on 2001/08/02 13:51:41
18373 Log: Add PerlCE to the docs.
18374 Branch: perl
18375 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18376 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18377____________________________________________________________________________
18378[ 11549] By: jhi on 2001/08/02 13:25:43
18379 Log: Integrate the PerlCE (WinCE Perl) port;
18380 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
18381 Branch: perl
18382 + README.ce wince/FindExt.pm wince/Makefile.ce
18383 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
18384 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
18385 + wince/bin/search.pl wince/config.ce wince/config.h
18386 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
18387 + wince/dl_win32.xs wince/include/arpa/inet.h
18388 + wince/include/cectype.h wince/include/errno.h
18389 + wince/include/netdb.h wince/include/sys/socket.h
18390 + wince/include/sys/stat.h wince/include/sys/types.h
18391 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
18392 + wince/perl.rc wince/perldll.def wince/perllib.c
18393 + wince/perlmain.c wince/registry.bat wince/runperl.c
18394 + wince/splittree.pl wince/win32.h wince/win32iop.h
18395 + wince/win32thread.c wince/win32thread.h wince/wince.c
18396 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
18397 + wince/xdistclean.ksh wince/xmakediffs.ksh
18398 ! MANIFEST perl.c perl.h perlio.c
18399____________________________________________________________________________
18400[ 11548] By: jhi on 2001/08/02 13:18:08
18401 Log: setproctitle() made simpler. (This assumes the string is
18402 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
18403 should be used. Note len, not len + 1.) BSD-fu from Anton
18404 Berezin.
18405 Branch: perl
18406 ! mg.c
18407____________________________________________________________________________
18408[ 11547] By: jhi on 2001/08/02 12:49:54
18409 Log: Subject: [PATCH] -Wall cleanup: op.c
18410 From: Richard Soderberg <rs@oregonnet.com>
18411 Date: Thu, 2 Aug 2001 00:17:09 -0700
18412 Message-Id: <200108020717.AAA26895@oregonnet.com>
18413
18414 Subject: [PATCH] -Wall cleanup: sv.c
18415 From: Richard Soderberg <rs@oregonnet.com>
18416 Date: Thu, 2 Aug 2001 00:49:21 -0700
18417 Message-Id: <200108020749.AAA27492@oregonnet.com>
18418 Branch: perl
18419 ! op.c sv.c
18420____________________________________________________________________________
18421[ 11546] By: jhi on 2001/08/02 00:53:34
18422 Log: Update Changes.
18423 Branch: perl
18424 ! Changes patchlevel.h
18425____________________________________________________________________________
d7cc7b3a
JH
18426[ 11545] By: jhi on 2001/08/02 00:48:55
18427 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18428 From: Doug MacEachern <dougm@covalent.net>
18429 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
18430 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
18431 Branch: perl
18432 ! op.c
18433____________________________________________________________________________
18434[ 11544] By: jhi on 2001/08/01 23:08:41
18435 Log: The #11541 didn't work under threads.
18436 Branch: perl
18437 ! op.c
18438____________________________________________________________________________
18439[ 11543] By: jhi on 2001/08/01 22:46:41
18440 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18441 From: Hugo <hv@crypt.compulink.co.uk>
18442 Date: Fri, 22 Jun 2001 01:19:08 +0100
18443 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
18444
18445 (Skip tests if accept() failed)
18446 Branch: perl
18447 ! ext/IO/lib/IO/t/io_unix.t
18448____________________________________________________________________________
18449[ 11542] By: jhi on 2001/08/01 22:40:09
18450 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
18451 From: "Stian Seeberg" <sseeberg@nimsoft.no>
18452 Date: Mon, 30 Jul 2001 12:28:07 +0200
18453 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
18454 Branch: perl
18455 ! perl.h
18456____________________________________________________________________________
18457[ 11541] By: jhi on 2001/08/01 22:38:31
18458 Log: Subject: Pluggable optimizer
18459 From: Simon Cozens <simon@netthink.co.uk>
18460 Date: Wed, 1 Aug 2001 13:57:02 -0700
18461 Message-ID: <20010801135702.I10442@netthink.co.uk>
18462 Branch: perl
18463 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
18464____________________________________________________________________________
18465[ 11540] By: jhi on 2001/08/01 22:29:54
18466 Log: Subject: [ID 20010801.039] perlre.pod message typo
18467 From: Autrijus Tang <autrijus@geb.elixus.org>
18468 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
18469 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
18470 Branch: perl
18471 ! pod/perlre.pod
18472____________________________________________________________________________
18473[ 11539] By: jhi on 2001/08/01 16:32:52
18474 Log: Test for change #11536.
18475 Branch: perl
18476 ! t/op/tiehandle.t
18477____________________________________________________________________________
18478[ 11538] By: jhi on 2001/08/01 16:27:19
18479 Log: More test fixups for #11537.
18480 Branch: perl
18481 ! t/lib/warnings/4lint t/lib/warnings/9enabled
18482____________________________________________________________________________
18483[ 11537] By: jhi on 2001/08/01 16:26:25
18484 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18485 From: Doug MacEachern <dougm@covalent.net>
18486 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
18487 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
18488 Branch: perl
18489 ! op.c t/TestInit.pm
18490____________________________________________________________________________
18491[ 11536] By: jhi on 2001/08/01 16:08:08
18492 Log: Subject: [patch] ithreads + refto bug
18493 From: Doug MacEachern <dougm@covalent.net>
18494 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
18495 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
18496
18497 (Test in change #11539)
18498 Branch: perl
18499 ! pp.c
18500____________________________________________________________________________
18501[ 11535] By: jhi on 2001/08/01 16:05:56
18502 Log: Subject: [PATCH: perl@11523] fixups for t/harness
18503 From: Prymmer/Kahn <pvhp@best.com>
18504 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
18505 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
18506 Branch: perl
18507 ! t/harness
18508____________________________________________________________________________
18509[ 11534] By: jhi on 2001/08/01 16:00:45
18510 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
18511 From: Prymmer/Kahn <pvhp@best.com>
18512 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
18513 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
18514 Branch: perl
18515 ! win32/Makefile win32/makefile.mk
18516____________________________________________________________________________
18517[ 11533] By: jhi on 2001/08/01 13:38:29
18518 Log: Need to know the number of tests.
18519 Branch: perl
18520 ! t/run/exit.t
18521____________________________________________________________________________
18522[ 11532] By: jhi on 2001/08/01 13:04:31
18523 Log: Subject: Re: new exit tests on VMS
18524 From: "Craig A. Berry" <craigberry@mac.com>
18525 Date: Tue, 31 Jul 2001 12:19:29 -0500
18526 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
18527 Branch: perl
18528 ! t/run/exit.t
18529____________________________________________________________________________
18530[ 11531] By: jhi on 2001/08/01 12:46:43
18531 Log: Retract #11530 (the dTHX is needed under threads)
18532 Branch: perl
18533 ! perlio.c
18534____________________________________________________________________________
18535[ 11530] By: jhi on 2001/08/01 12:39:35
18536 Log: (Retracted by #11531)
18537 Branch: perl
18538 ! perlio.c
18539____________________________________________________________________________
18540[ 11529] By: jhi on 2001/08/01 12:32:22
18541 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
18542 From: Richard Soderberg <rs@crystalflame.net>
18543 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
18544 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
18545 Branch: perl
18546 ! unixish.h
18547____________________________________________________________________________
18548[ 11528] By: jhi on 2001/08/01 12:18:59
18549 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
18550 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18551 Date: Tue, 31 Jul 2001 05:39:09 -0400
18552 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
18553
18554 (with a note about the case of UV being equal to long long)
18555 Branch: perl
18556 ! utils/h2xs.PL
18557____________________________________________________________________________
18558[ 11527] By: jhi on 2001/07/31 23:49:04
18559 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
18560 From: "Craig A. Berry" <craigberry@mac.com>
18561 Date: Tue, 31 Jul 2001 14:57:43 -0500
18562 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
18563 Branch: perl
18564 ! t/io/fs.t
18565____________________________________________________________________________
18566[ 11526] By: jhi on 2001/07/31 23:47:57
18567 Log: Fix for
18568
18569 Subject: [ID 20010116.001] File::Copy truncates orig file
18570 From: arbor@al37al08.telecel.pt
18571 Date: Tue, 16 Jan 2001 11:43:02 GMT
18572 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
18573
18574 (copy($foo, $foo) would truncate $foo)
18575 Branch: perl
18576 ! lib/File/Copy.pm lib/File/Copy.t
18577____________________________________________________________________________
18578[ 11525] By: jhi on 2001/07/31 23:01:01
18579 Log: Metaconfig unit change for #11524.
18580 Branch: metaconfig/U/perl
18581 ! Extras.U
18582____________________________________________________________________________
18583[ 11524] By: jhi on 2001/07/31 23:00:36
18584 Log: Multiple modules didn't work; plus typo fixes.
18585 Branch: perl
18586 ! Configure
18587____________________________________________________________________________
18588[ 11523] By: jhi on 2001/07/31 15:29:58
18589 Log: Update Changes.
18590 Branch: perl
18591 ! Changes patchlevel.h
18592____________________________________________________________________________
33c3e263
JH
18593[ 11522] By: jhi on 2001/07/31 15:25:35
18594 Log: Regen perlapi.
18595 Branch: perl
18596 ! pod/perlapi.pod
18597____________________________________________________________________________
18598[ 11521] By: jhi on 2001/07/31 15:19:01
18599 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
18600 From: Dave Mitchell <davem@fdgroup.co.uk>
18601 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
18602 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
18603 Branch: perl
18604 ! sv.c
18605____________________________________________________________________________
18606[ 11520] By: jhi on 2001/07/31 15:17:43
18607 Log: Regen toc.
18608 Branch: perl
18609 ! pod/perltoc.pod
18610____________________________________________________________________________
18611[ 11519] By: jhi on 2001/07/31 15:17:17
18612 Log: Regen Porting stuff.
18613 Branch: perl
18614 ! Porting/Glossary Porting/config.sh Porting/config_H
18615____________________________________________________________________________
18616[ 11518] By: jhi on 2001/07/31 14:16:08
18617 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
18618 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18619 Date: Tue, 31 Jul 2001 05:34:38 -0400
18620 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
18621 Branch: perl
18622 ! utils/h2xs.PL
18623____________________________________________________________________________
18624[ 11517] By: jhi on 2001/07/31 14:15:01
18625 Log: Metaconfig unit change for #11516.
18626 Branch: metaconfig/U/perl
18627 ! gccvers.U
18628____________________________________________________________________________
18629[ 11516] By: jhi on 2001/07/31 14:14:35
18630 Log: Add -Wall in cflags, not in Configure.
18631 (This way -Wall affects only the core and the core XS,
18632 not user modules' XS. Concern from Paul Marquess,
18633 implementation idea from Andy Dougherty.)
18634 Branch: perl
18635 ! Configure cflags.SH
18636____________________________________________________________________________
18637[ 11515] By: jhi on 2001/07/31 13:57:15
18638 Log: Metaconfig unit changes for #11514.
18639 Branch: metaconfig
18640 + U/modified/sysman.U
18641 ! U/installdirs/man1dir.U
18642____________________________________________________________________________
18643[ 11514] By: jhi on 2001/07/31 13:56:26
18644 Log: Subject: Configure's detection of system manual
18645 From: Sean Dague <sean@dague.net>
18646 Date: Sun, 13 May 2001 15:53:15 -0400
18647 Message-ID: <20010513155315.A15833@underhill.dague.net>
18648 Branch: perl
18649 ! Configure
18650____________________________________________________________________________
18651[ 11513] By: jhi on 2001/07/31 03:23:01
18652 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
18653 From: Autrijus Tang <autrijus@autrijus.org>
18654 Date: Thu, 21 Jun 2001 23:56:48 +0800
18655 Message-Id: <20010621235648.A57340@not.autrijus.org>
18656 Branch: perl
18657 ! pod/perlobj.pod
18658____________________________________________________________________________
18659[ 11512] By: jhi on 2001/07/31 03:13:35
18660 Log: Subject: Typo in DB_File.pm
18661 From: "Philip Newton" <Philip.Newton@gmx.net>
18662 Date: Tue, 31 Jul 2001 06:19:35 +0200
18663 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
18664 Branch: perl
18665 ! ext/DB_File/DB_File.pm
18666____________________________________________________________________________
18667[ 11511] By: jhi on 2001/07/31 03:01:49
18668 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
18669 From: "Stephen P. Potter" <spp@spotter.yi.org>
18670 Date: Wed, 30 May 2001 13:59:34 -0400
18671 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
18672 Branch: perl
18673 ! pod/perlre.pod
18674____________________________________________________________________________
18675[ 11510] By: jhi on 2001/07/31 02:13:58
18676 Log: eval "format foo=" would loop indefinitely; reported in
18677
18678 Subject: A load of old rubbish
18679 From: Mike Guy <mjtg@cam.ac.uk>
18680 Date: Mon, 14 May 2001 16:12:22 +0100
18681 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
18682
18683 (The core dumps reported in there already fixed.)
18684 Branch: perl
18685 ! toke.c
18686____________________________________________________________________________
18687[ 11509] By: jhi on 2001/07/31 00:37:49
18688 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
18689 Branch: perl
18690 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
18691 + lib/Switch/t/switch_case.t
18692 - lib/Switch/test.pl
18693 ! MANIFEST lib/Switch.pm
18694____________________________________________________________________________
18695[ 11508] By: jhi on 2001/07/31 00:17:38
18696 Log: Subject: [PATCH @11505] DB_File-1.78
18697 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18698 Date: Mon, 30 Jul 2001 22:54:37 +0100
18699 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
18700 Branch: perl
18701 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18702 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18703____________________________________________________________________________
18704[ 11507] By: jhi on 2001/07/30 23:11:10
18705 Log: Explain in more detail why -pipe and -fno-common are good.
18706 Branch: perl
18707 ! hints/darwin.sh
18708____________________________________________________________________________
18709[ 11506] By: nick on 2001/07/30 14:32:23
18710 Log: Integrate mainline
18711 Branch: perlio
18712 !> INSTALL Makefile.SH doio.c hints/darwin.sh
18713____________________________________________________________________________
18714[ 11505] By: jhi on 2001/07/30 14:14:39
18715 Log: Perl hasn't been putting man pages into $prefix/lib for
18716 a long time now; pointed out by Andy Dougherty.
18717 Branch: perl
18718 ! hints/darwin.sh
18719____________________________________________________________________________
18720[ 11504] By: jhi on 2001/07/30 14:13:15
18721 Log: Document the extras Configure option.
18722 Branch: perl
18723 ! INSTALL
18724____________________________________________________________________________
18725[ 11503] By: jhi on 2001/07/30 13:52:14
18726 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
18727 everywhere.
18728 Branch: perl
18729 !> doio.c
18730____________________________________________________________________________
18731[ 11502] By: jhi on 2001/07/30 13:45:27
18732 Log: Doubly guard against invoking CPAN if no extras defined,
18733 pointed out by H. Merijn Brand.
18734 Branch: perl
18735 ! Makefile.SH
18736____________________________________________________________________________
18737[ 11501] By: pudge on 2001/07/30 12:57:56
18738 Log: Fix O_RDONLY check to check for O_RDONLY.
18739 Branch: maint-5.6/macperl
18740 ! doio.c
18741____________________________________________________________________________
18742[ 11500] By: pudge on 2001/07/30 12:41:11
18743 Log: Integrate miscellaneous changes from maint-5.6/perl.
18744 Branch: maint-5.6/macperl
18745 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
18746____________________________________________________________________________
18747[ 11499] By: nick on 2001/07/30 06:52:42
18748 Log: Integrate mainline
18749 Branch: perlio
18750 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
18751 +> win32/sync_ext.pl
18752 - win32/sncfnmcs.pl
18753 !> (integrate 71 files)
18754____________________________________________________________________________
18755[ 11498] By: jhi on 2001/07/30 03:53:34
18756 Log: Update Changes.
18757 Branch: perl
18758 ! Changes patchlevel.h
18759____________________________________________________________________________
6c31a68f
JH
18760[ 11497] By: jhi on 2001/07/30 03:45:32
18761 Log: Now Configure -Dextras=Foo::Bar and "make install" will
18762 fetch and install Foo::Bar.
18763 Branch: perl
18764 ! Makefile.SH
18765____________________________________________________________________________
18766[ 11496] By: jhi on 2001/07/30 03:18:28
18767 Log: Metaconfig unit change for #11495.
18768 Branch: metaconfig/U/perl
18769 ! Extras.U
18770____________________________________________________________________________
18771[ 11495] By: jhi on 2001/07/30 03:18:01
18772 Log: extras.make, extras.test, and extras.install make targets.
18773 Branch: perl
18774 ! Configure Makefile.SH
18775____________________________________________________________________________
18776[ 11494] By: jhi on 2001/07/30 01:37:35
18777 Log: Metaconfig unit change for #11493.
18778 Branch: metaconfig/U/perl
18779 ! Extras.U
18780____________________________________________________________________________
18781[ 11493] By: jhi on 2001/07/30 01:37:14
18782 Log: Better to have the list of extras in $extras than 'define'.
18783 Branch: perl
18784 ! Configure
18785____________________________________________________________________________
18786[ 11492] By: jhi on 2001/07/30 01:33:16
18787 Log: The metaconfig unit change for #11490.
18788 Branch: metaconfig/U/perl
18789 + Extras.U
18790____________________________________________________________________________
18791[ 11491] By: jhi on 2001/07/30 01:32:54
18792 Log: Missed from #11490 (the required dependency).
18793 Branch: perl
18794 ! Makefile.SH
18795____________________________________________________________________________
18796[ 11490] By: jhi on 2001/07/30 01:32:02
18797 Log: Add the support of asking for extra modules or bundles of modules
18798 to be fetched from the CPAN and installed as a part of the Perl
18799 build process. None of this installation is yet really done;
18800 only the list is asked, and saved away in extras.lst for
18801 the build and installation process to worry about later.
18802 Branch: perl
18803 ! Configure
18804____________________________________________________________________________
18805[ 11489] By: jhi on 2001/07/29 22:15:25
18806 Log: Beginnings of better Inf and NaN support.
18807 At least toke.c and sv.c still need quite a bit of work.
18808 Branch: perl
18809 ! numeric.c perl.h
18810____________________________________________________________________________
18811[ 11488] By: jhi on 2001/07/29 21:18:57
18812 Log: Top-level Makefile didn't honour OPTIMIZE.
18813 Branch: perl
18814 ! Makefile.SH
18815____________________________________________________________________________
18816[ 11487] By: jhi on 2001/07/29 20:56:04
18817 Log: Update Changes.
18818 Branch: perl
18819 ! Changes patchlevel.h
18820____________________________________________________________________________
3e54165a
JH
18821[ 11486] By: jhi on 2001/07/29 20:38:09
18822 Log: Use Search::Dict 1.02 interface for charinfo().
18823 Branch: perl
18824 ! lib/UnicodeCD.pm
18825____________________________________________________________________________
18826[ 11485] By: jhi on 2001/07/29 20:37:11
18827 Log: Now also allow transforming the read lines before comparing them.
18828 (This will help UnicodeCD.)
18829 Branch: perl
18830 ! lib/Search/Dict.pm
18831____________________________________________________________________________
18832[ 11484] By: jhi on 2001/07/29 20:03:13
18833 Log: Remove tiehandle code.
18834 Branch: perl
18835 ! lib/UnicodeCD.pm
18836____________________________________________________________________________
18837[ 11483] By: jhi on 2001/07/29 19:59:02
18838 Log: Allow specifying a comparison function for Search::Dict::look().
18839 Branch: perl
18840 ! lib/Search/Dict.pm
18841____________________________________________________________________________
18842[ 11482] By: jhi on 2001/07/29 18:55:04
18843 Log: Small UnicodeCD tweaks.
18844 Branch: perl
18845 ! lib/UnicodeCD.pm lib/UnicodeCD.t
18846____________________________________________________________________________
18847[ 11481] By: jhi on 2001/07/29 17:14:19
18848 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
18849 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18850 Date: Tue, 24 Jul 2001 01:51:32 +0900
18851 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
18852 Branch: perl
18853 ! lib/UnicodeCD.pm lib/UnicodeCD.t
18854____________________________________________________________________________
18855[ 11480] By: jhi on 2001/07/29 16:55:58
18856 Log: Subject: [PATCH] installperl
18857 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18858 Date: Fri, 27 Jul 2001 19:05:04 -0700
18859 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
18860 Branch: perl
18861 ! installperl
18862____________________________________________________________________________
18863[ 11479] By: jhi on 2001/07/29 16:52:52
18864 Log: Subject: [PATCH] Set proper compatibility versions in core
18865 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
18866 Date: Fri, 27 Jul 2001 20:01:49 -0700
18867 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
18868 Branch: perl
18869 ! Makefile.SH
18870____________________________________________________________________________
18871[ 11478] By: jhi on 2001/07/29 16:50:55
18872 Log: Metaconfig unit change for #11477.
18873 Branch: metaconfig/U/perl
18874 ! dlsrc.U
18875____________________________________________________________________________
18876[ 11477] By: jhi on 2001/07/29 16:50:35
18877 Log: Subject: [PATCH] Darwin: -fpic not so good
18878 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18879 Date: Fri, 27 Jul 2001 18:57:38 -0700
18880 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
18881 Branch: perl
18882 ! Configure
18883____________________________________________________________________________
18884[ 11476] By: jhi on 2001/07/29 16:44:03
18885 Log: Subject: [PATCH] Clean up Darwin hints
18886 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
18887 Date: Fri, 27 Jul 2001 19:13:15 -0700
18888 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
18889 Branch: perl
18890 ! hints/darwin.sh
18891____________________________________________________________________________
18892[ 11475] By: jhi on 2001/07/29 16:28:45
18893 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
18894 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18895 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
18896 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
18897 Branch: perl
18898 ! pod/perlfunc.pod pp.c t/op/split.t
18899____________________________________________________________________________
18900[ 11474] By: jhi on 2001/07/29 16:27:54
18901 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
18902 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
18903 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
18904 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
18905 Branch: perl
18906 ! pod/perlvar.pod
18907____________________________________________________________________________
18908[ 11473] By: jhi on 2001/07/29 16:27:00
18909 Log: Subject: [PATCH] fixes to constant.pm documentation
18910 From: Ilmari Karonen <iltzu@sci.fi>
18911 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
18912 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
18913 Branch: perl
18914 ! lib/constant.pm
18915____________________________________________________________________________
18916[ 11472] By: jhi on 2001/07/28 18:39:03
18917 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
18918 From: "Philip Newton" <Philip.Newton@gmx.net>
18919 Date: Fri, 27 Jul 2001 07:51:10 +0200
18920 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
18921 Branch: perl
18922 ! pod/perlport.pod
18923____________________________________________________________________________
18924[ 11471] By: nick on 2001/07/26 06:23:32
18925 Log: Subject: [PATCH] Doc fix for perlguts / threading
18926 From: Arthur Bergman <arthur@contiller.se>
18927 Date: Wed, 25 Jul 2001 11:28:23 +0200
18928 Message-Id: <B7845DD6.2812%arthur@contiller.se>
18929 Branch: perl
18930 ! pod/perlguts.pod
18931____________________________________________________________________________
18932[ 11470] By: nick on 2001/07/26 06:21:06
18933 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
18934 From: Philip Newton <Philip.Newton@gmx.net>
18935 Date: Wed, 25 Jul 2001 08:19:47 +0200
18936 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
18937 Branch: perl
18938 ! INSTALL
18939____________________________________________________________________________
18940[ 11469] By: nick on 2001/07/26 06:20:25
18941 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
18942 From: Philip Newton <Philip.Newton@gmx.net>
18943 Date: Wed, 25 Jul 2001 08:12:48 +0200
18944 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
18945 Branch: perl
18946 ! INSTALL
18947____________________________________________________________________________
18948[ 11468] By: jhi on 2001/07/25 01:39:11
18949 Log: More +x.
18950 Branch: perl
18951 ! Porting/makerel
18952____________________________________________________________________________
18953[ 11467] By: jhi on 2001/07/24 16:05:34
18954 Log: Update Changes.
18955 Branch: perl
18956 ! Changes patchlevel.h
18957____________________________________________________________________________
8fc0601b
JH
18958[ 11466] By: jhi on 2001/07/24 15:40:28
18959 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
18960 From: "Philip Newton" <Philip.Newton@gmx.net>
18961 Date: Tue, 24 Jul 2001 06:45:55 +0200
18962 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
18963 Branch: perl
18964 ! os2/perlrexx.c
18965____________________________________________________________________________
18966[ 11465] By: jhi on 2001/07/24 15:37:48
18967 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
18968 From: Peter Prymmer <pvhp@forte.com>
18969 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
18970 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
18971 Branch: perl
18972 ! pod/perlport.pod t/io/fs.t vms/test.com
18973____________________________________________________________________________
18974[ 11464] By: jhi on 2001/07/24 02:58:20
18975 Log: Workaround on Cwd bootstrap problem.
18976 Branch: perl
18977 ! lib/ExtUtils/MakeMaker.pm
18978____________________________________________________________________________
18979[ 11463] By: jhi on 2001/07/23 23:11:41
18980 Log: When in Rome, quote like the Romans do.
18981 Branch: perl
18982 ! cflags.SH
18983____________________________________________________________________________
18984[ 11462] By: jhi on 2001/07/23 23:04:02
18985 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
18986 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18987 Date: Mon, 23 Jul 2001 19:29:49 -0400
18988 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
18989 Branch: perl
18990 + os2/perlrexx.c
18991 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
18992 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
18993 ! t/op/write.t
18994____________________________________________________________________________
18995[ 11461] By: jhi on 2001/07/23 22:58:15
18996 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
18997 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18998 Date: Mon, 23 Jul 2001 18:43:42 -0400
18999 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
19000 Branch: perl
19001 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19002____________________________________________________________________________
19003[ 11460] By: jhi on 2001/07/23 22:54:52
19004 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
19005 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19006 Date: Mon, 23 Jul 2001 18:33:16 -0400
19007 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
19008 Branch: perl
19009 ! lib/ExtUtils/MakeMaker.pm
19010____________________________________________________________________________
19011[ 11459] By: jhi on 2001/07/23 22:52:02
19012 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
19013 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19014 Date: Mon, 23 Jul 2001 18:20:35 -0400
19015 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
19016 Branch: perl
19017 ! Makefile.SH cflags.SH
19018____________________________________________________________________________
19019[ 11458] By: jhi on 2001/07/23 22:41:19
19020 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
19021 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
19022 Date: Mon, 23 Jul 2001 11:32:17 -0500
19023 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
19024 Branch: perl
19025 ! lib/ExtUtils/MakeMaker.pm
19026____________________________________________________________________________
19027[ 11457] By: jhi on 2001/07/23 21:22:36
19028 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
19029 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19030 Date: Mon, 23 Jul 2001 18:13:20 -0400
19031 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
19032 Branch: perl
19033 ! lib/perl5db.pl
19034____________________________________________________________________________
19035[ 11456] By: jhi on 2001/07/23 21:19:28
19036 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
19037 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19038 Date: Mon, 23 Jul 2001 18:07:40 -0400
19039 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
19040 Branch: perl
19041 ! op.c
19042____________________________________________________________________________
19043[ 11455] By: jhi on 2001/07/23 21:13:12
19044 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
19045 From: "Craig A. Berry" <craigberry@mac.com>
19046 Date: Mon, 23 Jul 2001 15:35:06 -0500
19047 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
19048 Branch: perl
19049 ! util.c
19050____________________________________________________________________________
19051[ 11454] By: jhi on 2001/07/23 21:09:13
19052 Log: Subject: [PATCH perlfaq9.pod typo]
19053 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
19054 Date: Mon, 23 Jul 2001 07:49:05 -0700
19055 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
19056 Branch: perl
19057 ! pod/perlfaq9.pod
19058____________________________________________________________________________
19059[ 11453] By: jhi on 2001/07/23 21:06:42
19060 Log: Subject: win32\sncfnmcs.pl corrections
19061 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19062 Date: Mon, 23 Jul 2001 12:56:54 +0200
19063 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
19064
19065 Rename the script a little bit more sensibly.
19066 Branch: perl
19067 + win32/sync_ext.pl
19068 - win32/sncfnmcs.pl
19069 ! MANIFEST README.win32
19070____________________________________________________________________________
19071[ 11452] By: jhi on 2001/07/23 17:22:37
19072 Log: Test tweak.
19073 Branch: perl
19074 ! ext/B/Deparse.t
19075____________________________________________________________________________
19076[ 11451] By: jhi on 2001/07/23 17:10:52
19077 Log: Metaconfig unit tweak for #11450.
19078 Branch: metaconfig/U/perl
19079 ! Mksymlinks.U
19080____________________________________________________________________________
19081[ 11450] By: jhi on 2001/07/23 17:09:46
19082 Log: Too volatile failsafe check.
19083 Branch: perl
19084 ! Configure
19085____________________________________________________________________________
19086[ 11449] By: jhi on 2001/07/23 16:53:59
19087 Log: Further doc tweaks.
19088 Branch: perl
19089 ! lib/UnicodeCD.pm
19090____________________________________________________________________________
19091[ 11448] By: jhi on 2001/07/23 05:26:50
19092 Log: Doc tweaks.
19093 Branch: perl
19094 ! lib/UnicodeCD.pm
19095____________________________________________________________________________
19096[ 11447] By: jhi on 2001/07/23 04:57:49
19097 Log: Doc tweakery from Abhijit.
19098 Branch: perl
19099 ! Porting/repository.pod
19100____________________________________________________________________________
19101[ 11446] By: jhi on 2001/07/22 15:41:02
19102 Log: An accidental empty line.
19103 Branch: perl
19104 ! MANIFEST
19105____________________________________________________________________________
19106[ 11445] By: jhi on 2001/07/22 15:38:30
19107 Log: Missing MANIFESTations.
19108 Branch: perl
19109 ! MANIFEST
19110____________________________________________________________________________
19111[ 11444] By: jhi on 2001/07/22 15:30:10
19112 Log: Update Changes.
19113 Branch: perl
19114 ! Changes patchlevel.h
19115____________________________________________________________________________
bb260963
JH
19116[ 11443] By: jhi on 2001/07/22 15:02:11
19117 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
19118 From: Mike Guy <mjtg@cam.ac.uk>
19119 Date: Fri, 20 Jul 2001 16:12:49 +0100
19120 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
19121 Branch: perl
19122 ! Porting/pumpkin.pod
19123____________________________________________________________________________
19124[ 11442] By: jhi on 2001/07/22 14:58:33
19125 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19126 From: Peter Prymmer <pvhp@forte.com>
19127 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
19128 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
19129 Branch: perl
19130 ! pod/perlhack.pod
19131____________________________________________________________________________
19132[ 11441] By: jhi on 2001/07/22 14:54:29
19133 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
19134 From: Michael G Schwern <schwern@pobox.com>
19135 Date: Fri, 20 Jul 2001 20:22:35 -0400
19136 Message-ID: <20010720202235.O4498@blackrider>
19137 Branch: perl
19138 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
19139 ! lib/Test/t/todo.t
19140____________________________________________________________________________
19141[ 11440] By: jhi on 2001/07/22 14:51:14
19142 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
19143 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19144 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
19145 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
19146 Branch: perl
19147 ! ext/POSIX/POSIX.pod
19148____________________________________________________________________________
19149[ 11439] By: jhi on 2001/07/22 14:49:25
19150 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
19151 From: Mark-Jason Dominus <mjd@plover.com>
19152 Date: Fri, 20 Jul 2001 23:16:54 -0400
19153 Message-ID: <20010721031654.21877.qmail@plover.com>
19154 Branch: perl
19155 ! ext/POSIX/POSIX.pod
19156____________________________________________________________________________
19157[ 11438] By: jhi on 2001/07/22 14:41:58
19158 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
19159 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19160 Date: Sun, 22 Jul 2001 14:56:09 +0200
19161 Message-ID: <20010722145609.A766@rafael>
19162 Branch: perl
19163 ! ext/B/O.pm
19164____________________________________________________________________________
19165[ 11437] By: jhi on 2001/07/22 14:39:07
19166 Log: Subject: regexec.c #define cleanup
19167 From: Mark-Jason Dominus <mjd@plover.com>
19168 Date: Sat, 21 Jul 2001 18:33:25 -0400
19169 Message-ID: <20010721223325.3069.qmail@plover.com>
19170 Branch: perl
19171 ! regexec.c
19172____________________________________________________________________________
19173[ 11436] By: jhi on 2001/07/22 14:36:43
19174 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
19175 From: Prymmer/Kahn <pvhp@best.com>
19176 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
19177 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
19178 Branch: perl
19179 ! t/io/fs.t
19180____________________________________________________________________________
19181[ 11435] By: jhi on 2001/07/22 00:22:51
19182 Log: Typo in #11432.
19183 Branch: perl
19184 ! ext/POSIX/POSIX.t
19185____________________________________________________________________________
19186[ 11434] By: jhi on 2001/07/21 23:12:26
19187 Log: Integrate (manually) change #11424 from macperl.
19188 Branch: perl
19189 ! ext/Filter/t/call.t
19190____________________________________________________________________________
19191[ 11433] By: jhi on 2001/07/21 23:07:43
19192 Log: Integrate change #11408 from macperl.
19193 Branch: perl
19194 !> README.macos pod/perlport.pod
19195____________________________________________________________________________
19196[ 11432] By: jhi on 2001/07/21 23:02:30
19197 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
19198 Branch: perl
19199 +> macos/MacPerlTests.cmd macos/xsubpp.patch
19200 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19201 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
19202 ! ext/POSIX/POSIX.t
19203____________________________________________________________________________
19204[ 11431] By: gsar on 2001/07/21 05:03:44
19205 Log: pod/*.t tests not picked up by t/TEST either
19206 Branch: maint-5.6/perl
19207 ! t/TEST
19208____________________________________________________________________________
19209[ 11430] By: gsar on 2001/07/21 04:58:12
19210 Log: better tweak for change#11429 (windows has both / and \ separated
19211 paths in @INC at that point)
19212 Branch: maint-5.6/perl
19213 ! t/pod/testp2pt.pl
19214____________________________________________________________________________
19215[ 11429] By: gsar on 2001/07/21 04:41:15
19216 Log: MacOS pod test tweak needs \Escape
19217 Branch: maint-5.6/perl
19218 ! t/pod/testp2pt.pl
19219____________________________________________________________________________
19220[ 11428] By: gsar on 2001/07/21 04:39:34
19221 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
19222 resulting duplicate output, but t/harness isn't)
19223 Branch: maint-5.6/perl
19224 ! t/run/runenv.t
19225____________________________________________________________________________
19226[ 11427] By: gsar on 2001/07/21 04:37:26
19227 Log: t/harness wasn't picking up all the tests
19228 Branch: maint-5.6/perl
19229 ! t/harness
19230____________________________________________________________________________
19231[ 11426] By: gsar on 2001/07/21 04:09:26
19232 Log: update MANIFEST for new file
19233 Branch: maint-5.6/perl
19234 ! MANIFEST
19235____________________________________________________________________________
19236[ 11425] By: gsar on 2001/07/21 04:07:46
19237 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
19238 the exception of the macperl/macos/... tree
19239 Branch: maint-5.6/perl
19240 +> t/lib/filefind-taint.t
19241 !> (integrate 72 files)
19242____________________________________________________________________________
19243[ 11424] By: pudge on 2001/07/20 18:55:25
19244 Log: Fix test.
19245 Branch: maint-5.6/macperl
19246 ! macos/bundled_ext/Filter/t/call.t
19247____________________________________________________________________________
19248[ 11423] By: gsar on 2001/07/20 18:38:48
19249 Log: Make perl fork()-safe (in a slightly limited way) even on
19250 platforms that don't have pthread_atfork() (extension of
19251 the fix in change#11151).
19252
19253 Note that this will not help extensions that call fork()
19254 directly in C, or that link to libraries that call fork()
19255 directly. Such cases must be fixed to either call
19256 PerlProc_fork(), or call atfork_lock() in parent before the
19257 calling the function that forks and call atfork_unlock()
19258 in both parent and child immediately after the fork().
19259 (There are no worries if C code calls exec() in the child
19260 immediately after a fork(). Only cases where the child
19261 calls perl's API functions (including New()) after the
19262 fork() are problematic.)
19263
19264 This change also eliminates the use of vfork() from perl,
19265 since all such uses were violating the severe restrictions
19266 on modifying the state of the process between the vfork()
19267 and the exec().
19268
19269 This is a modified version of patches suggested by Abhijit
19270 Menon-Sen and Richard Soderberg.
19271 Branch: perl
19272 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
19273 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
19274____________________________________________________________________________
19275[ 11422] By: pudge on 2001/07/20 18:16:37
19276 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
19277 Switch, and Text::Balanced.
19278 Branch: maint-5.6/macperl
19279 + macos/bundled_ext/Filter/Util/Call/Call.pm
19280 + macos/bundled_ext/Filter/Util/Call/Call.xs
19281 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
19282 + macos/bundled_ext/Filter/t/MyFilter.pm
19283 + macos/bundled_ext/Filter/t/call.t
19284 + macos/bundled_ext/Filter/t/filter-util.pl
19285 + macos/bundled_lib/blib/lib/Class/ISA.pm
19286 + macos/bundled_lib/blib/lib/Digest.pm
19287 + macos/bundled_lib/blib/lib/Filter/Simple.pm
19288 + macos/bundled_lib/blib/lib/Switch.pm
19289 + macos/bundled_lib/blib/lib/Text/Balanced.pm
19290 + macos/bundled_lib/blib/lib/Text/Balanced.pod
19291 + macos/bundled_lib/t/Class/ISA/test.pl
19292 + macos/bundled_lib/t/Digest/Digest.t
19293 + macos/bundled_lib/t/Filter/Simple/test.pl
19294 + macos/bundled_lib/t/Switch/test.pl
19295 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
19296 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19297 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
19298 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19299 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
19300 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
19301 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19302 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
19303____________________________________________________________________________
19304[ 11421] By: pudge on 2001/07/20 18:03:28
19305 Log: Add Filter::Util::Call to config/make files; edit utils
19306 to recognize the module (it was descended too far down).
19307 Bump version to 5.6.1a4.
19308 Branch: maint-5.6/macperl
19309 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
19310 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
19311 ! macos/macperl/Makefile.mk macos/xsubpp.patch
19312____________________________________________________________________________
19313[ 11420] By: pudge on 2001/07/20 18:02:05
19314 Log: Make DB_File the default for MLDBM on MacOS.
19315 Branch: maint-5.6/macperl
19316 ! macos/bundled_lib/blib/lib/MLDBM.pm
19317____________________________________________________________________________
19318[ 11419] By: nick on 2001/07/20 14:51:03
19319 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
19320 From: Simon Cozens <simon@netthink.co.uk>
19321 Date: Fri, 20 Jul 2001 11:42:35 -0400
19322 Message-Id: <20010720114235.A5235@netthink.co.uk>
19323 Branch: perl
19324 ! lib/UnicodeCD.pm
19325____________________________________________________________________________
19326[ 11418] By: nick on 2001/07/20 14:48:12
19327 Log: Subject: [PATCH regcomp.h] adds a comment
19328 From: Abhijit Menon-Sen <ams@wiw.org>
19329 Date: Fri, 20 Jul 2001 21:05:37 +0530
19330 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
19331 Branch: perl
19332 ! regcomp.h
19333____________________________________________________________________________
19334[ 11417] By: nick on 2001/07/20 14:16:38
19335 Log: Subject: [PATCH 5.7.2] INSTALL updates
19336 From: Andy Dougherty <doughera@lafayette.edu>
19337 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
19338 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
19339 Branch: perl
19340 ! INSTALL
19341____________________________________________________________________________
19342[ 11416] By: nick on 2001/07/20 06:44:44
19343 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19344 From: Russ Allbery <rra@stanford.edu>
19345 Date: 19 Jul 2001 15:52:37 -0700
19346 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
19347 Branch: perl
19348 ! lib/Pod/Man.pm
19349____________________________________________________________________________
19350[ 11415] By: nick on 2001/07/20 06:35:11
19351 Log: Subject: [PATCH] defer op_seq allocation
19352 From: Abhijit Menon-Sen <ams@wiw.org>
19353 Date: Thu, 19 Jul 2001 22:12:24 +0530
19354 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
19355 Branch: perl
19356 ! op.c
19357____________________________________________________________________________
19358[ 11414] By: nick on 2001/07/20 06:23:36
19359 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
19360 From: Abhijit Menon-Sen <ams@wiw.org>
19361 Date: Fri, 20 Jul 2001 01:18:50 +0530
19362 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
19363 (Private e-mail)
19364 Branch: perl
19365 ! ext/Time/HiRes/HiRes.xs
19366____________________________________________________________________________
19367[ 11413] By: nick on 2001/07/20 06:18:53
19368 Log: Integrate mainline
19369 Branch: perlio
19370 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
19371 - t/base/commonsense.t
19372 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
19373 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
19374 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
19375 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
19376 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
19377 !> win32/win32.c
19378____________________________________________________________________________
19379[ 11412] By: nick on 2001/07/19 06:44:27
19380 Log: Integrate win32/perlhost.h from maintenance branch.
19381 (Rest of $ENV{PATH} / system() fix.)
19382 Branch: perl
19383 !> win32/perlhost.h
19384____________________________________________________________________________
19385[ 11411] By: nick on 2001/07/19 06:41:34
19386 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
19387 From: Philip Newton <Philip.Newton@gmx.net>
19388 Date: Wed, 18 Jul 2001 21:43:57 +0200
19389 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
19390 Branch: perl
19391 ! pod/perlhack.pod
19392____________________________________________________________________________
19393[ 11410] By: nick on 2001/07/19 06:39:35
19394 Log: Subject: Security hole in taint checking in open()
19395 From: deekoo@tentacle.net
19396 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
19397 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
19398 Branch: perl
19399 ! doio.c
19400____________________________________________________________________________
19401[ 11409] By: nick on 2001/07/19 06:28:08
19402 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
19403 From: Abhijit Menon-Sen <ams@wiw.org>
19404 Date: Thu, 19 Jul 2001 04:30:43 +0530
19405 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
19406 Branch: perl
19407 ! ext/Time/HiRes/HiRes.xs
19408____________________________________________________________________________
19409[ 11408] By: pudge on 2001/07/19 03:27:36
19410 Log: Update docs with latest implementation information and new URLs.
19411 Branch: maint-5.6/macperl
19412 ! README.macos pod/perlport.pod
19413____________________________________________________________________________
19414[ 11407] By: pudge on 2001/07/19 02:35:46
19415 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
19416 Fix BuildRules to accept optimization variables.
19417 Branch: maint-5.6/macperl
19418 + macos/bundled_ext/Digest/MD5/Makefile.mk
19419 ! macos/BuildRules.mk macos/Makefile.mk
19420 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
19421 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
19422____________________________________________________________________________
19423[ 11406] By: pudge on 2001/07/19 01:11:39
19424 Log: Integrate changes 11399,11401
19425 Branch: maint-5.6/macperl
19426 !> win32/perlhost.h win32/win32.c
19427____________________________________________________________________________
19428[ 11405] By: nick on 2001/07/18 06:50:33
19429 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
19430 from perl5.6*
19431 Branch: perl
19432 !> win32/perlhost.h win32/win32.c
19433____________________________________________________________________________
19434[ 11404] By: nick on 2001/07/18 06:43:59
19435 Log: Subject: Re: Perl 5.7.2 Has Been Released
19436 From: hv@crypt0.demon.co.uk
19437 Date: Wed, 18 Jul 2001 05:58:46 +0100
19438 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
19439 Branch: perl
19440 ! ext/POSIX/POSIX.t
19441____________________________________________________________________________
19442[ 11403] By: nick on 2001/07/18 06:38:57
19443 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
19444 From: hv@crypt0.demon.co.uk
19445 Date: Wed, 18 Jul 2001 05:21:54 +0100
19446 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
19447 Branch: perl
19448 ! numeric.c t/op/arith.t
19449____________________________________________________________________________
19450[ 11402] By: nick on 2001/07/18 06:19:17
19451 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
19452 From: mjd@plover.com
19453 Date: 17 Jul 2001 17:59:20 -0000
19454 Message-Id: <20010717175920.8177.qmail@plover.com>
19455 Branch: perl
19456 ! pod/perlre.pod
19457____________________________________________________________________________
19458[ 11401] By: gsar on 2001/07/17 21:31:31
19459 Log: thinko in change#11400 (duh)
19460 Branch: maint-5.6/perl
19461 ! win32/perlhost.h
19462____________________________________________________________________________
19463[ 11400] By: gsar on 2001/07/17 19:46:34
19464 Log: change#11399 revealed another unrelated bug; this is just a temporary
19465 bandaid
19466 Branch: maint-5.6/perl
19467 ! win32/perlhost.h
19468____________________________________________________________________________
19469[ 11399] By: gsar on 2001/07/17 19:11:57
19470 Log: fix bugs in handling of the virtualized environment under windows;
19471 there were bugs in propagating any changes to %ENV down to the real
19472 environment when such changes happened in the toplevel process
19473 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
19474 problem identification, and for a part of the fix)
19475 Branch: maint-5.6/perl
19476 ! win32/perlhost.h win32/win32.c
19477____________________________________________________________________________
19478[ 11398] By: nick on 2001/07/17 08:26:35
19479 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19480 From: Peter Prymmer <pvhp@forte.com>
19481 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
19482 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
19483
19484 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
19485 should not depend on existance of Config.pm
19486 Branch: perl
19487 +> t/lib/commonsense.t
19488 - t/base/commonsense.t
19489 ! MANIFEST t/README
19490____________________________________________________________________________
19491[ 11397] By: nick on 2001/07/17 08:09:58
19492 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
19493 From: Michael G Schwern <schwern@pobox.com>
19494 Date: Mon, 16 Jul 2001 18:20:31 -0400
19495 Message-Id: <20010716182031.A1128@blackrider>
19496 Branch: perl
19497 ! pod/perlhack.pod
19498____________________________________________________________________________
19499[ 11396] By: nick on 2001/07/17 08:04:11
19500 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
19501 From: Gwyn Judd <b.judd@xtra.co.nz>
19502 Date: Tue, 17 Jul 2001 20:55:58 +1200
19503 Message-Id: <20010717205558.A3107@thislove>
19504 Branch: perl
19505 ! pod/perlfunc.pod
19506____________________________________________________________________________
19507[ 11395] By: nick on 2001/07/17 08:02:22
19508 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
19509 From: Peter Prymmer <pvhp@forte.com>
19510 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
19511 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
19512 Branch: perl
19513 ! t/op/sprintf.t
19514____________________________________________________________________________
19515[ 11394] By: nick on 2001/07/17 07:57:06
19516 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
19517 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
19518 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
19519 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
19520 Branch: perl
19521 ! gv.c
19522____________________________________________________________________________
19523[ 11392] By: nick on 2001/07/17 07:50:12
19524 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
19525 From: Coral <coral@moonlight.crystalflame.net>
19526 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
19527 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
19528 Branch: perl
19529 ! pp_sys.c thread.h
19530____________________________________________________________________________
19531[ 11391] By: nick on 2001/07/17 07:34:28
19532 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
19533 From: Jonathan Stowe <gellyfish@gellyfish.com>
19534 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
19535 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
19536 Branch: perl
19537 ! utils/h2xs.PL
19538____________________________________________________________________________
19539[ 11390] By: pudge on 2001/07/16 23:54:44
19540 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
19541 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
19542 and Mac::Apps::Launch, which don't work, and Time::HiRes and
19543 Time::Piece, which don't yet work.
19544 Branch: maint-5.6/macperl
19545 + (add 154 files)
19546____________________________________________________________________________
19547[ 11389] By: pudge on 2001/07/16 23:13:10
19548 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
19549 Also add hack to get around missing setenv for PERL5DB.
19550 Branch: maint-5.6/macperl
19551 ! macos/macish.c macos/macish.h
19552____________________________________________________________________________
19553[ 11388] By: pudge on 2001/07/16 23:11:26
19554 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
19555 Branch: maint-5.6/macperl
19556 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
19557 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
19558____________________________________________________________________________
19559[ 11387] By: pudge on 2001/07/16 23:05:12
19560 Log: Fix up some configuration and make options, add extra
19561 extensions.
19562 Branch: maint-5.6/macperl
19563 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
19564 ! macos/macperl/Makefile.mk
19565____________________________________________________________________________
19566[ 11386] By: pudge on 2001/07/16 21:22:32
19567 Log: From Change 11374 in maintperl.
19568 Branch: maint-5.6/macperl
19569 !> utils/h2ph.PL
19570____________________________________________________________________________
19571[ 11385] By: nick on 2001/07/16 14:12:58
19572 Log: Back out change to h2xs till it passes its test.
19573 Branch: perl
19574 ! utils/h2xs.PL
19575____________________________________________________________________________
19576[ 11384] By: nick on 2001/07/16 14:00:10
19577 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
19578 From: Jonathan Stowe <gellyfish@gellyfish.com>
19579 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
19580 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
19581 Branch: perl
19582 ! utils/h2xs.PL
19583____________________________________________________________________________
19584[ 11383] By: nick on 2001/07/16 13:53:12
19585 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
19586 From: Robin Houston <robin@kitsite.com>
19587 Date: Sun, 15 Jul 2001 18:22:31 +0100
19588 Message-Id: <20010715182230.A11174@robin>
19589 Branch: perl
19590 ! hints/darwin.sh
19591____________________________________________________________________________
19592[ 11382] By: nick on 2001/07/16 13:52:49
19593 Log: Subject: [PATCH perl@11372] re_dup
19594 From: Radu Greab <radu@netsoft.ro>
19595 Date: Sun, 15 Jul 2001 04:50:06 +0300
19596 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
19597 Branch: perl
19598 ! sv.c
19599____________________________________________________________________________
19600[ 11379] By: nick on 2001/07/16 13:35:39
19601 Log: Subject: [PATCH B::Deparse] formats can't contain formats
19602 From: Robin Houston <robin@kitsite.com>
19603 Date: Sat, 14 Jul 2001 14:28:50 +0100
19604 Message-Id: <20010714142850.A10205@robin>
19605 Branch: perl
19606 ! ext/B/B/Deparse.pm
19607____________________________________________________________________________
19608[ 11378] By: nick on 2001/07/16 13:30:36
19609 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
19610 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
19611 Date: Sat, 14 Jul 2001 22:17:42 +0900
19612 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
19613 Branch: perl
19614 + ext/Encode/Encode/euc-jp-0212.enc
19615 ! ext/Encode/Encode/Tcl.pm
19616____________________________________________________________________________
19617[ 11377] By: nick on 2001/07/16 13:17:28
19618 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
19619 From: Andy Dougherty <doughera@lafayette.edu>
19620 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
19621 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
19622 Branch: perl
19623 ! hints/darwin.sh hints/rhapsody.sh
19624____________________________________________________________________________
19625[ 11376] By: nick on 2001/07/16 09:05:00
19626 Log: Integrate mainline
19627 Branch: perlio
19628 +> ext/Encode/Encode/7bit-greek.enc
19629 +> ext/Encode/Encode/7bit-latin1.enc
19630 +> ext/Encode/Encode/cns11643-1.enc
19631 +> ext/Encode/Encode/cns11643-2.enc
19632 +> ext/Encode/Encode/iso2022-cn.enc
19633 +> ext/Encode/Encode/iso2022-jp1.enc
19634 +> ext/Encode/Encode/iso2022-jp2.enc
19635 !> Changes Configure MANIFEST Makefile.SH
19636 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19637 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
19638 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
19639 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
19640 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
19641____________________________________________________________________________
19642[ 11375] By: gsar on 2001/07/16 02:46:11
19643 Log: integrate change#11374 from maint-5.6
19644
19645 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19646 Branch: perl
19647 !> utils/h2ph.PL
19648____________________________________________________________________________
19649[ 11374] By: gsar on 2001/07/16 02:10:51
19650 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19651 Branch: maint-5.6/perl
19652 ! utils/h2ph.PL
19653____________________________________________________________________________
19654[ 11373] By: jhi on 2001/07/14 09:27:10
19655 Log: Update Changes.
19656 Branch: perl
19657 ! Changes patchlevel.h
19658____________________________________________________________________________
7d32079d
JH
19659[ 11372] By: jhi on 2001/07/14 09:19:18
19660 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
19661 From: Jonathan Stowe <gellyfish@gellyfish.com>
19662 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
19663 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
19664 Branch: perl
19665 ! utils/h2xs.PL
19666____________________________________________________________________________
19667[ 11371] By: jhi on 2001/07/14 09:18:09
19668 Log: Subject: patch to add DEL to [:cntrl:]
19669 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19670 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
19671 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
19672 Branch: perl
19673 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
19674____________________________________________________________________________
19675[ 11370] By: jhi on 2001/07/14 01:33:17
19676 Log: Metaconfig unit change for #11369; plus a dependency nit.
19677 Branch: metaconfig
19678 ! U/compline/nblock_io.U
19679 Branch: metaconfig/U/perl
19680 ! Extensions.U
19681____________________________________________________________________________
19682[ 11369] By: jhi on 2001/07/14 01:32:33
19683 Log: #include <stdlib.h> so that exit() is prototyped,
19684 noticed by Hugo.
19685 Branch: perl
19686 ! Configure
19687____________________________________________________________________________
19688[ 11368] By: jhi on 2001/07/14 01:18:28
19689 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19690 From: Peter Prymmer <pvhp@forte.com>
19691 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
19692 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
19693 Branch: perl
19694 ! t/op/sprintf.t
19695____________________________________________________________________________
19696[ 11367] By: jhi on 2001/07/14 01:07:03
19697 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
19698 From: Peter Prymmer <pvhp@forte.com>
19699 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
19700 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
19701 Branch: perl
19702 ! ext/Encode/Encode/Tcl.t
19703____________________________________________________________________________
19704[ 11366] By: jhi on 2001/07/13 22:48:47
19705 Log: Add information about gcc 3.0 basic block profiling.
19706 Branch: perl
19707 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
19708____________________________________________________________________________
19709[ 11365] By: jhi on 2001/07/13 21:22:20
19710 Log: Subject: Error in lib/PerlIO/Via.pm ?
19711 From: Mark-Jason Dominus <mjd@plover.com>
19712 Date: Fri, 13 Jul 2001 15:55:41 -0400
19713 Message-ID: <20010713195541.26751.qmail@plover.com>
19714 Branch: perl
19715 ! ext/PerlIO/Via/Via.pm
19716____________________________________________________________________________
19717[ 11364] By: jhi on 2001/07/13 21:21:23
19718 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
19719 section from the Compiler section.
19720 Branch: perl
19721 ! myconfig.SH
19722____________________________________________________________________________
19723[ 11363] By: jhi on 2001/07/13 21:19:34
19724 Log: Handle glibc style of constant definitions using enum
19725 with intervening #defines; from Brendan O'Dea.
19726 Branch: perl
19727 ! utils/h2ph.PL
19728____________________________________________________________________________
19729[ 11362] By: jhi on 2001/07/13 21:17:40
19730 Log: Add LC_MESSAGES to the locale_h export tag (it already is
19731 in the Makefile.PL and thusly eligible for an XS constant)
19732 (see also maintperl #10543)
19733 Branch: perl
19734 ! ext/POSIX/POSIX.pm
19735____________________________________________________________________________
19736[ 11361] By: jhi on 2001/07/13 15:12:37
19737 Log: Subject: Re: [patch] re_dup
19738 From: Abhijit Menon-Sen <ams@wiw.org>
19739 Date: Fri, 13 Jul 2001 21:41:09 +0530
19740 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
19741 Branch: perl
19742 ! sv.c
19743____________________________________________________________________________
19744[ 11360] By: jhi on 2001/07/13 15:11:45
19745 Log: Subject: [patch] re_dup
19746 From: Doug MacEachern <dougm@covalent.net>
19747 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
19748 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
19749 Branch: perl
19750 ! sv.c
19751____________________________________________________________________________
19752[ 11359] By: jhi on 2001/07/13 14:30:32
19753 Log: Update Changes.
19754 Branch: perl
19755 ! Changes patchlevel.h
19756____________________________________________________________________________
90085e7e
JH
19757[ 11358] By: jhi on 2001/07/13 14:26:36
19758 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
19759 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19760 Date: Sat, 14 Jul 2001 00:06:30 +0900
19761 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
19762 Branch: perl
19763 + ext/Encode/Encode/7bit-greek.enc
19764 + ext/Encode/Encode/7bit-latin1.enc
19765 + ext/Encode/Encode/cns11643-1.enc
19766 + ext/Encode/Encode/cns11643-2.enc
19767 + ext/Encode/Encode/iso2022-cn.enc
19768 + ext/Encode/Encode/iso2022-jp1.enc
19769 + ext/Encode/Encode/iso2022-jp2.enc
19770 ! MANIFEST ext/Encode/Encode/Tcl.pm
19771 ! ext/Encode/Encode/iso2022-kr.enc
19772____________________________________________________________________________
19773[ 11357] By: nick on 2001/07/13 14:24:06
19774 Log: Blind integrate mainline (as of 5.7.2?)
19775 Branch: perlio
19776 !> AUTHORS Changes Porting/config.sh Porting/config_H
19777 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
19778 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19779 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19780 !> win32/makefile.mk
19781____________________________________________________________________________
19782[ 11355] By: jhi on 2001/07/13 13:13:46
19783 Log: Snip away the devel patchlevel.
19784 Branch: perl
19785 ! patchlevel.h
19786____________________________________________________________________________
19787[ 11354] By: jhi on 2001/07/13 13:12:01
19788 Log: Bump the version to 5.7.2.
19789 Branch: perl
19790 ! Porting/config.sh Porting/config_H patchlevel.h
19791 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19792 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19793 ! win32/makefile.mk
19794____________________________________________________________________________
19795[ 11353] By: jhi on 2001/07/13 13:00:00
19796 Log: Update Changes.
19797 Branch: perl
19798 ! Changes
19799____________________________________________________________________________
585d6f80
JH
19800[ 11352] By: jhi on 2001/07/13 12:54:49
19801 Log: Reword.
19802 Branch: perl
19803 ! AUTHORS
19804____________________________________________________________________________
19805[ 11351] By: jhi on 2001/07/13 12:52:47
19806 Log: AUTHORS update.
19807 Branch: perl
19808 ! AUTHORS
19809____________________________________________________________________________
19810[ 11350] By: jhi on 2001/07/13 12:24:36
19811 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
19812 unless ithreads.
19813 Branch: perl
19814 ! makedef.pl
19815____________________________________________________________________________
19816[ 11349] By: jhi on 2001/07/13 11:54:10
19817 Log: Integrate perlio.
19818 Branch: perl
19819 !> win32/distclean.bat
19820____________________________________________________________________________
19821[ 11348] By: jhi on 2001/07/13 11:49:50
19822 Log: Test the encoding transform only iff we have PerlIO,
19823 noticed by H. Merijn Brand.
19824 Branch: perl
19825 ! ext/PerlIO/t/encoding.t
19826____________________________________________________________________________
19827[ 11347] By: jhi on 2001/07/13 11:40:13
19828 Log: README.netware tweaks from Ananth Kesari.
19829 Branch: perl
19830 ! README.netware
19831____________________________________________________________________________
19832[ 11346] By: nick on 2001/07/13 09:18:51
19833 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
19834 to avoid /unicode vs /Unicode issues.
19835 Branch: perlio
19836 ! win32/distclean.bat
19837____________________________________________________________________________
19838[ 11345] By: nick on 2001/07/13 06:24:18
19839 Log: Integrate mainline
19840 Branch: perlio
19841 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
19842 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
19843 !> (integrate 63 files)
19844____________________________________________________________________________
19845[ 11344] By: jhi on 2001/07/13 04:50:22
19846 Log: Add d_bincompat5005 information to perl -V.
19847 Branch: perl
19848 ! myconfig.SH
19849____________________________________________________________________________
19850[ 11343] By: jhi on 2001/07/13 03:42:05
19851 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
19852 From: Abhijit Menon-Sen <ams@wiw.org>
19853 Date: Fri, 13 Jul 2001 07:12:36 +0530
19854 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
19855 Branch: perl
19856 ! sv.c
19857____________________________________________________________________________
19858[ 11342] By: jhi on 2001/07/13 03:36:22
19859 Log: Remove unicode::distinct, as per Inaba Hiroto.
19860 Branch: perl
19861 - lib/unicode/distinct.pm
19862 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
19863 ! t/lib/1_compile.t
19864____________________________________________________________________________
19865[ 11341] By: jhi on 2001/07/13 00:05:53
19866 Log: Paging for Dr Octothorpe.
19867 Branch: perl
19868 ! pod/perlfaq4.pod
19869____________________________________________________________________________
19870[ 11340] By: jhi on 2001/07/12 23:53:44
19871 Log: cut-n-paste error noticed by mjd.
19872 Branch: perl
19873 ! pod/perlfaq4.pod
19874____________________________________________________________________________
19875[ 11339] By: jhi on 2001/07/12 23:39:42
19876 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
19877 From: Peter Prymmer <pvhp@forte.com>
19878 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
19879 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
19880 Branch: perl
19881 ! pod/perlfaq4.pod
19882____________________________________________________________________________
19883[ 11338] By: jhi on 2001/07/12 23:38:49
19884 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
19885 From: Randall Gellens <randy@qualcomm.com>
19886 Date: Thu, 12 Jul 2001 16:56:23 -0700
19887 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
19888 Branch: perl
19889 ! Porting/repository.pod
19890____________________________________________________________________________
19891[ 11337] By: jhi on 2001/07/12 23:35:06
19892 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
19893 Branch: perl
19894 ! thread.h
19895____________________________________________________________________________
19896[ 11336] By: jhi on 2001/07/12 23:23:39
19897 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
19898 From: coral <coral@moonlight.crystalflame.net>
19899 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
19900 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
19901 Branch: perl
19902 ! thread.h
19903____________________________________________________________________________
19904[ 11335] By: jhi on 2001/07/12 23:23:14
19905 Log: Metaconfig unit change for #11134.
19906 Branch: metaconfig
19907 + U/threads/d_pthread_atfork.U
19908____________________________________________________________________________
19909[ 11334] By: jhi on 2001/07/12 23:22:42
19910 Log: Add HAS_PTHREAD_ATFORK.
19911 Branch: perl
19912 ! Configure NetWare/config.wc NetWare/config_H.wc
19913 ! Porting/Glossary Porting/config.sh Porting/config_H
19914 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
19915 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
19916 ! vos/config.ga.def vos/config.ga.h win32/config.bc
19917 ! win32/config.gc win32/config.vc win32/config_H.bc
19918 ! win32/config_H.gc win32/config_H.vc
19919____________________________________________________________________________
19920[ 11333] By: jhi on 2001/07/12 22:58:35
19921 Log: Subject: [PATCH] File::Copy fails on tied handles
19922 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
19923 Date: Thu, 12 Jul 2001 15:18:51 -0700
19924 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
19925 Branch: perl
19926 ! lib/File/Copy.pm
19927____________________________________________________________________________
19928[ 11332] By: jhi on 2001/07/12 22:57:04
19929 Log: Subject: [PATCH] Langinfo.t
19930 From: Nicholas Clark <nick@ccl4.org>
19931 Date: Thu, 12 Jul 2001 23:55:38 +0100
19932 Message-ID: <20010712235538.M5827@plum.flirble.org>
19933 Branch: perl
19934 ! ext/I18N/Langinfo/Langinfo.t
19935____________________________________________________________________________
19936[ 11331] By: jhi on 2001/07/12 22:56:09
19937 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
19938 From: Peter Prymmer <pvhp@forte.com>
19939 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
19940 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
19941 Branch: perl
19942 ! pod/perl572delta.pod
19943____________________________________________________________________________
19944[ 11330] By: jhi on 2001/07/12 22:55:23
19945 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
19946 From: Abhijit Menon-Sen <ams@wiw.org>
19947 Date: Fri, 13 Jul 2001 05:21:16 +0530
19948 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
19949 Branch: perl
19950 ! sv.c
19951____________________________________________________________________________
19952[ 11329] By: jhi on 2001/07/12 22:54:39
19953 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
19954 From: Abhijit Menon-Sen <ams@wiw.org>
19955 Date: Fri, 13 Jul 2001 03:04:25 +0530
19956 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
19957 Branch: perl
19958 ! av.c
19959____________________________________________________________________________
19960[ 11328] By: gsar on 2001/07/12 19:02:01
19961 Log: s/^M$//g
19962 Branch: perl
19963 ! win32/Makefile win32/makefile.mk
19964____________________________________________________________________________
19965[ 11327] By: jhi on 2001/07/12 18:54:09
19966 Log: Update Changes.
19967 Branch: perl
19968 ! Changes patchlevel.h
19969____________________________________________________________________________
1a307847
JH
19970[ 11326] By: jhi on 2001/07/12 18:17:18
19971 Log: Typo spotted by Philip Newton.
19972 Branch: perl
19973 ! pod/perl572delta.pod
19974____________________________________________________________________________
19975[ 11325] By: jhi on 2001/07/12 18:11:42
19976 Log: Subject: [PATCH] fixes perl_clone of perl_clone
19977 From: Artur Bergman <artur@contiller.se>
19978 Date: Thu, 12 Jul 2001 20:57:09 +0200
19979 Message-ID: <B773BFA4.236B%artur@contiller.se>
19980 Branch: perl
19981 ! sv.c
19982____________________________________________________________________________
19983[ 11324] By: jhi on 2001/07/12 18:09:17
19984 Log: Add README.uts from Hal Morris.
19985 Branch: perl
19986 + README.uts
19987 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
19988 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19989____________________________________________________________________________
19990[ 11323] By: jhi on 2001/07/12 17:48:33
19991 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
19992 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19993 Date: Thu, 12 Jul 2001 20:32:37 +0200
19994 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
19995 Branch: perl
19996 ! hints/aix.sh
19997____________________________________________________________________________
19998[ 11322] By: jhi on 2001/07/12 17:44:29
19999 Log: Subject: Patch: document reg_data.what member
20000 From: Mark-Jason Dominus <mjd@plover.com>
20001 Message-ID: <20010712182532.14821.qmail@plover.com>
20002 Date: Thu, 12 Jul 2001 14:25:32 -0400
20003 Branch: perl
20004 ! regcomp.c regcomp.h
20005____________________________________________________________________________
20006[ 11321] By: jhi on 2001/07/12 17:43:18
20007 Log: Subject: [PATCH] Perl_re_dup()
20008 From: Abhijit Menon-Sen <ams@wiw.org>
20009 Date: Thu, 12 Jul 2001 23:54:32 +0530
20010 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
20011 Branch: perl
20012 ! embed.h embed.pl perlapi.c proto.h sv.c
20013____________________________________________________________________________
20014[ 11320] By: jhi on 2001/07/12 17:18:54
20015 Log: Regen Configure, modlib, toc.
20016 Branch: perl
20017 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20018 ! pod/perlmodlib.pod pod/perltoc.pod
20019____________________________________________________________________________
20020[ 11319] By: jhi on 2001/07/12 17:08:15
20021 Log: The problem seems to be in PerlIO::Layer::->find() not
20022 accepting the ":encoding(blurflur)" arguments.
20023 Branch: perl
20024 ! lib/PerlIO.pm lib/open.pm
20025____________________________________________________________________________
20026[ 11318] By: jhi on 2001/07/12 16:58:11
20027 Log: AIX doc update.
20028 Branch: perl
20029 ! README.aix pod/perl572delta.pod
20030____________________________________________________________________________
20031[ 11317] By: jhi on 2001/07/12 16:39:11
20032 Log: Subject: AIX README update
20033 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20034 Date: Thu, 12 Jul 2001 19:28:30 +0200
20035 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
20036 Branch: perl
20037 ! README.aix
20038____________________________________________________________________________
20039[ 11316] By: jhi on 2001/07/12 16:37:15
20040 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
20041 From: Norton Allen <allen@huarp.harvard.edu>
20042 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
20043 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
20044 Branch: perl
20045 ! ext/IO/lib/IO/t/io_unix.t
20046____________________________________________________________________________
20047[ 11315] By: jhi on 2001/07/12 16:35:53
20048 Log: Subject: [PATCH README.qnx hints/qnx.sh]
20049 From: Norton Allen <allen@huarp.harvard.edu>
20050 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
20051 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
20052 Branch: perl
20053 ! README.qnx hints/qnx.sh
20054____________________________________________________________________________
20055[ 11314] By: jhi on 2001/07/12 16:13:15
20056 Log: Subject: [patch] faster PM_GETRE
20057 From: Doug MacEachern <dougm@covalent.net>
20058 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
20059 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
20060 Branch: perl
20061 ! op.h
20062____________________________________________________________________________
20063[ 11313] By: jhi on 2001/07/12 16:12:23
20064 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
20065 From: Doug MacEachern <dougm@covalent.net>
20066 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
20067 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
20068 Branch: perl
20069 ! op.c
20070____________________________________________________________________________
20071[ 11312] By: jhi on 2001/07/12 16:07:22
20072 Log: Tell where the nice Estonian database is.
20073 Branch: perl
20074 ! lib/open.pm
20075____________________________________________________________________________
20076[ 11311] By: jhi on 2001/07/12 16:05:31
20077 Log: Retract #11309 since #11310 is a better fix.
20078 Branch: perl
20079 ! t/lib/1_compile.t
20080____________________________________________________________________________
20081[ 11310] By: gsar on 2001/07/12 15:50:40
20082 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
20083 change#11300 needs to return the status of failed win32_spawnvp())
20084
20085 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
20086 splitting correctly; remove unused variables; 'require' at run time
20087 rather than 'use' at compile time for I18N::Langinfo, since it
20088 isn't everyware
20089 Branch: perl
20090 ! lib/open.pm win32/win32.c
20091____________________________________________________________________________
20092[ 11309] By: jhi on 2001/07/12 15:29:55
20093 Log: Temporary workaround.
20094 Branch: perl
20095 ! t/lib/1_compile.t
20096____________________________________________________________________________
20097[ 11308] By: jhi on 2001/07/12 14:44:51
20098 Log: UCD typo in #11306 and add also more known-to-be-tested
20099 modules to the skip list.
20100 Branch: perl
20101 ! t/lib/1_compile.t
20102____________________________________________________________________________
20103[ 11307] By: jhi on 2001/07/12 14:38:38
20104 Log: Rename Unicode::UCD to UnicodeCD to avoid
20105 messups with case-insensitive filesystems.
20106 Branch: perl
20107 + lib/UnicodeCD.pm lib/UnicodeCD.t
20108 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
20109 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
20110____________________________________________________________________________
20111[ 11306] By: jhi on 2001/07/12 13:32:05
20112 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
20113 From: daniel@biz.bitpusher.com
20114 Date: Wed, 11 Jul 2001 23:25:47 -0700
20115 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
20116 Branch: perl
20117 ! lib/Tie/Array.pm t/op/splice.t
20118____________________________________________________________________________
20119[ 11305] By: jhi on 2001/07/12 13:05:46
20120 Log: Subject: [PATCH] More accurate line numbers in messages
20121 From: Paul Johnson <paul@pjcj.net>
20122 Date: Thu, 12 Jul 2001 04:14:11 +0200
20123 Message-ID: <20010712041411.A3467@pjcj.net>
20124
20125 (With prototyping and multiplicity tweaks.)
20126 Branch: perl
20127 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
20128____________________________________________________________________________
20129[ 11304] By: nick on 2001/07/12 12:53:40
20130 Log: Integrate mainline
20131 Branch: perlio
20132 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
20133 !> regexec.c thread.h
20134____________________________________________________________________________
20135[ 11303] By: jhi on 2001/07/12 12:46:20
20136 Log: Cut-and-pasto in #11298.
20137 Branch: perl
20138 ! ext/ByteLoader/bytecode.h
20139____________________________________________________________________________
20140[ 11302] By: jhi on 2001/07/12 12:42:35
20141 Log: Update the AIX known problems section.
20142 Branch: perl
20143 ! pod/perl572delta.pod
20144____________________________________________________________________________
20145[ 11301] By: jhi on 2001/07/12 12:36:46
20146 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
20147 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20148 Date: Thu, 12 Jul 2001 12:16:16 +0200
20149 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
20150 Branch: perl
20151 ! hints/aix.sh
20152____________________________________________________________________________
20153[ 11300] By: jhi on 2001/07/12 12:35:44
20154 Log: Integrate perlio.
20155 Branch: perl
20156 !> makedef.pl win32/win32.c
20157____________________________________________________________________________
20158[ 11299] By: jhi on 2001/07/12 12:33:57
20159 Log: Subject: [PATCH] fix for PMOP threadness failures
20160 From: Artur Bergman <artur@contiller.se>
20161 Date: Thu, 12 Jul 2001 09:48:06 +0200
20162 Message-ID: <B77322D6.22DD%artur@contiller.se>
20163 Branch: perl
20164 ! regexec.c
20165____________________________________________________________________________
20166[ 11298] By: jhi on 2001/07/12 12:27:47
20167 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
20168 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20169 Date: Thu, 12 Jul 2001 09:09:48 +0200
20170 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
20171
20172 More parentheses to keep bcc happy.
20173 Branch: perl
20174 ! ext/ByteLoader/bytecode.h
20175____________________________________________________________________________
20176[ 11297] By: jhi on 2001/07/12 12:24:50
20177 Log: Subject: Re: [patch] pthread_atfork bandaid
20178 From: Doug MacEachern <dougm@covalent.net>
20179 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
20180 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
20181 Branch: perl
20182 ! thread.h
20183____________________________________________________________________________
20184[ 11296] By: nick on 2001/07/12 11:55:48
20185 Log: Exclude reentrant_buffer from .def file
20186 Branch: perlio
20187 ! makedef.pl
20188____________________________________________________________________________
20189[ 11295] By: nick on 2001/07/12 11:11:44
20190 Log: Honour void-ness of my_exit()
20191 Branch: perlio
20192 ! win32/win32.c
20193____________________________________________________________________________
20194[ 11294] By: nick on 2001/07/12 07:51:04
20195 Log: Integrate mainline
20196 Branch: perlio
20197 +> uts/sprintf_wrap.c
20198 !> (integrate 35 files)
20199____________________________________________________________________________
20200[ 11293] By: jhi on 2001/07/12 04:58:08
20201 Log: Retract #11289.
20202 Branch: perl
20203 ! embed.h embed.pl perl.c proto.h thread.h
20204____________________________________________________________________________
20205[ 11292] By: jhi on 2001/07/12 04:47:43
20206 Log: Now the :locale pseudolayer *almost* works...
20207 Branch: perl
20208 ! lib/open.pm
20209____________________________________________________________________________
20210[ 11291] By: jhi on 2001/07/12 04:36:47
20211 Log: Locale encoding tweaks.
20212 Branch: perl
20213 ! lib/open.pm
20214____________________________________________________________________________
20215[ 11290] By: jhi on 2001/07/12 04:25:53
20216 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
20217 From: Mark-Jason Dominus <mjd@plover.com>
20218 Date: Thu, 12 Jul 2001 00:59:31 -0400
20219 Message-ID: <20010712045931.8543.qmail@plover.com>
20220
20221 Remove the chmod/umask leading zero warning.
20222 Branch: perl
20223 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
20224 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20225____________________________________________________________________________
20226[ 11289] By: jhi on 2001/07/12 04:16:41
20227 Log: (Retracted by #11289.)
20228 Branch: perl
20229 ! embed.h embed.pl perl.c proto.h thread.h
20230____________________________________________________________________________
20231[ 11288] By: jhi on 2001/07/12 03:45:11
20232 Log: Needed by #11283.
20233 Branch: perl
20234 ! intrpvar.h
20235____________________________________________________________________________
20236[ 11287] By: jhi on 2001/07/12 03:40:04
20237 Log: Metaconfig unit change for #11286.
20238 Branch: metaconfig/U/perl
20239 ! patchlevel.U
20240____________________________________________________________________________
20241[ 11286] By: jhi on 2001/07/12 03:39:18
20242 Log: Subject: Re: [PATCH Configure] perl -V broken
20243 From: Andy Dougherty <doughera@lafayette.edu>
20244 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
20245 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
20246 Branch: perl
20247 ! Configure myconfig.SH
20248____________________________________________________________________________
20249[ 11285] By: jhi on 2001/07/12 03:27:28
20250 Log: Retract #11166 (and #11237).
20251 Branch: perl
20252 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
20253 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
20254 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20255____________________________________________________________________________
20256[ 11284] By: jhi on 2001/07/12 02:36:42
20257 Log: UTS tweaks for Hal Morris.
20258 Branch: perl
20259 + uts/sprintf_wrap.c
20260 ! MANIFEST hints/uts.sh perl.h
20261____________________________________________________________________________
20262[ 11283] By: jhi on 2001/07/12 00:52:36
20263 Log: Subject: [PATCH] Use reentrant API glibc
20264 From: Artur Bergman <artur@contiller.se>
20265 Date: Thu, 12 Jul 2001 00:58:21 +0200
20266 Message-ID: <B772A6AD.2288%artur@contiller.se>
20267 Branch: perl
20268 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
20269 ! sv.c
20270____________________________________________________________________________
20271[ 11282] By: jhi on 2001/07/12 00:35:27
20272 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
20273 From: barries <barries@slaysys.com>
20274 Date: Wed, 11 Jul 2001 15:11:46 -0400
20275 Message-ID: <20010711151146.G24560@jester.slaysys.com>
20276 Branch: perl
20277 ! pp_sys.c t/lib/warnings/doio win32/win32.c
20278____________________________________________________________________________
20279[ 11281] By: jhi on 2001/07/12 00:32:17
20280 Log: Subject: [patch] pthread_atfork bandaid
20281 From: Doug MacEachern <dougm@covalent.net>
20282 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
20283 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
20284 Branch: perl
20285 ! miniperlmain.c perl.c
20286____________________________________________________________________________
20287[ 11280] By: jhi on 2001/07/12 00:31:34
20288 Log: Subject: [patch] perl_clone leaks
20289 From: Doug MacEachern <dougm@covalent.net>
20290 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
20291 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
20292 Branch: perl
20293 ! sv.c
20294____________________________________________________________________________
20295[ 11279] By: nick on 2001/07/11 15:49:38
20296 Log: Integrate mainline
20297 Branch: perlio
20298 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
20299 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
20300 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
20301 +> lib/Term/ANSIColor/README
20302 !> (integrate 54 files)
20303____________________________________________________________________________
20304[ 11278] By: jhi on 2001/07/11 13:52:20
20305 Log: Update Changes.
20306 Branch: perl
20307 ! Changes patchlevel.h
20308____________________________________________________________________________
14261ed0
JH
20309[ 11277] By: jhi on 2001/07/11 13:31:43
20310 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
20311 From: Peter Prymmer <pvhp@forte.com>
20312 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
20313 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
20314
20315 Backport of embed.pl to 5.003.
20316 Branch: perl
20317 ! embed.pl
20318____________________________________________________________________________
20319[ 11276] By: jhi on 2001/07/11 13:18:07
20320 Log: Subject: Re: POSIX test #14 on UTS
20321 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20322 Date: Wed, 11 Jul 2001 03:02:14 +0100
20323 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
20324 Branch: perl
20325 ! ext/POSIX/POSIX.t
20326____________________________________________________________________________
20327[ 11275] By: jhi on 2001/07/11 13:15:49
20328 Log: Make the I32 an IV to preserve structure alignment and size.
20329 Branch: perl
20330 ! op.h
20331____________________________________________________________________________
20332[ 11274] By: jhi on 2001/07/11 13:13:27
20333 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
20334 From: "Artur Bergman" <artur@contiller.se>
20335 Date: Wed, 11 Jul 2001 14:23:37 +0200
20336 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
20337
20338 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
20339 Branch: perl
20340 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
20341 ! pod/perlapi.pod sv.c
20342____________________________________________________________________________
20343[ 11273] By: jhi on 2001/07/11 03:53:28
20344 Log: Tweak until Pod::Parser gets updated.
20345 Branch: perl
20346 ! t/pod/special_seqs.xr
20347____________________________________________________________________________
20348[ 11272] By: jhi on 2001/07/11 00:46:05
20349 Log: File::Spec usage tweak.
20350 Branch: perl
20351 ! lib/ExtUtils.t
20352____________________________________________________________________________
20353[ 11271] By: jhi on 2001/07/11 00:37:19
20354 Log: Integrate #11263 from macperl; macos and macosx updates.
20355 Branch: perl
20356 !> pod/perlport.pod
20357____________________________________________________________________________
20358[ 11270] By: jhi on 2001/07/11 00:33:27
20359 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
20360 From: Peter Prymmer <pvhp@forte.com>
20361 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
20362 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
20363 Branch: perl
20364 + ext/Time/HiRes/hints/dynixptx.pl
20365 ! MANIFEST hints/dynixptx.sh
20366____________________________________________________________________________
20367[ 11269] By: jhi on 2001/07/11 00:32:16
20368 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
20369 From: Nicholas Clark <nick@ccl4.org>
20370 Date: Tue, 10 Jul 2001 23:17:43 +0100
20371 Message-ID: <20010710231742.B59620@plum.flirble.org>
20372 Branch: perl
20373 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
20374____________________________________________________________________________
20375[ 11268] By: jhi on 2001/07/11 00:30:56
20376 Log: Subject: [DOC PATCH] Pluggable runops
20377 From: Paul Johnson <paul@pjcj.net>
20378 Date: Tue, 10 Jul 2001 21:53:28 +0200
20379 Message-ID: <20010710215328.B26577@pjcj.net>
20380 Branch: perl
20381 ! pod/perlguts.pod
20382____________________________________________________________________________
20383[ 11267] By: jhi on 2001/07/11 00:29:59
20384 Log: Subject: [PATCH] Authors
20385 From: Artur Bergman <artur@contiller.se>
20386 Date: Tue, 10 Jul 2001 20:39:12 +0200
20387 Message-ID: <B771186F.21CD%artur@contiller.se>
20388 Branch: perl
20389 ! AUTHORS
20390____________________________________________________________________________
20391[ 11266] By: jhi on 2001/07/11 00:29:13
20392 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
20393 From: Doug MacEachern <dougm@covalent.net>
20394 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
20395 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
20396 Branch: perl
20397 ! pp_ctl.c
20398____________________________________________________________________________
20399[ 11265] By: jhi on 2001/07/11 00:28:15
20400 Log: Subject: doc patch; times() in scalar context
20401 From: mjd@plover.com
20402 Date: 10 Jul 2001 18:01:17 -0000
20403 Message-ID: <20010710180117.12477.qmail@plover.com>
20404 Branch: perl
20405 ! pod/perlfunc.pod
20406____________________________________________________________________________
20407[ 11264] By: jhi on 2001/07/11 00:27:17
20408 Log: Subject: [PATCH] Small fix to pp_gmtime
20409 From: Artur Bergman <artur@contiller.se>
20410 Date: Tue, 10 Jul 2001 19:54:52 +0200
20411 Message-ID: <B7710E0B.21C5%artur@contiller.se>
20412 Branch: perl
20413 ! pp_sys.c
20414____________________________________________________________________________
20415[ 11263] By: pudge on 2001/07/10 21:06:10
20416 Log: Integrate changes from mainline perl, add notes about
20417 Mac OS X and Mac OS.
20418 Branch: maint-5.6/macperl
20419 ! pod/perlport.pod
20420____________________________________________________________________________
20421[ 11262] By: jhi on 2001/07/10 15:21:26
20422 Log: A proof of the dangers of package; ?
20423 Branch: perl
20424 ! t/lib/warnings/op
20425____________________________________________________________________________
20426[ 11261] By: jhi on 2001/07/10 15:02:27
20427 Log: Regen toc and modlib.
20428 Branch: perl
20429 ! pod/perlmodlib.pod pod/perltoc.pod
20430____________________________________________________________________________
20431[ 11260] By: jhi on 2001/07/10 15:00:37
20432 Log: Add compexcl(), casefold(), and casespec() interfaces;
20433 and make all interfaces to return hash references instead
20434 of hashes.
20435 Branch: perl
20436 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20437____________________________________________________________________________
20438[ 11259] By: jhi on 2001/07/10 13:50:17
20439 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
20440 From: "Philip Newton" <Philip.Newton@gmx.net>
20441 Date: Tue, 10 Jul 2001 09:55:59 +0200
20442 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
20443
20444 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
20445 From: "Philip Newton" <Philip.Newton@gmx.net>
20446 Date: Tue, 10 Jul 2001 09:56:37 +0200
20447 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
20448 Branch: perl
20449 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20450 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
20451____________________________________________________________________________
20452[ 11258] By: jhi on 2001/07/10 13:47:20
20453 Log: Subject: [patch] undef &xsub for 1,2
20454 From: Doug MacEachern <dougm@covalent.net>
20455 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
20456 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
20457
20458 (This version of the patch with a comment from Gisle.)
20459 Branch: perl
20460 ! op.c
20461____________________________________________________________________________
20462[ 11257] By: jhi on 2001/07/10 13:45:44
20463 Log: Mention package; deprecation and the Win32 problems.
20464 Branch: perl
20465 ! pod/perl572delta.pod
20466____________________________________________________________________________
20467[ 11256] By: jhi on 2001/07/10 13:45:12
20468 Log: Subject: [PATCH] deprecate package with no arguments
20469 From: Robin Houston <robin@kitsite.com>
20470 Date: Tue, 10 Jul 2001 13:33:40 +0100
20471 Message-ID: <20010710133340.A13452@robin.kitsite.com>
20472 Branch: perl
20473 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
20474____________________________________________________________________________
20475[ 11255] By: jhi on 2001/07/10 13:16:11
20476 Log: Upgrade to podlators 1.10.
20477 Branch: perl
20478 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20479 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
20480 ! pod/pod2man.PL pod/pod2text.PL
20481____________________________________________________________________________
20482[ 11254] By: jhi on 2001/07/10 13:09:34
20483 Log: Upgrade to Term::ANSIColor 1.04.
20484 Branch: perl
20485 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
20486 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
20487____________________________________________________________________________
20488[ 11253] By: jhi on 2001/07/10 12:59:27
20489 Log: Integrate perlio (the right fix for the ":layer(args)")
20490 Branch: perl
20491 !> perlio.c
20492____________________________________________________________________________
20493[ 11252] By: nick on 2001/07/10 06:58:14
20494 Log: Fix open(...,"...:layer(xxx)",...)
20495 - use memEQ not strEQ as there is '(' not '\0'
20496 Branch: perlio
20497 ! perlio.c
20498____________________________________________________________________________
20499[ 11251] By: jhi on 2001/07/10 04:04:18
20500 Log: Telling the number of tests helps.
20501 Branch: perl
20502 ! ext/PerlIO/t/encoding.t
20503____________________________________________________________________________
20504[ 11250] By: jhi on 2001/07/10 03:55:38
20505 Log: Require I18N::Langinfo, not use.
20506 Branch: perl
20507 ! lib/open.pm
20508____________________________________________________________________________
20509[ 11249] By: jhi on 2001/07/10 03:50:18
20510 Log: Add a test for for PerlIO ":encoding(...)" layer.
20511 Branch: perl
20512 + ext/PerlIO/t/encoding.t
20513 ! MANIFEST ext/Encode/Encode.pm
20514____________________________________________________________________________
20515[ 11248] By: jhi on 2001/07/10 02:06:57
20516 Log: PerlIO ":encoding(foobar)" temporary fix.
20517 Not really correct, I think, since the change means
20518 that prefixes match.
20519 Branch: perl
20520 ! perlio.c
20521____________________________________________________________________________
20522[ 11247] By: jhi on 2001/07/10 01:38:11
20523 Log: Update to Math::BigInt 1.36. The biggest news is
20524 the separation of the backend; now the pure Perl
20525 implementation is in Math::BigInt::Calc, but one
20526 can plugin, say, Math::BigInt::BitVect, and get
20527 considerable speedup.
20528 Branch: perl
20529 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
20530 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20531 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
20532 ! lib/Math/BigInt/t/mbimbf.t
20533____________________________________________________________________________
20534[ 11246] By: jhi on 2001/07/10 01:19:55
20535 Log: Subject: Re: compatibility question
20536 From: Peter Prymmer <pvhp@forte.com>
20537 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
20538 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
20539 Branch: perl
20540 ! lib/ExtUtils/MM_VMS.pm
20541____________________________________________________________________________
20542[ 11245] By: jhi on 2001/07/10 01:18:04
20543 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
20544 From: Norton Allen <allen@huarp.harvard.edu>
20545 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
20546 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
20547 Branch: perl
20548 ! ext/File/Glob/t/basic.t
20549____________________________________________________________________________
20550[ 11244] By: jhi on 2001/07/10 01:16:27
20551 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
20552 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20553 Date: Tue, 10 Jul 2001 00:29:55 +0900
20554 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
20555 Branch: perl
20556 + ext/Encode/Encode/HZ.enc
20557 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
20558 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20559 ! ext/Encode/Encode/iso2022-jp.enc
20560 ! ext/Encode/Encode/iso2022-kr.enc
20561____________________________________________________________________________
20562[ 11243] By: pudge on 2001/07/09 22:16:12
20563 Log: Add in all them there macos/ files.
20564 Branch: maint-5.6/macperl
20565 + (add 577 files)
20566____________________________________________________________________________
20567[ 11242] By: jhi on 2001/07/09 20:26:04
20568 Log: Add the new modules to the list of having those own tests.
20569 Branch: perl
20570 ! t/lib/1_compile.t
20571____________________________________________________________________________
20572[ 11241] By: jhi on 2001/07/09 19:09:58
20573 Log: Add INOUT to control both ways at the same time.
20574 Branch: perl
20575 ! lib/open.pm
20576____________________________________________________________________________
20577[ 11240] By: nick on 2001/07/09 16:33:50
20578 Log: Integrate mainline
20579 Branch: perlio
20580 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20581 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20582 !> (integrate 41 files)
20583____________________________________________________________________________
20584[ 11239] By: jhi on 2001/07/09 16:14:35
20585 Log: More encoding mapping magic.
20586 Branch: perl
20587 ! lib/open.pm
20588____________________________________________________________________________
20589[ 11238] By: jhi on 2001/07/09 14:40:43
20590 Log: Update Changes.
20591 Branch: perl
20592 ! Changes patchlevel.h
20593____________________________________________________________________________
ff482e31 20594[ 11237] By: jhi on 2001/07/09 14:27:27
585d6f80
JH
20595 Log: (Retracted by #11285).
20596
20597 Subject: [PATCH] OPpCONST_OCTAL fixes
ff482e31
JH
20598 From: Abhijit Menon-Sen <ams@wiw.org>
20599 Date: Mon, 9 Jul 2001 07:38:45 +0530
20600 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
20601 Branch: perl
20602 ! op.c
20603____________________________________________________________________________
20604[ 11236] By: jhi on 2001/07/09 14:10:07
20605 Log: Add a pseudolayer ":locale" to the open pragma which
20606 will get the encoding from the locale. Yet undocumented
20607 because I can't get the PerlIO :encoding(foobar) to work.
20608 Branch: perl
20609 ! ext/Encode/Encode.pm lib/open.pm
20610____________________________________________________________________________
20611[ 11235] By: jhi on 2001/07/09 13:38:43
20612 Log: Add more encoding mappings.
20613 Branch: perl
20614 ! ext/Encode/Encode.pm
20615____________________________________________________________________________
20616[ 11234] By: jhi on 2001/07/09 13:24:54
20617 Log: Document that using :encoding layer requires using Encode.
20618 Branch: perl
20619 ! ext/Encode/Encode.pm lib/PerlIO.pm
20620____________________________________________________________________________
20621[ 11233] By: jhi on 2001/07/09 13:19:34
20622 Log: Netware tweak from Ananth Kesari.
20623 Branch: perl
20624 ! NetWare/netware.h
20625____________________________________________________________________________
20626[ 11232] By: gsar on 2001/07/09 04:40:07
20627 Log: t/harness doesn't know about run/*.t
20628 Branch: perl
20629 ! t/harness
20630____________________________________________________________________________
20631[ 11231] By: gsar on 2001/07/09 04:36:30
20632 Log: run/exit.t busted on windows
20633 Branch: perl
20634 ! t/run/exit.t
20635____________________________________________________________________________
20636[ 11230] By: gsar on 2001/07/09 04:14:54
20637 Log: fix a couple of UCD.t tests that fail due to bad case
20638 Branch: perl
20639 ! lib/Unicode/UCD.t
20640____________________________________________________________________________
20641[ 11229] By: gsar on 2001/07/09 03:57:06
20642 Log: test skip logic was broken
20643 Branch: perl
20644 ! ext/I18N/Langinfo/Langinfo.t
20645____________________________________________________________________________
20646[ 11228] By: gsar on 2001/07/09 03:42:20
20647 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
20648 failure of ExtUtils.t#27 when built in debug mode)
20649 Branch: perl
20650 ! lib/ExtUtils/MM_Win32.pm
20651____________________________________________________________________________
20652[ 11227] By: gsar on 2001/07/09 02:11:04
20653 Log: I18N::Langinfo is not available on windows
20654 Branch: perl
20655 ! win32/FindExt.pm
20656____________________________________________________________________________
20657[ 11226] By: gsar on 2001/07/09 01:55:23
20658 Log: save a dTHX
20659 Branch: perl
20660 ! ext/POSIX/POSIX.xs
20661____________________________________________________________________________
20662[ 11225] By: jhi on 2001/07/08 23:42:37
20663 Log: Update Changes.
20664 Branch: perl
20665 ! Changes patchlevel.h
20666____________________________________________________________________________
21b6d9db
JH
20667[ 11224] By: jhi on 2001/07/08 23:05:41
20668 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
20669 as pointed out by Sarathy.
20670 Branch: perl
20671 ! ext/I18N/Langinfo/Langinfo.xs
20672____________________________________________________________________________
20673[ 11223] By: jhi on 2001/07/08 22:59:01
20674 Log: Retract #11212.
20675 Branch: perl
20676 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20677____________________________________________________________________________
20678[ 11222] By: jhi on 2001/07/08 17:41:22
20679 Log: Bump up the VERSION of Cwd.xs.
20680 Branch: perl
20681 ! ext/Cwd/Makefile.PL
20682____________________________________________________________________________
20683[ 11221] By: jhi on 2001/07/08 17:13:38
20684 Log: Retract #11220, the problem wasn't the missing leading zero.
20685 Here's the problem:
20686 $ ./perl -we 'chmod(oct("755"), ".")'
20687 Non-octal literal mode (493) specified at -e line 1.
20688 (Did you mean 0493 instead?)
20689 Branch: perl
20690 ! lib/ExtUtils/MM_Unix.pm
20691____________________________________________________________________________
20692[ 11220] By: jhi on 2001/07/08 17:05:55
20693 Log: (Retracted by #11221)
20694 Change the PERM_RW and PERM_RWX to 0644 and 0755
20695 (add the leading zero).
20696 Branch: perl
20697 ! lib/ExtUtils/MM_Unix.pm
20698____________________________________________________________________________
20699[ 11219] By: jhi on 2001/07/08 16:17:32
20700 Log: Integrate changes #11193, 11205, 11209 from macperl.
20701
20702 Fix up AutoLoader to fudge for Mac paths in import().
20703
20704 Allow symbols in try_symbol() to begin with "_".
20705
20706 Small portability fix for Mac OS.
20707 Branch: perl
20708 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
20709____________________________________________________________________________
20710[ 11218] By: jhi on 2001/07/08 16:10:30
20711 Log: Metaconfig unit change for #11217.
20712 Branch: metaconfig/U/perl
20713 ! Extensions.U
20714____________________________________________________________________________
20715[ 11217] By: jhi on 2001/07/08 16:10:07
20716 Log: Detypo, problem noticed by Gerrit P. Haase.
20717 Branch: perl
20718 ! Configure config_h.SH
20719____________________________________________________________________________
20720[ 11216] By: jhi on 2001/07/08 15:58:35
20721 Log: Cwd cleanups.
20722 Branch: perl
20723 ! ext/Cwd/Cwd.xs
20724____________________________________________________________________________
20725[ 11215] By: jhi on 2001/07/08 15:52:57
20726 Log: Slight tweaks on #11213.
20727 Branch: perl
20728 ! toke.c
20729____________________________________________________________________________
20730[ 11214] By: jhi on 2001/07/08 14:32:28
20731 Log: A missing dTHX noticed by Gerrit P. Haase.
20732 Branch: perl
20733 ! ext/POSIX/POSIX.xs
20734____________________________________________________________________________
20735[ 11213] By: jhi on 2001/07/08 14:24:44
20736 Log: Subject: [PATCH toke.c] Simplify yytoke()
20737 From: Simon Cozens <simon@netthink.co.uk>
20738 Date: Sun, 8 Jul 2001 13:24:34 +0100
20739 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
20740
20741 Split out pending_ident().
20742 Branch: perl
20743 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
20744____________________________________________________________________________
20745[ 11212] By: jhi on 2001/07/08 14:17:10
20746 Log: (Retracted by #11223.)
20747 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
20748 Date: Wed, 05 Nov 1997 17:22:34 -0600
20749 From: Graham Barr <gbarr@ti.com>
20750 Message-Id: <3460FFBA.6DA51F46@ti.com>
20751 Branch: perl
20752 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20753____________________________________________________________________________
20754[ 11211] By: jhi on 2001/07/08 13:53:38
20755 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
20756 Branch: perl
20757 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20758 ! pod/perllocale.pod
20759____________________________________________________________________________
20760[ 11210] By: jhi on 2001/07/08 01:34:09
20761 Log: Really do the test under the C locale.
20762 Branch: perl
20763 ! ext/I18N/Langinfo/Langinfo.t
20764____________________________________________________________________________
20765[ 11209] By: pudge on 2001/07/08 01:19:25
20766 Log: Small portability fix for Mac OS.
20767 Branch: maint-5.6/macperl
20768 ! lib/Cwd.pm
20769____________________________________________________________________________
20770[ 11208] By: jhi on 2001/07/08 01:14:58
20771 Log: Metaconfig unit change for #11207.
20772 Branch: metaconfig/U/perl
20773 ! Extensions.U
20774____________________________________________________________________________
20775[ 11207] By: jhi on 2001/07/08 01:14:02
20776 Log: Add I18N::Langinfo, which is basically a wrapper around
20777 nl_langinfo(), which is an additional way to query locale
20778 specific information.
20779 Branch: perl
20780 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20781 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20782 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
20783____________________________________________________________________________
20784[ 11206] By: pudge on 2001/07/08 00:56:29
20785 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
20786 used in File::Find tests; replace with if.t.
20787 Branch: maint-5.6/macperl
20788 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
20789 ! t/pragma/warn/op
20790____________________________________________________________________________
20791[ 11205] By: pudge on 2001/07/07 23:55:56
20792 Log: Allow symbols in try_symbol() to begin with "_".
20793 Branch: maint-5.6/macperl
20794 ! makedef.pl
20795____________________________________________________________________________
20796[ 11204] By: pudge on 2001/07/07 23:53:37
20797 Log: Sync up the File::Find changes from the rewrite by
20798 Thomas Wegner, et al.
20799 Branch: maint-5.6/macperl
20800 + t/lib/filefind-taint.t
20801 ! lib/File/Find.pm t/lib/filefind.t
20802____________________________________________________________________________
20803[ 11203] By: pudge on 2001/07/07 23:43:06
20804 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
20805 From: Thomas Wegner <wegner_thomas@yahoo.com>
20806 Date: Thu, 5 Jul 2001 20:31:25 +0200
20807 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
20808 Branch: maint-5.6/macperl
20809 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
20810____________________________________________________________________________
20811[ 11202] By: pudge on 2001/07/07 23:38:36
20812 Log: Some more test portability fixes.
20813 Branch: maint-5.6/macperl
20814 ! t/lib/filecopy.t t/pragma/warn/pp_sys
20815____________________________________________________________________________
20816[ 11201] By: jhi on 2001/07/07 22:52:38
20817 Log: The #11200 removed wrong (non-existent) target. Duh.
20818 Branch: perl
20819 ! Makefile.SH
20820____________________________________________________________________________
20821[ 11200] By: jhi on 2001/07/07 22:44:14
20822 Log: Zap the lib/re.pm before creating it.
20823 Branch: perl
20824 ! Makefile.SH
20825____________________________________________________________________________
20826[ 11199] By: pudge on 2001/07/07 20:54:35
20827 Log: Another test. Please ignore.
20828 Branch: maint-5.6/macperl
20829 ! README.macos
20830____________________________________________________________________________
20831[ 11198] By: pudge on 2001/07/07 20:44:12
20832 Log: Portability fixes for a lot of tests, especially IO-related
20833 tests, and warnings, and the harness script.
20834 Branch: maint-5.6/macperl
20835 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
20836 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
20837 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
20838 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
20839 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
20840 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
20841 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
20842 ! t/pragma/warnings.t
20843____________________________________________________________________________
20844[ 11197] By: jhi on 2001/07/07 20:32:28
20845 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
20846 From: Nicholas Clark <nick@ccl4.org>
20847 Date: Sat, 7 Jul 2001 21:00:17 +0100
20848 Message-ID: <20010707210017.H59620@plum.flirble.org>
20849 Branch: perl
20850 ! lib/h2xs.t
20851____________________________________________________________________________
20852[ 11196] By: jhi on 2001/07/07 20:26:36
20853 Log: The UNICOS/mk SysV IPC problem has been fixed.
20854 Branch: perl
20855 ! pod/perl572delta.pod
20856____________________________________________________________________________
20857[ 11195] By: jhi on 2001/07/07 19:59:51
20858 Log: Slight update tweaks on perlunicode.pod.
20859 Branch: perl
20860 ! pod/perlunicode.pod
20861____________________________________________________________________________
20862[ 11194] By: jhi on 2001/07/07 17:53:03
20863 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
20864 From: Mark-Jason Dominus <mjd@plover.com>
20865 Date: Sat, 07 Jul 2001 13:04:04 -0400
20866 Message-ID: <20010707170404.32694.qmail@plover.com>
20867 Branch: perl
20868 ! ext/DB_File/DB_File.pm
20869____________________________________________________________________________
20870[ 11193] By: pudge on 2001/07/07 17:26:28
20871 Log: Fix up AutoLoader to fudge for Mac paths in import().
20872 Branch: maint-5.6/macperl
20873 ! lib/AutoLoader.pm
20874____________________________________________________________________________
20875[ 11192] By: jhi on 2001/07/07 17:03:06
20876 Log: Try to force the lib/re.pm to be there before entering
20877 the extensions builds, should help for parallel makes.
20878 Branch: perl
20879 ! Makefile.SH
20880____________________________________________________________________________
20881[ 11191] By: jhi on 2001/07/07 15:26:16
20882 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
20883 From: Norton Allen <allen@huarp.harvard.edu>
20884 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
20885 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
20886 Branch: perl
20887 ! ext/POSIX/POSIX.xs
20888____________________________________________________________________________
20889[ 11190] By: jhi on 2001/07/07 15:22:08
20890 Log: Subject: [PATCH] Re: op/arith.t
20891 From: Nicholas Clark <nick@ccl4.org>
20892 Date: Sat, 7 Jul 2001 13:04:54 +0100
20893 Message-ID: <20010707130454.D59620@plum.flirble.org>
20894 Branch: perl
20895 ! numeric.c toke.c
20896____________________________________________________________________________
20897[ 11189] By: jhi on 2001/07/07 15:20:44
20898 Log: Subject: [PATCH] h2xs
20899 From: Nicholas Clark <nick@ccl4.org>
20900 Date: Fri, 6 Jul 2001 23:25:14 +0100
20901 Message-ID: <20010706232514.X59620@plum.flirble.org>
20902 Branch: perl
20903 ! utils/h2xs.PL
20904____________________________________________________________________________
20905[ 11188] By: jhi on 2001/07/07 15:12:36
20906 Log: Subject: Re: bleedperl perl_alloc..free leakage
20907 From: Radu Greab <radu@netsoft.ro>
20908 Date: Fri, 6 Jul 2001 19:48:54 +0300
20909 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
20910
20911 Leak-be-gone.
20912 Branch: perl
20913 ! op.c
20914____________________________________________________________________________
20915[ 11187] By: pudge on 2001/07/07 02:11:36
20916 Log: Test again. Please ignore.
20917 Branch: maint-5.6/macperl
20918 ! README.macos
20919____________________________________________________________________________
20920[ 11186] By: pudge on 2001/07/07 02:08:13
20921 Log: Test. Please ignore.
20922 Branch: maint-5.6/macperl
20923 ! README.macos
20924____________________________________________________________________________
20925[ 11185] By: pudge on 2001/07/06 23:46:57
20926 Log: Include changes already sent in separately as patches,
20927 before branch was created.
20928 Branch: maint-5.6/macperl
20929 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
20930 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
20931 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
20932 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
20933 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
20934 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
20935 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
20936 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
20937 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
20938 ! t/pragma/strict.t
20939____________________________________________________________________________
20940[ 11184] By: jhi on 2001/07/06 16:41:30
20941 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20942 From: Norton Allen <allen@huarp.harvard.edu>
20943 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20944 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20945 Branch: perl
20946 ! utf8.h
20947____________________________________________________________________________
20948[ 11183] By: nick on 2001/07/06 16:27:40
20949 Log: Integrate mainline
20950 Branch: perlio
20951 +> (branch 42 files)
20952 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
20953 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
20954 - win32/bin/mdelete.bat
20955 !> (integrate 215 files)
20956____________________________________________________________________________
20957[ 11182] By: jhi on 2001/07/06 15:57:16
20958 Log: The #11166 needed also these updated.
20959 Branch: perl
20960 ! lib/warnings.pm warnings.h
20961____________________________________________________________________________
20962[ 11181] By: jhi on 2001/07/06 13:24:42
20963 Log: Update Changes.
20964 Branch: perl
20965 ! Changes patchlevel.h
20966____________________________________________________________________________
00847e8a
JH
20967[ 11180] By: jhi on 2001/07/06 13:20:08
20968 Log: Regen toc.
20969 Branch: perl
20970 ! pod/perltoc.pod
20971____________________________________________________________________________
20972[ 11179] By: jhi on 2001/07/06 12:57:13
20973 Log: Nit from Abhijit.
20974 Branch: perl
20975 ! lib/CPAN.pm
20976____________________________________________________________________________
20977[ 11178] By: jhi on 2001/07/06 12:53:04
20978 Log: Retract #11172.
20979 Branch: perl
20980 ! t/op/method.t
20981____________________________________________________________________________
20982[ 11177] By: jhi on 2001/07/06 12:44:51
20983 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
20984 From: Norton Allen <allen@huarp.harvard.edu>
20985 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
20986 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
20987 Branch: perl
20988 ! lib/Cwd.pm
20989____________________________________________________________________________
20990[ 11176] By: jhi on 2001/07/06 12:42:45
585d6f80 20991 Log: (Accidentally empty check-in.)
00847e8a
JH
20992 Branch: perl
20993 ! utf8.h
20994____________________________________________________________________________
20995[ 11175] By: jhi on 2001/07/06 12:29:56
20996 Log: Retract #11165 since Sarathy pointed out it'll not
20997 work properly under threads, the problem should be
20998 solved using "the savestack, either via SSNEW() or
20999 using a newSVpv()+SAVEFREESV() combo."
21000 Branch: perl
21001 ! ext/POSIX/POSIX.xs
21002____________________________________________________________________________
21003[ 11174] By: jhi on 2001/07/06 12:27:31
21004 Log: Retract #11125 since NI-S pointed out it'll not work in
21005 cases where the extension has their own handcrafted INC
21006 et alia.
21007 Branch: perl
21008 ! lib/ExtUtils/MM_Unix.pm
21009____________________________________________________________________________
21010[ 11173] By: jhi on 2001/07/06 12:20:50
21011 Log: Subject: RE: [PATCH] -I and MakeMaker again
21012 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21013 Date: Fri, 6 Jul 2001 09:18:29 +0200
21014 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
21015 Branch: perl
21016 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
21017 ! lib/ExtUtils/MM_Win32.pm
21018____________________________________________________________________________
21019[ 11172] By: jhi on 2001/07/06 12:18:39
21020 Log: (Retracted by #11178)
21021 Subject: [PATCH t/op/method.t] SUPER:: strangeness
21022 From: Piers Cawley <pdcawley@iterative-software.com>
21023 Date: 06 Jul 2001 10:49:01 +0100
21024 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
21025 Branch: perl
21026 ! t/op/method.t
21027____________________________________________________________________________
21028[ 11171] By: jhi on 2001/07/06 01:38:55
21029 Log: VOS README update from Paul Green.
21030 Branch: perl
21031 ! README.vos
21032____________________________________________________________________________
21033[ 11170] By: jhi on 2001/07/06 01:19:33
21034 Log: Subject: [PATCH README.qnx hints/qnx.sh]
21035 From: Norton Allen <allen@huarp.harvard.edu>
21036 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
21037 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
21038 Branch: perl
21039 ! README.qnx hints/qnx.sh
21040____________________________________________________________________________
21041[ 11169] By: jhi on 2001/07/06 01:17:43
21042 Log: Subject: [PATCH] Doc patch for Tie::Hash
21043 From: Artur Bergman <artur@contiller.se>
21044 Date: Thu, 05 Jul 2001 22:51:18 +0200
21045 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
21046 Branch: perl
21047 ! lib/Tie/Hash.pm
21048____________________________________________________________________________
21049[ 11168] By: jhi on 2001/07/06 01:16:27
21050 Log: Subject: [PATCH] perlfaq4.pod
21051 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
21052 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
21053 Date: Thu, 5 Jul 2001 18:44:10 +0100
21054 Branch: perl
21055 ! pod/perlfaq4.pod
21056____________________________________________________________________________
21057[ 11167] By: jhi on 2001/07/06 01:14:41
21058 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
21059 From: Robin Houston <robin@kitsite.com>
21060 Date: Thu, 5 Jul 2001 18:33:21 +0100
21061 Message-ID: <20010705183321.A27345@robin.kitsite.com>
21062 Branch: perl
21063 ! ext/B/B/Deparse.pm
21064____________________________________________________________________________
21065[ 11166] By: jhi on 2001/07/06 01:11:50
585d6f80
JH
21066 Log: (Retracted by #11285.)
21067
21068 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
00847e8a
JH
21069 From: Abhijit Menon-Sen <ams@wiw.org>
21070 Date: Fri, 6 Jul 2001 01:26:32 +0530
21071 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
21072 Branch: perl
21073 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
21074 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
21075 ! warnings.pl
21076____________________________________________________________________________
21077[ 11165] By: jhi on 2001/07/06 00:19:26
21078 Log: (Retracted by #11175)
21079 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21080 From: Norton Allen <allen@huarp.harvard.edu>
21081 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
21082 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
21083 Branch: perl
21084 ! ext/POSIX/POSIX.xs
21085____________________________________________________________________________
21086[ 11164] By: jhi on 2001/07/06 00:14:57
21087 Log: Unterminated C< (noticed by Richard Hatch), and few other
21088 small Unicode doc tweaks.
21089 Branch: perl
21090 ! pod/perlretut.pod
21091____________________________________________________________________________
21092[ 11163] By: jhi on 2001/07/05 19:33:34
21093 Log: More flexible argument understanding; add charblocks() and
21094 charscripts(); make charblock() and charscript() two-way;
21095 add charinrange(); separate the $Unicode::UCD::VERSION and
21096 the version of the Unicode by adding UnicodeVersion().
21097 Branch: perl
21098 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21099____________________________________________________________________________
21100[ 11162] By: jhi on 2001/07/05 13:38:36
21101 Log: Update Unicode::UCD on \p{In...}.
21102 Branch: perl
21103 ! lib/Unicode/UCD.pm
21104____________________________________________________________________________
21105[ 11161] By: jhi on 2001/07/05 13:26:00
21106 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
21107 From: Norton Allen <allen@huarp.harvard.edu>
21108 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
21109 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
21110 Branch: perl
21111 ! lib/ExtUtils/MM_Unix.pm
21112____________________________________________________________________________
21113[ 11160] By: jhi on 2001/07/05 13:06:53
21114 Log: POSIX-BC tweaks from Thomas Dorner.
21115 Branch: perl
21116 ! hints/posix-bc.sh perlio.h
21117____________________________________________________________________________
21118[ 11159] By: jhi on 2001/07/05 04:17:18
21119 Log: Module updates for the delta.
21120 Branch: perl
21121 ! pod/perl572delta.pod
21122____________________________________________________________________________
21123[ 11158] By: jhi on 2001/07/05 03:45:19
21124 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
21125 From: Norton Allen <allen@huarp.harvard.edu>
21126 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
21127 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
21128 Branch: perl
21129 ! ext/IO/lib/IO/t/io_sock.t
21130____________________________________________________________________________
21131[ 11157] By: jhi on 2001/07/05 03:44:19
21132 Log: Subject: [PATCH perldiag.pod] Quick fixes
21133 From: Simon Cozens <simon@netthink.co.uk>
21134 Date: Wed, 4 Jul 2001 20:22:12 +0100
21135 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
21136 Branch: perl
21137 ! pod/perldiag.pod
21138____________________________________________________________________________
21139[ 11156] By: jhi on 2001/07/05 03:43:28
137e7465
JH
21140 Log: (retracted by #13533)
21141
21142 Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
00847e8a
JH
21143 From: Radu Greab <radu@netsoft.ro>
21144 Date: Wed, 4 Jul 2001 22:13:31 +0300
21145 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
21146 Branch: perl
21147 ! op.c sv.c t/op/pos.t
21148____________________________________________________________________________
21149[ 11155] By: jhi on 2001/07/05 03:40:24
21150 Log: Subject: [PATCH] -I and MakeMaker again
21151 From: Michael G Schwern <schwern@pobox.com>
21152 Date: Wed, 4 Jul 2001 15:03:07 -0400
21153 Message-ID: <20010704150307.I20340@blackrider>
21154
21155 (and retract #11145)
21156 Branch: perl
21157 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
21158 ! lib/ExtUtils/MakeMaker.pm
21159____________________________________________________________________________
21160[ 11154] By: jhi on 2001/07/05 03:32:43
21161 Log: Subject: Re: PERFORCE change 11142 for review
21162 From: "Philip Newton" <Philip.Newton@gmx.net>
21163 Date: Wed, 4 Jul 2001 20:46:26 +0200
21164 Message-Id: <200107041841.VAA25380@taas.iki.fi>
21165 Branch: perl
21166 ! lib/ExtUtils/MakeMaker.pm
21167____________________________________________________________________________
21168[ 11153] By: jhi on 2001/07/05 03:29:21
21169 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21170 From: Jonathan Stowe <gellyfish@gellyfish.com>
21171 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
21172 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
21173 Branch: perl
21174 ! utils/pl2pm.PL
21175____________________________________________________________________________
21176[ 11152] By: gsar on 2001/07/05 00:52:57
21177 Log: fix the binary compatibility issue when building with/without
21178 usemymalloc by exporting Perl_malloc() et al as simple wrappers
21179 around the system functions (this allows most extensions built
21180 using one mode to coexist with perls built in the other mode)
21181
21182 XXX the Perl_mfree() wrapper might need to do return(free()) on
21183 platforms where Free_t isn't "void"
21184 Branch: perl
21185 ! embed.h embed.pl makedef.pl proto.h util.c
21186____________________________________________________________________________
21187[ 11151] By: gsar on 2001/07/05 00:42:49
21188 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
21189 since it doesn't ensure threads other than the one calling fork()
21190 aren't holding any locks; the fix is to use pthread_atfork() to
21191 hold global locks
21192
21193 building perl with -Dusemymalloc exacerbates the problem since
21194 Perl_malloc() holds a mutex, and perl's exec() calls New()
21195
21196 XXX the code in win32thread.h may be needed on platforms that have
21197 no pthread_atfork()
21198 Branch: perl
21199 ! perl.c thread.h win32/win32thread.h
21200____________________________________________________________________________
21201[ 11150] By: pudge on 2001/07/04 20:07:54
21202 Log: Integrate #11009 from maintperl.
21203 Branch: maint-5.6/macperl
21204 !> lib/ExtUtils/Manifest.pm
21205____________________________________________________________________________
21206[ 11149] By: pudge on 2001/07/04 19:54:46
21207 Log: Flexing my Perforce muscles.
21208 Branch: maint-5.6/macperl
21209 ! README.macos
21210____________________________________________________________________________
21211[ 11148] By: jhi on 2001/07/04 17:14:51
21212 Log: Update Changes.
21213 Branch: perl
21214 ! Changes patchlevel.h
21215____________________________________________________________________________
21216[ 11147] By: jhi on 2001/07/04 16:41:25
21217 Log: Metaconfig unit change for #11146.
21218 Branch: metaconfig/U/perl
21219 ! d_fcntl_can_lock.U
21220____________________________________________________________________________
d3a7fa0a
JH
21221[ 11146] By: jhi on 2001/07/04 16:36:31
21222 Log: Somehow the #ifdefs of the added code (in #11093) made
21223 HP-UX to fail the fcntl locking test, without the ifdefs
21224 the test seems to be working again. Reason unknown:
21225 HP-UX cc doesn't complain either way.
21226 Branch: perl
21227 ! Configure
21228____________________________________________________________________________
21229[ 11145] By: jhi on 2001/07/04 16:08:00
585d6f80 21230 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
d3a7fa0a
JH
21231 Branch: perl
21232 ! lib/ExtUtils/MM_Unix.pm
21233____________________________________________________________________________
21234[ 11144] By: jhi on 2001/07/04 16:07:35
21235 Log: gcc -Wall nit.
21236 Branch: perl
21237 ! pp_hot.c
21238____________________________________________________________________________
21239[ 11143] By: jhi on 2001/07/04 15:08:26
21240 Log: When removing tests updating the test count is a good idea, too.
21241 Branch: perl
21242 ! lib/Net/t/require.t
21243____________________________________________________________________________
21244[ 11142] By: jhi on 2001/07/04 14:57:51
21245 Log: Document #11134 and add the new symbols to the list of
21246 of MakeMaker known ones.
21247 Branch: perl
21248 ! lib/ExtUtils/MakeMaker.pm
21249____________________________________________________________________________
21250[ 11141] By: jhi on 2001/07/04 14:34:11
21251 Log: Microperl update.
21252 Branch: perl
21253 ! uconfig.h
21254____________________________________________________________________________
21255[ 11140] By: jhi on 2001/07/04 14:32:27
21256 Log: Update the libnet tests as per #11138.
21257 Branch: perl
21258 - lib/Net/t/ph.t
21259 ! MANIFEST lib/Net/t/require.t
21260____________________________________________________________________________
21261[ 11139] By: jhi on 2001/07/04 14:14:33
21262 Log: Regen toc and modlib.
21263 Branch: perl
21264 ! pod/perlmodlib.pod pod/perltoc.pod
21265____________________________________________________________________________
21266[ 11138] By: jhi on 2001/07/04 14:10:38
21267 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
21268 Graham's request.
21269 Branch: perl
21270 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
21271 ! MANIFEST
21272____________________________________________________________________________
21273[ 11137] By: jhi on 2001/07/04 14:06:35
21274 Log: Add the OS/390 harness results to the delta.
21275 Branch: perl
21276 ! pod/perl572delta.pod
21277____________________________________________________________________________
21278[ 11136] By: jhi on 2001/07/04 13:59:01
21279 Log: Avoid the two study tests in OS/390 until the bug has been solved.
21280 Branch: perl
21281 ! t/op/study.t
21282____________________________________________________________________________
21283[ 11135] By: jhi on 2001/07/04 13:49:08
21284 Log: DOS/DJGPP tweaks from Laszlo Molnar.
21285 Branch: perl
21286 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
21287____________________________________________________________________________
21288[ 11134] By: jhi on 2001/07/04 13:47:46
21289 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
21290 From: Michael G Schwern <schwern@pobox.com>
21291 Date: Wed, 4 Jul 2001 00:01:16 -0400
21292 Message-ID: <20010704000116.C591@blackrider>
21293 Branch: perl
21294 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
21295____________________________________________________________________________
21296[ 11133] By: jhi on 2001/07/04 01:55:20
21297 Log: The #11132 missed singleton characters (not part
21298 of a unilo..unihi range) in Unicode scripts.
21299 Branch: perl
21300 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
21301 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
21302 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21303 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
21304 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
21305 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
21306 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
21307 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
21308 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
21309 ! lib/unicode/mktables.PL t/op/pat.t
21310____________________________________________________________________________
21311[ 11132] By: jhi on 2001/07/04 01:32:11
21312 Log: Support preferentially the Unicode 'scripts' definition
21313 in the \p{In...} notation since according to Unicode the
21314 scripts concept is more natural for matching than using
21315 the somewhat artificial block names. The block names are
21316 still available, though, and if there's a name conflict,
21317 the scripts one wins and the blocks one has to do with
21318 'Block' appended to its name. For more information see
21319
21320 http://www.unicode.org/unicode/reports/tr24/
21321 Branch: perl
21322 + lib/unicode/In/100.pl lib/unicode/In/101.pl
21323 + lib/unicode/In/102.pl lib/unicode/In/103.pl
21324 + lib/unicode/In/104.pl lib/unicode/In/105.pl
21325 + lib/unicode/In/106.pl lib/unicode/In/107.pl
21326 + lib/unicode/In/108.pl lib/unicode/In/109.pl
21327 + lib/unicode/In/110.pl lib/unicode/In/111.pl
21328 + lib/unicode/In/112.pl lib/unicode/In/113.pl
21329 + lib/unicode/In/114.pl lib/unicode/In/115.pl
21330 + lib/unicode/In/116.pl lib/unicode/In/117.pl
21331 + lib/unicode/In/118.pl lib/unicode/In/119.pl
21332 + lib/unicode/In/120.pl lib/unicode/In/121.pl
21333 + lib/unicode/In/122.pl lib/unicode/In/123.pl
21334 + lib/unicode/In/124.pl lib/unicode/In/125.pl
21335 + lib/unicode/In/126.pl lib/unicode/In/127.pl
21336 + lib/unicode/In/128.pl lib/unicode/In/129.pl
21337 + lib/unicode/In/130.pl lib/unicode/In/131.pl
21338 + lib/unicode/In/132.pl lib/unicode/In/133.pl
21339 + lib/unicode/In/134.pl lib/unicode/In/135.pl
21340 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
21341 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
21342 ! (edit 106 files)
21343____________________________________________________________________________
21344[ 11131] By: jhi on 2001/07/03 23:02:02
21345 Log: Better document the difference between a block and a script.
21346 Branch: perl
21347 ! lib/Unicode/UCD.pm
21348____________________________________________________________________________
21349[ 11130] By: jhi on 2001/07/03 22:49:15
21350 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
21351 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21352 Date: Tue, 3 Jul 2001 15:04:23 -0500
21353 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
21354 Branch: perl
21355 ! lib/CPAN.pm
21356____________________________________________________________________________
21357[ 11129] By: jhi on 2001/07/03 22:45:41
21358 Log: Add tests for charscript().
21359 Branch: perl
21360 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21361____________________________________________________________________________
21362[ 11128] By: jhi on 2001/07/03 20:41:54
21363 Log: Add charscript() to get the UTR#24 script names of characters.
21364 Branch: perl
21365 ! lib/Unicode/UCD.pm
21366____________________________________________________________________________
21367[ 11127] By: jhi on 2001/07/03 19:53:29
21368 Log: Todo updates.
21369 Branch: perl
21370 ! pod/perltodo.pod
21371____________________________________________________________________________
21372[ 11126] By: jhi on 2001/07/03 19:45:30
21373 Log: Unicode::UCD updates.
21374 Branch: perl
21375 ! lib/Unicode/UCD.pm
21376____________________________________________________________________________
21377[ 11125] By: jhi on 2001/07/03 16:12:20
585d6f80
JH
21378 Log: (Retracted by #11174)
21379 Subject: MakeMaker should pass through DEFINE and INC to subdirs
d3a7fa0a
JH
21380 From: Alan Burlison <Alan.Burlison@sun.com>
21381 Date: Tue, 03 Jul 2001 15:20:13 +0100
21382 Message-ID: <3B41D49D.A923D4F9@sun.com>
21383 Branch: perl
21384 ! lib/ExtUtils/MM_Unix.pm
21385____________________________________________________________________________
21386[ 11124] By: jhi on 2001/07/03 16:06:53
21387 Log: Subject: Patch needed for UTS
21388 From: hom00@utsglobal.com (Hal Morris)
21389 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
21390 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
21391
21392 Replace #11113 with a better version.
21393 Branch: perl
21394 ! perl.h
21395____________________________________________________________________________
21396[ 11123] By: jhi on 2001/07/03 16:04:49
21397 Log: Subject: Re: POINTERRIGOR
21398 From: Andy Dougherty <doughera@lafayette.edu>
21399 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
21400 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
21401 Branch: perl
21402 ! util.c
21403____________________________________________________________________________
21404[ 11122] By: jhi on 2001/07/03 16:03:31
21405 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
21406 From: "Philip Newton" <pnewton@gmx.de>
21407 Date: Tue, 3 Jul 2001 17:03:34 +0200
21408 Message-ID: <3B41FAE6.29564.660E117@localhost>
21409 Branch: perl
21410 ! pp_hot.c
21411____________________________________________________________________________
21412[ 11121] By: jhi on 2001/07/03 13:26:08
21413 Log: Typos.
21414 Branch: perl
21415 ! INSTALL
21416____________________________________________________________________________
21417[ 11120] By: jhi on 2001/07/03 11:34:47
21418 Log: Subject: [PATCH 5.6.1] debugger fixes
21419 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21420 Date: Tue, 3 Jul 2001 03:38:18 -0400
21421 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
21422
21423 The $^S is working again.
21424 Branch: perl
21425 ! lib/perl5db.pl
21426____________________________________________________________________________
21427[ 11119] By: jhi on 2001/07/03 11:33:27
21428 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
21429 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21430 Date: Tue, 3 Jul 2001 03:34:06 -0400
21431 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
21432 Branch: perl
21433 ! os2/OS2/Process/Process.pm
21434____________________________________________________________________________
21435[ 11118] By: jhi on 2001/07/03 11:29:54
21436 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
21437 From: "Philip Newton" <Philip.Newton@gmx.net>
21438 Date: Tue, 3 Jul 2001 09:11:27 +0200
21439 Message-Id: <200107030706.KAA04596@taas.iki.fi>
21440 Branch: perl
21441 ! lib/FindBin.pm
21442____________________________________________________________________________
21443[ 11117] By: jhi on 2001/07/03 11:25:14
21444 Log: Delta delta.
21445 Branch: perl
21446 ! pod/perl572delta.pod
21447____________________________________________________________________________
21448[ 11116] By: jhi on 2001/07/02 23:06:50
21449 Log: Metaconfig unit change for 11115.
21450 Branch: metaconfig
21451 ! U/modified/libc.U
21452____________________________________________________________________________
21453[ 11115] By: jhi on 2001/07/02 23:06:27
21454 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
21455 (from Richard Hatch) (this was the cause of pipes() and
21456 times() myeteriously not being found)
21457 Branch: perl
21458 ! Configure
21459____________________________________________________________________________
21460[ 11114] By: jhi on 2001/07/02 22:58:41
21461 Log: Retract #10142, the real culprit found by Richard Hatch,
21462 coming soon to Configure near you.
21463 Branch: perl
21464 ! hints/aix.sh
21465____________________________________________________________________________
21466[ 11113] By: jhi on 2001/07/02 22:56:09
21467 Log: (Replaced by #11124) UTS workaround from Hal Morris.
21468 Branch: perl
21469 ! perl.h
21470____________________________________________________________________________
21471[ 11112] By: jhi on 2001/07/02 22:53:29
21472 Log: Subject: [PATCH] grok not grocking correctly
21473 From: Nicholas Clark <nick@ccl4.org>
21474 Date: Tue, 3 Jul 2001 00:19:08 +0100
21475 Message-ID: <20010703001908.H59620@plum.flirble.org>
21476 Branch: perl
21477 ! numeric.c
21478____________________________________________________________________________
21479[ 11111] By: jhi on 2001/07/02 22:48:42
21480 Log: Subject: [PATCH Deparse.t] test just-posted patches
21481 From: Robin Houston <robin@kitsite.com>
21482 Date: Mon, 2 Jul 2001 23:46:15 +0100
21483 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
21484 Branch: perl
21485 ! ext/B/Deparse.t
21486____________________________________________________________________________
21487[ 11110] By: jhi on 2001/07/02 22:27:10
21488 Log: Subject: [PATCH toke.c] autosplit into @F
21489 From: Robin Houston <robin@kitsite.com>
21490 Date: Mon, 2 Jul 2001 23:18:20 +0100
21491 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
21492 Branch: perl
21493 ! perl.c toke.c
21494____________________________________________________________________________
21495[ 11109] By: jhi on 2001/07/02 22:25:03
21496 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
21497 From: Robin Houston <robin@kitsite.com>
21498 Date: Mon, 2 Jul 2001 23:00:48 +0100
21499 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
21500 Branch: perl
21501 ! ext/B/B/Deparse.pm
21502____________________________________________________________________________
21503[ 11108] By: jhi on 2001/07/02 19:21:18
21504 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
21505 From: "Philip Newton" <Philip.Newton@gmx.net>
21506 Date: Mon, 2 Jul 2001 22:06:22 +0200
21507 (no Message-Id)
21508 Branch: perl
21509 ! ext/NDBM_File/hints/linux.pl
21510____________________________________________________________________________
21511[ 11107] By: jhi on 2001/07/02 19:19:25
21512 Log: Subject: Re: Fixed pack problem - sort of
21513 From: Nicholas Clark <nick@ccl4.org>
21514 Date: Mon, 2 Jul 2001 20:59:20 +0100
21515 Message-ID: <20010702205919.F59620@plum.flirble.org>
21516 Branch: perl
21517 ! pp_pack.c t/op/pack.t
21518____________________________________________________________________________
21519[ 11106] By: jhi on 2001/07/02 19:18:28
21520 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
21521 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21522 Date: Mon, 2 Jul 2001 15:45:41 -0400
21523 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
21524 Branch: perl
21525 ! os2/os2.c
21526____________________________________________________________________________
21527[ 11105] By: jhi on 2001/07/02 19:17:27
00847e8a 21528 Log: (Mistaken retraction)
d3a7fa0a
JH
21529 Branch: perl
21530 ! utils/pl2pm.PL
21531____________________________________________________________________________
21532[ 11104] By: jhi on 2001/07/02 18:56:15
21533 Log: Detypo in #11103.
21534 Branch: perl
21535 ! utils/pl2pm.PL
21536____________________________________________________________________________
21537[ 11103] By: jhi on 2001/07/02 18:54:53
21538 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21539 From: Jonathan Stowe <gellyfish@gellyfish.com>
21540 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
21541 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
21542 Branch: perl
21543 ! utils/pl2pm.PL
21544____________________________________________________________________________
21545[ 11102] By: jhi on 2001/07/02 18:16:09
21546 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
21547 From: "Craig A. Berry" <craigberry@mac.com>
21548 Date: Mon, 02 Jul 2001 14:11:23 -0500
21549 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
21550 Branch: perl
21551 ! lib/Unicode/UCD.pm
21552____________________________________________________________________________
21553[ 11101] By: jhi on 2001/07/02 18:14:51
21554 Log: Subject: [PATCH] Re: op/numconvert.t failures
21555 From: Nicholas Clark <nick@ccl4.org>
21556 Date: Mon, 2 Jul 2001 20:10:48 +0100
21557 Message-ID: <20010702201048.E59620@plum.flirble.org>
21558 Branch: perl
21559 ! t/op/numconvert.t
21560____________________________________________________________________________
21561[ 11100] By: jhi on 2001/07/02 17:51:44
21562 Log: Update Changes.
21563 Branch: perl
21564 ! Changes patchlevel.h
21565____________________________________________________________________________
f44d3bd2
JH
21566[ 11099] By: jhi on 2001/07/02 17:46:31
21567 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
21568 The real fix must be more involved. The line of code all the leaky
21569 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
21570 line of Perl_newPMOP().
21571 Branch: perl
21572 ! op.h
21573____________________________________________________________________________
21574[ 11098] By: jhi on 2001/07/02 17:37:44
21575 Log: Based on
21576
21577 Subject: Re: sizeof(struct sembuf)
21578 From: Nicholas Clark <nick@ccl4.org>
21579 Date: Sun, 1 Jul 2001 22:26:48 +0100
21580 Message-ID: <20010701222648.W59620@plum.flirble.org>
21581
21582 but do semop() always the slow way.
21583 Branch: perl
21584 ! doio.c
21585____________________________________________________________________________
21586[ 11097] By: jhi on 2001/07/02 17:22:14
21587 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
21588 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21589 Date: Tue, 03 Jul 2001 00:56:30 +0900
21590 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
21591 Branch: perl
21592 ! ext/Encode/Encode/Tcl.t
21593____________________________________________________________________________
21594[ 11096] By: jhi on 2001/07/02 17:11:24
21595 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
21596 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21597 Date: Tue, 03 Jul 2001 00:55:46 +0900
21598 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
21599 Branch: perl
21600 ! ext/Encode/Encode/Tcl.pm
21601____________________________________________________________________________
21602[ 11095] By: jhi on 2001/07/02 17:07:14
21603 Log: Regen api and toc.
21604 Branch: perl
21605 ! pod/perlapi.pod pod/perltoc.pod
21606____________________________________________________________________________
21607[ 11094] By: jhi on 2001/07/02 16:29:42
21608 Log: Metaconfig unit change for #11093.
21609 Branch: metaconfig/U/perl
21610 ! d_fcntl_can_lock.U
21611____________________________________________________________________________
21612[ 11093] By: jhi on 2001/07/02 16:28:56
21613 Log: The fcntl locking test may hang if NFS locking messed up;
21614 break out with alarm(10).
21615 Branch: perl
21616 ! Configure
21617____________________________________________________________________________
21618[ 11092] By: jhi on 2001/07/02 14:11:31
21619 Log: Move the mdelete.bat from win32/bin to win32.
21620 Branch: perl
21621 ! MANIFEST
21622____________________________________________________________________________
21623[ 11091] By: jhi on 2001/07/02 14:10:01
21624 Log: Typo in #11083.
21625 Branch: perl
21626 ! ext/Time/Piece/Piece.t
21627____________________________________________________________________________
21628[ 11090] By: jhi on 2001/07/02 13:36:58
21629 Log: Netware tweaks from Guruprasad.
21630 Branch: perl
21631 - NetWare/perlsdio.h
21632 ! MANIFEST NetWare/Makefile NetWare/interface.c
21633 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
21634 ! perlsdio.h
21635____________________________________________________________________________
21636[ 11089] By: jhi on 2001/07/02 13:25:40
21637 Log: Subject: Re: [PATH] shared -> unique;
21638 From: Abhijit Menon-Sen <ams@wiw.org>
21639 Date: Wed, 27 Jun 2001 03:51:27 +0530
21640 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
21641 Branch: perl
21642 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
21643____________________________________________________________________________
21644[ 11088] By: jhi on 2001/07/02 13:24:27
21645 Log: Subject: Re: AIX / gcc-3.0
21646 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21647 Date: Mon, 02 Jul 2001 15:20:21 +0200
21648 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
21649 Branch: perl
21650 ! hints/aix.sh
21651____________________________________________________________________________
21652[ 11087] By: jhi on 2001/07/02 13:23:21
21653 Log: Subject: Re: Bug report: split splits on wrong pattern
21654 From: Abhijit Menon-Sen <ams@wiw.org>
21655 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
21656 Date: Mon, 2 Jul 2001 16:31:33 +0530
21657 Branch: perl
21658 ! pp_ctl.c
21659____________________________________________________________________________
21660[ 11086] By: jhi on 2001/07/02 13:22:30
21661 Log: Subject: [PATCH 5.6.1] test harness
21662 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21663 Date: Mon, 2 Jul 2001 06:29:21 -0400
21664 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
21665 Branch: perl
21666 ! lib/Test/Harness.pm
21667____________________________________________________________________________
21668[ 11085] By: jhi on 2001/07/02 13:21:39
21669 Log: Subject: [PATCH 5.6.1] debugger goof
21670 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21671 Date: Mon, 2 Jul 2001 06:27:22 -0400
21672 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
21673 Branch: perl
21674 ! lib/perl5db.pl
21675____________________________________________________________________________
21676[ 11084] By: jhi on 2001/07/02 13:20:50
21677 Log: Subject: [PATCH 5.6.1] OS/2 cwd
21678 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21679 Date: Mon, 2 Jul 2001 06:21:17 -0400
21680 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
21681 Branch: perl
21682 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
21683____________________________________________________________________________
21684[ 11083] By: jhi on 2001/07/02 13:19:18
21685 Log: Make #11082 more OS/2-specific.
21686 Branch: perl
21687 ! ext/Time/Piece/Piece.t
21688____________________________________________________________________________
21689[ 11082] By: jhi on 2001/07/02 13:14:36
21690 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
21691 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21692 Date: Mon, 2 Jul 2001 06:06:34 -0400
21693 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
21694 Branch: perl
21695 ! ext/Time/Piece/Piece.t
21696____________________________________________________________________________
21697[ 11081] By: jhi on 2001/07/02 13:13:08
21698 Log: Subject: [PATCH B::Deparse] version number & changes
21699 From: Robin Houston <robin@kitsite.com>
21700 Date: Sun, 1 Jul 2001 17:17:29 +0100
21701 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
21702 Branch: perl
21703 ! ext/B/B/Deparse.pm
21704____________________________________________________________________________
21705[ 11080] By: jhi on 2001/07/02 13:11:48
21706 Log: Subject: a small fix.
21707 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21708 Date: Mon, 2 Jul 2001 12:17:53 +0200
21709 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
21710 Branch: perl
21711 ! ext/Thread/Thread.xs
21712____________________________________________________________________________
21713[ 11079] By: jhi on 2001/07/02 13:10:39
21714 Log: Subject: RE: perl@10907
21715 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21716 Date: Mon, 2 Jul 2001 12:06:16 +0200
21717 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
21718
21719 Borland C vs PerlIO.
21720 Branch: perl
21721 ! win32/config.bc win32/config_H.bc
21722____________________________________________________________________________
21723[ 11078] By: jhi on 2001/07/02 13:03:44
21724 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
21725 From: "H.M. Brand" <merijn@l1.procura.nl>
21726 Date: Mon, 02 Jul 2001 11:18:57 +0200
21727 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
21728 Branch: perl
21729 ! t/op/write.t
21730____________________________________________________________________________
21731[ 11077] By: jhi on 2001/07/02 12:58:27
21732 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
21733 From: Michael G Schwern <schwern@pobox.com>
21734 Date: Mon, 2 Jul 2001 00:26:24 -0400
21735 Message-ID: <20010702002624.A18302@blackrider>
21736 Branch: perl
21737 - ext/util/mkbootstrap
21738____________________________________________________________________________
21739[ 11076] By: jhi on 2001/07/02 12:56:20
21740 Log: Subject: [PATCH op.h] v minor comment tweak
21741 From: Robin Houston <robin@puffinry.freeserve.co.uk>
21742 Date: Mon, 2 Jul 2001 00:42:01 +0100
21743 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
21744 Branch: perl
21745 ! op.h
21746____________________________________________________________________________
21747[ 11075] By: jhi on 2001/07/02 12:53:48
21748 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
21749 Branch: perl
21750 ! pod/perlfunc.pod
21751____________________________________________________________________________
21752[ 11074] By: jhi on 2001/07/02 12:52:28
21753 Log: Subject: Re: sizeof(struct sembuf)
21754 From: Nicholas Clark <nick@ccl4.org>
21755 Date: Sun, 1 Jul 2001 19:23:16 +0100
21756 Message-ID: <20010701192316.V59620@plum.flirble.org>
21757
21758 s/signaling/signalling/
21759 Branch: perl
21760 ! pod/perlfunc.pod
21761____________________________________________________________________________
21762[ 11073] By: jhi on 2001/07/02 12:49:51
21763 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
21764 From: "Philip Newton" <Philip.Newton@gmx.net>
21765 Date: Sun, 1 Jul 2001 09:37:56 +0200
21766 Message-Id: <200107010733.KAA03920@taas.iki.fi>
21767 Branch: perl
21768 ! pod/perlvar.pod
21769____________________________________________________________________________
21770[ 11072] By: jhi on 2001/07/02 12:48:03
21771 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
21772 From: "Philip Newton" <Philip.Newton@gmx.net>
21773 Date: Sun, 1 Jul 2001 09:37:56 +0200
21774 Message-Id: <200107010733.KAA03925@taas.iki.fi>
21775 Branch: perl
21776 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21777____________________________________________________________________________
21778[ 11071] By: jhi on 2001/07/02 12:45:12
21779 Log: Metaconfig unit change for #11070.
21780 Branch: metaconfig
21781 ! U/compline/randfunc.U
21782____________________________________________________________________________
21783[ 11070] By: jhi on 2001/07/02 12:43:58
21784 Log: Subject: [PATCH perlsnap] its --> it's --> its
21785 From: "Philip Newton" <Philip.Newton@gmx.net>
21786 Date: Sun, 1 Jul 2001 09:37:56 +0200
21787 Message-Id: <200107010733.KAA03914@taas.iki.fi>
21788 Branch: perl
21789 ! Porting/config_H
21790____________________________________________________________________________
21791[ 11069] By: jhi on 2001/07/02 12:01:52
21792 Log: Sync with Sarathy; integrate with perlio.
21793 Branch: perl
21794 !> gv.c
21795____________________________________________________________________________
21796[ 11068] By: gsar on 2001/07/02 08:07:54
21797 Log: regenerate win32/config_H.?c files
21798 Branch: perl
21799 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21800____________________________________________________________________________
21801[ 11067] By: gsar on 2001/07/02 08:03:55
21802 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
21803 naming discipline
21804
21805 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
21806 because of this)
21807
21808 fix a warning about "fd" being used without being set in Cwd.xs
21809 Branch: perl
21810 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
21811 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
21812 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
21813 ! win32/config.vc
21814____________________________________________________________________________
21815[ 11066] By: gsar on 2001/07/02 07:12:10
21816 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
21817 within macro arguments") and warnings ("unary minus applied to
21818 unsigned type", among others)
21819 Branch: perl
21820 ! gv.c hv.c op.c pp.c sv.c toke.c
21821____________________________________________________________________________
21822[ 11065] By: gsar on 2001/07/02 06:26:22
21823 Log: win32 fixes: more spurious CRs
21824 Branch: perl
21825 ! win32/mdelete.bat
21826____________________________________________________________________________
21827[ 11064] By: gsar on 2001/07/02 06:25:22
21828 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
21829 from win32/bin (or it gets deleted by distclean); don't delete
21830 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
21831 NT (should be made Win9x specific, and added to makefile.mk)
21832 Branch: perl
21833 +> win32/mdelete.bat
21834 - win32/bin/mdelete.bat
21835 ! win32/Makefile win32/makefile.mk
21836____________________________________________________________________________
21837[ 11063] By: nick on 2001/07/01 18:54:09
21838 Log: Quick for for #ifdef mess
21839 Branch: perlio
21840 ! gv.c
21841____________________________________________________________________________
21842[ 11062] By: nick on 2001/07/01 18:47:42
21843 Log: Raw integrate - does not build #if mess in gv.c
21844 Branch: perlio
21845 !> (integrate 29 files)
21846____________________________________________________________________________
21847[ 11061] By: jhi on 2001/07/01 15:20:38
21848 Log: Make 'compile' target a little less broken.
21849 Still very broken, though: -Wall warnings from
21850 the generated code, boot_Foo prototypes missing,
21851 can't autoload Fcntl::SEEK_CUR et alia, ...
21852 Branch: perl
21853 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
21854 ! utils/perlcc.PL x2p/Makefile.SH
21855____________________________________________________________________________
21856[ 11060] By: jhi on 2001/07/01 14:04:20
21857 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
21858 Branch: perl
21859 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21860 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
21861____________________________________________________________________________
21862[ 11059] By: jhi on 2001/07/01 05:02:59
21863 Log: Update Changes.
21864 Branch: perl
21865 ! Changes patchlevel.h
21866____________________________________________________________________________
02d1ae82
JH
21867[ 11058] By: jhi on 2001/07/01 04:57:05
21868 Log: Still one typo, regen toc.
21869 Branch: perl
21870 ! lib/Unicode/UCD.pm pod/perltoc.pod
21871____________________________________________________________________________
21872[ 11057] By: jhi on 2001/07/01 04:54:35
21873 Log: Detypos and regen toc.
21874 Branch: perl
21875 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
21876____________________________________________________________________________
21877[ 11056] By: jhi on 2001/07/01 04:26:08
21878 Log: VERSION tweak.
21879 Branch: perl
21880 ! ext/List/Util/lib/List/Util.pm
21881____________________________________________________________________________
21882[ 11055] By: jhi on 2001/06/30 22:18:37
21883 Log: Attempt at plugging the leak under ithreads detected by Doug.
21884 Branch: perl
21885 ! op.h
21886____________________________________________________________________________
21887[ 11054] By: jhi on 2001/06/30 21:33:29
21888 Log: gcc -Wall lint after #11051.
21889 Branch: perl
21890 ! pp_sys.c
21891____________________________________________________________________________
21892[ 11053] By: jhi on 2001/06/30 21:13:55
21893 Log: Integrate perlio.
21894 Branch: perl
21895 !> lib/File/Find/taint.t
21896____________________________________________________________________________
21897[ 11052] By: jhi on 2001/06/30 21:07:38
21898 Log: Don't use the v-strings for module VERSIONs.
21899 Branch: perl
21900 ! lib/Unicode/UCD.pm
21901____________________________________________________________________________
21902[ 11051] By: jhi on 2001/06/30 20:59:57
21903 Log: Code cleanup based on turning off the -woffs in IRIX.
21904 Not all of the gripes cleaned up (hairy code in hv.c and
21905 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
21906 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
21907 to the IRIX hints)
21908 Branch: perl
21909 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
21910 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
21911 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
21912 ! regcomp.c sv.c
21913____________________________________________________________________________
21914[ 11050] By: nick on 2001/06/30 20:46:46
21915 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
21916 Branch: perlio
21917 ! lib/File/Find/taint.t
21918____________________________________________________________________________
21919[ 11049] By: nick on 2001/06/30 18:13:33
21920 Log: Integrate mainline
21921 Branch: perlio
21922 +> NetWare/nwstdio.h NetWare/perlsdio.h
21923 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
21924 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
21925 +> lib/Unicode/UCD.t t/run/exit.t
21926 !> (integrate 60 files)
21927____________________________________________________________________________
21928[ 11048] By: jhi on 2001/06/30 16:23:39
21929 Log: Delta delta.
21930 Branch: perl
21931 ! pod/perl572delta.pod
21932____________________________________________________________________________
21933[ 11047] By: jhi on 2001/06/30 16:03:40
21934 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
21935 by CPAN.pm, use rather _00.
21936 Branch: perl
21937 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
21938 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
21939 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
21940 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
21941 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
21942 ! lib/ExtUtils/Embed.pm lib/Test.pm
21943____________________________________________________________________________
21944[ 11046] By: jhi on 2001/06/30 15:53:22
21945 Log: Add a simple Unicode character database interface, Unicode::UCD.
21946 Branch: perl
21947 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
21948 ! MANIFEST
21949____________________________________________________________________________
21950[ 11045] By: jhi on 2001/06/30 13:42:37
21951 Log: Subject: [PATCH] op/numconver.t
21952 From: Nicholas Clark <nick@ccl4.org>
21953 Date: Sat, 30 Jun 2001 15:40:10 +0100
21954 Message-ID: <20010630154010.I59620@plum.flirble.org>
21955 Branch: perl
21956 ! t/op/numconvert.t
21957____________________________________________________________________________
21958[ 11044] By: jhi on 2001/06/30 13:29:25
21959 Log: The $^N is now taken (by #11038).
21960 Branch: perl
21961 ! t/base/lex.t
21962____________________________________________________________________________
21963[ 11043] By: jhi on 2001/06/30 13:15:59
21964 Log: The #11040 had slipped to a wrong function...
21965 Branch: perl
21966 ! sv.c
21967____________________________________________________________________________
21968[ 11042] By: jhi on 2001/06/30 13:08:25
21969 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
21970 the Configure library symbol probe mysteriously finds all
21971 symbols but those of pipe() and times().
21972 Branch: perl
21973 ! hints/aix.sh
21974____________________________________________________________________________
21975[ 11041] By: jhi on 2001/06/30 13:01:25
21976 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
21977 From: Nicholas Clark <nick@ccl4.org>
21978 Date: Fri, 29 Jun 2001 23:49:07 +0100
21979 Message-ID: <20010629234907.D59620@plum.flirble.org>
21980 Branch: perl
21981 ! lib/ExtUtils.t
21982____________________________________________________________________________
21983[ 11040] By: jhi on 2001/06/30 13:00:24
21984 Log: Subject: [PATCH] weakref fix 2, not yet there
21985 From: Artur Bergman <artur@contiller.se>
21986 Date: Sat, 30 Jun 2001 01:18:16 +0200
21987 Message-ID: <B762D957.1CC9%artur@contiller.se>
21988 Branch: perl
21989 ! sv.c
21990____________________________________________________________________________
21991[ 11039] By: jhi on 2001/06/30 12:59:25
21992 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
21993 From: Michael G Schwern <schwern@pobox.com>
21994 Date: Fri, 29 Jun 2001 19:39:11 -0400
21995 Message-ID: <20010629193910.D25304@blackrider>
21996 Branch: perl
21997 + t/run/exit.t
21998 ! MANIFEST
21999____________________________________________________________________________
22000[ 11038] By: jhi on 2001/06/30 12:58:16
22001 Log: Add support for $^N, the most-recently closed group.
22002 Branch: perl
22003 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
22004 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
22005 ! thrdvar.h
22006____________________________________________________________________________
22007[ 11037] By: jhi on 2001/06/30 12:53:40
22008 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
22009 From: lvirden@cas.org
22010 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
22011 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
22012
22013 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
22014 From: lvirden@cas.org
22015 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
22016 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
22017 Branch: perl
22018 ! README.solaris
22019____________________________________________________________________________
22020[ 11036] By: jhi on 2001/06/30 12:51:45
22021 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
22022 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22023 Date: Sat, 30 Jun 2001 07:33:37 +0900
22024 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
22025
22026 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
22027 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22028 Date: Sat, 30 Jun 2001 21:38:14 +0900
22029 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
22030 Branch: perl
22031 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22032 + ext/Encode/Encode/7bit-kr.enc
22033 ! MANIFEST ext/Encode/Encode/Tcl.pm
22034____________________________________________________________________________
22035[ 11035] By: jhi on 2001/06/30 12:44:51
22036 Log: NetWare tweaks from Guruprasad.
22037 Branch: perl
22038 + NetWare/nwstdio.h NetWare/perlsdio.h
22039 ! MANIFEST NetWare/Makefile NetWare/config.wc
22040 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
22041 ! NetWare/t/Readme.txt
22042____________________________________________________________________________
22043[ 11034] By: jhi on 2001/06/29 23:28:16
22044 Log: More module $VERSION bump-ups.
22045 Branch: perl
22046 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
22047 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
22048 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
22049____________________________________________________________________________
22050[ 11033] By: jhi on 2001/06/29 21:25:23
22051 Log: Doc update due to #11032.
22052 Branch: perl
22053 ! pod/perl572delta.pod
22054____________________________________________________________________________
22055[ 11032] By: jhi on 2001/06/29 21:19:44
22056 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
22057 From: Peter Prymmer <pvhp@forte.com>
22058 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
22059 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
22060 Branch: perl
22061 ! ext/Time/HiRes/HiRes.xs
22062____________________________________________________________________________
22063[ 11031] By: jhi on 2001/06/29 14:31:53
22064 Log: -lpthreads missing in AIX.
22065 Branch: perl
22066 ! hints/aix.sh
22067____________________________________________________________________________
22068[ 11030] By: jhi on 2001/06/29 14:08:12
22069 Log: Subject: [PATCH] CLONE && weakrefs
22070 From: Artur Bergman <artur@contiller.se>
22071 Date: Fri, 29 Jun 2001 17:02:00 +0200
22072 Message-ID: <B7626508.1CA0%artur@contiller.se>
22073 Branch: perl
22074 ! sv.c
22075____________________________________________________________________________
22076[ 11029] By: jhi on 2001/06/29 14:06:50
22077 Log: Subject: Re: Bug report: split splits on wrong pattern
22078 From: Radu Greab <radu@netsoft.ro>
22079 Date: Wed, 27 Jun 2001 21:50:52 +0300
22080 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
22081 Branch: perl
22082 ! pp_ctl.c t/op/split.t
22083____________________________________________________________________________
22084[ 11028] By: jhi on 2001/06/29 13:47:38
22085 Log: Metaconfig unit change for #11027.
22086 Branch: metaconfig/U/perl
22087 ! d_modfl.U
22088____________________________________________________________________________
22089[ 11027] By: jhi on 2001/06/29 13:47:03
22090 Log: I thought this Configure glitch for AIX was just recently fixed?
22091 Branch: perl
22092 ! Configure
22093____________________________________________________________________________
22094[ 11026] By: jhi on 2001/06/29 13:14:07
22095 Log: Update Changes.
22096 Branch: perl
22097 ! Changes patchlevel.h
22098____________________________________________________________________________
f1defd63
JH
22099[ 11025] By: jhi on 2001/06/29 13:07:57
22100 Log: Subject: Re: perl@10967, File::Find, and Cwd
22101 From: Mike Guy <mjtg@cam.ac.uk>
22102 Date: Fri, 29 Jun 2001 14:56:49 +0100
22103 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
22104 Branch: perl
22105 ! lib/File/Find/taint.t
22106____________________________________________________________________________
22107[ 11024] By: jhi on 2001/06/29 12:39:23
22108 Log: Update the sv_pvprintify() spec.
22109 Branch: perl
22110 ! pod/perltodo.pod
22111____________________________________________________________________________
22112[ 11023] By: jhi on 2001/06/29 12:33:33
22113 Log: Known test failures update.
22114 Branch: perl
22115 ! pod/perl572delta.pod
22116____________________________________________________________________________
22117[ 11022] By: jhi on 2001/06/29 12:24:32
22118 Log: Based on
22119
22120 Subject: [PATCH @11016] More );) fixes
22121 From: Richard Soderberg <rs@crystalflame.net>
22122 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
22123 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
22124 Branch: perl
22125 ! ext/Thread/Thread.xs ext/Thread/typemap
22126____________________________________________________________________________
22127[ 11021] By: jhi on 2001/06/29 12:21:51
22128 Log: Subject: [PATCH @11016] Fixes compile errors in four files
22129 From: Richard Soderberg <rs@crystalflame.net>
22130 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
22131 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
22132 Branch: perl
22133 ! mg.c pp.c pp_hot.c util.c
22134____________________________________________________________________________
22135[ 11020] By: jhi on 2001/06/29 12:05:54
22136 Log: AIX hints tweaking continues, from Merijn Brand.
22137 Branch: perl
22138 ! hints/aix.sh
22139____________________________________________________________________________
22140[ 11019] By: jhi on 2001/06/29 12:05:10
22141 Log: HP-UX needs gccversion sooner, from Merijn Brand.
22142 Branch: perl
22143 ! hints/hpux.sh
22144____________________________________________________________________________
22145[ 11018] By: jhi on 2001/06/29 11:52:31
22146 Log: Subject: [PATCH 5.6.1] OS/2 docs
22147 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22148 Date: Fri, 29 Jun 2001 02:34:12 -0400
22149 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
22150 Branch: perl
22151 ! README.os2 os2/Changes
22152____________________________________________________________________________
22153[ 11017] By: nick on 2001/06/29 10:20:30
22154 Log: Integrate mainline
22155 Branch: perlio
22156 +> (branch 37 files)
22157 - ext/ODBM_File/sdbm.t
22158 !> (integrate 211 files)
22159____________________________________________________________________________
22160[ 11016] By: jhi on 2001/06/29 03:38:56
22161 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
22162 the modules found using a script written by Larry Schatzer Jr.
22163 Branch: perl
22164 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
22165 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
22166 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22167 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22168 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
22169 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
22170 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
22171 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
22172 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
22173 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
22174 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
22175 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
22176 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
22177 ! lib/constant.pm lib/fields.pm lib/strict.pm
22178____________________________________________________________________________
22179[ 11015] By: jhi on 2001/06/29 02:55:58
22180 Log: The latest JPL from the anoncvs.
22181 Branch: perl
22182 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22183____________________________________________________________________________
22184[ 11014] By: jhi on 2001/06/29 02:16:55
22185 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
22186 Branch: perl
22187 ! t/op/pat.t
22188____________________________________________________________________________
22189[ 11013] By: jhi on 2001/06/28 23:14:53
22190 Log: Worrying about insecure directories now is a bit too late.
22191 Branch: perl
22192 ! lib/File/Find/taint.t
22193____________________________________________________________________________
22194[ 11012] By: jhi on 2001/06/28 21:36:36
22195 Log: Cannot DIE() in a void function,
22196 from Richard Hatch <rhatch@austin.ibm.com>.
22197 Branch: perl
22198 ! ext/IPC/SysV/SysV.xs
22199____________________________________________________________________________
22200[ 11011] By: jhi on 2001/06/28 19:32:13
22201 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
22202 From: Peter Prymmer <pvhp@forte.com>
22203 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
22204 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
22205
22206 (unfinished: time/hires tests 3, 5, 14 failing, but better
22207 than wholesale failure)
22208 Branch: perl
22209 ! ext/Time/HiRes/HiRes.xs
22210____________________________________________________________________________
22211[ 11010] By: jhi on 2001/06/28 19:10:54
22212 Log: Subject: [PATCH 5.6.1] OS/2 improvements
22213 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22214 Date: Thu, 28 Jun 2001 16:03:14 -0400
22215 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
22216 Branch: perl
22217 + os2/os2_base.t
22218 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
22219 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
22220 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
22221 ! os2/os2ish.h
22222____________________________________________________________________________
22223[ 11009] By: jhi on 2001/06/28 18:54:14
22224 Log: Subject: Incrementing Extutils::Manifest's $VERSION
22225 From: Michael G Schwern <schwern@pobox.com>
22226 Date: Thu, 28 Jun 2001 13:13:49 -0400
22227 Message-ID: <20010628131349.A14738@blackrider>
22228 Branch: maint-5.6/perl
22229 ! lib/ExtUtils/Manifest.pm
22230____________________________________________________________________________
22231[ 11008] By: jhi on 2001/06/28 18:52:20
22232 Log: AIX tweak from Merijn Brand.
22233 Branch: perl
22234 ! hints/aix.sh
22235____________________________________________________________________________
22236[ 11007] By: jhi on 2001/06/28 17:46:27
22237 Log: Create the macperl branch.
22238 Branch: maint-5.6/macperl
22239 +> (branch 1728 files)
22240____________________________________________________________________________
22241[ 11006] By: jhi on 2001/06/28 14:46:21
22242 Log: Update Changes.
22243 Branch: perl
22244 ! Changes patchlevel.h
22245____________________________________________________________________________
27c3e527
JH
22246[ 11005] By: jhi on 2001/06/28 14:40:11
22247 Log: More Perforce lore.
22248 Branch: perl
22249 ! Porting/repository.pod
22250____________________________________________________________________________
22251[ 11004] By: jhi on 2001/06/28 14:12:50
22252 Log: Metaconfig unit changes for #11003.
22253 Branch: metaconfig/U/perl
22254 + d_nl_langinfo.U i_langinfo.U
22255____________________________________________________________________________
22256[ 11003] By: jhi on 2001/06/28 14:12:27
22257 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
22258 Expected not to exist in non-UNIX excepting in VMS, where
22259 according to a quick web survey they just might.
22260 Branch: perl
22261 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
22262 ! Porting/config_H config_h.SH configure.com epoc/config.sh
22263 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
22264 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22265 ! win32/config.bc win32/config.gc win32/config.vc
22266____________________________________________________________________________
22267[ 11002] By: jhi on 2001/06/28 13:39:11
22268 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
22269 in AIX is one is doing a 64-bit build.
22270 Branch: perl
22271 ! hints/aix.sh
22272____________________________________________________________________________
22273[ 11001] By: jhi on 2001/06/28 13:28:37
22274 Log: Metaconfig unit changes for #11000.
22275 Branch: metaconfig/U/perl
22276 ! use64bits.U uselfs.U
22277____________________________________________________________________________
22278[ 11000] By: jhi on 2001/06/28 13:21:16
22279 Log: Move use64bitint and use64bitall before uselargefiles.
22280 Branch: perl
22281 ! Configure
22282____________________________________________________________________________
22283[ 10999] By: jhi on 2001/06/28 03:49:07
22284 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
22285 From: Robert Spier <rspier@pobox.com>
22286 Message-ID: <15162.41164.618712.841415@rls.cx>
22287 Date: Wed, 27 Jun 2001 23:13:16 -0400
22288 Branch: perl
22289 ! doio.c
22290____________________________________________________________________________
22291[ 10998] By: jhi on 2001/06/28 03:42:57
22292 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
22293 From: Peter Prymmer <pvhp@forte.com>
22294 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
22295 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
22296 Branch: perl
22297 ! numeric.c
22298____________________________________________________________________________
22299[ 10997] By: jhi on 2001/06/28 03:42:12
22300 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
22301 From: Peter Prymmer <pvhp@forte.com>
22302 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
22303 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
22304 Branch: perl
22305 ! configure.com ext/Digest/MD5/Makefile.PL
22306____________________________________________________________________________
22307[ 10996] By: jhi on 2001/06/27 20:34:11
22308 Log: Update Changes.
22309 Branch: perl
22310 ! Changes patchlevel.h
22311____________________________________________________________________________
e7b7be70
JH
22312[ 10995] By: jhi on 2001/06/27 20:06:28
22313 Log: Tiny EPOC updates.
22314 Branch: perl
22315 ! epoc/config.sh
22316____________________________________________________________________________
22317[ 10994] By: jhi on 2001/06/27 19:55:16
22318 Log: The Test::More and Test::Simple tests required help
22319 thanks to our schizophrenic test scheme.
22320 Branch: perl
22321 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22322 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22323 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22324 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22325 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22326____________________________________________________________________________
22327[ 10993] By: jhi on 2001/06/27 17:17:30
22328 Log: Upgrade to Test::Simple 0.09.
22329 Branch: perl
22330 + lib/Test/Simple/Changes
22331 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22332 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22333 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22334 ! lib/Test/Simple/t/plan_is_noplan.t
22335____________________________________________________________________________
22336[ 10992] By: jhi on 2001/06/27 17:11:28
22337 Log: Upgrade to Test::More 0.07.
22338 Branch: perl
22339 + lib/Test/More/Changes
22340 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
22341 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
22342 ! lib/Test/More/t/skipall.t
22343____________________________________________________________________________
22344[ 10991] By: jhi on 2001/06/27 17:04:13
22345 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
22346 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22347 Date: Wed, 27 Jun 2001 18:40:04 +0200
22348 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
22349 Branch: perl
22350 ! hints/hpux.sh
22351____________________________________________________________________________
22352[ 10990] By: jhi on 2001/06/27 17:02:55
22353 Log: Subject: [PATCH README.qnx hints/qnx.sh]
22354 From: Norton Allen <allen@huarp.harvard.edu>
22355 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
22356 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
22357 Branch: perl
22358 ! README.qnx hints/qnx.sh
22359____________________________________________________________________________
22360[ 10989] By: jhi on 2001/06/27 14:33:53
22361 Log: Subject: [PATCH] two little documentation nits
22362 From: Abhijit Menon-Sen <ams@wiw.org>
22363 Date: Wed, 27 Jun 2001 20:07:50 +0530
22364 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
22365 Branch: perl
22366 ! sv.c sv.h
22367____________________________________________________________________________
22368[ 10988] By: jhi on 2001/06/27 13:33:32
22369 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
22370 From: Norton Allen <allen@huarp.harvard.edu>
22371 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
22372 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
22373 Branch: perl
22374 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22375____________________________________________________________________________
22376[ 10987] By: jhi on 2001/06/27 12:14:36
22377 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
22378 From: Michael G Schwern <schwern@pobox.com>
22379 Date: Wed, 27 Jun 2001 02:34:58 -0400
22380 Message-ID: <20010627023458.K23874@blackrider>
22381 Branch: perl
22382 ! vms/test.com
22383____________________________________________________________________________
22384[ 10986] By: jhi on 2001/06/27 12:01:49
22385 Log: Add perl_clone_host() for Netware.
22386 Branch: perl
22387 ! NetWare/nw5.c
22388____________________________________________________________________________
22389[ 10985] By: jhi on 2001/06/27 11:56:53
22390 Log: GCC 3.0 hints for HP-UX.
22391 Branch: perl
22392 ! hints/hpux.sh
22393____________________________________________________________________________
22394[ 10984] By: jhi on 2001/06/27 11:55:06
22395 Log: In some Linux distributions the libndbm is broken
22396 (no null key support), therefore link with libgdbm
22397 (if available), since it has a working ndbm emulation,
22398 from Jonathan Stowe.
22399 Branch: perl
22400 + ext/NDBM_File/hints/linux.pl
22401 ! MANIFEST
22402____________________________________________________________________________
22403[ 10983] By: jhi on 2001/06/27 11:48:56
22404 Log: Subject: [PATCH perl@10930] find.t hack for VMS
22405 From: "Craig A. Berry" <craigberry@mac.com>
22406 Date: Tue, 26 Jun 2001 23:40:25 -0500
22407 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
22408 Branch: perl
22409 ! lib/File/Find/find.t
22410____________________________________________________________________________
22411[ 10982] By: jhi on 2001/06/27 11:47:30
22412 Log: AUTHORS updates.
22413 Branch: perl
22414 ! AUTHORS
22415____________________________________________________________________________
22416[ 10981] By: jhi on 2001/06/27 11:46:02
22417 Log: Metaconfig unit change like #10980.
22418 Branch: metaconfig
22419 ! U/compline/d_stdstdio.U
22420____________________________________________________________________________
22421[ 10980] By: jhi on 2001/06/27 11:45:29
22422 Log: "lose the it's", from Abhijit Menon-Sen.
22423 ("It's" not searched, pods not searched.)
22424 Branch: perl
22425 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
22426 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
22427 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
22428 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
22429 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22430 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
22431____________________________________________________________________________
22432[ 10979] By: jhi on 2001/06/27 11:36:40
22433 Log: "lose the looses", from Abhijit Menon-Sen.
22434 Branch: perl
22435 ! ext/B/B/Assembler.pm gv.c
22436____________________________________________________________________________
22437[ 10978] By: jhi on 2001/06/27 11:35:38
22438 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
22439 Branch: perl
22440 ! hints/os390.sh
22441____________________________________________________________________________
22442[ 10977] By: jhi on 2001/06/27 11:33:28
22443 Log: DEC C 5.3 on the VAX simply doesn't seem to like
22444 compiling the MD5 extension, disable it there for now,
22445 from Peter Prymmer.
22446 Branch: perl
22447 ! configure.com
22448____________________________________________________________________________
22449[ 10976] By: jhi on 2001/06/26 21:35:40
22450 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
22451 From: Jonathan Stowe <gellyfish@gellyfish.com>
22452 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
22453 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
22454 Branch: perl
22455 ! pod/perlfaq3.pod
22456____________________________________________________________________________
22457[ 10975] By: jhi on 2001/06/26 21:32:41
22458 Log: Subject: [PATCH 5.6.1] perlxs misprints
22459 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22460 Date: Tue, 26 Jun 2001 17:20:00 -0400
22461 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
22462 Branch: perl
22463 ! pod/perlxs.pod
22464____________________________________________________________________________
22465[ 10974] By: jhi on 2001/06/26 21:31:51
22466 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
22467 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22468 Date: Tue, 26 Jun 2001 17:27:07 -0400
22469 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
22470 Branch: perl
22471 ! lib/ExtUtils/MM_Unix.pm
22472____________________________________________________________________________
22473[ 10973] By: jhi on 2001/06/26 21:27:05
22474 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
22475 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22476 Date: Tue, 26 Jun 2001 17:23:24 -0400
22477 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
22478 Branch: perl
22479 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22480____________________________________________________________________________
22481[ 10972] By: jhi on 2001/06/26 20:27:19
22482 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
22483 by Olaf Flebbe.
22484 Branch: perl
22485 ! perl.h
22486____________________________________________________________________________
22487[ 10971] By: jhi on 2001/06/26 19:59:41
22488 Log: Detypo.
22489 Branch: perl
22490 ! lib/Memoize/t/tie_sdbm.t
22491____________________________________________________________________________
22492[ 10970] By: jhi on 2001/06/26 19:10:19
22493 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
22494 Branch: perl
22495 ! win32/perllib.c
22496____________________________________________________________________________
22497[ 10969] By: jhi on 2001/06/26 17:21:31
22498 Log: Subject: [patch] perl_clone+CvFILE
22499 From: Doug MacEachern <dougm@covalent.net>
22500 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
22501 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
22502 Branch: perl
22503 ! sv.c
22504____________________________________________________________________________
22505[ 10968] By: jhi on 2001/06/26 16:48:32
22506 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
22507 From: Mark-Jason Dominus <mjd@plover.com>
22508 Date: Tue, 26 Jun 2001 12:33:01 -0400
22509 Message-ID: <20010626163301.31298.qmail@plover.com>
22510 Branch: perl
22511 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22512____________________________________________________________________________
22513[ 10967] By: jhi on 2001/06/26 14:21:49
22514 Log: Update Changes.
22515 Branch: perl
22516 ! Changes patchlevel.h
22517____________________________________________________________________________
debca88a
JH
22518[ 10966] By: jhi on 2001/06/26 14:08:34
22519 Log: Also catfile() needs now to explicitly exported.
22520 Branch: perl
22521 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22522____________________________________________________________________________
22523[ 10965] By: jhi on 2001/06/26 13:57:54
22524 Log: Regen toc.
22525 Branch: perl
22526 ! pod/perltoc.pod
22527____________________________________________________________________________
22528[ 10964] By: jhi on 2001/06/26 13:56:11
22529 Log: Nonexistent pod command.
22530 Branch: perl
22531 ! pod/perl572delta.pod
22532____________________________________________________________________________
22533[ 10963] By: jhi on 2001/06/26 13:50:53
22534 Log: Be more portable in the quest for tmpdir.
22535 Branch: perl
22536 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22537____________________________________________________________________________
22538[ 10962] By: jhi on 2001/06/26 13:43:51
22539 Log: Be more portable in finding out the home directory,
22540 and use File::Spec to do the concat.
22541 (Come to think of it, couldn't File::Spec provide
22542 for a ->homedir method?)
22543 Branch: perl
22544 ! lib/Net/Config.pm
22545____________________________________________________________________________
22546[ 10961] By: jhi on 2001/06/26 13:37:30
22547 Log: Doc patch for #10959.
22548 Branch: perl
22549 ! pod/perlfunc.pod
22550____________________________________________________________________________
22551[ 10960] By: jhi on 2001/06/26 13:33:07
22552 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
22553 From: "Philip Newton" <pnewton@gmx.de>
22554 Date: Tue, 26 Jun 2001 16:26:47 +0200
22555 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
22556 Branch: perl
22557 ! pod/perldata.pod
22558____________________________________________________________________________
22559[ 10959] By: jhi on 2001/06/26 13:31:57
22560 Log: Subject: [PATH] shared -> unique;
22561 From: "Artur Bergman" <artur@contiller.se>
22562 Date: Tue, 26 Jun 2001 16:18:40 +0200
22563 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
22564
22565 Because "shared" isn't: it's read-only.
22566 Branch: perl
22567 ! toke.c xsutils.c
22568____________________________________________________________________________
22569[ 10958] By: jhi on 2001/06/26 13:28:27
22570 Log: Escape multiline croak messages.
22571 Branch: perl
22572 ! t/op/ver.t
22573____________________________________________________________________________
22574[ 10957] By: jhi on 2001/06/26 13:18:34
22575 Log: No more pragma/*.t for minitest.
22576 Branch: perl
22577 ! Makefile.SH
22578____________________________________________________________________________
22579[ 10956] By: jhi on 2001/06/26 13:18:00
22580 Log: AUTHORS updates.
22581 Branch: perl
22582 ! AUTHORS
22583____________________________________________________________________________
22584[ 10955] By: jhi on 2001/06/26 13:17:05
22585 Log: delta updates.
22586 Branch: perl
22587 ! pod/perl572delta.pod
22588____________________________________________________________________________
22589[ 10954] By: jhi on 2001/06/26 12:36:07
22590 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
22591 From: Artur Bergman <artur@contiller.se>
22592 Date: Tue, 26 Jun 2001 15:32:53 +0200
22593 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
22594 Branch: perl
22595 ! makedef.pl sv.c sv.h win32/perllib.c
22596____________________________________________________________________________
22597[ 10953] By: jhi on 2001/06/26 12:33:55
22598 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
22599 From: Jonathan Stowe <gellyfish@gellyfish.com>
22600 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
22601 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
22602
22603 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
22604 Branch: perl
22605 + ext/Time/HiRes/hints/sco.pl
22606 ! MANIFEST
22607____________________________________________________________________________
22608[ 10952] By: jhi on 2001/06/26 11:57:44
22609 Log: Subject: [PATCH 5.6.1] static build
22610 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22611 Date: Tue, 26 Jun 2001 04:22:25 -0400
22612 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
22613 Branch: perl
22614 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
22615 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22616____________________________________________________________________________
22617[ 10951] By: jhi on 2001/06/26 11:55:59
22618 Log: DJGPP patches from Laszlo Molnar.
22619 Branch: perl
22620 ! djgpp/djgpp.c perl.c util.c
22621____________________________________________________________________________
22622[ 10950] By: jhi on 2001/06/26 11:54:32
22623 Log: Netware patches from Ananth Kesari.
22624 Branch: perl
22625 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
22626 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
22627 ! NetWare/nwtinfo.h
22628____________________________________________________________________________
22629[ 10949] By: jhi on 2001/06/26 11:49:09
22630 Log: Detypo.
22631 Branch: perl
22632 ! ext/Errno/Errno_pm.PL
22633____________________________________________________________________________
22634[ 10948] By: jhi on 2001/06/26 03:44:29
22635 Log: There seems to be two ways of spelling the $^O in *STEP.
22636 Branch: perl
22637 ! ext/Errno/Errno_pm.PL
22638____________________________________________________________________________
22639[ 10947] By: jhi on 2001/06/26 03:01:01
22640 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
22641 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
22642 Branch: perl
22643 ! ext/Errno/Errno_pm.PL
22644____________________________________________________________________________
22645[ 10946] By: jhi on 2001/06/26 02:50:46
22646 Log: Known bugs update.
22647 Branch: perl
22648 ! pod/perl572delta.pod
22649____________________________________________________________________________
22650[ 10945] By: jhi on 2001/06/26 01:15:39
22651 Log: The default installation of Cygwin has 500 as root's uid.
22652 Branch: perl
22653 ! lib/User/pwent.t
22654____________________________________________________________________________
22655[ 10944] By: jhi on 2001/06/26 01:12:39
22656 Log: Be even more relaxed (re-allow having only one entry).
22657 Branch: perl
22658 ! t/op/grent.t t/op/pwent.t
22659____________________________________________________________________________
22660[ 10943] By: jhi on 2001/06/26 01:03:30
22661 Log: Test failure updates.
22662 Branch: perl
22663 ! pod/perl572delta.pod
22664____________________________________________________________________________
22665[ 10942] By: jhi on 2001/06/25 23:32:05
22666 Log: MPE/iX test tweaks from Mark Bixby.
22667 Branch: perl
22668 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
22669 ! t/io/fs.t t/op/stat.t
22670____________________________________________________________________________
22671[ 10941] By: jhi on 2001/06/25 22:18:31
22672 Log: Microperl findings.
22673 Branch: perl
22674 ! perl.h pp_sys.c
22675____________________________________________________________________________
22676[ 10940] By: jhi on 2001/06/25 21:59:29
22677 Log: Touch uconfig.h.
22678 Branch: perl
22679 ! uconfig.h
22680____________________________________________________________________________
22681[ 10939] By: jhi on 2001/06/25 21:32:52
22682 Log: Subject: [PATCH] Proposed fix for Pod::Man
22683 From: Rob Napier <rnapier@employees.org>
22684 Date: Mon, 25 Jun 2001 15:49:24 -0400
22685 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
22686
22687 Cater for Solaris nroff brokenness (shortchanges daisywheel
22688 printers, but hey, we also no more support PDPs.)
22689 Branch: perl
22690 ! lib/Pod/Man.pm
22691____________________________________________________________________________
22692[ 10938] By: jhi on 2001/06/25 21:14:41
22693 Log: Typo in #10937.
22694 Branch: perl
22695 ! ext/POSIX/sigaction.t
22696____________________________________________________________________________
22697[ 10937] By: jhi on 2001/06/25 19:42:02
22698 Log: SIGCONT not trappable in VMS.
22699 Branch: perl
22700 ! ext/POSIX/sigaction.t
22701____________________________________________________________________________
22702[ 10936] By: jhi on 2001/06/25 19:28:13
22703 Log: Subject: [DRAFT] Encode-Tcl.t
22704 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22705 Date: Tue, 26 Jun 2001 03:38:08 +0900
22706 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
22707 Branch: perl
22708 + ext/Encode/Encode/Tcl.t
22709 ! MANIFEST ext/Encode/Encode/Tcl.pm
22710____________________________________________________________________________
22711[ 10935] By: jhi on 2001/06/25 18:40:03
22712 Log: Because of #10932 retract also the perlfunc hunk of #10910.
22713 Branch: perl
22714 ! pod/perlfunc.pod
22715____________________________________________________________________________
22716[ 10934] By: jhi on 2001/06/25 18:27:19
22717 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
22718 by Ilya Zakharevich in
22719 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
22720 Branch: perl
22721 ! XSUB.h
22722____________________________________________________________________________
22723[ 10933] By: jhi on 2001/06/25 18:25:26
22724 Log: Typo in #10889.
22725 Branch: perl
22726 ! hints/uts.sh
22727____________________________________________________________________________
22728[ 10932] By: jhi on 2001/06/25 18:23:30
22729 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22730 From: Abhijit Menon-Sen <ams@wiw.org>
22731 Date: Mon, 25 Jun 2001 23:45:45 +0530
22732 Message-ID: <20010625234545.A5022@lustre.linux.in>
22733 Branch: perl
22734 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
22735____________________________________________________________________________
22736[ 10931] By: jhi on 2001/06/25 17:50:38
22737 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
22738 From: Michael G Schwern <schwern@pobox.com>
22739 Date: Mon, 25 Jun 2001 14:35:51 -0400
22740 Message-ID: <20010625143551.H13819@blackrider>
22741 Branch: perl
22742 ! lib/Test.pm
22743____________________________________________________________________________
22744[ 10930] By: jhi on 2001/06/25 14:33:46
22745 Log: Update Changes.
22746 Branch: perl
22747 ! Changes patchlevel.h
22748____________________________________________________________________________
0e84659b
JH
22749[ 10929] By: jhi on 2001/06/25 14:17:57
22750 Log: Regen toc and modlib.
22751 Branch: perl
22752 ! pod/perlmodlib.pod pod/perltoc.pod
22753____________________________________________________________________________
22754[ 10928] By: jhi on 2001/06/25 14:13:09
22755 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
22756 for the benefit of C++ compilers, as suggested by Guruprasad.
22757 Branch: perl
22758 ! embed.pl proto.h
22759____________________________________________________________________________
22760[ 10927] By: jhi on 2001/06/25 14:11:59
22761 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
22762 From: Jonathan Stowe <gellyfish@gellyfish.com>
22763 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
22764 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
22765 Branch: perl
22766 ! pod/perlfaq5.pod
22767____________________________________________________________________________
22768[ 10926] By: jhi on 2001/06/25 14:04:07
22769 Log: Missed from #10925.
22770 Branch: perl
22771 ! gv.c
22772____________________________________________________________________________
22773[ 10925] By: jhi on 2001/06/25 14:00:06
22774 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
22775 From: Robin Houston <robin@kitsite.com>
22776 Date: Sat, 19 May 2001 16:19:34 +0100
22777 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
22778 Branch: perl
22779 ! cv.h gv.h op.c
22780____________________________________________________________________________
22781[ 10924] By: jhi on 2001/06/25 13:58:18
22782 Log: Netware README tweak.
22783 Branch: perl
22784 ! README.netware
22785____________________________________________________________________________
22786[ 10923] By: jhi on 2001/06/25 13:57:13
22787 Log: Subject: [PATCH] Re: overload.t fails
22788 From: Abhijit Menon-Sen <ams@wiw.org>
22789 Date: Mon, 25 Jun 2001 14:52:20 +0530
22790 Message-ID: <20010625145220.A24114@lustre.linux.in>
22791 Branch: perl
22792 ! lib/overload.t
22793____________________________________________________________________________
22794[ 10922] By: jhi on 2001/06/25 13:56:20
22795 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
22796 From: Mike Guy <mjtg@cam.ac.uk>
22797 Date: Mon, 25 Jun 2001 11:43:23 +0100
22798 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
22799 Branch: perl
22800 ! lib/Carp.pm
22801____________________________________________________________________________
22802[ 10921] By: jhi on 2001/06/25 13:50:02
22803 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
22804 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22805 Date: Sun, 24 Jun 2001 05:17:05 -0400
22806 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
22807 Branch: perl
22808 ! os2/os2ish.h
22809____________________________________________________________________________
22810[ 10920] By: jhi on 2001/06/25 13:49:13
22811 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
22812 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22813 Date: Mon, 25 Jun 2001 05:52:27 -0400
22814 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
22815 Branch: perl
22816 ! hints/os2.sh
22817____________________________________________________________________________
22818[ 10919] By: jhi on 2001/06/25 13:48:30
22819 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
22820 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22821 Date: Mon, 25 Jun 2001 05:23:35 -0400
22822 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
22823 Branch: perl
22824 ! os2/os2.c
22825____________________________________________________________________________
22826[ 10918] By: jhi on 2001/06/25 13:47:46
22827 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
22828 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22829 Date: Mon, 25 Jun 2001 05:04:32 -0400
22830 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
22831 Branch: perl
22832 ! os2/OS2/REXX/DLL/DLL.pm
22833____________________________________________________________________________
22834[ 10917] By: jhi on 2001/06/25 13:44:14
22835 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
22836 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22837 Date: Mon, 25 Jun 2001 05:02:36 -0400
22838 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
22839 Branch: perl
22840 ! mg.c os2/dl_os2.c os2/os2.c
22841____________________________________________________________________________
22842[ 10916] By: jhi on 2001/06/25 13:41:20
22843 Log: Subject: Re: [PATCH 5.6.1] misprints
22844 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22845 Date: Mon, 25 Jun 2001 04:50:50 -0400
22846 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
22847 Branch: perl
22848 ! os2/os2.c pp_sys.c
22849____________________________________________________________________________
22850[ 10915] By: jhi on 2001/06/25 13:39:59
22851 Log: Add Test::More and Test::Simple to the delta.
22852 Branch: perl
22853 ! pod/perl572delta.pod
22854____________________________________________________________________________
22855[ 10914] By: jhi on 2001/06/25 13:38:08
22856 Log: Add Test::More, from Michael G Schwern.
22857 Branch: perl
22858 + lib/Test/More.pm lib/Test/More/t/More.t
22859 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22860 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22861 + t/lib/Test/More/Catch.pm
22862 ! MANIFEST
22863____________________________________________________________________________
22864[ 10913] By: jhi on 2001/06/25 13:35:41
22865 Log: Add Test::Simple from Michael G Schwern.
22866 Branch: perl
22867 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22868 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22869 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22870 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
22871 + t/lib/Test/Simple/Catch.pm
22872 + t/lib/Test/Simple/sample_tests/death.plx
22873 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
22874 + t/lib/Test/Simple/sample_tests/extras.plx
22875 + t/lib/Test/Simple/sample_tests/five_fail.plx
22876 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
22877 + t/lib/Test/Simple/sample_tests/one_fail.plx
22878 + t/lib/Test/Simple/sample_tests/require.plx
22879 + t/lib/Test/Simple/sample_tests/success.plx
22880 + t/lib/Test/Simple/sample_tests/too_few.plx
22881 + t/lib/Test/Simple/sample_tests/two_fail.plx
22882 ! MANIFEST
22883____________________________________________________________________________
22884[ 10912] By: jhi on 2001/06/25 13:31:57
22885 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
22886 From: "Craig A. Berry" <craigberry@mac.com>
22887 Date: Sun, 24 Jun 2001 23:41:36 -0500
22888 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
22889 Branch: perl
22890 ! pp_sys.c
22891____________________________________________________________________________
22892[ 10911] By: jhi on 2001/06/25 13:05:00
22893 Log: Upgrade to Attribute::Handlers 0.70.
22894 Branch: perl
22895 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
22896 ! MANIFEST lib/Attribute/Handlers.pm
22897____________________________________________________________________________
22898[ 10910] By: jhi on 2001/06/25 00:09:27
22899 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22900 From: Abhijit Menon-Sen <ams@wiw.org>
22901 Date: Sat, 23 Jun 2001 05:17:44 +0530
22902 Message-ID: <20010623051744.A18583@lustre.linux.in>
22903
22904 (Can't think of a good place to put tests.)
22905 Branch: perl
22906 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
22907____________________________________________________________________________
22908[ 10909] By: jhi on 2001/06/24 23:45:13
22909 Log: Subject: [PATCH] t/op/pat.t typo fix
22910 From: Richard Soderberg <rs@crystalflame.net>
22911 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
22912 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
22913 Branch: perl
22914 ! t/op/pat.t
22915____________________________________________________________________________
22916[ 10908] By: jhi on 2001/06/24 22:24:49
22917 Log: Move the pack warnings to their own file, as pointed
22918 out by Spider.
22919 Branch: perl
22920 + t/lib/warnings/pp_pack
22921 ! MANIFEST t/lib/warnings/pp
22922____________________________________________________________________________
22923[ 10907] By: jhi on 2001/06/24 19:55:15
22924 Log: Update Changes.
22925 Branch: perl
22926 ! Changes patchlevel.h
22927____________________________________________________________________________
0e5c3182
JH
22928[ 10906] By: jhi on 2001/06/24 19:50:40
22929 Log: Partially fix a problem noticed by IRIX compiler:
22930 the initialization of parse_start was bypassed by
22931 several gotos. Now initialized to zero, which may
22932 not be the best choice.
22933 Branch: perl
22934 ! regcomp.c
22935____________________________________________________________________________
22936[ 10905] By: jhi on 2001/06/24 19:43:25
22937 Log: Relax the group and password tests back to moaning only
22938 if no matches at all are found. (Even with a small sample
22939 I could find many sites where there are, umm, anomalies in
22940 the said databases.)
22941 Branch: perl
22942 ! t/op/grent.t t/op/pwent.t
22943____________________________________________________________________________
22944[ 10904] By: jhi on 2001/06/24 18:45:55
22945 Log: Argh. How hard it can be to re-apply a patch manually? :-)
22946 Branch: perl
22947 ! pp_ctl.c
22948____________________________________________________________________________
22949[ 10903] By: jhi on 2001/06/24 18:40:52
22950 Log: De-cut-and-pasto in #10902.
22951 Branch: perl
22952 ! pp_ctl.c
22953____________________________________________________________________________
22954[ 10902] By: jhi on 2001/06/24 18:35:18
22955 Log: The #10771 didn't take?
22956 Branch: perl
22957 ! pp_ctl.c
22958____________________________________________________________________________
22959[ 10901] By: jhi on 2001/06/24 18:29:50
22960 Log: Undo the filetests part of #10900, under multiplicity
22961 weird errors take place.
22962 Branch: perl
22963 ! pp_sys.c
22964____________________________________________________________________________
22965[ 10900] By: jhi on 2001/06/24 18:20:36
22966 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
22967 Branch: perl
22968 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
22969____________________________________________________________________________
22970[ 10899] By: jhi on 2001/06/24 17:00:34
585d6f80
JH
22971 Log: (Replaced by #10922)
22972
22973 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
0e5c3182
JH
22974 From: Tony Bowden <tony@kasei.com>
22975 Date: Sun, 24 Jun 2001 17:32:40 +0100
22976 Message-ID: <20010624173240.A16293@blackstar.co.uk>
22977
22978 Document (well, mention) shortmess() and longmess()
22979 to rob people of their fun of reinventing the weel.
22980 Branch: perl
22981 ! lib/Carp.pm
22982____________________________________________________________________________
22983[ 10898] By: jhi on 2001/06/24 16:51:40
22984 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
22985 From: Brian Jepson <bjepson@oreilly.com>
22986 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
22987 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
22988 Branch: perl
22989 ! pp_sys.c
22990____________________________________________________________________________
22991[ 10897] By: jhi on 2001/06/24 16:38:23
22992 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
22993 From: Robin Barker <rmb1@cise.npl.co.uk>
22994 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
22995 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
22996 Branch: perl
22997 ! lib/CPAN.pm
22998____________________________________________________________________________
22999[ 10896] By: jhi on 2001/06/24 16:36:32
23000 Log: Memoize patch from mjd.
23001 Branch: perl
23002 ! lib/Memoize/t/tie_storable.t
23003____________________________________________________________________________
23004[ 10895] By: jhi on 2001/06/24 16:33:59
23005 Log: Spec the sv_pvprintify() a bit more.
23006 Branch: perl
23007 ! pod/perltodo.pod
23008____________________________________________________________________________
23009[ 10894] By: jhi on 2001/06/24 14:43:36
23010 Log: Upgrade to Memoize 0.65.
23011 Branch: perl
23012 + lib/Memoize/t/array_confusion.t
23013 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23014 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23015 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23016 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
23017 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23018 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23019 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23020 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23021 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
23022 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
23023 ! lib/Memoize/t/tie_storable.t
23024____________________________________________________________________________
23025[ 10893] By: jhi on 2001/06/24 14:21:09
23026 Log: Metaconfig unit change for #10892.
23027 Branch: metaconfig
23028 ! U/modified/Options.U
23029____________________________________________________________________________
23030[ 10892] By: jhi on 2001/06/24 14:20:38
23031 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
23032 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23033 Date: Sun, 24 Jun 2001 05:24:40 -0400
23034 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
23035 Branch: perl
23036 ! Configure hints/os2.sh
23037____________________________________________________________________________
23038[ 10891] By: jhi on 2001/06/24 13:50:26
23039 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23040 From: Mike Guy <mjtg@cam.ac.uk>
23041 Date: Sun, 24 Jun 2001 15:28:39 +0100
23042 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
23043
23044 Fix an ancient (5.002) bug.
23045 Branch: perl
23046 ! lib/Carp/Heavy.pm
23047____________________________________________________________________________
23048[ 10890] By: jhi on 2001/06/24 13:44:43
23049 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
23050 variables.
23051 Branch: perl
23052 ! pp_sys.c
23053____________________________________________________________________________
23054[ 10889] By: jhi on 2001/06/24 13:24:00
23055 Log: Make UTS as per #10888.
23056 Branch: perl
23057 ! hints/uts.sh
23058____________________________________________________________________________
23059[ 10888] By: jhi on 2001/06/24 13:21:23
23060 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
23061 Branch: perl
23062 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
23063 ! mpeix/mpeixish.h perl.h unixish.h
23064____________________________________________________________________________
23065[ 10887] By: jhi on 2001/06/24 13:15:45
23066 Log: AUTHORS update.
23067 Branch: perl
23068 ! AUTHORS
23069____________________________________________________________________________
23070[ 10886] By: jhi on 2001/06/24 13:14:31
23071 Log: Subject: Encode::Tcl for multibyte doesnot work
23072 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23073 Date: Sun, 24 Jun 2001 22:48:21 +0900
23074 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
23075 Branch: perl
23076 ! ext/Encode/Encode/Tcl.pm
23077____________________________________________________________________________
23078[ 10885] By: jhi on 2001/06/24 13:12:46
23079 Log: Subject: [PATCH] Remove tautology in error messages
23080 From: Mike Guy <mjtg@cam.ac.uk>
23081 Date: Sun, 24 Jun 2001 13:31:00 +0100
23082 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
23083 Branch: perl
23084 ! pp_sys.c
23085____________________________________________________________________________
23086[ 10884] By: jhi on 2001/06/24 13:11:36
23087 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
23088 Branch: perl
23089 ! hints/darwin.sh
23090____________________________________________________________________________
23091[ 10883] By: jhi on 2001/06/24 13:09:55
23092 Log: Subject: Re: [PATCH 5.6.1] test suite
23093 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23094 Date: Sun, 24 Jun 2001 05:47:05 -0400
23095 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
23096
23097 Test suite fixes.
23098 Branch: perl
23099 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
23100____________________________________________________________________________
23101[ 10882] By: jhi on 2001/06/24 13:07:46
23102 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
23103 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23104 Date: Sun, 24 Jun 2001 05:37:19 -0400
23105 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
23106 Branch: perl
23107 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
23108____________________________________________________________________________
23109[ 10881] By: jhi on 2001/06/24 13:05:24
23110 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
23111 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23112 Date: Sun, 24 Jun 2001 05:34:50 -0400
23113 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
23114
23115 Pacify compiler warnings.
23116 Branch: perl
23117 ! pp_sys.c
23118____________________________________________________________________________
23119[ 10880] By: jhi on 2001/06/24 13:02:30
23120 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23121 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23122 Date: Sun, 24 Jun 2001 05:21:18 -0400
23123 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
23124
23125 Enable compression of executables during link time.
23126 Branch: perl
23127 ! hints/os2.sh
23128____________________________________________________________________________
23129[ 10879] By: jhi on 2001/06/24 13:00:47
23130 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23131 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23132 Date: Sun, 24 Jun 2001 05:15:11 -0400
23133 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
23134
23135 Add ordinals to the export list for Perl DLL.
23136 (Breaks intra-version DLL compatibility.)
23137 Branch: perl
23138 ! makedef.pl
23139____________________________________________________________________________
23140[ 10878] By: jhi on 2001/06/24 02:12:04
23141 Log: Allow (displaying and) re-editing the Subject in perlbug.
23142 Also abstract the Subject quality control into a function.
23143 Branch: perl
23144 ! utils/perlbug.PL
23145____________________________________________________________________________
23146[ 10877] By: jhi on 2001/06/24 01:40:53
23147 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
23148 Branch: perl
23149 ! utils/perlbug.PL
23150____________________________________________________________________________
23151[ 10876] By: jhi on 2001/06/24 01:37:05
23152 Log: Regen toc and modlib.
23153 Branch: perl
23154 ! pod/perlmodlib.pod pod/perltoc.pod
23155____________________________________________________________________________
23156[ 10875] By: jhi on 2001/06/24 01:29:33
23157 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
23158 by John Peacock. (Can be 'ntea' which means emulate UNIX file
23159 attribute semantics as much as possible, or 'ntsec' which uses
23160 native NTFS semantics.) (See also #10877.)
23161 Branch: perl
23162 ! perl.c
23163____________________________________________________________________________
23164[ 10874] By: jhi on 2001/06/23 23:57:28
137e7465
JH
23165 Log: (Retracted by #11586)
23166
23167 Hack to get rid of the UNEXPECTEDLY succeeded message for now.
0e5c3182
JH
23168 Branch: perl
23169 ! lib/Test/Harness.pm
23170____________________________________________________________________________
23171[ 10873] By: jhi on 2001/06/23 23:36:56
23172 Log: Just zap the -uPerlio.
23173 Branch: perl
23174 ! ext/B/Stash.t
23175____________________________________________________________________________
23176[ 10872] By: jhi on 2001/06/23 21:29:10
23177 Log: Do not test PerlIO if PerlIO not used.
23178 Branch: perl
23179 ! ext/PerlIO/PerlIO.t
23180____________________________________________________________________________
23181[ 10871] By: jhi on 2001/06/23 21:12:49
23182 Log: Regen perlapi.
23183 Branch: perl
23184 ! pod/perlapi.pod
23185____________________________________________________________________________
23186[ 10870] By: jhi on 2001/06/23 21:03:31
23187 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23188 From: Nicholas Clark <nick@ccl4.org>
23189 Date: Sat, 23 Jun 2001 22:55:47 +0100
23190 Message-ID: <20010623225547.Z98663@plum.flirble.org>
23191 Branch: perl
23192 ! numeric.c
23193____________________________________________________________________________
23194[ 10869] By: jhi on 2001/06/23 17:13:21
23195 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
23196 From: Prymmer/Kahn <pvhp@best.com>
23197 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
23198 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
23199 Branch: perl
23200 ! lib/h2xs.t
23201____________________________________________________________________________
23202[ 10868] By: jhi on 2001/06/23 16:04:38
23203 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
23204 cygwin does not taint cwd, just like win32.
23205 Branch: perl
23206 ! lib/File/Find/taint.t t/op/taint.t
23207____________________________________________________________________________
23208[ 10867] By: jhi on 2001/06/23 15:39:15
23209 Log: Retract #10865, the patch should be unnecessary.
23210 (But seemingly helpful in Cygwin? Strange.)
23211 Branch: perl
23212 ! lib/Memoize/t/tie_ndbm.t
23213____________________________________________________________________________
23214[ 10866] By: jhi on 2001/06/23 15:06:30
23215 Log: Misplaced test file; plus Cygwin filesystem semantics.
23216 Branch: perl
23217 + ext/SDBM_File/sdbm.t
23218 - ext/ODBM_File/sdbm.t
23219 ! MANIFEST
23220____________________________________________________________________________
23221[ 10865] By: jhi on 2001/06/23 15:01:02
23222 Log: (Retracted by #10867.)
23223 Branch: perl
23224 ! lib/Memoize/t/tie_ndbm.t
23225____________________________________________________________________________
23226[ 10864] By: jhi on 2001/06/23 14:25:43
23227 Log: Metaconfig unit change for #10863.
23228 Branch: metaconfig/U/perl
23229 ! Extensions.U
23230____________________________________________________________________________
23231[ 10863] By: jhi on 2001/06/23 14:25:20
23232 Log: In Cygwin do not build NDBM_File and ODBM_File unless
23233 -lndbm and -ldbm are available.
23234 Branch: perl
23235 ! Configure config_h.SH
23236____________________________________________________________________________
23237[ 10862] By: jhi on 2001/06/23 14:02:14
23238 Log: More Cygwin filesystem semantics.
23239 Branch: perl
23240 ! t/io/fs.t t/op/stat.t
23241____________________________________________________________________________
23242[ 10861] By: jhi on 2001/06/23 13:38:00
23243 Log: More DOSish permission semantics for Cygwin.
23244 Branch: perl
23245 ! lib/AnyDBM_File.t
23246____________________________________________________________________________
23247[ 10860] By: jhi on 2001/06/23 13:32:41
23248 Log: Cygwin too has different permission semantics.
23249 Branch: perl
23250 ! ext/GDBM_File/gdbm.t
23251____________________________________________________________________________
23252[ 10859] By: jhi on 2001/06/23 13:30:06
23253 Log: The group (and assumedly passwd) databases can have
23254 only one entry (this is the case in cygwin).
23255 Branch: perl
23256 ! t/op/grent.t t/op/pwent.t
23257____________________________________________________________________________
23258[ 10858] By: jhi on 2001/06/23 13:16:26
23259 Log: Also in Cygwin use Socket to figure out domainname
23260 (if any) (avoids trying to call external 'domainname',
23261 which doesn't at the moment exist in Cygwin)
23262 Branch: perl
23263 ! lib/Net/Domain.pm
23264____________________________________________________________________________
23265[ 10857] By: jhi on 2001/06/23 12:48:32
23266 Log: Remove also the lib$Foo.def, not just $Foo.def.
23267 Branch: perl
23268 ! lib/ExtUtils/MM_Unix.pm
23269____________________________________________________________________________
23270[ 10856] By: jhi on 2001/06/23 12:21:53
23271 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
23272 Branch: perl
23273 ! unixish.h
23274____________________________________________________________________________
23275[ 10855] By: jhi on 2001/06/23 12:14:15
23276 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
23277 to match the whole isprint(), only the space character.
23278 Branch: perl
23279 ! handy.h pod/perlre.pod t/op/pat.t
23280____________________________________________________________________________
23281[ 10854] By: nick on 2001/06/23 08:09:33
23282 Log: Integrate mainline
23283 Branch: perlio
23284 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
23285 !> lib/ExtUtils.t lib/File/Find/taint.t
23286 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
23287 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
23288 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23289____________________________________________________________________________
23290[ 10853] By: jhi on 2001/06/23 03:48:09
23291 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
23292 with its floats in os390 and s390 (UTS).
23293 Branch: perl
23294 ! lib/Math/BigInt/t/bigintpm.t
23295____________________________________________________________________________
23296[ 10852] By: jhi on 2001/06/23 03:38:53
23297 Log: Add also UTS (s390) to the non-IEEE float platforms.
23298 Branch: perl
23299 ! t/op/sprintf.t
23300____________________________________________________________________________
23301[ 10851] By: jhi on 2001/06/23 03:36:04
23302 Log: Subject: RFC: what are applicable standards for exponent sizes?
23303 From: Peter Prymmer <pvhp@forte.com>
23304 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
23305 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
23306 Branch: perl
23307 ! t/op/sprintf.t
23308____________________________________________________________________________
23309[ 10850] By: jhi on 2001/06/23 03:29:04
23310 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
23311 From: Peter Prymmer <pvhp@forte.com>
23312 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
23313 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
23314 Branch: perl
23315 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23316____________________________________________________________________________
23317[ 10849] By: jhi on 2001/06/23 03:27:21
23318 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
23319 From: Peter Prymmer <pvhp@forte.com>
23320 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
23321 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
23322 Branch: perl
23323 ! lib/ExtUtils.t
23324____________________________________________________________________________
23325[ 10848] By: jhi on 2001/06/22 21:51:31
23326 Log: Retract #10845.
23327 Branch: perl
23328 ! lib/File/Find/taint.t
23329____________________________________________________________________________
23330[ 10847] By: jhi on 2001/06/22 21:50:38
23331 Log: Yet another error message.
23332 Branch: perl
23333 ! t/op/mkdir.t
23334____________________________________________________________________________
23335[ 10846] By: jhi on 2001/06/22 21:48:39
23336 Log: The croak message for nonexistent socket functions may vary.
23337 Branch: perl
23338 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
23339____________________________________________________________________________
23340[ 10845] By: jhi on 2001/06/22 21:42:38
23341 Log: (Retracted by #10848.)
23342 Branch: perl
23343 ! lib/File/Find/taint.t
23344____________________________________________________________________________
23345[ 10844] By: jhi on 2001/06/22 21:32:58
23346 Log: Integrate perlio.
23347 Branch: perl
23348 !> lib/File/Find/taint.t t/op/write.t
23349____________________________________________________________________________
23350[ 10843] By: nick on 2001/06/22 21:24:51
23351 Log: Back out debug in taint.t
23352 Branch: perlio
23353 ! lib/File/Find/taint.t
23354____________________________________________________________________________
23355[ 10842] By: jhi on 2001/06/22 21:20:02
23356 Log: setitimer() does not exist in Unicos, despite of what
23357 Configure thinks, from Mark P. Lutz.
23358 Branch: perl
23359 ! hints/unicos.sh
23360____________________________________________________________________________
23361[ 10841] By: nick on 2001/06/22 21:19:36
23362 Log: Skip cwd test on Win32 ???
23363 Branch: perlio
23364 ! lib/File/Find/taint.t
23365____________________________________________________________________________
23366[ 10840] By: jhi on 2001/06/22 21:17:34
23367 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
23368 and Tru64 gcc -Wall happy.
23369 Branch: perl
23370 ! mg.c
23371____________________________________________________________________________
23372[ 10839] By: jhi on 2001/06/22 21:15:32
23373 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
23374 Branch: perl
23375 ! ext/IPC/SysV/Semaphore.pm
23376____________________________________________________________________________
23377[ 10838] By: jhi on 2001/06/22 21:12:02
23378 Log: Metaconfig unit change for #10837.
23379 Branch: metaconfig/U/perl
23380 ! Cross.U
23381____________________________________________________________________________
23382[ 10837] By: jhi on 2001/06/22 21:09:42
23383 Log: Cleanup of the cross-compilation unit.
23384 Branch: perl
23385 ! Configure
23386____________________________________________________________________________
23387[ 10836] By: nick on 2001/06/22 20:45:12
23388 Log: Skip |- based op/write.t on Win32 as well as VMS
23389 Branch: perlio
23390 ! t/op/write.t
23391____________________________________________________________________________
23392[ 10835] By: jhi on 2001/06/22 20:44:20
23393 Log: Integrate perlio.
23394 Branch: perl
23395 !> util.c
23396____________________________________________________________________________
23397[ 10834] By: nick on 2001/06/22 20:41:54
23398 Log: Integrate mainline
23399 Branch: perlio
23400 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23401 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
23402 !> vos/config.ga.h
23403____________________________________________________________________________
23404[ 10833] By: nick on 2001/06/22 20:22:58
23405 Log: Patcho fix.
23406 Branch: perlio
23407 ! util.c
23408____________________________________________________________________________
23409[ 10832] By: jhi on 2001/06/22 20:13:02
23410 Log: Metaconfig unit changes for #10831.
23411 Branch: metaconfig
23412 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23413____________________________________________________________________________
23414[ 10831] By: jhi on 2001/06/22 20:12:29
23415 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
23416 From: Andy Dougherty <doughera@lafayette.edu>
23417 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
23418 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
23419 Branch: perl
23420 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23421 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
23422____________________________________________________________________________
23423[ 10830] By: jhi on 2001/06/22 19:50:15
23424 Log: MPE/iX prototype nits from Mark Bixby.
23425 Branch: perl
23426 ! pp_sys.c
23427____________________________________________________________________________
23428[ 10829] By: jhi on 2001/06/22 16:25:16
23429 Log: Detypo.
23430 Branch: perl
23431 ! util.c
23432____________________________________________________________________________
23433[ 10828] By: nick on 2001/06/22 15:33:37
23434 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
23435 Branch: perlio
23436 +> lib/h2xs.t
23437 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
23438 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
23439 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
23440 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
23441 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23442 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23443 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
23444 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
23445 !> vms/vmsish.h
23446____________________________________________________________________________
23447[ 10827] By: jhi on 2001/06/22 14:15:26
23448 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
23449 Date: Fri, 22 Jun 2001 10:08:35 -0500
23450 From: "Craig A. Berry" <craigberry@mac.com>
23451 Message-Id: <a05101001b75908704194@[192.168.56.145]>
23452 Branch: perl
23453 ! vms/vms.c vms/vmsish.h
23454____________________________________________________________________________
23455[ 10826] By: jhi on 2001/06/22 13:35:37
23456 Log: NetWare scripts tweak from Ananth Kesari.
23457 Branch: perl
23458 ! NetWare/t/NWScripts.pl
23459____________________________________________________________________________
23460[ 10825] By: jhi on 2001/06/22 13:00:55
23461 Log: Update Changes.
23462 Branch: perl
23463 ! Changes patchlevel.h
23464____________________________________________________________________________
3e2ce105
JH
23465[ 10824] By: jhi on 2001/06/22 12:46:56
23466 Log: Add .i and .s targets.
23467 Branch: perl
23468 ! Makefile.SH
23469____________________________________________________________________________
23470[ 10823] By: jhi on 2001/06/22 12:25:20
23471 Log: Upgrade to Locale::Maketext 1.03.
23472 Branch: perl
23473 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23474 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23475____________________________________________________________________________
23476[ 10822] By: jhi on 2001/06/22 12:23:57
23477 Log: Upgrade to I18N::LangTags 0.26.
23478 Branch: perl
23479 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23480 ! lib/I18N/LangTags/test.pl
23481____________________________________________________________________________
23482[ 10821] By: jhi on 2001/06/22 12:16:41
23483 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
23484 Philip Newton.
23485 Branch: perl
23486 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23487 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23488____________________________________________________________________________
23489[ 10820] By: jhi on 2001/06/22 12:13:37
23490 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
23491 From: Prymmer/Kahn <pvhp@best.com>
23492 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
23493 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
23494 Branch: perl
23495 + lib/h2xs.t
23496 ! MANIFEST utils/h2xs.PL
23497____________________________________________________________________________
23498[ 10819] By: jhi on 2001/06/22 12:11:56
23499 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
23500 From: Prymmer/Kahn <pvhp@best.com>
23501 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
23502 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
23503 Branch: perl
23504 ! lib/ExtUtils.t
23505____________________________________________________________________________
23506[ 10818] By: jhi on 2001/06/22 12:11:08
23507 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
23508 From: Prymmer/Kahn <pvhp@best.com>
23509 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
23510 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
23511 Branch: perl
23512 ! t/pod/plainer.t
23513____________________________________________________________________________
23514[ 10817] By: jhi on 2001/06/22 12:10:05
23515 Log: AUTHORS update.
23516 Branch: perl
23517 ! AUTHORS
23518____________________________________________________________________________
23519[ 10816] By: jhi on 2001/06/22 12:08:24
23520 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
23521 From: "Craig A. Berry" <craigberry@mac.com>
23522 Date: Thu, 21 Jun 2001 18:20:38 -0500
23523 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
23524 Branch: perl
23525 ! ext/POSIX/POSIX.xs
23526____________________________________________________________________________
23527[ 10815] By: jhi on 2001/06/22 12:07:19
23528 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
23529 From: "Craig A. Berry" <craigberry@mac.com>
23530 Date: Thu, 21 Jun 2001 09:58:52 -0500
23531 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
23532 Branch: perl
23533 ! ext/B/Deparse.t t/op/write.t
23534____________________________________________________________________________
23535[ 10814] By: nick on 2001/06/22 08:13:09
23536 Log: Integrate mainline.
23537 Branch: perlio
23538 !> (integrate 46 files)
23539____________________________________________________________________________
23540[ 10813] By: jhi on 2001/06/22 02:48:58
23541 Log: Change the prefixes only if $prefix is unset,
23542 as originally patched by Marcel Grunauer.
23543 Branch: perl
23544 ! hints/darwin.sh hints/rhapsody.sh
23545____________________________________________________________________________
23546[ 10812] By: jhi on 2001/06/22 02:44:41
23547 Log: Subject: Re: Patch for hints/darwin.sh
23548 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23549 Date: Thu, 21 Jun 2001 11:23:46 -0700
23550 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
23551 Branch: perl
23552 ! hints/darwin.sh hints/rhapsody.sh
23553____________________________________________________________________________
23554[ 10811] By: jhi on 2001/06/22 02:34:27
23555 Log: Add .PHONY targets for non-file targets,
23556 from Wilfredo Sánchez. Should help saying
23557 "make install" on case-insensitive filesystems.
23558 Branch: perl
23559 ! Makefile.SH
23560____________________________________________________________________________
23561[ 10810] By: jhi on 2001/06/22 02:01:23
23562 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
23563 From: Doug MacEachern <dougm@covalent.net>
23564 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
23565 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
23566
23567 plus reword the getcwd() comment, plus use getcwd() buffer
23568 size minus one.
23569 Branch: perl
23570 ! util.c
23571____________________________________________________________________________
23572[ 10809] By: jhi on 2001/06/22 01:16:58
23573 Log: More gprofing from Doug MacEachern.
23574 Branch: perl
23575 ! Makefile.SH
23576____________________________________________________________________________
23577[ 10808] By: jhi on 2001/06/22 01:15:11
23578 Log: Metaconfig unit change for #10807.
23579 Branch: metaconfig/U/perl
23580 ! d_sfio.U
23581____________________________________________________________________________
23582[ 10807] By: jhi on 2001/06/22 01:14:43
23583 Log: Tell that you are removing the unneeded -lsfio.
23584 Branch: perl
23585 ! Configure
23586____________________________________________________________________________
23587[ 10806] By: jhi on 2001/06/22 01:03:14
23588 Log: More MPE/iX tweaks from Mark Bixby.
23589 Branch: perl
23590 ! perl.c t/op/magic.t
23591____________________________________________________________________________
23592[ 10805] By: jhi on 2001/06/21 22:41:11
23593 Log: The fchdir() proto is supposed to live in <unistd.h>.
23594 Branch: perl
23595 ! ext/Cwd/Cwd.xs
23596____________________________________________________________________________
23597[ 10804] By: jhi on 2001/06/21 22:24:42
23598 Log: This town is too small for the Cwd extension and me,
23599 it would seem...
23600 Branch: perl
23601 ! ext/Cwd/Cwd.xs
23602____________________________________________________________________________
23603[ 10803] By: jhi on 2001/06/21 21:54:00
23604 Log: Metaconfig unit change for #10802.
23605 Branch: metaconfig/U/perl
23606 ! d_modfl.U
23607____________________________________________________________________________
23608[ 10802] By: jhi on 2001/06/21 21:53:37
23609 Log: More d'ohs.
23610 Branch: perl
23611 ! Configure
23612____________________________________________________________________________
23613[ 10801] By: jhi on 2001/06/21 21:38:38
23614 Log: Off-by-one. I'm so classic.
23615 Branch: perl
23616 ! util.c
23617____________________________________________________________________________
23618[ 10800] By: jhi on 2001/06/21 20:10:19
23619 Log: Update Changes.
23620 Branch: perl
23621 ! Changes patchlevel.h
23622____________________________________________________________________________
62e06c62
JH
23623[ 10799] By: jhi on 2001/06/21 20:03:54
23624 Log: Subject: Documentation patch for Net::FTP
23625 From: Marcel Grunauer <marcel@codewerk.com>
23626 Date: Wed, 20 Jun 2001 23:03:26 +0200
23627 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
23628 Branch: perl
23629 ! lib/Net/FTP.pm
23630____________________________________________________________________________
23631[ 10798] By: jhi on 2001/06/21 20:01:14
23632 Log: Retract the #10417 mg.c and embed.pl parts because of
23633 strange SEGVs in 64bit x86 FreeBSD observed by
23634 Nicholas Clark.
23635 Branch: perl
23636 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
23637____________________________________________________________________________
23638[ 10797] By: jhi on 2001/06/21 19:40:34
23639 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
23640 Branch: perl
23641 ! Configure NetWare/config.wc NetWare/config_H.wc
23642 ! Porting/Glossary Porting/config.sh Porting/config_H
23643 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23644 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23645 ! vos/config.ga.h win32/config.bc win32/config.gc
23646 ! win32/config.vc win32/config_H.bc win32/config_H.gc
23647 ! win32/config_H.vc
23648____________________________________________________________________________
23649[ 10796] By: jhi on 2001/06/21 19:08:28
23650 Log: Cwd tweak from Doug MacEachern.
23651 Branch: perl
23652 ! ext/Cwd/Cwd.xs
23653____________________________________________________________________________
23654[ 10795] By: jhi on 2001/06/21 19:03:48
23655 Log: Protect the fchdir() and lstat() with ifdefs.
23656 fchdir() needs a Configure probe.
23657 Branch: perl
23658 ! ext/Cwd/Cwd.xs
23659____________________________________________________________________________
23660[ 10794] By: nick on 2001/06/21 17:11:35
23661 Log: Integrate mainline
23662 Branch: perlio
23663 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23664 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23665 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23666 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23667 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23668 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23669 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23670 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23671 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23672 - lib/File/Glob/case.t lib/File/Glob/global.t
23673 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23674 - lib/File/Temp/posix.t lib/File/Temp/security.t
23675 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23676 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23677 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23678 - lib/Text/Wrap/wrap.t
23679 !> (integrate 41 files)
23680____________________________________________________________________________
23681[ 10793] By: jhi on 2001/06/21 17:01:26
23682 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
23683 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23684 Date: Thu, 21 Jun 2001 13:04:54 -0500
23685 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
23686 Branch: perl
23687 ! ext/Cwd/Cwd.xs
23688____________________________________________________________________________
23689[ 10792] By: jhi on 2001/06/21 16:13:57
23690 Log: Subject: [PATCH pod] overlong =item
23691 From: Robin Barker <rmb1@cise.npl.co.uk>
23692 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
23693 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
23694 Branch: perl
23695 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23696 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23697____________________________________________________________________________
23698[ 10791] By: jhi on 2001/06/21 16:10:51
23699 Log: Subject: [PATCH perlio.c] format
23700 From: Robin Barker <rmb1@cise.npl.co.uk>
23701 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
23702 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
23703 Branch: perl
23704 ! perlio.c
23705____________________________________________________________________________
23706[ 10790] By: jhi on 2001/06/21 15:52:04
23707 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23708 From: Radu Greab <radu@netsoft.ro>
23709 Date: Thu, 21 Jun 2001 19:06:02 +0300
23710 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
23711 Branch: perl
23712 ! pod/perlapi.pod sv.c
23713____________________________________________________________________________
23714[ 10789] By: jhi on 2001/06/21 14:48:25
23715 Log: The metaconfig unit changes for #10788.
23716 Branch: metaconfig/U/perl
23717 ! Cross.U fflushall.U
23718____________________________________________________________________________
23719[ 10788] By: jhi on 2001/06/21 14:47:48
23720 Log: Cross-configuration changes: make $from to rm the files
23721 before copying them over (this means that he rm can be
23722 removed from the fflushall test), create $targetmkdir
23723 (not documented in install since it is supposed to internal
23724 use only), make $run to copy over the executable only if
23725 a stamp file .xok doesn't already exist (to avoid unnecessary
23726 copying of the executable)
23727 Branch: perl
23728 ! Configure Makefile.SH
23729____________________________________________________________________________
23730[ 10787] By: nick on 2001/06/21 14:16:18
23731 Log: Integrate mainline
23732 Branch: perlio
23733 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23734 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
23735 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
23736 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
23737 !> (integrate 34 files)
23738____________________________________________________________________________
23739[ 10786] By: jhi on 2001/06/21 13:59:32
23740 Log: Re-add the files as text.
23741 Branch: perl
23742 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23743____________________________________________________________________________
23744[ 10785] By: jhi on 2001/06/21 13:57:55
23745 Log: Delete the binary files.
23746 Branch: perl
23747 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23748____________________________________________________________________________
23749[ 10784] By: jhi on 2001/06/21 13:49:47
23750 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
23751 From: Andy Dougherty <doughera@lafayette.edu>
23752 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
23753 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
23754 Branch: perl
23755 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
23756 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
23757 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
23758 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
23759____________________________________________________________________________
23760[ 10783] By: jhi on 2001/06/21 13:46:50
23761 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
23762 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
23763 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
23764 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
23765
23766 Setting umask to something friendlier.
23767 Branch: perl
23768 ! installman installperl
23769____________________________________________________________________________
23770[ 10782] By: jhi on 2001/06/21 13:42:17
23771 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
23772 Resort MANIFEST with sort -f, looks much better.
23773 Branch: perl
23774 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23775 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23776 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23777 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23778 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23779 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23780 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23781 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23782 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23783 - lib/File/Glob/case.t lib/File/Glob/global.t
23784 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23785 - lib/File/Temp/posix.t lib/File/Temp/security.t
23786 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23787 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23788 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23789 - lib/Text/Wrap/wrap.t
23790 ! MANIFEST
23791____________________________________________________________________________
23792[ 10781] By: jhi on 2001/06/21 13:16:04
23793 Log: Upgrade to I18N::LangTags 0.25.
23794 Branch: perl
23795 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23796 ! lib/I18N/LangTags/List.pm
23797____________________________________________________________________________
23798[ 10780] By: jhi on 2001/06/21 13:12:54
23799 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
23800 From: Richard Soderberg <rs@crystalflame.net>
23801 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
23802 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
23803 Branch: perl
23804 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
23805 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
23806____________________________________________________________________________
23807[ 10779] By: jhi on 2001/06/21 12:59:57
23808 Log: Test obsoleted by change #10777.
23809 Branch: perl
23810 ! t/op/sub_lval.t
23811____________________________________________________________________________
23812[ 10778] By: jhi on 2001/06/21 12:52:37
23813 Log: Case of confused test numbering.
23814 Branch: perl
23815 ! t/op/pat.t
23816____________________________________________________________________________
23817[ 10777] By: jhi on 2001/06/21 12:30:57
23818 Log: Subject: Re: Opinion on undef lvalue
23819 From: Abhijit Menon-Sen <ams@wiw.org>
23820 Date: Sun, 17 Jun 2001 13:04:46 +0530
23821 Message-ID: <20010617130446.B27925@lustre.linux.in>
23822
23823 Allow lvalue subs to return undef in array context.
23824 Branch: perl
23825 ! pp_hot.c
23826____________________________________________________________________________
23827[ 10776] By: jhi on 2001/06/21 12:27:48
23828 Log: Just a guess that using the same hack for cygwin as
23829 for win32 might help.
23830 Branch: perl
23831 ! lib/File/Find/find.t
23832____________________________________________________________________________
23833[ 10775] By: jhi on 2001/06/21 12:25:58
23834 Log: NetWare tweaks from Guruprasad.
23835 Branch: perl
23836 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
23837 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
23838 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
23839 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
23840____________________________________________________________________________
23841[ 10774] By: jhi on 2001/06/21 12:21:17
23842 Log: Subject: Re: perl@10722: Bogus warnings on REs
23843 From: Hugo <hv@crypt.compulink.co.uk>
23844 Date: Thu, 21 Jun 2001 09:51:17 +0100
23845 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
23846
23847 Unroll to avoid a UTS compiler bug.
23848 Branch: perl
23849 ! regcomp.c
23850____________________________________________________________________________
23851[ 10773] By: jhi on 2001/06/21 12:13:13
23852 Log: Subject: Re: [PATCH] Make /o work under i?threads
23853 From: Artur Bergman <artur@contiller.se>
23854 Date: Thu, 21 Jun 2001 14:38:03 +0200
23855 Message-ID: <B757B74A.184D%artur@contiller.se>
23856 Branch: perl
23857 ! t/op/pat.t
23858____________________________________________________________________________
23859[ 10772] By: jhi on 2001/06/21 12:12:23
23860 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23861 From: Artur Bergman <artur@contiller.se>
23862 Date: Thu, 21 Jun 2001 14:27:33 +0200
23863 Message-ID: <B757B4D4.1849%artur@contiller.se>
23864
23865 Plus extra parentheses.
23866 Branch: perl
23867 ! op.h
23868____________________________________________________________________________
23869[ 10771] By: jhi on 2001/06/21 12:10:29
23870 Log: Subject: [PATCH] Make /o work under i?threads
23871 From: Richard Soderberg <rs@crystalflame.net>
23872 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
23873 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
23874 Branch: perl
23875 ! pp_ctl.c
23876____________________________________________________________________________
23877[ 10770] By: jhi on 2001/06/21 12:09:28
23878 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
23879 From: Artur Bergman <artur@contiller.se>
23880 Date: Thu, 21 Jun 2001 14:04:54 +0200
23881 Message-ID: <B757AF86.1842%artur@contiller.se>
23882 Branch: perl
23883 ! op.h
23884____________________________________________________________________________
23885[ 10769] By: jhi on 2001/06/21 12:08:03
23886 Log: Subject: Re: perl@10765: sv.c not OK on win32
23887 From: Artur Bergman <artur@contiller.se>
23888 Date: Thu, 21 Jun 2001 10:31:06 +0200
23889 Message-ID: <B7577D69.182C%artur@contiller.se>
23890 Branch: perl
23891 ! sv.c
23892____________________________________________________________________________
23893[ 10768] By: jhi on 2001/06/21 12:03:56
23894 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
23895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23896 Date: Thu, 21 Jun 2001 06:23:56 -0400
23897 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
23898
23899 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
23900 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23901 Date: Thu, 21 Jun 2001 06:32:21 -0400
23902 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
23903 Branch: perl
23904 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
23905____________________________________________________________________________
23906[ 10767] By: jhi on 2001/06/21 12:00:07
23907 Log: Subject: [PATCH] make syslog test more verbose
23908 From: Robert Spier <rspier@pobox.com>
23909 Date: Thu, 21 Jun 2001 00:54:32 -0400
23910 Message-ID: <15153.32264.295807.333073@rls.cx>
23911 Branch: perl
23912 ! ext/Sys/Syslog/syslog.t
23913____________________________________________________________________________
23914[ 10766] By: jhi on 2001/06/20 23:27:57
23915 Log: Subject: op/study.t refinements
23916 From: Hugo <hv@crypt.compulink.co.uk>
23917 Date: Thu, 21 Jun 2001 00:29:07 +0100
23918 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
23919 Branch: perl
23920 ! t/op/study.t
23921____________________________________________________________________________
23922[ 10765] By: jhi on 2001/06/20 19:51:47
23923 Log: Update Changes.
23924 Branch: perl
23925 ! Changes patchlevel.h
23926____________________________________________________________________________
974c90c5
JH
23927[ 10764] By: jhi on 2001/06/20 19:00:23
23928 Log: Subject: Re: [PATCH] djgpp updates
23929 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
23930 Date: Wed, 20 Jun 2001 10:05:15 +0200
23931 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
23932 Branch: perl
23933 ! djgpp/config.over
23934____________________________________________________________________________
23935[ 10763] By: jhi on 2001/06/20 18:58:06
23936 Log: Fix for ID 20010619.002 "When building hash, hash keys that
23937 are function calls are not being called", from Abhijit.
23938 Branch: perl
23939 ! t/base/lex.t toke.c
23940____________________________________________________________________________
23941[ 10762] By: jhi on 2001/06/20 18:45:00
23942 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
23943 Branch: perl
23944 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
23945 + lib/Locale/Maketext/test.pl
23946 - lib/Locale/Maketext.t
23947 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23948 ! lib/Locale/Maketext/TPJ13.pod
23949____________________________________________________________________________
23950[ 10761] By: jhi on 2001/06/20 18:44:15
23951 Log: Metaconfig unit change for #10760.
23952 Branch: metaconfig
23953 ! U/modified/Cppsym.U
23954____________________________________________________________________________
23955[ 10760] By: jhi on 2001/06/20 18:42:04
23956 Log: Do not remove the ccsym* Cppsym* files since
23957 they are useful for metaconfig units coming after us.
23958 (This is the Configure nit mentioned in #10752.)
23959 Branch: perl
23960 ! Configure
23961____________________________________________________________________________
23962[ 10759] By: jhi on 2001/06/20 18:02:18
23963 Log: Update to I18N::LangTags 0.24, from Sean Burke.
23964 Branch: perl
23965 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23966 + lib/I18N/LangTags/README
23967 - lib/I18N/LangTags/List.pod
23968 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
23969____________________________________________________________________________
23970[ 10758] By: jhi on 2001/06/20 17:34:43
23971 Log: Regen headers.
23972 Branch: perl
23973 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
23974 ! pod/perlapi.pod proto.h
23975____________________________________________________________________________
23976[ 10757] By: jhi on 2001/06/20 17:23:08
23977 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
23978 From: Artur Bergman <artur@contiller.se>
23979 Date: Wed, 20 Jun 2001 11:31:32 +0200
23980 Message-ID: <B7563A14.17D8%artur@contiller.se>
23981 Branch: perl
23982 ! embed.pl hv.c intrpvar.h sv.c sv.h
23983____________________________________________________________________________
23984[ 10756] By: jhi on 2001/06/20 17:13:26
23985 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
23986 From: Tim Sweetman <tim@aldigital.co.uk>
23987 Date: Wed, 13 Jun 2001 14:25:17 +0100
23988 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
23989 Branch: perl
23990 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
23991____________________________________________________________________________
23992[ 10755] By: nick on 2001/06/20 16:12:37
23993 Log: Integrate mainline
23994 Branch: perlio
23995 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
23996 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
23997 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
23998 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
23999 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
24000 !> t/op/study.t util.c
24001____________________________________________________________________________
24002[ 10754] By: gsar on 2001/06/20 15:22:27
24003 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
24004 but not Makefile)
24005 Branch: maint-5.6/perl
24006 ! win32/Makefile
24007____________________________________________________________________________
24008[ 10753] By: jhi on 2001/06/20 14:03:20
24009 Log: Security tweak on readlink().
24010 Branch: perl
24011 ! pp_sys.c
24012____________________________________________________________________________
24013[ 10752] By: jhi on 2001/06/20 14:00:23
24014 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
24015 Branch: perl
24016 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
24017 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
24018 ! mpeix/relink t/op/pwent.t
24019____________________________________________________________________________
24020[ 10751] By: jhi on 2001/06/20 13:57:27
24021 Log: Reinstate #10725 (with probe for alarm()).
24022 Branch: perl
24023 ! t/op/study.t
24024____________________________________________________________________________
24025[ 10750] By: jhi on 2001/06/20 13:53:46
24026 Log: Replace our implementation of realpath() with OpenBSD's
24027 (src/lib/libc/stdlib/realpath.c 1.4).
24028 Branch: perl
24029 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
24030 ! pod/perldiag.pod proto.h util.c
24031____________________________________________________________________________
24032[ 10749] By: jhi on 2001/06/20 13:07:49
24033 Log: Integrate perlio.
24034 Branch: perl
24035 !> perlio.c
24036____________________________________________________________________________
24037[ 10748] By: jhi on 2001/06/20 13:07:18
24038 Log: No point in going into memory-saving contortions
24039 with getcwd() since there's a danger of buffer overflow.
24040 Also make the POSIX extension to use sv_getcwd().
24041 Finally, a missed proto.h fragment.
24042 Branch: perl
24043 ! ext/POSIX/POSIX.xs proto.h util.c
24044____________________________________________________________________________
24045[ 10747] By: nick on 2001/06/20 12:38:26
24046 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
24047 Branch: perlio
24048 ! perlio.c
24049____________________________________________________________________________
24050[ 10746] By: jhi on 2001/06/20 11:51:10
24051 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
24052 From: Graham Barr <gbarr@pobox.com>
24053 Date: Wed, 20 Jun 2001 11:05:49 +0100
24054 Message-ID: <20010620110549.I19188@pobox.com>
24055
24056 reported in
24057
24058 Subject: Bug in IO::Socket::INET module (repeat)
24059 From: "Harmon S. Nine" <hnine@netarx.com>
24060 Date: Tue, 19 Jun 2001 09:41:35 -0400
24061 Message-ID: <3B2F568F.8080605@netarx.com>
24062
24063 The bug was that the IO::Socket::INET constructor
24064 did not allow a 'LocalPort' of 0.
24065 Branch: perl
24066 ! ext/IO/lib/IO/Socket/INET.pm
24067____________________________________________________________________________
24068[ 10745] By: nick on 2001/06/20 08:56:39
24069 Log: Integrate mainline.
24070 Branch: perlio
24071 !> (integrate 37 files)
24072____________________________________________________________________________
24073[ 10744] By: jhi on 2001/06/20 04:54:53
24074 Log: After some reading I don't think we can blindly
24075 use systems' realpath(). Too many security problems,
24076 too many buggy implementations.
24077
24078 TODO: the realpath() emulation code in util.c doesn't
24079 seem fully operational? (readlink(), for example?)
24080 Branch: perl
24081 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
24082 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
24083 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
24084 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
24085 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
24086 ! win32/config_H.gc win32/config_H.vc
24087____________________________________________________________________________
24088[ 10743] By: jhi on 2001/06/20 00:48:48
24089 Log: Metaconfig unit change for #10738.
24090 Branch: metaconfig
24091 ! U/compline/d_gconvert.U
24092____________________________________________________________________________
24093[ 10742] By: jhi on 2001/06/20 00:48:20
24094 Log: Integrate change #10739 from maintperl:
24095
24096 C<eval "/x$\r\n/x"> fails to compile correctly
24097 Branch: perl
24098 !> t/op/pat.t toke.c
24099____________________________________________________________________________
24100[ 10741] By: jhi on 2001/06/20 00:41:05
24101 Log: Retract #10725 (Hugo asked NOT to apply the patch)
24102 Branch: perl
24103 ! t/op/study.t
24104____________________________________________________________________________
24105[ 10740] By: jhi on 2001/06/19 23:58:25
24106 Log: The test.third results were funnily named because of the
24107 new test scheme.
24108 Branch: perl
24109 ! t/TEST
24110____________________________________________________________________________
24111[ 10739] By: gsar on 2001/06/19 23:49:15
24112 Log: C<eval "/x$\r\n/x"> fails to compile correctly
24113 Branch: maint-5.6/perl
24114 ! t/op/pat.t toke.c
24115____________________________________________________________________________
24116[ 10738] By: jhi on 2001/06/19 23:04:15
24117 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
24118 From: Spider Boardman <spider@Orb.Nashua.NH.US>
24119 Date: Tue, 19 Jun 2001 19:15:40 -0400
24120 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
24121
24122 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
24123 because "1e+129" being expected but "1.e+129" being returned.
24124 The culprit (at least in Tru64) is the use of gcvt().
24125 Branch: perl
24126 ! Configure
24127____________________________________________________________________________
24128[ 10737] By: jhi on 2001/06/19 22:56:52
24129 Log: Subject: [PATCH perl@10722] test hunting on VMS
24130 From: "Craig A. Berry" <craigberry@mac.com>
24131 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
24132 Date: Tue, 19 Jun 2001 18:59:01 -0500
24133 Branch: perl
24134 ! vms/test.com
24135____________________________________________________________________________
24136[ 10736] By: jhi on 2001/06/19 21:32:29
24137 Log: Subject: [PATCH] s/typos//
24138 From: Abhijit Menon-Sen <ams@wiw.org>
24139 Date: Wed, 20 Jun 2001 02:15:02 +0530
24140 Message-ID: <20010620021502.A14541@lustre.linux.in>
24141
24142 Without the op.h s/bearword/bareword/ hunk, see
24143 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
24144 Branch: perl
24145 ! util.c
24146____________________________________________________________________________
24147[ 10735] By: jhi on 2001/06/19 21:26:43
24148 Log: Metaconfig unit change for #10732 and #10733.
24149 Branch: metaconfig/U/perl
24150 ! fflushall.U
24151____________________________________________________________________________
24152[ 10734] By: jhi on 2001/06/19 21:24:41
24153 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
24154 From: "Craig A. Berry" <craigberry@mac.com>
24155 Date: Tue, 19 Jun 2001 17:19:48 -0500
24156 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
24157 Branch: perl
24158 ! configure.com vms/descrip_mms.template
24159____________________________________________________________________________
24160[ 10733] By: jhi on 2001/06/19 19:57:44
24161 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
24162 From: Spider Boardman <spider@Orb.Nashua.NH.US>
24163 Date: Tue, 19 Jun 2001 16:48:07 -0400
24164 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
24165
24166 Further fixes to fflush(NULL) detection.
24167 Branch: perl
24168 ! Configure
24169____________________________________________________________________________
24170[ 10732] By: jhi on 2001/06/19 19:38:20
24171 Log: AIX test -s hangs with non-existent files?
24172 (A genuine logic bug in Configure, but AIX also broken?)
24173 Branch: perl
24174 ! Configure
24175____________________________________________________________________________
24176[ 10731] By: jhi on 2001/06/19 19:17:35
24177 Log: AUTHORS updates.
24178 Branch: perl
24179 ! AUTHORS
24180____________________________________________________________________________
24181[ 10730] By: jhi on 2001/06/19 19:03:07
24182 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
24183 From: Spider Boardman <spider@Orb.Nashua.NH.US>
24184 Date: Tue, 19 Jun 2001 15:33:25 -0400
24185 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
24186 Branch: perl
24187 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
24188 ! t/lib/warnings/pp
24189____________________________________________________________________________
24190[ 10729] By: jhi on 2001/06/19 18:34:10
24191 Log: Integrate perlio.
24192 Branch: perl
24193 !> lib/File/Find/find.t win32/distclean.bat
24194____________________________________________________________________________
24195[ 10728] By: nick on 2001/06/19 18:24:53
24196 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
24197 Branch: perlio
24198 ! lib/File/Find/find.t win32/distclean.bat
24199____________________________________________________________________________
24200[ 10727] By: jhi on 2001/06/19 18:07:31
24201 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
24202 also add information how to find out whether one has PerlIO.
24203 Branch: perl
24204 ! pod/perlfunc.pod
24205____________________________________________________________________________
24206[ 10726] By: jhi on 2001/06/19 17:59:30
24207 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
24208 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24209 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
24210 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
24211 Branch: perl
24212 ! pod/perlfunc.pod
24213____________________________________________________________________________
24214[ 10725] By: jhi on 2001/06/19 17:28:30
24215 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
24216 From: Hugo <hv@crypt.compulink.co.uk>
24217 Date: Tue, 19 Jun 2001 12:37:30 +0100
24218 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
24219 Branch: perl
24220 ! t/op/study.t
24221____________________________________________________________________________
24222[ 10724] By: jhi on 2001/06/19 17:22:20
24223 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
24224 From: Hugo <hv@crypt.compulink.co.uk>
24225 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
24226 Date: Tue, 19 Jun 2001 13:15:17 +0100
24227 Branch: perl
24228 ! util.c
24229____________________________________________________________________________
24230[ 10723] By: nick on 2001/06/19 14:46:15
24231 Log: Integrate mainline
24232 Branch: perlio
24233 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
24234 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
24235 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
24236 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
24237 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
24238 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24239 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24240 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24241 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24242 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24243 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24244 - ext/Thread/unsync4.t
24245 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
24246 !> djgpp/config.over djgpp/fixpmain
24247 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
24248 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
24249 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
24250____________________________________________________________________________
24251[ 10722] By: jhi on 2001/06/19 11:55:30
24252 Log: Update Changes.
24253 Branch: perl
24254 ! Changes patchlevel.h
24255____________________________________________________________________________
63b3d4d8
JH
24256[ 10721] By: jhi on 2001/06/19 11:29:34
24257 Log: The existence shall be MANIFESted.
24258 Branch: perl
24259 ! MANIFEST
24260____________________________________________________________________________
24261[ 10720] By: jhi on 2001/06/19 10:58:09
24262 Log: The old libnet.cfg is first searched from the current directory,
24263 only then from the module path.
24264 Branch: perl
24265 ! utils/libnetcfg.PL
24266____________________________________________________________________________
24267[ 10719] By: jhi on 2001/06/19 10:55:59
24268 Log: NetWare tweaks from Guruprasad.
24269 Branch: perl
24270 ! NetWare/Makefile NetWare/config.wc
24271____________________________________________________________________________
24272[ 10718] By: jhi on 2001/06/19 10:54:22
24273 Log: Subject: [PATCH] djgpp updates
24274 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24275 Date: Tue, 19 Jun 2001 10:59:06 +0200
24276 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
24277 Branch: perl
24278 ! djgpp/config.over djgpp/fixpmain
24279____________________________________________________________________________
24280[ 10717] By: jhi on 2001/06/19 10:53:20
24281 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
24282 From: Prymmer/Kahn <pvhp@best.com>
24283 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
24284 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
24285 Branch: perl
24286 ! win32/Makefile
24287____________________________________________________________________________
24288[ 10716] By: jhi on 2001/06/19 10:52:25
24289 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
24290 to happen right after the inclusion of <inttypes.h>,
24291 from Edward Moy.
24292 Branch: perl
24293 ! handy.h perl.h
24294____________________________________________________________________________
24295[ 10715] By: jhi on 2001/06/19 10:49:21
24296 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
24297 From: Doug MacEachern <dougm@covalent.net>
24298 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
24299 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
24300 Branch: perl
24301 ! ext/DynaLoader/DynaLoader_pm.PL
24302____________________________________________________________________________
24303[ 10714] By: jhi on 2001/06/19 10:48:19
24304 Log: Revert #10656 for perfomance reasons but leave in the
24305 use of Hv*() macros -- in comments, so that grepping the
24306 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
24307 suggested by Sarathy, also by Abhijit.)
24308 Branch: perl
24309 ! hv.c
24310____________________________________________________________________________
24311[ 10713] By: jhi on 2001/06/19 10:46:08
24312 Log: Subject: [patch] .s MakeMaker suffix
24313 From: Doug MacEachern <dougm@covalent.net>
24314 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
24315 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
24316 Branch: perl
24317 ! lib/ExtUtils/MM_Unix.pm
24318____________________________________________________________________________
24319[ 10712] By: jhi on 2001/06/19 10:34:35
24320 Log: One test lost in the big shuffle restored.
24321 Branch: perl
24322 + ext/IPC/SysV/ipcsysv.t
24323 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24324____________________________________________________________________________
24325[ 10711] By: jhi on 2001/06/19 10:25:46
24326 Log: Rename the old non-standard threads tests so that
24327 they won't be invoked.
24328 Branch: perl
24329 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
24330 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
24331 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
24332 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
24333 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
24334 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24335 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24336 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24337 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24338 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24339 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24340 - ext/Thread/unsync4.t
24341 ! MANIFEST
24342____________________________________________________________________________
24343[ 10710] By: jhi on 2001/06/19 10:18:41
24344 Log: Integrate perlio.
24345 Branch: perl
24346 !> win32/config_sh.PL
24347____________________________________________________________________________
24348[ 10709] By: nick on 2001/06/19 08:18:18
24349 Log: Integrate mainline
24350 Branch: perlio
24351 +> (branch 40 files)
24352 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24353 - lib/strict/subs lib/strict/vars lib/warnings/1global
24354 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24355 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24356 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24357 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24358 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24359 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24360 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24361 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24362 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24363 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24364 - lib/warnings/utf8 lib/warnings/util
24365 !> (integrate 57 files)
24366____________________________________________________________________________
24367[ 10708] By: nick on 2001/06/19 07:57:10
24368 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
24369 Branch: perlio
24370 ! win32/config_sh.PL
24371____________________________________________________________________________
24372[ 10707] By: nick on 2001/06/19 07:05:07
24373 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
24374 Branch: perl
24375 ! perly.c perly.y perly_c.diff vms/perly_c.vms
24376____________________________________________________________________________
24377[ 10706] By: jhi on 2001/06/19 02:58:26
24378 Log: More perl572delta tweaks.
24379 Branch: perl
24380 ! pod/perl572delta.pod
24381____________________________________________________________________________
24382[ 10705] By: jhi on 2001/06/19 01:53:40
24383 Log: Update perl572delta.
24384 Branch: perl
24385 ! pod/perl572delta.pod
24386____________________________________________________________________________
24387[ 10704] By: jhi on 2001/06/19 01:28:40
24388 Log: VOS updates from Paul Green.
24389 Branch: perl
24390 ! vos/Changes vos/build.cm vos/perl.bind
24391____________________________________________________________________________
24392[ 10703] By: jhi on 2001/06/19 01:03:53
24393 Log: Update the vos/config.*.* files.
24394 Branch: perl
24395 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24396 ! vos/config.ga.h
24397____________________________________________________________________________
24398[ 10702] By: jhi on 2001/06/19 01:03:32
24399 Log: Add a makefile for more painless adding of symbols to the
24400 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
24401 takes care of the adding)
24402 Branch: perl
24403 + vos/Makefile
24404____________________________________________________________________________
24405[ 10701] By: jhi on 2001/06/19 00:51:44
24406 Log: Make libnetcfg by default display the libnet configuration,
24407 -c to change, add -i for old config, document all options,
24408 regen toc.
24409 Branch: perl
24410 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
24411____________________________________________________________________________
24412[ 10700] By: jhi on 2001/06/18 23:45:12
24413 Log: gcc -Wall sweep.
24414 Branch: perl
24415 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
24416____________________________________________________________________________
24417[ 10699] By: jhi on 2001/06/18 23:19:53
24418 Log: So there.
24419 Branch: perl
24420 ! universal.c
24421____________________________________________________________________________
24422[ 10698] By: jhi on 2001/06/18 23:10:22
24423 Log: Document the need for sv_printify().
24424
24425 Document that 'use utf8' has been considered.
24426
24427 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
24428 Branch: perl
24429 ! pod/perltodo.pod universal.c
24430____________________________________________________________________________
24431[ 10697] By: jhi on 2001/06/18 22:50:53
24432 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
24433 From: Nicholas Clark <nick@ccl4.org>
24434 Date: Mon, 18 Jun 2001 23:29:23 +0100
24435 Message-ID: <20010618232923.I98663@plum.flirble.org>
24436 Branch: perl
24437 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
24438 ! ext/Sys/Syslog/Makefile.PL
24439____________________________________________________________________________
24440[ 10696] By: jhi on 2001/06/18 22:39:32
24441 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
24442 From: Scott.L.Miller@Compaq.com
24443 Date: Mon, 18 Jun 2001 10:12:27 -0500
24444 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
24445 Branch: perl
24446 ! lib/perl5db.pl pod/perldebug.pod
24447____________________________________________________________________________
24448[ 10695] By: jhi on 2001/06/18 22:35:13
24449 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
24450 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24451 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
24452 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
24453 Branch: perl
24454 ! lib/Carp/Heavy.pm
24455____________________________________________________________________________
24456[ 10694] By: jhi on 2001/06/18 22:34:06
24457 Log: Subject: [PATCH] Documentation changes for CLONE
24458 From: Artur Bergman <artur@contiller.se>
24459 Date: Mon, 18 Jun 2001 22:06:37 +0200
24460 Message-ID: <B7542BEC.1719%artur@contiller.se>
24461 Branch: perl
24462 ! pod/perlmod.pod pod/perlsub.pod
24463____________________________________________________________________________
24464[ 10693] By: jhi on 2001/06/18 22:31:38
24465 Log: Subject: Re: configure.com
24466 From: "Craig A. Berry" <craigberry@mac.com>
24467 Date: Mon, 18 Jun 2001 16:04:38 -0500
24468 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
24469 Branch: perl
24470 ! configure.com
24471____________________________________________________________________________
24472[ 10692] By: jhi on 2001/06/18 22:30:43
24473 Log: Subject: PL_nullstash + perl_clone()
24474 From: Doug MacEachern <dougm@covalent.net>
24475 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
24476 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
24477 Branch: perl
24478 ! sv.c
24479____________________________________________________________________________
24480[ 10691] By: jhi on 2001/06/18 22:26:20
24481 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24482 From: davem@fdgroup.co.uk
24483 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
24484 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
24485 Branch: perl
24486 ! embed.pl pod/perlapi.pod
24487____________________________________________________________________________
24488[ 10690] By: jhi on 2001/06/18 22:17:05
24489 Log: More cross-compilation defaults gleaned from -Dcc
24490 if it is CPU-OS-gcc.
24491 Branch: metaconfig
24492 ! U/modified/libc.U
24493 Branch: metaconfig/U/perl
24494 ! Cross.U
24495 Branch: perl
24496 ! Configure INSTALL
24497____________________________________________________________________________
24498[ 10689] By: jhi on 2001/06/18 13:59:47
24499 Log: Update Changes.
24500 Branch: perl
24501 ! Changes patchlevel.h
24502____________________________________________________________________________
d53fedae
JH
24503[ 10688] By: jhi on 2001/06/18 13:44:18
24504 Log: Subject: [PATCH 5.7.1] sv.c documentation
24505 From: davem@fdgroup.co.uk
24506 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
24507 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
24508 Branch: perl
24509 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
24510 ! sv.c sv.h
24511____________________________________________________________________________
24512[ 10687] By: jhi on 2001/06/18 13:38:03
24513 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
24514 From: "Jon Gunnip" <jongunnip@hotmail.com>
24515 Date: Sun, 17 Jun 2001 18:24:29 -0400
24516 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
24517 Branch: perl
24518 ! pod/perlvar.pod
24519____________________________________________________________________________
24520[ 10686] By: jhi on 2001/06/18 13:32:13
24521 Log: Move the locale/strict/warnings helper files back
24522 under the t/lib; this way the amount of non-installabled
24523 stuff under lib/ stays smaller.
24524 Branch: perl
24525 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
24526 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
24527 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
24528 + t/lib/warnings/5nolint t/lib/warnings/6default
24529 + t/lib/warnings/7fatal t/lib/warnings/8signal
24530 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
24531 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
24532 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
24533 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
24534 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
24535 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
24536 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
24537 + t/lib/warnings/taint t/lib/warnings/toke
24538 + t/lib/warnings/universal t/lib/warnings/utf8
24539 + t/lib/warnings/util
24540 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24541 - lib/strict/subs lib/strict/vars lib/warnings/1global
24542 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24543 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24544 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24545 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24546 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24547 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24548 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24549 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24550 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24551 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24552 - lib/warnings/utf8 lib/warnings/util
24553 ! MANIFEST installperl lib/locale.t lib/strict.t
24554____________________________________________________________________________
24555[ 10685] By: jhi on 2001/06/18 13:11:49
24556 Log: Split off the pack/unpack code, from Nicholas Clark.
24557 Branch: perl
24558 + pp_pack.c
24559 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
24560 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
24561 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24562____________________________________________________________________________
24563[ 10684] By: jhi on 2001/06/18 12:25:55
24564 Log: Guard the SysV IPC tests against being invoked in
24565 SysV-IPC-less places.
24566 Branch: perl
24567 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24568____________________________________________________________________________
24569[ 10683] By: nick on 2001/06/18 12:24:42
24570 Log: Integrate mainline (new test scheme now ok on Linux).
24571 Branch: perlio
24572 +> lib/warnings.t
24573 !> dump.c sv.c
24574____________________________________________________________________________
24575[ 10682] By: jhi on 2001/06/18 12:20:50
24576 Log: Add the locale.c and numeric.c to the microperl sources.
24577 Branch: perl
24578 ! Makefile.micro win32/Makefile
24579____________________________________________________________________________
24580[ 10681] By: jhi on 2001/06/18 11:57:45
24581 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
24582 From: Abhijit Menon-Sen <ams@wiw.org>
24583 Date: Mon, 18 Jun 2001 14:23:44 +0530
24584 Message-ID: <20010618142344.A13136@lustre.linux.in>
24585 Branch: perl
24586 ! dump.c
24587____________________________________________________________________________
24588[ 10680] By: jhi on 2001/06/18 11:56:12
24589 Log: Subject: Re: [PATCH] more anonymous stash cleanups
24590 From: Abhijit Menon-Sen <ams@wiw.org>
24591 Date: Mon, 18 Jun 2001 15:50:32 +0530
24592 Message-ID: <20010618155032.A13223@lustre.linux.in>
24593
24594 Plus the comment left in as suggested by NI-S.
24595 Branch: perl
24596 ! sv.c
24597____________________________________________________________________________
24598[ 10679] By: jhi on 2001/06/18 11:49:27
24599 Log: One missed file.
24600 Branch: perl
24601 + lib/warnings.t
24602____________________________________________________________________________
24603[ 10678] By: nick on 2001/06/18 08:05:29
24604 Log: Integrate mainline (part2 - the deletes)
24605 Branch: perlio
24606 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
24607 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
24608 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
24609 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
24610 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
24611 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
24612 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
24613 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
24614 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
24615 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
24616 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
24617____________________________________________________________________________
24618[ 10677] By: nick on 2001/06/18 08:04:44
24619 Log: Integrate mainline (part1)
24620 Branch: perlio
24621 +> (branch 376 files)
24622 - (delete 219 files)
24623 !> (integrate 151 files)
24624____________________________________________________________________________
24625[ 10676] By: jhi on 2001/06/18 04:17:15
24626 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
24627 No doubt I made some mistakes like missed some files or
24628 misnamed some files. The naming rules were more or less:
24629 (1) if the module is from CPAN, follows its ways, be it
24630 t/*.t or test.pl.
24631 (2) otherwise if there are multiple tests for a module
24632 put them in a t/
24633 (3) otherwise if there's only one test put it in Module.t
24634 (4) helper files go to module/ (locale, strict, warnings)
24635 (5) use longer filenames now that we can (but e.g. the
24636 compat-0.6.t and the Text::Balanced test files still
24637 were renamed to be more civil against the 8.3 people)
24638 installperl was updated appropriately not to install the
24639 *.t files or the help files from under lib.
24640
24641 TODO: some helper files still remain under t/ that could
24642 follow their 'masters'. UPDATE: On second thoughts, why
24643 should they. They can continue to live under t/lib, and
24644 in fact the locale/strict/warnings helpers that were moved
24645 could be moved back. This way the amount of non-installable
24646 stuff under lib/ stays smaller.
24647 Branch: perl
24648 + (add 253 files)
24649 - (delete 254 files)
24650 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
24651____________________________________________________________________________
24652[ 10675] By: jhi on 2001/06/18 03:15:02
24653 Log: The warning no more comes from util.c, it comes from numeric.c.
24654 Branch: perl
24655 ! README.tru64
24656____________________________________________________________________________
24657[ 10674] By: jhi on 2001/06/18 00:56:22
24658 Log: Subject: Re: anyone good at casting spells?
24659 From: Spider Boardman <spider@Orb.Nashua.NH.US>
24660 Date: Sun, 17 Jun 2001 21:21:04 -0400
24661 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
24662 Branch: perl
24663 ! ext/POSIX/POSIX.xs hv.h
24664____________________________________________________________________________
24665[ 10673] By: jhi on 2001/06/17 22:24:53
24666 Log: Protect the (original) thread tests against testing if no 5.005
24667 threads have been configured.
24668 Branch: perl
24669 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24670 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24671 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24672 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24673 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24674 ! ext/Thread/unsync4.t
24675____________________________________________________________________________
24676[ 10672] By: jhi on 2001/06/17 22:09:28
24677 Log: Try the new test scanning scheme on Text::Abbrev.
24678 Branch: perl
24679 + lib/Text/Abbrev.t
24680 - lib/Text/Abbrev/t/abbrev.t
24681 ! MANIFEST
24682____________________________________________________________________________
24683[ 10671] By: jhi on 2001/06/17 22:07:08
24684 Log: Change the scan policy of the *.t and test.pl files,
24685 now the *.t do not need to live in a t/ directory.
24686 Branch: perl
24687 ! t/TEST t/harness
24688____________________________________________________________________________
24689[ 10670] By: jhi on 2001/06/17 20:32:35
24690 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
24691 From: Ilmari Karonen <iltzu@sci.fi>
24692 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
24693 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
24694 Branch: perl
24695 ! pod/perlfaq7.pod
24696____________________________________________________________________________
24697[ 10669] By: jhi on 2001/06/17 20:30:22
24698 Log: Quench the warnings from Tru64; the HP-UX is still
24699 broken because it really, REALLY, doesn't like the
24700 HvARRAY() being lvalue:
24701
24702 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
24703 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
24704 Branch: perl
24705 ! hv.c
24706____________________________________________________________________________
24707[ 10668] By: jhi on 2001/06/17 19:13:24
24708 Log: Integrate change #10667 from maintperl:
24709
24710 change#10449 broke the special-case that makes lexicals inside the
24711 eval"" within DB::DB() visible
24712 Branch: perl
24713 !> op.c
24714____________________________________________________________________________
24715[ 10667] By: gsar on 2001/06/17 19:08:27
24716 Log: change#10449 broke the special-case that makes lexicals inside the
24717 eval"" within DB::DB() visible
24718 Branch: maint-5.6/perl
24719 ! op.c
24720____________________________________________________________________________
24721[ 10666] By: jhi on 2001/06/17 17:50:07
24722 Log: Still spurious output; indent the code a bit.
24723
24724 TODO1: separate the utility functions like MkDir
24725 into a helper script?
24726
24727 TODO2: I see a lot of repetition in the filepath()
24728 and dirpath() calls.
24729 Branch: perl
24730 ! t/lib/filefind.t t/lib/findtaint.t
24731____________________________________________________________________________
24732[ 10665] By: jhi on 2001/06/17 16:59:42
24733 Log: Regen modlib, toc.
24734 Branch: perl
24735 ! pod/perlmodlib.pod pod/perltoc.pod
24736____________________________________________________________________________
24737[ 10664] By: jhi on 2001/06/17 16:55:28
24738 Log: Add libnetcfg to perlutil.
24739 Branch: perl
24740 ! pod/perlutil.pod
24741____________________________________________________________________________
24742[ 10663] By: jhi on 2001/06/17 16:53:29
24743 Log: Initial integration of libnet-1.0703.
24744 The Configure script renamed as libnetcfg, will be
24745 installed along other utilities.
24746 Branch: perl
24747 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
24748 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
24749 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
24750 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
24751 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
24752 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
24753 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
24754 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
24755 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
24756 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
24757 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
24758 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
24759 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
24760 + utils/libnetcfg.PL
24761 ! MANIFEST utils.lst utils/Makefile
24762____________________________________________________________________________
24763[ 10662] By: jhi on 2001/06/17 15:37:32
24764 Log: Less potentially test-harness-confusing output.
24765 Branch: perl
24766 ! lib/Memoize/t/expire_module_t.t
24767____________________________________________________________________________
24768[ 10661] By: jhi on 2001/06/17 15:31:04
24769 Log: The final print annoys make test.
24770 Branch: perl
24771 ! t/lib/filefind.t t/lib/findtaint.t
24772____________________________________________________________________________
24773[ 10660] By: jhi on 2001/06/17 14:00:21
24774 Log: Add an option for handling dangling symbolic links.
24775 Branch: perl
24776 ! lib/File/Find.pm t/lib/filefind.t
24777____________________________________________________________________________
24778[ 10659] By: jhi on 2001/06/17 13:45:48
24779 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
24780 From: Thomas Wegner <wegner_thomas@yahoo.com>
24781 Date: Sun, 17 Jun 2001 14:43:11 +0200
24782 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
24783 Branch: perl
24784 + t/lib/findtaint.t
24785 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
24786____________________________________________________________________________
24787[ 10658] By: jhi on 2001/06/17 13:13:25
24788 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
24789 From: Jonathan Stowe <gellyfish@gellyfish.com>
24790 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
24791 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
24792 Branch: perl
24793 ! lib/ExtUtils/MM_Unix.pm
24794____________________________________________________________________________
24795[ 10657] By: jhi on 2001/06/17 13:12:25
24796 Log: Subject: [PATCH] more anonymous stash cleanups
24797 From: Abhijit Menon-Sen <ams@wiw.org>
24798 Date: Sun, 17 Jun 2001 11:44:06 +0530
24799 Message-ID: <20010617114406.A25203@lustre.linux.in>
24800 Branch: perl
24801 ! op.c
24802____________________________________________________________________________
24803[ 10656] By: jhi on 2001/06/17 13:11:11
24804 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
24805 From: Abhijit Menon-Sen <ams@wiw.org>
24806 Date: Sun, 17 Jun 2001 08:02:59 +0530
24807 Message-ID: <20010617080259.A28776@lustre.linux.in>
24808
24809 Subject: [PATCH #2/7] xhv_eiter
24810 From: Abhijit Menon-Sen <ams@wiw.org>
24811 Date: Sun, 17 Jun 2001 08:13:18 +0530
24812 Message-ID: <20010617081318.B28776@lustre.linux.in>
24813
24814 Subject: [PATCH #3/7] xhv_fill
24815 From: Abhijit Menon-Sen <ams@wiw.org>
24816 Date: Sun, 17 Jun 2001 08:25:16 +0530
24817 Message-ID: <20010617082516.C28776@lustre.linux.in>
24818
24819 Subject: [PATCH #4/7] xhv_keys
24820 From: Abhijit Menon-Sen <ams@wiw.org>
24821 Date: Sun, 17 Jun 2001 08:36:17 +0530
24822 Message-ID: <20010617083617.D28776@lustre.linux.in>
24823
24824 Subject: [PATCH #5/7] xhv_max
24825 From: Abhijit Menon-Sen <ams@wiw.org>
24826 Date: Sun, 17 Jun 2001 08:39:48 +0530
24827 Message-ID: <20010617083948.E28776@lustre.linux.in>
24828
24829 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
24830 From: Abhijit Menon-Sen <ams@wiw.org>
24831 Date: Sun, 17 Jun 2001 08:51:11 +0530
24832 Message-ID: <20010617085111.F28776@lustre.linux.in>
24833 Branch: perl
24834 ! hv.c
24835____________________________________________________________________________
24836[ 10655] By: jhi on 2001/06/16 23:32:03
24837 Log: Update Changes.
24838 Branch: perl
24839 ! Changes patchlevel.h
24840____________________________________________________________________________
f66cedcd
JH
24841[ 10654] By: jhi on 2001/06/16 23:18:37
24842 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
24843 From: Abhijit Menon-Sen <ams@wiw.org>
24844 Date: Sat, 16 Jun 2001 07:41:19 +0530
24845 Message-ID: <20010616074119.A24720@lustre.linux.in>
24846 Branch: perl
24847 ! hv.c perl.c vms/vmsish.h win32/win32.h
24848____________________________________________________________________________
24849[ 10653] By: jhi on 2001/06/16 23:15:11
24850 Log: Document tests failing when threaded, since we now have more.
24851 Branch: perl
24852 ! pod/perl572delta.pod
24853____________________________________________________________________________
24854[ 10652] By: jhi on 2001/06/16 23:12:19
24855 Log: -Wall cleanup.
24856 Branch: perl
24857 ! ext/Thread/Thread.xs
24858____________________________________________________________________________
24859[ 10651] By: jhi on 2001/06/16 23:06:55
24860 Log: pthread_attr_setstacksize() isn't absolutely necessary
24861 to call, only iff THREAD_CREATE_NEEDS_STACK.
24862 Branch: perl
24863 ! ext/Thread/Thread.xs
24864____________________________________________________________________________
24865[ 10650] By: jhi on 2001/06/16 22:58:48
24866 Log: -Wall strays.
24867 Branch: perl
24868 ! perl.c util.c
24869____________________________________________________________________________
24870[ 10649] By: jhi on 2001/06/16 22:47:40
24871 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
24872 (and INT64_MIN) brokenness.
24873 Branch: perl
24874 ! hints/darwin.sh perl.h
24875____________________________________________________________________________
24876[ 10648] By: jhi on 2001/06/16 22:27:48
24877 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
24878 From: Nicholas Clark <nick@ccl4.org>
24879 Date: Sun, 17 Jun 2001 00:16:05 +0100
24880 Message-ID: <20010617001605.V98663@plum.flirble.org>
24881 Branch: perl
24882 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
24883 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
24884 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24885____________________________________________________________________________
24886[ 10647] By: jhi on 2001/06/16 22:24:47
24887 Log: Add perlnetware to docs; regen toc; supply skeleton
24888 docs for some Memoize submodules.
24889 Branch: perl
24890 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
24891 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24892 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
24893 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
24894 ! win32/Makefile win32/makefile.mk
24895____________________________________________________________________________
24896[ 10646] By: jhi on 2001/06/16 22:06:52
24897 Log: pod cleanup.
24898 Branch: perl
24899 ! README.netware
24900____________________________________________________________________________
24901[ 10645] By: jhi on 2001/06/16 21:47:00
24902 Log: Integrate Memoize 0.64. Few tweaks were required in
24903 the test scripts. Note that the speed and expire*
24904 tests take several dozen seconds to run.
24905 Branch: perl
24906 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
24907 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
24908 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
24909 + lib/Memoize/README lib/Memoize/SDBM_File.pm
24910 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
24911 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
24912 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
24913 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
24914 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
24915 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
24916 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
24917 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
24918 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
24919 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
24920 ! MANIFEST t/lib/1_compile.t
24921____________________________________________________________________________
24922[ 10644] By: jhi on 2001/06/16 20:35:49
24923 Log: Document the cross-compilation options.
24924 Branch: perl
24925 ! Cross/README INSTALL
24926____________________________________________________________________________
24927[ 10643] By: jhi on 2001/06/16 19:46:38
24928 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
24929 Branch: perl
24930 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
24931 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
24932 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
24933 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
24934 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
24935 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
24936 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
24937 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
24938 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
24939 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
24940 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
24941 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
24942 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
24943 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
24944 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
24945 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
24946 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
24947 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
24948 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
24949 + lib/ExtUtils/MM_NW5.pm
24950 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
24951 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
24952 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24953 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
24954 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
24955 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
24956 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
24957 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
24958 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
24959 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
24960 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
24961 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
24962 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
24963 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
24964 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
24965 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
24966 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
24967 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
24968 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
24969 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
24970 ! util.h x2p/a2py.c
24971____________________________________________________________________________
24972[ 10642] By: jhi on 2001/06/16 19:16:04
24973 Log: Resort MANIFEST.
24974 Branch: perl
24975 ! MANIFEST
24976____________________________________________________________________________
24977[ 10641] By: jhi on 2001/06/16 18:52:26
24978 Log: Integrate perlio.
24979 Branch: perl
24980 +> win32/win32io.c
24981 !> MANIFEST perlio.c perliol.h win32/makefile.mk
24982____________________________________________________________________________
24983[ 10640] By: nick on 2001/06/16 18:38:31
24984 Log: Disable :win32 layer as default till I get it working
24985 Branch: perlio
24986 ! MANIFEST perlio.c
24987____________________________________________________________________________
24988[ 10639] By: jhi on 2001/06/16 18:35:46
24989 Log: Try the new scheme by moving the Text::Abbrev test
24990 to a new place under lib.
24991 Branch: perl
24992 + lib/Text/Abbrev/t/abbrev.t
24993 - t/lib/abbrev.t
24994 ! MANIFEST
24995____________________________________________________________________________
24996[ 10638] By: jhi on 2001/06/16 18:34:30
24997 Log: Make the code even more dynamical so that testname
24998 suffix length can change.
24999 Branch: perl
25000 ! lib/Test/Harness.pm t/TEST
25001____________________________________________________________________________
25002[ 10637] By: jhi on 2001/06/16 18:16:28
25003 Log: Allow for deeper t/ and also a single test.pl.
25004 Branch: perl
25005 ! t/TEST t/harness
25006____________________________________________________________________________
25007[ 10636] By: jhi on 2001/06/16 18:13:59
25008 Log: #define fix from Nicholas Clark.
25009 Branch: perl
25010 ! ext/POSIX/POSIX.xs
25011____________________________________________________________________________
25012[ 10635] By: jhi on 2001/06/16 17:50:43
25013 Log: Initialization is nice.
25014 Branch: perl
25015 ! lib/Test/Harness.pm
25016____________________________________________________________________________
25017[ 10634] By: jhi on 2001/06/16 17:38:53
25018 Log: Make t/TEST and t/harness to test also the t/ tests
25019 under the main lib/ and ext/ directories. Fix Test::Harness
25020 to dynamically change the width of its "foo/bar....ok" output.
25021 Branch: perl
25022 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
25023____________________________________________________________________________
25024[ 10633] By: jhi on 2001/06/16 16:58:57
25025 Log: Subject: [PATCH] Re: perl@10611
25026 From: Nicholas Clark <nick@ccl4.org>
25027 Date: Sat, 16 Jun 2001 16:52:47 +0100
25028 Message-ID: <20010616165247.O98663@plum.flirble.org>
25029
25030 The .xs parts, too.
25031 Branch: perl
25032 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
25033 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
25034____________________________________________________________________________
25035[ 10632] By: nick on 2001/06/16 16:44:35
25036 Log: Work-in-progress win32 layer semi-functional, checking
25037 for UNIX breakage.
25038 Branch: perlio
25039 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
25040____________________________________________________________________________
25041[ 10631] By: jhi on 2001/06/16 16:40:30
25042 Log: Subject: [PATCH] Re: perl@10611
25043 From: Nicholas Clark <nick@ccl4.org>
25044 Date: Sat, 16 Jun 2001 16:52:47 +0100
25045 Message-ID: <20010616165247.O98663@plum.flirble.org>
25046 Branch: perl
25047 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
25048 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
25049 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
25050 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
25051 ! lib/ExtUtils/Constant.pm
25052____________________________________________________________________________
25053[ 10630] By: jhi on 2001/06/16 15:11:38
25054 Log: Metaconfig unit change for #10629.
25055 Branch: metaconfig
25056 ! U/modified/Finish.U
25057____________________________________________________________________________
25058[ 10629] By: jhi on 2001/06/16 15:11:10
25059 Log: The extraction changed directories.
25060 Branch: perl
25061 ! Configure
25062____________________________________________________________________________
25063[ 10628] By: jhi on 2001/06/16 14:59:38
25064 Log: Math::BigInt 1.35 from Tels.
25065 Branch: perl
25066 + t/lib/mbimbf.t
25067 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25068 ! t/lib/bigfltpm.t t/lib/bigintpm.t
25069____________________________________________________________________________
25070[ 10627] By: nick on 2001/06/16 14:54:52
25071 Log: Work in progress UNIX-side edit of win32 PerLIO layer
25072 Branch: perlio
25073 + win32/win32io.c
25074 ! perlio.c win32/makefile.mk
25075____________________________________________________________________________
25076[ 10626] By: jhi on 2001/06/16 14:01:50
25077 Log: Subject: [PATCH 5.6.1] os2/diff-configure
25078 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25079 Date: Fri, 15 Jun 2001 01:19:36 -0400
25080 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
25081
25082 Empty all of it because I think #10624 made even the
25083 last patch hunk unnecessary.
25084 Branch: perl
25085 ! os2/diff.configure
25086____________________________________________________________________________
25087[ 10625] By: jhi on 2001/06/16 13:58:34
25088 Log: Metaconfig unit change for 10624.
25089 Branch: metaconfig
25090 ! U/modified/libc.U
25091 Branch: perl
25092 ! config_h.SH
25093____________________________________________________________________________
25094[ 10624] By: jhi on 2001/06/16 13:58:13
25095 Log: Move the initialization of libnames to the beginning so
25096 that can one 'seed' it (as OS/2 does.)
25097 Branch: perl
25098 ! Configure
25099____________________________________________________________________________
25100[ 10623] By: jhi on 2001/06/16 13:47:54
25101 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
25102 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25103 Date: Fri, 15 Jun 2001 19:10:57 -0400
25104 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
25105 Branch: perl
25106 ! os2/OS2/REXX/DLL/DLL.pm
25107____________________________________________________________________________
25108[ 10622] By: jhi on 2001/06/16 13:29:42
25109 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
25110 From: "Craig A. Berry" <craigberry@mac.com>
25111 Date: Fri, 15 Jun 2001 17:00:03 -0500
25112 Message-Id: <a05101007b750342599be@[172.16.52.1]>
25113 Branch: perl
25114 ! vms/descrip_mms.template
25115____________________________________________________________________________
25116[ 10621] By: jhi on 2001/06/16 13:28:37
25117 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
25118 From: "Craig A. Berry" <craigberry@mac.com>
25119 Date: Fri, 15 Jun 2001 18:39:42 -0500
25120 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
25121 Branch: perl
25122 ! lib/File/Spec/VMS.pm t/lib/extutils.t
25123____________________________________________________________________________
25124[ 10620] By: jhi on 2001/06/16 13:25:06
25125 Log: Integrate perlio.
25126 Branch: perl
25127 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
25128 !> t/io/utf8.t t/lib/io_scalar.t
25129____________________________________________________________________________
25130[ 10619] By: nick on 2001/06/15 21:05:19
25131 Log: Generated files
25132 Branch: perlio
25133 ! embed.h proto.h
25134____________________________________________________________________________
25135[ 10618] By: nick on 2001/06/15 20:27:42
25136 Log: Fix open.pm to work via XS-implemented method calls rather
25137 than *open::layers variables which caused all the HV/AV hassle.
25138 Branch: perlio
25139 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
25140 ! t/lib/io_scalar.t
25141____________________________________________________________________________
25142[ 10617] By: jhi on 2001/06/15 18:50:53
25143 Log: Integrate perlio.
25144 Branch: perl
25145 !> lib/ExtUtils/Constant.pm
25146____________________________________________________________________________
25147[ 10616] By: nick on 2001/06/15 18:46:47
25148 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
25149 Branch: perlio
25150 ! lib/ExtUtils/Constant.pm
25151____________________________________________________________________________
25152[ 10615] By: jhi on 2001/06/15 18:36:43
25153 Log: Integrate perlio.
25154 Branch: perl
25155 !> ext/Socket/Socket.xs
25156____________________________________________________________________________
25157[ 10614] By: nick on 2001/06/15 18:33:37
25158 Log: MULTIPLICITY fix for Socket.xs
25159 Branch: perlio
25160 ! ext/Socket/Socket.xs
25161____________________________________________________________________________
25162[ 10613] By: jhi on 2001/06/15 16:34:06
25163 Log: Subject: Re: perl@10611
25164 From: Doug MacEachern <dougm@covalent.net>
25165 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
25166 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
25167 Branch: perl
25168 ! ext/Socket/Socket.xs
25169____________________________________________________________________________
25170[ 10612] By: nick on 2001/06/15 16:14:38
25171 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
25172 Branch: perlio
25173 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25174 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
25175 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
25176 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
25177 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
25178 !> utils/h2ph.PL
25179____________________________________________________________________________
25180[ 10611] By: jhi on 2001/06/15 14:29:04
25181 Log: Update Changes.
25182 Branch: perl
25183 ! Changes patchlevel.h
25184____________________________________________________________________________
377d47e7
JH
25185[ 10610] By: jhi on 2001/06/15 14:20:33
25186 Log: Upping the test count.
25187 Branch: perl
25188 ! t/lib/filefind.t
25189____________________________________________________________________________
25190[ 10609] By: jhi on 2001/06/15 14:13:29
25191 Log: Integrate perlio.
25192 Branch: perl
25193 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25194____________________________________________________________________________
25195[ 10608] By: jhi on 2001/06/15 14:12:31
25196 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25197 From: andreas.koenig@anima.de (Andreas J. Koenig)
25198 Date: 15 Jun 2001 13:30:39 +0200
25199 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
25200
25201 Record the grim history.
25202 Branch: perl
25203 ! lib/File/Find.pm
25204____________________________________________________________________________
25205[ 10607] By: jhi on 2001/06/15 14:08:19
25206 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25207 From: Brian McCauley <nobull@mail.com>
25208 Date: 15 Jun 2001 07:51:26 +0100
25209 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
25210 Branch: perl
25211 ! lib/File/Find.pm t/lib/filefind.t
25212____________________________________________________________________________
25213[ 10606] By: nick on 2001/06/15 14:00:08
25214 Log: regen_config_h for Win32.
25215 Branch: perlio
25216 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25217____________________________________________________________________________
25218[ 10605] By: jhi on 2001/06/15 13:49:55
25219 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
25220 From: Peter Prymmer <pvhp@forte.com>
25221 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
25222 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
25223 Branch: perl
25224 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
25225____________________________________________________________________________
25226[ 10604] By: jhi on 2001/06/15 13:45:03
25227 Log: Some filesystems require writability for rename/unlink.
25228 Branch: perl
25229 ! opcode.pl
25230____________________________________________________________________________
25231[ 10603] By: jhi on 2001/06/15 13:41:34
25232 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
25233 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25234 Date: Fri, 15 Jun 2001 12:08:53 +0200
25235 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
25236 Branch: perl
25237 ! perlio.c
25238____________________________________________________________________________
25239[ 10602] By: jhi on 2001/06/15 13:27:04
25240 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
25241 From: Mike Guy <mjtg@cam.ac.uk>
25242 Date: Fri, 15 Jun 2001 14:11:49 +0100
25243 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
25244 Branch: perl
25245 ! opcode.pl
25246____________________________________________________________________________
25247[ 10601] By: jhi on 2001/06/15 13:21:18
25248 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
25249 From: Nicholas Clark <nick@ccl4.org>
25250 Date: Thu, 14 Jun 2001 23:52:56 +0100
25251 Message-ID: <20010614235256.G98663@plum.flirble.org>
25252 Branch: perl
25253 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
25254 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25255____________________________________________________________________________
25256[ 10600] By: jhi on 2001/06/15 13:16:56
25257 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25258 From: Russ Allbery <rra@stanford.edu>
25259 Date: 14 Jun 2001 13:24:43 -0700
25260 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
25261 Branch: perl
25262 ! ext/GDBM_File/GDBM_File.pm
25263____________________________________________________________________________
25264[ 10599] By: jhi on 2001/06/15 13:15:26
25265 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25266 From: Nicholas Clark <nick@ccl4.org>
25267 Date: Thu, 14 Jun 2001 20:37:47 +0100
25268 Message-ID: <20010614203747.F98663@plum.flirble.org>
25269 Branch: perl
25270 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25271 ! t/lib/gdbm.t
25272____________________________________________________________________________
25273[ 10598] By: jhi on 2001/06/15 13:13:13
25274 Log: Integrate perlio.
25275 Branch: perl
25276 !> makedef.pl sv.c
25277____________________________________________________________________________
25278[ 10597] By: nick on 2001/06/15 11:08:13
25279 Log: Check that HVs with HvNAME() != NULL are really stashes before
25280 treating them as such. Also be more defensive on the GvCV.
25281 Win32 fork and dprof now working again.
25282 Branch: perlio
25283 ! sv.c
25284____________________________________________________________________________
25285[ 10596] By: nick on 2001/06/15 10:11:20
25286 Log: Integrate mainline.
25287 Branch: perlio
25288 +> Cross/README
25289 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
25290 !> Porting/config_H config_h.SH configure.com epoc/config.sh
25291 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
25292 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25293 !> vos/config.ga.h win32/config.bc win32/config.gc
25294 !> win32/config.vc win32/config_H.bc win32/config_H.gc
25295 !> win32/config_H.vc
25296____________________________________________________________________________
25297[ 10595] By: nick on 2001/06/15 09:37:17
25298 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
25299 - Win32 (VC++) now builds but fails:
25300 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
25301 fork.t - No &___ENV_HV_NAME___::CLONE method ???
25302 write.t - open(...,"|-") not implemented on Win32
25303 Branch: perlio
25304 ! makedef.pl
25305____________________________________________________________________________
25306[ 10594] By: jhi on 2001/06/15 00:17:16
25307 Log: Integrate perlio.
25308 Branch: perl
25309 !> perlio.c win32/makefile.mk
25310____________________________________________________________________________
25311[ 10593] By: jhi on 2001/06/15 00:16:44
25312 Log: Metaconfig unit changes for #10592.
25313 Branch: metaconfig
25314 + U/modified/i_varhdr.U U/modified/startsh.U
25315 - U/a_dvisory/crosscompile.U U/target/Target.U
25316 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
25317 ! U/compline/bitpbyte.U U/compline/byteorder.U
25318 ! U/compline/ccflags.U U/compline/charsize.U
25319 ! U/compline/d_casti32.U U/compline/d_castneg.U
25320 ! U/compline/d_closedir.U U/compline/d_fd_set.U
25321 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
25322 ! U/compline/d_keepsig.U U/compline/d_open3.U
25323 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25324 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
25325 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
25326 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
25327 ! U/compline/doublesize.U U/compline/floatsize.U
25328 ! U/compline/nblock_io.U U/compline/orderlib.U
25329 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
25330 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
25331 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
25332 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
25333 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
25334 ! U/modified/spitshell.U U/threads/archname.U
25335 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
25336 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
25337 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
25338 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
25339 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
25340 Branch: metaconfig/U/perl
25341 + Cross.U
25342 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
25343 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
25344 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
25345 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
25346 ! stdio_streams.U uselfs.U
25347____________________________________________________________________________
25348[ 10592] By: jhi on 2001/06/15 00:15:52
25349 Log: The first steps towards cross-compilation.
25350
25351 Abstract execution of compiled test executables with $run,
25352 and abstract transfer of files with $to and $from.
25353
25354 Under cross-compilation the $run, $to, and $from will point
25355 to appropriate wrapper scripts, by default ssh and scp,
25356 but also rsh, rcp, and cp are supported. If not
25357 cross-compiling, they will be set to '', ':', and ':',
25358 respectively.
25359
25360 With these patches I was able to get Configure for
25361 iPAQ ARM Linux on an Intel Linux about 95% right
25362 (only a few tests failed to execute or they produced
25363 incorrect results), and I was able to compile
25364 a functional miniperl.
25365
25366 The symbol crosscompile renamed to be usecrosscompile,
25367 the corresponding C symbol from CROSSCOMPILE to
25368 USE_CROSS_COMPILE.
25369 Branch: perl
25370 ! Configure Cross/README Makefile.SH Porting/Glossary
25371 ! Porting/config.sh Porting/config_H config_h.SH configure.com
25372 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
25373 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25374 ! vos/config.ga.def vos/config.ga.h win32/config.bc
25375 ! win32/config.gc win32/config.vc win32/config_H.bc
25376 ! win32/config_H.gc win32/config_H.vc
25377____________________________________________________________________________
25378[ 10591] By: nick on 2001/06/14 20:00:12
25379 Log: Steps along the road toward Win32 building again.
25380 Branch: perlio
25381 ! perlio.c win32/makefile.mk
25382____________________________________________________________________________
25383[ 10590] By: jhi on 2001/06/14 16:11:11
25384 Log: Integrate perlio.
25385 Branch: perl
25386 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25387____________________________________________________________________________
25388[ 10589] By: nick on 2001/06/14 13:54:07
25389 Log: Routine regen_config_h for Win32
25390 Branch: perlio
25391 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25392____________________________________________________________________________
25393[ 10588] By: jhi on 2001/06/14 12:30:46
25394 Log: Integrate perlio.
25395 Branch: perl
25396 +> perlyline.pl
25397 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
25398____________________________________________________________________________
25399[ 10587] By: jhi on 2001/06/14 12:23:24
25400 Log: A placeholder.
25401 Branch: perl
25402 + Cross/README
25403____________________________________________________________________________
25404[ 10586] By: nick on 2001/06/14 08:25:07
25405 Log: Add new step to run_byacc which:
25406 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
25407 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
25408 Branch: perlio
25409 + perlyline.pl
25410 ! MANIFEST Makefile.SH perly.c
25411____________________________________________________________________________
25412[ 10585] By: nick on 2001/06/14 08:22:29
25413 Log: Integrate mainline
25414 Branch: perlio
25415 +> locale.c numeric.c
25416 !> Changes cygwin/Makefile.SHs embed.h embed.pl
25417 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
25418 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
25419 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
25420 !> x2p/Makefile.SH
25421____________________________________________________________________________
25422[ 10584] By: nick on 2001/06/14 08:05:53
25423 Log: Hack to remove insecure directories from PATH so test will run.
25424 Branch: perlio
25425 ! t/lib/filefind.t
25426____________________________________________________________________________
25427[ 10583] By: jhi on 2001/06/14 03:11:16
25428 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
25429 Branch: perl
25430 - t/lib/mbimbf.t
25431 ! MANIFEST
25432____________________________________________________________________________
25433[ 10582] By: jhi on 2001/06/14 03:04:51
25434 Log: Detypo.
25435 Branch: perl
25436 ! x2p/Makefile.SH
25437____________________________________________________________________________
25438[ 10581] By: jhi on 2001/06/14 03:03:14
25439 Log: de-$CONFIG continues.
25440 Branch: perl
25441 ! cygwin/Makefile.SHs x2p/Makefile.SH
25442____________________________________________________________________________
25443[ 10580] By: jhi on 2001/06/13 23:56:59
25444 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
25445 From: Nicholas Clark <nick@ccl4.org>
25446 Date: Wed, 13 Jun 2001 21:20:13 +0100
25447 Message-ID: <20010613212013.D98663@plum.flirble.org>
25448 Branch: perl
25449 ! opcode.pl
25450____________________________________________________________________________
25451[ 10579] By: jhi on 2001/06/13 23:55:29
25452 Log: Subject: splitting util.c
25453 From: Hugo <hv@crypt.compulink.co.uk>
25454 Date: Thu, 14 Jun 2001 00:41:08 +0100
25455 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
25456 Branch: perl
25457 + locale.c numeric.c
25458 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
25459 ! pod/perlapi.pod proto.h util.c
25460____________________________________________________________________________
25461[ 10578] By: jhi on 2001/06/13 23:45:11
25462 Log: Upgrade to Math::BigInt 1.34 from Tels.
25463 Branch: perl
25464 + t/lib/mbimbf.t
25465 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25466 ! t/lib/bigfltpm.t t/lib/bigintpm.t
25467____________________________________________________________________________
25468[ 10577] By: nick on 2001/06/13 19:02:48
25469 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
25470 Branch: perlio
25471 !> (integrate 125 files)
25472____________________________________________________________________________
25473[ 10576] By: jhi on 2001/06/13 18:10:01
25474 Log: Update Changes.
25475 Branch: perl
25476 ! Changes patchlevel.h
25477____________________________________________________________________________
76e502b4
JH
25478[ 10575] By: jhi on 2001/06/13 18:05:09
25479 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25480 From: "Craig A. Berry" <craigberry@mac.com>
25481 Date: Wed, 13 Jun 2001 13:24:28 -0500
25482 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
25483 Branch: perl
25484 ! ext/re/Makefile.PL
25485____________________________________________________________________________
25486[ 10574] By: jhi on 2001/06/13 17:34:36
25487 Log: Mc.u.c. for #10573.
25488 Branch: metaconfig
25489 ! U/threads/usethreads.U
25490____________________________________________________________________________
25491[ 10573] By: jhi on 2001/06/13 17:34:00
25492 Log: It would be also be good if I could type.
25493 Branch: perl
25494 ! Configure
25495____________________________________________________________________________
25496[ 10572] By: jhi on 2001/06/13 17:26:29
25497 Log: Metaconfig unit change for #10571.
25498 Branch: metaconfig
25499 ! U/threads/usethreads.U
25500____________________________________________________________________________
25501[ 10571] By: jhi on 2001/06/13 17:26:05
25502 Log: A non-empty default is a good thing.
25503 Branch: perl
25504 ! Configure
25505____________________________________________________________________________
25506[ 10570] By: jhi on 2001/06/13 17:15:16
25507 Log: Metaconfig unit change for #10569.
25508 Branch: metaconfig
25509 ! U/threads/usethreads.U
25510____________________________________________________________________________
25511[ 10569] By: jhi on 2001/06/13 17:14:17
25512 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
25513 extremely experimental, not even prompted for.
25514 Branch: perl
25515 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25516 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
25517 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25518 ! win32/config.bc win32/config.gc win32/config.vc
25519____________________________________________________________________________
25520[ 10568] By: jhi on 2001/06/13 16:22:27
25521 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
25522 Branch: perl
25523 ! pod/perlfaq6.pod
25524____________________________________________________________________________
25525[ 10567] By: jhi on 2001/06/13 16:20:23
25526 Log: Integrate perlio; conflicts, accept Nick's versions.
25527 Branch: perl
25528 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25529 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25530____________________________________________________________________________
25531[ 10566] By: jhi on 2001/06/13 16:17:42
25532 Log: Subject: Re: ext/ + -Wall
25533 From: Doug MacEachern <dougm@covalent.net>
25534 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
25535 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
25536 Branch: perl
25537 ! XSUB.h lib/ExtUtils/xsubpp perl.h
25538____________________________________________________________________________
25539[ 10565] By: jhi on 2001/06/13 16:16:07
25540 Log: Similar logic as DB_File.xs, using the modern macros and
25541 defines them to older ones for older Perls where PERL_VERSION
25542 is not defined, from Doug MacEachern.
25543 Branch: perl
25544 ! ext/Storable/Storable.xs
25545____________________________________________________________________________
25546[ 10564] By: nick on 2001/06/13 15:22:01
25547 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
25548 and using that instead (name lookups are sequential search for now).
25549 Branch: perlio
25550 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25551 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25552____________________________________________________________________________
25553[ 10563] By: jhi on 2001/06/13 14:07:43
25554 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
25555 From: "Richard Soderberg" <rs@crystalflame.net>
25556 Date: Sat, 26 May 2001 06:44:20 -0700
25557 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
25558 Branch: perl
25559 ! sv.c t/op/glob.t
25560____________________________________________________________________________
25561[ 10562] By: jhi on 2001/06/13 13:55:10
25562 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25563 From: "Craig A. Berry" <craigberry@mac.com>
25564 Date: Tue, 12 Jun 2001 23:55:26 -0500
25565 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
25566 Branch: perl
25567 ! ext/re/Makefile.PL ext/re/re.xs
25568____________________________________________________________________________
25569[ 10561] By: jhi on 2001/06/13 13:44:58
25570 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
25571 suggested by NI-S.
25572 Branch: perl
25573 ! XSUB.h malloc.c perl.h
25574____________________________________________________________________________
25575[ 10560] By: jhi on 2001/06/13 13:35:42
25576 Log: Regen toc.
25577 Branch: perl
25578 ! pod/perltoc.pod
25579____________________________________________________________________________
25580[ 10559] By: jhi on 2001/06/13 12:53:18
25581 Log: Subject: [patch] perl.gprof control
25582 From: Doug MacEachern <dougm@covalent.net>
25583 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
25584 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
25585 Branch: perl
25586 ! miniperlmain.c perl.h
25587____________________________________________________________________________
25588[ 10558] By: jhi on 2001/06/13 12:51:47
25589 Log: Subject: Re: ext/ + -Wall
25590 From: Doug MacEachern <dougm@covalent.net>
25591 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
25592 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
25593
25594 Document ax and break up dXSARGS.
25595 Branch: perl
25596 ! XSUB.h pod/perlapi.pod
25597____________________________________________________________________________
25598[ 10557] By: jhi on 2001/06/13 12:39:55
25599 Log: More AIX tweakage from Merijn.
25600 Branch: perl
25601 ! hints/aix.sh
25602____________________________________________________________________________
25603[ 10556] By: jhi on 2001/06/13 03:26:58
25604 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
25605 From: "Craig A. Berry" <craigberry@mac.com>
25606 Date: Tue, 12 Jun 2001 22:57:45 -0500
25607 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
25608 Branch: perl
25609 ! vms/descrip_mms.template
25610____________________________________________________________________________
25611[ 10555] By: jhi on 2001/06/13 02:50:43
25612 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
25613 From: "Craig A. Berry" <craigberry@mac.com>
25614 Date: Tue, 12 Jun 2001 22:21:39 -0500
25615 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
25616 Branch: perl
25617 ! configure.com util.c
25618____________________________________________________________________________
25619[ 10554] By: jhi on 2001/06/13 02:23:16
25620 Log: New AIX dynaloading code from Jens-Uwe Mager.
25621 Does break binary compatibility.
25622 Branch: perl
25623 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25624____________________________________________________________________________
25625[ 10553] By: jhi on 2001/06/13 02:10:16
25626 Log: VMS DEC C compiler found nits by Peter Prymmer.
25627 Branch: perl
25628 ! util.c
25629____________________________________________________________________________
25630[ 10552] By: jhi on 2001/06/13 01:36:12
25631 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
25632 From: Peter Prymmer <pvhp@forte.com>
25633 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
25634 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
25635 Branch: perl
25636 ! t/lib/filecomp.t
25637____________________________________________________________________________
25638[ 10551] By: jhi on 2001/06/13 01:26:53
25639 Log: I wonder how many $CONFIGs still lurk in the shadows.
25640 Branch: perl
25641 ! pod/Makefile.SH x2p/cflags.SH
25642____________________________________________________________________________
25643[ 10550] By: jhi on 2001/06/13 01:25:12
25644 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
25645 Branch: perl
25646 ! pod/checkpods.PL
25647____________________________________________________________________________
25648[ 10549] By: jhi on 2001/06/13 01:05:28
25649 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
25650 Branch: perl
25651 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
25652____________________________________________________________________________
25653[ 10548] By: jhi on 2001/06/13 00:41:28
25654 Log: Subject: [patch] rid local_patches warnings
25655 From: Doug MacEachern <dougm@covalent.net>
25656 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
25657 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
25658 Branch: perl
25659 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
25660____________________________________________________________________________
25661[ 10547] By: jhi on 2001/06/13 00:40:29
25662 Log: Subject: Re: ext/ + -Wall
25663 From: Doug MacEachern <dougm@covalent.net>
25664 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
25665 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
25666 Branch: perl
25667 ! ext/attrs/attrs.xs
25668____________________________________________________________________________
25669[ 10546] By: jhi on 2001/06/13 00:39:06
25670 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
25671 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25672 Date: Tue, 12 Jun 2001 14:36:20 -0400
25673 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
25674 Branch: perl
25675 ! pod/perlretut.pod
25676____________________________________________________________________________
25677[ 10545] By: jhi on 2001/06/13 00:38:02
25678 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25679 From: Mike Guy <mjtg@cam.ac.uk>
25680 Date: Tue, 12 Jun 2001 19:10:31 +0100
25681 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
25682
25683 Subject: Re: [ID 20010612.001] out of memory during regex compilation
25684 From: Mike Guy <mjtg@cam.ac.uk>
25685 Date: Tue, 12 Jun 2001 19:21:01 +0100
25686 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
25687 Branch: perl
25688 ! pod/perlop.pod
25689____________________________________________________________________________
25690[ 10544] By: jhi on 2001/06/13 00:34:39
25691 Log: AIX tweaks from Merijn H. Brand.
25692 Branch: perl
25693 ! hints/aix.sh
25694____________________________________________________________________________
25695[ 10543] By: jhi on 2001/06/13 00:11:42
25696 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
25697 From: "Brendan O'Dea" <bod@compusol.com.au>
25698 Date: Wed, 13 Jun 2001 05:16:47 +1000
25699 Message-ID: <20010613051647.A8945@compusol.com.au>
25700 Branch: maint-5.6/perl
25701 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25702____________________________________________________________________________
25703[ 10542] By: jhi on 2001/06/13 00:07:50
25704 Log: Subject: Small bcopy cleanup
25705 From: Andy Dougherty <doughera@lafayette.edu>
25706 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
25707 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
25708 Branch: perl
25709 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
25710____________________________________________________________________________
25711[ 10541] By: jhi on 2001/06/13 00:05:18
25712 Log: Subject: [PATCH] Re: ext/ + -Wall
25713 From: Nicholas Clark <nick@ccl4.org>
25714 Date: Wed, 13 Jun 2001 00:04:30 +0100
25715 Message-ID: <20010613000430.M5901@plum.flirble.org>
25716 Branch: perl
25717 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25718____________________________________________________________________________
25719[ 10540] By: jhi on 2001/06/13 00:02:25
25720 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
25721 From: Nicholas Clark <nick@ccl4.org>
25722 Date: Tue, 12 Jun 2001 23:53:07 +0100
25723 Message-ID: <20010612235307.L5901@plum.flirble.org>
25724 Branch: perl
25725 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25726____________________________________________________________________________
25727[ 10539] By: jhi on 2001/06/12 23:59:10
25728 Log: MPE/iX tweaks from Mark Bixby.
25729 Branch: perl
25730 ! hints/mpeix.sh mpeix/mpeixish.h util.c
25731____________________________________________________________________________
25732[ 10538] By: jhi on 2001/06/12 14:16:15
25733 Log: Update Changes.
25734 Branch: perl
25735 ! Changes patchlevel.h
25736____________________________________________________________________________
a8b85033
JH
25737[ 10537] By: jhi on 2001/06/12 14:11:26
25738 Log: One less -Wall whine (found under DEBUGGING).
25739 Branch: perl
25740 ! x2p/Makefile.SH x2p/a2p.c
25741____________________________________________________________________________
25742[ 10536] By: jhi on 2001/06/12 13:32:09
25743 Log: s/case-independent/case-insensitive/g
25744 Branch: perl
25745 ! pod/perldebug.pod
25746____________________________________________________________________________
25747[ 10535] By: jhi on 2001/06/12 13:27:28
25748 Log: As suggested in
25749
25750 Subject: Re: ext/ + -Wall
25751 From: Gurusamy Sarathy <gsar@ActiveState.com>
25752 Date: Mon, 11 Jun 2001 23:34:31 -0700
25753 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
25754 Branch: perl
25755 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
25756 ! perl.h
25757____________________________________________________________________________
25758[ 10534] By: jhi on 2001/06/12 13:13:27
25759 Log: Subject: ext/ + -Wall
25760 From: Doug MacEachern <dougm@covalent.net>
25761 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
25762 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
25763 Branch: perl
25764 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
25765 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
25766 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
25767 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
25768 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
25769 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
25770 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25771 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
25772 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
25773 ! lib/ExtUtils/xsubpp
25774____________________________________________________________________________
25775[ 10533] By: jhi on 2001/06/12 12:52:57
25776 Log: Subject: [PATCH] anonymous stashes
25777 From: Abhijit Menon-Sen <ams@wiw.org>
25778 Date: Tue, 12 Jun 2001 12:47:04 +0530
25779 Message-ID: <20010612124704.A29029@lustre.linux.in>
25780 Branch: perl
25781 ! dump.c gv.c sv.c xsutils.c
25782____________________________________________________________________________
25783[ 10532] By: jhi on 2001/06/12 12:37:36
25784 Log: One more test for $^S.
25785 Branch: perl
25786 ! t/op/magic.t
25787____________________________________________________________________________
25788[ 10531] By: jhi on 2001/06/12 12:35:02
25789 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
25790 From: Abhijit Menon-Sen <ams@wiw.org>
25791 Date: Tue, 12 Jun 2001 17:35:55 +0530
25792 Message-ID: <20010612173555.A32426@lustre.linux.in>
25793 Branch: perl
25794 ! mg.c t/op/magic.t
25795____________________________________________________________________________
25796[ 10530] By: jhi on 2001/06/12 12:31:11
25797 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25798 From: Mike Guy <mjtg@cam.ac.uk>
25799 Date: Tue, 12 Jun 2001 13:14:15 +0100
25800 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
25801 Branch: perl
25802 ! pod/perlop.pod
25803____________________________________________________________________________
25804[ 10529] By: jhi on 2001/06/12 12:21:06
25805 Log: AUTHORS updates.
25806 Branch: perl
25807 ! AUTHORS
25808____________________________________________________________________________
25809[ 10528] By: jhi on 2001/06/12 12:19:47
25810 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
25811 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
25812 Content-Transfer-Encoding: 7bit
25813 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
25814 Branch: perl
25815 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
25816____________________________________________________________________________
25817[ 10527] By: jhi on 2001/06/12 11:58:53
25818 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
25819 From: "Philip Newton" <Philip.Newton@gmx.net>
25820 Date: Mon, 11 Jun 2001 07:08:03 +0200
25821 Message-Id: <200106120802.LAA08992@taas.iki.fi>
25822 Branch: perl
25823 ! t/base/term.t
25824____________________________________________________________________________
25825[ 10526] By: jhi on 2001/06/12 01:35:34
25826 Log: Cleanup the a2p.c for -Wall.
25827 Branch: perl
25828 ! x2p/Makefile.SH x2p/a2p.c
25829____________________________________________________________________________
25830[ 10525] By: jhi on 2001/06/12 01:10:56
25831 Log: File::Find update for MacOS from Chris Nandor.
25832 Branch: perl
25833 ! lib/File/Find.pm t/lib/filefind.t
25834____________________________________________________________________________
25835[ 10524] By: jhi on 2001/06/12 00:29:20
25836 Log: gcc -Wall nits picked out by a non-UNIX system
25837 (courtesy of Mark Bixby)
25838 Branch: perl
25839 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
25840 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
25841 ! pp_sys.c util.c
25842____________________________________________________________________________
25843[ 10523] By: jhi on 2001/06/11 22:34:03
25844 Log: Metaconfig unit change for #10522. (The d_modfl changes
25845 placate metalint.)
25846 Branch: metaconfig/U/perl
25847 ! d_modfl.U d_u32align.U
25848____________________________________________________________________________
25849[ 10522] By: jhi on 2001/06/11 22:33:00
25850 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
25851 be "./try 2>&1 >/dev/null".
25852 Branch: perl
25853 ! Configure
25854____________________________________________________________________________
25855[ 10521] By: jhi on 2001/06/11 19:49:54
25856 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
25857 From: "Craig A. Berry" <craigberry@mac.com>
25858 Date: Mon, 11 Jun 2001 14:00:32 -0500
25859 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
25860 Branch: perl
25861 ! configure.com
25862____________________________________________________________________________
25863[ 10520] By: jhi on 2001/06/11 17:55:47
25864 Log: Move the full \p\P lists to perlunicode.
25865 Branch: perl
25866 ! pod/perlretut.pod pod/perlunicode.pod
25867____________________________________________________________________________
25868[ 10519] By: jhi on 2001/06/11 17:10:00
25869 Log: VOS build tweak for 5.6.1 from Paul Green.
25870 Branch: maint-5.6/perl
25871 ! vos/build.cm
25872____________________________________________________________________________
25873[ 10518] By: jhi on 2001/06/11 17:07:03
25874 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
25875 From: "Craig A. Berry" <craigberry@mac.com>
25876 Date: Fri, 8 Jun 2001 18:08:18 -0500
25877 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
25878 Branch: perl
25879 ! vms/vms.c
25880____________________________________________________________________________
25881[ 10517] By: jhi on 2001/06/11 14:52:01
25882 Log: Update Changes.
25883 Branch: perl
25884 ! Changes patchlevel.h
25885____________________________________________________________________________
1d3af415
JH
25886[ 10516] By: jhi on 2001/06/11 14:46:33
25887 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
25888 Branch: perl
25889 ! vos/config.alpha.h vos/config.ga.h
25890____________________________________________________________________________
25891[ 10515] By: jhi on 2001/06/11 14:39:05
25892 Log: VOS updates from Paul Green for @10476.
25893 Branch: perl
25894 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25895 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25896 ! vos/config.ga.h vos/configure_perl.cm
25897____________________________________________________________________________
25898[ 10514] By: jhi on 2001/06/11 12:58:43
25899 Log: Subject: [PATCH] Not many people know this ...
25900 From: Mike Guy <mjtg@cam.ac.uk>
25901 Date: Mon, 11 Jun 2001 14:55:15 +0100
25902 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
25903 Branch: perl
25904 ! pod/perldebug.pod
25905____________________________________________________________________________
25906[ 10513] By: jhi on 2001/06/11 12:30:06
25907 Log: Add final commas to lists as suggested by Philip Newton.
25908 Branch: perl
25909 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25910____________________________________________________________________________
25911[ 10512] By: jhi on 2001/06/11 12:28:49
25912 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
25913 Date: Sun, 10 Jun 2001 23:35:38 -0400
25914 From: Chris Nandor <pudge@pobox.com>
25915 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
25916 Branch: perl
25917 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
25918 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
25919 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
25920 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
25921 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
25922 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
25923 ! t/op/write.t t/pragma/strict.t
25924____________________________________________________________________________
25925[ 10511] By: jhi on 2001/06/11 12:13:31
25926 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
25927 From: Chris Nandor <pudge@pobox.com>
25928 Date: Mon, 11 Jun 2001 08:24:28 -0400
25929 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
25930 Branch: perl
25931 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
25932 ! t/lib/io_dir.t
25933____________________________________________________________________________
25934[ 10510] By: jhi on 2001/06/11 12:03:16
25935 Log: One more run_byacc (a hand-tweaked version had slipped in).
25936 Branch: perl
25937 ! perly.c vms/perly_c.vms
25938____________________________________________________________________________
25939[ 10509] By: nick on 2001/06/11 07:49:15
25940 Log: Integrate mainline
25941 Branch: perlio
25942 !> Makefile.SH embed.h embed.pl global.sym
25943 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
25944 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
25945 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
25946 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
25947____________________________________________________________________________
25948[ 10508] By: jhi on 2001/06/10 22:38:05
25949 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
25950 From: Mike Guy <mjtg@cam.ac.uk>
25951 Reply-To: mjtg@cam.ac.uk
25952 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
25953 Branch: perl
25954 ! lib/ExtUtils/Manifest.pm
25955____________________________________________________________________________
25956[ 10507] By: jhi on 2001/06/10 22:37:16
25957 Log: Subject: [PATCH] ExtUtils::Constant
25958 From: Nicholas Clark <nick@ccl4.org>
25959 Date: Sun, 10 Jun 2001 23:25:41 +0100
25960 Message-ID: <20010610232540.C76396@plum.flirble.org>
25961 Branch: perl
25962 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25963____________________________________________________________________________
25964[ 10506] By: jhi on 2001/06/10 20:57:20
25965 Log: Integrate perlio.
25966 Branch: perl
25967 !> iperlsys.h
25968____________________________________________________________________________
25969[ 10505] By: jhi on 2001/06/10 18:37:57
25970 Log: Move the grok_number and its lieutenant grok_numeric_radix
25971 from sv.c statics to util.c and public.
25972 Branch: perl
25973 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
25974 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
25975____________________________________________________________________________
25976[ 10504] By: nick on 2001/06/10 17:47:06
25977 Log: Fix (valid) -Wall warnings in perlio.c
25978 Branch: perlio
25979 ! iperlsys.h
25980____________________________________________________________________________
25981[ 10503] By: jhi on 2001/06/10 17:38:28
25982 Log: Update perly_c.diff, update perly.fixer to edit away
25983 some of the -Wall noise.
25984 Branch: perl
25985 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
25986____________________________________________________________________________
25987[ 10502] By: jhi on 2001/06/10 17:09:42
25988 Log: Check the version of byacc.
25989 Branch: perl
25990 ! Makefile.SH
25991____________________________________________________________________________
25992[ 10501] By: jhi on 2001/06/10 17:00:08
25993 Log: Subject: [PATCH] perly.y overhaul
25994 From: Simon Cozens <simon@netthink.co.uk>
25995 Date: Sun, 10 Jun 2001 16:56:54 +0100
25996 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25997
25998 Plus make run_byacc.
25999 Branch: perl
26000 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
26001____________________________________________________________________________
26002[ 10500] By: jhi on 2001/06/10 16:07:28
26003 Log: Integrate perlio.
26004 Branch: perl
26005 !> perlio.c perlsfio.h
26006____________________________________________________________________________
26007[ 10499] By: nick on 2001/06/10 15:01:08
26008 Log: Integrate mainline
26009 Branch: perlio
26010 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
26011 !> t/pragma/locale.t util.c
26012____________________________________________________________________________
26013[ 10498] By: jhi on 2001/06/10 13:49:23
26014 Log: Put some meat on the perl572delta bones. The list of
26015 selected bug fixes needs more work, as does still the
26016 whole document.
26017 Branch: perl
26018 ! pod/perl572delta.pod
26019____________________________________________________________________________
26020[ 10497] By: nick on 2001/06/10 12:27:51
26021 Log: Paper over a crack or two with USE_SFIO
26022 Branch: perlio
26023 ! perlio.c perlsfio.h
26024____________________________________________________________________________
26025[ 10496] By: jhi on 2001/06/10 11:04:22
26026 Log: Update Changes.
26027 Branch: perl
26028 ! Changes patchlevel.h
26029____________________________________________________________________________
00656eef
JH
26030[ 10495] By: jhi on 2001/06/10 10:55:34
26031 Log: Subject: Re: pragma/locale.t #107
26032 From: Hugo <hv@crypt.compulink.co.uk>
26033 Date: Sun, 10 Jun 2001 11:23:30 +0100
26034 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
26035
26036 Encapsulate the scan of the decimal radix separator.
26037 Branch: perl
26038 ! embed.h embed.pl proto.h sv.c
26039____________________________________________________________________________
26040[ 10494] By: jhi on 2001/06/10 03:00:17
26041 Log: Try to grok numbers both with the locale specific separator
26042 and with the usual "." (if different from the lss); add a test
26043 to locale.t to do also a little bit of math in addition to just
26044 equalness testing; remove extraneous logic as suggested in
26045
26046 Subject: Re: pragma/locale.t #107
26047 From: Nicholas Clark <nick@ccl4.org>
26048 Date: Sat, 9 Jun 2001 22:37:36 +0100
26049 Message-ID: <20010609223735.Y76396@plum.flirble.org>
26050 Branch: perl
26051 ! sv.c t/pragma/locale.t
26052____________________________________________________________________________
26053[ 10493] By: jhi on 2001/06/10 01:25:23
26054 Log: Metaconfig unit change for #10492.
26055 Branch: metaconfig/U/perl
26056 ! Extensions.U
26057____________________________________________________________________________
26058[ 10492] By: jhi on 2001/06/10 01:23:59
26059 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
26060 From: Artur Bergman <artur@contiller.se>
26061 Date: Sat, 09 Jun 2001 21:03:51 +0200
26062 Message-ID: <B7483FB6.1398%artur@contiller.se>
26063 Branch: perl
26064 ! Configure
26065____________________________________________________________________________
26066[ 10491] By: jhi on 2001/06/10 01:15:40
26067 Log: Integrate perlio.
26068 Branch: perl
26069 !> perlsfio.h
26070____________________________________________________________________________
26071[ 10490] By: jhi on 2001/06/10 01:08:26
26072 Log: Do locale specific separator if only in locale.
26073 Branch: perl
26074 ! util.c
26075____________________________________________________________________________
26076[ 10489] By: nick on 2001/06/09 19:13:25
26077 Log: Make XS/Typemap compile (but fail) with sfio
26078 Branch: perlio
26079 ! perlsfio.h
26080____________________________________________________________________________
26081[ 10488] By: nick on 2001/06/09 19:12:51
26082 Log: Re-integrate mainline
26083 Branch: perlio
26084 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
26085 !> proto.h sv.c util.c
26086____________________________________________________________________________
26087[ 10487] By: nick on 2001/06/09 16:26:29
26088 Log: Integrate mainline
26089 Branch: perlio
26090 !> (integrate 31 files)
26091____________________________________________________________________________
26092[ 10486] By: jhi on 2001/06/09 16:11:51
26093 Log: Subject: [PATCH] New attempt to clone callack
26094 From: Artur Bergman <artur@contiller.se>
26095 Date: Thu, 07 Jun 2001 11:52:16 +0200
26096 Message-ID: <B7451B6F.12B7%artur@contiller.se>
26097 Branch: perl
26098 ! embedvar.h intrpvar.h perlapi.h sv.c
26099____________________________________________________________________________
26100[ 10485] By: jhi on 2001/06/09 15:23:52
26101 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
26102 Branch: perl
26103 ! embed.h embed.pl perl.h proto.h sv.c util.c
26104____________________________________________________________________________
26105[ 10484] By: jhi on 2001/06/09 14:47:25
26106 Log: Subject: Re: pragma/locale.t #107
26107 From: Nicholas Clark <nick@ccl4.org>
26108 Date: Sat, 9 Jun 2001 16:26:10 +0100
26109 Message-ID: <20010609162609.V76396@plum.flirble.org>
26110
26111 A missing NVification.
26112 Branch: perl
26113 ! sv.c
26114____________________________________________________________________________
26115[ 10483] By: jhi on 2001/06/08 19:40:32
26116 Log: Redo the #10482, there already was a test script for formats.
26117 Branch: perl
26118 - t/io/format.t
26119 ! MANIFEST t/op/write.t
26120____________________________________________________________________________
26121[ 10482] By: jhi on 2001/06/08 19:34:45
26122 Log: Twisted format testing, from Merijn.
26123 Branch: perl
26124 + t/io/format.t
26125 ! MANIFEST
26126____________________________________________________________________________
26127[ 10481] By: jhi on 2001/06/08 19:21:56
26128 Log: More \p{In...} testing, combined with \N{...}.
26129 Branch: perl
26130 ! lib/utf8_heavy.pl t/op/pat.t
26131____________________________________________________________________________
26132[ 10480] By: jhi on 2001/06/08 14:16:06
26133 Log: Metaconfig changes for #10479.
26134 Branch: metaconfig
26135 ! U/Glossary.patch
26136 Branch: metaconfig/U/perl
26137 ! d_modfl.U
26138____________________________________________________________________________
26139[ 10479] By: jhi on 2001/06/08 14:15:32
26140 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
26141 Branch: perl
26142 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26143 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
26144 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26145 ! win32/config.bc win32/config.gc win32/config.vc
26146____________________________________________________________________________
26147[ 10478] By: jhi on 2001/06/08 12:20:41
26148 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
26149 From: "Craig A. Berry" <craigberry@mac.com>
26150 Date: Thu, 7 Jun 2001 14:27:20 -0500
26151 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
26152 Branch: perl
26153 ! vms/perlvms.pod
26154____________________________________________________________________________
26155[ 10477] By: jhi on 2001/06/08 12:19:00
26156 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
26157 From: Gisle Aas <gisle@ActiveState.com>
26158 Date: 07 Jun 2001 17:04:29 -0700
26159 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
26160 Branch: perl
26161 ! ext/re/re.xs
26162____________________________________________________________________________
26163[ 10476] By: jhi on 2001/06/08 01:35:42
26164 Log: Update Changes.
26165 Branch: perl
26166 ! Changes patchlevel.h
26167____________________________________________________________________________
3e1b4879
JH
26168[ 10475] By: jhi on 2001/06/08 00:53:45
26169 Log: Regen Glossary et alia.
26170 Branch: perl
26171 ! Porting/Glossary Porting/config.sh Porting/config_H
26172____________________________________________________________________________
26173[ 10474] By: jhi on 2001/06/07 22:06:38
26174 Log: Metaconfig unit changes for #10473.
26175 Branch: metaconfig/U/perl
26176 ! d_modfl.U
26177____________________________________________________________________________
26178[ 10473] By: jhi on 2001/06/07 22:06:16
26179 Log: Harumph, also AIX will spill its guts (i.e. dump core)
26180 if an executable contains modfl() but it hasn't been
26181 compiled right (in the case of AIX, with cc -qlongdouble).
26182 Branch: perl
26183 ! Configure
26184____________________________________________________________________________
26185[ 10472] By: gsar on 2001/06/07 20:04:28
26186 Log: integrate change#10471 from mainline
26187
26188 in change#10451, check that CvOUTSIDE is a CV before looking in
26189 (it can apparently be SVt_NULL during global destruction)
26190 Branch: maint-5.6/perl
26191 !> op.c
26192____________________________________________________________________________
26193[ 10471] By: gsar on 2001/06/07 20:01:31
26194 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
26195 (it can apparently be SVt_NULL during global destruction)
26196 Branch: perl
26197 ! op.c
26198____________________________________________________________________________
26199[ 10470] By: jhi on 2001/06/07 12:17:51
26200 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
26201 From: Robin Barker <rmb1@cise.npl.co.uk>
26202 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
26203 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
26204 Branch: perl
26205 ! lib/diagnostics.pm pod/perldiag.pod
26206____________________________________________________________________________
26207[ 10469] By: jhi on 2001/06/07 12:16:12
26208 Log: Subject: [PATCH perl@10439] long =item
26209 From: Robin Barker <rmb1@cise.npl.co.uk>
26210 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
26211 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
26212 Branch: perl
26213 ! README.amiga lib/Attribute/Handlers.pm
26214 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26215____________________________________________________________________________
26216[ 10468] By: jhi on 2001/06/07 12:08:56
26217 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
26218 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
26219 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
26220 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
26221 Branch: perl
26222 ! pod/perlguts.pod
26223____________________________________________________________________________
26224[ 10467] By: jhi on 2001/06/07 12:04:26
26225 Log: Integrate perlio.
26226 Branch: perl
26227 !> sv.c
26228____________________________________________________________________________
26229[ 10466] By: nick on 2001/06/07 10:25:40
26230 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
26231 whitespace tweaks.
26232 Still coredumps in pragma/overload.t - what a nice hard fail that is...
26233 Branch: perlio
26234 ! sv.c
26235____________________________________________________________________________
26236[ 10465] By: nick on 2001/06/07 08:41:58
26237 Log: Raw integrate of mainline for S_grok_number debug
26238 (sv.c has MULTIPLICITY issues as well as whatever else ...)
26239 Branch: perlio
26240 - plan9/perlplan9.doc plan9/perlplan9.pod
26241 !> (integrate 46 files)
26242____________________________________________________________________________
26243[ 10464] By: jhi on 2001/06/06 23:33:58
26244 Log: The proper prototyping for #10463.
26245 Branch: perl
26246 ! embed.h embed.pl proto.h sv.c
26247____________________________________________________________________________
26248[ 10463] By: jhi on 2001/06/06 23:15:30
26249 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
26250 From: Nicholas Clark <nick@ccl4.org>
26251 Date: Thu, 7 Jun 2001 00:29:59 +0100
26252 Message-ID: <20010607002959.Z76396@plum.flirble.org>
26253 Branch: perl
26254 ! sv.c
26255____________________________________________________________________________
26256[ 10462] By: jhi on 2001/06/06 23:13:19
26257 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
26258 From: "Craig A. Berry" <craigberry@mac.com>
26259 Date: Wed, 06 Jun 2001 17:54:30 -0500
26260 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
26261 Branch: perl
26262 ! vms/perlvms.pod
26263____________________________________________________________________________
26264[ 10461] By: jhi on 2001/06/06 23:10:00
26265 Log: Podify the remaining README.platform files;
26266 merge README.plan9 and plan9/perlplan9.pod;
26267 delete plan9/perlplan9.* (the perlplan.doc needs to
26268 be regenerated in Plan 9); make the =head1 and =head2
26269 in the README.platform to be a little more verbose
26270 (skipped README.os2 not to anger Ilya) so that they
26271 look better in the toc; regen toc.
26272 Branch: perl
26273 - plan9/perlplan9.doc plan9/perlplan9.pod
26274 ! MANIFEST README.aix README.amiga README.apollo README.beos
26275 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
26276 ! README.hpux README.hurd README.machten README.macos
26277 ! README.micro README.mint README.mpeix README.os390
26278 ! README.plan9 README.qnx README.solaris README.threads
26279 ! README.tru64 README.vmesa README.vms README.vos README.win32
26280 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26281 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26282____________________________________________________________________________
26283[ 10460] By: jhi on 2001/06/06 20:58:53
26284 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
26285 From: Mike Guy <mjtg@cam.ac.uk>
26286 Reply-To: mjtg@cam.ac.uk
26287 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
26288 Branch: perl
26289 ! pod/perlguts.pod
26290____________________________________________________________________________
26291[ 10459] By: jhi on 2001/06/06 20:58:15
26292 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
26293 From: Mike Guy <mjtg@cam.ac.uk>
26294 Reply-To: mjtg@cam.ac.uk
26295 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
26296 Branch: perl
26297 ! pod/perlsec.pod
26298____________________________________________________________________________
26299[ 10458] By: jhi on 2001/06/06 20:56:04
26300 Log: Disable long doubles from pre-5.0 Tru64s.
26301 Branch: perl
26302 ! README.tru64 hints/dec_osf.sh
26303____________________________________________________________________________
26304[ 10457] By: jhi on 2001/06/06 20:49:23
26305 Log: The #10455 exposed that modfl() is fundamentally busted
26306 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
26307 testing it.
26308 Branch: perl
26309 ! hints/dec_osf.sh
26310____________________________________________________________________________
26311[ 10456] By: jhi on 2001/06/06 20:48:35
26312 Log: Metaconfig unit change for #10455.
26313 Branch: metaconfig/U/perl
26314 ! d_modfl.U
26315____________________________________________________________________________
26316[ 10455] By: jhi on 2001/06/06 20:48:09
26317 Log: Configure check for geborken modfl(), inspired by
26318
26319 Subject: Re: [20010118.017] op/int.t failure
26320 From: Hugo <hv@crypt.compulink.co.uk>
26321 Date: Tue, 05 Jun 2001 13:43:27 +0100
26322 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
26323 Branch: perl
26324 ! Configure
26325____________________________________________________________________________
26326[ 10454] By: jhi on 2001/06/06 11:45:08
26327 Log: Integrate changes #10450 and #10451 from maintperl:
26328
26329 optimize change#10448 slightly (don't repeat search in eval""s lexical
26330 scope, since that has already been searched)
26331
26332 change#9108 needs subtler treatment for case of closures created
26333 within eval""
26334 Branch: perl
26335 !> op.c t/op/misc.t
26336____________________________________________________________________________
26337[ 10453] By: jhi on 2001/06/06 11:42:10
26338 Log: MakeMaker magic to compile (when no dynamic loading)
26339 List/Util.xsc as (ListUtil.c and) ListUtil.o since
26340 POSIX-BC (BS2000) linker has an evil limitation of
26341 being unable to include in the same executable several
26342 object files with the same name - case-insensitively -
26343 because otherwise we conflict with util.c.
26344 Strictly speaking currently required only in POSIX-BC
26345 but probably will do no harm elsewhere where static
26346 linking is required.
26347 Branch: perl
26348 ! ext/List/Util/Makefile.PL
26349____________________________________________________________________________
26350[ 10452] By: nick on 2001/06/06 08:59:51
26351 Log: Integrate mainline.
26352 Branch: perlio
26353 +> lib/Attribute/Handlers/demo/Demo.pm
26354 +> lib/Attribute/Handlers/demo/Descriptions.pm
26355 +> lib/Attribute/Handlers/demo/MyClass.pm
26356 +> lib/Attribute/Handlers/demo/demo.pl
26357 +> lib/Attribute/Handlers/demo/demo2.pl
26358 +> lib/Attribute/Handlers/demo/demo3.pl
26359 +> lib/Attribute/Handlers/demo/demo4.pl
26360 +> lib/Attribute/Handlers/demo/demo_call.pl
26361 +> lib/Attribute/Handlers/demo/demo_chain.pl
26362 +> lib/Attribute/Handlers/demo/demo_cycle.pl
26363 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
26364 +> lib/Attribute/Handlers/demo/demo_phases.pl
26365 +> lib/Attribute/Handlers/demo/demo_range.pl
26366 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
26367 +> uts/strtol_wrap.c
26368 !> (integrate 91 files)
26369____________________________________________________________________________
26370[ 10451] By: gsar on 2001/06/06 07:11:36
26371 Log: change#9108 needs subtler treatment for case of closures created
26372 within eval""
26373 Branch: maint-5.6/perl
26374 ! op.c t/op/misc.t
26375____________________________________________________________________________
26376[ 10450] By: gsar on 2001/06/06 05:47:25
26377 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
26378 scope, since that has already been searched)
26379 Branch: maint-5.6/perl
26380 ! op.c
26381____________________________________________________________________________
26382[ 10449] By: jhi on 2001/06/06 01:33:31
26383 Log: Integrate change #10448 from maintperl; lexicals
26384 outside an eval"" weren't resolved correctly inside a subroutine
26385 definition inside the eval"" if they were not already referenced
26386 in the toplevel of the eval""-ed code
26387 Branch: perl
26388 !> cop.h op.c pp_ctl.c t/op/misc.t
26389____________________________________________________________________________
26390[ 10448] By: gsar on 2001/06/06 01:03:26
26391 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
26392 outside an eval"" weren't resolved correctly inside a subroutine
26393 definition inside the eval"" if they were not already referenced
26394 in the toplevel of the eval""-ed code
26395 Branch: maint-5.6/perl
26396 ! cop.h op.c pp_ctl.c t/op/misc.t
26397____________________________________________________________________________
26398[ 10447] By: jhi on 2001/06/06 00:51:04
26399 Log: Subject: [PATCH] perl570delta.pod
26400 From: Peter Scott <Peter@PSDT.com>
26401 Date: Tue, 05 Jun 2001 18:51:02 -0700
26402 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
26403 Branch: perl
26404 ! pod/perl570delta.pod
26405____________________________________________________________________________
26406[ 10446] By: jhi on 2001/06/05 23:45:05
26407 Log: The fudge factor is no more needed. I hope.
26408 Branch: perl
26409 ! t/lib/posix.t
26410____________________________________________________________________________
26411[ 10445] By: jhi on 2001/06/05 23:19:19
26412 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26413 From: Hugo <hv@crypt.compulink.co.uk>
26414 Date: Tue, 05 Jun 2001 12:58:19 +0100
26415 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
26416 Branch: perl
26417 ! util.c
26418____________________________________________________________________________
26419[ 10444] By: jhi on 2001/06/05 11:09:01
26420 Log: Make up prototypes only for those who have the functions
26421 but not the prototypes.
26422 Branch: perl
26423 ! perl.h
26424____________________________________________________________________________
26425[ 10443] By: jhi on 2001/06/05 11:02:13
26426 Log: Subject: Re: Not OK: perl@10439 on win32
26427 From: Prymmer/Kahn <pvhp@best.com>
26428 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
26429 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
26430 Branch: perl
26431 ! perl.h util.c
26432____________________________________________________________________________
26433[ 10442] By: jhi on 2001/06/05 00:55:46
26434 Log: The metaconfig units changes for #10441.
26435 Branch: metaconfig
26436 ! U/modified/Extract.U U/modified/Extractall.U
26437 ! U/modified/Finish.U
26438____________________________________________________________________________
26439[ 10441] By: jhi on 2001/06/05 00:55:17
26440 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
26441 Branch: perl
26442 ! Configure
26443____________________________________________________________________________
26444[ 10440] By: jhi on 2001/06/05 00:28:27
26445 Log: Unnecessary fuzziness undone, noted by Mike Guy.
26446 Branch: perl
26447 ! t/op/tr.t
26448____________________________________________________________________________
26449[ 10439] By: jhi on 2001/06/04 17:14:31
26450 Log: Update Changes.
26451 Branch: perl
26452 ! Changes patchlevel.h
26453____________________________________________________________________________
c5ee9274
JH
26454[ 10438] By: jhi on 2001/06/04 17:10:16
26455 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
26456 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
26457 leakage patch.
26458 Branch: perl
26459 ! t/op/misc.t
26460____________________________________________________________________________
26461[ 10437] By: jhi on 2001/06/04 17:01:06
26462 Log: Test case for #10433/#10424.
26463 Branch: perl
26464 ! t/op/misc.t
26465____________________________________________________________________________
26466[ 10436] By: jhi on 2001/06/04 16:54:21
26467 Log: Subject: One fix for strtoul not setting errno
26468 From: hom00@utsglobal.com (Hal Morris)
26469 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
26470 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
26471 Branch: perl
26472 + uts/strtol_wrap.c
26473 ! MANIFEST hints/uts.sh
26474____________________________________________________________________________
26475[ 10435] By: jhi on 2001/06/04 16:54:01
26476 Log: Metaconfig units changes for #10434.
26477 Branch: metaconfig
26478 ! U/modified/Cppsym.U
26479 Branch: metaconfig/U/perl
26480 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
26481 + d_syscallproto.U d_usleepproto.U
26482 ! longdblfio.U quadfio.U
26483____________________________________________________________________________
26484[ 10434] By: jhi on 2001/06/04 16:48:33
26485 Log: Configure tweaks; add prototype probes, make the cpp symbols
26486 probe to cast, not whine; test for %Ld and %Lf before %lld and
26487 %llf because the L is the ANSI way.
26488 Branch: perl
26489 ! Configure config_h.SH configure.com epoc/config.sh
26490 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
26491 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26492 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
26493____________________________________________________________________________
26494[ 10433] By: jhi on 2001/06/04 16:45:23
26495 Log: Sigh. This is what #10424 was supposed to check in.
26496 Branch: perl
26497 ! op.c sv.c sv.h
26498____________________________________________________________________________
26499[ 10432] By: jhi on 2001/06/04 16:29:40
26500 Log: More verbose failure.
26501 Branch: perl
26502 ! t/op/ver.t
26503____________________________________________________________________________
26504[ 10431] By: jhi on 2001/06/04 16:21:55
26505 Log: The .pm changes to go with #10428.
26506 Branch: perl
26507 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
26508 ! ext/Sys/Syslog/Syslog.pm
26509____________________________________________________________________________
26510[ 10430] By: jhi on 2001/06/04 16:05:20
26511 Log: On second thoughts show to utf8 skippage message only
26512 on failures, it's too confusing otherwise,
26513 Branch: perl
26514 ! t/pragma/locale.t
26515____________________________________________________________________________
26516[ 10429] By: jhi on 2001/06/04 14:47:50
26517 Log: Do not import anything from Encode.
26518 Branch: perl
26519 ! ext/MIME/Base64/QuotedPrint.pm
26520____________________________________________________________________________
26521[ 10428] By: jhi on 2001/06/04 14:45:47
26522 Log: The #10402 didn't take. Weird.
26523 Branch: perl
26524 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26525 ! ext/Sys/Syslog/Syslog.xs
26526____________________________________________________________________________
26527[ 10427] By: jhi on 2001/06/04 12:55:39
26528 Log: Eradicate traces of 'asciirange' re subpragma.
26529 Branch: perl
26530 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
26531 ! pod/perldiag.pod
26532____________________________________________________________________________
26533[ 10426] By: jhi on 2001/06/04 12:44:05
26534 Log: use is a compile-time thing.
26535 Branch: perl
26536 ! ext/MIME/Base64/QuotedPrint.pm
26537____________________________________________________________________________
26538[ 10425] By: jhi on 2001/06/04 12:39:44
26539 Log: Subject: [PATCH perl@10419] -Wall casting patch
26540 From: Robin Barker <rmb1@cise.npl.co.uk>
26541 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
26542 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
26543 Branch: perl
26544 ! ext/Devel/DProf/DProf.xs mg.c
26545____________________________________________________________________________
26546[ 10424] By: jhi on 2001/06/04 12:23:30
26547 Log: Subject: [PATCH #2] introducing SVpad_TYPED
26548 From: Abhijit Menon-Sen <ams@wiw.org>
26549 Date: Mon, 4 Jun 2001 12:26:02 +0530
26550 Message-ID: <20010604122602.A5775@lustre.linux.in>
26551 Branch: perl
26552 ! op.c sv.c sv.h
26553____________________________________________________________________________
26554[ 10423] By: gsar on 2001/06/04 05:12:18
26555 Log: testsuite for change#10192 (from Gisle Aas)
26556 Branch: perl
26557 + t/op/override.t
26558 ! MANIFEST
26559____________________________________________________________________________
26560[ 10422] By: gsar on 2001/06/04 02:32:03
26561 Log: integrate changes#10414-10416 from mainline
26562
26563 Potential buffer overrun if the radix separator is more than
26564 one byte. Also, under locales, prefer the locale-specific
26565 separator over the old boring ".".
26566
26567 "10.", that is, decimal numbers can have no decimal part at all.
26568
26569 The non-locale places need love, too.
26570 Branch: maint-5.6/perl
26571 !> perl.h sv.c
26572____________________________________________________________________________
26573[ 10421] By: jhi on 2001/06/04 02:25:53
26574 Log: Missed from #10420.
26575 Branch: perl
26576 ! epoc/config.sh
26577____________________________________________________________________________
26578[ 10420] By: jhi on 2001/06/04 02:19:58
26579 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
26580 often this prototype goes with HAS_SETRESUID_PROTO.
26581 Branch: perl
26582 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26583 ! config_h.SH configure.com perl.h uconfig.h
26584____________________________________________________________________________
26585[ 10419] By: jhi on 2001/06/04 00:24:55
26586 Log: Update Changes.
26587 Branch: perl
26588 ! Changes patchlevel.h
26589____________________________________________________________________________
520db9bf
JH
26590[ 10418] By: jhi on 2001/06/03 23:58:04
26591 Log: -Wall "subscript has type `char'" cleanup.
26592 Branch: perl
26593 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
26594____________________________________________________________________________
26595[ 10417] By: jhi on 2001/06/03 23:37:17
26596 Log: Various "cast to pointer from integer of different size"
26597 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
26598 wide but I32 (int) only 32 bits wide).
26599
26600 WARNING: the classnum and tagnum changes in Storable.xs
26601 may not be wise, they may be breaking binary compatibility
26602 (in 64-bit platforms), asked Raphael Manfredi about the changes.
26603 Branch: perl
26604 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
26605 ! mg.c proto.h
26606____________________________________________________________________________
26607[ 10416] By: jhi on 2001/06/03 23:15:24
26608 Log: The non-locale places need love, too.
26609 Branch: perl
26610 ! perl.h
26611____________________________________________________________________________
26612[ 10415] By: jhi on 2001/06/03 23:10:55
26613 Log: "10.", that is, decimal numbers can have no decimal part at all.
26614 Branch: perl
26615 ! perl.h
26616____________________________________________________________________________
26617[ 10414] By: jhi on 2001/06/03 22:49:55
26618 Log: Potential buffer overrun if the radix separator is more than
26619 one byte. Also, under locales, prefer the locale-specific
26620 separator over the old boring ".".
26621 Branch: perl
26622 ! perl.h sv.c
26623____________________________________________________________________________
26624[ 10413] By: jhi on 2001/06/03 22:42:10
26625 Log: Integrate change #10412 from maintperl; locale is now
26626 per-cop, not per-op; plus retweak the locale.t to always
26627 list the skipped utf8 locales.
26628 Branch: perl
26629 ! t/pragma/locale.t
26630 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26631 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
26632____________________________________________________________________________
26633[ 10412] By: gsar on 2001/06/03 22:23:16
26634 Log: rationalize locale handling to fix the bugs uncovered by change#10394
26635
26636 the major issue was that the runtime was looking at PL_hints rather
26637 than op_private to notice whether locale was enabled
26638
26639 the secondary issue was that many locale-sensitive numeric ops didn't
26640 have HINT_LOCALE propagated into their op_private
26641
26642 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
26643 instead of per-op, just like HINT_BYTE and the hints for lexical
26644 warnings (this makes the hint available to every op via PL_curcop)
26645
26646 pragma/locale.t may need to be reworked with these fixes in mind
26647 (it currently passes its tests)
26648 Branch: maint-5.6/perl
26649 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26650 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
26651____________________________________________________________________________
26652[ 10411] By: jhi on 2001/06/03 17:50:49
26653 Log: More verbose debugging.
26654 Branch: perl
26655 ! t/pragma/locale.t
26656____________________________________________________________________________
26657[ 10410] By: jhi on 2001/06/03 17:36:40
26658 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26659 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26660 Date: Sat, 2 Jun 2001 22:53:33 +0100
26661 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
26662 Branch: perl
26663 ! regcomp.c t/pragma/warn/regcomp
26664____________________________________________________________________________
26665[ 10409] By: jhi on 2001/06/03 17:27:13
26666 Log: Mention that lexicalizing $a or $b is a bad idea if one
26667 wants to use sort().
26668 Branch: perl
26669 ! pod/perlvar.pod
26670____________________________________________________________________________
26671[ 10408] By: jhi on 2001/06/03 16:52:41
26672 Log: Tweak the test to be happy if the accuracy is 'good enough'.
26673 Branch: perl
26674 ! t/lib/posix.t
26675____________________________________________________________________________
26676[ 10407] By: jhi on 2001/06/03 16:50:33
26677 Log: Upgrade to Attribute::Handlers 0.70.
26678
26679 NOTE: this unearthed the "too late for CHECK block" bug,
26680 that's why the 1_compile.t change.
26681 Branch: perl
26682 + lib/Attribute/Handlers/demo/Demo.pm
26683 + lib/Attribute/Handlers/demo/Descriptions.pm
26684 + lib/Attribute/Handlers/demo/MyClass.pm
26685 + lib/Attribute/Handlers/demo/demo.pl
26686 + lib/Attribute/Handlers/demo/demo2.pl
26687 + lib/Attribute/Handlers/demo/demo3.pl
26688 + lib/Attribute/Handlers/demo/demo4.pl
26689 + lib/Attribute/Handlers/demo/demo_call.pl
26690 + lib/Attribute/Handlers/demo/demo_chain.pl
26691 + lib/Attribute/Handlers/demo/demo_cycle.pl
26692 + lib/Attribute/Handlers/demo/demo_hashdir.pl
26693 + lib/Attribute/Handlers/demo/demo_phases.pl
26694 + lib/Attribute/Handlers/demo/demo_range.pl
26695 + lib/Attribute/Handlers/demo/demo_rawdata.pl
26696 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
26697 ! t/lib/attrhand.t
26698____________________________________________________________________________
26699[ 10406] By: jhi on 2001/06/03 16:40:03
26700 Log: One less -Wall whine.
26701 Branch: perl
26702 ! regcomp.c
26703____________________________________________________________________________
26704[ 10405] By: jhi on 2001/06/03 16:30:34
26705 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
26706 Branch: perl
26707 !> t/op/eval.t
26708____________________________________________________________________________
26709[ 10404] By: gsar on 2001/06/03 16:23:07
26710 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
26711 aren't "normally" visible inside eval""s contained in subs unless
26712 a cloned reference to them already exists)
26713
585d6f80
JH
26714 strangely enough, t/harness didn't show this up as a failure
26715 (harness needs fixing?)
520db9bf
JH
26716 Branch: maint-5.6/perl
26717 ! t/op/eval.t
26718____________________________________________________________________________
26719[ 10403] By: jhi on 2001/06/03 16:22:59
26720 Log: Update to Text::Balanced 1.85.
26721 Branch: perl
26722 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
26723____________________________________________________________________________
26724[ 10402] By: jhi on 2001/06/03 16:18:09
26725 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
26726 From: Nicholas Clark <nick@ccl4.org>
26727 Date: Sun, 3 Jun 2001 17:54:36 +0100
26728 Message-ID: <20010603175436.E76396@plum.flirble.org>
26729 Branch: perl
26730 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26731 ! ext/Sys/Syslog/Syslog.xs
26732____________________________________________________________________________
26733[ 10401] By: jhi on 2001/06/03 16:09:33
26734 Log: Unused variables.
26735 Branch: perl
26736 ! util.c
26737____________________________________________________________________________
26738[ 10400] By: jhi on 2001/06/03 16:04:26
26739 Log: Subject: [PATCH] APIfy op_clear
26740 From: Simon Cozens <simon@netthink.co.uk>
26741 Date: Sun, 3 Jun 2001 13:51:46 +0100
26742 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26743
26744 (despite the subject line, op_null is APIfied by the patch)
26745 Branch: perl
26746 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26747____________________________________________________________________________
26748[ 10399] By: jhi on 2001/06/03 15:51:35
26749 Log: Subject: [PATCH] t/lib/extutils.t
26750 From: Nicholas Clark <nick@ccl4.org>
26751 Date: Sat, 2 Jun 2001 23:57:05 +0100
26752 Message-ID: <20010602235705.Q12698@plum.flirble.org>
26753 Branch: perl
26754 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26755____________________________________________________________________________
26756[ 10398] By: jhi on 2001/06/03 15:34:11
26757 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
26758 From: Prymmer/Kahn <pvhp@best.com>
26759 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
26760 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
26761 Branch: perl
26762 ! win32/Makefile win32/makefile.mk
26763____________________________________________________________________________
26764[ 10397] By: jhi on 2001/06/03 15:12:13
26765 Log: Subject: Re: 'decimal digits' macro?
26766 From: Hugo <hv@crypt.compulink.co.uk>
26767 Date: Sun, 03 Jun 2001 04:26:36 +0100
26768 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
26769 Branch: perl
26770 ! handy.h t/lib/posix.t t/op/tr.t
26771____________________________________________________________________________
26772[ 10396] By: jhi on 2001/06/03 15:10:49
26773 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26774 From: Hugo <hv@crypt.compulink.co.uk>
26775 Date: Sun, 03 Jun 2001 14:56:30 +0100
26776 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
26777 Branch: perl
26778 ! util.c
26779____________________________________________________________________________
26780[ 10395] By: jhi on 2001/06/03 14:59:41
26781 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
26782 Branch: perl
26783 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
26784 !> vms/perly_c.vms
26785____________________________________________________________________________
26786[ 10394] By: gsar on 2001/06/03 03:05:43
26787 Log: fix leakage of lexicals at file scope into subroutines that were
26788 declared before them; this appears to be a longstanding bug that
26789 meant that lexicals at file scope were never "deintroduced", meaning
26790 their scope range was never properly closed, and their visibility
26791 extended to all subsequent eval""s or requires
26792
26793 added a test case
26794
26795 seems to also fix a case of bogus duplicate warnings
26796 Branch: maint-5.6/perl
26797 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
26798 ! vms/perly_c.vms
26799____________________________________________________________________________
26800[ 10393] By: jhi on 2001/06/02 16:55:03
26801 Log: More VMS tweaks from Craig A. Berry.
26802 Branch: perl
26803 ! configure.com t/lib/extutils.t
26804____________________________________________________________________________
26805[ 10392] By: jhi on 2001/06/02 16:48:26
26806 Log: -Wall cleanup continues.
26807 Branch: perl
26808 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
26809 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
26810 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
26811 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
26812 ! run.c toke.c util.c
26813____________________________________________________________________________
26814[ 10391] By: jhi on 2001/06/02 13:29:47
26815 Log: The metaconfig unit change for #10390.
26816 Branch: metaconfig/U/perl
26817 ! gccvers.U
26818____________________________________________________________________________
26819[ 10390] By: jhi on 2001/06/02 13:29:12
26820 Log: Drop the -ansi from the default gcc flags.
26821
26822 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
26823 that struct cannot be compared with a flat integer, such as STRLEN.
26824 The -ansi will also cause a lot of noise in Solaris because of:
26825 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
26826 Branch: perl
26827 ! Configure
26828____________________________________________________________________________
26829[ 10389] By: jhi on 2001/06/02 13:14:57
26830 Log: Integrate perlio.
26831 Branch: perl
26832 !> pod/perlapi.pod util.c
26833____________________________________________________________________________
26834[ 10388] By: nick on 2001/06/02 08:01:12
26835 Log: Integrate mainline
26836 Branch: perlio
26837 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
26838 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
26839 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
26840 !> t/lib/1_compile.t t/lib/mimeqp.t
26841____________________________________________________________________________
26842[ 10387] By: nick on 2001/06/02 07:39:17
26843 Log: Tweak util.c's atof2 for MULTIPLICITY
26844 Branch: perlio
26845 ! util.c
26846____________________________________________________________________________
26847[ 10386] By: nick on 2001/06/02 07:38:33
26848 Log: Integrate mainline
26849 Branch: perlio
26850 !> (integrate 41 files)
26851____________________________________________________________________________
26852[ 10385] By: jhi on 2001/06/01 22:12:48
26853 Log: Add Attribute::Handlers 0.61 from Damian Conway.
26854 Branch: perl
26855 + lib/Attribute/Handlers.pm t/lib/attrhand.t
26856 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
26857____________________________________________________________________________
26858[ 10384] By: jhi on 2001/06/01 21:53:14
26859 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
26860 From: Peter Prymmer <pvhp@forte.com>
26861 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
26862 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
26863 Branch: perl
26864 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
26865____________________________________________________________________________
26866[ 10383] By: jhi on 2001/06/01 21:36:11
26867 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
26868 From: Jeff Pinyan <jeffp@crusoe.net>
26869 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
26870 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
26871 Branch: perl
26872 ! lib/File/Find.pm
26873____________________________________________________________________________
26874[ 10382] By: jhi on 2001/06/01 21:35:02
26875 Log: Subject: [PATCH perl@10381] configure.com tweaks
26876 From: "Craig A. Berry" <craigberry@mac.com>
26877 Date: Fri, 1 Jun 2001 13:55:43 -0500
26878 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
26879 Branch: perl
26880 ! configure.com
26881____________________________________________________________________________
26882[ 10381] By: jhi on 2001/06/01 16:37:21
26883 Log: Update Changes.
26884 Branch: perl
26885 ! Changes patchlevel.h
26886____________________________________________________________________________
f508f4bf
JH
26887[ 10380] By: jhi on 2001/06/01 16:19:18
26888 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
26889 From: Mike Guy <mjtg@cam.ac.uk>
26890 Date: Fri, 01 Jun 2001 18:17:02 +0100
26891 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
26892 Branch: perl
26893 ! lib/perl5db.pl
26894____________________________________________________________________________
26895[ 10379] By: jhi on 2001/06/01 16:13:28
26896 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26897 From: Hugo <hv@crypt.compulink.co.uk>
26898 Date: Thu, 31 May 2001 20:49:48 +0100
26899 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
26900 Branch: perl
26901 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
26902 ! util.c
26903____________________________________________________________________________
26904[ 10378] By: jhi on 2001/06/01 15:56:35
26905 Log: Zero() is not available in x2p (or, rather, some of its
26906 implementations like memzero() might not be available.)
26907 Branch: perl
26908 ! x2p/hash.c
26909____________________________________________________________________________
26910[ 10377] By: jhi on 2001/06/01 15:44:48
26911 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
26912 From: Michael G Schwern <schwern@pobox.com>
26913 Date: Fri, 1 Jun 2001 12:00:29 +0100
26914 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
26915
26916 (But use Zero() instead of memset.)
26917 Branch: perl
26918 ! x2p/hash.c
26919____________________________________________________________________________
26920[ 10376] By: jhi on 2001/06/01 15:39:52
26921 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26922 From: Jeff Pinyan <jeffp@crusoe.net>
26923 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
26924 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
26925 Branch: perl
26926 ! pod/perldiag.pod regcomp.c t/op/pat.t
26927____________________________________________________________________________
26928[ 10375] By: jhi on 2001/06/01 15:36:35
26929 Log: Retract #10324 and #10333; not needed.
26930 Branch: perl
26931 ! hints/irix_6.sh hints/linux.sh
26932____________________________________________________________________________
26933[ 10374] By: jhi on 2001/06/01 15:35:19
26934 Log: The #10370 wasn't quite right.
26935 Branch: perl
26936 ! ext/XS/Typemap/Typemap.xs
26937____________________________________________________________________________
26938[ 10373] By: jhi on 2001/06/01 15:34:49
26939 Log: The metaconfig units changes for #10372.
26940 Branch: metaconfig/U/perl
26941 + d_realpath.U d_sresgproto.U d_sresuproto.U
26942 ! gccvers.U i_db.U
26943____________________________________________________________________________
26944[ 10372] By: jhi on 2001/06/01 15:34:24
26945 Log: Configure tweaks; record the Berkeley DB version,
26946 probe for realpath(), for setresuid() and setresgid()
26947 prototypes; use realpath() (try to be paranoid enough),
26948 use the setres[ug]id prototypes because glibc has the functions
26949 but not their prototypes; add -Wall -ansi to gcc ccflags;
26950 regen toc.
26951 Branch: perl
26952 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26953 ! config_h.SH configure.com epoc/config.sh
26954 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
26955 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
26956 ! vos/config.ga.def win32/config.bc win32/config.gc
26957 ! win32/config.vc
26958____________________________________________________________________________
26959[ 10371] By: jhi on 2001/06/01 12:50:05
26960 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
26961 From: Michael G Schwern <schwern@pobox.com>
26962 Date: Fri, 1 Jun 2001 11:28:14 +0100
26963 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
26964 Branch: perl
26965 ! lib/attributes.pm xsutils.c
26966____________________________________________________________________________
26967[ 10370] By: jhi on 2001/06/01 12:48:55
26968 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
26969 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26970 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
26971 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
26972 Branch: perl
26973 ! ext/XS/Typemap/Typemap.xs
26974____________________________________________________________________________
26975[ 10369] By: jhi on 2001/06/01 12:47:21
26976 Log: Subject: [patch] Cwd.xs optimizations/abstraction
26977 From: Doug MacEachern <dougm@covalent.net>
26978 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
26979 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
26980 Branch: perl
26981 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
26982 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
26983____________________________________________________________________________
26984[ 10368] By: jhi on 2001/06/01 12:32:00
26985 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!])
26986 From: Nicholas Clark <nick@ccl4.org>
26987 Date: Thu, 31 May 2001 23:56:40 +0100
26988 Message-ID: <20010531235640.F12698@plum.flirble.org>
26989
26990 Make the test work also under only static extensions
26991 (sh Configure -Uusedl fakes this nicely)
26992 Branch: perl
26993 ! t/lib/extutils.t
26994____________________________________________________________________________
26995[ 10367] By: jhi on 2001/06/01 12:27:53
26996 Log: Subject: [PATCH hv.c] Eliminating trigraph
26997 From: Michael G Schwern <schwern@pobox.com>
26998 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
26999 Date: Fri, 1 Jun 2001 11:49:56 +0100
27000 Branch: perl
27001 ! hv.c
27002____________________________________________________________________________
27003[ 10366] By: jhi on 2001/06/01 12:14:57
27004 Log: Subject: Re: [PATCH] Tests for File::Compare
27005 From: "Philip Newton" <Philip.Newton@gmx.net>
27006 Date: Thu, 31 May 2001 19:44:05 +0200
27007 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
27008
27009 Unnecessary "quotation marks".
27010 Branch: perl
27011 ! t/lib/filecomp.t
27012____________________________________________________________________________
27013[ 10365] By: jhi on 2001/06/01 12:13:26
27014 Log: Integrate perlio.
27015 Branch: perl
27016 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
27017____________________________________________________________________________
27018[ 10364] By: nick on 2001/06/01 10:13:31
27019 Log: Cleanup dll.base and dll.exp created by GCC builds.
27020 Branch: perlio
27021 ! lib/ExtUtils/MM_Win32.pm
27022____________________________________________________________________________
27023[ 10363] By: nick on 2001/06/01 10:02:17
27024 Log: Make filecomp test work on CRLF platforms by adding binmode.
27025 Branch: perlio
27026 ! t/lib/filecomp.t
27027____________________________________________________________________________
27028[ 10362] By: nick on 2001/06/01 08:37:17
27029 Log: Integrate mainline
27030 Branch: perlio
27031 !> Changes Configure patchlevel.h perlio.c
27032____________________________________________________________________________
27033[ 10361] By: jhi on 2001/05/31 15:09:34
27034 Log: panic:claustrophobia.
27035 Branch: perl
27036 ! perlio.c
27037____________________________________________________________________________
27038[ 10360] By: jhi on 2001/05/31 13:04:25
27039 Log: Update Changes.
27040 Branch: perl
27041 ! Changes patchlevel.h
27042____________________________________________________________________________
27043[ 10359] By: nick on 2001/05/31 12:35:50
27044 Log: Integrate mainline.
27045 Branch: perlio
27046 +> t/lib/filecomp.t
27047 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
27048 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
27049____________________________________________________________________________
54848fd9
JH
27050[ 10358] By: jhi on 2001/05/31 12:35:05
27051 Log: Integrate perlio.
27052 Branch: perl
27053 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
27054 !> win32/config_H.vc
27055____________________________________________________________________________
27056[ 10357] By: jhi on 2001/05/31 12:34:04
27057 Log: Metaconfig unit change for #10356.
27058 Branch: metaconfig
27059 ! U/installdirs/inc_version_list.U
27060____________________________________________________________________________
27061[ 10356] By: jhi on 2001/05/31 12:33:41
27062 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
27063 (idea from Sarathy; implementation from Andy)
27064 Branch: perl
27065 ! Configure
27066____________________________________________________________________________
27067[ 10355] By: jhi on 2001/05/31 12:18:06
27068 Log: More AUTHORS.
27069 Branch: perl
27070 ! AUTHORS
27071____________________________________________________________________________
27072[ 10354] By: jhi on 2001/05/31 12:16:24
27073 Log: Subject: Re: [PATCH] Tests for File::Compare
27074 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
27075 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
27076 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
27077 Branch: perl
27078 + t/lib/filecomp.t
27079 ! MANIFEST t/lib/1_compile.t
27080____________________________________________________________________________
27081[ 10353] By: jhi on 2001/05/31 12:11:24
27082 Log: Subject: [PATCH] DEBUG_* macro cleanups
27083 From: Abhijit Menon-Sen <ams@wiw.org>
27084 Date: Thu, 31 May 2001 12:16:22 +0530
27085 Message-ID: <20010531121622.B4829@lustre.linux.in>
27086
27087 Subject: Re: [PATCH] DEBUG_* macro cleanups
27088 From: Abhijit Menon-Sen <ams@wiw.org>
27089 Date: Thu, 31 May 2001 13:57:01 +0530
27090 Message-ID: <20010531135701.A21775@lustre.linux.in>
27091
27092 (The DEBUG_ definitions in perl.h changed to use the
27093 STMT_START and STMT_END.)
27094 Branch: perl
27095 ! perl.h pp_ctl.c sv.c toke.c
27096____________________________________________________________________________
27097[ 10352] By: jhi on 2001/05/31 11:53:31
27098 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
27099 From: Abhijit Menon-Sen <ams@wiw.org>
27100 Date: Thu, 31 May 2001 08:27:55 +0530
27101 Message-ID: <20010531082755.A10018@lustre.linux.in>
27102 Branch: perl
27103 ! ext/Storable/Storable.xs gv.c perl.c
27104____________________________________________________________________________
27105[ 10351] By: jhi on 2001/05/31 11:45:16
27106 Log: Subject: [PATCH] AUTHORS
27107 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27108 Date: Thu, 31 May 2001 01:27:59 -0500
27109 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
27110
27111 Subject: Re: [PATCH] AUTHORS
27112 From: "Philip Newton" <Philip.Newton@gmx.net>
27113 Date: Thu, 31 May 2001 10:08:06 +0200
27114 (Message-Id missing?)
27115 Branch: perl
27116 ! AUTHORS
27117____________________________________________________________________________
27118[ 10350] By: nick on 2001/05/31 11:40:43
27119 Log: win32 - dmake regen_config_h
27120 Branch: perlio
27121 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27122____________________________________________________________________________
27123[ 10349] By: jhi on 2001/05/31 11:38:27
27124 Log: Subject: Re: [PATCH util.c] More warning cleanups.
27125 From: "Philip Newton" <Philip.Newton@gmx.net>
27126 Date: Thu, 31 May 2001 07:41:36 +0200
27127 Message-Id: <200105310538.IAA25458@taku.hut.fi>
27128
27129 Undo C++-ism that snekt in.
27130 Branch: perl
27131 ! util.c
27132____________________________________________________________________________
27133[ 10348] By: nick on 2001/05/31 11:36:46
27134 Log: Tolerate Win32 numerics
27135 Branch: perlio
27136 ! t/pragma/warn/toke
27137____________________________________________________________________________
27138[ 10347] By: jhi on 2001/05/31 11:29:40
27139 Log: Integrate perlio.
27140 Branch: perl
27141 !> perlio.c win32/win32.h
27142____________________________________________________________________________
27143[ 10346] By: nick on 2001/05/31 10:54:55
27144 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
27145 perlio.c change 10255.
27146 Branch: perlio
27147 ! perlio.c
27148____________________________________________________________________________
27149[ 10345] By: nick on 2001/05/31 10:01:57
27150 Log: Conditionaly put back some "unused" dTHX which are used
27151 with PERL_IMPLICIT_SYS
27152 Branch: perlio
27153 ! perlio.c
27154____________________________________________________________________________
27155[ 10344] By: nick on 2001/05/31 10:00:59
27156 Log: Fix Win32 for new spelling IN_BYTES
27157 Branch: perlio
27158 ! win32/win32.h
27159____________________________________________________________________________
27160[ 10343] By: nick on 2001/05/31 08:01:32
27161 Log: perlio.c -Wall cleaner under MULTIPLICITY
27162 - still minor noise with linux stdio
27163 Branch: perlio
27164 ! perlio.c
27165____________________________________________________________________________
27166[ 10342] By: nick on 2001/05/31 07:52:23
27167 Log: Integrate mainline.
27168 Branch: perlio
27169 !> (integrate 42 files)
27170____________________________________________________________________________
27171[ 10341] By: jhi on 2001/05/31 01:39:02
27172 Log: AUTHORS updates.
27173 Branch: perl
27174 ! AUTHORS
27175____________________________________________________________________________
27176[ 10340] By: jhi on 2001/05/31 00:19:29
27177 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
27178 From: Peter Prymmer <pvhp@forte.com>
27179 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
27180 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
27181 Branch: perl
27182 ! t/lib/md5-file.t
27183____________________________________________________________________________
27184[ 10339] By: jhi on 2001/05/31 00:16:44
27185 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
27186 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
27187 to match the pragma name; various robustness cleanups.
27188 Branch: perl
27189 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
27190 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
27191____________________________________________________________________________
27192[ 10338] By: jhi on 2001/05/30 23:56:14
27193 Log: More -Wall sweeping.
27194 Branch: perl
27195 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
27196 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
27197 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
27198 ! regcomp.c sv.c toke.c utf8.c
27199____________________________________________________________________________
27200[ 10337] By: jhi on 2001/05/30 23:20:23
27201 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
27202 From: Nicholas Clark <nick@ccl4.org>
27203 Date: Wed, 30 May 2001 22:34:41 +0100
27204 Message-ID: <20010530223441.Y86445@plum.flirble.org>
27205 Branch: perl
27206 ! t/op/cmp.t
27207____________________________________________________________________________
27208[ 10336] By: jhi on 2001/05/30 23:18:48
f508f4bf
JH
27209 Log: It's is not, it isn't ain't, and it's it's, not its,
27210 if you mean it is. If you don't, it's its. Then too,
27211 it's hers. It isn't her's. It isn't our's either.
27212 It's ours, and likewise yours and theirs.
54848fd9
JH
27213 -- Oxford University Press, Edpress News
27214 Branch: perl
27215 ! lib/autouse.pm
27216____________________________________________________________________________
27217[ 10335] By: jhi on 2001/05/30 23:12:30
27218 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
27219 Branch: perl
27220 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
27221 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
27222 ! x2p/str.c x2p/walk.c xsutils.c
27223____________________________________________________________________________
27224[ 10334] By: jhi on 2001/05/30 22:52:41
27225 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27226 From: Michael G Schwern <schwern@pobox.com>
27227 Date: Wed, 30 May 2001 17:10:38 +0100
27228 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
27229
27230 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27231 From: Abhijit Menon-Sen <ams@wiw.org>
27232 Date: Wed, 30 May 2001 23:16:13 +0530
27233 Message-ID: <20010530231613.A31933@lustre.linux.in>
27234 Branch: perl
27235 ! perl.c t/run/runenv.t
27236____________________________________________________________________________
27237[ 10333] By: jhi on 2001/05/30 22:25:02
f508f4bf
JH
27238 Log: (Retracted by #10375.)
27239
27240 IRIX hints patch from Merijn Broeren.
54848fd9
JH
27241
27242 TODO: (this and the earlier Linux hints patch) should be solved
27243 at Configure level. Merijn: -ldb should not be used on any platform
27244 for perl, just when linking DBFile itself. Trying to be helpful here
27245 is counterproductive.
27246 Branch: perl
27247 ! hints/irix_6.sh
27248____________________________________________________________________________
27249[ 10332] By: jhi on 2001/05/30 22:11:13
27250 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
27251 From: Nicholas Clark <nick@ccl4.org>
27252 Date: Wed, 30 May 2001 23:20:58 +0100
27253 Message-ID: <20010530232058.B86445@plum.flirble.org>
27254 Branch: perl
27255 ! doop.c
27256____________________________________________________________________________
27257[ 10331] By: jhi on 2001/05/30 22:09:49
27258 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27259 From: Michael G Schwern <schwern@pobox.com>
27260 Date: Wed, 30 May 2001 15:24:20 +0100
27261 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
27262 Branch: perl
27263 ! t/pragma/autouse.t
27264____________________________________________________________________________
27265[ 10330] By: jhi on 2001/05/30 22:02:21
27266 Log: The regex trick wasn't a good idea.
27267 Branch: perl
27268 ! pod/perlfaq4.pod
27269____________________________________________________________________________
27270[ 10329] By: nick on 2001/05/30 18:34:35
27271 Log: Integrate mainline
27272 Branch: perlio
27273 !> (integrate 40 files)
27274____________________________________________________________________________
27275[ 10328] By: jhi on 2001/05/30 14:28:39
27276 Log: Update Changes.
27277 Branch: perl
27278 ! Changes patchlevel.h
27279____________________________________________________________________________
27280[ 10327] By: jhi on 2001/05/30 14:07:01
27281 Log: The metaconfig unit change for #10325.
27282 Branch: metaconfig
27283 + U/modified/afs.U
27284____________________________________________________________________________
4e488382
JH
27285[ 10326] By: jhi on 2001/05/30 14:06:36
27286 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
27287 is now wrong.
27288 Branch: perl
27289 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27290____________________________________________________________________________
27291[ 10325] By: jhi on 2001/05/30 14:04:28
27292 Log: Introduce $Config{afsroot}.
27293 Branch: perl
27294 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27295 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
27296 ! win32/config.gc win32/config.vc
27297____________________________________________________________________________
27298[ 10324] By: jhi on 2001/05/30 13:49:44
f508f4bf
JH
27299 Log: (Retracted by #10375.)
27300
27301 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
4e488382
JH
27302 Branch: perl
27303 ! hints/linux.sh
27304____________________________________________________________________________
27305[ 10323] By: jhi on 2001/05/30 13:49:29
27306 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
27307 (Also Configure tweaks needed; coming up soon.)
27308 Branch: perl
27309 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
27310____________________________________________________________________________
27311[ 10322] By: jhi on 2001/05/30 13:37:56
27312 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
27313 From: Michael G Schwern <schwern@pobox.com>
27314 Date: Sun, 27 May 2001 10:29:43 +0100
27315 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
27316 Branch: perl
27317 ! lib/perl5db.pl
27318____________________________________________________________________________
27319[ 10321] By: jhi on 2001/05/30 13:36:28
27320 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
27321 and Abhijit Menon-Sen.
27322 Branch: perl
27323 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
27324 ! perl.c pp_sys.c regcomp.c
27325____________________________________________________________________________
27326[ 10320] By: jhi on 2001/05/30 13:35:27
27327 Log: Fix the BOOT section to call myU2time properly.
27328 Branch: perl
27329 ! ext/Time/HiRes/HiRes.xs
27330____________________________________________________________________________
27331[ 10319] By: jhi on 2001/05/30 13:06:09
27332 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27333 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27334 Date: Wed, 30 May 2001 09:44:29 -0400
27335 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
27336
27337 Detypo; plus add one more trick.
27338 Branch: perl
27339 ! pod/perlfaq4.pod
27340____________________________________________________________________________
27341[ 10318] By: jhi on 2001/05/30 12:47:11
27342 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)
27343 From: Michael G Schwern <schwern@pobox.com>
27344 Date: Wed, 30 May 2001 14:39:06 +0100
27345 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
27346 Branch: perl
27347 ! lib/autouse.pm t/pragma/autouse.t
27348____________________________________________________________________________
27349[ 10317] By: jhi on 2001/05/30 12:46:02
27350 Log: Subject: Re: AIX and gcc (moving targets)
27351 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27352 Date: Wed, 30 May 2001 15:25:08 +0200
27353 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
27354 Branch: perl
27355 ! ext/Time/HiRes/HiRes.xs
27356____________________________________________________________________________
27357[ 10316] By: jhi on 2001/05/30 12:40:46
27358 Log: Subject: [PATCH t/TEST] sorting tests
27359 From: Michael G Schwern <schwern@pobox.com>
27360 Date: Wed, 30 May 2001 10:24:02 +0100
27361 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
27362 Branch: perl
27363 ! t/TEST
27364____________________________________________________________________________
27365[ 10315] By: jhi on 2001/05/30 12:37:43
27366 Log: Subject: [ID 20010529.002] typos in man page perlre
27367 From: bart@cg681574-a.adubn1.nj.home.com
27368 Date: Tue, 29 May 2001 13:58:59 -0500
27369 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
27370 Branch: perl
27371 ! pod/perlre.pod
27372____________________________________________________________________________
27373[ 10314] By: jhi on 2001/05/30 12:33:53
27374 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27375 From: "Craig A. Berry" <craigberry@mac.com>
27376 Date: Tue, 29 May 2001 23:23:45 -0500
27377 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
27378 Branch: perl
27379 ! t/lib/extutils.t t/pragma/autouse.t
27380____________________________________________________________________________
27381[ 10313] By: jhi on 2001/05/30 12:32:17
27382 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)
27383 From: David Dyck <dcd@tc.fluke.com>
27384 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
27385 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
27386 Branch: perl
27387 ! t/lib/filefind.t
27388____________________________________________________________________________
27389[ 10312] By: jhi on 2001/05/30 12:31:02
27390 Log: AIX hints update for gcc from Merijn H. Brand.
27391 Branch: perl
27392 ! hints/aix.sh
27393____________________________________________________________________________
27394[ 10311] By: jhi on 2001/05/30 12:18:20
27395 Log: Retract #10295 and #10296: a more generic solution
27396 is needed (there's something funny with gcc on AIX).
27397 Branch: perl
27398 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
27399____________________________________________________________________________
27400[ 10310] By: jhi on 2001/05/30 12:08:07
27401 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27402 From: Hugo <hv@crypt.compulink.co.uk>
27403 Date: Wed, 30 May 2001 11:59:19 +0100
27404 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
27405
27406 localizing $@ has unfortunate semantics - if you die past
27407 a local $@, the die message is lost.
27408 Branch: perl
27409 ! lib/utf8_heavy.pl
27410____________________________________________________________________________
27411[ 10309] By: nick on 2001/05/30 08:23:02
27412 Log: Integrate mainline (autouse works again.)
27413 Branch: perlio
27414 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
27415 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
27416 !> pod/perlvar.pod t/op/cmp.t
27417____________________________________________________________________________
27418[ 10308] By: jhi on 2001/05/30 01:55:02
27419 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
27420 From: David Dyck <dcd@tc.fluke.com>
27421 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
27422 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
27423 Branch: perl
27424 ! lib/File/Find.pm
27425____________________________________________________________________________
27426[ 10307] By: jhi on 2001/05/30 01:47:22
27427 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
27428 From: Nicholas Clark <nick@ccl4.org>
27429 Date: Tue, 29 May 2001 23:16:09 +0100
27430 Message-ID: <20010529231609.U86445@plum.flirble.org>
27431
27432 Make the test output slightly clearer by distinguishing
27433 between '' and undef.
27434 Branch: perl
27435 ! t/op/cmp.t
27436____________________________________________________________________________
27437[ 10306] By: jhi on 2001/05/30 01:45:12
27438 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
27439 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27440 Date: Tue, 29 May 2001 19:15:19 -0400
27441 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
27442 Branch: perl
27443 ! hints/os2.sh
27444____________________________________________________________________________
27445[ 10305] By: jhi on 2001/05/30 01:42:36
27446 Log: Subject: perlvar.pod addition
27447 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
27448 Date: Fri, 25 May 2001 20:23:12 +0200
27449 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
27450
27451 Subject: Re: perlvar.pod addition
27452 From: "Abigail" <abigail@foad.org>
27453 Date: Fri, 25 May 2001 22:00:39 +0200
27454 Message-ID: <20010525200039.28029.qmail@foad.org>
27455
27456 Mention $a and $b in perlvar.
27457 Branch: perl
27458 ! pod/perlvar.pod
27459____________________________________________________________________________
27460[ 10304] By: jhi on 2001/05/30 01:36:37
27461 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
27462 From: Jeff Pinyan <jeffp@crusoe.net>
27463 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
27464 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
27465 Branch: perl
27466 ! pod/perlvar.pod
27467____________________________________________________________________________
27468[ 10303] By: jhi on 2001/05/30 01:35:31
27469 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
27470 From: Jeff Pinyan <jeffp@crusoe.net>
27471 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
27472 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
27473 Branch: perl
27474 ! pod/perlfaq6.pod
27475____________________________________________________________________________
27476[ 10302] By: jhi on 2001/05/29 20:18:49
27477 Log: Mention Time::localtime and Time::gmtime.
27478 Branch: perl
27479 ! ext/Time/Piece/Piece.pm
27480____________________________________________________________________________
27481[ 10301] By: jhi on 2001/05/29 20:13:54
27482 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27483 From: Michael G Schwern <schwern@pobox.com>
27484 Date: Tue, 29 May 2001 18:51:32 +0100
27485 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
27486 Branch: perl
27487 ! pod/perlfaq4.pod
27488____________________________________________________________________________
27489[ 10300] By: jhi on 2001/05/29 20:12:09
27490 Log: Retract #10243.
27491 Branch: perl
27492 ! lib/autouse.pm
27493____________________________________________________________________________
27494[ 10299] By: nick on 2001/05/29 18:41:19
27495 Log: Post weekend integrate mainline (fails one test pragma/autouse).
27496 Branch: perlio
27497 +> (branch 29 files)
27498 !> (integrate 91 files)
27499____________________________________________________________________________
27500[ 10298] By: jhi on 2001/05/29 16:29:19
27501 Log: Update Changes.
27502 Branch: perl
27503 ! Changes patchlevel.h
27504____________________________________________________________________________
55bceba6
JH
27505[ 10297] By: jhi on 2001/05/29 16:25:47
27506 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
27507 before Perl_load_module/Perl_call_method and restore the value
27508 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
27509 Branch: perl
27510 ! utf8.c
27511____________________________________________________________________________
27512[ 10296] By: jhi on 2001/05/29 16:01:53
27513 Log: Subject: Re: AIX and gcc (moving targets)
27514 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27515 Date: Tue, 29 May 2001 17:59:40 +0200
27516 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
27517 Branch: perl
27518 ! ext/Storable/Makefile.PL
27519____________________________________________________________________________
27520[ 10295] By: jhi on 2001/05/29 15:59:05
27521 Log: Subject: Re: AIX and gcc (moving targets)
27522 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27523 Date: Tue, 29 May 2001 12:32:57 +0200
27524 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
27525 Branch: perl
27526 ! ext/POSIX/Makefile.PL
27527____________________________________________________________________________
27528[ 10294] By: jhi on 2001/05/29 15:53:43
f508f4bf
JH
27529 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
27530 From: Michael G Schwern <schwern@pobox.com>
27531 Date: Tue, 29 May 2001 09:53:29 +0100
27532 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
27533
54848fd9 27534 (#10280 retracted)
55bceba6
JH
27535 Branch: perl
27536 ! lib/Test/Harness.pm t/lib/test-harness.t
27537____________________________________________________________________________
27538[ 10293] By: jhi on 2001/05/29 15:46:10
54848fd9
JH
27539 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
27540 From: Michael G Schwern <schwern@pobox.com>
27541 Date: Tue, 29 May 2001 09:19:52 +0100
27542 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
55bceba6
JH
27543 Branch: perl
27544 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
27545 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
27546 + t/lib/Test/todo.t
27547 ! MANIFEST lib/Test.pm t/TEST
27548____________________________________________________________________________
27549[ 10292] By: jhi on 2001/05/29 15:34:08
54848fd9
JH
27550 Log: From: Michael G Schwern <schwern@pobox.com>
27551 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
27552 Date: Tue, 29 May 2001 08:26:09 +0100
27553 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
55bceba6
JH
27554 Branch: perl
27555 ! t/TEST
27556____________________________________________________________________________
27557[ 10291] By: jhi on 2001/05/29 15:29:37
27558 Log: Add tests for Time::gmtime and Time::localtime.
27559 Branch: perl
27560 + t/lib/time-gmtime.t t/lib/time-localtime.t
27561 ! MANIFEST t/lib/1_compile.t
27562____________________________________________________________________________
27563[ 10290] By: jhi on 2001/05/29 15:15:44
27564 Log: Add test for File::stat.
27565 Branch: perl
27566 + t/lib/filestat.t
27567 ! MANIFEST t/lib/1_compile.t
27568____________________________________________________________________________
27569[ 10289] By: jhi on 2001/05/29 15:05:38
27570 Log: Add test for Net::servent.
27571 Branch: perl
27572 + t/lib/net-sent.t
27573 ! MANIFEST t/lib/1_compile.t
27574____________________________________________________________________________
27575[ 10288] By: jhi on 2001/05/29 14:57:15
27576 Log: Add test for Net::protoent.
27577 Branch: perl
27578 + t/lib/net-pent.t
27579 ! MANIFEST t/lib/1_compile.t
27580____________________________________________________________________________
27581[ 10287] By: jhi on 2001/05/29 14:53:10
27582 Log: Add test for Net::netent.
27583 Branch: perl
27584 + t/lib/net-nent.t
27585 ! MANIFEST t/lib/1_compile.t
27586____________________________________________________________________________
27587[ 10286] By: jhi on 2001/05/29 14:31:57
27588 Log: Add test for User::grent. Portability doubtful.
27589 Branch: perl
27590 + t/lib/user-grent.t
27591 ! MANIFEST t/lib/1_compile.t
27592____________________________________________________________________________
27593[ 10285] By: jhi on 2001/05/29 14:24:20
27594 Log: Add test for User::pwent.
27595 Probably will fall down somewhere for portability reasons.
27596 Branch: perl
27597 + t/lib/user-pwent.t
27598 ! MANIFEST t/lib/1_compile.t
27599____________________________________________________________________________
27600[ 10284] By: jhi on 2001/05/29 13:26:43
27601 Log: Metaconfig units changes for #10283.
27602 Branch: metaconfig
27603 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
27604 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
27605 ! U/installdirs/sitescript.U U/modified/Signal.U
27606____________________________________________________________________________
27607[ 10283] By: jhi on 2001/05/29 13:26:24
27608 Log: Subject: [PATCH 5.6.1] signal names in Configure
27609 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27610 Date: Tue, 29 May 2001 03:52:25 -0400
27611 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
27612
27613 Subject: [PATCH 5.6.1] older perl in Configure
27614 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27615 Date: Tue, 29 May 2001 03:55:40 -0400
27616 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
27617
27618 Subject: [PATCH 5.6.1] goofs in Configure
27619 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27620 Date: Tue, 29 May 2001 04:13:07 -0400
27621 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
27622
27623 Configure portability tweaks.
27624 Branch: perl
27625 ! Configure
27626____________________________________________________________________________
27627[ 10282] By: jhi on 2001/05/29 12:41:41
27628 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
27629 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27630 Date: Tue, 29 May 2001 04:07:06 -0400
27631 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
27632 Branch: perl
27633 ! os2/os2.c
27634____________________________________________________________________________
27635[ 10281] By: jhi on 2001/05/29 12:40:31
27636 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
27637 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27638 Date: Tue, 29 May 2001 04:01:38 -0400
27639 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
27640 Branch: perl
27641 ! hints/os2.sh os2/Makefile.SHs
27642____________________________________________________________________________
27643[ 10280] By: jhi on 2001/05/29 12:38:48
27644 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
27645 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27646 Date: Tue, 29 May 2001 03:50:18 -0400
27647 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
27648 Branch: perl
27649 ! lib/Test/Harness.pm
27650____________________________________________________________________________
27651[ 10279] By: jhi on 2001/05/29 12:34:53
27652 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
27653 Branch: perl
27654 ! lib/utf8_heavy.pl
27655____________________________________________________________________________
27656[ 10278] By: jhi on 2001/05/29 02:15:24
27657 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27658 From: Hugo <hv@crypt.compulink.co.uk>
27659 Date: Tue, 29 May 2001 03:03:45 +0100
27660 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
27661
27662 Explanation why the $@ always gets the UTF8 flag when under use utf8--
27663 because we told it to have the flag when under use utf8.
27664 Branch: perl
27665 ! pp_ctl.c
27666____________________________________________________________________________
27667[ 10277] By: jhi on 2001/05/29 00:51:34
27668 Log: At least a partial fix for 20010528.004.
27669 Branch: perl
27670 ! lib/utf8_heavy.pl
27671____________________________________________________________________________
27672[ 10276] By: jhi on 2001/05/29 00:42:59
27673 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
27674 From: Nicholas Clark <nick@ccl4.org>
27675 Date: Mon, 28 May 2001 23:39:38 +0100
27676 Message-ID: <20010528233938.M86445@plum.flirble.org>
27677
27678 More portable non-zero UV.
27679 Branch: perl
27680 ! t/lib/extutils.t
27681____________________________________________________________________________
27682[ 10275] By: jhi on 2001/05/29 00:40:28
27683 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
27684 From: Nicholas Clark <nick@ccl4.org>
27685 Date: Mon, 28 May 2001 22:46:09 +0100
27686 Message-ID: <20010528224608.L86445@plum.flirble.org>
27687
27688 Test also "make clean".
27689 Branch: perl
27690 ! t/lib/extutils.t
27691____________________________________________________________________________
27692[ 10274] By: jhi on 2001/05/29 00:39:18
27693 Log: Subject: Re: Would -Wno-unused -Wall be better?
27694 From: Michael G Schwern <schwern@pobox.com>
27695 Date: Tue, 29 May 2001 00:55:54 +0100
27696 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
27697 Branch: perl
27698 ! pp.h
27699____________________________________________________________________________
27700[ 10273] By: jhi on 2001/05/29 00:36:06
27701 Log: Add a test for 20010528.007, fixed in #10272.
27702 Branch: perl
27703 ! t/op/misc.t toke.c
27704____________________________________________________________________________
27705[ 10272] By: jhi on 2001/05/29 00:21:12
27706 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
27707 From: Hugo <hv@crypt.compulink.co.uk>
27708 Date: Tue, 29 May 2001 00:23:23 +0100
27709 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
27710 Branch: perl
27711 ! toke.c
27712____________________________________________________________________________
27713[ 10271] By: jhi on 2001/05/28 22:52:11
27714 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27715 From: Michael G Schwern <schwern@pobox.com>
27716 Date: Tue, 29 May 2001 00:42:59 +0100
27717 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
27718 Branch: perl
27719 ! t/pragma/autouse.t
27720____________________________________________________________________________
27721[ 10270] By: jhi on 2001/05/28 21:44:06
27722 Log: Some shells seemingly arrange the signal handlers differently
27723 (bug id 20010521.004).
27724 Branch: perl
27725 ! t/lib/sigaction.t
27726____________________________________________________________________________
27727[ 10269] By: jhi on 2001/05/28 20:34:21
27728 Log: Regen perlmodlib.
27729 Branch: perl
27730 ! pod/perlmodlib.pod
27731____________________________________________________________________________
27732[ 10268] By: jhi on 2001/05/28 19:08:45
27733 Log: Update Changes.
27734 Branch: perl
27735 ! Changes patchlevel.h
27736____________________________________________________________________________
71c736f5
JH
27737[ 10267] By: jhi on 2001/05/28 19:03:54
27738 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
27739 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27740 Date: Mon, 28 May 2001 14:56:35 -0500
27741 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
27742 Branch: perl
27743 ! pod/perlnewmod.pod
27744____________________________________________________________________________
27745[ 10266] By: jhi on 2001/05/28 18:35:03
27746 Log: Regen toc.
27747 Branch: perl
27748 ! pod/perltoc.pod
27749____________________________________________________________________________
27750[ 10265] By: jhi on 2001/05/28 18:33:32
27751 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
27752 From: "Richard Soderberg" <rs@crystalflame.net>
27753 Date: Mon, 28 May 2001 12:31:23 -0700
27754 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
27755 Branch: perl
27756 ! t/op/splice.t
27757____________________________________________________________________________
27758[ 10264] By: jhi on 2001/05/28 17:59:00
27759 Log: The #10260 was too bold: locales and utf8 still do not mix.
27760 Branch: perl
27761 ! t/pragma/locale.t
27762____________________________________________________________________________
27763[ 10263] By: jhi on 2001/05/28 17:52:25
27764 Log: Subject: [PATCH] Pod nitpicks
27765 From: "Richard Soderberg" <rs@crystalflame.net>
27766 Date: Mon, 28 May 2001 10:08:58 -0700
27767 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
27768 Branch: perl
27769 ! pod/perl571delta.pod pod/perlapi.pod sv.h
27770____________________________________________________________________________
27771[ 10262] By: jhi on 2001/05/28 17:50:05
27772 Log: Upgrade to I18N::LangTags 0.22.
27773 Branch: perl
27774 + lib/I18N/LangTags/List.pod
27775 ! MANIFEST lib/I18N/LangTags.pm
27776____________________________________________________________________________
27777[ 10261] By: jhi on 2001/05/28 17:23:40
27778 Log: A slightly more serious bug found by -Mutf8; op/misc and
27779 lib/complex dumped core.
27780 Branch: perl
27781 ! regexec.c
27782____________________________________________________________________________
27783[ 10260] By: jhi on 2001/05/28 16:58:11
27784 Log: Various buglets shaken out by -Mutf8.
27785 Branch: perl
27786 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
27787 ! t/pragma/locale.t
27788____________________________________________________________________________
27789[ 10259] By: jhi on 2001/05/28 15:48:46
27790 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
27791 Branch: perl
27792 ! t/lib/carp.t
27793____________________________________________________________________________
27794[ 10258] By: jhi on 2001/05/28 15:32:41
27795 Log: Subject: [PATCH] todo patch
27796 From: Artur Bergman <artur@contiller.se>
27797 Date: Mon, 28 May 2001 17:03:51 +0200
27798 Message-ID: <B7383577.F34%artur@contiller.se>
27799 Branch: perl
27800 ! pod/perltodo.pod
27801____________________________________________________________________________
27802[ 10257] By: jhi on 2001/05/28 15:31:25
27803 Log: Subject: typo in perlguts.pod
27804 From: "John P. Linderman" <jpl@research.att.com>
27805 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
27806 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
27807 Branch: perl
27808 ! pod/perlguts.pod
27809____________________________________________________________________________
27810[ 10256] By: jhi on 2001/05/28 15:30:42
27811 Log: Subject: AIX and gcc (moving targets)
27812 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27813 Date: Mon, 28 May 2001 12:54:04 +0200
27814 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
27815 Branch: perl
27816 ! hints/aix.sh
27817____________________________________________________________________________
27818[ 10255] By: jhi on 2001/05/28 15:28:55
27819 Log: Subject: Re: perlio + multiple perl_alloc..destruct
27820 From: Doug MacEachern <dougm@covalent.net>
27821 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
27822 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
27823 Branch: perl
27824 ! perlio.c
27825____________________________________________________________________________
27826[ 10254] By: jhi on 2001/05/28 15:27:49
27827 Log: The #10251 wasn't quite up-to-the-code.
27828 Branch: perl
27829 ! t/op/misc.t
27830____________________________________________________________________________
27831[ 10253] By: jhi on 2001/05/28 15:26:39
27832 Log: Test case for bug 20010526.004, fixed in #10252.
27833 Branch: perl
27834 ! t/op/taint.t
27835____________________________________________________________________________
27836[ 10252] By: jhi on 2001/05/28 15:26:14
27837 Log: Subject: Re: [ID 20010526.004] Taint looses value
27838 From: Hugo <hv@crypt.compulink.co.uk>
27839 Date: Sun, 27 May 2001 20:39:32 +0100
27840 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
27841 Branch: perl
27842 ! sv.c
27843____________________________________________________________________________
27844[ 10251] By: jhi on 2001/05/28 15:13:40
27845 Log: Test case for 20010422.005, fixed by #10250.
27846 Branch: perl
27847 ! t/op/misc.t
27848____________________________________________________________________________
27849[ 10250] By: jhi on 2001/05/28 15:11:16
27850 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
27851 From: Spider Boardman <spider@Orb.Nashua.NH.US>
27852 Date: Mon, 28 May 2001 06:39:12 -0400
27853 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
27854 Branch: perl
27855 ! toke.c
27856____________________________________________________________________________
27857[ 10249] By: jhi on 2001/05/28 15:09:24
27858 Log: Linerewrapping.
27859 Branch: perl
27860 ! lib/open.pm
27861____________________________________________________________________________
27862[ 10248] By: jhi on 2001/05/28 15:09:07
27863 Log: Updates on the modules list.
27864 Branch: perl
27865 ! t/lib/1_compile.t
27866____________________________________________________________________________
27867[ 10247] By: jhi on 2001/05/28 15:03:35
27868 Log: Add a test for PerlIO.
27869
27870 (I probably got the crlf/raw thing wrong for clrfy platforms...)
27871 Branch: perl
27872 + t/lib/perlio.t
27873 ! MANIFEST lib/PerlIO.pm
27874____________________________________________________________________________
27875[ 10246] By: jhi on 2001/05/28 14:24:08
27876 Log: Add a test for carp et alia.
27877 Branch: perl
27878 + t/lib/carp.t
27879 ! MANIFEST
27880____________________________________________________________________________
27881[ 10245] By: jhi on 2001/05/28 13:42:55
27882 Log: Adding the new test would be swell.
27883 Branch: perl
27884 + t/pragma/autouse.t
27885____________________________________________________________________________
27886[ 10244] By: jhi on 2001/05/28 13:42:34
27887 Log: Add a test for the autouse pragma.
27888 Branch: perl
27889 ! MANIFEST
27890____________________________________________________________________________
27891[ 10243] By: jhi on 2001/05/28 13:26:25
27892 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27893 From: dLux <dlux@spam.sch.bme.hu>
27894 Date: Sun, 27 May 2001 16:14:26 +0200
27895 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
27896 Branch: perl
27897 ! lib/autouse.pm
27898____________________________________________________________________________
27899[ 10242] By: jhi on 2001/05/28 13:21:50
27900 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
27901 From: "Richard Soderberg" <rs@crystalflame.net>
27902 Date: Mon, 28 May 2001 03:56:36 -0700
27903 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
27904 Branch: perl
27905 ! utils/dprofpp.PL
27906____________________________________________________________________________
27907[ 10241] By: jhi on 2001/05/28 13:18:56
27908 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
27909 From: "Stephen P. Potter" <spp@spotter.yi.org>
27910 Date: Tue, 22 May 2001 11:40:25 -0400
27911 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
27912
27913 Subject: Re: [ID 20010522.003] Time::Local module bug
27914 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27915 Date: Tue, 22 May 2001 11:50:19 -0400
27916 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
27917 Branch: perl
27918 ! lib/Time/Local.pm
27919____________________________________________________________________________
27920[ 10240] By: jhi on 2001/05/27 22:44:49
27921 Log: The PERL_DL_NONLAZY can have whitespace in front.
27922 Branch: perl
27923 ! t/lib/extutils.t
27924____________________________________________________________________________
27925[ 10239] By: jhi on 2001/05/27 21:23:21
27926 Log: Document strftime() and strptime().
27927 Branch: perl
27928 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
27929____________________________________________________________________________
27930[ 10238] By: jhi on 2001/05/27 20:29:07
27931 Log: Make Time::Piece::strptime() to be a function, not a method.
27932 Branch: perl
27933 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
27934____________________________________________________________________________
27935[ 10237] By: jhi on 2001/05/27 20:22:09
27936 Log: Tweak the test to be more portable.
27937 Branch: perl
27938 ! t/lib/extutils.t
27939____________________________________________________________________________
27940[ 10236] By: jhi on 2001/05/27 19:15:54
27941 Log: Subject: PATCH: Re: Re: Attributes that tie
27942 From: Leon Brocard <acme@astray.com>
27943 Date: Sun, 27 May 2001 12:37:29 +0100
27944 Message-ID: <20010527123729.A22663@ns0.astray.com>
27945
27946 Document that variable attributes are not currently usable
27947 for tieing. (An ugly limitation that should be fixed.)
27948 Branch: perl
27949 ! lib/attributes.pm
27950____________________________________________________________________________
27951[ 10235] By: jhi on 2001/05/27 19:03:31
27952 Log: Microperl tweaks.
27953 Branch: perl
27954 ! Makefile.micro uconfig.h uconfig.sh
27955____________________________________________________________________________
27956[ 10234] By: jhi on 2001/05/27 18:22:09
27957 Log: Add make target for microperl (kind of silly, but convenient).
27958 Branch: perl
27959 ! Makefile.SH
27960____________________________________________________________________________
27961[ 10233] By: jhi on 2001/05/27 18:18:56
27962 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
27963 for microperl.)
27964 Branch: perl
27965 ! doio.c
27966____________________________________________________________________________
27967[ 10232] By: jhi on 2001/05/27 17:57:18
27968 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
27969 From: rspier@pobox.com (Robert Spier)
27970 Date: Sat, 26 May 2001 20:05:23 -0400
27971 Message-ID: <15120.17603.148648.12430@rls.cx>
27972
27973 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
27974 From: rspier@pobox.com (Robert Spier)
27975 Date: Sun, 27 May 2001 00:23:12 -0400
27976 Message-ID: <15120.33072.511966.767230@rls.cx>
27977 Branch: perl
27978 ! doio.c pod/perlfunc.pod
27979____________________________________________________________________________
27980[ 10231] By: jhi on 2001/05/27 15:45:20
27981 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
27982 Branch: perl
27983 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27984____________________________________________________________________________
27985[ 10230] By: jhi on 2001/05/27 15:41:06
27986 Log: Add README.tru64.
27987 Branch: perl
27988 + README.tru64
27989____________________________________________________________________________
27990[ 10229] By: jhi on 2001/05/27 13:50:57
27991 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
27992 Branch: perl
27993 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
27994 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
27995 ! MANIFEST
27996____________________________________________________________________________
27997[ 10228] By: jhi on 2001/05/27 13:43:38
27998 Log: Integrate I18N::LangTags from Sean Burke.
27999
28000 TODO: the language list from RFC 3066 needs to be integrated
28001 and made available somehow. The list is included in the
28002 I18N-LangTags 0.21 distribution, but it is undocumented
28003 and unconnected to the module.
28004 Branch: perl
28005 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
28006 ! MANIFEST
28007____________________________________________________________________________
28008[ 10227] By: jhi on 2001/05/27 01:41:33
28009 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
28010 envisioned by Sarathy.
28011 Branch: perl
28012 ! t/op/ver.t toke.c
28013____________________________________________________________________________
28014[ 10226] By: jhi on 2001/05/27 00:28:34
28015 Log: Subject: [ID 20010525.001] Pod typo nits fixed
28016 From: lvirden@cas.org
28017 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
28018 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
28019
28020 minus the perlsolaris decimation plus the
28021
28022 Subject: Re: [ID 20010525.001] Pod typo nits fixed
28023 From: "Philip Newton" <Philip.Newton@gmx.net>
28024 Date: Fri, 25 May 2001 18:05:55 +0200
28025 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
28026 Branch: perl
28027 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
28028 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
28029 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
28030 ! pod/perlutil.pod pod/perlxstut.pod
28031____________________________________________________________________________
28032[ 10225] By: jhi on 2001/05/26 22:38:16
28033 Log: return clauses are nice.
28034 Branch: perl
28035 ! sv.c
28036____________________________________________________________________________
28037[ 10224] By: jhi on 2001/05/26 22:35:31
28038 Log: Subject: change 10199 backwards?
28039 From: Doug MacEachern <dougm@covalent.net>
28040 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
28041 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
28042 Branch: perl
28043 ! sv.c
28044____________________________________________________________________________
28045[ 10223] By: jhi on 2001/05/26 22:31:46
28046 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
28047 From: Hugo <hv@crypt.compulink.co.uk>
28048 Date: Sat, 26 May 2001 17:05:12 +0100
28049 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
28050 Branch: perl
28051 + t/op/gmagic.t
28052 ! MANIFEST doop.c embed.h embed.pl global.sym
28053 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
28054 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
28055____________________________________________________________________________
28056[ 10222] By: jhi on 2001/05/26 22:10:38
28057 Log: Regen headers for #10221.
28058 Branch: perl
28059 ! global.sym objXSUB.h perlapi.c
28060____________________________________________________________________________
28061[ 10221] By: jhi on 2001/05/26 22:06:06
28062 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
28063 From: Juha Laiho <juha.laiho@Elma.Net>
28064 Date: Thu, 3 May 2001 09:51:30 +0300
28065 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
28066 Branch: perl
28067 ! embed.pl
28068____________________________________________________________________________
28069[ 10220] By: jhi on 2001/05/26 22:01:30
28070 Log: Subject: Re: [PATCH] Re: stability of sort()?
28071 From: "John P. Linderman" <jpl@research.att.com>
28072 Date: Sat, 26 May 2001 13:27:19 -0400
28073 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
28074 Branch: perl
28075 ! pod/perlfunc.pod
28076____________________________________________________________________________
28077[ 10219] By: jhi on 2001/05/26 14:02:34
28078 Log: Integrate perlio.
28079 Branch: perl
28080 !> pod/perlguts.pod
28081____________________________________________________________________________
28082[ 10218] By: jhi on 2001/05/26 13:39:52
28083 Log: Subject: [PATCH perl@10210] PerlIO for VMS
28084 From: "Craig A. Berry" <craigberry@mac.com>
28085 Date: Sat, 26 May 2001 09:34:11 -0500
28086 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
28087 Branch: perl
28088 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
28089 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
28090 ! vms/vmsish.h
28091____________________________________________________________________________
28092[ 10217] By: jhi on 2001/05/26 13:19:05
28093 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
28094 From: David Dyck <dcd@tc.fluke.com>
28095 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
28096 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
28097 Branch: perl
28098 ! lib/perl5db.pl
28099____________________________________________________________________________
28100[ 10216] By: jhi on 2001/05/26 13:17:47
28101 Log: Subject: utf8 regexp tests
28102 From: Hugo <hv@crypt.compulink.co.uk>
28103 Date: Fri, 25 May 2001 22:35:01 +0100
28104 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
28105 Branch: perl
28106 ! t/op/regexp.t
28107____________________________________________________________________________
28108[ 10215] By: jhi on 2001/05/26 13:15:40
28109 Log: Subject: [PATCH] Re: stability of sort()?
28110 From: Nicholas Clark <nick@ccl4.org>
28111 Date: Fri, 25 May 2001 22:40:19 +0100
28112 Message-ID: <20010525224019.B86445@plum.flirble.org>
28113 Branch: perl
28114 ! pod/perlfunc.pod
28115____________________________________________________________________________
28116[ 10214] By: jhi on 2001/05/26 13:14:30
28117 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
28118 From: John Peacock <jpeacock@rowman.com>
28119 Date: Thu, 24 May 2001 22:14:01 -0400
28120 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
28121 Branch: perl
28122 ! mg.c scope.c sv.c
28123____________________________________________________________________________
28124[ 10213] By: jhi on 2001/05/26 13:08:56
28125 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28126 From: Nicholas Clark <nick@ccl4.org>
28127 Date: Sun, 20 May 2001 19:24:13 +0100
28128 Message-ID: <20010520192413.G83222@plum.flirble.org>
28129 Branch: perl
28130 + lib/ExtUtils/Constant.pm t/lib/extutils.t
28131 ! MANIFEST utils/h2xs.PL
28132____________________________________________________________________________
28133[ 10212] By: nick on 2001/05/26 09:49:28
28134 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
28135 add a few more notes there on use of mortals on the stack.
28136 Branch: perlio
28137 ! pod/perlguts.pod
28138____________________________________________________________________________
28139[ 10211] By: nick on 2001/05/26 09:05:36
28140 Log: Integrate mainline
28141 Branch: perlio
28142 +> t/lib/fcntl.t t/pragma/vars.t
28143 !> (integrate 49 files)
28144____________________________________________________________________________
28145[ 10210] By: jhi on 2001/05/25 12:29:16
28146 Log: Update Changes.
28147 Branch: perl
28148 ! Changes patchlevel.h
28149____________________________________________________________________________
610045af
JH
28150[ 10209] By: jhi on 2001/05/25 12:24:45
28151 Log: Based on
28152
28153 Subject: [PATCH pp.c] Wrapping pack("C",256)
28154 From: Simon Cozens <simon@netthink.co.uk>
28155 Date: Sat, 12 May 2001 17:58:41 +0100
28156 Message-ID: <20010512175841.A6132@netthink.co.uk>
28157 Branch: perl
28158 ! pod/perldiag.pod pp.c t/pragma/warn/pp
28159____________________________________________________________________________
28160[ 10208] By: jhi on 2001/05/25 01:37:03
28161 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
28162 From: "Brendan O'Dea" <bod@compusol.com.au>
28163 Date: Fri, 25 May 2001 11:18:29 +1000
28164 Message-ID: <20010525111829.A28411@compusol.com.au>
28165
28166 (Slightly modified.)
28167 Branch: perl
28168 ! lib/Term/Cap.pm
28169____________________________________________________________________________
28170[ 10207] By: jhi on 2001/05/25 01:12:14
28171 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
28172 From: Hugo <hv@crypt.compulink.co.uk>
28173 Date: Fri, 25 May 2001 02:13:25 +0100
28174 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
28175 Branch: perl
28176 ! t/op/misc.t
28177____________________________________________________________________________
28178[ 10206] By: jhi on 2001/05/25 01:07:59
28179 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
28180 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
28181 Date: Fri, 25 May 2001 10:25:36 +0900
28182 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
28183 Branch: perl
28184 ! regcomp.c regexec.c
28185____________________________________________________________________________
28186[ 10205] By: jhi on 2001/05/25 01:07:00
28187 Log: Subject: [PATCH #2] stash autovivification and method call error messages
28188 From: Ilmari Karonen <iltzu@sci.fi>
28189 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
28190 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
28191 Branch: perl
28192 ! gv.c pp_hot.c t/op/method.t
28193____________________________________________________________________________
28194[ 10204] By: jhi on 2001/05/25 01:03:50
28195 Log: Add make target and documentation for gprof profiling.
28196 Branch: perl
28197 ! Makefile.SH pod/perlhack.pod
28198____________________________________________________________________________
28199[ 10203] By: jhi on 2001/05/24 21:09:36
28200 Log: Subject: Don't think about UTF8
28201 From: Mike Guy <mjtg@cam.ac.uk>
28202 Date: Tue, 22 May 2001 14:35:39 +0100
28203 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
28204 Branch: perl
28205 ! sv.h
28206____________________________________________________________________________
28207[ 10202] By: jhi on 2001/05/24 21:07:25
28208 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
28209 From: Geraint A Edwards <gedge@serf.org>
28210 Date: Thu, 24 May 2001 22:51:24 +0100
28211 Message-Id: <20010524225124.A34981@cymru.serf.org>
28212 Branch: perl
28213 ! x2p/find2perl.PL
28214____________________________________________________________________________
28215[ 10201] By: jhi on 2001/05/24 21:02:30
28216 Log: DB_File has its own attribute story.
28217 Branch: perl
28218 ! ext/DB_File/DB_File.xs
28219____________________________________________________________________________
28220[ 10200] By: jhi on 2001/05/24 19:54:21
28221 Log: Subject: Re: Making perl with -Wall
28222 From: Andy Dougherty <doughera@lafayette.edu>
28223 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
28224 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
28225 Branch: perl
28226 ! perl.h
28227____________________________________________________________________________
28228[ 10199] By: jhi on 2001/05/24 15:15:03
28229 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
28230 From: "Richard Soderberg" <rs@crystalflame.net>
28231 Date: Thu, 24 May 2001 08:58:16 -0700
28232 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
28233 Branch: perl
28234 ! sv.c
28235____________________________________________________________________________
28236[ 10198] By: jhi on 2001/05/24 15:10:04
28237 Log: IV/UV casting fixes from Nicholas Clark.
28238 Branch: perl
28239 ! perl.h pp_sys.c util.c
28240____________________________________________________________________________
28241[ 10197] By: jhi on 2001/05/24 14:19:44
28242 Log: Subject: Re: Making perl with -Wall
28243 From: Michael G Schwern <schwern@pobox.com>
28244 Date: Thu, 24 May 2001 15:40:28 +0100
28245 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
28246 Branch: perl
28247 ! malloc.c perl.h
28248____________________________________________________________________________
28249[ 10196] By: jhi on 2001/05/24 14:04:41
28250 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
28251 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28252 Date: Tue, 22 May 2001 11:49:37 +0200
28253 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
28254 Branch: metaconfig
28255 ! U/modified/Oldsym.U
28256 Branch: metaconfig/U/perl
28257 ! patchlevel.U
28258 Branch: perl
28259 ! Configure config_h.SH myconfig.SH
28260____________________________________________________________________________
28261[ 10195] By: jhi on 2001/05/24 13:25:04
28262 Log: Under versiononly install also the scripts with the version suffix.
28263 (e.g. .../bin/h2xs5.7.1)
28264 Branch: perl
28265 ! installperl
28266____________________________________________________________________________
28267[ 10194] By: jhi on 2001/05/24 13:02:49
28268 Log: Subject: [PATCH] Stop segfault in mg.c:636
28269 From: "Richard Soderberg" <rs@crystalflame.net>
28270 Date: Thu, 24 May 2001 05:51:52 -0700
28271 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
28272 Branch: perl
28273 ! mg.c
28274____________________________________________________________________________
28275[ 10193] By: jhi on 2001/05/24 12:37:13
28276 Log: Iteration continues; hopefully convergently.
28277 Branch: perl
28278 ! t/lib/b-stash.t
28279____________________________________________________________________________
28280[ 10192] By: jhi on 2001/05/24 12:36:35
28281 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
28282 From: Gisle Aas <gisle@ActiveState.com>
28283 Date: 23 May 2001 16:13:10 -0700
28284 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
28285 Branch: perl
28286 ! op.c toke.c
28287____________________________________________________________________________
28288[ 10191] By: jhi on 2001/05/24 12:25:12
28289 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
28290 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28291 Date: Thu, 24 May 2001 05:05:22 -0500
28292 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
28293 Branch: perl
28294 ! lib/dumpvar.pl lib/perl5db.pl
28295____________________________________________________________________________
28296[ 10190] By: jhi on 2001/05/24 12:24:07
28297 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
28298 From: David Dyck <dcd@tc.fluke.com>
28299 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
28300 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
28301 Branch: perl
28302 ! lib/perl5db.pl
28303____________________________________________________________________________
28304[ 10189] By: jhi on 2001/05/23 22:43:31
28305 Log: Tiny pod nits on READMEs, mostly whitespace issues.
28306 Branch: perl
28307 ! README.amiga README.dos README.macos README.mpeix README.vmesa
28308 ! README.win32
28309____________________________________________________________________________
28310[ 10188] By: jhi on 2001/05/23 22:26:03
28311 Log: The DG/UX part of the 20010521.005.
28312 Branch: perl
28313 ! README.dgux
28314____________________________________________________________________________
28315[ 10187] By: jhi on 2001/05/23 22:04:05
28316 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
28317 From: Hugo <hv@crypt.compulink.co.uk>
28318 Date: Mon, 21 May 2001 16:32:02 +0100
28319 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
28320 Branch: perl
28321 ! regcomp.c t/op/misc.t
28322____________________________________________________________________________
28323[ 10186] By: jhi on 2001/05/23 21:42:15
28324 Log: Subject: [PATCH] Extra UNIVERSAL tests
28325 From: Mike Guy <mjtg@cam.ac.uk>
28326 Date: Wed, 23 May 2001 12:29:20 +0100
28327 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
28328 Branch: perl
28329 ! t/op/universal.t
28330____________________________________________________________________________
28331[ 10185] By: jhi on 2001/05/23 21:38:48
28332 Log: Subject: [PATCH] Remove EQ keyword
28333 From: Mike Guy <mjtg@cam.ac.uk>
28334 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
28335 Date: Wed, 23 May 2001 11:17:29 +0100
28336 Branch: perl
28337 ! keywords.h keywords.pl
28338____________________________________________________________________________
28339[ 10184] By: jhi on 2001/05/23 21:29:41
28340 Log: Subject: [PATCH] lib/perl5db.pl
28341 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28342 Date: Wed, 23 May 2001 02:18:03 -0500
28343 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
28344 Branch: perl
28345 ! lib/perl5db.pl
28346____________________________________________________________________________
28347[ 10183] By: jhi on 2001/05/23 21:27:54
28348 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
28349 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28350 Date: Tue, 22 May 2001 23:34:41 -0500
28351 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
28352 Branch: perl
28353 ! lib/Term/Cap.pm
28354____________________________________________________________________________
28355[ 10182] By: jhi on 2001/05/23 21:24:30
28356 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
28357 From: davem@fdgroup.co.uk
28358 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
28359 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
28360 Branch: perl
28361 ! emacs/e2ctags.pl
28362____________________________________________________________________________
28363[ 10181] By: jhi on 2001/05/23 21:23:29
28364 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
28365 From: Michael G Schwern <schwern@pobox.com>
28366 Date: Tue, 22 May 2001 14:15:09 +0100
28367 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
28368 Branch: perl
28369 ! lib/vars.pm
28370____________________________________________________________________________
28371[ 10180] By: jhi on 2001/05/23 21:22:14
28372 Log: Subject: [PATCH lib/vars.pm] Odd code nit
28373 From: Michael G Schwern <schwern@pobox.com>
28374 Date: Tue, 22 May 2001 14:14:28 +0100
28375 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
28376 Branch: perl
28377 ! lib/vars.pm
28378____________________________________________________________________________
28379[ 10179] By: jhi on 2001/05/23 21:19:51
28380 Log: Use the new use vars feature.
28381 Branch: perl
28382 ! t/lib/b-stash.t
28383____________________________________________________________________________
28384[ 10178] By: jhi on 2001/05/23 21:19:28
28385 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
28386 From: Mike Guy <mjtg@cam.ac.uk>
28387 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28388 Date: Tue, 22 May 2001 13:11:39 +0100
28389 Branch: perl
28390 + t/pragma/vars.t
28391 ! MANIFEST lib/vars.pm t/lib/1_compile.t
28392____________________________________________________________________________
28393[ 10177] By: jhi on 2001/05/23 21:01:48
28394 Log: -qlongdouble considered harmful by Merijn.
28395 Branch: perl
28396 ! hints/aix.sh
28397____________________________________________________________________________
28398[ 10176] By: jhi on 2001/05/21 13:21:21
28399 Log: Update Changes.
28400 Branch: perl
28401 ! Changes patchlevel.h
28402____________________________________________________________________________
6b736850
JH
28403[ 10175] By: jhi on 2001/05/21 13:17:28
28404 Log: Add a test of its very own for Fcntl. Hopefully portable.
28405 Branch: perl
28406 + t/lib/fcntl.t
28407 ! MANIFEST
28408____________________________________________________________________________
28409[ 10174] By: jhi on 2001/05/21 12:45:41
28410 Log: Must be trickier for 'minitest' not to die.
28411 Branch: perl
28412 ! t/op/taint.t
28413____________________________________________________________________________
28414[ 10173] By: jhi on 2001/05/21 11:24:43
28415 Log: Can't declare other people's variables.
28416 Branch: perl
28417 ! t/lib/b-stash.t
28418____________________________________________________________________________
28419[ 10172] By: jhi on 2001/05/20 20:33:08
28420 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
28421 Branch: perl
28422 ! doio.c t/op/taint.t
28423____________________________________________________________________________
28424[ 10171] By: jhi on 2001/05/20 20:18:45
28425 Log: The OS/2 variable needs to be declared.
28426 Branch: perl
28427 ! t/lib/b-stash.t
28428____________________________________________________________________________
28429[ 10170] By: nick on 2001/05/20 16:48:29
28430 Log: Integrate mainline
28431 Branch: perlio
28432 !> (integrate 41 files)
28433____________________________________________________________________________
28434[ 10169] By: jhi on 2001/05/20 11:50:20
28435 Log: Small perlsec updates: clarify the taintedness of filename
28436 globbing; suggest using Scalar::Util::tainted().
28437 Branch: perl
28438 ! pod/perlsec.pod
28439____________________________________________________________________________
28440[ 10168] By: jhi on 2001/05/20 11:24:11
28441 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
28442 From: Dave Mitchell <davem@fdgroup.co.uk>
28443 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
28444 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
28445 Branch: perl
28446 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
28447 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
28448 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
28449 ! xsutils.c
28450____________________________________________________________________________
28451[ 10167] By: jhi on 2001/05/20 11:12:14
28452 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
28453 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28454 Date: Sat, 19 May 2001 04:08:46 -0400
28455 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
28456 Branch: perl
28457 ! lib/ExtUtils/Mksymlists.pm makedef.pl
28458____________________________________________________________________________
28459[ 10166] By: jhi on 2001/05/20 11:08:27
28460 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
28461 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28462 Date: Sat, 19 May 2001 04:30:45 -0400
28463 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
28464 Branch: perl
28465 ! os2/os2.c
28466____________________________________________________________________________
28467[ 10165] By: jhi on 2001/05/20 11:07:06
28468 Log: Subject: [PATCH 5.6.1] build bugs OS/2
28469 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28470 Date: Sat, 19 May 2001 04:35:28 -0400
28471 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
28472 Branch: perl
28473 ! os2/Makefile.SHs os2/os2.c
28474____________________________________________________________________________
28475[ 10164] By: jhi on 2001/05/20 11:06:01
28476 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
28477 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28478 Date: Sat, 19 May 2001 04:04:23 -0400
28479 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
28480
28481 (In bleadperl patched b-stash.t instead of b.t)
28482 Branch: perl
28483 ! t/lib/b-stash.t t/lib/bigfltpm.t
28484____________________________________________________________________________
28485[ 10163] By: jhi on 2001/05/20 10:59:46
28486 Log: Subject: [PATCH 5.6.1] perl5db
28487 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28488 Date: Sat, 19 May 2001 03:49:09 -0400
28489 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
28490 Branch: perl
28491 ! lib/perl5db.pl
28492____________________________________________________________________________
28493[ 10162] By: jhi on 2001/05/20 10:58:18
28494 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
28495 From: Gisle Aas <gisle@ActiveState.com>
28496 Date: 18 May 2001 14:24:51 -0700
28497 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
28498 Branch: perl
28499 ! pp_ctl.c
28500____________________________________________________________________________
28501[ 10161] By: jhi on 2001/05/20 10:57:00
28502 Log: Subject: [PATCH] Chomp should not always stringify
28503 From: Gisle Aas <gisle@ActiveState.com>
28504 Date: 18 May 2001 07:55:25 -0700
28505 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
28506 Branch: perl
28507 ! doop.c t/op/chop.t
28508____________________________________________________________________________
28509[ 10160] By: jhi on 2001/05/20 10:49:40
28510 Log: Integrate perlio.
28511 Branch: perl
28512 !> pod/perlfunc.pod
28513____________________________________________________________________________
28514[ 10159] By: nick on 2001/05/20 09:39:46
28515 Log: Document some more of open's features.
28516 Branch: perlio
28517 ! pod/perlfunc.pod
28518____________________________________________________________________________
28519[ 10158] By: gsar on 2001/05/18 18:43:38
28520 Log: back out change#10153 (it has compatibility issues such as the
28521 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
28522 benefit for 5.6.x doesn't seem worth the risk)
28523 Branch: maint-5.6/perl
28524 ! toke.c
28525____________________________________________________________________________
28526[ 10157] By: jhi on 2001/05/18 17:05:40
28527 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
28528 Branch: perl
28529 ! x2p/s2p.PL
28530____________________________________________________________________________
28531[ 10156] By: jhi on 2001/05/18 12:06:40
28532 Log: Update Changes.
28533 Branch: perl
28534 ! Changes patchlevel.h
28535____________________________________________________________________________
acd7faf1
JH
28536[ 10155] By: jhi on 2001/05/18 11:58:57
28537 Log: Integrate change #10144 from maintperl.
28538
28539 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
28540 Branch: perl
28541 !> win32/config.bc win32/config.gc win32/config.vc
28542 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28543____________________________________________________________________________
28544[ 10154] By: nick on 2001/05/18 07:23:03
28545 Log: Integrate mainline.
28546 Branch: perlio
28547 +> README.dgux t/lib/i18n-collate.t utils.lst
28548 !> (integrate 49 files)
28549____________________________________________________________________________
28550[ 10153] By: jhi on 2001/05/18 00:41:51
28551 Log: Integrate change #7224 from mainline into maintperl.
28552
28553 Allow @+ and @- to be doublequoted, from Simon Cozens.
28554 (Approved by Larry, see Tom's comment in 20000830.005.)
28555 Branch: maint-5.6/perl
28556 !> toke.c
28557____________________________________________________________________________
28558[ 10152] By: jhi on 2001/05/17 23:18:15
28559 Log: Subject: [PATCH bleadperl] small lookbehind fix
28560 From: Hugo <hv@crypt.compulink.co.uk>
28561 Date: Fri, 18 May 2001 00:07:19 +0100
28562 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
28563 Branch: perl
28564 ! regexec.c
28565____________________________________________________________________________
28566[ 10151] By: jhi on 2001/05/17 22:00:06
28567 Log: Detypos.
28568 Branch: perl
28569 ! installman utils.lst
28570____________________________________________________________________________
28571[ 10150] By: jhi on 2001/05/17 20:32:48
28572 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
28573 in 20001222.001.
28574 Branch: perl
28575 ! t/lib/glob-basic.t
28576____________________________________________________________________________
28577[ 10149] By: jhi on 2001/05/17 20:08:58
28578 Log: Subject: [PATCH] Test for bug 20010515.004
28579 From: Benjamin Sugars <bsugars@canoe.ca>
28580 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
28581 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
28582 Branch: perl
28583 ! t/op/misc.t
28584____________________________________________________________________________
28585[ 10148] By: jhi on 2001/05/17 20:06:23
28586 Log: Integrate #10145 from maintperl.
28587
28588 fix for ID 20010515.004 (needs test)
28589 Branch: perl
28590 !> pp_hot.c
28591____________________________________________________________________________
28592[ 10147] By: jhi on 2001/05/17 19:10:46
28593 Log: Thinko noticed by Doug MacEachern.
28594 Branch: perl
28595 ! thread.h
28596____________________________________________________________________________
28597[ 10146] By: jhi on 2001/05/17 17:30:37
28598 Log: Subject: Re: [PATCH] HERE mark in regex
28599 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28600 Date: Thu, 17 May 2001 12:20:33 -0400
28601 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
28602 Branch: perl
28603 ! t/op/re_tests
28604____________________________________________________________________________
28605[ 10145] By: gsar on 2001/05/17 16:59:55
28606 Log: fix for ID 20010515.004 (needs test)
28607 Branch: maint-5.6/perl
28608 ! pp_hot.c
28609____________________________________________________________________________
28610[ 10144] By: gsar on 2001/05/17 16:39:02
28611 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
28612 Branch: maint-5.6/perl
28613 ! win32/config.bc win32/config.gc win32/config.vc
28614 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28615____________________________________________________________________________
28616[ 10143] By: jhi on 2001/05/17 14:21:08
28617 Log: Macrofy the getspecific (and use it also in util.c)
28618 Branch: perl
28619 ! thread.h util.c
28620____________________________________________________________________________
28621[ 10142] By: jhi on 2001/05/17 01:43:50
28622 Log: Use the unchecked thread-specific key fetch also in Tru64.
28623 Branch: perl
28624 ! thread.h
28625____________________________________________________________________________
28626[ 10141] By: jhi on 2001/05/17 01:41:07
28627 Log: Subject: [PATCH 5.6.1]Quick thread speedup
28628 From: Dan Sugalski <dan@sidhe.org>
28629 Date: Wed, 16 May 2001 18:05:19 -0400
28630 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
28631 Branch: perl
28632 ! thread.h util.c
28633____________________________________________________________________________
28634[ 10140] By: jhi on 2001/05/16 19:58:29
28635 Log: I think this is quite enough testing for a deprecated feature.
28636 Branch: perl
28637 + t/lib/i18n-collate.t
28638 ! MANIFEST t/lib/1_compile.t
28639____________________________________________________________________________
28640[ 10139] By: jhi on 2001/05/16 18:47:03
28641 Log: More HP-UX lore from Jeff Okamoto.
28642 Branch: perl
28643 ! README.hpux
28644____________________________________________________________________________
28645[ 10138] By: jhi on 2001/05/16 18:21:04
28646 Log: Sort utils.lst for easier maintenance.
28647 Branch: perl
28648 ! utils.lst
28649____________________________________________________________________________
28650[ 10137] By: jhi on 2001/05/16 18:12:01
28651 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28652 From: Tim Jenness <t.jenness@jach.hawaii.edu>
28653 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
28654 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
28655
28656 Add pod2latex to utils.lst.
28657 Branch: perl
28658 ! MANIFEST utils.lst
28659____________________________________________________________________________
28660[ 10136] By: jhi on 2001/05/16 18:00:00
28661 Log: Subject: Re: [PATCH] HERE mark in regex
28662 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28663 Date: Wed, 16 May 2001 13:04:43 -0400
28664 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
28665 Branch: perl
28666 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28667 ! t/op/regmesg.t t/pragma/warn/regcomp
28668____________________________________________________________________________
28669[ 10135] By: jhi on 2001/05/16 17:51:50
28670 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28671 From: Simon Cozens <simon@netthink.co.uk>
28672 Date: Wed, 16 May 2001 18:02:08 +0100
28673 Message-ID: <20010516180208.A6458@netthink.co.uk>
28674 Branch: perl
28675 ! installman utils.lst
28676____________________________________________________________________________
28677[ 10134] By: jhi on 2001/05/16 17:47:26
28678 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
28679 From: "Philip Newton" <pnewton@gmx.de>
28680 Date: Tue, 15 May 2001 15:09:30 +0200
28681 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
28682
28683 Test case for #10128.
28684 Branch: perl
28685 ! t/pragma/warn/pp_hot
28686____________________________________________________________________________
28687[ 10133] By: jhi on 2001/05/16 15:12:52
28688 Log: Update Changes.
28689 Branch: perl
28690 ! Changes patchlevel.h
28691____________________________________________________________________________
5661b806
JH
28692[ 10132] By: jhi on 2001/05/16 14:50:55
28693 Log: Deprecate pseudo-hashes.
28694 Branch: perl
28695 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
28696____________________________________________________________________________
28697[ 10131] By: jhi on 2001/05/16 14:26:01
28698 Log: HP-UX hints update from Merijn.
28699 Branch: perl
28700 ! hints/hpux.sh
28701____________________________________________________________________________
28702[ 10130] By: jhi on 2001/05/16 14:23:01
28703 Log: README.hpux update from Merijn.
28704 Branch: perl
28705 ! README.hpux
28706____________________________________________________________________________
28707[ 10129] By: jhi on 2001/05/16 14:18:56
28708 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28709 From: Simon Cozens <simon@netthink.co.uk>
28710 Date: Wed, 16 May 2001 15:57:55 +0100
28711 Message-ID: <20010516155755.A4728@netthink.co.uk>
28712 Branch: perl
28713 + utils.lst
28714 ! MANIFEST installman installperl
28715____________________________________________________________________________
28716[ 10128] By: jhi on 2001/05/16 14:15:36
28717 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
28718 From: "Philip Newton" <pnewton@gmx.de>
28719 Date: Tue, 15 May 2001 16:31:05 +0200
28720 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
28721
28722 Fix PERL_Y2KWARN test to check before rather than after appending.
28723 Branch: perl
28724 ! pp_hot.c
28725____________________________________________________________________________
28726[ 10127] By: jhi on 2001/05/16 14:08:15
28727 Log: Regen Porting stuff.
28728 Branch: perl
28729 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28730 ! config_h.SH
28731____________________________________________________________________________
28732[ 10126] By: jhi on 2001/05/16 13:41:50
28733 Log: Metaconfig unit change for #10125.
28734 Branch: metaconfig
28735 ! U/modified/Oldconfig.U
28736____________________________________________________________________________
28737[ 10125] By: jhi on 2001/05/16 13:41:35
28738 Log: Use OSVERS.
28739 Branch: perl
28740 ! Configure config_h.SH perl.c
28741____________________________________________________________________________
28742[ 10124] By: jhi on 2001/05/16 13:41:09
28743 Log: Regen toc.
28744 Branch: perl
28745 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28746____________________________________________________________________________
28747[ 10123] By: jhi on 2001/05/16 13:25:38
28748 Log: Adding the README.dgux to the MANIFEST would be a good idea.
28749 Branch: perl
28750 ! MANIFEST
28751____________________________________________________________________________
28752[ 10122] By: jhi on 2001/05/16 13:08:33
28753 Log: Move the stack desire definition to thread.h.
28754 Branch: perl
28755 ! ext/Thread/Thread.xs thread.h
28756____________________________________________________________________________
28757[ 10121] By: jhi on 2001/05/16 13:00:12
28758 Log: DG-UX threading patches, including a README.dgux,
28759 from Takis Psarogiannakopoulos.
28760 Branch: perl
28761 + README.dgux
28762 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
28763____________________________________________________________________________
28764[ 10120] By: jhi on 2001/05/16 12:55:33
28765 Log: Subject: [PATCH B::Deparse] More on /x regexes
28766 From: Robin Houston <robin@kitsite.com>
28767 Date: Tue, 15 May 2001 19:09:35 +0100
28768 Message-ID: <20010515190935.A27268@penderel>
28769 Branch: perl
28770 ! ext/B/B/Deparse.pm
28771____________________________________________________________________________
28772[ 10119] By: jhi on 2001/05/16 12:45:29
28773 Log: Document that the core time() may be rounding rather
28774 than truncating, would have saved at least my confusion.
28775 Branch: perl
28776 ! ext/Time/HiRes/HiRes.pm
28777____________________________________________________________________________
28778[ 10118] By: jhi on 2001/05/16 12:37:57
28779 Log: Subject: perl-current/t/time-hires.t
28780 From: John Peacock <jpeacock@rowman.com>
28781 Date: Fri, 11 May 2001 14:09:41 -0400
28782 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
28783 Branch: perl
28784 ! t/lib/time-hires.t
28785____________________________________________________________________________
28786[ 10117] By: jhi on 2001/05/15 13:40:33
28787 Log: Subject: [PATCH dump.c] Op private flags
28788 From: Simon Cozens <simon@netthink.co.uk>
28789 Date: Sun, 13 May 2001 20:20:36 +0100
28790 Message-ID: <20010513202036.A21896@netthink.co.uk>
28791 Branch: perl
28792 ! dump.c
28793____________________________________________________________________________
28794[ 10116] By: jhi on 2001/05/15 13:28:26
28795 Log: Upgrade to Switch 2.03.
28796 Branch: perl
28797 ! lib/Switch.pm
28798____________________________________________________________________________
28799[ 10115] By: jhi on 2001/05/15 13:19:01
28800 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
28801 to PERL_CONFIG_SH and use it consistently.
28802 Branch: maint-5.6/perl
28803 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28804 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28805 !> myconfig.SH writemain.SH
28806____________________________________________________________________________
28807[ 10114] By: jhi on 2001/05/15 13:13:21
28808 Log: Metaconfig units changes for #10113.
28809 Branch: metaconfig
28810 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
28811____________________________________________________________________________
28812[ 10113] By: jhi on 2001/05/15 13:12:40
28813 Log: The problem described in 20010514.031 still wasn't
28814 fully cured, there were remnants of $CONFIG when
28815 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
28816 to avoid future conflicts.
28817 Branch: perl
28818 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
28819 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
28820 ! myconfig.SH writemain.SH
28821____________________________________________________________________________
28822[ 10112] By: jhi on 2001/05/15 11:55:44
28823 Log: Half of #10107 got lost.
28824 Branch: perl
28825 ! ext/B/B/Deparse.pm
28826____________________________________________________________________________
28827[ 10111] By: nick on 2001/05/15 08:39:14
28828 Log: Integrate mainline.
28829 Branch: perlio
28830 +> ext/POSIX/hints/uts.pl
28831 - Todo Todo-5.6 t/camel-III/vstring.t
28832 !> (integrate 48 files)
28833____________________________________________________________________________
28834[ 10110] By: jhi on 2001/05/15 02:04:05
28835 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
28836 From: Robin Houston <robin@kitsite.com>
28837 Date: Mon, 14 May 2001 22:27:08 +0100
28838 Message-ID: <20010514222708.A22963@penderel>
28839 Branch: perl
28840 ! t/TestInit.pm
28841____________________________________________________________________________
28842[ 10109] By: jhi on 2001/05/15 02:03:12
28843 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
28844 From: Robin Houston <robin@kitsite.com>
28845 Date: Mon, 14 May 2001 22:16:43 +0100
28846 Message-ID: <20010514221643.A22437@penderel>
28847 Branch: perl
28848 ! ext/B/B/Deparse.pm
28849____________________________________________________________________________
28850[ 10108] By: jhi on 2001/05/15 02:02:17
28851 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
28852 From: Robin Houston <robin@kitsite.com>
28853 Date: Mon, 14 May 2001 22:03:44 +0100
28854 Message-ID: <20010514220344.A20643@penderel>
28855 Branch: perl
28856 ! ext/B/B/Deparse.pm
28857____________________________________________________________________________
28858[ 10107] By: jhi on 2001/05/15 02:01:24
28859 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
28860 From: Robin Houston <robin@kitsite.com>
28861 Date: Mon, 14 May 2001 22:10:07 +0100
28862 Message-ID: <20010514221007.A21118@penderel>
28863 Branch: perl
28864 ! ext/B/B/Deparse.pm
28865____________________________________________________________________________
28866[ 10106] By: jhi on 2001/05/15 01:41:26
28867 Log: Fix for 20010514.037; substr() didn't invalidate the locale
28868 collation magic.
28869 Branch: perl
28870 ! pp.c
28871____________________________________________________________________________
28872[ 10105] By: jhi on 2001/05/14 18:18:24
28873 Log: Update Changes.
28874 Branch: perl
28875 ! Changes patchlevel.h
28876____________________________________________________________________________
b65a4548
JH
28877[ 10104] By: jhi on 2001/05/14 18:09:07
28878 Log: Retract #10094.
28879 Branch: perl
28880 ! lib/Pod/Text.pm
28881____________________________________________________________________________
28882[ 10103] By: jhi on 2001/05/14 15:20:58
28883 Log: Integrate change #10100 from maintperl.
28884
28885 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28886 bug ID 20010514.027)
28887 Branch: perl
28888 !> mg.c pp_ctl.c
28889____________________________________________________________________________
28890[ 10102] By: jhi on 2001/05/14 15:19:21
28891 Log: Document the deprecatedness of suidperl.
28892 Branch: perl
28893 ! INSTALL pod/perlfaq1.pod
28894____________________________________________________________________________
28895[ 10101] By: jhi on 2001/05/14 14:54:31
28896 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
28897 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28898 Date: Mon, 14 May 2001 09:38:59 -0400
28899 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
28900 Branch: perl
28901 ! lib/ExtUtils/MM_Unix.pm
28902____________________________________________________________________________
28903[ 10100] By: gsar on 2001/05/14 14:43:50
28904 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
28905 bug ID 20010514.027)
28906
28907 TODO: this needs a testsuite addition
28908 Branch: maint-5.6/perl
28909 ! mg.c pp_ctl.c
28910____________________________________________________________________________
28911[ 10099] By: jhi on 2001/05/14 13:42:38
28912 Log: More DWIMminess for Class::Struct: calling the array or hash
28913 accessors only with one argument, an array or a hash reference,
28914 sets the underlying array or hash. This mirrors nicely also
28915 the usage in the constructor.
28916 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
28917 Branch: perl
28918 ! lib/Class/Struct.pm t/lib/class-struct.t
28919____________________________________________________________________________
28920[ 10098] By: jhi on 2001/05/14 13:10:34
28921 Log: Reference cmp'ing should go through the whole stringification
28922 process shebang, as pointed out by Sarathy in #10091.
28923 Branch: perl
28924 ! pp.c
28925____________________________________________________________________________
28926[ 10097] By: jhi on 2001/05/14 12:54:31
28927 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
28928 From: Simon Cozens <simon@netthink.co.uk>
28929 Date: Sat, 12 May 2001 16:36:27 +0100
28930 Message-ID: <20010512163627.A5522@netthink.co.uk>
28931
28932 with some additions salvaged from Todo and Todo-5.6 before
28933 retiring them.
28934 Branch: perl
28935 - Todo Todo-5.6
28936 ! MANIFEST pod/perltodo.pod
28937____________________________________________________________________________
28938[ 10096] By: jhi on 2001/05/14 12:37:01
28939 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
28940 From: "Golubev I. N." <gin@mo.msk.ru>
28941 Date: Mon, 07 May 2001 14:33:34 (GMT)
28942 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
28943 Branch: perl
28944 ! perl.h
28945____________________________________________________________________________
28946[ 10095] By: jhi on 2001/05/14 12:34:24
28947 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
28948 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
28949 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
28950 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
28951 Branch: perl
28952 ! lib/ExtUtils/MM_Unix.pm
28953____________________________________________________________________________
28954[ 10094] By: jhi on 2001/05/14 12:32:44
28955 Log: (Retracted by #10104.)
28956
28957 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
28958 From: barries <barries@slaysys.com>
28959 Date: Sat, 12 May 2001 01:28:10 -0400
28960 Message-ID: <20010512012810.B26358@jester.slaysys.com>
28961 Branch: perl
28962 ! lib/Pod/Text.pm
28963____________________________________________________________________________
28964[ 10093] By: jhi on 2001/05/14 12:30:38
28965 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
28966 From: Mike Guy <mjtg@cam.ac.uk>
28967 Date: Sat, 12 May 2001 19:24:33 +0100
28968 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
28969 Branch: perl
28970 ! lib/AutoSplit.pm
28971____________________________________________________________________________
28972[ 10092] By: jhi on 2001/05/14 12:29:21
28973 Log: Yet another HP-UX hints tweak from Merijn.
28974 Branch: perl
28975 ! hints/hpux.sh
28976____________________________________________________________________________
28977[ 10091] By: gsar on 2001/05/14 04:38:32
28978 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
28979 isn't defined (changes#9366,9368,9370 from mainline without the
28980 pp_scmp() change)
28981 Branch: maint-5.6/perl
28982 ! pp.c pp.h pp_hot.c
28983____________________________________________________________________________
28984[ 10090] By: jhi on 2001/05/12 13:39:43
28985 Log: The sorting seems to happen now automatically.
28986 Branch: perl
28987 ! t/lib/glob-basic.t
28988____________________________________________________________________________
28989[ 10089] By: jhi on 2001/05/12 03:38:15
28990 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
28991 From: Benjamin Sugars <bsugars@canoe.ca>
28992 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
28993 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
28994 Branch: perl
28995 ! pod/perlfunc.pod
28996____________________________________________________________________________
28997[ 10088] By: jhi on 2001/05/12 03:37:00
28998 Log: Subject: Re: undef(&foo) does not work for XS functions
28999 From: Doug MacEachern <dougm@covalent.net>
29000 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
29001 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
29002 Branch: perl
29003 ! op.c
29004____________________________________________________________________________
29005[ 10087] By: jhi on 2001/05/12 03:35:58
29006 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
29007 From: Peter Prymmer <pvhp@forte.com>
29008 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
29009 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
29010 Branch: perl
29011 ! t/op/append.t
29012____________________________________________________________________________
29013[ 10086] By: jhi on 2001/05/11 14:23:08
29014 Log: Update Changes.
29015 Branch: perl
29016 ! Changes patchlevel.h
29017____________________________________________________________________________
d0e4b787
JH
29018[ 10085] By: jhi on 2001/05/11 14:08:20
29019 Log: Remove the 'asciir' re subpragma. Should instead implement
29020 the 'physical vs logical' range scheme:
29021
29022 \xAA-\xCC is a native physical range, you want that range of
29023 codepoints in your native encoding. In EBCDIC the codepoints
29024 in the gaps (between i-j and r-s) should be included.
29025
29026 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
29027 codepoints in Unicode.
29028
29029 a-z is a logical range, you want that range of 'logical' codepoints
29030 in your native encoding. In EBCDIC the codepoints in the gaps
29031 (between i-j and r-s) should not be included.
29032
29033 Mixed cases (a-\xAA, etc) should either be errors, or maybe
29034 the 'logical' endpoints should be converted to native/Unicode
29035 codepoints, and the range handled as a physical range.
29036
29037 'Logical endpoints' are to be recognized only in the A-Z, a-z,
29038 and 0-9 ranges. Probably a warning should be given for mixed
29039 cases like A-z or a-9 (since such expressions are encoding
29040 dependent), with a recommendation to use physical ranges.
29041 Branch: perl
29042 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
29043 ! t/op/regexp.t
29044____________________________________________________________________________
29045[ 10084] By: jhi on 2001/05/11 13:56:16
29046 Log: Make the test to cleanup the test directory tree
29047 both before and after the testing so that we always
29048 have a clean slate to work with.
29049 Branch: perl
29050 ! t/lib/filefind.t
29051____________________________________________________________________________
29052[ 10083] By: jhi on 2001/05/11 13:46:30
29053 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29054 From: Jon Eveland <jweveland@yahoo.com>
29055 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
29056 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
29057 Branch: perl
29058 ! pod/perlfunc.pod
29059____________________________________________________________________________
29060[ 10082] By: jhi on 2001/05/11 13:45:06
29061 Log: Merge the camel-III/vstring.t with op/ver.t.
29062 Branch: perl
29063 - t/camel-III/vstring.t
29064 ! MANIFEST t/TEST t/harness t/op/ver.t
29065____________________________________________________________________________
29066[ 10081] By: jhi on 2001/05/11 13:15:55
29067 Log: Add test.deparse make target.
29068 Branch: perl
29069 ! Makefile.SH
29070____________________________________________________________________________
29071[ 10080] By: jhi on 2001/05/11 12:52:49
29072 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
29073 From: Robin Houston <robin@kitsite.com>
29074 Date: Fri, 11 May 2001 12:02:22 +0100
29075 Message-ID: <20010511120222.A11529@penderel>
29076 Branch: perl
29077 ! ext/B/B/Deparse.pm t/op/method.t
29078____________________________________________________________________________
29079[ 10079] By: jhi on 2001/05/11 01:59:06
29080 Log: A nicely working combination for UTS from Hal Morris.
29081 Branch: perl
29082 + ext/POSIX/hints/uts.pl
29083 ! MANIFEST hints/uts.sh
29084____________________________________________________________________________
29085[ 10078] By: jhi on 2001/05/11 01:15:04
29086 Log: i_ieeefp=undef for UTS.
29087 Branch: perl
29088 ! hints/uts.sh
29089____________________________________________________________________________
29090[ 10077] By: jhi on 2001/05/10 22:42:35
29091 Log: Subject: RE: rand(0) is rand(1)
29092 From: Larry Shatzer <lshatzer@islanddata.com>
29093 Date: Thu, 10 May 2001 11:09:27 -0700
29094 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
29095 Branch: perl
29096 ! pod/perlfunc.pod
29097____________________________________________________________________________
29098[ 10076] By: jhi on 2001/05/10 22:36:50
29099 Log: Subject: [patch] make op_{clear,null} public
29100 From: Doug MacEachern <dougm@covalent.net>
29101 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
29102 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
29103 Branch: perl
29104 ! embed.h embed.pl op.c proto.h
29105____________________________________________________________________________
29106[ 10075] By: jhi on 2001/05/10 22:28:36
29107 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
29108 From: Robin Houston <robin@kitsite.com>
29109 Date: Thu, 10 May 2001 18:54:59 +0100
29110 Message-ID: <20010510185459.A5995@penderel>
29111 Branch: perl
29112 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
29113____________________________________________________________________________
29114[ 10074] By: jhi on 2001/05/10 22:23:41
29115 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
29116 From: Robin Houston <robin@kitsite.com>
29117 Date: Thu, 10 May 2001 12:56:39 +0100
29118 Message-ID: <20010510125639.A2119@penderel>
29119 Branch: perl
29120 ! ext/B/B/Deparse.pm
29121____________________________________________________________________________
29122[ 10073] By: jhi on 2001/05/10 14:26:01
29123 Log: Retract #10070, not ready yet.
29124 Branch: perl
29125 ! ext/B/B/Deparse.pm
29126____________________________________________________________________________
29127[ 10072] By: jhi on 2001/05/10 13:40:24
29128 Log: The metaconfig unit change for #10071.
29129 Branch: metaconfig
29130 ! U/modified/mallocsrc.U
29131____________________________________________________________________________
29132[ 10071] By: jhi on 2001/05/10 13:39:57
29133 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
29134 Branch: perl
29135 ! Configure
29136____________________________________________________________________________
29137[ 10070] By: jhi on 2001/05/10 13:18:42
29138 Log: (Retracted by #10073)
29139
29140 Subject: Re: [PATCH t/TEST] B::Deparse tester
29141 From: Hugo <hv@crypt.compulink.co.uk>
29142 Date: Thu, 10 May 2001 05:48:09 +0100
29143 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
29144 Branch: perl
29145 ! ext/B/B/Deparse.pm
29146____________________________________________________________________________
29147[ 10069] By: jhi on 2001/05/10 12:24:06
29148 Log: Add a for(func()) test.
29149 Branch: perl
29150 ! t/cmd/for.t
29151____________________________________________________________________________
29152[ 10068] By: jhi on 2001/05/10 12:16:00
29153 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
29154 From: Robin Houston <robin@kitsite.com>
29155 Date: Thu, 10 May 2001 13:50:08 +0100
29156 Message-ID: <20010510135008.A2454@penderel>
29157 Branch: perl
29158 ! ext/B/B/Deparse.pm
29159____________________________________________________________________________
29160[ 10067] By: jhi on 2001/05/10 01:45:03
29161 Log: A thinko in #10065.
29162 Branch: perl
29163 ! hv.c
29164____________________________________________________________________________
29165[ 10066] By: jhi on 2001/05/10 01:33:12
29166 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
29167 From: Robin Houston <robin@kitsite.com>
29168 Date: Thu, 10 May 2001 02:10:34 +0100
29169 Message-ID: <20010510021034.A19421@penderel>
29170 Branch: perl
29171 ! ext/B/B.xs ext/B/B/Deparse.pm
29172____________________________________________________________________________
29173[ 10065] By: jhi on 2001/05/10 01:30:43
29174 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
29175 From: Doug MacEachern <dougm@covalent.net>
29176 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
29177 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
29178 Branch: perl
29179 ! hv.c
29180____________________________________________________________________________
29181[ 10064] By: jhi on 2001/05/09 23:13:29
29182 Log: One more workaround for the UTS compiler from Hal Morris.
29183 Branch: perl
29184 ! perl.h
29185____________________________________________________________________________
29186[ 10063] By: jhi on 2001/05/09 23:09:53
29187 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
29188 From: Robin Houston <robin@kitsite.com>
29189 Date: Thu, 10 May 2001 01:02:08 +0100
29190 Message-ID: <20010510010208.A18200@penderel>
29191 Branch: perl
29192 ! ext/B/B/Debug.pm
29193____________________________________________________________________________
29194[ 10062] By: jhi on 2001/05/09 23:06:25
29195 Log: Subject: [PATCH] Simplify deb_curcv() a bit
29196 From: Benjamin Sugars <bsugars@canoe.ca>
29197 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
29198 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
29199 Branch: perl
29200 ! run.c
29201____________________________________________________________________________
29202[ 10061] By: jhi on 2001/05/09 23:05:28
29203 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
29204 From: Benjamin Sugars <bsugars@canoe.ca>
29205 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
29206 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
29207 Branch: perl
29208 ! t/lib/io_scalar.t
29209____________________________________________________________________________
29210[ 10060] By: jhi on 2001/05/09 23:04:38
29211 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
29212 From: Peter Prymmer <pvhp@forte.com>
29213 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
29214 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
29215 Branch: perl
29216 ! t/lib/md5-file.t
29217____________________________________________________________________________
29218[ 10059] By: jhi on 2001/05/09 23:03:52
29219 Log: Subject: [PATCH t/TEST] B::Deparse tester
29220 From: Robin Houston <robin@kitsite.com>
29221 Date: Wed, 9 May 2001 19:17:50 +0100
29222 Message-ID: <20010509191750.A16940@penderel>
29223 Branch: perl
29224 ! ext/B/O.pm t/TEST
29225____________________________________________________________________________
29226[ 10058] By: jhi on 2001/05/09 23:02:56
29227 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
29228 From: Jeff Pinyan <jeffp@crusoe.net>
29229 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
29230 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
29231 Branch: perl
29232 ! lib/Pod/Html.pm
29233____________________________________________________________________________
29234[ 10057] By: nick on 2001/05/09 18:37:56
29235 Log: Integrate mainline.
29236 Branch: perlio
29237 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
29238 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
29239____________________________________________________________________________
29240[ 10056] By: jhi on 2001/05/09 16:44:44
29241 Log: Update Changes.
29242 Branch: perl
29243 ! Changes patchlevel.h
29244____________________________________________________________________________
402f2918
JH
29245[ 10055] By: jhi on 2001/05/09 16:26:47
29246 Log: Integrate perlio.
29247 Branch: perl
29248 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29249____________________________________________________________________________
29250[ 10054] By: jhi on 2001/05/09 16:25:42
29251 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
29252 From: Benjamin Sugars <bsugars@canoe.ca>
29253 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
29254 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
29255 Branch: perl
29256 ! perlio.c
29257____________________________________________________________________________
29258[ 10053] By: jhi on 2001/05/09 16:24:37
29259 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
29260 From: Benjamin Sugars <bsugars@canoe.ca>
29261 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
29262 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
29263 Branch: perl
29264 ! ext/PerlIO/Scalar/Scalar.xs
29265____________________________________________________________________________
29266[ 10052] By: jhi on 2001/05/09 16:19:04
29267 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
29268 From: Jeff Pinyan <jeffp@crusoe.net>
29269 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
29270 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
29271 Branch: perl
29272 ! lib/Pod/Html.pm
29273____________________________________________________________________________
29274[ 10051] By: jhi on 2001/05/09 15:30:17
29275 Log: EPOC tweak from Olaf Flebbe.
29276 Branch: perl
29277 ! epoc/epocish.h
29278____________________________________________________________________________
29279[ 10050] By: nick on 2001/05/09 14:37:57
29280 Log: win32, regen_config_h
29281 Branch: perlio
29282 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29283____________________________________________________________________________
29284[ 10049] By: jhi on 2001/05/09 12:33:39
29285 Log: Integrate perlio.
29286 Branch: perl
29287 !> pp_sys.c
29288____________________________________________________________________________
29289[ 10048] By: nick on 2001/05/09 11:59:50
29290 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
29291 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
29292 Branch: perlio
29293 ! pp_sys.c
29294____________________________________________________________________________
29295[ 10047] By: jhi on 2001/05/09 10:50:12
29296 Log: Integrate perlio.
29297 Branch: perl
29298 !> run.c
29299____________________________________________________________________________
29300[ 10046] By: jhi on 2001/05/09 10:49:34
29301 Log: Subject: Re: Less warnings during configure
29302 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29303 Date: Wed, 09 May 2001 13:12:49 +0200
29304 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
29305 Branch: perl
29306 ! hints/hpux.sh
29307____________________________________________________________________________
29308[ 10045] By: nick on 2001/05/09 09:56:59
29309 Log: MULTIPLICITY/DEBUGGING build fix.
29310 Branch: perlio
29311 ! run.c
29312____________________________________________________________________________
29313[ 10044] By: nick on 2001/05/09 09:46:37
29314 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
29315 Branch: perlio
29316 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
29317 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29318 !> (integrate 65 files)
29319____________________________________________________________________________
29320[ 10043] By: jhi on 2001/05/08 22:41:49
29321 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29322 From: Robin Houston <robin@kitsite.com>
29323 Date: Tue, 8 May 2001 19:38:00 +0100
29324 Message-ID: <20010508193800.A4389@penderel>
29325
29326 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29327 From: Robin Houston <robin@kitsite.com>
29328 Date: Tue, 8 May 2001 20:03:57 +0100
29329 Message-ID: <20010508200357.A4614@penderel>
29330
29331 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29332 From: Robin Houston <robin@kitsite.com>
29333 Date: Wed, 9 May 2001 00:12:05 +0100
29334 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
29335 Branch: perl
29336 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
29337____________________________________________________________________________
29338[ 10042] By: jhi on 2001/05/08 22:09:35
29339 Log: Retract #10031.
29340 Branch: perl
29341 ! pod/perlfunc.pod
29342____________________________________________________________________________
29343[ 10041] By: jhi on 2001/05/08 18:27:34
29344 Log: The metaconfig unit changes for #10040.
29345 Branch: metaconfig/U/perl
29346 ! Checkcc.U d_dlsymun.U dlsrc.U
29347____________________________________________________________________________
29348[ 10040] By: jhi on 2001/05/08 18:24:47
29349 Log: The Configure half of
29350
29351 Subject: Less warnings during configure
29352 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29353 Date: Tue, 08 May 2001 08:44:02 +0200
29354 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29355 Branch: perl
29356 ! Configure
29357____________________________________________________________________________
29358[ 10039] By: jhi on 2001/05/08 16:48:31
29359 Log: Subject: Less warnings during configure
29360 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29361 Date: Tue, 08 May 2001 08:44:02 +0200
29362 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29363 Branch: perl
29364 ! hints/hpux.sh
29365____________________________________________________________________________
29366[ 10038] By: jhi on 2001/05/08 16:32:07
29367 Log: Don't forget to whine about \d__\d.
29368 Branch: perl
29369 ! t/pragma/warn/toke toke.c
29370____________________________________________________________________________
29371[ 10037] By: jhi on 2001/05/08 16:07:05
29372 Log: Allow underscores also in the exponent part.
29373 Branch: perl
29374 ! t/pragma/warn/toke toke.c
29375____________________________________________________________________________
29376[ 10036] By: jhi on 2001/05/08 13:33:55
29377 Log: CodeMagicCD doesn't look like an *I*DE.
29378 Branch: perl
29379 ! pod/perlfaq3.pod
29380____________________________________________________________________________
29381[ 10035] By: jhi on 2001/05/08 13:27:48
29382 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
29383 to be consistently down).
29384 Branch: perl
29385 ! pod/perlfaq3.pod
29386____________________________________________________________________________
29387[ 10034] By: jhi on 2001/05/08 13:21:07
29388 Log: Upgrade to Text::Balanced 1.84.
29389 Branch: perl
29390 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
29391____________________________________________________________________________
29392[ 10033] By: jhi on 2001/05/08 12:41:53
29393 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
29394 From: Benjamin Sugars <bsugars@canoe.ca>
29395 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
29396 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
29397 Branch: perl
29398 ! run.c
29399____________________________________________________________________________
29400[ 10032] By: jhi on 2001/05/08 12:40:28
29401 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
29402 From: Peter Prymmer <pvhp@forte.com>
29403 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
29404 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
29405 Branch: perl
29406 ! t/pod/plainer.t
29407____________________________________________________________________________
29408[ 10031] By: jhi on 2001/05/08 12:35:25
29409 Log: (Retracted by #10042)
29410
29411 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
29412 From: "Philip Newton" <pnewton@gmx.de>
29413 Date: Tue, 8 May 2001 09:18:10 +0200
29414 Message-ID: <3AF7B9D2.28861.603732@localhost>
29415 Branch: perl
29416 ! pod/perlfunc.pod
29417____________________________________________________________________________
29418[ 10030] By: jhi on 2001/05/08 12:32:23
29419 Log: Subject: [PATCH B::Deparse] Document known bugs
29420 From: Robin Houston <robin@kitsite.com>
29421 Date: Tue, 8 May 2001 01:53:34 +0100
29422 Message-ID: <20010508015334.A32394@penderel>
29423 Branch: perl
29424 ! ext/B/B/Deparse.pm
29425____________________________________________________________________________
29426[ 10029] By: jhi on 2001/05/08 12:28:28
29427 Log: Subject: Re: Perl book, magazine and website updates.
29428 From: "Philip Newton" <pnewton@gmx.de>
29429 Date: Mon, 7 May 2001 17:03:58 +0200
29430 Message-ID: <3AF6D57E.5387.1E29930@localhost>
29431 Branch: perl
29432 ! pod/perlfaq2.pod
29433____________________________________________________________________________
29434[ 10028] By: jhi on 2001/05/07 23:53:30
29435 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
29436 From: Peter Prymmer <pvhp@forte.com>
29437 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
29438 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
29439 Branch: perl
29440 ! t/io/fflush.t
29441____________________________________________________________________________
29442[ 10027] By: jhi on 2001/05/07 23:22:48
29443 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
29444 From: Robin Houston <robin@kitsite.com>
29445 Date: Tue, 8 May 2001 01:14:55 +0100
29446 Message-ID: <20010508011455.A32162@penderel>
29447 Branch: perl
29448 ! ext/B/B/Deparse.pm
29449____________________________________________________________________________
29450[ 10026] By: jhi on 2001/05/07 23:15:05
29451 Log: Typo in #10025.
29452 Branch: perl
29453 ! hints/uts.sh
29454____________________________________________________________________________
29455[ 10025] By: jhi on 2001/05/07 21:15:35
29456 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
29457 Branch: perl
29458 ! hints/uts.sh
29459____________________________________________________________________________
29460[ 10024] By: jhi on 2001/05/07 20:58:40
29461 Log: Subject: Re: [ID 20010506.045] question about hash syntax
29462 From: Peter Scott <Peter@PSDT.com>
29463 Date: Sun, 06 May 2001 13:10:40 -0700
29464 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
29465 Branch: perl
29466 ! pod/perl56delta.pod
29467____________________________________________________________________________
29468[ 10023] By: jhi on 2001/05/07 20:41:26
29469 Log: Configure should figure out the list of dynamic extensions
29470 just fine in UTS-- and in fact it does, as reported by Hal Morris.
29471 Branch: perl
29472 ! hints/uts.sh
29473____________________________________________________________________________
29474[ 10022] By: jhi on 2001/05/07 20:24:11
29475 Log: Update Changes.
29476 Branch: perl
29477 ! Changes patchlevel.h
29478____________________________________________________________________________
038dd032
JH
29479[ 10021] By: jhi on 2001/05/07 20:11:31
29480 Log: Subject: [PATCH regcomp.c] Insecure regexes
29481 From: Robin Houston <robin@kitsite.com>
29482 Date: Mon, 7 May 2001 21:56:12 +0100
29483 Message-ID: <20010507215612.A31114@penderel>
29484 Branch: perl
29485 ! regcomp.c
29486____________________________________________________________________________
29487[ 10020] By: jhi on 2001/05/07 20:02:30
29488 Log: Drop the foobar.perl.com references for now until Simon
29489 gets them sorted out.
29490 Branch: perl
29491 ! pod/perlfaq2.pod
29492____________________________________________________________________________
29493[ 10019] By: jhi on 2001/05/07 19:54:33
29494 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
29495 From: Prymmer/Kahn <pvhp@best.com>
29496 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
29497 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
29498 Branch: perl
29499 ! lib/Devel/SelfStubber.pm
29500____________________________________________________________________________
29501[ 10018] By: jhi on 2001/05/07 19:53:10
29502 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
29503 From: Prymmer/Kahn <pvhp@best.com>
29504 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
29505 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
29506 Branch: perl
29507 ! win32/Makefile
29508____________________________________________________________________________
29509[ 10017] By: jhi on 2001/05/07 19:35:10
29510 Log: s/WebTechnique's/WebTechniques/
29511 Branch: perl
29512 ! pod/perlfaq2.pod
29513____________________________________________________________________________
29514[ 10016] By: jhi on 2001/05/07 12:26:29
29515 Log: Llama 3 updates from Randal.
29516 Branch: perl
29517 ! pod/perlfaq2.pod
29518____________________________________________________________________________
29519[ 10015] By: jhi on 2001/05/07 01:34:38
29520 Log: Subject: [PATCH] Help -Dt show correct pad variables
29521 From: Benjamin Sugars <ben.sugars@home.com>
29522 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
29523 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
29524 Branch: perl
29525 ! embed.h embed.pl proto.h run.c
29526____________________________________________________________________________
29527[ 10014] By: jhi on 2001/05/07 01:23:56
29528 Log: Subject: [PATCH] Document C<our $foo : shared>
29529 From: Benjamin Sugars <ben.sugars@home.com>
29530 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
29531 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
29532 Branch: perl
29533 ! pod/perlfunc.pod
29534____________________________________________________________________________
29535[ 10013] By: jhi on 2001/05/07 01:22:22
29536 Log: Subject: [PATCH B::Deparse] undefined folded constants
29537 From: Robin Houston <robin@kitsite.com>
29538 Date: Sun, 6 May 2001 17:19:09 +0100
29539 Message-ID: <20010506171909.A7046@penderel>
29540 Branch: perl
29541 ! ext/B/B/Deparse.pm
29542____________________________________________________________________________
29543[ 10012] By: jhi on 2001/05/07 00:57:38
29544 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
29545 From: Robin Houston <robin@kitsite.com>
29546 Message-ID: <20010506164654.A6848@penderel>
29547 Date: Sun, 6 May 2001 16:46:54 +0100
29548 Branch: perl
29549 ! ext/B/B/Deparse.pm
29550____________________________________________________________________________
29551[ 10011] By: jhi on 2001/05/07 00:52:18
29552 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
29553 From: Robin Houston <robin@kitsite.com>
29554 Date: Sun, 6 May 2001 14:47:02 +0100
29555 Message-ID: <20010506144702.A6308@penderel>
29556 Branch: perl
29557 ! t/op/my_stash.t
29558____________________________________________________________________________
29559[ 10010] By: jhi on 2001/05/06 15:07:51
29560 Log: Subject: Perl book, magazine and website updates.
29561 From: Simon Cozens <simon@netthink.co.uk>
29562 Date: Sun, 6 May 2001 16:55:36 +0100
29563 Message-ID: <20010506165536.A1795@netthink.co.uk>
29564 Branch: perl
29565 ! pod/perlbook.pod pod/perlfaq2.pod
29566____________________________________________________________________________
29567[ 10009] By: jhi on 2001/05/06 14:11:40
29568 Log: Tweaks on the Tru64 prof options.
29569 Branch: perl
29570 ! pod/perlhack.pod
29571____________________________________________________________________________
29572[ 10008] By: jhi on 2001/05/06 13:51:49
29573 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
29574 From: Robin Houston <robin@kitsite.com>
29575 Date: Sun, 6 May 2001 14:40:51 +0100
29576 Message-ID: <20010506144051.A6279@penderel>
29577 Branch: perl
29578 ! t/pod/testp2pt.pl
29579____________________________________________________________________________
29580[ 10007] By: jhi on 2001/05/06 13:49:31
29581 Log: Subject: [PATCH B::Deparse] scoping
29582 From: Robin Houston <robin@kitsite.com>
29583 Date: Sun, 6 May 2001 14:36:56 +0100
29584 Message-ID: <20010506143656.A4006@penderel>
29585 Branch: perl
29586 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
29587____________________________________________________________________________
29588[ 10006] By: jhi on 2001/05/06 13:24:12
29589 Log: Document the undefinedness of bitshifting out of range.
29590 Branch: perl
29591 ! pod/perlop.pod
29592____________________________________________________________________________
29593[ 10005] By: jhi on 2001/05/06 13:03:17
29594 Log: Retract #10003 and update the IDE descriptions a bit.
29595 Branch: perl
29596 ! pod/perlfaq3.pod
29597____________________________________________________________________________
29598[ 10004] By: jhi on 2001/05/06 03:02:41
29599 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
29600 From: Prymmer/Kahn <pvhp@best.com>
29601 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
29602 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
29603 Branch: perl
29604 ! win32/Makefile win32/buildext.pl win32/config.bc
29605 ! win32/config.gc win32/config.vc
29606____________________________________________________________________________
29607[ 10003] By: jhi on 2001/05/05 20:24:44
29608 Log: (Retracted by #10005.)
29609 Branch: perl
29610 ! pod/perlfaq3.pod
29611____________________________________________________________________________
29612[ 10002] By: jhi on 2001/05/05 19:23:36
29613 Log: It's "psed", not "sed".
29614 Branch: perl
29615 ! x2p/s2p.PL
29616____________________________________________________________________________
29617[ 10001] By: jhi on 2001/05/05 18:35:38
29618 Log: Update Changes.
29619 Branch: perl
29620 ! Changes patchlevel.h
29621____________________________________________________________________________
92e0bad9
JH
29622[ 10000] By: jhi on 2001/05/05 18:32:15
29623 Log: Subject: Re: bleadperl make install fails due to "psed"
29624 From: andreas.koenig@anima.de (Andreas J. Koenig)
29625 Date: 05 May 2001 18:23:28 +0200
29626 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
29627 Branch: perl
29628 ! x2p/Makefile.SH x2p/s2p.PL
29629____________________________________________________________________________
29630[ 9999] By: jhi on 2001/05/05 18:28:09
29631 Log: AUTHORS updates.
29632 Branch: perl
29633 ! AUTHORS
29634____________________________________________________________________________
29635[ 9998] By: jhi on 2001/05/05 18:16:00
29636 Log: Updates on the pods related to the modules included since 5.6.
29637
29638 TODO: perltodo really could use major updating.
29639 Branch: perl
29640 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
29641 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29642 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
29643 ! pod/perlsyn.pod pod/perltodo.pod
29644____________________________________________________________________________
29645[ 9997] By: jhi on 2001/05/05 17:35:17
29646 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
29647 from Kurt Skauen.
29648 Branch: perl
29649 + hints/atheos.sh
29650 ! MANIFEST
29651____________________________________________________________________________
29652[ 9996] By: jhi on 2001/05/05 17:25:00
29653 Log: Add preemptive #undefs for some of the shorter and more prone
29654 to collision regcomp.h #defines. (Background: the MASK collided
29655 with a system header #define in Rhapsody.)
29656 Branch: perl
29657 ! regcomp.h
29658____________________________________________________________________________
29659[ 9995] By: jhi on 2001/05/05 13:24:21
29660 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29661 From: Nicholas Clark <nick@ccl4.org>
29662 Date: Sat, 5 May 2001 14:46:39 +0100
29663 Message-ID: <20010505144639.O53513@plum.flirble.org>
29664
29665 Add a test for the constants (if any) being processed correctly.
29666 Branch: perl
29667 ! utils/h2xs.PL
29668____________________________________________________________________________
29669[ 9994] By: jhi on 2001/05/05 02:11:03
29670 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
29671 From: Peter Prymmer <pvhp@forte.com>
29672 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
29673 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
29674 Branch: perl
29675 ! t/lib/b-stash.t
29676____________________________________________________________________________
29677[ 9993] By: jhi on 2001/05/05 02:03:49
29678 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
29679 From: Peter Prymmer <pvhp@forte.com>
29680 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
29681 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
29682 Branch: perl
29683 ! perlio.c vms/vmsish.h
29684____________________________________________________________________________
29685[ 9992] By: jhi on 2001/05/04 17:21:12
29686 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
29687 From: Robin Barker <rmb1@cise.npl.co.uk>
29688 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
29689 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
29690 Branch: perl
29691 + t/pod/plainer.t
29692 ! MANIFEST
29693____________________________________________________________________________
29694[ 9991] By: jhi on 2001/05/04 16:47:45
29695 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
29696 From: Robin Barker <rmb1@cise.npl.co.uk>
29697 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
29698 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
29699 Branch: perl
29700 ! regcomp.c
29701____________________________________________________________________________
29702[ 9990] By: jhi on 2001/05/04 14:37:20
29703 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
29704 From: Prymmer/Kahn <pvhp@best.com>
29705 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
29706 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
29707 Branch: perl
29708 ! t/lib/b-stash.t
29709____________________________________________________________________________
29710[ 9989] By: jhi on 2001/05/04 14:03:58
29711 Log: Introduce perl572delta, update Todo, add the missing
29712 mention about signal safety since 5.7.1 (though this
29713 requires verification and more details.)
29714 Branch: perl
29715 + pod/perl572delta.pod
29716 ! MANIFEST Todo pod/perl571delta.pod
29717____________________________________________________________________________
29718[ 9988] By: jhi on 2001/05/04 12:41:51
29719 Log: Subject: [PATCH perl@9944] long =item
29720 From: Robin Barker <rmb1@cise.npl.co.uk>
29721 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
29722 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
29723 Branch: perl
29724 ! ext/Time/HiRes/HiRes.pm
29725____________________________________________________________________________
29726[ 9987] By: jhi on 2001/05/04 12:39:19
29727 Log: The #9901 had removed one line essential for EBCDIC.
29728 Branch: perl
29729 ! regcomp.c
29730____________________________________________________________________________
29731[ 9986] By: jhi on 2001/05/04 12:30:23
29732 Log: Subject: cygwin/Makefile.SHs INSTALL patch
29733 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
29734 Date: Mon, 08 Jan 2001 04:59:21 +0200
29735 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
29736 Branch: perl
29737 ! cygwin/Makefile.SHs
29738____________________________________________________________________________
29739[ 9985] By: jhi on 2001/05/04 03:51:39
29740 Log: Encode/IO doc tweaks.
29741 Branch: perl
29742 ! ext/Encode/Encode.pm
29743____________________________________________________________________________
29744[ 9984] By: jhi on 2001/05/04 03:29:34
29745 Log: Remove GDBM_File from the dynamic extensions for UTS,
29746 GDBM is not a standard feature.
29747 Branch: perl
29748 ! hints/uts.sh
29749____________________________________________________________________________
29750[ 9983] By: jhi on 2001/05/04 03:22:59
29751 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
29752 Branch: perl
29753 ! pod/perlretut.pod
29754____________________________________________________________________________
29755[ 9982] By: jhi on 2001/05/03 23:21:03
29756 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
29757 From: Benjamin Sugars <bsugars@canoe.ca>
29758 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
29759 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
29760 Branch: perl
29761 ! dump.c
29762____________________________________________________________________________
29763[ 9981] By: jhi on 2001/05/03 23:20:05
29764 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
29765 From: Benjamin Sugars <bsugars@canoe.ca>
29766 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
29767 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
29768 Branch: perl
29769 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29770____________________________________________________________________________
29771[ 9980] By: jhi on 2001/05/03 23:15:29
29772 Log: Integrate perlio.
29773 Branch: perl
29774 !> ext/Encode/Encode.pm
29775____________________________________________________________________________
29776[ 9979] By: jhi on 2001/05/03 16:54:59
29777 Log: Install psed man page.
29778 Branch: perl
29779 ! installman
29780____________________________________________________________________________
29781[ 9978] By: jhi on 2001/05/03 16:45:58
29782 Log: Remove unused files; noted by Sarathy.
29783 Branch: perl
29784 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29785 ! MANIFEST
29786____________________________________________________________________________
29787[ 9977] By: jhi on 2001/05/03 16:42:30
29788 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
29789 From: Andy Dougherty <doughera@lafayette.edu>
29790 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
29791 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
29792 Branch: perl
29793 ! INSTALL
29794____________________________________________________________________________
29795[ 9976] By: nick on 2001/05/03 16:40:42
29796 Log: Allow $answer = encode($object,$text); like it says in docs.
29797 Branch: perlio
29798 ! ext/Encode/Encode.pm
29799____________________________________________________________________________
29800[ 9975] By: nick on 2001/05/03 16:22:30
29801 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
29802 to be in scope (fair enough), and also a package variable (our) for eval to see it.
29803 Branch: perlio
29804 ! ext/Encode/Encode.pm
29805____________________________________________________________________________
29806[ 9974] By: nick on 2001/05/03 15:48:17
29807 Log: Integrate mainline.
29808 Branch: perlio
29809 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
29810 +> t/lib/filter-simple.t t/lib/next.t
29811 !> (integrate 70 files)
29812____________________________________________________________________________
29813[ 9973] By: jhi on 2001/05/03 13:09:09
29814 Log: Update Changes.
29815 Branch: perl
29816 ! Changes patchlevel.h
29817____________________________________________________________________________
724031fb
JH
29818[ 9972] By: jhi on 2001/05/03 12:58:33
29819 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
29820 From: Prymmer/Kahn <pvhp@best.com>
29821 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
29822 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
29823 Branch: perl
29824 ! t/io/fflush.t
29825____________________________________________________________________________
29826[ 9971] By: jhi on 2001/05/03 12:57:26
29827 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
29828 From: Prymmer/Kahn <pvhp@best.com>
29829 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
29830 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
29831 Branch: perl
29832 ! win32/FindExt.pm
29833____________________________________________________________________________
29834[ 9970] By: jhi on 2001/05/03 02:42:46
29835 Log: Can't croak sans thread context, from Doug MacEachern.
29836 Branch: perl
29837 ! toke.c
29838____________________________________________________________________________
29839[ 9969] By: jhi on 2001/05/03 01:23:48
29840 Log: Subject: Random input test and Perl
29841 From: Ilya Zakharevich <ilya@math.berkeley.edu>
29842 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
29843 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
29844 Branch: perl
29845 ! toke.c
29846____________________________________________________________________________
29847[ 9968] By: jhi on 2001/05/02 22:17:21
29848 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
29849 From: Peter Prymmer <pvhp@forte.com>
29850 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
29851 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
29852 Branch: perl
29853 ! pod/perlfunc.pod pod/perlport.pod
29854____________________________________________________________________________
29855[ 9967] By: jhi on 2001/05/02 20:12:45
29856 Log: Workaround for UTS compiler casting bug from Hal Morris.
29857 Branch: perl
29858 ! perl.h
29859____________________________________________________________________________
29860[ 9966] By: jhi on 2001/05/02 18:31:37
29861 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
29862 From: Dan Sugalski <dan@sidhe.org>
29863 Date: Wed, 02 May 2001 15:23:22 -0400
29864 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
29865 Branch: perl
29866 ! perl.c vms/vms.c
29867____________________________________________________________________________
29868[ 9965] By: jhi on 2001/05/02 18:21:29
29869 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
29870 Branch: perl
29871 ! pod/perlfunc.pod
29872____________________________________________________________________________
29873[ 9964] By: jhi on 2001/05/02 18:15:01
29874 Log: Document large files in INSTALL, document also the %x
29875 limitation if not use64bitint, closes bug 20010326.007.
29876 Branch: perl
29877 ! INSTALL
29878____________________________________________________________________________
29879[ 9963] By: jhi on 2001/05/02 17:24:47
29880 Log: perlmodlib tweaks; regen pods.
29881 Branch: perl
29882 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
29883 ! pod/perltoc.pod
29884____________________________________________________________________________
29885[ 9962] By: jhi on 2001/05/02 17:14:00
29886 Log: Fix for a segfault, from Marc Lehmann.
29887 Branch: perl
29888 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
29889____________________________________________________________________________
29890[ 9961] By: jhi on 2001/05/02 15:55:53
29891 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
29892 From: "Philip Newton" <pnewton@gmx.de>
29893 Date: Wed, 2 May 2001 18:39:03 +0200
29894 Message-ID: <3AF05447.15525.173B588@localhost>
29895 Branch: perl
29896 ! pod/perlop.pod
29897____________________________________________________________________________
29898[ 9960] By: jhi on 2001/05/02 15:35:37
29899 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
29900 From: Dan Sugalski <dan@sidhe.org>
29901 Date: Wed, 02 May 2001 11:37:27 -0400
29902 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
29903 Branch: perl
29904 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
29905 ! thread.h vms/vms.c vms/vmsish.h
29906____________________________________________________________________________
29907[ 9959] By: jhi on 2001/05/02 15:21:08
29908 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
29909 From: Benjamin Sugars <bsugars@canoe.ca>
29910 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
29911 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
29912 Branch: perl
29913 ! ext/PerlIO/Scalar/Scalar.xs
29914____________________________________________________________________________
29915[ 9958] By: jhi on 2001/05/02 15:15:53
29916 Log: Bug in #9915, spotted by Mike Guy.
29917 Branch: perl
29918 ! installperl
29919____________________________________________________________________________
29920[ 9957] By: jhi on 2001/05/02 13:26:01
29921 Log: Add a test for not griping about references as array
29922 indices if the reference has magic in it (overloaded
29923 methods).
29924 Branch: perl
29925 ! pod/perldiag.pod t/pragma/warn/pp_hot
29926____________________________________________________________________________
29927[ 9956] By: jhi on 2001/05/02 13:07:01
29928 Log: Retracted a bit too much in #9952.
29929 Branch: perl
29930 ! t/pragma/sub_lval.t
29931____________________________________________________________________________
29932[ 9955] By: jhi on 2001/05/02 13:05:38
29933 Log: Test for #9952.
29934 Branch: perl
29935 ! t/op/tie.t
29936____________________________________________________________________________
29937[ 9954] By: jhi on 2001/05/02 11:48:18
29938 Log: Additional note on the encoding example: one cannot
29939 convert string constants in-place.
29940 Branch: perl
29941 ! ext/Encode/Encode.pm
29942____________________________________________________________________________
29943[ 9953] By: jhi on 2001/05/02 11:43:51
29944 Log: Note that if you have recent enough Perl you already
29945 have Filter::Util::Call.
29946 Branch: perl
29947 ! lib/Filter/Simple.pm
29948____________________________________________________________________________
29949[ 9952] By: jhi on 2001/05/02 11:31:53
29950 Log: Retract changes #8254 and #8255, causes coredump in
29951 'tie FH, "main"', reported by Abigail, culprit found by
29952 Benjamin Sugars. Mirrors maintperl change #9950.
29953 Branch: perl
29954 ! op.c t/pragma/sub_lval.t
29955____________________________________________________________________________
29956[ 9951] By: jhi on 2001/05/02 11:14:29
29957 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
29958 Branch: perl
29959 + t/lib/MyFilter.pm
29960____________________________________________________________________________
29961[ 9950] By: gsar on 2001/05/02 03:17:11
29962 Log: revert integration of changes#8254,8255 in change#8620 (causes
29963 a coredump in C<tie FH, 'foo'>; the idea itself may need better
29964 rationalization)
29965 Branch: maint-5.6/perl
29966 ! op.c t/pragma/sub_lval.t
29967____________________________________________________________________________
29968[ 9949] By: gsar on 2001/05/02 02:56:32
29969 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
29970
29971 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29972
29973 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29974 Branch: maint-5.6/perl
29975 !> hints/svr5.sh
29976____________________________________________________________________________
29977[ 9948] By: gsar on 2001/05/02 02:49:15
29978 Log: pod/find.t breaks on VMS (from Craig Berry)
29979 Branch: maint-5.6/perl
29980 ! t/pod/find.t
29981____________________________________________________________________________
29982[ 9947] By: jhi on 2001/05/02 02:43:09
29983 Log: Add an encoding conversion example.
29984 Branch: perl
29985 ! ext/Encode/Encode.pm
29986____________________________________________________________________________
29987[ 9946] By: jhi on 2001/05/02 01:34:22
29988 Log: Another coat of paint but still nowhere finished.
29989 Need to decide on the semantics of strptime(): should
29990 strptime() be a function instead of a method? To do
29991 the week/monthname-strptiming the i18n/l10n bullet needs
29992 to be bitten with gusto.
29993 Branch: perl
29994 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29995____________________________________________________________________________
29996[ 9945] By: jhi on 2001/05/01 23:40:52
29997 Log: Update Changes.
29998 Branch: perl
29999 ! Changes patchlevel.h
30000____________________________________________________________________________
f63e93b7
JH
30001[ 9944] By: jhi on 2001/05/01 23:33:37
30002 Log: Add known-to-be-tested modules to the list-to-be-skipped.
30003 Branch: perl
30004 ! t/lib/1_compile.t
30005____________________________________________________________________________
30006[ 9943] By: jhi on 2001/05/01 23:24:40
30007 Log: Subject: BorlandC++ fix
30008 From: "Vadim Konovalov" <watman@inbox.ru>
30009 Date: Mon, 30 Apr 2001 20:12:26 -0700
30010 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
30011 Branch: perl
30012 ! win32/makefile.mk
30013____________________________________________________________________________
30014[ 9942] By: jhi on 2001/05/01 23:18:02
30015 Log: Update to Filter::Simple 0.60, create a test for it.
30016 Branch: perl
30017 + t/lib/filter-simple.t
30018 ! MANIFEST lib/Filter/Simple.pm
30019____________________________________________________________________________
30020[ 9941] By: jhi on 2001/05/01 19:47:24
30021 Log: Subject: Re: bleadperl: s/// failure with \b and /g
30022 From: Hugo <hv@crypt.compulink.co.uk>
30023 Date: Tue, 01 May 2001 20:12:20 +0100
30024 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
30025 Branch: perl
30026 ! pp_hot.c t/op/re_tests
30027____________________________________________________________________________
30028[ 9940] By: jhi on 2001/05/01 19:42:16
30029 Log: Integrate perlio.
30030 Branch: perl
30031 !> lib/base.pm t/lib/fields.t
30032____________________________________________________________________________
30033[ 9939] By: jhi on 2001/05/01 19:39:51
30034 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
30035 From: Benjamin Sugars <bsugars@canoe.ca>
30036 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
30037 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
30038 Branch: perl
30039 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30040____________________________________________________________________________
30041[ 9938] By: jhi on 2001/05/01 19:34:09
30042 Log: Add NEXT, a pseudo-class for method redispatching.
30043 <Damian>NEXT.pm probably offers more bang-for-buck
30044 than anything else I've ever written.</Damian>
30045 Branch: perl
30046 + lib/NEXT.pm t/lib/next.t
30047 ! MANIFEST
30048____________________________________________________________________________
30049[ 9937] By: jhi on 2001/05/01 19:21:41
30050 Log: Update to Switch 2.02.
30051 Branch: perl
30052 ! lib/Switch.pm t/lib/switch.t
30053____________________________________________________________________________
30054[ 9936] By: nick on 2001/05/01 19:09:21
30055 Log: Fix for base.pm clobbering $VERSION
30056 Branch: perlio
30057 ! lib/base.pm
30058____________________________________________________________________________
30059[ 9935] By: nick on 2001/05/01 18:54:38
30060 Log: Test for base.pm clobbering $VERSION.
30061 Branch: perlio
30062 ! t/lib/fields.t
30063____________________________________________________________________________
30064[ 9934] By: jhi on 2001/05/01 18:39:10
30065 Log: Add information about Scalar::Util::blessed.
30066 Branch: perl
30067 ! pod/perlobj.pod
30068____________________________________________________________________________
30069[ 9933] By: jhi on 2001/05/01 18:33:51
30070 Log: Subject: Extra UNIVERSAL documentation
30071 From: Mike Guy <mjtg@cam.ac.uk>
30072 Date: Tue, 01 May 2001 20:12:11 +0100
30073 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
30074 Branch: perl
30075 ! pod/perlobj.pod
30076____________________________________________________________________________
30077[ 9932] By: jhi on 2001/05/01 18:26:54
30078 Log: Subject: Autoflush in tests as appropriate
30079 From: Mike Guy <mjtg@cam.ac.uk>
30080 Date: Tue, 01 May 2001 20:05:31 +0100
30081 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
30082 Branch: perl
30083 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
30084 ! t/op/taint.t
30085____________________________________________________________________________
30086[ 9931] By: jhi on 2001/05/01 18:02:29
30087 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
30088 From: Benjamin Sugars <bsugars@canoe.ca>
30089 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
30090 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
30091 Branch: perl
30092 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30093____________________________________________________________________________
30094[ 9930] By: jhi on 2001/05/01 15:12:26
30095 Log: Subject: Re: Finally got a round tuit
30096 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30097 Date: Tue, 01 May 2001 14:14:10 +0200
30098 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
30099
30100 The -DP part, slightly modified.
30101 Branch: perl
30102 ! perl.c
30103____________________________________________________________________________
30104[ 9929] By: jhi on 2001/05/01 14:17:15
30105 Log: Subject: Re: Finally got a round tuit
30106 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30107 Date: Tue, 01 May 2001 16:34:06 +0200
30108 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
30109
30110 cpp and optimization tweaks for HP-UX.
30111 Branch: perl
30112 ! hints/hpux.sh
30113____________________________________________________________________________
30114[ 9928] By: jhi on 2001/05/01 13:24:20
30115 Log: Tune the scan_num() comments to reality.
30116 Branch: perl
30117 ! toke.c
30118____________________________________________________________________________
30119[ 9927] By: jhi on 2001/05/01 13:14:01
30120 Log: Subject: [PATCH B::Deparse] optimised sort
30121 From: Robin Houston <robin@kitsite.com>
30122 Date: Tue, 1 May 2001 14:07:12 +0100
30123 Message-ID: <20010501140712.A4266@penderel>
30124 Branch: perl
30125 ! ext/B/B/Deparse.pm
30126____________________________________________________________________________
30127[ 9926] By: jhi on 2001/05/01 13:10:53
30128 Log: Subject: [PATCH t/lib/b-deparse.t]
30129 From: Robin Houston <robin@kitsite.com>
30130 Date: Tue, 1 May 2001 13:37:42 +0100
30131 Message-ID: <20010501133742.A4082@penderel>
30132 Branch: perl
30133 ! t/lib/b-deparse.t
30134____________________________________________________________________________
30135[ 9925] By: jhi on 2001/05/01 13:10:13
30136 Log: Subject: [PATCH B::Deparse] for(;;), sort
30137 From: Robin Houston <robin@kitsite.com>
30138 Date: Tue, 1 May 2001 13:35:00 +0100
30139 Message-ID: <20010501133500.A4061@penderel>
30140 Branch: perl
30141 ! ext/B/B/Deparse.pm
30142____________________________________________________________________________
30143[ 9924] By: jhi on 2001/05/01 13:09:22
30144 Log: Subject: [PATCH B::Deparse] do, warn, use
30145 From: Robin Houston <robin@kitsite.com>
30146 Date: Tue, 1 May 2001 13:31:03 +0100
30147 Message-ID: <20010501133103.A4041@penderel>
30148 Branch: perl
30149 ! ext/B/B/Deparse.pm
30150____________________________________________________________________________
30151[ 9923] By: jhi on 2001/05/01 11:45:36
30152 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
30153 From: Benjamin Sugars <ben.sugars@home.com>
30154 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
30155 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
30156 Branch: perl
30157 + t/io/fflush.t
30158 ! MANIFEST
30159____________________________________________________________________________
30160[ 9922] By: jhi on 2001/05/01 11:35:42
30161 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
30162 From: Peter Prymmer <pvhp@forte.com>
30163 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
30164 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
30165 Branch: perl
30166 ! t/lib/selfstubber.t
30167____________________________________________________________________________
30168[ 9921] By: jhi on 2001/04/30 16:34:33
30169 Log: Subject: [PATCH B::Concise] suppress warning
30170 From: Robin Houston <robin@kitsite.com>
30171 Date: Mon, 30 Apr 2001 16:09:49 +0100
30172 Message-ID: <20010430160949.A25086@penderel>
30173 Branch: perl
30174 ! ext/B/B/Concise.pm
30175____________________________________________________________________________
30176[ 9920] By: jhi on 2001/04/30 13:56:04
30177 Log: Strip the *markers* from #9919.
30178 Branch: perl
30179 ! pod/perlfaq.pod pod/perlfaq5.pod
30180____________________________________________________________________________
30181[ 9919] By: jhi on 2001/04/30 13:54:04
30182 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
30183 From: Gwyn Judd <b.judd@xtra.co.nz>
30184 Date: Sun, 29 Apr 2001 01:47:49 +1200
30185 Message-ID: <20010429014749.A4418@thislove>
30186 Branch: perl
30187 ! pod/perlfaq.pod pod/perlfaq5.pod
30188____________________________________________________________________________
30189[ 9918] By: jhi on 2001/04/30 13:13:54
30190 Log: More_tweakage.
30191 Branch: perl
30192 ! pod/perldata.pod pod/perldiag.pod
30193____________________________________________________________________________
30194[ 9917] By: jhi on 2001/04/30 13:01:27
30195 Log: Update Changes.
30196 Branch: perl
30197 ! Changes patchlevel.h
30198____________________________________________________________________________
2b112a98
JH
30199[ 9916] By: jhi on 2001/04/30 12:57:03
30200 Log: T_w_e_a_k_a_g_e.
30201 Branch: perl
30202 ! pod/perldata.pod pod/perldiag.pod
30203____________________________________________________________________________
30204[ 9915] By: jhi on 2001/04/30 12:39:29
30205 Log: Install s2p also as psed.
30206
30207 TODO: psed documentation?
30208 Branch: perl
30209 ! installperl
30210____________________________________________________________________________
30211[ 9914] By: jhi on 2001/04/30 12:29:21
30212 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
30213 From: Jens Hamisch <jens@Strawberry.COM>
30214 Date: Fri, 27 Apr 2001 17:00:36 +0200
30215 Message-ID: <20010427170036.K1372@Strawberry.COM>
30216
30217 SOCKS5_VERSION_NAME is the right symbol to detect
30218 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
30219 function called socks5_init() is available, and even that is
30220 not universal, most SOCKS5 installations use SOCKSinit()).
30221 Branch: perl
30222 ! perlio.c
30223____________________________________________________________________________
30224[ 9913] By: jhi on 2001/04/30 12:22:15
30225 Log: Allow a zero timeout on IO::Socket accept and connect--
30226 though one really shouldn't do that. Based on
30227
30228 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
30229 From: "John Holdsworth" <coldwave@bigfoot.com>
30230 Date: Sun, 4 Feb 2001 12:48:18 +0100
30231 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
30232 Branch: perl
30233 ! ext/IO/lib/IO/Socket.pm
30234____________________________________________________________________________
30235[ 9912] By: jhi on 2001/04/30 11:27:27
30236 Log: Save the spot of regprev (see #9911) for binary compatibility;
30237 regen API.
30238 Branch: perl
30239 ! embedvar.h perlapi.h thrdvar.h
30240____________________________________________________________________________
30241[ 9911] By: jhi on 2001/04/30 11:22:03
30242 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
30243 From: Hugo <hv@crypt.compulink.co.uk>
30244 Date: Sun, 29 Apr 2001 17:09:30 +0100
30245 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
30246 Branch: perl
30247 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
30248____________________________________________________________________________
30249[ 9910] By: jhi on 2001/04/30 11:15:12
30250 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
30251 a dummy for PL_numeric_radix); no pressing reason to break
30252 binary compatibility; regen API.
30253 Branch: perl
30254 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
30255 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
30256____________________________________________________________________________
30257[ 9909] By: jhi on 2001/04/30 10:56:08
30258 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
30259 From: Walt Mankowski <waltman@netaxs.com>
30260 Date: Sun, 29 Apr 2001 21:53:48 -0400
30261 Message-ID: <20010429215348.A3971@netaxs.com>
30262 Branch: perl
30263 ! pod/perlfunc.pod
30264____________________________________________________________________________
30265[ 9908] By: jhi on 2001/04/30 10:49:40
30266 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
30267 Branch: perl
30268 ! t/lib/selfstubber.t
30269____________________________________________________________________________
30270[ 9907] By: nick on 2001/04/30 09:26:50
30271 Log: Integrate mainline.
30272 Branch: perlio
30273 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30274____________________________________________________________________________
30275[ 9906] By: jhi on 2001/04/29 23:24:20
30276 Log: Abigail spotted a thinko in #9905.
30277 Branch: perl
30278 ! pod/perldiag.pod
30279____________________________________________________________________________
30280[ 9905] By: jhi on 2001/04/29 15:55:39
30281 Log: Changed the underscore/undebar syntax in numeric constants;
30282 now any grouping will do, as long as the underscores are not
30283 consecutive (so "zero-grouping" is out), and they do not begin
30284 or end the integer or fractional parts.
30285 Branch: perl
30286 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30287____________________________________________________________________________
30288[ 9904] By: nick on 2001/04/29 15:43:22
30289 Log: Integrate mainline.
30290 Branch: perlio
30291 +> (branch 98 files)
30292 - lib/unicode/Block.pl
30293 - lib/unicode/In/AlphabeticPresentationForms.pl
30294 - lib/unicode/In/Arabic.pl
30295 - lib/unicode/In/ArabicPresentationForms-A.pl
30296 - lib/unicode/In/ArabicPresentationForms-B.pl
30297 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30298 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30299 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30300 - lib/unicode/In/BopomofoExtended.pl
30301 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30302 - lib/unicode/In/CJKCompatibility.pl
30303 - lib/unicode/In/CJKCompatibilityForms.pl
30304 - lib/unicode/In/CJKCompatibilityIdeographs.pl
30305 - lib/unicode/In/CJKRadicalsSupplement.pl
30306 - lib/unicode/In/CJKSymbolsandPunctuation.pl
30307 - lib/unicode/In/CJKUnifiedIdeographs.pl
30308 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30309 - lib/unicode/In/Cherokee.pl
30310 - lib/unicode/In/CombiningDiacriticalMarks.pl
30311 - lib/unicode/In/CombiningHalfMarks.pl
30312 - lib/unicode/In/CombiningMarksforSymbols.pl
30313 - lib/unicode/In/ControlPictures.pl
30314 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30315 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30316 - lib/unicode/In/EnclosedAlphanumerics.pl
30317 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30318 - lib/unicode/In/Ethiopic.pl
30319 - lib/unicode/In/GeneralPunctuation.pl
30320 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30321 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30322 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30323 - lib/unicode/In/HalfwidthandFullwidthForms.pl
30324 - lib/unicode/In/HangulCompatibilityJamo.pl
30325 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30326 - lib/unicode/In/Hebrew.pl
30327 - lib/unicode/In/HighPrivateUseSurrogates.pl
30328 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30329 - lib/unicode/In/IPAExtensions.pl
30330 - lib/unicode/In/IdeographicDescriptionCharacters.pl
30331 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30332 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30333 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30334 - lib/unicode/In/Latin-1Supplement.pl
30335 - lib/unicode/In/LatinExtended-A.pl
30336 - lib/unicode/In/LatinExtended-B.pl
30337 - lib/unicode/In/LatinExtendedAdditional.pl
30338 - lib/unicode/In/LetterlikeSymbols.pl
30339 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30340 - lib/unicode/In/MathematicalOperators.pl
30341 - lib/unicode/In/MiscellaneousSymbols.pl
30342 - lib/unicode/In/MiscellaneousTechnical.pl
30343 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30344 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30345 - lib/unicode/In/OpticalCharacterRecognition.pl
30346 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30347 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30348 - lib/unicode/In/SmallFormVariants.pl
30349 - lib/unicode/In/SpacingModifierLetters.pl
30350 - lib/unicode/In/Specials.pl
30351 - lib/unicode/In/SuperscriptsandSubscripts.pl
30352 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30353 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30354 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30355 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30356 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30357 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
30358 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
30359 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
30360 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
30361 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
30362 !> utf8.c win32/Makefile
30363____________________________________________________________________________
30364[ 9903] By: jhi on 2001/04/29 14:30:53
30365 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
30366 From: Prymmer/Kahn <pvhp@best.com>
30367 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
30368 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
30369 Branch: perl
30370 ! win32/Makefile
30371____________________________________________________________________________
30372[ 9902] By: jhi on 2001/04/29 02:52:44
30373 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
30374 From: "Abigail" <abigail@foad.org>
30375 Date: Sun, 29 Apr 2001 03:14:25 +0200
30376 Message-ID: <20010429011425.24503.qmail@foad.org>
30377 Branch: perl
30378 ! ext/IO/lib/IO/Seekable.pm
30379____________________________________________________________________________
30380[ 9901] By: jhi on 2001/04/29 02:04:46
30381 Log: In character classes one couldn't have 0x80..0xff characters
30382 at the left hand side if there were 0x100.. characters in the
30383 character class.
30384 Branch: perl
30385 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
30386 ! t/op/pat.t utf8.c
30387____________________________________________________________________________
30388[ 9900] By: jhi on 2001/04/28 22:55:04
30389 Log: Forgot the latest mktables.PL from #9899.
30390 Branch: perl
30391 ! lib/unicode/mktables.PL
30392____________________________________________________________________________
30393[ 9899] By: jhi on 2001/04/28 22:53:28
30394 Log: Explain the \p{} and \P{} error message better and
30395 have prettier prettyprint in In.pl.
30396 Branch: perl
30397 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
30398 ! pod/perldiag.pod
30399____________________________________________________________________________
30400[ 9898] By: jhi on 2001/04/28 21:03:34
30401 Log: Add one possible explanation for the "Invalid [] range" error.
30402 Branch: perl
30403 ! pod/perldiag.pod
30404____________________________________________________________________________
30405[ 9897] By: jhi on 2001/04/28 17:18:26
30406 Log: Add a level of indirection to the implementation of \p{InFoo}
30407 so that we don't have to have long filenames. (Nothing changes
30408 in the user interface.) The indirection is defined in
30409 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
30410 Also rename some the character classes by removing '-' from
30411 the classnames, and finally renamed Block.pl as Blocks.pl.
30412 Branch: perl
30413 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
30414 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
30415 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
30416 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30417 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
30418 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
30419 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
30420 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
30421 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
30422 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
30423 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
30424 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
30425 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
30426 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
30427 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
30428 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
30429 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
30430 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
30431 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
30432 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
30433 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
30434 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
30435 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
30436 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
30437 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
30438 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
30439 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
30440 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
30441 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
30442 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
30443 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
30444 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
30445 + lib/unicode/In/94.pl lib/unicode/In/95.pl
30446 - lib/unicode/Block.pl
30447 - lib/unicode/In/AlphabeticPresentationForms.pl
30448 - lib/unicode/In/Arabic.pl
30449 - lib/unicode/In/ArabicPresentationForms-A.pl
30450 - lib/unicode/In/ArabicPresentationForms-B.pl
30451 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30452 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30453 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30454 - lib/unicode/In/BopomofoExtended.pl
30455 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30456 - lib/unicode/In/CJKCompatibility.pl
30457 - lib/unicode/In/CJKCompatibilityForms.pl
30458 - lib/unicode/In/CJKCompatibilityIdeographs.pl
30459 - lib/unicode/In/CJKRadicalsSupplement.pl
30460 - lib/unicode/In/CJKSymbolsandPunctuation.pl
30461 - lib/unicode/In/CJKUnifiedIdeographs.pl
30462 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30463 - lib/unicode/In/Cherokee.pl
30464 - lib/unicode/In/CombiningDiacriticalMarks.pl
30465 - lib/unicode/In/CombiningHalfMarks.pl
30466 - lib/unicode/In/CombiningMarksforSymbols.pl
30467 - lib/unicode/In/ControlPictures.pl
30468 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30469 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30470 - lib/unicode/In/EnclosedAlphanumerics.pl
30471 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30472 - lib/unicode/In/Ethiopic.pl
30473 - lib/unicode/In/GeneralPunctuation.pl
30474 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30475 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30476 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30477 - lib/unicode/In/HalfwidthandFullwidthForms.pl
30478 - lib/unicode/In/HangulCompatibilityJamo.pl
30479 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30480 - lib/unicode/In/Hebrew.pl
30481 - lib/unicode/In/HighPrivateUseSurrogates.pl
30482 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30483 - lib/unicode/In/IPAExtensions.pl
30484 - lib/unicode/In/IdeographicDescriptionCharacters.pl
30485 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30486 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30487 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30488 - lib/unicode/In/Latin-1Supplement.pl
30489 - lib/unicode/In/LatinExtended-A.pl
30490 - lib/unicode/In/LatinExtended-B.pl
30491 - lib/unicode/In/LatinExtendedAdditional.pl
30492 - lib/unicode/In/LetterlikeSymbols.pl
30493 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30494 - lib/unicode/In/MathematicalOperators.pl
30495 - lib/unicode/In/MiscellaneousSymbols.pl
30496 - lib/unicode/In/MiscellaneousTechnical.pl
30497 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30498 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30499 - lib/unicode/In/OpticalCharacterRecognition.pl
30500 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30501 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30502 - lib/unicode/In/SmallFormVariants.pl
30503 - lib/unicode/In/SpacingModifierLetters.pl
30504 - lib/unicode/In/Specials.pl
30505 - lib/unicode/In/SuperscriptsandSubscripts.pl
30506 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30507 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30508 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30509 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30510 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30511 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
30512 ! pod/perlunicode.pod
30513____________________________________________________________________________
30514[ 9896] By: jhi on 2001/04/28 14:33:17
30515 Log: Update the information on shared library path on HP-UX.
30516 Branch: perl
30517 ! INSTALL
30518____________________________________________________________________________
30519[ 9895] By: jhi on 2001/04/28 14:32:30
30520 Log: Because #9894 seems to do the trick, this workaround can be removed.
30521 Branch: perl
30522 ! t/lib/selfstubber.t
30523____________________________________________________________________________
30524[ 9894] By: jhi on 2001/04/28 14:26:13
30525 Log: For PerlIO flush the children's file handles (on fork/exec/system).
30526 Branch: perl
30527 ! perl.h
30528____________________________________________________________________________
30529[ 9893] By: jhi on 2001/04/28 14:23:15
30530 Log: Test tweak for #9891.
30531 Branch: perl
30532 ! t/lib/b-deparse.t
30533____________________________________________________________________________
30534[ 9892] By: jhi on 2001/04/28 14:10:13
30535 Log: New HP-UX hints from Merijn.
30536 Branch: perl
30537 ! hints/hpux.sh
30538____________________________________________________________________________
30539[ 9891] By: jhi on 2001/04/28 14:07:27
30540 Log: Subject: [PATCH B::Deparse] non-block scopes
30541 From: Robin Houston <robin@kitsite.com>
30542 Date: Fri, 27 Apr 2001 19:15:14 +0100
30543 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
30544 Branch: perl
30545 ! ext/B/B/Deparse.pm
30546____________________________________________________________________________
30547[ 9890] By: nick on 2001/04/27 19:41:25
30548 Log: Integrate mainline
30549 Branch: perlio
30550 +> t/lib/selfstubber.t
30551 !> (integrate 50 files)
30552____________________________________________________________________________
30553[ 9889] By: jhi on 2001/04/27 18:23:46
30554 Log: Subject: Re: selfstubber test fail on bleadperl
30555 From: Mike Guy <mjtg@cam.ac.uk>
30556 Date: Fri, 27 Apr 2001 19:31:18 +0100
30557 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
30558 Branch: perl
30559 ! t/lib/selfstubber.t
30560____________________________________________________________________________
30561[ 9888] By: jhi on 2001/04/27 16:20:54
30562 Log: Test tweak for #9886.
30563 Branch: perl
30564 ! t/lib/b-deparse.t
30565____________________________________________________________________________
30566[ 9887] By: jhi on 2001/04/27 16:16:33
30567 Log: Buffering issue at least in Solaris (even with perlio).
30568 Branch: perl
30569 ! t/lib/selfstubber.t
30570____________________________________________________________________________
30571[ 9886] By: jhi on 2001/04/27 14:59:23
30572 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
30573 From: Robin Houston <robin@kitsite.com>
30574 Date: Fri, 27 Apr 2001 16:53:20 +0100
30575 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
30576 Branch: perl
30577 ! ext/B/B/Deparse.pm
30578____________________________________________________________________________
30579[ 9885] By: jhi on 2001/04/27 14:23:51
30580 Log: Update Changes.
30581 Branch: perl
30582 ! Changes patchlevel.h
30583____________________________________________________________________________
94c2704d
JH
30584[ 9884] By: jhi on 2001/04/27 14:14:12
30585 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
30586 From: "Philip Newton" <pnewton@gmx.de>
30587 Date: Fri, 27 Apr 2001 16:40:13 +0200
30588 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
30589 Branch: perl
30590 ! pod/perldata.pod
30591____________________________________________________________________________
30592[ 9883] By: jhi on 2001/04/27 13:28:19
30593 Log: Add LOG_PERROR; prettify the "removed".
30594 Branch: perl
30595 ! ext/Sys/Syslog/Syslog.xs
30596____________________________________________________________________________
30597[ 9882] By: jhi on 2001/04/27 13:13:18
30598 Log: h2xs tweaks: use NV instead of double, "quote" the removed
30599 prefixes for clarity (especially when nothing is removed),
30600 slight pod reformats.
30601 Branch: perl
30602 ! utils/h2xs.PL
30603____________________________________________________________________________
30604[ 9881] By: jhi on 2001/04/27 12:58:48
30605 Log: Don't bother creating existing directories.
30606 Branch: perl
30607 ! utils/h2xs.PL
30608____________________________________________________________________________
30609[ 9880] By: jhi on 2001/04/27 12:45:39
30610 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
30611 From: Mike Schilli <m@perlmeister.com>
30612 Date: Wed, 25 Apr 2001 01:29:21 -0700
30613 Message-id: <3AE68AE1.6A981723@perlmeister.com>
30614 Branch: perl
30615 ! utils/h2xs.PL
30616____________________________________________________________________________
30617[ 9879] By: jhi on 2001/04/27 12:40:55
30618 Log: break is not yet Perl. Added the template license also to README.
30619 Branch: perl
30620 ! utils/h2xs.PL
30621____________________________________________________________________________
30622[ 9878] By: jhi on 2001/04/27 03:08:20
30623 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
30624 From: Tim Jenness <t.jenness@jach.hawaii.edu>
30625 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
30626 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
30627 Branch: perl
30628 ! t/lib/xs-typemap.t
30629____________________________________________________________________________
30630[ 9877] By: jhi on 2001/04/26 23:54:40
30631 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
30632 From: "Abigail" <abigail@foad.org>
30633 Date: Fri, 27 Apr 2001 01:44:28 +0200
30634 Message-ID: <20010426234428.19786.qmail@foad.org>
30635 Branch: perl
30636 ! utils/h2xs.PL
30637____________________________________________________________________________
30638[ 9876] By: jhi on 2001/04/26 23:52:06
30639 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
30640 From: Peter Prymmer <pvhp@forte.com>
30641 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
30642 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
30643 Branch: perl
30644 ! t/lib/selfstubber.t
30645____________________________________________________________________________
30646[ 9875] By: jhi on 2001/04/26 23:48:10
30647 Log: Deparse nits.
30648 Branch: perl
30649 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
30650____________________________________________________________________________
30651[ 9874] By: jhi on 2001/04/26 22:46:05
30652 Log: Document ANYOF_CLASS.
30653 Branch: perl
30654 ! regcomp.h
30655____________________________________________________________________________
30656[ 9873] By: jhi on 2001/04/26 22:35:03
30657 Log: Subject: Re: [PATCH @9846] dumping ANYOF
30658 From: Hugo <hv@crypt.compulink.co.uk>
30659 Date: Thu, 26 Apr 2001 23:33:38 +0100
30660 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
30661 Branch: perl
30662 ! regcomp.c regcomp.h
30663____________________________________________________________________________
30664[ 9872] By: jhi on 2001/04/26 22:34:31
30665 Log: Subject: [PATCH] more for Devel::SelfStubber
30666 From: Nicholas Clark <nick@ccl4.org>
30667 Date: Fri, 27 Apr 2001 00:13:52 +0100
30668 Message-ID: <20010427001351.K88186@plum.flirble.org>
30669 Branch: perl
30670 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
30671____________________________________________________________________________
30672[ 9871] By: jhi on 2001/04/26 21:59:17
30673 Log: Subject: [PATCH B::Deparse] formats must be flush left
30674 From: Robin Houston <robin@kitsite.com>
30675 Date: Thu, 26 Apr 2001 23:54:29 +0100
30676 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
30677 Branch: perl
30678 ! ext/B/B/Deparse.pm
30679____________________________________________________________________________
30680[ 9870] By: jhi on 2001/04/26 21:57:37
30681 Log: If some of the constants are prefixes of others,
30682 the prefixes may never get recognized. (See 20010426.006.)
30683 Branch: perl
30684 ! utils/h2xs.PL
30685____________________________________________________________________________
30686[ 9869] By: jhi on 2001/04/26 21:50:42
30687 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
30688 From: Chris Bongaarts <cab@tc.umn.edu>
30689 Date: Thu, 26 Apr 2001 17:10:31 -0500
30690 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
30691 Branch: perl
30692 ! ext/Sys/Syslog/Syslog.xs
30693____________________________________________________________________________
30694[ 9868] By: jhi on 2001/04/26 21:35:12
30695 Log: Further cuts and more docs from Graham Barr.
30696 Branch: perl
30697 ! ext/List/Util/lib/List/Util.pm
30698 ! ext/List/Util/lib/Scalar/Util.pm
30699____________________________________________________________________________
30700[ 9867] By: jhi on 2001/04/26 21:18:57
30701 Log: Subject: [PATCH 5.7.1] DB_File-1.77
30702 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
30703 Date: Thu, 26 Apr 2001 22:37:53 +0100
30704 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
30705 Branch: perl
30706 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30707 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30708____________________________________________________________________________
30709[ 9866] By: jhi on 2001/04/26 21:12:31
30710 Log: Subject: [PATCH B::Deparse] fix easy bugs
30711 From: Robin Houston <robin@kitsite.com>
30712 Date: Thu, 26 Apr 2001 23:03:33 +0100
30713 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
30714 Branch: perl
30715 ! ext/B/B/Deparse.pm
30716____________________________________________________________________________
30717[ 9865] By: jhi on 2001/04/26 20:26:13
30718 Log: Update Changes.
30719 Branch: perl
30720 ! Changes patchlevel.h
30721____________________________________________________________________________
f9f7dcb2
JH
30722[ 9864] By: jhi on 2001/04/26 19:27:48
30723 Log: Dethinko from Robin Houston.
30724 Branch: perl
30725 ! ext/B/B/Deparse.pm
30726____________________________________________________________________________
30727[ 9863] By: jhi on 2001/04/26 19:10:35
30728 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
30729 From: Robin Houston <robin@kitsite.com>
30730 Date: Thu, 26 Apr 2001 21:08:32 +0100
30731 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
30732 Branch: perl
30733 ! ext/B/B/Deparse.pm
30734____________________________________________________________________________
30735[ 9862] By: jhi on 2001/04/26 19:04:23
30736 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30737 From: Robin Houston <robin@kitsite.com>
30738 Date: Thu, 26 Apr 2001 20:52:50 +0100
30739 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
30740 Branch: perl
30741 ! ext/B/B/Deparse.pm
30742____________________________________________________________________________
30743[ 9861] By: jhi on 2001/04/26 18:56:14
30744 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
30745 From: Mike Guy <mjtg@cam.ac.uk>
30746 Date: Thu, 26 Apr 2001 14:22:40 +0100
30747 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
30748 Branch: perl
30749 ! pod/perlobj.pod
30750____________________________________________________________________________
30751[ 9860] By: jhi on 2001/04/26 18:46:42
30752 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30753 From: Robin Houston <robin@kitsite.com>
30754 Date: Thu, 26 Apr 2001 20:34:29 +0100
30755 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
30756
30757 Hashes do not interpolate.
30758 Branch: perl
30759 ! ext/B/B/Deparse.pm
30760____________________________________________________________________________
30761[ 9859] By: jhi on 2001/04/26 18:43:51
30762 Log: Subject: The Time::Piece conspiracy unmasked!!!
30763 From: Mike Guy <mjtg@cam.ac.uk>
30764 Date: Thu, 26 Apr 2001 19:02:50 +0100
30765 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
30766
30767 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
30768 From: Mike Guy <mjtg@cam.ac.uk>
30769 Date: Thu, 26 Apr 2001 19:08:21 +0100
30770 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
30771
30772 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
30773 From: Graham Barr <gbarr@pobox.com>
30774 Date: Thu, 26 Apr 2001 19:12:03 +0100
30775 Message-ID: <20010426191203.A70835@pobox.com>
30776
30777 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
30778 Branch: perl
30779 ! ext/List/Util/lib/List/Util.pm
30780 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
30781____________________________________________________________________________
30782[ 9858] By: jhi on 2001/04/26 18:17:42
30783 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
30784 From: Robin Houston <robin@kitsite.com>
30785 Date: Thu, 26 Apr 2001 16:09:35 +0100
30786 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
30787 Branch: perl
30788 ! t/comp/proto.t
30789____________________________________________________________________________
30790[ 9857] By: jhi on 2001/04/26 18:04:59
30791 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30792 From: barries <barries@slaysys.com>
30793 Date: Thu, 26 Apr 2001 12:01:10 -0400
30794 Message-ID: <20010426120110.E29698@jester.slaysys.com>
30795 Branch: perl
30796 ! pod/perldiag.pod
30797____________________________________________________________________________
30798[ 9856] By: jhi on 2001/04/26 18:03:33
30799 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
30800 Date: Thu, 26 Apr 2001 17:13:41 +0100
30801 From: Robin Houston <robin@kitsite.com>
30802 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
30803
30804 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30805 From: Robin Houston <robin@kitsite.com>
30806 Date: Thu, 26 Apr 2001 18:44:29 +0100
30807 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
30808 Branch: perl
30809 ! ext/B/B/Deparse.pm
30810____________________________________________________________________________
30811[ 9855] By: jhi on 2001/04/26 17:56:04
30812 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
30813 From: Robin Houston <robin@kitsite.com>
30814 Date: Thu, 26 Apr 2001 17:04:08 +0100
30815 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
30816 Branch: perl
30817 ! ext/B/B/Deparse.pm
30818____________________________________________________________________________
30819[ 9854] By: jhi on 2001/04/26 17:47:26
30820 Log: Subject: Re: Short test case for undef %stash:: crash
30821 From: Benjamin Sugars <bsugars@canoe.ca>
30822 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
30823 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
30824 Changed and moved the perldiag entry.
30825 Branch: perl
30826 ! gv.c pod/perldiag.pod
30827____________________________________________________________________________
30828[ 9853] By: jhi on 2001/04/26 14:35:16
30829 Log: Beginnings of strptime(). Do not touch the wet paint.
30830 Branch: perl
30831 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30832____________________________________________________________________________
30833[ 9852] By: jhi on 2001/04/26 13:17:21
30834 Log: Retract #9851, core dumps from pod2man.
30835 Branch: perl
30836 ! regcomp.c
30837____________________________________________________________________________
30838[ 9851] By: jhi on 2001/04/26 11:54:41
30839 Log: (Retracted by #9852.)
30840
30841 Subject: [PATCH @9846] dumping ANYOF
30842 From: Hugo <hv@crypt.compulink.co.uk>
30843 Date: Thu, 26 Apr 2001 05:32:38 +0100
30844 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
30845 Branch: perl
30846 ! regcomp.c
30847____________________________________________________________________________
30848[ 9850] By: jhi on 2001/04/26 02:34:44
30849 Log: If ccflags was empty the _previous_ $* containing all the
30850 environment variables and Configure variables was used,
30851 which lead, among other bad things, into $ccflags being your
30852 uname -a output, which lead into test compile with cc failing,
30853 which lead into gcc being selected, which didn't work that well
30854 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
30855 with large files, et cetera.
30856 Branch: perl
30857 ! hints/hpux.sh
30858____________________________________________________________________________
30859[ 9849] By: jhi on 2001/04/26 01:44:57
30860 Log: Make selfstubber test more portable.
30861 Branch: perl
30862 ! t/lib/selfstubber.t
30863____________________________________________________________________________
30864[ 9848] By: jhi on 2001/04/26 00:50:26
30865 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
30866 From: Benjamin Sugars <ben.sugars@home.com>
30867 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
30868 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
30869 Branch: perl
30870 ! ext/Cwd/Cwd.xs
30871____________________________________________________________________________
30872[ 9847] By: jhi on 2001/04/26 00:46:58
30873 Log: Subject: [PATCH: perl@9841] VMS updates
30874 From: Peter Prymmer <pvhp@forte.com>
30875 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
30876 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
30877 Branch: perl
30878 ! README.vms configure.com vms/descrip_mms.template
30879 ! vms/ext/filespec.t
30880____________________________________________________________________________
30881[ 9846] By: jhi on 2001/04/26 00:11:56
30882 Log: re 'debug' was broken by #9084.
30883 Branch: perl
30884 ! ext/re/re.xs
30885____________________________________________________________________________
30886[ 9845] By: jhi on 2001/04/25 22:33:17
30887 Log: Subject: [PATCH] test for Devel::SelfStubber
30888 From: Nicholas Clark <nick@ccl4.org>
30889 Date: Thu, 26 Apr 2001 00:00:54 +0100
30890 Message-ID: <20010426000054.D89026@plum.flirble.org>
30891 Branch: perl
30892 + t/lib/selfstubber.t
30893 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
30894____________________________________________________________________________
30895[ 9844] By: jhi on 2001/04/25 22:29:32
30896 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
30897 From: Paul Johnson <paul@pjcj.net>
30898 Date: Thu, 26 Apr 2001 00:46:08 +0200
30899 Message-ID: <20010426004608.H2338@pjcj.net>
30900 Branch: perl
30901 ! ext/B/B/Concise.pm
30902____________________________________________________________________________
30903[ 9843] By: jhi on 2001/04/25 22:28:28
30904 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
30905 From: Peter Prymmer <pvhp@forte.com>
30906 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
30907 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
30908 Branch: perl
30909 ! ext/Cwd/Cwd.xs
30910____________________________________________________________________________
30911[ 9842] By: jhi on 2001/04/25 20:58:12
30912 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
30913 From: John Peacock <jpeacock@rowman.com>
30914 Date: Wed, 25 Apr 2001 17:30:26 -0400
30915 Message-ID: <3AE741F2.B3217464@rowman.com>
30916 Branch: perl
30917 ! lib/Math/BigInt.pm t/lib/bigintpm.t
30918____________________________________________________________________________
30919[ 9841] By: jhi on 2001/04/25 20:07:05
30920 Log: Update Changes.
30921 Branch: perl
30922 ! Changes patchlevel.h
30923____________________________________________________________________________
a086fe03
JH
30924[ 9840] By: jhi on 2001/04/25 19:56:51
30925 Log: Yet another HP-UX hints version from Merijn.
30926 Branch: perl
30927 ! hints/hpux.sh
30928____________________________________________________________________________
30929[ 9839] By: jhi on 2001/04/25 19:53:04
30930 Log: abs_path() didn't terminate the filename correctly,
30931 in DIRNAMLENless systems like HP-UX this would fail.
30932 Branch: perl
30933 ! ext/Cwd/Cwd.xs
30934____________________________________________________________________________
30935[ 9838] By: jhi on 2001/04/25 16:37:26
30936 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
30937 From: Mike Guy <mjtg@cam.ac.uk>
30938 Date: Wed, 25 Apr 2001 18:31:47 +0100
30939 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
30940 Branch: perl
30941 ! op.c
30942____________________________________________________________________________
30943[ 9837] By: jhi on 2001/04/25 16:21:53
30944 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
30945 From: Jon Eveland <jweveland@yahoo.com>
30946 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
30947 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
30948 Branch: perl
30949 ! lib/perl5db.pl
30950____________________________________________________________________________
30951[ 9836] By: jhi on 2001/04/25 14:17:50
30952 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
30953 From: "Philip Newton" <pnewton@gmx.de>
30954 Date: Wed, 25 Apr 2001 17:05:58 +0200
30955 Message-ID: <3AE703F6.3234.1833C45@localhost>
30956 Branch: perl
30957 ! Porting/patching.pod
30958____________________________________________________________________________
30959[ 9835] By: jhi on 2001/04/25 13:58:07
30960 Log: It would seem that both ar and full_ar need to be overridden
30961 for HP-UX to avoid the GNU ar.
30962 Branch: perl
30963 ! hints/hpux.sh
30964____________________________________________________________________________
30965[ 9834] By: jhi on 2001/04/25 13:50:40
30966 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
30967 From: "Philip Newton" <pnewton@gmx.de>
30968 Date: Wed, 25 Apr 2001 16:09:23 +0200
30969 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
30970
30971 Detypo.
30972 Branch: perl
30973 ! t/op/misc.t
30974____________________________________________________________________________
30975[ 9833] By: jhi on 2001/04/25 12:36:11
30976 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
30977 Branch: perl
30978 ! hints/hpux.sh
30979____________________________________________________________________________
30980[ 9832] By: jhi on 2001/04/25 12:33:36
30981 Log: New version of HP-UX hints from Merijn.
30982 Branch: perl
30983 ! hints/hpux.sh
30984____________________________________________________________________________
30985[ 9831] By: jhi on 2001/04/25 03:39:45
30986 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
30987 Branch: perl
30988 ! hints/hpux.sh
30989____________________________________________________________________________
30990[ 9830] By: jhi on 2001/04/25 02:53:25
30991 Log: The tzname[] bit is not needed by util.c -- and causes
30992 heartburn in VMS (and it missing was probably the cause of
30993 the Mac OS X trouble). Ouch.
30994 Branch: perl
30995 ! ext/POSIX/POSIX.xs util.c
30996____________________________________________________________________________
30997[ 9829] By: jhi on 2001/04/25 00:10:06
30998 Log: Metaconfig unit change for #9828.
30999 Branch: metaconfig
31000 ! U/compline/ccflags.U
31001____________________________________________________________________________
31002[ 9828] By: jhi on 2001/04/25 00:04:18
31003 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
31004 (which is actually the reason for the change, we need to pass
31005 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
31006 EP/IX, OS/2, and TitanOS, based on the hints files.
31007 Branch: perl
31008 ! Configure config_h.SH
31009____________________________________________________________________________
31010[ 9827] By: jhi on 2001/04/24 23:49:20
31011 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
31012 the $cat must have an absolute path.
31013 Branch: perl
31014 ! makedepend.SH
31015____________________________________________________________________________
31016[ 9826] By: jhi on 2001/04/24 23:40:53
31017 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
31018 Branch: perl
31019 ! README.amiga
31020____________________________________________________________________________
31021[ 9825] By: jhi on 2001/04/24 23:35:35
31022 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
31023 From: "Philip Newton" <pnewton@gmx.de>
31024 Date: Tue, 24 Apr 2001 18:52:49 +0200
31025 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
31026 Branch: perl
31027 ! x2p/find2perl.PL
31028____________________________________________________________________________
31029[ 9824] By: jhi on 2001/04/24 23:33:07
31030 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
31031 Some gcc specifics dropped out due to extensive rewriting;
31032 will be put back later as needed.
31033 Branch: perl
31034 ! hints/hpux.sh
31035____________________________________________________________________________
31036[ 9823] By: jhi on 2001/04/24 23:27:57
31037 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
31038 Branch: perl
31039 ! ext/POSIX/POSIX.xs
31040____________________________________________________________________________
31041[ 9822] By: jhi on 2001/04/24 23:25:21
31042 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
31043 From: Tim Jenness <t.jenness@jach.hawaii.edu>
31044 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
31045 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
31046 Branch: perl
31047 ! ext/XS/Typemap/Typemap.xs
31048____________________________________________________________________________
31049[ 9821] By: jhi on 2001/04/24 23:24:10
31050 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
31051 From: "Abigail" <abigail@foad.org>
31052 Date: Tue, 24 Apr 2001 23:12:03 +0200
31053 Message-ID: <20010424211203.7901.qmail@foad.org>
31054 Branch: perl
31055 ! pod/perlport.pod
31056____________________________________________________________________________
31057[ 9820] By: jhi on 2001/04/24 23:23:15
31058 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
31059 From: Matt Sergeant <matt@sergeant.org>
31060 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
31061 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
31062 Branch: perl
31063 ! pod/perlfaq4.pod
31064____________________________________________________________________________
31065[ 9819] By: nick on 2001/04/24 18:49:43
31066 Log: Integrate mainline.
31067 Branch: perlio
31068 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31069 !> (integrate 37 files)
31070____________________________________________________________________________
31071[ 9818] By: jhi on 2001/04/24 14:35:23
31072 Log: Update Changes.
31073 Branch: perl
31074 ! Changes patchlevel.h
31075____________________________________________________________________________
bfe39e23
JH
31076[ 9817] By: jhi on 2001/04/24 14:09:17
31077 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
31078 From: "Philip Newton" <pnewton@gmx.de>
31079 Date: Tue, 24 Apr 2001 12:58:12 +0200
31080 Message-ID: <3AE57864.8304.B77A0A@localhost>
31081
31082 plus add CPAN to the list of modules that have their own tests.
31083 Branch: perl
31084 ! t/lib/1_compile.t
31085____________________________________________________________________________
31086[ 9816] By: jhi on 2001/04/24 14:07:03
31087 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
31088 From: Michael G Schwern <schwern@pobox.com>
31089 Date: Sat, 21 Apr 2001 22:35:00 +0100
31090 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
31091 Branch: perl
31092 ! t/lib/1_compile.t
31093____________________________________________________________________________
31094[ 9815] By: jhi on 2001/04/24 13:54:32
31095 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
31096 From: Robin Houston <robin@kitsite.com>
31097 Date: Tue, 24 Apr 2001 15:51:18 +0100
31098 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
31099 Branch: perl
31100 ! ext/B/B/Deparse.pm
31101____________________________________________________________________________
31102[ 9814] By: jhi on 2001/04/24 13:17:34
31103 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31104 From: Bill Glicker <billg@burrelles.com>
31105 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
31106 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
31107 Branch: perl
31108 ! hints/svr5.sh
31109____________________________________________________________________________
31110[ 9813] By: jhi on 2001/04/24 12:54:23
31111 Log: Prevent path disclosure (probing for existence of filenames)
31112 using suidperl; bug id 20010322.218.
31113 Branch: perl
31114 ! perl.c pod/perldiag.pod
31115____________________________________________________________________________
31116[ 9812] By: jhi on 2001/04/24 12:08:36
31117 Log: Retract #9811.
31118 Branch: perl
31119 ! ext/POSIX/POSIX.xs
31120____________________________________________________________________________
31121[ 9811] By: jhi on 2001/04/24 11:57:35
31122 Log: (Retracted by #9812.)
31123 Branch: perl
31124 ! ext/POSIX/POSIX.xs
31125____________________________________________________________________________
31126[ 9810] By: jhi on 2001/04/24 03:32:35
31127 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
31128 Branch: perl
31129 ! util.c
31130____________________________________________________________________________
31131[ 9809] By: jhi on 2001/04/24 03:16:13
31132 Log: The Math::BigFloat::import() was broken.
31133 (Fixes bug id 20010422.002.)
31134 Branch: perl
31135 ! lib/Math/BigFloat.pm
31136____________________________________________________________________________
31137[ 9808] By: jhi on 2001/04/24 01:11:40
31138 Log: Additional dependencies; should help for parallel makes
31139 not to fail on missing lib/lib.pm or lib/re.pm.
31140 Branch: perl
31141 ! Makefile.SH
31142____________________________________________________________________________
31143[ 9807] By: jhi on 2001/04/24 00:57:01
31144 Log: Update the test failure disclaimer.
31145 Branch: perl
31146 ! t/pragma/warn/pp_hot
31147____________________________________________________________________________
31148[ 9806] By: jhi on 2001/04/24 00:54:04
31149 Log: Add make target "install-all" which is alias for "install"
31150 to cater for case-preserving filesystems like HFS+.
31151 Branch: perl
31152 ! INSTALL Makefile.SH
31153____________________________________________________________________________
31154[ 9805] By: jhi on 2001/04/24 00:47:28
31155 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
31156 From: Peter Prymmer <pvhp@forte.com>
31157 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
31158 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
31159
31160 (Ken William's message forwarded from macosx@perl.org)
31161 Branch: perl
31162 ! hints/darwin.sh
31163____________________________________________________________________________
31164[ 9804] By: jhi on 2001/04/23 23:57:35
31165 Log: Cut-and-pasto.
31166 Branch: perl
31167 ! perlio.c
31168____________________________________________________________________________
31169[ 9803] By: jhi on 2001/04/23 23:52:25
31170 Log: More PerlIO robustness.
31171 Branch: perl
31172 ! perlio.c
31173____________________________________________________________________________
31174[ 9802] By: jhi on 2001/04/23 23:43:35
31175 Log: Make the "STD* opened only for ..." errors more consistent.
31176 Branch: perl
31177 ! doio.c
31178____________________________________________________________________________
31179[ 9801] By: jhi on 2001/04/23 23:34:26
31180 Log: Test case for #9800.
31181 Branch: perl
31182 ! t/op/misc.t
31183____________________________________________________________________________
31184[ 9800] By: jhi on 2001/04/23 23:14:43
31185 Log: Avoid coredump on 'close STDERR; die' by making
31186 the PerlIO calls more robust. Also use SETERRNO()
31187 instead of errno = to be more VMS-ready.
31188 Branch: perl
31189 ! perlio.c
31190____________________________________________________________________________
31191[ 9799] By: jhi on 2001/04/23 21:41:10
31192 Log: Subject: test for ID 20010423.002
31193 From: Robin Houston <robin@kitsite.com>
31194 Date: Mon, 23 Apr 2001 16:52:21 +0100
31195 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
31196 Branch: perl
31197 ! t/op/avhv.t
31198____________________________________________________________________________
31199[ 9798] By: jhi on 2001/04/23 21:40:07
31200 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
31201 From: David Dyck <dcd@tc.fluke.com>
31202 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
31203 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
31204 Branch: perl
31205 ! installperl
31206____________________________________________________________________________
31207[ 9797] By: jhi on 2001/04/23 21:37:56
31208 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
31209 From: Benjamin Sugars <bsugars@canoe.ca>
31210 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
31211 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
31212 Branch: perl
31213 ! ext/Cwd/Cwd.xs lib/Cwd.pm
31214____________________________________________________________________________
31215[ 9796] By: jhi on 2001/04/23 21:29:24
31216 Log: Synchronize h2xs and pod2man some more on the documentation
31217 templates they propose.
31218 Branch: perl
31219 ! pod/pod2man.PL utils/h2xs.PL
31220____________________________________________________________________________
31221[ 9795] By: jhi on 2001/04/23 17:30:40
31222 Log: Add one more naughty test for base64; make encoding logic cleaner.
31223 Branch: perl
31224 ! t/lib/mimeb64.t
31225____________________________________________________________________________
31226[ 9794] By: jhi on 2001/04/23 13:51:32
31227 Log: Update Changes.
31228 Branch: perl
31229 ! Changes patchlevel.h
31230____________________________________________________________________________
a1954273
JH
31231[ 9793] By: jhi on 2001/04/23 13:44:18
31232 Log: Duplicate lines.
31233 Branch: perl
31234 ! MANIFEST
31235____________________________________________________________________________
31236[ 9792] By: jhi on 2001/04/23 13:39:13
31237 Log: Subject: Re: PATCH 5.7.1
31238 From: Mark-Jason Dominus <mjd@plover.com>
31239 Date: Mon, 23 Apr 2001 10:30:21 -0400
31240 Message-ID: <20010423143021.17335.qmail@plover.com>
31241 Branch: perl
31242 ! perl.h sv.c
31243____________________________________________________________________________
31244[ 9791] By: jhi on 2001/04/23 13:32:40
31245 Log: Add the CPAN.pm 1.59_54 tests.
31246 Branch: perl
31247 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31248 ! MANIFEST
31249____________________________________________________________________________
31250[ 9790] By: jhi on 2001/04/23 13:21:55
31251 Log: Subject: Deparse nit
31252 From: Robin Houston <robin@kitsite.com>
31253 Date: Mon, 23 Apr 2001 12:38:20 +0100
31254 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
31255 Branch: perl
31256 ! ext/B/B/Deparse.pm
31257____________________________________________________________________________
31258[ 9789] By: jhi on 2001/04/23 13:19:07
31259 Log: Subject: [PATCH] bug 20010423.002
31260 From: Robin Houston <robin@kitsite.com>
31261 Date: Mon, 23 Apr 2001 13:12:30 +0100
31262 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
31263 Branch: perl
31264 ! pp.c
31265____________________________________________________________________________
31266[ 9788] By: jhi on 2001/04/23 13:02:49
31267 Log: Subject: PATCH [5.7.1] hv.c unused #define
31268 From: Mark-Jason Dominus <mjd@plover.com>
31269 Date: Sun, 22 Apr 2001 14:17:49 -0400
31270 Message-ID: <20010422181749.26976.qmail@plover.com>
31271 Branch: perl
31272 ! hv.c
31273____________________________________________________________________________
31274[ 9787] By: jhi on 2001/04/23 13:02:02
31275 Log: Subject: PATCH 5.7.1
31276 From: Mark-Jason Dominus <mjd@plover.com>
31277 Date: Sun, 22 Apr 2001 15:12:57 -0400
31278 Message-ID: <20010422191258.6539.qmail@plover.com>
31279
31280 plus Sarathy's STMT_START + STMT_END suggestion.
31281 Branch: perl
31282 ! perl.h
31283____________________________________________________________________________
31284[ 9786] By: jhi on 2001/04/23 12:53:25
31285 Log: Fix for
31286
31287 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
31288 From: dLux <dlux@spam.sch.bme.hu>
31289 Date: Mon, 23 Apr 2001 01:25:26 +0200
31290 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
31291
31292 (SvGROW really does return a char *.)
31293 Branch: perl
31294 ! pod/perlapi.pod sv.h
31295____________________________________________________________________________
31296[ 9785] By: jhi on 2001/04/23 04:34:04
31297 Log: Time::Piece work continues. $t->day removed since
31298 I think it's too confusing. Now has normal and
31299 abbreviated length weekday names and month names,
31300 the names change with _names(), not _list().
31301 Now has strftime() in Perl, _strftime() is
31302 the libc version (to which strftime() falls back
31303 if it doesn't know the format. To do: the reverse
31304 of strftime, strptime(), and the localisation of both.
31305 Branch: perl
31306 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
31307 ! t/lib/time-piece.t
31308____________________________________________________________________________
31309[ 9784] By: jhi on 2001/04/23 02:41:46
31310 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31311 From: andreas.koenig@anima.de (Andreas J. Koenig)
31312 Date: 23 Apr 2001 05:20:55 +0200
31313 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
31314 Branch: perl
31315 ! t/pragma/overload.t
31316____________________________________________________________________________
31317[ 9783] By: jhi on 2001/04/22 23:32:42
31318 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
31319 From: Robin Houston <robin@kitsite.com>
31320 Date: Mon, 23 Apr 2001 00:38:18 +0100
31321 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
31322 Branch: perl
31323 ! ext/B/B/Deparse.pm
31324____________________________________________________________________________
31325[ 9782] By: jhi on 2001/04/22 20:55:43
31326 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31327 From: Simon Cozens <simon@netthink.co.uk>
31328 Date: Sun, 22 Apr 2001 18:47:25 +0100
31329 Message-ID: <20010422184725.A14411@netthink.co.uk>
31330 Branch: perl
31331 ! sv.c t/pragma/overload.t
31332____________________________________________________________________________
31333[ 9781] By: jhi on 2001/04/22 20:52:13
31334 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
31335 From: Robin Houston <robin@kitsite.com>
31336 Date: Sun, 22 Apr 2001 22:14:50 +0100
31337 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
31338 Branch: perl
31339 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31340____________________________________________________________________________
31341[ 9780] By: nick on 2001/04/22 20:40:31
31342 Log: Integrate mainline.
31343 Branch: perlio
31344 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31345 +> t/lib/b-stash.t
31346 !> (integrate 38 files)
31347____________________________________________________________________________
31348[ 9779] By: jhi on 2001/04/22 15:16:03
31349 Log: Subject: IO::Socket::INET patch
31350 From: andrew deryabin <djsf@technarchy.ru>
31351 Date: Sat, 21 Apr 2001 17:46:52 +0400
31352 Message-ID: <20010421174652.B1426@technarchy>
31353 Branch: perl
31354 ! ext/IO/lib/IO/Socket/INET.pm
31355____________________________________________________________________________
31356[ 9778] By: jhi on 2001/04/22 15:14:33
31357 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
31358 From: Mark-Jason Dominus <mjd@plover.com>
31359 Date: Sat, 21 Apr 2001 21:27:49 -0400
31360 Message-ID: <20010422012749.27024.qmail@plover.com>
31361 Branch: perl
31362 ! regcomp.c
31363____________________________________________________________________________
31364[ 9777] By: jhi on 2001/04/22 15:10:51
31365 Log: Subject: Re: Regex debugger patch
31366 From: Mark-Jason Dominus <mjd@plover.com>
31367 Date: Sat, 21 Apr 2001 21:48:51 -0400
31368 Message-ID: <20010422014851.27165.qmail@plover.com>
31369 Branch: perl
31370 ! pod/perldebguts.pod
31371____________________________________________________________________________
31372[ 9776] By: jhi on 2001/04/22 15:09:48
31373 Log: Subject: Re: Regex debugger patch
31374 From: Mark-Jason Dominus <mjd@plover.com>
31375 Date: Sat, 21 Apr 2001 14:24:39 -0400
31376 Message-ID: <20010421182439.16508.qmail@plover.com>
31377
31378 Regex debugger backend.
31379 Branch: perl
31380 ! regcomp.c regexp.h
31381____________________________________________________________________________
31382[ 9775] By: jhi on 2001/04/21 16:45:40
31383 Log: Subject: [PATCH] Typo in utf8.h
31384 From: Jesús Quiroga <jquiroga@pobox.com>
31385 Date: Sat, 21 Apr 2001 19:25:33 +0200
31386 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
31387 Branch: perl
31388 ! utf8.h
31389____________________________________________________________________________
31390[ 9774] By: jhi on 2001/04/21 16:43:52
31391 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31392 From: Joe Orton <jorton@redhat.com>
31393 Date: Tue, 17 Apr 2001 15:50:43 +0100
31394 Message-Id: <20010417155043.D19132@eu.c2.net>
31395 Branch: perl
31396 ! hints/svr5.sh
31397____________________________________________________________________________
31398[ 9773] By: jhi on 2001/04/21 15:30:15
31399 Log: Subject: Patch utils/h2xs.PL
31400 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31401 Date: Sat, 21 Apr 2001 10:32:16 -0500
31402 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
31403
31404 Add MAILING list and LICENSE templates.
31405 Branch: perl
31406 ! utils/h2xs.PL
31407____________________________________________________________________________
31408[ 9772] By: jhi on 2001/04/21 15:28:36
31409 Log: Subject: perlfaq2.patch for 5.7.1
31410 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31411 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
31412 Date: Fri, 20 Apr 2001 16:42:19 -0500
31413
31414 rm an extra tab, a blurb about the xx.cpan to clarify
31415 which countries actually have that and dejanews is history
31416 as well as most of that nonsensical entry.
31417 Branch: perl
31418 ! pod/perlfaq2.pod
31419____________________________________________________________________________
31420[ 9771] By: jhi on 2001/04/21 15:27:17
31421 Log: Subject: perlfaq1.patch for 5.7.1
31422 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31423 Date: Fri, 20 Apr 2001 16:57:36 -0500
31424 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
31425
31426 Evil URLs must die. Especially when they are broken.
31427 Branch: perl
31428 ! pod/perlfaq1.pod
31429____________________________________________________________________________
31430[ 9770] By: jhi on 2001/04/21 15:23:38
31431 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
31432 From: Michael G Schwern <schwern@pobox.com>
31433 Date: Sat, 21 Apr 2001 16:11:12 +0100
31434 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
31435 Branch: perl
31436 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31437 + t/lib/b-stash.t
31438 ! MANIFEST ext/B/B.pm t/lib/b.t
31439____________________________________________________________________________
31440[ 9769] By: jhi on 2001/04/21 15:03:32
31441 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
31442 From: Michael G Schwern <schwern@pobox.com>
31443 Date: Sat, 21 Apr 2001 09:48:00 +0100
31444 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
31445 Branch: perl
31446 ! utils/h2ph.PL
31447____________________________________________________________________________
31448[ 9768] By: jhi on 2001/04/21 14:33:49
31449 Log: PerlIO and Encode doc cleanup and tweaks.
31450 Branch: perl
31451 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
31452 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
31453____________________________________________________________________________
31454[ 9767] By: jhi on 2001/04/21 12:40:16
31455 Log: Integrate perlio.
31456 Branch: perl
31457 !> doio.c
31458____________________________________________________________________________
31459[ 9766] By: nick on 2001/04/20 18:28:35
31460 Log: Avoid core dump on
31461 open(STDOUT,">",\$foo);
31462 Branch: perlio
31463 ! doio.c
31464____________________________________________________________________________
31465[ 9765] By: jhi on 2001/04/20 13:23:43
31466 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31467 From: Robin Houston <robin@kitsite.com>
31468 Date: Fri, 20 Apr 2001 14:29:22 +0100
31469 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
31470 Branch: perl
31471 ! ext/B/B.pm ext/B/B/Deparse.pm
31472____________________________________________________________________________
31473[ 9764] By: jhi on 2001/04/20 13:19:33
31474 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
31475 From: Peter Prymmer <pvhp@forte.com>
31476 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
31477 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
31478 Branch: perl
31479 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31480 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31481 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31482 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31483____________________________________________________________________________
31484[ 9763] By: jhi on 2001/04/20 12:36:39
31485 Log: Subject: Re: A new PerlIO coredump
31486 From: Nick Ing-Simmons <nik@tiuk.ti.com>
31487 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
31488 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
31489 Branch: perl
31490 ! doio.c
31491____________________________________________________________________________
31492[ 9762] By: jhi on 2001/04/19 23:02:30
31493 Log: Update Changes.
31494 Branch: perl
31495 ! Changes patchlevel.h
31496____________________________________________________________________________
4124720b
JH
31497[ 9761] By: jhi on 2001/04/19 22:59:19
31498 Log: More cleanup cleanup.
31499 Branch: perl
31500 ! Makefile.SH win32/Makefile win32/makefile.mk
31501____________________________________________________________________________
31502[ 9760] By: jhi on 2001/04/19 22:50:31
31503 Log: lib/Time is non-empty, let's not rmdir it.
31504 Branch: perl
31505 ! Makefile.SH
31506____________________________________________________________________________
31507[ 9759] By: jhi on 2001/04/19 22:36:51
31508 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31509 From: Robin Houston <robin@kitsite.com>
31510 Date: Fri, 20 Apr 2001 00:18:53 +0100
31511 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
31512 Branch: perl
31513 ! ext/B/B/Deparse.pm
31514____________________________________________________________________________
31515[ 9758] By: jhi on 2001/04/19 22:36:00
31516 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
31517 From: Peter Prymmer <pvhp@forte.com>
31518 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
31519 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
31520 Branch: perl
31521 ! ext/Cwd/Cwd.xs
31522____________________________________________________________________________
31523[ 9757] By: nick on 2001/04/19 18:53:54
31524 Log: Blind (untested) integrate of mainline.
31525 Branch: perlio
31526 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31527 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
31528 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31529 !> (integrate 53 files)
31530____________________________________________________________________________
31531[ 9756] By: jhi on 2001/04/19 16:59:23
31532 Log: Document and test Time::Piece.
31533 Branch: perl
31534 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
31535 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
31536____________________________________________________________________________
31537[ 9755] By: jhi on 2001/04/19 12:13:29
31538 Log: A better fix for the \x{12345678} trouble from NI-S.
31539 Branch: perl
31540 ! utf8.c
31541____________________________________________________________________________
31542[ 9754] By: jhi on 2001/04/19 11:56:07
31543 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
31544 From: Robin Houston <robin@kitsite.com>
31545 Date: Wed, 18 Apr 2001 17:58:33 +0100
31546 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
31547 Branch: perl
31548 ! ext/B/B/Deparse.pm op.c
31549____________________________________________________________________________
31550[ 9753] By: jhi on 2001/04/19 04:21:52
31551 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
31552 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
31553 Date: Thu, 19 Apr 2001 01:11:41 -0400
31554 Message-ID: <20010419011141.A5798@cpan.org>
31555 Branch: perl
31556 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31557____________________________________________________________________________
31558[ 9752] By: jhi on 2001/04/19 02:41:10
31559 Log: The new time utils need to be thread-aware, too.
31560 Branch: perl
31561 ! util.c
31562____________________________________________________________________________
31563[ 9751] By: jhi on 2001/04/19 02:26:47
31564 Log: Compilation nit noticed by AIX compiler.
31565 Branch: perl
31566 ! perlio.c
31567____________________________________________________________________________
31568[ 9750] By: jhi on 2001/04/19 02:20:06
31569 Log: The new time utils need to be public.
31570 Branch: perl
31571 ! embed.pl
31572____________________________________________________________________________
31573[ 9749] By: jhi on 2001/04/19 01:42:39
31574 Log: Regen toc.
31575 Branch: perl
31576 ! pod/perltoc.pod
31577____________________________________________________________________________
31578[ 9748] By: jhi on 2001/04/19 01:41:10
31579 Log: Add Time::Piece, a slight rewrite of Time::Object,
31580 from Matt Sergeant.
31581 Branch: perl
31582 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31583 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
31584 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31585 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
31586 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
31587 ! win32/makefile.mk
31588____________________________________________________________________________
31589[ 9747] By: jhi on 2001/04/19 00:55:35
31590 Log: The new metaconfig unit from strftime.
31591 Branch: metaconfig/U/perl
31592 + d_strftime.U
31593____________________________________________________________________________
31594[ 9746] By: jhi on 2001/04/19 00:54:54
31595 Log: Move the strftime() wrapper from POSIX.xs to util.c
31596 as my_strftime(), requires HAS_STRFTIME.
31597 Branch: perl
31598 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31599 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31600 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
31601 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31602 ! vos/config.ga.h win32/config.bc win32/config.gc
31603 ! win32/config.vc
31604____________________________________________________________________________
31605[ 9745] By: jhi on 2001/04/18 23:11:03
31606 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
31607 in preparation of Time::Piece.
31608 Branch: perl
31609 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
31610____________________________________________________________________________
31611[ 9744] By: jhi on 2001/04/18 22:33:12
31612 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
31613 From: Peter Prymmer <pvhp@forte.com>
31614 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
31615 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
31616 Branch: perl
31617 ! t/lib/exporter.t
31618____________________________________________________________________________
31619[ 9743] By: jhi on 2001/04/18 22:32:23
31620 Log: Subject: Fwd: pod2html leaves cache files lying around?
31621 From: Rajesh Vaidheeswarran <rv@gnu.org>
31622 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
31623 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
31624 Branch: perl
31625 ! lib/Pod/Html.pm
31626____________________________________________________________________________
31627[ 9742] By: jhi on 2001/04/18 20:31:49
31628 Log: Update Changes.
31629 Branch: perl
31630 ! Changes patchlevel.h
31631____________________________________________________________________________
918522b5
JH
31632[ 9741] By: jhi on 2001/04/18 20:23:02
31633 Log: Declare hints only if needed.
31634 Branch: perl
31635 ! ext/B/B/Deparse.pm
31636____________________________________________________________________________
31637[ 9740] By: jhi on 2001/04/18 19:06:05
31638 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
31639 bug noticed by Robin Houston; basically the code of detecting
31640 value wraparound was acting differently under different compilers
31641 and platforms. The workaround is to remove the overflow check
31642 for now, a real fix would be to do the overflow (portably) right.
31643 Branch: perl
31644 ! t/op/pat.t utf8.c
31645____________________________________________________________________________
31646[ 9739] By: jhi on 2001/04/18 19:01:23
31647 Log: Subject: [PATCH B::Deparse] some pragma support
31648 From: Robin Houston <robin@kitsite.com>
31649 Date: Wed, 18 Apr 2001 19:32:12 +0100
31650 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
31651 Branch: perl
31652 ! ext/B/B/Deparse.pm
31653____________________________________________________________________________
31654[ 9738] By: jhi on 2001/04/18 15:16:37
31655 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
31656 From: Benjamin Sugars <bsugars@canoe.ca>
31657 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
31658 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
31659 Branch: perl
31660 ! t/op/glob.t
31661____________________________________________________________________________
31662[ 9737] By: jhi on 2001/04/18 13:24:50
31663 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
31664 From: Tim Jenness <t.jenness@jach.hawaii.edu>
31665 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
31666 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
31667 Branch: perl
31668 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31669 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
31670____________________________________________________________________________
31671[ 9736] By: jhi on 2001/04/18 04:15:14
31672 Log: The #9735 also changes the subtest 12.
31673 Branch: perl
31674 ! t/lib/b.t
31675____________________________________________________________________________
31676[ 9735] By: jhi on 2001/04/18 03:55:17
31677 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
31678 From: David Dyck <dcd@tc.fluke.com>
31679 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
31680 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
31681 Branch: perl
31682 ! ext/B/B/Deparse.pm
31683____________________________________________________________________________
31684[ 9734] By: jhi on 2001/04/18 03:54:11
31685 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31686 From: Gisle Aas <gisle@ActiveState.com>
31687 Date: 17 Apr 2001 19:06:45 -0700
31688 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
31689 Branch: perl
31690 ! pp_hot.c t/op/misc.t
31691____________________________________________________________________________
31692[ 9733] By: jhi on 2001/04/17 22:25:22
31693 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
31694 From: "Abigail" <abigail@foad.org>
31695 Date: Wed, 18 Apr 2001 01:17:46 +0200
31696 Message-ID: <20010417231746.21657.qmail@foad.org>
31697 Branch: perl
31698 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
31699____________________________________________________________________________
31700[ 9732] By: jhi on 2001/04/17 20:47:56
31701 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
31702 From: Robin Houston <robin@kitsite.com>
31703 Date: Tue, 17 Apr 2001 22:37:42 +0100
31704 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
31705 Branch: perl
31706 ! ext/B/B/Deparse.pm
31707____________________________________________________________________________
31708[ 9731] By: nick on 2001/04/17 20:46:35
31709 Log: Re-sync for t/lib/b.t fix
31710 Branch: perlio
31711 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
31712____________________________________________________________________________
31713[ 9730] By: jhi on 2001/04/17 20:45:29
31714 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
31715 From: Robin Houston <robin@kitsite.com>
31716 Date: Tue, 17 Apr 2001 22:29:36 +0100
31717 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
31718 Branch: perl
31719 ! ext/B/B.xs ext/B/B/Deparse.pm
31720____________________________________________________________________________
31721[ 9729] By: jhi on 2001/04/17 20:43:11
31722 Log: Subject: Deparse - parenthesise args to undeclared subs
31723 From: Robin Houston <robin@kitsite.com>
31724 Date: Tue, 17 Apr 2001 21:31:05 +0100
31725 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
31726 Branch: perl
31727 ! ext/B/B/Deparse.pm
31728____________________________________________________________________________
31729[ 9728] By: jhi on 2001/04/17 18:57:30
31730 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
31731 From: Benjamin Sugars <ben.sugars@home.com>
31732 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
31733 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
31734 Branch: perl
31735 ! t/lib/cwd.t
31736____________________________________________________________________________
31737[ 9727] By: jhi on 2001/04/17 18:20:20
31738 Log: Subject: [PATCH B::Deparse] ambient pragmas
31739 From: Robin Houston <robin@kitsite.com>
31740 Date: Tue, 17 Apr 2001 20:01:59 +0100
31741 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
31742 Branch: perl
31743 ! ext/B/B/Deparse.pm t/lib/b.t
31744____________________________________________________________________________
31745[ 9726] By: nick on 2001/04/17 16:33:51
31746 Log: Integrate mainline (t/lib/b.t fails test 2...)
31747 Branch: perlio
31748 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31749 +> ext/List/Util/README ext/List/Util/Util.xs
31750 +> ext/List/Util/lib/List/Util.pm
31751 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
31752 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31753 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31754 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31755 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31756 !> (integrate 31 files)
31757____________________________________________________________________________
31758[ 9725] By: jhi on 2001/04/17 12:14:24
31759 Log: Subject: multiple B::* changes
31760 From: Robin Houston <robin@kitsite.com>
31761 Date: Thu, 12 Apr 2001 20:12:27 +0100
31762 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
31763 Branch: perl
31764 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31765____________________________________________________________________________
31766[ 9724] By: jhi on 2001/04/17 11:59:05
31767 Log: Thread-awareness from Doug MacEachern.
31768 Branch: perl
31769 ! ext/List/Util/Util.xs
31770____________________________________________________________________________
31771[ 9723] By: jhi on 2001/04/17 11:57:41
31772 Log: Make the test more portable.
31773 Branch: perl
31774 ! t/lib/cwd.t
31775____________________________________________________________________________
31776[ 9722] By: jhi on 2001/04/17 11:53:50
31777 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
31778 From: Benjamin Sugars <ben.sugars@home.com>
31779 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
31780 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
31781 Branch: perl
31782 ! t/lib/cwd.t
31783____________________________________________________________________________
31784[ 9721] By: jhi on 2001/04/17 11:52:17
31785 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
31786 From: Benjamin Sugars <bsugars@canoe.ca>
31787 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
31788 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
31789 Branch: perl
31790 ! op.c
31791____________________________________________________________________________
31792[ 9720] By: jhi on 2001/04/17 11:35:42
31793 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
31794 From: Chris Nandor <pudge@pobox.com>
31795 Date: Tue, 17 Apr 2001 00:30:49 -0400
31796 Message-Id: <p05100207b701768712de@[10.0.1.177]>
31797 Branch: perl
31798 ! ext/File/Glob/bsd_glob.c gv.c
31799____________________________________________________________________________
31800[ 9719] By: jhi on 2001/04/17 11:32:13
31801 Log: Subject: [PATCH] Tweten->West
31802 From: Casey West <casey@geeknest.com>
31803 Date: Mon, 16 Apr 2001 12:11:22 -0400
31804 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
31805 Branch: perl
31806 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
31807 ! pod/perltie.pod
31808____________________________________________________________________________
31809[ 9718] By: jhi on 2001/04/16 03:22:52
31810 Log: Update Changes.
31811 Branch: perl
31812 ! Changes patchlevel.h
31813____________________________________________________________________________
e49ff72b
JH
31814[ 9717] By: jhi on 2001/04/16 03:06:28
31815 Log: Regen toc.
31816 Branch: perl
31817 ! pod/perltoc.pod
31818____________________________________________________________________________
31819[ 9716] By: jhi on 2001/04/16 02:58:42
31820 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
31821 From: Prymmer/Kahn <pvhp@best.com>
31822 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
31823 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
31824 Branch: perl
31825 ! utf8.c
31826____________________________________________________________________________
31827[ 9715] By: jhi on 2001/04/15 23:40:35
31828 Log: Subject: Re: Net::Ping patch, adds stream protocol
31829 From: bronson@rinspin.com (Scott Bronson)
31830 Date: Tue, 10 Apr 2001 23:58:33 -0700
31831 Message-ID: <20010410235833.N29719@rinspin.com>
31832 Branch: perl
31833 ! lib/Net/Ping.pm
31834____________________________________________________________________________
31835[ 9714] By: jhi on 2001/04/15 23:31:46
31836 Log: Printing out the ok messages helps successful testing.
31837 Branch: perl
31838 ! t/lib/time-hires.t
31839____________________________________________________________________________
31840[ 9713] By: jhi on 2001/04/15 21:43:24
31841 Log: Update Douglas Wegscheid's email.
31842 Branch: perl
31843 ! AUTHORS
31844____________________________________________________________________________
31845[ 9712] By: jhi on 2001/04/15 21:40:41
31846 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
31847 From: Michael G Schwern <schwern@pobox.com>
31848 Date: Sat, 14 Apr 2001 22:40:50 +0100
31849 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
31850 Branch: perl
31851 + t/lib/exporter.t
31852 ! MANIFEST lib/Exporter/Heavy.pm
31853____________________________________________________________________________
31854[ 9711] By: jhi on 2001/04/15 21:39:21
31855 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
31856 From: Michael G Schwern <schwern@pobox.com>
31857 Date: Sat, 14 Apr 2001 22:13:59 +0100
31858 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
31859 Branch: perl
31860 ! t/op/loopctl.t
31861____________________________________________________________________________
31862[ 9710] By: jhi on 2001/04/15 21:30:19
31863 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
31864 From: Michael G Schwern <schwern@pobox.com>
31865 Date: Sat, 14 Apr 2001 22:05:32 +0100
31866 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
31867 Branch: perl
31868 ! t/pragma/warnings.t
31869____________________________________________________________________________
31870[ 9709] By: jhi on 2001/04/15 19:34:09
31871 Log: Integrate changes #9706,9707 from maintperl into mainline.
31872
31873 change#7210 broke .packlist generation
31874
31875 ExtUtils::Installed doesn't quote regex metacharacters in paths
31876 before using them in match; also make it work for dosish platforms
31877 Branch: perl
31878 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31879____________________________________________________________________________
31880[ 9708] By: jhi on 2001/04/15 19:31:01
31881 Log: Test also the scalar aspect of getitimer().
31882 Branch: perl
31883 ! t/lib/time-hires.t
31884____________________________________________________________________________
31885[ 9707] By: gsar on 2001/04/15 17:24:20
31886 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
31887 before using them in match; also make it work for dosish platforms
31888 Branch: maint-5.6/perl
31889 ! lib/ExtUtils/Installed.pm
31890____________________________________________________________________________
31891[ 9706] By: gsar on 2001/04/15 17:21:59
31892 Log: change#7210 broke .packlist generation (listed only filename
31893 rather than fully qualified path name)
31894 Branch: maint-5.6/perl
31895 ! lib/ExtUtils/Install.pm
31896____________________________________________________________________________
31897[ 9705] By: jhi on 2001/04/15 12:36:33
31898 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
31899 Branch: perl
31900 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
31901 ! t/lib/time-hires.t
31902____________________________________________________________________________
31903[ 9704] By: jhi on 2001/04/15 10:49:08
31904 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
31905 From: Prymmer/Kahn <pvhp@best.com>
31906 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
31907 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
31908 Branch: perl
31909 ! lib/utf8.pm pod/perlebcdic.pod
31910____________________________________________________________________________
31911[ 9703] By: jhi on 2001/04/15 02:26:26
31912 Log: I keep forgetting to sort MANIFEST.
31913 Branch: perl
31914 ! MANIFEST
31915____________________________________________________________________________
31916[ 9702] By: jhi on 2001/04/15 02:07:47
31917 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
31918 Now we have blessed, reftype, tainted, first, reduce, ...
31919 Branch: perl
31920 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31921 + ext/List/Util/README ext/List/Util/Util.xs
31922 + ext/List/Util/lib/List/Util.pm
31923 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
31924 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
31925 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31926 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31927 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31928 ! MANIFEST
31929____________________________________________________________________________
31930[ 9701] By: jhi on 2001/04/14 15:05:25
31931 Log: Subject: RE: dprofpp.pl updates
31932 From: Carl Eklof <CEklof@endeca.com>
31933 Date: Thu, 12 Apr 2001 18:45:46 -0400
31934 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
31935 Branch: perl
31936 ! utils/dprofpp.PL
31937____________________________________________________________________________
31938[ 9700] By: jhi on 2001/04/14 14:44:55
31939 Log: Do not just blindly add CR.
31940 Branch: perl
31941 ! Porting/makerel
31942____________________________________________________________________________
31943[ 9699] By: jhi on 2001/04/13 13:17:01
31944 Log: Update Changes.
31945 Branch: perl
31946 ! Changes patchlevel.h
31947____________________________________________________________________________
16dfaf47
JH
31948[ 9698] By: jhi on 2001/04/13 12:44:48
31949 Log: Integrate perlio.
31950 Branch: perl
31951 !> ext/PerlIO/Scalar/Scalar.xs
31952____________________________________________________________________________
31953[ 9697] By: jhi on 2001/04/13 12:29:15
31954 Log: Add more debug output to the test.
31955 Branch: perl
31956 ! t/lib/cwd.t
31957____________________________________________________________________________
31958[ 9696] By: nick on 2001/04/13 10:14:29
31959 Log: Fix core dump on binmode($fh,'Scalar')
31960 Branch: perlio
31961 ! ext/PerlIO/Scalar/Scalar.xs
31962____________________________________________________________________________
31963[ 9695] By: nick on 2001/04/13 09:05:42
31964 Log: Integrate mainline
31965 Branch: perlio
31966 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31967 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31968 +> t/lib/time-hires.t
31969 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
31970 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
31971 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
31972 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
31973 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
31974 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
31975 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
31976____________________________________________________________________________
31977[ 9694] By: jhi on 2001/04/12 22:23:35
31978 Log: Integrate change #9693 from maintperl into mainline.
31979
31980 $VERSION and Version() on the same line provokes a warning from
31981 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31982 Branch: perl
31983 !> lib/Devel/SelfStubber.pm
31984____________________________________________________________________________
31985[ 9693] By: gsar on 2001/04/12 21:55:56
31986 Log: $VERSION and Version() on the same line provokes a warning from
31987 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
31988 Branch: maint-5.6/perl
31989 ! lib/Devel/SelfStubber.pm
31990____________________________________________________________________________
31991[ 9692] By: jhi on 2001/04/12 13:54:00
31992 Log: This is at least 5.005.
31993 Branch: perl
31994 ! ext/Time/HiRes/HiRes.xs
31995____________________________________________________________________________
31996[ 9691] By: jhi on 2001/04/12 13:37:20
31997 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
31998 Branch: perl
31999 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
32000 ! win32/Makefile win32/makefile.mk
32001____________________________________________________________________________
32002[ 9690] By: jhi on 2001/04/12 01:34:46
32003 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
32004 Branch: perl
32005 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32006 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32007 + t/lib/time-hires.t
32008 ! MANIFEST
32009____________________________________________________________________________
32010[ 9689] By: jhi on 2001/04/12 00:28:39
32011 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
32012 From: Gisle Aas <gisle@ActiveState.com>
32013 Date: 11 Apr 2001 16:36:11 -0700
32014 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
32015 Branch: perl
32016 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
32017____________________________________________________________________________
32018[ 9688] By: jhi on 2001/04/12 00:27:39
32019 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32020 From: Gisle Aas <gisle@ActiveState.com>
32021 Date: 11 Apr 2001 11:13:24 -0700
32022 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
32023 Branch: perl
32024 ! ext/MIME/Base64/Base64.xs
32025____________________________________________________________________________
32026[ 9687] By: jhi on 2001/04/11 19:51:47
32027 Log: Slight update on the Todo list. (Should integrate to Todo?)
32028 Branch: perl
32029 ! Todo-5.6
32030____________________________________________________________________________
32031[ 9686] By: jhi on 2001/04/11 16:54:25
32032 Log: Subject: [PATCH opcode.pl] Documentation of table format
32033 From: Simon Cozens <simon@netthink.co.uk>
32034 Date: Wed, 11 Apr 2001 12:59:31 +0100
32035 Message-ID: <20010411125931.A25681@netthink.co.uk>
32036 Branch: perl
32037 ! opcode.pl
32038____________________________________________________________________________
32039[ 9685] By: jhi on 2001/04/11 16:53:15
32040 Log: Subject: [PATCH] prototype("CORE::recv")
32041 From: Simon Cozens <simon@netthink.co.uk>
32042 Date: Wed, 11 Apr 2001 13:24:35 +0100
32043 Message-ID: <20010411132435.A26169@netthink.co.uk>
32044 Branch: perl
32045 ! pp.c t/comp/proto.t
32046____________________________________________________________________________
32047[ 9684] By: jhi on 2001/04/11 16:47:13
32048 Log: FAQ (and AUTHORS) update from Dan Carson: the information
32049 was several years obsolete, Term::Readkey has been updated
32050 to have the functionality.
32051 Branch: perl
32052 ! AUTHORS pod/perlfaq5.pod
32053____________________________________________________________________________
32054[ 9683] By: jhi on 2001/04/11 12:15:46
32055 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32056 From: Calle Dybedahl <calle@lysator.liu.se>
32057 Date: 10 Apr 2001 16:44:16 +0200
32058 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
32059 Branch: perl
32060 ! ext/MIME/Base64/Base64.xs
32061____________________________________________________________________________
32062[ 9682] By: jhi on 2001/04/11 12:12:26
32063 Log: A more minimal fix for 20010410.006 from Hugo.
32064 Branch: perl
32065 ! regexec.c
32066____________________________________________________________________________
32067[ 9681] By: jhi on 2001/04/11 11:34:23
32068 Log: Integrate changes #9678,9679 from maintline into mainperl.
32069
32070 addendum to change#9676
32071
32072 up $File::Glob::VERSION; add a note pointing out the version of
32073 the OpenBSD glob bsd_glob.c resembles
32074 Branch: perl
32075 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32076 !> ext/File/Glob/bsd_glob.h
32077____________________________________________________________________________
32078[ 9680] By: jhi on 2001/04/11 11:30:38
32079 Log: Bad test numbering in integrate in #9677.
32080 Fixes ID 20010411.001.
32081 Branch: perl
32082 ! t/op/pat.t
32083____________________________________________________________________________
32084[ 9679] By: gsar on 2001/04/11 03:38:40
32085 Log: up $File::Glob::VERSION; add a note pointing out the version of
32086 the OpenBSD glob bsd_glob.c resembles
32087 Branch: maint-5.6/perl
32088 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32089 ! ext/File/Glob/bsd_glob.h
32090____________________________________________________________________________
32091[ 9678] By: gsar on 2001/04/11 03:09:48
32092 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
32093 revision 1.8.10.1 found here:
32094
32095 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
32096 Branch: maint-5.6/perl
32097 ! ext/File/Glob/bsd_glob.c
32098____________________________________________________________________________
32099[ 9677] By: jhi on 2001/04/11 02:54:39
32100 Log: Integrate changes #9675,9676 from maintperl into mainline.
32101
32102 fix for bug 20010410.006, undo change#7115
32103
32104 port the OpenBSD glob() security patch
32105 Branch: perl
32106 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32107 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
32108 !> t/op/pat.t
32109____________________________________________________________________________
32110[ 9676] By: gsar on 2001/04/11 02:19:02
32111 Log: port the glob() security patch found at:
32112
32113 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
32114
32115 CERT advisory for the issue is here:
32116
32117 http://www.cert.org/advisories/CA-2001-07.html
32118
32119 Note that the security scare is only relevant for those who are
32120 foolish enough to build suidperl (which is now officially discouraged)
32121 Branch: maint-5.6/perl
32122 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32123 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
32124____________________________________________________________________________
32125[ 9675] By: gsar on 2001/04/10 23:52:11
32126 Log: fix for bug 20010410.006
32127
32128 undo change#7115 (came into maint-5.6 as change#8156)
32129
32130 add tests to keep it from coming back
32131 Branch: maint-5.6/perl
32132 ! regexec.c t/op/pat.t
32133____________________________________________________________________________
32134[ 9674] By: nick on 2001/04/10 20:39:31
32135 Log: Integrate mainline
32136 Branch: perlio
32137 +> Porting/testall.atom
32138 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
32139 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
32140 !> t/lib/lc-uk.t t/pod/find.t
32141____________________________________________________________________________
32142[ 9673] By: nick on 2001/04/10 18:46:14
32143 Log: Integrate against change 9670 aka perl-5.7.1
32144 Branch: perlio
32145 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32146 !> (integrate 53 files)
32147____________________________________________________________________________
32148[ 9672] By: jhi on 2001/04/10 13:45:01
32149 Log: Add a script for doing cumulative profile of the test suite.
32150 (Requires ATOM, that is, Tru64.)
32151 Branch: perl
32152 + Porting/testall.atom
32153 ! MANIFEST
32154____________________________________________________________________________
32155[ 9671] By: jhi on 2001/04/10 12:38:53
32156 Log: Missing std block.
32157 Branch: perl
32158 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
32159 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
32160 ! t/pod/find.t
32161____________________________________________________________________________
32162[ 9670] By: jhi on 2001/04/10 01:25:58
32163 Log: This is 5.7.1.
32164 Branch: perl
32165 ! patchlevel.h
32166____________________________________________________________________________
32167[ 9669] By: jhi on 2001/04/10 01:09:14
32168 Log: Update Changes.
32169 Branch: perl
32170 ! Changes patchlevel.h
32171____________________________________________________________________________
8aa96316
JH
32172[ 9668] By: jhi on 2001/04/10 01:00:38
32173 Log: Regen toc.
32174 Branch: perl
32175 ! pod/perltoc.pod
32176____________________________________________________________________________
32177[ 9667] By: jhi on 2001/04/10 00:52:16
32178 Log: Update perlhist.
32179 Branch: perl
32180 ! pod/perlhist.pod
32181____________________________________________________________________________
32182[ 9666] By: jhi on 2001/04/09 23:38:59
32183 Log: Slight wording tweaks from Damian to #9658.
32184 Branch: perl
32185 ! pod/perlobj.pod
32186____________________________________________________________________________
32187[ 9665] By: jhi on 2001/04/09 19:56:06
32188 Log: Subject: [PATCH perlutil.pod] Nit
32189 From: Simon Cozens <simon@netthink.co.uk>
32190 Date: Mon, 9 Apr 2001 20:29:44 +0100
32191 Message-ID: <20010409202944.A14796@the.earth.li>
32192 Branch: perl
32193 ! pod/perlutil.pod
32194____________________________________________________________________________
32195[ 9664] By: jhi on 2001/04/09 19:54:42
32196 Log: Subject: Re: perl571delta.pod@9631
32197 From: Mike Guy <mjtg@cam.ac.uk>
32198 Date: Mon, 09 Apr 2001 18:09:14 +0100
32199 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
32200 Branch: perl
32201 ! pod/perl571delta.pod
32202____________________________________________________________________________
32203[ 9663] By: jhi on 2001/04/09 13:43:35
32204 Log: Update Changes.
32205 Branch: perl
32206 ! Changes patchlevel.h
32207____________________________________________________________________________
d422c228
JH
32208[ 9662] By: jhi on 2001/04/09 13:24:46
32209 Log: tweak tweak.
32210 Branch: perl
32211 ! AUTHORS pod/perl571delta.pod
32212____________________________________________________________________________
32213[ 9661] By: jhi on 2001/04/09 13:15:13
32214 Log: Thinko in manual patch applying.
32215 Branch: perl
32216 ! sv.c
32217____________________________________________________________________________
32218[ 9660] By: jhi on 2001/04/09 13:07:53
32219 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
32220 From: Robin Barker <rmb1@cise.npl.co.uk>
32221 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
32222 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
32223
32224 (This corrects the case where the "isn't numeric" string contains \0s
32225 and is longer than the temporary buffer, and contains \0 at the point
32226 the string would be truncated by "...".)
32227 Branch: perl
32228 ! sv.c
32229____________________________________________________________________________
32230[ 9659] By: jhi on 2001/04/09 12:57:41
32231 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
32232 Branch: perl
32233 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
32234 ! t/lib/cgi-function.t t/lib/cgi-html.t
32235____________________________________________________________________________
32236[ 9658] By: jhi on 2001/04/09 12:48:47
32237 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
32238 From: Ilmari Karonen <iltzu@sci.fi>
32239 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
32240 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
32241
32242 Rearrange and rewrite the Method Invocation section
32243 to explain the concepts in nicer order.
32244 Branch: perl
32245 ! pod/perlobj.pod
32246____________________________________________________________________________
32247[ 9657] By: jhi on 2001/04/09 12:35:58
32248 Log: Upgrade to podlators 1.09, from Russ Allbery.
32249 Branch: perl
32250 ! lib/Pod/Man.pm lib/Pod/Text.pm
32251____________________________________________________________________________
32252[ 9656] By: jhi on 2001/04/09 12:31:53
32253 Log: perl571delta.
32254 Branch: perl
32255 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
32256____________________________________________________________________________
32257[ 9655] By: jhi on 2001/04/09 12:20:09
32258 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
32259 From: Prymmer/Kahn <pvhp@best.com>
32260 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
32261 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
32262 Branch: perl
32263 ! lib/utf8.pm pod/perlunicode.pod
32264____________________________________________________________________________
32265[ 9654] By: gsar on 2001/04/09 03:38:33
32266 Log: here lies 5.6.1
32267 Branch: maint-5.6/perl
32268 ! Changes
32269____________________________________________________________________________
32270[ 9653] By: jhi on 2001/04/09 03:25:24
32271 Log: Update perlhist.
32272 Branch: perl
32273 ! pod/perlhist.pod
32274____________________________________________________________________________
32275[ 9652] By: jhi on 2001/04/09 03:18:49
32276 Log: perl571delta tweaking continues.
32277 Branch: perl
32278 ! pod/perl571delta.pod
32279____________________________________________________________________________
32280[ 9651] By: gsar on 2001/04/09 03:11:19
32281 Log: update Changes, patchlevel.h &c.
32282 Branch: maint-5.6/perl
32283 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32284 ! pod/perltoc.pod
32285____________________________________________________________________________
32286[ 9650] By: jhi on 2001/04/09 02:40:24
32287 Log: Integrate the perlfork half of #9513 from maintperl into mainline
32288 (the perlunicode half is obsolete)
32289 Branch: perl
32290 ! pod/perlfork.pod
32291____________________________________________________________________________
32292[ 9649] By: gsar on 2001/04/09 02:35:43
32293 Log: tweak perldelta as suggested by Jarkko
32294 Branch: maint-5.6/perl
32295 ! pod/perldelta.pod
32296____________________________________________________________________________
32297[ 9648] By: jhi on 2001/04/09 02:13:04
32298 Log: Integrate change #9646 from maintperl into mainline.
32299
32300 add note about ithreads and Thread.pm
32301 Branch: perl
32302 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
32303____________________________________________________________________________
32304[ 9647] By: jhi on 2001/04/09 02:10:18
32305 Log: Bad assumption that shortsize == 2.
32306 Branch: perl
32307 ! t/lib/xs-typemap.t
32308____________________________________________________________________________
32309[ 9646] By: gsar on 2001/04/09 00:48:04
32310 Log: add note about ithreads and Thread.pm (too many people are
32311 confused by the fact that Thread.pm is built and installed
32312 under non-5005threads but doesn't work)
32313 Branch: maint-5.6/perl
32314 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
32315____________________________________________________________________________
32316[ 9645] By: gsar on 2001/04/09 00:19:03
32317 Log: update perldelta.pod for changes in 5.6.1
32318 Branch: maint-5.6/perl
32319 ! Changes pod/perldelta.pod
32320____________________________________________________________________________
32321[ 9644] By: jhi on 2001/04/08 20:37:00
32322 Log: Integrate change #9639 from maintperl into mainline:
32323 on windows, many of the README.* pods were being copied to
32324 the wrong location
32325 Branch: perl
32326 !> win32/Makefile win32/makefile.mk
32327____________________________________________________________________________
32328[ 9643] By: jhi on 2001/04/08 20:07:11
32329 Log: Integrate change #9624 from maintperl into mainline:
32330 the pod tests were not okay. (t/pod/find.t changes ignored)
32331 Branch: perl
32332 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32333 !> t/pod/include.t t/pod/included.t t/pod/lref.t
32334 !> t/pod/multiline_items.t t/pod/nested_items.t
32335 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32336 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32337____________________________________________________________________________
32338[ 9642] By: jhi on 2001/04/08 19:57:17
32339 Log: Integrate change #9638 from maintperl into mainline:
32340 update to latest JPL from the anoncvs repository
32341 Branch: perl
32342 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32343 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32344 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32345____________________________________________________________________________
32346[ 9641] By: jhi on 2001/04/08 19:53:30
32347 Log: perl571delta updates.
32348 Branch: perl
32349 ! lib/Filter/Simple.pm pod/perl571delta.pod
32350____________________________________________________________________________
32351[ 9640] By: gsar on 2001/04/08 19:20:46
32352 Log: integrate change#9634 from mainline
32353
32354 Fix the perlmodlib generation (didn't understand separate .pod
32355 files; didn't understand -- as the name-thing separator).
32356 Update the CPAN mirrors list.
32357 Branch: maint-5.6/perl
32358 ! pod/perlmodlib.pod
32359 !> pod/perlmodlib.PL
32360____________________________________________________________________________
32361[ 9639] By: gsar on 2001/04/08 18:57:31
32362 Log: on windows, many of the README.* pods were being copied to the wrong
32363 location
32364 Branch: maint-5.6/perl
32365 ! win32/Makefile win32/makefile.mk
32366____________________________________________________________________________
32367[ 9638] By: gsar on 2001/04/08 18:38:25
32368 Log: update to latest JPL from the anoncvs repository
32369 Branch: maint-5.6/perl
32370 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32371 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32372 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32373____________________________________________________________________________
32374[ 9637] By: jhi on 2001/04/08 17:53:53
32375 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
32376 Branch: perl
32377 ! pod/perl571delta.pod
32378____________________________________________________________________________
32379[ 9636] By: jhi on 2001/04/08 17:18:32
32380 Log: Regen toc.
32381 Branch: perl
32382 ! pod/perltoc.pod
32383____________________________________________________________________________
32384[ 9635] By: jhi on 2001/04/08 17:16:33
32385 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
32386 From: "Craig A. Berry" <craigberry@mac.com>
32387 Date: Sun, 08 Apr 2001 12:30:16 -0500
32388 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
32389 Branch: perl
32390 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
32391____________________________________________________________________________
32392[ 9634] By: jhi on 2001/04/08 17:09:19
32393 Log: Fix the perlmodlib generation (didn't understand separate .pod
32394 files; didn't understand -- as the name-thing separator).
32395
32396 Update the CPAN mirrors list.
32397 Branch: perl
32398 ! pod/perlmodlib.PL pod/perlmodlib.pod
32399____________________________________________________________________________
32400[ 9633] By: jhi on 2001/04/08 16:49:17
32401 Log: Sort MANIFEST.
32402 Branch: perl
32403 ! MANIFEST
32404____________________________________________________________________________
32405[ 9632] By: gsar on 2001/04/08 16:36:06
32406 Log: add $Tie::RefHash::VERSION
32407 Branch: maint-5.6/perl
32408 ! lib/Tie/RefHash.pm
32409____________________________________________________________________________
32410[ 9631] By: jhi on 2001/04/08 16:10:15
32411 Log: perl571delta updates based on p5p feedback; still needs
32412 lots of examples.
32413 Branch: perl
32414 ! pod/perl571delta.pod
32415____________________________________________________________________________
32416[ 9630] By: jhi on 2001/04/08 15:59:13
32417 Log: Update the list of supported platforms to talk about 5.7.1
32418 (and 5.6.1)
32419 Branch: perl
32420 ! pod/perlport.pod
32421____________________________________________________________________________
32422[ 9629] By: jhi on 2001/04/08 15:55:41
32423 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
32424 from maintperl into mainline: perlport updates.
32425 Branch: perl
32426 ! pod/perlport.pod
32427____________________________________________________________________________
32428[ 9628] By: jhi on 2001/04/08 15:53:17
32429 Log: perlsolaris.pod copied to wrong directory.
32430 Branch: perl
32431 ! win32/makefile.mk
32432____________________________________________________________________________
32433[ 9627] By: jhi on 2001/04/08 14:48:18
32434 Log: Subject: Typos in perl571delta.pod
32435 From: "Stephen P. Potter" <spp@spotter.yi.org>
32436 Date: Sat, 07 Apr 2001 20:37:05 -0400
32437 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
32438 Branch: perl
32439 ! pod/perl571delta.pod
32440____________________________________________________________________________
32441[ 9626] By: jhi on 2001/04/08 14:39:04
32442 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
32443 Branch: perl
32444 ! gv.c
32445____________________________________________________________________________
32446[ 9625] By: nick on 2001/04/08 10:14:23
32447 Log: Integrate mainline
32448 Branch: perlio
32449 +> pod/perl570delta.pod pod/perl571delta.pod
32450 !> (integrate 27 files)
32451____________________________________________________________________________
32452[ 9624] By: gsar on 2001/04/08 06:08:17
32453 Log: test in t/pod/* were busted
32454
32455 these tests are still not enabled in t/{harness,TEST}
32456 Branch: maint-5.6/perl
32457 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
32458 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
32459 ! t/pod/multiline_items.t t/pod/nested_items.t
32460 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32461 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32462____________________________________________________________________________
32463[ 9623] By: gsar on 2001/04/08 03:37:01
32464 Log: integrate change#9470 from mainline
32465
32466 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
32467 Branch: maint-5.6/perl
32468 !> ext/Socket/Socket.xs
32469____________________________________________________________________________
32470[ 9622] By: jhi on 2001/04/07 22:40:47
32471 Log: Update Changes.
32472 Branch: perl
32473 ! Changes patchlevel.h
32474____________________________________________________________________________
67991998
JH
32475[ 9621] By: jhi on 2001/04/07 22:34:16
32476 Log: Update AUTHORS.
32477 Branch: perl
32478 ! AUTHORS
32479____________________________________________________________________________
32480[ 9620] By: jhi on 2001/04/07 22:12:47
32481 Log: Forgot to bump the number of tests in #9164.
32482 Branch: perl
32483 ! t/op/array.t
32484____________________________________________________________________________
32485[ 9619] By: jhi on 2001/04/07 22:09:50
32486 Log: Bump patchlevel to 5.7.1.
32487 Branch: perl
32488 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32489 ! config_h.SH patchlevel.h
32490____________________________________________________________________________
32491[ 9618] By: jhi on 2001/04/07 22:02:41
32492 Log: Populate perl571delta.
32493 Branch: perl
32494 ! pod/perl571delta.pod
32495____________________________________________________________________________
32496[ 9617] By: jhi on 2001/04/07 22:01:23
32497 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
32498 to forget it later; do not change patchlevel.h yet or regenerate
32499 Configure yet.
32500 Branch: perl
32501 ! epoc/config.sh win32/Makefile win32/config_H.bc
32502 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
32503____________________________________________________________________________
32504[ 9616] By: jhi on 2001/04/07 17:46:33
32505 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
32506 Branch: perl
32507 ! pod/perl571delta.pod
32508____________________________________________________________________________
32509[ 9615] By: jhi on 2001/04/07 17:33:21
32510 Log: Change the toc configuration.
32511 Branch: perl
32512 ! pod/buildtoc.PL pod/perl.pod
32513____________________________________________________________________________
32514[ 9614] By: jhi on 2001/04/07 17:29:47
32515 Log: Subject: PATCH: $[
32516 From: Robin Houston <robin@kitsite.com>
32517 Date: Fri, 6 Apr 2001 18:10:14 +0100
32518 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
32519 Branch: perl
32520 ! op.c t/op/array.t
32521____________________________________________________________________________
32522[ 9613] By: jhi on 2001/04/07 17:28:26
32523 Log: Subject: [PATCH perl@9424] isn't numeric warning
32524 From: Robin Barker <rmb1@cise.npl.co.uk>
32525 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
32526 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
32527 Branch: perl
32528 ! sv.c t/pragma/warn/sv
32529____________________________________________________________________________
32530[ 9612] By: jhi on 2001/04/07 17:26:45
32531 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
32532 From: Mike Guy <mjtg@cam.ac.uk>
32533 Date: Fri, 06 Apr 2001 12:47:06 +0100
32534 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
32535 Branch: perl
32536 ! dump.c t/lib/peek.t
32537____________________________________________________________________________
32538[ 9611] By: jhi on 2001/04/07 17:21:35
32539 Log: Create perl571delta and seed it off with the perldelta changes
32540 since 5.7.0; remove those changes from perldelta and rename it
32541 as perl570delta; recreate perldelta but leave it almost empty.
32542 Branch: perl
32543 + pod/perl570delta.pod pod/perl571delta.pod
32544 ! MANIFEST pod/perldelta.pod
32545____________________________________________________________________________
32546[ 9610] By: jhi on 2001/04/07 16:56:32
32547 Log: Denit.
32548 Branch: perl
32549 ! pod/perldelta.pod
32550____________________________________________________________________________
32551[ 9609] By: jhi on 2001/04/07 16:38:32
32552 Log: Retract #9523: needs more thought.
32553 Branch: perl
32554 ! Makefile.SH
32555____________________________________________________________________________
32556[ 9608] By: jhi on 2001/04/07 14:59:20
32557 Log: atmark() code cleanaup.
32558 Branch: perl
32559 ! ext/IO/IO.xs
32560____________________________________________________________________________
32561[ 9607] By: jhi on 2001/04/07 14:48:14
32562 Log: Integrate change #9605 from maintperl into mainline.
32563
32564 can't optimize away scope entry if tr/// is present
32565 Branch: perl
32566 !> op.c t/op/tr.t
32567____________________________________________________________________________
32568[ 9606] By: jhi on 2001/04/07 14:43:59
32569 Log: Integrate perlio.
32570 Branch: perl
32571 +> win32/FindExt.pm
32572 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
32573 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
32574____________________________________________________________________________
32575[ 9605] By: gsar on 2001/04/07 11:52:40
32576 Log: can't optimize away scope entry if tr/// is present
32577 Branch: maint-5.6/perl
32578 ! op.c t/op/tr.t
32579____________________________________________________________________________
32580[ 9604] By: nick on 2001/04/07 11:39:45
32581 Log: Split out extension finding code from buildext.pl into FindExt.pm
32582 Use it to get Config.pm's idea of available extensions in line
32583 with what is built.
32584 Branch: perlio
32585 + win32/FindExt.pm
32586 ! MANIFEST win32/buildext.pl win32/config_sh.PL
32587 ! win32/makefile.mk
32588____________________________________________________________________________
32589[ 9603] By: nick on 2001/04/07 09:11:38
32590 Log: Cleanup correction for failed :Via() layer, also set an error code.
32591 Branch: perlio
32592 ! ext/PerlIO/Via/Via.xs
32593____________________________________________________________________________
32594[ 9602] By: nick on 2001/04/07 08:38:04
32595 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
32596 style. So don't use binmode() on the handles so that Win32 etc. see
32597 same sequence and produce same digests.
32598 Branch: perlio
32599 ! t/lib/md5-file.t
32600____________________________________________________________________________
32601[ 9601] By: nick on 2001/04/07 08:36:26
32602 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
32603 Else it complains and so crlf layer (say) does not get pushed.
32604 Branch: perlio
32605 ! perlio.c
32606____________________________________________________________________________
32607[ 9600] By: jhi on 2001/04/06 23:00:09
32608 Log: Integrate change #9599 from perlio into mainline.
32609 Branch: perl
32610 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32611 !> win32/config_H.vc
32612____________________________________________________________________________
32613[ 9599] By: nick on 2001/04/06 21:42:43
32614 Log: Quote $VERSION in Encode.pm.
32615 regen_config_h as requested.
32616 Branch: perlio
32617 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32618 ! win32/config_H.vc
32619____________________________________________________________________________
32620[ 9598] By: nick on 2001/04/06 20:34:59
32621 Log: Integrate mainline
32622 Branch: perlio
32623 +> README.macos
32624 !> (integrate 39 files)
32625____________________________________________________________________________
32626[ 9597] By: gsar on 2001/04/06 18:06:35
32627 Log: integrate change#9464 from mainline (addendum to change#8313)
32628
32629 Subject: [PATCH @9452] Better peep()ing for foreach() loops
32630 Branch: maint-5.6/perl
32631 !> op.c
32632____________________________________________________________________________
32633[ 9596] By: jhi on 2001/04/06 17:26:03
32634 Log: The d_casti32=undef is good for you even when not use64bitall.
32635 Branch: perl
32636 ! hints/hpux.sh
32637____________________________________________________________________________
32638[ 9595] By: gsar on 2001/04/06 14:57:17
32639 Log: add a low-impact fix to accomodate darwin-ism
32640 Branch: maint-5.6/perl
32641 ! ext/Errno/Errno_pm.PL
32642____________________________________________________________________________
32643[ 9594] By: jhi on 2001/04/06 14:55:14
32644 Log: Integrate changes #9528,9593 from mainline into maintperl;
32645 tweaking the editor/IDE/shell list.
32646 Branch: maint-5.6/perl
32647 !> pod/perlfaq3.pod
32648____________________________________________________________________________
32649[ 9593] By: jhi on 2001/04/06 14:51:39
32650 Log: Make the editor/IDE/shell list a little bit airier.
32651 Branch: perl
32652 ! pod/perlfaq3.pod
32653____________________________________________________________________________
32654[ 9592] By: gsar on 2001/04/06 14:45:18
32655 Log: integrate change#9477 from mainline (base.pm doc tweak)
32656
32657 missing doc entry for fmod()
32658 Branch: maint-5.6/perl
32659 ! lib/Math/BigFloat.pm
32660 !> lib/base.pm
32661____________________________________________________________________________
32662[ 9591] By: jhi on 2001/04/06 13:55:48
32663 Log: Regen toc.
32664 Branch: perl
32665 ! pod/perltoc.pod
32666____________________________________________________________________________
32667[ 9590] By: jhi on 2001/04/06 13:54:52
32668 Log: Math::BigFloat patches from John Peacock. The equivalent
32669 of #9586 from maintperl but reworked by John to work with
32670 the bleadperl.
32671 Branch: perl
32672 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32673____________________________________________________________________________
32674[ 9589] By: jhi on 2001/04/06 13:42:23
32675 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
32676 Branch: perl
32677 ! ext/Digest/MD5/Makefile.PL
32678____________________________________________________________________________
32679[ 9588] By: jhi on 2001/04/06 13:31:45
32680 Log: Integrate changes #9584,9587 from maintperl into mainline.
32681
32682 keep eval"" CVs alive until the end of the statement in which
32683 they're called
32684
32685 add README.macos (from Chris Nandor)
32686
32687 tyop in change#9555
32688 Branch: perl
32689 +> README.macos
32690 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
32691 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
32692 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
32693 !> win32/makefile.mk
32694____________________________________________________________________________
32695[ 9587] By: gsar on 2001/04/06 07:31:30
32696 Log: add README.macos (from Chris Nandor)
32697
32698 tyop in change#9555
32699 Branch: maint-5.6/perl
32700 + README.macos
32701 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
32702 ! win32/Makefile win32/makefile.mk
32703____________________________________________________________________________
32704[ 9586] By: gsar on 2001/04/06 07:08:54
32705 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
32706 Branch: maint-5.6/perl
32707 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32708____________________________________________________________________________
32709[ 9585] By: gsar on 2001/04/06 06:58:44
32710 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
32711 from mainline
32712
32713 Subject: [PATCH] Base64 update to perlfaq9.pod
32714
32715 Subject: [PATCH AUTHORS] Housekeeping
32716
32717 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32718 Mac OS X (Darwin) has extra pwent fields.
32719
32720 Subject: [PATCH B::*] print control-character vars readably
32721 Needs EBCDICification.
32722
32723 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32724
32725 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32726
32727 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32728
32729 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32730
32731 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32732
32733 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32734
32735 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
32736
32737 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32738
32739 FreeBSD hints tweak from Anton Berezin.
32740
32741 Subject: [PATCH foolperl & bleadperl] README.vms update
32742
32743 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32744 Branch: maint-5.6/perl
32745 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
32746 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32747 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
32748____________________________________________________________________________
32749[ 9584] By: gsar on 2001/04/06 04:09:00
32750 Log: keep eval"" CVs alive until the end of the statement in which
32751 they're called; this avoids a coredump ensuing from search for
32752 lexicals in code such as:
32753
32754 sub bug {
32755 my $s = @_;
32756 eval q[sub { eval 'sub { &$s }' }];
32757 }
32758 bug("x")->()->();
32759
32760 this code still doesn't work as intended (as it has remained
32761 since time immemorial), but it doesn't provoke a coredump anymore
32762 Branch: maint-5.6/perl
32763 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32764 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
32765____________________________________________________________________________
32766[ 9583] By: jhi on 2001/04/05 23:52:51
32767 Log: Update Changes.
32768 Branch: perl
32769 ! Changes patchlevel.h
32770____________________________________________________________________________
d835aa99
JH
32771[ 9582] By: jhi on 2001/04/05 23:11:23
32772 Log: Slight doc tweak.
32773 Branch: perl
32774 ! pod/perlunicode.pod
32775____________________________________________________________________________
32776[ 9581] By: jhi on 2001/04/05 23:04:11
32777 Log: Integrate perlio.
32778 Branch: perl
32779 !> pod/perlunicode.pod
32780____________________________________________________________________________
32781[ 9580] By: jhi on 2001/04/05 23:03:29
32782 Log: Test for #9579.
32783 Branch: perl
32784 ! t/op/do.t
32785____________________________________________________________________________
32786[ 9579] By: jhi on 2001/04/05 22:54:17
32787 Log: Subject: [PATCH] Propagate calling context for do '...'
32788 From: Gisle Aas <gisle@ActiveState.com>
32789 Date: 04 Apr 2001 20:17:29 -0700
32790 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
32791 Branch: perl
32792 ! pod/perlfunc.pod pp_ctl.c
32793____________________________________________________________________________
32794[ 9578] By: jhi on 2001/04/05 22:52:51
32795 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32796 From: Peter Prymmer <pvhp@forte.com>
32797 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
32798 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
32799 Branch: perl
32800 ! README.vms
32801____________________________________________________________________________
32802[ 9577] By: jhi on 2001/04/05 22:48:22
32803 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
32804 From: "Craig A. Berry" <craigberry@mac.com>
32805 Date: Thu, 5 Apr 2001 13:43:28 -0500
32806 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
32807 Branch: perl
32808 ! README.vms
32809____________________________________________________________________________
32810[ 9576] By: jhi on 2001/04/05 22:31:38
32811 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
32812 From: Michael G Schwern <schwern@pobox.com>
32813 Date: Thu, 5 Apr 2001 21:53:21 +0100
32814 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
32815 Branch: perl
32816 ! lib/base.pm t/lib/fields.t
32817____________________________________________________________________________
32818[ 9575] By: jhi on 2001/04/05 22:26:10
32819 Log: FreeBSD hints tweak from Anton Berezin.
32820 Branch: perl
32821 ! hints/freebsd.sh
32822____________________________________________________________________________
32823[ 9574] By: jhi on 2001/04/05 22:24:03
32824 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32825 From: David Dyck <dcd@tc.fluke.com>
32826 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
32827 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
32828 Branch: perl
32829 ! t/op/oct.t
32830____________________________________________________________________________
32831[ 9573] By: jhi on 2001/04/05 22:23:06
32832 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
32833 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
32834 From: David Dyck <dcd@tc.fluke.com>
32835 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
32836 Branch: perl
32837 ! pp.c
32838____________________________________________________________________________
32839[ 9572] By: jhi on 2001/04/05 22:14:47
32840 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32841 From: Robin Houston <robin@kitsite.com>
32842 Date: Thu, 5 Apr 2001 20:56:48 +0100
32843 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
32844 Branch: perl
32845 ! ext/B/B/Deparse.pm
32846____________________________________________________________________________
32847[ 9571] By: jhi on 2001/04/05 22:12:53
32848 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32849 From: Robin Houston <robin@kitsite.com>
32850 Date: Thu, 5 Apr 2001 19:55:51 +0100
32851 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
32852 Branch: perl
32853 ! ext/B/B/Deparse.pm
32854____________________________________________________________________________
32855[ 9570] By: jhi on 2001/04/05 22:11:06
32856 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32857 From: Robin Houston <robin@kitsite.com>
32858 Date: Thu, 5 Apr 2001 20:16:29 +0100
32859 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
32860 Branch: perl
32861 ! ext/B/B/Deparse.pm
32862____________________________________________________________________________
32863[ 9569] By: nick on 2001/04/05 21:32:26
32864 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
32865 Branch: perlio
32866 ! pod/perlunicode.pod
32867____________________________________________________________________________
32868[ 9568] By: nick on 2001/04/05 19:38:09
32869 Log: Integrate mainline
32870 Branch: perlio
32871 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
32872 !> (integrate 35 files)
32873____________________________________________________________________________
32874[ 9567] By: jhi on 2001/04/05 18:31:45
32875 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32876 From: Robin Houston <robin@kitsite.com>
32877 Date: Thu, 5 Apr 2001 18:03:23 +0100
32878 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
32879 Branch: perl
32880 ! ext/B/B/Deparse.pm
32881____________________________________________________________________________
32882[ 9566] By: jhi on 2001/04/05 18:29:35
32883 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32884 From: Robin Houston <robin@kitsite.com>
32885 Date: Thu, 5 Apr 2001 16:45:18 +0100
32886 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
32887 Branch: perl
32888 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32889____________________________________________________________________________
32890[ 9565] By: jhi on 2001/04/05 18:24:23
32891 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32892 From: Robin Houston <robin@kitsite.com>
32893 Date: Thu, 5 Apr 2001 14:50:09 +0100
32894 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
32895 Branch: perl
32896 ! ext/B/B/Deparse.pm
32897____________________________________________________________________________
32898[ 9564] By: jhi on 2001/04/05 18:23:03
32899 Log: Subject: [PATCH B::*] print control-character vars readably
32900 From: Robin Houston <robin@kitsite.com>
32901 Date: Thu, 5 Apr 2001 14:27:38 +0100
32902 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
32903
32904 Needs EBCDICification.
32905 Branch: perl
32906 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
32907 ! ext/B/B/Terse.pm
32908____________________________________________________________________________
32909[ 9563] By: jhi on 2001/04/05 18:20:32
32910 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32911 Date: Thu, 5 Apr 2001 13:21:42 -0400
32912 From: Paul Schinder <schinder@pobox.com>
32913 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
32914
32915 Mac OS X (Darwin) has extra pwent fields.
32916 Branch: perl
32917 ! t/op/pwent.t
32918____________________________________________________________________________
32919[ 9562] By: jhi on 2001/04/05 17:57:51
32920 Log: Regen toc.
32921 Branch: perl
32922 ! pod/perltoc.pod
32923____________________________________________________________________________
32924[ 9561] By: jhi on 2001/04/05 17:47:33
32925 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
32926 Branch: metaconfig
32927 ! U/Glossary.patch
32928 Branch: metaconfig/U/perl
32929 + d_u32align.U
32930 ! d_cmsghdr_s.U d_msghdr_s.U
32931____________________________________________________________________________
32932[ 9560] By: jhi on 2001/04/05 17:47:01
32933 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
32934 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
32935 Introduce probes for struct msghdr, struct cmsghdr,
32936 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
32937 ualarm, usleep, for possible later extension work.
32938 Branch: perl
32939 + t/lib/md5-align.t
32940 ! Configure MANIFEST Porting/Glossary Porting/config.sh
32941 ! Porting/config_H config_h.SH configure.com epoc/config.sh
32942 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
32943 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32944 ! vos/config.ga.h win32/config.bc win32/config.gc
32945 ! win32/config.vc
32946____________________________________________________________________________
32947[ 9559] By: jhi on 2001/04/05 13:03:04
32948 Log: Be traditional in your cpp (for the Errno extension).
32949 Branch: perl
32950 ! hints/darwin.sh
32951____________________________________________________________________________
32952[ 9558] By: jhi on 2001/04/05 13:00:05
32953 Log: Add $Config{cppflags} to the gcc incantation.
32954 Branch: perl
32955 ! ext/Errno/Errno_pm.PL
32956____________________________________________________________________________
32957[ 9557] By: jhi on 2001/04/05 04:22:39
32958 Log: Introduce Sean Burke's Class::ISA 0.32.
32959 Branch: perl
32960 + lib/Class/ISA.pm t/lib/class-isa.t
32961 ! MANIFEST
32962____________________________________________________________________________
32963[ 9556] By: jhi on 2001/04/05 04:09:50
32964 Log: Subject: [PATCH AUTHORS] Housekeeping
32965 From: Paul Johnson <paul@pjcj.net>
32966 Date: Wed, 4 Apr 2001 22:45:47 +0200
32967 Message-ID: <20010404224547.D9548@pjcj.net>
32968 Branch: perl
32969 ! AUTHORS
32970____________________________________________________________________________
32971[ 9555] By: jhi on 2001/04/05 04:06:33
32972 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
32973 From: Gisle Aas <gisle@ActiveState.com>
32974 Date: 04 Apr 2001 14:23:04 -0700
32975 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
32976 Branch: perl
32977 ! pod/perlfaq9.pod
32978____________________________________________________________________________
32979[ 9554] By: jhi on 2001/04/05 04:05:49
32980 Log: Downgrade also the "Wide character" diagnostic.
32981 Branch: perl
32982 ! pod/perldiag.pod
32983____________________________________________________________________________
32984[ 9553] By: jhi on 2001/04/05 04:00:33
32985 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
32986 maintperl into mainline.
32987
32988 "double" should be "NV"; standard typemap is missing entry
32989 for NV
32990
32991 s/djSP/dSP/
32992
32993 Downgrade "Wide character in print" to a warning.
32994
32995 B::Deparse fix for ${^FOO} and documentation for PVX() method
32996 (from Robin Houston)
32997
32998 tr/// doesn't null-terminate the result in some situations
32999 (from Gisle Aas)
33000 Branch: perl
33001 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
33002 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
33003 !> t/io/utf8.t t/op/tr.t
33004____________________________________________________________________________
33005[ 9552] By: jhi on 2001/04/05 03:52:50
33006 Log: Retract changes #9542 and #9538 (from maintperl, integrated
33007 at #9540), shouldn't be needed because of the perlio changes.
33008 Branch: perl
33009 ! util.c
33010____________________________________________________________________________
33011[ 9551] By: gsar on 2001/04/05 00:18:34
33012 Log: tr/// doesn't null-terminate the result in some situations
33013 (from Gisle Aas)
33014 Branch: maint-5.6/perl
33015 ! doop.c t/op/tr.t
33016____________________________________________________________________________
33017[ 9550] By: gsar on 2001/04/04 20:04:17
33018 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
33019 (from Robin Houston)
33020 Branch: maint-5.6/perl
33021 ! ext/B/B.pm ext/B/B/Deparse.pm
33022____________________________________________________________________________
33023[ 9549] By: nick on 2001/04/04 18:56:15
33024 Log: Downgrade "Wide character in print" to a warning.
33025 Branch: perlio
33026 ! doio.c t/io/utf8.t
33027____________________________________________________________________________
33028[ 9548] By: gsar on 2001/04/04 18:51:49
33029 Log: integrate changes#9460,9462,9482,9521,9522
33030
33031 Subject: PATCH: B::Debug should show LOOP-specific fields
33032
33033 Subject: B::Deparse precedence bug. (Patch included.)
33034
33035 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33036
33037 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33038
33039 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33040 Branch: maint-5.6/perl
33041 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
33042 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
33043____________________________________________________________________________
33044[ 9547] By: gsar on 2001/04/04 18:49:16
33045 Log: s/djSP/dSP/
33046 Branch: maint-5.6/perl
33047 ! ext/Thread/Thread.xs
33048____________________________________________________________________________
33049[ 9546] By: nick on 2001/04/04 18:44:00
33050 Log: Integrate mainline.
33051 Branch: perlio
33052 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
33053 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
33054____________________________________________________________________________
33055[ 9545] By: gsar on 2001/04/04 18:38:52
33056 Log: integrate change#8837 from mainline
33057
33058 Subject: [patch] -Wall cleanup round 2
33059 Branch: maint-5.6/perl
33060 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33061 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33062 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
33063 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33064 !> ext/SDBM_File/SDBM_File.xs
33065____________________________________________________________________________
33066[ 9544] By: gsar on 2001/04/04 17:49:57
33067 Log: "double" should be "NV"; standard typemap is missing entry
33068 for NV
33069 Branch: maint-5.6/perl
33070 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
33071____________________________________________________________________________
33072[ 9543] By: jhi on 2001/04/04 14:13:18
33073 Log: Thou shalt not (just) match for English error messages.
33074 Branch: perl
33075 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
33076 ! os2/OS2/Process/Process.pm
33077____________________________________________________________________________
33078[ 9542] By: jhi on 2001/04/04 13:20:39
33079 Log: Make the stdio tricks of fflush_all() to exist only if
33080 stdio is being used.
33081 Branch: perl
33082 ! util.c
33083____________________________________________________________________________
33084[ 9541] By: jhi on 2001/04/04 04:20:24
33085 Log: Subject: Re: [PATCH] Lighten up glob
33086 From: Benjamin Sugars <bsugars@canoe.ca>
33087 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
33088 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
33089 Branch: perl
33090 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
33091 ! util.c
33092____________________________________________________________________________
33093[ 9540] By: jhi on 2001/04/04 04:03:57
33094 Log: Integrate changes #9538,9539 from maintperl into mainline.
33095
33096 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33097 for use with _fwalk() (fix for change#7705)
33098
33099 another tweak needed for SunOS 4.1.x build (from Mike Guy)
33100 (cp -f is not portable)
33101 Branch: perl
33102 !> Makefile.SH util.c
33103____________________________________________________________________________
33104[ 9539] By: gsar on 2001/04/04 03:01:14
33105 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
33106 Branch: maint-5.6/perl
33107 ! Makefile.SH
33108____________________________________________________________________________
33109[ 9538] By: gsar on 2001/04/04 01:00:38
33110 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33111 for use with _fwalk() (fix for change#7705)
33112 Branch: maint-5.6/perl
33113 ! util.c
33114____________________________________________________________________________
33115[ 9537] By: nick on 2001/04/03 19:24:55
33116 Log: Integrate mainline
33117 Branch: perlio
33118 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
33119 +> lib/unicode/PropList.html
33120 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
33121 !> (integrate 69 files)
33122____________________________________________________________________________
33123[ 9536] By: jhi on 2001/04/03 18:02:31
33124 Log: Integrate change #9533 from maintperl into mainline.
33125
33126 better fix for change#9517 to accomodate UNC paths like
33127 \\server\share\foo, and paths with trailing backslash
33128 like c:\this\
33129 Branch: perl
33130 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33131____________________________________________________________________________
33132[ 9535] By: jhi on 2001/04/03 17:58:07
33133 Log: Change the push/unshift warning to be of class syntax, not misc.
33134 Branch: perl
33135 ! op.c pod/perldiag.pod t/pragma/warn/op
33136____________________________________________________________________________
33137[ 9534] By: jhi on 2001/04/03 15:03:46
33138 Log: Change the push/unshift warning (#9532) to talk about "no values"
33139 instead of "no arguments".
33140 Branch: perl
33141 ! op.c pod/perldiag.pod t/pragma/warn/op
33142____________________________________________________________________________
33143[ 9533] By: gsar on 2001/04/03 14:30:07
33144 Log: better fix for change#9517 to accomodate UNC paths like
33145 \\server\share\foo, and paths with trailing backslash
33146 like c:\this\
33147 Branch: maint-5.6/perl
33148 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33149____________________________________________________________________________
33150[ 9532] By: jhi on 2001/04/03 13:11:46
33151 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
33152 From: Robin Houston <robin@kitsite.com>
33153 Date: Mon, 2 Apr 2001 15:03:29 +0100
33154 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
33155 Branch: perl
33156 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
33157____________________________________________________________________________
33158[ 9531] By: jhi on 2001/04/03 13:06:34
33159 Log: Integrate change #9530 from maintperl into mainline.
33160
33161 accomodate VMS "mailbox overflow" quirk in testsuite (from
33162 Craig Berry)
33163 Branch: perl
33164 !> t/lib/socket.t
33165____________________________________________________________________________
33166[ 9530] By: gsar on 2001/04/03 04:56:41
33167 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
33168 Craig Berry)
33169 Branch: maint-5.6/perl
33170 ! t/lib/socket.t
33171____________________________________________________________________________
33172[ 9529] By: jhi on 2001/04/03 02:34:34
33173 Log: Update Changes.
33174 Branch: perl
33175 ! Changes patchlevel.h
33176____________________________________________________________________________
d57eded6
JH
33177[ 9528] By: jhi on 2001/04/03 01:27:57
33178 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
33179 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
33180 To: perl5-porters@perl.org
33181 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
33182 Branch: perl
33183 ! pod/perlfaq3.pod
33184____________________________________________________________________________
33185[ 9527] By: jhi on 2001/04/03 01:22:09
33186 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
33187 From: Peter Prymmer <pvhp@forte.com>
33188 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
33189 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
33190 Branch: perl
33191 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
33192____________________________________________________________________________
33193[ 9526] By: jhi on 2001/04/03 01:18:25
33194 Log: The metaconfig unit changes for #9525.
33195 Branch: metaconfig
33196 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
33197 Branch: metaconfig/U/perl
33198 ! use64bits.U
33199____________________________________________________________________________
33200[ 9525] By: jhi on 2001/04/03 01:17:30
33201 Log: Configure sanity checks:
33202 * if use64bitall is attempted but pointers are only 32-bit,
33203 'downgrade' to use64bitint
33204 * if use64bitint is attempted but there's no quad type,
33205 forget about use64bitint (well, the default for it is 'n',
33206 the user can still override this)
33207 * if pointers are 64 bits, do not try to use Perl's malloc
33208 Branch: perl
33209 ! Configure
33210____________________________________________________________________________
33211[ 9524] By: gsar on 2001/04/03 01:09:12
33212 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
33213 Branch: maint-5.6/perl
33214 ! pp_sys.c
33215____________________________________________________________________________
33216[ 9523] By: jhi on 2001/04/03 00:02:31
67991998
JH
33217 Log: (Retracted by #9609)
33218
33219 Make it harder for parallel makes to enter 'test' before
d57eded6
JH
33220 Dynaloader and File::Glob are happy. (In principle 'make_ext'
33221 should be unhappy enough, but sometimes parallel makes seem
33222 to sneak past both in Tru64 and AIX.)
33223 Branch: perl
33224 ! Makefile.SH
33225____________________________________________________________________________
33226[ 9522] By: jhi on 2001/04/02 22:35:31
33227 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33228 Date: Mon, 2 Apr 2001 22:54:10 +0100
33229 From: Robin Houston <robin@kitsite.com>
33230 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
33231 Branch: perl
33232 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
33233____________________________________________________________________________
33234[ 9521] By: jhi on 2001/04/02 22:32:23
33235 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33236 From: Robin Houston <robin@kitsite.com>
33237 Date: Mon, 2 Apr 2001 20:24:03 +0100
33238 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
33239 Branch: perl
33240 ! ext/B/B/Concise.pm
33241____________________________________________________________________________
33242[ 9520] By: jhi on 2001/04/02 22:30:43
33243 Log: Subject: [PATCH] REALLY pedantic hv.h nit
33244 From: Simon Cozens <simon@netthink.co.uk>
33245 Date: Mon, 2 Apr 2001 15:43:06 +0100
33246 Message-ID: <20010402154306.A21711@netthink.co.uk>
33247 Branch: perl
33248 ! hv.h
33249____________________________________________________________________________
33250[ 9519] By: jhi on 2001/04/02 22:28:04
33251 Log: Based on
33252
33253 Subject: [foolperl] EPOC fix
33254 From: Olaf Flebbe <O.Flebbe@science-computing.de>
33255 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
33256 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
33257 Branch: perl
33258 ! pp_sys.c
33259____________________________________________________________________________
33260[ 9518] By: jhi on 2001/04/02 22:22:34
33261 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
33262
33263 README.win32 tweaks; add a note about alternative location for
33264 getting a gcc-2.95.2 that will build perl properly on windows
33265
33266 add some notes about gutsy threading matters
33267
33268 many of the utilities interpolate literal paths within doublequotes
33269 (fails on dosish platforms where path contains backslashes)
33270 Branch: perl
33271 !> README.win32 pod/perlguts.pod utils/perldoc.PL
33272 !> x2p/find2perl.PL x2p/s2p.PL
33273____________________________________________________________________________
33274[ 9517] By: gsar on 2001/04/02 19:52:21
33275 Log: many of the utilities interpolate literal paths within doublequotes
33276 (fails on dosish platforms where path contains backslashes)
33277 Branch: maint-5.6/perl
33278 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33279____________________________________________________________________________
33280[ 9516] By: gsar on 2001/04/02 05:49:37
33281 Log: a foolish release
33282 Branch: maint-5.6/perl
33283 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33284 ! pod/perltoc.pod
33285____________________________________________________________________________
33286[ 9515] By: gsar on 2001/04/02 05:04:29
33287 Log: add missing changelog summaries
33288 Branch: maint-5.6/perl
33289 ! Changes
33290____________________________________________________________________________
33291[ 9514] By: gsar on 2001/04/02 04:07:13
33292 Log: add some notes about gutsy threading matters
33293 Branch: maint-5.6/perl
33294 ! pod/perlguts.pod
33295____________________________________________________________________________
33296[ 9513] By: gsar on 2001/04/02 03:25:21
33297 Log: add more prominent caveat notices about experimental features
33298 Branch: maint-5.6/perl
33299 ! pod/perlfork.pod pod/perlunicode.pod
33300____________________________________________________________________________
33301[ 9512] By: gsar on 2001/04/02 02:54:33
33302 Log: integrate changes#9479,9509 from mainline
33303
33304 [PATCH] File::Glob stuff for Mac OS
33305
33306 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33307 Branch: maint-5.6/perl
33308 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33309 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33310 !> t/lib/glob-taint.t
33311____________________________________________________________________________
33312[ 9511] By: gsar on 2001/04/02 02:38:24
33313 Log: README.win32 tweaks; add a note about alternative location for
33314 getting a gcc-2.95.2 that will build perl properly on windows
33315 Branch: maint-5.6/perl
33316 ! README.win32
33317____________________________________________________________________________
33318[ 9510] By: jhi on 2001/04/01 20:45:10
33319 Log: An ambiguosity warning.
33320 Branch: perl
33321 ! t/lib/trig.t
33322____________________________________________________________________________
33323[ 9509] By: jhi on 2001/04/01 19:53:47
33324 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33325 From: Jonathan Stowe <gellyfish@gellyfish.com>
33326 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
33327 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
33328 Branch: perl
33329 ! ext/File/Glob/bsd_glob.c
33330____________________________________________________________________________
33331[ 9508] By: jhi on 2001/04/01 19:35:03
33332 Log: Update Changes.
33333 Branch: perl
33334 ! Changes patchlevel.h
33335____________________________________________________________________________
33336[ 9507] By: jhi on 2001/04/01 19:24:01
33337 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
33338 from mainline to maintperl: pod tweaks.
33339 Branch: maint-5.6/perl
33340 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
33341 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
33342 !> pod/perlvar.pod
33343____________________________________________________________________________
67c03fbb
JH
33344[ 9506] By: jhi on 2001/04/01 19:11:53
33345 Log: Commit Sarathy to April release of 5.6.1 :-)
33346 Branch: perl
33347 ! pod/perlfaq1.pod
33348____________________________________________________________________________
33349[ 9505] By: jhi on 2001/04/01 19:03:15
33350 Log: Subject: PATCH 5.6.0 (perldebug.pod)
33351 From: Mark-Jason Dominus <mjd@plover.com>
33352 Date: Sun, 01 Apr 2001 14:25:11 -0400
33353 Message-ID: <20010401182511.9247.qmail@plover.com>
33354 Branch: perl
33355 ! pod/perldebug.pod
33356____________________________________________________________________________
33357[ 9504] By: jhi on 2001/04/01 18:43:09
33358 Log: Add great_circle_direction().
33359 Branch: perl
33360 ! lib/Math/Trig.pm t/lib/trig.t
33361____________________________________________________________________________
33362[ 9503] By: jhi on 2001/04/01 17:29:12
33363 Log: Unicode ReadMe update for Unicode 3.1.
33364 Branch: perl
33365 ! lib/unicode/ReadMe.txt
33366____________________________________________________________________________
33367[ 9502] By: jhi on 2001/04/01 17:18:40
33368 Log: Integrate change #9501 from maintperl into mainline.
33369
33370 fix the perlembed notes on multiple interpreters
33371
33372 fix ExtUtils::Embed to work passably on Windows
33373 Branch: perl
33374 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
33375____________________________________________________________________________
33376[ 9501] By: gsar on 2001/04/01 07:21:57
33377 Log: fix the perlembed notes on multiple interpreters
33378
33379 fix ExtUtils::Embed to work passably on Windows
33380 Branch: maint-5.6/perl
33381 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
33382____________________________________________________________________________
33383[ 9500] By: jhi on 2001/04/01 05:58:23
33384 Log: Test for #9499.
33385 Branch: perl
33386 ! t/op/tr.t
33387____________________________________________________________________________
33388[ 9499] By: jhi on 2001/04/01 05:55:46
33389 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
33390 Branch: perl
33391 ! embed.h embed.pl op.c proto.h
33392____________________________________________________________________________
33393[ 9498] By: jhi on 2001/04/01 05:44:34
33394 Log: Protect the workaround hunk more.
33395 Branch: perl
33396 ! toke.c
33397____________________________________________________________________________
33398[ 9497] By: jhi on 2001/04/01 00:24:25
33399 Log: Integrate changes #9493,9494,9495,9496 from maintperl
33400 into mainline.
33401
33402 fix a broken workaround for Borland compiler in change#4739
33403 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33404
33405 nits spotted by Borland compiler
33406
33407 avoid redefinition warnings under Borland 5.02
33408
33409 various nits identified by the Borland 5.5 compiler; remove suppression
33410 of a few warnings
33411 Branch: perl
33412 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
33413 !> win32/win32.h
33414____________________________________________________________________________
33415[ 9496] By: gsar on 2001/03/31 23:22:28
33416 Log: various nits identified by the Borland 5.5 compiler; remove suppression
33417 of a few warnings
33418 Branch: maint-5.6/perl
33419 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
33420____________________________________________________________________________
33421[ 9495] By: gsar on 2001/03/31 21:03:08
33422 Log: avoid redefinition warnings under Borland 5.02
33423 Branch: maint-5.6/perl
33424 ! win32/makefile.mk
33425____________________________________________________________________________
33426[ 9494] By: gsar on 2001/03/31 20:18:59
33427 Log: nits spotted by Borland compiler
33428 Branch: maint-5.6/perl
33429 ! utf8.h win32/win32.h
33430____________________________________________________________________________
33431[ 9493] By: gsar on 2001/03/31 20:18:05
33432 Log: fix a broken workaround for Borland compiler in change#4739
33433 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33434 Branch: maint-5.6/perl
33435 ! toke.c
33436____________________________________________________________________________
33437[ 9492] By: jhi on 2001/03/31 18:36:24
33438 Log: Integrate change #9491 from maintperl into mainline.
33439
33440 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33441 directory is relative (need to fetch the full path name *before*
33442 the chdir!)
33443 Branch: perl
33444 !> lib/Cwd.pm
33445____________________________________________________________________________
33446[ 9491] By: gsar on 2001/03/31 17:01:56
33447 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33448 directory is relative (need to fetch the full path name *before*
33449 the chdir!)
33450
33451 this is a followup patch for change#6749
33452 Branch: maint-5.6/perl
33453 ! lib/Cwd.pm
33454____________________________________________________________________________
33455[ 9490] By: jhi on 2001/03/31 15:50:18
33456 Log: Subject: Re: [PATCH] av.h cosmetics
33457 From: Simon Cozens <simon@netthink.co.uk>
33458 Date: Sat, 31 Mar 2001 13:09:59 +0100
33459 Message-ID: <20010331130959.A22000@netthink.co.uk>
33460
33461 Document AvALLOC.
33462 Branch: perl
33463 ! pod/perlguts.pod
33464____________________________________________________________________________
33465[ 9489] By: jhi on 2001/03/31 15:48:44
33466 Log: Subject: [PATCH] Re: Math::Big* v1.21
33467 From: Tels <perl_dummy@bloodgate.com>
33468 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
33469 Message-Id: <200103311125.GAA377738@www08.hway.net>
33470 Branch: perl
33471 ! pod/perlop.pod
33472____________________________________________________________________________
33473[ 9488] By: jhi on 2001/03/31 03:39:51
33474 Log: Debug output tweak.
33475 Branch: perl
33476 ! t/lib/cwd.t
33477____________________________________________________________________________
33478[ 9487] By: jhi on 2001/03/31 03:33:02
33479 Log: OverVMSification.
33480 Branch: perl
33481 ! t/lib/cwd.t
33482____________________________________________________________________________
33483[ 9486] By: jhi on 2001/03/31 03:01:40
33484 Log: Missed MANIFESTations in #9483.
33485 Branch: perl
33486 ! MANIFEST
33487____________________________________________________________________________
33488[ 9485] By: jhi on 2001/03/31 02:58:17
33489 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
33490 From: Peter Prymmer <pvhp@forte.com>
33491 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
33492 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
33493 Branch: perl
33494 ! regexec.c t/lib/cwd.t
33495____________________________________________________________________________
33496[ 9484] By: jhi on 2001/03/31 01:04:41
33497 Log: Obsolete file (see #3938)
33498 Branch: perl
33499 - lib/unicode/README.Ethiopic
33500 ! MANIFEST
33501____________________________________________________________________________
33502[ 9483] By: jhi on 2001/03/31 00:52:42
33503 Log: Update to Unicode 3.1.
33504 (Rename Names.txt to NamesList.txt.)
33505 Branch: perl
33506 + lib/unicode/NamesList.txt lib/unicode/PropList.html
33507 - lib/unicode/Names.txt
33508 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33509 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
33510 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
33511 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
33512 ! lib/unicode/UCD.html lib/unicode/Unicode.html
33513 ! lib/unicode/rename lib/unicode/version
33514____________________________________________________________________________
33515[ 9482] By: jhi on 2001/03/30 23:33:44
33516 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33517 From: Robin Houston <robin@kitsite.com>
33518 Date: Fri, 30 Mar 2001 20:07:22 +0100
33519 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
33520 Branch: perl
33521 ! ext/B/B/Deparse.pm
33522____________________________________________________________________________
33523[ 9481] By: jhi on 2001/03/30 23:20:25
33524 Log: Subject: Re: [PATCH] CwdXS, Take 2
33525 From: Benjamin Sugars <bsugars@canoe.ca>
33526 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
33527 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
33528 Branch: perl
33529 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
33530 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
33531____________________________________________________________________________
33532[ 9480] By: jhi on 2001/03/30 22:52:38
33533 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
33534 From: David Dyck <dcd@tc.fluke.com>
33535 Date: Fri, 30 Mar 2001 14:44:13 -0800
33536 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
33537
33538 The t/rantests flags file creation was accidentally
33539 removed by #9217.
33540 Branch: perl
33541 ! Makefile.SH
33542____________________________________________________________________________
33543[ 9479] By: jhi on 2001/03/30 22:45:45
33544 Log: Subject: [PATCH] File::Glob stuff for Mac OS
33545 From: Chris Nandor <pudge@pobox.com>
33546 Date: Fri, 30 Mar 2001 16:51:00 -0500
33547 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
33548 Branch: perl
33549 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33550 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33551 ! t/lib/glob-taint.t
33552____________________________________________________________________________
33553[ 9478] By: jhi on 2001/03/30 22:43:12
33554 Log: Subject: fix for win32/buildext.pl
33555 From: "Vadim Konovalov" <watman@inbox.ru>
33556 Date: Sat, 31 Mar 2001 00:50:36 +0400
33557 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
33558 Branch: perl
33559 ! win32/buildext.pl
33560____________________________________________________________________________
33561[ 9477] By: jhi on 2001/03/30 22:41:16
33562 Log: Subject: small base.pm doc patch
33563 From: Leon Brocard <acme@astray.com>
33564 Date: Fri, 30 Mar 2001 21:49:57 +0100
33565 Message-ID: <20010330214957.B8733@ns0.astray.com>
33566 Branch: perl
33567 ! lib/base.pm
33568____________________________________________________________________________
33569[ 9476] By: jhi on 2001/03/30 18:16:57
33570 Log: Subject: [PATCH] av.h cosmetics
33571 From: Simon Cozens <simon@netthink.co.uk>
33572 Date: Fri, 30 Mar 2001 18:12:28 +0100
33573 Message-ID: <20010330181228.A9319@netthink.co.uk>
33574 Branch: perl
33575 ! av.h
33576____________________________________________________________________________
33577[ 9475] By: jhi on 2001/03/30 18:15:50
33578 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
33579 From: "Philip Newton" <pnewton@gmx.de>
33580 Date: Fri, 30 Mar 2001 19:06:57 +0200
33581 Message-ID: <3AC4D951.14815.1AC7068@localhost>
33582 Branch: perl
33583 ! pod/perlhack.pod
33584____________________________________________________________________________
33585[ 9474] By: jhi on 2001/03/30 18:14:02
33586 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
33587 From: Benjamin Sugars <bsugars@canoe.ca>
33588 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
33589 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
33590 Branch: perl
33591 ! t/lib/glob-basic.t
33592____________________________________________________________________________
33593[ 9473] By: jhi on 2001/03/30 16:09:24
33594 Log: Update Changes.
33595 Branch: perl
33596 ! Changes patchlevel.h
33597____________________________________________________________________________
8e654ed5
JH
33598[ 9472] By: jhi on 2001/03/30 15:16:08
33599 Log: Integrate perlio.
33600 Branch: perl
33601 !> t/lib/cwd.t t/lib/glob-basic.t
33602____________________________________________________________________________
33603[ 9471] By: nick on 2001/03/30 14:47:10
33604 Log: Should be (^O eq 'MSWin32') not 'Win32'
33605 Fail #12 seems real - chdir is in wrong dir.
33606 Branch: perlio
33607 ! t/lib/cwd.t
33608____________________________________________________________________________
33609[ 9470] By: jhi on 2001/03/30 14:41:11
33610 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
33611 From: Radu Greab <radu@netsoft.ro>
33612 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
33613 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
33614
33615 Replace #9352.
33616 Branch: perl
33617 ! ext/Socket/Socket.xs pp_sys.c
33618____________________________________________________________________________
33619[ 9469] By: jhi on 2001/03/30 14:37:51
33620 Log: Subject: PATCH pod/perldiag.pod
33621 From: Robin Houston <robin@kitsite.com>
33622 Date: Fri, 30 Mar 2001 14:10:36 +0100
33623 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
33624 Branch: perl
33625 ! pod/perldiag.pod t/lib/glob-basic.t
33626____________________________________________________________________________
33627[ 9468] By: jhi on 2001/03/30 14:36:36
33628 Log: Subject: Better diagnostic in io/fs.t
33629 From: andreas.koenig@anima.de (Andreas J. Koenig)
33630 Date: 30 Mar 2001 10:11:43 +0200
33631 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
33632 Branch: perl
33633 ! t/io/fs.t
33634____________________________________________________________________________
33635[ 9467] By: nick on 2001/03/30 14:25:43
33636 Log: Skip order test of glob if case-ignoring system cannot
33637 create a.test and A.test
33638 Branch: perlio
33639 ! t/lib/glob-basic.t
33640____________________________________________________________________________
33641[ 9466] By: nick on 2001/03/30 13:03:12
33642 Log: Integrate mainline.
33643 Branch: perlio
33644 - ext/re/hints/aix.pl
33645 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
33646 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
33647 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
33648 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
33649____________________________________________________________________________
33650[ 9465] By: jhi on 2001/03/30 03:53:37
33651 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
33652 the tests sometimes hang, sometimes not.)
33653 Branch: perl
33654 ! t/lib/io_multihomed.t t/lib/io_sock.t
33655____________________________________________________________________________
33656[ 9464] By: jhi on 2001/03/30 02:56:04
33657 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
33658 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33659 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
33660 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
33661 Branch: perl
33662 ! op.c
33663____________________________________________________________________________
33664[ 9463] By: jhi on 2001/03/30 02:34:48
33665 Log: Test for #9462.
33666 Branch: perl
33667 ! t/lib/b.t
33668____________________________________________________________________________
33669[ 9462] By: jhi on 2001/03/30 02:29:37
33670 Log: Subject: B::Deparse precedence bug. (Patch included.)
33671 From: Jeremy Madea <jmadea@inktomi.com>
33672 Date: Thu, 29 Mar 2001 12:05:02 -0800
33673 Message-ID: <20010329120502.A24881@dr.inktomi.com>
33674 Branch: perl
33675 ! ext/B/B/Deparse.pm
33676____________________________________________________________________________
33677[ 9461] By: jhi on 2001/03/30 02:18:41
33678 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
33679 From: Peter Prymmer <pvhp@forte.com>
33680 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
33681 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
33682 Branch: perl
33683 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
33684 ! t/lib/md5-file.t
33685____________________________________________________________________________
33686[ 9460] By: jhi on 2001/03/30 02:17:07
33687 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
33688 From: Robin Houston <robin@kitsite.com>
33689 Date: Thu, 29 Mar 2001 20:47:56 +0100
33690 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
33691 Branch: perl
33692 ! ext/B/B/Debug.pm
33693____________________________________________________________________________
33694[ 9459] By: jhi on 2001/03/30 02:16:05
33695 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
33696 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33697 Date: Wed, 28 Mar 2001 18:02:20 -0600
33698 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
33699 Branch: perl
33700 ! lib/ExtUtils/MM_VMS.pm
33701____________________________________________________________________________
33702[ 9458] By: jhi on 2001/03/30 02:07:58
33703 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
33704 From: "Joshua E. Rodd" <jrodd@pbs.org>
33705 Date: Wed, 28 Mar 2001 17:29:12 -0500
33706 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
33707 Branch: perl
33708 ! pod/perlop.pod
33709____________________________________________________________________________
33710[ 9457] By: jhi on 2001/03/30 02:04:33
33711 Log: Subject: ext/re/aix.pl can go
33712 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33713 Date: Thu, 29 Mar 2001 12:03:28 +0200
33714 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
33715 Branch: perl
33716 - ext/re/hints/aix.pl
33717 ! MANIFEST
33718____________________________________________________________________________
33719[ 9456] By: jhi on 2001/03/30 02:03:32
33720 Log: Integrate perlio.
33721 Branch: perl
33722 !> ext/Encode/Encode.xs installperl
33723____________________________________________________________________________
33724[ 9455] By: nick on 2001/03/29 21:11:46
33725 Log: DLL name has changed so installperl needs to know
33726 (Why isn't it working it out or passed it?)
33727 Branch: perlio
33728 ! installperl
33729____________________________________________________________________________
33730[ 9454] By: nick on 2001/03/29 20:56:12
33731 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
33732 and we don't get undef warnings.
33733 Branch: perlio
33734 ! ext/Encode/Encode.xs
33735____________________________________________________________________________
33736[ 9453] By: nick on 2001/03/29 17:58:48
33737 Log: Integrate mainline
33738 Branch: perlio
33739 !> Changes patchlevel.h
33740____________________________________________________________________________
33741[ 9452] By: jhi on 2001/03/29 16:44:55
33742 Log: Update Changes.
33743 Branch: perl
33744 ! Changes patchlevel.h
33745____________________________________________________________________________
33746[ 9451] By: nick on 2001/03/29 16:31:38
33747 Log: Integrate mainline
33748 Branch: perlio
33749 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
33750 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
33751 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
33752 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
33753 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
33754____________________________________________________________________________
50968cfc
JH
33755[ 9450] By: jhi on 2001/03/29 16:29:17
33756 Log: Integrate perlio.
33757 Branch: perl
33758 !> win32/buildext.pl
33759____________________________________________________________________________
33760[ 9449] By: jhi on 2001/03/29 15:50:01
33761 Log: Update Changes.
33762 Branch: perl
33763 ! Changes patchlevel.h
33764____________________________________________________________________________
33765[ 9448] By: nick on 2001/03/29 15:47:15
33766 Log: Make sure buildext.pl finds Errno.pm
33767 Branch: perlio
33768 ! win32/buildext.pl
33769____________________________________________________________________________
32533f2d
JH
33770[ 9447] By: jhi on 2001/03/29 15:39:34
33771 Log: Integrate perlio.
33772 Branch: perl
33773 !> win32/makefile.mk
33774____________________________________________________________________________
33775[ 9446] By: nick on 2001/03/29 15:30:03
33776 Log: Integrate win32/makefile.mk with mainline.
33777 Branch: perlio
33778 !> win32/makefile.mk
33779____________________________________________________________________________
33780[ 9445] By: nick on 2001/03/29 15:27:32
33781 Log: Fix breakage ...
33782 Branch: perlio
33783 ! win32/makefile.mk
33784____________________________________________________________________________
33785[ 9444] By: jhi on 2001/03/29 15:03:08
33786 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33787 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33788 Date: Thu, 29 Mar 2001 10:32:59 +0400
33789 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
33790 Branch: perl
33791 ! win32/makefile.mk
33792____________________________________________________________________________
33793[ 9443] By: jhi on 2001/03/29 15:02:12
33794 Log: Integrate perlio.
33795 Branch: perl
33796 +> win32/buildext.pl
33797 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
33798 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
33799____________________________________________________________________________
33800[ 9442] By: nick on 2001/03/29 14:59:11
33801 Log: Work in progress - determine win32 extensions to build via script.
33802 Branch: perlio
33803 + win32/buildext.pl
33804 ! MANIFEST win32/makefile.mk
33805____________________________________________________________________________
33806[ 9441] By: jhi on 2001/03/29 14:51:47
33807 Log: Reintroduce the use of external pwd.
33808 Branch: perl
33809 ! t/lib/cwd.t
33810____________________________________________________________________________
33811[ 9440] By: jhi on 2001/03/29 14:42:58
33812 Log: use warnings instead of -w.
33813 Branch: perl
33814 ! utils/h2xs.PL
33815____________________________________________________________________________
33816[ 9439] By: jhi on 2001/03/29 14:41:52
33817 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
33818 From: Jonathan Stowe <gellyfish@gellyfish.com>
33819 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
33820 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
33821 Branch: perl
33822 ! utils/h2xs.PL
33823____________________________________________________________________________
33824[ 9438] By: jhi on 2001/03/29 14:39:38
33825 Log: Subject: [PATCH perl@9424] minor pod nits
33826 From: Robin Barker <rmb1@cise.npl.co.uk>
33827 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
33828 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
33829 Branch: perl
33830 ! pod/perlhack.pod pod/perliol.pod
33831____________________________________________________________________________
33832[ 9437] By: jhi on 2001/03/29 14:29:16
33833 Log: Subject: [PATCH perl@9424] typemap cast warning
33834 From: Robin Barker <rmb1@cise.npl.co.uk>
33835 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
33836 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
33837 Branch: perl
33838 ! lib/ExtUtils/typemap
33839____________________________________________________________________________
33840[ 9436] By: jhi on 2001/03/29 14:26:03
33841 Log: Subject: [PATCH perl@9424] printf warning
33842 From: Robin Barker <rmb1@cise.npl.co.uk>
33843 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
33844 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
33845 Branch: perl
33846 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
33847 ! ext/Storable/Storable.xs toke.c
33848____________________________________________________________________________
33849[ 9435] By: nick on 2001/03/29 14:23:31
33850 Log: Win32 has name conflict with ERROR
33851 Branch: perlio
33852 ! ext/PerlIO/Via/Via.xs
33853____________________________________________________________________________
33854[ 9434] By: jhi on 2001/03/29 14:17:48
33855 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
33856 From: Peter Prymmer <pvhp@forte.com>
33857 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
33858 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
33859 Branch: perl
33860 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
33861____________________________________________________________________________
33862[ 9433] By: jhi on 2001/03/29 13:52:44
33863 Log: test-prep target was missing.
33864 Branch: perl
33865 ! Makefile.SH
33866____________________________________________________________________________
33867[ 9432] By: nick on 2001/03/29 12:40:03
33868 Log: Make as-shipped compiler default to MSVC6
33869 Branch: perlio
33870 ! win32/makefile.mk
33871____________________________________________________________________________
33872[ 9431] By: nick on 2001/03/29 12:12:16
33873 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
33874 akin to PerlIO::Scalar.
33875 Branch: perlio
33876 ! perlio.c perlio.h
33877____________________________________________________________________________
33878[ 9430] By: nick on 2001/03/29 10:56:35
33879 Log: Integrate mainline.
33880 Branch: perlio
33881 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33882 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33883 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33884 !> win32/makefile.mk win32/win32sck.c
33885____________________________________________________________________________
33886[ 9429] By: nick on 2001/03/29 09:03:43
33887 Log: Noticed that two tests were skipped as perlio:: package
33888 isn't there any more. Changed the skip condition.
33889 Avoid core-dump if sv_utf8_upgrade() called on something
33890 that does not become SvPOK after SvPV() (e.g. a ref).
33891 Branch: perlio
33892 ! sv.c t/io/utf8.t t/lib/io_scalar.t
33893____________________________________________________________________________
33894[ 9428] By: jhi on 2001/03/29 01:31:47
33895 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
33896 From: Benjamin Sugars <bsugars@canoe.ca>
33897 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
33898 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
33899 Branch: perl
33900 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
33901 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
33902 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
33903____________________________________________________________________________
33904[ 9427] By: jhi on 2001/03/29 00:49:30
33905 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
33906 From: "Vadim Konovalov" <watman@inbox.ru>
33907 Date: Thu, 29 Mar 2001 01:50:12 +0400
33908 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
33909 Branch: perl
33910 ! win32/makefile.mk win32/win32sck.c
33911____________________________________________________________________________
33912[ 9426] By: gsar on 2001/03/29 00:28:04
33913 Log: dmake can only handle == and != in comparisons; support building
33914 with Borland's VCL libraries (from Vadim Konovalov)
33915 Branch: maint-5.6/perl
33916 ! win32/makefile.mk
33917____________________________________________________________________________
33918[ 9425] By: nick on 2001/03/28 19:29:56
33919 Log: Integrate (@snapshot)
33920 Branch: perlio
33921 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
33922____________________________________________________________________________
33923[ 9424] By: jhi on 2001/03/28 19:03:16
33924 Log: Update Changes.
33925 Branch: perl
33926 ! Changes patchlevel.h
33927____________________________________________________________________________
86d4dbc9
JH
33928[ 9423] By: jhi on 2001/03/28 18:52:09
33929 Log: Rmdir lib/XS on cleanup.
33930 Branch: perl
33931 ! Makefile.SH
33932____________________________________________________________________________
33933[ 9422] By: jhi on 2001/03/28 18:49:34
33934 Log: Integrate perlio.
33935 Branch: perl
33936 !> t/op/utf8decode.t
33937____________________________________________________________________________
33938[ 9421] By: nick on 2001/03/28 18:46:44
33939 Log: Loose duplicate chunk.
33940 Branch: perlio
33941 ! t/op/utf8decode.t
33942____________________________________________________________________________
33943[ 9420] By: nick on 2001/03/28 18:44:11
33944 Log: Integrate mainline.
33945 Branch: perlio
33946 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
33947 !> vms/vmsish.h
33948____________________________________________________________________________
33949[ 9419] By: jhi on 2001/03/28 18:42:05
33950 Log: Can't trust external pwds
33951 (either shell builtins or external programs)
33952 Branch: perl
33953 ! t/lib/cwd.t
33954____________________________________________________________________________
33955[ 9418] By: jhi on 2001/03/28 18:34:05
33956 Log: Integrate perlio.
33957 Branch: perl
33958 - lib/perlio.pm
33959 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33960 !> t/op/utf8decode.t
33961____________________________________________________________________________
33962[ 9417] By: nick on 2001/03/28 18:24:02
33963 Log: PerlIO.pm / perlio.pm conflict.
33964 Update some pods.
33965 Make t/op/utf8decode.t a text file.
33966 Branch: perlio
33967 - lib/perlio.pm
33968 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
33969 ! t/op/utf8decode.t
33970____________________________________________________________________________
33971[ 9416] By: jhi on 2001/03/28 18:06:07
33972 Log: Integrate change #9409 from mainline to maintperl.
33973
33974 Yet another tweak on AIX dynaloading.
33975 Branch: maint-5.6/perl
33976 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33977____________________________________________________________________________
33978[ 9415] By: gsar on 2001/03/28 17:13:01
33979 Log: integrate changes#9377,9385,9401 from mainline
33980
33981 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
33982
33983 If directory entries compare equal case-insensitively,
33984 retry case-sensitively.
33985
33986 Subject: [PATCH] B::Terse and warnings
33987 Branch: maint-5.6/perl
33988 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
33989 !> t/pragma/warn/perl
33990____________________________________________________________________________
33991[ 9414] By: jhi on 2001/03/28 17:11:12
33992 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
33993 From: "Craig A. Berry" <craigberry@mac.com>
33994 Date: Wed, 28 Mar 2001 10:55:20 -0600
33995 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
33996 Branch: perl
33997 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
33998____________________________________________________________________________
33999[ 9413] By: jhi on 2001/03/28 17:03:12
34000 Log: Dup hunk.
34001 Branch: perl
34002 ! t/op/utf8decode.t
34003____________________________________________________________________________
34004[ 9412] By: jhi on 2001/03/28 17:02:36
34005 Log: Forced integrate from perlio.
34006 Branch: perl
34007 !> t/op/utf8decode.t
34008____________________________________________________________________________
34009[ 9411] By: nick on 2001/03/28 16:50:03
34010 Log: Integrate mainline.
34011 Branch: perlio
34012 +> t/lib/cwd.t
34013 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34014 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
34015 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
34016 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
34017 !> t/pragma/warn/perl
34018____________________________________________________________________________
34019[ 9410] By: jhi on 2001/03/28 16:44:23
34020 Log: Subject: Re: [PATCH] 9403 cannot be tested
34021 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34022 Date: Wed, 28 Mar 2001 18:33:56 +0200
34023 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
34024 Branch: perl
34025 ! makedef.pl
34026____________________________________________________________________________
34027[ 9409] By: jhi on 2001/03/28 16:12:45
34028 Log: Yet another tweak on AIX dynaloading.
34029 Branch: perl
34030 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34031____________________________________________________________________________
34032[ 9408] By: jhi on 2001/03/28 15:52:55
34033 Log: Subject: [PATCH] 9403 cannot be tested
34034 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34035 Date: Wed, 28 Mar 2001 17:23:00 +0200
34036 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
34037
34038 A missing symbol.
34039 Branch: perl
34040 ! makedef.pl
34041____________________________________________________________________________
34042[ 9407] By: jhi on 2001/03/28 15:47:43
34043 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
34044 Branch: perl
34045 ! t/op/utf8decode.t
34046 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34047 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
34048____________________________________________________________________________
34049[ 9406] By: jhi on 2001/03/28 15:37:08
34050 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
34051 From: Benjamin Sugars <bsugars@canoe.ca>
34052 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
34053 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
34054 Branch: perl
34055 + t/lib/cwd.t
34056 ! MANIFEST
34057____________________________________________________________________________
34058[ 9405] By: jhi on 2001/03/28 15:13:18
34059 Log: pp_ne() needs a CORRECT boolean.
34060 Branch: perl
34061 ! pp.c
34062____________________________________________________________________________
34063[ 9404] By: jhi on 2001/03/28 15:09:23
34064 Log: pp_ne() needs a boolean, not an integer.
34065 Branch: perl
34066 ! pp.c
34067____________________________________________________________________________
34068[ 9403] By: jhi on 2001/03/28 14:47:43
34069 Log: (Retracted by #9404.)
34070 Branch: perl
34071 ! pp.c
34072____________________________________________________________________________
34073[ 9402] By: jhi on 2001/03/28 14:43:59
34074 Log: Subject: Re: [PATCH] Typemap testing
34075 From: Tim Jenness <t.jenness@jach.hawaii.edu>
34076 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
34077 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
34078 Branch: perl
34079 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34080 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
34081____________________________________________________________________________
34082[ 9401] By: jhi on 2001/03/28 14:42:14
34083 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34084 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34085 Date: Sun, 25 Mar 2001 21:59:15 +0100
34086 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
34087
34088 A variable will be checked for the "use once" warnings if:
34089
34090 1. It is in the scope of a use warnings 'once'
34091 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
34092
34093 Otherwise it won't be checked at all.
34094
34095 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
34096
34097 The enclosed patch partially fixes this issue. What I didn't
34098 get to work was the case where the "used once" warning is enabled
34099 in any file other than the main file.
34100 Branch: perl
34101 ! gv.c t/pragma/warn/perl
34102____________________________________________________________________________
34103[ 9400] By: nick on 2001/03/28 14:38:24
34104 Log: More EBCDIC tweaks:
34105 - one more swash issue &~(0xA0-1) did not do the right thing,
34106 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
34107 - add "use re 'asciirange'" to make [!-~] etc. work
34108 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
34109 - Choose a key for t/op/each.t test which gets encoded.
34110 - Skip utf8decode if this is UTF-EBCDIC.
34111 Branch: perlio
34112 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34113 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
34114____________________________________________________________________________
34115[ 9399] By: jhi on 2001/03/28 14:21:00
34116 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
34117 Andreas Schwab.
34118 Branch: perl
34119 ! pp.c
34120____________________________________________________________________________
34121[ 9398] By: jhi on 2001/03/28 00:55:56
34122 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
34123 From: David Dyck <dcd@tc.fluke.com>
34124 Date: Tue, 27 Mar 2001 15:16:24 -0800
34125 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
34126 Branch: perl
34127 ! ext/IO/lib/IO/Socket.pm
34128____________________________________________________________________________
34129[ 9397] By: jhi on 2001/03/27 21:52:49
34130 Log: Integrate perlio.
34131 Branch: perl
34132 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34133 +> ext/PerlIO/Via/Via.xs
34134 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34135____________________________________________________________________________
34136[ 9396] By: nick on 2001/03/27 21:45:13
34137 Log: Integrate mainline.
34138 Branch: perlio
34139 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
34140 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
34141____________________________________________________________________________
34142[ 9395] By: nick on 2001/03/27 21:18:58
34143 Log: Outline docs for PerlIO and PerlIO::Scalar
34144 Branch: perlio
34145 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34146____________________________________________________________________________
34147[ 9394] By: nick on 2001/03/27 20:50:13
34148 Log: PerlIO::Via layer (alpha-ish).
34149 Branch: perlio
34150 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34151 + ext/PerlIO/Via/Via.xs
34152 ! MANIFEST
34153____________________________________________________________________________
34154[ 9393] By: jhi on 2001/03/27 20:49:55
34155 Log: Retract #9329 now that 9390 should take care of the matter.
34156 Branch: perl
34157 ! utils/h2xs.PL
34158____________________________________________________________________________
34159[ 9390] By: jhi on 2001/03/27 20:47:50
34160 Log: Subject: Autoloading Errno.pm when %! is encountered
34161 From: Robin Houston <robin@kitsite.com>
34162 Date: Tue, 27 Mar 2001 20:57:11 +0100
34163 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
34164 Branch: perl
34165 ! embed.h embed.pl gv.c proto.h t/op/magic.t
34166____________________________________________________________________________
34167[ 9389] By: jhi on 2001/03/27 20:24:31
34168 Log: Integrate perlio.
34169 Branch: perl
34170 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34171 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
34172 !> utf8.c
34173____________________________________________________________________________
34174[ 9388] By: jhi on 2001/03/27 20:21:38
34175 Log: Better have a three-element array if one is going to assign
34176 to the third element of that array. (from Tim Jenness)
34177 Branch: perl
34178 ! ext/XS/Typemap/Typemap.xs
34179____________________________________________________________________________
34180[ 9387] By: nick on 2001/03/27 20:15:43
34181 Log: Integrate mainline.
34182 Branch: perlio
34183 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34184 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34185 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34186 +> t/lib/xs-typemap.t
34187 !> (integrate 34 files)
34188____________________________________________________________________________
34189[ 9386] By: jhi on 2001/03/27 20:04:18
34190 Log: Subject: Re: perl@9359 breaks HTML::Parser
34191 From: Gisle Aas <gisle@ActiveState.com>
34192 Date: 27 Mar 2001 11:30:24 -0800
34193 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
34194
34195 Clarify the UTF-8 issues of the API docs.
34196 (Slightly reworded and expanded.)
34197 Branch: perl
34198 ! pod/perlapi.pod sv.c sv.h
34199____________________________________________________________________________
34200[ 9385] By: jhi on 2001/03/27 19:44:25
34201 Log: If directory entries compare equal case-insensitively,
34202 retry case-sensitively.
34203 Branch: perl
34204 ! ext/File/Glob/bsd_glob.c
34205____________________________________________________________________________
34206[ 9384] By: nick on 2001/03/27 19:38:50
34207 Log: Various EBCDIC fixes:
34208 - major revelation that swash code is encoding aware,
34209 (or thought it was) - now it is ;-)
34210 - With that out of the way fix a slab of tr/// cases.
34211 - Fix Encode 'Unicode' to be true Unicode so tests pass.
34212 - As anticipated Base64.xs needed tweaks.
34213 - Until tr/// works right avoid old_encode64 in MIME tests.
34214 Branch: perlio
34215 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34216 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
34217____________________________________________________________________________
34218[ 9383] By: jhi on 2001/03/27 18:34:41
34219 Log: Add the std test suite BEGIN block.
34220 Branch: perl
34221 ! t/lib/xs-typemap.t
34222____________________________________________________________________________
34223[ 9382] By: jhi on 2001/03/27 15:16:07
34224 Log: Add debugging output to the test.
34225 Branch: perl
34226 ! t/lib/glob-basic.t
34227____________________________________________________________________________
34228[ 9381] By: jhi on 2001/03/27 15:08:10
34229 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
34230 Branch: perl
34231 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34232 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34233 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34234 + t/lib/xs-typemap.t
34235 ! MANIFEST
34236____________________________________________________________________________
34237[ 9380] By: jhi on 2001/03/27 14:48:34
34238 Log: Subject: [PATCH] Typemap testing
34239 From: Tim Jenness <t.jenness@jach.hawaii.edu>
34240 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
34241 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
34242
34243 (The first part of the patch.)
34244 Branch: perl
34245 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
34246____________________________________________________________________________
34247[ 9379] By: jhi on 2001/03/27 14:44:56
34248 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
34249 From: Benjamin Sugars <bsugars@canoe.ca>
34250 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
34251 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
34252 Branch: perl
34253 ! t/lib/glob-basic.t
34254____________________________________________________________________________
34255[ 9378] By: jhi on 2001/03/27 14:42:30
34256 Log: Subject: [PATCH] perlvar nit
34257 From: Simon Cozens <simon@netthink.co.uk>
34258 Date: Tue, 27 Mar 2001 01:12:01 +0100
34259 Message-ID: <20010327011201.A19179@netthink.co.uk>
34260 Branch: perl
34261 ! pod/perlvar.pod
34262____________________________________________________________________________
34263[ 9377] By: jhi on 2001/03/27 14:36:26
34264 Log: Subject: [PATCH] B::Terse and warnings
34265 From: Benjamin Sugars <ben.sugars@home.com>
34266 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
34267 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
34268 Branch: perl
34269 ! ext/B/B.pm ext/B/B/Terse.pm
34270____________________________________________________________________________
34271[ 9376] By: jhi on 2001/03/27 14:31:31
34272 Log: Document sockatmark() some.
34273 Branch: perl
34274 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
34275 ! pod/perltoc.pod
34276____________________________________________________________________________
34277[ 9375] By: jhi on 2001/03/27 14:00:24
34278 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
34279 noted by Gisle and fixed by NI-S.
34280 Branch: perl
34281 ! sv.c
34282____________________________________________________________________________
34283[ 9374] By: jhi on 2001/03/27 05:50:01
34284 Log: Regen toc.
34285 Branch: perl
34286 ! pod/perltoc.pod
34287____________________________________________________________________________
34288[ 9373] By: jhi on 2001/03/27 05:43:51
34289 Log: Pixie documenting.
34290 Branch: perl
34291 ! Makefile.SH pod/perlhack.pod
34292____________________________________________________________________________
34293[ 9372] By: jhi on 2001/03/27 05:29:34
34294 Log: Metaconfig unit changes for #9371.
34295 Branch: metaconfig
34296 ! U/modified/myhostname.U
34297 Branch: metaconfig/U/perl
34298 + d_sockatmark.U
34299 ! gccvers.U
34300____________________________________________________________________________
34301[ 9371] By: jhi on 2001/03/27 05:29:07
34302 Log: Add sockatmark() probing.
34303 Branch: perl
34304 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34305 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34306 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34307 ! vos/config.ga.h win32/config.bc win32/config.gc
34308 ! win32/config.vc
34309____________________________________________________________________________
34310[ 9370] By: jhi on 2001/03/26 22:01:18
34311 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
34312 Really need to benchmark this.
34313 Branch: perl
34314 ! pp.c
34315____________________________________________________________________________
34316[ 9369] By: nick on 2001/03/26 21:59:30
34317 Log: Integrate mainline.
34318 Branch: perlio
34319 ! ext/MIME/Base64/QuotedPrint.pm
34320 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34321 !> patchlevel.h pod/perlhack.pod pp_sys.c
34322____________________________________________________________________________
34323[ 9368] By: jhi on 2001/03/26 21:47:03
34324 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
34325
34326 TODO1: perlbench.
34327 TODO2: le, lt, ge, gt? Yech.
34328 Branch: perl
34329 ! pp.c
34330____________________________________________________________________________
34331[ 9367] By: jhi on 2001/03/26 21:34:57
34332 Log: Too much cut-and-paste in #9363.
34333 Branch: perl
34334 ! pp_sys.c
34335____________________________________________________________________________
34336[ 9366] By: jhi on 2001/03/26 21:20:53
34337 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
34338 From: Andreas Schwab <schwab@suse.de>
34339 Date: 26 Mar 2001 17:29:04 +0200
34340 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
34341
34342 (The patch for 5.6.0 or so, this is a guess for bleadperl)
34343 Branch: perl
34344 ! pp_hot.c
34345____________________________________________________________________________
34346[ 9365] By: jhi on 2001/03/26 21:07:54
34347 Log: Integrate perlio.
34348 Branch: perl
34349 !> perlio.c
34350____________________________________________________________________________
34351[ 9364] By: nick on 2001/03/26 20:30:48
34352 Log: REFCNT botch in layer name cache hash.
34353 Branch: perlio
34354 ! perlio.c
34355____________________________________________________________________________
34356[ 9363] By: jhi on 2001/03/26 18:44:32
34357 Log: Subject: [PATCH] socket() leaks file descriptors
34358 From: Benjamin Sugars <bsugars@canoe.ca>
34359 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
34360 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
34361
34362 Also sockpair() fixed similarly.
34363 Branch: perl
34364 ! pp_sys.c
34365____________________________________________________________________________
34366[ 9362] By: jhi on 2001/03/26 18:37:52
34367 Log: Integrate perlio.
34368 Branch: perl
34369 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
34370____________________________________________________________________________
34371[ 9361] By: nick on 2001/03/26 17:32:06
34372 Log: Implement flush of linebuffered streams on read of a tty.
34373 Branch: perlio
34374 ! perlio.c perliol.h
34375____________________________________________________________________________
34376[ 9360] By: nick on 2001/03/26 17:12:32
34377 Log: Memory tweaks and notes for OEMVS.
34378 Branch: perlio
34379 ! README.os390 miniperlmain.c t/op/pat.t
34380____________________________________________________________________________
34381[ 9359] By: jhi on 2001/03/26 02:12:54
34382 Log: Update Changes.
34383 Branch: perl
34384 ! Changes patchlevel.h
34385____________________________________________________________________________
f734a339
JH
34386[ 9358] By: jhi on 2001/03/26 02:05:32
34387 Log: Document the most common pixie options.
34388 Branch: perl
34389 ! pod/perlhack.pod
34390____________________________________________________________________________
34391[ 9357] By: jhi on 2001/03/26 01:25:28
34392 Log: For perl.pixie check *before* compiling that optimize is -g,
34393 as for perl.third.
34394 Branch: perl
34395 ! Makefile.SH
34396____________________________________________________________________________
34397[ 9356] By: jhi on 2001/03/26 01:13:41
34398 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
34399 Branch: perl
34400 ! Makefile.SH
34401____________________________________________________________________________
34402[ 9355] By: jhi on 2001/03/26 01:11:19
34403 Log: Remove t/perl.third.
34404 Branch: perl
34405 ! Makefile.SH
34406____________________________________________________________________________
34407[ 9354] By: jhi on 2001/03/26 00:23:38
34408 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
34409 IO::Sockatmark().
f734a339
JH
34410 Branch: perl
34411 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34412____________________________________________________________________________
34413[ 9353] By: jhi on 2001/03/25 22:25:04
34414 Log: Integrate perlio.
34415 Branch: perl
34416 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34417 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
34418 !> pp_hot.c win32/makefile.mk
34419____________________________________________________________________________
34420[ 9352] By: jhi on 2001/03/25 22:21:41
34421 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
34422 From: Radu Greab <radu@netsoft.ro>
34423 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
34424 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
34425 Branch: perl
34426 ! pp_sys.c
34427____________________________________________________________________________
34428[ 9351] By: nick on 2001/03/25 22:15:02
34429 Log: Fix readline in list mode to tell rest of world that it has
34430 things on the stack. Otherwise if perl code gets invoked
34431 underneath it it scribbles over results-so-far.
34432 (Why TIEHANDLE has not tripped on this is a mystery.)
34433 Branch: perlio
34434 ! pp_hot.c
34435____________________________________________________________________________
34436[ 9350] By: nick on 2001/03/25 22:10:13
34437 Log: win32/makefile.mk typos
34438 Branch: perlio
34439 ! win32/makefile.mk
34440____________________________________________________________________________
34441[ 9349] By: nick on 2001/03/25 21:31:14
34442 Log: Integrate now-non-binary file.
34443 Branch: perlio
34444 !> t/lib/mimeqp.t
34445____________________________________________________________________________
34446[ 9348] By: nick on 2001/03/25 21:27:24
34447 Log: Make it text
34448 Branch: perlio
34449 ! t/lib/mimeqp.t
34450____________________________________________________________________________
34451[ 9347] By: nick on 2001/03/25 21:25:37
34452 Log: Integrate mainline.
34453 Branch: perlio
34454 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34455 !> lib/Term/ReadLine.pm t/lib/md5-file.t
34456____________________________________________________________________________
34457[ 9346] By: nick on 2001/03/25 20:58:15
34458 Log: Add destruct time hook to PerlIO (for work-in-process implementing
34459 layers in perl code. In such cases layers need to be popped before
34460 we loose the ability to run perl code.)
34461 Also back-out "PerlIO::object" hook - it isn't going to work like that...
34462 Branch: perlio
34463 ! perl.c perlio.c perlio.h perliol.h
34464____________________________________________________________________________
34465[ 9345] By: nick on 2001/03/25 20:49:11
34466 Log: Avoid at leasy one of undefined warnings in Encode.
34467 Branch: perlio
34468 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34469____________________________________________________________________________
34470[ 9344] By: jhi on 2001/03/25 20:37:43
34471 Log: A workaround for using Term::ReadLine in emacs minibuffer
34472 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
34473 additional tweaks from Ilya Zakharevich.
34474 Branch: perl
34475 ! lib/Term/ReadLine.pm
34476____________________________________________________________________________
34477[ 9343] By: nick on 2001/03/25 20:21:14
34478 Log: Missing return value.
34479 Branch: perlio
34480 ! ext/PerlIO/Scalar/Scalar.xs
34481____________________________________________________________________________
34482[ 9342] By: jhi on 2001/03/25 16:21:00
34483 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
34484 to equal the CPAN versions since no code changes have been made.
34485 Branch: perl
34486 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34487 ! t/lib/md5-file.t
34488____________________________________________________________________________
34489[ 9341] By: jhi on 2001/03/25 16:01:48
34490 Log: Escape 8-bit characters.
34491 Branch: perl
34492 ! t/lib/mimeqp.t
34493____________________________________________________________________________
34494[ 9340] By: gsar on 2001/03/25 15:50:53
34495 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
34496 chars)
34497 Branch: perl
34498 + t/lib/mimeqp.t
34499____________________________________________________________________________
34500[ 9339] By: gsar on 2001/03/25 15:48:50
137e7465 34501 Log: delete mimeqp.t for later add with text mode set
f734a339
JH
34502 Branch: perl
34503 - t/lib/mimeqp.t
34504____________________________________________________________________________
34505[ 9338] By: nick on 2001/03/25 09:01:57
34506 Log: Integrate mainline.
34507 Branch: perlio
34508 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34509 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34510 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34511 +> t/lib/mimeb64u.t t/lib/mimeqp.t
34512 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
34513 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
34514 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
34515____________________________________________________________________________
34516[ 9337] By: jhi on 2001/03/25 04:23:24
34517 Log: Add MIME::Base64 here and there. Again, a lot of
34518 optimism is in the air.
34519 Branch: perl
34520 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34521 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
34522____________________________________________________________________________
34523[ 9336] By: jhi on 2001/03/25 04:12:43
34524 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
34525 this by ear as I do not do Win32 programming.)
34526 Branch: perl
34527 ! win32/Makefile win32/makefile.mk
34528____________________________________________________________________________
34529[ 9335] By: jhi on 2001/03/25 04:03:50
34530 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
34531 Branch: perl
34532 ! t/lib/md5-file.t
34533____________________________________________________________________________
34534[ 9334] By: jhi on 2001/03/25 03:58:53
34535 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
34536 Branch: perl
34537 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34538 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34539 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34540 + t/lib/mimeb64u.t t/lib/mimeqp.t
34541 ! MANIFEST
34542____________________________________________________________________________
34543[ 9333] By: jhi on 2001/03/24 20:14:37
34544 Log: Integrate perlio.
34545 Branch: perl
34546 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
34547____________________________________________________________________________
34548[ 9332] By: nick on 2001/03/24 19:40:34
34549 Log: Fix un-init variable leading to spurious "Out of Memory!"
34550 Branch: perlio
34551 ! doio.c
34552____________________________________________________________________________
34553[ 9331] By: nick on 2001/03/24 19:09:59
34554 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
34555 and update layers internals doc.
34556 Branch: perlio
34557 ! pod/perlfunc.pod pod/perliol.pod
34558____________________________________________________________________________
34559[ 9330] By: jhi on 2001/03/24 18:42:11
34560 Log: The length might be uninitialized garbage if the *svp is the undef.
34561 Branch: perl
34562 ! doio.c
34563____________________________________________________________________________
34564[ 9329] By: jhi on 2001/03/24 18:26:57
86d4dbc9 34565 Log: (Retracted by #9393)
137e7465 34566
86d4dbc9 34567 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
f734a339
JH
34568 From: Simon Cozens <simon@netthink.co.uk>
34569 Date: Sat, 24 Mar 2001 17:13:17 +0000
34570 Message-ID: <20010324171317.A13406@netthink.co.uk>
34571 Branch: perl
34572 ! utils/h2xs.PL
34573____________________________________________________________________________
34574[ 9328] By: nick on 2001/03/24 17:22:02
34575 Log: Integrate mainline.
34576 Branch: perlio
34577 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
34578 !> lib/unicode/version
34579____________________________________________________________________________
34580[ 9327] By: nick on 2001/03/24 17:16:02
34581 Log: Integrate mainline.
34582 Branch: perlio
34583 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34584 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34585 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34586 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34587 +> t/lib/md5-file.t
34588 !> MANIFEST Makefile.SH configure.com djgpp/config.over
34589 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
34590 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
34591 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
34592 !> win32/makefile.mk
34593____________________________________________________________________________
34594[ 9326] By: jhi on 2001/03/24 17:00:42
34595 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
34596 Branch: perl
34597 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
34598 ! lib/unicode/version
34599____________________________________________________________________________
34600[ 9325] By: jhi on 2001/03/24 16:22:33
34601 Log: Subject: Re: B::Deparse bug (5.6.0)
34602 From: Robin Houston <robin@kitsite.com>
34603 Date: Sat, 24 Mar 2001 14:33:09 +0000
34604 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
34605 Branch: perl
34606 ! op.c pp.c t/lib/b.t t/op/repeat.t
34607____________________________________________________________________________
34608[ 9324] By: jhi on 2001/03/24 16:21:56
34609 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
34610 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
34611 these additions may be too optimistic.
34612 Branch: perl
34613 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34614 ! hints/uwin.sh hints/vmesa.sh
34615____________________________________________________________________________
34616[ 9323] By: jhi on 2001/03/24 16:06:01
34617 Log: Integrate perlio.
34618 Branch: perl
34619 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34620 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34621 ! Makefile.SH
34622 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
34623 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
34624 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
34625 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34626 !> win32/makefile.mk win32/perlhost.h win32/win32.c
34627 !> win32/win32iop.h
34628____________________________________________________________________________
34629[ 9322] By: nick on 2001/03/24 14:39:12
34630 Log: Routine Win32 regen_config_h - no real changes.
34631 Branch: perlio
34632 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34633____________________________________________________________________________
34634[ 9321] By: nick on 2001/03/24 14:31:49
34635 Log: PerlIO fixups for Win32:
34636 - provide win33_popenlist() - non-functional as yet.
34637 - avoid need for aTHX in PerlIO_debug calls - even if not
34638 enabled args are still evaluated so Win32 has trouble during fork().
34639 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
34640 - Fixup makedef.pl for latest set of symbols.
34641 Branch: perlio
34642 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
34643 ! win32/perlhost.h win32/win32.c win32/win32iop.h
34644____________________________________________________________________________
34645[ 9320] By: nick on 2001/03/24 14:26:58
34646 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
34647 was gibberish - broke it on WIn32 at least.
34648 Branch: perlio
34649 ! ext/POSIX/POSIX.xs
34650____________________________________________________________________________
34651[ 9319] By: nick on 2001/03/24 11:29:41
34652 Log: Generated files.
34653 Branch: perlio
34654 ! embed.h global.sym objXSUB.h perlapi.c proto.h
34655____________________________________________________________________________
34656[ 9318] By: nick on 2001/03/24 10:29:37
34657 Log: Implement:
34658 1. open($fh,"+<",undef); # add test to t/io/open.t
34659 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
34660 Branch: perlio
34661 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34662 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34663 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
34664 ! t/io/open.t t/io/utf8.t
34665____________________________________________________________________________
34666[ 9317] By: jhi on 2001/03/23 23:41:25
34667 Log: AIX does seems to have optimization problems with its C compilers.
34668 Branch: perl
34669 ! hints/aix.sh
34670____________________________________________________________________________
34671[ 9316] By: jhi on 2001/03/23 23:40:46
34672 Log: Integrate perlio.
34673 Branch: perl
34674 +> lib/PerlIO.pm
34675 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
34676 !> perliol.h
34677____________________________________________________________________________
34678[ 9315] By: jhi on 2001/03/23 22:16:30
34679 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
34680 Branch: perl
34681 ! t/lib/md5-file.t
34682____________________________________________________________________________
34683[ 9314] By: nick on 2001/03/23 20:49:02
34684 Log: Perlio internals re-organized.
34685 - open process creates AV of layer/arg pairs
34686 (appends layers from open() or open.pm to default list).
34687 - push arg is now an SV.
34688 - layer ->Open get passed the AV
34689 - open is no longer mandatory method.
34690 - topmost layer that has ->Open method does the open
34691 - any layers above are pushed once that returns.
34692 - vtable re-ordered so dummy layers need only provide push/pop methods.
34693 Branch: perlio
34694 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34695____________________________________________________________________________
34696[ 9313] By: nick on 2001/03/23 16:27:41
34697 Log: Check in a stable (working) version before next round of tweaks.
34698 Changes include:
34699 - Move default layers code out of doio.c and into perlio.c
34700 - Single routine for parsing layer specification strings.
34701 - Skeleton support for demand loading of layers
34702 - Core-dump avoidance if PERLIO environment specifies loadable layer
34703 (does not _work_ as need IO to load and need load to do IO ...)
34704 Branch: perlio
34705 + lib/PerlIO.pm
34706 ! MANIFEST doio.c perlio.c
34707____________________________________________________________________________
34708[ 9312] By: gsar on 2001/03/23 16:25:25
34709 Log: add execute bit to files with shebang lines in the repository;
34710 avoid clobbering execute bit in Porting/makerel
34711 Branch: maint-5.6/perl
34712 ! (edit 144 files)
34713____________________________________________________________________________
34714[ 9311] By: jhi on 2001/03/23 14:25:35
34715 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
34716 Branch: perl
34717 ! MANIFEST
34718____________________________________________________________________________
34719[ 9310] By: jhi on 2001/03/23 13:45:04
34720 Log: Subject: [PATCH] Net::Ping
34721 From: Colin McMillen <mcmi0037@tc.umn.edu>
34722 Date: Thu, 22 Mar 2001 19:30:31 -0600
34723 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
34724 Branch: perl
34725 ! lib/Net/Ping.pm
34726____________________________________________________________________________
34727[ 9309] By: jhi on 2001/03/23 13:39:13
34728 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
34729 Branch: perl
34730 ! t/lib/md5-aaa.t t/lib/md5-file.t
34731____________________________________________________________________________
34732[ 9308] By: jhi on 2001/03/23 13:20:34
34733 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
34734 - bump the version to 2.14
34735 - drop the base64 tests since they require MIME::Base64
34736 - drop the rfc1321.txt
34737 - drop the hints/dec_osf.pl since it's only needed for
34738 pre-5.005_03 Perls
34739 Todo:
34740 - the U32 alignment testing is now removed; it needs to
34741 be reintroduced as as a Config variable (meaning also
34742 as a Configure test)
34743 - get the new EBCDIC md5sum for MD5.pm
34744 - test in Win32 to see how badly I botched the makefiles
34745 Branch: perl
34746 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34747 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34748 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34749 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34750 + t/lib/md5-file.t
34751 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34752 ! win32/Makefile win32/makefile.mk
34753____________________________________________________________________________
34754[ 9307] By: jhi on 2001/03/23 12:56:14
34755 Log: Integrate change #9306 from maintperl into mainline,
34756 AIX dynaloader for AIXes without <load.h>.
34757 Branch: perl
34758 !> ext/DynaLoader/hints/aix.pl
34759____________________________________________________________________________
34760[ 9306] By: jhi on 2001/03/23 12:51:36
34761 Log: There are AIXes without /usr/include/load.h,
34762 patch from H.Merijn Brand.
34763 Branch: maint-5.6/perl
34764 ! ext/DynaLoader/hints/aix.pl
34765____________________________________________________________________________
34766[ 9305] By: nick on 2001/03/23 11:00:42
34767 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
34768 Branch: perlio
34769 ! ext/Encode/Encode.xs perlio.c perlio.h
34770____________________________________________________________________________
34771[ 9304] By: nick on 2001/03/23 10:20:46
34772 Log: Render -Duseperlio functional again.
34773 - this is "quick fix" which calls PerlIO_apply_layers after opening,
34774 which is what old scheme did. New scheme needs to change that
34775 to make open(...,\$scalar) etc. work but this will do for now.
34776 Branch: perlio
34777 ! perlio.c
34778____________________________________________________________________________
34779[ 9303] By: nick on 2001/03/23 09:53:20
34780 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
34781 -Uuseperlio now works again.
34782 -Duseperlio is still poorly. Don't merge yet...
34783 Branch: perlio
34784 ! doio.c perlio.h
34785____________________________________________________________________________
34786[ 9302] By: nick on 2001/03/22 22:26:51
34787 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
34788 type code.
34789 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
34790 is its main caller. In particular now has access to "extra" args, and
34791 can tell when an open handle is "reopened" (or duped?).
34792 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
34793 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
34794 PerlIO_open() et. al. (i.e. other way round).
34795 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
34796 with args close to PerlIO_openn().
34797 Branch: perlio
34798 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34799____________________________________________________________________________
34800[ 9301] By: jhi on 2001/03/22 20:58:04
34801 Log: Integrate perlio.
34802 Branch: perl
34803 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
34804 !> t/io/open.t util.c
34805____________________________________________________________________________
34806[ 9300] By: nick on 2001/03/22 17:36:32
34807 Log: Don't include $@ in not ok message.
34808 Branch: perlio
34809 ! t/io/open.t
34810____________________________________________________________________________
34811[ 9299] By: gsar on 2001/03/22 16:53:45
34812 Log: back out changes#7532,7521 for now (appears to have problems
34813 on IRIX)
34814 Branch: maint-5.6/perl
34815 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34816 ! ext/POSIX/typemap pod/perlvar.pod
34817____________________________________________________________________________
34818[ 9298] By: nick on 2001/03/22 14:35:46
34819 Log: Give a meaning to '&' in n-arg open case:
34820 open($fh,"<&",$scalar);
34821 $scalar can be:
34822 - an integer which does "fdopen"
34823 open($fh,"<&",2); # like open($fh,"<&2")
34824 - something that will yield a file handle via sv_2io()
34825 useful for dup'ing anonymous handles.
34826 e.g.:
34827 open(my $fh,"<&",\*STDIN);
34828 open(my $dup,"<&",$fh);
34829 Branch: perlio
34830 ! doio.c t/io/open.t
34831____________________________________________________________________________
34832[ 9297] By: nick on 2001/03/22 13:34:35
34833 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
34834 Branch: perlio
34835 ! util.c
34836____________________________________________________________________________
34837[ 9296] By: nick on 2001/03/22 12:51:20
34838 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
34839 Branch: perlio
34840 ! perl.c
34841____________________________________________________________________________
34842[ 9295] By: nick on 2001/03/22 11:59:44
34843 Log: If stdin, stdout or stderr get opened in unexpected read/write state
34844 then warn at time of open not at time of use.
34845 Branch: perlio
34846 ! doio.c pp_hot.c pp_sys.c
34847____________________________________________________________________________
34848[ 9294] By: nick on 2001/03/22 10:54:35
34849 Log: Die on n-arg open(...,"",xxx,yyy,...)
34850 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
34851 - die on read/write cases so we can decide what it means later.
34852 Branch: perlio
34853 ! doio.c embed.pl iperlsys.h util.c
34854____________________________________________________________________________
34855[ 9293] By: nick on 2001/03/22 09:02:45
34856 Log: perlio tweaks (reported by Nick Clark)
34857 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
34858 error check in Pendinf_read().
34859 Branch: perlio
34860 ! perlio.c
34861____________________________________________________________________________
34862[ 9292] By: gsar on 2001/03/22 07:12:00
34863 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
34864 fixes)
34865 Branch: maint-5.6/perl
34866 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
34867____________________________________________________________________________
34868[ 9291] By: jhi on 2001/03/22 06:06:44
34869 Log: Regex tests from Chicheng Zhang. (Already fixed.)
34870 Branch: perl
34871 ! t/op/re_tests
34872____________________________________________________________________________
34873[ 9290] By: jhi on 2001/03/22 05:57:01
34874 Log: Move MacOS Classic higher in the list of supported platforms.
34875 Branch: maint-5.6/perl
34876 ! pod/perlport.pod
34877____________________________________________________________________________
34878[ 9289] By: gsar on 2001/03/22 05:35:04
34879 Log: revert part of change#6438 for compatibility (av_reify()
34880 appears to be needed to implement av_splice()ish things
34881 in XS)
34882 Branch: maint-5.6/perl
34883 ! embed.pl global.sym objXSUB.h perlapi.c
34884____________________________________________________________________________
34885[ 9288] By: gsar on 2001/03/22 03:09:19
34886 Log: update copyright year
34887 Branch: maint-5.6/perl
34888 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
34889 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
34890 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
34891 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
34892 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
34893 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
34894 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
34895 ! x2p/walk.c
34896____________________________________________________________________________
34897[ 9287] By: jhi on 2001/03/21 20:30:54
34898 Log: Integrate perlio.
34899 Branch: perl
34900 !> ext/Data/Dumper/Dumper.xs
34901____________________________________________________________________________
34902[ 9286] By: gsar on 2001/03/21 19:49:54
34903 Log: makefile.mk tweak
34904 Branch: maint-5.6/perl
34905 ! win32/Makefile win32/makefile.mk
34906____________________________________________________________________________
34907[ 9285] By: nick on 2001/03/21 19:07:13
34908 Log: Multiplicity fix for Dumper.
34909 Branch: perlio
34910 ! ext/Data/Dumper/Dumper.xs
34911____________________________________________________________________________
34912[ 9284] By: nick on 2001/03/21 19:01:07
34913 Log: Integrate mainline - (does not build xTHX issue in Dumper).
34914 Branch: perlio
34915 !> (integrate 27 files)
34916____________________________________________________________________________
34917[ 9283] By: jhi on 2001/03/21 17:17:35
34918 Log: Integrate change #9282 from mainline into maintperl,
34919 4-arg UTF-8 substr().
34920 Branch: maint-5.6/perl
34921 !> pp.c
34922____________________________________________________________________________
34923[ 9282] By: jhi on 2001/03/21 17:15:43
34924 Log: The #9270 would have leaked a scalar if pp_substr()
34925 returned early.
34926 Branch: perl
34927 ! pp.c
34928____________________________________________________________________________
34929[ 9281] By: gsar on 2001/03/21 17:03:14
34930 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
34931 Branch: maint-5.6/perl
34932 ! win32/makefile.mk
34933____________________________________________________________________________
34934[ 9280] By: gsar on 2001/03/21 17:01:20
34935 Log: some tweaks to change#9278 (fork() emulation should be enabled
34936 by setting BUILD_FLAVOR instead of changing the defaults)
34937 Branch: maint-5.6/perl
34938 ! win32/makefile.mk
34939____________________________________________________________________________
34940[ 9279] By: gsar on 2001/03/21 16:47:19
34941 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
34942 Branch: maint-5.6/perl
34943 ! ext/File/Glob/Glob.pm
34944 !> lib/Cwd.pm
34945____________________________________________________________________________
34946[ 9278] By: jhi on 2001/03/21 14:35:10
34947 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
34948 From: "Vadim Konovalov" <watman@inbox.ru>
34949 Date: Wed, 21 Mar 2001 01:53:51 +0300
34950 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
34951 Branch: maint-5.6/perl
34952 ! win32/makefile.mk win32/win32sck.c
34953____________________________________________________________________________
34954[ 9277] By: jhi on 2001/03/21 13:58:28
34955 Log: Integrate change #9270 from mainline to maintperl:
34956 continued 4-arg UTF-8 substr() fixing.
34957 Branch: maint-5.6/perl
34958 !> pp.c t/op/substr.t
34959____________________________________________________________________________
34960[ 9276] By: jhi on 2001/03/21 13:33:00
34961 Log: More pixie cleaning.
34962 Branch: perl
34963 ! Makefile.SH
34964____________________________________________________________________________
34965[ 9275] By: jhi on 2001/03/21 03:54:17
34966 Log: Update Changes.
34967 Branch: perl
34968 ! Changes patchlevel.h
34969____________________________________________________________________________
3249a4d4
JH
34970[ 9274] By: jhi on 2001/03/21 03:48:24
34971 Log: First stab at making Data::Dumper to grok Unicode.
34972
34973 TODO: tests, EBCDICify.
34974 Branch: perl
34975 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
34976____________________________________________________________________________
34977[ 9273] By: jhi on 2001/03/21 02:23:00
34978 Log: Fix for
34979
34980 Subject: Memory leak in unquoted print
34981 From: Benjamin Sugars <bsugars@canoe.ca>
34982 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
34983 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
34984 Branch: perl
34985 ! perlio.c
34986____________________________________________________________________________
34987[ 9272] By: jhi on 2001/03/21 01:33:17
34988 Log: Subject: Re: [PATCH] POSIX::getcwd()
34989 From: Benjamin Sugars <bsugars@canoe.ca>
34990 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
34991 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
34992 Branch: perl
34993 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
34994____________________________________________________________________________
34995[ 9271] By: jhi on 2001/03/21 01:22:52
34996 Log: Subject: [PATCH] Cwd.pm docs
34997 From: Benjamin Sugars <bsugars@canoe.ca>
34998 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
34999 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
35000 Branch: perl
35001 ! lib/Cwd.pm
35002____________________________________________________________________________
35003[ 9270] By: jhi on 2001/03/21 01:16:29
35004 Log: Continue 4-arg substr() UTF-8 fixage.
35005 Branch: perl
35006 ! pp.c t/op/substr.t
35007____________________________________________________________________________
35008[ 9269] By: jhi on 2001/03/21 00:46:14
35009 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
35010
35011 revert the leak fix in change#9142 (problem needs a more experimental
35012 fix unsuitable for 5.6.1)
35013
35014 do alphabetical sorting by default (for csh compatibility)
35015
35016 cut-n-paste goof in change#9264
35017
35018 VMS piping fixes (from Charles Lane)
35019 Branch: perl
35020 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
35021 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35022 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
35023____________________________________________________________________________
35024[ 9268] By: jhi on 2001/03/21 00:37:04
35025 Log: Integrate perlio.
35026 Branch: perl
35027 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35028 !> utf8.c utf8.h utfebcdic.h
35029____________________________________________________________________________
35030[ 9267] By: nick on 2001/03/20 20:04:39
35031 Log: More EBCDIC stuff:
35032 - Loose the extra level of function on ASCII.
35033 - spotted a chr(0) issue in sv.c
35034 - re-work of UTF-X tr/// ranges to work in Unicode
35035 space. Still issues with the "0xff is illegal UTF-8" hack.
35036 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
35037 (why do it once when you can do it all over the place :-(
35038 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
35039 need utf8.pm for swashes.
35040 - Simplified and commented scan_const() in toke.c
35041 Still something wrong regexp and tr (swashes?).
35042 Branch: perlio
35043 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35044 ! utf8.c utf8.h utfebcdic.h
35045____________________________________________________________________________
35046[ 9266] By: gsar on 2001/03/20 19:16:43
35047 Log: VMS piping fixes (from Charles Lane)
35048 Branch: maint-5.6/perl
35049 ! vms/vms.c vms/vmspipe.com
35050____________________________________________________________________________
35051[ 9265] By: gsar on 2001/03/20 17:53:52
35052 Log: cut-n-paste goof in change#9264
35053 Branch: maint-5.6/perl
35054 ! ext/File/Glob/Glob.xs
35055____________________________________________________________________________
35056[ 9264] By: gsar on 2001/03/20 17:43:47
35057 Log: do alphabetical sorting by default (for csh compatibility);
35058 bsd_glob() does ASCII sort by default as usual, unless
35059 GLOB_ALPHASORT was specified
35060 Branch: maint-5.6/perl
35061 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
35062 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35063 ! ext/File/Glob/bsd_glob.h
35064____________________________________________________________________________
35065[ 9263] By: gsar on 2001/03/20 16:40:08
35066 Log: integrate change#9255 from mainline (unicode fix)
35067
35068 substr($bytestr, i, n, $charstr)
35069 Branch: maint-5.6/perl
35070 !> Todo-5.6 pp.c t/op/substr.t
35071____________________________________________________________________________
35072[ 9262] By: gsar on 2001/03/20 15:57:41
35073 Log: revert the leak fix in change#9142 (problem needs a more experimental
35074 fix unsuitable for 5.6.1)
35075 Branch: maint-5.6/perl
35076 ! scope.c
35077____________________________________________________________________________
35078[ 9261] By: jhi on 2001/03/20 14:26:25
35079 Log: Integrate changes #9259,9260 from maintperl into mainline.
35080
35081 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35082
35083 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35084 Branch: perl
35085 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
35086____________________________________________________________________________
35087[ 9260] By: jhi on 2001/03/20 14:05:46
35088 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35089 From: Robin Barker <rmb1@cise.npl.co.uk>
35090 Date: Tue, 20 Mar 2001 10:12:04 GMT
35091 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
35092 Branch: maint-5.6/perl
35093 ! run.c
35094____________________________________________________________________________
35095[ 9259] By: jhi on 2001/03/20 14:04:39
35096 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35097 From: Chris Nandor <pudge@pobox.com>
35098 Date: Tue, 20 Mar 2001 00:40:56 -0500
35099 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
35100 Branch: maint-5.6/perl
35101 ! ext/POSIX/POSIX.xs lib/File/Path.pm
35102____________________________________________________________________________
35103[ 9258] By: jhi on 2001/03/20 05:09:34
35104 Log: Update Changes.
35105 Branch: perl
35106 ! Changes patchlevel.h
35107____________________________________________________________________________
365eb269
JH
35108[ 9257] By: jhi on 2001/03/20 05:04:25
35109 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
35110 Branch: perl
35111 ! t/op/tr.t
35112____________________________________________________________________________
35113[ 9256] By: jhi on 2001/03/20 04:43:12
35114 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
35115 From: Peter Prymmer <pvhp@forte.com>
35116 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
35117 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
35118 Branch: maint-5.6/perl
35119 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
35120____________________________________________________________________________
35121[ 9255] By: jhi on 2001/03/19 23:17:17
35122 Log: substr($bytestr, i, n, $charstr)
137e7465 35123
3249a4d4 35124 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
365eb269
JH
35125 Branch: perl
35126 ! Todo-5.6 pp.c t/op/substr.t
35127____________________________________________________________________________
35128[ 9254] By: jhi on 2001/03/19 22:25:09
35129 Log: Rearrange the make test target prerequisites so that
35130 in a parallel make 'all' is finished before 'test'.
35131 Branch: perl
35132 ! Makefile.SH
35133____________________________________________________________________________
35134[ 9253] By: jhi on 2001/03/19 21:48:07
35135 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
35136 From: Robin Houston <robin@kitsite.com>
35137 Date: Mon, 19 Mar 2001 15:48:41 +0000
35138 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
35139 Branch: perl
35140 ! pp_ctl.c
35141____________________________________________________________________________
35142[ 9252] By: jhi on 2001/03/19 21:42:27
35143 Log: Integrate perlio.
35144 Branch: perl
35145 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
35146 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
35147 !> utfebcdic.h vms/perly_c.vms
35148____________________________________________________________________________
35149[ 9251] By: jhi on 2001/03/19 21:31:28
35150 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
35151
35152 Dynaloading in 64-bit AIX with vac.
35153 Branch: perl
35154 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35155 !> hints/aix.sh
35156____________________________________________________________________________
35157[ 9250] By: jhi on 2001/03/19 21:18:00
35158 Log: A more robust solution for the 64bitall AIX dynaloading
35159 problem, from Jens-Uwe Mager.
35160 Branch: maint-5.6/perl
35161 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35162____________________________________________________________________________
35163[ 9249] By: nick on 2001/03/19 20:59:37
35164 Log: Integrate mainline.
35165 Branch: perlio
35166 !> (integrate 42 files)
35167____________________________________________________________________________
35168[ 9248] By: nick on 2001/03/19 20:22:07
35169 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
35170 (Building on OS390 uses native YACC and YYDEBUG has other
35171 side effects.)
35172 Branch: perlio
35173 ! perly.c perly.y vms/perly_c.vms
35174____________________________________________________________________________
35175[ 9247] By: jhi on 2001/03/19 19:59:53
35176 Log: 64-bit AIX dynaloading problem (see #9244) idea
35177 from Jens-Uwe Mager.
35178 Branch: maint-5.6/perl
35179 ! ext/DynaLoader/dl_aix.xs
35180____________________________________________________________________________
35181[ 9246] By: nick on 2001/03/19 19:27:57
35182 Log: More EBCDIC fixes.
35183 Branch: perlio
35184 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
35185 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
35186____________________________________________________________________________
35187[ 9245] By: jhi on 2001/03/19 19:05:19
35188 Log: Integrate change #9243 from mainline into maintperl.
35189
35190 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35191 Branch: maint-5.6/perl
35192 !> README.vmesa
35193____________________________________________________________________________
35194[ 9244] By: jhi on 2001/03/19 19:03:15
35195 Log: Get 64bitall AIX building, but still does not test okay:
35196 dynaloading anything fails, for example for op/defins:
35197 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
35198 (update: fixed by #9247,9250)
35199 Branch: maint-5.6/perl
35200 ! hints/aix.sh
35201____________________________________________________________________________
35202[ 9243] By: jhi on 2001/03/19 19:00:16
35203 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35204 From: Robin Barker <rmb1@cise.npl.co.uk>
35205 Date: Mon, 19 Mar 2001 18:01:57 GMT
35206 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
35207 Branch: perl
35208 ! README.vmesa
35209____________________________________________________________________________
35210[ 9242] By: jhi on 2001/03/19 18:58:43
35211 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
35212
35213 TODO: tests.
35214 Branch: perl
35215 ! doop.c op.c
35216____________________________________________________________________________
35217[ 9241] By: gsar on 2001/03/19 17:34:46
35218 Log: VMSify tests (from Charles Lane)
35219 Branch: maint-5.6/perl
35220 ! t/lib/filehand.t t/lib/texttabs.t
35221____________________________________________________________________________
35222[ 9240] By: jhi on 2001/03/19 14:24:26
35223 Log: Integrate change #9233 from maintperl into mainline.
35224
35225 some refcounts were incorrect in perl_clone()
35226 Branch: perl
35227 !> sv.c
35228____________________________________________________________________________
35229[ 9239] By: gsar on 2001/03/19 09:23:17
35230 Log: this is 5.6.1-trial3
35231 Branch: maint-5.6/perl
35232 ! Changes
35233____________________________________________________________________________
35234[ 9238] By: gsar on 2001/03/19 08:47:04
35235 Log: some new symbols are only available under ithreads
35236 Branch: maint-5.6/perl
35237 ! makedef.pl
35238____________________________________________________________________________
35239[ 9237] By: gsar on 2001/03/19 08:42:28
35240 Log: update patchlevel.h, Changes, &c.
35241 Branch: maint-5.6/perl
35242 ! Changes patchlevel.h pod/perlhist.pod
35243 !> AUTHORS
35244____________________________________________________________________________
35245[ 9236] By: gsar on 2001/03/19 08:17:49
35246 Log: integrate changes#8068,8717 from mainline
35247
35248 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
35249
35250 [PATCH CPAN 1.59_51] warning message (not!)
35251 Branch: maint-5.6/perl
35252 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
35253 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
35254 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
35255 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
35256 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35257____________________________________________________________________________
35258[ 9235] By: gsar on 2001/03/19 08:07:09
35259 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
35260
35261 [PATCH] Add missing CV flags to dump.c
35262
35263 Re: [patch] Re: PL_ptr_table
35264
35265 Fixup non-ithread build after 8713
35266
35267 Generated files form 8713 etc.
35268
35269 Correct the correction :-(
35270
35271 Documenting coderef @INC (Re: CPAN "make this script work" feature)
35272
35273 Subject: Re: sync sync sync: have I missed any patches?
35274 Replace djSP with dSP.
35275 Branch: maint-5.6/perl
35276 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
35277 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
35278 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
35279 !> sv.c sv.h win32/perlhost.h
35280____________________________________________________________________________
35281[ 9234] By: gsar on 2001/03/19 07:22:05
35282 Log: revert the change#9090 integrate for now (change looks somewhat
35283 incomplete in that [ha]v_exists() need something similar; lacks
35284 tests; &c.)
35285 Branch: maint-5.6/perl
35286 ! hv.c
35287____________________________________________________________________________
35288[ 9233] By: gsar on 2001/03/19 07:10:01
35289 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
35290 destruction when there are unreferenced scalars (SvREFCNT==0)
35291 Branch: maint-5.6/perl
35292 ! sv.c
35293____________________________________________________________________________
35294[ 9232] By: jhi on 2001/03/19 05:11:02
35295 Log: Regen api and toc.
35296 Branch: maint-5.6/perl
35297 ! pod/perlapi.pod pod/perltoc.pod
35298____________________________________________________________________________
35299[ 9231] By: jhi on 2001/03/19 04:06:03
35300 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
35301 add a lost line in pp.c:pp_chop(), update to new op/chop.
35302
35303 Clarify the description differentiating for and while; inspired by
35304
35305 Subject: [ID 20010306.004] || != named unary operator
35306
35307 The $Is_MacOS needs to be declared.
35308 Branch: maint-5.6/perl
35309 ! pp.c t/op/chop.t
35310 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
35311____________________________________________________________________________
35312[ 9230] By: jhi on 2001/03/19 03:48:16
35313 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
35314 9079,9083,9089,9090,9091 from mainline to maintperl.
35315
35316 Quieten some noise in Win32 builds
35317
35318 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
35319
35320 The perlretut was still talking about the old \p and \P
35321 definitions.
35322
35323 More tweakage on the Unicode character class descriptions.
35324
35325 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35326
35327 Subject: 'no *POSIX' Patch speeding up make on BS2000
35328
35329 Subject: [PATCH] perldata.pod here-doc docs
35330
35331 Add /sbin and /usr/sbin to the list of directories scanned
35332 for setuid programs. Takes care of bug id 20010309.003.
35333
35334 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
35335
35336 In op/stat #35 better to scan all the potential directories
35337 for setuids, not just the first one.
35338 Branch: maint-5.6/perl
35339 ! Makefile.SH
35340 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
35341 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
35342 !> t/op/stat.t toke.c win32/win32.h
35343____________________________________________________________________________
35344[ 9229] By: jhi on 2001/03/19 02:31:50
35345 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
35346 From: Chris Nandor <pudge@pobox.com>
35347 Date: Sat, 10 Mar 2001 14:22:19 -0500
35348 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
35349 Branch: maint-5.6/perl
35350 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35351 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
35352 ! t/lib/b.t t/lib/errno.t
35353____________________________________________________________________________
35354[ 9228] By: jhi on 2001/03/19 02:29:59
35355 Log: Integrate changes #9113,9122 from mainline into maintperl.
35356
35357 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?)
35358 Branch: maint-5.6/perl
35359 !> Configure README.os390 hints/os390.sh
35360____________________________________________________________________________
35361[ 9227] By: jhi on 2001/03/19 02:22:35
35362 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
35363 into maintperl.
35364
35365 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35366
35367 Forgot to check-in the larger part of #9120, duh.
35368
35369 Subject: Another patch for integer.pm POD
35370
35371 h2ph strictness and cleanliness from Kurt Starsinic.
35372
35373 Borland filename case problem.
35374
35375 h2ph strictness and cleanliness from Kurt Starsinic.
35376
35377 Subject: [PATCH] the uncontroversial doc patches
35378 Branch: maint-5.6/perl
35379 +> win32/sncfnmcs.pl
35380 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
35381 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
35382 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
35383 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
35384 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
35385 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
35386 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
35387____________________________________________________________________________
35388[ 9226] By: jhi on 2001/03/19 02:10:21
35389 Log: Integrate changes #9207,9214 from mainline into maintperl.
35390
35391 podchecker relaxations: =over has an *optional* number after it,
35392 and whitespace in L<> is okay.
35393 Branch: maint-5.6/perl
35394 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35395 !> t/pod/poderrs.xr
35396____________________________________________________________________________
35397[ 9225] By: jhi on 2001/03/19 02:07:38
35398 Log: Integrate change #9219 from maintperl into mainline.
35399
35400 remove duplicated tests
35401 Branch: perl
35402 !> t/op/re_tests
35403____________________________________________________________________________
35404[ 9224] By: jhi on 2001/03/19 02:06:11
35405 Log: Integrate change #9223 from mainline to maintperl.
35406
35407 Document -Dmksymlinks.
35408 Branch: maint-5.6/perl
35409 !> INSTALL
35410____________________________________________________________________________
35411[ 9223] By: jhi on 2001/03/19 02:01:25
35412 Log: Document -Dmksymlinks.
35413 Branch: perl
35414 ! INSTALL
35415____________________________________________________________________________
35416[ 9222] By: jhi on 2001/03/19 01:15:35
35417 Log: The -Dmksymlinks wasn't working for maintperl.
35418 Branch: maint-5.6/perl
35419 ! Configure
35420____________________________________________________________________________
35421[ 9221] By: jhi on 2001/03/19 00:49:43
35422 Log: Cleanup pixie residue.
35423 Branch: perl
35424 ! Makefile.SH
35425____________________________________________________________________________
35426[ 9220] By: jhi on 2001/03/19 00:44:47
35427 Log: Document the use of pixie/prof; create make targets for it.
35428
35429 TODO: make t/TEST pixie-aware.
35430 Branch: perl
35431 ! Makefile.SH pod/perlhack.pod
35432____________________________________________________________________________
35433[ 9219] By: gsar on 2001/03/19 00:16:55
35434 Log: remove duplicated tests
35435 Branch: maint-5.6/perl
35436 ! t/op/re_tests
35437____________________________________________________________________________
35438[ 9218] By: jhi on 2001/03/18 23:59:31
35439 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
35440 Branch: perl
35441 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
35442____________________________________________________________________________
35443[ 9217] By: jhi on 2001/03/18 23:25:20
35444 Log: Rewrite the tests section of Makefile to be less redundant
35445 and to allow for more flexible test targets, many recursive
35446 make calls introduced.
35447 Branch: perl
35448 ! Makefile.SH
35449____________________________________________________________________________
35450[ 9216] By: jhi on 2001/03/18 22:30:04
35451 Log: Document the use of Third Degree (sparsely).
35452 Branch: perl
35453 ! pod/perlhack.pod t/TEST
35454____________________________________________________________________________
35455[ 9215] By: jhi on 2001/03/18 22:10:30
35456 Log: Make targets for testing with Third Degree.
35457 Branch: perl
35458 ! Makefile.SH
35459____________________________________________________________________________
35460[ 9214] By: jhi on 2001/03/18 21:08:53
35461 Log: The podchecker relaxations need to mirrored also at the tests.
35462 Branch: perl
35463 ! t/pod/poderrs.xr
35464____________________________________________________________________________
35465[ 9213] By: jhi on 2001/03/18 20:56:21
35466 Log: Update Changes.
35467 Branch: perl
35468 ! Changes patchlevel.h
99b32ad1 35469____________________________________________________________________________
cf9b4167
JH
35470[ 9212] By: jhi on 2001/03/18 20:36:59
35471 Log: Looking for config.sh in parent directories isn't
35472 very useful for the toplevel Makefile.
35473 Branch: perl
35474 ! Makefile.SH
35475____________________________________________________________________________
35476[ 9211] By: jhi on 2001/03/18 20:33:37
35477 Log: On "make clean" take care of Third Degree droppings.
35478 Branch: perl
35479 ! Makefile.SH
35480____________________________________________________________________________
35481[ 9210] By: jhi on 2001/03/18 20:21:34
35482 Log: Add a hook for running the tests under the Third Degree
35483 debugging tool (set $ENV{PERL_3LOG} to non-zero)
35484
35485 TODO: Document the use of Third Degree.
35486 Branch: perl
35487 ! t/TEST
35488____________________________________________________________________________
35489[ 9209] By: jhi on 2001/03/18 20:19:07
35490 Log: Regen toc and api pods.
35491 Branch: perl
35492 ! pod/perlapi.pod pod/perltoc.pod
35493____________________________________________________________________________
35494[ 9208] By: jhi on 2001/03/18 20:12:12
35495 Log: Integrate changes #8128,9132 from mainline into maintperl,
35496 Tie::SubstrHash fixes.
35497 Branch: maint-5.6/perl
35498 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35499____________________________________________________________________________
35500[ 9207] By: jhi on 2001/03/18 20:07:43
35501 Log: podchecker relaxations from Michael Stevens.
35502 Branch: perl
35503 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35504____________________________________________________________________________
35505[ 9206] By: jhi on 2001/03/18 20:04:24
35506 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
35507 Branch: perl
35508 ! lib/Locale/Constants.pm lib/Locale/Country.pm
35509 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
35510 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
35511____________________________________________________________________________
35512[ 9205] By: jhi on 2001/03/18 19:54:45
35513 Log: Integrate changes #9161,9162 from maintperl to mainline.
35514
35515 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35516 results
35517 Branch: perl
35518 !> t/op/magic.t
35519____________________________________________________________________________
35520[ 9204] By: jhi on 2001/03/18 19:37:46
35521 Log: Make perl.third checks more understandable to the builder.
35522 Branch: perl
35523 ! Makefile.SH
35524____________________________________________________________________________
35525[ 9203] By: jhi on 2001/03/18 19:20:54
35526 Log: Re-integrate #9138 from maintperl to mainline,
35527 the squelching of the unneeded "Scalars leaked" messages.
35528 Branch: perl
35529 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35530 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35531 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35532____________________________________________________________________________
35533[ 9202] By: jhi on 2001/03/18 18:48:36
35534 Log: More robust and more paranoid perl.third target.
35535 Branch: perl
35536 ! Makefile.SH
35537____________________________________________________________________________
35538[ 9201] By: jhi on 2001/03/18 18:39:21
35539 Log: Integrate change #9197 from maintperl to mainline.
35540
35541 more thorough cleaning of arenas.
35542 Branch: perl
35543 !> embed.pl perl.c proto.h sv.c t/op/sort.t
35544____________________________________________________________________________
35545[ 9200] By: jhi on 2001/03/18 18:25:17
35546 Log: Integrate perlio.
35547 Branch: perl
35548 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
35549 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
35550 !> t/lib/encode.t toke.c universal.c utf8.c
35551____________________________________________________________________________
35552[ 9199] By: nick on 2001/03/18 15:23:51
35553 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
35554 is the sense of the test being done. Avoid some magical 127 and 128 values
35555 by using macros.
35556 Branch: perlio
35557 ! doop.c pp_ctl.c sv.c toke.c
35558____________________________________________________________________________
35559[ 9198] By: nick on 2001/03/18 14:18:12
35560 Log: UTF-X encoding invariance for Encode:
35561 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
35562 - move the XS code for those to universal.c (so in miniperl)
35563 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
35564 - change ext/Encode/compile to use above.
35565 - Fix t/lib/encode.t for above
35566 - Teach t/lib/b.t to expect -uutf8
35567 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
35568 utf8.pm is needed.
35569 Branch: perlio
35570 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35571 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
35572____________________________________________________________________________
35573[ 9197] By: gsar on 2001/03/18 12:15:57
35574 Log: more thorough cleaning of arenas--keep going until no more
35575 SvREFCNT_dec()s occur (this fixes the problem that causes the
35576 pesky "Scalars leaked" warnings)
35577 Branch: maint-5.6/perl
35578 ! embed.pl perl.c proto.h sv.c t/op/sort.t
35579____________________________________________________________________________
35580[ 9196] By: nick on 2001/03/18 10:57:29
35581 Log: Fix pragma/utf8.t # 15
35582 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
35583 are SvUTF8 as well.
35584 Branch: perlio
35585 ! toke.c
35586____________________________________________________________________________
35587[ 9195] By: nick on 2001/03/18 09:27:06
35588 Log: Integrate mainline
35589 Branch: perlio
35590 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
35591 !> t/op/pat.t
35592____________________________________________________________________________
35593[ 9194] By: jhi on 2001/03/18 05:29:59
35594 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
365eb269 35595 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
cf9b4167
JH
35596 Branch: perl
35597 ! op.c op.h t/op/misc.t t/op/pat.t
35598____________________________________________________________________________
35599[ 9193] By: jhi on 2001/03/18 05:15:06
35600 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
35601 Branch: perl
35602 ! mg.c t/op/pat.t
35603____________________________________________________________________________
35604[ 9192] By: jhi on 2001/03/18 04:22:43
35605 Log: tr/// UTF-8 patches from Inaba Hiroto.
35606 Branch: perl
35607 ! doop.c op.c
35608____________________________________________________________________________
35609[ 9191] By: jhi on 2001/03/18 04:21:17
35610 Log: Integrate perlio.
35611 Branch: perl
35612 !> utf8.c utfebcdic.h
35613____________________________________________________________________________
35614[ 9190] By: nick on 2001/03/17 20:32:01
35615 Log: Correct #if EBCDIC side typos.
35616 Builds and passes many tests on OS390.
35617 Branch: perlio
35618 ! utf8.c utfebcdic.h
35619____________________________________________________________________________
35620[ 9189] By: jhi on 2001/03/17 18:55:49
35621 Log: Add prerequisites for the perl.third target.
35622 Branch: perl
35623 ! Makefile.SH
35624____________________________________________________________________________
35625[ 9188] By: jhi on 2001/03/17 18:46:00
35626 Log: Integrate perlio.
35627 Branch: perl
35628 +> utfebcdic.h
35629 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
35630____________________________________________________________________________
35631[ 9187] By: jhi on 2001/03/17 18:38:47
35632 Log: Add a make rule for perl.third (the Third Degree memory debugging
35633 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
35634 Branch: perl
35635 ! Makefile.SH
35636____________________________________________________________________________
35637[ 9186] By: nick on 2001/03/17 18:34:48
35638 Log: MANIFEST addition :-(
35639 Branch: perlio
35640 ! MANIFEST
35641____________________________________________________________________________
35642[ 9185] By: nick on 2001/03/17 18:29:50
35643 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
35644 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
35645 a superset of ASCII are invariant under the encoding. This is EBCDIC
35646 friendly as an encoded string can be looked at as being EBCDIC by lexer
35647 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
35648 ASCII on ASCII machines.
35649
35650 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
35651 seperate.
35652 - Add some more macros to comprehend different shift amounts and
35653 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
35654 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
35655 and conditionaly #include it.
35656
35657 EBCDIC build as yet untested. ASCII still fails the one test.
35658 Branch: perlio
35659 + utfebcdic.h
35660 ! utf8.c utf8.h
35661____________________________________________________________________________
35662[ 9184] By: nick on 2001/03/17 17:44:16
35663 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
35664 Branch: perlio
35665 ! doop.c perl.h pp.c utf8.h
35666____________________________________________________________________________
35667[ 9183] By: jhi on 2001/03/17 15:55:42
35668 Log: Integrate perlio.
35669 Branch: perl
35670 ! MANIFEST
35671 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
35672____________________________________________________________________________
35673[ 9182] By: nick on 2001/03/17 09:16:06
35674 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
35675 Branch: perlio
35676 ! t/op/pat.t
35677____________________________________________________________________________
35678[ 9181] By: nick on 2001/03/17 09:15:11
35679 Log: Integrate mainline.
35680 Branch: perlio
35681 +> lib/Locale/Constants.pm lib/Locale/Country.pm
35682 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35683 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35684 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
35685 !> (integrate 83 files)
35686____________________________________________________________________________
35687[ 9180] By: nick on 2001/03/16 17:23:21
35688 Log: EBCDIC Fixes.
35689 Branch: perlio
35690 ! perl.h sv.c toke.c utf8.c utf8.h
35691____________________________________________________________________________
35692[ 9179] By: jhi on 2001/03/16 14:10:12
35693 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
35694 a change needed to work around an AIX compiler bug.
35695 Branch: perl
35696 ! ext/Storable/Storable.xs
35697____________________________________________________________________________
35698[ 9178] By: jhi on 2001/03/16 03:19:59
35699 Log: With Damian's approval synchronize damian's modules'
35700 licensing with Perl's standard module licensing.
35701 Branch: perl
35702 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
35703____________________________________________________________________________
35704[ 9177] By: jhi on 2001/03/16 03:15:34
35705 Log: Make the Filter::Util:Call files have their own copies
35706 of the Perl standard module licensing, from Paul Marquess.
35707 Branch: perl
35708 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35709____________________________________________________________________________
35710[ 9176] By: jhi on 2001/03/16 02:56:04
35711 Log: Subject: [PATCH] more pod patches
35712 From: Michael Stevens <michael@etla.org>
35713 Date: Thu, 15 Mar 2001 21:25:18 +0000
35714 Message-ID: <20010315212518.A18870@firedrake.org>
35715 Branch: perl
35716 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
35717 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
35718 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
35719 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
35720 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35721 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
35722 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
35723 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
35724 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
35725 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
35726 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
35727 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
35728 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
35729 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
35730 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
35731 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
35732 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
35733 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
35734 ! lib/Locale/Country.pm lib/Locale/Language.pm
35735 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
35736 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
35737 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
35738 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
35739 ! os2/OS2/Process/Process.pm
35740____________________________________________________________________________
35741[ 9175] By: jhi on 2001/03/16 02:53:32
35742 Log: Subject: [PATCH] the uncontroversial doc patches
35743 From: Michael Stevens <michael@etla.org>
35744 Date: Thu, 15 Mar 2001 20:01:12 +0000
35745 Message-ID: <20010315200112.A7636@firedrake.org>
35746 Branch: perl
35747 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
35748 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
35749 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
35750 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
35751 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
35752____________________________________________________________________________
35753[ 9174] By: jhi on 2001/03/16 02:50:49
35754 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
35755 From: Paul Lindner <lindner@inuus.com>
35756 Date: Fri, 16 Mar 2001 11:28:03 -0800
35757 Message-ID: <20010316112803.A7577@inuus.com>
35758 Branch: perl
35759 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35760____________________________________________________________________________
35761[ 9173] By: nick on 2001/03/15 20:21:03
35762 Log: 1st day's EBCDIC fixes:
35763 - toke.c's parsing of strings needed attention
35764 needed to conditionally e2a if string was already UTF-8
35765 - e2a/a2e tables where wrong way round.
35766 - new macros in utf8.h
35767 Branch: perlio
35768 ! perl.h toke.c utf8.h
35769____________________________________________________________________________
35770[ 9172] By: jhi on 2001/03/15 15:17:17
35771 Log: Update Changes.
35772 Branch: perl
35773 ! Changes patchlevel.h
35774____________________________________________________________________________
310a2e74
JH
35775[ 9171] By: jhi on 2001/03/15 15:09:32
35776 Log: Subject: Re: Another Borland C++ problem.
35777 From: "Vadim Konovalov" <watman@inbox.ru>
35778 Date: Sat, 10 Mar 2001 19:26:07 +0300
35779 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
35780
35781 Borland filename case problem.
35782 Branch: perl
35783 + win32/sncfnmcs.pl
35784 ! MANIFEST README.win32
35785____________________________________________________________________________
35786[ 9170] By: jhi on 2001/03/15 14:54:23
35787 Log: Add Locale::Codes 1.06, from Neil Bowers.
35788 Branch: perl
35789 + lib/Locale/Constants.pm lib/Locale/Country.pm
35790 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35791 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35792 + t/lib/lc-language.t t/lib/lc-uk.t
35793 ! MANIFEST
35794____________________________________________________________________________
35795[ 9169] By: jhi on 2001/03/15 14:19:01
35796 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
35797 Branch: perl
35798 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35799 ! ext/Storable/Storable.xs
35800____________________________________________________________________________
35801[ 9168] By: jhi on 2001/03/15 14:13:22
35802 Log: Integrate changes #9120,9167 from mainline to maintperl.
35803
35804 Subject: [PATCH 5.6.1] OS/2 docs
35805
35806 Subject: [PATCH 5.6.1] perldoc
35807 Branch: maint-5.6/perl
35808 !> os2/Changes utils/perldoc.PL
35809____________________________________________________________________________
35810[ 9167] By: jhi on 2001/03/15 14:07:42
35811 Log: Subject: [PATCH 5.6.1] perldoc
35812 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35813 Date: Wed, 14 Mar 2001 23:46:52 -0500
35814 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
35815 Branch: perl
35816 ! utils/perldoc.PL
35817____________________________________________________________________________
35818[ 9166] By: jhi on 2001/03/15 13:53:15
35819 Log: sigaction test condition tweakage.
35820 Branch: perl
35821 ! t/lib/sigaction.t
35822____________________________________________________________________________
35823[ 9165] By: alanbur on 2001/03/15 03:49:17
35824 Log: Resynchronised with parent
35825 Branch: maint-5.6/pureperl
35826 +> os2/os2add.sym t/op/anonsub.t
35827 !> (integrate 72 files)
35828____________________________________________________________________________
35829[ 9164] By: jhi on 2001/03/15 01:05:01
35830 Log: Avoid stomping off the beginning of an array in tr///.
35831 Branch: perl
35832 ! op.c
35833____________________________________________________________________________
35834[ 9163] By: jhi on 2001/03/15 00:58:57
35835 Log: h2ph strictness and cleanliness from Kurt Starsinic.
35836 Branch: perl
35837 ! utils/h2ph.PL
35838____________________________________________________________________________
35839[ 9162] By: gsar on 2001/03/15 00:56:53
35840 Log: avoid warnings
35841 Branch: maint-5.6/perl
35842 ! t/op/magic.t
35843____________________________________________________________________________
35844[ 9161] By: gsar on 2001/03/15 00:52:09
35845 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35846 results
35847 Branch: maint-5.6/perl
35848 ! t/op/magic.t
35849____________________________________________________________________________
35850[ 9160] By: jhi on 2001/03/14 22:02:10
35851 Log: Do not use the Perl malloc in IRIX, suggested by
35852 Helmus Jarausch.
35853 Branch: perl
35854 ! hints/irix_6.sh
35855____________________________________________________________________________
35856[ 9159] By: nick on 2001/03/14 21:45:59
35857 Log: Integrate mainline
35858 Branch: perlio
35859 +> t/op/loopctl.t
35860 !> (integrate 41 files)
35861____________________________________________________________________________
35862[ 9158] By: jhi on 2001/03/14 21:10:09
35863 Log: The Day of the Retractions continues: the #9138
35864 (integrated in #9144) doesn't work well in mainline.
35865 Branch: perl
35866 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35867 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35868 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35869____________________________________________________________________________
35870[ 9157] By: jhi on 2001/03/14 20:58:12
35871 Log: The #9145 CANNOT be enabled: the clear_pmop code still
35872 dumps core all over in Tru64.
35873 Branch: perl
35874 ! op.c op.h t/op/pat.t
35875____________________________________________________________________________
35876[ 9156] By: jhi on 2001/03/14 20:48:06
35877 Log: Integrate change #9154 from maintperl to mainline.
35878
35879 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35880 (caused Storable 1.0.10 to break on windows)
35881 Branch: perl
35882 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35883 !> perlapi.c proto.h
35884____________________________________________________________________________
35885[ 9155] By: jhi on 2001/03/14 20:23:53
35886 Log: Retract #9136: breaks threading (and binary compatibility).
35887 Branch: perl
35888 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
35889____________________________________________________________________________
35890[ 9154] By: gsar on 2001/03/14 17:48:18
35891 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
35892 (caused Storable 1.0.10 to break on windows)
35893 Branch: maint-5.6/perl
35894 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
35895 ! perlapi.c proto.h
35896____________________________________________________________________________
35897[ 9153] By: jhi on 2001/03/14 13:35:21
35898 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
35899 Branch: perl
35900 ! t/lib/sigaction.t
35901____________________________________________________________________________
35902[ 9152] By: gsar on 2001/03/14 07:29:40
35903 Log: back out changes#9012,9010,9009 and parts of change#9016
35904 (causes ABRs under purify, and some prerequisites don't
35905 seem to be there in 5.6.x)
35906 Branch: maint-5.6/perl
35907 ! doop.c op.c t/op/tr.t toke.c
35908____________________________________________________________________________
35909[ 9151] By: gsar on 2001/03/14 07:01:29
35910 Log: reenable change#9145 (the test was busted due to a missing
35911 C<print "ok 27\n">)
35912 Branch: perl
35913 ! op.c op.h t/op/pat.t
35914____________________________________________________________________________
35915[ 9150] By: jhi on 2001/03/14 06:38:36
35916 Log: Retract #9145.
35917 Branch: perl
35918 ! op.c op.h t/op/pat.t
35919____________________________________________________________________________
35920[ 9149] By: jhi on 2001/03/14 06:14:56
35921 Log: Retract #9143.
35922 Branch: perl
35923 ! op.c
35924____________________________________________________________________________
35925[ 9148] By: gsar on 2001/03/14 06:13:02
35926 Log: Uninitialized Memory Read in regexec.c
35927 Branch: perl
35928 ! regexec.c
35929____________________________________________________________________________
35930[ 9147] By: jhi on 2001/03/14 04:59:54
35931 Log: Subject: PATCH: make goto work in nested eval ""
35932 From: Robin Houston <robin@kitsite.com>
35933 Date: Wed, 14 Mar 2001 04:16:10 +0000
35934 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
35935 Branch: perl
35936 ! pp_ctl.c t/op/goto.t
35937____________________________________________________________________________
35938[ 9146] By: jhi on 2001/03/14 04:42:54
35939 Log: Preserve the #ifdef PERL_CORE in perly.h.
35940 Branch: perl
35941 ! perly.fixer
35942____________________________________________________________________________
35943[ 9145] By: jhi on 2001/03/14 03:57:41
35944 Log: (Retracted by #9150.)
35945 Branch: perl
35946 ! op.c op.h t/op/pat.t
35947____________________________________________________________________________
35948[ 9144] By: jhi on 2001/03/14 03:50:38
35949 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
35950
35951 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
35952
35953 remove squelch controls for "Scalars leaked" messages in most places
35954 (these are now cured)
35955
35956 fix another memory leak reported by purify (tie callbacks that
35957 croak can leak when wiping out magic)
35958 Branch: perl
35959 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
35960 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
35961 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
35962 !> t/pragma/warnings.t
35963____________________________________________________________________________
35964[ 9143] By: jhi on 2001/03/14 03:37:53
35965 Log: (Retracted by #9149.)
35966 Branch: perl
35967 ! op.c
35968____________________________________________________________________________
35969[ 9142] By: gsar on 2001/03/14 03:20:48
35970 Log: fix another memory leak reported by purify (tie callbacks that
35971 croak can leak when wiping out magic)
35972 Branch: maint-5.6/perl
35973 ! scope.c
35974____________________________________________________________________________
35975[ 9141] By: jhi on 2001/03/14 02:55:00
35976 Log: Subject: PATCH for [ID 20010305.003]
35977 From: Robin Houston <robin@kitsite.com>
35978 Date: Wed, 14 Mar 2001 02:45:51 +0000
35979 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
35980 Branch: perl
35981 ! pp_ctl.c t/op/eval.t
35982____________________________________________________________________________
35983[ 9140] By: jhi on 2001/03/14 02:41:54
35984 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35985 Date: Wed, 14 Mar 2001 01:52:51 +0000
35986 From: Robin Houston <robin@kitsite.com>
35987 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
35988
35989 Fix for 2000313.004.
35990 Branch: perl
35991 ! pp_ctl.c t/op/goto.t
35992____________________________________________________________________________
35993[ 9139] By: jhi on 2001/03/14 02:40:50
35994 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
35995 From: Robin Houston <robin@kitsite.com>
35996 Date: Wed, 14 Mar 2001 00:43:45 +0000
35997 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
35998 Branch: perl
35999 + t/op/loopctl.t
36000 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
36001 ! vms/perly_c.vms
36002____________________________________________________________________________
36003[ 9138] By: gsar on 2001/03/14 01:18:00
36004 Log: remove squelch controls for "Scalars leaked" messages in most places
36005 (these are now cured)
36006 Branch: maint-5.6/perl
36007 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36008 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36009 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36010____________________________________________________________________________
36011[ 9137] By: gsar on 2001/03/14 00:57:04
36012 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36013 Branch: maint-5.6/perl
36014 ! regcomp.c
36015____________________________________________________________________________
36016[ 9136] By: jhi on 2001/03/13 23:12:24
36017 Log: (Retracted by #9155)
36018
36019 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
36020 From: Jens-Uwe Mager <jum@helios.de>
36021 Date: Wed, 21 Feb 2001 21:32:04 +0100
36022 Message-ID: <20010221213203.A18340@ans.helios.de>
36023 Branch: perl
36024 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36025____________________________________________________________________________
36026[ 9135] By: jhi on 2001/03/13 22:50:05
36027 Log: Integrate perlio.
36028 Branch: perl
36029 !> pp.c
36030____________________________________________________________________________
36031[ 9134] By: jhi on 2001/03/13 22:49:05
36032 Log: Integrate change #9131 from maintperl into mainline.
36033
36034 make the error text look more consistent in hints/hpux.sh
36035 Branch: perl
36036 !> hints/hpux.sh
36037____________________________________________________________________________
36038[ 9133] By: gsar on 2001/03/13 22:46:20
36039 Log: integrate change#9067 from mainline
36040
36041 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36042 Branch: maint-5.6/perl
36043 !> lib/ExtUtils/MM_Unix.pm
36044____________________________________________________________________________
36045[ 9132] By: jhi on 2001/03/13 22:41:21
36046 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36047 From: "John P. Linderman" <jpl@research.att.com>
36048 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
36049 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
36050
36051 A more correct prime finder.
36052 Branch: perl
36053 ! lib/Tie/SubstrHash.pm
36054____________________________________________________________________________
36055[ 9131] By: gsar on 2001/03/13 22:30:42
36056 Log: make the error text look more consistent in hints/hpux.sh
36057 Branch: maint-5.6/perl
36058 ! hints/hpux.sh
36059____________________________________________________________________________
36060[ 9130] By: jhi on 2001/03/13 22:23:44
36061 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
36062 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36063 Date: Tue, 13 Mar 2001 18:41:26 +0100
36064 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
36065
36066 If the test is run non-interactively the default handler
36067 is different.
36068 Branch: perl
36069 ! t/lib/sigaction.t
36070____________________________________________________________________________
36071[ 9129] By: jhi on 2001/03/13 22:20:21
36072 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
36073 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36074 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
36075 Date: Tue, 13 Mar 2001 16:44:32 EST
36076 Branch: perl
36077 ! t/lib/1_compile.t
36078____________________________________________________________________________
36079[ 9128] By: jhi on 2001/03/13 22:18:34
36080 Log: Subject: Another patch for integer.pm POD
36081 From: "John L. Allen" <allen@grumman.com>
36082 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
36083 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
36084 Branch: perl
36085 ! lib/integer.pm
36086____________________________________________________________________________
36087[ 9127] By: nick on 2001/03/13 21:26:30
36088 Log: Integrate mainline.
36089 Branch: perlio
36090 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
36091 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
36092 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
36093 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
36094 !> Changes Configure MANIFEST README.os2 README.os390
36095 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
36096 !> os2/Changes patchlevel.h win32/perlhost.h
36097____________________________________________________________________________
36098[ 9126] By: nick on 2001/03/13 20:39:51
36099 Log: #ifdef'ed out code to make packed side of pack/unpack
36100 octets. (i.e. pack('U') => encode_utf8).
36101 Branch: perlio
36102 ! pp.c
36103____________________________________________________________________________
36104[ 9125] By: jhi on 2001/03/13 15:07:16
36105 Log: Update Changes.
36106 Branch: perl
36107 ! Changes patchlevel.h
36108____________________________________________________________________________
bd5f9747
JH
36109[ 9124] By: jhi on 2001/03/13 14:22:45
36110 Log: Workaround for the buggy ("internal compiler error")
36111 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
36112 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
36113 of Andreas König.
36114 Branch: perl
36115 ! ext/re/Makefile.PL hints/aix.sh
36116____________________________________________________________________________
36117[ 9123] By: jhi on 2001/03/13 03:24:34
36118 Log: Typo in #9114.
36119 Branch: metaconfig
36120 ! U/modified/myhostname.U
36121____________________________________________________________________________
36122[ 9122] By: jhi on 2001/03/13 03:24:06
36123 Log: Typo in #9113.
36124 Branch: perl
36125 ! Configure
36126____________________________________________________________________________
36127[ 9121] By: jhi on 2001/03/13 01:53:05
36128 Log: Forgot to check-in the larger part of #9120, duh.
36129 Branch: perl
36130 ! README.os2
36131____________________________________________________________________________
36132[ 9120] By: jhi on 2001/03/13 01:51:31
36133 Log: Subject: [PATCH 5.6.1] OS/2 docs
36134 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36135 Date: Mon, 12 Mar 2001 03:27:32 -0500
36136 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
36137 Branch: perl
36138 ! os2/Changes
36139____________________________________________________________________________
36140[ 9119] By: jhi on 2001/03/13 01:49:41
36141 Log: Integrate change #9116 from maintperl into mainline.
36142
36143 Win32::GetCwd() returns C: instead of C:\ in the root directory
36144 under ithreads
36145 Branch: perl
36146 !> win32/perlhost.h
36147____________________________________________________________________________
36148[ 9118] By: jhi on 2001/03/13 01:13:39
36149 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
36150 Branch: perl
36151 + lib/Switch.pm t/lib/switch.t
36152 ! MANIFEST
36153____________________________________________________________________________
36154[ 9117] By: jhi on 2001/03/13 01:03:17
36155 Log: Add Text::Balanced 1.83.
36156 Branch: perl
36157 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
36158 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
36159 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
36160 + t/lib/tb-xvari.t
36161 ! MANIFEST
36162____________________________________________________________________________
36163[ 9116] By: gsar on 2001/03/13 00:55:53
36164 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
36165 under ithreads
36166 Branch: maint-5.6/perl
36167 ! win32/perlhost.h
36168____________________________________________________________________________
36169[ 9115] By: jhi on 2001/03/13 00:54:09
36170 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
36171 From: "John L. Allen" <allen@grumman.com>
36172 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
36173 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
36174
36175 use integer document clarification.
36176 Branch: perl
36177 ! lib/integer.pm
36178____________________________________________________________________________
36179[ 9114] By: jhi on 2001/03/13 00:38:54
36180 Log: Metaconfig unit change for #9113.
36181 Branch: metaconfig
36182 ! U/modified/myhostname.U
36183____________________________________________________________________________
36184[ 9113] By: jhi on 2001/03/13 00:38:35
36185 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?)
36186 From: Peter Prymmer <pvhp@forte.com>
36187 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
36188 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
36189 Branch: perl
36190 ! Configure README.os390 hints/os390.sh
36191____________________________________________________________________________
36192[ 9112] By: jhi on 2001/03/13 00:29:00
36193 Log: Integrate perlio.
36194 Branch: perl
36195 !> sv.c utf8.h
36196____________________________________________________________________________
36197[ 9111] By: nick on 2001/03/12 21:16:33
36198 Log: Integrate mainline.
36199 Branch: perlio
36200 +> t/op/anonsub.t
36201 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36202 !> proto.h sv.c
36203____________________________________________________________________________
36204[ 9110] By: nick on 2001/03/12 21:00:13
36205 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
36206 Branch: perlio
36207 ! sv.c utf8.h
36208____________________________________________________________________________
36209[ 9109] By: jhi on 2001/03/12 16:04:47
36210 Log: Integrate change #9108 from maintperl to mainline.
36211
36212 fix memory leak in C<sub X { sub {} }> arising from a refcount
36213 loop between the outer sub and the inner prototype anonsub
36214
36215 this also enables closures returned by subroutines that
36216 subsequently get redefined to work without generating coredumps :)
36217
36218 completely removed the free_closures() hack--it shouldn't be
36219 needed anymore
36220 Branch: perl
36221 +> t/op/anonsub.t
36222 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36223 !> proto.h sv.c
36224____________________________________________________________________________
36225[ 9108] By: gsar on 2001/03/12 10:21:31
36226 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
36227 loop between the outer sub and the inner prototype anonsub
36228
36229 this also enables closures returned by subroutines that
36230 subsequently get redefined to work without generating coredumps :)
36231
36232 completely removed the free_closures() hack--it shouldn't be
36233 needed anymore
36234 Branch: maint-5.6/perl
36235 + t/op/anonsub.t
36236 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36237 ! proto.h sv.c
36238____________________________________________________________________________
36239[ 9107] By: jhi on 2001/03/12 05:15:31
36240 Log: Integrate perlio.
36241 Branch: perl
36242 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
36243____________________________________________________________________________
36244[ 9106] By: nick on 2001/03/11 20:10:12
36245 Log: regcomp.c is working in native space, not Unicode space (if different)
36246 as it is doing compare against 'W' in \W etc.
36247 Branch: perlio
36248 ! regcomp.c
36249____________________________________________________________________________
36250[ 9105] By: nick on 2001/03/11 19:39:34
36251 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
36252 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
36253 Branch: perlio
36254 ! regcomp.c toke.c utf8.c
36255____________________________________________________________________________
36256[ 9104] By: nick on 2001/03/11 18:15:44
36257 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
36258 Branch: perlio
36259 ! sv.c
36260____________________________________________________________________________
36261[ 9103] By: nick on 2001/03/11 18:03:28
36262 Log: Integrate mainline (for regexp stuff).
36263 Branch: perlio
36264 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36265 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
36266 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
36267 !> t/lib/errno.t t/op/pat.t
36268____________________________________________________________________________
36269[ 9102] By: nick on 2001/03/11 17:44:20
36270 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
36271 - exclude layer syms in makedef.pl for sfio
36272 - also inhibit Encode from trying to build ":encode()" layer.
36273 Branch: perlio
36274 ! ext/Encode/Encode.xs makedef.pl
36275____________________________________________________________________________
36276[ 9101] By: jhi on 2001/03/10 22:38:13
36277 Log: The $Is_MacOS needs to be declared.
36278 Branch: perl
36279 ! lib/ExtUtils/Manifest.pm
36280____________________________________________________________________________
36281[ 9100] By: jhi on 2001/03/10 22:14:29
36282 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
36283 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
36284 pollute the symbolspace if using sfio.
36285 Branch: perl
36286 ! ext/Encode/Encode.xs
36287____________________________________________________________________________
36288[ 9099] By: jhi on 2001/03/10 21:58:48
36289 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
36290 Date: Sat, 10 Mar 2001 14:23:55 -0500
36291 From: Chris Nandor <pudge@pobox.com>
36292 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
36293 Branch: perl
36294 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36295 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
36296 ! t/lib/errno.t
36297____________________________________________________________________________
36298[ 9098] By: jhi on 2001/03/10 21:38:30
36299 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
36300 Branch: perl
36301 ! regcomp.c regexec.c t/op/pat.t
36302____________________________________________________________________________
36303[ 9097] By: jhi on 2001/03/10 14:38:07
36304 Log: Integrate perlio.
36305 Branch: perl
36306 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36307 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36308 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36309____________________________________________________________________________
36310[ 9096] By: nick on 2001/03/10 11:55:43
36311 Log: EBCDIC sanity - phase I
36312 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
36313 - use utf8n_xxxx (c.f. pvn) for forms which take length.
36314 - back out vN.N and $^V exceptions to e2a/a2e
36315 - make "locale" isxxx macros be uvchr (may be redundant?)
36316
36317 Not clear yet that toUPPER_uni et. al. return being handled correctly.
36318 The tr// and rexexp stuff still needs an audit, assumption is they are working
36319 in Unicode space.
36320
36321 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
36322 Branch: perlio
36323 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36324 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36325 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36326____________________________________________________________________________
36327[ 9095] By: jhi on 2001/03/09 22:10:01
36328 Log: Integrate perlio.
36329 Branch: perl
36330 !> dump.c
36331____________________________________________________________________________
36332[ 9094] By: nick on 2001/03/09 17:36:38
36333 Log: Builds an passes all tests after integrate and this tweak.
36334 Branch: perlio
36335 ! dump.c
36336____________________________________________________________________________
36337[ 9093] By: nick on 2001/03/09 17:16:03
36338 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
36339 Branch: perlio
36340 +> lib/unicode/Scripts.txt t/lib/sigaction.t
36341 !> (integrate 79 files)
36342____________________________________________________________________________
36343[ 9092] By: jhi on 2001/03/09 15:28:26
36344 Log: Update Changes.
36345 Branch: perl
36346 ! Changes patchlevel.h
36347____________________________________________________________________________
0b6ed3a0
JH
36348[ 9091] By: jhi on 2001/03/09 15:25:05
36349 Log: In op/stat #35 better to scan all the potential directories
36350 for setuids, not just the first one.
36351 Branch: perl
36352 ! t/op/stat.t
36353____________________________________________________________________________
36354[ 9090] By: jhi on 2001/03/09 15:01:27
36355 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
36356 From: rspier@pobox.com (Robert Spier)
36357 Date: Fri, 9 Mar 2001 03:30:20 -0500
36358 Message-ID: <15016.38044.381174.160189@rls.cx>
36359
36360 EXISTS() returning undef mistakenly triggered a FETCH().
36361 Branch: perl
36362 ! hv.c
36363____________________________________________________________________________
36364[ 9089] By: jhi on 2001/03/09 14:59:02
36365 Log: Add /sbin and /usr/sbin to the list of directories scanned
36366 for setuid programs. Takes care of bug id 20010309.003.
36367 Branch: perl
36368 ! t/op/stat.t
36369____________________________________________________________________________
36370[ 9088] By: jhi on 2001/03/09 14:48:32
36371 Log: Regen perlapi, perltoc.
36372 Branch: perl
36373 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
36374____________________________________________________________________________
36375[ 9087] By: jhi on 2001/03/09 14:38:56
36376 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36377 From: David Mitchell <davem@fdgroup.co.uk>
36378 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
36379 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
36380 Branch: perl
36381 ! dump.c perl.c perl.h pod/perlrun.pod
36382____________________________________________________________________________
36383[ 9086] By: jhi on 2001/03/09 01:47:16
36384 Log: A modified version of
36385
36386 Subject: [ID 20010307.005] POSIX::sigaction has various problems
36387 From: anders@broadcom.com
36388 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
36389 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
36390
36391 Currently the sigaction.t test #6 fails (and is fudged to look
36392 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
36393 This may well be a genuine bug in Linux sigaction() (since at
36394 least Tru64, Solaris, and HP-UX disagree with Linux).
36395 Anyone with POSIX / SUSv2 tome handy? The problem is that
36396 the flags of the oldaction don't match with the flags in
36397 the previously installed disposition.
36398 Branch: perl
36399 + t/lib/sigaction.t
36400 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36401____________________________________________________________________________
36402[ 9085] By: jhi on 2001/03/09 01:30:13
36403 Log: Subject: Re: mission impossible for the day
36404 From: Alex Gough <alex@rcon.org>
36405 Date: Thu, 08 Mar 2001 17:18:19 +0000
36406 Message-ID: <3AA7BEDB.8070409@rcon.org>
36407
36408 If references (are overloaded) and can be directly stringified,
36409 show that instead of "stringified".
36410
36411 (The problem, infinite mutual recursion caused by overloaded bool
36412 in Switch.pm, tracked by David Mitchell)
36413 Branch: perl
36414 ! lib/Carp/Heavy.pm
36415____________________________________________________________________________
36416[ 9084] By: jhi on 2001/03/09 01:20:39
36417 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36418 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
36419 From: David Mitchell <davem@fdgroup.co.uk>
36420 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
36421 Branch: perl
36422 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
36423 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
36424____________________________________________________________________________
36425[ 9083] By: jhi on 2001/03/09 01:16:51
36426 Log: Subject: [PATCH] perldata.pod here-doc docs
36427 From: Jeff Pinyan <jeffp@crusoe.net>
36428 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
36429 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
36430 Branch: perl
36431 ! pod/perldata.pod
36432____________________________________________________________________________
36433[ 9082] By: jhi on 2001/03/09 01:01:27
36434 Log: Subject: Re: Unicode/EBCDIC
36435 From: Peter Prymmer <pvhp@forte.com>
36436 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
36437 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
36438 Branch: perl
36439 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
36440____________________________________________________________________________
36441[ 9081] By: jhi on 2001/03/08 13:41:30
36442 Log: Subject: Ooops, wrong 'no *POSIX' Patch
36443 From: Dorner Thomas <Thomas.Dorner@start.de>
36444 Date: Thu, 8 Mar 2001 08:43:28 +0100
36445 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
36446 Branch: perl
36447 ! hints/posix-bc.sh
36448____________________________________________________________________________
36449[ 9080] By: jhi on 2001/03/08 13:11:42
36450 Log: It's Scripts.txt, not Script.txt.
36451 Branch: perl
36452 ! MANIFEST
36453____________________________________________________________________________
36454[ 9079] By: jhi on 2001/03/08 12:59:05
36455 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
36456 From: Dorner Thomas <Thomas.Dorner@start.de>
36457 Date: Wed, 7 Mar 2001 14:13:31 +0100
36458 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
36459 Branch: perl
36460 ! makedepend.SH
36461____________________________________________________________________________
36462[ 9078] By: jhi on 2001/03/08 12:57:43
36463 Log: Retract #9069, wrong patch.
36464 Branch: perl
36465 ! Makefile.SH
36466____________________________________________________________________________
36467[ 9077] By: jhi on 2001/03/08 01:06:13
f734a339 36468 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
0b6ed3a0
JH
36469 Branch: perl
36470 + lib/unicode/Scripts.txt
36471 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
36472 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
36473 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
36474 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36475 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36476 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36477 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36478 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36479 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36480 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36481 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36482 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36483 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36484 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36485 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36486 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36487 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
36488 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
36489 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
36490 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
36491 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
36492 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
36493 ! lib/unicode/version
36494____________________________________________________________________________
36495[ 9076] By: jhi on 2001/03/07 22:59:39
36496 Log: Integrate change #7784 from mainline into maintperl.
36497
36498 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
36499 Branch: maint-5.6/perl
36500 !> pp_ctl.c t/op/pat.t
36501____________________________________________________________________________
36502[ 9075] By: jhi on 2001/03/07 22:05:11
36503 Log: More UTF-8 test tweaks.
36504 Branch: perl
36505 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
36506____________________________________________________________________________
36507[ 9074] By: nick on 2001/03/07 21:39:29
36508 Log: Integrate mainline.
36509 Branch: perlio
36510 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
36511 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
36512 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
36513 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
36514 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
36515____________________________________________________________________________
36516[ 9073] By: jhi on 2001/03/07 16:37:09
36517 Log: Update Changes.
36518 Branch: perl
36519 ! Changes patchlevel.h
36520____________________________________________________________________________
4bad07d9
JH
36521[ 9072] By: jhi on 2001/03/07 16:32:30
36522 Log: Subject: [ID 20010306.004] || != named unary operator
36523 From: abela@geneanet.org
36524 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
36525 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
36526 Branch: perl
36527 ! pod/perlop.pod
36528____________________________________________________________________________
36529[ 9071] By: jhi on 2001/03/07 15:14:11
36530 Log: Subject: downgrading to bytes for common functions
36531 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
36532 Date: Wed, 7 Mar 2001 02:36:55 -0500
36533 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
36534 Branch: perl
36535 ! pp_sys.c
36536____________________________________________________________________________
36537[ 9070] By: jhi on 2001/03/07 15:04:58
36538 Log: Clarify the description differentiating for and while; inspired by
36539
36540 Subject: [ID 20010306.002] for/while difference in for definition
36541 From: abela@geneanet.org
36542 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
36543 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
36544 Branch: perl
36545 ! pod/perlsyn.pod
36546____________________________________________________________________________
36547[ 9069] By: jhi on 2001/03/07 14:55:30
137e7465 36548 Log: (Retracted by #9078.)
4bad07d9
JH
36549 Branch: perl
36550 ! Makefile.SH
36551____________________________________________________________________________
36552[ 9068] By: jhi on 2001/03/07 14:51:17
36553 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36554 From: Radu Greab <radu@netsoft.ro>
36555 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
36556 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
36557 Branch: perl
36558 ! pp.c t/op/chop.t
36559____________________________________________________________________________
36560[ 9067] By: jhi on 2001/03/07 14:48:57
36561 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36562 From: Simon Cozens <simon@netthink.co.uk>
36563 Date: Wed, 7 Mar 2001 13:59:28 +0000
36564 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
36565
36566 In order to allow MakeMaker to build correct Makefiles,
36567 you need to change the order of the arguments in MM_Unix.pm
36568 as well. (Unless you have C89_CCMODE set, but we're trying
36569 to be POSIXly correct)
36570
36571 Thanks to Merijn Broeren for tracking this down.
36572 Branch: perl
36573 ! lib/ExtUtils/MM_Unix.pm
36574____________________________________________________________________________
36575[ 9066] By: jhi on 2001/03/07 14:30:02
36576 Log: Floating point too messy.
36577 Branch: perl
36578 ! t/camel-III/vstring.t
36579____________________________________________________________________________
36580[ 9065] By: jhi on 2001/03/07 14:17:44
36581 Log: Integrate change #9064 from maintperl into mainline.
36582
36583 fix memory leak in pack("Bb",...)
36584 Branch: perl
36585 !> perl.c
36586____________________________________________________________________________
36587[ 9064] By: gsar on 2001/03/07 06:29:24
36588 Log: fix memory leak in pack("Bb",...)
36589 Branch: maint-5.6/perl
36590 ! perl.c
36591____________________________________________________________________________
36592[ 9063] By: jhi on 2001/03/07 00:55:04
36593 Log: Major utf8 test reorganisation and rewrite.
36594 Hopefully no tests were lost in the shuffle.
36595 (The beginning of pragma/utf8 was lost intentionally,
36596 the tests were rather bogus and incomplete.)
36597 Branch: perl
36598 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
36599 ! t/pragma/utf8.t
36600____________________________________________________________________________
36601[ 9062] By: jhi on 2001/03/07 00:41:16
36602 Log: More tweakage on the Unicode character class descriptions.
36603 Branch: perl
36604 ! lib/unicode/mktables.PL pod/perlretut.pod
36605____________________________________________________________________________
36606[ 9061] By: jhi on 2001/03/06 23:12:38
36607 Log: The perlretut was still talking about the old \p and \P
36608 definitions.
36609 Branch: perl
36610 ! pod/perlretut.pod
36611____________________________________________________________________________
36612[ 9060] By: nick on 2001/03/06 20:52:37
36613 Log: Integrate mainline (make test works again now).
36614 Branch: perlio
36615 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
36616____________________________________________________________________________
36617[ 9059] By: jhi on 2001/03/06 15:36:14
36618 Log: 0.999... does equal 1.0, doesn't it?
36619 Branch: perl
36620 ! t/camel-III/vstring.t
36621____________________________________________________________________________
36622[ 9058] By: jhi on 2001/03/06 15:34:00
36623 Log: Make /x{abcd}/ to work without use utf8.
36624 Branch: perl
36625 ! regcomp.c
36626____________________________________________________________________________
36627[ 9057] By: jhi on 2001/03/06 03:02:36
36628 Log: Easier to outcomment all the three reset() tests for now.
36629 Branch: perl
36630 ! t/op/pat.t
36631____________________________________________________________________________
36632[ 9056] By: jhi on 2001/03/06 02:30:02
36633 Log: Comment out the deadly reset; until the 20010301.005
36634 is finally fixed.
36635 Branch: perl
36636 ! t/op/pat.t
36637____________________________________________________________________________
36638[ 9055] By: jhi on 2001/03/06 02:21:26
36639 Log: Integrate the change #9054 from mainline:
36640 retract the PMOP cleanup patch pending further investigation.
36641 Branch: maint-5.6/perl
36642 !> op.c op.h
36643____________________________________________________________________________
36644[ 9054] By: jhi on 2001/03/06 02:19:57
36645 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
36646 with oddly familiar stack traces.
36647 Branch: perl
36648 ! op.c op.h
36649____________________________________________________________________________
36650[ 9053] By: jhi on 2001/03/05 23:20:28
36651 Log: Integrate perlio.
36652 Branch: perl
36653 +> ext/Encode/Encode/koi8-r.ucm
36654 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36655 !> makedef.pl
36656____________________________________________________________________________
36657[ 9052] By: nick on 2001/03/05 23:08:17
36658 Log: skipping USE_PERLIO symbols correction.
36659 Branch: perlio
36660 ! makedef.pl
36661____________________________________________________________________________
36662[ 9051] By: nick on 2001/03/05 22:35:07
36663 Log: More Encode alias tidying.
36664 Branch: perlio
36665 + ext/Encode/Encode/koi8-r.ucm
36666 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36667____________________________________________________________________________
36668[ 9050] By: jhi on 2001/03/05 21:44:29
36669 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
36670 Sarathy's fix for ID 20010301.005.
36671 Branch: maint-5.6/perl
36672 !> op.c op.h
36673____________________________________________________________________________
36674[ 9049] By: nick on 2001/03/05 19:54:04
36675 Log: Integrate Jarkko's Encode.pm tweak.
36676 Branch: perlio
36677 !> ext/Encode/Encode.pm
36678____________________________________________________________________________
36679[ 9048] By: nick on 2001/03/05 19:47:57
36680 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
36681 Branch: perlio
36682 +> os2/os2add.sym
36683 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
36684 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
36685 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
36686 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
36687 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
36688____________________________________________________________________________
36689[ 9047] By: jhi on 2001/03/05 19:25:26
36690 Log: Regen perlapi.
36691 Branch: perl
36692 ! pod/perlapi.pod
36693____________________________________________________________________________
36694[ 9046] By: jhi on 2001/03/05 19:12:14
36695 Log: Integrate perlio.
36696 Branch: perl
36697 +> t/camel-III/vstring.t
36698 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
36699____________________________________________________________________________
36700[ 9045] By: jhi on 2001/03/05 19:10:36
36701 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
36702 Branch: perl
36703 ! ext/Encode/Encode.pm
36704____________________________________________________________________________
36705[ 9044] By: jhi on 2001/03/05 18:49:12
36706 Log: Forgot the other half of the PMOP patch (#9033).
36707 Branch: perl
36708 ! op.h
36709____________________________________________________________________________
36710[ 9043] By: nick on 2001/03/05 18:14:47
36711 Log: Update MANIFEST for new test.
36712 Branch: perlio
36713 ! MANIFEST
36714____________________________________________________________________________
36715[ 9042] By: nick on 2001/03/05 18:12:41
36716 Log: Some tests for Camel 3rd edition features.
36717 Make gethostbyaddr() test in above work.
36718 Branch: perlio
36719 + t/camel-III/vstring.t
36720 ! pp.h pp_sys.c t/TEST t/harness
36721____________________________________________________________________________
36722[ 9041] By: jhi on 2001/03/05 17:41:48
36723 Log: Add more ISO 8859 encoding aliases.
36724 Branch: perl
36725 ! ext/Encode/Encode.pm
36726____________________________________________________________________________
36727[ 9040] By: jhi on 2001/03/05 17:30:43
36728 Log: Integrate perlio.
36729 Branch: perl
36730 !> MANIFEST sv.c
36731____________________________________________________________________________
36732[ 9039] By: nick on 2001/03/05 17:11:36
36733 Log: Missed added file.
36734 Branch: perlio
36735 ! MANIFEST
36736____________________________________________________________________________
36737[ 9038] By: jhi on 2001/03/05 15:58:01
36738 Log: Add tr tests for EBCDIC, from Karsten Sperling.
36739 Branch: perl
36740 ! t/op/tr.t
36741____________________________________________________________________________
36742[ 9037] By: nick on 2001/03/05 15:56:35
36743 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
36744 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
36745
36746 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
36747 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
36748 - uses SvPV() rather than sv_2pv() in case it isn't a string.
36749 Branch: perlio
36750 ! sv.c
36751____________________________________________________________________________
36752[ 9036] By: jhi on 2001/03/05 15:49:15
36753 Log: Add matching tests currently failing in EBCDIC,
36754 suggested by Karsten Sperling.
36755 Branch: perl
36756 ! t/op/pat.t
36757____________________________________________________________________________
36758[ 9035] By: jhi on 2001/03/05 15:36:55
36759 Log: The #9034 needs a MANIFESTation.
36760 Branch: perl
36761 ! MANIFEST
36762____________________________________________________________________________
36763[ 9034] By: jhi on 2001/03/05 15:35:14
36764 Log: Integrate perlio.
36765 Branch: perl
36766 +> ext/Encode/Encode/Tcl.pm
36767 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36768 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36769 !> ext/Encode/Encode/iso8859-1.ucm
36770 !> ext/Encode/Encode/iso8859-10.ucm
36771 !> ext/Encode/Encode/iso8859-13.ucm
36772 !> ext/Encode/Encode/iso8859-14.ucm
36773 !> ext/Encode/Encode/iso8859-15.ucm
36774 !> ext/Encode/Encode/iso8859-16.ucm
36775 !> ext/Encode/Encode/iso8859-2.ucm
36776 !> ext/Encode/Encode/iso8859-3.ucm
36777 !> ext/Encode/Encode/iso8859-4.ucm
36778 !> ext/Encode/Encode/iso8859-5.ucm
36779 !> ext/Encode/Encode/iso8859-6.ucm
36780 !> ext/Encode/Encode/iso8859-7.ucm
36781 !> ext/Encode/Encode/iso8859-8.ucm
36782 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36783 !> t/lib/encode.t
36784____________________________________________________________________________
36785[ 9033] By: jhi on 2001/03/05 15:33:18
36786 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
36787 From: Gurusamy Sarathy <gsar@ActiveState.com>
36788 Date: Sun, 04 Mar 2001 22:33:15 -0800
36789 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
36790
36791 PMOPs need to remember their own stash so that they can
36792 gracefully remove themselves from their linked list.
36793 Branch: perl
36794 ! op.c
36795____________________________________________________________________________
36796[ 9032] By: nick on 2001/03/05 14:51:50
36797 Log: Encode implementation "completion"
36798 Implement and document define_encoding()
36799 Implement and document encoding aliases including define_alias()
36800 Make Encode::XS use define_encoding() rather than back-door.
36801 Move run-time *.enc to separate Encode::Tcl module.
36802 Make 'compile' honour <codeset_name>
36803 Change canonical names of to iso-8859-* and US-ascii.
36804 Branch: perlio
36805 + ext/Encode/Encode/Tcl.pm
36806 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36807 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36808 ! ext/Encode/Encode/iso8859-1.ucm
36809 ! ext/Encode/Encode/iso8859-10.ucm
36810 ! ext/Encode/Encode/iso8859-13.ucm
36811 ! ext/Encode/Encode/iso8859-14.ucm
36812 ! ext/Encode/Encode/iso8859-15.ucm
36813 ! ext/Encode/Encode/iso8859-16.ucm
36814 ! ext/Encode/Encode/iso8859-2.ucm
36815 ! ext/Encode/Encode/iso8859-3.ucm
36816 ! ext/Encode/Encode/iso8859-4.ucm
36817 ! ext/Encode/Encode/iso8859-5.ucm
36818 ! ext/Encode/Encode/iso8859-6.ucm
36819 ! ext/Encode/Encode/iso8859-7.ucm
36820 ! ext/Encode/Encode/iso8859-8.ucm
36821 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
36822 ! t/lib/encode.t
36823____________________________________________________________________________
36824[ 9031] By: jhi on 2001/03/05 13:51:17
36825 Log: Integrate change #9030 from maintperl into mainline.
36826
36827 Subject: [PATCH 5.6.1] OS/2 cleanup
36828 Branch: perl
36829 +> os2/os2add.sym
36830 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36831 !> makedef.pl os2/Changes os2/Makefile.SHs
36832 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36833 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36834 !> os2/os2.sym os2/os2ish.h
36835____________________________________________________________________________
36836[ 9030] By: jhi on 2001/03/05 13:46:49
36837 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
36838 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36839 Date: Mon, 5 Mar 2001 02:29:44 -0500
36840 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
36841 Branch: maint-5.6/perl
36842 + os2/os2add.sym
36843 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
36844 ! makedef.pl os2/Changes os2/Makefile.SHs
36845 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
36846 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
36847 ! os2/os2.sym os2/os2ish.h
36848____________________________________________________________________________
36849[ 9029] By: jhi on 2001/03/05 13:40:35
36850 Log: Integrate change #9028 from maintperl into mainline.
36851
36852 various nits in MM_Unix.pm found by disabling SelfLoader
36853 Branch: perl
36854 !> lib/ExtUtils/MM_Unix.pm
36855____________________________________________________________________________
36856[ 9028] By: gsar on 2001/03/05 09:58:38
36857 Log: various nits in MM_Unix.pm found by disabling SelfLoader
36858 Branch: maint-5.6/perl
36859 ! lib/ExtUtils/MM_Unix.pm
36860____________________________________________________________________________
36861[ 9027] By: nick on 2001/03/05 08:35:22
36862 Log: Integrate mainline
36863 Branch: perlio
36864 !> (integrate 28 files)
36865____________________________________________________________________________
36866[ 9026] By: jhi on 2001/03/05 02:14:59
36867 Log: Integrate change #9025 from mainline to maintperl,
36868 retract \N{U+HHHH}.
36869 Branch: maint-5.6/perl
36870 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36871 !> t/lib/charnames.t toke.c
36872____________________________________________________________________________
36873[ 9025] By: jhi on 2001/03/05 02:13:09
36874 Log: Retracting \N{U+HHHH}.
36875 Branch: perl
36876 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36877 ! t/lib/charnames.t toke.c
36878____________________________________________________________________________
36879[ 9024] By: jhi on 2001/03/04 20:51:07
36880 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
36881 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36882 Date: Fri, 02 Mar 2001 18:25:26 +0100
36883 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
36884
36885 Casting problem.
36886 Branch: perl
36887 ! ext/Storable/Storable.xs
36888____________________________________________________________________________
36889[ 9023] By: jhi on 2001/03/04 19:46:45
36890 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
36891 From: nick@talking.bollo.cx
36892 Date: Sat, 03 Mar 2001 21:41:33 +0000
36893 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
36894
36895 Revert the workaround.
36896 Branch: perl
36897 ! perlio.c
36898____________________________________________________________________________
36899[ 9022] By: jhi on 2001/03/04 19:36:28
36900 Log: Update Changes.
36901 Branch: perl
36902 ! Changes patchlevel.h
36903____________________________________________________________________________
18538318
JH
36904[ 9021] By: jhi on 2001/03/04 18:41:00
36905 Log: makedef.pl updates suggested by Chris Nandor; double-checking
36906 the changes in AIX, OS/2 Win32 would be nice.
36907 Branch: perl
36908 ! makedef.pl
36909____________________________________________________________________________
36910[ 9020] By: jhi on 2001/03/04 18:23:58
36911 Log: Integrate change #9012 from maintperl into mainline,
36912 quench a compiler warning.
36913 Branch: perl
36914 !> toke.c
36915____________________________________________________________________________
36916[ 9019] By: jhi on 2001/03/04 18:18:43
36917 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
36918
36919 \N{U+HHHH} fix.
36920
36921 pattern in G_ARRAY context
36922 Branch: maint-5.6/perl
36923 !> pp_hot.c t/op/pat.t toke.c
36924____________________________________________________________________________
36925[ 9018] By: jhi on 2001/03/04 18:07:48
36926 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
36927 From: Jeff Pinyan <jeffp@crusoe.net>
36928 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
36929 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
36930 Branch: perl
36931 ! pp_hot.c t/op/pat.t
36932____________________________________________________________________________
36933[ 9017] By: jhi on 2001/03/04 18:06:21
36934 Log: I thought I tested the #9014.
36935 Branch: perl
36936 ! toke.c
36937____________________________________________________________________________
36938[ 9016] By: jhi on 2001/03/04 17:41:22
36939 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
36940
36941 Tweak the get*ent() OS/2 prototypes.
36942
36943 Add the \N{U+HHHH} syntax.
36944
36945 More tr/// UTF-8 fixes from Inaba Hiroto.
36946 Branch: maint-5.6/perl
36947 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
36948 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
36949____________________________________________________________________________
36950[ 9015] By: jhi on 2001/03/04 17:36:04
36951 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
36952 Branch: perl
36953 ! doop.c t/op/tr.t
36954____________________________________________________________________________
36955[ 9014] By: jhi on 2001/03/04 17:24:49
36956 Log: Add the \N{U+HHHH} syntax.
36957 Branch: perl
36958 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
36959 ! t/lib/charnames.t toke.c
36960____________________________________________________________________________
36961[ 9013] By: jhi on 2001/03/04 17:20:45
36962 Log: Tweak the get*ent() OS/2 prototypes.
36963 Branch: perl
36964 ! os2/os2.c
36965____________________________________________________________________________
36966[ 9012] By: gsar on 2001/03/04 06:26:14
36967 Log: avoid warning (nit in change#9009)
36968 Branch: maint-5.6/perl
36969 ! toke.c
36970____________________________________________________________________________
36971[ 9011] By: gsar on 2001/03/04 06:15:24
36972 Log: lib/charnames.t fails in 5.6.x because of older Unicode
36973 data
36974
36975 TODO: need to revisit this after updating lib/unicode/...
36976 Branch: maint-5.6/perl
36977 ! t/lib/charnames.t
36978____________________________________________________________________________
36979[ 9010] By: gsar on 2001/03/04 06:08:36
36980 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
36981 Branch: maint-5.6/perl
36982 ! toke.c
36983____________________________________________________________________________
36984[ 9009] By: jhi on 2001/03/03 19:27:20
36985 Log: Integrate change #9008 from mainline to maintperl,
36986 UTF-8 tr/// fixes from Inaba Hiroto.
36987 Branch: maint-5.6/perl
36988 !> doop.c op.c t/op/tr.t toke.c
36989____________________________________________________________________________
36990[ 9008] By: jhi on 2001/03/03 19:19:42
36991 Log: UTF8 tr/// fixes from Inaba Hiroto.
36992 Branch: perl
36993 ! doop.c op.c t/op/tr.t toke.c
36994____________________________________________________________________________
36995[ 9007] By: jhi on 2001/03/03 19:00:30
36996 Log: Integrate change #9006 from maintperl to mainline,
36997 more robust quest for the infinite.
36998 Branch: perl
36999 !> lib/Math/Complex.pm
37000____________________________________________________________________________
37001[ 9006] By: jhi on 2001/03/03 18:58:06
37002 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
37003 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37004 Date: Sat, 3 Mar 2001 12:51:50 -0500
37005 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
37006
37007 Be more robust in our quest for the infinite.
37008 Branch: maint-5.6/perl
37009 ! lib/Math/Complex.pm
37010____________________________________________________________________________
37011[ 9005] By: jhi on 2001/03/03 17:55:50
37012 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
37013 Branch: maint-5.6/perl
37014 ! doio.c
37015____________________________________________________________________________
37016[ 9004] By: jhi on 2001/03/03 17:40:14
37017 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
37018 so that picky compilers like IRIX won't get huffy about
37019 "statements without effect" (like 1;).
37020 Branch: perl
37021 ! toke.c
37022____________________________________________________________________________
37023[ 9003] By: jhi on 2001/03/03 17:15:52
37024 Log: Integrate change #9002 from mainline to maintperl.
37025
37026 Subject: [perl-5.6.x, perl-current] accept for EPOC
37027 Branch: maint-5.6/perl
37028 !> pp_sys.c
37029____________________________________________________________________________
37030[ 9002] By: jhi on 2001/03/03 17:14:30
37031 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
37032 From: Olaf Flebbe <O.Flebbe@science-computing.de>
37033 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
37034 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
37035 Branch: perl
37036 ! pp_sys.c
37037____________________________________________________________________________
37038[ 9001] By: jhi on 2001/03/03 17:13:13
37039 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
37040 From: "Craig A. Berry" <craigberry@mac.com>
37041 Date: Fri, 02 Mar 2001 17:44:40 -0600
37042 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
37043 Branch: perl
37044 ! t/pod/find.t
37045____________________________________________________________________________
37046[ 9000] By: jhi on 2001/03/03 17:11:55
37047 Log: Integrate changes #8997,8999 from maintperl.
37048
37049 Subject: [PATCH 5.6.1] compiling on OS/2
37050 (Better error message from hints/os2.sh)
37051
37052 Subject: [PATCH 5.6.1] syslog.t
37053 Branch: perl
37054 !> hints/os2.sh t/lib/syslog.t
37055____________________________________________________________________________
37056[ 8999] By: jhi on 2001/03/03 17:09:28
37057 Log: Subject: [PATCH 5.6.1] syslog.t
37058 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37059 Date: Sat, 3 Mar 2001 02:11:17 -0500
37060 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
37061 Branch: maint-5.6/perl
37062 ! t/lib/syslog.t
37063____________________________________________________________________________
37064[ 8998] By: jhi on 2001/03/03 17:07:50
37065 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
37066 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37067 Date: Sat, 3 Mar 2001 01:53:52 -0500
37068 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
37069 Branch: maint-5.6/perl
37070 ! opcode.pl os2/os2.c
37071____________________________________________________________________________
37072[ 8997] By: jhi on 2001/03/03 17:03:30
37073 Log: Subject: [PATCH 5.6.1] compiling on OS/2
37074 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37075 Date: Sat, 3 Mar 2001 01:59:59 -0500
37076 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
37077 Branch: maint-5.6/perl
37078 ! hints/os2.sh
37079____________________________________________________________________________
37080[ 8996] By: jhi on 2001/03/03 00:55:58
37081 Log: Regen files for mainline.
37082 Branch: perl
37083 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37084 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
37085____________________________________________________________________________
37086[ 8995] By: jhi on 2001/03/03 00:35:22
37087 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
37088 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
37089 to maintperl.
37090
37091 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37092
37093 Add Configure option -Dmksymlinks which will create a symlink
37094 forest if the current/build differs from the source directory.
37095 (8218,8220,8221,8317,8318,8971)
37096
37097 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37098 (Document APPLLIB_EXP in INSTALL.)
37099
37100 If running byacc write-enable also perly.h.
37101
37102 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37103
37104 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37105
37106 Sanity check for conflicting thread flavours.
37107
37108 Fix the sys/fcntl.h problem reported by Peter Prymmer.
37109
37110 Add few CPUs/architectures to the Cppsym scan,
37111 add -perlio to archname if so selected (modified 8890)
37112
37113 Be more helpful for devel builders, suggested by John L. Allen.
37114 (admittedly pointless change for maintperl, but the usedevel
37115 code is there already)
37116 Branch: maint-5.6/perl
37117 !> Configure INSTALL Makefile.SH Porting/Glossary
37118 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
37119 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
37120 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
37121 !> win32/config.bc win32/config.gc win32/config.vc
37122____________________________________________________________________________
37123[ 8994] By: jhi on 2001/03/02 23:31:41
37124 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
37125 Branch: metaconfig/U/perl
37126 ! gccvers.U
37127____________________________________________________________________________
37128[ 8993] By: jhi on 2001/03/02 23:22:12
37129 Log: Regenerate various files for maint.
37130 Branch: maint-5.6/perl
37131 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
37132 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
37133____________________________________________________________________________
37134[ 8992] By: alanbur on 2001/03/02 22:48:34
37135 Log: Resync wuth parent
37136 Branch: maint-5.6/pureperl
37137 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37138 !> (integrate 60 files)
37139____________________________________________________________________________
37140[ 8991] By: jhi on 2001/03/02 21:00:08
37141 Log: Retract the #8742 part of #8986, backward compat.
37142 Branch: maint-5.6/perl
37143 ! embed.pl
37144____________________________________________________________________________
37145[ 8990] By: jhi on 2001/03/02 20:40:07
37146 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
37147 Branch: maint-5.6/perl
37148 ! hv.c
37149____________________________________________________________________________
37150[ 8989] By: jhi on 2001/03/02 19:59:56
37151 Log: Update Changes.
37152 Branch: perl
37153 ! Changes patchlevel.h
37154____________________________________________________________________________
7fa33807
JH
37155[ 8988] By: jhi on 2001/03/02 19:57:08
37156 Log: Integrate perlio.
37157 Branch: perl
37158 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37159 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37160 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37161 !> ext/Encode/Encode/iso8859-10.ucm
37162 !> ext/Encode/Encode/iso8859-13.ucm
37163 !> ext/Encode/Encode/iso8859-14.ucm
37164 !> ext/Encode/Encode/iso8859-15.ucm
37165 !> ext/Encode/Encode/iso8859-16.ucm
37166 !> ext/Encode/Encode/iso8859-2.ucm
37167 !> ext/Encode/Encode/iso8859-3.ucm
37168 !> ext/Encode/Encode/iso8859-4.ucm
37169 !> ext/Encode/Encode/iso8859-5.ucm
37170 !> ext/Encode/Encode/iso8859-6.ucm
37171 !> ext/Encode/Encode/iso8859-7.ucm
37172 !> ext/Encode/Encode/iso8859-8.ucm
37173 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37174 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
37175____________________________________________________________________________
37176[ 8987] By: jhi on 2001/03/02 19:43:40
37177 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
37178 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
37179 8950,8952,8955 from mainline to maintperl.
37180
37181 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37182
37183 Put to rest the 20010205.001, the email address checking (not) regex.
37184
37185 fork() not everywhere, cleanup temp files.
37186
37187 The #8843 wasn't quite right: %Config needs to imported.
37188
37189 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37190 (#8849: the glob-basic hunk needed massaging as it depended
37191 on Schwern's large-scale (unintegrated) patches)
37192
37193 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
37194
37195 Upgrade to CGI.pm 2.752, from Lincoln Stein.
37196 (Note: there were some conflicts due to EBCDIC and EPOC
37197 patches, in general I preferred the repository code.)
37198 (When 2.753 comes out, we need to synchronize.)
37199
37200 Subject: [PATCH] fix for charnames above FFFF
37201
37202 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37203
37204 If no sfio, no -lsfio.
37205
37206 Run run/*.t also in minitest.
37207
37208 Subject: [PATCH perl 5.7.0] malloc message address offset
37209
37210 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37211
37212 Subject: fix for parameter -Dm (for perl@8867)
37213
37214 Subject: [PATCH: perl@8892] was Re: hashing order difference?
37215 (make the test more portable)
37216
37217 Subject: Re: [PATCH] fix for charnames above FFFF
37218
37219 Subject: Re: I'm losing the war...
37220 (hv_store() not working correctly in ENV_IS_CASELESS case.)
37221
37222 Subject: Modified README.bs2000
37223
37224 Subject: [PATCH: perl@8935] -Dt padsv($var)
37225
37226 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37227
37228 Subject: PATCH: extra tests to check on negative float to unsigned cast
37229
37230 Subject: [PATCH] XPUSH[insp] was Re: progress
37231
37232 Subject: Re: Compile with perlcc..
37233 Branch: maint-5.6/perl
37234 !> (integrate 36 files)
37235____________________________________________________________________________
37236[ 8986] By: jhi on 2001/03/02 18:51:25
37237 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
37238 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
37239 to maintperl.
37240
37241 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37242
37243 Subject: [DOC PATCH] overload.pm nits
37244
37245 Add header for LIB$ prototypes (C. Berry)
37246
37247 Convert fwrite()s to sockets to write()s, since some socket stacks
37248 don't take kindly to stdio.
37249 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37250 (for often optional LNMs)
37251 Correct a few typos
37252 (C. Bailey)
37253
37254 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37255
37256 De-cut-and-pasto.
37257
37258 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37259
37260 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37261
37262 Upgrade to CPAN 1.59_54, from Andreas König.
37263
37264 Bogus shebang.
37265
37266 Subject: [PATCH] Document makepatch in Porting/patching
37267
37268 UTF-8 documentation.
37269
37270 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37271
37272 Sort the MANIFEST.
37273
37274 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37275
37276 Subject: [PATCH @8807] toke.c cleanup: scan_str()
37277
37278 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37279
37280 Add run/*.t to testables.
37281
37282 TODO: integrate #8784.
37283 Branch: maint-5.6/perl
37284 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37285 !> (integrate 28 files)
37286____________________________________________________________________________
37287[ 8985] By: nick on 2001/03/02 18:15:45
37288 Log: Integrate mainline
37289 Branch: perlio
37290 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
37291 !> vms/vms.c
37292____________________________________________________________________________
37293[ 8984] By: jhi on 2001/03/02 16:00:17
37294 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
37295
37296 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
37297 5.004_05, and mention the suidperl August 2000 security problem.
37298 (#8978,#8981)
37299
37300 Subject: [ID 20010301.004] Technically speaking in perldata
37301
37302 Subject: [PATCH] File::Copy for bleadperl, maintperl
37303
37304 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37305
37306 (The #8982, fix for 20010221.005 and 20010221.008,
37307 would be nice too but it didn't integrate cleanly.)
37308 Branch: maint-5.6/perl
37309 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
37310____________________________________________________________________________
37311[ 8983] By: jhi on 2001/03/02 15:51:16
37312 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37313 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37314 Date: Thu, 1 Mar 2001 15:54:09 EST
37315 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
37316 Branch: perl
37317 ! vms/vms.c
37318____________________________________________________________________________
37319[ 8982] By: jhi on 2001/03/02 15:43:31
37320 Log: Subject: Re: sync sync sync: have I missed any patches?
37321 From: Radu Greab <radu@netsoft.ro>
37322 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
37323 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
37324
37325 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
37326 was checking argv[0] regardless of whether a different pathname
37327 will actually be executed." Test case not supplied because
37328 drafting that, ironically enough, revealed another bug
37329 (or a feature).
37330 Branch: perl
37331 ! doio.c
37332____________________________________________________________________________
37333[ 8981] By: jhi on 2001/03/02 15:28:03
37334 Log: Misdate in #8978.
37335 Branch: perl
37336 ! pod/perlfaq1.pod
37337____________________________________________________________________________
37338[ 8980] By: jhi on 2001/03/02 15:24:20
37339 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
37340 From: Chris Nandor <pudge@pobox.com>
37341 Date: Wed, 28 Feb 2001 22:10:15 -0500
37342 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
37343 Branch: perl
37344 ! lib/File/Copy.pm
37345____________________________________________________________________________
37346[ 8979] By: jhi on 2001/03/02 15:17:16
37347 Log: Subject: [ID 20010301.004] Technically speaking in perldata
37348 From: abela@geneanet.org
37349 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
37350 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
37351 Branch: perl
37352 ! pod/perldata.pod
37353____________________________________________________________________________
37354[ 8978] By: jhi on 2001/03/02 15:15:27
37355 Log: Subject: [ID 20010301.003] ref to 5.004
37356 From: abela@geneanet.org
37357 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
37358 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
37359
37360 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
37361 and mention the suidperl August 2000 security problem.
37362 Branch: perl
37363 ! pod/perlfaq1.pod
37364____________________________________________________________________________
37365[ 8977] By: alanbur on 2001/03/02 14:17:45
37366 Log: Resynchronised with parent
37367 Branch: maint-5.6/pureperl
37368 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
37369 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
37370 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
37371 !> vms/descrip_mms.template win32/win32.c win32/win32.h
37372 !> win32/win32iop.h
37373____________________________________________________________________________
37374[ 8976] By: nick on 2001/03/01 23:25:30
37375 Log: Integrate mainline.
37376 Branch: perlio
37377 - t/op/qu.t
37378 !> (integrate 55 files)
37379____________________________________________________________________________
37380[ 8975] By: jhi on 2001/03/01 16:51:34
37381 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
37382 Branch: perl
37383 !> toke.c
37384____________________________________________________________________________
37385[ 8974] By: gsar on 2001/03/01 16:28:21
37386 Log: fix for bugid 20010226.008
37387
37388 the problem was that some of the pointers (PL_last_lop and
37389 PL_last_uni specifically) into the lex buffers weren't correctly
37390 being invalidated when the buffer changed; this would leave the
37391 pointers pointing at an arbitrary location in the buffer if
37392 the buffer didn't need to be reallocated, or point into freed
37393 memory if the buffer had to be realloced
37394
37395 TODO item for bugdb maintainers: check other seemingly random
37396 parser-related bugs--they might be cured by this
37397 Branch: maint-5.6/perl
37398 ! toke.c
37399____________________________________________________________________________
37400[ 8973] By: jhi on 2001/03/01 02:23:25
37401 Log: Retract #8970 because of a completely mysterious core dump:
37402 adding the tests 241..244 causes op/pat dump core at test #25.
37403 The test needs a lot of whittling down before the bug can be solved.
37404 Branch: perl
37405 ! t/op/pat.t
37406____________________________________________________________________________
37407[ 8972] By: jhi on 2001/03/01 01:58:38
37408 Log: Regen perlapi.
37409 Branch: perl
37410 ! pod/perlapi.pod
37411____________________________________________________________________________
37412[ 8971] By: jhi on 2001/03/01 01:34:09
37413 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))
37414 From: Nicholas Clark <nick@ccl4.org>
37415 Date: Wed, 28 Feb 2001 23:28:49 +0000
37416 Message-ID: <20010228232849.A55187@plum.flirble.org>
37417
37418 Allow a completely write protected source code tree
37419 when using the Configure -Dmksymlinks.
37420 Branch: perl
37421 ! embed.pl warnings.pl
37422____________________________________________________________________________
37423[ 8970] By: jhi on 2001/03/01 01:32:04
37424 Log: Add back the EBCDIC character range tests (for matching).
37425 Branch: perl
37426 ! t/op/pat.t
37427____________________________________________________________________________
37428[ 8969] By: nick on 2001/02/28 18:18:01
37429 Log: Add charname comments to .ucm files writen by 'compile',
37430 also order charmaps in those files by source encoding.
37431 regenerate distrubuted .ucm files
37432 Branch: perlio
37433 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37434 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37435 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37436 ! ext/Encode/Encode/iso8859-10.ucm
37437 ! ext/Encode/Encode/iso8859-13.ucm
37438 ! ext/Encode/Encode/iso8859-14.ucm
37439 ! ext/Encode/Encode/iso8859-15.ucm
37440 ! ext/Encode/Encode/iso8859-16.ucm
37441 ! ext/Encode/Encode/iso8859-2.ucm
37442 ! ext/Encode/Encode/iso8859-3.ucm
37443 ! ext/Encode/Encode/iso8859-4.ucm
37444 ! ext/Encode/Encode/iso8859-5.ucm
37445 ! ext/Encode/Encode/iso8859-6.ucm
37446 ! ext/Encode/Encode/iso8859-7.ucm
37447 ! ext/Encode/Encode/iso8859-8.ucm
37448 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37449 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
37450____________________________________________________________________________
37451[ 8968] By: jhi on 2001/02/28 16:26:37
37452 Log: Expand usemorebits early if d_casti32 needs to be undefined.
37453 Branch: perl
37454 ! hints/hpux.sh hints/irix_6.sh
37455____________________________________________________________________________
37456[ 8967] By: jhi on 2001/02/28 16:22:26
37457 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
37458 retract toke.c/qu parts of #8583, retract #8485, retract
37459 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
37460 op/length.t, and MANIFEST, and delete t/op/qu.t.
37461 Branch: perl
37462 - t/op/qu.t
37463 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
37464 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
37465 ! t/op/length.t toke.c
37466____________________________________________________________________________
37467[ 8966] By: jhi on 2001/02/28 15:00:27
37468 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
37469 by not changing from pre-Unicode days into being Unicode-aware.
37470 Sniff.
37471 Branch: perl
37472 ! pp.c t/op/pack.t t/op/qu.t
37473____________________________________________________________________________
37474[ 8965] By: jhi on 2001/02/28 14:37:55
37475 Log: Subject: Re: Errors in core PODs
37476 From: Michael Stevens <michael@etla.org>
37477 Date: Fri, 23 Feb 2001 15:47:56 +0000
37478 Message-ID: <20010223154756.A7723@firedrake.org>
37479 Branch: perl
37480 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
37481 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
37482 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
37483 ! x2p/a2p.pod
37484____________________________________________________________________________
37485[ 8964] By: jhi on 2001/02/28 14:35:35
37486 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
37487 (The #8961 was too bold.)
37488 Branch: perl
37489 ! hints/hpux.sh hints/irix_6.sh
37490____________________________________________________________________________
37491[ 8963] By: jhi on 2001/02/28 14:33:39
37492 Log: Subject: Re: sync sync sync: have I missed any patches?
37493 From: Tim Jenness <t.jenness@jach.hawaii.edu>
37494 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
37495 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
37496 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
37497
37498 Replace djSP with dSP.
37499 Branch: perl
37500 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
37501 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
37502 ! win32/perlhost.h
37503____________________________________________________________________________
37504[ 8962] By: jhi on 2001/02/27 23:21:14
37505 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
37506 Branch: perl
37507 ! lib/Filter/Simple.pm
37508____________________________________________________________________________
37509[ 8961] By: jhi on 2001/02/27 22:55:26
37510 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
37511 and this would be it.
37512 Branch: perl
37513 ! hints/hpux.sh hints/irix_6.sh
37514____________________________________________________________________________
37515[ 8960] By: jhi on 2001/02/27 22:51:33
37516 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37517 From: "Craig A. Berry" <craigberry@mac.com>
37518 Date: Tue, 27 Feb 2001 16:11:44 -0600
37519 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37520 Branch: maint-5.6/perl
37521 ! configure.com vms/descrip_mms.template
37522____________________________________________________________________________
37523[ 8959] By: jhi on 2001/02/27 22:47:23
37524 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37525 From: "Craig A. Berry" <craigberry@mac.com>
37526 Date: Tue, 27 Feb 2001 16:11:44 -0600
37527 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37528 Branch: perl
37529 ! configure.com vms/descrip_mms.template
37530____________________________________________________________________________
37531[ 8958] By: jhi on 2001/02/27 15:16:42
37532 Log: Update Changes.
37533 Branch: perl
37534 ! Changes patchlevel.h
37535____________________________________________________________________________
37536[ 8957] By: jhi on 2001/02/27 06:15:07
37537 Log: Subject: [5.6.x] EPOC additions
37538 From: Olaf Flebbe <O.Flebbe@science-computing.de>
37539 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
37540 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
37541 Branch: maint-5.6/perl
37542 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
37543____________________________________________________________________________
900ddf0e
JH
37544[ 8956] By: jhi on 2001/02/27 06:12:11
37545 Log: Subject: [perl-current] EPOC
37546 From: Olaf Flebbe <O.Flebbe@science-computing.de>
37547 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
37548 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
37549 Branch: perl
37550 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
37551 ! epoc/epocish.c epoc/epocish.h pp_sys.c
37552____________________________________________________________________________
37553[ 8955] By: jhi on 2001/02/27 05:59:50
37554 Log: Subject: Re: Compile with perlcc..
37555 From: Edward Peschko <edwardp@excitehome.net>
37556 Date: Mon, 26 Feb 2001 18:51:58 -0800
37557 Message-ID: <20010226185158.A9871@excitehome.net>
37558
37559 plus add a simple usage message if no arguments given.
37560 Branch: perl
37561 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
37562 ! utils/Makefile utils/perlcc.PL win32/pod.mak
37563____________________________________________________________________________
37564[ 8954] By: nick on 2001/02/26 21:02:59
37565 Log: Integrate mainline
37566 Branch: perlio
37567 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
37568 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
37569 !> t/op/sprintf.t
37570____________________________________________________________________________
37571[ 8953] By: jhi on 2001/02/26 14:43:54
37572 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
37573 From: Nicholas Clark <nick@ccl4.org>
37574 Date: Mon, 26 Feb 2001 00:42:07 +0000
37575 Message-ID: <20010226004207.F23333@plum.flirble.org>
37576 Branch: perl
37577 ! pp_ctl.c
37578____________________________________________________________________________
37579[ 8952] By: jhi on 2001/02/26 14:42:13
37580 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
37581 From: Simon Cozens <simon@netthink.co.uk>
37582 Date: Mon, 26 Feb 2001 12:23:48 +0000
37583 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
37584 Branch: perl
37585 ! pod/perlguts.pod
37586____________________________________________________________________________
37587[ 8951] By: jhi on 2001/02/26 14:39:15
37588 Log: Subject: [PATCH] perlio - unknown layer
37589 From: Nicholas Clark <nick@ccl4.org>
37590 Date: Mon, 26 Feb 2001 00:27:19 +0000
37591 Message-ID: <20010226002719.E23333@plum.flirble.org>
37592 Branch: perl
37593 ! perlio.c
37594____________________________________________________________________________
37595[ 8950] By: jhi on 2001/02/26 14:38:04
37596 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
37597 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
37598 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
37599 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
37600 Branch: perl
37601 ! t/op/bop.t
37602____________________________________________________________________________
37603[ 8949] By: jhi on 2001/02/26 14:37:07
37604 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
37605 From: Peter Prymmer <pvhp@forte.com>
37606 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
37607 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
37608 Branch: perl
37609 ! lib/Test.pm
37610____________________________________________________________________________
37611[ 8948] By: jhi on 2001/02/26 14:35:53
37612 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37613 From: Radu Greab <radu@netsoft.ro>
37614 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
37615 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
37616 Branch: perl
37617 ! pod/perlop.pod
37618____________________________________________________________________________
37619[ 8947] By: jhi on 2001/02/26 14:34:46
37620 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
37621 From: David Mitchell <davem@fdgroup.co.uk>
37622 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
37623 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
37624 Branch: perl
37625 ! run.c
37626____________________________________________________________________________
37627[ 8946] By: jhi on 2001/02/26 14:32:37
37628 Log: Subject: Modified README.bs2000
37629 From: Dorner Thomas <Thomas.Dorner@start.de>
37630 Date: Mon, 26 Feb 2001 09:22:17 +0100
37631 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
37632 Branch: perl
37633 ! README.bs2000
37634____________________________________________________________________________
37635[ 8945] By: jhi on 2001/02/26 14:19:53
37636 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
37637 to maintperl, listing the known failures on the tests 129 and 130.
37638 Branch: maint-5.6/perl
37639 !> t/op/sprintf.t
37640____________________________________________________________________________
37641[ 8944] By: jhi on 2001/02/26 14:14:15
37642 Log: Add more known sprintf failures.
37643 Branch: perl
37644 ! t/op/sprintf.t
37645____________________________________________________________________________
37646[ 8943] By: jhi on 2001/02/26 13:56:22
37647 Log: perlglob.exe needs to be found in Win32, patch from
37648 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
37649 which needs external glob at mini-perl time."
37650 Branch: perl
37651 ! ext/Encode/compile
37652____________________________________________________________________________
37653[ 8942] By: jhi on 2001/02/26 13:52:19
37654 Log: A missing dTHX from Vadim Konovalov.
37655 Branch: perl
37656 ! perlio.c
37657____________________________________________________________________________
37658[ 8941] By: jhi on 2001/02/26 13:37:05
37659 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
37660 Branch: perl
37661 ! op.c
37662____________________________________________________________________________
37663[ 8940] By: jhi on 2001/02/26 13:35:40
37664 Log: Integrate perlio.
37665 Branch: perl
37666 !> ext/Encode/Encode.pm
37667____________________________________________________________________________
37668[ 8939] By: nick on 2001/02/25 23:47:09
37669 Log: Integrate mainline.
37670 Branch: perlio
37671 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
37672 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
37673____________________________________________________________________________
37674[ 8938] By: nick on 2001/02/25 19:36:28
37675 Log: Encode implementations docs.
37676 Branch: perlio
37677 ! ext/Encode/Encode.pm
37678____________________________________________________________________________
37679[ 8937] By: jhi on 2001/02/25 19:26:16
37680 Log: Script wasn't aligned with reality.
37681 Branch: perl
37682 ! t/pod/find.t
37683____________________________________________________________________________
37684[ 8936] By: jhi on 2001/02/25 18:54:55
37685 Log: Update Changes.
37686 Branch: perl
37687 ! Changes patchlevel.h
37688____________________________________________________________________________
caa33247
JH
37689[ 8935] By: jhi on 2001/02/25 18:46:36
37690 Log: Retract #8929,8930,8932,8933 for now.
37691 Branch: perl
37692 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
37693____________________________________________________________________________
37694[ 8934] By: jhi on 2001/02/25 17:34:35
37695 Log: Integrate perlio.
37696 Branch: perl
37697 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37698 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
37699 !> t/lib/encode.t
37700____________________________________________________________________________
37701[ 8933] By: jhi on 2001/02/25 17:33:12
37702 Log: (Retracted by #8395.)
37703
37704 Slight tweaks in scan_const(), not fixes yet, it seems like
37705 lots of work remains to be done...
37706 Branch: perl
37707 ! toke.c
37708____________________________________________________________________________
37709[ 8932] By: jhi on 2001/02/25 17:27:11
37710 Log: (Retracted by #8395.)
37711
37712 Missing from #8930.
37713 Branch: perl
37714 ! perl.h
37715____________________________________________________________________________
37716[ 8931] By: jhi on 2001/02/25 17:26:19
37717 Log: A comment tweak.
37718 Branch: perl
37719 ! utf8.c
37720____________________________________________________________________________
37721[ 8930] By: jhi on 2001/02/25 17:25:47
37722 Log: (Retracted by #8395.)
37723
37724 Attempt to fix the EBCDIC character range problwm with //.
37725 Branch: perl
37726 ! regcomp.c
37727____________________________________________________________________________
37728[ 8929] By: jhi on 2001/02/25 17:23:45
37729 Log: (Retracted by #8395.)
37730
37731 Expand the EBCDIC character range tests, and add few nasty
37732 tr tests from Karsten Sperling.
37733 Branch: perl
37734 ! t/op/pat.t t/op/tr.t
37735____________________________________________________________________________
37736[ 8928] By: jhi on 2001/02/25 17:18:49
37737 Log: Missing check-in.
37738 Branch: perl
37739 ! lib/Pod/Find.pm
37740____________________________________________________________________________
37741[ 8927] By: nick on 2001/02/25 11:30:22
37742 Log: Change method names in Encode implementation classes to something
37743 less confusing (preparing to "go public").
37744 Branch: perlio
37745 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37746____________________________________________________________________________
37747[ 8926] By: nick on 2001/02/25 10:53:24
37748 Log: GCC __atribute__ / printf fix
37749 Branch: perlio
37750 ! perl.h
37751____________________________________________________________________________
37752[ 8925] By: nick on 2001/02/25 10:52:25
37753 Log: Checked in the wrong one ...
37754 Branch: perlio
37755 ! ext/Encode/Encode.pm
37756____________________________________________________________________________
37757[ 8924] By: nick on 2001/02/24 18:46:51
37758 Log: Integrate mainline - to see what Jarkko has in ...
37759 Branch: perlio
37760 +> t/pod/testpods/lib/Pod/Stuff.pm
37761 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
37762____________________________________________________________________________
37763[ 8923] By: nick on 2001/02/24 17:05:23
37764 Log: Encode API documentation nd tidy up.
37765 Minor additions to test.
37766 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
37767 Adds STRLEN to standard typemap.
37768 Branch: perlio
37769 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37770 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
37771____________________________________________________________________________
37772[ 8922] By: jhi on 2001/02/24 16:38:12
37773 Log: Add a test for the "character range should match in EBCDIC
37774 if specified using explicit numerics" bug found by Karsten
37775 Sperling.
37776 Branch: perl
37777 ! t/op/pat.t
37778____________________________________________________________________________
37779[ 8921] By: jhi on 2001/02/24 16:30:16
37780 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
37781 From: schwern@pobox.com
37782 Date: Fri, 23 Feb 2001 03:21:37 -0500
37783 Message-ID: <20010223032137.A26022@magnonel.guild.net>
37784
37785 plus Charles Lane's fixes, plus tweaks.
37786 Branch: perl
37787 + t/pod/testpods/lib/Pod/Stuff.pm
37788 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
37789____________________________________________________________________________
37790[ 8920] By: nick on 2001/02/24 10:30:11
37791 Log: Integrate mainline
37792 Branch: perlio
37793 !> (integrate 33 files)
37794____________________________________________________________________________
37795[ 8919] By: jhi on 2001/02/24 00:23:35
37796 Log: Subject: Re: I'm losing the war...
37797 From: "Vadim Konovalov" <watman@inbox.ru>
37798 Date: Sat, 24 Feb 2001 00:10:14 +0300
37799 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
37800
37801 hv_store() not working correctly in ENV_IS_CASELESS case.
37802 Branch: perl
37803 ! hv.c
37804____________________________________________________________________________
37805[ 8918] By: jhi on 2001/02/24 00:20:09
37806 Log: Subject: Re: [PATCH] fix for charnames above FFFF
37807 From: andreas.koenig@anima.de (Andreas J. Koenig)
37808 Date: 23 Feb 2001 02:39:03 +0100
37809 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
37810
37811 A further efficiency tweak.
37812 Branch: perl
37813 ! lib/charnames.pm
37814____________________________________________________________________________
37815[ 8917] By: jhi on 2001/02/23 20:27:51
37816 Log: Integrate change #8916 from mainline,
37817 do away with USE_WIN32_RTL_ENV.
37818 Branch: maint-5.6/perl
37819 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37820____________________________________________________________________________
37821[ 8916] By: jhi on 2001/02/23 20:02:25
37822 Log: Abolish USE_WIN32_RTL_ENV.
37823 Branch: perl
37824 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
37825____________________________________________________________________________
37826[ 8915] By: jhi on 2001/02/23 19:36:00
37827 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
37828 later protected by some #define.
37829 Branch: perl
37830 ! gv.c
37831____________________________________________________________________________
37832[ 8914] By: jhi on 2001/02/23 19:31:38
37833 Log: Retract #8902 for now, requested by Charles Lane, the correct
37834 fix will be something else.
37835 Branch: perl
37836 ! op.c
37837____________________________________________________________________________
37838[ 8913] By: jhi on 2001/02/23 19:11:36
37839 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
37840 From: Peter Prymmer <pvhp@forte.com>
37841 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
37842 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
37843 Branch: perl
37844 ! t/op/lex_assign.t
37845____________________________________________________________________________
37846[ 8912] By: jhi on 2001/02/23 18:38:20
37847 Log: Subject: [patch] perlio + useithreads
37848 From: Doug MacEachern <dougm@covalent.net>
37849 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
37850 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
37851
37852 Gets things running but not complete.
37853 Branch: perl
37854 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
37855____________________________________________________________________________
37856[ 8911] By: jhi on 2001/02/23 04:20:02
37857 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
37858
37859 Duplicated environment freeing, File::Temp 0.12,
37860 op/append portability (EBCDIC) tweak.
37861 Branch: maint-5.6/perl
37862 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37863 !> t/op/append.t
37864____________________________________________________________________________
37865[ 8910] By: jhi on 2001/02/23 02:07:33
37866 Log: Integrate change #8909 from mainline, a better Borland
37867 putenv() workaround.
37868 Branch: maint-5.6/perl
37869 !> perl.c
37870____________________________________________________________________________
37871[ 8909] By: jhi on 2001/02/23 02:05:46
37872 Log: A better workaround for Borland putenv() brokenness from Sarathy.
37873 Branch: perl
37874 ! perl.c
37875____________________________________________________________________________
37876[ 8908] By: jhi on 2001/02/23 02:04:14
37877 Log: Subject: fix for parameter -Dm (for perl@8867)
37878 From: "Vadim Konovalov" <watman@inbox.ru>
37879 Date: Thu, 22 Feb 2001 17:30:12 +0300
37880 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
37881 Branch: perl
37882 ! perl.h
37883____________________________________________________________________________
37884[ 8907] By: jhi on 2001/02/23 01:58:20
37885 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
37886 From: Peter Prymmer <pvhp@forte.com>
37887 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
37888 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
37889 Branch: perl
37890 ! t/op/append.t
37891____________________________________________________________________________
37892[ 8906] By: jhi on 2001/02/23 01:48:34
37893 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
37894 Branch: perl
37895 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37896____________________________________________________________________________
37897[ 8905] By: jhi on 2001/02/23 01:43:30
37898 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
37899 From: Peter Prymmer <pvhp@forte.com>
37900 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
37901 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
37902 Branch: perl
37903 ! t/lib/st-06compat.t
37904____________________________________________________________________________
37905[ 8904] By: jhi on 2001/02/23 01:42:39
37906 Log: Metaconfig unit change for #8903.
37907 Branch: metaconfig/U/perl
37908 ! Devel.U
37909____________________________________________________________________________
37910[ 8903] By: jhi on 2001/02/23 01:42:12
37911 Log: Be more helpful for devel builders, suggested by John L. Allen.
37912 Branch: perl
37913 ! Configure
37914____________________________________________________________________________
37915[ 8902] By: jhi on 2001/02/23 01:37:41
37916 Log: (Retracted by #8914)
137e7465
JH
37917 (Wrongly, reinstated by #8941)
37918
caa33247
JH
37919 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37920 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37921 Date: Thu, 22 Feb 2001 09:43:57 EST
37922 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
37923 Branch: perl
37924 ! op.c
37925____________________________________________________________________________
37926[ 8901] By: jhi on 2001/02/23 01:20:32
37927 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
37928 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37929 Date: Thu, 22 Feb 2001 08:01:35 EST
37930 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
37931 Branch: perl
37932 ! malloc.c
37933____________________________________________________________________________
37934[ 8900] By: jhi on 2001/02/23 01:18:02
37935 Log: Integrate changes #8898,8899 from mainline, environ handling.
37936 Branch: maint-5.6/perl
37937 !> perl.c
37938____________________________________________________________________________
37939[ 8899] By: jhi on 2001/02/23 01:16:25
37940 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
37941 putenv() is not to be relied on, they are either broken or leaky
37942 or both.)
37943 Branch: perl
37944 ! perl.c
37945____________________________________________________________________________
37946[ 8898] By: jhi on 2001/02/22 23:36:59
37947 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
37948 and safesysfree() must be used.
37949 Branch: perl
37950 ! perl.c
37951____________________________________________________________________________
37952[ 8897] By: jhi on 2001/02/22 23:25:45
37953 Log: With environ one must use safesysmalloc()/safesysfree().
37954 Branch: perl
37955 ! perl.c
37956____________________________________________________________________________
37957[ 8896] By: jhi on 2001/02/22 22:13:18
37958 Log: If we have a duplicated environment free it
37959 if PERL_DESTRUCT_LEVEL.
37960 Branch: perl
37961 ! perl.c
37962____________________________________________________________________________
37963[ 8895] By: alanbur on 2001/02/22 19:31:57
37964 Log: Synchronised with parent
37965 Branch: maint-5.6/pureperl
37966 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
37967____________________________________________________________________________
37968[ 8894] By: gsar on 2001/02/22 19:06:18
37969 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
37970
37971 fix memory leak in method call optimization (change#3768);
37972 made C<eval "$x->foo()"> leak
37973
37974 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
37975 Branch: maint-5.6/perl
37976 !> op.c
37977____________________________________________________________________________
37978[ 8893] By: jhi on 2001/02/22 18:35:27
37979 Log: (Retracted by #8915.)
37980
37981 Third Degree finding:
37982 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
37983 Branch: perl
37984 ! gv.c
37985____________________________________________________________________________
37986[ 8892] By: jhi on 2001/02/22 14:28:32
37987 Log: Update Changes.
37988 Branch: perl
37989 ! Changes patchlevel.h
37990____________________________________________________________________________
37991[ 8891] By: jhi on 2001/02/22 13:22:45
37992 Log: Metaconfig unit changes for #8890.
37993 Branch: metaconfig
37994 ! U/modified/Cppsym.U U/threads/archname.U
37995____________________________________________________________________________
39a166b0
JH
37996[ 8890] By: jhi on 2001/02/22 13:22:12
37997 Log: Add -stdio to the archname if no perlio selected,
37998 no -perlio added since that is now the default.
37999
38000 Add few CPUs/architectures to the Cppsym scan.
38001 Branch: perl
38002 ! Configure config_h.SH
38003____________________________________________________________________________
38004[ 8889] By: jhi on 2001/02/22 13:05:59
38005 Log: Metaconfig unit change for #8888.
38006 Branch: metaconfig/U/perl
38007 ! useperlio.U
38008____________________________________________________________________________
38009[ 8888] By: jhi on 2001/02/22 13:05:28
38010 Log: *drum roll* Make perlio the default.
38011 Branch: perl
38012 ! Configure config_h.SH
38013____________________________________________________________________________
38014[ 8887] By: jhi on 2001/02/22 12:50:52
38015 Log: Integrate change #8665 from maintperl to mainline,
38016 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
38017 Branch: perl
38018 !> ext/POSIX/POSIX.xs
38019____________________________________________________________________________
38020[ 8886] By: jhi on 2001/02/22 12:49:24
38021 Log: Integrate changes #8883,8884 from mainline to maintperl.
38022
38023 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38024 Subject: Re: File::Temp::_gettemp warning
38025 Branch: maint-5.6/perl
38026 !> embed.h embed.pl lib/File/Temp.pm
38027____________________________________________________________________________
38028[ 8885] By: jhi on 2001/02/22 12:43:59
38029 Log: Based on
38030
38031 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
38032 From: schwab@suse.de
38033 Date: Thu, 22 Feb 2001 13:08:09 +0100
38034 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
38035
38036 but the fix done slightly differently because the other
38037 half was already done in #8664.
38038 Branch: maint-5.6/perl
38039 ! ext/POSIX/POSIX.xs
38040____________________________________________________________________________
38041[ 8884] By: jhi on 2001/02/22 12:37:15
38042 Log: Subject: Re: File::Temp::_gettemp warning
38043 From: Tim Jenness <t.jenness@jach.hawaii.edu>
38044 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
38045 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
38046
38047 This patch to File::Temp does two things:
38048
38049 1. Fixes the problem with CGI::Carp when determining
38050 the Fcntl constants
38051
38052 2. Removes most of the carps and consolidates them so that all the
38053 reasons are included in a single die that is caught by the test. This
38054 means that the correct skipping behaviour is displayed by the test.
38055 Branch: perl
38056 ! lib/File/Temp.pm
38057____________________________________________________________________________
38058[ 8883] By: jhi on 2001/02/22 12:29:19
38059 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38060 From: Peter Prymmer <pvhp@forte.com>
38061 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
38062 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
38063 Branch: perl
38064 ! embed.h embed.pl
38065____________________________________________________________________________
38066[ 8882] By: jhi on 2001/02/21 19:41:33
38067 Log: Integrate change #8881 from mainlin to maintperl.
38068
38069 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
38070 Branch: maint-5.6/perl
38071 !> op.c
38072____________________________________________________________________________
38073[ 8881] By: jhi on 2001/02/21 19:38:57
38074 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
38075 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38076 Date: Wed, 21 Feb 2001 13:08:03 EST
38077 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
38078 Branch: perl
38079 ! op.c
38080____________________________________________________________________________
38081[ 8880] By: jhi on 2001/02/21 19:34:34
38082 Log: Retract #8875, cannot let go of the old semantics of unpack U
38083 without rethinking utf8decode.t.
38084 Branch: perl
38085 ! pp.c t/op/pack.t
38086____________________________________________________________________________
38087[ 8879] By: jhi on 2001/02/21 19:08:02
38088 Log: Run run/*.t also in minitest.
38089 Branch: perl
38090 ! Makefile.SH
38091____________________________________________________________________________
38092[ 8878] By: nick on 2001/02/21 18:55:37
38093 Log: Integrate mainline
38094 Branch: perlio
38095 !> (integrate 76 files)
38096____________________________________________________________________________
38097[ 8877] By: jhi on 2001/02/21 15:09:33
38098 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
38099 Branch: metaconfig
38100 ! U/compline/nblock_io.U
38101 Branch: perl
38102 ! Configure config_h.SH
38103____________________________________________________________________________
38104[ 8876] By: jhi on 2001/02/21 14:54:45
38105 Log: If no sfio, no -lsfio.
38106 Branch: metaconfig/U/perl
38107 ! d_sfio.U
38108 Branch: perl
38109 ! Configure config_h.SH
38110____________________________________________________________________________
38111[ 8875] By: jhi on 2001/02/21 14:54:00
137e7465 38112 Log: Make unpack C and unpack U truly equivalent.
39a166b0
JH
38113 Branch: perl
38114 ! pp.c t/op/pack.t
38115____________________________________________________________________________
38116[ 8874] By: jhi on 2001/02/21 14:26:02
38117 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38118 From: Peter Prymmer <pvhp@forte.com>
38119 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
38120 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
38121 Branch: perl
38122 ! pod/perlport.pod
38123____________________________________________________________________________
38124[ 8873] By: jhi on 2001/02/21 14:24:31
38125 Log: Subject: [PATCH] fix for charnames above FFFF
38126 From: andreas.koenig@anima.de (Andreas J. Koenig)
38127 Date: 21 Feb 2001 07:05:45 +0100
38128 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
38129 Branch: perl
38130 ! lib/charnames.pm t/lib/charnames.t
38131____________________________________________________________________________
38132[ 8872] By: jhi on 2001/02/21 14:15:25
38133 Log: Integrate change #8868 from pureperl to mainline.
38134
38135 Fixed reference count loop caused by sv_magic.
38136 Branch: perl
38137 !> sv.c
38138____________________________________________________________________________
38139[ 8871] By: jhi on 2001/02/21 14:07:29
38140 Log: Integrate change #8868 from pureperl to maintperl.
38141
38142 Fixed reference count loop caused by sv_magic.
38143 Branch: maint-5.6/perl
38144 !> sv.c
38145____________________________________________________________________________
38146[ 8870] By: jhi on 2001/02/21 14:04:41
38147 Log: Put back the #8840, it was innocent.
38148 Branch: perl
38149 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38150 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38151____________________________________________________________________________
38152[ 8869] By: jhi on 2001/02/21 14:00:03
38153 Log: unpack("C", ...) was left slightly unfinished by #8865.
38154 Branch: perl
38155 ! pp.c t/op/pack.t
38156____________________________________________________________________________
38157[ 8868] By: alanbur on 2001/02/21 01:33:45
38158 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
38159 from gv_fetchpv to create single-character magic variables (e.g. $!),
38160 and it is passed a sv and the gv that contains the sv as the mg_obj
38161 value. When sv_magic stores the mg_obj pointer it increments the gv
38162 refcount, thus causing a sv-gv pair that can't be freed. There is
38163 already a check for sv == obj which is used to prevent such reference
38164 loops. This change extends the check to cover the case described above.
38165 Branch: maint-5.6/pureperl
38166 ! sv.c
38167____________________________________________________________________________
38168[ 8867] By: jhi on 2001/02/21 00:52:39
38169 Log: Update Changes.
38170 Branch: perl
38171 ! Changes patchlevel.h
38172____________________________________________________________________________
cc820d39
JH
38173[ 8866] By: jhi on 2001/02/21 00:34:20
38174 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
38175 (Note: there were some conflicts due to EBCDIC and EPOC
38176 patches, in general I preferred the repository code.)
38177 (When 2.753 comes out, we need to synchronize.)
38178 Branch: perl
38179 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
38180 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
38181 ! t/lib/cgi-html.t
38182____________________________________________________________________________
38183[ 8865] By: jhi on 2001/02/21 00:24:22
38184 Log: Make pack("C", 0x100) to create Unicode, unless under the
38185 evil influence of 'use bytes'. Similarly, unpack("C", ...)
38186 will understand Unicode, unless you under know what.
38187 Branch: perl
38188 ! pp.c t/op/pack.t t/op/qu.t
38189____________________________________________________________________________
38190[ 8864] By: alanbur on 2001/02/20 22:35:34
38191 Log: Resynchronised with parent
38192 Branch: maint-5.6/pureperl
38193 !> README.win32 ext/GDBM_File/GDBM_File.pm
38194 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
38195 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
38196 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38197 !> t/lib/sdbm.t util.c
38198____________________________________________________________________________
38199[ 8863] By: jhi on 2001/02/20 20:55:11
38200 Log: Integrate change #8860,8861 from mainline into maintperl.
38201
38202 "pseudo-literal j"
38203
38204 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38205 Branch: maint-5.6/perl
38206 !> lib/Test.pm pod/perlop.pod
38207____________________________________________________________________________
38208[ 8862] By: jhi on 2001/02/20 20:30:07
38209 Log: Don't do casting between pointers pointing to differently sized
38210 integers.
38211 Branch: perl
38212 ! hv.c sv.c
38213____________________________________________________________________________
38214[ 8861] By: jhi on 2001/02/20 19:53:44
38215 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38216 From: Peter Prymmer <pvhp@forte.com>
38217 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
38218 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
38219 Branch: perl
38220 ! lib/Test.pm
38221____________________________________________________________________________
38222[ 8860] By: jhi on 2001/02/20 19:48:02
38223 Log: "pseudo-literal j", a documentation glitch reported to Debian.
38224 The text recovered from Perl 5.005_03, and pseudo-literal replaced
38225 by "backtick string".
38226 Branch: perl
38227 ! pod/perlop.pod
38228____________________________________________________________________________
38229[ 8859] By: jhi on 2001/02/20 19:15:46
38230 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
38231 from Chris Nandor.
38232 Branch: perl
38233 ! makedef.pl
38234____________________________________________________________________________
38235[ 8858] By: jhi on 2001/02/20 17:36:53
38236 Log: Integrate pureperl changes #8844,8845,8850 to mainline
38237 (via maintperl #8855).
38238
38239 Fixed %^H scoping bug
38240
38241 Removed GV <-> CV refcount loop
38242
38243 Removed %ENV refcount loop
38244 Branch: perl
38245 !> gv.c op.c perl.c pp.c scope.c
38246____________________________________________________________________________
38247[ 8857] By: jhi on 2001/02/20 17:34:32
38248 Log: Integrate changes #8853,8854 from maintperl to mainline.
38249
38250 EBDIC fixes, README.win32 Borland update.
38251 Branch: perl
38252 !> README.win32 handy.h util.c
38253____________________________________________________________________________
38254[ 8856] By: jhi on 2001/02/20 17:33:16
38255 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
38256 Branch: maint-5.6/perl
38257 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38258 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38259 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38260____________________________________________________________________________
38261[ 8855] By: jhi on 2001/02/20 17:32:13
38262 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
38263
38264 Fixed %^H scoping bug
38265
38266 Removed GV <-> CV refcount loop
38267
38268 Removed %ENV refcount loop
38269 Branch: maint-5.6/perl
38270 !> gv.c op.c perl.c pp.c scope.c
38271____________________________________________________________________________
38272[ 8854] By: jhi on 2001/02/20 17:25:06
38273 Log: Subject: Addition to readme.win32 for Borland C++ compilers
38274 Date: Tue, 20 Feb 2001 02:15:25 +0300
38275 From: "Vadim Konovalov" <watman@inbox.ru>
38276 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
38277
38278 Document Borland compiler misbehaviour.
38279 Branch: maint-5.6/perl
38280 ! README.win32
38281____________________________________________________________________________
38282[ 8853] By: jhi on 2001/02/20 17:22:25
38283 Log: The assimilation of ebcdic.c didn't quite work at the first try,
38284 patches from Thomas Dorner.
38285 Branch: maint-5.6/perl
38286 ! handy.h util.c
38287____________________________________________________________________________
38288[ 8852] By: jhi on 2001/02/20 17:20:15
38289 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
38290 From: Chris Nandor <pudge@pobox.com>
38291 Date: Tue, 20 Feb 2001 08:32:45 -0500
38292 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
38293 Branch: maint-5.6/perl
38294 ! makedef.pl mg.c
38295____________________________________________________________________________
38296[ 8851] By: jhi on 2001/02/20 17:15:52
38297 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
38298 Branch: perl
38299 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
38300 ! t/lib/filter-util.t
38301____________________________________________________________________________
38302[ 8850] By: alanbur on 2001/02/20 17:12:40
38303 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
38304 and the magic pointer points back to the GV that contains the
38305 %ENV hash. This creates a refcount loop that prevents members
38306 of %ENV from being freed correctly. This change removes the
38307 refcount loop - the magic pointer was never used anyway, the
38308 only use of the magic was to check the type ('E') so that the
38309 appropriate environment manipulation code is called when %ENV
38310 is modified.
38311 Branch: maint-5.6/pureperl
38312 ! perl.c
38313____________________________________________________________________________
38314[ 8849] By: jhi on 2001/02/20 17:12:20
38315 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38316 From: "Craig A. Berry" <craigberry@mac.com>
38317 Date: Mon, 19 Feb 2001 23:36:12 -0600
38318 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
38319
38320 Case-forgiving systems match TestInit.pm with TES*.
38321 Branch: perl
38322 ! t/lib/glob-basic.t
38323____________________________________________________________________________
38324[ 8848] By: jhi on 2001/02/20 17:10:02
38325 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
38326 Branch: perl
38327 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38328 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38329 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38330____________________________________________________________________________
38331[ 8847] By: jhi on 2001/02/20 15:34:41
38332 Log: The #8843 wasn't quite right: %Config needs to imported.
38333 Branch: perl
38334 ! t/run/runenv.t
38335____________________________________________________________________________
38336[ 8846] By: jhi on 2001/02/20 15:31:50
38337 Log: Retract the #8838 and #8840 for now because of
38338 the DB_File tie problem.
38339 Branch: perl
38340 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
38341 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
38342 ! proto.h sv.c
38343____________________________________________________________________________
38344[ 8845] By: alanbur on 2001/02/20 14:25:41
38345 Log: Removed GV <-> CV refcount loop
38346 CvGV(mycv) points to the parent GV of the CV, and was previously
38347 refcounted. The pointer remains, but the refcounting has been removed
38348 as it causes a refcount loop between the CV and GV that means the CV
38349 can't ever be deleted.
38350 Branch: maint-5.6/pureperl
38351 ! gv.c op.c pp.c
38352____________________________________________________________________________
38353[ 8844] By: alanbur on 2001/02/20 14:23:13
38354 Log: Fixed %^H scoping bug
38355 Branch: maint-5.6/pureperl
38356 ! scope.c
38357____________________________________________________________________________
38358[ 8843] By: jhi on 2001/02/19 13:38:08
38359 Log: fork() not everywhere, cleanup temp files.
38360 Branch: perl
38361 ! t/run/runenv.t
38362____________________________________________________________________________
38363[ 8842] By: alanbur on 2001/02/19 12:42:07
38364 Log: Resynchronised with parent
38365 Branch: maint-5.6/pureperl
38366 !> pod/perlfaq4.pod sv.c utf8.c
38367____________________________________________________________________________
38368[ 8841] By: jhi on 2001/02/19 03:35:51
38369 Log: Update Changes.
38370 Branch: perl
38371 ! Changes patchlevel.h
38372____________________________________________________________________________
bc3c2c50
JH
38373[ 8840] By: jhi on 2001/02/19 00:23:41
38374 Log: Subject: [patch] add sv_setref_uv
38375 From: Doug MacEachern <dougm@covalent.net>
38376 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
38377 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
38378 Branch: perl
38379 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38380 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38381____________________________________________________________________________
38382[ 8839] By: jhi on 2001/02/19 00:01:38
38383 Log: Put to rest the 20010205.001, the email address checking (not) regex.
38384 Branch: perl
38385 ! pod/perlfaq9.pod
38386____________________________________________________________________________
38387[ 8838] By: jhi on 2001/02/18 22:17:54
38388 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
38389 From: Doug MacEachern <dougm@covalent.net>
38390 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
38391 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
38392 Branch: perl
38393 ! lib/ExtUtils/xsubpp
38394____________________________________________________________________________
38395[ 8837] By: jhi on 2001/02/18 22:16:50
38396 Log: Subject: [patch] -Wall cleanup round 2
38397 From: Doug MacEachern <dougm@covalent.net>
38398 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
38399 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
38400 Branch: perl
38401 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38402 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38403 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
38404 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
38405 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38406 ! ext/SDBM_File/SDBM_File.xs
38407____________________________________________________________________________
38408[ 8836] By: jhi on 2001/02/18 22:11:20
38409 Log: Misapplied regex optimizations when \C is present.
38410 Fixes 20001230.002.
38411
38412 What still remains broken is that the submatches that
38413 have \C in them get their UTF8 flag on because their
38414 parent SV has it on. This will result in malformed
38415 UTF8 if a \C happened to match a non-ASCII byte.
38416 Branch: perl
38417 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38418 ! t/pragma/utf8.t
38419____________________________________________________________________________
38420[ 8835] By: jhi on 2001/02/18 20:12:02
38421 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
38422
38423 The hash key got wrongly UTF8fied.
38424 Branch: perl
38425 ! pod/perlapi.pod toke.c utf8.c
38426____________________________________________________________________________
38427[ 8834] By: jhi on 2001/02/18 19:44:25
38428 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
38429 don't warn on magical or overloaded things.
38430 Branch: perl
38431 ! pp_hot.c
38432____________________________________________________________________________
38433[ 8833] By: nick on 2001/02/18 19:31:22
38434 Log: Integrate mainline
38435 Branch: perlio
38436 +> t/TestInit.pm t/run/runenv.t
38437 - t/UTEST
38438 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
38439 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
38440 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
38441 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
38442 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38443 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
38444 !> utf8.c
38445____________________________________________________________________________
38446[ 8832] By: jhi on 2001/02/18 19:21:18
38447 Log: Integrate perlio.
38448 Branch: perl
38449 !> perlio.c pod/perldiag.pod
38450____________________________________________________________________________
38451[ 8831] By: jhi on 2001/02/18 19:14:20
38452 Log: Integrate change #8827 from mainline.
38453
38454 UTF8 tweaks.
38455 Branch: maint-5.6/perl
38456 !> sv.c utf8.c
38457____________________________________________________________________________
38458[ 8830] By: nick on 2001/02/18 19:10:34
38459 Log: Apply the spirit of patch from Nick Clark:
38460 Subject: [PATCH] Re: extensions that provide layers
38461 From: Nicholas Clark <nick@ccl4.org>
38462 Date: Mon, 12 Feb 2001 16:43:51 +0000
38463 Message-Id: <20010212164350.Q3652@plum.flirble.org>
38464 Branch: perlio
38465 ! perlio.c pod/perldiag.pod
38466____________________________________________________________________________
38467[ 8829] By: jhi on 2001/02/18 19:03:25
38468 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
38469 From: schwern@pobox.com
38470 Date: Sun, 18 Feb 2001 13:44:35 -0500
38471 Message-ID: <20010218134435.A17544@magnonel.guild.net>
38472
38473 Applied, but as t/TestInit.pm.
38474 Branch: perl
38475 + t/TestInit.pm
38476 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
38477 ! t/op/subst_wamp.t
38478____________________________________________________________________________
38479[ 8828] By: jhi on 2001/02/18 18:43:52
38480 Log: Integrate perlio.
38481 Branch: perl
38482 !> perlio.c
38483____________________________________________________________________________
38484[ 8827] By: jhi on 2001/02/18 18:41:33
38485 Log: UTF-8 tweaks.
38486 Branch: perl
38487 ! sv.c utf8.c
38488____________________________________________________________________________
38489[ 8826] By: nick on 2001/02/18 17:40:59
38490 Log: Fix [ID 20010217.002]
38491 open FOO, "<:raw:perlio", ...
38492 :raw now inserts default base layer below itself.
38493 Also
38494 open FOO, "<:unix", ...
38495 works as well - but leaves buffer layer on stack under the unix layer.
38496 Branch: perlio
38497 ! perlio.c
38498____________________________________________________________________________
38499[ 8825] By: jhi on 2001/02/18 17:15:39
38500 Log: Integrate perlio.
38501 Branch: perl
38502 !> perlio.c perliol.h
38503____________________________________________________________________________
38504[ 8824] By: jhi on 2001/02/18 17:10:53
38505 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
38506 From: schwern@pobox.com
38507 Date: Sun, 18 Feb 2001 01:48:50 -0500
38508 Message-ID: <20010218014850.C19957@magnonel.guild.net>
38509 Branch: perl
38510 ! lib/Test/Harness.pm t/TEST t/op/chop.t
38511____________________________________________________________________________
38512[ 8823] By: jhi on 2001/02/18 17:01:06
38513 Log: Add run/*.t to testables.
38514 Branch: perl
38515 ! t/TEST
38516____________________________________________________________________________
38517[ 8822] By: jhi on 2001/02/18 16:58:58
38518 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38519 From: schwern@pobox.com
38520 Date: Sun, 18 Feb 2001 01:11:35 -0500
38521 Message-ID: <20010218011135.A19957@magnonel.guild.net>
38522
38523 Revive mjd's and Simon's PERL5OPT fix.
38524 Branch: perl
38525 + t/run/runenv.t
38526 ! MANIFEST perl.c
38527____________________________________________________________________________
38528[ 8821] By: jhi on 2001/02/18 16:53:46
38529 Log: Subject: Re: Why t/TEST and not Test::Harness?
38530 From: schwern@pobox.com
38531 Date: Sat, 17 Feb 2001 22:44:44 -0500
38532 Message-ID: <20010217224444.A6679@magnonel.guild.net>
38533
38534 Replace UTEST with TEST -utf8.
38535 Branch: perl
38536 - t/UTEST
38537 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
38538 ! t/lib/glob-basic.t
38539____________________________________________________________________________
38540[ 8820] By: nick on 2001/02/18 13:06:16
38541 Log: Clean up a few core dumps when layers are used in unexpected ways.
38542 (Still not "right"...)
38543 Branch: perlio
38544 ! perlio.c perliol.h
38545____________________________________________________________________________
38546[ 8819] By: jhi on 2001/02/18 02:25:55
38547 Log: Integrate change #8818 from maintperl, a FAQ nit.
38548 Branch: perl
38549 !> pod/perlfaq4.pod
38550____________________________________________________________________________
38551[ 8818] By: jhi on 2001/02/18 02:24:50
38552 Log: FAQ nit from Chris Fedde.
38553 Branch: maint-5.6/perl
38554 ! pod/perlfaq4.pod
38555____________________________________________________________________________
38556[ 8817] By: nick on 2001/02/17 18:20:14
38557 Log: Integrate mainline
38558 Branch: perlio
38559 +> lib/unicode/UCD.html lib/unicode/Unicode.html
38560 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38561 +> pod/perlclib.pod
38562 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38563 - lib/unicode/Unicode.301
38564 !> (integrate 324 files)
38565____________________________________________________________________________
38566[ 8816] By: jhi on 2001/02/17 16:56:58
38567 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
38568 Branch: perl
38569 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38570 ! ext/Storable/Storable.xs t/lib/st-06compat.t
38571 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38572____________________________________________________________________________
38573[ 8815] By: jhi on 2001/02/17 16:40:07
38574 Log: Subject: [patch] -Wall
38575 From: Doug MacEachern <dougm@covalent.net>
38576 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
38577 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
38578 Branch: perl
38579 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
38580 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
38581____________________________________________________________________________
38582[ 8814] By: jhi on 2001/02/16 19:27:18
38583 Log: Document qu better.
38584 Branch: perl
38585 ! pod/perlop.pod
38586____________________________________________________________________________
38587[ 8813] By: jhi on 2001/02/15 13:54:37
38588 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
38589 From: Hugo <hv@crypt.compulink.co.uk>
38590 Date: Thu, 15 Feb 2001 13:39:49 +0000
38591 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
38592 Branch: perl
38593 ! toke.c
38594____________________________________________________________________________
38595[ 8812] By: alanbur on 2001/02/15 13:52:16
38596 Log: Resynchronised with parent
38597 Branch: maint-5.6/pureperl
38598 - ebcdic.c
38599 !> (integrate 36 files)
38600____________________________________________________________________________
38601[ 8811] By: jhi on 2001/02/15 13:51:16
38602 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
38603
38604 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38605 From: Jan Dubois <JanD@ActiveState.com>
38606 Date: Wed, 31 Jan 2001 21:17:03 -0800
38607 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38608
38609 tweak change#8659 to keep it simple
38610
38611 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38612 From: Russ Allbery <rra@stanford.edu>
38613 Date: 14 Feb 2001 10:15:41 -0800
38614 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38615
cc820d39 38616 (8809 empty)
137e7465 38617
bc3c2c50
JH
38618 Upgrade to podlators 1.08, from Russ Allbery.
38619 Branch: perl
38620 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
38621 !> utils/perldoc.PL
38622____________________________________________________________________________
38623[ 8810] By: jhi on 2001/02/15 13:35:08
38624 Log: Upgrade to podlators 1.08, from Russ Allbery.
38625 Branch: maint-5.6/perl
38626 ! lib/Pod/Man.pm lib/Pod/Text.pm
38627____________________________________________________________________________
38628[ 8809] By: jhi on 2001/02/15 13:26:38
cc820d39 38629 Log: (accidentally empty check-in)
bc3c2c50
JH
38630 Branch: maint-5.6/perl
38631 ! lib/Test/Harness.pm
38632____________________________________________________________________________
38633[ 8808] By: jhi on 2001/02/15 13:23:47
38634 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38635 From: Russ Allbery <rra@stanford.edu>
38636 Date: 14 Feb 2001 10:15:41 -0800
38637 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38638
38639 perldoc was hardcoding $Config{installscript}, which breaks
38640 when install* isn't where Perl ends up (such as with AFS).
38641
38642 Use $Config{scriptdir} instead.
38643 Branch: maint-5.6/perl
38644 ! utils/perldoc.PL
38645____________________________________________________________________________
38646[ 8807] By: jhi on 2001/02/14 14:37:27
38647 Log: Update Changes.
38648 Branch: perl
38649 ! Changes patchlevel.h
38650____________________________________________________________________________
38651[ 8806] By: jhi on 2001/02/14 14:25:31
38652 Log: Integrate changes #8803,8804,8805 from mainline.
38653
38654 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38655
38656 Don't skip too much of the locale error message if no environ array,
38657 from Chris Nandor.
38658
38659 More MacOS Classic fixes from Chris Nandor.
38660 Branch: maint-5.6/perl
38661 !> doop.c lib/Cwd.pm perl.c perl.h util.c
38662____________________________________________________________________________
5063f371
JH
38663[ 8805] By: jhi on 2001/02/14 03:29:01
38664 Log: More MacOS Classic fixes from Chris Nandor.
38665 Branch: perl
38666 ! doop.c lib/Cwd.pm
38667____________________________________________________________________________
38668[ 8804] By: jhi on 2001/02/14 03:18:35
38669 Log: Don't skip too much of the locale error message if no environ array,
38670 from Chris Nandor.
38671 Branch: perl
38672 ! util.c
38673____________________________________________________________________________
38674[ 8803] By: jhi on 2001/02/14 03:14:14
38675 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38676 Branch: perl
38677 ! perl.c perl.h
38678____________________________________________________________________________
38679[ 8802] By: jhi on 2001/02/13 18:31:33
38680 Log: AUTHORS update.
38681 Branch: perl
38682 ! AUTHORS
38683____________________________________________________________________________
38684[ 8801] By: jhi on 2001/02/13 17:55:19
38685 Log: Integrate change #8792 from mainline.
38686
38687 Subject: buncha MacPerl patches for bleadperl
38688 From: Chris Nandor <pudge@pobox.com>
38689 Date: Tue, 13 Feb 2001 00:02:43 -0500
38690 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38691 Branch: maint-5.6/perl
38692 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38693 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38694 !> t/lib/basename.t toke.c util.h
38695____________________________________________________________________________
38696[ 8800] By: jhi on 2001/02/13 17:46:43
38697 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
38698 to be forced to Off_t.
38699
38700 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
38701 From: nick@ccl4.org
38702 Date: Thu, 1 Feb 2001 12:01:04 +0000
38703 Message-Id: <20010201120103.E11401@plum.flirble.org>
38704 Branch: maint-5.6/perl
38705 ! iperlsys.h perlio.c
38706____________________________________________________________________________
38707[ 8799] By: jhi on 2001/02/13 16:52:51
38708 Log: Duplex duplex hunk hunk.
38709 Branch: maint-5.6/perl
38710 ! Makefile.SH
38711____________________________________________________________________________
38712[ 8797] By: jhi on 2001/02/13 14:52:04
38713 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
38714 From: "Craig A. Berry" <craigberry@mac.com>
38715 Date: Mon, 12 Feb 2001 11:05:25 -0600
38716 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
38717 Branch: perl
38718 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
38719____________________________________________________________________________
38720[ 8796] By: jhi on 2001/02/13 14:36:47
38721 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38722 From: simon.cozens@pembroke.oxford.ac.uk
38723 Date: Sat, 10 Feb 2001 17:57:02 +0000
38724 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
38725
38726 Now it does include.
38727 Branch: perl
38728 ! pod/perldiag.pod
38729____________________________________________________________________________
38730[ 8795] By: jhi on 2001/02/13 14:30:11
38731 Log: Sort the MANIFEST.
38732 Branch: perl
38733 ! MANIFEST
38734____________________________________________________________________________
38735[ 8794] By: jhi on 2001/02/13 14:26:51
38736 Log: Integrate change #8793 from mainline, FAQ updates.
38737 Branch: maint-5.6/perl
38738 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38739____________________________________________________________________________
38740[ 8793] By: jhi on 2001/02/13 14:25:13
38741 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
38742 Branch: perl
38743 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38744____________________________________________________________________________
38745[ 8792] By: jhi on 2001/02/13 14:22:50
38746 Log: Subject: buncha MacPerl patches for bleadperl
38747 From: Chris Nandor <pudge@pobox.com>
38748 Date: Tue, 13 Feb 2001 00:02:43 -0500
38749 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38750 Branch: perl
38751 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38752 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38753 ! t/lib/basename.t toke.c util.h
38754____________________________________________________________________________
38755[ 8791] By: jhi on 2001/02/13 14:10:39
38756 Log: Integrate change #8790 from mainline.
38757
38758 environ array wrongly assumed in Perl_init_i18nl10n(),
38759 Branch: maint-5.6/perl
38760 !> util.c
38761____________________________________________________________________________
38762[ 8790] By: jhi on 2001/02/13 14:06:15
38763 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
38764 noticed by Chris Nandor in MacOS Classic.
38765 Branch: perl
38766 ! util.c
38767____________________________________________________________________________
38768[ 8789] By: jhi on 2001/02/13 13:58:07
38769 Log: Integrate changes #8373,8487,8544,8783 from mainline.
38770
38771 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
38772 hints files, the dynaloading, assimilate ebcdic into util.c.
38773 Branch: maint-5.6/perl
38774 - ebcdic.c
38775 ! MANIFEST hints/posix-bc.sh
38776 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
38777 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
38778 !> perlapi.c proto.h util.c
38779____________________________________________________________________________
38780[ 8788] By: alanbur on 2001/02/13 10:33:13
38781 Log: Integrated changes from maint-5.6
38782 Branch: maint-5.6/pureperl
38783 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
38784 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
38785 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38786 !> vos/config.ga.h vos/configure_perl.cm
38787____________________________________________________________________________
38788[ 8787] By: jhi on 2001/02/13 05:56:36
38789 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
38790 Branch: perl
38791 !> Makefile.SH
38792____________________________________________________________________________
38793[ 8786] By: jhi on 2001/02/13 05:54:34
38794 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
38795 From: Dorner Thomas <Thomas.Dorner@start.de>
38796 Date: Mon, 12 Feb 2001 15:06:26 +0100
38797 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
38798 Branch: maint-5.6/perl
38799 ! Makefile.SH
38800____________________________________________________________________________
38801[ 8785] By: jhi on 2001/02/13 05:29:04
38802 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
38803 Branch: perl
38804 !> hints/openbsd.sh
38805____________________________________________________________________________
38806[ 8784] By: jhi on 2001/02/13 02:25:24
38807 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
38808 From: Peter Prymmer <pvhp@forte.com>
38809 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
38810 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
38811 Branch: perl
38812 ! pod/perlclib.pod
38813____________________________________________________________________________
38814[ 8783] By: jhi on 2001/02/13 02:22:36
38815 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
38816 Branch: perl
38817 - ebcdic.c
38818 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
38819 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
38820 ! util.c
38821____________________________________________________________________________
38822[ 8782] By: jhi on 2001/02/13 02:00:07
38823 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
38824 Branch: maint-5.6/perl
38825 ! pod/perlport.pod
38826____________________________________________________________________________
38827[ 8781] By: jhi on 2001/02/13 01:58:44
38828 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
38829 Branch: maint-5.6/perl
38830 ! hints/openbsd.sh
38831____________________________________________________________________________
38832[ 8780] By: jhi on 2001/02/13 01:57:33
38833 Log: Synchronize the regexp tests between maintperl and mainline.
38834 Branch: maint-5.6/perl
38835 !> t/op/re_tests
38836____________________________________________________________________________
38837[ 8779] By: jhi on 2001/02/13 01:49:35
38838 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
38839 From: Hugo <hv@crypt.compulink.co.uk>
38840 Date: Tue, 13 Feb 2001 00:11:11 +0000
38841 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38842 Branch: perl
38843 ! regcomp.c t/op/re_tests
38844____________________________________________________________________________
38845[ 8778] By: jhi on 2001/02/13 00:23:10
38846 Log: Comments do not nest.
38847 Branch: perl
38848 ! perl.h
38849____________________________________________________________________________
38850[ 8777] By: jhi on 2001/02/13 00:17:54
38851 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
38852 From: Hugo <hv@crypt.compulink.co.uk>
38853 Date: Tue, 13 Feb 2001 00:11:11 +0000
38854 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
38855 Branch: maint-5.6/perl
38856 ! regcomp.c t/op/re_tests
38857____________________________________________________________________________
38858[ 8776] By: jhi on 2001/02/12 23:25:52
38859 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
38860 Branch: maint-5.6/perl
38861 ! pod/perlport.pod
38862____________________________________________________________________________
38863[ 8775] By: jhi on 2001/02/12 23:04:28
38864 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
38865 Branch: maint-5.6/perl
38866 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
38867 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38868 ! vos/configure_perl.cm
38869____________________________________________________________________________
38870[ 8774] By: jhi on 2001/02/12 22:59:11
38871 Log: Subject: Re: [patch] context for 'U' magic functions
38872 From: Doug MacEachern <dougm@covalent.net>
38873 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
38874 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
38875
38876 plus the suggestion by Nick Ing-Simmons to name the macro
38877 as PERL_MG_UFUNC to avoid namespace pollution, plus add
38878 the advice by Doug for XS writers to perl.h
38879 Branch: perl
38880 ! mg.c perl.h
38881____________________________________________________________________________
38882[ 8773] By: jhi on 2001/02/11 20:14:12
38883 Log: Update Changes.
38884 Branch: perl
38885 ! Changes patchlevel.h
38886____________________________________________________________________________
5ca7ba5e
JH
38887[ 8772] By: jhi on 2001/02/11 18:47:52
38888 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
38889 From: Simon Cozens <simon@cozens.net>
38890 Date: Wed, 31 Jan 2001 16:31:43 +0000
38891 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
38892 Branch: perl
38893 + pod/perlclib.pod
38894 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
38895 ! pod/perltoc.pod
38896____________________________________________________________________________
38897[ 8771] By: jhi on 2001/02/11 18:36:48
38898 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
38899
38900 Blocks-4d3.beta.txt
38901 CaseFolding-3d4.beta.txt
38902 CompositionExclusions-3d6.beta.txt
38903 EastAsianWidth-4d4.beta.txt
38904 LineBreak-6d3.beta.txt
38905 NamesList-3.1.0d1.beta.txt
38906 PropList-3.1.0d4.beta.txt
38907 SpecialCasing-4d1.beta.txt
38908 UnicodeData-3.1.0d6.beta.txt
38909 Branch: perl
38910 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38911 +> lib/unicode/UCD.html lib/unicode/Unicode.html
38912 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38913 - lib/unicode/Unicode.301
38914 ! (edit 257 files)
38915____________________________________________________________________________
38916[ 8770] By: jhi on 2001/02/11 17:26:22
38917 Log: UTF-8 documentation.
38918 Branch: perl
38919 ! utf8.h
38920____________________________________________________________________________
38921[ 8769] By: jhi on 2001/02/11 17:12:49
38922 Log: Retract #8762.
38923 Branch: perl
38924 ! regexec.c
38925____________________________________________________________________________
38926[ 8768] By: jhi on 2001/02/11 16:54:45
38927 Log: Subject: [PATCH] Test::Harness
38928 From: andreas.koenig@anima.de (Andreas J. Koenig)
38929 Date: 11 Feb 2001 14:37:00 +0100
38930 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
38931 Branch: perl
38932 ! lib/Test/Harness.pm
38933____________________________________________________________________________
38934[ 8767] By: jhi on 2001/02/11 16:53:52
38935 Log: Subject: [PATCH] Document makepatch in Porting/patching
38936 From: andreas.koenig@anima.de (Andreas J. Koenig)
38937 Date: 11 Feb 2001 16:46:28 +0100
38938 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
38939 Branch: perl
38940 ! Porting/patching.pod
38941____________________________________________________________________________
38942[ 8766] By: jhi on 2001/02/11 06:30:23
38943 Log: Subject: Re: [patch] GvSHARED
38944 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
38945 From: Doug MacEachern <dougm@covalent.net>
38946 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
38947
38948 Subject: Re: [patch] GvSHARED
38949 From: Doug MacEachern <dougm@covalent.net>
38950 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
38951 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
38952
38953 Subject: [patch] attributes.pm support for `shared'
38954 From: Doug MacEachern <dougm@covalent.net>
38955 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
38956 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
38957
38958 our() attributes were ignored, our :shared pieces missing,
38959 allow attributes.pm to turn on shared.
38960 Branch: perl
38961 ! op.c t/op/attrs.t toke.c xsutils.c
38962____________________________________________________________________________
38963[ 8765] By: alanbur on 2001/02/10 23:11:19
38964 Log: Resync with parent (hopefully sucessfully this time)
38965 Branch: maint-5.6/pureperl
38966 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
38967 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
38968 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
38969 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
38970 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
38971 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
38972 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
38973____________________________________________________________________________
38974[ 8764] By: jhi on 2001/02/10 22:54:38
38975 Log: Make TEST and UTEST more verbose in case something goes
38976 wrong in running/compiling a script, suggested by Doug
38977 MacEachern.
38978 Branch: perl
38979 ! t/TEST t/UTEST
38980____________________________________________________________________________
38981[ 8763] By: jhi on 2001/02/10 22:11:34
38982 Log: Bogus shebang.
38983 Branch: perl
38984 ! t/lib/texttabs.t
38985____________________________________________________________________________
38986[ 8762] By: jhi on 2001/02/10 21:56:02
38987 Log: (Retracted by #8769)
38988 Branch: perl
38989 ! regexec.c
38990____________________________________________________________________________
38991[ 8761] By: jhi on 2001/02/10 21:26:15
38992 Log: Subject: Re: [patch] GvSHARED
38993 From: Doug MacEachern <dougm@covalent.net>
38994 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
38995 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
38996
38997 our @EXPORT : shared = (...);
38998 Branch: perl
38999 ! toke.c
39000____________________________________________________________________________
39001[ 8760] By: jhi on 2001/02/10 21:25:07
39002 Log: Subject: [patch] GvSHARED
39003 From: Doug MacEachern <dougm@covalent.net>
39004 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
39005 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
39006 Branch: perl
39007 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
39008____________________________________________________________________________
39009[ 8759] By: alanbur on 2001/02/10 21:24:27
39010 Log: Backed out mismerge.
39011 Branch: maint-5.6/pureperl
39012 ! MANIFEST README.hpux README.vmesa gv.c installhtml
39013 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
39014 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39015 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39016 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39017 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39018 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
39019____________________________________________________________________________
39020[ 8758] By: jhi on 2001/02/10 18:01:17
39021 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
39022
39023 Fixed UMRs and leak in Perl_pmtrans()
39024
39025 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39026 associated UTFied tr/// code. Also fixed scoping leak of
39027 PL_reg_start_tmp.
39028
39029 newATTRSUB leaks when an attempt to redefine the active sort sub is
39030 made.
39031 Branch: maint-5.6/perl
39032 !> op.c regcomp.c
39033____________________________________________________________________________
39034[ 8757] By: alanbur on 2001/02/10 17:56:46
39035 Log: Resynchronised with parent
39036 Branch: maint-5.6/pureperl
39037 +> README.bs2000
39038 - README.posix-bc
39039 ! gv.c perl.c sv.c
39040 !> MANIFEST README.hpux README.vmesa installhtml
39041 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39042 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39043 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39044 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39045 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39046 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39047____________________________________________________________________________
39048[ 8756] By: alanbur on 2001/02/10 17:51:15
39049 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
39050 made.
39051 Branch: maint-5.6/pureperl
39052 ! op.c
39053____________________________________________________________________________
39054[ 8755] By: jhi on 2001/02/09 22:41:35
39055 Log: Upgrade to CPAN 1.59_54, from Andreas König.
39056 Branch: perl
39057 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39058____________________________________________________________________________
39059[ 8754] By: jhi on 2001/02/09 22:29:20
39060 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39061
39062 Didn't upgrade the fill.t since it has a dependency to File::Slurp
39063 purely for debugging purposes, the actual test hasn't changed.
39064 Branch: perl
39065 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
39066 ! t/lib/textwrap.t
39067____________________________________________________________________________
39068[ 8753] By: jhi on 2001/02/09 20:17:50
39069 Log: Integrate change #8682 from maintperl.
39070
39071 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39072 to work correctly.
39073 Branch: perl
39074 !> hints/irix_6.sh
39075____________________________________________________________________________
39076[ 8752] By: jhi on 2001/02/09 20:00:46
39077 Log: Update Changes.
39078 Branch: perl
39079 ! Changes patchlevel.h
39080____________________________________________________________________________
39081[ 8751] By: nick on 2001/02/09 19:48:37
39082 Log: Integrate mainline
39083 Branch: perlio
39084 +> README.bs2000 t/lib/cgi-esc.t
39085 - README.posix-bc
39086 !> (integrate 53 files)
39087____________________________________________________________________________
a58cd388
JH
39088[ 8750] By: nick on 2001/02/09 19:25:16
39089 Log: Subject: RE: Biannual Competition to Improve Hashing Function
39090 From: Fisher Mark <fisherm@tce.com>
39091 Date: Thu, 8 Feb 2001 10:44:00 -0500
39092 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
39093 Date: Thu, 8 Feb 2001 15:02:47 -0500
39094 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
39095 Branch: perl
39096 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
39097____________________________________________________________________________
39098[ 8749] By: jhi on 2001/02/09 19:02:35
39099 Log: Forgotten fragment.
39100 Branch: perl
39101 ! pod/perlapi.pod
39102____________________________________________________________________________
39103[ 8748] By: jhi on 2001/02/09 18:31:34
39104 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
39105 plus manual tweakage.
39106
39107 Sync the perlfaq2 between mainline and maintperl.
39108 Branch: maint-5.6/perl
39109 ! pod/perlfaq2.pod
39110 Branch: perl
39111 !> pod/perlfaq2.pod
39112____________________________________________________________________________
39113[ 8747] By: jhi on 2001/02/09 18:12:04
39114 Log: Subject: versiononly and installperl
39115 From: abigail@foad.org
39116 Date: Wed, 7 Feb 2001 22:43:12 +0100
39117 Message-ID: <20010207214312.7045.qmail@foad.org>
39118
39119 Add +v flag to force a normal install of the perl binary
39120 and the utilities.
39121
39122 Subject: [PATCH] installperl
39123 From: Nicholas Clark <nick@ccl4.org>
39124 Date: Fri, 9 Feb 2001 16:28:57 +0000
39125 Message-ID: <20010209162857.B10931@plum.flirble.org>
39126
39127 Add -A flag which also hardlinks the binary with
39128 the full architecture name.
39129 Branch: perl
39130 ! installperl
39131____________________________________________________________________________
39132[ 8746] By: jhi on 2001/02/09 18:03:43
39133 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
39134
39135 Subject: perlfaq2, re: perlmongers
39136
39137 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39138
39139 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39140
39141 Subject: [ID 20010205.001] typo in perlfaq9
39142
39143 Subject: [ID 20010208.002] unordered explanation in perlcall
39144 Branch: maint-5.6/perl
39145 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39146 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
39147 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
39148____________________________________________________________________________
39149[ 8745] By: jhi on 2001/02/09 17:59:09
39150 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
39151 From: abela@geneanet.org
39152 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
39153 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
39154 Branch: perl
39155 ! pod/perlcall.pod
39156____________________________________________________________________________
39157[ 8744] By: jhi on 2001/02/09 17:48:16
39158 Log: Subject: [ID 20010205.001] typo in perlfaq9
39159 From: eserte@vran.herceg.de
39160 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
39161 Message-Id: <200102042244.XAA21926@vran.herceg.de>
39162 Branch: perl
39163 ! pod/perlfaq9.pod
39164____________________________________________________________________________
39165[ 8743] By: jhi on 2001/02/09 17:25:12
39166 Log: Integrate change #8695 from maintperl.
39167
39168 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39169 Branch: perl
39170 !> thread.h
39171____________________________________________________________________________
39172[ 8742] By: jhi on 2001/02/09 17:21:22
39173 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39174 From: Andy Dougherty <doughera@lafayette.edu>
39175 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
39176 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
39177 Branch: perl
39178 ! embed.pl
39179____________________________________________________________________________
39180[ 8741] By: jhi on 2001/02/09 17:05:19
39181 Log: Integrate changes #8738,8739,8740 from maintperl.
39182
39183 Html files will be installed in a more logical and easier to
39184 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39185
39186 Html files will be generated with a header to make them look
39187 a little less bare.
39188
39189 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39190 Branch: perl
39191 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
39192____________________________________________________________________________
39193[ 8740] By: jhi on 2001/02/09 17:03:46
39194 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39195 From: "Brendan O'Dea" <bod@compusol.com.au>
39196 Date: Sun, 4 Feb 2001 11:17:56 +1100
39197 Message-ID: <20010204111756.A16301@compusol.com.au>
39198 Branch: maint-5.6/perl
39199 ! pod/perlfaq3.pod
39200____________________________________________________________________________
39201[ 8739] By: jhi on 2001/02/09 17:01:59
39202 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
39203 From: "Indy Singh" <indy@nusphere.com>
39204 Date: Fri, 2 Feb 2001 15:09:59 -0500
39205 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
39206
39207 Html files will be generated with a header to make them look
39208 a little less bare.
39209 Branch: maint-5.6/perl
39210 ! installhtml
39211____________________________________________________________________________
39212[ 8738] By: jhi on 2001/02/09 16:58:48
39213 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
39214 From: "Indy Singh" <indy@nusphere.com>
39215 Date: Fri, 2 Feb 2001 15:08:23 -0500
39216 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
39217
39218 Html files will be installed in a more logical and easier to
39219 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39220 Branch: maint-5.6/perl
39221 ! win32/Makefile win32/makefile.mk
39222____________________________________________________________________________
39223[ 8737] By: jhi on 2001/02/09 16:46:54
39224 Log: Integrate changes #8687,8736 from maintperl.
39225
39226 HP-UX thread patches from Merijn H. Brand.
39227
39228 Latin nit from Philip Newton.
39229 Branch: perl
39230 !> README.hpux hints/hpux.sh
39231____________________________________________________________________________
39232[ 8736] By: jhi on 2001/02/09 16:42:31
39233 Log: Latin nit from Philip Newton.
39234 Branch: maint-5.6/perl
39235 ! README.hpux
39236____________________________________________________________________________
39237[ 8735] By: jhi on 2001/02/09 16:24:03
39238 Log: Integrate changes #8704,8710 from pureperl.
39239
39240 Fixed UMRs and leak in Perl_pmtrans()
39241
39242 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39243 associated UTFied tr/// code. Also fixed scoping leak of
39244 PL_reg_start_tmp.
39245 Branch: perl
39246 !> op.c regcomp.c
39247____________________________________________________________________________
39248[ 8734] By: jhi on 2001/02/09 15:40:21
39249 Log: Integrate change #8733 from maintperl.
39250
39251 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39252 Branch: perl
39253 !> pod/perlre.pod
39254____________________________________________________________________________
39255[ 8733] By: jhi on 2001/02/09 15:35:47
39256 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39257 From: Prymmer/Kahn <pvhp@best.com>
39258 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
39259 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
39260 Branch: maint-5.6/perl
39261 ! pod/perlre.pod
39262____________________________________________________________________________
39263[ 8732] By: jhi on 2001/02/09 15:26:17
39264 Log: Rename README.posix-bc to README.bs2000 (to avoid the
39265 confusion of a "perlposix-bc.pod"), add a few missing
39266 arch pods, regen toc.
39267 Branch: maint-5.6/perl
39268 +> README.bs2000
39269 - README.posix-bc
39270 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39271 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39272____________________________________________________________________________
39273[ 8731] By: jhi on 2001/02/09 15:23:39
39274 Log: De-cut-and-pasto.
39275 Branch: perl
39276 ! pod/perl.pod
39277____________________________________________________________________________
39278[ 8730] By: jhi on 2001/02/09 15:11:13
39279 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
39280 when people think that perlposix-bc.pod tells anything about
39281 Perl and POSIX. Regen toc.
39282 Branch: perl
39283 +> README.bs2000
39284 - README.posix-bc
39285 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39286 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39287____________________________________________________________________________
39288[ 8729] By: jhi on 2001/02/09 14:52:28
39289 Log: The README.vmesa part of #8712 from maintperl.
39290 Branch: perl
39291 ! README.vmesa
39292____________________________________________________________________________
39293[ 8728] By: jhi on 2001/02/09 14:46:06
39294 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
39295 From: Peter Prymmer <pvhp@forte.com>
39296 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
39297 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
39298 Branch: maint-5.6/perl
39299 ! README.vmesa win32/Makefile win32/makefile.mk
39300____________________________________________________________________________
39301[ 8727] By: jhi on 2001/02/09 14:33:25
39302 Log: Integrate change #8712 from mainline.
39303
39304 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
39305 Branch: maint-5.6/perl
39306 !> lib/Pod/Find.pm
39307____________________________________________________________________________
39308[ 8726] By: jhi on 2001/02/09 14:30:28
39309 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39310 From: Peter Prymmer <pvhp@forte.com>
39311 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
39312 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
39313 Branch: perl
39314 + t/lib/cgi-esc.t
39315 ! MANIFEST lib/CGI/Util.pm
39316____________________________________________________________________________
39317[ 8725] By: jhi on 2001/02/09 04:56:47
39318 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
39319 Branch: maint-5.6/perl
39320 ! pod/perlport.pod
39321____________________________________________________________________________
39322[ 8724] By: jhi on 2001/02/09 04:40:59
39323 Log: Integrate changes 7819,7820 from vmsperl into mainline.
39324
39325 Add header for LIB$ prototypes (C. Berry)
39326
39327 Convert fwrite()s to sockets to write()s, since some socket stacks
39328 don't take kindly to stdio.
39329 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39330 (for often optional LNMs)
39331 Correct a few typos
39332 (C. Bailey)
39333 Branch: perl
39334 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
39335____________________________________________________________________________
39336[ 8723] By: jhi on 2001/02/09 03:29:29
39337 Log: Integrate change #8722 from mainline.
39338
39339 The Im() function wasn't returning zero for non-Math::Complex
39340 arguments. The bug reported by John Gamble.
39341 Branch: maint-5.6/perl
39342 !> lib/Math/Complex.pm
39343____________________________________________________________________________
39344[ 8722] By: jhi on 2001/02/09 03:28:33
39345 Log: The Im() function wasn't returning zero for non-Math::Complex
39346 arguments. The bug reported by John Gamble.
39347 Branch: perl
39348 ! lib/Math/Complex.pm
39349____________________________________________________________________________
39350[ 8721] By: nick on 2001/02/08 22:11:35
39351 Log: Correct the correction :-(
39352 Branch: perl
39353 ! perl.c
39354____________________________________________________________________________
39355[ 8720] By: bailey on 2001/02/08 20:59:22
39356 Log: Convert frwite()s to sockets to write()s, since some socket stacks
39357 don't take kindly to stdio.
39358 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39359 (for often optional LNMs)
39360 Correct a few typos
39361 (C. Bailey)
39362 Branch: vmsperl
39363 ! vms/vms.c vms/vmsish.h
39364____________________________________________________________________________
39365[ 8719] By: bailey on 2001/02/08 20:51:02
39366 Log: Add header for LIB$ prototypes (C. Berry)
39367 Branch: vmsperl
39368 ! ext/Devel/DProf/DProf.xs
39369____________________________________________________________________________
39370[ 8718] By: bailey on 2001/02/08 20:49:00
39371 Log: SYN SYN
39372 Branch: vmsperl
39373 +> pod/perliol.pod t/lib/sample-tests/bailout
39374 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
39375 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
39376 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
39377 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
39378 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
39379 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
39380 - lib/unicode/Is/DCinital.pl
39381 !> (integrate 101 files)
39382____________________________________________________________________________
39383[ 8717] By: nick on 2001/02/08 19:38:48
39384 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
39385 From: Robin Barker <rmb1@cise.npl.co.uk>
39386 Date: Thu, 8 Feb 2001 14:38:07 GMT
39387 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
39388 Branch: perl
39389 ! lib/CPAN.pm
39390____________________________________________________________________________
39391[ 8716] By: nick on 2001/02/08 19:29:07
39392 Log: Generated files form 8713 etc.
39393 Branch: perl
39394 ! embed.h global.sym objXSUB.h perlapi.c proto.h
39395____________________________________________________________________________
39396[ 8715] By: nick on 2001/02/08 19:26:08
39397 Log: Fixup non-ithread build after 8713
39398 Branch: perl
39399 ! perl.c
39400____________________________________________________________________________
39401[ 8714] By: nick on 2001/02/08 19:17:45
39402 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
39403 From: nick@ccl4.org
39404 Date: Wed, 7 Feb 2001 00:27:47 +0000
39405 Message-Id: <20010207002747.B63724@plum.flirble.org>
39406 Branch: perl
39407 ! sv.c toke.c
39408____________________________________________________________________________
39409[ 8713] By: nick on 2001/02/08 19:15:58
39410 Log: Subject: Re: [patch] Re: PL_ptr_table
39411 From: Doug Maceachern <dougm@covalent.net>
39412 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
39413 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
39414 Branch: perl
39415 ! embed.pl perl.c sv.c sv.h
39416____________________________________________________________________________
39417[ 8712] By: nick on 2001/02/08 19:12:47
39418 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
39419 From: Peter Prymmer <pvhp@forte.com>
39420 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
39421 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
39422 Branch: perl
39423 ! lib/Pod/Find.pm
39424____________________________________________________________________________
39425[ 8711] By: nick on 2001/02/07 21:06:11
137e7465 39426 Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
a58cd388
JH
39427 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
39428 From: Alan Burlison <Alan.Burlison@uk.sun.com>
39429 Date: Tue, 06 Feb 2001 23:37:01 +0000
39430 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
39431 Branch: perl
39432 ! regcomp.c
39433____________________________________________________________________________
39434[ 8710] By: alanbur on 2001/02/07 00:22:04
39435 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39436 associated UTFied tr/// code. Also fixed scoping leak of
39437 PL_reg_start_tmp.
39438 Branch: maint-5.6/pureperl
39439 ! op.c regcomp.c
39440____________________________________________________________________________
39441[ 8709] By: nick on 2001/02/06 21:16:49
39442 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39443 From: Michael G Schwern <schwern@pobox.com>
39444 Date: Sun, 4 Feb 2001 19:47:14 -0500
39445 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
39446 Branch: perl
39447 ! pod/perlapi.pod pod/perlmodlib.PL
39448____________________________________________________________________________
39449[ 8708] By: nick on 2001/02/06 20:41:20
39450 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39451 From: Michael G Schwern <schwern@pobox.com>
39452 Date: Sun, 4 Feb 2001 21:17:49 -0500
39453 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
39454 Branch: perl
39455 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
39456 ! pod/perltootc.pod
39457____________________________________________________________________________
39458[ 8707] By: nick on 2001/02/06 20:29:11
39459 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
39460 From: Michael G Schwern <schwern@pobox.com>
39461 Date: Tue, 6 Feb 2001 05:54:30 -0500
39462 Message-Id: <20010206055430.A951@blackrider.aocn.com>
39463 Branch: perl
39464 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
39465____________________________________________________________________________
39466[ 8706] By: nick on 2001/02/06 20:21:40
39467 Log: Subject: RE: some win32 fixes
39468 Date: Tue, 6 Feb 2001 09:23:20 +0300
39469 From: Vadim Konovalov <vkonovalov@lucent.com>
39470 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
39471 Branch: perl
39472 ! toke.c win32/Makefile win32/config.bc win32/config.gc
39473 ! win32/config.vc win32/config_H.bc win32/makefile.mk
39474____________________________________________________________________________
39475[ 8705] By: alanbur on 2001/02/06 15:00:03
39476 Log: Synchronised with parent
39477 Branch: maint-5.6/pureperl
39478 ! regexec.c
39479 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39480 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
39481____________________________________________________________________________
39482[ 8704] By: alanbur on 2001/02/06 14:55:24
39483 Log: Fixed UMRs and leak in Perl_pmtrans()
39484 Branch: maint-5.6/pureperl
39485 ! op.c
39486____________________________________________________________________________
39487[ 8703] By: gsar on 2001/02/06 02:29:37
39488 Log: $(MAKE) distclean doesn't clean up properly on windows
39489 Branch: maint-5.6/perl
39490 ! win32/Makefile win32/makefile.mk
39491____________________________________________________________________________
39492[ 8702] By: gsar on 2001/02/06 01:00:46
39493 Log: tweak change#8659 to keep it simple
39494 Branch: maint-5.6/perl
39495 ! utils/perldoc.PL
39496____________________________________________________________________________
39497[ 8701] By: gsar on 2001/02/05 22:45:41
39498 Log: change#8693 was missing testsuite changes
39499 Branch: maint-5.6/perl
39500 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39501____________________________________________________________________________
39502[ 8700] By: nick on 2001/02/05 20:32:52
39503 Log: Integrate mainline
39504 Branch: perlio
39505 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
39506 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39507 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39508 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39509 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39510 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39511 +> t/lib/test-harness.t
39512 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
39513 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
39514 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
39515 !> pod/perlutil.pod t/TEST utils/h2xs.PL
39516____________________________________________________________________________
39517[ 8699] By: nick on 2001/02/05 19:41:07
39518 Log: Subject: perlfaq2, re: perlmongers
39519 From: David H. Adler <dha@panix.com>
39520 Date: Sun, 4 Feb 2001 23:48:23 -0500
39521 Message-Id: <20010204234823.A13429@panix.com>
39522 Branch: perl
39523 ! pod/perlfaq2.pod
39524____________________________________________________________________________
39525[ 8698] By: nick on 2001/02/05 19:39:31
39526 Log: Missed file f#rom the testharness mess.
39527 Branch: perl
39528 + t/lib/test-harness.t
39529____________________________________________________________________________
39530[ 8697] By: nick on 2001/02/05 19:37:21
39531 Log: Subject: [DOC PATCH] overload.pm nits
39532 From: John Tobey <jtobey@john-edwin-tobey.org>
39533 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
39534 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
39535 Branch: perl
39536 ! lib/overload.pm
39537____________________________________________________________________________
39538[ 8696] By: alanbur on 2001/02/05 11:56:00
39539 Log: Sync with parent
39540 Branch: maint-5.6/pureperl
39541 !> thread.h
39542____________________________________________________________________________
39543[ 8695] By: gsar on 2001/02/05 03:27:34
39544 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39545 Branch: maint-5.6/perl
39546 ! thread.h
39547____________________________________________________________________________
39548[ 8694] By: alanbur on 2001/02/05 00:07:47
39549 Log: Initial branch creation from //depot/maint-5.6/perl
39550 Branch: maint-5.6/pureperl
39551 +> (branch 1719 files)
39552____________________________________________________________________________
39553[ 8693] By: gsar on 2001/02/04 22:38:49
39554 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
39555 changes)
39556 Branch: maint-5.6/perl
39557 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39558 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39559 !> ext/DB_File/version.c
39560____________________________________________________________________________
39561[ 8692] By: nick on 2001/02/04 18:15:57
39562 Log: The missed t/TEST part of the grand testharness upgrade.
39563 Branch: perl
39564 ! t/TEST
39565____________________________________________________________________________
39566[ 8691] By: nick on 2001/02/04 18:05:17
39567 Log: New improved test harness
39568 Subject: Re: [PATCH Test::Harness] Third time's a charm?
39569 From: Michael G Schwern <schwern@pobox.com>
39570 Date: Sun, 4 Feb 2001 08:01:20 -0500
39571 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
39572 Branch: perl
39573 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
39574 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39575 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39576 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39577 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39578 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39579 ! MANIFEST lib/Test/Harness.pm
39580____________________________________________________________________________
39581[ 8690] By: nick on 2001/02/04 17:57:51
39582 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
39583 From: Jonathan Stowe <gellyfish@gellyfish.com>
39584 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
39585 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
39586 Branch: perl
39587 ! utils/h2xs.PL
39588____________________________________________________________________________
39589[ 8689] By: nick on 2001/02/04 17:55:24
39590 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39591 From: Michael G Schwern <schwern@pobox.com>
39592 Date: Sat, 3 Feb 2001 22:46:38 -0500
39593 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
39594 Branch: perl
39595 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
39596 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
39597____________________________________________________________________________
39598[ 8688] By: nick on 2001/02/04 17:43:55
39599 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
39600 length byfailing to spot lack of closing )
39601 From: nick@talking.bollo.cx
39602 Date: Sat, 03 Feb 2001 23:53:16 +0000
39603 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
39604 Branch: perl
39605 ! perlio.c pod/perldiag.pod
39606____________________________________________________________________________
39607[ 8687] By: jhi on 2001/02/03 17:11:42
39608 Log: HP-UX thread patches from Merijn H. Brand.
39609 Branch: maint-5.6/perl
39610 ! README.hpux hints/hpux.sh
39611____________________________________________________________________________
39612[ 8686] By: jhi on 2001/02/03 16:40:12
39613 Log: Metaconfig changes for #8685.
39614 Branch: metaconfig
39615 ! U/installdirs/instubperl.U
39616 Branch: metaconfig/U/perl
39617 ! Devel.U versiononly.U
39618____________________________________________________________________________
39619[ 8685] By: jhi on 2001/02/03 16:39:49
39620 Log: For -Dusedevel builds turn off installusrbinperl and turn on
39621 versiononly, a combined idea of Richard Soderberg and Merijn
39622 H. Brand. You can still override both of these from the command
39623 line if you need to, -Dinstallusrbinperl and -Uversiononly.
39624 Branch: perl
39625 ! Configure
39626____________________________________________________________________________
39627[ 8684] By: jhi on 2001/02/03 16:16:34
39628 Log: Metaconfig unit fix for #8683.
39629 Branch: metaconfig
39630 ! U/compline/nblock_io.U
39631____________________________________________________________________________
39632[ 8683] By: jhi on 2001/02/03 16:16:12
39633 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
39634 reported by Peter Prymmer for 5.6-TRIAL1.
39635 Branch: perl
39636 ! Configure
39637____________________________________________________________________________
39638[ 8682] By: jhi on 2001/02/03 05:52:11
39639 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39640 to work correctly.
39641 Branch: maint-5.6/perl
39642 ! hints/irix_6.sh
39643____________________________________________________________________________
39644[ 8681] By: jhi on 2001/02/03 05:47:33
39645 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
39646 Branch: maint-5.6/perl
39647 ! pod/perlport.pod
39648____________________________________________________________________________
39649[ 8680] By: jhi on 2001/02/02 21:39:49
39650 Log: perlport update from Peter Prymmer.
39651 Branch: maint-5.6/perl
39652 ! pod/perlport.pod
39653____________________________________________________________________________
39654[ 8679] By: nick on 2001/02/02 20:50:48
39655 Log: Integrate mainline
39656 Branch: perlio
39657 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39658 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
39659 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39660____________________________________________________________________________
39661[ 8678] By: gsar on 2001/02/02 16:02:12
39662 Log: note about bincompat, slightly modified (from Lupe Christoph)
39663 Branch: maint-5.6/perl
39664 ! README.solaris
39665____________________________________________________________________________
39666[ 8677] By: jhi on 2001/02/02 15:46:20
39667 Log: Supported platforms updates.
39668 Branch: maint-5.6/perl
39669 ! pod/perlport.pod
39670____________________________________________________________________________
39671[ 8676] By: jhi on 2001/02/02 03:41:26
39672 Log: A couple more perlfaq2 tweaks.
39673 Branch: maint-5.6/perl
39674 ! pod/perlfaq2.pod
39675____________________________________________________________________________
39676[ 8675] By: jhi on 2001/02/02 03:17:44
39677 Log: Misedit in #8661.
39678 Branch: maint-5.6/perl
39679 ! Configure
39680____________________________________________________________________________
39681[ 8674] By: jhi on 2001/02/02 03:14:38
39682 Log: Damien again.
39683 Branch: maint-5.6/perl
39684 ! pod/perlfaq2.pod
39685____________________________________________________________________________
39686[ 8673] By: jhi on 2001/02/02 03:12:40
39687 Log: perlfaq update from Elaine Ashton.
39688 Branch: maint-5.6/perl
39689 ! pod/perlfaq2.pod
39690____________________________________________________________________________
39691[ 8672] By: jhi on 2001/02/02 03:07:08
39692 Log: UTF-8 s/// patch from Inaba Hiroto.
39693 Branch: maint-5.6/perl
39694 ! pp_ctl.c pp_hot.c
39695____________________________________________________________________________
39696[ 8671] By: jhi on 2001/02/01 22:34:31
39697 Log: Update Changes.
39698 Branch: perl
39699 ! Changes patchlevel.h
39700____________________________________________________________________________
4617e9a3
JH
39701[ 8670] By: jhi on 2001/02/01 22:15:29
39702 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
39703 from maintperl.
39704
39705 Upgrade to Getopt::Long 2.25, from Johan Vromans.
39706
39707 more files need to be writable in the source distribution
39708
39709 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39710
39711 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39712
39713 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39714
39715 Allow the float to be fuzzier.
39716
39717 need to use INT2PTR instead of a straight cast or ia64 fails
39718
39719 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
39720
39721 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39722 Branch: perl
39723 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39724 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
39725 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39726____________________________________________________________________________
39727[ 8669] By: jhi on 2001/02/01 21:57:02
39728 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39729 From: Robin Barker <rmb1@cise.npl.co.uk>
39730 Date: Thu, 1 Feb 2001 16:59:05 GMT
39731 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
39732 Branch: maint-5.6/perl
39733 ! pod/perlmodlib.PL
39734____________________________________________________________________________
39735[ 8668] By: nick on 2001/02/01 19:41:40
39736 Log: Integrate mainline
39737 Branch: perlio
39738 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
39739 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
39740 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
39741____________________________________________________________________________
39742[ 8667] By: gsar on 2001/02/01 16:59:11
39743 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39744 Branch: maint-5.6/perl
39745 ! embed.pl embedvar.h
39746____________________________________________________________________________
39747[ 8666] By: gsar on 2001/02/01 16:34:51
39748 Log: add missing entries to win32/config.?c
39749 Branch: maint-5.6/perl
39750 ! win32/config.bc win32/config.gc win32/config.vc
39751 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39752____________________________________________________________________________
39753[ 8665] By: jhi on 2001/02/01 14:58:51
39754 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
39755 From: "Stephen P. Potter" <spp@spotter.yi.org>
39756 Date: Thu, 01 Feb 2001 10:45:46 -0500
39757 Message-Id: <200102011545.KAA31479@spotter.yi.org>
39758 Branch: maint-5.6/perl
39759 ! pod/perlfunc.pod
39760____________________________________________________________________________
39761[ 8664] By: gsar on 2001/02/01 14:52:37
39762 Log: need to use INT2PTR instead of a straight cast or ia64 fails
39763 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
39764 Branch: maint-5.6/perl
39765 ! ext/POSIX/POSIX.xs
39766____________________________________________________________________________
39767[ 8663] By: jhi on 2001/02/01 14:09:13
39768 Log: Allow the float to be fuzzier.
39769 Branch: maint-5.6/perl
39770 ! t/lib/peek.t
39771____________________________________________________________________________
39772[ 8662] By: jhi on 2001/02/01 13:59:00
39773 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39774 From: Robin Barker <rmb1@cise.npl.co.uk>
39775 Date: Thu, 1 Feb 2001 13:05:39 GMT
39776 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
39777 Branch: maint-5.6/perl
39778 ! pod/perlmodlib.pod
39779____________________________________________________________________________
39780[ 8661] By: jhi on 2001/02/01 13:57:38
39781 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
39782 Date: Thu, 01 Feb 2001 14:15:41 +0100
39783 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39784 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
39785
39786 Have the $ccflags in the gcc version test (strange, this change
39787 is claimed to be have been integrated already)
39788 Branch: maint-5.6/perl
39789 ! Configure
39790____________________________________________________________________________
39791[ 8660] By: jhi on 2001/02/01 13:44:10
39792 Log: Integrate changes #7950,7964,7962 from mainline.
39793
39794 Find the stdchar signedness using cpp, should fix some of
39795 the Solaris compiler warnings reported by Alan Burlison.
39796 Branch: maint-5.6/perl
39797 !> Configure config_h.SH
39798____________________________________________________________________________
39799[ 8659] By: jhi on 2001/02/01 05:35:32
39800 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
39801 From: Jan Dubois <JanD@ActiveState.com>
39802 Date: Wed, 31 Jan 2001 21:17:03 -0800
39803 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
39804 Branch: maint-5.6/perl
39805 ! utils/perldoc.PL
39806____________________________________________________________________________
39807[ 8658] By: jhi on 2001/02/01 04:33:17
39808 Log: Integrate the README.os390 and README.posix-bc parts of mainline
39809 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
39810 installperl parts were taken care of by #8657.)
39811 Branch: maint-5.6/perl
39812 !> README.os390 README.posix-bc
39813____________________________________________________________________________
39814[ 8657] By: jhi on 2001/02/01 04:29:21
39815 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
39816 From: Peter Prymmer <pvhp@forte.com>
39817 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
39818 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
39819 Branch: maint-5.6/perl
39820 + ext/DynaLoader/dl_dllload.xs
39821 ! MANIFEST Makefile.SH hints/os390.sh installperl
39822____________________________________________________________________________
39823[ 8656] By: jhi on 2001/02/01 04:25:45
39824 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
39825 From: Peter Prymmer <pvhp@forte.com>
39826 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
39827 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
39828 Branch: maint-5.6/perl
39829 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
39830____________________________________________________________________________
39831[ 8655] By: jhi on 2001/02/01 04:14:47
39832 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
39833 From: troc@netrus.net
39834 Date: Wed, 31 Jan 2001 22:31:26 -0500
39835 Message-Id: <200102010331.WAA117.85@rocco.homenet>
39836 Branch: maint-5.6/perl
39837 ! os2/os2.c
39838____________________________________________________________________________
39839[ 8654] By: jhi on 2001/02/01 04:12:52
39840 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39841 as reported by Alan Burlison.
39842 Branch: maint-5.6/perl
39843 ! pp.h
39844____________________________________________________________________________
39845[ 8653] By: jhi on 2001/02/01 04:05:12
39846 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
39847 From: dsugalski@northernlight.com
39848 Date: Wed, 31 Jan 2001 18:54:11 -0500
39849 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
39850 Branch: maint-5.6/perl
39851 ! configure.com
39852____________________________________________________________________________
39853[ 8652] By: jhi on 2001/02/01 04:03:11
39854 Log: Misplaced #endif.
39855
39856 Subject: [perl-5-6-1-trial2] patches for EPOC
39857 From: Olaf Flebbe <O.Flebbe@science-computing.de>
39858 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39859 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39860 Branch: maint-5.6/perl
39861 ! epoc/epocish.c
39862____________________________________________________________________________
39863[ 8651] By: jhi on 2001/02/01 04:00:25
39864 Log: Integrate changes #8647,8648,8650 from mainline.
39865
39866 Macrofy a magic UTF-8 test.
39867
39868 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
39869
39870 Watch out for cross compiling for EPOC (usually done on linux).
39871 Branch: maint-5.6/perl
39872 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
39873____________________________________________________________________________
39874[ 8650] By: jhi on 2001/02/01 03:56:20
39875 Log: Watch out for cross compiling for EPOC (usually done on linux)
39876
39877 Subject: [perl-5-6-1-trial2] patches for EPOC
39878 From: Olaf Flebbe <O.Flebbe@science-computing.de>
39879 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39880 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39881 Branch: perl
39882 ! ext/Errno/Errno_pm.PL
39883____________________________________________________________________________
39884[ 8649] By: gsar on 2001/02/01 00:46:00
39885 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39886 Branch: maint-5.6/perl
39887 ! sv.c
39888____________________________________________________________________________
39889[ 8648] By: jhi on 2001/01/31 23:35:36
39890 Log: All the uses of PL_numeric_radix must be protected by
39891 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
39892
39893 Subject: [perl-5-6-1-trial2] patches for EPOC
39894 From: Olaf Flebbe <O.Flebbe@science-computing.de>
39895 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
39896 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
39897 Branch: perl
39898 ! sv.c
39899____________________________________________________________________________
39900[ 8647] By: jhi on 2001/01/31 22:56:16
39901 Log: Macrofy a magic UTF-8 test.
39902 Branch: perl
39903 ! utf8.c utf8.h
39904____________________________________________________________________________
39905[ 8646] By: gsar on 2001/01/31 15:55:12
39906 Log: update Changes
39907 Branch: maint-5.6/perl
39908 ! Changes
39909____________________________________________________________________________
39910[ 8645] By: gsar on 2001/01/31 15:10:14
39911 Log: Configure tweak suggested by Peter Prymmer
39912 Branch: maint-5.6/perl
39913 ! Configure
39914____________________________________________________________________________
39915[ 8644] By: gsar on 2001/01/31 15:06:32
39916 Log: more files need to be writable in the source distribution
39917 Branch: maint-5.6/perl
39918 ! Porting/makerel
39919____________________________________________________________________________
39920[ 8643] By: jhi on 2001/01/31 14:59:46
39921 Log: Integrate changes #8258,8278,8279 from mainline.
39922
39923 Make the large file tests more robust/talkative.
39924 Branch: maint-5.6/perl
39925 !> t/lib/syslfs.t t/op/lfs.t
39926____________________________________________________________________________
39927[ 8642] By: gsar on 2001/01/31 14:53:48
39928 Log: integrate changes#8311,8334 from mainline
39929
39930 Add a new MakeMaker variable PM_FILTER that defines a Unix
39931 filter to be run on each .pm during the pm_to_blib() phase,
39932 a fixed version of
39933 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
39934
39935 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
39936 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
39937 accurate reading of the "atime".
39938 Branch: maint-5.6/perl
39939 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
39940 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
39941 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
39942____________________________________________________________________________
39943[ 8641] By: jhi on 2001/01/31 14:46:37
39944 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
39945 Branch: maint-5.6/perl
39946 ! lib/Getopt/Long.pm
39947____________________________________________________________________________
39948[ 8640] By: gsar on 2001/01/31 14:40:24
39949 Log: make regen_all
39950 Branch: maint-5.6/perl
39951 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
39952____________________________________________________________________________
39953[ 8639] By: gsar on 2001/01/31 14:37:25
39954 Log: refresh windows config files
39955 Branch: maint-5.6/perl
39956 ! win32/Makefile win32/config_H.bc win32/config_H.gc
39957 ! win32/config_H.vc win32/makefile.mk
39958____________________________________________________________________________
39959[ 8638] By: gsar on 2001/01/31 14:28:10
39960 Log: makefile tweaks for windows: introduce a bulk-switch to enable
39961 same options as ActivePerl; sync changes with makefile.mk
39962 Branch: maint-5.6/perl
39963 ! win32/Makefile win32/makefile.mk
39964____________________________________________________________________________
39965[ 8637] By: jhi on 2001/01/31 04:41:30
39966 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
39967 From: Nicholas Clark <nick@ccl4.org>
39968 Date: Tue, 30 Jan 2001 19:51:05 +0000
39969 Message-ID: <20010130195105.R76607@plum.flirble.org>
39970
39971 op/inc cure.
39972 Branch: perl
39973 ! pp.c pp.h pp_hot.c t/op/arith.t
39974____________________________________________________________________________
39975[ 8636] By: jhi on 2001/01/31 02:38:32
39976 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
39977 no perlio],8257,8380,8479,8515 from mainline.
39978
39979 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
39980
39981 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
39982 Subject: [PATCH perl@8133] fix-up for VMS extensions
39983
39984 In VMS embedded perls couldn't access the statically built Socket.
39985
39986 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
39987
39988 Further VMS piping fixes from Charles Lane.
39989
39990 Subject: [PATCH] make t/op/misc.t work on VMS
39991
39992 Add tracing for debugging extensions builds in VMS.
39993
39994 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39995 Branch: maint-5.6/perl
39996 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
39997 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39998 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
39999____________________________________________________________________________
40000[ 8635] By: jhi on 2001/01/31 01:46:41
40001 Log: Integrate change #7732 from mainline.
40002
40003 Sparc 64-bit pack() fix from Jens Hamisch.
40004 Branch: maint-5.6/perl
40005 !> pp.c
40006____________________________________________________________________________
40007[ 8634] By: jhi on 2001/01/31 01:41:16
40008 Log: One spot missing from #8626.
40009 Branch: maint-5.6/perl
40010 ! sv.c
40011____________________________________________________________________________
40012[ 8633] By: jhi on 2001/01/31 00:49:17
40013 Log: Integrate change #7495 from mainline.
40014
40015 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40016 Branch: maint-5.6/perl
40017 !> MANIFEST ext/re/Makefile.PL
40018____________________________________________________________________________
40019[ 8632] By: jhi on 2001/01/30 23:38:49
40020 Log: Integrate change #8396 from mainline.
40021
40022 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
40023 better multicast support (resend)
40024 Branch: maint-5.6/perl
40025 !> ext/Socket/Socket.pm
40026____________________________________________________________________________
40027[ 8631] By: jhi on 2001/01/30 23:28:03
40028 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
40029
40030 More AIX lore. (7514, ext/re/hints/aix.pl)
40031
40032 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
40033
40034 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)
40035
40036 Subject: [ID 20001214.002] Net::Ping patch
40037
40038 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
40039
40040 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40041
40042 Add ReuseAddr as a (preferred) alias for Reuse as we now
40043 also have ReusePort.
40044
40045 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40046 Branch: maint-5.6/perl
40047 +> ext/re/hints/aix.pl
40048 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40049 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
40050____________________________________________________________________________
40051[ 8630] By: jhi on 2001/01/30 23:03:59
40052 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
40053
40054 read() documentation tweak for 20001121.004.
40055
40056 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
40057 Branch: maint-5.6/perl
40058 !> pod/perlfunc.pod pod/perlre.pod
40059____________________________________________________________________________
40060[ 8629] By: jhi on 2001/01/30 22:41:57
40061 Log: Integrate change #8098 from mainline.
40062
40063 fastgetcwd is defined using a glob alias on a $^O dependent basis
40064 and there was no default assignment or perl subroutine.
40065 Branch: maint-5.6/perl
40066 !> lib/Cwd.pm
40067____________________________________________________________________________
40068[ 8628] By: jhi on 2001/01/30 21:58:52
40069 Log: Integrate change #7866 from mainline.
40070
40071 File::Temp 0.11.
40072 Branch: maint-5.6/perl
40073 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
40074____________________________________________________________________________
40075[ 8627] By: jhi on 2001/01/30 21:39:44
40076 Log: Integrate changes #8075,8086,8228 from mainline.
40077
40078 Darwin is not Windows. (8075,8086)
40079
40080 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
40081 Branch: maint-5.6/perl
40082 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
40083 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40084 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
40085 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
40086____________________________________________________________________________
40087[ 8626] By: jhi on 2001/01/30 21:22:11
40088 Log: Integrate with tweakery the change #8625 from mainline,
40089 the multibyte decimal separator fix ("fa_IR locale failure").
40090 Branch: maint-5.6/perl
40091 ! embedvar.h perlapi.h
40092 !> intrpvar.h perl.c perl.h sv.c util.c
40093____________________________________________________________________________
40094[ 8625] By: jhi on 2001/01/30 20:26:33
40095 Log: Fix for the fa_IR locale failure. The reason for the failure
40096 was that Perl was assuming the decimal separator aka the radix
40097 separator is one character. The Farsi-Iranian locale crushed
40098 that bad assumption since there the separator is 'Momayyez',
40099 glyphwise looking somewhat like a slash, and in Unicode UTF-8
40100 encoded in two bytes, 0xd9 0xab.
40101 Branch: perl
40102 ! intrpvar.h perl.c perl.h sv.c util.c
40103____________________________________________________________________________
40104[ 8624] By: gsar on 2001/01/30 20:17:03
40105 Log: regen_headers
40106 Branch: maint-5.6/perl
40107 ! Makefile.SH pod/perlintern.pod
40108____________________________________________________________________________
40109[ 8623] By: gsar on 2001/01/30 19:42:34
40110 Log: backout change#7431 and its dependents (causes spurious rebuilds
40111 of autogenerated files)
40112
40113 fix benign b.t failure
40114 Branch: maint-5.6/perl
40115 ! Makefile.SH t/lib/b.t
40116____________________________________________________________________________
40117[ 8622] By: jhi on 2001/01/30 19:41:41
40118 Log: Microperl sync.
40119 Branch: perl
40120 ! mg.c perl.h
40121____________________________________________________________________________
40122[ 8621] By: gsar on 2001/01/30 19:24:47
40123 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
40124 from mainline
40125
40126 Subject: podlators 1.06 released
40127
40128 Subject: [PATCH @8436] Eliminate op_children
40129
40130 (Replaced by #8448) Traces of op_children (cleanup of #8442)
40131
40132 (Replaced by #8448) More op_children traces (cleanup of #8442).
40133
40134 Subject: [PATCH #3 @8436] Re: Eliminate op_children
40135 Replace #8444 and #8445.
40136
40137 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40138 at the setting of the ofs_sv in new_struct_thread() as the
40139 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40140 uninitialized fields are, uh, initialized with),
40141 SvREFCNT_inc()ing that invited a core dump.
40142
40143 podlators 1.07, from Russ Allbery.
40144
40145 Subject: [PATCH] regcomp.c old feature removal
40146 From: mjd@plover.com
40147 Date: 16 Jan 2001 14:43:18 -0000
40148 Message-ID: <20010116144318.7140.qmail@plover.com>
40149 Branch: maint-5.6/perl
40150 +> lib/Pod/Text/Overstrike.pm
40151 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
40152 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
40153 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
40154 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
40155 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
40156 !> util.c
40157____________________________________________________________________________
40158[ 8620] By: gsar on 2001/01/30 18:48:32
40159 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
40160 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
40161 now fails one test)
40162
40163 Subject: [PATCH] lvalue AUTOLOAD. No, really.
40164
40165 Subject: [PATCH] Interesting syntax idea
40166 Make opens + bareword assigns do typeglob assigns.
40167
40168 Tests for #8254.
40169
40170 Subject: [PATCH @8269] Continue blocks and B::Deparse
40171 Make the peephole optimizer to bypass more null ops and
40172 and rewrite the deparse handling of continue blocks.
40173
40174 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40175 Doc tweak on #8313.
40176
40177 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
40178
40179 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40180
40181 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
40182
40183 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40184 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40185 according to the platform.
40186
40187 Subject: [PATCH @8404] Consolidated lvalue sub changes
40188
40189 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40190
40191 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40192
40193 Subject: B::Concise -- an improved replacement for B::Terse
40194
40195 The B::Terse drop-in replacement wasn't quite drop-in.
40196
40197 The LVRET macro needed an aTHX.
40198
40199 Use the /^Perl_/-less form of is_lvalue_sub().
40200
40201 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40202 Branch: maint-5.6/perl
40203 +> ext/B/B/Concise.pm
40204 !> (integrate 27 files)
40205____________________________________________________________________________
40206[ 8619] By: nick on 2001/01/30 18:40:28
40207 Log: Integrate mainline
40208 Branch: perlio
40209 !> (integrate 40 files)
40210____________________________________________________________________________
40211[ 8618] By: jhi on 2001/01/30 18:37:18
40212 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
40213 Date: Mon, 29 Jan 2001 22:51:29 -0600
40214 From: "Craig A. Berry" <craigberry@mac.com>
40215 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
40216 Branch: perl
40217 ! vms/test.com
40218____________________________________________________________________________
40219[ 8617] By: jhi on 2001/01/30 18:34:53
40220 Log: Subject: [PATCH] Add missing CV flags to dump.c
40221 From: Tim Jenness <t.jenness@jach.hawaii.edu>
40222 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
40223 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
40224 Branch: perl
40225 ! dump.c
40226____________________________________________________________________________
40227[ 8616] By: jhi on 2001/01/30 18:20:58
40228 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
40229 part isn't applicable to maintperl.
40230
40231 UTF-8 nit from Inaba Hiroto.
40232 Branch: maint-5.6/perl
40233 !> pod/perlapi.pod utf8.c
40234____________________________________________________________________________
40235[ 8615] By: jhi on 2001/01/30 18:18:51
40236 Log: UTF-8 nit from Inaba Hiroto.
40237 Branch: perl
40238 ! pod/perlapi.pod t/op/each.t utf8.c
40239____________________________________________________________________________
40240[ 8614] By: jhi on 2001/01/30 18:13:38
40241 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
40242
40243 perl's internal variables are not for public consumption,
40244 move their docs from perlapi.pod to perlintern.pod
40245
40246 support for -Dusethreads build under HP-UX 10.20 and DCE threads
40247 library (11.0 and later have pthreads but 10.x don't)
40248
40249 avoid uninitialized value warnings
40250
40251 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40252 gets weird results)
40253
40254 perldoc nit on windows
40255
40256 make it possible to run the tests outside the source tree
40257 (there's still a dependency on ../lib being the library
40258 location)
40259 Branch: perl
40260 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
40261 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
40262 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
40263 !> win32/bin/search.pl win32/vdir.h
40264____________________________________________________________________________
40265[ 8613] By: gsar on 2001/01/30 16:39:59
40266 Log: make it possible to run the tests outside the source tree
40267 (there's still a dependency on ../lib being the library
40268 location)
40269 Branch: maint-5.6/perl
40270 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
40271____________________________________________________________________________
40272[ 8612] By: gsar on 2001/01/30 16:31:12
40273 Log: perldoc nit on windows
40274 Branch: maint-5.6/perl
40275 ! utils/perldoc.PL
40276____________________________________________________________________________
40277[ 8611] By: gsar on 2001/01/30 16:22:54
40278 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40279 gets weird results)
40280 Branch: maint-5.6/perl
40281 ! win32/vdir.h
40282____________________________________________________________________________
40283[ 8610] By: gsar on 2001/01/30 16:12:45
40284 Log: avoid uninitialized value warnings
40285 Branch: maint-5.6/perl
40286 ! win32/bin/search.pl
40287____________________________________________________________________________
40288[ 8609] By: gsar on 2001/01/30 16:08:01
40289 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
40290 library (11.0 and later have pthreads but 10.x don't)
40291 Branch: maint-5.6/perl
40292 ! hints/hpux.sh thread.h
40293____________________________________________________________________________
40294[ 8608] By: gsar on 2001/01/30 15:48:55
40295 Log: perl's internal variables are not for public consumption,
40296 move their docs from perlapi.pod to perlintern.pod
40297 Branch: maint-5.6/perl
40298 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
40299 ! thrdvar.h
40300____________________________________________________________________________
40301[ 8607] By: gsar on 2001/01/30 15:44:27
40302 Log: mistakenly branched perl56delta.pod, revert
40303 Branch: maint-5.6/perl
40304 - pod/perl56delta.pod
40305 !> pod/perldelta.pod
40306____________________________________________________________________________
40307[ 8606] By: gsar on 2001/01/30 14:20:24
40308 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
40309 dTHR which has been a noop for a while now, except for the
40310 compatibility definition in thread.h)
40311 Branch: maint-5.6/perl
40312 !> (integrate 45 files)
40313____________________________________________________________________________
40314[ 8605] By: jhi on 2001/01/30 05:43:58
40315 Log: Mark the UTF-8 APIs as experimental.
40316 Branch: maint-5.6/perl
40317 ! embed.pl pod/perlapi.pod
40318____________________________________________________________________________
40319[ 8604] By: jhi on 2001/01/30 05:38:40
40320 Log: Nits from earlier integrates.
40321 Branch: maint-5.6/perl
40322 ! lib/Carp/Heavy.pm
40323 !> sv.c
40324____________________________________________________________________________
40325[ 8603] By: jhi on 2001/01/30 05:27:26
40326 Log: Regenerate Porting files.
40327 Branch: maint-5.6/perl
40328 ! Porting/Glossary Porting/config.sh Porting/config_H
40329____________________________________________________________________________
40330[ 8602] By: jhi on 2001/01/30 05:14:59
40331 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
40332 8310,8339,8447,8492,8493,8505,8525: documentation changes.
40333
40334 Subject: Re: perlfaq style changes
40335
40336 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40337
40338 Subject: [PATCH] docs on NaN
40339
40340 Subject: [patch] perlfaq7
40341
40342 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40343
40344 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40345
40346 Subject: [PATCH] open() example in perlfunc.pod
40347
40348 Podify README.mpeix (a new version from the web)
40349
40350 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40351
40352 Subject: [PATCH] format and rewording in perlfaq.pod
40353
40354 Subject: [PATCH] API Variable documentation
40355
40356 Memory management calls documentation.
40357
40358 Subject: [PATCH: perl@8482] README.vms URL updates
40359
40360 Subject: Minor typos in perlfaq2.pod
40361
40362 Subject: [PATCH] pod/perlvar.pod
40363 Branch: maint-5.6/perl
40364 +> pod/perl56delta.pod
40365 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40366 !> README.amiga README.epoc README.mpeix README.vms
40367 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
40368 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
40369 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
40370 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
40371 !> pod/perlvar.pod thrdvar.h
40372____________________________________________________________________________
40373[ 8601] By: jhi on 2001/01/30 04:38:35
40374 Log: Integrate changes #8036,8096,8253 from mainline:
40375 hints changes.
40376
40377 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40378 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
40379
40380 Output the (apparent) version of gcc in Tru64.
40381 Branch: maint-5.6/perl
40382 +> ext/POSIX/hints/svr4.pl
40383 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
40384 !> hints/svr4.sh t/lib/bigfltpm.t
40385____________________________________________________________________________
40386[ 8600] By: jhi on 2001/01/30 04:04:01
40387 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
40388 locale fixes.
40389
40390 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
40391
40392 Debian allows /usr/bin/locale to exist without any locales. (7868)
40393
40394 Allow the locale test needing POSIX and the taint test
40395 needing IPC::SysV to run under 'minitest' (basically,
40396 bail out if loading the extension fails). (8384)
40397
40398 Cleanup the locale.t output (8480)
40399 Branch: maint-5.6/perl
40400 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
40401 !> t/pragma/locale.t
40402____________________________________________________________________________
40403[ 8599] By: jhi on 2001/01/30 03:51:04
40404 Log: Missing generated files from #8598.
40405 Branch: maint-5.6/perl
40406 ! embed.h global.sym objXSUB.h perlapi.c proto.h
40407____________________________________________________________________________
40408[ 8598] By: jhi on 2001/01/30 03:41:54
40409 Log: Integrate change #8555 from mainline, manually integrate parts
40410 of changes 8452 and 8583.
40411
40412 Subject: [PATCH] utf8.c documentation (8452)
40413
40414 No point in checking the length if the pointer is bogus. (8555)
40415
40416 Introduce bytes_from_utf8() and implement sv_eq() using it,
40417 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
40418 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
40419 was malformed. (8583)
40420 Branch: maint-5.6/perl
40421 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
40422 !> pod/perlapi.pod sv.c utf8.c
40423____________________________________________________________________________
40424[ 8597] By: gsar on 2001/01/30 02:37:26
40425 Log: get PERL_OBJECT build going again on windows
40426 Branch: maint-5.6/perl
40427 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40428 ! pod/perlapi.pod proto.h sv.c
40429____________________________________________________________________________
40430[ 8596] By: jhi on 2001/01/30 02:16:17
40431 Log: Signedness nit.
40432 Branch: perl
40433 ! sv.c
40434____________________________________________________________________________
40435[ 8595] By: jhi on 2001/01/30 02:11:07
40436 Log: EBCDIC patch for Storable, from Peter Prymmer.
40437 Branch: perl
40438 ! t/lib/st-06compat.t
40439____________________________________________________________________________
40440[ 8594] By: jhi on 2001/01/30 01:04:48
40441 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
40442 From: Peter Prymmer <pvhp@forte.com>
40443 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
40444 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
40445 Branch: perl
40446 ! t/lib/b.t
40447____________________________________________________________________________
40448[ 8593] By: jhi on 2001/01/30 00:56:47
40449 Log: Subject: [PATCH: perl@8585] pod problems in io
40450 From: Peter Prymmer <pvhp@forte.com>
40451 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
40452 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
40453 Branch: perl
40454 ! pod/perlapio.pod pod/perliol.pod
40455____________________________________________________________________________
40456[ 8592] By: jhi on 2001/01/30 00:48:20
40457 Log: Integrate perlio.
40458 Branch: perl
40459 !> pod/perlapio.pod pod/perliol.pod
40460____________________________________________________________________________
40461[ 8591] By: nick on 2001/01/29 22:02:28
40462 Log: GNU 'merge' Simon's copy of perliol.pod with version
40463 patched by Craig's patch.
40464 Branch: perlio
40465 ! pod/perliol.pod
40466____________________________________________________________________________
40467[ 8590] By: nick on 2001/01/29 21:55:10
40468 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
40469 Branch: perlio
40470 ! pod/perlapio.pod pod/perliol.pod
40471____________________________________________________________________________
40472[ 8589] By: jhi on 2001/01/29 15:35:33
40473 Log: Integrate change #8586 from maint-5.6/perl.
40474
40475 make the BOM detection code not call tell() until it has to
40476 (meant to fix esoteric compatibility issues where PL_rsfp
40477 is overridden)
40478 Branch: perl
40479 !> toke.c
40480____________________________________________________________________________
40481[ 8588] By: jhi on 2001/01/29 15:29:11
40482 Log: Subject: MAking Solaris malloc() the default
40483 From: Lupe Christoph <lupe@lupe-christoph.de>
40484 Date: Mon, 29 Jan 2001 12:59:36 +0100
40485 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
40486
40487 The README.solaris part slightly tweaked.
40488 Branch: perl
40489 ! README.solaris hints/solaris_2.sh
40490____________________________________________________________________________
40491[ 8587] By: jhi on 2001/01/29 15:17:34
40492 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
40493 From: root@ak-75.mind.de
40494 Date: Sun, 28 Jan 2001 20:32:29 +0100
40495 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
40496 Branch: perl
40497 ! pod/perlre.pod
40498____________________________________________________________________________
40499[ 8586] By: gsar on 2001/01/29 13:43:44
40500 Log: make the BOM detection code not call tell() until it has to
40501 (meant to fix esoteric compatibility issues where PL_rsfp
40502 is overridden)
40503 Branch: maint-5.6/perl
40504 ! toke.c
40505____________________________________________________________________________
40506[ 8585] By: jhi on 2001/01/28 20:05:45
40507 Log: Update Changes.
40508 Branch: perl
40509 ! Changes patchlevel.h
40510____________________________________________________________________________
2129b68a
JH
40511[ 8584] By: jhi on 2001/01/28 19:30:02
40512 Log: Integrate perlio.
40513 Branch: perl
40514 +> pod/perliol.pod
40515 !> MANIFEST pod/perlapio.pod
40516____________________________________________________________________________
40517[ 8583] By: jhi on 2001/01/28 19:28:40
40518 Log: Patch from Inaba Hiroto:
40519 - canonical UTF-8 hash keys: if a key string for a hash is
40520 UTF8-on, try downgrade the string and use it if
40521 unicode::distinct is not in effect.
40522 For the task, I added a function bytes_from_utf8() to utf8.c.
40523 It might resemble utf8_to_bytes() but it is not convenient
40524 to the task.
40525 Made a test for it and added to t/op/each.t
40526 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
40527 the mortal copy of the argument SV.
40528 And changed t/io/utf8.t test 18 which expects print() to
40529 upgrade its argument.
40530 - re-implement sv_eq with bytes_from_utf8()
40531 - some bug fixes
40532 - tr/// does not handle UTF8 range (\x{}-\x{})
40533 - \ before raw UTF8 character produced
40534 "Malformed UTF-8 character" warning.
40535 - "\x{100}\N{CENT SIGN}" is Malformed.
40536 Added tests for these 3.
40537 - and one silly bug (by me) with qu operator.
40538 Branch: perl
40539 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
40540 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
40541 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
40542____________________________________________________________________________
40543[ 8582] By: nick on 2001/01/28 19:25:04
40544 Log: Add pod/perliol.pod to MANIFEST :-(
40545 Branch: perlio
40546 ! MANIFEST
40547____________________________________________________________________________
40548[ 8581] By: nick on 2001/01/28 19:22:40
40549 Log: PerlIO documentation. Proofing and sub-editing requested.
40550 Branch: perlio
40551 + pod/perliol.pod
40552 ! pod/perlapio.pod
40553____________________________________________________________________________
40554[ 8580] By: jhi on 2001/01/28 05:16:25
40555 Log: Revert the change to sv_2pv() done by #8054: Someone who
40556 did SvNV_set() on a scalar that also happened to be POK,
40557 followed by sv_2pv() won't get the right coercion anymore.
40558 [Sarathy]
40559 Branch: maint-5.6/perl
40560 ! sv.c
40561____________________________________________________________________________
40562[ 8579] By: jhi on 2001/01/28 05:15:04
40563 Log: Remove the #8084 effect: do not allow -Q to be interpreted
40564 as -&Q(), this is too much wiggle room.
40565 Branch: maint-5.6/perl
40566 ! toke.c
40567____________________________________________________________________________
40568[ 8578] By: jhi on 2001/01/28 05:12:45
40569 Log: Needed bits of #8439 (should have been in #8576),
40570 mainly for lval substr().
40571 Branch: maint-5.6/perl
40572 ! mg.c pp.c pp_hot.c
40573____________________________________________________________________________
40574[ 8577] By: jhi on 2001/01/28 05:02:46
40575 Log: A missing check-in.
40576 Branch: maint-5.6/perl
40577 ! utf8.c
40578____________________________________________________________________________
40579[ 8576] By: jhi on 2001/01/28 04:26:18
40580 Log: Integrate changes #8425,8436,8439,8517 from mainline.
40581 The 8439 was not truly integrated because it had too many
40582 dependencies on the development branch and because it introduced
40583 concepts too bold for a maintenance branch (such as the qu operator).
40584
40585 Subject: [PATCH perl@8342] -Wformat
40586
40587 Tighten some of the UTF-8 tests a bit.
40588
40589 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
40590 - The substr lval was still not okay.
40591 - Now pp_stringify and sv_setsv copies source's UTF8 flag
40592 even if IN_BYTE. pp_stringify is called from fold_constants
40593 at optimization phase and "\x{100}" was made SvUTF8_off under
40594 use bytes (the bytes pragma is for "byte semantics" and not
40595 for "do not produce UTF8 data")
40596 Branch: maint-5.6/perl
40597 ! t/lib/charnames.t t/op/substr.t toke.c
40598 !> sv.c t/pragma/utf8.t
40599____________________________________________________________________________
40600[ 8575] By: jhi on 2001/01/28 04:01:51
40601 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
40602
40603 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
40604
40605 Subject: [ID 20001230.003] UTF-8 tr still hurts
40606
40607 Test cases for #8385 (from Simon's "torture.pl")
40608
40609 Start fixing UTF-8 lval substr() (8405)
40610 Branch: maint-5.6/perl
40611 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
40612 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
40613____________________________________________________________________________
40614[ 8574] By: jhi on 2001/01/28 03:09:06
40615 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
40616 from mainline.
40617
40618 UTF-8 cleanup.
40619
40620 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
40621
40622 "\x{FF}\xFF" was broken.
40623
40624 Tests for #8329 and #8330.
40625
40626 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40627
40628 IRIX compiler noticed that the bof initialization might be
40629 bypassed by control flow.
40630
40631 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40632 Branch: maint-5.6/perl
40633 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40634 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
40635____________________________________________________________________________
40636[ 8573] By: jhi on 2001/01/28 02:06:12
40637 Log: Retract #8552.
40638 Branch: perl
40639 ! lib/Text/Wrap.pm t/lib/textwrap.t
40640____________________________________________________________________________
40641[ 8572] By: jhi on 2001/01/28 02:04:49
40642 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
40643 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
40644 not really integrated but instead salvaged by hand
40645 (they had too many dependencies on the development release
40646 to be cleanly integratable).
40647
40648 Subject: more UTF8 test suites and an UTF8 patch
40649
40650 Tweak for MULTIPLICITY/USE_PERLIO
40651
40652 Signedness nit.
40653
40654 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
40655
40656 Use the UTF8_XXX macros in is_utf8_char().
40657
40658 Rewrite pp_concat() in terms of sv_catsv(). The . operator
40659 should now be UTF-8-proof.
40660
40661 Subject: [PATCH perl@8269] scanning two hex-constants
40662 fails on EBCDIC environment (script length.t)
40663
40664 Add some Unicode chop() tests.
40665 Branch: maint-5.6/perl
40666 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
40667 !> sv.c t/op/chop.t utf8.h
40668____________________________________________________________________________
40669[ 8571] By: jhi on 2001/01/28 00:35:59
40670 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
40671 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
40672
40673 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
40674
40675 The maxiters upper limit sanity check (guarding against
40676 non-progress) assumed bytes instead of characters in s///
40677 and split().
40678
40679 Signedness nit.
40680
40681 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
40682 join() should now be UTF-8-proof.
40683
40684 More split // UTF-8 tests. (8250)
40685 Branch: maint-5.6/perl
40686 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
40687 !> util.c
40688____________________________________________________________________________
40689[ 8570] By: jhi on 2001/01/27 22:15:46
40690 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
40691 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
40692 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
40693 8084,8204,8244,8333 from mainline.
40694
40695 For -Q where Q might be a one-letter sub name one does no more
40696 get a warning about an unknown filetest (7941,7943,7944,8084).
40697
40698 Subject: Re: [ID 20001130.011] expression parsing bug ?
40699
40700 Make uv_to_utf8() to zero-terminate its output buffer.
40701
40702 Split off t/op/length.t (7995)
40703
40704 Split off t/op/utf8decode.t (7996)
40705
40706 Remove an unnecessary 'use utf8' from the utf8.t (7998)
40707
40708 Split off t/op/concat.t (8004)
40709
40710 Split off t/op/ver.t (8005)
40711
40712 Document utf8_length(), utf8_distance(), and utf8_hop().
40713
40714 Document utf8_to_uv() better.
40715
40716 Introduce macros for UTF8 decoding (8028,8033).
40717
40718 Add test for reverse() (8030,8031).
40719
40720 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
40721
40722 Do not return the Unicode replacement character on UTF-8
40723 decoding failure.
40724
40725 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
40726 not this_utf8 i.e. the output string has one, but don't mess
40727 with source assumption. (8052,8053)
40728
40729 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
40730 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
40731 was not expecting to be called with something that was already
40732 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
40733 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40734 (8054)
40735
40736 Recode the naughty binary bytes in utf8decode.t using the \xHH.
40737
40738 Make some panic messages a bit more logical.
40739 Branch: maint-5.6/perl
40740 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
40741 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
40742 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
40743 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
40744 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
40745 !> utf8.c utf8.h
40746____________________________________________________________________________
40747[ 8569] By: jhi on 2001/01/27 19:16:43
40748 Log: Integrate changes #7750 from perlio and #8566 from mainline.
40749 Branch: maint-5.6/perl
40750 !> regexec.c sv.c
40751____________________________________________________________________________
40752[ 8568] By: jhi on 2001/01/27 18:06:51
40753 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
40754 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
40755 7935[-perlio.c],7936,7959,7965 from mainline.
40756
40757 Change the "big byte" error message to "Wide character".
40758 (7355, the croak-if-wide-chars-in-print part ignored)
40759
40760 Use UINT64_C().
40761
40762 Introduce Perl_utf8_length().
40763
40764 diff -se shows these as different (7753, forgotten check-ins)
40765
40766 Subject: [PATCH] doop.c - UTF8 tr///
40767
40768 If we use (aTHX_ ...) then put Perl_ on the front.
40769
40770 Make utf8_length() and utf8_distance() to be less forgiving
40771 about bad UTF-8.
40772
40773 Test line numbers are different with utf8.
40774
40775 No need to scan till infinity, 13 is enough. (7872,7911)
40776
40777 Subject: [PATCH] Tokeniser debugging
40778
40779 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40780
40781 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
40782
40783 Be more careful in Perl_sv_utf8_downgrade().
40784
40785 Use DO_UTF8().
40786
40787 Raw zero bytes in text files confuse at least GNU patch 2.1.
40788 Branch: maint-5.6/perl
40789 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
40790 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
40791 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
40792 !> t/pragma/utf8.t toke.c utf8.c utf8.h
40793____________________________________________________________________________
40794[ 8567] By: nick on 2001/01/27 11:10:38
40795 Log: Integrate mainline
40796 Branch: perlio
40797 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
40798 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
40799 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
40800 !> toke.c
40801____________________________________________________________________________
40802[ 8566] By: jhi on 2001/01/27 06:22:48
40803 Log: More documentation for the regexp context stack.
40804 Branch: perl
40805 ! regexec.c
40806____________________________________________________________________________
40807[ 8565] By: jhi on 2001/01/27 05:21:57
40808 Log: Update Changes.
40809 Branch: perl
40810 ! Changes patchlevel.h
40811____________________________________________________________________________
6bca211d
JH
40812[ 8564] By: jhi on 2001/01/27 04:44:04
40813 Log: Threadedness patch for #8562 from Doug MacEachern.
40814 Branch: perl
40815 ! toke.c
40816____________________________________________________________________________
40817[ 8563] By: jhi on 2001/01/27 04:26:24
40818 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40819 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40820 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
40821 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
40822 Branch: perl
40823 ! op.c
40824____________________________________________________________________________
40825[ 8562] By: jhi on 2001/01/27 04:20:30
40826 Log: Subject: Re: Announce : Tokener reporting patch
40827 From: Simon Cozens <simon@cozens.net>
40828 Date: Mon, 22 Jan 2001 02:17:22 +0000
40829 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
40830 Branch: perl
40831 ! embed.h embed.pl proto.h toke.c
40832____________________________________________________________________________
40833[ 8561] By: jhi on 2001/01/27 04:17:24
40834 Log: Forgot from #8545. Oops.
40835 Branch: perl
40836 ! pp.c t/pragma/overload.t
40837____________________________________________________________________________
40838[ 8560] By: jhi on 2001/01/27 03:01:47
40839 Log: A better module compilation test, use MANIFEST as suggested
40840 by Spider.
40841 Branch: perl
40842 ! t/lib/1_compile.t
40843____________________________________________________________________________
40844[ 8559] By: jhi on 2001/01/27 02:50:48
40845 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
40846 From: Peter Prymmer <pvhp@forte.com>
40847 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
40848 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
40849 Branch: perl
40850 ! t/lib/b.t
40851____________________________________________________________________________
40852[ 8558] By: jhi on 2001/01/27 02:27:05
40853 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
40854 From: Peter Prymmer <pvhp@forte.com>
40855 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
40856 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
40857 Branch: perl
40858 ! t/pragma/sub_lval.t
40859____________________________________________________________________________
40860[ 8557] By: jhi on 2001/01/27 02:26:03
40861 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
40862 From: Peter Prymmer <pvhp@forte.com>
40863 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
40864 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
40865 Branch: perl
40866 ! t/lib/st-06compat.t
40867____________________________________________________________________________
40868[ 8556] By: jhi on 2001/01/27 02:24:33
40869 Log: Subject: [PATCH: perl@8531] minor update to README.os390
40870 From: Peter Prymmer <pvhp@forte.com>
40871 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
40872 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
40873 Branch: perl
40874 ! README.os390
40875____________________________________________________________________________
40876[ 8555] By: jhi on 2001/01/27 00:35:47
40877 Log: No point in checking the length before we know whether the pointer
40878 is bogus or not, fixes Abigail's odbm failures in Linux.
40879 Branch: perl
40880 ! sv.c
40881____________________________________________________________________________
40882[ 8554] By: nick on 2001/01/26 19:01:31
40883 Log: Integrate mainline
40884 Branch: perlio
40885 !> lib/Text/Wrap.pm t/lib/textwrap.t
40886____________________________________________________________________________
40887[ 8553] By: jhi on 2001/01/26 15:19:39
40888 Log: Integrate change #7792 from perlio (multiplicity fix),
40889 fix the AV leak in regex DEBUGGING (tiny part of the
40890 polymorphic regexp patch #8143).
40891 Branch: maint-5.6/perl
40892 ! regcomp.c
40893 !> scope.h
40894____________________________________________________________________________
40895[ 8552] By: jhi on 2001/01/26 15:03:23
137e7465
JH
40896 Log: (Retracted by #8573)
40897
40898 Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
6bca211d
JH
40899 From: Michael G Schwern <schwern@pobox.com>
40900 Date: Fri, 26 Jan 2001 09:28:31 -0500
40901 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
40902 Branch: perl
40903 ! lib/Text/Wrap.pm t/lib/textwrap.t
40904____________________________________________________________________________
40905[ 8551] By: jhi on 2001/01/26 02:33:19
40906 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
40907 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
40908
40909 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
40910
40911 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
40912
40913 Message nit.
40914
40915 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40916
40917 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40918
40919 (the cleanup of unused submatches in regtry() and regcppop())
40920
40921 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
40922 stored and restored, and thusly was trounced by the utf8 swash
40923 routines.
40924
40925 use utf8 not required to use \x{}.
40926
40927 Removed two more tests that make no sense in UTF-8 since the test
40928 data is not in UTF-8.
40929
40930 Get the three different space character classes right under utf8.
40931
40932 Implement ANYOFUTF8 regprop() dumping.
40933
40934 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
40935
40936 Document the regex context pushing/popping a bit better.
40937 Branch: maint-5.6/perl
40938 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
40939 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
40940 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
40941 !> t/op/regmesg.t utf8.c
40942____________________________________________________________________________
40943[ 8550] By: nick on 2001/01/25 19:42:30
40944 Log: Integrate mainline
40945 Branch: perlio
40946 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
40947 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
40948 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
40949 !> t/lib/bigint.t t/lib/bigintpm.t
40950____________________________________________________________________________
40951[ 8549] By: jhi on 2001/01/25 15:22:28
40952 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
40953 Branch: maint-5.6/perl
40954 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
40955____________________________________________________________________________
40956[ 8548] By: jhi on 2001/01/25 15:02:55
40957 Log: Integrate changes #7997,8063,8492,8547 from mainline.
40958
40959 Subject: Re: STRLEN - what?
40960
40961 Subject: [PATCH] perlguts.pod
40962
40963 Memory management calls documentation.
40964
40965 Layout using tabulator is not a good idea in a pod.
40966 Branch: maint-5.6/perl
40967 !> pod/perlguts.pod
40968____________________________________________________________________________
40969[ 8547] By: jhi on 2001/01/25 14:49:05
40970 Log: Layout using tabulator is not a good idea in a pod.
40971 Branch: perl
40972 ! pod/perlguts.pod
40973____________________________________________________________________________
40974[ 8546] By: jhi on 2001/01/25 14:31:12
40975 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
40976 from mainline.
40977
40978 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
40979
40980 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
40981
40982 More Win32 editor/IDE/shell hints.
40983
40984 More Win32 Perling.
40985
40986 Yet another editor edit.
40987
40988 Edit edit edit.
40989
40990 IDE/editor section tweaking.
40991
40992 Few more IDE/editor nits from p5p.
40993 Branch: maint-5.6/perl
40994 !> pod/perlfaq3.pod
40995____________________________________________________________________________
40996[ 8545] By: jhi on 2001/01/25 04:16:32
40997 Log: Subject: [PATCH 5.7.0] overload int()
40998 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40999 Date: Wed, 24 Jan 2001 19:06:57 -0500
41000 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
41001 Branch: perl
41002 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
41003 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
41004 ! t/lib/bigintpm.t
41005____________________________________________________________________________
41006[ 8544] By: jhi on 2001/01/25 04:15:11
41007 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
41008 From: Peter Prymmer <pvhp@forte.com>
41009 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
41010 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
41011 Branch: perl
41012 ! Makefile.SH README.os390 hints/os390.sh installperl
41013____________________________________________________________________________
41014[ 8543] By: jhi on 2001/01/25 03:52:08
41015 Log: Integrate change #8462,8469 from mainline.
41016
41017 In VMS Perl subversion (perl -V) is undef.
41018 Branch: maint-5.6/perl
41019 !> configure.com
41020____________________________________________________________________________
41021[ 8542] By: jhi on 2001/01/25 03:44:55
41022 Log: Integrate changes #7835,7850,8315,8316 from mainline.
41023
41024 Solaris hints.
41025 Branch: maint-5.6/perl
41026 !> hints/solaris_2.sh
41027____________________________________________________________________________
41028[ 8541] By: jhi on 2001/01/25 03:39:28
41029 Log: Integrate #8336 from mainline.
41030 Branch: maint-5.6/perl
41031 !> hv.c
41032____________________________________________________________________________
41033[ 8540] By: jhi on 2001/01/25 03:23:50
41034 Log: Retract #8539.
41035 Branch: maint-5.6/perl
41036 ! pod/perlfaq3.pod
41037____________________________________________________________________________
41038[ 8539] By: jhi on 2001/01/25 03:21:55
137e7465 41039 Log: (Retracted by #8540.)
6bca211d
JH
41040 Branch: maint-5.6/perl
41041 ! pod/perlfaq3.pod
41042____________________________________________________________________________
41043[ 8538] By: jhi on 2001/01/25 03:14:07
41044 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
41045 From: Peter Prymmer <pvhp@forte.com>
41046 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
41047 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
41048
41049 The VMS bits.
41050 Branch: maint-5.6/perl
41051 ! configure.com vms/descrip_mms.template
41052____________________________________________________________________________
41053[ 8537] By: jhi on 2001/01/25 03:06:09
41054 Log: Integrate #7710,7824,7973 from mainline.
41055 Branch: maint-5.6/perl
41056 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41057 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
41058 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
41059 !> vos/config.ga.def vos/config.ga.h win32/config.bc
41060 !> win32/config.gc win32/config.vc
41061____________________________________________________________________________
41062[ 8536] By: jhi on 2001/01/24 13:50:20
41063 Log: Revert the edits made by me so far to the 5.6 branch since
41064 the TRIAL1 since I did edits when I should have been using
41065 integrates. Bad programmer. (Will integrate them properly later.)
41066 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
41067 The #8353 will not be reapplied at least for now since
41068 the UTF-8 hash keys need more thinking.
41069 (The patches #8347, #8354, #8454, #8473 were okay since they
41070 were original edits made specifically for the 5.6.1-TRIAL1.)
41071 Branch: maint-5.6/perl
41072 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41073 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
41074 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
41075 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
41076 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
41077 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41078 ! win32/config.bc win32/config.gc win32/config.vc
41079____________________________________________________________________________
41080[ 8535] By: bailey on 2001/01/24 06:37:02
41081 Log: SYN SYN
41082 Branch: vmsperl
41083 +> (branch 26 files)
41084 !> (integrate 130 files)
41085____________________________________________________________________________
41086[ 8534] By: nick on 2001/01/23 19:30:57
41087 Log: Integrate mainline.
41088 Branch: perlio
41089 !> Changes Configure Porting/Glossary Porting/config.sh
41090 !> Porting/config_H embed.h embed.pl ext/Encode/compile
41091 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
41092 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
41093 !> pod/perlvar.pod proto.h t/lib/1_compile.t
41094____________________________________________________________________________
41095[ 8533] By: jhi on 2001/01/23 16:15:46
41096 Log: Forgotten from #8501.
41097 Branch: perl
41098 ! Porting/Glossary Porting/config.sh Porting/config_H
41099____________________________________________________________________________
41100[ 8532] By: jhi on 2001/01/23 16:13:27
41101 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
41102 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41103 Date: Mon, 22 Jan 2001 17:51:58 +0100
41104 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
41105 Branch: perl
41106 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
41107____________________________________________________________________________
41108[ 8531] By: jhi on 2001/01/23 15:46:01
41109 Log: Update Changes.
41110 Branch: perl
41111 ! Changes patchlevel.h
41112____________________________________________________________________________
c512e374
JH
41113[ 8530] By: jhi on 2001/01/23 15:38:39
41114 Log: De-cut-and-pasto.
41115 Branch: perl
41116 ! t/lib/1_compile.t
41117____________________________________________________________________________
41118[ 8529] By: jhi on 2001/01/23 15:11:04
41119 Log: Document the mkdir trailing slashes case.
41120 Branch: perl
41121 ! pod/perlfunc.pod
41122____________________________________________________________________________
41123[ 8528] By: jhi on 2001/01/23 15:08:28
41124 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
41125 get installed:
41126
41127 Subject: lib/lib.pm
41128 From: <abigail@foad.org>
41129 Date: Mon, 28 Aug 2000 20:35:08 -0400
41130 Message-ID: <20000829003508.21281.qmail@foad.org>
41131 Branch: perl
41132 ! installperl
41133____________________________________________________________________________
41134[ 8527] By: jhi on 2001/01/23 14:44:04
41135 Log: Metaconfig unit change for #8526.
41136 Branch: metaconfig
41137 ! U/threads/archname.U
41138____________________________________________________________________________
41139[ 8526] By: jhi on 2001/01/23 14:43:19
41140 Log: Attach -perlio to the archname if so selected.
41141 Branch: perl
41142 ! Configure
41143____________________________________________________________________________
41144[ 8525] By: jhi on 2001/01/23 14:24:01
41145 Log: Subject: [PATCH] pod/perlvar.pod
41146 From: abigail@foad.org
41147 Date: Tue, 23 Jan 2001 01:41:10 +0100
41148 Message-ID: <20010123004110.22259.qmail@foad.org>
41149 Branch: perl
41150 ! pod/perlvar.pod
41151____________________________________________________________________________
41152[ 8524] By: jhi on 2001/01/23 14:22:32
41153 Log: A bug introduced in #8217 (the undefined variable in the
41154 lib/safe1_t #3) fixed, by Charles Lane:
41155
41156 The earlier patch made it so that stuff running in Safe
41157 compartments could do a "caller" and see "main". That
41158 little change in name is done right before the code in
41159 the compartment is run, and apparantly the parser
41160 was picking up the stash name before it got changed.
41161
41162 (why it was threaded vs. unthreaded Perl that was sensitive to this
41163 I still don't know...and it probably doesn't matter).
41164
41165 I tryed removing the stash name-change and saw that threaded Perl
41166 did indeed pass the lib/safe1.t tests.
41167
41168 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
41169 do the name change (and to connect _ in the compartment to the global
41170 _) which is removed from _safe_call_sv. Then Safe.pm is modified
41171 to call _safe_pkg_prep when creating a new compartment.
41172
41173 Passes all tests with threaded perl on linux; passes all tests
41174 with unthreaded perl on VMS.
41175
41176 At some point I'll probably want to revisit Safe and Opcode to
41177 provide more sensible handling of global variables...and to get
41178 formats working in Safe compartments, which they don't do currently.
41179 Branch: perl
41180 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
41181____________________________________________________________________________
41182[ 8523] By: jhi on 2001/01/23 14:11:58
41183 Log: Also the lib/Thread.pm itself needs to be ignored if
41184 the Thread extension hasn't been built.
41185 Branch: perl
41186 ! t/lib/1_compile.t
41187____________________________________________________________________________
41188[ 8522] By: jhi on 2001/01/23 13:51:28
41189 Log: print() instead of warn() so that stderr doesn't get
41190 unncessarily polluted.
41191 Branch: perl
41192 ! ext/Encode/compile
41193____________________________________________________________________________
41194[ 8521] By: jhi on 2001/01/23 13:49:48
41195 Log: Integrate perlio.
41196 Branch: perl
41197 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
41198 !> ext/Encode/encode.h
41199____________________________________________________________________________
41200[ 8520] By: nick on 2001/01/22 21:44:00
41201 Log: More messing with Encode:
41202 Extra fields in header to allow multiple names and to record
41203 other things "compile" knows.
41204 Re-organise compile to factor out common output routines.
41205 Branch: perlio
41206 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
41207____________________________________________________________________________
41208[ 8519] By: nick on 2001/01/22 20:33:50
41209 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
41210 Branch: perlio
41211 ! ext/Encode/Makefile.PL ext/Encode/compile
41212____________________________________________________________________________
41213[ 8518] By: nick on 2001/01/22 20:28:13
41214 Log: Integrate mainline
41215 Branch: perlio
41216 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
41217 !> vos/config.alpha.def vos/config.alpha.h
41218____________________________________________________________________________
41219[ 8517] By: jhi on 2001/01/22 15:37:17
41220 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
41221 by Inaba Hiroto.
41222 Branch: perl
41223 ! sv.c
41224____________________________________________________________________________
41225[ 8516] By: jhi on 2001/01/22 14:55:15
41226 Log: More SIG_SIZE fixes.
41227 Branch: perl
41228 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
41229____________________________________________________________________________
41230[ 8515] By: jhi on 2001/01/22 14:50:27
41231 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41232 From: "Craig A. Berry" <craigberry@mac.com>
41233 Date: Mon, 22 Jan 2001 00:42:24 -0600
41234 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
41235 Branch: perl
41236 ! configure.com
41237____________________________________________________________________________
41238[ 8514] By: jhi on 2001/01/22 14:31:17
41239 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
41240 From: "Craig A. Berry" <craigberry@mac.com>
41241 Date: Sun, 21 Jan 2001 23:03:25 -0600
41242 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
41243 Branch: perl
41244 ! configure.com
41245____________________________________________________________________________
41246[ 8513] By: jhi on 2001/01/22 14:14:00
41247 Log: Add the .ucm encoding tables to the MANIFEST.
41248 Branch: perl
41249 ! MANIFEST
41250____________________________________________________________________________
41251[ 8512] By: jhi on 2001/01/22 13:43:33
41252 Log: Integrate perlio.
41253 Branch: perl
41254 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41255 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41256 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41257 +> ext/Encode/Encode/iso8859-10.ucm
41258 +> ext/Encode/Encode/iso8859-13.ucm
41259 +> ext/Encode/Encode/iso8859-14.ucm
41260 +> ext/Encode/Encode/iso8859-15.ucm
41261 +> ext/Encode/Encode/iso8859-16.ucm
41262 +> ext/Encode/Encode/iso8859-2.ucm
41263 +> ext/Encode/Encode/iso8859-3.ucm
41264 +> ext/Encode/Encode/iso8859-4.ucm
41265 +> ext/Encode/Encode/iso8859-5.ucm
41266 +> ext/Encode/Encode/iso8859-6.ucm
41267 +> ext/Encode/Encode/iso8859-7.ucm
41268 +> ext/Encode/Encode/iso8859-8.ucm
41269 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41270 +> ext/Encode/Encode/symbol.ucm
41271 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
41272 !> perliol.h
41273____________________________________________________________________________
41274[ 8511] By: nick on 2001/01/21 23:44:47
41275 Log: Make "real" layers of ":utf8" and ":raw".
41276 So now PERLIO=utf8 perl ...
41277 does what Andreas wanted.
41278 Fix arg passing in open.pm (still have a Carp issue).
41279 Branch: perlio
41280 ! lib/open.pm perlio.c perliol.h
41281____________________________________________________________________________
41282[ 8510] By: jhi on 2001/01/21 22:56:53
137e7465 41283 Log: Document the regex content pushing/popping a bit better.
c512e374
JH
41284 Branch: perl
41285 ! regexec.c
41286____________________________________________________________________________
41287[ 8509] By: jhi on 2001/01/21 22:55:44
41288 Log: Tweak the mkdir trailing slash code some more.
41289
41290 TO DO: the same handling should probably be done for
41291 all the other filesystem functions that can have directories
41292 as their arguments.
41293 Branch: perl
41294 ! pp_sys.c
41295____________________________________________________________________________
41296[ 8508] By: nick on 2001/01/21 21:37:43
41297 Log: Switch "compiled in" encodings to .ucm format.
41298 (Leave others as .enc till we can run-time load .ucm,
41299 or find some other way to load them.)
41300 Branch: perlio
41301 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41302 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41303 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41304 + ext/Encode/Encode/iso8859-10.ucm
41305 + ext/Encode/Encode/iso8859-13.ucm
41306 + ext/Encode/Encode/iso8859-14.ucm
41307 + ext/Encode/Encode/iso8859-15.ucm
41308 + ext/Encode/Encode/iso8859-16.ucm
41309 + ext/Encode/Encode/iso8859-2.ucm
41310 + ext/Encode/Encode/iso8859-3.ucm
41311 + ext/Encode/Encode/iso8859-4.ucm
41312 + ext/Encode/Encode/iso8859-5.ucm
41313 + ext/Encode/Encode/iso8859-6.ucm
41314 + ext/Encode/Encode/iso8859-7.ucm
41315 + ext/Encode/Encode/iso8859-8.ucm
41316 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41317 + ext/Encode/Encode/symbol.ucm
41318 ! ext/Encode/Makefile.PL ext/Encode/compile
41319____________________________________________________________________________
41320[ 8507] By: nick on 2001/01/21 21:02:03
41321 Log: Integrate (partial) mainline.
41322 Branch: perlio
41323 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
41324 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
41325 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41326____________________________________________________________________________
41327[ 8506] By: jhi on 2001/01/21 20:09:30
41328 Log: Update Changes.
41329 Branch: perl
41330 ! Changes patchlevel.h
41331____________________________________________________________________________
6a870055
JH
41332[ 8505] By: jhi on 2001/01/21 19:39:59
41333 Log: Subject: Minor typos in perlfaq2.pod
41334 From: "Stephen P. Potter" <spp@spotter.yi.org>
41335 Message-Id: <200101192101.QAA11911@spotter.yi.org>
41336 Date: Fri, 19 Jan 2001 16:01:13 -0500
41337
41338 with a nit from Philip Netwon.
41339 Branch: perl
41340 ! pod/perlfaq2.pod
41341____________________________________________________________________________
41342[ 8504] By: jhi on 2001/01/21 19:33:05
41343 Log: Metaconfig change for #8503.
41344 Branch: metaconfig
41345 ! U/threads/usethreads.U
41346____________________________________________________________________________
41347[ 8503] By: jhi on 2001/01/21 19:32:21
c512e374 41348 Log: Sanity check for conflicting thread flavours.
6a870055
JH
41349 Branch: perl
41350 ! Configure config_h.SH
41351____________________________________________________________________________
41352[ 8502] By: jhi on 2001/01/21 19:23:00
41353 Log: Metaconfig change for #8501.
41354 Branch: metaconfig
41355 ! U/modified/sig_name.U
41356____________________________________________________________________________
41357[ 8501] By: jhi on 2001/01/21 19:22:26
41358 Log: The SIG_SIZE is the number of the elements *excluding*
41359 the terminating NULL.
41360 Branch: perl
41361 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
41362 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41363 ! win32/config_H.vc
41364____________________________________________________________________________
41365[ 8500] By: jhi on 2001/01/21 18:31:31
41366 Log: Integrate perlio.
41367 Branch: perl
41368 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
41369 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
41370 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
41371 !> pp_sys.c proto.h sv.c
41372____________________________________________________________________________
41373[ 8499] By: jhi on 2001/01/21 17:43:57
41374 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
41375 From: Hugo <hv@crypt.compulink.co.uk>
41376 Date: Sun, 21 Jan 2001 13:34:05 +0000
41377 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
41378
41379 In sprintf UTF8ize only if necessary.
41380 Branch: perl
41381 ! sv.c
41382____________________________________________________________________________
41383[ 8498] By: nick on 2001/01/21 16:25:32
41384 Log: Encode cleanup.
41385 Add command line control over "compile" so that Makefile.PL
41386 needs can be combined with other uses.
41387 Use command line options in Makefile.PL.
41388 Fix multi-byte parsing in .ucm files.
41389 Branch: perlio
41390 ! ext/Encode/Makefile.PL ext/Encode/compile
41391____________________________________________________________________________
41392[ 8497] By: nick on 2001/01/21 12:56:27
41393 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
41394 Branch: perlio
41395 ! ext/Encode/Encode.xs
41396____________________________________________________________________________
41397[ 8496] By: nick on 2001/01/21 12:18:45
41398 Log: Fixup after integrate:
41399 missed the .sym files that are changed by regen_headers
41400 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
41401 Branch: perlio
41402 ! global.sym pp.sym sv.c
41403____________________________________________________________________________
41404[ 8495] By: nick on 2001/01/21 11:51:07
41405 Log: Integrate mainline.
41406 Branch: perlio
41407 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
41408 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
41409 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
41410 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
41411 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
41412 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
41413 !> win32/Makefile win32/makefile.mk
41414____________________________________________________________________________
41415[ 8494] By: jhi on 2001/01/20 23:12:11
41416 Log: Forgot the expect_number() prototype.
41417 Branch: perl
41418 ! embed.h embed.pl proto.h
41419____________________________________________________________________________
41420[ 8493] By: jhi on 2001/01/20 22:56:39
41421 Log: Subject: [PATCH: perl@8482] README.vms URL updates
41422 From: Peter Prymmer <pvhp@forte.com>
41423 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
41424 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
41425
41426 Plus Craig A. Berry's suggestion to use compaq.com instead
41427 of digital.com.
41428 Branch: perl
41429 ! README.vms
41430____________________________________________________________________________
41431[ 8492] By: jhi on 2001/01/20 22:50:05
41432 Log: Memory management calls documentation.
41433 Branch: perl
41434 ! pod/perlguts.pod
41435____________________________________________________________________________
41436[ 8491] By: jhi on 2001/01/20 22:38:33
41437 Log: Signedness nit plus few memcpy/Copy nits.
41438 Branch: perl
41439 ! sv.c
41440____________________________________________________________________________
41441[ 8490] By: jhi on 2001/01/20 22:25:53
41442 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41443 From: Peter Prymmer <pvhp@forte.com>
41444 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
41445 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
41446 Branch: perl
41447 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41448____________________________________________________________________________
41449[ 8489] By: jhi on 2001/01/20 22:24:41
41450 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
41451 From: Peter Prymmer <pvhp@forte.com>
41452 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
41453 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
41454 Branch: perl
41455 ! win32/Makefile win32/makefile.mk
41456____________________________________________________________________________
41457[ 8488] By: jhi on 2001/01/20 22:22:27
41458 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
41459 From: Peter Prymmer <pvhp@forte.com>
41460 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
41461 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
41462 Branch: perl
41463 ! Makefile.SH
41464____________________________________________________________________________
41465[ 8487] By: jhi on 2001/01/20 22:21:18
41466 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
41467 From: Peter Prymmer <pvhp@forte.com>
41468 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
41469 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
41470 Branch: perl
41471 + ext/DynaLoader/dl_dllload.xs
41472 ! MANIFEST Makefile.SH hints/os390.sh
41473____________________________________________________________________________
41474[ 8486] By: jhi on 2001/01/20 22:17:53
41475 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
41476 From: Peter Prymmer <pvhp@forte.com>
41477 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
41478 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
41479 Branch: perl
41480 ! README.os390 README.posix-bc
41481____________________________________________________________________________
41482[ 8485] By: jhi on 2001/01/20 20:15:30
41483 Log: Document and test the new qu operator.
41484 Branch: perl
41485 + t/op/qu.t
41486 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
41487 ! pod/perlretut.pod pod/perlunicode.pod
41488____________________________________________________________________________
41489[ 8484] By: nick on 2001/01/20 19:42:30
41490 Log: Infrastructure to allow:
41491 open($fh,"|-",@array);
41492 to be implemented
41493 i.e. mark pp_open as needing a stack mark, and make pp_open
41494 process its args in that style (and pass them _all_ to tied handles OPEN).
41495 Invent do_openn() which takes SV ** at allow it to see multiple args.
41496 Note this does not _do_ anything yet.
41497 Branch: perlio
41498 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
41499 ! perlapi.c pp_proto.h pp_sys.c proto.h
41500____________________________________________________________________________
41501[ 8483] By: nick on 2001/01/20 17:23:14
41502 Log: Integrate mainline.
41503 Branch: perlio
41504 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
41505 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
41506____________________________________________________________________________
41507[ 8482] By: jhi on 2001/01/19 15:37:49
41508 Log: Update Changes.
41509 Branch: perl
41510 ! Changes patchlevel.h
41511____________________________________________________________________________
3384d91b
JH
41512[ 8481] By: jhi on 2001/01/19 14:41:24
41513 Log: Subject: Re: new feature: s?printf parameter reordering
41514 From: Hugo <hv@crypt.compulink.co.uk>
41515 Date: Thu, 11 Jan 2001 17:09:03 +0000
41516 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
41517
41518 - support reordering for all parameters: %, *v, *, .*
41519 - lay down that the reordering specification must immediately
41520 follow that parameter: %3$, *v3$, *3$, .*3$
41521 - fix vectorisation of a zero-length string
41522 - factor out the code choosing the argument to format
41523
41524 Possibly unwanted side-effects:
41525 - the special format specifiers ' +-0' must now precede any
41526 vectorisation specifier. Tests in op/sprintf and op/ver
41527 have been changed to reflect this.
41528 - sprintf.t test #214 changed its expectations because in many
41529 cases, the next parameter has already been consumed when an
41530 invalid type letter is detected.
41531
41532 Probably wanted side-effects:
41533 - attempts to format a non-existent parameter will warn as if C<undef>
41534 - attempt to write to non-existent parameter with '%n' will complain
41535 of "attempt to modify read-only value" instead of being silent
41536 Branch: perl
41537 ! sv.c t/op/sprintf.t t/op/ver.t
41538____________________________________________________________________________
41539[ 8480] By: jhi on 2001/01/19 14:08:37
41540 Log: Subject: PATCH pragma/locale.t
41541 From: andreas.koenig@anima.de (Andreas J. Koenig)
41542 Date: 18 Jan 2001 09:45:37 +0100
41543 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
41544 Branch: perl
41545 ! t/pragma/locale.t
41546____________________________________________________________________________
41547[ 8479] By: jhi on 2001/01/19 13:19:58
41548 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
41549 Branch: perl
41550 ! configure.com
41551____________________________________________________________________________
41552[ 8478] By: jhi on 2001/01/19 02:12:35
41553 Log: Automate 1_compile.t.
41554 Branch: perl
41555 ! t/lib/1_compile.t
41556____________________________________________________________________________
41557[ 8477] By: jhi on 2001/01/19 01:49:56
41558 Log: Integrate perlio.
41559 Branch: perl
41560 !> sv.c win32/config.bc win32/config.gc win32/config.vc
41561 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41562____________________________________________________________________________
41563[ 8476] By: nick on 2001/01/18 21:51:52
41564 Log: Integrate mainline
41565 Branch: perlio
41566 +> t/lib/1_compile.t t/lib/compmod.pl
41567 !> MANIFEST configure.com lib/unicode/distinct.pm
41568____________________________________________________________________________
41569[ 8475] By: nick on 2001/01/18 21:48:02
41570 Log: Win32 "safe signals" co-existance fix.
41571 Fix SIG_SIZE value.
41572 Clear PL_sig_pending when cloning (fork).
41573 Branch: perlio
41574 ! sv.c win32/config.bc win32/config.gc win32/config.vc
41575 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41576____________________________________________________________________________
41577[ 8474] By: jhi on 2001/01/18 14:40:57
41578 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
41579 Branch: perl
41580 ! t/lib/1_compile.t
41581____________________________________________________________________________
41582[ 8473] By: gsar on 2001/01/18 11:42:31
41583 Log: unsubmitted trial1 change
41584 Branch: maint-5.6/perl
41585 ! Changes
41586____________________________________________________________________________
41587[ 8472] By: jhi on 2001/01/18 04:30:24
41588 Log: The first bug found by 1_compile.t.
41589 Branch: perl
41590 ! lib/unicode/distinct.pm
41591____________________________________________________________________________
41592[ 8471] By: jhi on 2001/01/18 04:29:42
41593 Log: Add Schwern's 1_compile test. The compile_module script renamed
41594 to be a bit shorter for the 8.3 people.
41595 Branch: perl
41596 + t/lib/1_compile.t t/lib/compmod.pl
41597 ! MANIFEST
41598____________________________________________________________________________
41599[ 8470] By: jhi on 2001/01/18 04:16:00
41600 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)
41601 From: Peter Prymmer <pvhp@forte.com>
41602 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41603 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41604 Replace #8463.
41605 Branch: maint-5.6/perl
41606 ! configure.com
41607____________________________________________________________________________
41608[ 8469] By: jhi on 2001/01/18 04:13:02
41609 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)
41610 From: Peter Prymmer <pvhp@forte.com>
41611 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41612 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41613 Replace #8462.
41614 Branch: perl
41615 ! configure.com
41616____________________________________________________________________________
41617[ 8468] By: jhi on 2001/01/18 03:42:08
41618 Log: Integrate perlio.
41619 Branch: perl
41620 !> gv.c mg.c perlio.c util.c
41621____________________________________________________________________________
41622[ 8467] By: nick on 2001/01/17 22:41:10
41623 Log: "Safe" signals - trial implementation.
41624 gv.c tweaked to zero PL_sig_pend array
41625 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
41626 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
41627 Odd thing is that it "works" with PERLIO=stdio as well (linux).
41628 Branch: perlio
41629 ! gv.c mg.c perlio.c util.c
41630____________________________________________________________________________
41631[ 8466] By: nick on 2001/01/17 20:40:20
41632 Log: Integrate mainline.
41633 Branch: perlio
41634 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41635 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41636 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
41637 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41638 !> vos/config.ga.h win32/config.bc win32/config.gc
41639 !> win32/config.vc
41640____________________________________________________________________________
41641[ 8465] By: jhi on 2001/01/17 18:37:13
41642 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
41643 From: Nicholas Clark <nick@ccl4.org>
41644 Date: Wed, 17 Jan 2001 17:31:33 +0000
41645 Message-ID: <20010117173133.I2633@plum.flirble.org>
41646 Branch: perl
41647 ! t/op/int.t
41648____________________________________________________________________________
41649[ 8464] By: jhi on 2001/01/17 14:43:17
41650 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
41651 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41652 Date: Wed, 17 Jan 2001 15:16:43 +0100
41653 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
41654
41655 pp_int() was dropping an NV to the floor,
41656 int(279964589018079/59) either returned not an integer
41657 4745162525730.15, or one got "Attempt to free unreferenced scalar."
41658 Branch: perl
41659 ! pp.c
41660____________________________________________________________________________
41661[ 8463] By: jhi on 2001/01/17 06:12:42
41662 Log: (Replaced by #8470)
41663
41664 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)
41665 From: "Craig A. Berry" <craigberry@mac.com>
41666 Date: Tue, 16 Jan 2001 23:38:46 -0600
41667 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41668 Branch: maint-5.6/perl
41669 ! configure.com
41670____________________________________________________________________________
41671[ 8462] By: jhi on 2001/01/17 06:11:31
41672 Log: (Replaced by #8469)
41673
41674 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)
41675 From: "Craig A. Berry" <craigberry@mac.com>
41676 Date: Tue, 16 Jan 2001 23:38:46 -0600
41677 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41678 Branch: perl
41679 ! configure.com
41680____________________________________________________________________________
41681[ 8461] By: jhi on 2001/01/17 05:56:12
41682 Log: Allow for one trailing slash in the directory of mkdir().
41683 Branch: perl
41684 ! pp_sys.c
41685____________________________________________________________________________
41686[ 8460] By: jhi on 2001/01/17 03:26:01
41687 Log: Metaconfig unit changes for #8459.
41688 Branch: metaconfig
41689 ! U/modified/Loc.U U/modified/sig_name.U
41690____________________________________________________________________________
41691[ 8459] By: jhi on 2001/01/17 03:24:48
41692 Log: Define SIG_SIZE, the number of elements in the sig_name and
41693 sig_num arrays, including the final NULL entry.
41694 Branch: perl
41695 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41696 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41697 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
41698 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41699 ! win32/config.bc win32/config.gc win32/config.vc
41700____________________________________________________________________________
41701[ 8458] By: jhi on 2001/01/17 01:41:33
41702 Log: Integrate perlio.
41703 Branch: perl
41704 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41705 !> perlapi.h proto.h sv.c
41706____________________________________________________________________________
41707[ 8457] By: nick on 2001/01/16 22:07:26
41708 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
41709 Provides all the "cost" but no benefit yet - it is to allow cost
41710 to be measured, and implementation experiments (just in mg.c?).
41711 Branch: perlio
41712 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41713 ! perlapi.h proto.h sv.c
41714____________________________________________________________________________
41715[ 8456] By: nick on 2001/01/16 21:07:07
41716 Log: Integrate mainline.
41717 Branch: perlio
41718 !> (integrate 51 files)
41719____________________________________________________________________________
41720[ 8455] By: jhi on 2001/01/16 18:13:43
41721 Log: Subject: [PATCH] regcomp.c old feature removal
41722 From: mjd@plover.com
41723 Date: 16 Jan 2001 14:43:18 -0000
41724 Message-ID: <20010116144318.7140.qmail@plover.com>
41725 Branch: perl
41726 ! regcomp.c
41727____________________________________________________________________________
41728[ 8454] By: jhi on 2001/01/16 16:12:39
41729 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
41730 From: "Indy Singh" <indy@nusphere.com>
41731 Date: Wed, 10 Jan 2001 20:17:49 -0500
41732 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
41733 Branch: maint-5.6/perl
41734 ! win32/Makefile
41735____________________________________________________________________________
41736[ 8453] By: jhi on 2001/01/16 16:09:33
41737 Log: Update Changes.
41738 Branch: perl
41739 ! Changes patchlevel.h
41740____________________________________________________________________________
e26f5b62
JH
41741[ 8452] By: jhi on 2001/01/16 15:42:04
41742 Log: Subject: Re: API Cleanup
41743 To: perl5-porters@perl.org
41744 Date: Tue, 16 Jan 2001 13:42:30 +0000
41745 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
41746
41747 Subject: [PATCH] utf8.c documentation
41748 From: Simon Cozens <simon@cozens.net>
41749 Date: Tue, 16 Jan 2001 13:52:48 +0000
41750 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
41751
41752 Subject: Re: API Cleanup
41753 From: Simon Cozens <simon@cozens.net>
41754 Date: Tue, 16 Jan 2001 14:58:55 +0000
41755 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
41756
41757 UTF-8 doc patches.
41758 Branch: perl
41759 ! embed.pl pod/perlapi.pod utf8.c
41760____________________________________________________________________________
41761[ 8451] By: jhi on 2001/01/16 14:41:39
41762 Log: podlators 1.07, from Russ Allbery.
41763 Branch: perl
41764 ! lib/Pod/Man.pm
41765____________________________________________________________________________
41766[ 8450] By: jhi on 2001/01/16 14:24:19
41767 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
41768 From: "Indy Singh" <indy@nusphere.com>
41769 Date: Mon, 15 Jan 2001 20:59:40 -0500
41770 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
41771 Branch: perl
41772 ! win32/Makefile
41773____________________________________________________________________________
41774[ 8449] By: jhi on 2001/01/16 03:42:55
41775 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41776 at the setting of the ofs_sv in new_struct_thread() as the
137e7465
JH
41777 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41778 uninitialized fields are, uh, initialized with),
41779 SvREFCNT_inc()ing that invited a core dump.
e26f5b62
JH
41780 Branch: perl
41781 ! util.c
41782____________________________________________________________________________
41783[ 8448] By: jhi on 2001/01/16 01:49:07
41784 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
41785 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41786 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
41787 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
41788
41789 Replace #8444 and #8445.
41790 Branch: perl
41791 ! ext/B/B.xs ext/B/B/Debug.pm
41792____________________________________________________________________________
41793[ 8447] By: jhi on 2001/01/15 21:05:35
41794 Log: Subject: [PATCH] API Variable documentation
41795 From: Simon Cozens <simon@cozens.net>
41796 Date: Mon, 15 Jan 2001 19:35:54 +0000
41797 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
41798 Branch: perl
41799 ! pod/perlapi.pod thrdvar.h
41800____________________________________________________________________________
41801[ 8446] By: jhi on 2001/01/15 20:49:20
41802 Log: Signedness nit.
41803 Branch: perl
41804 ! pp_ctl.c
41805____________________________________________________________________________
41806[ 8445] By: jhi on 2001/01/15 20:28:48
41807 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
41808 Branch: perl
41809 ! ext/B/B/Debug.pm
41810____________________________________________________________________________
41811[ 8444] By: jhi on 2001/01/15 13:09:10
41812 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
41813 Branch: perl
41814 ! ext/B/B.xs
41815____________________________________________________________________________
41816[ 8443] By: jhi on 2001/01/15 13:06:26
41817 Log: Missing from #8439.
41818 Branch: perl
41819 ! keywords.h mg.c
41820____________________________________________________________________________
41821[ 8442] By: jhi on 2001/01/15 13:02:38
41822 Log: Subject: [PATCH @8436] Eliminate op_children
41823 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41824 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
41825 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
41826
41827 Subject: [PATCH @8436] Re: Eliminate op_children
41828 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41829 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
41830 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
41831 Branch: perl
41832 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
41833 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
41834 ! op.c op.h
41835____________________________________________________________________________
41836[ 8441] By: jhi on 2001/01/15 12:57:08
41837 Log: Use the /^Perl_/-less form of is_lvalue_sub().
41838 Branch: perl
41839 ! pp.h
41840____________________________________________________________________________
41841[ 8440] By: jhi on 2001/01/15 05:13:09
41842 Log: Revert #8437 and #8438, the Linux large files story is more complex.
41843 Branch: metaconfig/U/perl
41844 ! d_fpos64_t.U d_off64_t.U
41845 Branch: perl
41846 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41847 ! config_h.SH configure.com epoc/config.sh perl.h
41848 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41849 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41850 ! win32/config.bc win32/config.gc win32/config.vc
41851____________________________________________________________________________
41852[ 8439] By: jhi on 2001/01/15 05:02:24
41853 Log: More UTF-8 patches from Inaba Hiroto.
41854 - The substr lval was still not okay.
41855 - Now pp_stringify and sv_setsv copies source's UTF8 flag
41856 even if IN_BYTE. pp_stringify is called from fold_constants
41857 at optimization phase and "\x{100}" was made SvUTF8_off under
41858 use bytes (the bytes pragma is for "byte semantics" and not
41859 for "do not produce UTF8 data")
41860 - New `qu' operator to generate UTF8 string explicitly.
41861 Though I agree with the policy "0x00-0xff always produce bytes",
41862 sometimes want to such a string to be coded in UTF8.
41863 I can use pack"U0a*" but it requires more typing and has
41864 runtime overhead.
41865 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
41866 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
41867 string is not UTF8_on and has char 0x80-0xff.
41868
41869 TODO: document and test qu.
41870 Branch: perl
41871 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
41872 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
41873 ! toke.c
41874____________________________________________________________________________
41875[ 8438] By: jhi on 2001/01/14 05:10:23
137e7465
JH
41876 Log: (Reverted by #8440)
41877
41878 Metaconfig unit changes for #8437.
e26f5b62
JH
41879 Branch: metaconfig/U/perl
41880 ! d_fpos64_t.U d_off64_t.U
41881____________________________________________________________________________
41882[ 8437] By: jhi on 2001/01/14 04:55:34
137e7465
JH
41883 Log: (Reverted by #8440)
41884
41885 Add <features.h> probing, seems to be needed for (some?)
e26f5b62
JH
41886 Linux largefileness.
41887 Branch: perl
41888 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41889 ! config_h.SH configure.com epoc/config.sh perl.h
41890 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41891 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41892 ! win32/config.bc win32/config.gc win32/config.vc
41893____________________________________________________________________________
41894[ 8436] By: jhi on 2001/01/13 17:47:21
41895 Log: Tighten some of the tests a bit.
41896 Branch: perl
41897 ! t/pragma/utf8.t
41898____________________________________________________________________________
41899[ 8435] By: jhi on 2001/01/13 17:31:54
41900 Log: Integrate perlio.
41901 Branch: perl
41902 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
41903 !> win32/config_H.gc win32/config_H.vc
41904____________________________________________________________________________
41905[ 8434] By: nick on 2001/01/13 11:36:53
41906 Log: Run dmake regen_config_h for Win32
41907 Branch: perlio
41908 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41909____________________________________________________________________________
41910[ 8433] By: nick on 2001/01/13 11:31:55
41911 Log: VMS friendly patch to Encode compile process
41912 Branch: perlio
41913 ! ext/Encode/Makefile.PL ext/Encode/compile
41914____________________________________________________________________________
41915[ 8432] By: nick on 2001/01/13 11:06:44
41916 Log: Integrate mainline
41917 Branch: perlio
41918 +> ext/B/B/Concise.pm
41919 !> (integrate 52 files)
41920____________________________________________________________________________
41921[ 8431] By: jhi on 2001/01/13 05:55:55
41922 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
41923 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41924 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
41925 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
41926 Branch: perl
41927 ! ext/B/B/Concise.pm
41928____________________________________________________________________________
41929[ 8430] By: jhi on 2001/01/13 04:24:18
41930 Log: The LVRET macro needed an aTHX.
41931 Branch: perl
41932 ! pp.h
41933____________________________________________________________________________
41934[ 8429] By: jhi on 2001/01/13 02:12:42
41935 Log: Update Changes.
41936 Branch: perl
41937 ! Changes patchlevel.h
41938____________________________________________________________________________
14ba8b5c
JH
41939[ 8428] By: jhi on 2001/01/13 02:08:50
41940 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
41941 From: Peter Prymmer <pvhp@forte.com>
41942 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
41943 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
41944
41945 Add a BEGIN guard for sloppy floating point division.
41946 Branch: perl
41947 ! lib/Math/BigInt.pm lib/bigint.pl
41948____________________________________________________________________________
41949[ 8427] By: jhi on 2001/01/13 01:47:16
41950 Log: The B::Terse drop-in replacement wasn't quite drop-in.
41951 Branch: perl
41952 ! ext/B/B/Terse.pm
41953____________________________________________________________________________
41954[ 8426] By: jhi on 2001/01/12 21:20:43
41955 Log: Use UVXf.
41956 Branch: perl
41957 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41958 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
41959 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41960 ! vos/config.ga.def vos/config.ga.h win32/config.bc
41961 ! win32/config.gc win32/config.vc
41962____________________________________________________________________________
41963[ 8425] By: jhi on 2001/01/12 20:20:14
41964 Log: Subject: [PATCH perl@8342] -Wformat
41965 From: Robin Barker <rmb1@cise.npl.co.uk>
41966 Date: Fri, 12 Jan 2001 20:03:14 GMT
41967 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
41968 Branch: perl
41969 ! ext/Encode/Encode.xs mg.c sv.c toke.c
41970____________________________________________________________________________
41971[ 8424] By: jhi on 2001/01/12 20:01:48
41972 Log: Subject: B::Concise -- an improved replacement for B::Terse
41973 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41974 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
41975 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
41976 Branch: perl
41977 + ext/B/B/Concise.pm
41978 ! MANIFEST ext/B/B/Terse.pm
41979____________________________________________________________________________
41980[ 8423] By: jhi on 2001/01/12 19:24:02
41981 Log: The new metaconfig unit from the #8421.
41982 Branch: metaconfig/U/perl
41983 + d_sigprocmask.U
41984____________________________________________________________________________
41985[ 8422] By: jhi on 2001/01/12 19:23:43
41986 Log: Forgot the microperl config from the #8421.
41987 Branch: perl
41988 ! uconfig.h uconfig.sh
41989____________________________________________________________________________
41990[ 8421] By: jhi on 2001/01/12 19:05:27
41991 Log: Add sigprocmask() probe, regen Configure, regen toc.
41992 Branch: perl
41993 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41994 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
41995 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41996 ! vos/config.ga.h win32/config.bc win32/config.gc
41997 ! win32/config.vc
41998____________________________________________________________________________
41999[ 8420] By: jhi on 2001/01/12 18:34:31
42000 Log: Add sockatmark() to the todo list.
42001 Branch: perl
42002 ! Todo-5.6
42003____________________________________________________________________________
42004[ 8419] By: jhi on 2001/01/12 18:09:46
42005 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42006 Branch: perl
42007 ! op.c
42008____________________________________________________________________________
42009[ 8418] By: jhi on 2001/01/12 18:05:30
42010 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42011 From: Radu Greab <radu@netsoft.ro>
42012 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
42013 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
42014 Branch: perl
42015 ! op.c t/pragma/sub_lval.t
42016____________________________________________________________________________
42017[ 8417] By: jhi on 2001/01/12 16:09:09
42018 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
42019 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42020 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
42021 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
42022 Branch: perl
42023 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
42024 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
42025 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
42026 ! t/pragma/sub_lval.t toke.c
42027____________________________________________________________________________
42028[ 8416] By: jhi on 2001/01/12 15:42:06
42029 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42030 From: "Richard Soderberg" <rs@crystalflame.net>
42031 Date: Fri, 12 Jan 2001 04:49:35 -0800
42032 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
42033
42034 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42035 according to the platform.
42036 Branch: perl
42037 ! op.c
42038____________________________________________________________________________
42039[ 8415] By: jhi on 2001/01/12 15:33:41
42040 Log: One more UTF-8 fix from Inaba Hiroto.
42041 Branch: perl
42042 ! pp.c regexec.c t/pragma/utf8.t
42043____________________________________________________________________________
42044[ 8414] By: jhi on 2001/01/12 15:30:18
42045 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
42046 Branch: perl
42047 ! regexec.c
42048____________________________________________________________________________
42049[ 8413] By: jhi on 2001/01/12 15:22:10
42050 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
42051 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42052 Date: Thu, 11 Jan 2001 12:53:36 +0100
42053 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
42054 Branch: perl
42055 ! toke.c
42056____________________________________________________________________________
42057[ 8412] By: jhi on 2001/01/12 15:20:25
42058 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
42059 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42060 Date: Fri, 12 Jan 2001 14:37:55 +0100
42061 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
42062 Branch: perl
42063 ! hints/posix-bc.sh
42064____________________________________________________________________________
42065[ 8411] By: jhi on 2001/01/12 15:14:14
42066 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
42067 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42068 Date: Fri, 12 Jan 2001 10:42:21 +0100
42069 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
42070 Branch: perl
42071 ! t/op/regmesg.t
42072____________________________________________________________________________
42073[ 8410] By: jhi on 2001/01/12 05:48:55
42074 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
42075 From: Nicholas Clark <nick@ccl4.org>
42076 Date: Sun, 7 Jan 2001 19:47:14 +0000
42077 Message-ID: <20010107194714.B1048@plum.flirble.org>
42078 Branch: perl
42079 ! t/op/numconvert.t
42080____________________________________________________________________________
42081[ 8409] By: jhi on 2001/01/12 05:41:28
42082 Log: Integrate perlio.
42083 Branch: perl
42084 !> mg.c scope.h
42085____________________________________________________________________________
42086[ 8408] By: nick on 2001/01/11 22:43:28
42087 Log: Remove variables that were used in experiments.
42088 Branch: perlio
42089 ! mg.c
42090____________________________________________________________________________
42091[ 8407] By: nick on 2001/01/11 20:57:44
42092 Log: Catch die in %SIG handler and unblock the signal before re-dying.
42093 This make Linux work _without_ sigsetjmp().
42094 Turn off sigsetjmp() to see what else it does.
42095 May need Configure probe for sigprocmask() if anything has sigaction()
42096 but not sigprocmask().
42097 Branch: perlio
42098 ! mg.c scope.h
42099____________________________________________________________________________
42100[ 8406] By: nick on 2001/01/11 19:32:07
42101 Log: Integrate mainline
42102 Branch: perlio
42103 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
42104 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
42105 !> t/op/substr.t
42106____________________________________________________________________________
42107[ 8405] By: jhi on 2001/01/11 17:11:01
42108 Log: Fix UTF-8 lval substr().
42109 Branch: perl
42110 ! mg.c t/op/substr.t
42111____________________________________________________________________________
42112[ 8404] By: jhi on 2001/01/11 05:13:58
42113 Log: Update Changes.
42114 Branch: perl
42115 ! Changes patchlevel.h
42116____________________________________________________________________________
31a5f8c1
JH
42117[ 8403] By: jhi on 2001/01/11 04:38:24
42118 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42119 From: Hugo <hv@crypt.compulink.co.uk>
42120 Date: Mon, 30 Oct 2000 01:33:26 +0000
42121 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
42122 Branch: perl
42123 ! regexec.c t/op/re_tests
42124____________________________________________________________________________
42125[ 8402] By: jhi on 2001/01/11 04:26:12
42126 Log: Integrate perlio.
42127 Branch: perl
42128 !> scope.h util.c
42129____________________________________________________________________________
42130[ 8401] By: nick on 2001/01/10 22:52:55
42131 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
42132 (So Alan and Ilya can try setting via hints.)
42133 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
42134 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
42135 doing the save everywhere seems to restart read() correctly, but just
42136 doing it once "round" the handler does not.
42137 Branch: perlio
42138 ! scope.h
42139____________________________________________________________________________
42140[ 8400] By: jhi on 2001/01/10 21:57:54
42141 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
42142 of IRIX, HP-UX is unaffected.
42143 Branch: perl
42144 ! perl.h
42145____________________________________________________________________________
42146[ 8399] By: nick on 2001/01/10 21:29:19
42147 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
42148 Branch: perlio
42149 ! util.c
42150____________________________________________________________________________
42151[ 8398] By: jhi on 2001/01/10 20:55:31
137e7465 42152 Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
31a5f8c1
JH
42153 also have ReusePort.
42154 Branch: perl
42155 ! ext/IO/lib/IO/Socket/INET.pm
42156____________________________________________________________________________
42157[ 8397] By: jhi on 2001/01/10 20:50:57
42158 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42159 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42160 Date: Wed, 10 Jan 2001 01:38:13 -0800
42161 Message-ID: <20010110013813.B41744@yahoo-inc.com>
42162 Branch: perl
42163 ! ext/IO/lib/IO/Socket/INET.pm
42164____________________________________________________________________________
42165[ 8396] By: jhi on 2001/01/10 20:49:30
42166 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
42167 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42168 Date: Wed, 10 Jan 2001 01:37:32 -0800
42169 Message-ID: <20010110013732.A41744@yahoo-inc.com>
42170 Branch: perl
42171 ! ext/Socket/Socket.pm
42172____________________________________________________________________________
42173[ 8395] By: jhi on 2001/01/10 20:41:37
42174 Log: Test for bug id 20010105.016 (fixed by #8378).
42175 Branch: perl
42176 ! t/op/split.t
42177____________________________________________________________________________
42178[ 8394] By: jhi on 2001/01/10 20:26:32
42179 Log: Integrate perlio.
42180 Branch: perl
42181 ! util.c
42182____________________________________________________________________________
42183[ 8393] By: nick on 2001/01/10 19:34:30
42184 Log: Back out Simon's pid hackery for now.
42185 Branch: perlio
42186 ! util.c
42187____________________________________________________________________________
42188[ 8392] By: nick on 2001/01/10 19:23:13
42189 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
42190 Branch: perlio
42191 !> (integrate 29 files)
42192____________________________________________________________________________
42193[ 8391] By: jhi on 2001/01/10 18:43:15
42194 Log: Subject: [PATCH] Fix my_pclose segfault
42195 From: Simon Cozens <simon@cozens.net>
42196 Date: Wed, 10 Jan 2001 18:39:35 +0000
42197 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
42198 Branch: perl
42199 ! util.c
42200____________________________________________________________________________
42201[ 8390] By: jhi on 2001/01/10 18:42:08
42202 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
42203 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42204 Date: Wed, 10 Jan 2001 13:23:02 EST
42205 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
42206 Branch: perl
42207 ! ext/Opcode/Opcode.xs
42208____________________________________________________________________________
42209[ 8389] By: jhi on 2001/01/10 15:16:07
42210 Log: Turn off the integer preservation for now.
42211 Branch: perl
42212 ! perl.h
42213____________________________________________________________________________
42214[ 8388] By: jhi on 2001/01/10 15:01:25
42215 Log: Few more IDE/editor nits from p5p.
42216 Branch: perl
42217 ! pod/perlfaq3.pod
42218____________________________________________________________________________
42219[ 8387] By: jhi on 2001/01/10 06:53:16
42220 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
42221 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
42222 Date: Tue, 9 Jan 2001 23:16:02 +0000
42223 Message-ID: <20010109231602.A81101@plum.flirble.org>
42224 Branch: perl
42225 ! sv.c
42226____________________________________________________________________________
42227[ 8386] By: jhi on 2001/01/10 03:17:54
42228 Log: Test cases for #8385 (from Simon's "torture.pl")
42229 Branch: perl
42230 ! t/op/tr.t
42231____________________________________________________________________________
42232[ 8385] By: jhi on 2001/01/10 03:17:11
42233 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
42234 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
42235 Date: Wed, 10 Jan 2001 11:39:39 +0900
42236 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
42237
42238 Some more UTF-8 tr cases fixed.
42239 Branch: perl
42240 ! doop.c
42241____________________________________________________________________________
42242[ 8384] By: jhi on 2001/01/09 22:45:40
42243 Log: Allow the locale test needing POSIX and the taint test
42244 needing IPC::SysV to run under 'minitest' (basically,
42245 bail out if loading the extension fails)
42246 Branch: perl
42247 ! t/op/misc.t t/op/taint.t
42248____________________________________________________________________________
42249[ 8383] By: jhi on 2001/01/09 21:36:04
42250 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42251 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42252 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
42253 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
42254 Branch: perl
42255 ! t/io/openpid.t
42256____________________________________________________________________________
42257[ 8382] By: jhi on 2001/01/09 21:06:08
42258 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
42259 Should finish up the bug id 20001205.022.
42260 Branch: perl
42261 ! pp.c pp_hot.c scope.c
42262____________________________________________________________________________
42263[ 8381] By: jhi on 2001/01/09 18:27:43
42264 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
42265 From: Andy Dougherty <doughera@lafayette.edu>
42266 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
42267 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
42268
42269 More robust yacc/bison error detection.
42270 Branch: perl
42271 ! t/comp/proto.t
42272____________________________________________________________________________
42273[ 8380] By: jhi on 2001/01/09 15:21:38
42274 Log: Subject: [PATCH] make t/op/misc.t work on VMS
42275 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42276 Date: Tue, 9 Jan 2001 07:53:55 EST
42277 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
42278 Branch: perl
42279 ! t/op/misc.t vms/test.com
42280____________________________________________________________________________
42281[ 8379] By: jhi on 2001/01/09 15:20:38
42282 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
42283 From: jhi@cc.hut.fi
42284 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
42285 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
42286
42287 The #8378 fixed this.
42288 Branch: perl
42289 ! t/op/tr.t
42290____________________________________________________________________________
42291[ 8378] By: jhi on 2001/01/09 15:05:32
42292 Log: Subject: One more patch for UTF8
42293 From: Inaba Hiroto <inaba@st.rim.or.jp>
42294 Date: Tue, 09 Jan 2001 01:04:32 +0900
42295 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
42296
42297 UTF-8 fixes for 'x' and tr///.
42298 Branch: perl
42299 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
42300 ! regcomp.c regexec.c toke.c utf8.c
42301____________________________________________________________________________
42302[ 8377] By: jhi on 2001/01/09 14:32:17
42303 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42304 Branch: perl
42305 ! t/op/length.t
42306____________________________________________________________________________
42307[ 8376] By: jhi on 2001/01/09 04:32:32
42308 Log: integrate changes #7775, #8316, #8316 from mainline
42309 Branch: maint-5.6/perl
42310 ! hints/solaris_2.sh
42311____________________________________________________________________________
42312[ 8375] By: jhi on 2001/01/09 04:26:43
42313 Log: Update Changes.
42314 Branch: perl
42315 ! Changes patchlevel.h
42316____________________________________________________________________________
3a80aac8
JH
42317[ 8374] By: jhi on 2001/01/09 04:14:32
42318 Log: IDE/editor section tweaking.
42319 Branch: perl
42320 ! pod/perlfaq3.pod
42321____________________________________________________________________________
42322[ 8373] By: jhi on 2001/01/09 02:38:26
42323 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
42324 From: Peter Prymmer <pvhp@forte.com>
42325 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
42326 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
42327
42328 In preparation os OS/390 dynamic loading.
42329 Branch: perl
42330 ! README.os390 hints/os390.sh
42331____________________________________________________________________________
42332[ 8372] By: jhi on 2001/01/09 00:24:30
42333 Log: Integrate with perlio.
42334 Branch: perl
42335 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42336____________________________________________________________________________
42337[ 8371] By: nick on 2001/01/08 23:54:33
42338 Log: Fix "scalars leaked" bugs caused by overload magic
42339 (Highlighted by Ilya's DESTROY optimization.)
42340 Branch: perlio
42341 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42342____________________________________________________________________________
42343[ 8370] By: nick on 2001/01/08 20:19:41
42344 Log: Integrate mainline
42345 Branch: perlio
42346 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
42347 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
42348 !> t/op/64bitint.t
42349____________________________________________________________________________
42350[ 8369] By: jhi on 2001/01/08 17:30:52
42351 Log: save_delete() Safefree() doesn't (anymore?) work with shared
42352 strings, one test failure in op/misc and almost all of lib/b.
42353 (Outcomments #8369.)
42354 Branch: perl
42355 ! scope.c
42356____________________________________________________________________________
42357[ 8368] By: jhi on 2001/01/08 14:47:10
42358 Log: (Outcommented by #8369.)
42359
42360 Subject: Re: Perl BugID 20001205.022 ---- save_delete
42361 From: Simon Cozens <simon@cozens.net>
42362 Date: Sat, 6 Jan 2001 11:48:40 +0000
42363 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
42364
42365 The save_delete() does need the Safefree.
42366 Branch: perl
42367 ! scope.c
42368____________________________________________________________________________
42369[ 8367] By: bailey on 2001/01/08 08:53:52
42370 Log: Once again syncing after too long an absence
42371 Branch: vmsperl
42372 +> (branch 55 files)
42373 - MAINTAIN fix_pl vos/config.def vos/config.h
42374 - vos/config_h.SH_orig
42375 !> (integrate 498 files)
42376____________________________________________________________________________
42377[ 8366] By: jhi on 2001/01/08 02:42:59
42378 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
42379 From: nick@ccl4.org
42380 Date: Sun, 7 Jan 2001 21:07:18 +0000
42381 Message-Id: <20010107210717.D1048@plum.flirble.org>
42382 Branch: perl
42383 ! sv.c t/op/64bitint.t
42384____________________________________________________________________________
42385[ 8365] By: jhi on 2001/01/08 02:35:16
42386 Log: Subject: [PATCH] environ nit
42387 From: Simon Cozens <simon@cozens.net>
42388 Date: Sun, 7 Jan 2001 17:57:07 +0000
42389 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
42390
42391 Use environ only if we have it.
42392 Branch: perl
42393 ! mg.c
42394____________________________________________________________________________
42395[ 8364] By: jhi on 2001/01/08 02:24:51
42396 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
42397 Branch: perl
42398 ! ext/GDBM_File/GDBM_File.xs
42399____________________________________________________________________________
42400[ 8363] By: jhi on 2001/01/08 02:19:24
42401 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42402 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42403 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
42404 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
42405 Branch: perl
42406 ! dump.c op.c
42407____________________________________________________________________________
42408[ 8362] By: jhi on 2001/01/08 02:17:43
42409 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
42410 From: Doug MacEachern <dougm@covalent.net>
42411 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
42412 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
42413
42414 Allow AUTOLOAD to be an xsub and allow such xsubs
42415 to avoid use of $AUTOLOAD.
42416 Branch: perl
42417 ! gv.c
42418____________________________________________________________________________
42419[ 8361] By: jhi on 2001/01/08 02:16:07
42420 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42421 From: Radu Greab <radu@netsoft.ro>
42422 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
42423 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
42424
42425 No need for the potentially unportable $SIG{CHLD}.
42426 Branch: perl
42427 ! t/io/pipe.t
42428____________________________________________________________________________
42429[ 8360] By: jhi on 2001/01/08 01:58:23
42430 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
42431 Branch: perl
42432 ! lib/Getopt/Long.pm
42433____________________________________________________________________________
42434[ 8359] By: jhi on 2001/01/08 01:55:44
42435 Log: Integrate perlio.
42436 Branch: perl
42437 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
42438 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
42439 !> utf8.c win32/Makefile
42440____________________________________________________________________________
42441[ 8358] By: jhi on 2001/01/07 21:16:50
42442 Log: Update the EPOC cross SDK URL.
42443 Branch: perl
42444 ! README.epoc
42445____________________________________________________________________________
42446[ 8357] By: jhi on 2001/01/07 21:16:09
42447 Log: Update the EPOC cross SDK URL.
42448 Branch: maint-5.6/perl
42449 ! README.epoc
42450____________________________________________________________________________
42451[ 8356] By: nick on 2001/01/06 21:47:52
42452 Log: FILE * in XS code for PerlIO world:
42453 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
42454 - Add FILE * T_STDIO typemap.
42455 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
42456 Branch: perlio
42457 ! lib/ExtUtils/typemap perlio.c perlio.h
42458____________________________________________________________________________
42459[ 8355] By: jhi on 2001/01/06 20:27:15
31a5f8c1 42460 Log: integrate change #8336 from mainline
3a80aac8
JH
42461
42462 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
42463 Branch: maint-5.6/perl
42464 ! hv.c
42465____________________________________________________________________________
42466[ 8354] By: jhi on 2001/01/06 20:24:29
42467 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42468 From: Robin Barker <rmb1@cise.npl.co.uk>
42469 Date: Fri, 22 Dec 2000 12:17:38 GMT
42470 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42471
42472 The patch reformats some long =item lines so they give
42473 correct output via pod2man | nroff -man
42474
42475 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42476 From: Robin Barker <rmb1@cise.npl.co.uk>
42477 Date: Tue, 2 Jan 2001 15:35:03 GMT
42478 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42479
42480 Here is a _further_ patch which corrects a few more errors:
42481 * an empty C<=item> in CPAN.pm
42482 * patching the wrong file (pod/perlamiga.pod not README.amiga)
42483 * leaving empty C<=item>s which formatted incorrectly
42484 * over long C<=item>s revealed by latest patch to Pod::Man
42485 Branch: maint-5.6/perl
42486 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42487 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42488 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
42489 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
42490 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
42491 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
42492____________________________________________________________________________
42493[ 8353] By: jhi on 2001/01/06 20:21:10
137e7465 42494 Log: integrate changes #7980, 8056, 8057 from mainline
3a80aac8
JH
42495
42496 UTF-8 hash keys.
42497 Branch: maint-5.6/perl
42498 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
42499____________________________________________________________________________
42500[ 8352] By: jhi on 2001/01/06 20:18:44
42501 Log: Forgotten from #8438.
42502 Branch: maint-5.6/perl
42503 ! epoc/epocish.h
42504____________________________________________________________________________
42505[ 8351] By: jhi on 2001/01/06 20:18:12
42506 Log: Forgotten from #8347.
42507 Branch: maint-5.6/perl
42508 ! config_h.SH
42509____________________________________________________________________________
42510[ 8350] By: jhi on 2001/01/06 20:00:19
42511 Log: Thinko in #8347.
42512 Branch: maint-5.6/perl
42513 ! regcomp.c
42514____________________________________________________________________________
42515[ 8349] By: jhi on 2001/01/06 18:05:30
42516 Log: Copy the FAQ3 IDE section from the development branch,
42517 changes originally by Peter Prymmer.
42518 Branch: maint-5.6/perl
42519 ! pod/perlfaq3.pod
42520____________________________________________________________________________
42521[ 8348] By: jhi on 2001/01/06 18:03:02
42522 Log: EPOC updates for TRIAL1.
42523
42524 Subject: [5.6.1 trial1] EPOC update
42525 From: Olaf Flebbe <O.Flebbe@science-computing.de>
42526 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
42527 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
42528
42529 Subject: epoc patch2 for perl-5.6.1-trial1
42530 From: Olaf Flebbe <O.Flebbe@science-computing.de>
42531 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
42532 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
42533 Branch: maint-5.6/perl
42534 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
42535 ! epoc/epocish.c
42536____________________________________________________________________________
42537[ 8347] By: jhi on 2001/01/06 17:29:10
42538 Log: integrate changes #7710,7824,7973 from mainline,
42539 plus VMS nits from Peter Prymmer and Dan Sugalski.
42540
42541 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
42542 library (getprotobyname and getprotobynumber are outversioned by
42543 the same calls in libc, at least for xlc version 3.
42544
42545 Add HAS_SBRK_PROTO.
42546
42547 Fixes for signedness warnings noticed by VMSperlers.
42548 Branch: maint-5.6/perl
42549 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42550 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
42551 ! sv.c vms/descrip_mms.template vos/config.alpha.def
42552 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42553 ! win32/config.bc win32/config.gc win32/config.vc
42554____________________________________________________________________________
42555[ 8346] By: nick on 2001/01/06 14:36:01
42556 Log: Fixup accumulated integrate muddles (perlio == devperl again)
42557 Branch: perlio
42558 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
42559____________________________________________________________________________
42560[ 8345] By: nick on 2001/01/06 14:24:58
42561 Log: Integrate mainline
42562 Branch: perlio
42563 !> (integrate 55 files)
42564____________________________________________________________________________
42565[ 8344] By: jhi on 2001/01/06 02:24:02
42566 Log: Subject: [patch] PerlIO_cleanup() prototype
42567 From: Doug MacEachern <dougm@covalent.net>
42568 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
42569 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
42570 Branch: perl
42571 ! perlio.h
42572____________________________________________________________________________
42573[ 8343] By: jhi on 2001/01/06 01:04:09
42574 Log: IRIX compiler noticed that the bof initialization might be
42575 bypassed by control flow.
42576 Branch: perl
42577 ! toke.c
42578____________________________________________________________________________
42579[ 8342] By: jhi on 2001/01/06 00:10:48
42580 Log: Update Changes.
42581 Branch: perl
42582 ! Changes patchlevel.h
42583____________________________________________________________________________
4f995af1
JH
42584[ 8341] By: jhi on 2001/01/05 23:52:33
42585 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42586 Branch: perl
42587 ! toke.c
42588____________________________________________________________________________
42589[ 8340] By: jhi on 2001/01/05 22:44:08
42590 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42591 From: Radu Greab <radu@netsoft.ro>
42592 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
42593 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
42594 Branch: perl
42595 ! t/io/pipe.t util.c
42596____________________________________________________________________________
42597[ 8339] By: jhi on 2001/01/05 22:35:17
42598 Log: Subject: [PATCH] format and rewording in perlfaq.pod
42599 From: Robin Barker <rmb1@cise.npl.co.uk>
42600 Date: Fri, 5 Jan 2001 18:51:20 GMT
42601 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
42602 Branch: perl
42603 ! pod/perlfaq.pod
42604____________________________________________________________________________
42605[ 8338] By: jhi on 2001/01/05 22:31:17
42606 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
42607 From: Peter Prymmer <pvhp@forte.com>
42608 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
42609 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
42610 Branch: perl
42611 ! utils/perlbug.PL
42612____________________________________________________________________________
42613[ 8337] By: jhi on 2001/01/05 18:15:11
42614 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42615 From: Robin Barker <rmb1@cise.npl.co.uk>
42616 Date: Tue, 2 Jan 2001 15:24:07 GMT
42617 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
42618
42619 If you call configure as C<./Configure> or C<sh ./Configure>,
42620 $src is set to the absolute path name, not '.'.
42621
42622 This, in turn, means -Dmksymlink tries to do its stuff because
42623 it does not think it is in the src directory.
42624
42625 (plus a metaconfig nitfix)
42626 Branch: metaconfig
42627 ! U/compline/ccflags.U U/modified/src.U
42628 Branch: perl
42629 ! Configure config_h.SH
42630____________________________________________________________________________
42631[ 8336] By: jhi on 2001/01/05 17:48:32
42632 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
42633 From: Alan Burlison <Alan.Burlison@uk.sun.com>
42634 Message-ID: <3A5606C4.473D2226@uk.sun.com>
42635 Date: Fri, 05 Jan 2001 17:39:16 +0000
42636 Branch: perl
42637 ! hv.c
42638____________________________________________________________________________
42639[ 8335] By: jhi on 2001/01/05 16:05:44
42640 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
42641 Branch: perl
42642 ! lib/Getopt/Long.pm
42643____________________________________________________________________________
42644[ 8334] By: jhi on 2001/01/05 16:00:51
42645 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42646 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42647 Date: Fri, 05 Jan 2001 13:46:51 +0100
42648 Message-ID: <13693.978698811@nice.ram.loc>
42649
42650 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42651 accurate reading of the "atime".
42652 Branch: perl
42653 ! t/io/fs.t
42654____________________________________________________________________________
42655[ 8333] By: jhi on 2001/01/05 15:57:37
42656 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
42657 From: Simon Cozens <simon@cozens.net>
42658 Date: Fri, 8 Dec 2000 13:33:31 +0000
42659 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
42660
42661 A lost patch fragment.
42662 Branch: perl
42663 ! doop.c
42664____________________________________________________________________________
42665[ 8332] By: jhi on 2001/01/05 15:40:42
42666 Log: Do away with strncpy() and a fixed length buffer.
42667 Branch: perl
42668 ! utf8.c
42669____________________________________________________________________________
42670[ 8331] By: jhi on 2001/01/05 15:03:07
42671 Log: Tests for #8329 and #8330.
42672 Branch: perl
42673 ! t/op/bop.t
42674____________________________________________________________________________
42675[ 8330] By: jhi on 2001/01/05 15:02:38
42676 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
42677 raw 8-bit form to the UTF-8 string.
42678 Branch: perl
42679 ! toke.c
42680____________________________________________________________________________
42681[ 8329] By: jhi on 2001/01/05 14:55:13
42682 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
42683 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42684 Date: Fri, 5 Jan 2001 12:28:52 +0100
42685 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
42686
42687 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
42688 no effect. (changed the strncpy() to Copy())
42689 Branch: perl
42690 ! toke.c
42691____________________________________________________________________________
42692[ 8328] By: jhi on 2001/01/05 06:44:27
42693 Log: UTF-8 cleanup.
42694 Branch: perl
42695 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42696 ! regexec.c sv.c toke.c
42697____________________________________________________________________________
42698[ 8327] By: jhi on 2001/01/05 01:11:29
42699 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')
42700 From: Radu Greab <radu@netsoft.ro>
42701 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
42702 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
42703
42704 Cleans up Harness to not use FileHandle, which uses IO.
42705 Branch: perl
42706 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42707____________________________________________________________________________
42708[ 8326] By: jhi on 2001/01/05 00:56:37
42709 Log: Update Changes.
42710 Branch: perl
42711 ! Changes patchlevel.h
42712____________________________________________________________________________
57aa58c0
JH
42713[ 8325] By: jhi on 2001/01/05 00:53:18
42714 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
42715 From: Peter Prymmer <pvhp@forte.com>
42716 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
42717 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
42718
42719 plus a couple more tailing whitespace removals.
42720 Branch: perl
42721 ! win32/Makefile
42722____________________________________________________________________________
42723[ 8324] By: jhi on 2001/01/05 00:47:39
42724 Log: Add some Unicode chop() tests.
42725 Branch: perl
42726 ! t/op/chop.t
42727____________________________________________________________________________
42728[ 8323] By: jhi on 2001/01/05 00:47:23
42729 Log: Unify UTF-8 malformedness handling.
42730 Branch: perl
42731 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
42732____________________________________________________________________________
42733[ 8322] By: jhi on 2001/01/04 22:21:54
42734 Log: The new $issymlink was unknown to Mksymlinks.
42735 Branch: metaconfig/U/perl
42736 ! Mksymlinks.U issymlink.U
42737 Branch: perl
42738 ! Configure config_h.SH
42739____________________________________________________________________________
42740[ 8321] By: jhi on 2001/01/04 21:51:05
42741 Log: The test didn't work under the core test framework.
42742 Branch: perl
42743 ! t/lib/st-lock.t
42744____________________________________________________________________________
42745[ 8320] By: jhi on 2001/01/04 21:14:22
42746 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42747 Branch: perl
42748 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
42749____________________________________________________________________________
42750[ 8319] By: jhi on 2001/01/04 20:46:17
42751 Log: Typo in #8312 when manually appying a problematic patch fragment.
42752 Branch: perl
42753 ! ext/Storable/Storable.xs
42754____________________________________________________________________________
42755[ 8318] By: jhi on 2001/01/04 20:43:01
42756 Log: The $sh_c didn't fly.
42757 Branch: metaconfig
42758 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42759 ! U/modified/Loc.U U/modified/myhostname.U
42760 ! U/modified/spitshell.U
42761 Branch: metaconfig/U/perl
42762 ! issymlink.U
42763 Branch: perl
42764 ! Configure config_h.SH
42765____________________________________________________________________________
42766[ 8317] By: jhi on 2001/01/04 19:58:01
42767 Log: AIX builtin test -h is broken, changes based on
42768
42769 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
42770 Date: Tue, 02 Jan 2001 11:24:39 +0100
42771 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42772 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
42773 Branch: metaconfig
42774 + U/modified/spitshell.U
42775 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42776 ! U/modified/Loc.U U/modified/myhostname.U
42777 Branch: metaconfig/U/perl
42778 ! Mksymlinks.U issymlink.U
42779 Branch: perl
42780 ! Configure
42781____________________________________________________________________________
42782[ 8316] By: jhi on 2001/01/04 19:02:22
42783 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
42784 From: Andy Dougherty <doughera@lafayette.edu>
42785 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
42786 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
42787
42788 Beware of GNU ld.
42789 Branch: perl
42790 ! hints/solaris_2.sh
42791____________________________________________________________________________
42792[ 8315] By: jhi on 2001/01/04 18:56:48
42793 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
42794 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
42795 Date: Wed, 3 Jan 2001 07:58:51 +0100
42796 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
42797 Branch: perl
42798 ! hints/solaris_2.sh
42799____________________________________________________________________________
42800[ 8314] By: jhi on 2001/01/04 18:54:07
42801 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
42802 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42803 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
42804 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
42805
42806 Doc tweak on #8313.
42807 Branch: perl
42808 ! ext/B/B/Deparse.pm
42809____________________________________________________________________________
42810[ 8313] By: jhi on 2001/01/04 18:52:27
42811 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
42812 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
42813 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42814 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
42815
42816 Make the peephole optimizer to bypass more null ops and
42817 and rewrite the deparse handling of continue blocks.
42818 Branch: perl
42819 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
42820____________________________________________________________________________
42821[ 8312] By: jhi on 2001/01/04 18:47:39
42822 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
42823 Branch: perl
42824 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42825 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42826 ! t/lib/st-lock.t
42827____________________________________________________________________________
42828[ 8311] By: jhi on 2001/01/04 18:36:08
42829 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
42830 filter to be run on each .pm during the pm_to_blib() phase,
42831 a fixed version of
42832
42833 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
42834 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42835 Date: Wed, 03 Jan 2001 22:01:30 +0100
42836 Message-ID: <5296.978555690@nice.ram.loc>
42837 Branch: perl
42838 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
42839 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42840 ! lib/ExtUtils/MakeMaker.pm
42841____________________________________________________________________________
42842[ 8310] By: jhi on 2001/01/04 18:32:54
42843 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42844 From: Robin Barker <rmb1@cise.npl.co.uk>
42845 Date: Tue, 2 Jan 2001 15:35:03 GMT
42846 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42847 Branch: perl
42848 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
42849 ! pod/perlrequick.pod
42850____________________________________________________________________________
42851[ 8309] By: jhi on 2001/01/04 18:29:07
42852 Log: Subject: Re: [patch] static-ize XS()
42853 From: Doug MacEachern <dougm@covalent.net>
42854 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
42855 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
42856
42857 Provide prototypes for the XS functions.
42858 Branch: perl
42859 ! lib/ExtUtils/xsubpp
42860____________________________________________________________________________
42861[ 8308] By: jhi on 2001/01/04 18:27:44
42862 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
42863 From: Doug MacEachern <dougm@covalent.net>
42864 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
42865 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
42866 Branch: perl
42867 ! lib/ExtUtils/typemap
42868____________________________________________________________________________
42869[ 8307] By: jhi on 2001/01/04 18:25:25
42870 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
42871 From: Doug MacEachern <dougm@covalent.net>
42872 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
42873 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
42874
42875 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
42876 Branch: perl
42877 ! lib/ExtUtils/MM_Unix.pm
42878____________________________________________________________________________
42879[ 8306] By: jhi on 2001/01/04 18:23:00
42880 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
42881 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42882 Date: Thu, 4 Jan 2001 12:47:10 +0100
42883 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
42884
42885 The toke.c part only, patching embed.h and proto.h is futile.
42886 Branch: perl
42887 ! toke.c
42888____________________________________________________________________________
42889[ 8305] By: jhi on 2001/01/04 18:05:51
42890 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
42891 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42892 Date: Thu, 4 Jan 2001 17:50:12 +0100
42893 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
42894 Branch: perl
42895 ! toke.c
42896____________________________________________________________________________
42897[ 8304] By: jhi on 2001/01/04 18:03:26
42898 Log: Subject: [PATCH perl@8269]
42899 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42900 Date: Thu, 4 Jan 2001 12:53:39 +0100
42901 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
42902
42903 If running byacc write-enable also perly.h.
42904 Branch: perl
42905 ! Makefile.SH
42906____________________________________________________________________________
42907[ 8303] By: jhi on 2001/01/04 15:40:49
42908 Log: Rewrite pp_concat() in terms of sv_catsv().
42909 Branch: perl
42910 ! pp_hot.c
42911____________________________________________________________________________
42912[ 8302] By: nick on 2001/01/03 22:43:22
42913 Log: Integrate mainline.
42914 Branch: perlio
42915 !> ext/Encode/Encode.xs sv.c utf8.c
42916____________________________________________________________________________
42917[ 8301] By: jhi on 2001/01/02 23:40:26
42918 Log: Variable naming tweak.
42919 Branch: perl
42920 ! sv.c
42921____________________________________________________________________________
42922[ 8300] By: jhi on 2001/01/02 23:40:02
42923 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
42924 in is_utf8_string().
42925 Branch: perl
42926 ! utf8.c
42927____________________________________________________________________________
42928[ 8299] By: jhi on 2001/01/02 22:14:40
42929 Log: Integrate perlio.
42930 Branch: perl
42931 !> pp.c pp_hot.c win32/Makefile
42932____________________________________________________________________________
42933[ 8298] By: nick on 2001/01/02 22:03:06
42934 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
42935 Branch: perlio
42936 ! pp.c pp_hot.c
42937____________________________________________________________________________
42938[ 8297] By: jhi on 2001/01/02 04:26:28
42939 Log: Signedness nit.
42940 Branch: perl
42941 ! ext/Encode/Encode.xs
42942____________________________________________________________________________
42943[ 8296] By: nick on 2001/01/01 23:49:36
42944 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
42945 Branch: perlio
42946 ! win32/Makefile
42947____________________________________________________________________________
42948[ 8295] By: jhi on 2001/01/01 23:05:48
42949 Log: Integrate perlio.
42950 Branch: perl
42951 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42952 !> t/lib/encode.t
42953____________________________________________________________________________
42954[ 8294] By: nick on 2001/01/01 22:48:34
42955 Log: Integrate mainline
42956 Branch: perlio
42957 ! pp_hot.c t/lib/encode.t
42958 !> (integrate 65 files)
42959____________________________________________________________________________
42960[ 8293] By: nick on 2001/01/01 21:58:50
42961 Log: More rigor in UTF-8-ness of Encode's toUnicode
42962 XS export some of the utf8 internal functions.
42963 Test some of the functions.
42964 Fix pp_concat() bug shown by said tests.
42965 Branch: perlio
42966 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
42967 ! t/lib/encode.t
42968____________________________________________________________________________
42969[ 8292] By: jhi on 2001/01/01 18:11:44
42970 Log: Integrate perlio.
42971 Branch: perl
42972 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
42973 !> ext/Encode/encengine.c ext/Encode/encode.h
42974____________________________________________________________________________
42975[ 8291] By: jhi on 2001/01/01 18:10:58
42976 Log: Podify README.mpeix (a new version from the web),
42977 add a dummy NAME to Carp::Heavy, regen toc.
42978 Branch: perl
42979 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
42980 ! pod/perltoc.pod
42981____________________________________________________________________________
42982[ 8290] By: nick on 2001/01/01 17:43:47
42983 Log: Loose the "Loading..." warning.
42984 Another bug in fallback support
42985 Branch: perlio
42986 ! ext/Encode/Encode.pm ext/Encode/encengine.c
42987____________________________________________________________________________
42988[ 8289] By: jhi on 2001/01/01 00:01:57
42989 Log: Bump up Larry's copyright.
42990 Branch: perl
42991 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
42992 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
42993 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
42994 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
42995 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
42996 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
42997 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
42998 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
42999____________________________________________________________________________
43000[ 8288] By: nick on 2000/12/31 21:27:53
43001 Log: Fix .ucm reading - forgot a chr()
43002 Start of .ucm write (for .enc to .ucm)
43003 Branch: perlio
43004 ! ext/Encode/compile
43005____________________________________________________________________________
43006[ 8287] By: jhi on 2000/12/31 18:15:56
43007 Log: Comment away a diagnostic message as noted by Craig A. Berry
43008 (the unexpected message was confusing testing)
43009 Branch: perl
43010 ! ext/Encode/Encode.pm
43011____________________________________________________________________________
43012[ 8286] By: jhi on 2000/12/31 18:14:51
43013 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
43014 Date: Sun, 31 Dec 2000 11:17:37 -0600
43015 From: "Craig A. Berry" <craigberry@mac.com>
43016 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
43017 Branch: perl
43018 ! ext/Encode/Makefile.PL
43019____________________________________________________________________________
43020[ 8285] By: nick on 2000/12/31 18:11:54
43021 Log: Start of support of ICU-style .ucm files:
43022 - teach compile how to read a .ucm file
43023 - first guess at how to represent fallbacks in "tries".
43024 - use fallbacks if check == 0
43025 - new return code to indicate we used one.
43026 Branch: perlio
43027 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43028 ! ext/Encode/encengine.c ext/Encode/encode.h
43029____________________________________________________________________________
43030[ 8284] By: jhi on 2000/12/31 18:04:41
43031 Log: Pacify picky VMS compiler.
43032
43033 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
43034 From: "Craig A. Berry" <craig.berry@psinetcs.com>
43035 Date: Sat, 30 Dec 2000 18:10:02 -0600
43036 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
43037 Branch: perl
43038 ! sv.c
43039____________________________________________________________________________
43040[ 8283] By: jhi on 2000/12/31 16:11:47
43041 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
43042 Branch: perl
43043 ! t/lib/glob-basic.t
43044____________________________________________________________________________
43045[ 8282] By: jhi on 2000/12/31 15:26:11
43046 Log: Integrate perlio.
43047 Branch: perl
43048 !> makedef.pl opcode.pl os2/os2.c perlio.c
43049____________________________________________________________________________
43050[ 8281] By: nick on 2000/12/31 10:06:15
43051 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
43052 is available to be exported
43053 Branch: perlio
43054 ! makedef.pl perlio.c
43055____________________________________________________________________________
43056[ 8280] By: nick on 2000/12/31 09:41:26
43057 Log: Ilya's OS2 patch (testing for damage on Win32)
43058 Branch: perlio
43059 ! makedef.pl opcode.pl os2/os2.c
43060____________________________________________________________________________
43061[ 8279] By: jhi on 2000/12/30 21:52:07
43062 Log: Test nits.
43063 Branch: perl
43064 ! t/lib/syslfs.t t/op/lfs.t
43065____________________________________________________________________________
43066[ 8278] By: jhi on 2000/12/30 21:47:49
43067 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43068 From: andreas.koenig@anima.de (Andreas J. Koenig)
43069 Date: 30 Dec 2000 22:35:37 +0100
43070 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
43071
43072 The 32-bit wraparound test wasn't quite right.
43073 Branch: perl
43074 ! t/lib/syslfs.t t/op/lfs.t
43075____________________________________________________________________________
43076[ 8277] By: jhi on 2000/12/30 21:33:44
43077 Log: Subject: [PATCH] open() example in perlfunc.pod
43078 From: Karsten Sperling <s_sperli@ira.uka.de>
43079 Date: Sat, 30 Dec 2000 22:27:09 +0100
43080 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
43081 Branch: perl
43082 ! pod/perlfunc.pod
43083____________________________________________________________________________
43084[ 8276] By: jhi on 2000/12/30 20:32:40
43085 Log: Not quite that many tests yet.
43086 Branch: perl
43087 ! t/op/pat.t
43088____________________________________________________________________________
43089[ 8275] By: jhi on 2000/12/30 20:26:58
43090 Log: Integrate perlio.
43091 Branch: perl
43092 !> toke.c
43093____________________________________________________________________________
43094[ 8274] By: jhi on 2000/12/30 20:24:56
43095 Log: Signedness nit.
43096 Branch: perl
43097 ! utf8.c
43098____________________________________________________________________________
43099[ 8273] By: jhi on 2000/12/30 20:15:46
43100 Log: Add a test case for 20000731.001 which was fixed by the #8267.
43101 Branch: perl
43102 ! t/op/pat.t
43103____________________________________________________________________________
43104[ 8272] By: nick on 2000/12/30 19:47:51
43105 Log: Tweak for MULTIPLICITY/USE_PERLIO
43106 Branch: perlio
43107 ! toke.c
43108____________________________________________________________________________
43109[ 8271] By: nick on 2000/12/30 19:46:45
43110 Log: Integrate mainline
43111 Branch: perlio
43112 +> lib/unicode/distinct.pm
43113 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
43114 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
43115 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
43116____________________________________________________________________________
43117[ 8270] By: jhi on 2000/12/30 19:39:50
43118 Log: Subject: RE: perl@8269
43119 From: "Richard Soderberg" <rs@crystalflame.net>
43120 Date: Sat, 30 Dec 2000 11:36:27 -0800
43121 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
43122
43123 A missing aTHX_.
43124 Branch: perl
43125 ! toke.c
43126____________________________________________________________________________
43127[ 8269] By: jhi on 2000/12/30 18:55:48
43128 Log: Update Changes.
43129 Branch: perl
43130 ! Changes patchlevel.h
43131____________________________________________________________________________
8d7a3e70
JH
43132[ 8268] By: jhi on 2000/12/30 17:18:40
43133 Log: Add a test for Unicode split //. The #8267 was the cure.
43134 Branch: perl
43135 ! t/op/split.t
43136____________________________________________________________________________
43137[ 8267] By: jhi on 2000/12/30 17:14:19
43138 Log: Subject: more UTF8 test suites and an UTF8 patch
43139 From: Inaba Hiroto <inaba@st.rim.or.jp>
43140 Date: Sat, 30 Dec 2000 14:27:10 +0900
43141 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
43142
43143 Just the patch part for now, and the pragma renamed
43144 as unicode::distinct.
43145 Branch: perl
43146 + lib/unicode/distinct.pm
43147 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
43148 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
43149 ! regcomp.h regexec.c sv.c toke.c utf8.c
43150____________________________________________________________________________
43151[ 8266] By: nick on 2000/12/30 16:40:49
43152 Log: Integrate mainline
43153 Branch: perlio
43154 +> lib/Pod/Text/Overstrike.pm
43155 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
43156 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
43157 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
43158 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
43159 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
43160____________________________________________________________________________
43161[ 8265] By: jhi on 2000/12/30 07:28:55
43162 Log: The sv_catsv() fix, take two.
43163 Branch: perl
43164 ! sv.c t/op/join.t
43165____________________________________________________________________________
43166[ 8264] By: jhi on 2000/12/30 06:19:18
43167 Log: Undo all the join-related changes since #8248: relevant
43168 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
43169 The new sv_catsv() doesn't fly so it must go back to
43170 the drawing board.
43171 Branch: perl
43172 ! sv.c t/op/join.t t/pragma/utf8.t
43173____________________________________________________________________________
43174[ 8263] By: jhi on 2000/12/30 01:08:32
43175 Log: (Retracted by #8264) Tweak sv_catsv() some more.
43176 Branch: perl
43177 ! sv.c
43178____________________________________________________________________________
43179[ 8262] By: jhi on 2000/12/30 00:45:14
43180 Log: Retract #8261.
43181 Branch: perl
43182 ! hv.c util.c
43183____________________________________________________________________________
43184[ 8261] By: jhi on 2000/12/30 00:38:32
43185 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
43186 Branch: perl
43187 ! hv.c util.c
43188____________________________________________________________________________
43189[ 8260] By: jhi on 2000/12/29 22:51:33
43190 Log: (Retracted by #8264) More fixing for #8251.
43191 Branch: perl
43192 ! sv.c
43193____________________________________________________________________________
43194[ 8259] By: jhi on 2000/12/29 18:27:30
43195 Log: Subject: podlators 1.06 released
43196 From: Russ Allbery <rra@stanford.edu>
43197 Date: 25 Dec 2000 05:09:30 -0800
43198 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
43199 Branch: perl
43200 + lib/Pod/Text/Overstrike.pm
43201 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
43202 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
43203____________________________________________________________________________
43204[ 8258] By: jhi on 2000/12/29 18:20:45
43205 Log: Make the large file tests more robust/talkative as suggested by
43206
43207 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43208 From: andreas.koenig@anima.de (Andreas J. Koenig)
43209 Date: 29 Dec 2000 14:23:01 +0100
43210 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
43211 Branch: perl
43212 ! t/lib/syslfs.t t/op/lfs.t
43213____________________________________________________________________________
43214[ 8257] By: jhi on 2000/12/29 17:48:04
43215 Log: Further VMS piping fixes from Charles Lane:
43216
43217 In summary, error messages produced when a subprocess terminated
43218 abnormally were being sent not just to the parent process, but to
43219 grandparents, because of default values for error output that were
43220 not completely overridden when the subprocess was started.
43221
43222 This patch fixes this behavior by defining user-mode (i.e., temporary
43223 for the duration of the program) logical names for SYS$OUTPUT and
43224 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
43225 changes to make it so that the user-mode logicals are the ones that
43226 control where Perl's error messages go if it terminates abnormally.
43227
43228 I also added some gratuitous fixes to the indentation of braces in
43229 the piping code. It just looked ugly, before.
43230 Branch: perl
43231 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
43232____________________________________________________________________________
43233[ 8256] By: jhi on 2000/12/29 17:45:12
43234 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
43235 From: "Casey R. Tweten" <crt@kiski.net>
43236 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
43237 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
43238
43239 Tests for for #8240.
43240 Branch: perl
43241 ! t/pragma/constant.t
43242____________________________________________________________________________
43243[ 8255] By: jhi on 2000/12/29 17:43:07
43244 Log: Subject: Re: [PATCH] Interesting syntax idea
43245 From: Simon Cozens <simon@cozens.net>
43246 Date: Fri, 29 Dec 2000 14:34:04 +0000
43247 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
43248
43249 Tests for #8254.
43250 Branch: perl
43251 ! t/pragma/sub_lval.t
43252____________________________________________________________________________
43253[ 8254] By: jhi on 2000/12/29 17:42:11
43254 Log: Subject: [PATCH] Interesting syntax idea
43255 From: Simon Cozens <simon@cozens.net>
43256 Date: Wed, 27 Dec 2000 05:08:57 +0000
43257 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
43258
43259 Make opens + bareword assigns do typeglob assigns.
43260 Branch: perl
43261 ! op.c
43262____________________________________________________________________________
43263[ 8253] By: jhi on 2000/12/29 17:36:45
43264 Log: Output the (apparent) version of gcc, as suggested by
43265
43266 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
43267 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
43268 Date: 26 Dec 2000 04:29:17 -0500
43269 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
43270
43271 (The patch as such didn't any more apply as the misparsing had
43272 already been addressed in #6474.) Also change the wording about
43273 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
43274 Branch: perl
43275 ! hints/dec_osf.sh
43276____________________________________________________________________________
43277[ 8252] By: nick on 2000/12/29 12:14:31
43278 Log: Integrate mainline
43279 Branch: perlio
43280 !> (integrate 27 files)
43281____________________________________________________________________________
43282[ 8251] By: jhi on 2000/12/29 08:45:46
43283 Log: (Retracted by #8264)
43284
43285 (Fixed by #8260.)
43286
43287 sv_catsv() needs one more byte space than seems reasonable.
43288 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
43289 Curiouser and curiouser.
43290 Branch: perl
43291 ! sv.c
43292____________________________________________________________________________
43293[ 8250] By: jhi on 2000/12/29 07:57:52
43294 Log: More split // UTF-8 tests.
43295 Branch: perl
43296 ! t/pragma/utf8.t
43297____________________________________________________________________________
43298[ 8249] By: jhi on 2000/12/29 07:54:51
43299 Log: (Retracted by #8264) More join() testing which was good because
43300 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
43301 Branch: perl
43302 ! pp.c t/op/join.t utf8.c utf8.h
43303____________________________________________________________________________
43304[ 8248] By: jhi on 2000/12/29 07:08:32
43305 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
43306 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
43307 that the only cases to care about are byte+byte and byte+character.
43308
43309 TODO: See how well pp_concat() could be implemented in terms
43310 of sv_catsv().
43311 Branch: perl
43312 ! doop.c sv.c t/op/join.t utf8.h
43313____________________________________________________________________________
43314[ 8247] By: jhi on 2000/12/29 06:35:23
43315 Log: Signedness nit.
43316 Branch: perl
43317 ! pp_hot.c
43318____________________________________________________________________________
43319[ 8246] By: jhi on 2000/12/29 01:23:31
43320 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
43321 From: Lupe Christoph <lupe@lupe-christoph.de>
43322 Date: Thu, 28 Dec 2000 23:00:00 +0100
43323 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
43324
43325 Suggest rsync --delete --dry-run.
43326 Branch: perl
43327 ! pod/perlhack.pod
43328____________________________________________________________________________
43329[ 8245] By: jhi on 2000/12/28 23:57:05
43330 Log: The maxiters upper limit sanity check (guarding against
43331 non-progress) assumed bytes instead of characters in s///
43332 and split().
43333 Branch: perl
43334 ! pp.c pp_hot.c
43335____________________________________________________________________________
43336[ 8244] By: jhi on 2000/12/28 23:34:08
43337 Log: Make some panic messages a bit more logical.
43338 Branch: perl
43339 ! doop.c pod/perldiag.pod pp.c pp_hot.c
43340____________________________________________________________________________
43341[ 8243] By: jhi on 2000/12/28 22:59:16
43342 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
43343 From: Simon Cozens <simon@cozens.net>
43344 Date: Wed, 27 Dec 2000 02:30:03 +0000
43345 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
43346 Branch: perl
43347 ! pp.c t/pragma/sub_lval.t
43348____________________________________________________________________________
43349[ 8242] By: jhi on 2000/12/28 22:56:53
43350 Log: Subject: [PATCH blead] Fix B::Terse indentation
43351 From: Daniel Chetlin <daniel@chetlin.com>
43352 Date: Wed, 27 Dec 2000 06:43:30 -0800
43353 Message-ID: <20001227064329.B9573@darkstar>
43354 Branch: perl
43355 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
43356____________________________________________________________________________
43357[ 8241] By: jhi on 2000/12/28 22:48:59
43358 Log: The latter patch from the
43359
43360 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
43361 From: Peter Prymmer <pvhp@forte.com>
43362 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
43363 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
43364
43365 (the former patch from the above should have been
43366 taken care of by Nick I-S)
43367 Branch: perl
43368 ! win32/Makefile
43369____________________________________________________________________________
43370[ 8240] By: jhi on 2000/12/28 22:45:22
43371 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
43372 From: "Casey R. Tweten" <crt@kiski.net>
43373 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
43374 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
43375 Branch: perl
43376 ! lib/constant.pm
43377____________________________________________________________________________
43378[ 8239] By: jhi on 2000/12/28 22:37:45
43379 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
43380 From: Simon Cozens <simon@cozens.net>
43381 Date: Wed, 27 Dec 2000 14:12:44 +0000
43382 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
43383 Branch: perl
43384 ! t/op/method.t t/op/sort.t toke.c
43385____________________________________________________________________________
43386[ 8238] By: jhi on 2000/12/28 22:30:32
43387 Log: Subject: [PATCH perl@8229] Call.pm
43388 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43389 Date: Mon, 25 Dec 2000 10:47:15 -0000
43390 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
43391 Branch: perl
43392 ! ext/Filter/Util/Call/Call.pm
43393____________________________________________________________________________
43394[ 8237] By: jhi on 2000/12/28 22:19:21
43395 Log: Subject: [PATCH blead] Fix problem with `&' prototype
43396 From: Daniel Chetlin <daniel@chetlin.com>
43397 Date: Wed, 27 Dec 2000 15:55:32 -0800
43398 Message-ID: <20001227155532.D9573@darkstar>
43399 Branch: perl
43400 ! op.c t/comp/proto.t
43401____________________________________________________________________________
43402[ 8236] By: jhi on 2000/12/28 22:09:25
43403 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
43404 From: Daniel Chetlin <daniel@chetlin.com>
43405 Date: Sun, 24 Dec 2000 04:09:49 -0800
43406 Message-ID: <20001224040949.B3090@darkstar>
43407 Branch: perl
43408 ! gv.c mg.c t/op/attrs.t
43409____________________________________________________________________________
43410[ 8235] By: jhi on 2000/12/28 22:07:11
43411 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
43412 From: Jan Dubois <jand@ActiveState.com>
43413 Date: Tue, 26 Dec 2000 20:57:31 -0800
43414 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
43415 Branch: perl
43416 ! win32/win32.c
43417____________________________________________________________________________
43418[ 8234] By: jhi on 2000/12/28 21:52:42
43419 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
43420 From: Simon Cozens <simon@cozens.net>
43421 Date: Thu, 28 Dec 2000 20:33:13 +0000
43422 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
43423 Branch: perl
43424 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
43425____________________________________________________________________________
43426[ 8233] By: jhi on 2000/12/28 19:40:49
43427 Log: Integrate perlio.
43428 Branch: perl
43429 !> ext/Encode/Makefile.PL ext/Encode/compile
43430____________________________________________________________________________
43431[ 8232] By: nick on 2000/12/23 16:06:00
43432 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
43433 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
43434 Branch: perlio
43435 ! ext/Encode/Makefile.PL
43436____________________________________________________________________________
43437[ 8231] By: nick on 2000/12/23 14:30:34
43438 Log: "Compiled" encode build cleanup
43439 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
43440 - .c files do not export sub-tables
43441 Branch: perlio
43442 ! ext/Encode/Makefile.PL ext/Encode/compile
43443____________________________________________________________________________
43444[ 8230] By: nick on 2000/12/23 12:50:37
43445 Log: Integrate mainline
43446 Branch: perlio
43447 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43448 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43449 !> pod/perl5004delta.pod pod/perl5005delta.pod
43450 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43451 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43452 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43453 !> pod/perlsub.pod
43454____________________________________________________________________________
43455[ 8229] By: jhi on 2000/12/22 15:32:12
43456 Log: Integrate perlio.
43457 Branch: perl
43458 +> win32/distclean.bat
43459 !> MANIFEST t/io/utf8.t
43460____________________________________________________________________________
43461[ 8228] By: jhi on 2000/12/22 15:29:40
43462 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
43463 From: Robin Barker <rmb1@cise.npl.co.uk>
43464 Date: Fri, 22 Dec 2000 12:17:38 GMT
43465 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43466 Branch: perl
43467 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43468 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43469 ! pod/perl5004delta.pod pod/perl5005delta.pod
43470 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43471 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43472 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43473 ! pod/perlsub.pod
43474____________________________________________________________________________
43475[ 8227] By: jhi on 2000/12/22 15:24:28
43476 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43477 From: "John L. Allen" <allen@grumman.com>
43478 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
43479 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
43480
43481 Document APPLLIB_EXP.
43482 Branch: perl
43483 ! INSTALL
43484____________________________________________________________________________
43485[ 8226] By: nick on 2000/12/21 22:11:50
43486 Log: Handy script for when one forgets to "dmake clean"
43487 Branch: perlio
43488 + win32/distclean.bat
43489 ! MANIFEST
43490____________________________________________________________________________
43491[ 8225] By: nick on 2000/12/21 21:54:04
43492 Log: CRLF platform issue with io/utf8 fix.
43493 Branch: perlio
43494 ! t/io/utf8.t
43495____________________________________________________________________________
43496[ 8224] By: nick on 2000/12/21 21:02:20
43497 Log: Integrate mainline
43498 Branch: perlio
43499 !> Changes Configure Makefile.SH Porting/Glossary
43500 !> Porting/config.sh Porting/config_H configure.com
43501 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
43502 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
43503 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
43504 !> win32/config.bc win32/config.gc win32/config.vc
43505____________________________________________________________________________
43506[ 8223] By: jhi on 2000/12/21 17:09:16
43507 Log: Update Changes.
43508 Branch: perl
43509 ! Changes patchlevel.h
43510____________________________________________________________________________
43511[ 8222] By: jhi on 2000/12/21 16:24:01
43512 Log: Metaconfig unit changes for #8221.
43513 Branch: metaconfig/U/perl
43514 +> issymlink.U
43515 - testsyml.U
43516 ! Mksymlinks.U
43517____________________________________________________________________________
5b9313d5
JH
43518[ 8221] By: jhi on 2000/12/21 16:23:48
43519 Log: Rename testsyml to issymlink.
43520 Branch: perl
43521 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43522 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
43523 ! win32/config.vc
43524____________________________________________________________________________
43525[ 8220] By: jhi on 2000/12/21 15:47:26
43526 Log: Robustness support for #8218 (symlink forest) since the GNU
43527 tools seem to be overly picky about symlinkage depths.
43528 Branch: perl
43529 ! Makefile.SH t/io/fs.t
43530____________________________________________________________________________
43531[ 8219] By: jhi on 2000/12/21 15:38:27
43532 Log: Metaconfig changes for #8218.
43533 Branch: metaconfig
43534 ! U/modified/Oldconfig.U
43535 Branch: metaconfig/U/perl
43536 + Mksymlinks.U
43537 ! testsyml.U
43538____________________________________________________________________________
43539[ 8218] By: jhi on 2000/12/21 15:37:57
43540 Log: Add Configure option -Dmksymlinks which will create a symlink
43541 forest if the current/build differs from the source directory.
43542 TODO: mkdir -p is not portable.
43543 Branch: perl
43544 ! Configure
43545____________________________________________________________________________
43546[ 8217] By: jhi on 2000/12/21 14:39:12
43547 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
43548 From: Nick Ing-Simmons <nik@tiuk.ti.com>
43549 Date: Thu, 21 Dec 2000 09:38:18 GMT
43550 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
43551
43552 The ofs became an SV.
43553 Branch: perl
43554 ! ext/Thread/Thread.xs
43555____________________________________________________________________________
43556[ 8216] By: jhi on 2000/12/21 05:40:21
43557 Log: The polymorphism seems to have fixed 20000517.001.
43558 Branch: perl
43559 ! t/pragma/utf8.t
43560____________________________________________________________________________
43561[ 8215] By: jhi on 2000/12/21 04:44:52
43562 Log: read() documentation tweak for 20001121.004.
43563 Branch: perl
43564 ! pod/perlfunc.pod
43565____________________________________________________________________________
43566[ 8214] By: jhi on 2000/12/21 03:54:11
43567 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
43568 Branch: perl
43569 ! pp_sys.c t/op/misc.t
43570____________________________________________________________________________
43571[ 8213] By: jhi on 2000/12/21 00:28:10
43572 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
43573 From: Peter Prymmer <pvhp@forte.com>
43574 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
43575 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
43576 Branch: perl
43577 ! configure.com
43578____________________________________________________________________________
43579[ 8212] By: jhi on 2000/12/21 00:26:21
43580 Log: Edit edit edit.
43581 Branch: perl
43582 ! pod/perlfaq3.pod
43583____________________________________________________________________________
43584[ 8211] By: jhi on 2000/12/20 18:52:46
43585 Log: Update Changes.
43586 Branch: perl
43587 ! Changes patchlevel.h
43588____________________________________________________________________________
594a1bcd
JH
43589[ 8210] By: jhi on 2000/12/20 18:34:47
43590 Log: Yet another editor edit.
43591 Branch: perl
43592 ! pod/perlfaq3.pod
43593____________________________________________________________________________
43594[ 8209] By: jhi on 2000/12/20 15:33:28
43595 Log: More Win32 Perling.
43596 Branch: perl
43597 ! pod/perlfaq3.pod
43598____________________________________________________________________________
43599[ 8208] By: jhi on 2000/12/20 15:07:46
43600 Log: More Win32 editor/IDE/shell hints.
43601 Branch: perl
43602 ! pod/perlfaq3.pod
43603____________________________________________________________________________
43604[ 8207] By: jhi on 2000/12/20 03:54:08
43605 Log: Subject: [PATCH] obscure timing knowledge
43606 From: Nicholas Clark <nick@ccl4.org>
43607 Date: Tue, 19 Dec 2000 19:22:31 +0000
43608 Message-ID: <20001219192231.F2827@plum.flirble.org>
43609 Branch: perl
43610 ! sv.c
43611____________________________________________________________________________
43612[ 8206] By: jhi on 2000/12/20 03:45:57
43613 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
43614 From: Spider Boardman <spider@leggy.zk3.dec.com>
43615 Date: Tue, 19 Dec 2000 21:30:16 -0500
43616 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
43617 Branch: perl
43618 ! sv.c
43619____________________________________________________________________________
43620[ 8205] By: jhi on 2000/12/19 23:02:01
43621 Log: Update Changes.
43622 Branch: perl
43623 ! Changes patchlevel.h
43624____________________________________________________________________________
9d5bc5c9
JH
43625[ 8204] By: jhi on 2000/12/19 22:58:18
43626 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
43627 using the \xHH notation. No more inlined UTF-8, sigh, but easier
43628 on editors and diffing/patching.
43629 Branch: perl
43630 ! t/op/utf8decode.t
43631____________________________________________________________________________
43632[ 8203] By: nick on 2000/12/19 21:36:16
43633 Log: Integrate mainline (forgot my own change...)
43634 Branch: perlio
43635 !> ext/Encode/compile
43636____________________________________________________________________________
43637[ 8202] By: nick on 2000/12/19 21:34:42
43638 Log: Integrate mainline.
43639 Branch: perlio
43640 !> (integrate 61 files)
43641____________________________________________________________________________
43642[ 8201] By: nick on 2000/12/19 21:34:06
43643 Log: Avoid looking for File::Glob when we don't need it.
43644 Branch: perl
43645 ! ext/Encode/compile
43646____________________________________________________________________________
43647[ 8200] By: jhi on 2000/12/19 18:35:49
43648 Log: Update Changes.
43649 Branch: perl
43650 ! Changes patchlevel.h
43651____________________________________________________________________________
0052ac31
JH
43652[ 8199] By: jhi on 2000/12/19 18:35:07
43653 Log: Microperl tweaks.
43654 Branch: perl
43655 ! sv.c uconfig.h uconfig.sh
43656____________________________________________________________________________
43657[ 8198] By: jhi on 2000/12/19 18:29:59
43658 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
43659 Branch: perl
43660 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43661 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
43662____________________________________________________________________________
43663[ 8197] By: jhi on 2000/12/19 17:55:29
43664 Log: In VMS embedded perls couldn't access the statically built Socket,
43665 from Charles Lane.
43666 Branch: perl
43667 ! configure.com
43668____________________________________________________________________________
43669[ 8196] By: jhi on 2000/12/19 17:49:50
43670 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
43671 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
43672 Date: Sun, 17 Dec 2000 19:11:44 -0000
43673 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
43674 Branch: perl
43675 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43676 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
43677____________________________________________________________________________
43678[ 8195] By: jhi on 2000/12/19 17:47:53
43679 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
43680 From: Jonathan Stowe <gellyfish@gellyfish.com>
43681 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
43682 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
43683 Branch: perl
43684 ! utils/h2xs.PL
43685____________________________________________________________________________
43686[ 8194] By: jhi on 2000/12/19 17:46:28
43687 Log: Subject: Re: useless use of void context work-around
43688 From: andreas.koenig@anima.de (Andreas J. Koenig)
43689 Date: 16 Dec 2000 15:13:36 +0100
43690 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
43691
43692 Document (comment) the q(di ds ig) trick in the code.
43693 Branch: perl
43694 ! op.c
43695____________________________________________________________________________
43696[ 8193] By: jhi on 2000/12/19 17:10:57
43697 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
43698 From: "Mark J. Reed" <mreed@strange.turner.com>
43699 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
43700 Message-Id: <200012160222.VAA13986@strange.turner.com>
43701 Branch: perl
43702 ! ext/Sys/Syslog/Syslog.pm
43703____________________________________________________________________________
43704[ 8192] By: jhi on 2000/12/19 17:07:45
43705 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
43706 From: Nicholas Clark <nick@ccl4.org>
43707 Date: Sat, 16 Dec 2000 19:03:13 +0000
43708 Message-ID: <20001216190313.D68304@plum.flirble.org>
43709 Branch: perl
43710 ! t/op/64bitint.t
43711____________________________________________________________________________
43712[ 8191] By: jhi on 2000/12/19 17:06:13
43713 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
43714 From: Dominic Dunlop <domo@computer.org>
43715 Date: Mon, 18 Dec 2000 12:00:15 +0100
43716 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
43717
43718 This patchlet is needed in order that perl can be statically linked.
43719 Branch: perl
43720 ! regexec.c
43721____________________________________________________________________________
43722[ 8190] By: jhi on 2000/12/19 17:03:08
43723 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
43724 From: "Craig A. Berry" <craig.berry@psinetcs.com>
43725 Date: Sun, 17 Dec 2000 00:18:35 -0600
43726 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
43727 Branch: perl
43728 ! perlio.h vms/gen_shrfls.pl
43729____________________________________________________________________________
43730[ 8189] By: jhi on 2000/12/19 16:20:28
43731 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43732 From: Prymmer/Kahn <pvhp@best.com>
43733 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
43734 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
43735
43736 A better version of #8188.
43737 Branch: perl
43738 ! pod/perlfaq3.pod
43739____________________________________________________________________________
43740[ 8188] By: jhi on 2000/12/19 15:57:06
43741 Log: (Replaced by #8189)
43742
43743 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43744 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
43745 From: Prymmer/Kahn <pvhp@best.com>
43746 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
43747 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43748 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
43749 Date: Mon, 18 Dec 2000 11:10:45 -0500
43750 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
43751 Branch: perl
43752 ! pod/perlfaq3.pod
43753____________________________________________________________________________
43754[ 8187] By: jhi on 2000/12/19 15:54:19
43755 Log: Email address fix for Anton Berezin.
43756 Branch: perl
43757 ! AUTHORS
43758____________________________________________________________________________
43759[ 8186] By: jhi on 2000/12/19 15:38:54
43760 Log: Subject: [PATCH perl@8102] cygwin port
43761 From: "Eric Fifer" <efifer@dircon.co.uk>
43762 Date: Thu, 14 Dec 2000 13:41:29 -0000
43763 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
43764
43765 When compiling modules the data item that is being imported
43766 from libperl.dll needs to be tagged as imported/shared data:
43767 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
43768 Branch: perl
43769 ! perliol.h
43770____________________________________________________________________________
43771[ 8185] By: jhi on 2000/12/19 14:53:24
43772 Log: Regen uconfig.h and uconfig.sh.
43773 Branch: perl
43774 ! uconfig.h uconfig.sh
43775____________________________________________________________________________
43776[ 8184] By: jhi on 2000/12/18 20:43:49
43777 Log: Comments work so much better when they are closed.
43778 Branch: perl
43779 ! regcomp.c
43780____________________________________________________________________________
43781[ 8183] By: jhi on 2000/12/18 18:04:02
43782 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
43783 Fixes the bug 20001218.016.
43784 Branch: perl
43785 ! regcomp.c
43786____________________________________________________________________________
43787[ 8182] By: gsar on 2000/12/18 09:53:47
43788 Log: delete spurious files
43789 Branch: maint-5.6/perl
43790 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
43791 - vos/config.h vos/config_h.SH_orig
43792____________________________________________________________________________
43793[ 8181] By: gsar on 2000/12/18 09:46:08
43794 Log: regen perltoc
43795 Branch: maint-5.6/perl
43796 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
43797____________________________________________________________________________
43798[ 8180] By: gsar on 2000/12/18 09:20:27
43799 Log: integrate changes#7924..7926,7946,7952 from mainline
137e7465
JH
43800
43801 A test works better if it has the right 1..$n output.
43802
43803 All the core library users of Class::Struct seem to be
43804 using "use Class::Struct 'struct';" instead of the bare
43805 "use Class::Struct;", which isn't documented in Class::Struct.
43806 This can't be right.
43807
43808 Make the Class::Struct import() wiser.
43809
43810 Upgrade to CPAN 1.59_51, from Andreas König.
43811
43812 Subject: Re: long shell lines
43813 Split overly long shell command lines.
0052ac31
JH
43814 Branch: maint-5.6/perl
43815 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
43816 !> lib/File/stat.pm t/lib/class-struct.t
43817____________________________________________________________________________
43818[ 8179] By: gsar on 2000/12/18 08:55:54
43819 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
43820 7918,7919,7988,8907 from mainline (various)
137e7465
JH
43821
43822 Subject: [ID 20001127.004] White space problem in perlamiga.pod
43823
43824 Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
43825
43826 Subject: [PATCH] perlcc.PL cleanups
43827
43828 Subject: [PATCH] Updating perltie.pod for arrays
43829
43830 Subject: [ID 20001128.002] what's the point of example code if it is buggy?
43831 Subject: Re: [PATCH] Updating perltie.pod for arrays
43832 Subject: Re: [PATCH] Updating perltie.pod for arrays
43833
43834 One more perltie.pod nit from Casey R. Tweten.
43835
43836 Subject: [PATCH] $^O win32 -> MSWin32
43837 plus similar nits for vms, err, VMS, and UNICOS.
43838
43839 Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
43840 More checking in case someone has broken their services or
43841 protocol databases.
43842
43843 Make "use Class::Struct 'struct';" work again (broken by #7617);
43844 add a test for Class::Struct.
43845
43846 Integrate the "skip" messages to explain().
43847
43848 Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
0052ac31
JH
43849 Branch: maint-5.6/perl
43850 +> t/lib/class-struct.t
43851 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
43852 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
43853 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
43854____________________________________________________________________________
43855[ 8178] By: gsar on 2000/12/18 08:16:30
43856 Log: avoid redefinition warnings on windows due to sys/socket.h getting
43857 #included before win32.h
43858 Branch: maint-5.6/perl
43859 ! win32/include/sys/socket.h
43860____________________________________________________________________________
43861[ 8177] By: gsar on 2000/12/18 05:24:04
43862 Log: make regen_headers; fix POSIX.xs problems; remove outdated
43863 code from sys/socket.h that makes build fail now
43864 Branch: maint-5.6/perl
43865 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
43866 ! pod/perlapi.pod
43867 !> win32/include/sys/socket.h
43868____________________________________________________________________________
43869[ 8176] By: gsar on 2000/12/18 05:20:17
43870 Log: update Changes
43871 Branch: maint-5.6/perl
43872 ! Changes patchlevel.h
43873____________________________________________________________________________
43874[ 8175] By: gsar on 2000/12/18 04:57:48
43875 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
43876 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
43877 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
43878 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
43879 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
43880 7823,7825,7838
137e7465
JH
43881
43882 Subject: Re: [PATCH] README.solaris
43883
43884 Add getpagesize() probing, on non-UNIX guess 'undef'.
43885
43886 Simplify the getpagesize() unit by dropping the
43887 pagesize probe since it's nowadays slightly more
43888 complicated because of sysconf(). (Note: if some
43889 platform really needs the -lPW for getpagesize,
43890 I just broke it.)
43891 TODO: a new pagesize unit.
43892
43893 Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
43894
43895 MachTen doesn't really do mmap() and munmap().
43896 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
43897
43898 More README.solaris updates from Andy Dougherty.
43899
43900 Copy the s// information of README.hpux also to the perlrun.
43901
43902 Add HAS_FSYNC, lack noticed by Nicholas Clark.
43903
43904 Add a metaconfig unit for fsync.
43905
43906 Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
43907
43908 Many subdocumented return values of the IO extension now documented.
43909 ungetc and write still left subdocumented.
43910 Subject: [PATCH] (was Re: IO::Handle::ungetc)
43911
43912 Document tell() on special streams.
43913
43914 Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
43915
43916 Subject: [ID 20001112.007] sfio's sftell isn't ftell
43917
43918 Couple of tests from #7660 salvaged.
43919
43920 Tweak the definition of the bit complement on UTF-8 data:
43921 if none of the characters in the string are > 0xff,
43922 the result is a complemented byte string, not a (UTF-8)
43923 char string. Based on the summary in
43924 Subject: Re: [ID 20000918.005] ~ on wide chars
43925 This should give us the maximum backward (pre-char string)
43926 compatibility and utf8 compatibility. The other alternative
43927 would be to limit the bit complement to be always byte only,
43928 taking the least significant byte of the chars.
43929
43930 Cleanup messy #ifdef.
43931
43932 Typos in #7667.
43933
43934 Declare reg_data like reg_substr_data.
43935
43936 Placate nervous compilers that see longer than ints switch()ing.
43937
43938 Remove the new two tests of lib/io_xs for now, they seem to
43939 fail under perlio on some platforms.
43940
43941 Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
43942
43943 Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
43944
43945 Subject: tiny typo in perl5db.pl
43946
43947 Subject: some additions for makefiles for win32 (for perl@7674)
43948
43949 Hoist the duplicated socket/netdb include logic to perl.h;
43950 undef SETERRNO in case SOCKS has defined it. Based on:
43951 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
43952
43953 Regen Configure.
43954
43955 Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
43956 (a macro to define signed and unsigned integer constants).
43957
43958 Use UINT64_C().
43959 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
43960
43961 Use u_int32_t for the size of hash_cb(), not size_t.
43962 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
43963
43964 Quit utf8_to_uv() instantly if curlen == 0.
43965
43966 Subject: [PATCH: perl@7674] updates to README.os390
43967
43968 Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
43969
43970 EBCDIC tweaks.
43971 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
43972
43973 Linenumber fix.
43974
43975 SOCKS has its own USE_THREADS, based on
43976 Subject: [ID 20001114.002] et. al. bugfix followup
43977
43978 UINT64_C() work continues.
43979
43980 Detypo.
43981
43982 The type of the hash_cb() size argument is tricky.
43983
43984 Add fwalk() probe to the configuration files and regen perltoc.
43985
43986 Subject: perllocale.pod changes
43987
43988 Avoid an infinite loop in VMS when utils scripts are run
43989 with no arguments, from Charles Lane.
43990
43991 Subject: Re: Bug in Carp::Heavy/5.6.0?
43992
43993 For Solaris use64bitall the stdchar needs a little bit of help.
43994
43995 The long double hints can be here or there.
43996
43997 Test tweak for the open pragma.
43998
43999 Also the 64bitall hints can be either here or there.
44000
44001 As surmised the #7719 wasn't a good move.
44002
44003 Subject: Fix for 20000409.001
44004
44005 Subject: Fix for 20000815.006
44006 It's really 20000518.006.
44007
44008 Subject: [PATCH 5.6.0 README.win32] very minor typos
44009
44010 Subject: Fix for README.amiga (20000323.033)
44011
44012 Explain in more detail the {} syntax ambiguousity.
44013 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44014
44015 Sparc 64-bit pack() fix from Jens Hamisch.
44016
44017 Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44018
44019 Subject: podlators 1.05 available
44020
44021 Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44022
44023 Subject: [perl 7711: EPOC] updates
44024
44025 Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44026
44027 Miraculous typo.
44028
44029 sysseek() instead of seek().
44030
44031 Solaris hints tweaks.
44032
44033 Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
44034 This may be overly harsh but until proven otherwise, we think this
44035 way, or until we have a simple test for Configure (having to start
44036 up servers is does not count as simple) to check for the problems.
44037
44038 Remove the shared object before attempting to create
44039 (by linking) a new one. E.g. in AIX not removing
44040 becomes quite painful if one tries to do more than one
44041 build in the same tree (an interrupted build, for example),
44042 since the AIX' shared dynaloader seemingly keeps the shared
44043 objects open and therefore 'busy' for quite a while, even when
44044 nobody is using the objects, leading into link failures.
44045
44046 Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
44047
44048 Subject: DOC PATCH 5.6.0 perlreftut
44049
44050 Subject: [PATCH: perl@7777] add system locale testing for VMS
44051
44052 Subject: [PATCH] Test.pm POD peculiarity
44053
44054 Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
44055
44056 Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
44057
44058 Subject: Re: perl@7777
44059 Detypoing.
44060
44061 Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
44062
44063 Go ahead and #include <unistd.h> in perl.h.
44064
44065 Subject: [PATCH perl@7795] small cleanup task for test suite
44066
44067 Subject: Re: av.c patch (having slight problems)
44068 unshift() speedup.
44069
44070 Reach back one higher up when searching for PERL_SRC.
0052ac31
JH
44071 Branch: maint-5.6/perl
44072 +> lib/File/Spec/Epoc.pm
44073 !> (integrate 88 files)
44074____________________________________________________________________________
44075[ 8174] By: gsar on 2000/12/18 03:53:09
44076 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
44077 7625..7629,7631..7634,7637,7639,7642 from mainline
137e7465
JH
44078
44079 Fix for the tie-refhash string table leaks.
44080
44081 Subject: [patch perl@7595] VMS configure.com tweak
44082
44083 More careful detection of how well NVs and UVs mix.
44084 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))
44085 Added some SIGFPE paranoia.
44086
44087 Forgot to bump the line numbers in #7601.
44088
44089 Subject: PATCH std stdio for (Free)BSD
44090
44091 Deleting $ENV{PATH} in VMS is not recommendable.
44092
44093 Locale buglets.
44094 Subject: RE: Locales support (setlocale) fixes
44095
44096 Do not test UTF-8 locales since that the tests would require
44097 polymorphic regexen.
44098
44099 Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44100
44101 A missing aTHX_.
44102
44103 Subject: [ID 20001108.013] spelling
44104
44105 Subject: [PATCH] Class::Struct at compile time
44106
44107 Make deleting for %ENV work for (newer versions of) VMS,
44108 from Craig A. Berry.
44109
44110 Forgot from #7618.
44111
44112 More VMS moves on environment handling, from Charles Lane.
44113
44114 Remove unused extra arguments.
44115
44116 Typo in an ifndef.
44117 Subject: Re: [PATCH 5.7.0] better messages from malloc()
44118
44119 Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44120 All except the "cow orker" change.
44121
44122 The generated boot_* headers are wrong. Pickier compiler,
44123 such as KAI C++ will refuse to compile the resulting perlmain.
44124 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44125
44126 There's no =head3.
44127
44128 Disable only the tests 99 and 166 for UTF-8 locales.
44129
44130 Missing dTHXs.
44131 Subject: RE: perl@7595 builds not on cygwin
44132
44133 Subject: Re: bash -c exit and linux hints
44134
44135 Various doc oddball characters.
44136 Subject: [ID 20001106.004] Perl 5.6.0 bugs
44137
44138 Subject: [PATCH] IO::Seekable pod
44139
44140 Amdahl UTS hints updates.
44141 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44142
44143 Explain better why certain regex tests are skipped.
44144 Subject: Re: tests skipped: unknown reason
44145
44146 Subject: [PATCH] README.solaris
44147
44148 Subject: [PATCH perl@7638] cygwin port
0052ac31
JH
44149 Branch: maint-5.6/perl
44150 +> README.solaris
44151 !> (integrate 26 files)
44152____________________________________________________________________________
44153[ 8173] By: gsar on 2000/12/18 03:37:02
137e7465 44154 Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
0052ac31
JH
44155 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
44156 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
44157 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
137e7465
JH
44158
44159 Better create a true mailing list for the repository keepers.
44160
44161 Subject: [ID 20001027.007] uniq array in perlfaq
44162
44163 De-quoted-unreadable to ISO Latin 1.
44164 (There's one ISO-2022-JP name in Changes5.004.)
44165
44166 Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
44167
44168 The #7476 needs a MANIFEST change, too.
44169
44170 Add also emailless people.
44171
44172 UTF-8 decoder tweak.
44173
44174 Make \x{...} consistently produce UTF-8.
44175 Subject: Re: \x{...} is confused
44176
44177 Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
44178
44179 Add a perlbug flag, -A, to avoid acknowledgement messages.
44180 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
44181
44182 Use Errno magic.
44183 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44184
44185 Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44186
44187 Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44188
44189 Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44190
44191 Be more lenient on bad UTF-8 when doing bit arithmetics.
44192 Subject: Re: [ID 20000918.005] ~ on wide chars
44193 (The ord() part of the patch skipped.)
44194
44195 Subject: perlfaq style changes
44196
44197 AUTHORS tweaks.
44198
44199 Whitespace style tweak. Was originally going to see to
44200 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44201 but that had already been taken care of.
44202
44203 The compiler is either gcc or cc, from Tom Bates.
44204
44205 The osname has been lowercased by now, from Tom Bates.
44206
44207 The NonStop-UX libraries have a novel way to say NaN.
44208
44209 printf UVs the correct way, noticed by Robin Barker.
44210
44211 Subject: [PATCH] startperl to respect versiononly
44212
44213 AUTHORS updates.
44214
44215 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44216
44217 Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44218
44219 Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44220
44221 Generalize the Camel wording.
44222 Subject: Re: perlfaq style changes
44223
44224 Subject: [ID 20001005.006] Documentation -- description of qr//
44225
44226 C.pm part of
44227 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44228
44229 Locale warning explanation tweak.
44230
44231 Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44232
44233 Make the POSIX::setuid and POSIX::setgid to really call setuid()
44234 and setgid() because they were just changing $< and $( which means
44235 only changing the real uid/gid, as opposed to changing both
44236 real and effective ids. (The alternative way could have been
44237 in POSIX.pm to change $> and $), too, but making a direct call
44238 to the C API feels cleaner.) Fixes the bug
44239 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44240
44241 Expand %Config variables and %ENV variables only if
44242 so requested during build time using the
44243 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44244 Not expanding makes relocating distributions easier.
44245
44246 More tweaking on the #7522 theme.
44247
44248 Test::Harness revealed buglets in the new DynaLoader.
44249 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44250
44251 Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
44252 fix a autovivification bug in Tie::RefHash, add tests for both.
44253 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44254
44255 Detpyo.
44256
44257 recv() can fail and return undef.
44258 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
44259
44260 Fix the problem discussed in
44261 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
44262 originally from Linc Madison. Also Andreas König's comments
44263 taken into account. Some other problems with Tie::SubstrHash
44264 fixed: didn't croak when the table exceeded the requested number
44265 of entries (as documented) but instead when the number of entries
44266 exceeded the size of the table, a croak() had an unnecessary \n,
44267 didn't have a CLEAR method, documented that there is no exists().
44268 Didn't fix to be strict-proof because the module uses &foo; and
44269 dynamic scope. Added a test script exercizing both first tamely
44270 the basic functionality, and then the failure cases reported by
44271 Linc Madison.
44272
44273 Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
44274
44275 The #7521 touched things it shouldn't have.
44276
44277 Subject: [PATCH 5.7.0] better messages from malloc()
44278
44279 Subject: Re: README.aix
44280
44281 Add FCNTL_CAN_LOCK.
44282 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44283 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44284
44285 Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
44286 create a "fast path" for locale name probing using "locale -a"
44287 if available, squash finally hopefully the s?printf resetting
44288 the numeric locale (since, IIUC perllocale, it never shouldn't).
44289
44290 More Changes tweakery.
44291
44292 Dying is too strict here, better just skip.
44293
44294 Subject: Locales support (setlocale) fixes
44295 Modified quite a bit to be more portable.
44296
44297 Configure would use a bad $myuname from an old config.sh.
44298 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44299
44300 Fix for
44301 Subject: [ID 20001004.006] undef is never tainted
44302 An undef read from a slurped file was not tainted.
44303
44304 Fix for
44305 Subject: [ID 20001004.007] taint propogation is inconsistent
44306 The culprit was sv_setsv() which was rather blindly
44307 propagating taint, which lead to behaviour where if
44308 a tainted anon hash value was seen all the hash values
44309 from then on at that level became tainted, or at any
44310 upper levels in the case of nested anon hashes.
44311
44312 Test tweak: show also the failed locales.
44313 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
44314
44315 A fix of sorts for 20000329.026, a better error message
44316 for a missing "use charnames" when using the \N{...}.
44317
44318 Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44319
44320 Add =pod to be tidy.
44321
44322 Fix for bug id 19990615.008, pos() unset during s///ge.
44323
44324 Add a note for future generations about bug id 20000229.006.
44325
44326 Use -dM for gcc (the suggested patch did it only for Linux,
44327 but I think it can be generalized).
44328 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44329
44330 opmini.o can linger from Configures past.
44331
44332 Document that the evaled syntax errors cause scalar leaks.
44333
44334 Fix for
44335 Subject: [ID 20000728.005] perl -P broken
44336 (hopefully). The fix is also not complete, it seems to break
44337 BOM swallowing for libc5 systems, but until someone figures
44338 out a way to do this without ftell(), this will do.
44339
44340 AUTHORS updates.
44341
44342 Subject: Re: rsync'ed patches vs. rsync'ed source
44343
44344 Admit that the test leaks scalars.
44345
44346 Sanitize the environment further.
44347
44348 VOS updates from Paul Green.
44349
44350 Document %ENV = () portability issues.
44351
44352 Make the stdio test program of 7427 less noisy while being
44353 compiled so that Digital UNIX wouldn't get both
44354 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44355 undefined. This makes perlio happy.
44356
44357 glibc5 detection by __GNU_LIBRARY__.
44358
44359 %ENV note tweaks from Dan Sugalski.
44360
44361 Varargs don't always work too well if one puts an unsigned
44362 char on the stack and pop an unsigned quad off the stack.
44363 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44364
44365 Subject: Pod updates
44366
44367 Fake support of holey files in win/dosish platforms.
44368 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44369
44370 A doc addition for bug id 20001105.019, beware \p.
44371
44372 Tweak #7587.
44373
44374 Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
44375
44376 perlhack updates from H.Merijn Brand.
44377
44378 Subject: [PATCH perl@7573] cygwin port
44379 Synchronize with Cygwin 1.1.5.
44380
44381 Bad thinko in #7581 (I used the test program with the expanded
44382 values as-is).
44383
44384 Make perlbug not insist on dumping to a file when stdout isn't a tty.
44385 Subject: [PATCH] perlbug.PL
44386
44387 Overrideable keys, each, pop, push, shift, splice, unshift.
44388 Subject: [PATCH] prototyped functions that should be overrideable
44389
44390 Try to avoid flockless and emulationless places.
0052ac31
JH
44391 Branch: maint-5.6/perl
44392 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44393 - MAINTAIN
44394 !> (integrate 111 files)
44395____________________________________________________________________________
44396[ 8172] By: jhi on 2000/12/18 02:49:27
44397 Log: Regen pods.
44398 Branch: perl
44399 ! pod/perlmodlib.pod pod/perltoc.pod
44400____________________________________________________________________________
44401[ 8171] By: gsar on 2000/12/18 02:49:24
44402 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
44403 7465..7471 from mainline
44404
44405 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44406 in platforms that strictly require all the symbols being present
44407 at link time.
44408
44409 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44410
44411 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
44412
44413 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44414
44415 Subject: [PATCH] todo
44416
44417 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44418
44419 Use $sort, $uniq (and $tr) consistently as wondered
44420 by Nicholas Clark.
44421
44422 Too enthusiastic editing in #7460.
44423
44424 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44425
44426 Upgrade to CPAN 1.58_55.
44427 Subject: CPAN.pm status
44428
44429 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44430
44431 Make target reordering to avoid pointless re-makes.
44432 Subject: Re: Total re-make of 'make okfile' after 7451 ?
44433
44434 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44435
44436 Subject: DOC PATCH 5.6.0
44437
44438 Add the repository doc by Malcolm, Sarathy, and by Simon,
44439 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44440 Branch: maint-5.6/perl
44441 +> Porting/repository.pod
44442 !> Configure MANIFEST Makefile.SH README.dos README.os2
44443 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
44444 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
44445 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
44446____________________________________________________________________________
44447[ 8169] By: gsar on 2000/12/18 02:33:34
44448 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
44449 7435..7441,7445 from mainline
44450
44451 Make the UTF-8 decoding stricter and more verbose when
44452 malformation happens. This involved adding an argument
44453 to utf8_to_uv_chk(), which involved changing its prototype,
44454 and prefer STRLEN over I32 for the UTF-8 length, which as
44455 a domino effect necessitated changing the prototypes of
44456 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44457 The stricter UTF-8 decoding checking uses Markus Kuhn's
44458 UTF-8 Decode Stress Tester from
44459 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44460
44461 Run vms/vms_yfix.pl, should have done that after changing
44462 perly.c in #7382.
44463
44464 Subject: [PATCH 5.7.0] static linking with uninstalled perl
44465
44466 (Replaced by #7440.)
44467 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44468
44469 Fix the bug ID 20001024.005, the bug introduced by #7416.
44470
44471 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44472
44473 Fix the bug reported in
44474 From: andreas.koenig@anima.de (Andreas J. Koenig)
44475 Also make is_utf8_char() stricter.
44476
44477 Missed the header file changes from #7425.
44478
44479 Check if stdio supports tweaking lval and cnt simultaneously.
44480 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44481
44482 Stratus VOS updates from Paul Green.
44483
44484 Podify README.epoc and README.vos.
44485
44486 Add targets to Makefile.SH, most importantly
44487 'regen_all' which also remembers to update vms/perly*.
44488
44489 Subject: Minor update to find2perl, for portability
44490
44491 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44492
44493 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44494
44495 Rename UTF8LEN() to be UNISKIP(), too confusing to have
44496 UTF8LEN() and UTF8SKIP().
44497
44498 Allow poking holes at the UTF-8 decoding strictness.
44499
44500 Continue the internal UTF-8 API tweaking.
44501 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44502 used much more than the simpler API, now called utf8_to_uv_simple().
44503 Still not quite happy with API, too much partial duplication
44504 of functionality.
44505
44506 A new version of making the syslog test more robust.
44507 (Replaces #7421.)
44508 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44509
44510 buildtoc target tweaks.
44511
44512 Integrate with vmsperl #7430 by Charles Bailey:
44513
44514 Cleanup from prior patch (Charles Lane?):
44515 - improve handling of MFDs in Basename and Path
44516 - default to no xsubpp line # munging when building debug images
44517 Branch: maint-5.6/perl
44518 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44519 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44520 !> (integrate 67 files)
44521____________________________________________________________________________
44522[ 8168] By: gsar on 2000/12/18 02:05:49
44523 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
44524
44525 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44526 From: Martin Husemann <martin@duskware.de>
44527
44528 Subject: [PATCH 5.7.0] restore match data on backtracing
44529 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44530 Branch: maint-5.6/perl
44531 !> regcomp.c regexec.c t/op/re_tests
44532____________________________________________________________________________
44533[ 8167] By: gsar on 2000/12/18 01:55:22
44534 Log: integrate changes#7858,7986 from mainline
44535
44536 C<foreach my $x ...> in pseudo-fork()ed process may diddle
44537 parent's memory; fix it by keeping track of the actual pad
44538 offset rather than a raw pointer (this change is probably also
44539 relevant to non-ithreads case to avoid fallout from reallocs of
44540 the pad array, but is currently only enabled for the ithreads
44541 case in the interests of minimal disruption to existing "well
44542 tested" code)
44543
44544 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44545 due to the notorious GetFileType() bug in Windows 9x, which fstat()
44546 tickles)
44547 Branch: maint-5.6/perl
44548 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
44549 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
44550 !> win32/win32.c win32/win32.h win32/win32sck.c
44551____________________________________________________________________________
44552[ 8166] By: gsar on 2000/12/18 01:52:59
44553 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
44554 from mainline (xsubpp and ExtUtils::LibList fixups, various
44555 other small items)
137e7465
JH
44556
44557 The generated boot_* headers are wrong. Pickier compiler,
44558 such as KAI C++ will refuse to compile the resulting perlmain.
44559 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44560
44561 Various doc oddball characters.
44562 Subject: [ID 20001106.004] Perl 5.6.0 bugs
44563
44564 Subject: [PATCH] Re: 20001101.003 PDL
44565
44566 Subject: [PATCH 5.7.0] etags broken again
44567
44568 Subject: [PATCH 5.7.0] Liblist finally works
44569
44570 Subject: [PATCH 5.7.0] Liblist returns found libraries
44571
44572 Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44573
44574 Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44575
44576 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44577 OUT keyword nits.
44578 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44579 OUT and IN_OUT documentation.
0052ac31
JH
44580 Branch: maint-5.6/perl
44581 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
44582 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
44583 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
44584 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
44585 !> win32/bin/search.pl
44586____________________________________________________________________________
44587[ 8165] By: gsar on 2000/12/18 01:28:45
44588 Log: integrate changes#7533,7563,7611,7623 from mainline (various
44589 malloc.c embellishments)
44590 Branch: maint-5.6/perl
44591 !> malloc.c pod/perldiag.pod
44592____________________________________________________________________________
44593[ 8164] By: gsar on 2000/12/18 01:23:33
44594 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
44595 fixups)
44596 Branch: maint-5.6/perl
44597 !> utils/h2xs.PL
44598____________________________________________________________________________
44599[ 8163] By: gsar on 2000/12/18 01:17:50
44600 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
44601 fixups)
44602 Branch: maint-5.6/perl
44603 !> Makefile.SH utils/perlbug.PL
44604____________________________________________________________________________
44605[ 8162] By: gsar on 2000/12/18 00:25:43
44606 Log: always export Perl_deb() (it is required by re.xs whether
44607 Perl is built with or without -DDEBUGGING)
44608 Branch: maint-5.6/perl
44609 ! makedef.pl
44610____________________________________________________________________________
44611[ 8161] By: gsar on 2000/12/18 00:23:38
44612 Log: integrate change#7414 from mainline
44613
44614 Undo the basename() part of #7412 since the lib/basename
44615 tests would need upgrading too.
44616
44617 squelch two tests in tr.t that rely on tr/// paranoia change
44618 that's not in 5.6.x
44619 Branch: maint-5.6/perl
44620 ! t/op/tr.t
44621 !> lib/File/Basename.pm
44622____________________________________________________________________________
44623[ 8160] By: gsar on 2000/12/18 00:05:30
44624 Log: missing change in previous integrate
44625 Branch: maint-5.6/perl
44626 !> README.aix
44627____________________________________________________________________________
44628[ 8159] By: gsar on 2000/12/18 00:03:38
44629 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
44630 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
137e7465 44631 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
0052ac31 44632 7410..7413 from mainline
137e7465
JH
44633
44634 Introduce the man[24-8] variables, from Andy Dougherty.
44635
44636 Upgrade to CPAN 1.58, from Andreas König.
44637
44638 An updated EBCDIC tr patch.
44639 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44640
44641 Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
44642
44643 Two thirds of
44644 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44645 The Install.pm changes will be submitted separately because
44646 they need some work and discussion still.
44647
44648 The Install.pm third of
44649 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44650
44651 Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44652
44653 Subject: [PATCH 5.7.0] IVs in mtats
44654
44655 Subject: [PATCH 5.7.0] Perl API for mstats
44656
44657 Ilya implemented the memory profiling API.
44658
44659 In Amdahl UTS "struct sv" is defined by a system header,
44660 <ksync.h>.
44661
44662 Slight tweak of the code to appease Amdahl UTS cc.
44663
44664 Amdahl UTS doesn't seem to do dynaloading.
44665
44666 Use UTF8SKIP(), from Simon Cozens.
44667
44668 Thinko in #7222.
44669
44670 op/sprintf.t patch for OS/390 (and any other host with limited
44671 floating-point exponent length)
44672 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44673
44674 Tweak #7225.
44675 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44676
44677 Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44678
44679 Needs to be conditional on SunOS 4.
44680 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44681
44682 Test cases for bug id 20000323.056 (the bug seems to be fixed).
44683
44684 Add test for bug id 20000427.003 (which seems to have
44685 been fixed) (also duplicate as 20000427.004, though
44686 with a higher severity). Move one utf8 from op/append
44687 to pragma/utf8, tag the tests with bug ids.
44688
44689 Document FNCASE=y as discussed in the bug 20000902.009.
44690
44691 split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
44692 The problem was that rx->minlen was in chars while pp_split()
44693 thought it would be in bytes.
44694
44695 Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44696 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44697
44698 Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44699
44700 Fix a couple of compiler-noted nits in #7235.
44701
44702 Tweak the test of #7235.
44703
44704 One more ~utf8 tweak.
44705
44706 -w cleanup.
44707 Subject: Re: Problems with bleadperl
44708
44709 Subject: small pod patch
44710
44711 Subject: [PATCH perlguts.pod] Document offset hack
44712
44713 Add Charles Lane.
44714
44715 Add the capability to include/exclude branches.
44716
44717 Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44718
44719 Detect early whether the std streams have gone bad.
44720 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44721
44722 More IoTYPE sprinkling.
44723
44724 Workaround for a sfio bug where the stream error indicator
44725 is not cleared as documented.
44726 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44727
44728 Clarify documentation on 'use bytes'.
44729 Subject: Re: What does 'use bytes' "mean" ?
44730
44731 Show the failed remote port, instead of the failing line number.
44732 Subject: [PATCH 5.6.1 Debugger] More diagnostics
44733
44734 Make Cwd more bulletproof in chrooted environments.
44735 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44736
44737 Subject: Pod patch for Devel::Peek
44738
44739 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44740
44741 Borland C fstat() never saw the fd as writable.
44742 Subject: fix for Borland's weak "stat" (perl@7211)
44743
44744 Missing change from #7362.
44745
44746 Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
44747
44748 Add the test case for the bug id 20000730.004 which seems
44749 to have been fixed by now.
44750
44751 Fix of sorts for bug id 20000901.092. There seems to be no trace
44752 of a 'pmshort' anywhere in the B, so the offending line was simply
44753 removed.
44754
44755 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44756
44757 Subject: PATCH do_print has 2 PerlIO_error()s
44758
44759 NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44760
44761 Typo noted by Mark Lutz.
44762
44763 Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44764
44765 In the latest compiler builds cccdlflags must not become -fpic,
44766 from Wilfredo Sánchez.
44767
44768 Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44769
44770 Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44771
44772 SOCKS function redefinitions need prototypes, too, otherwise
44773 for example 32 bit versus 64 bit differences cause a lot of
44774 problems. Part of
44775 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44776
44777 Portability tweak on #7377.
44778 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44779
44780 Don't write double values through long double pointers,
44781 based on a part of
44782 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44783
44784 Reëntrancy fix.
44785 Subject: [PATCH perl@7229] Rentrant parser and yylex()
44786
44787 Make scan_num() reëntrant, as suggested in
44788 Subject: [PATCH perl@7229] Rentrant parser and yylex()
44789
44790 Fix for ID 20001020.006, concatenating an unset submatch
44791 with utf8 resulted in "Modification of a read-only value".
44792
44793 Fix for ID 20000915.011, IO::Select warning for an undefined fd.
44794
44795 The #7383 was right only in the context of the original bug report,
44796 not in more general case.
44797
44798 Update Changes.
44799
44800 Testcases for a #7383,#7385 related bug.
44801 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
44802
44803 Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
44804
44805 Tweak the Is* definitions of Unicode character classes
44806 to better match the official categorizations; embrace
44807 the official categorizations; add the combining marks
44808 as alpha (and -numeric); fix DCinital (a typo and edito)
44809 to be DCmedial.
44810
44811 Hints tweak from Anton Berezin.
44812
44813 Subject: installman go-faster stripes
44814 Subject: Re: installman go-faster stripes
44815
44816 Subject: [ID 20001021.003] updated hints/openbsd.sh
44817
44818 Subject: [PATCH bleadperl] -MO=C falls over on package <none>
44819
44820 Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44821
44822 Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44823
44824 Doc patch.
44825 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44826
44827 Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44828
44829 Subject: Re: [ID 20001021.005] SEGV with regex match
44830
44831 Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44832
44833 The change #7187 was not so good on VMS.
44834 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44835
44836 Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44837
44838 Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44839
44840 Document PERL_INSTALL_ROOT of #7210.
0052ac31
JH
44841 Branch: maint-5.6/perl
44842 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
44843 +> t/lib/tie-splice.t
44844 - lib/unicode/Is/DCinital.pl
44845 !> (integrate 112 files)
44846____________________________________________________________________________
44847[ 8158] By: jhi on 2000/12/17 23:04:24
44848 Log: Subject: [PATCHES] RE: perl@8150
44849 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
44850 Date: Sun, 17 Dec 2000 21:46:39 +0100
44851 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
44852
44853 Neither cygwin has a getpwuid() one can trust on.
44854 Branch: perl
44855 ! t/lib/glob-basic.t
44856____________________________________________________________________________
44857[ 8157] By: jhi on 2000/12/17 23:01:54
44858 Log: More MAN.PODS => {} fixes.
44859 Branch: perl
44860 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
44861 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
44862 ! os2/OS2/REXX/Makefile.PL
44863____________________________________________________________________________
44864[ 8156] By: gsar on 2000/12/17 22:49:13
44865 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
44866 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
44867 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
44868 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
44869 7201,7204 from mainline
137e7465
JH
44870
44871 Remove vestiges of tr//CU.
44872 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44873 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
44874
44875 The return value of setlocale must be copied away.
44876 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
44877
44878 Allow chop() and chomp() to be overridden.
44879 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
44880
44881 Hints optimization.
44882 Subject: Minor nit
44883
44884 Subject: [PATCH] de-wall t/README
44885
44886 Subject: Re: Two advertising clauses need to be removed
44887
44888 Batch of UTF-8 patches from Simon Cozens.
44889
44890 Fix for a parsing bug, not for the original bug.
44891 Subject: Re: [ID 20000910.005] Another segfault with regexes.
44892
44893 Compilation warnings and an error.
44894
44895 Subject: File::Find 5.7.0 POD nits
44896
44897 Subject: [PATCH perl-5.7.0] continued -Wformat support
44898
44899 The one that got away.
44900
44901 Subject: Re: perl@7078
44902
44903 UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
44904 convertable to bytes by checking it doesn't go above 0xc3
44905 Subject: Re: perl@7078
44906
44907 Replace #7084 with
44908 Subject: Re: perl@7078
44909
44910 We don't need to count the high bit bytes, a boolean is enough.
44911
44912 Subject: [PATCH] utf8.c apidoc
44913
44914 Subject: Re: perl@7078
44915
44916 Botched the #7090 check-in.
44917
44918 Fix for the charnames.t failures from Spider Boardman.
44919
44920 Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
44921 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
44922 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
44923 0 to checking to get the warning.
44924
44925 Subject: [PATCH] Nits in perlmod.pod
44926
44927 Subject: Re: Trapping by opmask sets strange parser state [PATCH]
44928
44929 Subject: Re: unicode support and perl [ID 20000901.097]
44930
44931 Subject: Re: unicode support and perl [ID 20000901.097]
44932
44933 Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
44934
44935 Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
44936
44937 Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
44938
44939 Subject: [PATCH@blead] Fix some recursion in overload.pm
44940
44941 s/Robin Parker/Robin Barker/
44942
44943 Subject: [PATCH] Fix aliasing of tied filehandles
44944
44945 Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
44946
44947 Subject: Re: [PATCH 5.005_64 missed]
44948
44949 SOCK_DGRAM and listen() do not mix as reported in
44950 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
44951 The patch for 5.7.0+ had to be reengineered, though.
44952
44953 Subject: DOC PATCH 5.6.0
44954
44955 Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
44956
44957 Document the issue (is not a syntax error, kind of)
44958 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
44959
44960 Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
44961 Did not apply cleanly, manual intervention was needed.
44962
44963 Subject: [PATCH] DLL not restartabke with threaded perl
44964
44965 Inside require() $^S was always left undefined.
44966 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
44967
44968 Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
44969
44970 OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
44971
44972 Regen headers.
44973
44974 Subject: [PATCH 5.7.0] Epoc update
44975
44976 Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
44977 as suggested by Olaf Flebbe and Nick Clark.
44978
44979 Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
44980
44981 Misplaced else.
44982
44983 Scale down the VMS message boxes, by Charles Lane.
44984 Fix for ID 20000903.009, workaround at
44985 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
44986
44987 Subject: [ID 20001003.006] B::Debug not -w clean
44988
44989 Test harness update to sync with the new perlcc,
44990 from Simon Cozens.
44991
44992 One remaining nit less at the VMS mailbox sizing.
44993
44994 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44995
44996 It is possible to have no hosts database at all. Pointed out in
44997 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
44998
44999 Subject: [PATCH 5.7.0] h2xs not working
45000 Subject: [PATCH 5.7.0] h2xs not documenting the created module
45001
45002 Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
45003
45004 Subject: perlhack.pod Patch for Externals Tools
45005
45006 Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45007
45008 Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45009
45010 Enable disabling scripts installation by Configure -Uinstallscripts,
45011 suggested by H. Merijn Brand.
45012
45013 Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45014 reported several times by Dominic Dunlop, for example in
45015 ID 20000315.008. Patch from Dominic. Patch affects at
45016 least MachTen, and possibly other oldish BSDs. Should not
45017 break non-broken platforms (tested on LinuxPPC).
45018
45019 Regen toc.
45020
45021 Subject: Re: Questions about Tie::Array and perl modules
45022 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45023
45024 Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45025
45026 Tweak #7153.
45027
45028 IO::Handle->syswrite() did not handle length omission
45029 like CORE::syswrite() does.
45030 Subject: [Fwd] IO::Handle, syswrite and arguments
45031 The original patch from andrew@ugh.net.au.
45032
45033 Also the $ccflags is needed for the C compiler check.
45034 Subject: Configure (check for C-compiler)
45035
45036 Eliminate $Is_VMS code from the test.
45037 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45038
45039 Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45040 as the first option of cc/ld because of ultrapicky compilers
45041 (e.g. OS/390 R2.5)
45042
45043 Change the version number of Tie::Handle in the core to 4.0,
45044 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45045 Subject: Note on Tie::Handle
45046
45047 UTF8ize split() so that the cloned substrings get the UTF8
45048 flag of the original scalar. Problem reported by Simon Cozens.
45049
45050 save_re_context() could reset PL_curcop to freed memory, causing core
45051 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45052
45053 Subject: PATCH 5.6 perldebguts grammar cleanup
45054
45055 Add a todo note about overloadable assertions.
45056
45057 on Windows, LoadLibrary() could load an extension DLL multiple
45058 times if forward slashes are used in the path
45059
45060 on Windows, cwd strings in the environment should be of the
45061 form =X:=X:\foo instead of =X=X:\foo\
45062
45063 on Windows, avoid potential exception (could happen if MSVCRT isn't
45064 being used) when closing a socket handle
45065
45066 avoid nonportable example code
45067
45068 Windows9x doesn't support link(), despite what Config.pm
45069 might think
45070
45071 pod nit
45072
45073 Change #7160 had a nasty typo.
45074
45075 Warn about unknown scripts.
45076 Subject: Re: ideas? patches? [PATCH bleadperl]
45077
45078 on Windows, clean targets might not work under some flavors of the shell
45079
45080 tweak for change#7173
45081
45082 Make eq work again with utf8 (disabling the upgrading
45083 should no more be necessary since the copies of the
45084 scalars are upgraded, not the scalars themselves).
45085 Takes care of ID 20001009.001. (The claimed length()
45086 bug in 20001009.001 seems bogus to me.)
45087
45088 Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45089
45090 Upgrade to CGI.pm 2.74, from Lincoln Stein.
45091
45092 Upgrade to podlators 1.04, from Russ Allbery.
45093
45094 Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
45095
45096 Quote the temp file name, needed in Win32 because the
45097 default name unfortunately contains spaces, shouldn't
45098 hurt elsewhere.
45099 Subject: FW: perldoc fails if $TEMP contains spaces
45100
45101 Subject: RE: [ID 19990803.001] README.win32 suggestions
45102
45103 Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45104
45105 Subject: Re: utf8 concat, mg_get
45106
45107 Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45108
45109 Subject: [PATCH: perl@7181] op/tr tests on OS/390
45110
45111 Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45112
45113 Use the versiononly instead of the installscripts,
45114 retract the changes 7146 and 7147.
45115
45116 Reapply Andy's patch and regen Configure.
45117
45118 Add the test case for #7190, from the original bug report
45119 by Andreas König.
45120
45121 Remove duplicated code.
45122
45123 SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45124
45125 restore change#7202
0052ac31
JH
45126 Branch: maint-5.6/perl
45127 !> (integrate 121 files)
45128____________________________________________________________________________
45129[ 8155] By: jhi on 2000/12/17 22:30:58
45130 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
45131 From: "Craig A. Berry" <craigberry@mac.com>
45132 Date: Sun, 17 Dec 2000 13:09:28 -0600
45133 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
45134
45135 MAN.PODS => ' ' is naughty.
45136 Branch: perl
45137 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45138____________________________________________________________________________
45139[ 8154] By: nick on 2000/12/17 22:07:13
45140 Log: MULTIPLICITY nit.
45141 Branch: perl
45142 ! mg.c
45143____________________________________________________________________________
45144[ 8153] By: gsar on 2000/12/17 21:23:05
45145 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
45146 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
45147 from mainline
45148
45149 Document the SvIOK_.*UV().
45150
45151 Update Unicode todo list.
45152
45153 Guard against bad string->int conversion for quads.
45154
45155 Subject: small apidoc fix
45156
45157 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45158
45159 Subject: [PATCH] Tied filehandle documentation
45160
45161 Subject: [PATCH] Modernize Opcode.pm documentation
45162
45163 Make Data::Dumper (non-XS) to work with changed semantics of ref().
45164 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45165 [applied even though said semantics didn't change in 5.6.x]
45166
45167 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45168
45169 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
45170
45171 Fix the URL, but the server is still missing in action.
45172 Subject: [ID 20000905.002] perlfaq1.pod URL error
45173
45174 Subject: [ID 20000903.001] \w in utf8-strings
45175
45176 Fix the ccversion detection for 5.1 and beyond.
45177 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45178
45179 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45180
45181 Subject: [ID 20000904.008] Tiny fix for perldiag
45182
45183 Subject: Re: [ID 20000906.004] segfault with bad perl statement
45184
45185 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45186
45187 Subject: [ID 20000908.002] perlipc documentation bug.
45188
45189 Subject: [PATCH lib/Benchmark.pm]
45190
45191 Re-allow vec() for characters > 255.
45192 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
45193
45194 Do away with memory models cruft. Sorry, PDP users.
45195
45196 Continue #7041.
45197
45198 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45199
45200 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45201
45202 Upgrade to CPAN 1.57_65, from Andreas König.
45203
45204 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45205 by Russ Allbery.
45206
45207 Silence t/pod/*.t about alternate quote-mappings now implemented
45208 by Pod::Text, from Brad Appleton.
45209
45210 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45211 Subject: borland C++ win32.c tweak
45212
45213 C<@a = @b = split(...)> optimization coredumps under ithreads
45214 (missed a spot when fixing up op_pmreplroot hack for ithreads)
45215
45216 Document the SvUTF8*().
45217
45218 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45219
45220 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45221
45222 Do in VMS as the #7054 does.
45223
45224 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45225
45226 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45227
45228 Subject: [patch: perl@7045] vms updates
45229
45230 Test for the #7049.
45231 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
45232
45233 Break up the myconfig lines a bit.
45234 Subject: perlbug/perl -V output format
45235
45236 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45237
45238 The #7054 truncated Configure badly.
45239
45240 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45241 initialization in all the threads on Windows
45242
45243 Allow for whitespace between "#" and "line" in cpp output.
45244 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45245
45246 Remove vestiges of tr//CU.
45247 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45248
45249 The return value of setlocale must be copied away.
45250 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45251
45252 Allow chop() and chomp() to be overridden.
45253 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45254
45255 Hints optimization.
45256 Subject: Minor nit
45257
45258 Subject: [PATCH] de-wall t/README
45259
45260 Subject: Re: Two advertising clauses need to be removed
45261 Branch: maint-5.6/perl
45262 !> (integrate 75 files)
45263____________________________________________________________________________
45264[ 8152] By: gsar on 2000/12/17 20:30:11
45265 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
45266 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
45267 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
45268
45269 Don't attach -ld to the archname if pointless.
45270
45271 Document UNTIE in a very minimalistic way.
45272
45273 POSIX doesn't report long double values under -Duselongdouble
45274 when the long doubles are "real" (bigger than doubles).
45275
45276 More author updates.
45277
45278 Try to deduce NV_MAX. Really should be Configure fodder.
45279
45280 :: not allowed in pathnames, change to .
45281 Subject: [PATCH perl@6938] cygwin port
45282
45283 Forget about NV_MAX (#6951). Various floating point tweaks,
45284 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45285
45286 Move the Solaris 7 scan to use64bitall, make the
45287 failure to find 64-bot sparc libc to mention the
45288 possibility of being in an intel, from Lupe and Alan.
45289
45290 Regen perltoc.
45291
45292 AUTHORS tweaks, from Peter Prymmer.
45293
45294 More address tweaking.
45295
45296 Small tweaks all over.
45297
45298 File::Temp patches from Andreas König,
45299
45300 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45301
45302 Subject: CPAN.pm beta 1.57_57 for the core
45303
45304 Part of the solution.
45305 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45306
45307 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45308
45309 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45310
45311 Add the overload warnings to perldiag.
45312
45313 Drop unused argument.
45314 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
45315
45316 Subject: Nit in Configure (bleadperl@6961)
45317
45318 Update to PodParser 1.18, from Brad Appleton.
45319
45320 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
45321
45322 Subject: [PATCH: 6948] add SCNfldbl to configure.com
45323
45324 Document UNTIE. Also tweak implementation to suppress the 'inner references'
45325 warning when UNTIE exists and instead pass the cound of extra references to
45326 the UNTIE method.
45327
45328 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45329 so that case-ignoring systems like DCL can tell them from
45330 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
45331
45332 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45333
45334 Feature ordering tweak.
45335
45336 Regen perltoc.
45337
45338 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
45339
45340 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45341
45342 Subject: http:// in L<>
45343
45344 Detypo.
45345
45346 change#6791 accidentally clobbered change#6710, put it back
45347
45348 Only the first line, thank you very much.
45349
45350 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45351 plus rework the http: spots as suggested by Tom Christiansen,
45352 plus regen perltoc.
45353
45354 Undo part of change 6489 which looks like a bulk edit which
45355 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45356 The supressing of main:: on return from select() is undesirable.
45357
45358 Apparently avoiding the swapping is too costly.
45359
45360 Various Configure nits by Philip Newton,
45361 plus the ebcdic one by me.
45362
45363 Make certain cc is set before trying to run it.
45364
45365 If overloaded %{} etc. return the object do not loop.
45366 Thus sub deref { $_[0] } functions if object is wanted type.
45367
45368 Update perlhist.
45369
45370 More %{} and other deref special casing - do not pass to 'nomethod'.
45371 Branch: maint-5.6/perl
45372 !> (integrate 59 files)
45373____________________________________________________________________________
45374[ 8151] By: gsar on 2000/12/17 19:14:38
45375 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
45376 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
45377
45378 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45379
45380 Make the epsilon to be relative, not absolute.
45381
45382 Put back the flags dump as reasoned in
45383 Subject: Re: [PATCH] Glob dumping
45384
45385 Introduce ccname to keep track of what compiler kind of we have.
45386
45387 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
45388
45389 Put back the slice accidentally removed by #6907.
45390
45391 Reset archname and archname64 always, forcing them be
45392 recomputed at each Configure run, make Configure and
45393 the hints files agree on the naming of largefiles variables.
45394
45395 Don't say "Perl 5.0 source kit".
45396
45397 Subject: [PATCH] fix misc cast warnings
45398
45399 Subject: typos in pods
45400
45401 NVs not necessarily doubles, as pointed out by Yitzchak.
45402
45403 Subject: [PATCH 6889] add a few ldbl formats to configure.com
45404
45405 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45406
45407 Better options for rsync.
45408
45409 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45410
45411 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45412
45413 Subject: [PATCH] Re: UNTIE method
45414
45415 A better fix for the Socket building problem from Craig Berry.
45416
45417 Retract the dummy test, skip the security tests (instead of failing),
45418 explain what the warnings mean.
45419
45420 Heap decorruption.
45421 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45422
45423 Update to Unicode 3.0.1.
45424
45425 Missed one Unicode file.
45426
45427 Subject: Re: typos in pods
45428
45429 The #6929 was too skimpy.
45430
45431 sscanf() may be the only way to read long doubles from strings.
45432
45433 Reveal Borland's isnan.
45434 Subject: build with BC++ tweak
45435
45436 Issue useful diagnostic on unknown pod commands.
45437 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45438
45439 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45440
45441 Clarify the third case of ftmp-security warnings.
45442
45443 Make -Dusemorebits find long doubles in Solaris.
45444
45445 Wrap the test in eval.
45446 Branch: maint-5.6/perl
45447 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45448 +> lib/unicode/PropList.txt lib/unicode/README.perl
45449 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45450 +> lib/unicode/Unicode.301 vms/vmspipe.com
45451 - lib/unicode/Props.txt lib/unicode/UCD300.html
45452 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45453 !> (integrate 305 files)
45454____________________________________________________________________________
45455[ 8150] By: jhi on 2000/12/17 18:47:57
45456 Log: Uncheckedin generated files.
45457 Branch: perl
45458 ! global.sym perlapi.c pod/perlapi.pod
45459____________________________________________________________________________
45460[ 8149] By: jhi on 2000/12/17 18:41:22
45461 Log: Update Changes.
45462 Branch: perl
45463 ! Changes patchlevel.h
45464____________________________________________________________________________
70fa61ca
JH
45465[ 8148] By: jhi on 2000/12/17 18:39:16
45466 Log: Subject: [PATCH] Fcntl constants speedup
45467 From: Nicholas Clark <nick@ccl4.org>
45468 Date: Sun, 17 Dec 2000 16:29:24 +0000
45469 Message-ID: <20001217162924.E97668@plum.flirble.org>
45470
45471 Use IVs for the Fcntl constants instead of NVs.
45472 Branch: perl
45473 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
45474____________________________________________________________________________
45475[ 8147] By: jhi on 2000/12/17 18:33:41
45476 Log: Add test for #8145 (binmode() warning), add warning for
45477 ioctl() and sockpair(), document them. (fileno() cannot
45478 be tripwired with the same kind of warning because
45479 'defined fileno($foo)' seems to be an idiom.)
45480 Branch: perl
45481 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
45482____________________________________________________________________________
45483[ 8146] By: gsar on 2000/12/17 18:09:08
45484 Log: update Changes
45485 Branch: maint-5.6/perl
45486 ! Changes
45487____________________________________________________________________________
45488[ 8145] By: jhi on 2000/12/17 17:39:35
45489 Log: Subject: [PATCH] Re: The long awaited feature ...
45490 From: Simon Cozens <simon@cozens.net>
45491 Date: Sun, 17 Dec 2000 12:31:56 +0000
45492 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
45493
45494 Add a warning to binmode() about using bad filehandles
45495 (can happen e.g. if someone forgets the filehandle argument)
45496 Branch: perl
45497 ! pp_sys.c
45498____________________________________________________________________________
45499[ 8144] By: jhi on 2000/12/17 17:33:48
45500 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45501 From: Jonathan Stowe <gellyfish@gellyfish.com>
45502 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
45503 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
45504 Branch: perl
45505 ! lib/Net/Ping.pm
45506____________________________________________________________________________
45507[ 8143] By: jhi on 2000/12/17 05:31:37
45508 Log: Polymorphic regexps.
45509
45510 Fixes at least the bugs 20001028.003 (both of them...) and
45511 20001108.001. The bugs 20001114.001 and 20001205.014 seem
45512 also to be fixed by now, probably already before this patch.
45513 Branch: perl
45514 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
45515 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
45516 ! t/op/utf8decode.t t/pragma/utf8.t
45517____________________________________________________________________________
45518[ 8142] By: jhi on 2000/12/16 17:16:05
45519 Log: Subject: [patch perl@8102] dos/djgpp update
45520 From: Laszlo Molnar <ml1050@freemail.hu>
45521 Date: Sat, 16 Dec 2000 01:40:52 +0100
45522 Message-ID: <20001216014052.A335@freemail.hu>
45523 Branch: perl
45524 ! djgpp/config.over t/base/commonsense.t
45525____________________________________________________________________________
45526[ 8141] By: jhi on 2000/12/16 17:09:27
45527 Log: Few uncheckedin files.
45528 Branch: perl
45529 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
45530____________________________________________________________________________
45531[ 8140] By: nick on 2000/12/15 22:14:31
45532 Log: Integrate mainline
45533 Branch: perlio
45534 !> (integrate 53 files)
45535____________________________________________________________________________
45536[ 8139] By: jhi on 2000/12/15 19:49:49
45537 Log: One more IVUV tweak from Nicholas Clark.
45538 Branch: perl
45539 ! sv.c
45540____________________________________________________________________________
45541[ 8138] By: jhi on 2000/12/15 19:17:06
45542 Log: Return of the IVUV-preservation, now seems to be happy even
45543 in Digital UNIX (the broken strtoul brokenness detection
45544 seems to have been the fly in the ointment).
45545 Branch: perl
45546 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45547 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
45548 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
45549 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
45550 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45551 ! vos/config.ga.h win32/config.bc win32/config.gc
45552 ! win32/config.vc
45553____________________________________________________________________________
45554[ 8137] By: jhi on 2000/12/15 18:12:14
45555 Log: Metaconfig unit change for #8136.
45556 Branch: metaconfig
45557 ! U/modified/d_strtoul.U
45558 Branch: metaconfig/U/perl
45559 ! d_strtoull.U d_strtouq.U
45560____________________________________________________________________________
45561[ 8136] By: jhi on 2000/12/15 18:11:35
45562 Log: I don't think it's sensible or portable to test the strtou*
45563 on /^-/ strings.
45564 Branch: perl
45565 ! Configure
45566____________________________________________________________________________
45567[ 8135] By: jhi on 2000/12/15 17:18:49
45568 Log: Metaconfig unit change for #8134.
45569 Branch: metaconfig
45570 ! U/modified/d_strtoul.U
45571____________________________________________________________________________
45572[ 8134] By: jhi on 2000/12/15 17:14:13
0052ac31 45573 Log: If longsize is 8 we don't need a LL suffix for integer constants.
70fa61ca
JH
45574 Branch: perl
45575 ! Configure config_h.SH
45576____________________________________________________________________________
45577[ 8133] By: jhi on 2000/12/15 16:00:23
45578 Log: Update Changes.
45579 Branch: perl
45580 ! Changes patchlevel.h
45581____________________________________________________________________________
78b3f299
JH
45582[ 8132] By: jhi on 2000/12/15 15:44:16
45583 Log: Some compilers get huffy if you do not cast a const pointer
45584 to a non-const when assigning.
45585 Branch: perl
45586 ! gv.c
45587____________________________________________________________________________
45588[ 8131] By: jhi on 2000/12/15 15:38:30
45589 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
45590 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45591 Date: Fri, 15 Dec 2000 05:26:57 -0500
45592 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
45593 Branch: perl
45594 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
45595 ! t/pragma/overload.t
45596____________________________________________________________________________
45597[ 8130] By: jhi on 2000/12/15 15:36:08
45598 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
45599 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45600 Date: Thu, 14 Dec 2000 22:02:43 -0500
45601 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
45602 Branch: perl
45603 ! gv.c perl.h
45604____________________________________________________________________________
45605[ 8129] By: jhi on 2000/12/15 15:34:16
45606 Log: Subject: PATCH: h2xs nit
45607 From: Tim Jenness <t.jenness@jach.hawaii.edu>
45608 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
45609 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
45610
45611 Add a template README.
45612 Branch: perl
45613 ! utils/h2xs.PL
45614____________________________________________________________________________
45615[ 8128] By: jhi on 2000/12/15 15:32:22
45616 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
45617 Branch: perl
45618 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45619____________________________________________________________________________
45620[ 8127] By: jhi on 2000/12/15 15:19:34
45621 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
45622 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45623 Date: Thu, 14 Dec 2000 20:04:42 EST
45624 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
45625 Branch: perl
45626 ! ext/Opcode/Opcode.xs
45627____________________________________________________________________________
45628[ 8126] By: jhi on 2000/12/15 15:17:49
45629 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
45630 From: Peter Prymmer <pvhp@forte.com>
45631 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
45632 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
45633 Branch: perl
45634 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
45635 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
45636 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
45637____________________________________________________________________________
45638[ 8125] By: jhi on 2000/12/15 15:11:05
45639 Log: This seems to be a stage sane and stable enough to checkin.
45640 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
45641 Branch: perl
45642 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
45643 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
45644 ! t/op/cmp.t t/op/numconvert.t
45645____________________________________________________________________________
45646[ 8124] By: jhi on 2000/12/15 04:20:26
45647 Log: Something is really wonky.
45648 Branch: perl
45649 ! sv.c
45650____________________________________________________________________________
45651[ 8123] By: jhi on 2000/12/15 04:00:50
45652 Log: Fixes for the IV UV patches to compile in Digital UNIX.
45653 Branch: perl
45654 ! sv.c
45655____________________________________________________________________________
45656[ 8122] By: jhi on 2000/12/15 02:53:40
45657 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45658 From: "Craig A. Berry" <craigberry@mac.com>
45659 Date: Thu, 14 Dec 2000 19:10:49 -0600
45660 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
45661 Branch: perl
45662 ! vms/vms.c
45663____________________________________________________________________________
45664[ 8121] By: jhi on 2000/12/15 02:50:00
45665 Log: Metaconfig changes for #8120.
45666 Branch: metaconfig
45667 + U/modified/d_strtoul.U
45668 Branch: metaconfig/U/perl
45669 ! d_strtoull.U d_strtouq.U
45670____________________________________________________________________________
45671[ 8120] By: jhi on 2000/12/15 02:49:42
45672 Log: From: Nicholas Clark <nick@ccl4.org>
45673 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
45674 Date: Thu, 14 Dec 2000 18:38:57 +0000
45675 Message-ID: <20001214183857.B97909@plum.flirble.org>
45676 Branch: perl
45677 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45678 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
45679 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45680 ! vos/config.ga.def vos/config.ga.h win32/config.bc
45681 ! win32/config.gc win32/config.vc
45682____________________________________________________________________________
45683[ 8119] By: jhi on 2000/12/14 23:40:58
45684 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
45685 From: Nicholas Clark <nick@ccl4.org>
45686 Date: Wed, 13 Dec 2000 20:08:50 +0000
45687 Message-ID: <20001213200849.B71166@plum.flirble.org>
45688 Branch: perl
45689 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
45690 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
45691____________________________________________________________________________
45692[ 8118] By: jhi on 2000/12/14 22:46:26
45693 Log: Integrate perlio.
45694 Branch: perl
45695 !> MANIFEST ext/Encode/compile makedef.pl
45696____________________________________________________________________________
45697[ 8117] By: nick on 2000/12/14 22:38:53
45698 Log: Win32 tweaks to get Encode to build
45699 - temp hack to makedef.pl till PerlIO is properly "exported".
45700 - MSVC dislikes
45701 static encpage_t foo[];
45702 so make 'em extern for now.
45703 Branch: perlio
45704 ! ext/Encode/compile makedef.pl
45705____________________________________________________________________________
45706[ 8116] By: nick on 2000/12/14 22:00:53
45707 Log: Document the new files
45708 Branch: perlio
45709 ! MANIFEST
45710____________________________________________________________________________
45711[ 8115] By: jhi on 2000/12/14 21:58:01
45712 Log: MANIFEST new files of #8114.
45713 Branch: perl
45714 ! MANIFEST
45715____________________________________________________________________________
45716[ 8114] By: jhi on 2000/12/14 21:50:49
45717 Log: Integrate perlio.
45718 Branch: perl
45719 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45720 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45721 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45722 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45723 !> ext/Encode/Makefile.PL
45724____________________________________________________________________________
45725[ 8113] By: jhi on 2000/12/14 21:48:49
45726 Log: The documentation part of the
45727
45728 Subject: [ID 20001214.002] Net::Ping patch
45729 From: Jonathan Stowe <gellyfish@gellyfish.com>
45730 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
45731 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
45732 since the #7529 had already addressed the same problem.
45733 Branch: perl
45734 ! lib/Net/Ping.pm
45735____________________________________________________________________________
45736[ 8112] By: jhi on 2000/12/14 21:42:57
45737 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
45738 From: Dominic Dunlop <domo@computer.org>
45739 Date: Tue, 12 Dec 2000 10:47:10 +0100
45740 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
45741
45742 Document how elusive subroutines can be.
45743 Branch: perl
45744 ! pod/perlfunc.pod
45745____________________________________________________________________________
45746[ 8111] By: jhi on 2000/12/14 21:38:05
45747 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
45748 From: Dominic Dunlop <domo@computer.org>
45749 Date: Thu, 14 Dec 2000 10:13:51 +0100
45750 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
45751 Branch: perl
45752 ! ext/POSIX/POSIX.pod
45753____________________________________________________________________________
45754[ 8110] By: jhi on 2000/12/14 21:36:32
45755 Log: Subject: [patch] perlfaq7
45756 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45757 Date: Thu, 14 Dec 2000 15:31:07 +0100
45758 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
45759 Branch: perl
45760 ! pod/perlfaq7.pod
45761____________________________________________________________________________
45762[ 8109] By: jhi on 2000/12/14 21:29:20
45763 Log: Subject: [8104] Encode
45764 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45765 Date: Thu, 14 Dec 2000 14:49:34 +0100
45766 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
45767
45768 Type casting for nervous compilers.
45769 Branch: perl
45770 ! ext/Encode/Encode.xs
45771____________________________________________________________________________
45772[ 8108] By: jhi on 2000/12/14 21:26:17
45773 Log: Subject: [8104] DB_File
45774 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45775 Date: Thu, 14 Dec 2000 14:49:35 +0100
45776 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
45777
45778 Type definition incorrect for DB 2.7.7. Not known when it
45779 changed, so only changed it for a known revision.
45780 Branch: perl
45781 ! ext/DB_File/DB_File.xs
45782____________________________________________________________________________
45783[ 8107] By: jhi on 2000/12/14 21:23:41
45784 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
45785 From: Peter Prymmer <pvhp@forte.com>
45786 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
45787 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
45788
45789 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
45790 Branch: perl
45791 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45792 ! ext/Encode/Encode/posix-bc.enc
45793____________________________________________________________________________
45794[ 8106] By: nick on 2000/12/14 20:36:13
45795 Log: "Cold" build correction to Encode's Makefile.PL
45796 Branch: perlio
45797 ! ext/Encode/Makefile.PL
45798____________________________________________________________________________
45799[ 8105] By: nick on 2000/12/14 20:09:37
45800 Log: "Compiled" encodings.
45801 Correct replacement character in EBCDIC .enc files
45802 Add 0x7F to ASCII repertoire.
45803 Branch: perlio
45804 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45805 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45806 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45807 ! ext/Encode/Makefile.PL ext/Encode/compile
45808 ! ext/Encode/encengine.c ext/Encode/encode.h
45809____________________________________________________________________________
45810[ 8104] By: nick on 2000/12/14 00:38:20
45811 Log: Integrate mainline
45812 Branch: perlio
45813 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
45814 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
45815 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
45816 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
45817 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
45818 !> t/lib/db-hash.t t/lib/db-recno.t
45819____________________________________________________________________________
45820[ 8103] By: nick on 2000/12/13 23:16:13
45821 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
45822 so far and so it does not get lost.
45823 Branch: perlio
45824 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45825____________________________________________________________________________
45826[ 8102] By: jhi on 2000/12/13 17:14:22
45827 Log: Update Changes.
45828 Branch: perl
45829 ! Changes patchlevel.h
45830____________________________________________________________________________
6a156541
JH
45831[ 8101] By: jhi on 2000/12/13 16:53:41
45832 Log: Move the proto of start_glob() to a better place; regen api files.
45833 Branch: perl
45834 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
45835____________________________________________________________________________
45836[ 8100] By: jhi on 2000/12/13 16:47:11
45837 Log: Metaconfig change for #8099.
45838 Branch: metaconfig
45839 ! U/modified/Head.U
45840____________________________________________________________________________
45841[ 8099] By: jhi on 2000/12/13 16:46:48
45842 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
45843 From: Andy Dougherty <doughera@lafayette.edu>
45844 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
45845 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
45846 Branch: perl
45847 ! Configure
45848____________________________________________________________________________
45849[ 8098] By: jhi on 2000/12/13 16:39:02
45850 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
45851 From: rspier@pobox.com (Robert Spier)
45852 Date: Tue, 12 Dec 2000 21:12:39 -0500
45853 Message-ID: <14902.56087.678086.725773@rls.cx>
45854
45855 fastgetcwd is defined using a glob alias on a $^O dependent basis -
45856 and there was no default assignment or perl subroutine.
45857 Branch: perl
45858 ! lib/Cwd.pm
45859____________________________________________________________________________
45860[ 8097] By: jhi on 2000/12/13 16:16:01
45861 Log: Subject: [PATCH] move startglob out of pp_hot.c
45862 From: Nicholas Clark <nick@ccl4.org>
45863 Date: Mon, 11 Dec 2000 23:16:39 +0000
45864 Message-ID: <20001211231638.A55550@plum.flirble.org>
45865 Branch: perl
45866 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
45867____________________________________________________________________________
45868[ 8096] By: jhi on 2000/12/13 15:26:23
45869 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
45870 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45871 Date: Wed, 13 Dec 2000 14:01:37 +0100
45872 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
45873
45874 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
45875 in turn requires libpthread in libswanted.
45876 Branch: perl
45877 ! hints/hpux.sh
45878____________________________________________________________________________
45879[ 8095] By: jhi on 2000/12/12 19:51:05
45880 Log: The integration wars continue.
45881 Branch: perl
45882 !> sv.c
45883____________________________________________________________________________
45884[ 8094] By: jhi on 2000/12/12 19:48:26
45885 Log: Subject: [PATCH perl@8070] DB_File-1.74
45886 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
45887 Date: Mon, 11 Dec 2000 23:07:17 -0000
45888 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
45889 Branch: perl
45890 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45891 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45892 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
45893 ! t/lib/db-recno.t
45894____________________________________________________________________________
45895[ 8093] By: nick on 2000/12/12 19:42:13
45896 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
45897 Branch: perlio
45898 ! sv.c
45899 !> lib/File/DosGlob.pm
45900____________________________________________________________________________
45901[ 8092] By: jhi on 2000/12/12 19:28:11
45902 Log: Integrate perlio.
45903 Branch: perl
45904 !> sv.c
45905____________________________________________________________________________
45906[ 8091] By: nick on 2000/12/12 18:49:45
45907 Log: Fix for Tk, and upgrading shared SVs.
45908 Branch: perlio
45909 ! sv.c
45910____________________________________________________________________________
45911[ 8090] By: jhi on 2000/12/12 16:48:59
45912 Log: Subject: [PATCH] Re: Breadperl & Tk
45913 From: Nick Ing-Simmons <nik@tiuk.ti.com>
45914 Date: Tue, 12 Dec 2000 14:48:27 GMT
45915 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
45916 Branch: perl
45917 ! sv.c
45918____________________________________________________________________________
45919[ 8089] By: jhi on 2000/12/12 03:37:19
45920 Log: Subject: DosGlob.pm diff for bash style brace expansion.
45921 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
45922 Date: Fri, 8 Dec 2000 10:45:30 -0600
45923 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
45924 Branch: perl
45925 ! lib/File/DosGlob.pm
45926____________________________________________________________________________
45927[ 8088] By: nick on 2000/12/11 23:59:59
45928 Log: Integrate mainline
45929 Branch: perlio
45930 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
45931 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
45932 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
45933 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
45934 !> t/op/local.t t/pragma/warn/toke toke.c
45935____________________________________________________________________________
45936[ 8087] By: jhi on 2000/12/11 23:20:23
45937 Log: Integrate perlio.
45938 Branch: perl
45939 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
45940____________________________________________________________________________
45941[ 8086] By: jhi on 2000/12/11 22:50:59
45942 Log: Tune further the OS detection of CGI.
45943 Branch: perl
45944 ! lib/CGI.pm
45945____________________________________________________________________________
45946[ 8085] By: nick on 2000/12/11 22:50:46
45947 Log: Finish 1st pass of "encoding" layer e.g. :
45948 open($fh,"<encoding(iso8859-7)",$greek) || die;
45949 Branch: perlio
45950 ! ext/Encode/Encode.xs perlio.c perliol.h
45951____________________________________________________________________________
45952[ 8084] By: jhi on 2000/12/11 22:32:06
45953 Log: Revert the -f ambiguousity patch, seems to cause
45954 too much hassle (the interpret -Q as a function
45955 where Q is not a known filetest part is left in).
45956 Branch: perl
45957 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
45958 ! toke.c
45959____________________________________________________________________________
45960[ 8083] By: jhi on 2000/12/11 22:27:23
45961 Log: (accidentally empty check-in)
45962 Branch: perl
45963 ! lib/File/DosGlob.pm
45964____________________________________________________________________________
45965[ 8082] By: nick on 2000/12/11 19:09:51
45966 Log: Restore mmap function (broken by tweaks to shared buffer
45967 layer for encode(xxxx)).
45968 Branch: perlio
45969 ! perlio.c
45970____________________________________________________________________________
45971[ 8081] By: jhi on 2000/12/11 18:29:13
45972 Log: Subject: Re: The long awaited feature ...
45973 From: Simon Cozens <simon@cozens.net>
45974 Date: Mon, 11 Dec 2000 15:54:24 +0000
45975 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
45976
45977 More io/utf8 tests.
45978 Branch: perl
45979 ! t/io/utf8.t
45980____________________________________________________________________________
45981[ 8080] By: jhi on 2000/12/11 18:19:36
45982 Log: Subject: PATCH MakeMaker manpage clarification
45983 From: andreas.koenig@anima.de (Andreas J. Koenig)
45984 Date: 10 Dec 2000 20:46:13 +0100
45985 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
45986 Branch: perl
45987 ! lib/ExtUtils/MakeMaker.pm
45988____________________________________________________________________________
45989[ 8079] By: jhi on 2000/12/11 15:35:07
45990 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
45991 From: Simon Cozens <simon@cozens.net>
45992 Date: Sun, 10 Dec 2000 19:06:19 +0000
45993 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
45994 Branch: perl
45995 ! ext/B/B/Deparse.pm t/lib/b.t
45996____________________________________________________________________________
45997[ 8078] By: jhi on 2000/12/11 15:09:11
45998 Log: Subject: [PATCH] docs on NaN
45999 From: Nicholas Clark <nick@ccl4.org>
46000 Date: Mon, 11 Dec 2000 01:48:38 +0000
46001 Message-ID: <20001211014838.B99205@plum.flirble.org>
46002 Branch: perl
46003 ! pod/perlop.pod
46004____________________________________________________________________________
46005[ 8077] By: jhi on 2000/12/11 15:02:21
46006 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
46007 From: Simon Cozens <simon@cozens.net>
46008 Date: Mon, 11 Dec 2000 01:21:45 +0000
46009 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
46010 Branch: perl
46011 ! pp.c pp_hot.c scope.c t/op/local.t
46012____________________________________________________________________________
46013[ 8076] By: nick on 2000/12/10 20:43:32
46014 Log: Not merge worthy...
46015 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
46016 syntax is modelled on attributes.
46017 Untested fix for io/utf8 on Win32 etc.
46018 Very clumsy start to the encode layer.
46019 Branch: perlio
46020 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46021____________________________________________________________________________
46022[ 8075] By: jhi on 2000/12/10 18:39:33
46023 Log: Darwin is not Windows.
46024 Branch: perl
46025 ! lib/CGI.pm
46026____________________________________________________________________________
46027[ 8074] By: jhi on 2000/12/10 18:31:27
46028 Log: Subject: Ambiguous -%c() resolved as a file test
46029 From: "Paul Marquess" <Paul.Marquess@openwave.com>
46030 Date: Sun, 10 Dec 2000 15:35:07 -0000
46031 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
46032 Branch: perl
46033 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46034____________________________________________________________________________
46035[ 8073] By: jhi on 2000/12/10 18:16:29
46036 Log: Subject: PATCH installperl misinformed
46037 From: andreas.koenig@anima.de (Andreas J. Koenig)
46038 Date: 10 Dec 2000 13:01:32 +0100
46039 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
46040 Branch: perl
46041 ! installperl
46042____________________________________________________________________________
46043[ 8072] By: jhi on 2000/12/10 18:07:55
46044 Log: The walkoptree confusion rages; walkoptree() seems to be coming
46045 from B.xs, while walkoptree_slow() comes from B.pm.
46046 Branch: perl
46047 ! ext/B/B.pm
46048____________________________________________________________________________
46049[ 8071] By: nick on 2000/12/10 11:45:47
46050 Log: Integrate mainline
46051 Branch: perlio
46052 +> t/base/commonsense.t
46053 !> (integrate 37 files)
46054____________________________________________________________________________
46055[ 8070] By: jhi on 2000/12/10 04:46:21
46056 Log: Update Changes.
46057 Branch: perl
46058 ! Changes patchlevel.h
46059____________________________________________________________________________
fb79c7d7
JH
46060[ 8069] By: jhi on 2000/12/10 04:39:19
46061 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
46062 From: andreas.koenig@anima.de (Andreas J. Koenig)
46063 Date: 09 Dec 2000 17:14:25 +0100
46064 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
46065 Branch: perl
46066 + t/base/commonsense.t
46067 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
46068____________________________________________________________________________
46069[ 8068] By: jhi on 2000/12/10 04:17:36
46070 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
46071 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46072 Date: Sat, 9 Dec 2000 16:47:22 -0000
46073 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
46074 Branch: perl
46075 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
46076 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
46077 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
46078 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
46079 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
46080 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46081 ! t/lib/sdbm.t
46082____________________________________________________________________________
46083[ 8067] By: jhi on 2000/12/10 03:52:02
46084 Log: Test case for #8066.
46085 Branch: perl
46086 ! t/op/misc.t
46087____________________________________________________________________________
46088[ 8066] By: jhi on 2000/12/10 03:50:30
46089 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
46090 From: Simon Cozens <simon@cozens.net>
46091 Date: Sun, 10 Dec 2000 00:55:37 +0000
46092 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
46093 Branch: perl
46094 ! pp_sys.c
46095____________________________________________________________________________
46096[ 8065] By: jhi on 2000/12/10 03:44:52
46097 Log: Test case for #8064.
46098 Branch: perl
46099 ! t/comp/proto.t
46100____________________________________________________________________________
46101[ 8064] By: jhi on 2000/12/10 03:42:32
46102 Log: Subject: Re: prototype of substr
46103 From: Simon Cozens <simon@cozens.net>
46104 Date: Sun, 10 Dec 2000 00:13:33 +0000
46105 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
46106
46107 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
137e7465
JH
46108 In other words, make the returned prototypes for any function
46109 stop prepending the ';' optionality marker after the first one.
46110 If they start getting optional, all the rest are optional.
fb79c7d7
JH
46111 Branch: perl
46112 ! pp.c
46113____________________________________________________________________________
46114[ 8063] By: jhi on 2000/12/10 03:39:42
46115 Log: Subject: [PATCH] perlguts.pod
46116 From: Simon Cozens <simon@cozens.net>
46117 Date: Sun, 10 Dec 2000 00:06:47 +0000
46118 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
46119
46120 Documentation of the different types of ops,
46121 plus the functions in dump.c
46122 Branch: perl
46123 ! pod/perlguts.pod
46124____________________________________________________________________________
46125[ 8062] By: jhi on 2000/12/10 03:30:04
46126 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
46127 From: Nicholas Clark <nick@talking.bollo.cx>
46128 Date: Sat, 09 Dec 2000 18:57:25 +0000
46129 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
46130
46131 Be more robust in weird hostname setups.
46132 Branch: perl
46133 ! t/lib/net-hostent.t
46134____________________________________________________________________________
46135[ 8061] By: jhi on 2000/12/10 03:28:21
46136 Log: Pacify fussy compiler.
46137 Branch: perl
46138 ! pp_sys.c
46139____________________________________________________________________________
46140[ 8060] By: jhi on 2000/12/10 02:52:46
46141 Log: Integrate perlio.
46142 Branch: perl
46143 !> pp_sys.c t/io/utf8.t
46144____________________________________________________________________________
46145[ 8059] By: nick on 2000/12/09 23:40:14
46146 Log: read/sysread/recv should now be utf8 aware.
46147 Basic test for utf8 read.
46148 Branch: perlio
46149 ! pp_sys.c t/io/utf8.t
46150____________________________________________________________________________
46151[ 8058] By: jhi on 2000/12/09 21:56:02
46152 Log: Integrate perlio.
46153 Branch: perl
46154 +> t/io/utf8.t
46155 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
46156____________________________________________________________________________
46157[ 8057] By: jhi on 2000/12/09 21:53:35
46158 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
46159 From: Inaba Hiroto <inaba@st.rim.or.jp>
46160 Date: Sun, 10 Dec 2000 05:53:21 +0900
46161 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
46162
46163 Tests for #8056.
46164 Branch: perl
46165 ! t/op/each.t
46166____________________________________________________________________________
46167[ 8056] By: jhi on 2000/12/09 21:51:16
46168 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
46169 From: Inaba Hiroto <inaba@st.rim.or.jp>
46170 Date: Sat, 09 Dec 2000 18:02:00 +0900
46171 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
46172
46173 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
46174 Branch: perl
46175 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
46176____________________________________________________________________________
46177[ 8055] By: nick on 2000/12/09 20:11:48
46178 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
46179 than raw PerlIO_write() - does not seem to break any tests.
46180 Branch: perlio
46181 ! pp_sys.c
46182____________________________________________________________________________
46183[ 8054] By: nick on 2000/12/09 19:47:30
46184 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
46185 (sysread, recv and write i.e. formats still to do...)
46186 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
46187 open($fh,">:utf8","name")
46188 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
46189 so no extra overhead is involved.
46190 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
46191 to a non-utf8 stream.
46192 Add initial io/utf8.t
46193 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
46194 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
46195 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46196 Branch: perlio
46197 + t/io/utf8.t
46198 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
46199____________________________________________________________________________
46200[ 8053] By: nick on 2000/12/09 19:26:37
46201 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
46202 was only testing this_utf8.
46203 Branch: perlio
46204 ! toke.c
46205____________________________________________________________________________
46206[ 8052] By: nick on 2000/12/09 19:09:41
46207 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
46208 i.e. the output string has one, but don't mess with source assumption.
46209 Branch: perlio
46210 ! toke.c
46211____________________________________________________________________________
46212[ 8051] By: jhi on 2000/12/09 16:55:17
46213 Log: Integrate perlio.
46214 Branch: perl
46215 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
46216 !> sv.c thrdvar.h util.c
46217____________________________________________________________________________
46218[ 8050] By: jhi on 2000/12/09 16:48:07
46219 Log: Nits noticed by Peter Prymmer.
46220 Branch: perl
46221 ! lib/ExtUtils/MM_VMS.pm
46222____________________________________________________________________________
46223[ 8049] By: nick on 2000/12/09 13:49:40
46224 Log: UTF8 output prework.
46225 - Store $\ and $, as SVs so they can have SvUTF8 flag
46226 - use do_print() rather than raw PerlIO_write() to print them.
46227 Branch: perlio
46228 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
46229 ! thrdvar.h util.c
46230____________________________________________________________________________
46231[ 8048] By: nick on 2000/12/09 12:30:43
46232 Log: Integrate mainline.
46233 Branch: perlio
46234 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
46235 +> t/op/reverse.t
46236 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
46237 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46238 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
46239 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
46240 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
46241 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46242____________________________________________________________________________
46243[ 8047] By: jhi on 2000/12/09 00:23:27
46244 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
46245 From: Michael G Schwern <schwern@pobox.com>
46246 Date: Fri, 8 Dec 2000 14:43:04 -0600
46247 Branch: perl
46248 ! lib/ExtUtils/MM_VMS.pm
46249____________________________________________________________________________
46250[ 8046] By: jhi on 2000/12/08 23:10:27
46251 Log: A missed check-in.
46252 Branch: perl
46253 ! lib/ExtUtils/Manifest.pm
46254____________________________________________________________________________
46255[ 8045] By: jhi on 2000/12/08 21:57:12
46256 Log: (null check-in)
46257 Branch: perl
46258 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
46259____________________________________________________________________________
46260[ 8044] By: jhi on 2000/12/08 21:11:06
46261 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
46262 at the final draft stage.
46263 Branch: perl
46264 + ext/Encode/Encode/iso8859-16.enc
46265 ! MANIFEST
46266____________________________________________________________________________
46267[ 8043] By: jhi on 2000/12/08 16:39:04
46268 Log: Update Changes.
46269 Branch: perl
46270 ! Changes patchlevel.h
46271____________________________________________________________________________
935679df
JH
46272[ 8042] By: jhi on 2000/12/08 16:33:39
46273 Log: Do not return the Unicode replacement character if UTF-8
46274 decoding goes awry, it should be up to the caller to decide.
46275 Branch: perl
46276 ! pod/perlapi.pod utf8.c
46277____________________________________________________________________________
46278[ 8041] By: jhi on 2000/12/08 16:22:28
46279 Log: metaconfig maintenance.
46280 Branch: metaconfig
46281 ! U/modified/stdchar.U
46282 Branch: metaconfig/U/perl
46283 + testsyml.U
46284____________________________________________________________________________
46285[ 8040] By: jhi on 2000/12/08 16:03:08
46286 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
46287 From: sthoenna@efn.org
46288 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
46289 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
46290 Branch: perl
46291 ! Changes lib/ExtUtils/MM_OS2.pm
46292____________________________________________________________________________
46293[ 8039] By: jhi on 2000/12/08 15:57:11
46294 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
46295 From: Simon Cozens <simon@cozens.net>
46296 Date: Fri, 8 Dec 2000 13:33:31 +0000
46297 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
46298
46299 (The pp_hot part needed a rewrite.)
46300 Branch: perl
46301 ! doop.c pp_hot.c utf8.c
46302____________________________________________________________________________
46303[ 8038] By: jhi on 2000/12/08 15:25:08
46304 Log: Subject: djSP
46305 From: Michael Stevens <michael@etla.org>
46306 Date: Wed, 6 Dec 2000 23:24:01 +0000
46307 Message-ID: <20001206232400.A21381@firedrake.org>
46308
46309 Plus a note from Nick Ing-Simmons.
46310 Branch: perl
46311 ! pp.h
46312____________________________________________________________________________
46313[ 8037] By: jhi on 2000/12/08 15:18:35
46314 Log: Filetype is text.
46315 Branch: perl
46316 ! t/op/utf8decode.t
46317____________________________________________________________________________
46318[ 8036] By: jhi on 2000/12/08 03:31:27
46319 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46320 From: Andy Dougherty <doughera@lafayette.edu>
46321 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
46322 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
46323
46324 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46325 From: Andy Dougherty <doughera@lafayette.edu>
46326 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
46327 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
46328 Branch: perl
46329 + ext/POSIX/hints/svr4.pl
46330 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
46331____________________________________________________________________________
46332[ 8035] By: jhi on 2000/12/08 03:26:01
46333 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
46334 From: Andy Dougherty <doughera@lafayette.edu>
46335 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
46336 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
46337 Branch: perl
46338 ! t/README t/base/term.t
46339____________________________________________________________________________
46340[ 8034] By: jhi on 2000/12/08 03:21:59
46341 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46342 From: mjd@plover.com
46343 Date: 7 Dec 2000 21:04:20 -0000
46344 Message-ID: <20001207210420.22282.qmail@plover.com>
46345
46346 Plus -z doc.
46347 Branch: perl
46348 ! pod/perlfunc.pod
46349____________________________________________________________________________
46350[ 8033] By: jhi on 2000/12/08 03:19:03
46351 Log: Use the UTF8 macros a bit. They can't be used with abandon
46352 everywhere because we do generate illegal UTF-8 in some situations.
46353 This is of course naughty.
46354 Branch: perl
46355 ! pod/perlapi.pod utf8.c utf8.h
46356____________________________________________________________________________
46357[ 8032] By: jhi on 2000/12/08 03:00:09
46358 Log: Out of sync?
46359 Branch: perl
46360 ! t/pragma/warn/utf8
46361____________________________________________________________________________
46362[ 8031] By: jhi on 2000/12/08 02:22:39
46363 Log: Cnt spl.
46364 Branch: perl
46365 ! MANIFEST
46366____________________________________________________________________________
46367[ 8030] By: jhi on 2000/12/08 01:23:54
46368 Log: Add test for reverse().
46369 Branch: perl
46370 + t/op/reverse.t
46371 ! MANIFEST
46372____________________________________________________________________________
46373[ 8029] By: jhi on 2000/12/08 01:21:47
46374 Log: Integrate perlio.
46375 Branch: perl
46376 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
46377 !> perlio.c perlio.h perlsdio.h warnings.pl
46378____________________________________________________________________________
46379[ 8028] By: jhi on 2000/12/08 01:19:08
46380 Log: Introduce macros for UTF8 decoding.
46381 Branch: perl
46382 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46383____________________________________________________________________________
46384[ 8027] By: nick on 2000/12/07 22:18:19
46385 Log: Integrate mainline
46386 Branch: perlio
46387 !> embed.pl pod/perlapi.pod utf8.c
46388____________________________________________________________________________
46389[ 8026] By: nick on 2000/12/07 21:45:08
46390 Log: Various oddities p4 diff -se showed up
46391 Remove 'our' from warnings.pl
46392 Branch: perlio
46393 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
46394____________________________________________________________________________
46395[ 8025] By: nick on 2000/12/07 21:43:32
46396 Log: Change PerlIO_(get|set)pos to take SV *
46397 Should fix, OS/2, VMS, (sfio??)
46398 Branch: perlio
46399 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
46400____________________________________________________________________________
46401[ 8024] By: jhi on 2000/12/07 19:05:32
46402 Log: Document utf8_to_uv() better.
46403 Branch: perl
46404 ! pod/perlapi.pod utf8.c
46405____________________________________________________________________________
46406[ 8023] By: jhi on 2000/12/07 18:23:47
46407 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
46408 Branch: perl
46409 ! embed.pl pod/perlapi.pod utf8.c
46410____________________________________________________________________________
46411[ 8022] By: jhi on 2000/12/07 04:13:51
46412 Log: Integrate perlio.
46413 Branch: perl
46414 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
46415 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
46416 !> win32/makefile.mk
46417____________________________________________________________________________
46418[ 8021] By: nick on 2000/12/07 00:28:14
46419 Log: Various attempts at MSVC debug - not sure what has
46420 changed but works now.
46421 Seems atexit() _may_ work for DLLs built with MSVC so don't
46422 call cleanup that way.
46423 Branch: perlio
46424 ! perlio.c win32/makefile.mk
46425____________________________________________________________________________
46426[ 8020] By: nick on 2000/12/06 19:57:20
46427 Log: Integrate mainline
46428 Branch: perlio
46429 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
46430 !> (integrate 75 files)
46431____________________________________________________________________________
46432[ 8019] By: nick on 2000/12/06 19:28:21
46433 Log: Add useperlio to config.vc
46434 Turn off binmode in config_H.PL
46435 Regen all the config_H.xx
46436 Attempt to get debugging build with MSVC.
46437 Branch: perlio
46438 ! win32/config.vc win32/config_H.bc win32/config_H.gc
46439 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
46440____________________________________________________________________________
46441[ 8018] By: nick on 2000/12/06 19:21:57
46442 Log: Test various dup/external program options on all platforms.
46443 Branch: perlio
46444 ! t/io/dup.t
46445____________________________________________________________________________
46446[ 8017] By: nick on 2000/12/06 19:20:47
46447 Log: Fix harness to be less picky
46448 Branch: perlio
46449 ! lib/Test/Harness.pm
46450____________________________________________________________________________
46451[ 8016] By: jhi on 2000/12/06 16:45:12
46452 Log: Update Changes.
46453 Branch: perl
46454 ! Changes patchlevel.h
46455____________________________________________________________________________
a7ff9532
JH
46456[ 8015] By: jhi on 2000/12/06 16:41:03
46457 Log: Test \x{...} with ord().
46458 Branch: perl
46459 ! t/op/ord.t
46460____________________________________________________________________________
46461[ 8014] By: jhi on 2000/12/06 16:20:33
46462 Log: Test tweak because of #8013.
46463 Branch: perl
46464 ! t/lib/b.t
46465____________________________________________________________________________
46466[ 8013] By: jhi on 2000/12/06 16:09:09
46467 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
46468 From: Michael G Schwern <schwern@pobox.com>
46469 Date: Tue, 5 Dec 2000 21:23:28 -0500
46470 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
46471
46472 Carp::Heavy parts not very applicable because of recent changes.
46473 Branch: perl
46474 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
46475 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
46476 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
46477 ! lib/Exporter.pm lib/Exporter/Heavy.pm
46478 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
46479 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46480 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
46481 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
46482 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
46483 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
46484 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
46485 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
46486 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
46487 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
46488 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
46489 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
46490 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
46491 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
46492 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
46493 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
46494 ! warnings.pl
46495____________________________________________________________________________
46496[ 8012] By: jhi on 2000/12/06 15:22:38
46497 Log: Subject: [PATCH] Re: New harness is failing things
46498 From: Nick Ing-Simmons <nik@tiuk.ti.com>
46499 Date: Wed, 6 Dec 2000 13:00:30 GMT
46500 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
46501 Branch: perl
46502 ! lib/Test/Harness.pm
46503____________________________________________________________________________
46504[ 8011] By: jhi on 2000/12/06 15:12:08
46505 Log: Subject: installhtml changes
46506 From: Michael Stevens <michael@etla.org>
46507 Date: Wed, 6 Dec 2000 13:15:53 +0000
46508 Message-ID: <20001206131553.A27317@firedrake.org>
46509 Branch: perl
46510 ! installhtml
46511____________________________________________________________________________
46512[ 8010] By: jhi on 2000/12/06 15:06:05
46513 Log: Subject: the dTHR hits
46514 From: Michael Stevens <michael@etla.org>
46515 Date: Wed, 6 Dec 2000 12:06:03 +0000
46516 Message-ID: <20001206120603.A24581@firedrake.org>
46517
46518 More, errrm, less dTHRs.
46519 Branch: perl
46520 ! bytecode.pl ext/B/B/C.pm
46521____________________________________________________________________________
46522[ 8009] By: jhi on 2000/12/06 15:04:25
46523 Log: Subject: MakeMaker mailing list gone?
46524 From: Michael G Schwern <schwern@pobox.com>
46525 Date: Tue, 5 Dec 2000 19:29:59 -0500
46526 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
46527
46528 The MakeMaker mailing list is dead, perlbug is the right
46529 address to report bugs.
46530 Branch: perl
46531 ! lib/ExtUtils/MakeMaker.pm
46532____________________________________________________________________________
46533[ 8008] By: jhi on 2000/12/06 15:00:32
46534 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
46535 From: Michael G Schwern <schwern@pobox.com>
46536 Date: Tue, 5 Dec 2000 19:21:21 -0500
46537 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
46538
46539 Add a default MANIFEST skip that ignores things like
46540 version control files, editor temporary files, and the Makefile.
46541 Branch: perl
46542 + lib/ExtUtils/MANIFEST.SKIP
46543 ! MANIFEST lib/ExtUtils/Manifest.pm
46544____________________________________________________________________________
46545[ 8007] By: jhi on 2000/12/06 14:57:20
46546 Log: In Amiga more manual hackery of the scripts seems to be needed,
46547 from Jan-Erik Karlsson. Why Configure does not get this right
46548 is unknown, may be shell-induced.
46549 Branch: perl
46550 ! README.amiga
46551____________________________________________________________________________
46552[ 8006] By: jhi on 2000/12/05 23:53:12
46553 Log: Add TOPm1s to peek at the second topmost stack item.
46554 Branch: perl
46555 ! pp.h
46556____________________________________________________________________________
46557[ 8005] By: jhi on 2000/12/05 23:13:55
46558 Log: Avaunt, you foul UTF-8 tests.
46559 Branch: perl
46560 ! t/op/ver.t t/pragma/utf8.t
46561____________________________________________________________________________
46562[ 8004] By: jhi on 2000/12/05 23:09:54
46563 Log: Continue utf8 dispersal.
46564 Branch: perl
46565 + t/op/concat.t
46566 ! MANIFEST t/pragma/utf8.t
46567____________________________________________________________________________
46568[ 8003] By: nick on 2000/12/05 23:02:39
46569 Log: Integrate mainline.
46570 Branch: perlio
46571 +> t/op/length.t t/op/utf8decode.t
46572 !> (integrate 69 files)
46573____________________________________________________________________________
46574[ 8002] By: jhi on 2000/12/05 22:59:28
46575 Log: Integrate perlio.
46576 Branch: perl
46577 !> iperlsys.h perl.c perlio.c win32/perllib.c
46578____________________________________________________________________________
46579[ 8001] By: nick on 2000/12/05 22:07:52
46580 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
46581 - calloc/free suffer from damage on TerminateThread()
46582 - use PerlMemShared (as originally planned) now fixed
46583 - avoid doing anything important on DLL "detach".
46584 Branch: perlio
46585 ! perl.c perlio.c win32/perllib.c
46586____________________________________________________________________________
46587[ 8000] By: nick on 2000/12/05 21:05:09
46588 Log: Fix gross PerlMemShared issue.
46589 Branch: perlio
46590 ! iperlsys.h
46591____________________________________________________________________________
46592[ 7999] By: jhi on 2000/12/05 20:46:58
46593 Log: Test for Unicode (UTF-8) hash keys.
46594 Branch: perl
46595 ! t/op/each.t
46596____________________________________________________________________________
46597[ 7998] By: jhi on 2000/12/05 20:30:35
46598 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
46599 is now always UTF-8), empty line cosmetics.
46600 Branch: perl
46601 ! t/pragma/utf8.t
46602____________________________________________________________________________
46603[ 7997] By: jhi on 2000/12/05 20:15:40
46604 Log: Subject: Re: STRLEN - what?
46605 From: Andy Dougherty <doughera@lafayette.edu>
46606 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
46607 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
46608
46609 Explain STRLEN.
46610 Branch: perl
46611 ! pod/perlguts.pod
46612____________________________________________________________________________
46613[ 7996] By: jhi on 2000/12/05 20:13:34
46614 Log: Split off the UTF-8 decoder tests, make them to check also
46615 the error message.
46616 Branch: perl
46617 + t/op/utf8decode.t
46618 ! MANIFEST t/pragma/utf8.t utf8.c
46619____________________________________________________________________________
46620[ 7995] By: jhi on 2000/12/05 16:39:47
46621 Log: Start migrating bits of pragma/utf8 to elsewhere
46622 (since the long term plan is to obsolete 'use utf8').
46623 Branch: perl
46624 + t/op/length.t
46625 ! MANIFEST t/pragma/utf8.t
46626____________________________________________________________________________
46627[ 7994] By: jhi on 2000/12/05 16:30:21
46628 Log: Fix a manual edit typo from #7993, fix the message formatting
46629 for Unicode, add few our declarations.
46630 Branch: perl
46631 ! lib/Carp/Heavy.pm
46632____________________________________________________________________________
46633[ 7993] By: jhi on 2000/12/05 16:09:15
46634 Log: Subject: Need help with warnings :-(
46635 From: "Ben Tilly" <ben_tilly@hotmail.com>
46636 Date: Tue, 05 Dec 2000 01:35:54 -0500
46637 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
46638
46639 Subject: UPDATE: Carp/Heavy now passes all tests
46640 From: "Ben Tilly" <ben_tilly@hotmail.com>
46641 Date: Tue, 05 Dec 2000 07:59:41 -0500
46642 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
46643
46644 The Brave New Carp.
46645 Branch: perl
46646 ! lib/Carp.pm lib/Carp/Heavy.pm
46647____________________________________________________________________________
46648[ 7992] By: jhi on 2000/12/05 15:55:08
46649 Log: Subject: [PATCH perl@7979] cygwin port
46650 From: "Eric Fifer" <efifer@dircon.co.uk>
46651 Date: Tue, 5 Dec 2000 14:04:09 -0000
46652 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
46653 Branch: perl
46654 ! t/lib/net-hostent.t
46655____________________________________________________________________________
46656[ 7991] By: jhi on 2000/12/05 15:52:34
46657 Log: Subject: Re: [PATCH] The largest hoax of all times?
46658 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46659 Date: Tue, 5 Dec 2000 00:40:25 -0500
46660 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
46661
46662 Subject: Re: [PATCH] The largest hoax of all times?
46663 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46664 Date: Mon, 4 Dec 2000 23:55:53 -0500
46665 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
46666
46667 Subject: Re: [PATCH] The largest hoax of all times?
46668 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46669 Date: Tue, 5 Dec 2000 01:28:45 -0500
46670 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
46671
46672 Fix the unpredictable order of DESTROYs.
46673 Branch: perl
46674 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
46675 ! sv.c sv.h t/op/ref.t
46676____________________________________________________________________________
46677[ 7990] By: jhi on 2000/12/05 14:38:53
46678 Log: Subject: [PATCH] shrink pp_hot fractionally
46679 From: Nicholas Clark <nick@ccl4.org>
46680 Date: Tue, 5 Dec 2000 12:44:31 +0000
46681 Message-ID: <20001205124431.E74518@plum.flirble.org>
46682
46683 Use report_evil_fh().
46684 Branch: perl
46685 ! opcode.pl opnames.h pp_hot.c util.c
46686____________________________________________________________________________
46687[ 7989] By: jhi on 2000/12/05 14:21:27
46688 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46689 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46690 Date: Mon, 04 Dec 2000 22:21:59 -0800
46691 Message-ID: <HmIL6gzkgepS092yn@efn.org>
46692
659f4fc5 46693 Harness shouldn't ignore responses like "ok 3\r\r\n".
a7ff9532
JH
46694 Branch: perl
46695 ! lib/Test/Harness.pm
46696____________________________________________________________________________
46697[ 7988] By: jhi on 2000/12/05 13:51:28
46698 Log: Integrate the "skip" messages to explain().
46699 Branch: perl
46700 ! t/lib/syslfs.t t/op/lfs.t
46701____________________________________________________________________________
46702[ 7987] By: jhi on 2000/12/05 12:34:54
46703 Log: The one that got away in #7984.
46704
46705 Subject: Re: dTHR - what and why?
46706 From: Michael Stevens <michael@etla.org>
46707 Date: Tue, 5 Dec 2000 11:15:52 +0000
46708 Message-ID: <20001205111552.A4647@firedrake.org>
46709 Branch: perl
46710 ! sv.h
46711____________________________________________________________________________
46712[ 7986] By: gsar on 2000/12/05 09:14:44
46713 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46714 due to the notorious GetFileType() bug in Windows 9x, which fstat()
46715 tickles)
46716 Branch: perl
46717 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
46718____________________________________________________________________________
46719[ 7985] By: jhi on 2000/12/05 05:49:03
46720 Log: Integrate perlio.
46721 Branch: perl
46722 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46723 !> win32/perlhost.h win32/perllib.c
46724____________________________________________________________________________
46725[ 7984] By: jhi on 2000/12/05 05:48:16
46726 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
46727 Branch: perl
46728 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
46729 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
46730 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
46731 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
46732 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
46733 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46734 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
46735 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
46736 ! win32/win32.c
46737____________________________________________________________________________
46738[ 7983] By: nick on 2000/12/04 23:27:43
46739 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
46740 Branch: perlio
46741 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46742 ! win32/perlhost.h win32/perllib.c
46743____________________________________________________________________________
46744[ 7982] By: jhi on 2000/12/04 19:44:09
46745 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
46746 uncovered by #7980.
46747 Branch: perl
46748 ! op.c
46749____________________________________________________________________________
46750[ 7981] By: jhi on 2000/12/04 19:42:07
46751 Log: Subject: [PATCH] Trivial dump.c feature
46752 From: Simon Cozens <simon@cozens.net>
46753 Date: Mon, 4 Dec 2000 18:08:38 +0000
46754 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
46755
46756 Show whether a constant is UTF-8.
46757 Branch: perl
46758 ! dump.c
46759____________________________________________________________________________
46760[ 7980] By: jhi on 2000/12/04 19:36:51
46761 Log: UTF-8 hash keys, patch from Inaba Hiroto.
46762 Branch: perl
46763 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
46764____________________________________________________________________________
46765[ 7979] By: jhi on 2000/12/04 17:36:28
46766 Log: Update Changes.
46767 Branch: perl
46768 ! Changes patchlevel.h
46769____________________________________________________________________________
38ff9fd4
JH
46770[ 7978] By: jhi on 2000/12/04 16:42:17
46771 Log: Retract #7977, still too volatile (the euphemism of the day
46772 for unfinished and buggy :-)
46773 Branch: perl
46774 ! doop.c hv.c pp.c sv.h
46775____________________________________________________________________________
46776[ 7977] By: jhi on 2000/12/04 16:25:15
46777 Log: (Retracted by #7978, too shaky yet.)
46778
46779 Subject: Re: utf8 in hash keys, implementor missing
46780 From: Simon Cozens <simon@cozens.net>
46781 Date: Sat, 2 Dec 2000 19:49:35 +0000
46782 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
46783
46784 The first step at UTF-8 hash keys.
46785 Branch: perl
46786 ! doop.c hv.c pp.c sv.h
46787____________________________________________________________________________
46788[ 7976] By: jhi on 2000/12/04 16:13:53
46789 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46790 From: sthoenna@efn.org
46791 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
46792 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
46793 Branch: perl
46794 ! os2/os2.c perlio.c
46795____________________________________________________________________________
46796[ 7975] By: jhi on 2000/12/04 16:05:25
46797 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
46798 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46799 Date: Thu, 30 Nov 2000 20:50:37 -0800
46800 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
46801 Branch: perl
46802 ! os2/os2.c
46803____________________________________________________________________________
46804[ 7974] By: jhi on 2000/12/04 16:03:57
46805 Log: Subject: [PATCH] ++ 20% faster
46806 From: Nicholas Clark <nick@ccl4.org>
46807 Date: Mon, 4 Dec 2000 12:17:27 +0000
46808 Message-ID: <20001204121726.B52976@plum.flirble.org>
46809
46810 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
46811 Branch: perl
46812 ! sv.c
46813____________________________________________________________________________
46814[ 7973] By: jhi on 2000/12/04 16:00:48
46815 Log:
46816 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
46817 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46818 Date: Mon, 04 Dec 2000 12:30:45 +0100
46819 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
46820
46821 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
46822 library (getprotobyname and getprotobynumber are outversioned by
46823 the same calls in libc, at least for xlc version 3.
46824 Branch: perl
46825 ! hints/aix.sh
46826____________________________________________________________________________
46827[ 7972] By: jhi on 2000/12/04 02:58:31
46828 Log: Integrate perlio.
46829 Branch: perl
46830 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
46831 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
46832 !> win32/win32.h win32/win32iop.h win32/win32thread.h
46833____________________________________________________________________________
46834[ 7971] By: nick on 2000/12/04 00:24:33
46835 Log: Quieten some noise in Win32 builds:
46836 - win32.h is included after <sys/socket.h>, so need to
46837 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
46838 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
46839 Branch: perlio
46840 ! doio.c perl.h toke.c win32/win32.h
46841____________________________________________________________________________
46842[ 7970] By: nick on 2000/12/03 22:57:46
46843 Log: PERL_IMPLICIT_SYS compiles but does not work.
46844 Branch: perlio
46845 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
46846 ! win32/perlhost.h win32/perllib.c win32/win32.h
46847 ! win32/win32iop.h win32/win32thread.h
46848____________________________________________________________________________
46849[ 7969] By: jhi on 2000/12/03 22:12:58
46850 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
46851 used to swash_init(), makes regprop() dumps more informative
46852 (+utf8::IsAlpha, -utf8::IsDigit, for example).
46853 Branch: perl
46854 ! regcomp.c regexec.c
46855____________________________________________________________________________
46856[ 7968] By: jhi on 2000/12/03 21:39:56
46857 Log: Implement ANYOFUTF8 regprop() dumping.
46858 Branch: perl
46859 ! regcomp.c
46860____________________________________________________________________________
46861[ 7967] By: jhi on 2000/12/03 20:57:19
46862 Log: Make uv_to_utf8() to zero-terminate its output buffer,
46863 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
46864 Branch: perl
46865 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
46866____________________________________________________________________________
46867[ 7966] By: nick on 2000/12/03 18:41:21
46868 Log: Integrate mainline (STDCHAR)
46869 Branch: perlio
46870 !> Configure t/pragma/utf8.t
46871____________________________________________________________________________
46872[ 7965] By: jhi on 2000/12/03 17:58:20
46873 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
46874 Branch: perl
46875 ! t/pragma/utf8.t
46876____________________________________________________________________________
46877[ 7964] By: jhi on 2000/12/03 17:35:56
46878 Log: Integrate perlio.
46879 Branch: perl
46880 !> iperlsys.h perlio.c
46881____________________________________________________________________________
46882[ 7963] By: jhi on 2000/12/03 17:33:55
46883 Log: Metaconfig unit change for #7962.
46884 Branch: metaconfig
46885 ! U/modified/stdchar.U
46886____________________________________________________________________________
46887[ 7962] By: jhi on 2000/12/03 17:33:27
46888 Log: Untangle the <stdio.h> #include nest for the stdchar test,
46889 from Andy Dougherty.
46890 Branch: perl
46891 ! Configure
46892____________________________________________________________________________
46893[ 7961] By: nick on 2000/12/03 16:53:00
46894 Log: Make iperlsys.h vector stdio not PerlIO.
46895 Branch: perlio
46896 ! iperlsys.h perlio.c
46897____________________________________________________________________________
46898[ 7960] By: nick on 2000/12/03 14:43:01
46899 Log: Integrate mainline
46900 Branch: perlio
46901 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
46902 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
46903____________________________________________________________________________
46904[ 7959] By: jhi on 2000/12/03 08:16:36
46905 Log: Use DO_UTF8().
46906 Branch: perl
46907 ! op.c
46908____________________________________________________________________________
46909[ 7958] By: jhi on 2000/12/02 18:33:05
46910 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46911 From: Mike Guy <mjtg@cam.ac.uk>
46912 Date: Sat, 02 Dec 2000 17:27:13 +0000
46913 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
46914
46915 An extraneous argument.
46916 Branch: perl
46917 ! toke.c
46918____________________________________________________________________________
46919[ 7957] By: jhi on 2000/12/02 18:22:32
46920 Log: A missing hunk.
46921 Branch: perl
46922 ! t/lib/net-hostent.t
46923____________________________________________________________________________
46924[ 7956] By: jhi on 2000/12/02 18:06:20
46925 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
46926 From: Nicholas Clark <nick@ccl4.org>
46927 Date: Sat, 2 Dec 2000 14:28:27 +0000
46928 Message-ID: <20001202142827.A12308@plum.flirble.org>
46929
46930 Test robustness.
46931 Branch: perl
46932 ! t/lib/net-hostent.t
46933____________________________________________________________________________
46934[ 7955] By: jhi on 2000/12/02 17:58:06
46935 Log: Metaconfig unit change for #7954.
46936 Branch: metaconfig
46937 ! U/modified/stdchar.U
46938____________________________________________________________________________
46939[ 7954] By: jhi on 2000/12/02 17:54:32
46940 Log: An inconvenient hang would happen if the stdio _ptr wasn't
46941 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
46942 would be grepping stdin for all eternity for the _ptr.)
46943 Branch: perl
46944 ! Configure
46945____________________________________________________________________________
46946[ 7953] By: jhi on 2000/12/02 00:07:15
46947 Log: Update Changes.
46948 Branch: perl
46949 ! Changes patchlevel.h
46950____________________________________________________________________________
4248a4fb
JH
46951[ 7952] By: jhi on 2000/12/01 23:54:47
46952 Log: Subject: Re: long shell lines
46953 From: Andy Dougherty <doughera@lafayette.edu>
46954 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
46955 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
46956
46957 Split overly long shell command lines.
46958 Branch: perl
46959 ! lib/ExtUtils/MM_Unix.pm
46960____________________________________________________________________________
46961[ 7951] By: jhi on 2000/12/01 23:48:02
46962 Log: The metaconfig unit change for #7950.
46963 Branch: metaconfig
46964 + U/modified/stdchar.U
46965____________________________________________________________________________
46966[ 7950] By: jhi on 2000/12/01 23:47:39
46967 Log: Try to find stdchar also from <stdio_impl.h>.
46968 Branch: perl
46969 ! Configure config_h.SH
46970____________________________________________________________________________
46971[ 7949] By: jhi on 2000/12/01 23:46:45
46972 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
46973 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46974 Date: Fri, 1 Dec 2000 16:26:08 -0500
46975 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
46976
46977 Reword the diagnostic message.
46978 Branch: perl
46979 ! pod/perldiag.pod
46980____________________________________________________________________________
46981[ 7948] By: nick on 2000/12/01 22:49:43
46982 Log: Integrate mainline (for s/y/m as sub names stuff).
46983 Branch: perlio
46984 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
46985 !> t/pragma/warn/toke toke.c
46986____________________________________________________________________________
46987[ 7947] By: jhi on 2000/12/01 20:55:41
46988 Log: Integrate perlio.
46989 Branch: perl
46990 !> perlio.c perliol.h t/io/pipe.t
46991____________________________________________________________________________
46992[ 7946] By: jhi on 2000/12/01 20:36:51
46993 Log: Upgrade to CPAN 1.59_51, from Andreas König.
46994 Branch: perl
46995 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46996____________________________________________________________________________
46997[ 7945] By: nick on 2000/12/01 20:31:32
46998 Log: Integrate mainline
46999 Branch: perlio
47000 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
47001 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
47002 +> t/lib/net-hostent.t
47003 !> (integrate 35 files)
47004____________________________________________________________________________
47005[ 7944] By: jhi on 2000/12/01 20:23:29
47006 Log: Some help for 20001130.011. Now one gets warnings like
47007 "Ambiguous -f() resolved as a file test ..."
47008 Branch: perl
47009 ! pod/perldiag.pod t/pragma/warn/toke toke.c
47010____________________________________________________________________________
47011[ 7943] By: jhi on 2000/12/01 19:44:44
47012 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
47013 that also breaks using them as methods.
47014 Branch: perl
47015 ! pod/perldiag.pod t/op/misc.t toke.c
47016____________________________________________________________________________
47017[ 7942] By: nick on 2000/12/01 17:56:46
47018 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
47019 Make 'unix' pass most tests
47020 - do unread by temporary push of layer ("pending") holding unread chars
47021 - fast_gets is now based on per-handle flag
47022 - relax one of io/pipe.t tests to allow print to fail and close to
47023 succeed so that it passes on unbuffered "unix" layer.
47024 Remaining fail is sporadic and a genuine race condition between
47025 parent/child in fork test.
47026 Branch: perlio
47027 ! perlio.c perliol.h t/io/pipe.t
47028____________________________________________________________________________
47029[ 7941] By: jhi on 2000/12/01 15:28:58
47030 Log: (Retracted by #7943.)
47031
47032 Reserve the short named string operator names.
47033 Branch: perl
47034 ! pod/perldiag.pod t/op/misc.t toke.c
47035____________________________________________________________________________
47036[ 7940] By: jhi on 2000/12/01 06:45:53
47037 Log: Get the three different space character classes right under utf8.
47038 Branch: perl
47039 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47040 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47041 ! regexec.c t/op/pat.t utf8.c
47042____________________________________________________________________________
47043[ 7939] By: jhi on 2000/12/01 03:26:26
47044 Log: Two more tests that make no sense in UTF-8 since the test
47045 data is not in UTF-8.
47046 Branch: perl
47047 ! t/op/regexp.t
47048____________________________________________________________________________
47049[ 7938] By: jhi on 2000/12/01 03:20:39
47050 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
47051 should it be required inside regexen?
47052 Branch: perl
47053 ! regcomp.c t/op/regmesg.t
47054____________________________________________________________________________
47055[ 7937] By: jhi on 2000/12/01 02:58:53
47056 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
47057 stored and restored, and thusly was trounced by the utf8 swash
47058 routines.
47059 Branch: perl
47060 ! regcomp.c
47061____________________________________________________________________________
47062[ 7936] By: jhi on 2000/11/30 20:41:39
47063 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
47064 Why the different platforms behave so differently (core dump vs
47065 no core dump) on this bug is a but of a mystery, but if I had to
47066 guess I would mumble something like 'alignment'.
47067 Branch: perl
47068 ! sv.c
47069____________________________________________________________________________
47070[ 7935] By: jhi on 2000/11/30 16:17:02
47071 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
47072 From: Robin Barker <rmb1@cise.npl.co.uk>
47073 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
47074 Date: Thu, 30 Nov 2000 14:27:12 GMT
47075 Branch: perl
47076 ! perlio.c toke.c
47077____________________________________________________________________________
47078[ 7934] By: jhi on 2000/11/30 16:04:49
47079 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
47080 Branch: perl
47081 ! t/lib/net-hostent.t
47082____________________________________________________________________________
47083[ 7933] By: jhi on 2000/11/30 06:07:26
47084 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
47085 From: Peter Prymmer <pvhp@forte.com>
47086 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
47087 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
47088
47089 In VMS the localhost may be LOCALHOST.
47090 Branch: perl
47091 ! t/lib/net-hostent.t
47092____________________________________________________________________________
47093[ 7932] By: jhi on 2000/11/30 01:11:11
47094 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
47095 From: Peter Prymmer <pvhp@forte.com>
47096 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
47097 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
47098
47099 plus regen perlapi.pod.
47100 Branch: perl
47101 ! pod/perlapi.pod utf8.c
47102____________________________________________________________________________
47103[ 7931] By: jhi on 2000/11/30 01:06:19
47104 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
47105 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47106 Date: Wed, 29 Nov 2000 17:15:11 EST
47107 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
47108 Branch: perl
47109 ! t/lib/filter-util.pl t/lib/filter-util.t
47110____________________________________________________________________________
47111[ 7930] By: jhi on 2000/11/29 18:51:55
47112 Log: Update Changes.
47113 Branch: perl
47114 ! Changes patchlevel.h
47115____________________________________________________________________________
47116[ 7929] By: jhi on 2000/11/29 18:50:55
47117 Log: Update the va_copy() metaconfig unit.
47118 Branch: metaconfig/U/perl
47119 ! need_va_copy.U
47120____________________________________________________________________________
3ac87aec
JH
47121[ 7928] By: jhi on 2000/11/29 17:50:43
47122 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
47123 From: Dominic Dunlop <domo@computer.org>
47124 Date: Tue, 28 Nov 2000 16:41:57 +0100
47125 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
47126
47127 Patch to catch a core dump in the Configure va_copy test.
47128 Branch: perl
47129 ! Configure config_h.SH
47130____________________________________________________________________________
47131[ 7927] By: jhi on 2000/11/29 17:31:59
47132 Log: Retract #7921, the patch shouldn't be needed.
47133 Branch: perl
47134 ! sv.c
47135____________________________________________________________________________
47136[ 7926] By: jhi on 2000/11/29 17:01:41
47137 Log: Make the Class::Struct import() wiser.
47138 Branch: perl
47139 ! lib/Class/Struct.pm t/lib/class-struct.t
47140____________________________________________________________________________
47141[ 7925] By: jhi on 2000/11/29 16:36:33
47142 Log: All the core library users of Class::Struct seem to be
47143 using "use Class::Struct 'struct';" instead of the bare
47144 "use Class::Struct;", which isn't documented in Class::Struct.
47145 This can't be right.
47146 Branch: perl
47147 ! lib/File/stat.pm
47148____________________________________________________________________________
47149[ 7924] By: jhi on 2000/11/29 16:32:15
4248a4fb 47150 Log: A test works better if it has the right 1..$n output.
3ac87aec
JH
47151 Branch: perl
47152 ! t/lib/class-struct.t
47153____________________________________________________________________________
47154[ 7923] By: jhi on 2000/11/29 16:29:11
47155 Log: Forgot to MANIFEST the new Net::hostent test.
47156 Branch: perl
47157 ! MANIFEST
47158____________________________________________________________________________
47159[ 7922] By: jhi on 2000/11/29 16:27:49
47160 Log: Integrate perlio.
47161 Branch: perl
47162 !> iperlsys.h perlio.c
47163____________________________________________________________________________
47164[ 7921] By: jhi on 2000/11/29 16:27:10
47165 Log: (Retracted by #7927.)
47166
47167 Subject: [PATCH] Is infinity a number?
47168 From: Simon Cozens <simon@cozens.net>
47169 Date: Wed, 29 Nov 2000 14:48:20 +0000
47170 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
47171 Branch: perl
47172 ! sv.c
47173____________________________________________________________________________
47174[ 7920] By: jhi on 2000/11/29 16:23:02
47175 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
47176 From: rspier@pobox.com (Robert Spier)
47177 Date: Wed, 29 Nov 2000 02:17:49 -0500
47178 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
47179
47180 Add a test for Net::hostent.
47181 Branch: perl
47182 + t/lib/net-hostent.t
47183____________________________________________________________________________
47184[ 7919] By: jhi on 2000/11/29 16:21:31
47185 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
47186 add a test for Class::Struct.
47187 Branch: perl
47188 + t/lib/class-struct.t
47189 ! MANIFEST lib/Class/Struct.pm
47190____________________________________________________________________________
47191[ 7918] By: jhi on 2000/11/29 15:48:40
47192 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
47193 From: rspier@pobox.com (Robert Spier)
47194 Date: Wed, 29 Nov 2000 02:25:39 -0500
47195 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
47196
47197 More checking in case someone has broken their services or
47198 protocol databases.
47199 Branch: perl
47200 ! ext/Sys/Syslog/Syslog.pm
47201____________________________________________________________________________
47202[ 7917] By: jhi on 2000/11/29 15:46:25
47203 Log: Subject: [PATCH] $^O win32 -> MSWin32
47204 From: rspier@pobox.com (Robert Spier)
47205 Date: Wed, 29 Nov 2000 02:17:38 -0500
47206 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
47207
47208 plus similar nits for vms, err, VMS, and UNICOS.
47209 Branch: perl
47210 ! t/lib/syslfs.t t/op/lfs.t
47211____________________________________________________________________________
47212[ 7916] By: jhi on 2000/11/29 15:42:51
47213 Log: Subject: [PATCH] Tokeniser debugging
47214 From: Simon Cozens <simon@cozens.net>
47215 Date: Wed, 29 Nov 2000 14:15:45 +0000
47216 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
47217 Branch: perl
47218 ! perl.c perl.h pod/perlrun.pod toke.c
47219____________________________________________________________________________
47220[ 7915] By: jhi on 2000/11/29 15:41:36
47221 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47222 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47223 Date: Wed, 29 Nov 2000 02:13:14 -0500
47224 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
47225
47226 OUT keyword nits.
47227
47228 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47229 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47230 Date: Wed, 29 Nov 2000 03:09:04 -0500
47231 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
47232
47233 OUT and IN_OUT documentation.
47234 Branch: perl
47235 ! lib/ExtUtils/xsubpp pod/perlxs.pod
47236____________________________________________________________________________
47237[ 7914] By: jhi on 2000/11/29 03:35:01
47238 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
47239 From: John Tobey <jtobey@john-edwin-tobey.org>
47240 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
47241 Message-Id: <m140e1N-000FOoC@feynman.localnet>
47242
47243 plus a performance speedup noticed by Sarathy.
47244 Branch: perl
47245 ! op.c
47246____________________________________________________________________________
47247[ 7913] By: jhi on 2000/11/29 03:16:59
47248 Log: Use "1 while unlink" so that VMS gets clean, too.
47249 Branch: perl
47250 ! t/lib/filter-util.t
47251____________________________________________________________________________
47252[ 7912] By: jhi on 2000/11/29 03:09:08
47253 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47254 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47255 Date: Tue, 28 Nov 2000 03:27:09 -0500
47256 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
47257 Branch: perl
47258 ! lib/ExtUtils/xsubpp
47259____________________________________________________________________________
47260[ 7911] By: jhi on 2000/11/29 03:06:30
47261 Log: This should have been part of #7872: no need to scan UTF-8
47262 until eternity.
47263 Branch: perl
47264 ! utf8.c
47265____________________________________________________________________________
47266[ 7910] By: jhi on 2000/11/29 02:50:04
47267 Log: One more perltie.pod nit from Casey R. Tweten.
47268 Branch: perl
47269 ! pod/perltie.pod
47270____________________________________________________________________________
47271[ 7909] By: jhi on 2000/11/29 02:44:23
47272 Log: Document the known sprintf test failures, exact standard
47273 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
47274 Branch: perl
47275 ! pod/perldelta.pod t/op/sprintf.t
47276____________________________________________________________________________
47277[ 7908] By: jhi on 2000/11/29 02:36:23
47278 Log: Add the Encoding table format documentation.
47279 Branch: perl
47280 + ext/Encode/Encode/EncodeFormat.pod
47281 ! MANIFEST
47282____________________________________________________________________________
47283[ 7907] By: jhi on 2000/11/29 02:07:24
47284 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
47285 From: "Casey R. Tweten" <crt@kiski.net>
47286 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
47287 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
47288
47289 Subject: Re: [PATCH] Updating perltie.pod for arrays
47290 From: "Casey R. Tweten" <crt@kiski.net>
47291 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
47292 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
47293 Branch: perl
47294 ! pod/perltie.pod
47295____________________________________________________________________________
47296[ 7906] By: nick on 2000/11/28 22:40:59
47297 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
47298 Branch: perlio
47299 ! iperlsys.h perlio.c
47300____________________________________________________________________________
47301[ 7905] By: nick on 2000/11/28 22:04:34
47302 Log: Integrate mainline
47303 Branch: perlio
47304 !> (integrate 39 files)
47305____________________________________________________________________________
47306[ 7904] By: jhi on 2000/11/28 16:44:43
47307 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
47308 From: Nicholas Clark <nick@babyhippo.co.uk>
47309 Date: Tue, 28 Nov 2000 11:16:57 +0000
47310 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
47311 Branch: perl
47312 ! pod/perlipc.pod
47313____________________________________________________________________________
47314[ 7903] By: jhi on 2000/11/28 16:40:31
47315 Log: Subject: [PATCH] Updating perltie.pod for arrays
47316 From: "Casey R. Tweten" <crt@kiski.net>
47317 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
47318 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
47319 Branch: perl
47320 ! pod/perltie.pod
47321____________________________________________________________________________
47322[ 7902] By: jhi on 2000/11/28 16:39:37
47323 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47324 From: Robin Barker <rmb1@cise.npl.co.uk>
47325 Date: Mon, 27 Nov 2000 17:56:44 GMT
47326 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
47327 Branch: perl
47328 ! pod/perlfunc.pod t/op/split.t
47329____________________________________________________________________________
47330[ 7901] By: jhi on 2000/11/28 16:28:04
47331 Log: setmode() is a DOSish-only thing.
47332 Branch: perl
47333 ! perlio.c
47334____________________________________________________________________________
47335[ 7900] By: jhi on 2000/11/28 16:21:46
47336 Log: Subject: [PATCH] perlcc.PL cleanups
47337 From: Simon Cozens <simon@cozens.net>
47338 Date: Tue, 28 Nov 2000 12:44:35 +0000
47339 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
47340 Branch: perl
47341 ! utils/perlcc.PL
47342____________________________________________________________________________
47343[ 7899] By: gsar on 2000/11/28 06:32:55
47344 Log: reintegrate files missed by change#7895
47345 Branch: maint-5.6/perl
47346 +> ext/ByteLoader/bytecode.h utils/Makefile
47347 - utils/perlbc.PL
47348____________________________________________________________________________
47349[ 7897] By: gsar on 2000/11/27 18:22:47
47350 Log: can't integrate these two files, for some reason
47351 Branch: maint-5.6/perl
47352 - ext/ByteLoader/bytecode.h utils/Makefile
47353____________________________________________________________________________
47354[ 7895] By: gsar on 2000/11/27 18:11:21
47355 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
47356 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
47357 6757..6890,6892..6901 from mainline
47358
47359 Bytecompiler patches from Benjamin Stuhl.
47360
47361 More bytecompiler.
47362
47363 Subject: [PATCH blead] B:: missing dependency
47364
47365 Subject: [PATCH: 6757] configure.com updates and syslog build
47366
47367 Long double Gconvert fixes from Yitzchak Scott-Thoennes
47368 and Spider Boardman.
47369
47370 Subject: [PATCH blead] nextchar() abuse misses an optimisation
47371
47372 Long double fixes from Spider Boardman.
47373
47374 Make the selection of NVff et al stricter.
47375
47376 cSVOPo_*v things index into the current PL_curpad
47377 under ithreads, which is different from the curpad
47378 used by the XSUB. (In other words, the code as-is
47379 before this patch wouldn't work under ithreads.)
47380
47381 Be portable.
47382
47383 VMS MMS (make) wants null action.
47384
47385 Mac and other portability updates from Chris Nandor.
47386
47387 Storable support, v-version fixes.
47388 Subject: CPAN.pm beta for testing available
47389
47390 Portability fix from Hugo van der Sanden.
47391
47392 Bad makefile.
47393
47394 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47395
47396 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47397
47398 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47399
47400 Replace #6705 with a minimal doc patch.
47401 Subject: [PATCH 5.6.0] replace change #6705
47402
47403 Drop the separate perlbc, perlcc -b should be enough.
47404
47405 installperl couldn't tell whether it had run tests or not.
47406 Subject: [PATCH] Re: installperl and t/TEST
47407
47408 Add silencer flags to installperl.
47409 Subject: [PATCH] Making installperl silent.
47410
47411 Make "make install" by default silent. A new "install-verbose"
47412 target is verbose.
47413
47414 More liberal parsing of version numbers.
47415 Subject: Re: CPAN.pm beta for testing available
47416
47417 Create directories in silence.
47418 Subject: [PATCH] Another silencer for MakeMaker
47419
47420 DOS patches and portability/porting notes, from Tim Jenness.
47421
47422 Make installman to recognize the silence flag -S.
47423
47424 Actually do something with the silencer option.
47425
47426 Continue silencing.
47427
47428 Show the doc file, not the temp file.
47429
47430 Regen perltoc.
47431
47432 Subject: [PATCH] More silencing of installman.
47433
47434 Better wording for the vec lvalue diagnostic.
47435 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47436
47437 Subject: [PATCH: 6805] several more tweaks to configure.com
47438
47439 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47440
47441 Missing parts of
47442 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47443
47444 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47445 (applied slightly modified)
47446
47447 installperl --verbose and --silent.
47448 Subject: Re: [PATCH] More silencing of installman.
47449
47450 Add install-silent target.
47451
47452 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47453 the problem reported in
47454 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47455
47456 Tweak the sfio/useperlio logic, hopefully as wished in
47457 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47458
47459 One forgotten file from #6816.
47460
47461 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47462
47463 Remove duplicately applied patch shards.
47464 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47465
47466 Support preserving extremely big/small angles.
47467
47468 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
47469
47470 Subject: [PATCH] installation not quite silent yet.
47471
47472 Update the test count.
47473
47474 Use UVxf, PTR2UV, NVff.
47475
47476 Document PTR2XX and INT2PTR.
47477
47478 no-install target a la make -n.
47479 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47480
47481 grep -e isn't portable.
47482 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47483
47484 Can't get the test to reliably work thanks to the
47485 inaccurateness of floating point. "Resolves" bug ids
47486 20000826.003, 20000826.009, 20000826.010,
47487
47488 Subject: installman buglet
47489
47490 DJGPP update from Laszlo Molnar.
47491
47492 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47493
47494 Passing -R in ldflags makes now it to appear in the default
47495 for lddlflags, just like with -L.
47496 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47497
47498 Test nit.
47499
47500 Use the actual thread type, not the pointer-to-struct.
47501
47502 Provice virtual $Config{ccflags_nolargefiles} etc.
47503
47504 display_format used as a class method without arguments was broken,
47505 reported in
47506 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47507
47508 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47509
47510 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47511
47512 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47513
47514 opmini.o may be left around if a build is interrupted.
47515
47516 Typo in #6858.
47517
47518 Fix for ID 20000828.001, long doubles were not formatted
47519 correctly (showed up in $], which stopped installing perl).
47520
47521 An attempt to fix the problem reported in
47522 Subject: Building perl@6856 using gcc/AIX 4.3.3
47523 I can't test this properly since the gcc installation I have
47524 access to seems to be botched (gcc is calling the AIX cpp,
47525 a losing proposition...)
47526
47527 Add -ld to archname on long tr...double platforms.
47528
47529 Subject: hv.h Doc Patch
47530
47531 Potential cruft.
47532
47533 Subject: [PATCH bleedperl@6856] warnings fixes
47534
47535 -S is the silent flag, -s is the strip flag.
47536 Subject: [PATCH] Re: [PATCH] make no-install
47537
47538 Take out the SUIDMAIL thing, that will not be
47539 a problem in 5.7.*.
47540
47541 Subject: [PATCH bleedperl@6866] spellings
47542
47543 Subject: [PATCH] Re: files not cleaned even by veryclean
47544
47545 Use minimal @INC in tests, most of the time just '../lib',
47546 so that we simply can't pick up stuff from other Perls than
47547 the one we are testing. Pointed out by
47548 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
47549
47550 Update to Getopt::Long 2.24, from Johan Vromans.
47551
47552 Fix for thinko in #6848.
47553 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47554
47555 Patches all over for people and the files they (hopefully) care about.
47556
47557 Subject: Net::protoent does not export 'getproto'
47558
47559 Missed a change in #6869.
47560
47561 Subject: [PATCH] Warnings in B::Deparse
47562
47563 Subject: [PATCH] Glob dumping
47564
47565 Disable one of the tests for now.
47566
47567 Disabling the one test is a bit tricky.
47568
47569 Don't forget to tidy up.
47570
47571 The #6881 removed one dump line.
47572
47573 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47574
47575 Under usethreads the dumped variable is IN_PAD.
47576 Subject: Re: [PATCH] Glob dumping
47577
47578 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47579
47580 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47581
47582 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47583
47584 Regen Configure for #6894.
47585
47586 Subject: [PATCH: 6889] updates to perlebcdic.pod
47587
47588 Undo namespace pollution of #6878.
47589 Subject: Re: Net::protoent does not export 'getproto'
47590
47591 Admit that we are leaking scalars.
47592
47593 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47594 Branch: maint-5.6/perl
47595 !> (integrate 271 files)
47596____________________________________________________________________________
47597[ 7894] By: gsar on 2000/11/27 16:00:34
47598 Log: a couple of nits
47599 Branch: maint-5.6/perl
47600 ! MANIFEST pp_sys.c
47601____________________________________________________________________________
47602[ 7893] By: gsar on 2000/11/27 15:10:56
47603 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
47604 6740..6745,6747..6757,6760
47605
47606 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47607
47608 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47609
47610 Doc nits spotted by Richard Soderberg.
47611
47612 move WNOHANG definition to where other such things are
47613
47614 Make $Config{byteorder} more magical so that it is
47615 dynamically computed: nice for 'fat binaries'.
47616 Subject: [PATCH]: default byteorder
47617
47618 Subject: [PATCH] Cwd.pm now uses strict
47619
47620 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47621
47622 Get -DLEAKTEST to compile (not necessarily to work, mind)
47623 Subject: [ID 20000724.006] -DLEAKTEST problem
47624
47625 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47626
47627 Add perlebcdic from Peter Prymmer, regen toc.
47628
47629 Don't propose using modules built for 5.005 if no binary
47630 compatibility with 5.005 is attempted.
47631
47632 Do not use prototyping here.
47633 Subject: [ID 20000817.016] [PATCH] Peek.xs
47634
47635 Document what the backtick returns if the command fails.
47636
47637 Add byteorder to the myconfig output.
47638
47639 Introduce NVef, NVff, and NVgf, use the middle one.
47640 (helps for lib/peek + Linux + long doubles) Reported in
47641 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
47642 Use NVs in POSIX math, not doubles.
47643 Subject: [ID 20000817.014] POSIX & modfl
47644
47645 Subject: [PATCH 5.6.0+] newSVrv() memory leak
47646
47647 The byteorder code in #6671 was wrong.
47648
47649 Fix the lib/complex failure of
47650 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
47651 Linux long double accuracy issue: something that
47652 when printed with %g looks like "2" but int() of it is 1.
47653
47654 Propagate new Configure vars.
47655
47656 Unbuffer the output.
47657
47658 Subject: [PATCH] perltrap.pod spring cleaning
47659
47660 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47661 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47662
47663 Tiny Getopt::Long patch from Johan Vromans.
47664
47665 Document code point which makes if (defined %stash::) to work
47666 (noted by Spider Boardman).
47667
47668 Subject: [PATCH perl@6698] cygwin port
47669
47670 Document the NDBM_File and ODBM_File as SDBM_File
47671 was documented in #6417.
47672
47673 The new tests were missing from #6415.
47674
47675 Add [[:blank:]] as suggested in
47676 Subject: [ID 20000716.024] [=cc=] / [:blank:]
47677 (the [=cc=] has already been taken care of by #6439
47678 so the whole bug report can be closed)
47679 and make [[:space:]] to be equivalent to isspace(3)
47680 (as opposed to \s, which is isSPACE()). The difference
47681 is that now [[:space:]] matches the mythical vertical tab,
47682 while \s doesn't.
47683
47684 Don't eat leading os from index entries.
47685 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47686
47687 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47688
47689 Typo in pp_complement().
47690 Subject: [PATCH perl-current] Deparse
47691
47692 Add warnif(), check warnings further up the stack,
47693 all the warnings functions now can take an optional object reference.
47694 Subject: [PATCH bleedperl@6691] warnings pragma update
47695
47696 Fix a core dump in lib/selfloader under -DDEBUGGING.
47697 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
47698
47699 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47700
47701 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47702
47703 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47704 Put back the long double avoidance code to POSIX.xs
47705 because VMS seems to need it still.
47706
47707 Introduce a 'veryclean' target that is like 'distclean'
47708 but also removes *~ and *.orig.
47709
47710 Subject: [ID 20000817.023] endianness description in perlfunc.pod
47711
47712 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47713
47714 Let's try #6717 again.
47715
47716 UTF8 concat fixes.
47717 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47718
47719 pp_open() could pass an uninitialized filename down to do_open9().
47720
47721 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47722
47723 Update to CGI 2.72, from Lincoln Stein.
47724
47725 Subject: [PATCH] Silence MakeMaker (Was: installman)
47726
47727 Use temporary directory instead of current directory.
47728 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47729
47730 Document odd vs even subreleases and -Dusedevel.
47731
47732 The veryclean target needs to clobber.
47733
47734 Use File::Spec->tmpdir().
47735
47736 Document the number of exponent digits.
47737
47738 Mention perlebcdic and perlposix-bc.
47739
47740 s/this one/the 5.6.0 release/
47741
47742 The #6724 is here.
47743
47744 The correct cleaning order is an art.
47745
47746 small tweaks for change#6705: avoid C++ style comments in C code;
47747 use Perl's malloc API rather than the low level system one
47748
47749 Array context keeps slithering in.
47750
47751 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47752
47753 Subject: [PATCH] os2.c fix for use64bitint
47754
47755 Update to Pod::LaTeX 0.53.
47756 Subject: [PATCH] lib/Pod/LaTeX.pm updates
47757
47758 Document the endianness of Alpha more precisely.
47759
47760 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47761
47762 Rename the macro argument because some preprocessors
47763 can't tell the difference and expand arguments also inside
47764 double quoted strings.
47765
47766 free TLS slot properly on Windows
47767
47768 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47769
47770 Unicos/mk requires elaborate paranoia.
47771
47772 Tweak the floating point output routine preferences.
47773
47774 Also under djgpp the timestamps are funky.
47775
47776 Apply some PodParser 1.18 patches; the Pod/Find.pm
47777 patches cannot be applied since #6712 conflicts.
47778
47779 Use PodParser 1.18 new test.
47780
47781 A pod nit.
47782 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
47783
47784 Be verydeepclean.
47785 Branch: maint-5.6/perl
47786 +> pod/perlebcdic.pod
47787 !> (integrate 106 files)
47788____________________________________________________________________________
47789[ 7892] By: jhi on 2000/11/27 15:02:32
47790 Log: Update Changes.
47791 Branch: perl
47792 ! Changes patchlevel.h
47793____________________________________________________________________________
e138c1e6
JH
47794[ 7891] By: jhi on 2000/11/27 14:57:23
47795 Log: Subject: Re: perlfaq style changes
47796 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47797 Date: Sat, 25 Nov 2000 23:32:26 -0800
47798 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
47799
47800 plus a note from Ronald Kimball.
47801 Branch: perl
47802 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
47803____________________________________________________________________________
47804[ 7890] By: jhi on 2000/11/27 14:53:14
47805 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
47806 From: Benjamin Holzman <bah@ecnvantage.com>
47807 Date: Sun, 26 Nov 2000 16:27:33 -0500
47808 Message-ID: <20001126162733.J25040@ecnvantage.com>
47809 Branch: perl
47810 ! gv.c
47811____________________________________________________________________________
47812[ 7889] By: jhi on 2000/11/27 14:43:11
47813 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
47814 From: lvirden@cas.org
47815 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
47816 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
47817 Branch: perl
47818 ! README.amiga
47819____________________________________________________________________________
47820[ 7888] By: jhi on 2000/11/27 14:32:34
47821 Log: Restore also the locale test to no-sprintf-taint state.
47822 Fixes the bug 20001127.003.
47823 Branch: perl
47824 ! sv.c t/pragma/locale.t
47825____________________________________________________________________________
47826[ 7887] By: gsar on 2000/11/27 14:13:05
47827 Log: integrate changes#6613..6616,6620..6665 from mainline
47828
47829 VMS configure.com update continues.
47830
47831 Subject: Test fails / warnings with perl-current #6612
47832
47833 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
47834
47835 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47836
47837 For now remove the mail code.
47838
47839 Subject: Re: [PATCH] @+, @- readonly
47840
47841 Subject: warning: storage class after type is obsolescent
47842
47843 Subject: sfio2000
47844
47845 Subject: Re: File::Temp problems on VMS in bleedperl
47846
47847 README.os2 update.
47848 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
47849
47850 Make the user to give up his firstborn, err, to knowingly
47851 verify installing an unstable developer release. Also bump
47852 the release to 5.7.0, but leave a patch tag in the local
47853 patches saying that this is not yet the real thing.
47854
47855 Update (kinda) to Test 1.14, from Joshua Pritikin.
47856
47857 make ok etc also for win32.
47858
47859 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
47860
47861 Don't blow limited stacks, a lower number is enough to
47862 tickle the lookbehind limit.
47863
47864 Use -Dusedevel; regen Configure and the respective Porting stuff.
47865
47866 Subject: [PATCH] debugger exit code should reflect user exit code
47867
47868 Subject: [PATCH perl@6620] cygwin port
47869
47870 Missed a file from #6638.
47871
47872 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)
47873
47874 magic callbacks all need to have same type signature
47875
47876 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
47877
47878 Fix a dependency problem.
47879 Subject: [PATCH: 6640] VMS Makefile.SH update
47880
47881 The numeric locale was reset to "C" by s?printf and never restored.
47882 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
47883 No test since adding the failing example to locale.t
47884 does not fail -- probably because the locale settings are so
47885 thoroughly tweaked by that time. Running the example standalone
47886 does fail, though. UPDATE: test case added at change #7540.
47887
47888 Subject: [ID 20000324.040] minor fix to perlhpux.pod
47889
47890 Update to CPAN 1.57.
47891
47892 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
47893
47894 Change the perlbug address to perl.org since it's more forgiving.
47895
47896 Change the regx compilation error markers to use = instead of <
47897 since pod makes using the latter quite messy. Reported in
47898 ID 20000814.006 by Abigail and in
47899 Subject: Unknown escape E<> ?
47900
47901 Update to perldebtut 1.9, from Richard Foley.
47902
47903 check that the number pseudo children doesn't exceed
47904 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
47905 the WaitForMultipleObjects() limit that would cause wait()
47906 to crash)
47907 wait() and waitpid() could potentially be rewritten to use
47908 more than one thread to do the waiting to eliminate this
47909 limitation
47910
47911 change#6328 could make close(SOCKET) return false on windows
47912 when it shouldn't
47913
47914 pod nit seen in passing
47915
47916 on windows, the return values from wait() and waitpid() don't
47917 match those of pseudo-pids
47918
47919 waitpid() now handles externally spawned pids correctly;
47920 fixes for backtick/wait/waitpid failures on Windows 9x
47921 these changes make the pid returned by process functions on
47922 Windows 9x always positive by clearing the high bit (which
47923 is always set on Win9x); pseudo-process PIDs are likewise
47924 always negative now on Win9x (just as on NT/2000)
47925
47926 trailing new %ENV entries weren't being pushed into the real
47927 environment of subprocesses on Windows
47928
47929 Tweak the regex compilation errors once more.
47930
47931 avoid warnings from dense compiler
47932
47933 add "ok" targets from change#6632 in makefile.mk
47934 Branch: maint-5.6/perl
47935 - lib/Pod/PlainText.pm vms/configure.com
47936 !> (integrate 66 files)
47937____________________________________________________________________________
47938[ 7886] By: jhi on 2000/11/27 13:54:18
47939 Log: __FUNCTION__ isn't portable and trying to emulate it leads
47940 into practically spelling out the name of the function.
47941 Takes care of the bug 20001127.001.
47942 Branch: perl
47943 ! perlio.c
47944____________________________________________________________________________
47945[ 7885] By: gsar on 2000/11/27 13:53:18
47946 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
47947 6610..6611 from mainline
47948
47949 Make regular expression parse error messages easier to understand.
47950 Subject: Re: enhanced(?) regex error messages
47951
47952 Tiny tidying on report_evil_fh().
47953
47954 Subject: Re: enhanced(?) regex error messages
47955 plus Capitalize the error messages, plus perldiag them.
47956
47957 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
47958
47959 Document here-doc better.
47960
47961 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
47962
47963 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
47964 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
47965 (either perlbug or p5p ate the original), plus regen
47966 perlapi and perltoc.
47967
47968 Regen global.sym.
47969
47970 Double check that we have a dirhandle.
47971
47972 Subject: Re: enhanced(?) regex error messages
47973 (plus two small patches sent privately)
47974 (this still seems to leave few test failures)
47975
47976 warn is a macro, avoid using at a variable to avoid warnings
47977 in some configurations; readdir.t is too conservative in
47978 estimating number of *.t's
47979
47980 Get back into sync with Jeffrey on the enhanced regex warnings.
47981
47982 Subject: [PATCH 5.6.0] cygwin port
47983
47984 Zero entries were skipped, fix from Adrian Goalby
47985 <argoalby@yahoo.co.uk>
47986
47987 Subject: Remove dead entry in perldiag
47988
47989 Amend the description of Perl6.
47990 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
47991
47992 detypo
47993
47994 It's the 2ndO'ROSSC.
47995
47996 Revert the sv.c part of #6559, a better fix is needed.
47997
47998 Iterating perl6 description.
47999
48000 Update to Term::ANSIColor 1.03, from Russ Allbery.
48001
48002 Update to Getopt::Long 2.23_05, from Johan Vromans.
48003
48004 Small AUTHORS and MAINTAIN updates. Could do with big updates.
48005
48006 Update to Pod::Parser 1.17, from Brad Appleton.
48007
48008 Update to CPAN 1.56, from Andreas König.
48009
48010 Update to CGI 2.70, from Lincoln Stein.
48011
48012 Put back the std @INC thing.
48013
48014 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48015 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48016
48017 Document the IO::Select timeout.
48018
48019 sleep(1) does not necessarily return 1.
48020 Subject: [PATCH bleadperl] op/lex_assign.t
48021
48022 Subject: debugger "d" command doesnt check line number
48023
48024 B::Deparse didn't do sub attributes.
48025 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48026
48027 Preprocessing and postprocessing for File::Find.
48028 Subject: Patch to Find::File.pm to allow alphabetical results
48029
48030 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
48031
48032 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48033
48034 Subject: Re: [ID 20000730.003] utf8::length() bad
48035
48036 Subject: Getting perlio and threads to compile
48037 (the Solaris version changes in Configure skipped)
48038
48039 Tests for #6589.
48040 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48041
48042 Add Perl debugging tutorial, regen toc.
48043 Subject: perldebtut.pod
48044
48045 Add a few missing files, update MANIFEST.
48046
48047 Rewrite of vms/subconfigure.com as configure.com,
48048 from Peter Prymmer and the vmsperl crew.
48049
48050 Should have deleted this in #6603.
48051
48052 Fix the test for 5005threads.
48053
48054 Fix-n-skip the tests under 5005threads.
48055
48056 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48057
48058 Upgrade to CGI 2.71, from Lincoln Stein.
48059 Branch: maint-5.6/perl
48060 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48061 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
48062 +> t/op/regmesg.t t/pod/find.t vms/configure.com
48063 - vms/subconfigure.com
48064 ! lib/lib.pm
48065 !> (integrate 115 files)
48066____________________________________________________________________________
48067[ 7884] By: jhi on 2000/11/27 13:44:33
48068 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
48069 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48070 Date: Mon, 27 Nov 2000 08:23:54 EST
48071 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
48072 Branch: perl
48073 ! vms/descrip_mms.template vms/test.com
48074____________________________________________________________________________
48075[ 7883] By: gsar on 2000/11/27 11:50:46
48076 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
48077 6511..6513,6515..6523,6525..6536
48078
48079 The swallow_bom() saga continues. The #23 of require.t
48080 (UTF16-LE) still fails (silently, no output) but the #22
48081 (UTF16-BE) seems to be working now. The root of the
48082 failure may be in sv_gets(): is it UTF-16LE-aware,
48083 especially when it comes to line endings?
48084
48085 Document the problem with -P in HP-UX and its workaround.
48086
48087 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48088 (aka ID 20000730.002)
48089
48090 Subject: fix and question re: waitpid() under win32
48091
48092 Make the safety catch for buggy gccs work with triple version
48093 numbers like 2.95.2. Reported in
48094 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48095
48096 In Digital UNIX warn if gcc explicitly chosen because even
48097 2.95.2 is known to cause problems.
48098
48099 Make chr() for values >127 to create utf8 when under utf8.
48100
48101 various syntax errors and such (not fixed: comp/require.t#22 coredump
48102 on Windows)
48103
48104 Stash away the largefiles flags and libswanted.
48105
48106 BOM patching from Simon Cozens.
48107
48108 If gccosandvers is equal to osname, clear gccosandvers.
48109
48110 Make p4desc to skip non-mainperl branches by default.
48111
48112 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48113
48114 The test from this
48115 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48116
48117 In new BSDs changes to argv[] do not show up in ps(1) output,
48118 instead one must use setproctitle(). This was already addressed
48119 by change #6457, but the below has a new variant for FreeBSD 4.0
48120 or later, and the matter is also documented more.
48121
48122 FreeBSD 3.* updates from
48123 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48124
48125 regen_headers, regen perltoc.
48126
48127 Document in one place the memory abstractions used in Perl core.
48128
48129 memcpy has n o in it, as pinted ut by Sarathy.
48130
48131 Remove the extraneous "main::" prefix from all the
48132 "opened only for", "on closed", and "never opened" warnings.
48133
48134 The name of a filehandle does not have <these>.
48135
48136 The tr utf8 patching continues.
48137
48138 The new setproctitle() feature is available only in
48139 bleeding edge FreeBSD. From Paul Saab.
48140
48141 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
48142
48143 Dump UVs as UVs in Data::Dumper.
48144
48145 detypo #6494
48146
48147 Document the IVdf UVuf UVof UVxf.
48148
48149 require.t needs binmode() to work on windows
48150
48151 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48152 that are hopefully soon put into use.
48153
48154 Allow "no Module;" even if there is no 'unimport'.
48155
48156 Better skip message for the test; one of the two problems in
48157 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48158
48159 The subtest 4 may fail also on VOBS, as pointed out
48160 by Nick Ing-Simmons in November 1999, bug id 19991124.003
48161 (but the failure in that bug report isn't the subtest 4).
48162
48163 Be more informative on what is skipped and why,
48164 also repeat the list at the end.
48165
48166 Add a URL for FSF.
48167
48168 Subject: [PATCH] sv.h documentation - SvLEN
48169
48170 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48171
48172 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48173
48174 Subject: [PATCH] bad cppsymbols on os2 + Configure question
48175
48176 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48177
48178 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48179 mention the idea of @( and @)
48180
48181 This is 6512. Really.
48182
48183 Subject: [ID 19990721.004] Documentation bug in perlfunc
48184
48185 Subject: Minor tweak to perlvar.pod
48186
48187 In the warnings call filehandles consistently so;
48188 add "unopened" warning for stat().
48189
48190 After the #6519 a warning about stat() is just that,
48191 not about a filetest, which now have their own warning.
48192
48193 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48194
48195 Subject: Re: Array vs. List context
48196
48197 Subject: New perlcc, take 2
48198
48199 Weed buglets pointed out by
48200 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48201
48202 gcc versions might have (parentheses) in them.
48203
48204 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48205
48206 Essential prototype changes were missing from #6527.
48207 Also make report_evil_fh() more bomb-proof.
48208
48209 Zap lib/Sys directory when cleaning up.
48210
48211 Change the Policy policy: now -Dprefix= with an existing
48212 Policy.sh and prefix == siteprefix == vendorprefix, then all
48213 of them follow along the new prefix.
48214 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48215
48216 Continue fixing the io warnings. This also
48217 sort of fixes bug ID 20000802.003: the core dump
48218 is no more. Whether the current behaviour is correct
48219 (giving a warning: "Not a format reference"), is another matter.
48220
48221 Have symbols for the IoTYPEs.
48222
48223 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48224
48225 Document a bit that UDP is not what you might think.
48226 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48227 tr memory corruption fix from Simon Cozens.
48228
48229 Plug the security hole described in the Aug 05 2000 bugtraq message
48230 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48231 The security hole exists only in suidperls, which isn't
48232 installed or even built by default.
48233 Branch: maint-5.6/perl
48234 !> (integrate 71 files)
48235____________________________________________________________________________
48236[ 7882] By: gsar on 2000/11/27 10:25:36
48237 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
48238 from mainline
48239
48240 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48241 to be fatal errors (instead of by default ignoring them, and
48242 ignoring with a bug: even though -w gave an error, the opening [
48243 was left in) Reported in:
48244
48245 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48246
48247 Subject: [PATCH] split /^/
48248
48249 MacOS nits from Matthias Neeracher.
48250
48251 More split() doc and test patches from Mike Guy.
48252
48253 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48254 from Graham Barr in the module list.
48255
48256 docfix from Peter Scott <Peter@PSDT.com>.
48257
48258 File::Temp patches for VMS and OS/2 from Tim Jenness.
48259
48260 open() wariness in perlbug.
48261
48262 Subject: [PATCH] minor doc change - perlguts
48263
48264 Subject: Minor doc patch: handy.h
48265
48266 Be wary of close()s, too.
48267
48268 Further File::Temp patches from Yitzchak Scott-Thoennes
48269 and Craig A. Berry.
48270
48271 Subject: [PATCH] fixes bug 20000508.004
48272
48273 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48274
48275 Allow "no AutoLoader;", based on change #6444,
48276 suggested by Graham Barr.
48277
48278 Use setproctitle() if available to modify $0.
48279
48280 Warn if the version of the operating system used to compile gcc
48281 differs from the current version of the operating system.
48282 Also display the gcc compilation os and version in myconfig.
48283 Inspiration from
48284
48285 Tiny fixes for #6460.
48286
48287 The problem described in this
48288 Subject: [ID 20000322.018] named chars aren't magical enough
48289 has been fixed in perl 5.6.0 but just in case added a test
48290 to keep it away. (The report from Joseph Hall.)
48291
48292 Tune the comments and hopefully stop a memory leak.
48293
48294 Subject: UTF8 concat
48295 (with a memory leak fixed, plus a few casts added)
48296 This also seems to help for
48297 Subject: [ID 20000716.015] join UTF8 weirdness
48298
48299 Do not upgrade SVs into utf8 just because they participate
48300 in eq or cmp. Reported and fix suggested in
48301 Subject: [ID 20000720.009] sv_eq UTF8 bug
48302
48303 Fix the HALF_UPGRADE() macro introduced in #6263.
48304
48305 Find green threads before native threads.
48306 Subject: Re: Patch to jpl/JNI/Makefile.PL
48307 Branch: maint-5.6/perl
48308 !> (integrate 30 files)
48309____________________________________________________________________________
48310[ 7881] By: jhi on 2000/11/27 05:48:41
48311 Log: It seems that *both* the unused submatch loop cleanup
48312 codes are needed.
48313 Branch: perl
48314 ! regexec.c
48315____________________________________________________________________________
48316[ 7880] By: jhi on 2000/11/27 04:50:07
48317 Log: Clean .exists deeper.
48318 Branch: perl
48319 ! Makefile.SH
48320____________________________________________________________________________
48321[ 7879] By: jhi on 2000/11/27 02:31:35
48322 Log: The code in regcppop() (see #7878) contains the correct lower
48323 limit for the unused submatch 'cleanup' loop so that under
48324 "use utf8" the following code wouldn't dump core:
48325 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
48326 the cleanup loop in regtry() stomped beyond allocated area
48327 in the startp[] array. Therefore, copied the correct lower
48328 loop limit (*PL_reglastparen) to regtry(). Note: something
48329 may still not be quite right: why was the _higher_ loop limit
48330 (prog->nparens) different in the utf8 case?
48331
48332 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
48333 without core dumps, there were about 17 of them before
48334 the patch (with us since Perl 5.7.0). Two failures, still:
48335 496 and 505 (though these may not be severe).
48336
48337 Patch #7881 is also needed since both the cleanup loops
48338 seem to be needed.
48339
48340 Also, the t/op/pat#44 seems to core dump under utf8.
48341 Plus a couple of failures. UGH-8.
48342 Branch: perl
48343 ! regexec.c
48344____________________________________________________________________________
48345[ 7878] By: jhi on 2000/11/27 02:21:17
48346 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
48347 the code in regcppop() seems to be redundant for the test suite --
48348 but it contains a germ of truth, and it needed for the build
48349 process itself: see #7879 and #7881.
48350 Branch: perl
48351 ! regexec.c
48352____________________________________________________________________________
48353[ 7877] By: jhi on 2000/11/27 01:53:09
48354 Log: Comment on comment.
48355 Branch: perl
48356 ! regexec.c
48357____________________________________________________________________________
48358[ 7876] By: jhi on 2000/11/27 00:49:59
48359 Log: Adjust the docs to agree with #7875.
48360 Branch: perl
48361 ! pod/perllocale.pod
48362____________________________________________________________________________
48363[ 7875] By: jhi on 2000/11/27 00:49:27
48364 Log: Retract #7863. It makes more sense not to taint formatted output,
48365 not even by sprintf().
48366 Branch: perl
48367 ! sv.c
48368____________________________________________________________________________
48369[ 7874] By: jhi on 2000/11/26 23:36:02
48370 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48371 Not really fixed (should really dump the UTF-8 charclass),
48372 but stopped displaying the garbage.
48373
48374 Also add a note on the (missing) Unicode PSXSPC and BLANK.
48375 Branch: perl
48376 ! regcomp.c
48377____________________________________________________________________________
48378[ 7873] By: jhi on 2000/11/26 21:31:13
48379 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48380 Branch: perl
48381 ! regexec.c
48382____________________________________________________________________________
48383[ 7872] By: jhi on 2000/11/26 21:06:04
48384 Log: No need to scan till infinity, 13 is enough.
48385 Branch: perl
48386 ! handy.h utf8.c
48387____________________________________________________________________________
48388[ 7871] By: jhi on 2000/11/26 20:20:32
48389 Log: Test line numbers are different with utf8.
48390 Branch: perl
48391 ! t/op/re_tests
48392____________________________________________________________________________
48393[ 7870] By: jhi on 2000/11/26 20:10:12
48394 Log: Message nit.
48395 Branch: perl
48396 ! regcomp.c
48397____________________________________________________________________________
48398[ 7869] By: jhi on 2000/11/26 19:01:05
48399 Log: Make utf8_length() and utf8_distance() (the latter of which
48400 is unused at the moment) to be less forgiving about bad UTF-8.
48401 Branch: perl
48402 ! embed.h embed.pl objXSUB.h proto.h utf8.c
48403____________________________________________________________________________
48404[ 7868] By: jhi on 2000/11/26 18:45:56
48405 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
48406 From: Benjamin Holzman <bah@ecnvantage.com>
48407 Date: Sat, 25 Nov 2000 20:40:20 -0500
48408 Message-ID: <20001125204020.A25040@ecnvantage.com>
48409
48410 Debian allows installing /usr/bin/locale without installing
48411 any locales, an error message will ensue.
48412 Branch: perl
48413 ! t/pragma/locale.t
48414____________________________________________________________________________
48415[ 7867] By: jhi on 2000/11/26 18:31:12
48416 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
48417 From: Benjamin Holzman <bah@ecnvantage.com>
48418 Date: Sun, 26 Nov 2000 02:42:34 -0500
48419 Message-ID: <20001126024234.G25040@ecnvantage.com>
48420
48421 Patch for the bug 20000212.002.
48422 Branch: perl
48423 ! sv.c t/op/array.t
48424____________________________________________________________________________
48425[ 7866] By: jhi on 2000/11/26 18:28:09
48426 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
48427 From: Tim Jenness <t.jenness@jach.hawaii.edu>
48428 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
48429 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
48430
48431 File::Temp 0.11.
48432 Branch: perl
48433 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48434____________________________________________________________________________
48435[ 7865] By: jhi on 2000/11/26 18:24:22
48436 Log: The metaconfig unit change for #7864.
48437 Branch: metaconfig/U/perl
48438 ! need_va_copy.U
48439____________________________________________________________________________
48440[ 7864] By: jhi on 2000/11/26 18:23:41
48441 Log: Make the va_copy() test not to be so talkative.
48442 Branch: perl
48443 ! Configure config_h.SH
48444____________________________________________________________________________
48445[ 7863] By: jhi on 2000/11/26 18:11:02
48446 Log: Fix locale inconsistencies unearthed by Hugo's work.
48447 Now the floating point sprintf really does taint the result
48448 string as perllocale promises (has promised for a long time)
48449 if "use locale" is in the lexical scope.
48450 Branch: perl
48451 ! sv.c t/pragma/locale.t
48452____________________________________________________________________________
48453[ 7862] By: jhi on 2000/11/26 00:35:15
48454 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
48455 From: Nicholas Clark <nick@ccl4.org>
48456 Date: Sun, 26 Nov 2000 00:07:50 +0000
48457 Message-ID: <20001126000750.A22446@plum.flirble.org>
48458
48459 Infinit.
48460 Branch: perl
48461 ! sv.c
48462____________________________________________________________________________
48463[ 7861] By: jhi on 2000/11/26 00:01:26
48464 Log: Integrate perlio.
48465 Branch: perl
48466 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
48467____________________________________________________________________________
48468[ 7860] By: nick on 2000/11/25 22:04:17
48469 Log: Correct relative path from new ext\Filter\Util\Call location
48470 back to miniperl.
48471 Branch: perlio
48472 ! win32/makefile.mk
48473____________________________________________________________________________
48474[ 7859] By: nick on 2000/11/25 21:26:54
48475 Log: Integrate mainline.
48476 Branch: perlio
48477 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48478 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48479 +> t/lib/filter-util.t
48480 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48481 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48482 - t/lib/filt-util.t
48483 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
48484 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48485 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
48486 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
48487 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
48488 !> win32/makefile.mk
48489____________________________________________________________________________
48490[ 7858] By: gsar on 2000/11/25 20:52:17
48491 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
48492 parent's memory; fix it by keeping track of the actual pad
48493 offset rather than a raw pointer (this change is probably also
48494 relevant to non-ithreads case to avoid fallout from reallocs of
48495 the pad array, but is currently only enabled for the ithreads
48496 case in the interests of minimal disruption to existing "well
48497 tested" code)
48498 Branch: perl
48499 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
48500 ! proto.h scope.c scope.h sv.c t/op/fork.t
48501____________________________________________________________________________
48502[ 7857] By: nick on 2000/11/25 20:01:28
48503 Log: All tests pass on Win32/gcc/USE_PERLIO.
48504 - when crlf layer is pushed make unix-level binary.
48505 - remove :crlf injection in pp_backtick in pp_sys.c
48506 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
48507 Branch: perlio
48508 ! doio.c perlio.c pp_sys.c win32/makefile.mk
48509____________________________________________________________________________
48510[ 7856] By: jhi on 2000/11/25 18:38:30
48511 Log: Update the metaconfig units for #7855.
48512 Branch: metaconfig/U/perl
48513 ! useperlio.U usesocks.U
48514____________________________________________________________________________
48515[ 7855] By: jhi on 2000/11/25 18:37:54
48516 Log: Undo the SOCKS workarounds, instead start using PerlIO
48517 if SOCKS is selected.
48518
48519 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
48520 From: Jens Hamisch <jens@Strawberry.COM>
48521 Date: Fri, 24 Nov 2000 18:31:30 +0100
48522 Message-ID: <20001124183130.E28337@Strawberry.COM>
48523
48524 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
48525 From: Jens Hamisch <jens@Strawberry.COM>
48526 Date: Fri, 24 Nov 2000 19:11:51 +0100
48527 Message-ID: <20001124191151.A28753@Strawberry.COM>
48528 Branch: perl
48529 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
48530 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
48531____________________________________________________________________________
48532[ 7854] By: jhi on 2000/11/25 17:39:08
48533 Log: Undo #7848. Some of the code seems to use walkoptree(),
48534 some walkoptree_slow(). An unfinished renaming?
48535 Now the sub is walkoptree() (which is @EXPORT_OK),
48536 the walkoptree_slow() is a typeglob alias to walkoptree.
48537 This makes the tests to pass, at least.
48538 Branch: perl
48539 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48540____________________________________________________________________________
48541[ 7853] By: nick on 2000/11/24 22:24:33
48542 Log: Re-arrange crlf vs binary for platforms that care.
48543 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
48544 Lip-service to making stdio layer work on such platfroms (untested).
48545 Now fails 3 tests rather than one, checkin to see if I can debug
48546 the issue under linux. (Do not merge.)
48547 Branch: perlio
48548 ! doio.c perlio.c perliol.h
48549____________________________________________________________________________
48550[ 7852] By: jhi on 2000/11/24 18:57:39
48551 Log: AUTHORS edits.
48552 Branch: perl
48553 ! AUTHORS
48554____________________________________________________________________________
48555[ 7851] By: jhi on 2000/11/24 17:34:56
48556 Log: Add Jan-Erik Karlsson.
48557 Branch: perl
48558 ! AUTHORS
48559____________________________________________________________________________
48560[ 7850] By: jhi on 2000/11/24 17:27:56
48561 Log: Configure should find stdchar on its own.
48562 Branch: perl
48563 ! hints/solaris_2.sh
48564____________________________________________________________________________
48565[ 7849] By: jhi on 2000/11/24 17:24:55
48566 Log: Subject: PATCH over 7848: Filter test flawed
48567 From: andreas.koenig@anima.de (Andreas J. Koenig)
48568 Date: 24 Nov 2000 10:28:29 +0100
48569 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
48570 Branch: perl
48571 ! t/lib/filter-util.t
48572____________________________________________________________________________
48573[ 7848] By: jhi on 2000/11/24 17:22:15
48574 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
48575 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
48576 Date: Fri, 24 Nov 2000 16:12:58 +0000
48577 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
48578 Branch: perl
48579 ! ext/B/B.pm
48580____________________________________________________________________________
48581[ 7847] By: jhi on 2000/11/24 03:07:01
48582 Log: Integrate perlio.
48583 Branch: perl
48584 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48585 !> win32/makefile.mk
48586____________________________________________________________________________
48587[ 7846] By: gsar on 2000/11/24 00:55:57
48588 Log: integrate changes#6415..6418,6420..6438 from mainline
48589
48590 Fix the bitvector ops for utf8 (tricky since past 7 bits
48591 the utf8 'characters' can be more than one octet).
48592
48593 MPE/ix updates for perl 5.6.0 from Mark Bixby.
48594
48595 Subject: SDBM_File documentation
48596
48597 Detypo.
48598
48599 Decutandpasto.
48600
48601 Send all installperl messages to STDERR and be -w clean.
48602
48603 Out-of-date note removed.
48604
48605 Protect against "wild next"s, that is, callbacks doing "next"
48606 instead of "return".
48607
48608 Use STDOUT consistently.
48609
48610 The output might have been produced in the wrong order.
48611
48612 A missing 'break' after the [[:space:]] switch case.
48613
48614 Add tests for
48615 [ID 19991110.003] another matching finding by pcre author
48616 which has already been fixed by some patch, as verified in
48617
48618 Documentation to explain the behaviour of map().
48619
48620 Add an optimization for map-maps-a-list-element-to-more-list-elements
48621 case, but add also notes explaining the relationship of this
48622 patch and the earlier notes by Sarathy.
48623
48624 Subject: [ID 20000716.023] syslog test fails without sockets
48625
48626 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48627 Test cases for #6431.
48628
48629 File::Spec::VMS fixup for tmpdir from Craig Berry.
48630
48631 Make the "uninit variable" warning to say "concat or string"
48632 or "join or string" when in concat or join .
48633
48634 Get UTF16 BOMs working. Patch from
48635 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48636
48637 Subject: [PATCH] Make large file tests deal with SIGXFSZ
48638
48639 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48640
48641 Subject: [PATCH] av.c apidoc
48642 Branch: maint-5.6/perl
48643 !> (integrate 43 files)
48644____________________________________________________________________________
48645[ 7845] By: gsar on 2000/11/24 00:20:45
48646 Log: integrate changes#6406..6414 from mainline
48647
48648 Merge perlhacktut into perlhack, update perlguts.
48649
48650 Fix AutoSplit to use File::Spec the right way in VMS,
48651 from Peter Prymmer.
48652
48653 The bug report
48654 [ID 19991110.002] minimal matching discrepancy found by pcre author
48655 seems to have been fixed (though differently from what was suggested
48656 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
48657
48658 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48659 not in pod, from Peter Prymmer
48660
48661 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48662 From: Hugo <hv@crypt.compulink.co.uk>
48663 Date: Fri, 14 Jul 2000 23:05:20 +0100
48664 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48665
48666 Didn't anymore apply, but that point still could use another fix.
48667
48668 lib/b test fixes from Peter Prymmer.
48669
48670 More docs for sv functions.
48671
48672 perlvms.pod whitespace cleanup to keep pod utils happy.
48673
48674 another VMS build tweak from Peter Prymmer
48675 Branch: maint-5.6/perl
48676 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
48677 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
48678 !> vms/descrip_mms.template vms/perlvms.pod
48679____________________________________________________________________________
48680[ 7844] By: nick on 2000/11/23 23:42:45
48681 Log: Win32/perlio Now just fails one io/argv.t test - lack
48682 of default :crlf on standard streams.
48683 Branch: perlio
48684 ! doio.c perlio.c
48685____________________________________________________________________________
48686[ 7843] By: nick on 2000/11/23 23:04:05
48687 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
48688 peek fail is showing a real problem (multiple crlf layers
48689 are getting pushed.)
48690 Branch: perlio
48691 ! doio.c perlio.c win32/makefile.mk
48692____________________________________________________________________________
48693[ 7842] By: nick on 2000/11/23 19:46:23
48694 Log: Implement PerlIO_binmode()
48695 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
48696 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
48697 make binmode in t/lib/io_tell.t unconditional so that works.
48698 Checkin just so Win32 machine can see these changes.
48699 Branch: perlio
48700 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48701____________________________________________________________________________
48702[ 7841] By: jhi on 2000/11/23 19:30:00
48703 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
48704 Branch: perl
48705 ! README.amiga
48706____________________________________________________________________________
48707[ 7840] By: jhi on 2000/11/23 17:18:02
48708 Log: SOCKS wrestling continues, patches from Jens Hamisch.
48709 Branch: perl
48710 ! doio.c embed.h embed.pl perlsdio.h proto.h
48711____________________________________________________________________________
48712[ 7839] By: jhi on 2000/11/23 16:54:14
48713 Log: Push Filter::Util::Call one level deeper.
48714 Branch: perl
48715 + t/lib/filter-util.t
48716 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48717 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48718 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48719 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48720 - t/lib/filt-util.t
48721 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48722 ! win32/Makefile win32/makefile.mk
48723____________________________________________________________________________
48724[ 7838] By: jhi on 2000/11/23 16:52:40
48725 Log: Reach back one higher up when searching for PERL_SRC.
48726 Branch: perl
48727 ! lib/ExtUtils/MM_Unix.pm
48728____________________________________________________________________________
48729[ 7837] By: jhi on 2000/11/23 16:05:41
48730 Log: Subject: Re: perl@7826
48731 Date: Thu, 23 Nov 2000 02:20:25 -0600
48732 From: "Craig A. Berry" <craigberry@mac.com>
48733 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
48734
48735 Make VMS to like Filter::Util::Call.
48736 Branch: perl
48737 ! configure.com ext/Filter/Util/Makefile.PL
48738____________________________________________________________________________
48739[ 7836] By: nick on 2000/11/23 16:04:08
48740 Log: Implement crlf layer - not ready for merge.
48741 Branch: perlio
48742 ! perlio.c win32/makefile.mk
48743____________________________________________________________________________
48744[ 7835] By: jhi on 2000/11/23 15:56:52
48745 Log: STDCHAR is different in Sparc v9 vs x86.
48746 Branch: perl
48747 ! hints/solaris_2.sh
48748____________________________________________________________________________
48749[ 7834] By: jhi on 2000/11/23 15:50:47
48750 Log: The type needs to be visible to protos.
48751 Branch: perl
48752 ! perl.h
48753____________________________________________________________________________
48754[ 7833] By: jhi on 2000/11/23 15:40:46
48755 Log: Finish unfinished SOCKS workaround changes.
48756 Branch: perl
48757 ! doio.c
48758____________________________________________________________________________
48759[ 7832] By: jhi on 2000/11/23 15:33:30
48760 Log: Integrate perlio.
48761 Branch: perl
48762 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48763 !> win32/makefile.mk
48764____________________________________________________________________________
48765[ 7831] By: nick on 2000/11/23 10:31:07
48766 Log: Correct makefile.mk dependancies for ext/Filter/Util
48767 Build ext/Encode
48768 Run dmake regen_config_h
48769 Branch: perlio
48770 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48771 ! win32/makefile.mk
48772____________________________________________________________________________
48773[ 7830] By: nick on 2000/11/23 08:05:07
48774 Log: Integrate mainline
48775 Branch: perlio
48776 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48777 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
48778 +> t/lib/filt-util.pl t/lib/filt-util.t
48779 !> (integrate 41 files)
48780____________________________________________________________________________
48781[ 7829] By: gsar on 2000/11/23 03:07:11
48782 Log: build the Filter extension on windows
48783 Branch: perl
48784 ! win32/Makefile win32/makefile.mk
48785____________________________________________________________________________
48786[ 7828] By: gsar on 2000/11/23 02:46:35
48787 Log: regenerate win32/config* and fix some inconsistencies in the
48788 makefiles; always export Perl_deb() because it is needed
48789 by ext/re/* (whether perl itself is built with -DDEBUGGING
48790 or not)
48791 Branch: perl
48792 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
48793 ! win32/config_H.vc win32/makefile.mk
48794____________________________________________________________________________
48795[ 7827] By: gsar on 2000/11/23 02:18:38
48796 Log: get sources building on windows+MSVC again (untested with other
48797 compilers)
48798 Branch: perl
48799 ! win32/include/sys/socket.h win32/perllib.c
48800____________________________________________________________________________
48801[ 7826] By: jhi on 2000/11/23 01:18:26
48802 Log: Update Changes.
48803 Branch: perl
48804 ! Changes patchlevel.h
48805____________________________________________________________________________
0fbcf867
JH
48806[ 7825] By: jhi on 2000/11/23 00:20:41
48807 Log: Subject: Re: av.c patch (having slight problems)
48808 From: "Ben Tilly" <ben_tilly@hotmail.com>
48809 Date: Tue, 21 Nov 2000 23:29:31 -0500
48810 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
48811
48812 unshift() speedup.
48813 Branch: perl
48814 ! av.c
48815____________________________________________________________________________
48816[ 7824] By: jhi on 2000/11/22 23:59:15
48817 Log: Fixes for signedness warnings noticed by VMSperlers.
48818 Branch: perl
48819 ! ext/Storable/Storable.xs regcomp.c sv.c
48820____________________________________________________________________________
48821[ 7823] By: jhi on 2000/11/22 23:19:31
48822 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
48823 From: Peter Prymmer <pvhp@forte.com>
48824 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
48825 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
48826 Branch: perl
48827 ! t/pragma/warn/pp_hot
48828____________________________________________________________________________
48829[ 7822] By: jhi on 2000/11/22 22:52:20
48830 Log: Be clean.
48831 Branch: perl
48832 ! Makefile.SH
48833____________________________________________________________________________
48834[ 7821] By: jhi on 2000/11/22 22:46:39
48835 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
48836 by Damian Conway, as suggested by Paul Marquess.
48837 Branch: perl
48838 + lib/Filter/Simple.pm
48839____________________________________________________________________________
48840[ 7820] By: jhi on 2000/11/22 22:45:51
48841 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
48842 Branch: perl
48843 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48844 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48845 + t/lib/filt-util.t
48846 ! MANIFEST
48847____________________________________________________________________________
48848[ 7819] By: jhi on 2000/11/22 22:03:27
48849 Log: Integrate perlio.
48850 Branch: perl
48851 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
48852 !> win32/makefile.mk
48853____________________________________________________________________________
48854[ 7818] By: jhi on 2000/11/22 21:56:02
48855 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
48856 Branch: perl
48857 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
48858 ! t/lib/io_sock.t
48859____________________________________________________________________________
48860[ 7817] By: jhi on 2000/11/22 21:39:49
48861 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
48862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48863 Date: Wed, 22 Nov 2000 16:08:12 -0500
48864 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
48865 Branch: perl
48866 ! lib/ExtUtils/Liblist.pm
48867____________________________________________________________________________
48868[ 7816] By: jhi on 2000/11/22 21:38:25
48869 Log: Go ahead and #include <unistd.h> in perl.h.
48870 Branch: perl
48871 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
48872 ! util.c
48873____________________________________________________________________________
48874[ 7815] By: jhi on 2000/11/22 21:22:52
48875 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
48876 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48877 Date: Mon, 20 Nov 2000 18:30:52 -0500
48878 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
48879 Branch: perl
48880 ! pod/perlre.pod regcomp.c t/op/re_tests
48881____________________________________________________________________________
48882[ 7814] By: jhi on 2000/11/22 21:21:46
48883 Log: Subject: [PATCH 5.7.0] Liblist finally works
48884 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48885 Date: Tue, 21 Nov 2000 22:02:17 -0500
48886 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
48887 Branch: perl
48888 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
48889 ! lib/ExtUtils/MakeMaker.pm
48890____________________________________________________________________________
48891[ 7813] By: jhi on 2000/11/22 21:20:23
48892 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
48893 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48894 Date: Wed, 22 Nov 2000 17:53:15 +0100
48895 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
48896
48897 AIX dynaloader and perlio patch.
48898 Branch: perl
48899 ! ext/DynaLoader/dl_aix.xs
48900____________________________________________________________________________
48901[ 7812] By: jhi on 2000/11/22 21:17:52
48902 Log: (Accidentally empty patch.)
48903 Branch: perl
48904 ! av.c
48905____________________________________________________________________________
48906[ 7811] By: jhi on 2000/11/22 21:16:31
48907 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
48908 From: Peter Prymmer <pvhp@forte.com>
48909 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
48910 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
48911 Branch: perl
48912 ! vms/test.com
48913____________________________________________________________________________
48914[ 7810] By: jhi on 2000/11/22 21:15:36
48915 Log: Subject: Re: perl@7777
48916 From: "John P. Linderman" <jpl@research.att.com>
48917 Date: Wed, 22 Nov 2000 13:11:11 -0500
48918 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
48919
48920 Detypoing.
48921 Branch: perl
48922 ! lib/CPAN.pm
48923____________________________________________________________________________
48924[ 7809] By: jhi on 2000/11/22 21:14:19
48925 Log: Subject: [PATCH perl@7795] Perlio_tell fix
48926 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48927 Date: Wed, 22 Nov 2000 13:51:37 EST
48928 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
48929 Branch: perl
48930 ! perlsdio.h
48931____________________________________________________________________________
48932[ 7808] By: jhi on 2000/11/22 21:13:27
48933 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
48934 From: Casey Tweten <crt@kiski.net>
48935 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
48936 Message-Id: <200011201653.LAA10194@home.kiski.net>
48937 Branch: perl
48938 ! t/lib/io_udp.t
48939____________________________________________________________________________
48940[ 7807] By: jhi on 2000/11/22 21:12:35
48941 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
48942 From: Casey Tweten <crt@kiski.net>
48943 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
48944 Message-Id: <200011201636.LAA07227@home.kiski.net>
48945 Branch: perl
48946 ! t/lib/io_sock.t
48947____________________________________________________________________________
48948[ 7806] By: jhi on 2000/11/22 21:10:59
48949 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
48950 From: "Casey R. Tweten" <crt@kiski.net>
48951 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
48952 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
48953 Branch: perl
48954 ! utils/h2xs.PL
48955____________________________________________________________________________
48956[ 7805] By: nick on 2000/11/22 21:05:06
48957 Log: Integrate mainline
48958 Branch: perlio
48959 !> Changes Porting/genlog ext/DB_File/DB_File.xs
48960 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
48961 !> utils/perlbug.PL
48962____________________________________________________________________________
48963[ 7804] By: jhi on 2000/11/22 21:01:12
48964 Log: Subject: [PATCH] Test.pm POD peculiarity
48965 From: "Casey R. Tweten" <crt@kiski.net>
48966 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
48967 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
48968 Branch: perl
48969 ! lib/Test.pm
48970____________________________________________________________________________
48971[ 7803] By: jhi on 2000/11/22 20:59:59
48972 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
48973 From: "Philip Newton" <pnewton@gmx.de>
48974 Date: Wed, 22 Nov 2000 14:25:53 +0100
48975 Message-Id: <3A1BD771.25462.1939FAD@localhost>
48976
48977 Be case-understanding also on 's', and use the -oi of sendmail
48978 not to terminate the transmission on a lone '.'.
48979 Branch: perl
48980 ! utils/perlbug.PL
48981____________________________________________________________________________
48982[ 7802] By: nick on 2000/11/22 20:51:42
48983 Log: Win32 PerlIO intermediate state now working as expected.
48984 - In current state we are still using C runtime in text/binary
48985 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
48986 - PERLIO=stdio and PERLIO=unix pass all expected tests.
48987 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
48988 and PerlIO_seek() and the dummy crlf layer is not making adjustments
48989 for CRLF translation happening in C runtime. All other tests pass.
48990
48991 Added note to README.win32 to point out the snags of doing a perl build
48992 with Norton AntiVirus turned on.
48993
48994 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
48995 which file a fail comes from.
48996
48997 Updated "canned" config.h to match the one generated.
48998 Branch: perlio
48999 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49000 ! win32/makefile.mk
49001____________________________________________________________________________
49002[ 7801] By: jhi on 2000/11/22 06:50:20
49003 Log: Nickety nits.
49004 Branch: perl
49005 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49006____________________________________________________________________________
49007[ 7800] By: jhi on 2000/11/22 01:29:55
49008 Log: Changes had accidentally gone too silent on non-main branches.
49009 Branch: perl
49010 ! Changes Porting/genlog patchlevel.h
49011____________________________________________________________________________
51c9377f
JH
49012[ 7799] By: gsar on 2000/11/22 01:02:56
49013 Log: some lib_pm.PL changes snuck in via change#7772
49014 Branch: maint-5.6/perl
49015 ! Makefile.SH
49016____________________________________________________________________________
49017[ 7798] By: nick on 2000/11/21 21:59:40
49018 Log: Integrate mainline
49019 Branch: perlio
49020 !> (integrate 28 files)
49021____________________________________________________________________________
49022[ 7797] By: jhi on 2000/11/21 21:01:45
49023 Log: Integrate perlio.
49024 Branch: perl
49025 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
49026____________________________________________________________________________
49027[ 7796] By: nick on 2000/11/21 20:36:22
49028 Log: Win32 builds and runs (mostly) with USE_PERLIO.
49029 PERLIO=perlio passes all tests.
49030 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
49031 Branch: perlio
49032 ! perlio.c win32/perllib.c win32/win32.c
49033____________________________________________________________________________
49034[ 7795] By: jhi on 2000/11/21 19:03:44
49035 Log: Update Changes.
49036 Branch: perl
49037 ! Changes patchlevel.h
49038____________________________________________________________________________
2a06dd00
JH
49039[ 7794] By: jhi on 2000/11/21 18:56:34
49040 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
49041 From: "Craig A. Berry" <craigberry@mac.com>
49042 Date: Mon, 20 Nov 2000 20:27:06 -0600
49043 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
49044
49045 A cut-and-pasto.
49046 Branch: perl
49047 ! perlio.h
49048____________________________________________________________________________
49049[ 7793] By: jhi on 2000/11/21 18:54:41
49050 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
49051 From: Dominic Dunlop <domo@computer.org>
49052 Date: Mon, 20 Nov 2000 18:55:29 +0100
49053 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
49054
49055 va_copy() and the need of it.
49056 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
49057 Branch: metaconfig/U/perl
49058 + need_va_copy.U
49059 Branch: perl
49060 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49061 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
49062 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49063 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49064 ! win32/config.bc win32/config.gc win32/config.vc
49065____________________________________________________________________________
49066[ 7792] By: jhi on 2000/11/21 17:04:10
49067 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
49068 Branch: perl
49069 !> scope.h
49070____________________________________________________________________________
49071[ 7791] By: jhi on 2000/11/21 17:01:16
49072 Log: Export the SOCKS workaround symbols only if necessary.
49073 Branch: perl
49074 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
49075____________________________________________________________________________
51c9377f
JH
49076[ 7790] By: nick on 2000/11/20 23:57:11
49077 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
49078 Branch: perlio
49079 ! scope.h
49080____________________________________________________________________________
49081[ 7789] By: nick on 2000/11/20 23:38:33
49082 Log: Integrate mainline
49083 Branch: perlio
49084 +> lib/File/Spec/Epoc.pm
49085 !> (integrate 34 files)
49086____________________________________________________________________________
49087[ 7788] By: nick on 2000/11/20 23:20:18
49088 Log: Make extra buffer layer work (dummy crlf layer)
49089 Branch: perlio
49090 ! doio.c perlio.c perlio.h
49091____________________________________________________________________________
2a06dd00
JH
49092[ 7787] By: jhi on 2000/11/20 22:44:04
49093 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
49094 From: Peter Prymmer <pvhp@forte.com>
49095 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
49096 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
49097 Branch: perl
49098 ! t/pragma/locale.t
49099____________________________________________________________________________
49100[ 7786] By: jhi on 2000/11/20 22:29:10
49101 Log: Subject: DOC PATCH 5.6.0 perlreftut
49102 From: mjd@plover.com
49103 Date: 20 Nov 2000 19:45:06 -0000
49104 Message-ID: <20001120194506.9505.qmail@plover.com>
49105 Branch: perl
49106 ! pod/perlreftut.pod
49107____________________________________________________________________________
49108[ 7785] By: jhi on 2000/11/20 22:27:44
49109 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49110 From: David Dyck <dcd@tc.fluke.com>
49111 Date: Mon, 20 Nov 2000 11:43:40 -0800
49112 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
49113 Branch: perl
49114 ! lib/Cwd.pm
49115____________________________________________________________________________
49116[ 7784] By: jhi on 2000/11/20 22:23:21
49117 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49118 Date: Mon, 20 Nov 2000 17:06:10 -0500
49119 To: Mailing list Perl5 <perl5-porters@perl.org>
49120 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
49121 Branch: perl
49122 ! pp_ctl.c t/op/pat.t
49123____________________________________________________________________________
49124[ 7783] By: jhi on 2000/11/20 22:11:18
49125 Log: Subject: [PATCH] doop.c - UTF8 tr///
49126 From: Simon Cozens <simon@cozens.net>
49127 Date: Sat, 18 Nov 2000 18:49:30 +0000
49128 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
49129
49130 Subject: Re: [PATCH] doop.c - UTF8 tr///
49131 From: Simon Cozens <simon@cozens.net>
49132 Date: Mon, 20 Nov 2000 20:45:22 +0000
49133 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
49134
49135 Make tr on UTF-8 better but still not correct.
49136 Branch: perl
49137 ! doop.c
49138____________________________________________________________________________
49139[ 7782] By: jhi on 2000/11/20 22:02:16
49140 Log: Remove the shared object before attempting to create
49141 (by linking) a new one. E.g. in AIX not removing
49142 becomes quite painful if one tries to do more than one
49143 build in the same tree (an interrupted build, for example),
49144 since the AIX' shared dynaloader seemingly keeps the shared
49145 objects open and therefore 'busy' for quite a while, even when
49146 nobody is using the objects, leading into link failures.
49147 Branch: perl
49148 ! lib/ExtUtils/MM_Unix.pm
49149____________________________________________________________________________
51c9377f
JH
49150[ 7781] By: gsar on 2000/11/20 19:02:55
49151 Log: type mismatch due to faulty integration
49152 Branch: maint-5.6/perl
49153 ! toke.c win32/Makefile
49154____________________________________________________________________________
49155[ 7780] By: gsar on 2000/11/20 17:31:55
49156 Log: integrate changes#6392,6394..6399,6401..6404
49157
49158 The {multiplier} of a fixed substring was overlooked which
49159 caused a wrong initial search offset for that substring.
49160
49161 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49162 From: Hugo <hv@crypt.compulink.co.uk>
49163 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49164 Date: Thu, 13 Jul 2000 19:27:13 +0100
49165
49166 Fix the BOM bug: not a byteorder bug, a signedness bug.
49167
49168 Replace change #6337 with a better one.
49169
49170 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49171 From: Hugo <hv@crypt.compulink.co.uk>
49172 Date: Fri, 14 Jul 2000 04:16:20 +0100
49173 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49174
49175 MakeMaker should not remove editor backups (*~) on `make clean`
49176 by default (completes change#6383)
49177
49178 move new variables to the end of the interpreter structure (for
49179 bincompat in code that doesn't #include XSUB.h)
49180
49181 rename totally bletcherous SvLOCK() thingy (doesn't do what the
49182 name suggests anyway)
49183
49184 various cleanups (typos, misformatted code, and small bugs)
49185
49186 typecasts needed for change#6394
49187
49188 typos in change#6399, regen headers
49189
49190 inconsistent types needs casts
49191
49192 PERL_OBJECT build tweaks
49193 Branch: maint-5.6/perl
49194 !> MANIFEST doop.c embed.h embed.pl embedvar.h
49195 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
49196 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
49197 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
49198 !> toke.c util.c
49199____________________________________________________________________________
49200[ 7779] By: gsar on 2000/11/20 17:06:29
49201 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
49202
49203 Cosmetics and perldelta.
49204
49205 Fix nits noticed by Boston.pm.
49206
49207 Do the cc sanity check both before the hints and
49208 after the cc selction.
49209
49210 get sprintf.t to adjust properly for 3-digit exponents
49211
49212 don't clobber *.orig files on *clean targets
49213
49214 fix bugs in processing %v-*d and similar format specs (from
49215 Avi Finkel <avi@finkel.org>)
49216
49217 sprintf test tweaks (from Dominic Dunlop)
49218
49219 new selfloader.t in change#6183 doesn't close DATA handles,
49220 and thus fails to clean up tmp files on dosish platforms
49221
49222 typos (spotted by Peter Prymmer)
49223
49224 typo fix from Craig Berry
49225 Branch: maint-5.6/perl
49226 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
49227 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
49228 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
49229 !> x2p/Makefile.SH
49230____________________________________________________________________________
49231[ 7778] By: gsar on 2000/11/20 16:46:51
49232 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
49233
49234 Subject: Re: format bug report [Patch]
49235 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49236 Date: Wed, 05 Jul 2000 13:12:52 +0200
49237 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49238
49239 Subject: Re: format bug report [Patch]
49240 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49241 Date: Wed, 05 Jul 2000 14:10:01 +0200
49242 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49243
49244 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49245 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49246 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49247 Date: Fri, 07 Jul 2000 17:57:16 +0100
49248
49249 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49250 To: perl5-porters@perl.org
49251 From: Karsten Sperling <spiff@phreax.net>
49252 Date: Mon, 10 Jul 2000 15:12:52 +0200
49253 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49254
49255 README.posix-bc podified from Thomas Dorner.
49256
49257 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
49258 From: Dominic Dunlop <domo@computer.org>
49259 Date: Tue, 11 Jul 2000 12:27:33 +0200
49260 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49261
49262 Typo in #6341.
49263
49264 Fix for
49265 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49266 From: Roderick Schertler <roderick@argon.org>
49267 Date: Tue, 11 Jul 2000 13:55:05 -0400
49268 Message-Id: <200007111755.NAA05077@jones.argon.org>
49269
49270 Minor cleanups on the booklist.
49271
49272 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49273 regen perltoc.
49274
49275 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49276 Branch: maint-5.6/perl
49277 +> pod/perlbook.pod
49278 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
49279 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
49280 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
49281____________________________________________________________________________
2a06dd00
JH
49282[ 7777] By: jhi on 2000/11/20 16:08:49
49283 Log: Update Changes.
49284 Branch: perl
49285 ! Changes patchlevel.h
49286____________________________________________________________________________
7b69f83d
JH
49287[ 7776] By: jhi on 2000/11/20 15:27:56
49288 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49289 This may be overly harsh but until proven otherwise, we think this
49290 way, or until we have a simple test for Configure (having to start
49291 up servers is does not count as simple) to check for the problems.
49292 Branch: perl
49293 ! perl.h
49294____________________________________________________________________________
49295[ 7775] By: jhi on 2000/11/20 15:22:17
49296 Log: Solaris hints tweaks.
49297 Branch: perl
49298 ! hints/solaris_2.sh
49299____________________________________________________________________________
49300[ 7774] By: jhi on 2000/11/20 15:01:20
49301 Log: Add a workaround to SOCKS 64-bit problems.
49302 Branch: perl
49303 ! doio.c embed.h embed.pl perlsdio.h proto.h
49304____________________________________________________________________________
49305[ 7773] By: jhi on 2000/11/20 14:51:47
49306 Log: sysseek() instead of seek().
49307 Branch: perl
49308 ! t/lib/syslfs.t
49309____________________________________________________________________________
51c9377f
JH
49310[ 7772] By: gsar on 2000/11/20 13:06:23
49311 Log: integrate changes#6315..6319,6321..6331,6333..6338
49312
49313 Integrate with Sarathy, preliminary fix for unicos
49314 alignment problems in [ID 20000612.002] Perl problem on Cray system.
49315
49316 some debugger output does not go to the socket when RemotePort is set
49317
49318 winsock cleanup never done on Windows (leads to handle leaks)
49319
49320 fix UNC path handling on Windows under ithreads, and chdir()
49321 return value when given a non-existent directory
49322
49323 Autogenerate pod/Makefile and pod/buildtoc.
49324 buildtoc also checks whether the existin pods are
49325 mentioned in MANIFEST and perl.pod, and vice versa.
49326 (None of the thusly found discrepancies fixed yet.)
49327 roffitall also needs to be autogenerated similarly but it
49328 seems so badly out of date that I didn't touch it yet.
49329
49330 Config is being used.
49331
49332 Add =head1 NAMEs so that buildtoc is happy.
49333 (The CGI::Util nit reported to Lincoln.)
49334
49335 Fix complaints of buildtoc.
49336
49337 Fix the alignment problem in Crays ([ID 20000612.002]).
49338
49339 Remove perlbook, update perlfaq book listing,
49340 rearrange perl.pod, regenerate perltoc.
49341
49342 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49343 was cast to an unsigned (32-bit) integer with wild abandon.
49344
49345 winsock options weren't being set in all threads under ithreads
49346 (caused send()s from second and subsequent threads to fail)
49347
49348 accept() leaks memory on windows due to incorrect ordering of
49349 closesocket() and fclose() calls
49350
49351 Reorder perl.pod once more.
49352
49353 More POSIX.pod tweaks.
49354
49355 Sprinkle ldlibpath.
49356
49357 Precedence goof, fix based on
49358 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49359 From: Hugo <hv@crypt.compulink.co.uk>
49360 Date: Tue, 11 Jul 2000 12:52:38 +0100
49361 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49362
49363 Subject: PATCH perlguts.pod: Document D and d magic types
49364 From: mjd@plover.com
49365 Date: 5 Jul 2000 18:01:51 -0000
49366 Message-ID: <20000705180151.29413.qmail@plover.com>
49367
49368 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49369 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49370 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49371 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49372
49373 Subject: [PATCH cfgperl] $& segfaults if you trick it
49374 From: simon@brecon.co.uk (Simon Cozens)
49375 Date: 7 Jul 2000 11:26:09 GMT
49376 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49377
49378 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49379 From: Hugo <hv@crypt.compulink.co.uk>
49380 Date: Tue, 11 Jul 2000 12:44:50 +0100
49381 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49382
49383 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49384 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49385 Date: Tue, 11 Jul 2000 13:50:51 +0100
49386 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49387 Branch: maint-5.6/perl
49388 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
49389 +> pod/buildtoc.PL
49390 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
49391 !> (integrate 26 files)
49392____________________________________________________________________________
49393[ 7771] By: gsar on 2000/11/20 12:31:42
49394 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
49395 6310,6311,6314
49396
49397 Subject: [PATCH bleedperl] File::Spec 0.82 beta
49398 From: Barrie Slaymaker <barries@jester.slaysys.com>
49399 Date: Wed, 28 Jun 2000 11:35:29 -0400
49400 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49401
49402 tweak perlembed for multiplicity/usethreads sanity; correct notes
49403 about Windows
49404
49405 localize %INC in a Safe compartment so that use/require work
49406 (many other magic globals probably need similar treatment)
49407
49408 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49409 when @_ is modified, causing coredumps
49410
49411 slurp mode fix in change#4736 still not quite right
49412
49413 Point to perlipc for more SysV IPC examples.
49414
49415 Elaborate POSIX.pod. Still needs work.
49416
49417 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49418
49419 fix large memory leak that has been around for ever, masked by
49420 -DPURIFY (most of the arenas were never freed!)
49421
49422 fix memory leak on Windows (PL_sys_intern contents were never
49423 freed)
49424
49425 PERL_OBJECT build tweak
49426
49427 adjust change#6299
49428
49429 remove rel2abs prototypes (from Barrie Slaymaker)
49430
49431 missing perldiag entry for unpack("w",...) diagnostic (from
49432 Andreas Koenig)
49433
49434 better diagnostic on Frob->stuff() when Frob:: doesn't exist
49435 (from Richard Soderberg <rs@oregonnet.com>)
49436
49437 Win32 patches for cfgperl from Sarathy.
49438
49439 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49440
49441 More POSIX.pod embellishment.
49442
49443 tyop in change#6306
49444 Branch: maint-5.6/perl
49445 !> (integrate 44 files)
49446____________________________________________________________________________
49447[ 7770] By: gsar on 2000/11/20 11:51:00
49448 Log: integrate changes#6268..6282 from cfgperl branch
49449
49450 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49451 From: Dominic Dunlop <domo@computer.org>
49452 Date: Thu, 29 Jun 2000 12:32:39 +0200
49453 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
49454
49455 Regen headers for #6261 (and update embed.pl for this) and #6267,
49456 silence few compiler warnings.
49457
49458 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49459 From: Nicholas Clark <nick@talking.bollo.cx>
49460 Date: Fri, 23 Jun 2000 16:21:15 +0100
49461 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49462
49463 Subject: PATCH pod/perltie.pod
49464 From: Ian Phillipps <Ian.Phillipps@iname.com>
49465 Date: Fri, 16 Jun 2000 00:17:19 +0100
49466 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49467 (only the first hunk, the second hunk had already been done
49468 by some other patch)
49469
49470 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49471 From: Tom Phoenix <rootbeer@redcat.com>
49472 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49473 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49474
49475 Subject: [PATCH] xsub attributes
49476 From: Doug MacEachern <dougm@covalent.net>
49477 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49478 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49479
49480 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49481 From: Andy Dougherty <doughera@lafayette.edu>
49482 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49483 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49484
49485 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49486 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49487 Date: Tue, 13 Jun 2000 02:43:48 -0500
49488 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49489
49490 Subject: [PATCH] Re: eval documentation: context
49491 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49492 Date: Mon, 12 Jun 2000 15:07:29 +0100
49493 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49494
49495 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49496 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49497 Date: Mon, 12 Jun 2000 14:55:59 +0100
49498 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49499
49500 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49501 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49502 Date: Fri, 09 Jun 2000 12:39:27 -0400
49503 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49504 (plus update the version "number" of Text::Wrap)
49505
49506 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49507 From: Tim Ayers <tayers@bridge.com>
49508 Date: Thu, 08 Jun 2000 08:11:06 +0200
49509 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49510 [resent by Richard Foley, Message-Id probably wrong]
49511
49512 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
49513 From: rspier@pobox.com (Robert Spier)
49514 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49515 Message-ID: <14654.31913.845602.610277@rls.cx>
49516
49517 Subject: [PATCH 5.6.0] utils/h2xs.PL
49518 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49519 Date: Wed, 7 Jun 2000 04:02:04 -0500
49520 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49521
49522 Subject: [PATCH 5.6.0]ITHREADs for VMS
49523 From: Dan Sugalski <dan@sidhe.org>
49524 Date: Tue, 06 Jun 2000 11:59:50 -0400
49525 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49526 Branch: maint-5.6/perl
49527 !> (integrate 31 files)
49528____________________________________________________________________________
49529[ 7769] By: gsar on 2000/11/20 11:29:06
49530 Log: integrate changes#6261..6266 from cfgperl
49531
49532 Subject: Re: [PATCH cfgperl] BOMs away!
49533 From: simon@brecon.co.uk (Simon Cozens)
49534 Date: 17 Jun 2000 11:49:57 GMT
49535 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49536
49537 Subject: 5.6.0 Patch for EPOC
49538 From: Olaf Flebbe <o.flebbe@gmx.de>
49539 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49540 Message-ID: <23449.960929969@www11.gmx.net>
49541
49542 tr fixes from Simon Cozens
49543
49544 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49545 From: Marty Lucich <marty@netcom.com>
49546 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49547 Message-Id: <200006282116.OAA11148@netcom.com>
49548 ccdlflags update (the BSD/OS 4.1 part had already been taken
49549 care of by #6141).
49550
49551 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49552 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49553 Date: Wed, 28 Jun 2000 17:50:12 -0700
49554 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49555
49556 Subject: [PATCH 5.6.0] cygwin port
49557 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49558 From: "Fifer, Eric" <EFifer@sanwaint.com>
49559 Date: Thu, 29 Jun 2000 12:58:29 +0100
49560 Branch: maint-5.6/perl
49561 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49562 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49563 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49564 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49565____________________________________________________________________________
49566[ 7768] By: gsar on 2000/11/20 11:13:44
49567 Log: integrate changes#6252..6256,6259..6260
49568
49569 Paranoia tweak on #6249.
49570 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49571 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49572 Date: Sun, 25 Jun 2000 23:43:12 -0400
49573 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49574
49575 Subject: tr///, help wanted.
49576 From: simon@brecon.co.uk (Simon Cozens)
49577 Date: 28 Jun 2000 11:29:04 GMT
49578 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49579
49580 small thinko tweaks
49581
49582 tweaks from Simon Conzes to further fix tr/// under utf8
49583
49584 perlnewmod was missing from MANIFEST.
49585
49586 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49587 From: simon@brecon.co.uk (Simon Cozens)
49588 Date: 17 Jun 2000 11:56:44 GMT
49589 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
49590 pack U0, pack C0
49591 Branch: maint-5.6/perl
49592 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
49593 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
49594 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
49595 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
49596____________________________________________________________________________
49597[ 7767] By: gsar on 2000/11/20 10:51:38
49598 Log: integrate change#6250 from cfgperl
49599
49600 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49601 From: Doug MacEachern <dougm@covalent.net>
49602 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49603 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49604 Branch: maint-5.6/perl
49605 +> t/op/my_stash.t
49606 !> MANIFEST embed.pl global.sym proto.h toke.c
49607____________________________________________________________________________
49608[ 7766] By: gsar on 2000/11/20 10:48:34
49609 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
49610
49611 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
49612 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49613 Date: Mon, 26 Jun 2000 18:40:14 +0100
49614 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
49615
49616 Subject: [PATCH] bytes<->utf8 fixes
49617 From: simon@brecon.co.uk (Simon Cozens)
49618 Date: 26 Jun 2000 04:55:45 GMT
49619 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
49620
49621 Subject: [PATCH] is_utf8_string
49622 From: simon@brecon.co.uk (Simon Cozens)
49623 Date: 26 Jun 2000 02:25:59 GMT
49624 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
49625
49626 Subject: [PATCH] avoid mg_ptr in '*' magic
49627 From: Doug MacEachern <dougm@covalent.net>
49628 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
49629 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
49630
49631 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
49632 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49633 Date: Sat, 24 Jun 2000 13:06:20 +0100
49634 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
49635
49636 Allow for standalone testing.
49637
49638 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49639 From: Mark-Jason Dominus <mjd@plover.com>
49640 Date: Tue, 27 Jun 2000 22:36:42 -0400
49641 Message-ID: <20000628023642.12166.qmail@plover.com>
49642
49643 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49644 From: Frank Tobin <ftobin@uiuc.edu>
49645 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49646 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49647 Branch: maint-5.6/perl
49648 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49649 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
49650 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
49651 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
49652 !> utf8.c utils/h2xs.PL
49653____________________________________________________________________________
49654[ 7765] By: gsar on 2000/11/20 10:29:13
49655 Log: integrate change#6239 from cfgperl
49656
49657 Configure maintenance. Sever some dependency cycles,
49658 separate gccversion from the cc unit,
49659 address [ID 20000623.006] Configure script patch for using gcc on AIX
49660 (but solve it a little bit differently),
49661 unduplex some accidentally duplicated units,
49662 suggest using gcc if no cc available
49663 (p5p thread: "Solaris configure: counterproposal", 1999-09)
49664 Branch: maint-5.6/perl
49665 !> Configure Todo-5.6 config_h.SH
49666____________________________________________________________________________
49667[ 7764] By: gsar on 2000/11/20 10:25:55
49668 Log: integrate changes#6233..6238 from cfgperl
49669
49670 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
49671 From: Mark-Jason Dominus <mjd@plover.com>
49672 Date: Fri, 16 Jun 2000 20:53:04 -0400
49673 Message-ID: <20000617005304.8008.qmail@plover.com>
49674
49675 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
49676 because when run as services (Win32ese for daemons)
49677 no environment variables are set and tmpdir ends up as /tmp,
49678 which is ambiguous.
49679 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
49680 From: matt@sergeant.org
49681 Date: 16 Jun 2000 16:30:43 -0000
49682 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
49683
49684 The thread begun by
49685 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
49686 From: Kevin.Ruscoe@ubsw.com
49687 Date: Fri, 16 Jun 2000 16:38:51 +0100
49688 Message-Id: <H000019b03c300d6@MHS>
49689
49690 Tweak embed.pl, regen headers.
49691
49692 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
49693 From: Dan Sugalski <dan@sidhe.org>
49694 Date: Fri, 23 Jun 2000 17:00:00 -0400
49695 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
49696 Branch: maint-5.6/perl
49697 !> (integrate 27 files)
49698____________________________________________________________________________
49699[ 7763] By: gsar on 2000/11/20 10:08:08
49700 Log: s/perl56delta/perldelta/g
49701 Branch: maint-5.6/perl
49702 ! pod/Makefile
49703____________________________________________________________________________
49704[ 7762] By: gsar on 2000/11/20 10:04:00
49705 Log: integrate changes#6225,6229,6231,6232 from cfgperl
49706
49707 Add source code filenames to apidoc.
49708 From: simon@brecon.co.uk (Simon Cozens)
49709 Subject: [PATCH embed.pl] Source X-ref
49710 Date: 22 Jun 2000 02:18:49 GMT
49711 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
49712
49713 Subject: README.hpux version 0.6.1
49714 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
49715 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49716 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
49717
49718 Subject: [PATCH 5.6.0] cygwin port
49719 From: "Fifer, Eric" <EFifer@sanwaint.com>
49720 Date: Tue, 20 Jun 2000 14:30:58 +0100
49721 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
49722
49723 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
49724 From: simon@brecon.co.uk (Simon Cozens)
49725 Date: 19 Jun 2000 15:18:27 GMT
49726 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
49727
49728 plus update pod/Makefile and regenerate perltoc
49729 Branch: maint-5.6/perl
49730 +> pod/perlutil.pod
49731 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
49732 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
49733____________________________________________________________________________
7b69f83d
JH
49734[ 7761] By: jhi on 2000/11/20 04:09:55
49735 Log: Miraculous typo.
49736 Branch: perl
49737 ! t/op/pat.t
49738____________________________________________________________________________
49739[ 7760] By: jhi on 2000/11/20 04:06:08
49740 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
49741 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49742 Date: Sun, 19 Nov 2000 22:30:26 -0500
49743 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
49744 Branch: perl
49745 ! regexec.c scope.h t/op/pat.t
49746____________________________________________________________________________
49747[ 7759] By: jhi on 2000/11/20 02:05:22
49748 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49749 Branch: perl
49750 ! perl.h
49751____________________________________________________________________________
49752[ 7758] By: jhi on 2000/11/20 01:58:11
49753 Log: Subject: [perl 7711: EPOC] updates
49754 From: Olaf Flebbe <o.flebbe@gmx.de>
49755 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
49756 Message-ID: <25575.974658810@www23.gmx.net>
49757 Branch: perl
49758 + lib/File/Spec/Epoc.pm
49759 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
49760 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
49761 ! lib/File/Spec.pm perl.c sv.c
49762____________________________________________________________________________
49763[ 7757] By: jhi on 2000/11/20 01:53:11
49764 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
49765 Branch: perl
49766 ! MANIFEST
49767____________________________________________________________________________
49768[ 7756] By: jhi on 2000/11/20 01:47:22
49769 Log: Integrate perlio.
49770 Branch: perl
49771 - ext/re/hints/MSWin32.pl
49772 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
49773 !> win32/config.gc win32/config_H.gc win32/win32sck.c
49774____________________________________________________________________________
51c9377f
JH
49775[ 7755] By: nick on 2000/11/19 20:57:17
49776 Log: Add dummy crlf layer (just as buffer)
49777 Correct 1st bug - one layer of indirection.
49778 Branch: perlio
49779 ! perlio.c perlio.h perliol.h
49780____________________________________________________________________________
49781[ 7754] By: nick on 2000/11/19 20:56:12
49782 Log: Work-round to Perl_deb_nocontext is no longer required
49783 Branch: perlio
49784 - ext/re/hints/MSWin32.pl
49785____________________________________________________________________________
49786[ 7753] By: nick on 2000/11/19 20:01:16
49787 Log: diff -se shows these as different
49788 Branch: perlio
49789 ! global.sym pod/perlapi.pod
49790____________________________________________________________________________
49791[ 7752] By: nick on 2000/11/19 18:57:30
49792 Log: Configure GCC/Win32 build -Duseperlio
49793 Fix a couple of gross issues
49794 - double-include of ../deb.o in re.dll
49795 - win32sck.c needs PerlIO and FILE
49796 Branch: perlio
49797 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
49798 ! win32/win32sck.c
49799____________________________________________________________________________
49800[ 7751] By: nick on 2000/11/19 17:05:36
49801 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
49802 Branch: perlio
49803 ! perlio.c
49804____________________________________________________________________________
49805[ 7750] By: nick on 2000/11/19 16:57:14
49806 Log: Missing aTHX_
49807 Branch: perlio
49808 ! sv.c
49809____________________________________________________________________________
7b69f83d
JH
49810[ 7749] By: jhi on 2000/11/19 16:28:40
49811 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
49812 From: "Peter J. Farley III" <pjfarley@banet.net>
49813 Date: Sun, 19 Nov 2000 01:42:58 -0500
49814 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
49815 Branch: perl
49816 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
49817____________________________________________________________________________
49818[ 7748] By: jhi on 2000/11/19 16:08:10
49819 Log: Subject: podlators 1.05 available
49820 From: Russ Allbery <rra@stanford.edu>
49821 Date: 18 Nov 2000 22:04:28 -0800
49822 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
49823 Branch: perl
49824 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
49825____________________________________________________________________________
51c9377f
JH
49826[ 7747] By: nick on 2000/11/19 11:19:39
49827 Log: Integrate mainline
49828 Branch: perlio
49829 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49830 !> util.c
49831____________________________________________________________________________
7b69f83d
JH
49832[ 7746] By: jhi on 2000/11/19 06:42:22
49833 Log: Make hex scanning warn on "\x{x}" and "\xx".
49834 "\x" and and hex("x") are still valid.
49835 Branch: perl
49836 ! util.c
49837____________________________________________________________________________
51c9377f
JH
49838[ 7745] By: nick on 2000/11/18 22:52:28
49839 Log: Integrate mainline
49840 Branch: perlio
49841 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
49842 !> perl.h perlio.c proto.h regcomp.c regcomp.h
49843____________________________________________________________________________
7b69f83d
JH
49844[ 7744] By: jhi on 2000/11/18 22:50:28
49845 Log: Introduce Perl_utf8_length(). Use it.
49846 Branch: perl
49847 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
49848____________________________________________________________________________
49849[ 7743] By: jhi on 2000/11/18 22:38:51
49850 Log: Compiler denit.
49851 Branch: perl
49852 ! perlio.c
49853____________________________________________________________________________
49854[ 7742] By: jhi on 2000/11/18 20:33:05
49855 Log: Integrate perlio.
49856 Branch: perl
49857 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49858 !> perlio.h pp_ctl.c pp_sys.c sv.c
49859____________________________________________________________________________
49860[ 7741] By: jhi on 2000/11/18 20:31:27
49861 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
49862 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49863 Date: Fri, 17 Nov 2000 20:35:11 -0500
49864 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
49865
49866 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
49867 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49868 Date: Fri, 17 Nov 2000 21:03:47 -0500
49869 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
49870
49871 Plus a little bit of tweaking in pregcomp().
49872 Branch: perl
49873 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
49874____________________________________________________________________________
51c9377f
JH
49875[ 7740] By: nick on 2000/11/18 20:17:22
49876 Log: Lexical use open ... support:
49877 add ->cop_io to COP structure in cop.h.
49878 Make mg.c and gv.c associate it with ${^OPEN}.
49879 Make lib/open.pm set it.
49880 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
49881 manner similar to ->cop_warnings.
49882 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
49883 call new PerlIO_apply_layers().
49884 Declare latter in perlio.h and define in perlio.c
49885 Branch: perlio
49886 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
49887 ! perlio.h pp_ctl.c pp_sys.c sv.c
49888____________________________________________________________________________
7b69f83d
JH
49889[ 7739] By: jhi on 2000/11/18 19:54:00
49890 Log: Integrate perlio.
49891 Branch: perl
49892 !> doio.c perlio.c pp.c
49893____________________________________________________________________________
49894[ 7738] By: jhi on 2000/11/18 17:16:13
49895 Log: Subject: [PATCH 5.7.0] etags broken again
49896 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49897 Date: Sat, 18 Nov 2000 02:41:36 -0500
49898 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
49899 Branch: perl
49900 ! emacs/ptags
49901____________________________________________________________________________
49902[ 7737] By: jhi on 2000/11/18 17:12:18
49903 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
49904 Branch: perl
49905 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49906____________________________________________________________________________
51c9377f
JH
49907[ 7736] By: nick on 2000/11/18 14:06:20
49908 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
49909 part to be isolated.
49910 Branch: perlio
49911 ! doio.c perlio.c
49912____________________________________________________________________________
49913[ 7735] By: nick on 2000/11/18 11:03:32
49914 Log: Integrate mainline
49915 Branch: perlio
49916 !> Changes README.amiga README.win32 patchlevel.h
49917 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
49918____________________________________________________________________________
7b69f83d
JH
49919[ 7734] By: jhi on 2000/11/18 01:18:56
49920 Log: Update Changes.
49921 Branch: perl
49922 ! Changes patchlevel.h
49923____________________________________________________________________________
355cf289
JH
49924[ 7733] By: jhi on 2000/11/18 00:32:54
49925 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
49926 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49927 Date: Fri, 17 Nov 2000 17:28:02 -0500
49928 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
49929 Branch: perl
49930 ! regcomp.c regexec.c t/op/re_tests
49931____________________________________________________________________________
49932[ 7732] By: jhi on 2000/11/18 00:28:56
49933 Log: Sparc 64-bit pack() fix from Jens Hamisch.
49934 Branch: perl
49935 ! pp.c
49936____________________________________________________________________________
49937[ 7731] By: jhi on 2000/11/18 00:18:39
49938 Log: Explain in more detail the {} syntax ambiguousity.
49939
49940 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
49941 From: Nicholas Clark <nick@ccl4.org>
49942 Date: Fri, 17 Nov 2000 22:10:28 +0000
49943 Message-ID: <20001117221028.A88930@plum.flirble.org>
49944 Branch: perl
49945 ! pod/perlfunc.pod
49946____________________________________________________________________________
49947[ 7730] By: jhi on 2000/11/18 00:12:18
49948 Log: Subject: Fix for README.amiga (20000323.033)
49949 From: "Stephen P. Potter" <spp@spotter.yi.org>
49950 Date: Fri, 17 Nov 2000 12:25:51 -0500
49951 Message-Id: <200011171725.MAA05768@spotter.yi.org>
49952 Branch: perl
49953 ! README.amiga
49954____________________________________________________________________________
49955[ 7729] By: jhi on 2000/11/18 00:08:34
49956 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
49957 From: "A. C. Yardley" <yardley@tanet.net>
49958 Date: Mon, 3 Apr 2000 11:35:33 -0700
49959 Message-ID: <3483.000403@tanet.net>
49960 Branch: perl
49961 ! README.win32
49962____________________________________________________________________________
51c9377f
JH
49963[ 7728] By: nick on 2000/11/17 21:59:47
49964 Log: Integrate mainline
49965 Branch: perlio
49966 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
49967 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
49968 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
49969 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
49970____________________________________________________________________________
49971[ 7727] By: nick on 2000/11/17 21:56:31
49972 Log: Experiment on use of attributes.pm interface.
49973 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
49974 SVt_PVRV if not already something better (else vivify of say magic gets
49975 core dump).
49976 Branch: perlio
49977 ! perlio.c pp.c
49978____________________________________________________________________________
355cf289
JH
49979[ 7726] By: jhi on 2000/11/17 14:15:49
49980 Log: Subject: Fix for 20000815.006
49981 From: "Stephen P. Potter" <spp@spotter.yi.org>
49982 Date: Fri, 17 Nov 2000 08:57:45 -0500
49983 Message-Id: <200011171357.IAA05122@spotter.yi.org>
49984
49985 It's really 20000518.006.
49986 Branch: perl
49987 ! pod/perlmodlib.PL
49988____________________________________________________________________________
49989[ 7725] By: jhi on 2000/11/17 14:12:31
49990 Log: Subject: Fix for 20000409.001
49991 From: "Stephen P. Potter" <spp@spotter.yi.org>
49992 Date: Fri, 17 Nov 2000 08:55:45 -0500
49993 Message-Id: <200011171355.IAA05104@spotter.yi.org>
49994 Branch: perl
49995 ! pod/perlfaq9.pod
49996____________________________________________________________________________
49997[ 7724] By: jhi on 2000/11/17 14:08:58
49998 Log: Undo #7627 now that we have =head3.
49999 Branch: perl
50000 ! pod/perlhack.pod
50001____________________________________________________________________________
50002[ 7723] By: jhi on 2000/11/17 14:04:09
50003 Log: As surmised the #7719 wasn't a good move.
50004 Branch: perl
50005 ! hints/solaris_2.sh
50006____________________________________________________________________________
50007[ 7722] By: jhi on 2000/11/17 13:59:04
50008 Log: Also the 64bitall hints can be either here or there.
50009 Branch: perl
50010 ! hints/solaris_2.sh
50011____________________________________________________________________________
50012[ 7721] By: jhi on 2000/11/17 02:26:23
50013 Log: Test tweak for the open pragma.
50014 Branch: perl
50015 ! t/lib/b.t
50016____________________________________________________________________________
50017[ 7720] By: jhi on 2000/11/17 00:23:22
50018 Log: The long double hints can be here or there.
50019 Branch: perl
50020 ! hints/solaris_2.sh
50021____________________________________________________________________________
50022[ 7719] By: jhi on 2000/11/17 00:14:06
50023 Log: For Solaris use64bitall the stdchar needs a little bit of help.
50024 Branch: perl
50025 ! hints/solaris_2.sh
50026____________________________________________________________________________
50027[ 7718] By: jhi on 2000/11/16 23:27:34
50028 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
50029 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50030 Date: Wed, 15 Nov 2000 08:56:32 +0100
50031 Message-ID: <3A1241B0.64477E00@alcatel.at>
50032 Branch: perl
50033 ! lib/Carp/Heavy.pm
50034____________________________________________________________________________
50035[ 7717] By: jhi on 2000/11/16 23:23:29
50036 Log: Subject: [PATCH] Re: 20001101.003 PDL
50037 From: Nicholas Clark <nick@ccl4.org>
50038 Date: Thu, 16 Nov 2000 16:48:25 +0000
50039 Message-ID: <20001116164825.B93487@plum.flirble.org>
50040 Branch: perl
50041 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
50042____________________________________________________________________________
50043[ 7716] By: jhi on 2000/11/16 23:21:31
50044 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
50045 From: "Casey R. Tweten" <crt@kiski.net>
50046 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
50047 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
50048 Branch: perl
50049 ! lib/Pod/Checker.pm pod/perlpod.pod
50050____________________________________________________________________________
50051[ 7715] By: jhi on 2000/11/16 23:19:40
50052 Log: Avoid an infinite loop in VMS when utils scripts are run
50053 with no arguments, from Charles Lane.
50054 Branch: perl
50055 ! configure.com
50056____________________________________________________________________________
50057[ 7714] By: jhi on 2000/11/16 23:17:08
50058 Log: Subject: perllocale.pod changes
50059 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50060 Date: Mon, 13 Nov 2000 10:09:22 +0300
50061 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
50062 Branch: perl
50063 ! pod/perllocale.pod
50064____________________________________________________________________________
50065[ 7713] By: jhi on 2000/11/16 23:14:06
50066 Log: Integrate perlio.
50067 Branch: perl
50068 !> doio.c perlio.c perlio.h util.c
50069____________________________________________________________________________
51c9377f
JH
50070[ 7712] By: nick on 2000/11/16 21:10:58
50071 Log: Integrate mainline
50072 Branch: perlio
50073 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50074 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50075 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
50076 !> vos/config.ga.def vos/config.ga.h win32/config.bc
50077 !> win32/config.gc win32/config.vc
50078____________________________________________________________________________
50079[ 7711] By: nick on 2000/11/16 19:56:41
50080 Log: Minor tweaks:
50081 consistent way of getting 'rb', 'wb' etc. for binary opens
50082 move *perlio::layers to *open::layers
50083 a #define to show layers available
50084 DOSISH popen/PerlIO had export/import sense inverted.
50085 Branch: perlio
50086 ! doio.c perlio.c perlio.h util.c
50087____________________________________________________________________________
355cf289
JH
50088[ 7710] By: jhi on 2000/11/16 15:46:05
50089 Log: Add HAS_SBRK_PROTO.
50090 Branch: metaconfig/U/perl
50091 + d_sbrkproto.U
50092 Branch: perl
50093 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50094 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50095 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50096 ! vos/config.ga.def vos/config.ga.h win32/config.bc
50097 ! win32/config.gc win32/config.vc
50098____________________________________________________________________________
51c9377f
JH
50099[ 7709] By: nick on 2000/11/16 07:31:49
50100 Log: Integrate mainline
50101 Branch: perlio
50102 !> (integrate 35 files)
50103____________________________________________________________________________
355cf289
JH
50104[ 7708] By: jhi on 2000/11/16 05:33:03
50105 Log: These files are text, not binary.
50106 Branch: perl
50107 ! ext/Encode/Encode/iso8859-10.enc
50108 ! ext/Encode/Encode/iso8859-13.enc
50109 ! ext/Encode/Encode/iso8859-14.enc
50110 ! ext/Encode/Encode/iso8859-15.enc
50111____________________________________________________________________________
50112[ 7707] By: jhi on 2000/11/16 01:53:37
50113 Log: Update Changes.
50114 Branch: perl
50115 ! Changes patchlevel.h
50116____________________________________________________________________________
734efae8
JH
50117[ 7706] By: jhi on 2000/11/16 01:35:59
50118 Log: More #undefing of stdio.
50119 Branch: perl
50120 ! fakesdio.h nostdio.h
50121____________________________________________________________________________
50122[ 7705] By: jhi on 2000/11/16 01:34:18
50123 Log: Add fwalk() probe to the configuration files and regen perltoc.
50124 Branch: perl
50125 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50126 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
50127 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
50128 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50129 ! win32/config.bc win32/config.gc win32/config.vc
50130____________________________________________________________________________
51c9377f
JH
50131[ 7704] By: jhi on 2000/11/16 01:33:07
50132 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
50133 an optional third argument to Inlibc?)
50134 Branch: metaconfig/U/perl
50135 + d__fwalk.U
50136____________________________________________________________________________
734efae8
JH
50137[ 7703] By: jhi on 2000/11/16 01:09:22
50138 Log: The type of the hash_cb() size argument is tricky.
50139 Branch: perl
50140 ! ext/DB_File/DB_File.xs
50141____________________________________________________________________________
50142[ 7702] By: jhi on 2000/11/15 23:01:16
50143 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
50144 Branch: perl
50145 ! nostdio.h
50146____________________________________________________________________________
50147[ 7701] By: jhi on 2000/11/15 22:52:32
50148 Log: Detypo.
50149 Branch: perl
50150 ! t/lib/bigfltpm.t
50151____________________________________________________________________________
50152[ 7700] By: jhi on 2000/11/15 22:51:56
50153 Log: UINT64_C() work continues.
50154 Branch: perl
50155 ! handy.h perl.h utf8.h
50156____________________________________________________________________________
50157[ 7699] By: jhi on 2000/11/15 14:13:04
50158 Log: SOCKS has its own USE_THREADS, based on
50159
50160 Subject: [ID 20001114.002] et. al. bugfix followup
50161 From: Jens Hamisch <jens@Strawberry.COM>
50162 Date: Wed, 15 Nov 2000 14:23:11 +0100
50163 Message-ID: <20001115142311.A21164@Strawberry.COM>
50164 Branch: perl
50165 ! perl.h
50166____________________________________________________________________________
50167[ 7698] By: jhi on 2000/11/15 03:50:56
50168 Log: Add few missing #undefs and sort them.
50169 Branch: perl
50170 ! fakesdio.h
50171____________________________________________________________________________
50172[ 7697] By: jhi on 2000/11/15 03:39:14
50173 Log: Linenumber fix.
50174 Branch: perl
50175 ! t/pragma/warn/utf8
50176____________________________________________________________________________
50177[ 7696] By: jhi on 2000/11/15 02:55:26
50178 Log: EBCDIC tweaks.
50179
50180 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50181 From: Peter Prymmer <pvhp@forte.com>
50182 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
50183 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
50184 Branch: perl
50185 ! t/op/regmesg.t t/pragma/warn/utf8
50186____________________________________________________________________________
50187[ 7695] By: jhi on 2000/11/15 02:53:58
50188 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50189 From: Peter Prymmer <pvhp@forte.com>
50190 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
50191 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
50192 Branch: perl
50193 ! utf8.c
50194____________________________________________________________________________
50195[ 7694] By: jhi on 2000/11/15 02:50:55
50196 Log: Subject: [PATCH: perl@7674] updates to README.os390
50197 From: Prymmer/Kahn <pvhp@best.com>
50198 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
50199 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
50200 Branch: perl
50201 ! README.os390
50202____________________________________________________________________________
50203[ 7693] By: jhi on 2000/11/15 02:48:37
50204 Log: Quit utf8_to_uv() instantly if curlen == 0.
50205 Branch: perl
50206 ! utf8.c
50207____________________________________________________________________________
50208[ 7692] By: jhi on 2000/11/15 02:24:29
50209 Log: Use u_int32_t for the size of hash_cb(), not size_t.
50210
50211 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50212 From: Jens Hamisch <jens@Strawberry.COM>
50213 Date: Tue, 14 Nov 2000 19:03:55 +0100
50214 Message-Id: <20001114190355.A20559@Strawberry.COM>
50215 Branch: perl
50216 ! ext/DB_File/DB_File.xs
50217____________________________________________________________________________
50218[ 7691] By: jhi on 2000/11/15 02:20:12
50219 Log: Use UINT64_C().
50220
50221 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50222 From: Jens Hamisch <jens@Strawberry.COM>
50223 Date: Tue, 14 Nov 2000 19:16:23 +0100
50224 Message-Id: <20001114191623.G20559@Strawberry.COM>
50225 Branch: perl
50226 ! utf8.c utf8.h
50227____________________________________________________________________________
50228[ 7690] By: jhi on 2000/11/15 02:17:06
50229 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50230 (a macro to define signed and unsigned integer constants).
50231 Branch: perl
50232 ! handy.h
50233____________________________________________________________________________
50234[ 7689] By: jhi on 2000/11/15 01:56:51
50235 Log: Regen Configure.
50236 Branch: perl
50237 ! Configure
50238____________________________________________________________________________
51c9377f
JH
50239[ 7688] By: jhi on 2000/11/15 01:56:32
50240 Log: Make the unit know about SOCKS.
50241 Branch: metaconfig
50242 ! U/protos/socksizetype.U
50243____________________________________________________________________________
50244[ 7687] By: jhi on 2000/11/15 01:54:47
50245 Log: Remove unused dependencies.
50246 Branch: metaconfig
50247 ! U/compline/d_getpagsz.U
50248____________________________________________________________________________
50249[ 7686] By: nick on 2000/11/14 21:25:13
50250 Log: Integrate mainline.
50251 Branch: perlio
50252 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
50253 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
50254 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
50255 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
50256 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
50257 !> win32/config.bc win32/config.gc win32/config.vc
50258 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
50259____________________________________________________________________________
734efae8
JH
50260[ 7685] By: jhi on 2000/11/14 17:54:56
50261 Log: Integrate perlio.
50262 Branch: perl
50263 +> fakesdio.h perliol.h
50264 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50265 !> perlsdio.h perlsfio.h pod/perlfunc.pod
50266____________________________________________________________________________
51c9377f
JH
50267[ 7684] By: nick on 2000/11/14 17:43:04
50268 Log: PerlIO #include and #ifdef re-work.
50269 Branch: perlio
50270 + fakesdio.h perliol.h
50271 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50272 ! perlsdio.h perlsfio.h
50273____________________________________________________________________________
734efae8
JH
50274[ 7683] By: jhi on 2000/11/14 15:42:40
50275 Log: Hoist the duplicated socket/netdb include logic to perl.h;
50276 undef SETERRNO in case SOCKS has defined it. Based on:
50277
50278 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
50279 From: Jens Hamisch <jens@Strawberry.COM>
50280 Date: Tue, 14 Nov 2000 11:34:40 +0100
50281 Message-Id: <20001114113440.A20005@Strawberry.COM>
50282 Branch: perl
50283 ! doio.c perl.h pp_sys.c
50284____________________________________________________________________________
50285[ 7682] By: jhi on 2000/11/14 14:07:28
50286 Log: Subject: some additions for makefiles for win32 (for perl@7674)
50287 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50288 Date: Tue, 14 Nov 2000 09:31:13 +0300
50289 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
50290 Branch: perl
50291 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50292 ! win32/makefile.mk
50293____________________________________________________________________________
50294[ 7681] By: jhi on 2000/11/14 14:01:41
50295 Log: Subject: tiny typo in perl5db.pl
50296 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50297 Date: Tue, 14 Nov 2000 09:29:28 +0300
50298 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
50299 Branch: perl
50300 ! lib/perl5db.pl
50301____________________________________________________________________________
50302[ 7680] By: jhi on 2000/11/14 04:13:50
50303 Log: Redo #7679 with LFs instead of CRLFs.
50304 Branch: perl
50305 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
50306 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
50307 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50308____________________________________________________________________________
50309[ 7679] By: jhi on 2000/11/14 01:21:09
50310 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
50311 From: Benjamin Stuhl <tiriath@yahoo.com>
50312 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50313 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50314 Branch: perl
50315 + win32/bin/mdelete.bat
50316 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
50317 ! makedef.pl perlio.c win32/Makefile win32/config.gc
50318 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50319____________________________________________________________________________
50320[ 7678] By: jhi on 2000/11/14 01:19:20
50321 Log: Fix the re extension building for Win32.
50322
50323 Subject: [PATCH perl@7638] Get PerlIO building on Win32
50324 From: Benjamin Stuhl <tiriath@yahoo.com>
50325 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50326 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50327 Branch: perl
50328 + ext/re/hints/MSWin32.pl
50329 ! MANIFEST
50330____________________________________________________________________________
50331[ 7677] By: jhi on 2000/11/14 01:13:54
50332 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50333 From: sthoenna@efn.org
50334 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
50335 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
50336 Branch: perl
50337 ! doop.c pp.c toke.c utf8.c utf8.h
50338____________________________________________________________________________
50339[ 7676] By: jhi on 2000/11/13 20:23:15
50340 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50341 From: Nicholas Clark <nick@ccl4.org>
50342 Date: Mon, 13 Nov 2000 18:55:04 +0000
50343 Message-ID: <20001113185504.J29183@plum.flirble.org>
50344 Branch: perl
50345 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
50346____________________________________________________________________________
51c9377f
JH
50347[ 7675] By: nick on 2000/11/13 20:21:57
50348 Log: Integrate mainline ...
50349 Branch: perlio
50350 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
50351 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
50352 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
50353 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
50354____________________________________________________________________________
734efae8
JH
50355[ 7674] By: jhi on 2000/11/13 15:07:56
50356 Log: Update Changes.
50357 Branch: perl
50358 ! Changes patchlevel.h
50359____________________________________________________________________________
436e4861
JH
50360[ 7673] By: jhi on 2000/11/13 14:42:42
50361 Log: Remove the new two tests of lib/io_xs for now, they seem to
50362 fail under perlio on some platforms.
50363 Branch: perl
50364 ! t/lib/io_xs.t
50365____________________________________________________________________________
50366[ 7672] By: jhi on 2000/11/13 13:57:53
50367 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
50368 Branch: perl
50369 ! perlio.c
50370____________________________________________________________________________
50371[ 7671] By: jhi on 2000/11/13 05:30:48
50372 Log: Placate nervous compilers that see longer than ints switch()ing.
50373 Branch: perl
50374 ! utf8.c
50375____________________________________________________________________________
50376[ 7670] By: jhi on 2000/11/13 05:14:21
50377 Log: fputs() does return EOF on error but here we don't care.
50378 Branch: perl
50379 ! perlio.c
50380____________________________________________________________________________
50381[ 7669] By: jhi on 2000/11/13 05:02:45
50382 Log: Declare reg_data like reg_substr_data.
50383 Branch: perl
50384 ! regexp.h
50385____________________________________________________________________________
50386[ 7668] By: jhi on 2000/11/13 04:54:34
50387 Log: Typos in #7667.
50388 Branch: perl
50389 ! perl.h
50390____________________________________________________________________________
50391[ 7667] By: jhi on 2000/11/13 04:49:49
50392 Log: Cleanup messy #ifdef.
50393 Branch: perl
50394 ! perl.h
50395____________________________________________________________________________
50396[ 7666] By: jhi on 2000/11/13 04:17:34
50397 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50398 From: Nicholas Clark <nick@talking.bollo.cx>
50399 Date: Sun, 12 Nov 2000 21:14:11 +0000
50400 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
50401
50402 Note: only one breakage of the two reported is fixed by this patch.
50403 Branch: perl
50404 ! perlio.c
50405____________________________________________________________________________
50406[ 7665] By: jhi on 2000/11/13 04:05:07
50407 Log: Tweak the definition of the bit complement on UTF-8 data:
50408 if none of the characters in the string are > 0xff,
50409 the result is a complemented byte string, not a (UTF-8)
50410 char string. Based on the summary in
50411
50412 Subject: Re: [ID 20000918.005] ~ on wide chars
50413 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50414 Date: Fri, 10 Nov 2000 09:47:15 -0800
50415 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
50416
50417 This should give us the maximum backward (pre-char string)
50418 compatibility and utf8 compatibility. The other alternative
50419 would be to limit the bit complement to be always byte only,
50420 taking the least significant byte of the chars.
50421 Branch: perl
50422 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
50423____________________________________________________________________________
50424[ 7664] By: jhi on 2000/11/13 00:23:44
50425 Log: Couple of tests from #7660 salvaged.
50426 Branch: perl
50427 - t/op/tell.t
50428 ! MANIFEST t/io/tell.t
50429____________________________________________________________________________
50430[ 7663] By: jhi on 2000/11/13 00:02:48
50431 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
50432 From: Nicholas Clark <nick@talking.bollo.cx>
50433 Date: Sun, 12 Nov 2000 21:23:43 +0000
50434 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
50435 Branch: perl
50436 ! perlsfio.h
50437____________________________________________________________________________
50438[ 7662] By: jhi on 2000/11/13 00:01:39
50439 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
50440 From: Nicholas Clark <nick@talking.bollo.cx>
50441 Date: Sun, 12 Nov 2000 21:30:04 +0000
50442 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
50443 Branch: perl
50444 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
50445____________________________________________________________________________
50446[ 7661] By: jhi on 2000/11/12 23:57:29
50447 Log: Document tell() on special streams.
50448 Branch: perl
50449 ! pod/perlfunc.pod
50450____________________________________________________________________________
50451[ 7660] By: jhi on 2000/11/12 23:54:22
50452 Log: (Subsumed by #7664)
50453 Branch: perl
50454 + t/op/tell.t
50455 ! MANIFEST
50456____________________________________________________________________________
50457[ 7659] By: jhi on 2000/11/12 22:55:25
50458 Log: Many subdocumented return values of the IO extension now documented.
50459 ungetc and write still left subdocumented.
50460
50461 Subject: [PATCH] (was Re: IO::Handle::ungetc)
50462 From: Nicholas Clark <nick@talking.bollo.cx>
50463 Date: Sun, 12 Nov 2000 21:35:53 +0000
50464 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
50465 Branch: perl
50466 ! ext/IO/lib/IO/Handle.pm
50467____________________________________________________________________________
50468[ 7658] By: jhi on 2000/11/12 21:37:06
50469 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
50470 From: Nicholas Clark <nick@talking.bollo.cx>
50471 Date: Sun, 12 Nov 2000 20:03:22 +0000
50472 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
50473 Branch: perl
50474 ! pod/perlfunc.pod
50475____________________________________________________________________________
50476[ 7657] By: jhi on 2000/11/12 20:34:55
50477 Log: Integrate perlio.
50478 Branch: perl
50479 !> perlio.c
50480____________________________________________________________________________
51c9377f
JH
50481[ 7656] By: nick on 2000/11/12 19:25:06
50482 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
50483 Branch: perlio
50484 ! perlio.c
50485____________________________________________________________________________
50486[ 7655] By: nick on 2000/11/12 19:09:41
50487 Log: Integrate mainline
50488 Branch: perlio
50489 +> README.solaris ext/Encode/Encode/cp1006.enc
50490 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
50491 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
50492 +> ext/Encode/Encode/iso8859-13.enc
50493 +> ext/Encode/Encode/iso8859-14.enc
50494 +> ext/Encode/Encode/iso8859-15.enc
50495 !> (integrate 34 files)
50496____________________________________________________________________________
50497[ 7654] By: jhi on 2000/11/12 19:00:22
50498 Log: Add a metaconfig unit for fsync.
50499 Branch: metaconfig/U/perl
50500 + d_fsync.U
50501____________________________________________________________________________
436e4861
JH
50502[ 7653] By: jhi on 2000/11/12 19:00:01
50503 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
50504 Branch: perl
50505 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50506 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50507 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50508 ! vos/config.ga.h win32/config.bc win32/config.gc
50509 ! win32/config.vc
50510____________________________________________________________________________
50511[ 7652] By: jhi on 2000/11/11 21:12:01
50512 Log: Copy the s// information of README.hpux also to the perlrun.
50513 Branch: perl
50514 ! README.hpux pod/perlrun.pod
50515____________________________________________________________________________
50516[ 7651] By: jhi on 2000/11/11 21:03:13
50517 Log: More README.solaris updates from Andy Dougherty.
50518 Branch: perl
50519 ! README.solaris
50520____________________________________________________________________________
50521[ 7650] By: jhi on 2000/11/11 18:38:57
50522 Log: More descriptive error for unknown perlio layers.
50523
50524 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
50525 From: Dominic Dunlop <domo@computer.org>
50526 Date: Sat, 11 Nov 2000 18:20:32 +0100
50527 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50528 Branch: perl
50529 ! perlio.c pod/perldiag.pod
50530____________________________________________________________________________
50531[ 7649] By: jhi on 2000/11/11 18:37:52
50532 Log: MachTen doesn't really do mmap() and munmap().
50533
50534 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
50535 From: Dominic Dunlop <domo@computer.org>
50536 Date: Sat, 11 Nov 2000 18:20:32 +0100
50537 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50538 Branch: perl
50539 ! hints/machten.sh
50540____________________________________________________________________________
50541[ 7648] By: jhi on 2000/11/11 18:36:46
50542 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
50543 From: rspier@pobox.com (Robert Spier)
50544 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
50545 Message-ID: <14861.32839.491271.985797@rls.cx>
50546 Branch: perl
50547 ! Porting/Contract pod/perltoot.pod
50548____________________________________________________________________________
51c9377f
JH
50549[ 7647] By: jhi on 2000/11/11 18:35:30
50550 Log: Simplify the getpagesize() unit by dropping the
50551 pagesize probe since it's nowadays slightly more
50552 complicated because of sysconf(). (Note: if some
50553 platform really needs the -lPW for getpagesize,
50554 I just broke it.)
50555
50556 TODO: a new pagesize unit.
50557 Branch: metaconfig
50558 ! U/compline/d_getpagsz.U
50559____________________________________________________________________________
436e4861
JH
50560[ 7646] By: jhi on 2000/11/11 18:33:23
50561 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
50562 Branch: perl
50563 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50564 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50565 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50566 ! vos/config.ga.h win32/config.bc win32/config.gc
50567 ! win32/config.vc
50568____________________________________________________________________________
50569[ 7645] By: jhi on 2000/11/11 16:45:15
50570 Log: Use sysconf() or getpagesize() to find out the pagesize.
50571 Branch: perl
50572 ! perlio.c
50573____________________________________________________________________________
50574[ 7644] By: jhi on 2000/11/11 15:46:08
50575 Log: Integrate perlio.
50576 Branch: perl
50577 !> perlio.c
50578____________________________________________________________________________
50579[ 7643] By: jhi on 2000/11/11 15:33:36
50580 Log: Subject: Re: [PATCH] README.solaris
50581 From: Lupe Christoph <lupe@lupe-christoph.de>
50582 Date: Sat, 11 Nov 2000 14:08:10 +0100
50583 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
50584 Branch: perl
50585 ! README.solaris
50586____________________________________________________________________________
50587[ 7642] By: jhi on 2000/11/11 15:22:12
50588 Log: Subject: [PATCH perl@7638] cygwin port
50589 From: "Eric Fifer" <egf7@columbia.edu>
50590 Date: Fri, 10 Nov 2000 19:30:30 -0000
50591 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
50592 Branch: perl
50593 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
50594____________________________________________________________________________
51c9377f
JH
50595[ 7641] By: nick on 2000/11/11 14:50:36
50596 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
50597 Also call "Buf" layer directly when unread'ing non-read chars.
50598 Branch: perlio
50599 ! perlio.c
50600____________________________________________________________________________
436e4861
JH
50601[ 7640] By: jhi on 2000/11/11 02:05:02
50602 Log: Add more encoding tables.
50603 Branch: perl
50604 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
50605 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
50606 + ext/Encode/Encode/iso8859-10.enc
50607 + ext/Encode/Encode/iso8859-13.enc
50608 + ext/Encode/Encode/iso8859-14.enc
50609 + ext/Encode/Encode/iso8859-15.enc
50610 ! MANIFEST
50611____________________________________________________________________________
50612[ 7639] By: jhi on 2000/11/10 18:49:25
50613 Log: Subject: [PATCH] README.solaris
50614 From: Andy Dougherty <doughera@lafayette.edu>
50615 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
50616 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
50617 Branch: perl
50618 + README.solaris
50619 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
50620 ! pod/perl.pod pod/perltoc.pod
50621____________________________________________________________________________
50622[ 7638] By: jhi on 2000/11/10 15:04:15
50623 Log: Update Changes.
50624 Branch: perl
50625 ! Changes patchlevel.h
50626____________________________________________________________________________
92e9a5a0
JH
50627[ 7637] By: jhi on 2000/11/10 14:14:28
50628 Log: Explain better why certain regex tests are skipped.
50629
50630 Subject: Re: tests skipped: unknown reason
50631 From: Lupe Christoph <lupe@lupe-christoph.de>
50632 Date: Fri, 10 Nov 2000 09:08:56 +0100
50633 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
50634 Branch: perl
50635 ! t/op/regexp.t
50636____________________________________________________________________________
51c9377f
JH
50637[ 7636] By: nick on 2000/11/10 13:40:00
50638 Log: Integrate mainline.
50639 Branch: perlio
50640 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
50641 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
50642 !> win32/bin/search.pl
50643____________________________________________________________________________
92e9a5a0
JH
50644[ 7635] By: nick on 2000/11/10 13:25:52
50645 Log: Re-instate stdio large file support via perlio.
50646 Branch: perl
50647 ! perlio.c
50648____________________________________________________________________________
50649[ 7634] By: jhi on 2000/11/10 04:49:55
50650 Log: Amdahl UTS hints updates.
50651
50652 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50653 From: hom00@utsglobal.com (Harold O Morris)
50654 Date: Thu, 9 Nov 2000 20:02 PST
50655 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
50656 Branch: perl
50657 ! hints/uts.sh
50658____________________________________________________________________________
50659[ 7633] By: jhi on 2000/11/09 23:33:28
50660 Log: Subject: [PATCH] IO::Seekable pod
50661 From: Nicholas Clark <nick@talking.bollo.cx>
50662 Date: Thu, 9 Nov 2000 20:29:45 +0000
50663 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
50664 Branch: perl
50665 ! ext/IO/lib/IO/Handle.pm
50666____________________________________________________________________________
50667[ 7632] By: jhi on 2000/11/09 21:55:41
50668 Log: Various doc oddball characters.
50669
50670 Subject: [ID 20001106.004] Perl 5.6.0 bugs
50671 From: Michael Somos <somos@grail.cba.csuohio.edu>
50672 Date: Mon, 6 Nov 2000 17:44:20 -0500
50673 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
50674 Branch: perl
50675 ! emacs/cperl-mode.el lib/unicode/syllables.txt
50676 ! win32/bin/search.pl
50677____________________________________________________________________________
50678[ 7631] By: jhi on 2000/11/09 21:12:29
50679 Log: Subject: Re: bash -c exit and linux hints
50680 From: "John P. Linderman" <jpl@research.att.com>
50681 Date: Thu, 02 Nov 2000 09:37:25 -0500
50682 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
50683 Branch: perl
50684 ! hints/linux.sh
50685____________________________________________________________________________
51c9377f
JH
50686[ 7630] By: nick on 2000/11/09 20:34:11
50687 Log: Integrate mainline.
50688 Branch: perlio
50689 !> (integrate 91 files)
50690____________________________________________________________________________
92e9a5a0
JH
50691[ 7629] By: jhi on 2000/11/09 19:46:31
50692 Log: Missing dTHXs.
50693
50694 Subject: RE: perl@7595 builds not on cygwin
50695 From: "Eric Fifer" <egf7@columbia.edu>
50696 Date: Thu, 9 Nov 2000 19:26:50 -0000
50697 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
50698 Branch: perl
50699 ! ext/Devel/Peek/Peek.xs
50700____________________________________________________________________________
50701[ 7628] By: jhi on 2000/11/09 14:48:27
50702 Log: Disable only the tests 99 and 166 for UTF-8 locales.
50703 Branch: perl
50704 ! t/pragma/locale.t
50705____________________________________________________________________________
50706[ 7627] By: jhi on 2000/11/09 14:40:27
50707 Log: There's no =head3.
50708 Branch: perl
50709 ! pod/perlhack.pod
50710____________________________________________________________________________
50711[ 7626] By: jhi on 2000/11/09 13:54:26
50712 Log: The generated boot_* headers are wrong. Pickier compiler,
50713 such as KAI C++ will refuse to compile the resulting perlmain.
50714
50715 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50716 From: Harri Pasanen <harri.pasanen@trema.com>
50717 Date: Thu, 09 Nov 2000 14:23:28 +0100
50718 Message-Id: <3A0AA550.26D548A3@trema.com>
50719 Branch: perl
50720 ! minimod.pl
50721____________________________________________________________________________
50722[ 7625] By: jhi on 2000/11/09 13:50:44
50723 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50724 From: Prymmer/Kahn <pvhp@best.com>
50725 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
50726 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
50727
50728 All except the "cow orker" change.
50729 Branch: perl
50730 ! Porting/pumpkin.pod
50731____________________________________________________________________________
50732[ 7624] By: jhi on 2000/11/09 13:45:33
50733 Log: Fix for
50734
50735 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
50736 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50737 Date: Thu, 09 Nov 2000 11:05:52 +0100
50738 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
50739 Branch: perl
50740 ! pod/perldiag.pod t/pragma/warn/pp_sys
50741____________________________________________________________________________
50742[ 7623] By: jhi on 2000/11/09 13:37:16
50743 Log: Typo in an ifndef.
50744
50745 Subject: Re: [PATCH 5.7.0] better messages from malloc()
50746 From: Joe Smith <jms@inwap.com>
50747 Date: Thu, 09 Nov 2000 01:33:14 -0800
50748 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
50749 Branch: perl
50750 ! malloc.c
50751____________________________________________________________________________
50752[ 7622] By: jhi on 2000/11/09 13:31:18
50753 Log: Remove unused extra arguments.
50754 Branch: metaconfig/U/perl
50755 ! perlxv.U
50756 Branch: perl
50757 ! Configure config_h.SH
50758____________________________________________________________________________
50759[ 7621] By: jhi on 2000/11/09 13:16:36
50760 Log: More VMS moves on environment handling, from Charles Lane.
50761 Branch: perl
50762 ! t/pragma/locale.t
50763____________________________________________________________________________
50764[ 7620] By: jhi on 2000/11/09 04:42:38
50765 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
50766 From: David Dyck <dcd@tc.fluke.com>
50767 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
50768 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
50769 Branch: perl
50770 ! pp_sys.c
50771____________________________________________________________________________
50772[ 7619] By: jhi on 2000/11/09 04:36:21
50773 Log: Forgot from #7618.
50774 Branch: perl
50775 ! lib/File/stat.pm
50776____________________________________________________________________________
50777[ 7618] By: jhi on 2000/11/09 04:28:44
50778 Log: Make deleting for %ENV work for (newer versions of) VMS,
50779 from Craig A. Berry.
50780 Branch: perl
50781 ! vms/vms.c
50782____________________________________________________________________________
50783[ 7617] By: jhi on 2000/11/09 04:25:05
50784 Log: Subject: [PATCH] Class::Struct at compile time
50785 From: "Casey R. Tweten" <crt@kiski.net>
50786 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
50787 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
50788 Branch: perl
50789 ! lib/Class/Struct.pm
50790____________________________________________________________________________
50791[ 7616] By: jhi on 2000/11/09 04:15:17
50792 Log: Subject: [ID 20001108.013] spelling
50793 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
50794 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
50795 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
50796 Branch: perl
50797 ! lib/ftp.pl
50798____________________________________________________________________________
50799[ 7615] By: jhi on 2000/11/09 04:12:42
50800 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
50801 From: Peter Prymmer <pvhp@forte.com>
50802 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
50803 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
50804 Branch: perl
50805 ! configure.com
50806____________________________________________________________________________
50807[ 7614] By: jhi on 2000/11/08 22:42:55
50808 Log: A missing aTHX_.
50809 Branch: perl
50810 ! ext/IPC/SysV/SysV.xs
50811____________________________________________________________________________
50812[ 7613] By: jhi on 2000/11/08 19:30:21
50813 Log: Update Changes.
50814 Branch: perl
50815 ! Changes patchlevel.h
50816____________________________________________________________________________
5d7f827b
JH
50817[ 7612] By: jhi on 2000/11/08 18:35:25
50818 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
50819 From: David Dyck <dcd@tc.fluke.com>
50820 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
50821 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
50822 Branch: perl
50823 ! pp_sys.c
50824____________________________________________________________________________
50825[ 7611] By: jhi on 2000/11/08 18:30:26
50826 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
50827 From: Dominic Dunlop <domo@computer.org>
50828 Date: Tue, 7 Nov 2000 12:05:25 +0100
50829 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
50830 Branch: perl
50831 ! malloc.c
50832____________________________________________________________________________
50833[ 7610] By: jhi on 2000/11/08 18:25:14
50834 Log: Do not test UTF-8 locales since that the tests would require
50835 polymorphic regexen.
50836 Branch: perl
50837 ! t/pragma/locale.t
50838____________________________________________________________________________
50839[ 7609] By: jhi on 2000/11/08 17:12:51
50840 Log: Locale buglets.
50841
50842 Subject: RE: Locales support (setlocale) fixes
50843 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50844 Date: Wed, 8 Nov 2000 20:01:39 +0300
50845 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
50846 Branch: perl
50847 ! t/pragma/locale.t util.c
50848____________________________________________________________________________
50849[ 7608] By: jhi on 2000/11/08 17:00:16
50850 Log: Deleting $ENV{PATH} in VMS is not recommendable.
50851 Branch: perl
50852 ! t/pragma/locale.t
50853____________________________________________________________________________
50854[ 7607] By: jhi on 2000/11/08 16:58:26
50855 Log: Subject: PATCH std stdio for (Free)BSD
50856 From: Nicholas Clark <nick@ccl4.org>
50857 Date: Wed, 8 Nov 2000 15:36:29 +0000
50858 Message-ID: <20001108153629.D98736@plum.flirble.org>
50859 Branch: metaconfig
50860 ! U/compline/d_stdstdio.U
50861 Branch: perl
50862 ! Configure config_h.SH
50863____________________________________________________________________________
50864[ 7606] By: jhi on 2000/11/08 16:43:31
50865 Log: Forgot to bump the line numbers in #7601.
50866 Branch: perl
50867 ! t/pragma/warn/pp_sys
50868____________________________________________________________________________
50869[ 7605] By: jhi on 2000/11/08 16:39:12
50870 Log: More careful detection of how well NVs and UVs mix.
50871
50872 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))
50873 From: Nicholas Clark <nick@ccl4.org>
50874 Date: Wed, 8 Nov 2000 15:14:12 +0000
50875 Message-ID: <20001108151412.B98736@plum.flirble.org>
50876
50877 Added some SIGFPE paranoia.
50878 Branch: metaconfig/U/perl
50879 ! perlxv.U
50880 Branch: perl
50881 ! Configure config_h.SH
50882____________________________________________________________________________
50883[ 7604] By: jhi on 2000/11/08 14:39:10
50884 Log: Subject: [patch perl@7595] VMS configure.com tweak
50885 From: "Craig A. Berry" <craigberry@mac.com>
50886 Date: Wed, 8 Nov 2000 00:24:12 -0600
50887 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
50888 Branch: perl
50889 ! configure.com
50890____________________________________________________________________________
50891[ 7603] By: jhi on 2000/11/08 14:27:11
50892 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
50893 From: Robin Barker <rmb1@cise.npl.co.uk>
50894 Date: Wed, 8 Nov 2000 11:11:39 GMT
50895 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
50896 Branch: perl
50897 ! perlio.c
50898____________________________________________________________________________
50899[ 7602] By: jhi on 2000/11/08 14:25:03
50900 Log: Fix for the tie-refhash string table leaks.
50901
50902 From: Nick Ing-Simmons <nik@tiuk.ti.com>
50903 Date: Wed, 8 Nov 2000 13:03:04 GMT
50904 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
50905 Branch: perl
50906 ! t/lib/tie-refhash.t
50907____________________________________________________________________________
50908[ 7601] By: jhi on 2000/11/08 14:21:08
50909 Log: Try to avoid flockless and emulationless places.
50910 Branch: perl
50911 ! t/pragma/warn/pp_sys
50912____________________________________________________________________________
50913[ 7600] By: jhi on 2000/11/08 02:28:54
50914 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
50915
50916 Subject: [PATCH] prototyped functions that should be overrideable
50917 From: "Casey R. Tweten" <crt@kiski.net>
50918 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
50919 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
50920 Branch: perl
50921 ! toke.c
50922____________________________________________________________________________
50923[ 7599] By: jhi on 2000/11/08 01:12:05
50924 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
50925
50926 Subject: [PATCH] perlbug.PL
50927 From: "Kurt D. Starsinic" <kstar@chapin.edu>
50928 Date: Mon, 6 Nov 2000 21:39:01 -0500
50929 Message-ID: <20001106213901.B20955@O2.chapin.edu>
50930 Branch: perl
50931 ! utils/perlbug.PL
50932____________________________________________________________________________
50933[ 7598] By: jhi on 2000/11/07 23:42:00
50934 Log: Bad thinko in #7581 (I used the test program with the expanded
50935 values as-is).
50936 Branch: metaconfig
50937 ! U/compline/d_stdstdio.U
50938 Branch: perl
50939 ! Configure
50940____________________________________________________________________________
50941[ 7597] By: jhi on 2000/11/07 21:43:29
50942 Log: Subject: [PATCH perl@7573] cygwin port
50943 From: "Fifer, Eric" <EFifer@sanwaint.com>
50944 Date: Tue, 7 Nov 2000 18:08:51 -0000
50945 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
50946
50947 Synchronize with Cygwin 1.1.5.
50948 Branch: perl
50949 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
50950 ! pod/perlport.pod unixish.h util.c
50951____________________________________________________________________________
50952[ 7596] By: jhi on 2000/11/07 21:39:25
50953 Log: perlhack updates from H.Merijn Brand.
50954 Branch: perl
50955 ! pod/perlhack.pod
50956____________________________________________________________________________
50957[ 7595] By: jhi on 2000/11/07 20:21:41
50958 Log: Update Changes.
50959 Branch: perl
50960 ! Changes patchlevel.h
50961____________________________________________________________________________
f2b18709
JH
50962[ 7594] By: jhi on 2000/11/07 19:18:58
50963 Log: Be more robust in Dynaloader.pm.
50964 Branch: perl
50965 ! ext/DynaLoader/DynaLoader_pm.PL
50966____________________________________________________________________________
50967[ 7593] By: jhi on 2000/11/07 16:49:31
50968 Log: AUTHORS update.
50969 Branch: perl
50970 ! AUTHORS
50971____________________________________________________________________________
50972[ 7592] By: gsar on 2000/11/07 16:39:51
50973 Log: normalize relative paths in virtualized current directory on windows,
50974 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
50975 returns)
50976 Branch: perl
50977 ! win32/vdir.h
50978____________________________________________________________________________
50979[ 7591] By: jhi on 2000/11/07 16:04:26
50980 Log: Too profiler-happy: with optimization the #7590 actually makes
50981 the test to run 0.5% _slower_. Requires much more instrumentation.
50982 Retract #7590.
50983 Branch: perl
50984 ! regcomp.c regcomp.h
50985____________________________________________________________________________
50986[ 7590] By: jhi on 2000/11/07 15:51:13
50987 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
50988 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
50989 by using memset() and testing bytewise (as opposed to bitwise).
50990 Branch: perl
50991 ! regcomp.c regcomp.h
50992____________________________________________________________________________
50993[ 7589] By: jhi on 2000/11/07 12:56:39
50994 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
50995 From: "Craig A. Berry" <craig.berry@psinetcs.com>
50996 Date: Mon, 06 Nov 2000 23:45:30 -0500
50997 Message-Id: <0011079735.AA973576259@univpress.com>
50998 Branch: perl
50999 ! configure.com t/lib/st-lock.t
51000____________________________________________________________________________
51001[ 7588] By: jhi on 2000/11/07 01:03:28
51002 Log: Tweak #7587.
51003 Branch: perl
51004 ! pod/perldiag.pod
51005____________________________________________________________________________
51006[ 7587] By: jhi on 2000/11/07 01:00:27
51007 Log: A doc addition for bug id 20001105.019, beware \p.
51008 Branch: perl
51009 ! pod/perldiag.pod
51010____________________________________________________________________________
51011[ 7586] By: jhi on 2000/11/07 00:32:22
51012 Log: Fake support of holey files in win/dosish platforms.
51013
51014 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
51015 From: kipp@shonanblue.ne.jp
51016 Date: Mon, 6 Nov 2000 13:30:55 -0800
51017 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
51018 Branch: perl
51019 ! ext/SDBM_File/sdbm/sdbm.c
51020____________________________________________________________________________
51021[ 7585] By: jhi on 2000/11/07 00:12:54
51022 Log: Subject: Pod updates
51023 From: "Stephen P. Potter" <spp@spotter.yi.org>
51024 Date: Mon, 06 Nov 2000 18:56:43 -0500
51025 Message-Id: <200011062357.SAA18173@spotter.yi.org>
51026 Branch: perl
51027 ! README.dos README.os2 README.win32 pod/buildtoc.PL
51028 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
51029 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
51030 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
51031 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
51032 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
51033 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
51034 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
51035 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
51036 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
51037 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
51038 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
51039 ! pod/perltootc.pod pod/perlunicode.pod
51040____________________________________________________________________________
51041[ 7584] By: jhi on 2000/11/07 00:04:17
51042 Log: Varargs don't always work too well if one puts an unsigned
51043 char on the stack and pop an unsigned quad off the stack.
51044
51045 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
51046 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51047 Date: Mon, 06 Nov 2000 15:19:05 -0800
51048 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
51049 Branch: perl
51050 ! utf8.c
51051____________________________________________________________________________
51052[ 7583] By: jhi on 2000/11/06 23:58:48
51053 Log: %ENV note tweaks from Dan Sugalski.
51054 Branch: perl
51055 ! pod/perlport.pod vms/perlvms.pod
51056____________________________________________________________________________
51057[ 7582] By: jhi on 2000/11/06 23:05:49
51058 Log: glibc5 detection by __GNU_LIBRARY__.
51059 Branch: perl
51060 ! toke.c
51061____________________________________________________________________________
51062[ 7581] By: jhi on 2000/11/06 22:51:29
51063 Log: Make the stdio test program of 7427 less noisy while being
51064 compiled so that Digital UNIX wouldn't get both
51065 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
51066 undefined. This makes perlio happy.
51067 Branch: metaconfig
51068 ! U/compline/d_stdstdio.U
51069 Branch: perl
51070 ! Configure config_h.SH
51071____________________________________________________________________________
51072[ 7580] By: jhi on 2000/11/06 22:41:41
51073 Log: Document %ENV = () portability issues.
51074 Branch: perl
51075 ! pod/perlport.pod vms/perlvms.pod
51076____________________________________________________________________________
51077[ 7579] By: jhi on 2000/11/06 21:29:24
51078 Log: VOS updates from Paul Green.
51079 Branch: perl
51080 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51081____________________________________________________________________________
51082[ 7578] By: jhi on 2000/11/06 21:00:40
51083 Log: Sanitize the environment further.
51084 Branch: perl
51085 ! t/pragma/locale.t
51086____________________________________________________________________________
51087[ 7577] By: jhi on 2000/11/06 20:53:51
51088 Log: Re-introduce 7552 lost in integration.
51089 Branch: perl
51090 ! perlio.c
51091____________________________________________________________________________
51092[ 7576] By: jhi on 2000/11/06 20:33:46
51093 Log: Admit that the test leaks scalars.
51094 Branch: perl
51095 ! t/comp/proto.t
51096____________________________________________________________________________
51097[ 7575] By: jhi on 2000/11/06 20:17:08
51098 Log: Integrate perlio.
51099 Branch: perl
51100 !> perlio.c
51101____________________________________________________________________________
51c9377f
JH
51102[ 7574] By: nick on 2000/11/06 20:07:28
51103 Log: Remove debug. Try (Mmap_t) on madvise() call.
51104 Branch: perlio
51105 ! perlio.c
51106____________________________________________________________________________
f2b18709
JH
51107[ 7573] By: jhi on 2000/11/06 13:56:05
51108 Log: Update Changes.
51109 Branch: perl
51110 ! Changes patchlevel.h
51111____________________________________________________________________________
e3b1fa82
JH
51112[ 7572] By: jhi on 2000/11/06 13:48:41
51113 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
51114 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51115 Date: Mon, 06 Nov 2000 10:11:42 +0100
51116 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
51117 Branch: perl
51118 ! pod/perlhack.pod
51119____________________________________________________________________________
51120[ 7571] By: jhi on 2000/11/06 01:45:51
51121 Log: AUTHORS updates.
51122 Branch: perl
51123 ! AUTHORS
51124____________________________________________________________________________
51125[ 7570] By: jhi on 2000/11/06 00:18:00
51126 Log: Fix for
51127
51128 Subject: [ID 20000728.005] perl -P broken
51129 From: David Dyck <dcd@tc.fluke.com>
51130 Date: Fri, 28 Jul 2000 17:19:16 -0700
51131 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
51132
51133 (hopefully). The fix is also not complete, it seems to break
51134 BOM swallowing for libc5 systems, but until someone figures
51135 out a way to do this without ftell(), this will do.
51136 Branch: perl
51137 ! toke.c
51138____________________________________________________________________________
51139[ 7569] By: jhi on 2000/11/06 00:05:30
51140 Log: Document that the evaled syntax errors cause scalar leaks.
51141 Branch: perl
51142 ! t/comp/proto.t
51143____________________________________________________________________________
51144[ 7568] By: jhi on 2000/11/05 23:14:47
51145 Log: opmini.o can linger from Configures past.
51146 Branch: perl
51147 ! Makefile.SH
51148____________________________________________________________________________
51149[ 7567] By: jhi on 2000/11/05 21:28:39
51150 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
51151 first argument correctly.
51152 Branch: perl
51153 ! perlio.c
51154____________________________________________________________________________
51155[ 7566] By: jhi on 2000/11/05 21:15:56
51156 Log: Integrate perlio.
51157 Branch: perl
51158 !> perlio.c
51159____________________________________________________________________________
51160[ 7565] By: jhi on 2000/11/05 21:15:13
51161 Log: Use -dM for gcc (the suggested patch did it only for Linux,
51162 but I think it can be generalized).
51163
51164 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
51165 From: Pixel <pixel@mandrakesoft.com>
51166 Date: 05 Nov 2000 21:49:34 +0100
51167 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
51168 Branch: perl
51169 ! ext/Errno/Errno_pm.PL
51170____________________________________________________________________________
51c9377f
JH
51171[ 7564] By: nick on 2000/11/05 21:09:18
51172 Log: Added a mmap layer as a "subclass" of perlio.
51173 PERLIO=mmap ./perl harness passes
51174 Branch: perlio
51175 ! perlio.c
51176____________________________________________________________________________
e3b1fa82
JH
51177[ 7563] By: jhi on 2000/11/05 19:48:55
51178 Log: Add a note for future generations about bug id 20000229.006.
51179 Branch: perl
51180 ! malloc.c
51181____________________________________________________________________________
51182[ 7562] By: jhi on 2000/11/05 19:38:24
51183 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
51184 Branch: perl
51185 ! pp_ctl.c t/op/pos.t
51186____________________________________________________________________________
51187[ 7561] By: jhi on 2000/11/05 18:21:46
51188 Log: Add =pod to be tidy.
51189 Branch: perl
51190 ! lib/Math/Complex.pm
51191____________________________________________________________________________
51192[ 7560] By: jhi on 2000/11/05 17:38:46
51193 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
51194 Branch: perl
51195 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51196 ! ext/Storable/Storable.xs t/lib/st-recurse.t
51197____________________________________________________________________________
51198[ 7559] By: jhi on 2000/11/05 17:32:59
51199 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
51200 From: "Peter J. Farley III" <pjfarley@banet.net>
51201 Date: Sun, 05 Nov 2000 11:55:59 -0500
51202 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
51203 Branch: perl
51204 ! t/lib/syslog.t
51205____________________________________________________________________________
51206[ 7558] By: jhi on 2000/11/05 17:29:19
51207 Log: Integrate perlio.
51208 Branch: perl
51209 !> perlio.c
51210____________________________________________________________________________
51211[ 7557] By: jhi on 2000/11/05 17:22:01
51212 Log: A fix of sorts for 20000329.026, a better error message
51213 for a missing "use charnames" when using the \N{...}.
51214 Branch: perl
51215 ! pod/perldiag.pod toke.c
51216____________________________________________________________________________
51217[ 7556] By: jhi on 2000/11/05 16:33:50
51218 Log: Test tweak: show also the failed locales.
51219
51220 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
51221 From: Lupe Christoph <lupe@lupe-christoph.de>
51222 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
51223 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
51224 Branch: perl
51225 ! t/pragma/locale.t
51226____________________________________________________________________________
51c9377f
JH
51227[ 7555] By: nick on 2000/11/05 11:09:34
51228 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
51229 open RDWR so does not fail. (pragma/warnings 303 again...)
51230 Branch: perlio
51231 ! perlio.c
51232____________________________________________________________________________
51233[ 7554] By: nick on 2000/11/05 10:10:13
51234 Log: Fix case where ungetc(f,EOF) was allowed.
51235 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
51236 so we can see similarities.
51237 Use types more carefully and a STDCHAR array in hope that this will
51238 fix Jarrko's 64bit machine.
51239 Branch: perlio
51240 ! perlio.c
51241____________________________________________________________________________
e3b1fa82
JH
51242[ 7553] By: jhi on 2000/11/05 01:12:16
51243 Log: Fix for
51244
51245 Subject: [ID 20001004.007] taint propogation is inconsistent
51246 From: pimlott@idiomtech.com (Andrew Pimlott)
51247 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
51248 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
51249
51250 The culprit was sv_setsv() which was rather blindly
51c9377f
JH
51251 propagating taint, which lead to behaviour where if
51252 a tainted anon hash value was seen all the hash values
51253 from then on at that level became tainted, or at any
51254 upper levels in the case of nested anon hashes.
e3b1fa82
JH
51255 Branch: perl
51256 ! sv.c t/op/taint.t
51257____________________________________________________________________________
51258[ 7552] By: jhi on 2000/11/04 23:44:18
51259 Log: Some cpps don't like splitting conditionals across several lines.
51260 Branch: perl
51261 ! perlio.c
51262____________________________________________________________________________
51c9377f
JH
51263[ 7551] By: nick on 2000/11/04 23:40:44
51264 Log: Integrate mainline
51265 Branch: perlio
51266 !> pp_hot.c t/op/taint.t
51267____________________________________________________________________________
51268[ 7550] By: nick on 2000/11/04 23:39:05
51269 Log: Integrate mainline again
51270 Branch: perlio
51271 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
51272 !> t/lib/b.t t/op/misc.t util.c
51273____________________________________________________________________________
e3b1fa82
JH
51274[ 7549] By: jhi on 2000/11/04 23:14:01
51275 Log: Fix for
51276
51277 Subject: [ID 20001004.006] undef is never tainted
51278 From: pimlott@idiomtech.com (Andrew Pimlott)
51279 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
51280 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
51281
51282 An undef read from a slurped file was not tainted.
51283 Branch: perl
51284 ! pp_hot.c t/op/taint.t
51285____________________________________________________________________________
51286[ 7548] By: jhi on 2000/11/04 22:56:21
51287 Log: Test tweak ($Config{useperlio} is by default undef) .
51288 Branch: perl
51289 ! t/lib/b.t
51290____________________________________________________________________________
51291[ 7547] By: jhi on 2000/11/04 22:43:56
51292 Log: Integrate perlio.
51293 Branch: perl
51294 +> lib/perlio.pm
51295 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
51296 !> pod/perlapi.pod t/lib/b.t
51297____________________________________________________________________________
51298[ 7546] By: jhi on 2000/11/04 22:40:59
51299 Log: Configure would use a bad $myuname from an old config.sh.
51300
51301 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51302 From: Andy Dougherty <doughera@lafayette.edu>
51303 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
51304 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
51305 Branch: metaconfig
51306 ! U/modified/Oldconfig.U
51307 Branch: perl
51308 ! Configure config_h.SH
51309____________________________________________________________________________
51310[ 7545] By: jhi on 2000/11/04 22:36:54
51311 Log: Subject: Locales support (setlocale) fixes
51312 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51313 Date: Sat, 4 Nov 2000 10:15:48 +0300
51314 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
51315
51316 Modified quite a bit to be more portable.
51317 Branch: perl
51318 ! embed.h embed.pl perl.h proto.h util.c
51319____________________________________________________________________________
51320[ 7544] By: jhi on 2000/11/04 22:32:47
51321 Log: Dying is too strict here, better just skip.
51322 Branch: perl
51323 ! t/op/misc.t
51324____________________________________________________________________________
51c9377f
JH
51325[ 7543] By: nick on 2000/11/04 21:55:13
51326 Log: Merge mainline
51327 Branch: perlio
51328 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51329 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
51330 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51331 !> (integrate 64 files)
51332____________________________________________________________________________
e3b1fa82
JH
51333[ 7542] By: jhi on 2000/11/04 21:09:28
51334 Log: More Changes tweakery.
51335 Branch: perl
51336 ! Changes Porting/genlog
51337____________________________________________________________________________
0b3b9d72
JH
51338[ 7541] By: jhi on 2000/11/04 20:58:18
51339 Log: Changes fixups.
51340 Branch: perl
51341 ! Changes
51342____________________________________________________________________________
71d4b5fd
JH
51343[ 7540] By: jhi on 2000/11/04 20:42:38
51344 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
51345 create a "fast path" for locale name probing using "locale -a"
51346 if available, squash finally hopefully the s?printf resetting
51347 the numeric locale (since, IIUC perllocale, it never shouldn't).
51348 Branch: perl
51349 ! sv.c t/op/misc.t t/pragma/locale.t
51350____________________________________________________________________________
51c9377f
JH
51351[ 7539] By: nick on 2000/11/04 19:56:10
51352 Log: PerlIO infrastructure complete.
51353 Branch: perlio
51354 + lib/perlio.pm
51355 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
51356____________________________________________________________________________
51357[ 7538] By: nick on 2000/11/04 14:31:32
51358 Log: Type tweaks + less contorted allocation scheme
51359 Branch: perlio
51360 ! perlio.c
51361____________________________________________________________________________
51362[ 7537] By: nick on 2000/11/04 12:40:42
51363 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
51364 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
51365 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
51366 sensible) which lead to some interesting fails.
51367 Branch: perlio
51368 ! perlio.c
51369____________________________________________________________________________
0b3b9d72
JH
51370[ 7536] By: jhi on 2000/11/04 00:20:02
51371 Log: Add FCNTL_CAN_LOCK.
51372
51373 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51374 From: Andy Dougherty <doughera@lafayette.edu>
51375 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
51376 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
51377
51378 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51379 From: Andy Dougherty <doughera@lafayette.edu>
51380 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
51381 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
51382 Branch: metaconfig/U/perl
51383 + d_fcntl_can_lock.U
51384 ! startperl.U
51385 Branch: perl
51386 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51387 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
51388 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51389 ! vos/config.ga.h win32/config.bc win32/config.gc
51390 ! win32/config.vc
51391____________________________________________________________________________
51c9377f
JH
51392[ 7535] By: nick on 2000/11/03 22:19:10
51393 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
51394 - Works on Linux with
51395 perlio + unix
51396 stdio
51397 - Works on Solaris with
51398 perlio + unix
51399 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
51400 - Fails (hangs in openpid) if you try and stack
51401 perlio + stdio - Linux stdio's read() logic is hanging.
51402 Branch: perlio
51403 ! iperlsys.h perlio.c
51404____________________________________________________________________________
71d4b5fd
JH
51405[ 7534] By: jhi on 2000/11/03 15:16:02
51406 Log: Subject: Re: README.aix
51407 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51408 Date: Fri, 03 Nov 2000 16:03:15 +0100
51409 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
51410 Branch: perl
51411 ! README.aix
51412____________________________________________________________________________
51413[ 7533] By: jhi on 2000/11/03 03:59:02
51414 Log: Subject: [PATCH 5.7.0] better messages from malloc()
51415 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51416 Date: Wed, 1 Nov 2000 23:39:56 -0500
51417 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
51418 Branch: perl
51419 ! malloc.c pod/perldiag.pod
51420____________________________________________________________________________
51421[ 7532] By: jhi on 2000/11/03 00:11:56
51422 Log: The #7521 touched things it shouldn't have.
51423 Branch: perl
51424 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
51425____________________________________________________________________________
51426[ 7531] By: jhi on 2000/11/02 22:32:33
51427 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
51428 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51429 Date: Thu, 2 Nov 2000 16:58:36 EST
51430 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
51431 Branch: perl
51432 ! vms/gen_shrfls.pl
51433____________________________________________________________________________
51434[ 7530] By: jhi on 2000/11/02 22:08:49
51435 Log: Fix the problem discussed in
51436
51437 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
51438 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
51439 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
51440
51441 originally from Linc Madison. Also Andreas König's comments
51442 taken into account. Some other problems with Tie::SubstrHash
51443 fixed: didn't croak when the table exceeded the requested number
51444 of entries (as documented) but instead when the number of entries
51445 exceeded the size of the table, a croak() had an unnecessary \n,
51446 didn't have a CLEAR method, documented that there is no exists().
51447 Didn't fix to be strict-proof because the module uses &foo; and
51448 dynamic scope. Added a test script exercizing both first tamely
51449 the basic functionality, and then the failure cases reported by
51450 Linc Madison.
51451 Branch: perl
51452 + t/lib/tie-substrhash.t
51453 ! MANIFEST lib/Tie/SubstrHash.pm
51454____________________________________________________________________________
51455[ 7529] By: jhi on 2000/11/02 17:58:08
51456 Log: recv() can fail and return undef.
51457
51458 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
51459 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
51460 Date: Thu, 2 Nov 2000 20:12:20 +0300
51461 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
51462 Branch: perl
51463 ! lib/Net/Ping.pm
51464____________________________________________________________________________
51465[ 7528] By: jhi on 2000/11/02 17:49:09
51466 Log: Detpyo.
51467 Branch: perl
51468 ! pod/perlop.pod
51469____________________________________________________________________________
51470[ 7527] By: jhi on 2000/11/02 15:48:37
51471 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
51472 fix a autovivification bug in Tie::RefHash, add tests for both.
51473
51474 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
51475 From: Edward Avis <epa98@doc.ic.ac.uk>
51476 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
51477 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
51478 Branch: perl
51479 + t/lib/tie-refhash.t
51480 ! MANIFEST lib/Tie/RefHash.pm
51481____________________________________________________________________________
51482[ 7526] By: jhi on 2000/11/02 13:56:26
51483 Log: Test::Harness revealed buglets in the new DynaLoader.
51484
51485 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
51486 From: andreas.koenig@anima.de (Andreas J. Koenig)
51487 Date: 02 Nov 2000 11:26:48 +0100
51488 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
51489 Branch: perl
51490 ! ext/DynaLoader/DynaLoader_pm.PL
51491____________________________________________________________________________
51492[ 7525] By: jhi on 2000/11/01 23:52:08
51493 Log: The entry for #7503 was missing.
51494 Branch: perl
51495 ! Changes
51496____________________________________________________________________________
51497[ 7524] By: jhi on 2000/11/01 23:40:52
51498 Log: Update Changes.
51499 Branch: perl
51500 ! Changes patchlevel.h
51501____________________________________________________________________________
4d1e299e
JH
51502[ 7523] By: jhi on 2000/11/01 22:57:09
51503 Log: More tweaking on the #7522 theme.
51504 Branch: perl
51505 ! ext/DynaLoader/DynaLoader_pm.PL
51506____________________________________________________________________________
51507[ 7522] By: jhi on 2000/11/01 22:06:15
51508 Log: Expand %Config variables and %ENV variables only if
51509 so requested during build time using the
51510 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
51511 Not expanding makes relocating distributions easier.
51512 Branch: perl
51513 ! ext/DynaLoader/DynaLoader_pm.PL
51514____________________________________________________________________________
51515[ 7521] By: jhi on 2000/11/01 20:56:34
51516 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
51517 and setgid() because they were just changing $< and $( which means
51518 only changing the real uid/gid, as opposed to changing both
51519 real and effective ids. (The alternative way could have been
51520 in POSIX.pm to change $> and $), too, but making a direct call
51521 to the C API feels cleaner.) Fixes the bug
51522
51523 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
51524 From: "Garry T. Williams" <garry@zvolve.com>
51525 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
51526 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
51527 Branch: perl
51528 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51529 ! ext/POSIX/typemap pod/perlvar.pod
51530____________________________________________________________________________
51531[ 7520] By: jhi on 2000/11/01 20:08:33
51532 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
51533 From: "Garry T. Williams" <garry@zvolve.com>
51534 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
51535 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
51536 Branch: perl
51537 ! pod/perlsec.pod
51538____________________________________________________________________________
51539[ 7519] By: jhi on 2000/11/01 20:01:22
51540 Log: Locale warning explanation tweak.
51541 Branch: perl
51542 ! pod/perldiag.pod
51543____________________________________________________________________________
51544[ 7518] By: jhi on 2000/11/01 18:57:13
51545 Log: C.pm part of
51546
51547 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
51548 From: Jarkko Hietaniemi <jhi@iki.fi>
51549 Date: Tue, 10 Oct 2000 08:22:28 -0500
51550 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
51551 Branch: perl
51552 ! ext/B/B/C.pm
51553____________________________________________________________________________
51554[ 7517] By: jhi on 2000/11/01 18:41:59
51555 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
51556 From: Martien Verbruggen <mgjv@comdyn.com.au>
51557 Date: Fri, 6 Oct 2000 14:09:10 +1100
51558 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
51559 Branch: perl
51560 ! pod/perlop.pod
51561____________________________________________________________________________
51562[ 7516] By: jhi on 2000/11/01 18:34:55
51563 Log: Generalize the Camel wording.
51564
51565 Subject: Re: perlfaq style changes
51566 From: John Borwick <jhborwic@unity.ncsu.edu>
51567 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
51568 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
51569 Branch: perl
51570 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
51571____________________________________________________________________________
51572[ 7515] By: jhi on 2000/11/01 16:52:31
51573 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51574 From: pimlott@idiomtech.com (Andrew Pimlott)
51575 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
51576 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
51577 Branch: perl
51578 ! pod/perlsec.pod
51579____________________________________________________________________________
51580[ 7514] By: jhi on 2000/11/01 15:03:40
51581 Log: More AIX lore.
51582 Branch: perl
51583 ! ext/re/hints/aix.pl
51584____________________________________________________________________________
51585[ 7513] By: jhi on 2000/11/01 14:48:30
51586 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
51587 From: root <root@chronos.fi.muni.cz>
51588 Date: Wed, 1 Nov 2000 12:31:32 +0100
51589 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
51590 Branch: perl
51591 ! lib/Net/Ping.pm
51592____________________________________________________________________________
51593[ 7512] By: jhi on 2000/11/01 14:46:47
51594 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51595 From: Martin Husemann <martin@duskware.de>
51596 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
51597 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
51598 Branch: perl
51599 ! regcomp.c
51600____________________________________________________________________________
51601[ 7511] By: jhi on 2000/11/01 14:39:50
51602 Log: AUTHORS updates.
51603 Branch: perl
51604 ! AUTHORS
51605____________________________________________________________________________
0b3b9d72
JH
51606[ 7510] By: jhi on 2000/11/01 14:29:50
51607 Log: Subject: [PATCH] startperl to respect versiononly
51608 From: Robin Barker <rmb1@cise.npl.co.uk>
51609 Date: Tue, 31 Oct 2000 16:29:36 GMT
51610 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
51611 Branch: metaconfig/U/perl
51612 ! startperl.U
51613 Branch: perl
51614 ! Configure config_h.SH
51615____________________________________________________________________________
4d1e299e
JH
51616[ 7509] By: jhi on 2000/11/01 14:19:53
51617 Log: printf UVs the correct way, noticed by Robin Barker.
51618 Branch: perl
51619 ! utf8.c
51620____________________________________________________________________________
51621[ 7508] By: jhi on 2000/11/01 14:10:03
51622 Log: Do not cleanup *% because the % has special meanings in some
51623 shell environments.
51624 Branch: perl
51625 ! ext/Storable/Makefile.PL
51626____________________________________________________________________________
51627[ 7507] By: jhi on 2000/11/01 14:06:00
51628 Log: The NonStop-UX libraries have a novel way to say NaN.
51629 Branch: perl
51630 ! t/lib/bigfltpm.t
51631____________________________________________________________________________
0b3b9d72
JH
51632[ 7506] By: jhi on 2000/11/01 14:03:35
51633 Log: The osname has been lowercased by now, from Tom Bates.
51634 Branch: metaconfig
51635 ! U/modified/Oldconfig.U
51636 Branch: perl
51637 ! Configure config_h.SH
51638____________________________________________________________________________
4d1e299e
JH
51639[ 7505] By: jhi on 2000/10/31 19:18:39
51640 Log: The compiler is either gcc or cc, from Tom Bates.
51641 Branch: perl
51642 ! hints/nonstopux.sh
51643____________________________________________________________________________
51644[ 7504] By: jhi on 2000/10/31 14:53:42
51645 Log: Update Changes.
51646 Branch: perl
51647 ! Changes patchlevel.h
51648____________________________________________________________________________
0b3b9d72
JH
51649[ 7503] By: jhi on 2000/10/31 14:30:50
51650 Log: Whitespace style tweak. Was originally going to see to
51651
51652 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51653 From: Joe Smith <jms@inwap.com>
51654 Date: Mon, 30 Oct 2000 18:47:57 -0800
51655 Message-Id: <39FE32DD.24AAC4D@inwap.com>
51656
51657 but that had already been taken care of.
51658 Branch: metaconfig
51659 ! U/compline/d_stdstdio.U
51660 Branch: perl
51661 ! Configure config_h.SH
51662____________________________________________________________________________
582754e4
JH
51663[ 7502] By: jhi on 2000/10/31 14:25:02
51664 Log: AUTHORS tweaks.
51665 Branch: perl
51666 ! AUTHORS
51667____________________________________________________________________________
51668[ 7501] By: jhi on 2000/10/31 14:23:59
51669 Log: Subject: perlfaq style changes
51670 From: John Borwick <jhborwic@unity.ncsu.edu>
51671 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
51672 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
51673 Branch: perl
51674 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51675 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51676 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51677 ! pod/perlfaq9.pod
51678____________________________________________________________________________
51679[ 7500] By: jhi on 2000/10/31 14:22:15
51680 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
51681
51682 Subject: Re: [ID 20000918.005] ~ on wide chars
51683 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51684 Date: Mon, 30 Oct 2000 21:09:55 -0800
51685 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
51686
51687 (The ord() part of the patch skipped.)
51688 Branch: perl
51689 ! doop.c
51690____________________________________________________________________________
51691[ 7499] By: jhi on 2000/10/31 14:20:08
51692 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
51693 From: Jens Hamisch <jens@Strawberry.COM>
51694 Date: Mon, 30 Oct 2000 15:17:07 +0100
51695 Message-Id: <20001030151707.A9597@Strawberry.COM>
51696 Branch: perl
51697 ! av.c
51698____________________________________________________________________________
51699[ 7498] By: jhi on 2000/10/31 14:16:29
51700 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
51701 From: Peter Prymmer <pvhp@forte.com>
51702 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
51703 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
51704 Branch: perl
51705 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51706 + ext/Encode/Encode/posix-bc.enc
51707 ! MANIFEST t/lib/encode.t
51708____________________________________________________________________________
51709[ 7497] By: jhi on 2000/10/31 14:13:22
51710 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
51711 From: Peter Prymmer <pvhp@forte.com>
51712 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
51713 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
51714 Branch: perl
51715 ! t/lib/cgi-html.t
51716____________________________________________________________________________
51717[ 7496] By: jhi on 2000/10/31 14:12:05
51718 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
51719 From: Peter Prymmer <pvhp@forte.com>
51720 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
51721 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
51722 Branch: perl
51723 ! t/lib/cgi-function.t
51724____________________________________________________________________________
51725[ 7495] By: jhi on 2000/10/31 14:11:08
51726 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
51727 From: Peter Prymmer <pvhp@forte.com>
51728 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
51729 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
51730 Branch: perl
51731 + ext/re/hints/aix.pl
51732 ! MANIFEST ext/re/Makefile.PL
51733____________________________________________________________________________
51734[ 7494] By: jhi on 2000/10/31 14:08:32
51735 Log: Use Errno magic.
51736
51737 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
51738 From: Casey Tweten <perl@ctweten.amsite.com>
51739 Date: Mon, 30 Oct 2000 15:51:17 -0500
51740 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
51741 Branch: perl
51742 ! lib/File/Temp.pm
51743____________________________________________________________________________
51744[ 7493] By: jhi on 2000/10/31 14:05:07
51745 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
51746
51747 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
51748 From: Nicholas Clark <nick@ccl4.org>
51749 Date: Mon, 30 Oct 2000 17:38:45 +0000
51750 Message-ID: <20001030173845.O60355@plum.flirble.org>
51751 Branch: perl
51752 ! Makefile.SH utils/perlbug.PL
51753____________________________________________________________________________
51c9377f
JH
51754[ 7492] By: nick on 2000/10/30 19:37:23
51755 Log: Change files which are mysteriously different to mainline to be
51756 copies of mainline.
51757 Branch: perlio
51758 ! objXSUB.h perlapi.c pod/perlapi.pod
51759____________________________________________________________________________
51760[ 7491] By: nick on 2000/10/30 18:05:54
51761 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
51762 - typo in endian code in putc.
51763 - Don't allow read of write-only files and vice-versa
51764 - and off-by-one in flush-all loop.
51765 Remove debug calls as they were using GCC specific features.
51766 Branch: perlio
51767 ! perlio.c
51768____________________________________________________________________________
51769[ 7490] By: nick on 2000/10/29 21:45:45
51770 Log: Integrate mainline to perlio
51771 Branch: perlio
51772 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
51773 !> toke.c
51774____________________________________________________________________________
582754e4
JH
51775[ 7489] By: jhi on 2000/10/29 21:11:08
51776 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
51777 From: andreas.koenig@anima.de (Andreas J. Koenig)
51778 Date: 29 Oct 2000 22:05:59 +0100
51779 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
51780 Branch: perl
51781 ! lib/ExtUtils/Manifest.pm
51782____________________________________________________________________________
51783[ 7488] By: jhi on 2000/10/29 21:07:47
51784 Log: Tests for #7487.
51785
51786 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51787 From: andreas.koenig@anima.de (Andreas J. Koenig)
51788 Date: 29 Oct 2000 19:37:09 +0100
51789 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
51790 Branch: perl
51791 ! t/comp/proto.t
51792____________________________________________________________________________
51793[ 7487] By: jhi on 2000/10/29 21:06:27
51794 Log: constsub spillage.
51795
51796 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
51797 From: John Tobey <jtobey@john-edwin-tobey.org>
51798 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
51799 Message-Id: <m13pvSr-000FObC@feynman.localnet>
51800 Branch: perl
51801 ! op.c
51802____________________________________________________________________________
51c9377f
JH
51803[ 7486] By: nick on 2000/10/29 21:05:04
51804 Log: Integrate mainline to perlio branch
51805 Branch: perlio
51806 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
51807 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
51808 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
51809 +> vos/install_perl.cm
51810 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
51811 - vos/config.h vos/config_h.SH_orig
51812 !> (integrate 141 files)
51813____________________________________________________________________________
582754e4
JH
51814[ 7485] By: jhi on 2000/10/29 21:00:47
51815 Log: Make \x{...} consistently produce UTF-8.
51816
51817 Subject: Re: \x{...} is confused
51818 From: Simon Cozens <simon@cozens.net>
51819 Date: Sun, 29 Oct 2000 19:36:48 +0000
51820 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
51821 Branch: perl
51822 ! t/pragma/utf8.t toke.c
51823____________________________________________________________________________
51c9377f
JH
51824[ 7484] By: nick on 2000/10/29 20:05:29
51825 Log: PerlIO passes all tests.
51826 Branch: perlio
51827 ! perlio.c
51828____________________________________________________________________________
582754e4
JH
51829[ 7483] By: jhi on 2000/10/29 18:06:55
51830 Log: Update Changes.
51831 Branch: perl
51832 ! Changes patchlevel.h
51833____________________________________________________________________________
51c9377f
JH
51834[ 7482] By: nick on 2000/10/29 17:43:28
51835 Log: Include <unistd.h> to get correct lseek() prototype etc.
51836 (I thought perl.h did that) - down to two fails
51837 - comp/require.t (last test)
51838 - lib/io_xs.t - possibly import/export of FILE * ?
51839 Branch: perlio
51840 ! perlio.c
51841____________________________________________________________________________
39ca283e
JH
51842[ 7481] By: jhi on 2000/10/29 17:02:37
51843 Log: UTF-8 decoder tweak.
51844 Branch: perl
51845 ! utf8.c
51846____________________________________________________________________________
51c9377f
JH
51847[ 7480] By: nick on 2000/10/29 16:26:11
51848 Log: Fixed two bugs:
51849 - error code not being set on close (of broken pipe)
51850 - append mode was truncating.
51851 At least one seek/tell bug remains.
51852 Branch: perlio
51853 ! perlio.c
51854____________________________________________________________________________
51855[ 7479] By: nick on 2000/10/29 11:18:16
51856 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
51857 in case of accidents. Still several worrying fails, no line disciplines yet.
51858 Branch: perlio
51859 ! iperlsys.h perlio.c
51860____________________________________________________________________________
39ca283e
JH
51861[ 7478] By: jhi on 2000/10/29 02:04:01
51862 Log: Add also emailless people.
51863 Branch: perl
51864 ! AUTHORS
51865____________________________________________________________________________
51866[ 7477] By: jhi on 2000/10/29 01:36:00
51867 Log: The #7476 needs a MANIFEST change, too.
51868 Branch: perl
51869 ! MANIFEST
51870____________________________________________________________________________
51871[ 7476] By: jhi on 2000/10/29 01:35:21
51872 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
51873 Branch: perl
51874 - MAINTAIN
51875 ! AUTHORS Changes
51876____________________________________________________________________________
51877[ 7475] By: jhi on 2000/10/28 23:57:25
51878 Log: De-quoted-unreadable to ISO Latin 1.
51879 (There's one ISO-2022-JP name in Changes5.004.)
51880 Branch: perl
51881 ! Changes Changes5.6
51882____________________________________________________________________________
51883[ 7474] By: jhi on 2000/10/28 19:13:06
51884 Log: Subject: [ID 20001027.007] uniq array in perlfaq
51885 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
51886 Date: Fri, 27 Oct 2000 19:28:30 +0200
51887 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
51888 Branch: perl
51889 ! pod/perlfaq4.pod
51890____________________________________________________________________________
51891[ 7473] By: jhi on 2000/10/28 18:02:05
51892 Log: Locking null mutexes is not recommendable.
51893
51894 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
51895 From: Hugo <hv@crypt.compulink.co.uk>
51896 Date: Sat, 28 Oct 2000 18:41:12 +0100
51897 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
51898 Branch: perl
51899 ! op.c
51900____________________________________________________________________________
51901[ 7472] By: jhi on 2000/10/28 17:52:58
51902 Log: Better create a true mailing list for the repository keepers.
51903 Branch: perl
51904 ! Porting/repository.pod
51905____________________________________________________________________________
51906[ 7471] By: jhi on 2000/10/28 17:28:24
51907 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
51908 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
51909 Branch: perl
51910 + Porting/repository.pod
51911 ! MANIFEST
51912____________________________________________________________________________
51913[ 7470] By: jhi on 2000/10/28 17:20:54
51914 Log: Subject: DOC PATCH 5.6.0
51915 From: mjd@plover.com
51916 Date: 27 Oct 2000 17:32:44 -0000
51917 Message-ID: <20001027173244.23754.qmail@plover.com>
51918 Branch: perl
51919 ! pod/perlfunc.pod
51920____________________________________________________________________________
51921[ 7469] By: jhi on 2000/10/28 17:16:45
51922 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
51923 From: "Peter J. Farley III" <pjfarley@banet.net>
51924 Date: Fri, 27 Oct 2000 20:32:56 -0400
51925 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
51926 Branch: perl
51927 ! README.dos
51928____________________________________________________________________________
51929[ 7468] By: jhi on 2000/10/28 17:07:18
51930 Log: Make target reordering to avoid pointless re-makes.
51931
51932 Subject: Re: Total re-make of 'make okfile' after 7451 ?
51933 From: Nicholas Clark <nick@ccl4.org>
51934 Date: Sat, 28 Oct 2000 00:31:02 +0100
51935 Message-ID: <20001028003101.A54517@plum.flirble.org>
51936 Branch: perl
51937 ! Makefile.SH
51938____________________________________________________________________________
51939[ 7467] By: jhi on 2000/10/28 17:05:31
51940 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
51941 From: lvirden@cas.org
51942 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
51943 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
51944 Branch: perl
51945 ! README.os2
51946____________________________________________________________________________
51947[ 7466] By: jhi on 2000/10/28 16:09:16
51948 Log: Upgrade to CPAN 1.58_55.
51949
51950 Subject: CPAN.pm status
51951 From: andreas.koenig@anima.de (Andreas J. Koenig)
51952 Date: 28 Oct 2000 08:18:00 +0200
51953 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
51954 Branch: perl
51955 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51956____________________________________________________________________________
51957[ 7465] By: jhi on 2000/10/28 16:02:47
51958 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
51959 Branch: perl
51960 ! embed.h embed.pl perl.h proto.h toke.c
51961____________________________________________________________________________
51962[ 7464] By: nick on 2000/10/28 10:43:44
51963 Log: Fix for sv_2iv() on "shared" value from keys %hash.
51964 Branch: perl
51965 ! sv.c
51966____________________________________________________________________________
51967[ 7463] By: jhi on 2000/10/27 16:18:29
51968 Log: Update Changes.
51969 Branch: perl
51970 ! Changes patchlevel.h
51971____________________________________________________________________________
0b3b9d72
JH
51972[ 7462] By: jhi on 2000/10/27 16:17:44
51973 Log: Too enthusiastic editing in #7460.
51974 Branch: metaconfig
51975 ! U/modified/Oldsym.U
51976 Branch: perl
51977 ! Configure config_h.SH
51978____________________________________________________________________________
9fa20d2e
JH
51979[ 7461] By: jhi on 2000/10/27 15:37:38
51980 Log: Retract #7459, the script needs more work.
51981 Branch: perl
51982 - mkreef
51983 ! MANIFEST
51984____________________________________________________________________________
0b3b9d72
JH
51985[ 7460] By: jhi on 2000/10/27 15:23:14
51986 Log: Use $sort, $uniq (and $tr) consistently as wondered
51987 by Nicholas Clark.
51988 Branch: metaconfig
51989 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
51990 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
51991 ! U/modified/libc.U
51992 Branch: perl
51993 ! Configure config_h.SH
51994____________________________________________________________________________
9fa20d2e
JH
51995[ 7459] By: jhi on 2000/10/27 15:02:07
51996 Log: (Retracted by #7461)
51997
51998 Add a shell script for creating/removing symbolic link farms,
51999 useful for keeping the source code read-only and doing the
52000 builds somewhere else.
52001 Branch: perl
52002 + mkreef
52003 ! MANIFEST
52004____________________________________________________________________________
52005[ 7458] By: jhi on 2000/10/27 14:42:20
52006 Log: Do away with the fix_pl.
52007 Branch: perl
52008 - fix_pl
52009 ! MANIFEST Makefile.SH
52010____________________________________________________________________________
52011[ 7457] By: jhi on 2000/10/27 12:43:13
52012 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
52013 From: Jens Hamisch <jens@Strawberry.COM>
52014 Date: Fri, 27 Oct 2000 14:38:21 +0200
52015 Message-Id: <20001027143821.B3366@Strawberry.COM>
52016 Branch: perl
52017 ! perl.h
52018____________________________________________________________________________
52019[ 7456] By: jhi on 2000/10/27 12:33:42
52020 Log: Subject: [PATCH] todo
52021 From: Nicholas Clark <nick@ccl4.org>
52022 Date: Thu, 26 Oct 2000 22:32:29 +0100
52023 Message-ID: <20001026223229.A44540@plum.flirble.org>
52024 Branch: perl
52025 ! pod/perltodo.pod
52026____________________________________________________________________________
52027[ 7455] By: jhi on 2000/10/27 12:02:21
52028 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
52029 From: John Tobey <jtobey@john-edwin-tobey.org>
52030 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
52031 Message-Id: <m13ozHF-000FObC@feynman.localnet>
52032 Branch: perl
52033 ! op.c t/pragma/sub_lval.t
52034____________________________________________________________________________
52035[ 7454] By: jhi on 2000/10/27 11:59:42
52036 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
52037 From: sthoenna@efn.org
52038 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
52039 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
52040 Branch: perl
52041 ! pp.c t/op/assignwarn.t
52042____________________________________________________________________________
52043[ 7453] By: jhi on 2000/10/27 00:15:08
52044 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
52045 Branch: perl
52046 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52047 ! ext/Storable/Storable.xs t/lib/st-lock.t
52048____________________________________________________________________________
52049[ 7452] By: jhi on 2000/10/26 13:05:52
52050 Log: Undo #7451, this seems to be a deficiency in Perforce,
52051 there is no per-file line-terminator type, only per-client.
52052 Branch: perl
52053 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52054 ! win32/makefile.mk
52055____________________________________________________________________________
52056[ 7451] By: jhi on 2000/10/26 04:56:03
52057 Log: Experimenting in DOS arcana.
52058 Branch: perl
52059 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52060 ! win32/makefile.mk
52061____________________________________________________________________________
52062[ 7450] By: jhi on 2000/10/26 04:50:52
52063 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
52064 From: "Peter J. Farley III" <pjfarley@banet.net>
52065 Date: Wed, 25 Oct 2000 23:10:18 -0400
52066 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
52067 Branch: perl
52068 ! t/io/open.t
52069____________________________________________________________________________
52070[ 7449] By: jhi on 2000/10/26 04:49:16
52071 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
52072 From: Hugo <hv@crypt.compulink.co.uk>
52073 Date: Thu, 26 Oct 2000 01:55:17 +0100
52074 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
52075
52076 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
52077 Branch: perl
52078 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
52079____________________________________________________________________________
52080[ 7448] By: jhi on 2000/10/26 04:38:36
52081 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
52082 From: Peter Prymmer <pvhp@forte.com>
52083 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
52084 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
52085 Branch: perl
52086 ! configure.com
52087____________________________________________________________________________
52088[ 7447] By: jhi on 2000/10/25 23:20:02
52089 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
52090 in platforms that strictly require all the symbols being present
52091 at link time.
52092 Branch: perl
52093 ! handy.h
52094____________________________________________________________________________
52095[ 7446] By: jhi on 2000/10/25 21:55:57
52096 Log: Update Changes.
52097 Branch: perl
52098 ! Changes patchlevel.h
52099____________________________________________________________________________
fdfe4652
JH
52100[ 7445] By: jhi on 2000/10/25 21:27:08
52101 Log: Integrate with vmsperl #7430 by Charles Bailey:
52102
52103 Cleanup from prior patch (Charles Lane?):
52104 - improve handling of MFDs in Basename and Path
52105 - default to no xsubpp line # munging when building debug images
52106 Branch: perl
52107 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52108____________________________________________________________________________
52109[ 7444] By: jhi on 2000/10/25 21:03:50
52110 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
52111 From: John Peacock <JPeacock@UnivPress.com>
52112 Date: Thu, 18 May 2000 11:55:27 -0400
52113 Message-ID: <3924126F.A58BE57A@UnivPress.com>
52114 Branch: perl
52115 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
52116 ! t/op/write.t
52117____________________________________________________________________________
52118[ 7443] By: jhi on 2000/10/25 20:43:10
52119 Log: Temporary stopgap for the self-tying issue: for now only
52120 array and hash self-ties are verboten. The real fix, of
52121 course, would be to comprehensively test (and implement?)
52122 and debug (and document) self-ties.
52123 Branch: perl
52124 ! pod/perldiag.pod pp_sys.c t/op/tie.t
52125____________________________________________________________________________
52126[ 7442] By: jhi on 2000/10/25 20:14:30
52127 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
52128 From: Dan Sugalski <dan@sidhe.org>
52129 Date: Wed, 25 Oct 2000 13:36:35 -0400
52130 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
52131
52132 plus regen global.sym.
52133 Branch: perl
52134 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
52135 ! thrdvar.h util.c
52136____________________________________________________________________________
52137[ 7441] By: jhi on 2000/10/25 20:12:20
52138 Log: buildtoc target tweaks.
52139 Branch: perl
52140 ! pod/Makefile.SH
52141____________________________________________________________________________
52142[ 7440] By: jhi on 2000/10/25 20:03:53
52143 Log: A new version of making the syslog test more robust.
52144 (Replaces #7421.)
52145
52146 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52147 From: "Kurt D. Starsinic" <kstar@chapin.edu>
52148 Date: Wed, 25 Oct 2000 12:13:54 -0400
52149 Message-ID: <20001025121354.B2264@O2.chapin.edu>
52150 Branch: perl
52151 ! t/lib/syslog.t
52152____________________________________________________________________________
52153[ 7439] By: jhi on 2000/10/25 20:00:48
52154 Log: Continue the internal UTF-8 API tweaking.
52155 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
52156 used much more than the simpler API, now called utf8_to_uv_simple().
52157 Still not quite happy with API, too much partial duplication
52158 of functionality.
52159 Branch: perl
52160 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
52161 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
52162 ! regcomp.c regexec.c sv.c toke.c utf8.c
52163____________________________________________________________________________
52164[ 7438] By: jhi on 2000/10/25 18:52:30
52165 Log: Allow poking holes at the UTF-8 decoding strictness.
52166 Branch: perl
52167 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
52168 ! utf8.h
52169____________________________________________________________________________
52170[ 7437] By: jhi on 2000/10/25 13:53:05
52171 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
52172 UTF8LEN() and UTF8SKIP().
52173 Branch: perl
52174 ! pp.c utf8.c utf8.h
52175____________________________________________________________________________
52176[ 7436] By: jhi on 2000/10/25 13:51:37
52177 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
52178 From: Nicholas Clark <nick@ccl4.org>
52179 Date: Wed, 25 Oct 2000 14:44:05 +0100
52180 Message-ID: <20001025144404.D27253@plum.flirble.org>
52181 Branch: perl
52182 ! pod/perlrun.pod
52183____________________________________________________________________________
52184[ 7435] By: jhi on 2000/10/25 13:49:32
52185 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
52186 From: Mike Guy <mjtg@cam.ac.uk>
52187 Date: Tue, 24 Oct 2000 14:59:40 +0100
52188 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
52189 Branch: perl
52190 ! scope.c
52191____________________________________________________________________________
52192[ 7434] By: jhi on 2000/10/25 13:48:41
52193 Log: AIX is picky about its symbol exports. Solution for now
52194 is to include the deb.o explicitly to the re extension build.
52195
52196 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
52197 From: Peter Prymmer <pvhp@forte.com>
52198 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
52199 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
52200 Branch: perl
52201 ! ext/re/Makefile.PL hints/aix.sh
52202____________________________________________________________________________
52203[ 7433] By: jhi on 2000/10/25 13:46:49
52204 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
52205 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52206 Date: Wed, 25 Oct 2000 12:02:20 +0200
52207 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
52208 Branch: perl
52209 ! perlsdio.h
52210____________________________________________________________________________
52211[ 7432] By: jhi on 2000/10/25 13:44:28
52212 Log: Subject: Minor update to find2perl, for portability
52213 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52214 Date: Wed, 25 Oct 2000 12:05:47 +0100
52215 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
52216 Branch: perl
52217 ! x2p/find2perl.PL
52218____________________________________________________________________________
52219[ 7431] By: jhi on 2000/10/25 13:40:39
52220 Log: Add targets to Makefile.SH, most importantly
52221 'regen_all' which also remembers to update vms/perly*.
52222 Branch: perl
52223 ! Makefile.SH
52224____________________________________________________________________________
51c9377f
JH
52225[ 7430] By: bailey on 2000/10/25 03:13:53
52226 Log: Cleanup from prior patch (Charles Lane?):
52227 - improve handling of MFDs in Basename and Path
52228 - default to no xsubpp line # munging when building debug images
52229 Branch: vmsperl
52230 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52231____________________________________________________________________________
fdfe4652
JH
52232[ 7429] By: jhi on 2000/10/24 20:03:40
52233 Log: Podify README.epoc and README.vos.
52234 Branch: perl
52235 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
52236 ! pod/perlport.pod pod/perltoc.pod
52237____________________________________________________________________________
52238[ 7428] By: jhi on 2000/10/24 19:10:33
52239 Log: Stratus VOS updates from Paul Green.
52240 Branch: perl
52241 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52242 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
52243 - vos/config.def vos/config.h vos/config_h.SH_orig
52244 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
52245 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
52246____________________________________________________________________________
0b3b9d72
JH
52247[ 7427] By: jhi on 2000/10/24 18:59:48
52248 Log: Check if stdio supports tweaking lval and cnt simultaneously.
52249
52250 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52251 From: Nicholas Clark <nick@ccl4.org>
52252 Date: Mon, 23 Oct 2000 15:39:32 +0100
52253 Message-ID: <20001023153932.A10786@plum.flirble.org>
52254 Branch: metaconfig
52255 ! U/compline/d_stdstdio.U
52256 Branch: perl
52257 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52258 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
52259 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
52260 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
52261 ! vos/config.h vos/config_h.SH_orig win32/config.bc
52262 ! win32/config.gc win32/config.vc
52263____________________________________________________________________________
fdfe4652
JH
52264[ 7426] By: jhi on 2000/10/24 17:57:44
52265 Log: Missed the header file changes from #7425.
52266 Branch: perl
52267 ! embed.h embed.pl objXSUB.h proto.h
52268____________________________________________________________________________
52269[ 7425] By: jhi on 2000/10/24 17:55:17
52270 Log: Fix the bug reported in
52271
52272 From: andreas.koenig@anima.de (Andreas J. Koenig)
52273 Subject: Encode bug?
52274 Date: 24 Oct 2000 14:01:26 +0200
52275 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
52276
52277 Also make is_utf8_char() stricter.
52278 Branch: perl
52279 ! ext/Encode/Encode.xs utf8.c
52280____________________________________________________________________________
52281[ 7424] By: jhi on 2000/10/24 15:15:39
52282 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
52283 From: Peter Scott <Peter@PSDT.com>
52284 Date: Mon, 23 Oct 2000 19:46:01 -0700
52285 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
52286 Branch: perl
52287 ! pod/perlfaq5.pod
52288____________________________________________________________________________
52289[ 7423] By: jhi on 2000/10/24 14:25:30
52290 Log: Test tweak to avoid pulling in the whole Config.
52291 Branch: perl
52292 ! t/lib/st-lock.t
52293____________________________________________________________________________
52294[ 7422] By: jhi on 2000/10/24 14:03:16
52295 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
52296 Branch: perl
52297 ! pp.c
52298____________________________________________________________________________
52299[ 7421] By: jhi on 2000/10/24 13:32:09
52300 Log: (Replaced by #7440.)
52301
52302 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52303 From: "Kurt D. Starsinic" <kstar@chapin.edu>
52304 Date: Mon, 23 Oct 2000 16:40:54 -0400
52305 Message-ID: <20001023164054.B14491@O2.chapin.edu>
52306 Branch: perl
52307 ! t/lib/syslog.t
52308____________________________________________________________________________
52309[ 7420] By: jhi on 2000/10/24 13:30:53
52310 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
52311 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52312 Date: Mon, 23 Oct 2000 17:29:03 -0400
52313 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
52314 Branch: perl
52315 ! lib/ExtUtils/MM_Unix.pm
52316____________________________________________________________________________
52317[ 7419] By: jhi on 2000/10/24 13:29:57
52318 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52319 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52320 Date: Mon, 23 Oct 2000 19:01:32 -0400
52321 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
52322 Branch: perl
52323 ! utils/h2xs.PL
52324____________________________________________________________________________
52325[ 7418] By: jhi on 2000/10/24 13:26:04
52326 Log: Replace #7409 with
52327
52328 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
52329 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52330 Date: Mon, 23 Oct 2000 20:08:56 +0200
52331 Message-ID: <20001023200855.A14850@nice.ram.loc>
52332 Branch: perl
52333 ! ext/Storable/Storable.pm t/lib/st-lock.t
52334____________________________________________________________________________
52335[ 7417] By: jhi on 2000/10/24 13:17:52
52336 Log: Run vms/vms_yfix.pl, should have done that after changing
52337 perly.c in #7382.
52338 Branch: perl
52339 ! vms/perly_c.vms vms/perly_h.vms
52340____________________________________________________________________________
52341[ 7416] By: jhi on 2000/10/24 02:55:33
52342 Log: Make the UTF-8 decoding stricter and more verbose when
52343 malformation happens. This involved adding an argument
52344 to utf8_to_uv_chk(), which involved changing its prototype,
52345 and prefer STRLEN over I32 for the UTF-8 length, which as
52346 a domino effect necessitated changing the prototypes of
52347 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52348 The stricter UTF-8 decoding checking uses Markus Kuhn's
52349 UTF-8 Decode Stress Tester from
52350 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52351 Branch: perl
52352 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
52353 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
52354 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
52355 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
52356____________________________________________________________________________
52357[ 7415] By: jhi on 2000/10/23 14:06:06
52358 Log: Update Changes.
52359 Branch: perl
52360 ! Changes patchlevel.h
52361____________________________________________________________________________
177b92d2
JH
52362[ 7414] By: jhi on 2000/10/23 12:39:52
52363 Log: Undo the basename() part of #7412 since the lib/basename
52364 tests would need upgrading too.
52365 Branch: perl
52366 ! lib/File/Basename.pm
52367____________________________________________________________________________
52368[ 7413] By: jhi on 2000/10/23 12:19:27
52369 Log: Document PERL_INSTALL_ROOT of #7210.
52370 Branch: perl
52371 ! lib/ExtUtils/Install.pm
52372____________________________________________________________________________
52373[ 7412] By: jhi on 2000/10/23 12:16:47
52374 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52375 Branch: perl
52376 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
52377 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
52378____________________________________________________________________________
52379[ 7411] By: jhi on 2000/10/23 12:07:41
52380 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52381 From: Prymmer/Kahn <pvhp@best.com>
52382 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
52383 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
52384 Branch: perl
52385 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
52386____________________________________________________________________________
52387[ 7410] By: jhi on 2000/10/23 04:10:11
52388 Log: The change #7187 was not so good on VMS.
52389
52390 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52391 From: "Craig A. Berry" <craig.berry@psinetcs.com>
52392 Date: Sun, 22 Oct 2000 23:03:08 -0500
52393 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
52394 Branch: perl
52395 ! utils/perldoc.PL
52396____________________________________________________________________________
52397[ 7409] By: jhi on 2000/10/23 03:57:36
52398 Log: Avoid Storable locking on DJGPP for now.
52399
52400 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
52401 From: "Peter J. Farley III" <pjfarley@banet.net>
52402 Date: Sun, 22 Oct 2000 20:00:00 -0400
52403 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
52404 Branch: perl
52405 ! ext/Storable/Storable.pm t/lib/st-lock.t
52406____________________________________________________________________________
52407[ 7408] By: jhi on 2000/10/23 03:50:24
52408 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52409 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52410 Date: Sun, 22 Oct 2000 21:12:22 -0400
52411 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
52412 Branch: perl
52413 ! lib/vars.pm
52414____________________________________________________________________________
52415[ 7407] By: jhi on 2000/10/23 03:43:12
52416 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
52417 From: Hugo <hv@crypt.compulink.co.uk>
52418 Date: Mon, 23 Oct 2000 00:47:22 +0100
52419 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
52420 Branch: perl
52421 ! regexec.c t/op/pat.t
52422____________________________________________________________________________
52423[ 7406] By: jhi on 2000/10/23 03:40:29
52424 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
52425 Branch: perl
52426 ! lib/ExtUtils/MakeMaker.pm
52427____________________________________________________________________________
52428[ 7405] By: jhi on 2000/10/22 21:32:00
52429 Log: Doc patch.
52430
52431 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
52432 From: rspier@pobox.com (Robert Spier)
52433 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
52434 Message-ID: <14835.16112.13457.447971@rls.cx>
52435 Branch: perl
52436 ! lib/strict.pm
52437____________________________________________________________________________
52438[ 7404] By: jhi on 2000/10/22 21:30:51
52439 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
52440 From: rspier@pobox.com (Robert Spier)
52441 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
52442 Message-ID: <14835.17223.72448.705566@rls.cx>
52443 Branch: perl
52444 ! lib/ExtUtils/MakeMaker.pm
52445____________________________________________________________________________
52446[ 7403] By: jhi on 2000/10/22 21:24:11
52447 Log: Subject: [PATCH bleadperl] ripples from constsub patch
52448 From: John Tobey <jtobey@john-edwin-tobey.org>
52449 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
52450 Message-Id: <m13nSOB-000FObC@feynman.localnet>
52451 Branch: perl
52452 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
52453____________________________________________________________________________
52454[ 7402] By: jhi on 2000/10/22 20:59:35
52455 Log: Support s?printf parameter reordering.
52456 Branch: perl
52457 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
52458____________________________________________________________________________
52459[ 7401] By: jhi on 2000/10/22 19:19:14
71d4b5fd
JH
52460 Log: Expand %Config variables only if explicitly so requested
52461 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
177b92d2
JH
52462
52463 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52464 From: Gurusamy Sarathy <gsar@ActiveState.com>
52465 Date: Sun, 22 Oct 2000 11:47:32 -0700
52466 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
52467 Branch: perl
52468 ! Makefile.SH lib/lib_pm.PL
52469____________________________________________________________________________
52470[ 7400] By: jhi on 2000/10/22 18:24:10
52471 Log: Move the #7390 test from warn/op to comp/redef.
52472
52473 Subject: Re: Creating const subs for constants.
52474 From: John Tobey <jtobey@john-edwin-tobey.org>
52475 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
52476 Message-Id: <m13nG72-000FObC@feynman.localnet>
52477 Branch: perl
52478 ! t/comp/redef.t t/pragma/warn/op
52479____________________________________________________________________________
52480[ 7399] By: jhi on 2000/10/22 17:49:59
52481 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52482 From: Nicholas Clark <nick@ccl4.org>
52483 Date: Sat, 21 Oct 2000 22:23:19 +0100
52484 Message-ID: <20001021222319.B45586@plum.flirble.org>
52485 Branch: perl
52486 ! ext/DynaLoader/DynaLoader_pm.PL
52487____________________________________________________________________________
52488[ 7398] By: jhi on 2000/10/22 17:47:35
52489 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
52490 From: Hugo <hv@crypt.compulink.co.uk>
52491 Date: Sat, 21 Oct 2000 18:19:59 +0100
52492 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
52493 Branch: perl
52494 ! ext/B/B.pm ext/B/B/C.pm
52495____________________________________________________________________________
52496[ 7397] By: jhi on 2000/10/22 17:35:18
52497 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
52498 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52499 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
52500 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
52501 Branch: perl
52502 ! hints/openbsd.sh
52503____________________________________________________________________________
52504[ 7396] By: jhi on 2000/10/22 17:19:46
52505 Log: Subject: installman go-faster stripes
52506 From: Nicholas Clark <nick@talking.bollo.cx>
52507 Date: Sat, 21 Oct 2000 17:24:53 +0100
52508 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
52509
52510 Subject: Re: installman go-faster stripes
52511 From: Russ Allbery <rra@stanford.edu>
52512 Date: 21 Oct 2000 11:04:13 -0700
52513 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
52514 Branch: perl
52515 ! installman pod/pod2man.PL
52516____________________________________________________________________________
52517[ 7395] By: jhi on 2000/10/22 17:17:35
52518 Log: Hints tweak from Anton Berezin.
52519 Branch: perl
52520 ! hints/freebsd.sh
52521____________________________________________________________________________
52522[ 7394] By: jhi on 2000/10/22 04:50:04
52523 Log: Tweak the Is* definitions of Unicode character classes
52524 to better match the official categorizations; embrace
52525 the official categorizations; add the combining marks
52526 as alpha (and -numeric); fix DCinital (a typo and edito)
52527 to be DCmedial.
52528 Branch: perl
52529 + lib/unicode/Is/DCmedial.pl
52530 - lib/unicode/Is/DCinital.pl
52531 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52532 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
52533 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
52534 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52535____________________________________________________________________________
52536[ 7393] By: jhi on 2000/10/21 18:06:05
52537 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
52538 From: Daniel Chetlin <daniel@chetlin.com>
52539 Date: Sat, 21 Oct 2000 02:57:03 -0700
52540 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
52541 Branch: perl
52542 + t/lib/tie-splice.t
52543 ! MANIFEST lib/Tie/Array.pm
52544____________________________________________________________________________
51c9377f
JH
52545[ 7392] By: gsar on 2000/10/21 18:05:15
52546 Log: resync utfperl branch with mainline
52547 Branch: utfperl
52548 !> (integrate 1760 files)
52549____________________________________________________________________________
177b92d2
JH
52550[ 7391] By: jhi on 2000/10/21 14:37:49
52551 Log: Testcases for a #7383,#7385 related bug.
52552
52553 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
52554 From: Nicholas Clark <nick@ccl4.org>
52555 Date: Sat, 21 Oct 2000 15:04:51 +0100
52556 Message-ID: <20001021150451.A51566@plum.flirble.org>
52557 Branch: perl
52558 ! t/pragma/utf8.t
52559____________________________________________________________________________
52560[ 7390] By: jhi on 2000/10/21 14:35:57
52561 Log: Add a testcase for #7389.
52562 Branch: perl
52563 ! t/pragma/warn/op
52564____________________________________________________________________________
52565[ 7389] By: jhi on 2000/10/21 14:26:45
52566 Log: Subject: Re: Creating const subs for constants.
52567 From: John Tobey <jtobey@john-edwin-tobey.org>
52568 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
52569 Message-Id: <m13mo0N-000FObC@feynman.localnet>
52570 Branch: perl
52571 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
52572 ! proto.h sv.c
52573____________________________________________________________________________
51c9377f
JH
52574[ 7388] By: nick on 2000/10/21 11:44:23
52575 Log: Populate perlio branch
52576 Branch: perlio
52577 +> (branch 1760 files)
52578____________________________________________________________________________
52579[ 7387] By: nick on 2000/10/21 10:52:05
52580 Log: Get branch back as replica of mainline via :
52581 p4 integrate -b utfperl
52582 p4 resolve -at ./...
52583 Branch: utfperl
52584 +> (branch 269 files)
52585 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
52586 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
52587 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
52588 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
52589 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
52590 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52591 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52592 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52593 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52594 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52595 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52596 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52597 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52598 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52599 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52600 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52601 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52602 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52603 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
52604 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
52605 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
52606 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
52607 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
52608 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
52609 - lib/unicode/UCD300.html lib/unicode/Unicode.300
52610 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
52611 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
52612 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
52613 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
52614 !> (integrate 965 files)
52615____________________________________________________________________________
177b92d2
JH
52616[ 7386] By: jhi on 2000/10/21 01:31:12
52617 Log: Update Changes.
52618 Branch: perl
52619 ! Changes patchlevel.h
52620____________________________________________________________________________
3a67c0c7
JH
52621[ 7385] By: jhi on 2000/10/21 01:28:42
52622 Log: The #7383 was right only in the context of the original bug report,
52623 not in more general case.
52624 Branch: perl
52625 ! pp_hot.c
52626____________________________________________________________________________
52627[ 7384] By: jhi on 2000/10/21 01:08:23
52628 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
52629 Branch: perl
52630 ! ext/IO/lib/IO/Select.pm
52631____________________________________________________________________________
52632[ 7383] By: jhi on 2000/10/21 00:44:18
52633 Log: Fix for ID 20001020.006, concatenating an unset submatch
52634 with utf8 resulted in "Modification of a read-only value".
52635 Branch: perl
52636 ! pp_hot.c t/pragma/utf8.t
52637____________________________________________________________________________
52638[ 7382] By: jhi on 2000/10/20 20:44:31
52639 Log: Make scan_num() reëntrant, as suggested in
52640
52641 Subject: [PATCH perl@7229] Rentrant parser and yylex()
52642 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52643 Date: Fri, 20 Oct 2000 14:17:27 +0100
52644 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52645 Branch: perl
52646 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
52647 ! toke.c
52648____________________________________________________________________________
52649[ 7381] By: jhi on 2000/10/20 20:07:29
52650 Log: Reëntrancy fix.
52651
52652 Subject: [PATCH perl@7229] Rentrant parser and yylex()
52653 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52654 Date: Fri, 20 Oct 2000 14:17:27 +0100
52655 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52656 Branch: perl
52657 ! embed.h embed.pl perl.h proto.h toke.c
52658____________________________________________________________________________
52659[ 7380] By: jhi on 2000/10/20 19:15:54
52660 Log: Don't write double values through long double pointers,
52661 based on a part of
52662
52663 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52664 From: Jens Hamisch <jens@Strawberry.COM>
52665 Date: Tue, 17 Oct 2000 08:39:36 +0200
52666 Message-Id: <20001017083936.A11104@Strawberry.COM>
52667 Branch: perl
52668 ! perl.h pp.c
52669____________________________________________________________________________
52670[ 7379] By: jhi on 2000/10/20 18:43:37
52671 Log: Portability tweak on #7377.
52672
52673 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
52674 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52675 Date: Fri, 20 Oct 2000 13:13:41 EDT
52676 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
52677 Branch: perl
52678 ! t/lib/dprof.t
52679____________________________________________________________________________
52680[ 7378] By: jhi on 2000/10/20 12:57:19
52681 Log: SOCKS function redefinitions need prototypes, too, otherwise
52682 for example 32 bit versus 64 bit differences cause a lot of
52683 problems. Part of
52684
52685 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52686 From: Jens Hamisch <jens@Strawberry.COM>
52687 Date: Tue, 17 Oct 2000 08:39:36 +0200
52688 Message-Id: <20001017083936.A11104@Strawberry.COM>
52689 Branch: perl
52690 ! doio.c pp_sys.c
52691____________________________________________________________________________
52692[ 7377] By: jhi on 2000/10/20 12:37:12
52693 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
52694 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52695 Date: Fri, 20 Oct 2000 08:26:04 EDT
52696 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
52697 Branch: perl
52698 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
52699____________________________________________________________________________
52700[ 7376] By: jhi on 2000/10/20 12:35:31
52701 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
52702 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52703 Date: Fri, 20 Oct 2000 07:48:15 EDT
52704 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
52705 Branch: perl
52706 ! configure.com vms/gen_shrfls.pl
52707____________________________________________________________________________
51c9377f
JH
52708[ 7375] By: bailey on 2000/10/20 04:44:37
52709 Log: SYN SYN
52710 Branch: vmsperl
52711 +> (branch 134 files)
52712 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
52713 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
52714 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
52715 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
52716 - eg/cgi/frameset.cgi eg/cgi/index.html
52717 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52718 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52719 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52720 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52721 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52722 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52723 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52724 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52725 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52726 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52727 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52728 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52729 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52730 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
52731 - lib/unicode/Props.txt lib/unicode/UCD300.html
52732 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52733 - utils/perlbc.PL vms/subconfigure.com
52734 !> (integrate 785 files)
52735____________________________________________________________________________
3a67c0c7
JH
52736[ 7374] By: jhi on 2000/10/20 00:59:48
52737 Log: In the latest compiler builds cccdlflags must not become -fpic,
52738 from Wilfredo Sánchez.
52739 Branch: perl
52740 ! hints/darwin.sh
52741____________________________________________________________________________
52742[ 7373] By: jhi on 2000/10/20 00:56:35
52743 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
52744 From: Tony Cook <tony@develop-help.com>
52745 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
52746 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
52747 Branch: perl
52748 ! pod/perlop.pod
52749____________________________________________________________________________
52750[ 7372] By: jhi on 2000/10/19 19:34:40
52751 Log: Typo noted by Mark Lutz.
52752 Branch: perl
52753 ! t/op/64bitint.t
52754____________________________________________________________________________
0b3b9d72
JH
52755[ 7371] By: jhi on 2000/10/19 19:33:13
52756 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
52757 Branch: metaconfig
52758 ! U/modified/Cppsym.U U/modified/Oldconfig.U
52759 Branch: metaconfig/U/perl
52760 ! End.U dlsrc.U libperl.U
52761 Branch: perl
52762 + hints/nonstopux.sh
52763 ! Configure MANIFEST config_h.SH
52764____________________________________________________________________________
3a67c0c7
JH
52765[ 7370] By: jhi on 2000/10/19 17:18:08
52766 Log: Subject: PATCH do_print has 2 PerlIO_error()s
52767 From: nick@ccl4.org
52768 Date: Thu, 19 Oct 2000 18:09:20 +0100
52769 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
52770 Branch: perl
52771 ! doio.c
52772____________________________________________________________________________
52773[ 7369] By: jhi on 2000/10/19 14:01:49
52774 Log: Update Changes.
52775 Branch: perl
52776 ! Changes patchlevel.h
52777____________________________________________________________________________
23c0d66e
JH
52778[ 7368] By: jhi on 2000/10/19 13:04:29
52779 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
52780 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52781 Date: Wed, 18 Oct 2000 13:12:01 +0200
52782 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
52783 Branch: perl
52784 ! hints/aix.sh
52785____________________________________________________________________________
52786[ 7367] By: jhi on 2000/10/19 02:22:40
52787 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
52788 of a 'pmshort' anywhere in the B, so the offending line was simply
52789 removed.
52790 Branch: perl
52791 ! ext/B/B/Debug.pm
52792____________________________________________________________________________
52793[ 7366] By: jhi on 2000/10/19 02:12:37
52794 Log: Add the test case for the bug id 20000730.004 which seems
52795 to have been fixed by now.
52796 Branch: perl
52797 ! t/pragma/utf8.t
52798____________________________________________________________________________
52799[ 7365] By: jhi on 2000/10/18 23:36:24
52800 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
52801 From: Hugo <hv@crypt.compulink.co.uk>
52802 Date: Wed, 18 Oct 2000 23:25:58 +0100
52803 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
52804 Branch: perl
52805 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
52806____________________________________________________________________________
52807[ 7364] By: jhi on 2000/10/18 21:12:53
52808 Log: (retracted)
52809 Branch: perl
52810 ! pp.c
52811____________________________________________________________________________
52812[ 7363] By: jhi on 2000/10/18 20:55:38
52813 Log: Missing change from #7362.
52814 Branch: perl
52815 ! win32/perlhost.h
52816____________________________________________________________________________
52817[ 7362] By: jhi on 2000/10/18 20:52:01
52818 Log: Borland C fstat() never saw the fd as writable.
52819
52820 Subject: fix for Borland's weak "stat" (perl@7211)
52821 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
52822 Date: Mon, 16 Oct 2000 09:55:03 +0400
52823 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
52824 Branch: perl
52825 ! win32/win32.c
52826____________________________________________________________________________
52827[ 7361] By: jhi on 2000/10/18 17:43:50
52828 Log: Regen toc.
52829 Branch: perl
52830 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
52831____________________________________________________________________________
52832[ 7360] By: jhi on 2000/10/18 17:07:44
52833 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52834 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
52835 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
52836 Date: Mon, 16 Oct 2000 15:19:49 +0200
52837 Branch: perl
52838 + README.aix
52839 ! MANIFEST
52840____________________________________________________________________________
52841[ 7359] By: jhi on 2000/10/18 17:04:49
52842 Log: Subject: Pod patch for Devel::Peek
52843 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52844 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
52845 Date: Mon, 16 Oct 2000 12:26:34 +0200
52846 Branch: perl
52847 ! ext/Devel/Peek/Peek.pm
52848____________________________________________________________________________
52849[ 7358] By: jhi on 2000/10/18 17:03:15
52850 Log: Make Cwd more bulletproof in chrooted environments.
52851
52852 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
52853 From: "Eric E. Coe" <Eric.Coe@oracle.com>
52854 Date: Wed, 18 Oct 2000 04:03:54 -0400
52855 Message-Id: <39ED596A.70E599FE@oracle.com>
52856 Branch: perl
52857 ! lib/Cwd.pm
52858____________________________________________________________________________
52859[ 7357] By: jhi on 2000/10/18 16:37:26
52860 Log: Disable the UTF8 downgrade croakage for now to avoid
52861 too many not okay messages.
52862 Branch: perl
52863 ! doio.c
52864____________________________________________________________________________
52865[ 7356] By: jhi on 2000/10/17 23:29:41
52866 Log: Show the failed remote port, instead of the failing line number.
52867
52868 Subject: [PATCH 5.6.1 Debugger] More diagnostics
52869 From: David Sparks <daves@ActiveState.com>
52870 Date: Tue, 17 Oct 2000 15:00:24 -0700
52871 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
52872 Branch: perl
52873 ! lib/perl5db.pl
52874____________________________________________________________________________
52875[ 7355] By: jhi on 2000/10/17 14:11:31
52876 Log: On output try to downgrade to bytes, croak if impossible,
52877 from Simon Cozens. This means that outputting >255 UTF8
52878 is impossible. Consider this as a strong incentive to get
52879 the I/O disciplines implemented.
52880 Branch: perl
52881 ! doio.c pod/perldiag.pod sv.c
52882____________________________________________________________________________
52883[ 7354] By: jhi on 2000/10/17 13:42:23
52884 Log: Clarify documentation on 'use bytes'.
52885
52886 Subject: Re: What does 'use bytes' "mean" ?
52887 From: Simon Cozens <simon@cozens.net>
52888 Date: Mon, 18 Sep 2000 18:24:25 +0100
52889 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
52890 Branch: perl
52891 ! lib/bytes.pm
52892____________________________________________________________________________
52893[ 7353] By: jhi on 2000/10/17 13:28:12
52894 Log: Workaround for a sfio bug where the stream error indicator
52895 is not cleared as documented.
52896
52897 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52898 From: Nicholas Clark <nick@ccl4.org>
52899 Date: Mon, 16 Oct 2000 18:28:23 +0100
52900 Message-ID: <20001016182823.J19700@plum.flirble.org>
52901 Branch: perl
52902 ! doio.c
52903____________________________________________________________________________
52904[ 7352] By: jhi on 2000/10/17 13:06:19
52905 Log: More IoTYPE sprinkling.
52906 Branch: perl
52907 ! doio.c pp_hot.c
52908____________________________________________________________________________
51c9377f
JH
52909[ 7351] By: jhi on 2000/10/16 22:47:07
52910 Log: Detect early whether the std streams have gone bad.
52911
52912 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
52913 Date: Mon, 16 Oct 2000 23:28:42 +0100
52914 From: Nicholas Clark <nick@ccl4.org>
52915 Message-ID: <20001016232842.A37942@plum.flirble.org>
52916 Branch: perl
52917 ! t/op/misc.t
52918____________________________________________________________________________
52919[ 7350] By: jhi on 2000/10/16 22:45:16
52920 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
52921 From: "Peter J. Farley III" <pjfarley@banet.net>
52922 Date: Mon, 16 Oct 2000 18:15:59 -0400
52923 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
52924 Branch: perl
52925 ! djgpp/djgpp.c dosish.h t/io/open.t
52926____________________________________________________________________________
52927[ 7349] By: jhi on 2000/10/16 22:36:45
52928 Log: perldelta tweak.
52929 Branch: perl
52930 ! pod/perldelta.pod
52931____________________________________________________________________________
52932[ 7348] By: jhi on 2000/10/16 15:17:53
52933 Log: Update Changes.
52934 Branch: perl
52935 ! Changes patchlevel.h
52936____________________________________________________________________________
52937[ 7347] By: jhi on 2000/10/16 13:55:27
52938 Log: Add the capability to include/exclude branches.
52939 Branch: perl
52940 ! Porting/genlog
52941____________________________________________________________________________
52942[ 7346] By: jhi on 2000/10/16 13:18:04
52943 Log: Add Charles Lane.
52944 Branch: perl
52945 ! AUTHORS Changes
52946____________________________________________________________________________
52947[ 7345] By: jhi on 2000/10/16 13:13:21
52948 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
52949 Branch: perl
52950 ! pod/perldelta.pod
52951____________________________________________________________________________
52952[ 7344] By: gsar on 2000/10/16 09:30:21
52953 Log: integrate change#6220 from cfgperl
52954
52955 Win32 patches from Benjamin Stuhl.
52956 Branch: maint-5.6/perl
52957 !> makedef.pl win32/win32.h
52958____________________________________________________________________________
52959[ 7343] By: gsar on 2000/10/16 08:32:19
52960 Log: integrate changes#6221,6222 from cfgperl
52961
52962 Remove tr///CU (the feature is to be obsoleted by better interfaces).
52963 From: simon@brecon.co.uk (Simon Cozens)
52964 Subject: [PATCH] Eliminate tr///[CU][CU]
52965 Date: 23 Jun 2000 11:05:40 GMT
52966 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
52967
52968 doc typo fix
52969 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
52970 From: Ian Phillipps <Ian.Phillipps@iname.com>
52971 Date: Fri, 23 Jun 2000 10:40:58 +0100
52972 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
52973 Branch: maint-5.6/perl
52974 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
52975____________________________________________________________________________
52976[ 7342] By: gsar on 2000/10/16 08:28:08
52977 Log: integrate change#6217 from cfgperl (in part)
52978
52979 Rename the fdpid locking and integrate with Sarathy.
52980 Branch: maint-5.6/perl
52981 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
52982 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
52983 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
52984 !> win32/win32.c
52985____________________________________________________________________________
52986[ 7341] By: gsar on 2000/10/16 08:23:39
52987 Log: integrate changes#6214..6216 from mainline
52988
52989 @_ can't have junk in it even in the non-USE_ITHREADS case because
52990 caller() wants to populate @DB::args with it (causes a coredump
52991 in Carp::confess())
52992
52993 tweak comment about @DB::args
52994
52995 be more optimal about clearing @_
52996 Branch: maint-5.6/perl
52997 !> av.h cop.h pp_ctl.c t/op/runlevel.t
52998____________________________________________________________________________
52999[ 7340] By: gsar on 2000/10/16 08:20:37
53000 Log: integrate changes#6207..6210 from cfgperl
53001
53002 Subject: [PATCH 5.6.0] Threadsafe patches
53003 From: Dan Sugalski <dan@sidhe.org>
53004 To: perl5-porters@perl.org
53005 Date: Mon, 08 May 2000 18:08:13 -0400
53006 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53007
53008 Regen headers for #6207.
53009
53010 Lock PL_fdpid against race conditions, based on:
53011 Subject: [PATCH 5.6.0]subprocess fixup for threads
53012 From: Dan Sugalski <dan@sidhe.org>
53013 To: perl5-porters@perl.org
53014 Date: Tue, 11 Apr 2000 17:02:32 -0400
53015 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53016
53017 Mopup for #6207 and #6209.
53018 Branch: maint-5.6/perl
53019 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
53020 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
53021 !> win32/win32.c
53022____________________________________________________________________________
53023[ 7339] By: gsar on 2000/10/16 08:14:34
53024 Log: integrate change#6203 from cfgperl
53025
53026 perldiag should refer to perlos2.pod not README.os2
53027 Branch: maint-5.6/perl
53028 !> pod/perldiag.pod
53029____________________________________________________________________________
53030[ 7338] By: gsar on 2000/10/16 08:11:42
53031 Log: integrate change#6201 from mainline
53032
53033 Perl_eval_pv() leaks 4 bytes every time it is called because it
53034 does a PUSHMARK that's never ever POPMARKed; in general, only
53035 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53036 Perl_eval_[sp]v() don't because they don't take any incoming
53037 arguments (this leak has been around since the original version
53038 of perl_eval_pv() in 5.003_97e)
53039 Branch: maint-5.6/perl
53040 !> perl.c
53041____________________________________________________________________________
53042[ 7337] By: gsar on 2000/10/16 08:08:47
53043 Log: integrate changes#6197..6200 from cfgperl
53044
53045 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53046 From: John Borwick <jhborwic@unity.ncsu.edu>
53047 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53048 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53049
53050 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53051 From: Dan Sugalski <dan@sidhe.org>
53052 To: vmsperl@perl.org, perl5-porters@perl.org
53053 Date: Fri, 02 Jun 2000 16:00:41 -0400
53054 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53055 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53056
53057 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53058 From: Dan Sugalski <dan@sidhe.org>
53059 To: perl5-porters@perl.org, vmsperl@perl.org
53060 Date: Fri, 02 Jun 2000 17:30:51 -0400
53061 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53062
53063 Update to cperl-mode.el 4.31 from
53064 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53065 Subject: A couple of notes
53066 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53067 To: Mailing list Perl5 <perl5-porters@perl.org>
53068 Date: Sat, 3 Jun 2000 23:33:32 -0400
53069 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53070 Branch: maint-5.6/perl
53071 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
53072 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
53073 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
53074 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
53075 !> vms/vmsish.h
53076____________________________________________________________________________
53077[ 7336] By: gsar on 2000/10/16 08:03:46
53078 Log: integrate changes#6194,6195 from mainline
53079
53080 fix small eval"" memory leaks under USE_ITHREADS
53081
53082 fix yet another eval"" leak under USE_ITHREADS
53083 Branch: maint-5.6/perl
53084 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53085 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53086 !> vms/perly_c.vms
53087____________________________________________________________________________
53088[ 7335] By: gsar on 2000/10/16 08:02:15
53089 Log: integrate changes#6190,6191 from mainline
53090
53091 submit missing embed.pl change
53092
53093 vec() loses numericalness (modified version of patch suggested
53094 by Robin Barker)
53095 Branch: maint-5.6/perl
53096 !> doop.c embed.pl t/op/vec.t
53097____________________________________________________________________________
53098[ 7334] By: gsar on 2000/10/16 08:01:03
53099 Log: integrate change#6189 from mainline
53100
53101 counting tr/// corrupts later operation (from M.J.T Guy)
53102 Branch: maint-5.6/perl
53103 !> doop.c t/op/tr.t
53104____________________________________________________________________________
53105[ 7333] By: gsar on 2000/10/16 07:59:07
53106 Log: integrate changes#6183..6188 from mainline
53107
53108 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53109 <nick@ccl4.org>)
53110
53111 tweak for change#6127
53112
53113 remove incorrect documentation about implicit split to @_ in
53114 list context, which never really worked in perl 5 (from
53115 M.J.T. Guy)
53116
53117 further qualify references to "alphanumeric" (from Wolfgang Laun
53118 <wolfgang.laun@alcatel.at>)
53119
53120 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53121 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53122
53123 h2xs tweaks
53124 Branch: maint-5.6/perl
53125 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53126 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
53127 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
53128 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
53129 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
53130 !> pod/pod2latex.PL utils/h2xs.PL
53131____________________________________________________________________________
53132[ 7332] By: gsar on 2000/10/16 07:53:52
53133 Log: integrate change#6179 from mainline
53134
53135 buggy modulus on UVs introduced by change#3378 (resulted in
53136 4063328477 % 65535 amounting to 27406, instead of 27407)
53137 Branch: maint-5.6/perl
53138 !> pp.c t/op/arith.t
53139____________________________________________________________________________
53140[ 7331] By: gsar on 2000/10/16 07:52:49
53141 Log: integrate changes#6176,6177,6178,6182 from cfgperl
53142
53143 Single-quoted utf8 patch from Simon Cozens.
53144
53145 Substitution utf8 patch from Simon Cozens.
53146
53147 Be cleaner.
53148
53149 Be Cleaner Part Deux.
53150 Branch: maint-5.6/perl
53151 !> Makefile.SH pp_hot.c toke.c
53152____________________________________________________________________________
53153[ 7330] By: gsar on 2000/10/16 07:41:36
53154 Log: integrate change#6172 from mainline
53155
53156 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53157 (from Ilya Zakharevich)
53158 Branch: maint-5.6/perl
53159 !> regexec.c t/op/re_tests
53160____________________________________________________________________________
53161[ 7329] By: gsar on 2000/10/16 07:40:25
53162 Log: integrate change#6171 from mainline
53163
53164 scalar() doesn't force scalar context when used in void context
53165 (from Simon Cozens)
53166 Branch: maint-5.6/perl
53167 !> op.c t/op/wantarray.t
53168____________________________________________________________________________
53169[ 7328] By: gsar on 2000/10/16 07:39:33
53170 Log: integrate change#6170 from mainline
53171
53172 change#6142 needs tweaks to tests to work where there's no
53173 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53174 Branch: maint-5.6/perl
53175 !> t/lib/filefind.t
53176____________________________________________________________________________
53177[ 7327] By: gsar on 2000/10/16 07:35:34
53178 Log: integrate changes#6166..6168 from cfgperl
53179
53180 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53181 in case somebody wants to write an extension for more
53182 shadow database interfaces.
53183
53184 tweak todo
53185
53186 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53187 Branch: maint-5.6/perl
53188 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53189 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
53190 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
53191 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53192 !> win32/config.vc win32/config_H.bc win32/config_H.gc
53193 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53194____________________________________________________________________________
53195[ 7326] By: gsar on 2000/10/16 07:29:05
53196 Log: integrate changes#6157,6159..6161,6164 from cfgperl
53197
53198 Regen Configure to jive with #6149.
53199
53200 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53201
53202 Changes for the File::Temp 0.08 (change #6159) test suite
53203 to fit better into the Perl distribution test framework.
53204
53205 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53206 both from Simon Cozens.
53207
53208 detypo
53209 Branch: maint-5.6/perl
53210 +> pod/perlmodlib.PL pod/perlnewmod.pod
53211 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
53212 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
53213 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53214 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53215____________________________________________________________________________
53216[ 7325] By: gsar on 2000/10/16 07:25:13
53217 Log: integrate change#6158 from vmsperl
53218
53219 Add fallback to tmpfile for use in cases where user's relying on
53220 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53221 Lane's patch)
53222 Branch: maint-5.6/perl
53223 !> vms/vms.c vms/vmsish.h
53224____________________________________________________________________________
53225[ 7324] By: gsar on 2000/10/16 07:20:50
53226 Log: integrate changes#6153..6155 from mainline
53227
53228 prettier Test::Harness output on failed tests (from Nicholas Clark
53229 <nick@Bagpuss.uk.boo.com>)
53230
53231 avoid type mismatch warning
53232
53233 small bug in change#6144; remove random \xA0 character that snuck
53234 in via change#6145
53235 Branch: maint-5.6/perl
53236 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
53237 !> perl.c
53238____________________________________________________________________________
53239[ 7323] By: gsar on 2000/10/16 07:18:47
53240 Log: integrate changes#6151,6152 from mainline
53241
53242 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
53243
53244 cosmetic fixups of RE debug output (from Ilya Zakharevich)
53245 Branch: maint-5.6/perl
53246 !> regexec.c
53247____________________________________________________________________________
53248[ 7322] By: gsar on 2000/10/16 07:17:25
53249 Log: integrate changes#6146..6150 from mainline
53250
53251 doc typo
53252
53253 add a make entry to Config.pm so "perl -V:make" works on VMS
53254 (from Peter Prymmer)
53255
53256 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
53257
53258 OS/2 tweaks for usethreads build (from Rocco Caputo
53259 <troc@netrus.net>)
53260
53261 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
53262 Branch: maint-5.6/perl
53263 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
53264 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
53265 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
53266 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
53267 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
53268 !> warnings.pl x2p/a2p.h
53269____________________________________________________________________________
53270[ 7321] By: gsar on 2000/10/16 07:14:02
53271 Log: integrate changes#6143..6145 from mainline
53272
53273 MacOS support, part 1 (from Matthias Neeracher
53274 <neeri@iis.ee.ethz.ch>)
53275
53276 MacOS support, part 2: make AutoSplit use File::Spec instead
53277 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53278 <neeri@iis.ee.ethz.ch>)
53279
53280 make xsubpp skip embedded pod (from Matthias Neeracher
53281 <neeri@iis.ee.ethz.ch>)
53282 Branch: maint-5.6/perl
53283 +> ext/DynaLoader/dl_mac.xs
53284 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53285 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53286 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
53287 !> pp_ctl.c proto.h toke.c util.c util.h
53288____________________________________________________________________________
53289[ 7320] By: gsar on 2000/10/16 07:12:13
53290 Log: integrate changes#6141,6142 from mainline
53291
53292 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53293 forwarded by Peter Seebach from the bsdi-users mailing list.
53294 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53295
53296 File::Find fails to chdir when chasing symlinks (from
53297 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53298 Branch: maint-5.6/perl
53299 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
53300____________________________________________________________________________
53301[ 7319] By: gsar on 2000/10/16 07:04:30
53302 Log: integrate change#6139 from mainline
53303
53304 revise mktables.PL for bugs and newness in Unicode 3.0
53305 (from James Bence <jbence@amgen.com>)
53306 Branch: maint-5.6/perl
53307 +> (branch 30 files)
53308 !> (integrate 49 files)
53309____________________________________________________________________________
53310[ 7318] By: gsar on 2000/10/16 07:01:01
53311 Log: integrate changes#6137,6138 from mainline
53312
53313 fix bogus redeclaration warning for "our" variables in different
53314 scopes
53315
53316 add note about the handling of negative indices to tied arrays
53317 (from Michael G Schwern <schwern@pobox.com>)
53318 Branch: maint-5.6/perl
53319 !> op.c pod/perltie.pod t/pragma/strict-vars
53320____________________________________________________________________________
53321[ 7317] By: gsar on 2000/10/16 06:58:46
53322 Log: integrate changes#6127..6136 from mainline
53323
53324 call_method(...,G_EVAL) can longjmp() out if the method probing
53325 failed (from Gisle Aas)
53326
53327 new perlxstut example for passing/returning refs to arrays
53328 (from David Lowe <dlowe@pootpoot.com>)
53329
53330 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53331
53332 fix places that mean C<"word" character> but say C<alphanumeric
53333 character>
53334
53335 avoid warnings in POSIX.pm (from Barrie Slaymaker)
53336
53337 warnings::enabled() doesn't fall back to looking at $^W if
53338 caller isn't using lexical warnings (from Paul Marquess)
53339
53340 elide bogus test in change#6132
53341
53342 make Test::Harness use wait.h/WCOREDUMP if available
53343 (from Ben Tilly <ben_tilly@hotmail.com>)
53344
53345 enable Test::Harness to dynamically determine column width etc.
53346 (from Rob Napier <rnapier@employees.org>)
53347
53348 random pod typos (from Peter Scott <Peter@PSDT.com>)
53349 Branch: maint-5.6/perl
53350 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
53351 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
53352 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53353 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
53354____________________________________________________________________________
53355[ 7316] By: gsar on 2000/10/16 06:53:23
53356 Log: integrate change#6126 from mainline
53357
53358 change#2879 broke rvalue autovivification of magicals such as
53359 ${$num} (reworked variant of patch suggested by Simon Cozens)
53360 Branch: maint-5.6/perl
53361 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53362 !> pp_hot.c proto.h t/op/gv.t
53363____________________________________________________________________________
53364[ 7315] By: gsar on 2000/10/16 06:51:38
53365 Log: integrate changes#6123,6125 from mainline
53366
53367 clarify gotcha with #line directives (from Rocco Caputo
53368 <troc@netrus.net>)
53369
53370 enable propagating exception objects via Perl_croak() in XS code
53371 (from Gisle Aas)
53372 Branch: maint-5.6/perl
53373 !> pod/perldebug.pod pod/perlsyn.pod util.c
53374____________________________________________________________________________
53375[ 7314] By: gsar on 2000/10/16 06:49:28
53376 Log: integrate change#6122 from mainline
53377
53378 downgrade fatal error on C<"foo@nosucharray.com"> to optional
53379 warning (from Mark-Jason Dominus)
53380 Branch: maint-5.6/perl
53381 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
53382 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53383 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53384 !> toke.c
53385____________________________________________________________________________
53386[ 7313] By: gsar on 2000/10/16 06:46:54
53387 Log: integrate changes#6112..6121 from vmsperl
53388
53389 Check for existence of file before trying to delete
53390
53391 Ugly workaround for version-specific RTL error
53392
53393 Urk -- undo previous removal of vmsish 'exit' change
53394
53395 Add bounds checking for several strings (Charles Lane)
53396
53397 Miscellaneous cosmetic fixes (Charles Lane)
53398
53399 Treat sockets as special in sys(read|write) (Charles Lane et al.)
53400
53401 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53402 Flatten case labels in switch statements uniformly (Charles Bailey)
53403
53404 Quiet error messages in vmsish.t (Charles Lane)
53405
53406 Add missing escape (Charles Lane)
53407
53408 Allow eliminate_macros() and fixpath() to handle space-delimited
53409 lists (based on fixes by Craig Berry)
53410 Branch: maint-5.6/perl
53411 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53412 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53413 !> vms/vmsish.h
53414____________________________________________________________________________
53415[ 7312] By: gsar on 2000/10/16 06:41:18
53416 Log: integrate changes#6107,6110 from cfgperl
53417
53418 Tweak the todo list.
53419
53420 todo tweak
53421 Branch: maint-5.6/perl
53422 !> Todo-5.6
53423____________________________________________________________________________
53424[ 7311] By: gsar on 2000/10/16 06:38:38
53425 Log: integrate changes#6104,6108 from mainline
53426
53427 PL_sys_intern was being initialized too late on windows
53428
53429 reenable fake signal handling on Windows, bugs and all
53430 Branch: maint-5.6/perl
53431 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
53432 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
53433 !> win32/win32.c
53434____________________________________________________________________________
53435[ 7310] By: gsar on 2000/10/16 06:36:03
53436 Log: integrate changes#6095,6097..6103 from cfgperl
53437
53438 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
53439 might be useful in future.
53440
53441 Add a note about possible compilation problems from Allen Smith.
53442
53443 Add a note about other, yet unsupported, shadow password APIs.
53444
53445 Tweaks for the cc bugs from Allen Smith.
53446
53447 More compilation tweakery from Allen Smith.
53448
53449 Hints and test tweaks for Unicos.
53450
53451 The test suite tweak in #6101 wasn't quite right.
53452
53453 Test tweaking for Unicos continues.
53454 Branch: maint-5.6/perl
53455 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53456 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
53457 !> t/lib/complex.t t/op/64bitint.t
53458____________________________________________________________________________
53459[ 7309] By: gsar on 2000/10/16 06:29:41
53460 Log: integrate changes#6093,6094 from mainline
53461
53462 fork() failure to create pseudo process sets errno=EAGAIN and returns
53463 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53464
53465 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53466 Branch: maint-5.6/perl
53467 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53468 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53469____________________________________________________________________________
53470[ 7308] By: gsar on 2000/10/16 06:27:29
53471 Log: integrate change#6092 from cfgperl
53472
53473 Regen perltoc with the fixed buildtoc.
53474 Branch: maint-5.6/perl
53475 !> pod/perltoc.pod
53476____________________________________________________________________________
53477[ 7307] By: gsar on 2000/10/16 06:26:40
53478 Log: integrate changes#6089,6090 from mainline
53479
53480 buildtoc tweak to fix newline lossage
53481
53482 concat doesn't preserve utf8-ness, and doesn't invalidate
53483 [NI]OK; added tests for both
53484 Branch: maint-5.6/perl
53485 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
53486____________________________________________________________________________
53487[ 7306] By: gsar on 2000/10/16 06:24:05
53488 Log: integrate change#6088 from cfgperl
53489
53490 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53491 because we do not use those. The HAS_GETSPNAM remains,
53492 though, because we still do use that.
53493 Branch: maint-5.6/perl
53494 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53495 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53496 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53497 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53498 !> win32/config.vc win32/config_H.bc win32/config_H.gc
53499 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53500____________________________________________________________________________
53501[ 7305] By: gsar on 2000/10/16 06:15:52
53502 Log: integrate changes#6084,6085,6087 from mainline
53503
53504 substr() does not preserve utf8-ness (from Stefan Eissing
53505 <Eissing@medicaldataservice.de>); added tests
53506
53507 repeat operator (x) doesn't preserve utf8-ness
53508
53509 reverse() and quotemeta() weren't preserving utf8-ness; add tests
53510 Branch: maint-5.6/perl
53511 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53512____________________________________________________________________________
53513[ 7304] By: gsar on 2000/10/16 06:13:10
53514 Log: integrate changes#6077..6083 from mainline
53515
53516 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53517 and Tom Phoenix)
53518
53519 workaround for CRT bug in chdir() (from Charles Lane, via
53520 Peter Prymmer)
53521
53522 remove outdated kludge in Carp (NULLs are permitted in diagnostics
53523 now)
53524
53525 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53526 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53527
53528 better default perlbug categories for ok reports (from Richard Foley)
53529
53530 peek.t non-portable to ithreads
53531
53532 note about undocumented caller() return value (from M.J.T. Guy);
53533 yet another peek.t tweak
53534 Branch: maint-5.6/perl
53535 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53536 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53537 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53538 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53539 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
53540 !> vms/vmsish.h
53541____________________________________________________________________________
53542[ 7303] By: gsar on 2000/10/16 06:03:18
53543 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
53544 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
53545
53546 &HUGE_VAL is not defined, it exists.
53547
53548 Do not warn that an infinity does not look like a number.
53549
53550 Rewrite the pwent/spent logic to be a little bit more clearer.
53551
53552 Continue on the pwent/spent case.
53553
53554 Correct Freudian slip.
53555
53556 Use HUGE_VALL if applicable.
53557
53558 pwent/spent #ifdef imbalance.
53559
53560 Infinite problems.
53561
53562 Call getspnam() only iff needd.
53563
53564 Test both the scalar and list contexts.
53565
53566 Use setxxent()/endxxent().
53567
53568 Complex tweakery.
53569
53570 Unicos hint tweak.
53571
53572 Be more forgiving in POSIX about HUGE_VALL.
53573
53574 Detypo.
53575
53576 The search of infinity continues, this time simplified.
53577
53578 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53579 in natively 64-bit platforms where a long is a quad (no need
53580 for long longs). Also added bias for IVs.
53581
53582 Complex tweaks.
53583
53584 Introduce t/lib/peek.t.
53585
53586 Make the test more portable.
53587 Branch: maint-5.6/perl
53588 +> t/lib/peek.t
53589 ! pp_sys.c
53590 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
53591 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
53592 !> t/op/pwent.t toke.c util.c
53593____________________________________________________________________________
53594[ 7302] By: gsar on 2000/10/16 05:03:37
53595 Log: integrate changes#6066..6071 from mainline
53596
53597 s/END/CHECK/
53598
53599 replace direct call to sighandler() with (*PL_sighandlerp)()
53600
53601 note about values()
53602
53603 File::Spec compatibility update (from Barrie Slaymaker
53604 <barries@slaysys.com>)
53605
53606 remove misleading comment (from M.J.T. Guy)
53607
53608 misformatted perllocal.pod (from Tim Jenness
53609 <t.jenness@jach.hawaii.edu>)
53610 Branch: maint-5.6/perl
53611 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53612 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53613 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53614 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53615____________________________________________________________________________
53616[ 7301] By: gsar on 2000/10/16 05:00:08
53617 Log: integrate changes#6061..6063 from mainline
53618
53619 change#5921 neglected to make eq honor "use bytes"
53620
53621 additional tests for utf8.t
53622
53623 tokeq() could read unallocated field in argument
53624 Branch: maint-5.6/perl
53625 !> sv.c t/pragma/utf8.t toke.c
53626____________________________________________________________________________
53627[ 7300] By: gsar on 2000/10/16 04:56:54
53628 Log: integrate changes#6046,6048,6057,6058 from mainline
53629
53630 libscheck has insufficient checks for n32 libs (from
53631 Albert Chin-A-Young <china@thewrittenword.com>)
53632
53633 add note about how $( doesn't interpolate in REs (from
53634 Philip Newton <newton@ficus.frogspace.net>)
53635
53636 fix broken parsing of /\x{ab}/
53637
53638 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53639 (spotted by Donald Kinzer <dkinzer@premia.com>)
53640 Branch: maint-5.6/perl
53641 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
53642 !> t/pragma/utf8.t
53643____________________________________________________________________________
53644[ 7299] By: gsar on 2000/10/16 04:52:50
53645 Log: integrate change#6044 from mainline
53646
53647 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53648 such that underscores are only ignored in literal numbers,
53649 "\x{...}", and hex/oct argument
53650 Branch: maint-5.6/perl
53651 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53652____________________________________________________________________________
53653[ 7298] By: gsar on 2000/10/16 04:50:53
53654 Log: integrate changes#6027..6043 from mainline
53655
53656 podlators-1.02 update (from Russ Allbery)
53657
53658 Pod::Man generates groff-incompatible macro definition (from
53659 Tom Christiansen)
53660
53661 add CGI.pm v2.66 (from Lincoln Stein)
53662
53663 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53664 for @- and @+ (from Johan Vromans)
53665
53666 small nits in diagnostics.pm (from Robin Barker)
53667
53668 whitespace adjustments
53669
53670 missing files in MANIFEST
53671
53672 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53673 to compensate
53674
53675 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53676
53677 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53678 Branch: maint-5.6/perl
53679 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53680 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
53681 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
53682 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
53683 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
53684 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53685 !> t/lib/cgi-html.t t/lib/cgi-request.t
53686____________________________________________________________________________
53687[ 7297] By: gsar on 2000/10/16 04:44:30
53688 Log: integrate change#6025 from mainline
53689
53690 Is{Alnum,Alpha,Word} don't match titlecase
53691 TODO: IsSpace is defined recursively!
53692 (both spotted by Larry)
53693 Branch: maint-5.6/perl
53694 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53695 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53696____________________________________________________________________________
53697[ 7296] By: gsar on 2000/10/16 04:39:30
53698 Log: integrate change#6023 from mainline
53699
53700 debugger stomps on $. (from M.J.T. Guy)
53701 Branch: maint-5.6/perl
53702 !> lib/perl5db.pl
53703____________________________________________________________________________
53704[ 7295] By: gsar on 2000/10/16 04:38:02
53705 Log: integrate change#6022 from mainline
53706
53707 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53708 Branch: maint-5.6/perl
53709 !> sv.c
53710____________________________________________________________________________
53711[ 7294] By: gsar on 2000/10/16 04:37:05
53712 Log: integrate changes#6018..6021 from mainline
53713
53714 make lib/syslog.t portable to systems that don't have _PATH_LOG,
53715 make _PATH_LOG() return "" if unavailable
53716
53717 windows portability tweaks
53718
53719 test tweak
53720
53721 remove Win2K issue in pod (fixed by change#6020)
53722 Branch: maint-5.6/perl
53723 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53724 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
53725 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
53726____________________________________________________________________________
53727[ 7293] By: gsar on 2000/10/16 04:20:00
53728 Log: integrate changes#6013..6015 from mainline
53729
53730 tweak change#5945 to display correct switch name in diagnostic
53731
53732 glob() loading File::Glob behind the scenes may cause syntax errors
53733
53734 tweak test for portability
53735 Branch: maint-5.6/perl
53736 !> op.c perl.c pod/perldiag.pod t/lib/b.t
53737____________________________________________________________________________
53738[ 7292] By: gsar on 2000/10/16 04:18:11
53739 Log: integrate changes#6005..6010 from mainline, cfgperl
53740
53741 perldoc might fail via "use blib" (from Hugo van der Sanden)
53742
53743 Regen Configure.
53744
53745 note about compile failures and END blocks (from M.J.T. Guy)
53746
53747 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53748
53749 (change#6009 integrated earlier in change#7255)
53750
53751 clarify note about shadow password support (from
53752 gellyfish@gellyfish.com)
53753 Branch: maint-5.6/perl
53754 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53755 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
53756 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
53757____________________________________________________________________________
53758[ 7291] By: gsar on 2000/10/16 04:12:03
53759 Log: integrate changes#6002,6003 from mainline
53760
53761 destructive sv_setsv() can lose UV-ness from source, causing
53762 numeric promotions/comparisons to fail to do the right thing
53763
53764 allow REG_EXPAND_SZ keys in Windows registry (from
53765 John Clayton <John.Clayton@barclayscapital.com>)
53766 Branch: maint-5.6/perl
53767 !> sv.c win32/win32.c
53768____________________________________________________________________________
53769[ 7290] By: gsar on 2000/10/16 04:10:19
53770 Log: integrate change#6001 from mainline
53771
53772 support additional library locations via $Config{otherlibdirs}
53773 (from Andy Dougherty)
53774 Branch: maint-5.6/perl
53775 !> Configure INSTALL Porting/Glossary Porting/config.sh
53776 !> Porting/config_H config_h.SH epoc/config.sh perl.c
53777 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53778 !> win32/config.bc win32/config.gc win32/config.vc
53779____________________________________________________________________________
53780[ 7289] By: gsar on 2000/10/16 04:08:28
53781 Log: integrate change#5999 from mainline
53782
53783 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
53784 Branch: maint-5.6/perl
53785 !> t/pragma/warn/toke toke.c
53786____________________________________________________________________________
53787[ 7288] By: gsar on 2000/10/16 04:07:01
53788 Log: integrate changes#5997,5998 from cfgperl
53789
53790 Preserve $!.
53791
53792 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
53793 Branch: maint-5.6/perl
53794 !> lib/Math/Complex.pm
53795____________________________________________________________________________
53796[ 7287] By: gsar on 2000/10/16 04:04:37
53797 Log: integrate change#5995 from mainline
53798
53799 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
53800 Branch: maint-5.6/perl
53801 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
53802____________________________________________________________________________
53803[ 7286] By: gsar on 2000/10/16 04:03:21
53804 Log: integrate change#5994 from mainline
53805
53806 fix for missed accounting for null byte in pack("Z",...) (from
53807 M.J.T. Guy)
53808 Branch: maint-5.6/perl
53809 !> pp.c t/op/pack.t
53810____________________________________________________________________________
53811[ 7285] By: gsar on 2000/10/16 04:02:11
53812 Log: integrate changes#5989..5993 from mainline
53813
53814 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
53815 itself and no other (from Tom Hughes)
53816
53817 use $ENV{LIB} to search for libs under Visual C compiler
53818 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
53819
53820 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
53821
53822 pod nit (from Simon Cozens)
53823
53824 various minor tweaks seen on p5p
53825 Branch: maint-5.6/perl
53826 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
53827 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
53828 !> t/op/array.t toke.c
53829____________________________________________________________________________
53830[ 7284] By: gsar on 2000/10/16 03:59:00
53831 Log: integrate changes#5978..5988 from mainline
53832
53833 sync version numbers in File::Spec with the ones on CPAN
53834 (from Barrie Slaymaker)
53835
53836 under useithreads, constant pad entries could inadvertantly be
53837 shared across threads (from Eric Blood <eblood@xmission.com>);
53838 added Eric's test case to testsuite
53839
53840 allow Configure -S to run non-interactively (spotted by Greg Hudson
53841 <ghudson@mit.edu>)
53842
53843 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
53844 prototype mismatch with CORE::glob(); update pod and tests to
53845 suit (File::Glob::glob() is still available for backward
53846 compatibility, but should be considered deprecated)
53847
53848 avoid error in IO::Socket::INET when given an unknown service name
53849 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
53850
53851 numeric conversion of non-number in change#3378 tramples on
53852 OOK offset, causing segfaults
53853
53854 attributes::reftype() doesn't work on tied argument
53855
53856 forked child may not exit correctly if it failed to open
53857 /dev/console (from Graham Barr)
53858
53859 add regular expressions tutorial and quick-start guide (from
53860 Mark Kvale <kvale@phy.ucsf.edu>)
53861
53862 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
53863
53864 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
53865 <paul@miraclefish.com>)
53866 Branch: maint-5.6/perl
53867 +> pod/perlrequick.pod pod/perlretut.pod
53868 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
53869 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
53870 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
53871 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
53872 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
53873 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53874 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
53875 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
53876____________________________________________________________________________
53877[ 7283] By: gsar on 2000/10/16 03:52:14
53878 Log: integrate change#5977 from mainline
53879
53880 autoquote barewords followed by newline and arrow properly
53881 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
53882 Branch: maint-5.6/perl
53883 !> t/pragma/warn/toke toke.c
53884____________________________________________________________________________
53885[ 7282] By: gsar on 2000/10/16 03:50:48
53886 Log: integrate change#5976 from mainline
53887
53888 DB_File v1.73 update (from Paul Marquess)
53889 Branch: maint-5.6/perl
53890 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
53891 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
53892____________________________________________________________________________
53893[ 7281] By: gsar on 2000/10/16 03:49:14
53894 Log: integrate change#5975 from mainline
53895
53896 allow sort() reentrancy (variant of patch suggested by
53897 Hugo van der Sanden)
53898 Branch: maint-5.6/perl
53899 !> pp_ctl.c t/op/sort.t
53900____________________________________________________________________________
53901[ 7280] By: gsar on 2000/10/16 03:48:22
53902 Log: integrate change#5974 from mainline
53903
53904 change#4197 somehow missed initializing PL_errors, meaning
53905 syntax error queueing wasn't working outside eval"" at all;
53906 also fixed eval"" to localize PL_error_count, so that compile-time
53907 eval's don't clobber the error state of the outer context
53908 Branch: maint-5.6/perl
53909 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
53910 !> t/pragma/warn/toke
53911____________________________________________________________________________
53912[ 7279] By: gsar on 2000/10/16 03:46:21
53913 Log: integrate change#5973 from mainline
53914
53915 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
53916 Branch: maint-5.6/perl
53917 !> regcomp.c regexec.c t/op/re_tests
53918____________________________________________________________________________
53919[ 7278] By: gsar on 2000/10/16 03:44:54
53920 Log: integrate change#5971 from cfgperl
53921
53922 Unicos tweaks from Mark P. Lutz.
53923 Branch: maint-5.6/perl
53924 !> hints/unicos.sh lib/Math/Complex.pm
53925____________________________________________________________________________
53926[ 7277] By: gsar on 2000/10/16 03:42:59
53927 Log: integrate changes#5966..5970 from mainline
53928
53929 add testsuite for B backends, fix bug in B::Deparse (from
53930 Simon Cozens <simon@brecon.co.uk>)
53931
53932 improved docs on the warn_uninit diagnostic (from David Glasser
53933 and Simon Cozens)
53934
53935 tolerate spaces in group names in test on solaris (from David Boyce
53936 <dsb@boyski.com>)
53937
53938 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
53939
53940 Data::Dumper fumbles negative numbers on 32-bit platforms where
53941 IV is >32bits
53942 Branch: maint-5.6/perl
53943 +> t/lib/b.t t/lib/syslog.t
53944 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
53945 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
53946 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
53947____________________________________________________________________________
53948[ 7276] By: gsar on 2000/10/16 03:39:30
53949 Log: integrate change#5965 from mainline
53950
53951 avoid "will not stay shared" warnings for our variables (from
53952 Robin Barker)
53953 Branch: maint-5.6/perl
53954 !> op.c t/pragma/warn/op
53955____________________________________________________________________________
53956[ 7275] By: gsar on 2000/10/16 03:38:18
53957 Log: integrate change#5964 from mainline
53958
53959 reformat to 72 columns (again)
53960 Branch: maint-5.6/perl
53961 !> pod/perldiag.pod
53962____________________________________________________________________________
53963[ 7274] By: gsar on 2000/10/16 03:36:58
53964 Log: integrate change#5963 from mainline
53965
53966 patch from Larry to make (\&) prototype work; added tests for
53967 the same
53968 Branch: maint-5.6/perl
53969 !> op.c t/comp/proto.t
53970____________________________________________________________________________
53971[ 7273] By: gsar on 2000/10/16 03:35:51
53972 Log: integrate changes#5956..5962 from mainline
53973
53974 better diagnostics on failed tests (from Ilya Zakharevich)
53975
53976 pod nits (from A. C. Yardley <yardley@tanet.net>)
53977
53978 change#3569 deleted some essential code, revert; avoid use of
53979 atexit() to make DynaLoader work properly on AIX under mod_perl
53980 (from Jens-Uwe Mager <jum@helios.de>)
53981
53982 doubled words in pods (from Simon Cozens
53983 <simon.p.cozens@jp.pwcglobal.com>)
53984
53985 better INSTALL notes on Solaris issues (from Dominic Dunlop)
53986
53987 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
53988
53989 updated README.hpux (from Jeff Okamoto)
53990 Branch: maint-5.6/perl
53991 !> INSTALL README.hpux emacs/cperl-mode.el
53992 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
53993 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
53994 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
53995 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
53996 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
53997 !> t/op/lex_assign.t
53998____________________________________________________________________________
53999[ 7272] By: gsar on 2000/10/16 03:31:22
54000 Log: integrate change#5955 from mainline
54001
54002 longstanding bug exposed by change#3307: sort arguments weren't
54003 compiled with the right wantarray context (ensuing runtime lookup
54004 via block_gimme() was getting the incidental context of the
54005 sort() itself)
54006 Branch: maint-5.6/perl
54007 !> op.c t/op/sort.t
54008____________________________________________________________________________
54009[ 7271] By: gsar on 2000/10/16 03:29:11
54010 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
54011 branch
54012
54013 Flatten the cpp jungle doing the nosuid checking.
54014
54015 Do not assume sign propagation. (from M.J.T. Guy)
54016
54017 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
54018
54019 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54020 Now pp_ncmp() returns undef is either operand is a NaN.
54021
54022 On second thoughts frexp() does have two arguments.
54023
54024 Document that tr() is not tr(1).
54025
54026 Be more robust on "extreme" (large absolute value)
54027 arguments. Originally reported by Daniel Connelly
54028 as a problem with asinh() on large negative arguments,
54029 asinh() used to bail out because an argument to log()
54030 ended up being zero. Ilya Zakharevich proposed using
54031 Taylor's series in such cases, which for such large
54032 arguments is a very good approximation.
54033
54034 Undo "use integer" addition from 64bitint as it seems
54035 to break most of the subtests in Digital UNIX;
54036 Unicos needs to find another way.
54037 Branch: maint-5.6/perl
54038 !> (integrate 29 files)
54039____________________________________________________________________________
54040[ 7270] By: gsar on 2000/10/16 03:09:44
54041 Log: integrate changes#5948,5949,5950 from mainline
54042
54043 typo in vars.pm that leads to cryptic message (from Piotr
54044 Piatkowski <kompas@kompas.usr.onet.pl>)
54045
54046 make perldoc use the pod2man from the same version (from
54047 M.J.T. Guy)
54048
54049 reformat perldiag to avoid long lines
54050 Branch: maint-5.6/perl
54051 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
54052____________________________________________________________________________
54053[ 7269] By: gsar on 2000/10/16 03:05:54
54054 Log: integrate change#5947 from mainline
54055
54056 use &dl_error rather than &dl_load_file as the guard for calling
54057 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54058 statically built perl)
54059 Branch: maint-5.6/perl
54060 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54061____________________________________________________________________________
54062[ 7268] By: gsar on 2000/10/16 03:04:48
54063 Log: integrate change#5945 from mainline
54064
54065 make module name mandatory after -M switch; reorder perldiag
54066 alphabetically (from Mark-Jason Dominus)
54067 Branch: maint-5.6/perl
54068 !> perl.c pod/perldiag.pod
54069____________________________________________________________________________
54070[ 7267] By: gsar on 2000/10/16 03:03:01
54071 Log: integrate change#5939 from mainline
54072
54073 more pod nits (from Larry Virden)
54074 Branch: maint-5.6/perl
54075 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
54076 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54077 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54078____________________________________________________________________________
54079[ 7266] By: gsar on 2000/10/16 03:01:39
54080 Log: integrate change#5938 from mainline
54081
54082 Consolidated B::Deparse fixes (from Stephen McCamant)
54083 Branch: maint-5.6/perl
54084 !> ext/B/B/Deparse.pm
54085____________________________________________________________________________
54086[ 7265] By: gsar on 2000/10/16 03:00:43
54087 Log: integrate change#5936 from mainline
54088
54089 additional tests for change#7263 (from Paul Marquess)
54090 Branch: maint-5.6/perl
54091 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54092 !> t/pragma/warn/5nolint t/pragma/warn/6default
54093____________________________________________________________________________
54094[ 7264] By: gsar on 2000/10/16 02:58:34
54095 Log: integrate change#5934 from mainline
54096
54097 propagate lexical warnings from surrounding scope correctly
54098 within string eval() (from Paul Marquess)
54099 Branch: maint-5.6/perl
54100 !> pp_ctl.c t/pragma/warn/pp_ctl
54101____________________________________________________________________________
54102[ 7263] By: gsar on 2000/10/16 02:56:53
54103 Log: integrate change#5932 from mainline
54104
54105 add rsignal(), whichsig() and do_join() to public API list
54106 (mod_perl uses them to good advantage)
54107 Branch: maint-5.6/perl
54108 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
54109____________________________________________________________________________
54110[ 7262] By: gsar on 2000/10/16 02:55:53
54111 Log: integrate change#5931 from mainline
54112
54113 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54114 Branch: maint-5.6/perl
54115 !> pp_hot.c regexec.c t/op/pat.t
54116____________________________________________________________________________
54117[ 7261] By: gsar on 2000/10/16 02:55:01
54118 Log: integrate change#5930 from mainline
54119
54120 small os390 tweaks (from Peter Prymmer)
54121 Branch: maint-5.6/perl
54122 !> config_h.SH makedepend.SH
54123____________________________________________________________________________
54124[ 7260] By: gsar on 2000/10/16 02:54:10
54125 Log: integrate change#5929 from mainline
54126
54127 pod nits
54128 Branch: maint-5.6/perl
54129 !> pod/perlguts.pod
54130____________________________________________________________________________
54131[ 7259] By: gsar on 2000/10/16 02:52:55
54132 Log: integrate change#5927 from mainline
54133
54134 arrange for next() to resume at the unstack op rather than the
54135 loop conditional, so that scope cleanup happens correctly
54136 (from Stephen McCamant)
54137 Branch: maint-5.6/perl
54138 !> op.c pp_ctl.c t/op/misc.t
54139____________________________________________________________________________
54140[ 7258] By: gsar on 2000/10/16 02:51:38
54141 Log: integrate change#5926 from mainline
54142
54143 on windows, reserve 16M of stack rather than 128M (allows more
54144 threads to run concurrently)
54145 Branch: maint-5.6/perl
54146 !> win32/Makefile win32/makefile.mk
54147____________________________________________________________________________
54148[ 7257] By: gsar on 2000/10/16 02:50:37
54149 Log: integrate change#5925 from mainline
54150
54151 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54152 Branch: maint-5.6/perl
54153 !> toke.c
54154____________________________________________________________________________
54155[ 7256] By: gsar on 2000/10/16 02:49:36
54156 Log: integrate change#5924 from mainline
54157
54158 avoid using uninitialized memory in require version check
54159 Branch: maint-5.6/perl
54160 !> pp_ctl.c universal.c
54161____________________________________________________________________________
54162[ 7255] By: gsar on 2000/10/16 02:48:03
54163 Log: integrate changes#5923,5928,6009 from mainline
54164
54165 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54166 Branch: maint-5.6/perl
54167 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54168____________________________________________________________________________
54169[ 7254] By: gsar on 2000/10/16 02:44:46
54170 Log: integrate change#5922 from mainline
54171
54172 commentary about IoTYPE() (from Nathan Torkington)
54173 Branch: maint-5.6/perl
54174 !> sv.h
54175____________________________________________________________________________
54176[ 7253] By: gsar on 2000/10/16 02:43:49
54177 Log: integrate change#5921 from mainline
54178
54179 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54180 Branch: maint-5.6/perl
54181 !> sv.c t/lib/charnames.t t/pragma/utf8.t
54182____________________________________________________________________________
54183[ 7252] By: gsar on 2000/10/16 02:42:31
54184 Log: integrate change#5920 from mainline
23c0d66e 54185
51c9377f
JH
54186 Larry's fix for buggy propagation of utf8-ness in join(); add test
54187 Branch: maint-5.6/perl
54188 !> doop.c t/op/ver.t
23c0d66e 54189____________________________________________________________________________
51c9377f
JH
54190[ 7251] By: gsar on 2000/10/16 02:41:14
54191 Log: integrate changes#5915..5919 from mainline
54192
54193 various (pod tweaks &c)
54194 Branch: maint-5.6/perl
54195 !> (integrate 33 files)
23c0d66e 54196____________________________________________________________________________
51c9377f
JH
54197[ 7250] By: gsar on 2000/10/16 02:38:16
54198 Log: integrate change#5914 from mainline
54199
54200 caller() wasn't returning the right number of elements for
54201 eval {...}
54202 Branch: maint-5.6/perl
54203 !> pp_ctl.c t/pragma/warn/9enabled
23c0d66e 54204____________________________________________________________________________
51c9377f
JH
54205[ 7249] By: gsar on 2000/10/16 02:37:02
54206 Log: integrate change#5913 from mainline
54207
54208 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
54209 (from Mark-Jason Dominus)
54210 Branch: maint-5.6/perl
54211 !> pod/perlfunc.pod
23c0d66e 54212____________________________________________________________________________
51c9377f
JH
54213[ 7248] By: gsar on 2000/10/16 02:35:58
54214 Log: integrate change#5912 from mainline
54215
54216 fix totally broken caching in UNIVERSAL::isa() (from
54217 Nick Ing-Simmons)
54218 Branch: maint-5.6/perl
54219 !> t/op/universal.t universal.c
a4abfbda 54220____________________________________________________________________________
51c9377f
JH
54221[ 7247] By: gsar on 2000/10/16 02:34:27
54222 Log: integrate changes#5910,5911 from mainline
54223
54224 typo in pod
54225
54226 add linebreak properties from unicode/LineBrk.txt (from
54227 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54228 Branch: maint-5.6/perl
54229 +> (branch 29 files)
54230 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
a4abfbda 54231____________________________________________________________________________
51c9377f
JH
54232[ 7246] By: gsar on 2000/10/16 02:33:29
54233 Log: integrate change#5909 from mainline
54234
54235 mode argument to do_binmode() should be file mode, not boolean
54236 Branch: maint-5.6/perl
54237 !> pp_sys.c
54238____________________________________________________________________________
54239[ 7245] By: gsar on 2000/10/16 02:31:04
54240 Log: integrate change#5908 from mainline
54241
54242 introduce illegal symbols into null package so that
54243 gv_fetchpv(...,TRUE) always returns a valid GV even when the
54244 symbol is trapped by strictures (avoids coredumps)
54245 Branch: maint-5.6/perl
54246 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
54247 !> t/pragma/strict-vars
a4abfbda
JH
54248____________________________________________________________________________
54249[ 7244] By: jhi on 2000/10/16 02:29:54
54250 Log: Subject: $Carp::ExportLevel confusion in Exporter
54251 From: "Ben Tilly" <ben_tilly@hotmail.com>
54252 Date: Sat, 14 Oct 2000 16:44:34 EDT
54253 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
54254 Branch: perl
54255 ! lib/Exporter/Heavy.pm
54256____________________________________________________________________________
54257[ 7243] By: jhi on 2000/10/16 02:28:33
54258 Log: Subject: [PATCH perlguts.pod] Document offset hack
54259 From: Simon Cozens <simon@cozens.net>
54260 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
54261 Date: Sat, 14 Oct 2000 19:32:25 +0100
54262 Branch: perl
54263 ! pod/perlguts.pod
54264____________________________________________________________________________
51c9377f
JH
54265[ 7242] By: gsar on 2000/10/16 02:26:51
54266 Log: integrate changes#5905,5906,5907,6064 from mainline
54267
54268 printf/sprintf didn't get quad types right under use64bitint
54269 Branch: maint-5.6/perl
54270 !> pp_sys.c sv.c t/op/64bitint.t
54271____________________________________________________________________________
a4abfbda
JH
54272[ 7241] By: jhi on 2000/10/16 02:22:44
54273 Log: Subject: small pod patch
54274 From: Dan Boorstein <dan_boo@bellsouth.net>
54275 Date: Sat, 14 Oct 2000 14:29:24 -0400
54276 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
54277 Branch: perl
54278 ! pod/perlfaq7.pod pod/perlmod.pod
54279____________________________________________________________________________
54280[ 7240] By: jhi on 2000/10/16 02:13:46
54281 Log: -w cleanup.
54282
54283 Subject: Re: Problems with bleadperl
54284 From: "Stephen P. Potter" <spp@ds.net>
54285 Date: Fri, 13 Oct 2000 13:32:49 -0400
54286 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
54287 Branch: perl
54288 ! t/pragma/overload.t
54289____________________________________________________________________________
54290[ 7239] By: jhi on 2000/10/16 01:41:18
54291 Log: One more ~utf8 tweak.
54292 Branch: perl
54293 ! t/op/bop.t
54294____________________________________________________________________________
54295[ 7238] By: jhi on 2000/10/16 01:34:14
54296 Log: Tweak the test of #7235.
54297 Branch: perl
54298 ! t/op/bop.t
54299____________________________________________________________________________
54300[ 7237] By: jhi on 2000/10/16 01:25:04
54301 Log: Fix a couple of compiler-noted nits in #7235.
54302 Branch: perl
54303 ! pp.c
54304____________________________________________________________________________
54305[ 7236] By: jhi on 2000/10/16 01:22:46
54306 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54307 Branch: perl
54308 ! pp.c pp_hot.c
54309____________________________________________________________________________
54310[ 7235] By: jhi on 2000/10/15 16:24:44
54311 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54312
54313 From: Simon Cozens <simon@cozens.net>
54314 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54315 Date: Sat, 14 Oct 2000 20:52:13 +0100
54316 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
54317 Branch: perl
54318 ! pp.c t/op/bop.t utf8.h
54319____________________________________________________________________________
54320[ 7234] By: jhi on 2000/10/15 15:19:29
54321 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
54322 The problem was that rx->minlen was in chars while pp_split()
54323 thought it would be in bytes.
54324 Branch: perl
54325 ! pp.c t/pragma/utf8.t
54326____________________________________________________________________________
54327[ 7233] By: jhi on 2000/10/14 20:24:24
54328 Log: Document FNCASE=y as discussed in the bug 20000902.009.
54329 Branch: perl
54330 ! README.dos
54331____________________________________________________________________________
54332[ 7232] By: jhi on 2000/10/14 18:52:21
54333 Log: Add test for bug id 20000427.003 (which seems to have
54334 been fixed) (also duplicate as 20000427.004, though
54335 with a higher severity). Move one utf8 from op/append
54336 to pragma/utf8, tag the tests with bug ids.
54337 Branch: perl
54338 ! t/op/append.t t/pragma/utf8.t
54339____________________________________________________________________________
54340[ 7231] By: jhi on 2000/10/14 17:28:37
54341 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
54342 Branch: perl
54343 ! t/pragma/utf8.t
54344____________________________________________________________________________
0b3b9d72
JH
54345[ 7230] By: jhi on 2000/10/14 14:24:50
54346 Log: Needs to be conditional on SunOS 4.
54347
54348 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54349 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54350 Date: Sat, 14 Oct 2000 13:37:49 +0100
54351 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
54352 Branch: metaconfig/U/perl
54353 ! End.U
54354 Branch: perl
54355 ! Configure myconfig.SH pod/perldelta.pod
54356____________________________________________________________________________
a4abfbda
JH
54357[ 7229] By: jhi on 2000/10/14 00:49:22
54358 Log: Update Changes.
54359 Branch: perl
54360 ! Changes patchlevel.h
54361____________________________________________________________________________
0835f758
JH
54362[ 7228] By: jhi on 2000/10/14 00:46:10
54363 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54364 From: Peter Prymmer <pvhp@forte.com>
54365 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
54366 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
54367 Branch: perl
54368 ! lib/utf8.pm
54369____________________________________________________________________________
54370[ 7227] By: jhi on 2000/10/13 23:20:30
54371 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
54372 Branch: perl
54373 ! t/op/tie.t
54374____________________________________________________________________________
54375[ 7226] By: jhi on 2000/10/13 22:14:32
54376 Log: Tweak #7225.
54377
54378 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54379 From: Peter Prymmer <pvhp@forte.com>
54380 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
54381 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
54382 Branch: perl
54383 ! t/op/sprintf.t
54384____________________________________________________________________________
54385[ 7225] By: jhi on 2000/10/13 22:11:31
54386 Log: op/sprintf.t patch for OS/390 (and any other host with limited
54387 floating-point exponent length)
54388
54389 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54390 From: Dominic Dunlop <domo@computer.org>
54391 Date: Fri, 13 Oct 2000 19:17:57 +0200
54392 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
54393 Branch: perl
54394 ! t/op/sprintf.t
54395____________________________________________________________________________
54396[ 7224] By: jhi on 2000/10/13 18:40:48
54397 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
54398 Branch: perl
54399 ! toke.c
54400____________________________________________________________________________
54401[ 7223] By: jhi on 2000/10/13 18:37:13
54402 Log: Thinko in #7222.
54403 Branch: perl
54404 ! utf8.c
54405____________________________________________________________________________
54406[ 7222] By: jhi on 2000/10/13 18:05:23
54407 Log: Use UTF8SKIP(), from Simon Cozens.
54408 Branch: perl
54409 ! utf8.c
54410____________________________________________________________________________
54411[ 7221] By: jhi on 2000/10/13 15:43:19
54412 Log: (accidentally empty check-in)
54413 Branch: perl
54414 ! utf8.c
54415____________________________________________________________________________
54416[ 7220] By: jhi on 2000/10/13 15:23:51
54417 Log: Add (optimistically) Storable to static extensions.
54418 Branch: perl
54419 ! hints/uwin.sh hints/vmesa.sh
54420____________________________________________________________________________
54421[ 7219] By: jhi on 2000/10/13 15:20:05
54422 Log: Amdahl UTS doesn't seem to do dynaloading.
54423 Branch: perl
54424 ! hints/uts.sh
54425____________________________________________________________________________
54426[ 7218] By: jhi on 2000/10/13 15:15:20
54427 Log: Slight tweak of the code to appease Amdahl UTS cc.
54428 Branch: perl
54429 ! pp.c
54430____________________________________________________________________________
54431[ 7217] By: jhi on 2000/10/13 14:50:42
54432 Log: In Amdahl UTS "struct sv" is defined by a system header,
54433 <ksync.h>.
54434 Branch: perl
54435 ! perl.h sv.h
54436____________________________________________________________________________
54437[ 7216] By: jhi on 2000/10/13 11:58:25
54438 Log: Ilya implemented the memory profiling API.
54439 Branch: perl
54440 ! Todo
54441____________________________________________________________________________
54442[ 7215] By: jhi on 2000/10/13 02:56:38
54443 Log: Subject: [PATCH 5.7.0] Perl API for mstats
54444 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54445 Date: Thu, 12 Oct 2000 22:52:40 -0400
54446 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
54447 Branch: perl
54448 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
54449____________________________________________________________________________
54450[ 7214] By: jhi on 2000/10/13 02:55:38
54451 Log: Subject: [PATCH 5.7.0] IVs in mtats
54452 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54453 Date: Thu, 12 Oct 2000 22:51:04 -0400
54454 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
54455 Branch: perl
54456 ! malloc.c perl.h
54457____________________________________________________________________________
54458[ 7213] By: jhi on 2000/10/13 02:31:47
54459 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
54460 Branch: perl
54461 ! pod/perldiag.pod pp_sys.c
54462____________________________________________________________________________
54463[ 7212] By: jhi on 2000/10/13 01:27:38
54464 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54465 From: Peter Prymmer <pvhp@forte.com>
54466 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
54467 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
54468 Branch: perl
54469 ! t/op/oct.t
54470____________________________________________________________________________
54471[ 7211] By: jhi on 2000/10/13 00:35:09
54472 Log: Update Changes.
54473 Branch: perl
54474 ! Changes patchlevel.h
54475____________________________________________________________________________
9b10d7ba
JH
54476[ 7210] By: jhi on 2000/10/12 23:59:40
54477 Log: The Install.pm third of
54478
54479 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54480 From: Bill Campbell <bill@celestial.com>
54481 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54482 Date: Thu, 5 Oct 2000 18:04:51 -0700
54483 Branch: perl
54484 ! lib/ExtUtils/Install.pm
54485____________________________________________________________________________
54486[ 7209] By: jhi on 2000/10/12 23:58:43
54487 Log: Two thirds of
54488
54489 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54490 Date: Thu, 5 Oct 2000 18:04:51 -0700
54491 From: Bill Campbell <bill@celestial.com>
54492 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54493
54494 The Install.pm changes will be submitted separately because
54495 they need some work and discussion still.
54496 Branch: perl
54497 ! lib/getopts.pl lib/termcap.pl
54498____________________________________________________________________________
54499[ 7208] By: jhi on 2000/10/12 23:41:19
54500 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
54501 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54502 Date: Thu, 12 Oct 2000 07:30:02 EDT
54503 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
54504 Branch: perl
54505 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
54506 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
54507____________________________________________________________________________
54508[ 7207] By: jhi on 2000/10/12 23:39:01
54509 Log: An updated EBCDIC tr patch.
54510
54511 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54512 From: Peter Prymmer <pvhp@forte.com>
54513 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
54514 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
54515 Branch: perl
54516 ! t/op/tr.t
54517____________________________________________________________________________
54518[ 7206] By: jhi on 2000/10/12 23:34:55
54519 Log: Upgrade to CPAN 1.58, from Andreas König.
54520 Branch: perl
54521 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54522____________________________________________________________________________
0b3b9d72
JH
54523[ 7205] By: jhi on 2000/10/12 23:29:08
54524 Log: Introduce the man[24-8] variables, from Andy Dougherty.
54525 Branch: metaconfig/U/perl
54526 + mandirs.U mandirstyle.U
54527 Branch: perl
54528 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54529 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
54530 ! vos/config.h vos/config.pl vos/config_h.SH_orig
54531 ! win32/config.bc win32/config.gc win32/config.vc
54532____________________________________________________________________________
9b10d7ba
JH
54533[ 7204] By: gsar on 2000/10/12 18:11:24
54534 Log: restore change#7202
54535 Branch: perl
54536 ! mg.c
54537____________________________________________________________________________
54538[ 7203] By: gsar on 2000/10/12 18:09:40
54539 Log: another test of the Emergency Broadcast System--back out
54540 change#7202
54541 Branch: perl
54542 ! mg.c
54543____________________________________________________________________________
54544[ 7202] By: gsar on 2000/10/12 16:40:47
54545 Log: (submitted on behalf of Jarkko)
54546 Fix the lib/encode.t subtest 6 failure as reported by Andreas
54547 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
54548 was unearthed by change 7182, as was a bug in HTML::Entities.
54549 Branch: perl
54550 ! mg.c
54551____________________________________________________________________________
54552[ 7201] By: jhi on 2000/10/11 03:16:05
54553 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
54554 Branch: perl
54555 ! pp_hot.c t/pragma/utf8.t
54556____________________________________________________________________________
54557[ 7200] By: jhi on 2000/10/11 00:40:30
54558 Log: The #7198 was a false alarm.
54559 Branch: perl
54560 ! pp_hot.c
54561____________________________________________________________________________
54562[ 7199] By: jhi on 2000/10/11 00:26:04
54563 Log: Remove duplicated code.
54564 Branch: perl
54565 ! t/lib/cgi-html.t
54566____________________________________________________________________________
54567[ 7198] By: jhi on 2000/10/10 23:30:46
54568 Log: (Retracted by #7200.)
54569 Branch: perl
54570 ! pp_hot.c
54571____________________________________________________________________________
54572[ 7197] By: jhi on 2000/10/10 21:49:30
54573 Log: Add the test case for #7190, from the original bug report
54574 by Andreas König.
54575 Branch: perl
54576 ! t/pragma/utf8.t
54577____________________________________________________________________________
54578[ 7196] By: jhi on 2000/10/10 21:40:49
54579 Log: Reapply Andy's patch and regen Configure.
54580 Branch: perl
54581 ! Configure INSTALL Makefile.SH Porting/Glossary
54582 ! Porting/config.sh config_h.SH epoc/config.sh installperl
54583 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54584 ! win32/config.vc
54585____________________________________________________________________________
54586[ 7195] By: jhi on 2000/10/10 21:09:30
54587 Log: Use the versiononly instead of the installscripts,
54588 retract the changes 7146 and 7147.
54589 Branch: perl
54590 ! Configure INSTALL Makefile.SH Porting/Glossary
54591 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
54592 ! installperl uconfig.sh vos/config.def win32/config.bc
54593 ! win32/config.gc win32/config.vc
54594____________________________________________________________________________
54595[ 7194] By: jhi on 2000/10/10 21:06:15
54596 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
54597 From: Peter Prymmer <pvhp@forte.com>
54598 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
54599 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
54600 Branch: perl
54601 ! t/op/ver.t
54602____________________________________________________________________________
54603[ 7193] By: jhi on 2000/10/10 21:05:12
54604 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
54605 From: Peter Prymmer <pvhp@forte.com>
54606 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
54607 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
54608 Branch: perl
54609 ! t/op/tr.t
54610____________________________________________________________________________
51c9377f
JH
54611[ 7192] By: jhi on 2000/10/10 20:57:30
54612 Log: Add versiononly, delete installscripts, from Andy Dougherty.
54613 Branch: metaconfig
54614 - U/installdirs/installscripts.U
54615 Branch: metaconfig/U/perl
54616 + versiononly.U
54617____________________________________________________________________________
9b10d7ba
JH
54618[ 7191] By: jhi on 2000/10/10 19:41:21
54619 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
54620 From: Peter Prymmer <pvhp@forte.com>
54621 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
54622 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
54623 Branch: perl
54624 ! pod/perlebcdic.pod
54625____________________________________________________________________________
54626[ 7190] By: jhi on 2000/10/10 19:26:14
54627 Log: Subject: Re: utf8 concat, mg_get
54628 From: Simon Cozens <simon@cozens.net>
54629 Date: Tue, 10 Oct 2000 17:40:17 +0100
54630 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
54631 Branch: perl
54632 ! pp_hot.c
54633____________________________________________________________________________
54634[ 7189] By: jhi on 2000/10/10 19:23:03
54635 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
54636 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
54637 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
54638 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
54639 Branch: perl
54640 ! lib/ExtUtils/MM_Unix.pm
54641____________________________________________________________________________
54642[ 7188] By: jhi on 2000/10/10 15:31:24
54643 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
54644 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54645 Date: Fri, 14 Jul 2000 10:47:36 +0100
54646 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
54647 Branch: perl
54648 ! README.win32
54649____________________________________________________________________________
54650[ 7187] By: jhi on 2000/10/10 13:30:10
54651 Log: Quote the temp file name, needed in Win32 because the
54652 default name unfortunately contains spaces, shouldn't
54653 hurt elsewhere.
54654
54655 Subject: FW: perldoc fails if $TEMP contains spaces
54656 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54657 Date: Thu, 14 Sep 2000 08:58:45 +0100
54658 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
54659 Branch: perl
54660 ! utils/perldoc.PL
54661____________________________________________________________________________
54662[ 7186] By: jhi on 2000/10/10 13:16:27
54663 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
54664 From: hv@hugo.hybyte.com
54665 Date: Tue, 10 Oct 2000 14:10:20 +0100
54666 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
54667 Branch: perl
54668 ! t/lib/thr5005.t util.c
54669____________________________________________________________________________
54670[ 7185] By: jhi on 2000/10/10 12:06:22
54671 Log: Upgrade to podlators 1.04, from Russ Allbery.
54672 Branch: perl
54673 ! lib/Pod/Man.pm lib/Pod/Text.pm
54674____________________________________________________________________________
54675[ 7184] By: jhi on 2000/10/10 12:01:32
54676 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
54677 Branch: perl
54678 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
54679____________________________________________________________________________
54680[ 7183] By: jhi on 2000/10/09 23:47:15
54681 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
54682 From: Peter Prymmer <pvhp@forte.com>
54683 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
54684 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
54685 Branch: perl
54686 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
54687____________________________________________________________________________
54688[ 7182] By: jhi on 2000/10/09 23:43:16
54689 Log: Make eq work again with utf8 (disabling the upgrading
54690 should no more be necessary since the copies of the
54691 scalars are upgraded, not the scalars themselves).
54692 Takes care of ID 20001009.001. (The claimed length()
54693 bug in 20001009.001 seems bogus to me.)
54694 Branch: perl
54695 ! sv.c t/pragma/utf8.t
54696____________________________________________________________________________
54697[ 7181] By: gsar on 2000/10/09 19:41:54
54698 Log: tweak for change#7173
54699 Branch: perl
54700 ! win32/win32sck.c
54701____________________________________________________________________________
54702[ 7180] By: gsar on 2000/10/09 19:26:56
54703 Log: on Windows, clean targets might not work under some flavors of the shell
54704 Branch: perl
54705 ! win32/Makefile win32/makefile.mk
54706____________________________________________________________________________
54707[ 7179] By: jhi on 2000/10/09 19:21:02
54708 Log: Update Changes.
54709 Branch: perl
54710 ! Changes patchlevel.h
54711____________________________________________________________________________
3a3d8f3c
JH
54712[ 7178] By: jhi on 2000/10/09 19:18:23
54713 Log: Warn about unknown scripts.
54714
54715 Subject: Re: ideas? patches? [PATCH bleadperl]
54716 From: Dominic Dunlop <domo@computer.org>
54717 Date: Mon, 9 Oct 2000 14:57:17 +0200
54718 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
54719 Branch: perl
54720 ! lib/charnames.pm
54721____________________________________________________________________________
0b3b9d72
JH
54722[ 7177] By: jhi on 2000/10/09 19:13:27
54723 Log: Change #7160 had a nasty typo.
54724 Branch: metaconfig
54725 ! U/compline/Compile.U
54726 Branch: perl
54727 ! Configure config_h.SH
54728____________________________________________________________________________
3a3d8f3c
JH
54729[ 7176] By: gsar on 2000/10/09 18:59:33
54730 Log: pod nit
54731 Branch: perl
54732 ! pod/perlport.pod
54733____________________________________________________________________________
54734[ 7175] By: gsar on 2000/10/09 18:54:28
54735 Log: Windows9x doesn't support link(), despite what Config.pm
54736 might think
54737 Branch: perl
54738 ! lib/ExtUtils/Manifest.pm
54739____________________________________________________________________________
54740[ 7174] By: gsar on 2000/10/09 18:50:03
54741 Log: avoid nonportable example code
54742 Branch: perl
54743 ! lib/File/Copy.pm
54744____________________________________________________________________________
54745[ 7173] By: gsar on 2000/10/09 18:46:54
54746 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
54747 being used) when closing a socket handle
54748 Branch: perl
54749 ! win32/win32.c win32/win32.h win32/win32sck.c
54750____________________________________________________________________________
54751[ 7172] By: gsar on 2000/10/09 18:41:40
54752 Log: on Windows, cwd strings in the environment should be of the
54753 form =X:=X:\foo instead of =X=X:\foo\
54754 Branch: perl
54755 ! win32/vdir.h
54756____________________________________________________________________________
54757[ 7171] By: gsar on 2000/10/09 18:30:09
54758 Log: on Windows, LoadLibrary() could load an extension DLL multiple
54759 times if forward slashes are used in the path
54760 Branch: perl
54761 ! win32/win32.c
54762____________________________________________________________________________
54763[ 7170] By: jhi on 2000/10/09 17:53:59
54764 Log: Add a todo note about overloadable assertions.
54765 Branch: perl
54766 ! Todo-5.6
54767____________________________________________________________________________
54768[ 7169] By: jhi on 2000/10/09 13:43:45
54769 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
54770 From: mjd@plover.com
54771 Date: 9 Oct 2000 00:24:44 -0000
54772 Message-ID: <20001009002444.10616.qmail@plover.com>
54773 Branch: perl
54774 ! pod/perldebguts.pod
54775____________________________________________________________________________
54776[ 7168] By: nick on 2000/10/08 13:16:33
54777 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
54778 is not right thing to do on (e.g. x86). Network order is also "right" for
54779 X fonts.
54780 Branch: perl
54781 ! ext/Encode/Encode.pm
54782____________________________________________________________________________
54783[ 7167] By: nick on 2000/10/08 12:54:42
54784 Log: Make "encodings" work post-install when Encode/*.enc files may not
54785 be in same directory as Encode.pm
54786 Branch: perl
54787 ! ext/Encode/Encode.pm
54788____________________________________________________________________________
54789[ 7166] By: nick on 2000/10/08 11:51:26
54790 Log: Work round the fact that $hash->{$key} does not take into account
54791 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
54792 so that key is always in the "expected" encoding - i.e. same way we put
54793 it in the hash.
54794 Branch: perl
54795 ! ext/Encode/Encode.pm
54796____________________________________________________________________________
54797[ 7165] By: gsar on 2000/10/08 04:15:29
54798 Log: save_re_context() could reset PL_curcop to freed memory, causing core
54799 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
54800 Branch: perl
54801 ! pp_ctl.c
54802____________________________________________________________________________
54803[ 7164] By: jhi on 2000/10/06 20:51:48
54804 Log: UTF8ize split() so that the cloned substrings get the UTF8
54805 flag of the original scalar. Problem reported by Simon Cozens.
54806 Branch: perl
54807 ! pp.c t/pragma/utf8.t
54808____________________________________________________________________________
54809[ 7163] By: nick on 2000/10/06 20:48:34
54810 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
54811 got a false +ve and so did not reach code which would have un-FAKEd the SV.
54812 Branch: perl
54813 ! sv.c
54814____________________________________________________________________________
54815[ 7162] By: nick on 2000/10/06 20:25:37
54816 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
54817 To fix (sort {$a <=> $b} keys %hash) in particular but
54818 should cover a number of other as-yet-unknown cases as well.
54819 Branch: perl
54820 ! sv.c
54821____________________________________________________________________________
54822[ 7161] By: jhi on 2000/10/06 19:56:18
54823 Log: Change the version number of Tie::Handle in the core to 4.0,
54824 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
54825
54826 Subject: Note on Tie::Handle
54827 From: andreas.koenig@anima.de (Andreas J. Koenig)
54828 Date: 06 Oct 2000 21:48:58 +0200
54829 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
54830 Branch: perl
54831 ! lib/Tie/Handle.pm
54832____________________________________________________________________________
0b3b9d72
JH
54833[ 7160] By: jhi on 2000/10/06 18:20:35
54834 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
54835 as the first option of cc/ld because of ultrapicky compilers
54836 (e.g. OS/390 R2.5)
54837 Branch: metaconfig
54838 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
54839 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
54840 ! U/compline/orderlib.U U/modified/Cppsym.U
54841 ! U/modified/d_access.U
54842 Branch: metaconfig/U/perl
54843 ! Checkcc.U d_dlsymun.U gccvers.U
54844 Branch: perl
54845 ! Configure config_h.SH
54846____________________________________________________________________________
3a3d8f3c
JH
54847[ 7159] By: jhi on 2000/10/06 13:56:39
54848 Log: Update Changes.
54849 Branch: perl
54850 ! Changes patchlevel.h
54851____________________________________________________________________________
db9f7605
JH
54852[ 7158] By: jhi on 2000/10/06 12:48:40
54853 Log: Eliminate $Is_VMS code from the test.
54854
54855 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
54856 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54857 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
54858 Date: Thu, 5 Oct 2000 07:46:33 EDT
54859 Branch: perl
54860 ! t/lib/b.t
54861____________________________________________________________________________
0b3b9d72
JH
54862[ 7157] By: jhi on 2000/10/06 12:47:13
54863 Log: Also the $ccflags is needed for the C compiler check.
54864
54865 Subject: Configure (check for C-compiler)
54866 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54867 Date: Fri, 06 Oct 2000 08:47:15 +0200
54868 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
54869 Branch: metaconfig/U/perl
54870 ! Checkcc.U
54871 Branch: perl
54872 ! Configure config_h.SH
54873____________________________________________________________________________
db9f7605
JH
54874[ 7156] By: jhi on 2000/10/06 11:45:15
54875 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
54876 Branch: perl
54877 ! perl.c pp_ctl.c sv.h utf8.c
54878____________________________________________________________________________
54879[ 7155] By: jhi on 2000/10/06 11:40:41
54880 Log: IO::Handle->syswrite() did not handle length omission
54881 like CORE::syswrite() does.
54882
54883 Subject: [Fwd] IO::Handle, syswrite and arguments
54884 From: Graham Barr <gbarr@pobox.com>
54885 Date: Fri, 6 Oct 2000 10:22:05 +0100
54886 Message-ID: <20001006102205.U6312@pobox.com>
54887
54888 The original patch from andrew@ugh.net.au.
54889 Branch: perl
54890 ! ext/IO/lib/IO/Handle.pm
54891____________________________________________________________________________
54892[ 7154] By: jhi on 2000/10/06 01:42:15
54893 Log: Tweak #7153.
54894 Branch: perl
54895 ! utf8.h
54896____________________________________________________________________________
54897[ 7153] By: jhi on 2000/10/06 00:39:55
54898 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
54899 Branch: perl
54900 ! utf8.h
54901____________________________________________________________________________
54902[ 7152] By: jhi on 2000/10/06 00:38:11
54903 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
54904 Branch: perl
54905 ! perl.c pp_ctl.c sv.h utf8.c
54906____________________________________________________________________________
54907[ 7151] By: jhi on 2000/10/06 00:36:38
54908 Log: Subject: Re: Questions about Tie::Array and perl modules
54909 From: Nick Ing-Simmons <nik@tiuk.ti.com>
54910 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
54911 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
54912
54913 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
54914 Branch: perl
54915 ! lib/Tie/Array.pm t/op/array.t
54916____________________________________________________________________________
54917[ 7150] By: jhi on 2000/10/05 00:20:45
54918 Log: Regen Changes.
54919 Branch: perl
54920 ! Changes patchlevel.h
54921____________________________________________________________________________
8511762d
JH
54922[ 7149] By: jhi on 2000/10/05 00:20:01
54923 Log: Regen toc.
54924 Branch: perl
54925 ! pod/perltoc.pod
54926____________________________________________________________________________
54927[ 7148] By: jhi on 2000/10/04 23:35:08
54928 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
54929 reported several times by Dominic Dunlop, for example in
54930 ID 20000315.008. Patch from Dominic. Patch affects at
54931 least MachTen, and possibly other oldish BSDs. Should not
54932 break non-broken platforms (tested on LinuxPPC).
54933 Branch: perl
54934 ! doio.c
54935____________________________________________________________________________
51c9377f
JH
54936[ 7147] By: jhi on 2000/10/04 23:26:34
54937 Log: The one that got away from 7146.
54938 Branch: metaconfig
54939 + U/installdirs/installscripts.U
54940____________________________________________________________________________
8511762d
JH
54941[ 7146] By: jhi on 2000/10/04 23:25:04
54942 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
54943 suggested by H. Merijn Brand.
54944 Branch: perl
54945 ! Configure INSTALL Makefile.SH Porting/Glossary
54946 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
54947 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54948 ! win32/config.vc
54949____________________________________________________________________________
54950[ 7145] By: jhi on 2000/10/04 22:08:21
54951 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
54952 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54953 Date: Wed, 4 Oct 2000 17:37:46 -0400
54954 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
54955 Branch: perl
54956 ! utils/h2xs.PL
54957____________________________________________________________________________
54958[ 7144] By: jhi on 2000/10/04 18:11:41
54959 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
54960 From: Jeff Pinyan <jeffp@crusoe.net>
54961 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
54962 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
54963 Branch: perl
54964 ! pod/perlrun.pod
54965____________________________________________________________________________
54966[ 7143] By: jhi on 2000/10/04 18:09:58
54967 Log: Subject: perlhack.pod Patch for Externals Tools
54968 From: Fisher Mark <fisherm@tce.com>
54969 Date: Tue, 3 Oct 2000 15:43:27 -0500
54970 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
54971 Branch: perl
54972 ! pod/perlhack.pod
54973____________________________________________________________________________
54974[ 7142] By: jhi on 2000/10/04 18:08:41
54975 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
54976 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54977 Date: Wed, 4 Oct 2000 12:11:11 EDT
54978 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
54979 Branch: perl
54980 ! vms/vms.c
54981____________________________________________________________________________
54982[ 7141] By: jhi on 2000/10/04 12:20:16
54983 Log: Subject: [PATCH 5.7.0] h2xs not working
54984 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54985 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
54986 Date: Tue, 3 Oct 2000 21:43:01 -0400
54987
54988 Subject: [PATCH 5.7.0] h2xs not documenting the created module
54989 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54990 Date: Tue, 3 Oct 2000 22:55:19 -0400
54991 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
54992 Branch: perl
54993 ! utils/h2xs.PL
54994____________________________________________________________________________
54995[ 7140] By: jhi on 2000/10/04 11:53:44
54996 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
54997 From: nick@babyhippo.com
54998 Date: Wed, 4 Oct 2000 12:06:45 +0100
54999 Message-Id: <20001004120645.A7356@babyhippo.com>
55000
55001 Retract 7118 and 7135.
55002 Branch: perl
55003 ! installman installperl op.c t/pragma/subs.t
55004____________________________________________________________________________
0b3b9d72
JH
55005[ 7139] By: jhi on 2000/10/03 22:09:41
55006 Log: It is possible to have no hosts database at all. Pointed out in
55007
55008 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55009 From: Peter Prymmer <pvhp@forte.com>
55010 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55011 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55012 Branch: metaconfig
55013 ! U/modified/myhostname.U
55014 Branch: perl
55015 ! Configure config_h.SH
55016____________________________________________________________________________
8511762d
JH
55017[ 7138] By: jhi on 2000/10/03 21:49:49
55018 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55019 From: Peter Prymmer <pvhp@forte.com>
55020 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55021 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55022 Branch: perl
55023 ! pp_sys.c
55024____________________________________________________________________________
55025[ 7137] By: jhi on 2000/10/03 20:10:05
55026 Log: One remaining nit less at the VMS mailbox sizing.
55027 Branch: perl
55028 ! vms/vms.c
55029____________________________________________________________________________
55030[ 7136] By: jhi on 2000/10/03 20:08:47
55031 Log: Test harness update to sync with the new perlcc,
55032 from Simon Cozens.
55033 Branch: perl
55034 ! t/TEST t/UTEST
55035____________________________________________________________________________
55036[ 7135] By: jhi on 2000/10/03 15:15:42
55037 Log: Subject: Re: PATCH for 20001003.004
55038 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
55039 From: "AARON B. DOSSETT" <aaron@iglou.com>
55040 Message-Id: <E13gTay-0006od-00@iglou.com>
55041 Branch: perl
55042 ! installman installperl
55043____________________________________________________________________________
55044[ 7134] By: jhi on 2000/10/03 15:00:34
55045 Log: Subject: [ID 20001003.006] B::Debug not -w clean
55046 From: Nicholas Clark <nick@babyhippo.co.uk>
55047 Date: Tue, 03 Oct 2000 15:46:32 +0100
55048 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
55049 Branch: perl
55050 ! ext/B/B/Debug.pm
55051____________________________________________________________________________
55052[ 7133] By: jhi on 2000/10/03 14:58:39
55053 Log: Scale down the VMS message boxes, by Charles Lane.
55054 Fix for ID 20000903.009, workaround at
55055 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55056 Branch: perl
55057 ! vms/vms.c
55058____________________________________________________________________________
55059[ 7132] By: jhi on 2000/10/03 11:20:37
55060 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
55061 Branch: perl
55062 + t/lib/st-lock.t t/lib/st-utf8.t
55063 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
55064 ! ext/Storable/Storable.xs t/lib/st-recurse.t
55065____________________________________________________________________________
55066[ 7131] By: jhi on 2000/10/03 03:38:23
55067 Log: Encode nits.
55068 Branch: perl
55069 ! MANIFEST Makefile.SH
55070____________________________________________________________________________
55071[ 7130] By: jhi on 2000/10/03 03:31:05
55072 Log: Update Changes.
55073 Branch: perl
55074 ! Changes patchlevel.h
55075____________________________________________________________________________
0b3b9d72
JH
55076[ 7129] By: jhi on 2000/10/03 02:24:02
55077 Log: Misplaced else.
55078 Branch: metaconfig/U/perl
55079 ! d_strtoll.U
55080 Branch: perl
55081 ! Configure config_h.SH
55082____________________________________________________________________________
55083[ 7128] By: jhi on 2000/10/03 02:08:29
55084 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55085 From: sthoenna@efn.org
55086 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
55087 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
55088 Branch: metaconfig/U/perl
55089 ! d_strtoll.U
55090 Branch: perl
55091 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
55092____________________________________________________________________________
0f72438a
JH
55093[ 7127] By: jhi on 2000/10/03 01:13:14
55094 Log: Update Changes.
55095 Branch: perl
55096 ! Changes patchlevel.h
55097____________________________________________________________________________
70acb981
JH
55098[ 7126] By: jhi on 2000/10/03 00:57:08
55099 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55100 as suggested by Olaf Flebbe and Nick Clark.
55101 Branch: perl
55102 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
55103____________________________________________________________________________
55104[ 7125] By: jhi on 2000/10/03 00:50:56
55105 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
55106 From: Nick Clark <nick@plum.flirble.org>
55107 Date: Mon, 2 Oct 2000 11:03:24 +0100
55108 Message-Id: <20001002110324.D20073@plum.flirble.org>
71d4b5fd
JH
55109
55110 Also fixes bug ID 20001002.005.
70acb981
JH
55111 Branch: perl
55112 ! t/lib/encode.t
55113____________________________________________________________________________
55114[ 7124] By: jhi on 2000/10/03 00:34:59
55115 Log: Subject: [PATCH 5.7.0] Epoc update
55116 From: Olaf Flebbe <o.flebbe@gmx.de>
55117 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
55118 Message-ID: <26423.969484586@www10.gmx.net>
55119 Branch: perl
55120 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55121 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
55122 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
55123 ! util.c util.h
55124____________________________________________________________________________
55125[ 7123] By: jhi on 2000/10/03 00:30:07
55126 Log: Regen headers.
55127 Branch: perl
55128 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
55129____________________________________________________________________________
55130[ 7122] By: jhi on 2000/10/03 00:10:48
55131 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55132 Branch: perl
55133 ! hints/openbsd.sh
55134____________________________________________________________________________
55135[ 7121] By: jhi on 2000/10/03 00:05:06
55136 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
55137 From: <abigail@foad.org>
55138 Date: Tue, 26 Sep 2000 13:36:14 -0400
55139 Message-ID: <20000926173614.4356.qmail@foad.org>
55140 Branch: perl
55141 ! pod/perlop.pod
55142____________________________________________________________________________
55143[ 7120] By: jhi on 2000/10/03 00:04:00
55144 Log: Inside require() $^S was always left undefined.
55145
55146 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55147 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55148 Date: Wed, 27 Sep 2000 18:54:49 -0400
55149 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
55150 Branch: perl
55151 ! cop.h mg.c pp_ctl.c util.c
55152____________________________________________________________________________
55153[ 7119] By: jhi on 2000/10/03 00:00:16
55154 Log: Subject: [PATCH] DLL not restartabke with threaded perl
55155 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
55156 Date: Thu, 28 Sep 2000 09:20:46 +0100
55157 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
55158 Branch: perl
55159 ! perl.c
55160____________________________________________________________________________
55161[ 7118] By: jhi on 2000/10/02 23:59:20
55162 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
55163 From: Nicholas Clark <nick@ccl4.org>
55164 Date: Thu, 28 Sep 2000 11:52:24 +0100
55165 Message-ID: <20000928115224.D7924@plum.flirble.org>
55166 Branch: perl
55167 ! op.c
55168____________________________________________________________________________
55169[ 7117] By: jhi on 2000/10/02 23:57:51
55170 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55171 From: Nicholas Clark <nick@babyhippo.co.uk>
55172 Date: Thu, 28 Sep 2000 12:18:10 +0100
55173 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
55174
55175 Did not apply cleanly, manual intervention was needed.
55176 Branch: perl
55177 ! ext/B/B/Bytecode.pm utils/perlcc.PL
55178____________________________________________________________________________
55179[ 7116] By: jhi on 2000/10/02 23:50:40
55180 Log: Document the issue (is not a syntax error, kind of)
55181
55182 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55183 From: Nicholas Clark <nick@ccl4.org>
55184 Date: Thu, 28 Sep 2000 17:12:42 +0100
55185 Message-ID: <20000928171242.K7924@plum.flirble.org>
55186 Branch: perl
55187 ! pod/perldata.pod
55188____________________________________________________________________________
55189[ 7115] By: jhi on 2000/10/02 23:48:58
55190 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55191 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55192 Date: Thu, 28 Sep 2000 21:55:31 -0400
55193 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
55194 Branch: perl
55195 ! regexec.c
55196____________________________________________________________________________
55197[ 7114] By: jhi on 2000/10/02 23:47:57
55198 Log: Subject: DOC PATCH 5.6.0
55199 From: mjd@plover.com
55200 Date: 30 Sep 2000 06:02:34 -0000
55201 Message-ID: <20000930060234.4559.qmail@plover.com>
55202 Branch: perl
55203 ! pod/perldebguts.pod
55204____________________________________________________________________________
55205[ 7113] By: jhi on 2000/10/02 23:46:43
55206 Log: SOCK_DGRAM and listen() do not mix as reported in
55207
55208 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55209 From: Petter Reinholdtsen <pere@hungry.com>
55210 Date: Sun, 1 Oct 2000 10:57:20 +0800
55211 Message-Id: <200010010257.KAA05735@localhost.localdomain>
55212
55213 The patch for 5.7.0+ had to be reengineered, though.
55214 Branch: perl
55215 ! ext/IO/lib/IO/Socket/UNIX.pm
55216____________________________________________________________________________
55217[ 7112] By: jhi on 2000/10/02 23:36:57
55218 Log: Subject: Re: [PATCH 5.005_64 missed]
55219 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55220 Date: Sun, 1 Oct 2000 18:50:10 -0400
55221 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
55222 Branch: perl
55223 ! pod/perlxs.pod
55224____________________________________________________________________________
55225[ 7111] By: jhi on 2000/10/02 23:35:40
55226 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
55227 From: Radu Greab <radu@netsoft.ro>
55228 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
55229 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
55230 Branch: perl
55231 ! op.c opcode.pl t/op/substr.t
55232____________________________________________________________________________
55233[ 7110] By: jhi on 2000/10/02 23:32:38
55234 Log: Subject: [PATCH] Fix aliasing of tied filehandles
55235 From: Daniel Chetlin <daniel@chetlin.com>
55236 Date: Mon, 2 Oct 2000 14:53:27 -0700
55237 Message-ID: <20001002145327.C1617@ilmd>
55238 Branch: perl
55239 ! perl.h pp_hot.c t/op/tiehandle.t
55240____________________________________________________________________________
55241[ 7109] By: jhi on 2000/10/02 23:31:30
55242 Log: s/Robin Parker/Robin Barker/
55243 Branch: perl
55244 ! Changes5.6
55245____________________________________________________________________________
55246[ 7108] By: jhi on 2000/10/02 23:15:46
55247 Log: Retract #7091 as suggested in
55248
55249 From: Robin Barker <rmb1@cise.npl.co.uk>
55250 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
55251 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
55252 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
55253 Branch: perl
55254 ! embed.pl proto.h
55255____________________________________________________________________________
55256[ 7107] By: nick on 2000/10/02 18:23:14
55257 Log: A few tweaks to get Tk803 to work with Encode scheme.
55258 Branch: perl
55259 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
55260____________________________________________________________________________
55261[ 7106] By: nick on 2000/10/01 21:34:14
55262 Log: Add checking cases to Encode's toUnicode and fromUnicode.
55263 Branch: perl
55264 ! ext/Encode/Encode.pm
55265____________________________________________________________________________
55266[ 7105] By: nick on 2000/10/01 17:18:01
55267 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
55268 To read and use them.
55269 Add a lib/encode.t which checks a few things.
55270 Branch: perl
55271 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
55272 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
55273 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
55274 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
55275 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
55276 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
55277 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
55278 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
55279 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
55280 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
55281 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
55282 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
55283 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
55284 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
55285 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
55286 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
55287 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
55288 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
55289 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
55290 + ext/Encode/Encode/iso2022-jp.enc
55291 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
55292 + ext/Encode/Encode/iso8859-1.enc
55293 + ext/Encode/Encode/iso8859-2.enc
55294 + ext/Encode/Encode/iso8859-3.enc
55295 + ext/Encode/Encode/iso8859-4.enc
55296 + ext/Encode/Encode/iso8859-5.enc
55297 + ext/Encode/Encode/iso8859-6.enc
55298 + ext/Encode/Encode/iso8859-7.enc
55299 + ext/Encode/Encode/iso8859-8.enc
55300 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
55301 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
55302 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
55303 + ext/Encode/Encode/macCentEuro.enc
55304 + ext/Encode/Encode/macCroatian.enc
55305 + ext/Encode/Encode/macCyrillic.enc
55306 + ext/Encode/Encode/macDingbats.enc
55307 + ext/Encode/Encode/macGreek.enc
55308 + ext/Encode/Encode/macIceland.enc
55309 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
55310 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
55311 + ext/Encode/Encode/macTurkish.enc
55312 + ext/Encode/Encode/macUkraine.enc
55313 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
55314 + t/lib/encode.t
55315 ! MANIFEST ext/Encode/Encode.pm
55316____________________________________________________________________________
55317[ 7104] By: nick on 2000/09/30 13:04:30
55318 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
55319 From: Daniel Chetlin <daniel@chetlin.com>
55320 Date: Mon, 18 Sep 2000 05:05:40 -0700
55321 Message-Id: <20000918050540.C652@ilmd>
55322 Branch: perl
55323 ! lib/overload.pm sv.c t/pragma/overload.t
55324____________________________________________________________________________
55325[ 7103] By: nick on 2000/09/30 12:53:36
55326 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55327 From: Johan Vromans <jvromans@squirrel.nl>
55328 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
55329 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
55330 Branch: perl
55331 ! pod/Makefile.SH
55332____________________________________________________________________________
55333[ 7102] By: nick on 2000/09/30 12:52:31
55334 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55335 From: Spider Boardman <spider@Orb.Nashua.NH.US>
55336 Date: Sat, 16 Sep 2000 16:36:45 -0400
55337 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
55338 Branch: perl
55339 ! ext/B/B/Deparse.pm
55340____________________________________________________________________________
55341[ 7101] By: nick on 2000/09/30 12:51:41
55342 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55343 From: Craig A. Berry <craig.berry@psinetcs.com>
55344 Date: Sat, 16 Sep 2000 10:11:10 -0500
55345 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
55346 Branch: perl
55347 ! vms/vms.c
55348____________________________________________________________________________
55349[ 7100] By: nick on 2000/09/30 12:50:33
55350 Log: Subject: Re: unicode support and perl [ID 20000901.097]
55351 From: Spider Boardman <spider@Orb.Nashua.NH.US>
55352 Date: Fri, 15 Sep 2000 16:37:58 -0400
55353 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
55354 Branch: perl
55355 ! t/op/append.t
55356____________________________________________________________________________
55357[ 7099] By: nick on 2000/09/30 12:49:35
55358 Log: Subject: Re: unicode support and perl [ID 20000901.097]
55359 From: Spider Boardman <spider@Orb.Nashua.NH.US>
55360 Date: Fri, 15 Sep 2000 16:25:30 -0400
55361 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
55362 Branch: perl
55363 ! pp_hot.c
55364____________________________________________________________________________
55365[ 7098] By: nick on 2000/09/30 12:48:00
55366 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55367 From: Gisle Aas <gisle@ActiveState.com>
55368 Date: 15 Sep 2000 16:23:41 +0200
55369 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
55370 Branch: perl
55371 ! toke.c
55372____________________________________________________________________________
55373[ 7097] By: nick on 2000/09/30 12:45:16
55374 Log: Subject: [PATCH] Nits in perlmod.pod
55375 From: Daniel Chetlin <daniel@chetlin.com>
55376 Date: Fri, 15 Sep 2000 02:04:09 -0700
55377 Message-Id: <20000915020409.A2104@ilmd>
55378 Branch: perl
55379 ! pod/perlmod.pod
55380____________________________________________________________________________
55381[ 7096] By: nick on 2000/09/30 12:18:00
55382 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55383 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55384 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55385 0 to checking to get the warning.
55386 Branch: perl
55387 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55388 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
55389 ! regexec.c sv.c toke.c utf8.c
55390____________________________________________________________________________
55391[ 7095] By: nick on 2000/09/15 16:55:59
55392 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
55393
55394 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
55395 From: Spider Boardman <spider@Orb.Nashua.NH.US>
55396 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
55397 Date: Fri, 15 Sep 2000 06:37:30 -0400
55398 Branch: perl
55399 ! ext/Encode/Encode.xs sv.c
55400____________________________________________________________________________
55401[ 7094] By: jhi on 2000/09/15 03:23:32
55402 Log: Update Changes.
55403 Branch: perl
55404 ! Changes patchlevel.h
55405____________________________________________________________________________
f7f6dc29
JH
55406[ 7093] By: jhi on 2000/09/15 03:11:44
55407 Log: Fix for the charnames.t failures from Spider Boardman.
55408 Branch: perl
55409 ! toke.c
55410____________________________________________________________________________
55411[ 7092] By: jhi on 2000/09/15 00:15:48
55412 Log: Botched the #7090 check-in.
55413 Branch: perl
55414 ! sv.c
55415____________________________________________________________________________
55416[ 7091] By: jhi on 2000/09/14 23:33:24
55417 Log: Part of #7081 didn't come through.
55418 Branch: perl
55419 ! embed.pl proto.h
55420____________________________________________________________________________
55421[ 7090] By: jhi on 2000/09/14 23:17:39
55422 Log: Subject: Re: perl@7078
55423 From: Spider Boardman <spider@web.zk3.dec.com>
55424 Date: Thu, 14 Sep 2000 19:06:36 -0400
55425 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
55426 Branch: perl
55427 ! sv.c toke.c
55428____________________________________________________________________________
55429[ 7089] By: jhi on 2000/09/14 23:11:21
55430 Log: Small portability tweaks.
55431 Branch: perl
55432 ! ext/Encode/Encode.xs
55433____________________________________________________________________________
55434[ 7088] By: jhi on 2000/09/14 22:57:23
55435 Log: Fake return to pacify picky compilers.
55436 Branch: perl
55437 ! ext/Encode/Encode.xs
55438____________________________________________________________________________
55439[ 7087] By: jhi on 2000/09/14 22:53:37
55440 Log: Subject: [PATCH] utf8.c apidoc
55441 From: Simon Cozens <simon@cozens.net>
55442 Date: Thu, 14 Sep 2000 23:46:57 +0100
55443 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
55444 Branch: perl
55445 ! perlapi.c pod/perlapi.pod utf8.c
55446____________________________________________________________________________
55447[ 7086] By: jhi on 2000/09/14 22:40:38
55448 Log: We don't need to count the high bit bytes, a boolean is enough.
55449 Branch: perl
55450 ! sv.c
55451____________________________________________________________________________
55452[ 7085] By: jhi on 2000/09/14 21:20:09
55453 Log: Replace #7084 with
55454
55455 Subject: Re: perl@7078
55456 From: Spider Boardman <spider@web.zk3.dec.com>
55457 Date: Thu, 14 Sep 2000 17:09:36 -0400
55458 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
55459 Branch: perl
55460 ! sv.c utf8.c
55461____________________________________________________________________________
55462[ 7084] By: jhi on 2000/09/14 20:03:34
55463 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55464 convertable to bytes by checking it doesn't go above 0xc3
55465
55466 Subject: Re: perl@7078
55467 From: Simon Cozens <simon@cozens.net>
55468 Date: Thu, 14 Sep 2000 20:59:19 +0100
55469 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
55470 Branch: perl
55471 ! utf8.c
55472____________________________________________________________________________
55473[ 7083] By: jhi on 2000/09/14 19:38:47
55474 Log: Subject: Re: perl@7078
55475 From: Simon Cozens <simon@cozens.net>
55476 Date: Thu, 14 Sep 2000 20:13:09 +0100
55477 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
55478 Branch: perl
55479 ! t/op/bop.t
55480____________________________________________________________________________
55481[ 7082] By: jhi on 2000/09/14 17:50:44
55482 Log: The one that got away.
55483 Branch: perl
55484 ! lib/File/Find.pm
55485____________________________________________________________________________
55486[ 7081] By: jhi on 2000/09/14 17:45:35
55487 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
55488 From: Robin Barker <rmb1@cise.npl.co.uk>
55489 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
55490 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
55491 Branch: perl
55492 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
55493 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
55494 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
55495 ! regcomp.c toke.c universal.c
55496____________________________________________________________________________
55497[ 7080] By: jhi on 2000/09/14 17:40:35
55498 Log: Problems picked up by AIX cc.
55499
55500 Subject: Re: perl@7078 (patch included)
55501 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55502 Date: Thu, 14 Sep 2000 18:53:30 +0200
55503 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
55504 Branch: perl
55505 ! ext/Encode/Encode.xs
55506____________________________________________________________________________
55507[ 7079] By: jhi on 2000/09/14 17:38:27
55508 Log: Subject: File::Find 5.7.0 POD nits
55509 From: Rich Morin <rdm@cfcl.com>
55510 Date: Wed, 13 Sep 2000 22:03:58 -0700
55511 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
55512 Branch: perl
55513 ! lib/File/Find.pm
55514____________________________________________________________________________
55515[ 7078] By: jhi on 2000/09/14 14:58:20
55516 Log: Update Changes.
55517 Branch: perl
55518 ! Changes patchlevel.h
55519____________________________________________________________________________
446da98b
JH
55520[ 7077] By: jhi on 2000/09/14 14:55:54
55521 Log: Compilation warnings and an error.
55522 Branch: perl
55523 ! sv.c
55524____________________________________________________________________________
55525[ 7076] By: jhi on 2000/09/14 14:42:56
55526 Log: Fix for a parsing bug, not for the original bug.
55527
55528 Subject: Re: [ID 20000910.005] Another segfault with regexes.
55529 From: Spider Boardman <spider@web.zk3.dec.com>
55530 Date: Wed, 13 Sep 2000 17:52:20 -0400
55531 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
55532 Branch: perl
55533 ! regcomp.c
55534____________________________________________________________________________
55535[ 7075] By: jhi on 2000/09/14 14:40:40
55536 Log: Batch of UTF-8 patches from Simon Cozens.
55537 Branch: perl
55538 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
55539 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
55540 ! toke.c utf8.c
55541____________________________________________________________________________
55542[ 7074] By: jhi on 2000/09/14 14:29:58
55543 Log: Subject: Re: Two advertising clauses need to be removed
55544 From: Russ Allbery <rra@stanford.edu>
55545 Date: 13 Sep 2000 18:50:26 -0700
55546 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
55547 Branch: perl
55548 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55549____________________________________________________________________________
55550[ 7073] By: jhi on 2000/09/14 14:28:20
55551 Log: Subject: [PATCH] de-wall t/README
55552 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55553 Date: Wed, 13 Sep 2000 17:46:55 -0700
55554 Message-ID: <//Bw5gzkge/e092yn@efn.org>
55555 Branch: perl
55556 ! t/README
55557____________________________________________________________________________
55558[ 7072] By: jhi on 2000/09/14 14:25:10
55559 Log: Hints optimization.
55560
55561 Subject: Minor nit
55562 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55563 Date: Wed, 13 Sep 2000 21:42:07 +0200
55564 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
55565 Branch: perl
55566 ! hints/hpux.sh
55567____________________________________________________________________________
55568[ 7071] By: jhi on 2000/09/14 14:23:30
55569 Log: Allow chop() and chomp() to be overridden.
55570
55571 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55572 From: "Casey R. Tweten" <crt@kiski.net>
55573 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
55574 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
55575 Branch: perl
55576 ! toke.c
55577____________________________________________________________________________
55578[ 7070] By: jhi on 2000/09/14 14:20:36
55579 Log: The return value of setlocale must be copied away.
55580
55581 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55582 From: Alan Burlison <Alan.Burlison@uk.sun.com>
55583 Date: Wed, 13 Sep 2000 16:27:37 +0100
55584 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
55585 Branch: perl
55586 ! util.c
55587____________________________________________________________________________
55588[ 7069] By: jhi on 2000/09/14 14:16:27
55589 Log: Remove vestiges of tr//CU.
55590
55591 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55592 From: Nick Clark <nick@plum.flirble.org>
55593 Date: Tue, 12 Sep 2000 22:50:14 +0100
55594 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
55595
55596 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55597 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55598 Date: Tue, 12 Sep 2000 21:38:48 -0700
55599 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
55600 Branch: perl
55601 ! op.h pod/perlunicode.pod
55602____________________________________________________________________________
55603[ 7068] By: jhi on 2000/09/13 14:18:39
55604 Log: Add the Encode extension. The code is still largely just skeleton.
55605 Branch: perl
55606 + ext/Encode/Encode.pm ext/Encode/Encode.xs
55607 + ext/Encode/Makefile.PL ext/Encode/Todo
55608 ! MANIFEST Todo-5.6
55609____________________________________________________________________________
55610[ 7067] By: jhi on 2000/09/12 17:43:33
55611 Log: Allow for whitespace between "#" and "line" in cpp output.
55612
55613 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55614 From: Calle Dybedahl <calle@lysator.liu.se>
55615 Date: 12 Sep 2000 19:38:02 +0200
55616 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
55617 Branch: perl
55618 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
55619____________________________________________________________________________
55620[ 7066] By: gsar on 2000/09/12 17:24:29
55621 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55622 initialization in all the threads on Windows
55623 Branch: perl
55624 ! win32/win32.c
55625____________________________________________________________________________
55626[ 7065] By: jhi on 2000/09/12 15:11:31
55627 Log: Update Changes.
55628 Branch: perl
55629 ! Changes patchlevel.h
55630____________________________________________________________________________
7f4b70e8
JH
55631[ 7064] By: jhi on 2000/09/12 14:54:54
55632 Log: Retract #7062, the pod tests are not ready.
55633 Branch: perl
55634 ! t/TEST t/harness
55635____________________________________________________________________________
0b3b9d72
JH
55636[ 7063] By: jhi on 2000/09/12 14:25:41
55637 Log: The #7054 truncated Configure badly.
55638 Branch: metaconfig/U/perl
55639 ! End.U
55640 Branch: perl
55641 ! Configure config_h.SH
55642____________________________________________________________________________
7f4b70e8
JH
55643[ 7062] By: jhi on 2000/09/12 14:08:32
55644 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
55645 From: sthoenna@efn.org
55646 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
55647 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
55648 Branch: perl
55649 ! t/TEST t/harness
55650____________________________________________________________________________
55651[ 7061] By: jhi on 2000/09/12 14:07:18
55652 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55653 From: sthoenna@efn.org
55654 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
55655 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
55656 Branch: perl
55657 ! pod/perlxs.pod
55658____________________________________________________________________________
55659[ 7060] By: jhi on 2000/09/12 14:06:08
55660 Log: Break up the myconfig lines a bit.
55661
55662 Subject: perlbug/perl -V output format
55663 From: sthoenna@efn.org
55664 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
55665 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
55666 Branch: perl
55667 ! myconfig.SH
55668____________________________________________________________________________
55669[ 7059] By: jhi on 2000/09/12 14:05:04
55670 Log: Test for the #7049.
55671
55672 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
55673 From: andreas.koenig@anima.de (Andreas J. Koenig)
55674 Date: 12 Sep 2000 06:42:01 +0200
55675 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
55676 Branch: perl
55677 ! t/op/my.t
55678____________________________________________________________________________
55679[ 7058] By: jhi on 2000/09/12 14:03:05
55680 Log: Subject: [patch: perl@7045] vms updates
55681 From: Peter Prymmer <pvhp@forte.com>
55682 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
55683 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
55684 Branch: perl
55685 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
55686____________________________________________________________________________
55687[ 7057] By: jhi on 2000/09/12 14:00:51
55688 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55689 From: sthoenna@efn.org
55690 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
55691 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
55692 Branch: perl
55693 ! t/op/64bitint.t
55694____________________________________________________________________________
55695[ 7056] By: jhi on 2000/09/12 13:58:14
55696 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55697 From: Jeff Pinyan <jeffp@crusoe.net>
55698 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
55699 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
55700 Branch: perl
55701 ! pod/perlfunc.pod
55702____________________________________________________________________________
55703[ 7055] By: jhi on 2000/09/12 13:56:32
55704 Log: Do in VMS as the #7054 does.
55705 Branch: perl
55706 ! configure.com
55707____________________________________________________________________________
0b3b9d72
JH
55708[ 7054] By: jhi on 2000/09/12 13:50:31
55709 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55710 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55711 Date: Mon, 11 Sep 2000 08:33:09 +0100
55712 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
55713 Branch: metaconfig/U/perl
55714 ! End.U
55715 Branch: perl
55716 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
55717 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55718____________________________________________________________________________
7f4b70e8
JH
55719[ 7053] By: jhi on 2000/09/12 13:29:19
55720 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55721 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55722 Date: Tue, 12 Sep 2000 08:35:59 EDT
55723 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
55724 Branch: perl
55725 ! vms/test.com
55726____________________________________________________________________________
55727[ 7052] By: jhi on 2000/09/11 23:01:50
55728 Log: Document the SvUTF8*().
55729 Branch: perl
55730 ! pod/perlapi.pod sv.h
55731____________________________________________________________________________
55732[ 7051] By: gsar on 2000/09/11 14:46:30
55733 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
55734 (missed a spot when fixing up op_pmreplroot hack for ithreads)
55735 Branch: perl
55736 ! op.c t/op/split.t
55737____________________________________________________________________________
55738[ 7050] By: nick on 2000/09/11 10:03:51
55739 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55740
55741 Subject: borland C++ win32.c tweak
55742 From: Vadim Konovalov <vkonovalov@lucent.com>
55743 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
55744 Date: Mon, 11 Sep 2000 11:22:33 +0400
55745 Branch: perl
55746 ! win32/win32.c
55747____________________________________________________________________________
55748[ 7049] By: nick on 2000/09/11 09:57:33
55749 Log: Point fix for s/// on foreach (keys %xxx).
55750 Branch: perl
55751 ! pp_hot.c
55752____________________________________________________________________________
55753[ 7048] By: jhi on 2000/09/10 23:37:09
55754 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
55755 by Pod::Text, from Brad Appleton.
55756 Branch: perl
55757 ! t/pod/testp2pt.pl
55758____________________________________________________________________________
55759[ 7047] By: jhi on 2000/09/10 14:32:53
55760 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55761 by Russ Allbery.
55762 Branch: perl
55763 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
55764____________________________________________________________________________
55765[ 7046] By: jhi on 2000/09/10 14:15:08
55766 Log: Upgrade to CPAN 1.57_65, from Andreas König.
55767 Branch: perl
55768 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55769____________________________________________________________________________
55770[ 7045] By: jhi on 2000/09/08 21:36:32
55771 Log: Update Changes.
55772 Branch: perl
55773 ! Changes patchlevel.h
55774____________________________________________________________________________
0a0d439f
JH
55775[ 7044] By: jhi on 2000/09/08 21:29:56
55776 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55777 From: Peter Prymmer <pvhp@forte.com>
55778 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
55779 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
55780 Branch: perl
55781 ! configure.com
55782____________________________________________________________________________
55783[ 7043] By: jhi on 2000/09/08 21:27:50
55784 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
55785 From: Peter Prymmer <pvhp@forte.com>
55786 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
55787 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
55788 Branch: perl
55789 ! Makefile.SH installperl
55790____________________________________________________________________________
55791[ 7042] By: jhi on 2000/09/08 21:23:21
55792 Log: Continue #7041.
55793 Branch: perl
55794 ! cygwin/Makefile.SHs os2/Makefile.SHs
55795____________________________________________________________________________
0b3b9d72
JH
55796[ 7041] By: jhi on 2000/09/08 21:18:10
55797 Log: Do away with memory models cruft. Sorry, PDP users.
55798 Branch: metaconfig
55799 ! U/modified/cc.U U/modified/libpth.U
55800 Branch: perl
55801 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
55802 ! Porting/config_H cflags.SH config_h.SH configure.com
55803 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
55804 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
55805 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
55806____________________________________________________________________________
0a0d439f
JH
55807[ 7040] By: jhi on 2000/09/08 14:34:18
55808 Log: Major rewrite of s2p. And I mean really major, it is
55809 an implementation of sed in perl. If called as s2p it
55810 will function as s2p. Note: needs non-UNIXifying.
55811
55812 Subject: s2p
55813 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
55814 Date: Mon, 28 Aug 2000 14:05:12 +0200
55815 Message-ID: <39AA5578.2102E2AA@alcatel.at>
55816 Branch: perl
55817 ! x2p/s2p.PL
55818____________________________________________________________________________
55819[ 7039] By: jhi on 2000/09/08 14:19:49
55820 Log: Re-allow vec() for characters > 255.
55821
55822 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
55823 From: Spider Boardman <spider@web.zk3.dec.com>
55824 Date: Fri, 08 Sep 2000 02:21:02 -0400
55825 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
55826 Branch: perl
55827 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
55828 ! t/op/vec.t
55829____________________________________________________________________________
55830[ 7038] By: jhi on 2000/09/08 14:14:18
55831 Log: Subject: [PATCH lib/Benchmark.pm]
55832 From: <abigail@foad.org>
55833 Date: Thu, 7 Sep 2000 15:03:20 -0400
55834 Message-ID: <20000907190320.888.qmail@foad.org>
55835 Branch: perl
55836 ! lib/Benchmark.pm
55837____________________________________________________________________________
55838[ 7037] By: jhi on 2000/09/08 14:11:06
55839 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
55840
55841 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
55842 From: Spider Boardman <spider@web.zk3.dec.com>
55843 Date: Fri, 08 Sep 2000 01:30:27 -0400
55844 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
55845 Branch: perl
55846 ! op.c
55847____________________________________________________________________________
55848[ 7036] By: jhi on 2000/09/08 14:08:58
55849 Log: Subject: [ID 20000908.002] perlipc documentation bug.
55850 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
55851 Date: Fri, 08 Sep 2000 12:38:32 +0200
55852 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
55853 Branch: perl
55854 ! pod/perlipc.pod
55855____________________________________________________________________________
55856[ 7035] By: jhi on 2000/09/08 14:03:12
55857 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55858 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55859 Date: Fri, 08 Sep 2000 11:47:34 +0200
55860 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
55861 Branch: perl
55862 ! hints/dec_osf.sh
55863____________________________________________________________________________
55864[ 7034] By: jhi on 2000/09/08 13:59:35
55865 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
55866 From: Simon Cozens <simon@cozens.net>
55867 Date: Thu, 7 Sep 2000 20:40:38 +0100
55868 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
55869 Branch: perl
55870 ! pp_hot.c
55871____________________________________________________________________________
55872[ 7033] By: jhi on 2000/09/08 04:03:03
55873 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
55874 From: "Larry W. Virden" <lvirden@cas.org>
55875 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
55876 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
55877 Branch: perl
55878 ! pod/perldiag.pod
55879____________________________________________________________________________
55880[ 7032] By: jhi on 2000/09/07 22:18:30
55881 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
55882 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
55883 Date: Mon, 04 Sep 2000 13:16:38 -0700
55884 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
55885 Branch: perl
55886 ! lib/perl5db.pl
55887____________________________________________________________________________
55888[ 7031] By: jhi on 2000/09/07 22:02:29
55889 Log: Fix the ccversion detection for 5.1 and beyond.
55890
55891 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
55892 From: Spider Boardman <spider@leggy.zk3.dec.com>
55893 Date: Thu, 7 Sep 2000 17:54:27 -0400
55894 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
55895 Branch: perl
55896 ! hints/dec_osf.sh
55897____________________________________________________________________________
55898[ 7030] By: jhi on 2000/09/07 19:12:28
55899 Log: Fix for
55900
55901 Subject: [ID 20000903.001] \w in utf8-strings
55902 From: Marc Lehmann <pcg@goof.com>
55903 Date: Sun, 03 Sep 2000 09:44:29 +0200
55904 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
55905
55906 and various related nits.
55907 Branch: perl
55908 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
55909____________________________________________________________________________
55910[ 7029] By: jhi on 2000/09/07 18:49:09
55911 Log: Fix the URL, but the server is still missing in action.
55912
55913 Subject: [ID 20000905.002] perlfaq1.pod URL error
55914 From: "Larry W. Virden" <lvirden@cas.org>
55915 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
55916 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
55917 Branch: perl
55918 ! pod/perlfaq1.pod
55919____________________________________________________________________________
55920[ 7028] By: jhi on 2000/09/07 18:47:13
55921 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
55922 From: Hugo <hv@crypt.compulink.co.uk>
55923 Date: Tue, 05 Sep 2000 14:13:37 +0100
55924 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
55925 Branch: perl
55926 ! toke.c
55927____________________________________________________________________________
55928[ 7027] By: jhi on 2000/09/07 18:45:35
55929 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
55930 From: Daniel Chetlin <daniel@chetlin.com>
55931 Date: Tue, 5 Sep 2000 04:57:07 -0700
55932 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
55933 Branch: perl
55934 ! pod/perlfaq6.pod pod/perlop.pod
55935____________________________________________________________________________
55936[ 7026] By: jhi on 2000/09/07 18:44:01
55937 Log: Document the new ref() semantics.
55938
55939 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55940 From: Gisle Aas <gisle@ActiveState.com>
55941 Date: 05 Sep 2000 08:10:30 +0200
55942 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
55943 Branch: perl
55944 ! pod/perldelta.pod
55945____________________________________________________________________________
55946[ 7025] By: jhi on 2000/09/07 18:42:27
55947 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
55948
55949 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
55950 From: Gisle Aas <gisle@ActiveState.com>
55951 Date: 05 Sep 2000 08:11:40 +0200
55952 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
55953 Branch: perl
55954 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
55955____________________________________________________________________________
55956[ 7024] By: jhi on 2000/09/07 18:39:32
55957 Log: Subject: [PATCH] Modernize Opcode.pm documentation
55958 From: Gisle Aas <gisle@ActiveState.com>
55959 Date: 4 Sep 2000 00:18:55 -0000
55960 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
55961 Branch: perl
55962 ! ext/Opcode/Opcode.pm
55963____________________________________________________________________________
55964[ 7023] By: jhi on 2000/09/07 18:37:42
55965 Log: Subject: [PATCH] Tied filehandle documentation
55966 From: Gisle Aas <gisle@ActiveState.com>
55967 Date: 4 Sep 2000 00:14:40 -0000
55968 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
55969 Branch: perl
55970 ! pod/perlfunc.pod pod/perltie.pod
55971____________________________________________________________________________
55972[ 7022] By: jhi on 2000/09/07 18:35:37
55973 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
55974 From: Gisle Aas <gisle@ActiveState.com>
55975 Date: 4 Sep 2000 00:04:22 -0000
55976 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
55977 Branch: perl
55978 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
55979____________________________________________________________________________
55980[ 7021] By: jhi on 2000/09/07 18:33:22
55981 Log: Subject: small apidoc fix
55982 From: Marc Lehmann <pcg@goof.com>
55983 Date: Sun, 3 Sep 2000 05:12:06 +0200
55984 Message-ID: <20000903051206.A5909@cerebro.laendle>
55985 Branch: perl
55986 ! pod/perlapi.pod utf8.c
55987____________________________________________________________________________
55988[ 7020] By: jhi on 2000/09/07 16:14:57
55989 Log: Tiny perldelta nits.
55990 Branch: perl
55991 ! pod/perldelta.pod
55992____________________________________________________________________________
55993[ 7019] By: jhi on 2000/09/07 16:04:20
55994 Log: Guard against bad string->int conversion for quads.
55995 Branch: perl
55996 ! t/op/64bitint.t
55997____________________________________________________________________________
55998[ 7018] By: jhi on 2000/09/06 17:07:03
55999 Log: Update Unicode todo list.
56000 Branch: perl
56001 ! Todo-5.6
56002____________________________________________________________________________
56003[ 7017] By: jhi on 2000/09/05 21:16:01
56004 Log: Document the SvIOK_.*UV().
56005 Branch: perl
56006 ! pod/perlapi.pod sv.h
56007____________________________________________________________________________
56008[ 7016] By: nick on 2000/09/03 21:54:46
56009 Log: Hash lookup of constant strings optimization:
56010 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
56011 to string table (as per sharepvn). Add newSV_pvn_share to create such
56012 a thing. Make hv.c compare addresses of strings and skip string compare
56013 if equal. Make method_named and helem ops use these shared-string SVs
56014 when arg is constant. Make keys op return shared-string SVs (less clearly
56015 a win).
56016 Branch: perl
56017 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
56018 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
56019 ! pod/perlintern.pod pp_hot.c proto.h sv.c
56020____________________________________________________________________________
56021[ 7015] By: jhi on 2000/09/02 17:48:59
56022 Log: This is 5.7.0.
56023 Branch: perl
56024 ! Changes
56025____________________________________________________________________________
6570e624
JH
56026[ 7014] By: jhi on 2000/09/02 17:35:45
56027 Log: Changes and patchlevel tweaks.
56028 Branch: perl
56029 ! Changes patchlevel.h
56030____________________________________________________________________________
56031[ 7013] By: jhi on 2000/09/02 17:30:50
56032 Log: Update Changes.
56033 Branch: perl
56034 ! Changes patchlevel.h
56035____________________________________________________________________________
8a1f490d
JH
56036[ 7012] By: nick on 2000/09/02 17:25:20
56037 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
56038 Branch: perl
56039 ! gv.c lib/overload.pm
56040____________________________________________________________________________
56041[ 7011] By: jhi on 2000/09/02 17:16:25
56042 Log: Update perlhist.
56043 Branch: perl
56044 ! pod/perlhist.pod
56045____________________________________________________________________________
56046[ 7010] By: jhi on 2000/09/02 17:01:35
56047 Log: perldelta nits.
56048 Branch: perl
56049 ! pod/perldelta.pod
56050____________________________________________________________________________
56051[ 7009] By: nick on 2000/09/02 16:48:35
56052 Log: If overloaded %{} etc. return the object do not loop.
56053 Thus sub deref { $_[0] } functions if object is wanted type.
56054 Branch: perl
56055 ! pp.h
56056____________________________________________________________________________
56057[ 7008] By: jhi on 2000/09/02 16:26:11
56058 Log: Retab MANIFEST.
56059 Branch: perl
56060 ! ext/Storable/MANIFEST
56061____________________________________________________________________________
56062[ 7007] By: jhi on 2000/09/02 16:23:02
56063 Log: Make certain cc is set before trying to run it.
56064 Branch: perl
56065 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
56066____________________________________________________________________________
56067[ 7006] By: jhi on 2000/09/02 15:45:41
56068 Log: Unicode notes.
56069 Branch: perl
56070 ! pod/perldelta.pod
56071____________________________________________________________________________
0b3b9d72
JH
56072[ 7005] By: jhi on 2000/09/02 15:42:11
56073 Log: Various Configure nits by Philip Newton,
56074 plus the ebcdic one by me.
56075 Branch: metaconfig
56076 + U/modified/pager.U
56077 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
56078 Branch: metaconfig/U/perl
56079 ! Devel.U quadfio.U
56080 Branch: perl
56081 ! Configure config_h.SH
56082____________________________________________________________________________
8a1f490d
JH
56083[ 7004] By: jhi on 2000/09/02 15:06:14
56084 Log: Apparently avoiding the swapping is too costly.
56085
56086 From: "Ben Tilly" <ben_tilly@hotmail.com>
56087 Subject: Re: the door is closed.
56088 Date: Fri, 01 Sep 2000 20:23:16 EDT
56089 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
56090 Branch: perl
56091 ! pod/perlfaq4.pod
56092____________________________________________________________________________
56093[ 7003] By: nick on 2000/09/02 12:26:04
56094 Log: Undo part of change 6489 which looks like a bulk edit which
56095 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
56096 The supressing of main:: on return from select() is undesirable.
56097 Branch: perl
56098 ! pp_sys.c
56099____________________________________________________________________________
56100[ 7002] By: jhi on 2000/09/01 23:08:54
56101 Log: Update Changes.
56102 Branch: perl
56103 ! Changes patchlevel.h
56104____________________________________________________________________________
c567d284
JH
56105[ 7001] By: jhi on 2000/09/01 23:00:13
56106 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
56107 From: Peter Prymmer <pvhp@forte.com>
56108 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
56109 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
56110
56111 plus rework the http: spots as suggested by Tom Christiansen,
56112 plus regen perltoc.
56113 Branch: perl
56114 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
56115 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
56116____________________________________________________________________________
56117[ 7000] By: jhi on 2000/09/01 22:36:01
56118 Log: Only the first line, thank you very much.
56119 Branch: perl
56120 ! hints/solaris_2.sh
56121____________________________________________________________________________
56122[ 6999] By: gsar on 2000/09/01 22:16:40
56123 Log: change#6791 accidentally clobbered change#6710, put it back
56124 Branch: perl
56125 ! win32/win32.c
56126____________________________________________________________________________
56127[ 6998] By: jhi on 2000/09/01 22:14:16
56128 Log: Mention the HP-UX LP64 freak failure.
56129 Branch: perl
56130 ! pod/perldelta.pod
56131____________________________________________________________________________
56132[ 6997] By: jhi on 2000/09/01 21:48:32
56133 Log: Detypo.
56134 Branch: perl
56135 ! hints/hpux.sh
56136____________________________________________________________________________
56137[ 6996] By: jhi on 2000/09/01 21:27:10
56138 Log: Update Changes.
56139 Branch: perl
56140 ! Changes patchlevel.h
56141____________________________________________________________________________
89f57497
JH
56142[ 6995] By: jhi on 2000/09/01 21:14:24
56143 Log: Mi splgn s gnin.g
56144 Branch: perl
56145 ! pp_ctl.c
56146____________________________________________________________________________
56147[ 6994] By: jhi on 2000/09/01 21:09:54
56148 Log: Subject: http:// in L<>
56149 From: Nicholas Clark <nick@ccl4.org>
56150 Date: Fri, 1 Sep 2000 22:03:21 +0100
56151 Message-ID: <20000901220321.B72074@plum.flirble.org>
56152 Branch: perl
56153 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
56154____________________________________________________________________________
56155[ 6993] By: jhi on 2000/09/01 21:06:54
56156 Log: Update to Storable 1.0, from Raphael Manfredi.
56157 Branch: perl
56158 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
56159 ! ext/Storable/Makefile.PL ext/Storable/README
56160 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56161 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56162 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
56163 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
56164 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
56165 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
56166____________________________________________________________________________
56167[ 6992] By: jhi on 2000/09/01 20:43:05
56168 Log: Mention known sfio+linux buglet.
56169 Branch: perl
56170 ! pod/perldelta.pod
56171____________________________________________________________________________
56172[ 6991] By: jhi on 2000/09/01 20:40:11
56173 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
56174 From: Peter Prymmer <pvhp@forte.com>
56175 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
56176 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
56177 Branch: perl
56178 ! vms/vms.c
56179____________________________________________________________________________
56180[ 6990] By: jhi on 2000/09/01 20:25:26
56181 Log: Retract #6986.
56182 Branch: perl
56183 ! hints/solaris_2.sh
56184____________________________________________________________________________
56185[ 6989] By: jhi on 2000/09/01 20:23:00
56186 Log: Mergesort is back.
56187 Branch: perl
56188 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
56189____________________________________________________________________________
56190[ 6988] By: jhi on 2000/09/01 19:37:40
56191 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
56192 From: Mike Guy <mjtg@cam.ac.uk>
56193 Date: Fri, 01 Sep 2000 17:43:33 +0100
56194 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
56195 Branch: perl
56196 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
56197 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
56198____________________________________________________________________________
56199[ 6987] By: jhi on 2000/09/01 19:17:10
56200 Log: Regen perltoc.
56201 Branch: perl
56202 ! pod/perltoc.pod
56203____________________________________________________________________________
56204[ 6986] By: jhi on 2000/09/01 18:51:10
56205 Log: Subject: Re: Solaris x86 has no SPARC libraries!
56206 From: Lupe Christoph <lupe@lupe-christoph.de>
56207 Date: Fri, 1 Sep 2000 20:41:20 +0200
56208 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
56209 Branch: perl
56210 ! hints/solaris_2.sh
56211____________________________________________________________________________
56212[ 6985] By: jhi on 2000/09/01 18:28:10
56213 Log: Update Changes.
56214 Branch: perl
56215 ! Changes patchlevel.h
56216____________________________________________________________________________
bb8b7748
JH
56217[ 6984] By: jhi on 2000/09/01 18:26:53
56218 Log: Feature ordering tweak.
56219 Branch: perl
56220 ! myconfig.SH
56221____________________________________________________________________________
56222[ 6983] By: jhi on 2000/09/01 18:19:50
56223 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56224 From: <abigail@foad.org>
56225 Date: Fri, 1 Sep 2000 13:07:32 -0400
56226 Message-ID: <20000901170732.18249.qmail@foad.org>
56227 Branch: perl
56228 ! t/pragma/overload.t
56229____________________________________________________________________________
0b3b9d72
JH
56230[ 6982] By: jhi on 2000/09/01 18:17:54
56231 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
56232 so that case-ignoring systems like DCL can tell them from
56233 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
56234 Branch: metaconfig/U/perl
56235 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
56236 Branch: perl
56237 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56238 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
56239 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
56240 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
56241 ! vos/config.def vos/config.h vos/config_h.SH_orig
56242 ! win32/config.bc win32/config.gc win32/config.vc
56243____________________________________________________________________________
bb8b7748
JH
56244[ 6981] By: nick on 2000/09/01 17:21:57
56245 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
56246 warning when UNTIE exists and instead pass the cound of extra references to
56247 the UNTIE method.
56248 Branch: perl
56249 ! pod/perltie.pod pp_sys.c
56250____________________________________________________________________________
56251[ 6980] By: jhi on 2000/09/01 16:54:44
56252 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
56253 From: Peter Prymmer <pvhp@forte.com>
56254 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
56255 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
56256 Branch: perl
56257 ! configure.com
56258____________________________________________________________________________
56259[ 6979] By: jhi on 2000/09/01 16:06:20
56260 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
56261 From: Mike Guy <mjtg@cam.ac.uk>
56262 Date: Fri, 01 Sep 2000 16:49:27 +0100
56263 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
56264 Branch: perl
56265 ! t/base/rs.t
56266____________________________________________________________________________
56267[ 6978] By: jhi on 2000/09/01 16:00:42
56268 Log: Update to PodParser 1.18, from Brad Appleton.
56269 Branch: perl
56270 ! lib/Pod/Checker.pm t/pod/find.t
56271____________________________________________________________________________
0b3b9d72
JH
56272[ 6977] By: jhi on 2000/09/01 14:48:58
56273 Log: Subject: Nit in Configure (bleadperl@6961)
56274 From: Lupe Christoph <lupe@lupe-christoph.de>
56275 Date: Fri, 1 Sep 2000 16:34:29 +0200
56276 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
56277 Branch: metaconfig
56278 ! U/compline/ccflags.U
56279 Branch: perl
56280 ! Configure config_h.SH
56281____________________________________________________________________________
bb8b7748
JH
56282[ 6976] By: jhi on 2000/09/01 14:39:52
56283 Log: Update Changes.
56284 Branch: perl
56285 ! Changes patchlevel.h
56286____________________________________________________________________________
68fd1378
JH
56287[ 6975] By: jhi on 2000/09/01 14:37:36
56288 Log: microperl config update.
56289 Branch: perl
56290 ! uconfig.h uconfig.sh
56291____________________________________________________________________________
56292[ 6974] By: jhi on 2000/09/01 14:36:53
56293 Log: Document known deficiencies.
56294 Branch: perl
56295 ! pod/perldelta.pod
56296____________________________________________________________________________
56297[ 6973] By: jhi on 2000/09/01 14:10:20
56298 Log: Mention warnings fixes and updates.
56299 Branch: perl
56300 ! pod/perldelta.pod
56301____________________________________________________________________________
56302[ 6972] By: jhi on 2000/09/01 14:01:52
56303 Log: Drop unused argument.
56304
56305 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
56306 From: Spider Boardman <spider@web.zk3.dec.com>
56307 Date: Thu, 31 Aug 2000 16:10:15 -0400
56308 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
56309 Branch: perl
56310 ! toke.c
56311____________________________________________________________________________
56312[ 6971] By: jhi on 2000/09/01 13:59:24
56313 Log: Add the overload warnings to perldiag.
56314 Branch: perl
56315 ! lib/overload.pm pod/perldiag.pod
56316____________________________________________________________________________
56317[ 6970] By: jhi on 2000/09/01 13:55:10
56318 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56319 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56320 Date: Fri, 1 Sep 2000 13:43:15 +0100
56321 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
56322 Branch: perl
56323 ! lib/overload.pm t/pragma/overload.t
56324____________________________________________________________________________
56325[ 6969] By: jhi on 2000/09/01 13:52:27
56326 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56327 From: <abigail@foad.org>
56328 Date: Fri, 1 Sep 2000 05:46:54 -0400
56329 Message-ID: <20000901094654.6476.qmail@foad.org>
56330 Branch: perl
56331 ! lib/overload.pm
56332____________________________________________________________________________
56333[ 6968] By: jhi on 2000/09/01 13:50:05
56334 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56335 From: Daniel Chetlin <daniel@chetlin.com>
56336 Date: Fri, 1 Sep 2000 02:10:55 -0700
56337 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
56338 Branch: perl
56339 ! pod/perlretut.pod
56340____________________________________________________________________________
56341[ 6967] By: jhi on 2000/09/01 13:47:54
56342 Log: Part of the solution.
56343
56344 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56345 From: Mike Guy <mjtg@cam.ac.uk>
56346 Date: Fri, 01 Sep 2000 14:16:01 +0100
56347 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
56348 Branch: perl
56349 ! gv.c mg.c
56350____________________________________________________________________________
56351[ 6966] By: jhi on 2000/09/01 13:46:17
56352 Log: Subject: CPAN.pm beta 1.57_57 for the core
56353 From: andreas.koenig@anima.de (Andreas J. Koenig)
56354 Date: 01 Sep 2000 15:16:31 +0200
56355 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
56356 Branch: perl
56357 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56358____________________________________________________________________________
56359[ 6965] By: jhi on 2000/09/01 13:43:18
56360 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56361 From: "Craig A. Berry" <craig.berry@psinetcs.com>
56362 Date: Fri, 01 Sep 2000 01:47:22 -0500
56363 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
56364 Branch: perl
56365 ! pod/perldelta.pod vms/vms.c
56366____________________________________________________________________________
56367[ 6964] By: jhi on 2000/09/01 13:35:35
56368 Log: File::Temp patches from Andreas König,
56369
56370 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
56371 From: andreas.koenig@anima.de (Andreas J. Koenig)
56372 Date: 01 Sep 2000 10:07:20 +0200
56373 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
56374
56375 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
56376 From: andreas.koenig@anima.de (Andreas J. Koenig)
56377 Date: 31 Aug 2000 23:26:08 +0200
56378 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
56379 Branch: perl
56380 ! lib/File/Temp.pm t/lib/ftmp-security.t
56381____________________________________________________________________________
56382[ 6963] By: jhi on 2000/09/01 02:22:24
56383 Log: Retract the mergesort code, way too incompatible licensing
56384 and copyrights.
56385 Branch: perl
56386 ! pod/perldelta.pod pp_ctl.c
56387____________________________________________________________________________
56388[ 6962] By: jhi on 2000/08/31 23:27:32
56389 Log: Update Changes.
56390 Branch: perl
56391 ! Changes patchlevel.h
56392____________________________________________________________________________
0b3b9d72
JH
56393[ 6961] By: jhi on 2000/08/31 23:20:04
56394 Log: Small tweaks all over.
56395 Branch: metaconfig
56396 ! U/compline/d_gconvert.U
56397 Branch: perl
56398 ! AUTHORS Configure config_h.SH pp_ctl.c
56399____________________________________________________________________________
c54b6e81
JH
56400[ 6960] By: jhi on 2000/08/31 22:39:36
56401 Log: Further rewording.
56402 Branch: perl
56403 ! pp_ctl.c
56404____________________________________________________________________________
56405[ 6959] By: jhi on 2000/08/31 21:26:44
56406 Log: More address tweaking.
56407 Branch: perl
56408 ! AUTHORS Changes
56409____________________________________________________________________________
56410[ 6958] By: jhi on 2000/08/31 20:47:25
56411 Log: AUTHORS tweaks, from Peter Prymmer.
56412
56413 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
56414 From: Peter Prymmer <pvhp@forte.com>
56415 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
56416 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
56417 Branch: perl
56418 ! AUTHORS MAINTAIN
56419____________________________________________________________________________
56420[ 6957] By: jhi on 2000/08/31 20:34:43
56421 Log: perldelta tweaks.
56422 Branch: perl
56423 ! pod/perldelta.pod
56424____________________________________________________________________________
56425[ 6956] By: jhi on 2000/08/31 19:11:06
56426 Log: Regen perltoc.
56427 Branch: perl
56428 ! pod/perltoc.pod
56429____________________________________________________________________________
56430[ 6955] By: jhi on 2000/08/31 19:06:30
56431 Log: Clarify the mergesort situation.
56432 Branch: perl
56433 ! pp_ctl.c
56434____________________________________________________________________________
56435[ 6954] By: jhi on 2000/08/31 18:24:17
56436 Log: Move the Solaris 7 scan to use64bitall, make the
56437 failure to find 64-bot sparc libc to mention the
56438 possibility of being in an intel, from Lupe and Alan.
56439 Branch: perl
56440 ! hints/solaris_2.sh
56441____________________________________________________________________________
0b3b9d72
JH
56442[ 6953] By: jhi on 2000/08/31 18:09:20
56443 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
56444 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
56445 Branch: metaconfig
56446 ! U/compline/d_gconvert.U U/threads/archname.U
56447 Branch: metaconfig/U/perl
56448 ! perlxv.U
56449 Branch: perl
56450 ! Configure config_h.SH sv.c
56451____________________________________________________________________________
51c9377f
JH
56452[ 6952] By: jhi on 2000/08/31 17:42:24
56453 Log: :: not allowed in pathnames, change to .
56454
56455 Subject: [PATCH perl@6938] cygwin port
56456 From: "Fifer, Eric" <EFifer@sanwaint.com>
56457 Date: Thu, 31 Aug 2000 16:32:59 +0100
56458 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
56459 Branch: metaconfig/U/perl
56460 ! perlxv.U
56461____________________________________________________________________________
c54b6e81
JH
56462[ 6951] By: jhi on 2000/08/31 17:02:05
56463 Log: Try to deduce NV_MAX. Really should be Configure fodder.
56464 Branch: perl
56465 ! perl.h
56466____________________________________________________________________________
56467[ 6950] By: jhi on 2000/08/31 16:26:08
56468 Log: More author updates.
56469
56470 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
56471 From: Simon Cozens <simon@cozens.net>
56472 Date: Thu, 31 Aug 2000 17:13:32 +0100
56473 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
56474 Branch: perl
56475 ! AUTHORS
56476____________________________________________________________________________
56477[ 6949] By: jhi on 2000/08/31 16:04:49
56478 Log: POSIX doesn't report long double values under -Duselongdouble
56479 when the long doubles are "real" (bigger than doubles).
71d4b5fd
JH
56480
56481 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
56482 From: Spider Boardman <spider@peano.zk3.dec.com>
56483 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
56484 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
c54b6e81
JH
56485 Branch: perl
56486 ! ext/POSIX/POSIX.xs
56487____________________________________________________________________________
56488[ 6948] By: jhi on 2000/08/31 15:25:10
56489 Log: Update Changes.
56490 Branch: perl
56491 ! Changes patchlevel.h
56492____________________________________________________________________________
0d3805ce
JH
56493[ 6947] By: jhi on 2000/08/31 15:22:29
56494 Log: Document UNTIE in a very minimalistic way.
56495 Branch: perl
56496 ! pod/perlfunc.pod pod/perltie.pod
56497____________________________________________________________________________
56498[ 6946] By: jhi on 2000/08/31 15:15:23
56499 Log: Document known failures.
56500 Branch: perl
56501 ! pod/perldelta.pod
56502____________________________________________________________________________
0b3b9d72
JH
56503[ 6945] By: jhi on 2000/08/31 15:07:00
56504 Log: Don't attach -ld to the archname if pointless.
56505 Branch: metaconfig
56506 ! U/threads/archname.U
56507 Branch: perl
56508 ! Configure config_h.SH
56509____________________________________________________________________________
0d3805ce
JH
56510[ 6944] By: jhi on 2000/08/31 14:37:42
56511 Log: Wrap the test in eval.
56512
56513 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
56514 From: Tim Jenness <timj@jach.hawaii.edu>
56515 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
56516 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
56517 Branch: perl
56518 ! t/lib/ftmp-security.t
56519____________________________________________________________________________
56520[ 6943] By: jhi on 2000/08/31 14:30:57
56521 Log: Make -Dusemorebits find long doubles in Solaris.
56522 Branch: perl
56523 ! hints/solaris_2.sh
56524____________________________________________________________________________
56525[ 6942] By: jhi on 2000/08/31 13:48:45
56526 Log: Clarify the third case of ftmp-security warnings.
56527 Branch: perl
56528 ! INSTALL
56529____________________________________________________________________________
56530[ 6941] By: jhi on 2000/08/31 13:40:31
56531 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
56532 From: <abigail@foad.org>
56533 Date: Thu, 31 Aug 2000 01:35:05 -0400
56534 Message-ID: <20000831053505.32120.qmail@foad.org>
56535 Branch: perl
56536 ! pod/perldelta.pod
56537____________________________________________________________________________
56538[ 6940] By: jhi on 2000/08/31 13:38:48
56539 Log: Issue useful diagnostic on unknown pod commands.
56540
56541 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
56542 From: <abigail@foad.org>
56543 Date: Thu, 31 Aug 2000 03:41:18 -0400
56544 Message-ID: <20000831074118.24880.qmail@foad.org>
56545 Branch: perl
56546 ! lib/Pod/Man.pm
56547____________________________________________________________________________
56548[ 6939] By: jhi on 2000/08/31 13:34:33
56549 Log: Reveal Borland's isnan.
56550
56551 Subject: build with BC++ tweak
56552 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56553 Date: Thu, 31 Aug 2000 13:09:37 +0400
56554 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
56555 Branch: perl
56556 ! win32/win32.h
56557____________________________________________________________________________
56558[ 6938] By: jhi on 2000/08/31 05:01:20
56559 Log: Update Changes.
56560 Branch: perl
56561 ! Changes patchlevel.h
56562____________________________________________________________________________
0b3b9d72
JH
56563[ 6937] By: jhi on 2000/08/31 04:26:23
56564 Log: sscanf() may be the only way to read long doubles from strings.
56565 Branch: metaconfig/U/perl
56566 ! longdblfio.U
56567 Branch: perl
56568 ! Configure config_h.SH perl.h util.c
56569____________________________________________________________________________
a0bff7c3
JH
56570[ 6936] By: jhi on 2000/08/31 04:18:19
56571 Log: The #6929 was too skimpy.
56572 Branch: perl
56573 ! sv.c
56574____________________________________________________________________________
56575[ 6935] By: jhi on 2000/08/31 02:47:07
56576 Log: Subject: Re: typos in pods
56577 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56578 Date: Wed, 30 Aug 2000 19:25:34 -0700
56579 Message-ID: <eIcr5gzkg25X092yn@efn.org>
56580 Branch: perl
56581 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
56582____________________________________________________________________________
56583[ 6934] By: jhi on 2000/08/31 02:42:55
56584 Log: Missed one Unicode file.
56585 Branch: perl
56586 + lib/unicode/UCDFF301.html
56587____________________________________________________________________________
56588[ 6933] By: jhi on 2000/08/30 23:42:27
56589 Log: Update Changes.
56590 Branch: perl
56591 ! Changes patchlevel.h
56592____________________________________________________________________________
cf19c48c
JH
56593[ 6932] By: jhi on 2000/08/30 23:40:07
56594 Log: Mention UNTIE in perldelta. Still needs documenting
56595 in perltie et alia.
56596 Branch: perl
56597 ! pod/perldelta.pod
56598____________________________________________________________________________
56599[ 6931] By: jhi on 2000/08/30 23:36:02
56600 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
56601 From: <abigail@foad.org>
56602 Date: Wed, 30 Aug 2000 19:28:07 -0400
56603 Message-ID: <20000830232807.305.qmail@foad.org>
56604 Branch: perl
56605 ! pod/perldelta.pod
56606____________________________________________________________________________
56607[ 6930] By: jhi on 2000/08/30 23:32:40
56608 Log: Update to Unicode 3.0.1.
56609 Branch: perl
56610 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
56611 + lib/unicode/PropList.txt lib/unicode/README.perl
56612 + lib/unicode/UCD301.html lib/unicode/Unicode.301
56613 - lib/unicode/Props.txt lib/unicode/UCD300.html
56614 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
56615 ! (edit 257 files)
56616____________________________________________________________________________
56617[ 6929] By: jhi on 2000/08/30 22:38:18
56618 Log: Heap decorruption.
56619
56620 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
56621 From: Alan Burlison <Alan.Burlison@uk.sun.com>
56622 Date: Wed, 30 Aug 2000 22:39:52 +0100
56623 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
56624 Branch: perl
56625 ! sv.c
56626____________________________________________________________________________
56627[ 6928] By: jhi on 2000/08/30 22:29:34
56628 Log: Retract the dummy test, skip the security tests (instead of failing),
56629 explain what the warnings mean.
56630 Branch: perl
56631 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
56632____________________________________________________________________________
56633[ 6927] By: jhi on 2000/08/30 22:14:13
56634 Log: Change the internal implementation of sort() to be mergesort
56635 instead of quicksort, from John Linderman <jpl@research.att.com>.
56636 Gives us better worst case, better average case, and stability.
56637 What's there not to like? (Small fixes for threaded builds
56638 were required).
56639 Branch: perl
56640 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
56641____________________________________________________________________________
56642[ 6926] By: jhi on 2000/08/30 20:55:20
56643 Log: A better fix for the Socket building problem from Craig Berry.
56644 Branch: perl
56645 ! vms/vms.c
56646____________________________________________________________________________
56647[ 6925] By: jhi on 2000/08/30 20:20:25
56648 Log: Subject: [PATCH] Re: UNTIE method
56649 From: Nick Ing-Simmons <nik@tiuk.ti.com>
56650 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
56651 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
56652 Branch: perl
56653 ! pp_sys.c t/op/tie.t
56654____________________________________________________________________________
56655[ 6924] By: jhi on 2000/08/30 20:17:11
56656 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
56657 From: "Craig A. Berry" <craig.berry@psinetcs.com>
56658 Date: Wed, 30 Aug 2000 15:03:14 -0500
56659 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
56660 Branch: perl
56661 ! vms/vms.c
56662____________________________________________________________________________
56663[ 6923] By: jhi on 2000/08/30 20:15:18
56664 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
56665 From: "Craig A. Berry" <craig.berry@psinetcs.com>
56666 Date: Wed, 30 Aug 2000 13:30:36 -0500
56667 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
56668 Branch: perl
56669 ! vms/vms.c
56670____________________________________________________________________________
56671[ 6922] By: jhi on 2000/08/30 19:54:43
56672 Log: Better options for rsync.
56673 Branch: perl
56674 ! pod/perlhack.pod
56675____________________________________________________________________________
56676[ 6921] By: jhi on 2000/08/30 19:40:16
56677 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
56678 From: Rick Delaney <rick@consumercontact.com>
56679 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
56680 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
56681 Branch: perl
56682 ! pod/perlfunc.pod
56683____________________________________________________________________________
56684[ 6920] By: jhi on 2000/08/30 19:36:40
56685 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
56686 From: Peter Prymmer <pvhp@forte.com>
56687 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
56688 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
56689 Branch: perl
56690 ! configure.com
56691____________________________________________________________________________
56692[ 6919] By: jhi on 2000/08/30 14:52:02
56693 Log: Update Changes.
56694 Branch: perl
56695 ! Changes patchlevel.h
56696____________________________________________________________________________
9a871999
JH
56697[ 6918] By: jhi on 2000/08/30 14:48:34
56698 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
56699 Branch: perl
56700 ! lib/ExtUtils/typemap
56701____________________________________________________________________________
56702[ 6917] By: jhi on 2000/08/30 14:46:34
56703 Log: Subject: typos in pods
56704 From: Nicholas Clark <nick@ccl4.org>
56705 Date: Wed, 30 Aug 2000 01:12:50 +0100
56706 Message-ID: <20000830011249.A61388@plum.flirble.org>
56707 Branch: perl
56708 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
56709 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
56710 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
56711 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
56712____________________________________________________________________________
56713[ 6916] By: jhi on 2000/08/30 14:19:09
56714 Log: Document Storable problems on Crays. (Will have
56715 to document all the other Storable problems, too.)
56716 Branch: perl
56717 ! pod/perldelta.pod
56718____________________________________________________________________________
56719[ 6915] By: jhi on 2000/08/30 14:06:02
56720 Log: Subject: [PATCH] fix misc cast warnings
56721 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56722 Date: Tue, 29 Aug 2000 23:16:14 -0700
56723 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
56724 Branch: perl
56725 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
56726 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
56727 ! os2/os2ish.h
56728____________________________________________________________________________
56729[ 6914] By: jhi on 2000/08/30 14:03:45
56730 Log: Timestamp mismatch again. Need to fix this dependence on
56731 config_h.SH timestamp, since it's the contents of config_h.SH
56732 that matter.
56733 Branch: perl
56734 ! uconfig.h uconfig.sh
56735____________________________________________________________________________
56736[ 6913] By: jhi on 2000/08/30 13:54:06
56737 Log: Don't say "Perl 5.0 source kit".
56738 Branch: perl
56739 ! perl.c
56740____________________________________________________________________________
0b3b9d72
JH
56741[ 6912] By: jhi on 2000/08/30 13:51:24
56742 Log: Reset archname and archname64 always, forcing them be
56743 recomputed at each Configure run, make Configure and
56744 the hints files agree on the naming of largefiles variables.
56745 Branch: metaconfig
56746 ! U/threads/archname.U
56747 Branch: metaconfig/U/perl
56748 ! use64bits.U
56749 Branch: perl
56750 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
56751 ! hints/linux.sh hints/solaris_2.sh
56752____________________________________________________________________________
9a871999
JH
56753[ 6911] By: jhi on 2000/08/30 13:30:13
56754 Log: Put back the slice accidentally removed by #6907.
56755 Branch: perl
56756 ! hints/solaris_2.sh
56757____________________________________________________________________________
56758[ 6910] By: jhi on 2000/08/30 01:24:26
56759 Log: Be consistent: other Net::get* do export theirs.
56760
56761 Subject: Re: Net::protoent does not export 'getproto'
56762 From: Yasushi Nakajima <sey@jkc.co.jp>
56763 Date: Wed, 30 Aug 2000 09:53:14 +0900
56764 Message-Id: <200008300051.DAA24700@taku.hut.fi>
56765 Branch: perl
56766 ! lib/Net/protoent.pm
56767____________________________________________________________________________
56768[ 6909] By: jhi on 2000/08/30 01:17:25
56769 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
56770 From: Gurusamy Sarathy <gsar@ActiveState.com>
56771 Date: Tue, 29 Aug 2000 17:17:07 -0700
56772 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
56773 Branch: perl
56774 ! cop.h
56775____________________________________________________________________________
56776[ 6908] By: jhi on 2000/08/30 00:58:05
56777 Log: Update Changes.
56778 Branch: perl
56779 ! Changes patchlevel.h
56780____________________________________________________________________________
0b3b9d72
JH
56781[ 6907] By: jhi on 2000/08/30 00:57:22
56782 Log: Introduce ccname to keep track of what compiler kind of we have.
56783 Branch: metaconfig/U/perl
56784 ! Checkcc.U gccvers.U
56785 Branch: perl
56786 ! Configure config_h.SH hints/solaris_2.sh
56787____________________________________________________________________________
d2caad93
JH
56788[ 6906] By: jhi on 2000/08/30 00:25:47
56789 Log: Put back the flags dump as reasoned in
56790
56791 Subject: Re: [PATCH] Glob dumping
56792 From: Mike Guy <mjtg@cam.ac.uk>
56793 Date: Tue, 29 Aug 2000 21:41:32 +0100
56794 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
56795 Branch: perl
56796 ! dump.c t/lib/peek.t
56797____________________________________________________________________________
56798[ 6905] By: jhi on 2000/08/30 00:16:17
56799 Log: Make the epsilon to be relative, not absolute.
56800
56801 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
56802 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
56803 Date: Tue, 29 Aug 2000 19:58:56 -0400
56804 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
56805 Branch: perl
56806 ! t/lib/trig.t
56807____________________________________________________________________________
56808[ 6904] By: jhi on 2000/08/30 00:13:09
56809 Log: From now on, Gisle is on my list of usual suspects :-)
56810 Retract #6902.
56811 Branch: perl
56812 ! ext/Opcode/Safe.pm
56813____________________________________________________________________________
56814[ 6903] By: jhi on 2000/08/29 23:51:20
56815 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
56816 From: "Craig A. Berry" <craig.berry@psinetcs.com>
56817 Date: Tue, 29 Aug 2000 18:43:26 -0500
56818 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
56819 Branch: perl
56820 + vms/vmspipe.com
56821 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
56822 ! vms/vms.c
56823____________________________________________________________________________
56824[ 6902] By: jhi on 2000/08/29 23:44:14
56825 Log: Retry what #6882 attempted.
56826
56827 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
56828 From: Gisle Aas <gisle@ActiveState.com>
56829 Date: 30 Aug 2000 00:33:09 +0200
56830 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
56831 Branch: perl
56832 ! ext/Opcode/Safe.pm
56833____________________________________________________________________________
56834[ 6901] By: jhi on 2000/08/29 22:59:32
56835 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
56836 From: Hugo <hv@crypt.compulink.co.uk>
56837 Date: Mon, 12 Jun 2000 19:36:08 +0100
56838 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
56839 Branch: perl
56840 ! sv.c
56841____________________________________________________________________________
56842[ 6900] By: jhi on 2000/08/29 22:58:35
56843 Log: Admit that we are leaking scalars.
56844
56845 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
56846 From: Spider Boardman <spider@leggy.zk3.dec.com>
56847 Date: Tue, 29 Aug 2000 18:48:29 -0400
56848 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
56849 Branch: perl
56850 ! t/pragma/warnings.t
56851____________________________________________________________________________
56852[ 6899] By: jhi on 2000/08/29 20:53:13
56853 Log: Update Changes.
56854 Branch: perl
56855 ! Changes patchlevel.h
56856____________________________________________________________________________
a6f9fe2f
JH
56857[ 6898] By: jhi on 2000/08/29 20:46:21
56858 Log: Undo namespace pollution of #6878.
56859
56860 Subject: Re: Net::protoent does not export 'getproto'
56861 From: Mike Guy <mjtg@cam.ac.uk>
56862 Date: Tue, 29 Aug 2000 21:32:37 +0100
56863 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
56864 Branch: perl
56865 ! lib/Net/protoent.pm
56866____________________________________________________________________________
56867[ 6897] By: jhi on 2000/08/29 20:44:29
56868 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
56869 From: Peter Prymmer <pvhp@forte.com>
56870 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
56871 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
56872 Branch: perl
56873 ! pod/perlebcdic.pod
56874____________________________________________________________________________
0b3b9d72
JH
56875[ 6896] By: jhi on 2000/08/29 20:40:57
56876 Log: There's no point repeating the 'revision' (5) of perl5.
56877 Branch: metaconfig/U/perl
56878 ! Devel.U patchlevel.U
56879 Branch: perl
56880 ! Configure config_h.SH
56881____________________________________________________________________________
56882[ 6895] By: jhi on 2000/08/29 20:16:58
56883 Log: Regen Configure for #6894.
56884 Branch: metaconfig/U/perl
56885 ! perladmin.U
56886 Branch: perl
56887 ! Configure config_h.SH
56888____________________________________________________________________________
a6f9fe2f
JH
56889[ 6894] By: jhi on 2000/08/29 19:59:52
56890 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
56891 From: "Philip Newton" <Philip.Newton@gmx.net>
56892 Date: Tue, 29 Aug 2000 21:39:14 +0200
56893 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
56894 Branch: perl
56895 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
56896 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
56897 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
56898 ! utils/perlbug.PL
56899____________________________________________________________________________
56900[ 6893] By: jhi on 2000/08/29 19:55:30
56901 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
56902 From: "Philip Newton" <Philip.Newton@gmx.net>
56903 Date: Tue, 29 Aug 2000 21:39:14 +0200
56904 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
56905 Branch: perl
56906 ! installhtml
56907____________________________________________________________________________
56908[ 6892] By: jhi on 2000/08/29 19:53:59
56909 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
56910 From: "Philip Newton" <Philip.Newton@gmx.net>
56911 Date: Tue, 29 Aug 2000 21:48:18 +0200
56912 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
56913 Branch: perl
56914 ! lib/File/Temp.pm
56915____________________________________________________________________________
56916[ 6891] By: jhi on 2000/08/29 18:30:03
56917 Log: Nail the ID 20000828.023.
56918 Branch: perl
56919 ! ext/Storable/Storable.xs
56920____________________________________________________________________________
56921[ 6890] By: jhi on 2000/08/29 16:50:17
56922 Log: Under usethreads the dumped variable is IN_PAD.
56923
56924 Subject: Re: [PATCH] Glob dumping
56925 From: Gisle Aas <gisle@ActiveState.com>
56926 Date: 29 Aug 2000 18:45:05 +0200
56927 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
56928 Branch: perl
56929 ! t/lib/peek.t
56930____________________________________________________________________________
56931[ 6889] By: jhi on 2000/08/29 15:17:37
56932 Log: Update Changes.
56933 Branch: perl
56934 ! Changes patchlevel.h
56935____________________________________________________________________________
3515010d
JH
56936[ 6888] By: jhi on 2000/08/29 14:49:59
56937 Log: Retract #6882, broke the safe tests.
56938 Branch: perl
56939 ! ext/Opcode/Safe.pm
56940____________________________________________________________________________
56941[ 6887] By: jhi on 2000/08/29 14:47:06
56942 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
56943 From: Gisle Aas <gisle@ActiveState.com>
56944 Date: 09 Jun 2000 20:00:11 +0200
56945 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
56946 Branch: perl
56947 ! utils/perldoc.PL
56948____________________________________________________________________________
56949[ 6886] By: jhi on 2000/08/29 14:42:45
56950 Log: The #6881 removed one dump line.
56951 Branch: perl
56952 ! t/lib/peek.t
56953____________________________________________________________________________
56954[ 6885] By: jhi on 2000/08/29 14:30:47
56955 Log: Don't forget to tidy up.
56956 Branch: perl
56957 ! t/lib/ftmp-security.t
56958____________________________________________________________________________
56959[ 6884] By: jhi on 2000/08/29 14:25:17
56960 Log: Disabling the one test is a bit tricky.
56961 Branch: perl
56962 ! t/lib/ftmp-security.t
56963____________________________________________________________________________
56964[ 6883] By: jhi on 2000/08/29 14:16:25
56965 Log: Disable one of the tests for now.
56966 Branch: perl
56967 ! t/lib/ftmp-security.t
56968____________________________________________________________________________
56969[ 6882] By: jhi on 2000/08/29 14:05:50
56970 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
56971 From: gisle@aas.no
56972 Date: 29 Aug 2000 10:35:06 -0000
56973 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
56974 Branch: perl
56975 ! ext/Opcode/Safe.pm
56976____________________________________________________________________________
56977[ 6881] By: jhi on 2000/08/29 14:03:51
56978 Log: Subject: [PATCH] Glob dumping
56979 From: Gisle Aas <gisle@ActiveState.com>
56980 Date: 29 Aug 2000 07:59:42 -0000
56981 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
56982 Branch: perl
56983 ! dump.c
56984____________________________________________________________________________
56985[ 6880] By: jhi on 2000/08/29 14:02:01
56986 Log: Subject: [PATCH] Warnings in B::Deparse
56987 From: <abigail@foad.org>
56988 Date: Tue, 29 Aug 2000 00:00:01 -0400
56989 Message-ID: <20000829040001.2999.qmail@foad.org>
56990 Branch: perl
56991 ! ext/B/B/Deparse.pm
56992____________________________________________________________________________
56993[ 6879] By: jhi on 2000/08/29 13:57:26
56994 Log: Missed a change in #6869.
56995 Branch: perl
56996 ! mg.c
56997____________________________________________________________________________
56998[ 6878] By: jhi on 2000/08/29 13:45:04
56999 Log: Subject: Net::protoent does not export 'getproto'
57000 From: Yasushi Nakajima <sey@jkc.co.jp>
57001 Date: Tue, 29 Aug 2000 17:28:57 +0900
57002 Branch: perl
57003 ! lib/Net/protoent.pm
57004____________________________________________________________________________
57005[ 6877] By: jhi on 2000/08/29 13:39:19
57006 Log: Patches all over for people and the files they (hopefully) care about.
57007 Branch: perl
57008 ! AUTHORS Changes MAINTAIN
57009____________________________________________________________________________
57010[ 6876] By: jhi on 2000/08/29 12:53:54
57011 Log: Fix for thinko in #6848.
57012
57013 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57014 From: Lupe Christoph <lupe@lupe-christoph.de>
57015 Date: Tue, 29 Aug 2000 09:04:08 +0200
57016 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
57017 Branch: perl
57018 ! ext/Thread/Thread.xs
57019____________________________________________________________________________
57020[ 6875] By: jhi on 2000/08/29 12:50:14
57021 Log: Update to Getopt::Long 2.24, from Johan Vromans.
57022 Branch: perl
57023 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57024____________________________________________________________________________
57025[ 6874] By: jhi on 2000/08/29 02:09:53
57026 Log: Use minimal @INC in tests, most of the time just '../lib',
57027 so that we simply can't pick up stuff from other Perls than
57028 the one we are testing. Pointed out by
57029
57030 From: Mike Guy <mjtg@cam.ac.uk>
57031 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
57032 Date: Fri, 25 Aug 2000 15:15:59 +0100
57033 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
57034 Branch: perl
57035 ! (edit 185 files)
57036____________________________________________________________________________
57037[ 6873] By: jhi on 2000/08/29 01:07:11
57038 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
57039 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57040 Date: Mon, 28 Aug 2000 17:45:52 -0700
57041 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
57042 Branch: perl
57043 ! Makefile.SH hints/os2.sh
57044____________________________________________________________________________
57045[ 6872] By: jhi on 2000/08/28 23:33:39
57046 Log: Subject: [PATCH bleedperl@6866] spellings
57047 From: marcel@codewerk.com (Marcel Grunauer)
57048 Date: Tue, 29 Aug 2000 01:19:59 +0200
57049 Message-Id: <200008282319.BAA29862@gandalf.local>
57050 Branch: perl
57051 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
57052 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
57053 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
57054____________________________________________________________________________
57055[ 6871] By: jhi on 2000/08/28 23:22:09
57056 Log: Take out the SUIDMAIL thing, that will not be
57057 a problem in 5.7.*.
57058 Branch: perl
57059 ! patchlevel.h
57060____________________________________________________________________________
57061[ 6870] By: jhi on 2000/08/28 23:19:30
57062 Log: -S is the silent flag, -s is the strip flag.
57063
57064 Subject: [PATCH] Re: [PATCH] make no-install
57065 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57066 Date: Mon, 28 Aug 2000 15:12:55 -0700
57067 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
57068 Branch: perl
57069 ! Makefile.SH
57070____________________________________________________________________________
57071[ 6869] By: jhi on 2000/08/28 23:12:05
57072 Log: Subject: [PATCH bleedperl@6856] warnings fixes
57073 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57074 Date: Mon, 28 Aug 2000 23:55:06 +0100
57075 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
57076 Branch: perl
57077 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
57078 ! warnings.h warnings.pl
57079____________________________________________________________________________
57080[ 6868] By: jhi on 2000/08/28 21:38:22
57081 Log: Potential cruft.
57082 Branch: perl
57083 ! Makefile.SH
57084____________________________________________________________________________
57085[ 6867] By: jhi on 2000/08/28 21:35:36
57086 Log: Update Changes.
57087 Branch: perl
57088 ! Changes patchlevel.h
57089____________________________________________________________________________
98e06804
JH
57090[ 6866] By: jhi on 2000/08/28 21:33:49
57091 Log: Subject: hv.h Doc Patch
57092 From: Fisher Mark <fisherm@tce.com>
57093 Date: Mon, 28 Aug 2000 16:24:59 -0500
57094 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 57095 Branch: perl
98e06804 57096 ! hv.h
c40596a0 57097____________________________________________________________________________
0b3b9d72
JH
57098[ 6865] By: jhi on 2000/08/28 21:02:15
57099 Log: Add -ld to archname on long tr...double platforms.
57100 Branch: metaconfig
57101 ! U/threads/archname.U
57102 Branch: perl
57103 ! Configure config_h.SH
57104____________________________________________________________________________
98e06804
JH
57105[ 6864] By: jhi on 2000/08/28 20:38:59
57106 Log: An attempt to fix the problem reported in
57107
57108 Subject: Building perl@6856 using gcc/AIX 4.3.3
57109 From: Daniel Muino <dmuino@afip.gov.ar>
57110 Date: Mon, 28 Aug 2000 15:50:01 -0300
57111 Message-ID: <20000828155001.A14403@con2-dgi>
57112
57113 I can't test this properly since the gcc installation I have
57114 access to seems to be botched (gcc is calling the AIX cpp,
57115 a losing proposition...)
c40596a0 57116 Branch: perl
98e06804 57117 ! hints/aix.sh
c40596a0 57118____________________________________________________________________________
98e06804
JH
57119[ 6863] By: jhi on 2000/08/28 18:57:52
57120 Log: Fix for ID 20000828.001, long doubles were not formatted
57121 correctly (showed up in $], which stopped installing perl).
c40596a0 57122 Branch: perl
98e06804 57123 ! sv.c
c40596a0 57124____________________________________________________________________________
98e06804
JH
57125[ 6862] By: jhi on 2000/08/28 18:07:15
57126 Log: Typo in #6858.
c40596a0 57127 Branch: perl
98e06804 57128 ! lib/Cwd.pm
c40596a0 57129____________________________________________________________________________
98e06804
JH
57130[ 6861] By: jhi on 2000/08/28 17:57:27
57131 Log: opmini.o may be left around if a build is interrupted.
c40596a0 57132 Branch: perl
98e06804 57133 ! Makefile.SH
c40596a0 57134____________________________________________________________________________
98e06804
JH
57135[ 6860] By: jhi on 2000/08/28 16:52:50
57136 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57137 From: Daniel Chetlin <daniel@chetlin.com>
57138 Date: Mon, 28 Aug 2000 01:14:18 -0700
57139 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 57140 Branch: perl
98e06804 57141 ! lib/overload.pm
c40596a0 57142____________________________________________________________________________
98e06804
JH
57143[ 6859] By: jhi on 2000/08/28 16:08:46
57144 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57145 From: Nicholas Clark <nick@ccl4.org>
57146 Date: Mon, 28 Aug 2000 16:03:27 +0100
57147 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 57148 Branch: perl
98e06804 57149 ! ext/ByteLoader/bytecode.h
c40596a0 57150____________________________________________________________________________
98e06804
JH
57151[ 6858] By: jhi on 2000/08/28 16:02:10
57152 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57153 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
57154 Date: Mon, 28 Aug 2000 13:08:30 +0200
57155 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 57156 Branch: perl
98e06804 57157 ! lib/Cwd.pm
c40596a0 57158____________________________________________________________________________
98e06804
JH
57159[ 6857] By: jhi on 2000/08/28 15:42:47
57160 Log: display_format used as a class method without arguments was broken,
57161 reported in
57162
57163 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57164 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
57165 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
57166 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
57167 Branch: perl
57168 ! lib/Math/Complex.pm t/lib/complex.t
57169____________________________________________________________________________
57170[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
57171 Log: Update Changes.
57172 Branch: perl
57173 ! Changes patchlevel.h
57174____________________________________________________________________________
98e06804
JH
57175[ 6855] By: jhi on 2000/08/27 21:59:21
57176 Log: Retract #6853 (false alarm).
57177 Branch: perl
57178 ! lib/ExtUtils/xsubpp
57179____________________________________________________________________________
57180[ 6854] By: jhi on 2000/08/27 21:37:44
57181 Log: Update Changes.
57182 Branch: perl
57183 ! Changes patchlevel.h
57184____________________________________________________________________________
57185[ 6853] By: jhi on 2000/08/27 21:37:16
57186 Log: Subject: [PATCH perl@6850] workaround for xsubpp
57187 From: Hugo <hv@crypt.compulink.co.uk>
57188 Date: Sun, 27 Aug 2000 22:30:25 +0100
57189 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
57190 Branch: perl
57191 ! lib/ExtUtils/xsubpp
57192____________________________________________________________________________
c40596a0
JH
57193[ 6852] By: jhi on 2000/08/27 21:33:58
57194 Log: Big-endian 64-bit patch from Raphael Manfredi.
57195 Branch: perl
57196 ! ext/Storable/Storable.xs
57197____________________________________________________________________________
57198[ 6851] By: jhi on 2000/08/27 21:22:21
57199 Log: More ruthless editing from Hugo van der Sanden.
57200 Branch: perl
57201 ! pod/perldelta.pod
57202____________________________________________________________________________
57203[ 6850] By: jhi on 2000/08/27 16:11:46
57204 Log: Update Changes.
57205 Branch: perl
57206 ! Changes patchlevel.h
57207____________________________________________________________________________
1a436f0c
JH
57208[ 6849] By: jhi on 2000/08/27 16:11:05
57209 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
57210 Branch: perl
57211 ! configpm pod/perldelta.pod
57212____________________________________________________________________________
57213[ 6848] By: jhi on 2000/08/27 15:35:08
57214 Log: Use the actual thread type, not the pointer-to-struct.
57215 Branch: perl
57216 ! ext/Thread/Thread.xs
57217____________________________________________________________________________
57218[ 6847] By: jhi on 2000/08/27 15:30:49
57219 Log: Test nit.
57220 Branch: perl
57221 ! t/pragma/warn/pp_sys
57222____________________________________________________________________________
0b3b9d72
JH
57223[ 6846] By: jhi on 2000/08/27 15:19:02
57224 Log: Passing -R in ldflags makes now it to appear in the default
57225 for lddlflags, just like with -L.
57226
57227 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57228 From: Lupe Christoph <lupe@lupe-christoph.de>
57229 Date: Sun, 27 Aug 2000 10:28:21 +0200
57230 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
57231 Branch: metaconfig/U/perl
57232 ! dlsrc.U
57233 Branch: perl
57234 ! Configure
57235____________________________________________________________________________
1a436f0c
JH
57236[ 6845] By: jhi on 2000/08/27 15:08:54
57237 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57238 From: Alan Burlison <Alan.Burlison@uk.sun.com>
57239 Date: Sat, 26 Aug 2000 22:23:27 +0100
57240 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
57241 Branch: perl
57242 ! lib/ExtUtils/MM_Unix.pm
57243____________________________________________________________________________
57244[ 6844] By: jhi on 2000/08/27 15:02:37
57245 Log: DJGPP update from Laszlo Molnar.
57246
57247 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
57248 From: ml1050 <ml1050@freemail.hu>
57249 Date: Sat, 26 Aug 2000 23:24:40 +0200
57250 Message-Id: <20000826232440.A439@freemail.hu>
57251 Branch: perl
57252 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
57253 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
57254____________________________________________________________________________
57255[ 6843] By: jhi on 2000/08/27 14:53:58
57256 Log: Subject: installman buglet
57257 From: Lupe Christoph <lupe@lupe-christoph.de>
57258 Date: Sun, 27 Aug 2000 14:38:59 +0200
57259 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
57260 Branch: perl
57261 ! installman
57262____________________________________________________________________________
57263[ 6842] By: jhi on 2000/08/27 14:52:08
57264 Log: Can't get the test to reliably work thanks to the
57265 inaccurateness of floating point. "Resolves" bug ids
57266 20000826.003, 20000826.009, 20000826.010,
57267 Branch: perl
57268 ! t/lib/trig.t
57269____________________________________________________________________________
57270[ 6841] By: jhi on 2000/08/26 15:53:58
57271 Log: Update Changes.
57272 Branch: perl
57273 ! Changes patchlevel.h
57274____________________________________________________________________________
a2518d28
JH
57275[ 6840] By: jhi on 2000/08/26 14:23:03
57276 Log: grep -e isn't portable.
57277
57278 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57279 From: chris@broadband.att.com
57280 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
57281 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
57282 Branch: perl
57283 ! hints/solaris_2.sh
57284____________________________________________________________________________
57285[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 57286 Log: no-install target a la make -n.
a2518d28
JH
57287
57288 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57289 From: <abigail@foad.org>
57290 Date: Sat, 26 Aug 2000 03:57:34 -0400
57291 Message-ID: <20000826075735.18912.qmail@foad.org>
57292 Branch: perl
57293 ! Makefile.SH installman installperl
57294____________________________________________________________________________
57295[ 6838] By: jhi on 2000/08/26 14:06:33
57296 Log: Retract #6826 as the #6828 should be do the same
57297 in a More Correct Way.
57298 Branch: perl
57299 ! installperl
57300____________________________________________________________________________
57301[ 6837] By: jhi on 2000/08/26 05:24:00
57302 Log: More casting.
57303 Branch: perl
57304 ! ext/Storable/Storable.xs
57305____________________________________________________________________________
57306[ 6836] By: jhi on 2000/08/26 05:05:46
57307 Log: Nicer in decimal.
57308 Branch: perl
57309 ! ext/Storable/Storable.xs
57310____________________________________________________________________________
57311[ 6835] By: jhi on 2000/08/26 05:03:50
57312 Log: There be no UVdf.
57313 Branch: perl
57314 ! ext/Storable/Storable.xs
57315____________________________________________________________________________
57316[ 6834] By: jhi on 2000/08/26 05:00:18
57317 Log: Continue IVdfing and UVxfing.
57318 Branch: perl
57319 ! ext/Storable/Storable.xs
57320____________________________________________________________________________
57321[ 6833] By: jhi on 2000/08/26 04:53:14
57322 Log: Use IVdf.
57323 Branch: perl
57324 ! ext/Storable/Storable.xs
57325____________________________________________________________________________
57326[ 6832] By: jhi on 2000/08/26 04:40:41
57327 Log: Document PTR2XX and INT2PTR.
57328 Branch: perl
57329 ! pod/perlguts.pod
57330____________________________________________________________________________
57331[ 6831] By: jhi on 2000/08/26 04:33:18
57332 Log: Use UVxf, PTR2UV, NVff.
57333 Branch: perl
57334 ! ext/Storable/Storable.xs
57335____________________________________________________________________________
57336[ 6830] By: jhi on 2000/08/26 04:31:32
57337 Log: Update the test count.
57338 Branch: perl
57339 ! t/lib/trig.t
57340____________________________________________________________________________
57341[ 6829] By: jhi on 2000/08/26 03:05:50
57342 Log: Subject: [PATCH] installation not quite silent yet.
57343 From: <abigail@foad.org>
57344 Date: Fri, 25 Aug 2000 20:07:53 -0400
57345 Message-ID: <20000826000753.7822.qmail@foad.org>
57346 Branch: perl
57347 ! installman installperl
57348____________________________________________________________________________
57349[ 6828] By: jhi on 2000/08/26 03:05:14
57350 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
57351 From: Spider Boardman <spider@web.zk3.dec.com>
57352 Date: Fri, 25 Aug 2000 19:12:40 -0400
57353 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
57354 Branch: perl
57355 ! gv.c
57356____________________________________________________________________________
57357[ 6827] By: jhi on 2000/08/25 23:54:34
57358 Log: Support preserving extremely big/small angles.
57359 Branch: perl
57360 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
57361____________________________________________________________________________
57362[ 6826] By: jhi on 2000/08/25 23:01:20
57363 Log: Patch installperl to be long double-aware.
57364
57365 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
57366 From: Spider Boardman <spider@web.zk3.dec.com>
57367 Date: Fri, 25 Aug 2000 18:15:23 -0400
57368 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
57369 Branch: perl
57370 ! installperl
57371____________________________________________________________________________
57372[ 6825] By: jhi on 2000/08/25 22:58:25
57373 Log: Remove duplicately applied patch shards.
57374
57375 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57376 From: Spider Boardman <spider@leggy.zk3.dec.com>
57377 Date: Fri, 25 Aug 2000 16:45:03 -0400
57378 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
57379 Branch: perl
57380 ! t/lib/cgi-html.t
57381____________________________________________________________________________
57382[ 6824] By: jhi on 2000/08/25 22:57:00
57383 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57384 From: Daniel Chetlin <daniel@chetlin.com>
57385 Date: Fri, 25 Aug 2000 12:23:16 -0700
57386 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
57387
57388 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57389 From: Daniel Chetlin <daniel@chetlin.com>
57390 Date: Fri, 25 Aug 2000 14:47:19 -0700
57391 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
57392 Branch: perl
57393 ! installman
57394____________________________________________________________________________
57395[ 6823] By: jhi on 2000/08/25 22:44:17
57396 Log: Timestamp problem?
57397 Branch: perl
57398 ! uconfig.h uconfig.sh
57399____________________________________________________________________________
57400[ 6822] By: jhi on 2000/08/25 19:01:06
57401 Log: One forgotten file from #6816.
57402 Branch: perl
57403 ! vos/config.h
57404____________________________________________________________________________
57405[ 6821] By: jhi on 2000/08/25 18:56:39
57406 Log: Regen Changes.
57407 Branch: perl
57408 ! Changes patchlevel.h
57409____________________________________________________________________________
99b32ad1
JH
57410[ 6820] By: jhi on 2000/08/25 18:52:35
57411 Log: Fix Changes ordering.
57412 Branch: perl
57413 ! Changes
57414____________________________________________________________________________
57415[ 6819] By: jhi on 2000/08/25 18:50:25
57416 Log: Update Changes.
57417 Branch: perl
57418 ! Changes patchlevel.h
6558817a 57419____________________________________________________________________________
0b3b9d72
JH
57420[ 6818] By: jhi on 2000/08/25 18:47:45
57421 Log: Tweak the sfio/useperlio logic, hopefully as wished in
57422
57423 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57424 From: Nicholas Clark <nick@babyhippo.co.uk>
57425 Date: Fri, 25 Aug 2000 12:01:45 +0100
57426 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
57427 Branch: metaconfig/U/perl
57428 ! d_sfio.U
57429 Branch: perl
57430 ! Configure
57431____________________________________________________________________________
2b7d8dfb
JH
57432[ 6817] By: jhi on 2000/08/25 18:32:51
57433 Log: Allow microperl to assume <math.h>, without it the math
57434 functions like floor() are assumed to return int, which makes
57435 for core dumps in machines where integer and floating register
57436 don't mix.
57437 Branch: perl
57438 ! uconfig.h uconfig.sh
57439____________________________________________________________________________
0b3b9d72
JH
57440[ 6816] By: jhi on 2000/08/25 18:27:17
57441 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57442 the problem reported in
57443
57444 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57445 From: danhale@us.ibm.com
57446 Date: Fri, 25 Aug 2000 10:58:06 -0400
57447 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
57448 Branch: metaconfig/U/perl
57449 + d_socks5_init.U
57450 Branch: perl
57451 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
57452 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
57453 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
57454 ! win32/config.gc win32/config.vc
57455____________________________________________________________________________
2b7d8dfb
JH
57456[ 6815] By: jhi on 2000/08/25 17:43:31
57457 Log: A solution for the retrieve_fd autosplit warning,
57458 idea suggested by Mike Guy.
57459 Branch: perl
57460 ! ext/Storable/Storable.pm
57461____________________________________________________________________________
57462[ 6814] By: jhi on 2000/08/25 17:16:03
57463 Log: Add install-silent target.
57464 Branch: perl
57465 ! Makefile.SH
57466____________________________________________________________________________
57467[ 6813] By: jhi on 2000/08/25 17:14:23
57468 Log: Subject: Re: [PATCH] More silencing of installman.
57469 From: <abigail@foad.org>
57470 Date: Thu, 24 Aug 2000 19:27:03 -0400
57471 Message-ID: <20000824232703.7001.qmail@foad.org>
57472
57473 Subject: Re: [PATCH] More silencing of installman.
57474 From: <abigail@foad.org>
57475 Date: Fri, 25 Aug 2000 03:00:58 -0400
57476 Message-ID: <20000825070058.10697.qmail@foad.org>
57477 Branch: perl
57478 ! installman
57479____________________________________________________________________________
57480[ 6812] By: jhi on 2000/08/25 17:11:28
57481 Log: installperl --verbose and --silent.
57482
57483 Subject: Re: [PATCH] More silencing of installman.
57484 From: <abigail@foad.org>
57485 Message-ID: <20000825064430.9719.qmail@foad.org>
57486 Date: Fri, 25 Aug 2000 02:44:30 -0400
57487 Branch: perl
57488 ! installperl
57489____________________________________________________________________________
57490[ 6811] By: jhi on 2000/08/25 17:05:43
57491 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57492 From: "Peter J. Farley III" <pjfarley@banet.net>
57493 Date: Thu, 24 Aug 2000 21:58:03 -0400
57494 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
57495
57496 (applied slightly modified)
57497 Branch: perl
57498 ! lib/ExtUtils/MM_Unix.pm
57499____________________________________________________________________________
57500[ 6810] By: jhi on 2000/08/25 17:01:18
57501 Log: Missing parts of
57502
57503 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57504 From: Peter Prymmer <pvhp@forte.com>
57505 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
57506 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
57507 Branch: perl
57508 ! t/lib/cgi-html.t
57509____________________________________________________________________________
57510[ 6809] By: jhi on 2000/08/25 16:46:32
57511 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57512 From: "Craig A. Berry" <craig.berry@psinetcs.com>
57513 Date: Thu, 24 Aug 2000 19:13:11 -0500
57514 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
57515 Branch: perl
57516 ! vms/vms.c
57517____________________________________________________________________________
57518[ 6808] By: jhi on 2000/08/25 16:39:22
57519 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
57520 From: Peter Prymmer <pvhp@forte.com>
57521 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
57522 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
57523 Branch: perl
57524 ! configure.com
57525____________________________________________________________________________
57526[ 6807] By: jhi on 2000/08/25 16:36:37
57527 Log: Better wording for the vec lvalue diagnostic.
57528
57529 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57530 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57531 Date: Wed, 23 Aug 2000 14:12:16 -0400
57532 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
57533 Branch: perl
57534 ! pod/perldiag.pod
57535____________________________________________________________________________
57536[ 6806] By: jhi on 2000/08/24 18:17:22
57537 Log: Subject: [PATCH] More silencing of installman.
57538 From: <abigail@foad.org>
57539 Date: Thu, 24 Aug 2000 14:01:44 -0400
57540 Message-ID: <20000824180144.20062.qmail@foad.org>
57541 Branch: perl
57542 ! installman
57543____________________________________________________________________________
57544[ 6805] By: jhi on 2000/08/24 15:00:31
57545 Log: Update Changes.
57546 Branch: perl
57547 ! Changes patchlevel.h
57548____________________________________________________________________________
57549[ 6804] By: jhi on 2000/08/24 14:59:07
57550 Log: Regen perltoc.
57551 Branch: perl
57552 ! pod/perltoc.pod
57553____________________________________________________________________________
57554[ 6803] By: jhi on 2000/08/24 14:44:39
57555 Log: Show the doc file, not the temp file.
57556 Branch: perl
57557 ! installman
57558____________________________________________________________________________
b449ee86
JH
57559[ 6802] By: jhi on 2000/08/24 14:41:53
57560 Log: Continue silencing.
57561 Branch: perl
57562 ! installman
57563____________________________________________________________________________
57564[ 6801] By: jhi on 2000/08/24 14:34:40
57565 Log: Actually do something with the silencer option.
57566 Branch: perl
57567 ! installman
57568____________________________________________________________________________
57569[ 6800] By: jhi on 2000/08/24 14:26:22
57570 Log: Make installman to recognize the silence flag -S.
57571 Branch: perl
57572 ! installman
57573____________________________________________________________________________
57574[ 6799] By: jhi on 2000/08/24 13:49:38
57575 Log: DOS patches and portability/porting notes, from Tim Jenness.
57576 Branch: perl
57577 ! lib/File/Temp.pm
57578____________________________________________________________________________
57579[ 6798] By: jhi on 2000/08/24 13:48:27
57580 Log: Create directories in silence.
57581
57582 Subject: [PATCH] Another silencer for MakeMaker
57583 From: andreas.koenig@anima.de (Andreas J. Koenig)
57584 Date: 24 Aug 2000 14:18:52 +0200
57585 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
57586 Branch: perl
57587 ! lib/ExtUtils/Command.pm
57588____________________________________________________________________________
57589[ 6797] By: jhi on 2000/08/24 13:46:42
57590 Log: More liberal parsing of version numbers.
57591
57592 Subject: Re: CPAN.pm beta for testing available
57593 From: andreas.koenig@anima.de (Andreas J. Koenig)
57594 Date: 24 Aug 2000 13:51:57 +0200
57595 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
57596 Branch: perl
57597 ! lib/CPAN.pm
57598____________________________________________________________________________
57599[ 6796] By: jhi on 2000/08/24 13:44:36
57600 Log: Make "make install" by default silent. A new "install-verbose"
57601 target is verbose.
57602 Branch: perl
57603 ! Makefile.SH
57604____________________________________________________________________________
57605[ 6795] By: jhi on 2000/08/24 13:39:14
57606 Log: Add silencer flags to installperl.
57607
57608 Subject: [PATCH] Making installperl silent.
57609 From: <abigail@foad.org>
57610 Date: Thu, 24 Aug 2000 05:01:45 -0400
57611 Message-ID: <20000824090145.13141.qmail@foad.org>
57612 Branch: perl
57613 ! installperl
57614____________________________________________________________________________
57615[ 6794] By: jhi on 2000/08/24 13:35:50
57616 Log: installperl couldn't tell whether it had run tests or not.
57617
57618 Subject: [PATCH] Re: installperl and t/TEST
57619 From: <abigail@foad.org>
57620 Date: Thu, 24 Aug 2000 04:00:53 -0400
57621 Message-ID: <20000824080053.2494.qmail@foad.org>
57622 Branch: perl
57623 ! Makefile.SH installperl
57624____________________________________________________________________________
57625[ 6793] By: jhi on 2000/08/24 13:27:50
57626 Log: Drop the separate perlbc, perlcc -b should be enough.
57627 Branch: perl
57628 - utils/perlbc.PL
57629 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
57630____________________________________________________________________________
57631[ 6792] By: jhi on 2000/08/24 04:41:30
57632 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
57633 plus the typo fix from Peter Prymmer.
57634 Branch: perl
57635 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57636 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57637____________________________________________________________________________
57638[ 6791] By: jhi on 2000/08/24 02:10:43
57639 Log: Replace #6705 with a minimal doc patch.
57640
57641 Subject: [PATCH 5.6.0] replace change #6705
57642 From: Jan Dubois <jand@ActiveState.com>
57643 Date: Wed, 23 Aug 2000 18:31:51 -0700
57644 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
57645 Branch: perl
57646 ! lib/Win32.pod win32/win32.c
57647____________________________________________________________________________
57648[ 6790] By: jhi on 2000/08/23 17:52:00
57649 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57650 From: Mike Guy <mjtg@cam.ac.uk>
57651 Date: Wed, 23 Aug 2000 18:38:46 +0100
57652 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
57653 Branch: perl
57654 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
57655____________________________________________________________________________
57656[ 6789] By: jhi on 2000/08/23 15:34:21
57657 Log: Update Changes.
57658 Branch: perl
57659 ! Changes patchlevel.h
57660____________________________________________________________________________
57661[ 6788] By: jhi on 2000/08/23 15:33:40
57662 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57663 From: Wilfredo Sánchez <wsanchez@apple.com>
57664 Date: Tue, 22 Aug 2000 19:31:27 -0700
57665 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
57666 Branch: perl
57667 ! perl.h
57668____________________________________________________________________________
57669[ 6787] By: jhi on 2000/08/23 15:29:31
57670 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57671 From: Spider Boardman <spider@leggy.zk3.dec.com>
57672 Date: Wed, 23 Aug 2000 10:33:23 -0400
57673 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
57674 Branch: perl
57675 ! lib/Pod/Html.pm
57676____________________________________________________________________________
57677[ 6786] By: jhi on 2000/08/23 15:28:11
57678 Log: Bad makefile.
57679 Branch: perl
57680 ! ext/B/Makefile.PL
57681____________________________________________________________________________
57682[ 6785] By: jhi on 2000/08/23 14:37:04
57683 Log: Update Changes.
57684 Branch: perl
57685 ! Changes patchlevel.h
57686____________________________________________________________________________
57687[ 6784] By: jhi on 2000/08/23 13:58:41
57688 Log: Portability fix from Hugo van der Sanden.
57689 Branch: perl
57690 ! ext/re/Makefile.PL
57691____________________________________________________________________________
57692[ 6783] By: jhi on 2000/08/23 13:53:53
57693 Log: Storable support, v-version fixes.
57694
57695 Subject: CPAN.pm beta for testing available
57696 From: andreas.koenig@anima.de (Andreas J. Koenig)
57697 Date: 22 Aug 2000 23:31:33 +0200
57698 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
57699 Branch: perl
57700 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57701____________________________________________________________________________
57702[ 6782] By: jhi on 2000/08/23 13:51:26
57703 Log: Mac and other portability updates from Chris Nandor.
57704 Branch: perl
57705 ! pod/perlmodinstall.pod
57706____________________________________________________________________________
57707[ 6781] By: jhi on 2000/08/23 13:47:33
57708 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
57709 From: Peter Prymmer <pvhp@forte.com>
57710 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
57711 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
57712 Branch: perl
57713 ! ext/Storable/Storable.xs
57714____________________________________________________________________________
57715[ 6780] By: jhi on 2000/08/23 13:33:34
57716 Log: VMS MMS (make) wants null action.
57717 Branch: perl
57718 ! ext/B/Makefile.PL
57719____________________________________________________________________________
57720[ 6779] By: jhi on 2000/08/22 19:44:47
57721 Log: Forgot portability nit.
57722 Branch: perl
57723 ! t/lib/st-forgive.t
57724____________________________________________________________________________
57725[ 6778] By: jhi on 2000/08/22 19:35:25
57726 Log: Be portable.
57727 Branch: perl
57728 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
57729 ! t/lib/st-store.t
57730____________________________________________________________________________
57731[ 6777] By: jhi on 2000/08/22 18:50:53
57732 Log: Update Changes.
57733 Branch: perl
57734 ! Changes patchlevel.h
57735____________________________________________________________________________
57736[ 6776] By: jhi on 2000/08/22 18:44:46
57737 Log: cSVOPo_*v things index into the current PL_curpad
57738 under ithreads, which is different from the curpad
57739 used by the XSUB. (In other words, the code as-is
57740 before this patch wouldn't work under ithreads.)
57741 From Sarathy.
57742 Branch: perl
57743 ! ext/B/B.xs
57744____________________________________________________________________________
0b3b9d72
JH
57745[ 6775] By: jhi on 2000/08/22 18:18:37
57746 Log: Make the selection of NVff et al stricter.
57747 Branch: metaconfig/U/perl
57748 ! perlxvf.U
57749 Branch: perl
57750 ! Configure config_h.SH
57751____________________________________________________________________________
b449ee86
JH
57752[ 6774] By: jhi on 2000/08/22 17:19:42
57753 Log: perldelta nits.
57754 Branch: perl
57755 ! pod/perldelta.pod
57756____________________________________________________________________________
57757[ 6773] By: jhi on 2000/08/22 17:06:26
57758 Log: Long double fixes from Spider Boardman.
57759
57760 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
57761 From: system PRIVILEGED account <root@peano.zk3.dec.com>
57762 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
57763 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
57764 Branch: perl
57765 ! t/lib/bigfltpm.t t/lib/st-06compat.t
57766____________________________________________________________________________
57767[ 6772] By: jhi on 2000/08/22 15:04:53
57768 Log: Update Changes.
57769 Branch: perl
57770 ! Changes patchlevel.h
57771____________________________________________________________________________
57772[ 6771] By: jhi on 2000/08/22 15:01:44
57773 Log: perldelta fixes from Hugo van der Sanden.
57774 Branch: perl
57775 ! pod/perldelta.pod
57776____________________________________________________________________________
57777[ 6770] By: jhi on 2000/08/22 14:34:49
57778 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
57779 From: Hugo <hv@crypt.compulink.co.uk>
57780 Date: Tue, 22 Aug 2000 11:21:53 +0100
57781 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
57782 Branch: perl
57783 ! regcomp.c
57784____________________________________________________________________________
57785[ 6769] By: jhi on 2000/08/22 14:30:02
57786 Log: Add Yitzchak, reformat.
57787 Branch: perl
57788 ! Changes config_h.SH
57789____________________________________________________________________________
0b3b9d72
JH
57790[ 6768] By: jhi on 2000/08/22 14:21:35
57791 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
57792 and Spider Boardman.
57793 Branch: metaconfig
57794 ! U/compline/d_gconvert.U
57795 Branch: perl
57796 ! Configure
57797____________________________________________________________________________
b449ee86
JH
57798[ 6767] By: jhi on 2000/08/22 14:11:24
57799 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
57800 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57801 Date: Mon, 21 Aug 2000 19:08:31 -0700
57802 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
57803 Branch: perl
57804 - ext/Storable/patchlevel.h
57805 ! MANIFEST ext/Storable/MANIFEST
57806____________________________________________________________________________
57807[ 6766] By: jhi on 2000/08/22 13:49:29
57808 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
57809 From: Peter Prymmer <pvhp@forte.com>
57810 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
57811 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
57812 Branch: perl
57813 ! configure.com ext/Storable/Makefile.PL
57814____________________________________________________________________________
57815[ 6765] By: jhi on 2000/08/22 13:44:59
57816 Log: Subject: [PATCH blead] B:: missing dependency
57817 From: Hugo <hv@crypt.compulink.co.uk>
57818 Date: Tue, 22 Aug 2000 06:44:33 +0100
57819 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
57820 Branch: perl
57821 ! ext/B/Makefile.PL
57822____________________________________________________________________________
57823[ 6764] By: jhi on 2000/08/22 13:38:12
57824 Log: More bytecompiler.
57825 Branch: perl
57826 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
57827____________________________________________________________________________
57828[ 6763] By: jhi on 2000/08/22 13:36:44
57829 Log: Bytecompiler patches from Benjamin Stuhl.
57830 Branch: perl
57831 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
57832 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
57833 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
57834 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
57835 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
57836 ! perl.c perlapi.h pod/perldelta.pod
57837____________________________________________________________________________
57838[ 6762] By: jhi on 2000/08/21 23:43:40
57839 Log: An obsoleted diagnostic.
57840 Branch: perl
57841 ! pod/perldelta.pod
57842____________________________________________________________________________
57843[ 6761] By: jhi on 2000/08/21 23:01:45
57844 Log: The #6759 wasn't quite right.
57845 Branch: perl
57846 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57847 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57848 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57849 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57850 ! t/lib/st-tieditems.t
57851____________________________________________________________________________
57852[ 6760] By: jhi on 2000/08/21 22:35:49
57853 Log: Be verydeepclean.
57854 Branch: perl
57855 ! Makefile.SH
57856____________________________________________________________________________
57857[ 6759] By: jhi on 2000/08/21 22:25:40
57858 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
57859 From: Peter Prymmer <pvhp@forte.com>
57860 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
57861 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
57862 Branch: perl
57863 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
57864 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
57865 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
57866 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
57867 ! t/lib/st-tieditems.t
57868____________________________________________________________________________
57869[ 6758] By: jhi on 2000/08/21 22:22:32
57870 Log: Few more casts, need reported in
57871
57872 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
57873 From: Mike Stok <mike@stok.co.uk>
57874 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
57875 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
57876
57877 and
57878
57879 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
57880 From: abigail@foad.org
57881 Date: 21 Aug 2000 21:31:34 -0000
57882 Message-Id: <20000821213134.30170.qmail@foad.org>
57883 Branch: perl
57884 ! ext/Storable/Storable.xs
57885____________________________________________________________________________
57886[ 6757] By: jhi on 2000/08/21 18:37:07
57887 Log: Update Changes.
57888 Branch: perl
57889 ! Changes patchlevel.h
57890____________________________________________________________________________
57891[ 6756] By: jhi on 2000/08/21 18:34:02
57892 Log: A pod nit.
57893
57894 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
57895 From: <abigail@foad.org>
57896 Date: Mon, 21 Aug 2000 14:00:16 -0400
57897 Message-ID: <20000821180016.28627.qmail@foad.org>
57898 Branch: perl
57899 ! pod/perlre.pod
57900____________________________________________________________________________
57901[ 6755] By: jhi on 2000/08/21 18:30:56
57902 Log: Use PodParser 1.18 new test.
57903 Branch: perl
57904 ! t/pod/special_seqs.t t/pod/special_seqs.xr
57905____________________________________________________________________________
57906[ 6754] By: jhi on 2000/08/21 18:28:35
57907 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
57908 patches cannot be applied since #6712 conflicts.
57909 Branch: perl
57910 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
57911____________________________________________________________________________
57912[ 6753] By: jhi on 2000/08/21 18:15:11
57913 Log: Weed out some smaller changes.
57914 Branch: perl
57915 ! pod/perldelta.pod
57916____________________________________________________________________________
57917[ 6752] By: jhi on 2000/08/21 18:02:30
57918 Log: Also under djgpp the timestamps are funky.
57919 Branch: perl
57920 ! t/op/stat.t
57921____________________________________________________________________________
0b3b9d72
JH
57922[ 6751] By: jhi on 2000/08/21 17:55:56
57923 Log: Tweak the floating point output routine preferences.
57924 Branch: metaconfig
57925 ! U/compline/d_gconvert.U
57926 Branch: perl
57927 ! Configure
57928____________________________________________________________________________
b449ee86
JH
57929[ 6750] By: jhi on 2000/08/21 17:51:29
57930 Log: Unicos/mk requires elaborate paranoia.
57931 Branch: perl
57932 ! lib/Math/Complex.pm
57933____________________________________________________________________________
57934[ 6749] By: gsar on 2000/08/21 16:53:31
57935 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
57936 Branch: perl
57937 ! lib/Cwd.pm
57938____________________________________________________________________________
57939[ 6748] By: gsar on 2000/08/21 16:22:19
57940 Log: free TLS slot properly on Windows
57941 Branch: perl
57942 ! thread.h win32/perllib.c win32/win32thread.h
57943____________________________________________________________________________
57944[ 6747] By: jhi on 2000/08/21 16:20:58
57945 Log: Rename the macro argument because some preprocessors
57946 can't tell the difference and expand arguments also inside
57947 double quoted strings.
57948 Branch: perl
57949 ! regcomp.c
57950____________________________________________________________________________
57951[ 6746] By: jhi on 2000/08/21 16:09:41
57952 Log: Support long doubles in Storable.
57953
57954 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
57955 From: Radu Greab <radu@netsoft.ro>
57956 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
57957 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
57958 Branch: perl
57959 ! ext/Storable/Storable.xs
57960____________________________________________________________________________
57961[ 6745] By: jhi on 2000/08/21 15:51:40
57962 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
57963 From: "Fifer, Eric" <EFifer@sanwaint.com>
57964 Date: Mon, 21 Aug 2000 15:34:49 +0100
57965 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
57966 Branch: perl
57967 ! t/pragma/warn/9enabled
57968____________________________________________________________________________
57969[ 6744] By: jhi on 2000/08/21 15:39:35
57970 Log: Document the endianness of Alpha more precisely.
57971 Branch: perl
57972 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
57973 ! pod/perlport.pod
57974____________________________________________________________________________
57975[ 6743] By: jhi on 2000/08/21 14:47:05
57976 Log: perldelta fixes from the p5p crowd.
57977 Branch: perl
57978 ! pod/perldelta.pod pod/perlop.pod
57979____________________________________________________________________________
57980[ 6742] By: jhi on 2000/08/21 13:34:51
57981 Log: Update to Pod::LaTeX 0.53.
57982
57983 Subject: [PATCH] lib/Pod/LaTeX.pm updates
57984 From: Tim Jenness <timj@jach.hawaii.edu>
57985 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
57986 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
57987 Branch: perl
57988 ! lib/Pod/LaTeX.pm
57989____________________________________________________________________________
57990[ 6741] By: jhi on 2000/08/21 13:33:01
57991 Log: Subject: [PATCH] os2.c fix for use64bitint
57992 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57993 Date: Mon, 21 Aug 2000 01:32:25 -0700
57994 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
57995 Branch: perl
57996 ! os2/os2.c
57997____________________________________________________________________________
57998[ 6740] By: jhi on 2000/08/21 13:28:52
57999 Log: Array context keeps slithering in.
58000
58001 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
58002 From: Daniel Chetlin <daniel@chetlin.com>
58003 Date: Sun, 20 Aug 2000 21:40:25 -0700
58004 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
58005 Branch: perl
58006 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
58007 ! pod/perldebtut.pod
58008____________________________________________________________________________
58009[ 6739] By: jhi on 2000/08/21 13:23:55
58010 Log: Big-endian quad fixes for Storable from Radu Greab,
58011 plus few explicit null casts for picky compilers.
58012 Branch: perl
58013 ! ext/Storable/Storable.xs
58014____________________________________________________________________________
58015[ 6738] By: gsar on 2000/08/21 05:56:13
58016 Log: small tweaks for change#6705: avoid C++ style comments in C code;
58017 use Perl's malloc API rather than the low level system one
58018 Branch: perl
58019 ! win32/win32.c
58020____________________________________________________________________________
58021[ 6737] By: gsar on 2000/08/21 05:35:41
58022 Log: add Storable to list of extensions on Windows
58023 Branch: perl
58024 ! win32/Makefile win32/makefile.mk
58025____________________________________________________________________________
58026[ 6736] By: jhi on 2000/08/21 02:57:53
58027 Log: Update Changes.
58028 Branch: perl
58029 ! Changes patchlevel.h
58030____________________________________________________________________________
58031[ 6735] By: jhi on 2000/08/21 02:57:20
58032 Log: Draft 0.
58033 Branch: perl
58034 ! pod/perldelta.pod
58035____________________________________________________________________________
58036[ 6734] By: jhi on 2000/08/21 02:57:03
58037 Log: Add Storable 0.7.2 from Raphael Manfredi,
58038 plus the patch from
58039
58040 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
58041 From: Radu Greab <radu@netsoft.ro>
58042 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
58043 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
58044
58045 plus changes to get Storable to compile with
58046 picky ANSI compilers.
58047 Branch: perl
58048 + ext/Storable/ChangeLog ext/Storable/MANIFEST
58049 + ext/Storable/Makefile.PL ext/Storable/README
58050 + ext/Storable/Storable.pm ext/Storable/Storable.xs
58051 + ext/Storable/patchlevel.h t/lib/st-06compat.t
58052 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
58053 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
58054 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58055 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58056 + t/lib/st-tieditems.t
58057 ! MANIFEST
58058____________________________________________________________________________
58059[ 6733] By: jhi on 2000/08/21 02:29:09
58060 Log: The correct cleaning order is an art.
58061 Branch: perl
58062 ! Makefile.SH
58063____________________________________________________________________________
da352bc5
JH
58064[ 6732] By: jhi on 2000/08/21 01:23:39
58065 Log: The #6724 is here.
58066 Branch: perl
58067 ! t/lib/ftmp-security.t
58068____________________________________________________________________________
58069[ 6731] By: jhi on 2000/08/20 23:17:03
58070 Log: s/this one/the 5.6.0 release/
58071 Branch: perl
58072 ! pod/perl56delta.pod
58073____________________________________________________________________________
58074[ 6730] By: jhi on 2000/08/20 23:07:34
58075 Log: Mention perlebcdic and perlposix-bc.
58076 Branch: perl
58077 ! pod/perlport.pod
58078____________________________________________________________________________
58079[ 6729] By: jhi on 2000/08/20 21:32:59
58080 Log: Document the number of exponent digits.
58081 Branch: perl
58082 ! pod/perlfunc.pod
58083____________________________________________________________________________
58084[ 6728] By: jhi on 2000/08/20 21:16:47
58085 Log: Use File::Spec->tmpdir().
58086
58087 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
58088 From: Tim Jenness <timj@jach.hawaii.edu>
58089 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
58090 MIME-Version: 1.0
58091 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
58092 Branch: perl
58093 ! utils/perlbug.PL
58094____________________________________________________________________________
58095[ 6727] By: jhi on 2000/08/20 20:43:32
58096 Log: Update Changes.
58097 Branch: perl
58098 ! Changes patchlevel.h
58099____________________________________________________________________________
e0f5a76d
JH
58100[ 6726] By: jhi on 2000/08/20 20:41:44
58101 Log: The veryclean target needs to clobber.
58102 Branch: perl
58103 ! Makefile.SH
58104____________________________________________________________________________
58105[ 6725] By: jhi on 2000/08/20 20:37:38
58106 Log: Document odd vs even subreleases and -Dusedevel.
58107 Branch: perl
58108 ! INSTALL
58109____________________________________________________________________________
58110[ 6724] By: jhi on 2000/08/20 19:58:05
58111 Log: Use temporary directory instead of current directory.
58112
58113 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
58114 From: Tim Jenness <timj@jach.hawaii.edu>
58115 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
58116 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
58117 Branch: perl
58118 ! t/lib/ftmp-security.t
58119____________________________________________________________________________
58120[ 6723] By: jhi on 2000/08/20 19:55:55
58121 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
58122 From: andreas.koenig@anima.de (Andreas J. Koenig)
58123 Date: 20 Aug 2000 15:52:03 +0200
58124 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
58125 Branch: perl
58126 ! lib/ExtUtils/MM_Unix.pm
58127____________________________________________________________________________
58128[ 6722] By: jhi on 2000/08/20 19:46:01
58129 Log: Update to CGI 2.72, from Lincoln Stein.
58130 Branch: perl
58131 ! lib/CGI.pm
58132____________________________________________________________________________
58133[ 6721] By: jhi on 2000/08/20 19:43:54
137e7465
JH
58134 Log: (Replaced by #8364.)
58135
58136 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
e0f5a76d
JH
58137 From: Radu Greab <radu@netsoft.ro>
58138 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
58139 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
58140 Branch: perl
58141 ! ext/GDBM_File/GDBM_File.xs
58142____________________________________________________________________________
58143[ 6720] By: jhi on 2000/08/20 19:42:01
58144 Log: pp_open() could pass an uninitialized filename down to do_open9().
58145 Branch: perl
58146 ! pp_sys.c
58147____________________________________________________________________________
58148[ 6719] By: jhi on 2000/08/20 14:06:41
58149 Log: UTF8 concat fixes.
58150
58151 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
58152 From: Hugo <hv@crypt.compulink.co.uk>
58153 Date: Sun, 20 Aug 2000 07:30:46 +0100
58154 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
58155 Branch: perl
58156 ! pp_hot.c t/op/append.t
58157____________________________________________________________________________
58158[ 6718] By: jhi on 2000/08/20 02:09:37
58159 Log: Let's try #6717 again.
58160 Branch: perl
58161 ! lib/File/Temp.pm
58162____________________________________________________________________________
58163[ 6717] By: jhi on 2000/08/20 01:56:55
58164 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
58165 From: "Craig A. Berry" <craig.berry@metamorgs.com>
58166 Date: Sat, 19 Aug 2000 18:15:39 -0500
58167 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
58168 Branch: perl
58169 ! lib/File/Temp.pm
58170____________________________________________________________________________
58171[ 6716] By: jhi on 2000/08/19 15:50:11
58172 Log: Update Changes.
58173 Branch: perl
58174 ! Changes patchlevel.h
58175____________________________________________________________________________
7ea2983e
JH
58176[ 6715] By: jhi on 2000/08/19 15:39:09
58177 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
58178 From: Jonathan D Johnston <jdjohnston2@juno.com>
58179 Date: Thu, 17 Aug 2000 23:13:01 -0400
58180 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
58181 Branch: perl
58182 ! pod/perlfunc.pod
58183____________________________________________________________________________
58184[ 6714] By: jhi on 2000/08/19 15:34:04
58185 Log: Introduce a 'veryclean' target that is like 'distclean'
58186 but also removes *~ and *.orig.
58187 Branch: perl
58188 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
58189 ! utils/Makefile x2p/Makefile.SH
58190____________________________________________________________________________
58191[ 6713] By: jhi on 2000/08/19 14:15:45
58192 Log: Put back the long double avoidance code to POSIX.xs
58193 because VMS seems to need it still.
58194 Branch: perl
58195 ! ext/POSIX/POSIX.xs
58196____________________________________________________________________________
58197[ 6712] By: jhi on 2000/08/19 14:10:41
58198 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
58199 From: Peter Prymmer <pvhp@forte.com>
58200 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
58201 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
58202 Branch: perl
58203 ! lib/Pod/Find.pm t/pod/find.t
58204____________________________________________________________________________
58205[ 6711] By: jhi on 2000/08/19 14:09:19
58206 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
58207 From: Peter Prymmer <pvhp@forte.com>
58208 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
58209 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
58210 cc: vmsperl@perl.org
58211 Branch: perl
58212 ! t/lib/peek.t
58213____________________________________________________________________________
58214[ 6710] By: jhi on 2000/08/19 14:08:01
58215 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
58216 From: Jan Dubois <jand@ActiveState.com>
58217 Date: Fri, 18 Aug 2000 16:31:48 -0700
58218 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
58219 Branch: perl
58220 ! win32/win32.c
58221____________________________________________________________________________
58222[ 6709] By: jhi on 2000/08/19 14:06:57
58223 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
58224
58225 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
58226 From: Spider.Boardman@Orb.Nashua.NH.US
58227 Date: Fri, 18 Aug 2000 18:41:14 -0400
58228 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
58229 Branch: perl
58230 ! regcomp.c
58231____________________________________________________________________________
58232[ 6708] By: jhi on 2000/08/18 22:04:49
58233 Log: Update Changes.
58234 Branch: perl
58235 ! Changes patchlevel.h
58236____________________________________________________________________________
50588fde
JH
58237[ 6707] By: jhi on 2000/08/18 21:55:14
58238 Log: Add warnif(), check warnings further up the stack,
58239 all the warnings functions now can take an optional object reference.
58240
58241 Subject: [PATCH bleedperl@6691] warnings pragma update
58242 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58243 Date: Fri, 18 Aug 2000 22:42:06 +0100
58244 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
58245 Branch: perl
58246 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
58247 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
58248 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
58249____________________________________________________________________________
58250[ 6706] By: jhi on 2000/08/18 21:41:45
58251 Log: Typo in pp_complement().
58252
58253 Subject: [PATCH perl-current] Deparse
58254 From: Peter Scott <Peter@PSDT.com>
58255 Date: Fri, 18 Aug 2000 12:44:37 -0700
58256 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
58257 Branch: perl
58258 ! ext/B/B/Deparse.pm
58259____________________________________________________________________________
58260[ 6705] By: jhi on 2000/08/18 21:25:59
58261 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
58262 From: Jan Dubois <jand@ActiveState.com>
58263 Date: Fri, 18 Aug 2000 14:22:51 -0700
58264 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
58265 Branch: perl
58266 ! lib/Win32.pod win32/win32.c
58267____________________________________________________________________________
58268[ 6704] By: jhi on 2000/08/18 21:16:14
58269 Log: Don't eat leading os from index entries.
58270
58271 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
58272 From: Russ Allbery <rra@stanford.edu>
58273 Date: 10 Aug 2000 20:49:25 -0700
58274 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
58275 Branch: perl
58276 ! lib/Pod/Man.pm
58277____________________________________________________________________________
58278[ 6703] By: jhi on 2000/08/18 21:07:06
58279 Log: Add [[:blank:]] as suggested in
58280
58281 Subject: [ID 20000716.024] [=cc=] / [:blank:]
58282 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58283 Date: Sun, 16 Jul 2000 17:55:29 -0700
58284 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58285
58286 (the [=cc=] has already been taken care of by #6439
58287 so the whole bug report can be closed)
58288
58289 and make [[:space:]] to be equivalent to isspace(3)
58290 (as opposed to \s, which is isSPACE()). The difference
58291 is that now [[:space:]] matches the mythical vertical tab,
58292 while \s doesn't.
58293 Branch: perl
58294 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
58295 ! regexec.c t/op/pat.t
58296____________________________________________________________________________
58297[ 6702] By: jhi on 2000/08/18 18:47:47
58298 Log: The new tests were missing from #6415.
58299 Branch: perl
58300 ! t/op/bop.t
58301____________________________________________________________________________
58302[ 6701] By: jhi on 2000/08/18 18:20:40
58303 Log: Document the NDBM_File and ODBM_File as SDBM_File
58304 was documented in #6417.
58305 Branch: perl
58306 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58307 ! ext/SDBM_File/SDBM_File.pm
58308____________________________________________________________________________
58309[ 6700] By: jhi on 2000/08/18 18:10:39
58310 Log: Subject: [PATCH perl@6698] cygwin port
58311 From: "Fifer, Eric" <EFifer@sanwaint.com>
58312 Date: Fri, 18 Aug 2000 17:30:05 +0100
58313 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
58314 Branch: perl
58315 ! lib/File/Temp.pm
58316____________________________________________________________________________
58317[ 6699] By: jhi on 2000/08/18 16:21:49
58318 Log: Document code point which makes if (defined %stash::) to work
58319 (noted by Spider Boardman).
58320 Branch: perl
58321 ! op.c
58322____________________________________________________________________________
58323[ 6698] By: jhi on 2000/08/18 13:43:27
58324 Log: Update Changes.
58325 Branch: perl
58326 ! Changes patchlevel.h
58327____________________________________________________________________________
b2bd8c92
JH
58328[ 6697] By: jhi on 2000/08/18 13:35:57
58329 Log: Tiny Getopt::Long patch from Johan Vromans.
58330 Branch: perl
58331 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58332____________________________________________________________________________
58333[ 6696] By: jhi on 2000/08/18 13:26:14
58334 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58335 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
58336 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
58337 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
58338 Branch: perl
58339 ! pod/perldiag.pod pod/perlsyn.pod
58340____________________________________________________________________________
58341[ 6695] By: jhi on 2000/08/18 13:13:26
58342 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58343 From: Daniel Chetlin <daniel@chetlin.com>
58344 Date: Fri, 18 Aug 2000 03:13:36 -0700
58345 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
58346 Branch: perl
58347 ! pod/perlfunc.pod
58348____________________________________________________________________________
58349[ 6694] By: jhi on 2000/08/18 13:08:05
58350 Log: Subject: [PATCH] perltrap.pod spring cleaning
58351 From: Daniel Chetlin <daniel@chetlin.com>
58352 Date: Fri, 18 Aug 2000 03:06:54 -0700
58353 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
58354
58355 plus Mike Guy's nitfix.
58356 Branch: perl
58357 ! pod/perltrap.pod
58358____________________________________________________________________________
58359[ 6693] By: jhi on 2000/08/18 13:00:26
58360 Log: Unbuffer the output.
58361
58362 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
58363 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58364 Date: Thu, 17 Aug 2000 18:39:29 -0700
58365 Message-ID: <RPJn5gzkgydf092yn@efn.org>
58366 Branch: perl
58367 ! t/op/fork.t
58368____________________________________________________________________________
58369[ 6692] By: jhi on 2000/08/18 05:19:17
58370 Log: Delete the image, too, not just its MANIFEStation.
58371 Branch: perl
58372 - lib/CGI/eg/wilogo.gif
58373____________________________________________________________________________
58374[ 6691] By: jhi on 2000/08/18 05:10:26
58375 Log: Propagate new Configure vars.
58376 Branch: perl
58377 ! configure.com epoc/config.sh uconfig.h uconfig.sh
58378 ! vos/config.def vos/config.h vos/config_h.SH_orig
58379 ! win32/config.bc win32/config.gc win32/config.vc
58380 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58381____________________________________________________________________________
58382[ 6690] By: jhi on 2000/08/18 04:30:56
58383 Log: Update Changes.
58384 Branch: perl
58385 ! Changes patchlevel.h
58386____________________________________________________________________________
eae4ae26
JH
58387[ 6689] By: jhi on 2000/08/18 04:12:30
58388 Log: Fix the lib/complex failure of
58389
58390 From: abigail@foad.org
58391 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
58392 Date: 15 Aug 2000 04:06:38 -0000
58393 Message-Id: <20000815040638.8524.qmail@foad.org>
58394
58395 Linux long double accuracy issue: something that
58396 when printed with %g looks like "2" but int() of it is 1.
58397 Branch: perl
58398 ! lib/Math/Complex.pm
58399____________________________________________________________________________
58400[ 6688] By: jhi on 2000/08/18 03:15:35
58401 Log: The byteorder code in #6671 was wrong.
58402 Branch: perl
58403 ! configpm
58404____________________________________________________________________________
58405[ 6687] By: jhi on 2000/08/18 02:08:42
58406 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
58407 From: Jan Dubois <jand@ActiveState.com>
58408 Date: Thu, 17 Aug 2000 18:31:55 -0700
58409 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
58410 Branch: perl
58411 ! sv.c
58412____________________________________________________________________________
58413[ 6686] By: jhi on 2000/08/18 02:04:15
58414 Log: Use NVs in POSIX math, not doubles.
58415
58416 From: abigail@foad.org
58417 Subject: [ID 20000817.014] POSIX & modfl
58418 Date: 17 Aug 2000 20:49:18 -0000
58419 Message-Id: <20000817204918.23123.qmail@foad.org>
58420 Branch: perl
58421 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58422____________________________________________________________________________
0b3b9d72
JH
58423[ 6685] By: jhi on 2000/08/18 02:02:12
58424 Log: Introduce NVef, NVff, and NVgf, use the middle one.
58425 (helps for lib/peek + Linux + long doubles) Reported in
58426
58427 From: abigail@foad.org
58428 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
58429 Date: 15 Aug 2000 04:06:38 -0000
58430 Message-Id: <20000815040638.8524.qmail@foad.org>
58431
58432 (note: the lib/complex failure has not yet been addressed)
58433 Branch: metaconfig/U/perl
58434 ! perlxvf.U
58435 Branch: perl
58436 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58437 ! config_h.SH dump.c perl.h pod/perlguts.pod
58438____________________________________________________________________________
eae4ae26
JH
58439[ 6684] By: jhi on 2000/08/17 23:22:19
58440 Log: Add byteorder to the myconfig output.
58441 Branch: perl
58442 ! myconfig.SH
58443____________________________________________________________________________
58444[ 6683] By: jhi on 2000/08/17 23:20:19
58445 Log: The image doth not exist, spotted by Johan Vromans.
58446 Branch: perl
58447 ! MANIFEST
58448____________________________________________________________________________
58449[ 6682] By: jhi on 2000/08/17 22:38:16
58450 Log: Document what the backtick returns if the command fails.
58451 Branch: perl
58452 ! pod/perlop.pod
58453____________________________________________________________________________
58454[ 6681] By: jhi on 2000/08/17 22:33:12
58455 Log: Do not use prototyping here.
58456
58457 Subject: [ID 20000817.016] [PATCH] Peek.xs
58458 From: abigail@foad.org
58459 Date: 17 Aug 2000 20:55:56 -0000
58460 Message-Id: <20000817205556.24270.qmail@foad.org>
58461 Branch: perl
58462 ! ext/Devel/Peek/Makefile.PL
58463____________________________________________________________________________
0b3b9d72
JH
58464[ 6680] By: jhi on 2000/08/17 19:46:43
58465 Log: Don't propose using modules built for 5.005 if no binary
58466 compatibility with 5.005 is attempted.
58467
58468 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58469 Subject: Minor nit with 5.7.0 (6655)
58470 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
58471 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
58472 Branch: metaconfig
58473 ! U/installdirs/inc_version_list.U
58474 Branch: perl
58475 ! Configure config_h.SH
58476____________________________________________________________________________
eae4ae26
JH
58477[ 6679] By: jhi on 2000/08/17 19:16:39
58478 Log: Microperl config update.
58479 Branch: perl
58480 ! uconfig.h uconfig.sh
58481____________________________________________________________________________
58482[ 6678] By: jhi on 2000/08/17 19:16:13
58483 Log: The #6648 wasn't protective enough for limited platforms
58484 (like microperl).
58485 Branch: perl
58486 ! dump.c sv.c
58487____________________________________________________________________________
58488[ 6677] By: jhi on 2000/08/17 14:46:35
58489 Log: Update Changes.
58490 Branch: perl
58491 ! Changes patchlevel.h
58492____________________________________________________________________________
3ddc1c2e
JH
58493[ 6676] By: jhi on 2000/08/17 14:44:02
58494 Log: Add perlebcdic from Peter Prymmer, regen toc.
58495 Branch: perl
58496 + pod/perlebcdic.pod
58497 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58498____________________________________________________________________________
58499[ 6675] By: jhi on 2000/08/17 14:41:52
58500 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
58501 Branch: perl
58502 ! pod/perldebtut.pod
58503____________________________________________________________________________
58504[ 6674] By: jhi on 2000/08/17 14:29:43
58505 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
58506
58507 Subject: [ID 20000724.006] -DLEAKTEST problem
58508 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
58509 Date: Tue, 25 Jul 2000 00:36:32 -0500
58510 Message-Id: <20000725003632.A26186@www.llamacom.com>
58511
58512 Reminder sent
58513
58514 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
58515 From: Hugo <hv@crypt.compulink.co.uk>
58516 Date: Thu, 17 Aug 2000 15:23:42 +0100
58517 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
58518 Branch: perl
58519 ! util.c
58520____________________________________________________________________________
58521[ 6673] By: jhi on 2000/08/17 04:07:10
58522 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
58523 From: John Peacock <JPeacock@UnivPress.com>
58524 Date: Tue, 01 Aug 2000 09:38:12 -0400
58525 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
58526 Branch: perl
58527 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
58528____________________________________________________________________________
58529[ 6672] By: jhi on 2000/08/17 03:04:35
58530 Log: Subject: [PATCH] Cwd.pm now uses strict
58531 From: Tim Jenness <timj@jach.hawaii.edu>
58532 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
58533 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
58534 Branch: perl
58535 ! lib/Cwd.pm
58536____________________________________________________________________________
58537[ 6671] By: jhi on 2000/08/17 02:16:35
58538 Log: Make $Config{byteorder} more magical so that it is
58539 dynamically computed: nice for 'fat binaries'.
58540
58541 Subject: [PATCH]: default byteorder
58542 From: Wilfredo Sánchez <wsanchez@apple.com>
58543 Date: Mon, 31 Jul 2000 19:45:31 -0700
58544 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
58545 Branch: perl
58546 ! configpm
58547____________________________________________________________________________
58548[ 6670] By: gsar on 2000/08/17 01:22:21
58549 Log: move WNOHANG definition to where other such things are
58550 Branch: perl
58551 ! win32/win32.h
58552____________________________________________________________________________
58553[ 6669] By: jhi on 2000/08/17 01:19:17
58554 Log: Update Changes.
58555 Branch: perl
58556 ! Changes patchlevel.h
58557____________________________________________________________________________
28c9223b
JH
58558[ 6668] By: jhi on 2000/08/17 01:16:29
58559 Log: Doc nits spotted by Richard Soderberg.
58560 Branch: perl
58561 ! README.posix-bc README.vmesa
58562____________________________________________________________________________
58563[ 6667] By: jhi on 2000/08/17 01:12:11
58564 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
58565 From: "Casey R. Tweten" <crt@kiski.net>
58566 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
58567 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
58568 Branch: perl
58569 ! pod/perldebtut.pod
58570____________________________________________________________________________
58571[ 6666] By: jhi on 2000/08/17 01:09:31
58572 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
58573 From: "Casey R. Tweten" <crt@kiski.net>
58574 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
58575 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
58576 Branch: perl
58577 ! lib/Shell.pm
58578____________________________________________________________________________
58579[ 6665] By: gsar on 2000/08/17 01:03:52
58580 Log: add "ok" targets from change#6632 in makefile.mk
58581 Branch: perl
58582 ! pod/perlport.pod win32/Makefile win32/makefile.mk
58583____________________________________________________________________________
58584[ 6664] By: gsar on 2000/08/17 00:56:11
58585 Log: avoid warnings from dense compiler
58586 Branch: perl
58587 ! win32/win32.c
58588____________________________________________________________________________
58589[ 6663] By: jhi on 2000/08/17 00:51:49
58590 Log: Tweak the regex compilation errors once more.
58591 Branch: perl
58592 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58593 ! t/op/regmesg.t t/pragma/warn/regcomp
58594____________________________________________________________________________
58595[ 6662] By: gsar on 2000/08/17 00:28:19
58596 Log: trailing new %ENV entries weren't being pushed into the real
58597 environment of subprocesses on Windows
58598 Branch: perl
58599 ! t/op/magic.t win32/perlhost.h
58600____________________________________________________________________________
58601[ 6661] By: gsar on 2000/08/17 00:19:20
58602 Log: waitpid() now handles externally spawned pids correctly;
58603 fixes for backtick/wait/waitpid failures on Windows 9x
58604
58605 these changes make the pid returned by process functions on
58606 Windows 9x always positive by clearing the high bit (which
58607 is always set on Win9x); pseudo-process PIDs are likewise
58608 always negative now on Win9x (just as on NT/2000)
58609 Branch: perl
58610 ! pp_sys.c win32/perlhost.h win32/win32.c
58611____________________________________________________________________________
58612[ 6660] By: jhi on 2000/08/17 00:04:32
58613 Log: Retract #6645.
58614 Branch: perl
58615 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58616 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58617 ! t/op/sprintf.t
58618____________________________________________________________________________
58619[ 6659] By: gsar on 2000/08/16 23:59:28
58620 Log: on windows, the return values from wait() and waitpid() don't
58621 match those of pseudo-pids
58622 Branch: perl
58623 ! pp_sys.c t/op/fork.t util.c win32/win32.c
58624____________________________________________________________________________
58625[ 6658] By: gsar on 2000/08/16 23:56:14
58626 Log: pod nit seen in passing
58627 Branch: perl
58628 ! pod/perlfunc.pod
58629____________________________________________________________________________
58630[ 6657] By: gsar on 2000/08/16 23:53:42
58631 Log: change#6328 could make close(SOCKET) return false on windows
58632 when it shouldn't
58633 Branch: perl
58634 ! win32/win32sck.c
58635____________________________________________________________________________
58636[ 6656] By: gsar on 2000/08/16 23:46:57
58637 Log: check that the number pseudo children doesn't exceed
58638 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58639 the WaitForMultipleObjects() limit that would cause wait()
58640 to crash)
58641
58642 wait() and waitpid() could potentially be rewritten to use
58643 more than one thread to do the waiting to eliminate this
58644 limitation
58645 Branch: perl
58646 ! win32/perlhost.h
58647____________________________________________________________________________
58648[ 6655] By: jhi on 2000/08/16 14:11:05
58649 Log: Update Changes.
58650 Branch: perl
58651 ! Changes patchlevel.h
58652____________________________________________________________________________
453b8a1c
JH
58653[ 6654] By: jhi on 2000/08/16 14:10:12
58654 Log: Update to perldebtut 1.9, from Richard Foley.
58655 Branch: perl
58656 ! pod/perldebtut.pod
58657____________________________________________________________________________
58658[ 6653] By: jhi on 2000/08/16 14:08:17
58659 Log: Change the regx compilation error markers to use = instead of <
58660 since pod makes using the latter quite messy. Reported in
58661 ID 20000814.006 by Abigail and in
58662 Subject: Unknown escape E<> ?
58663 From: Lupe Christoph <lupe@lupe-christoph.de>
58664 Date: Fri, 11 Aug 2000 00:30:27 +0200
58665 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
58666 Branch: perl
58667 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58668 ! t/op/regmesg.t t/pragma/warn/regcomp
58669____________________________________________________________________________
58670[ 6652] By: jhi on 2000/08/16 13:25:31
58671 Log: Change the perlbug address to perl.org since it's more forgiving.
58672
58673 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
58674 From: abigail@foad.org
58675 Date: 15 Aug 2000 04:15:40 -0000
58676 Message-Id: <20000815041540.8633.qmail@foad.org>
58677 Branch: perl
58678 ! utils/perlbug.PL
58679____________________________________________________________________________
58680[ 6651] By: jhi on 2000/08/16 13:22:35
58681 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58682 From: Tim Jenness <timj@jach.hawaii.edu>
58683 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
58684 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
58685 Branch: perl
58686 ! lib/Cwd.pm
58687____________________________________________________________________________
58688[ 6650] By: jhi on 2000/08/16 13:18:13
58689 Log: Update to CPAN 1.57.
58690
58691 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
58692 From: andreas.koenig@anima.de (Andreas J. Koenig)
58693 Date: 16 Aug 2000 15:09:46 +0200
58694 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
58695 Branch: perl
58696 ! lib/CPAN.pm
58697____________________________________________________________________________
58698[ 6649] By: jhi on 2000/08/16 13:12:31
58699 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
58700 From: "Larry W. Virden" <lvirden@cas.org>
58701 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
58702 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
58703 Branch: perl
58704 ! README.hpux
58705____________________________________________________________________________
58706[ 6648] By: jhi on 2000/08/16 13:03:53
58707 Log: The numeric locale was reset to "C" by s?printf and never restored.
58708
58709 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58710 From: Christian Kirsch <ck@held.mind.de>
58711 Date: Wed, 9 Aug 2000 17:05:17 +0200
58712 Message-Id: <20000809170517.A25389@held>
58713
58714 No test since adding the failing example to locale.t
58715 does not fail -- probably because the locale settings are so
58716 thoroughly tweaked by that time. Running the example standalone
71d4b5fd 58717 does fail, though. UPDATE: test case added at change #7540.
453b8a1c
JH
58718 Branch: perl
58719 ! dump.c perl.h pp.c pp_ctl.c sv.c
58720____________________________________________________________________________
58721[ 6647] By: jhi on 2000/08/16 00:07:54
58722 Log: Update Changes and test semi-automatic patchlevel updating.
58723 Branch: perl
58724 ! Changes patchlevel.h
58725____________________________________________________________________________
0b3b9d72
JH
58726[ 6646] By: jhi on 2000/08/15 23:35:07
58727 Log: Fix a dependency problem.
58728
58729 Subject: [PATCH: 6640] VMS Makefile.SH update
58730 From: Peter Prymmer <pvhp@forte.com>
58731 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
58732 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
58733 Branch: perl
58734 ! vms/descrip_mms.template
58735____________________________________________________________________________
a65e9df7 58736[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
58737 Log: (Retracted by #6660)
58738
58739 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
58740 From: Dominic Dunlop <domo@computer.org>
58741 Date: Tue, 15 Aug 2000 22:20:52 +0200
58742 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
58743 Branch: metaconfig/U/perl
58744 + d_printfed.U
58745 Branch: perl
58746 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58747 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58748 ! t/op/sprintf.t
58749____________________________________________________________________________
58750[ 6644] By: jhi on 2000/08/15 21:17:20
58751 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58752 From: abigail@foad.org
58753 Date: 15 Aug 2000 20:12:41 -0000
58754 Message-Id: <20000815201241.25556.qmail@foad.org>
58755 Branch: perl
58756 ! INSTALL
58757____________________________________________________________________________
58758[ 6643] By: jhi on 2000/08/15 21:15:28
58759 Log: (an already applied patch)
58760 Branch: perl
58761 ! lib/CGI.pm
58762____________________________________________________________________________
58763[ 6642] By: gsar on 2000/08/15 19:54:05
58764 Log: magic callbacks all need to have same type signature
58765 Branch: perl
58766 ! embed.pl mg.c proto.h
58767____________________________________________________________________________
58768[ 6641] By: jhi on 2000/08/15 17:56:27
58769 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)
58770 From: Mike Guy <mjtg@cam.ac.uk>
58771 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
58772 Date: Tue, 15 Aug 2000 18:26:45 +0100
58773
58774 Only the peek.t part applied, not the hash quality part.
58775 Branch: perl
58776 ! t/lib/peek.t
58777____________________________________________________________________________
58778[ 6640] By: jhi on 2000/08/15 16:37:37
58779 Log: Update Changes.
58780 Branch: perl
58781 ! Changes
58782____________________________________________________________________________
d07241a9
JH
58783[ 6639] By: jhi on 2000/08/15 16:34:55
58784 Log: Missed a file from #6638.
58785 Branch: perl
58786 ! lib/File/Temp.pm
58787____________________________________________________________________________
58788[ 6638] By: jhi on 2000/08/15 16:33:19
58789 Log: Subject: [PATCH perl@6620] cygwin port
58790 From: "Fifer, Eric" <EFifer@sanwaint.com>
58791 Date: Tue, 15 Aug 2000 17:00:49 +0100
58792 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
58793 Branch: perl
58794 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
58795____________________________________________________________________________
58796[ 6637] By: jhi on 2000/08/15 16:29:22
58797 Log: Subject: [PATCH] debugger exit code should reflect user exit code
58798 From: Mike Guy <mjtg@cam.ac.uk>
58799 Date: Tue, 15 Aug 2000 16:55:59 +0100
58800 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
58801 Branch: perl
58802 ! lib/perl5db.pl
58803____________________________________________________________________________
58804[ 6636] By: jhi on 2000/08/15 15:30:58
58805 Log: Update Changes.
58806 Branch: perl
58807 ! Changes
58808____________________________________________________________________________
ceab000c
JH
58809[ 6635] By: jhi on 2000/08/15 15:27:21
58810 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
58811 Branch: metaconfig
58812 ! U/mkglossary U/mksample
58813 Branch: metaconfig/U/perl
58814 ! Devel.U
58815 Branch: perl
58816 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58817____________________________________________________________________________
58818[ 6634] By: jhi on 2000/08/15 14:11:55
58819 Log: Don't blow limited stacks, a lower number is enough to
58820 tickle the lookbehind limit.
58821
58822 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
58823 From: Dominic Dunlop <domo@computer.org>
58824 Date: Tue, 15 Aug 2000 13:51:24 +0200
58825 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
58826 Branch: perl
58827 ! t/op/regmesg.t
58828____________________________________________________________________________
58829[ 6633] By: jhi on 2000/08/15 14:01:46
58830 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
58831 From: Mike Guy <mjtg@cam.ac.uk>
58832 Date: Tue, 15 Aug 2000 12:10:50 +0100
58833 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
58834 Branch: perl
58835 ! utils/perldoc.PL
58836____________________________________________________________________________
58837[ 6632] By: jhi on 2000/08/15 13:58:48
58838 Log: make ok etc also for win32.
58839
58840 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
58841 From: Prymmer/Kahn <pvhp@best.com>
58842 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
58843 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
58844 Branch: perl
58845 ! win32/Makefile
58846____________________________________________________________________________
58847[ 6631] By: jhi on 2000/08/15 13:45:03
58848 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
58849 Branch: perl
58850 ! lib/Test.pm
58851____________________________________________________________________________
58852[ 6630] By: jhi on 2000/08/15 03:25:09
58853 Log: Update Changes.
58854 Branch: perl
58855 ! Changes
58856____________________________________________________________________________
d8ab2b9d
JH
58857[ 6629] By: jhi on 2000/08/15 03:23:53
58858 Log: magic_regdatum_set() is void, not int.
58859 Branch: perl
58860 ! embed.pl mg.c proto.h
58861____________________________________________________________________________
58862[ 6628] By: jhi on 2000/08/15 03:08:02
58863 Log: Make the user to give up his firstborn, err, to knowingly
58864 verify installing an unstable developer release. Also bump
58865 the release to 5.7.0, but leave a patch tag in the local
58866 patches saying that this is not yet the real thing.
58867 Branch: metaconfig
58868 ! U/modified/Instruct.U
58869 Branch: metaconfig/U/perl
58870 + Devel.U
58871 Branch: perl
58872 ! Configure patchlevel.h
58873____________________________________________________________________________
58874[ 6627] By: jhi on 2000/08/14 22:32:52
58875 Log: README.os2 update.
58876
58877 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
58878 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58879 Date: Wed, 02 Aug 2000 21:55:09 -0700
58880 Message-ID: <tsPi5gzkgegX092yn@efn.org>
58881 Branch: perl
58882 ! README.os2
58883____________________________________________________________________________
58884[ 6626] By: jhi on 2000/08/14 21:00:02
58885 Log: Subject: Re: File::Temp problems on VMS in bleedperl
58886 From: Tim Jenness <timj@jach.hawaii.edu>
58887 cc: vmsperl@perl.org
58888 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
58889 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
58890 Branch: perl
58891 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
58892____________________________________________________________________________
58893[ 6625] By: jhi on 2000/08/14 20:52:16
58894 Log: Add SUIDMAIL as was done for the CERT alert.
58895 Branch: perl
58896 ! patchlevel.h
58897____________________________________________________________________________
58898[ 6624] By: jhi on 2000/08/14 20:48:50
58899 Log: Subject: sfio2000
58900 From: Daniel Muino <dmuino@afip.gov.ar>
58901 Date: Mon, 14 Aug 2000 16:58:11 -0300
58902 Message-ID: <20000814165811.B16368@con2-dgi>
58903 Branch: perl
58904 ! perlsdio.h perlsfio.h
58905____________________________________________________________________________
58906[ 6623] By: jhi on 2000/08/14 20:47:36
58907 Log: Subject: warning: storage class after type is obsolescent
58908 From: Daniel Muino <dmuino@afip.gov.ar>
58909 Date: Mon, 14 Aug 2000 16:42:47 -0300
58910 Message-ID: <20000814164247.A16368@con2-dgi>
58911 Branch: perl
58912 ! regcomp.pl regnodes.h
58913____________________________________________________________________________
58914[ 6622] By: jhi on 2000/08/14 20:43:05
58915 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
58916 From: abigail@foad.org
58917 Date: 14 Aug 2000 20:00:10 -0000
58918 Message-Id: <20000814200010.27271.qmail@foad.org>
58919 Branch: perl
58920 ! Changes
58921____________________________________________________________________________
58922[ 6621] By: jhi on 2000/08/14 15:23:05
58923 Log: Update Changes.
58924 Branch: perl
58925 ! Changes
58926____________________________________________________________________________
81777a03
JH
58927[ 6620] By: jhi on 2000/08/14 15:22:14
58928 Log: Subject: Re: [PATCH] @+, @- readonly
58929 From: Mike Guy <mjtg@cam.ac.uk>
58930 Date: Mon, 14 Aug 2000 15:26:55 +0100
58931 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
58932 Branch: perl
58933 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
58934 ! sv.c t/op/pat.t
58935____________________________________________________________________________
58936[ 6619] By: jhi on 2000/08/14 14:12:08
58937 Log: Update Changes.
58938 Branch: perl
58939 ! Changes
58940____________________________________________________________________________
4f8394d5
JH
58941[ 6618] By: jhi on 2000/08/14 14:09:34
58942 Log: For now remove the mail code.
58943 Branch: perl
58944 ! perl.c
58945____________________________________________________________________________
58946[ 6617] By: jhi on 2000/08/14 14:08:28
58947 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
58948 Branch: perl
58949 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
58950 ! pod/perlfaq8.pod pod/perlsec.pod
58951____________________________________________________________________________
58952[ 6616] By: jhi on 2000/08/14 14:00:11
58953 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58954 From: Mike Guy <mjtg@cam.ac.uk>
58955 Date: Mon, 14 Aug 2000 08:26:02 +0100
58956 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
58957 Branch: perl
58958 ! lib/perl5db.pl
58959____________________________________________________________________________
58960[ 6615] By: jhi on 2000/08/14 13:58:45
58961 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
58962 From: Mike Guy <mjtg@cam.ac.uk>
58963 Date: Mon, 14 Aug 2000 08:04:22 +0100
58964 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
58965 Branch: perl
58966 ! gv.c mg.c t/op/pat.t
58967____________________________________________________________________________
58968[ 6614] By: jhi on 2000/08/14 13:56:45
58969 Log: Subject: Test fails / warnings with perl-current #6612
58970 From: Mike Guy <mjtg@cam.ac.uk>
58971 Date: Mon, 14 Aug 2000 07:57:23 +0100
58972 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
58973 Branch: perl
58974 ! t/lib/b.t t/lib/peek.t
58975____________________________________________________________________________
58976[ 6613] By: jhi on 2000/08/14 13:45:33
58977 Log: VMS configure.com update continues.
58978 Branch: perl
58979 - vms/configure.com
58980 ! MANIFEST configure.com
58981____________________________________________________________________________
58982[ 6612] By: jhi on 2000/08/13 22:13:35
58983 Log: Update Changes.
58984 Branch: perl
58985 ! Changes
58986____________________________________________________________________________
7f53c13a
JH
58987[ 6611] By: jhi on 2000/08/13 16:21:45
58988 Log: Upgrade to CGI 2.71, from Lincoln Stein.
58989 Branch: perl
58990 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
58991____________________________________________________________________________
58992[ 6610] By: jhi on 2000/08/13 15:09:16
58993 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
58994 From: Mike Guy <mjtg@cam.ac.uk>
58995 Date: Sun, 13 Aug 2000 13:45:51 +0100
58996 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
58997 Branch: perl
58998 ! t/op/regmesg.t
58999____________________________________________________________________________
59000[ 6609] By: jhi on 2000/08/13 14:31:26
59001 Log: Andreas says that 1.56 is fine, so reverting back to it.
59002 Branch: perl
59003 ! lib/CPAN.pm
59004____________________________________________________________________________
59005[ 6608] By: jhi on 2000/08/13 05:34:20
59006 Log: Update Changes.
59007 Branch: perl
59008 ! Changes
59009____________________________________________________________________________
ce0d7702
JH
59010[ 6607] By: jhi on 2000/08/13 05:32:01
59011 Log: Put back the \z changes of #5406 to CPAN.pm.
59012 Branch: perl
59013 ! lib/CPAN.pm
59014____________________________________________________________________________
59015[ 6606] By: jhi on 2000/08/13 05:20:16
59016 Log: Fix-n-skip the tests under 5005threads.
59017 Branch: perl
59018 ! t/lib/b.t
59019____________________________________________________________________________
59020[ 6605] By: jhi on 2000/08/13 05:07:48
59021 Log: Fix the test for 5005threads.
59022 Branch: perl
59023 ! t/lib/peek.t
59024____________________________________________________________________________
59025[ 6604] By: jhi on 2000/08/13 03:35:37
59026 Log: Should have deleted this in #6603.
59027 Branch: perl
59028 - vms/subconfigure.com
59029____________________________________________________________________________
59030[ 6603] By: jhi on 2000/08/12 18:29:32
59031 Log: Rewrite of vms/subconfigure.com as configure.com,
59032 from Peter Prymmer and the vmsperl crew.
59033 Branch: perl
59034 + vms/configure.com
59035 ! MANIFEST
59036____________________________________________________________________________
59037[ 6602] By: jhi on 2000/08/11 13:00:01
59038 Log: PlainText.pm is dead.
59039 Branch: perl
59040 - lib/Pod/PlainText.pm
59041 ! MANIFEST
59042____________________________________________________________________________
59043[ 6601] By: jhi on 2000/08/11 04:06:45
59044 Log: Update Changes.
59045 Branch: perl
59046 ! Changes
59047____________________________________________________________________________
7ed149c9
JH
59048[ 6600] By: jhi on 2000/08/11 04:06:10
59049 Log: Add a few missing files, update MANIFEST.
59050 Branch: perl
59051 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
59052 + lib/Pod/PlainText.pm t/pod/find.t
59053 ! MANIFEST t/op/regmesg.t
59054____________________________________________________________________________
59055[ 6599] By: jhi on 2000/08/11 03:31:10
59056 Log: Add Perl debugging tutorial, regen toc.
59057
59058 Subject: perldebtut.pod
59059 From: Richard Foley <Richard.Foley@m.dasa.de>
59060 Date: Wed, 09 Aug 2000 10:17:15 +0200
59061 Message-id: <3991138B.262247B8@m.dasa.de>
59062 Branch: perl
59063 + pod/perldebtut.pod
59064 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59065____________________________________________________________________________
59066[ 6598] By: jhi on 2000/08/11 02:48:56
59067 Log: tiny Changes edit
59068 Branch: perl
59069 ! Changes
59070____________________________________________________________________________
59071[ 6597] By: jhi on 2000/08/11 02:39:04
59072 Log: Tests for #6589.
59073
59074 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59075 From: simon@brecon.co.uk (Simon Cozens)
59076 Date: 11 Aug 2000 02:24:52 GMT
59077 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
59078 Branch: perl
59079 ! t/lib/b.t
59080____________________________________________________________________________
59081[ 6596] By: jhi on 2000/08/11 01:50:07
59082 Log: Update Changes.
59083 Branch: perl
59084 ! Changes
59085____________________________________________________________________________
1ddec1b4
JH
59086[ 6595] By: jhi on 2000/08/11 01:47:16
59087 Log: nitfix
59088 Branch: perl
59089 ! Changes
59090____________________________________________________________________________
59091[ 6594] By: jhi on 2000/08/11 01:36:16
59092 Log: Subject: Getting perlio and threads to compile
59093 From: Lupe Christoph <lupe@lupe-christoph.de>
59094 Date: Wed, 9 Aug 2000 11:35:54 +0200
59095 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
59096
59097 (the Solaris version changes in Configure skipped)
59098 Branch: perl
59099 ! hints/solaris_2.sh thread.h
59100____________________________________________________________________________
59101[ 6593] By: jhi on 2000/08/11 01:30:16
59102 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
59103 From: simon@brecon.co.uk (Simon Cozens)
59104 Date: 1 Aug 2000 06:55:19 GMT
59105 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
59106 Branch: perl
59107 ! lib/utf8.pm
59108____________________________________________________________________________
59109[ 6592] By: jhi on 2000/08/11 01:26:39
59110 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
59111 From: Peter Scott <Peter@PeterScott.com>
59112 Date: Thu, 10 Aug 2000 08:23:27 -0700
59113 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
59114 Branch: perl
59115 ! lib/perl5db.pl
59116____________________________________________________________________________
59117[ 6591] By: jhi on 2000/08/11 01:22:02
59118 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
59119 From: Hugo <hv@crypt.compulink.co.uk>
59120 Date: Thu, 10 Aug 2000 19:23:04 +0100
59121 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
59122 Branch: perl
59123 ! regexec.c t/op/pat.t
59124____________________________________________________________________________
59125[ 6590] By: jhi on 2000/08/11 01:19:19
59126 Log: Preprocessing and postprocessing for File::Find.
59127
59128 Subject: Patch to Find::File.pm to allow alphabetical results
59129 From: Joe Smith <jsmith@inwap.com>
59130 Date: Wed, 9 Aug 2000 02:44:54 -0700
59131 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
59132 Branch: perl
59133 ! lib/File/Find.pm
59134____________________________________________________________________________
59135[ 6589] By: jhi on 2000/08/11 01:12:39
59136 Log: B::Deparse didn't do sub attributes.
59137
59138 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59139 From: simon@brecon.co.uk (Simon Cozens)
59140 Date: 9 Aug 2000 04:49:20 GMT
59141 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
59142 Branch: perl
59143 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
59144____________________________________________________________________________
59145[ 6588] By: jhi on 2000/08/11 01:06:40
59146 Log: Subject: debugger "d" command doesnt check line number
59147 From: Mike Guy <mjtg@cam.ac.uk>
59148 Date: Tue, 08 Aug 2000 21:54:29 +0100
59149 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
59150 Branch: perl
59151 ! lib/perl5db.pl mg.c pod/perldiag.pod
59152____________________________________________________________________________
59153[ 6587] By: jhi on 2000/08/11 00:45:03
59154 Log: sleep(1) does not necessarily return 1.
59155
59156 Subject: [PATCH bleadperl] op/lex_assign.t
59157 From: Hugo <hv@crypt.compulink.co.uk>
59158 Date: Thu, 03 Aug 2000 14:34:22 +0100
59159 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
59160 Branch: perl
59161 ! t/op/lex_assign.t
59162____________________________________________________________________________
59163[ 6586] By: jhi on 2000/08/11 00:31:50
59164 Log: Document the IO::Select timeout.
59165 Branch: perl
59166 ! ext/IO/lib/IO/Select.pm
59167____________________________________________________________________________
59168[ 6585] By: jhi on 2000/08/11 00:13:54
59169 Log: Forgot contributor.
59170 Branch: perl
59171 ! Changes
59172____________________________________________________________________________
59173[ 6584] By: jhi on 2000/08/11 00:09:19
59174 Log: detypo
59175 Branch: perl
59176 ! Changes
59177____________________________________________________________________________
59178[ 6583] By: jhi on 2000/08/11 00:07:53
59179 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
59180
59181 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
59182 From: Mike Guy <mjtg@cam.ac.uk>
59183 Date: Thu, 10 Aug 2000 15:50:54 +0100
59184 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
59185 Branch: perl
59186 ! sv.c t/op/int.t
59187____________________________________________________________________________
59188[ 6582] By: jhi on 2000/08/10 23:29:32
59189 Log: Update Changes.
59190 Branch: perl
59191 ! Changes
59192____________________________________________________________________________
91e6cb77
JH
59193[ 6581] By: jhi on 2000/08/10 23:26:16
59194 Log: Put back the std @INC thing.
59195 Branch: perl
59196 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
59197 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
59198 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
59199 ! t/lib/gol-oo.t
59200____________________________________________________________________________
59201[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 59202 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
59203 Branch: perl
59204 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
59205 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
59206 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
59207 ! t/lib/cgi-request.t
59208____________________________________________________________________________
59209[ 6579] By: jhi on 2000/08/10 22:41:50
59210 Log: Update to CPAN 1.56, from Andreas König.
59211 Branch: perl
59212 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59213____________________________________________________________________________
59214[ 6578] By: jhi on 2000/08/10 22:38:13
59215 Log: Update to Pod::Parser 1.17, from Brad Appleton.
59216 Branch: perl
59217 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
59218 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
59219 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
59220 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59221 ! t/pod/include.t t/pod/included.t t/pod/lref.t
59222 ! t/pod/multiline_items.t t/pod/nested_items.t
59223 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59224 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
59225 ! t/pod/special_seqs.t
59226____________________________________________________________________________
59227[ 6577] By: jhi on 2000/08/10 22:35:41
59228 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
59229 Branch: perl
59230 ! AUTHORS MAINTAIN
59231____________________________________________________________________________
59232[ 6576] By: jhi on 2000/08/10 22:24:54
59233 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
59234 Branch: perl
59235 + t/lib/gol-oo.t
59236 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
59237 ! t/lib/gol-compat.t t/lib/gol-linkage.t
59238____________________________________________________________________________
59239[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 59240 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
59241 Branch: perl
59242 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
59243____________________________________________________________________________
59244[ 6574] By: jhi on 2000/08/10 21:55:03
59245 Log: Iterating perl6 description.
59246 Branch: perl
59247 ! pod/perlfaq1.pod
59248____________________________________________________________________________
59249[ 6573] By: jhi on 2000/08/10 21:48:26
59250 Log: Revert the sv.c part of #6559, a better fix is needed.
59251 Branch: perl
59252 ! sv.c
59253____________________________________________________________________________
59254[ 6572] By: jhi on 2000/08/10 20:33:43
59255 Log: It's the 2ndO'ROSSC.
59256 Branch: perl
59257 ! pod/perlfaq1.pod
59258____________________________________________________________________________
59259[ 6571] By: jhi on 2000/08/10 15:55:48
59260 Log: detypo
59261 Branch: perl
59262 ! pod/perlfaq1.pod
59263____________________________________________________________________________
59264[ 6570] By: jhi on 2000/08/10 14:11:17
59265 Log: An exceptionally sticky typo.
59266 Branch: perl
59267 ! Changes
59268____________________________________________________________________________
59269[ 6569] By: jhi on 2000/08/10 14:09:33
59270 Log: detypo (and test Changes updating script)
59271 Branch: perl
59272 ! Changes
59273____________________________________________________________________________
b6137716
JH
59274[ 6568] By: jhi on 2000/08/10 14:07:07
59275 Log: Update Changes.
59276 Branch: perl
59277 ! Changes
59278____________________________________________________________________________
02237c86 59279[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 59280 Log: Amend the description of Perl6.
02237c86
JH
59281 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
59282 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59283 Date: Wed, 9 Aug 2000 22:11:06 -0500
59284 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
59285 Branch: perl
59286 ! pod/perlfaq1.pod
59287____________________________________________________________________________
59288[ 6566] By: jhi on 2000/08/10 13:58:57
59289 Log: Subject: Remove dead entry in perldiag
59290 From: Mike Guy <mjtg@cam.ac.uk>
59291 Date: Thu, 10 Aug 2000 14:19:19 +0100
59292 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
59293 Branch: perl
59294 ! pod/perldiag.pod
59295____________________________________________________________________________
59296[ 6565] By: jhi on 2000/08/10 13:51:48
59297 Log: Zero entries were skipped, fix from Adrian Goalby
59298 <argoalby@yahoo.co.uk>
59299 Branch: perl
59300 ! lib/unicode/Number.pl lib/unicode/mktables.PL
59301____________________________________________________________________________
59302[ 6564] By: jhi on 2000/08/10 13:00:12
59303 Log: Subject: [PATCH 5.6.0] cygwin port
59304 From: "Fifer, Eric" <EFifer@sanwaint.com>
59305 Date: Thu, 10 Aug 2000 13:15:36 +0100
59306 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
59307 Branch: perl
59308 ! README.cygwin hints/cygwin.sh
59309____________________________________________________________________________
59310[ 6563] By: jhi on 2000/08/10 12:55:16
59311 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
59312 Branch: perl
59313 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
59314____________________________________________________________________________
59315[ 6562] By: gsar on 2000/08/10 08:38:39
59316 Log: warn is a macro, avoid using at a variable to avoid warnings
59317 in some configurations; readdir.t is too conservative in
59318 estimating number of *.t's
59319 Branch: perl
59320 ! t/op/readdir.t util.c
59321____________________________________________________________________________
59322[ 6561] By: jhi on 2000/08/09 23:35:42
59323 Log: Update Changes.
59324 Branch: perl
59325 ! Changes
59326____________________________________________________________________________
41df20d4
JH
59327[ 6560] By: jhi on 2000/08/09 23:05:47
59328 Log: Subject: Re: enhanced(?) regex error messages
59329 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59330 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
59331 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
59332
59333 (plus two small patches sent privately)
59334 (this still seems to leave few test failures)
59335 Branch: perl
59336 + t/op/regmesg.t
59337 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
59338 ! t/pragma/warn/regcomp
59339____________________________________________________________________________
59340[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 59341 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
59342
59343 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59344 From: Christian Kirsch <ck@held.mind.de>
59345 Date: Wed, 9 Aug 2000 17:05:17 +0200
59346 Message-Id: <20000809170517.A25389@held>
59347 Branch: perl
59348 ! sv.c t/pragma/locale.t
59349____________________________________________________________________________
59350[ 6558] By: jhi on 2000/08/08 22:34:08
59351 Log: Tiny updates on the contributors list.
59352 Branch: perl
59353 ! Changes
59354____________________________________________________________________________
59355[ 6557] By: jhi on 2000/08/08 19:34:28
59356 Log: Double check that we have a dirhandle.
59357 Branch: perl
59358 ! util.c
59359____________________________________________________________________________
59360[ 6556] By: jhi on 2000/08/08 19:01:51
59361 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
59362 May be repopulated with fresh maintained examples.
59363 Branch: perl
59364 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
59365 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
59366 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
59367 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
59368 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
59369 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
59370 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
59371 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
59372 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
59373 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
59374 + lib/CGI/eg/wilogo_gif.uu
59375 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59376 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59377 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59378 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59379 - eg/cgi/frameset.cgi eg/cgi/index.html
59380 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59381 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59382 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59383 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59384 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59385 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59386 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59387 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59388 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59389 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59390 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59391 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59392 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59393 - eg/van/vanish eg/who eg/wrapsuid
59394 ! MANIFEST
59395____________________________________________________________________________
59396[ 6555] By: jhi on 2000/08/08 18:51:08
59397 Log: Delete chat2 as requested by Randal.
59398
59399 Subject: Re: perlfaq8 coyness
59400 From: merlyn@stonehenge.com (Randal L. Schwartz)
59401 Date: 15 May 2000 18:52:42 -0700
59402 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
59403 Branch: perl
59404 - lib/chat2.pl
59405 ! MANIFEST
59406____________________________________________________________________________
59407[ 6554] By: jhi on 2000/08/08 18:31:35
59408 Log: Regen global.sym.
59409 Branch: perl
59410 ! global.sym
59411____________________________________________________________________________
59412[ 6553] By: jhi on 2000/08/08 18:28:13
59413 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59414 (either perlbug or p5p ate the original), plus regen
59415 perlapi and perltoc.
59416 Branch: perl
59417 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
59418 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
59419 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
59420 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
59421 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
59422 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
59423 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
59424 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
59425 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
59426 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
59427____________________________________________________________________________
59428[ 6552] By: jhi on 2000/08/08 18:06:29
59429 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
59430 From: Mike Guy <mjtg@cam.ac.uk>
59431 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
59432 Date: Tue, 08 Aug 2000 15:51:27 +0100
59433 Branch: perl
59434 ! doop.c sv.h t/op/join.t t/pragma/overload.t
59435____________________________________________________________________________
59436[ 6551] By: jhi on 2000/08/08 18:01:11
59437 Log: Re-apply #6549.
59438 Branch: perl
59439 ! lib/perl5db.pl
59440____________________________________________________________________________
59441[ 6550] By: jhi on 2000/08/08 17:43:08
59442 Log: Accidental retraction of #6549.
59443 Branch: perl
59444 ! lib/perl5db.pl
59445____________________________________________________________________________
59446[ 6549] By: jhi on 2000/08/08 17:40:04
59447 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59448 From: Mike Guy <mjtg@cam.ac.uk>
59449 Date: Mon, 07 Aug 2000 21:49:58 +0100
59450 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
59451 Branch: perl
59452 ! lib/perl5db.pl
59453____________________________________________________________________________
59454[ 6548] By: jhi on 2000/08/08 17:37:57
59455 Log: Document here-doc better.
59456
59457 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
59458 From: Mike Guy <mjtg@cam.ac.uk>
59459 Date: Mon, 07 Aug 2000 14:02:09 +0100
59460 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
59461 Branch: perl
59462 ! pod/perldata.pod
59463____________________________________________________________________________
59464[ 6547] By: jhi on 2000/08/08 17:33:34
59465 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
59466 From: "Randy J. Ray" <rjray@redhat.com>
59467 Date: Mon, 07 Aug 2000 19:12:25 -0700
59468 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
59469 Branch: perl
59470 ! perl.c pod/perlrun.pod
59471____________________________________________________________________________
59472[ 6546] By: jhi on 2000/08/08 17:29:26
59473 Log: Subject: Re: enhanced(?) regex error messages
59474 From: Hugo <hv@crypt.compulink.co.uk>
59475 Date: Tue, 08 Aug 2000 03:25:51 +0100
59476 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
59477
59478 plus Capitalize the error messages, plus perldiag them.
59479 Branch: perl
59480 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
59481____________________________________________________________________________
59482[ 6545] By: jhi on 2000/08/08 13:59:28
59483 Log: Augment #6539 a bit: don't croak if there's magic in the air.
59484
59485 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
59486 From: Hugo <hv@crypt.compulink.co.uk>
59487 Date: Tue, 08 Aug 2000 03:02:03 +0100
59488 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
59489 Branch: perl
59490 ! pp.c t/op/bless.t
59491____________________________________________________________________________
59492[ 6544] By: jhi on 2000/08/07 21:11:52
59493 Log: Make the test -w clean.
59494 Branch: perl
59495 ! t/op/bless.t
59496____________________________________________________________________________
59497[ 6543] By: jhi on 2000/08/07 19:49:53
59498 Log: use warnings instead of $^W.
59499 Branch: perl
59500 ! t/op/bless.t
59501____________________________________________________________________________
59502[ 6542] By: jhi on 2000/08/07 17:41:41
59503 Log: Disable a portability warning Because We Know What We Are Doing.
59504 Branch: perl
59505 ! t/op/bless.t
59506____________________________________________________________________________
59507[ 6541] By: jhi on 2000/08/07 17:29:51
59508 Log: Tiny tidying on report_evil_fh().
59509 Branch: perl
59510 ! util.c
59511____________________________________________________________________________
59512[ 6540] By: jhi on 2000/08/07 16:37:38
59513 Log: Make regular expression parse error messages easier to understand.
59514
59515 Subject: Re: enhanced(?) regex error messages
59516 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59517 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
59518 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
59519 Branch: perl
59520 ! regcomp.c
59521____________________________________________________________________________
59522[ 6539] By: jhi on 2000/08/07 16:12:27
59523 Log: Make bless(REF, REF) a fatal error, add bless tests.
59524
59525 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
59526 From: Hugo <hv@crypt.compulink.co.uk>
59527 Date: Mon, 07 Aug 2000 16:59:38 +0100
59528 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
59529 Branch: perl
59530 + t/op/bless.t
59531 ! MANIFEST pod/perldiag.pod pp.c sv.c
59532____________________________________________________________________________
59533[ 6538] By: jhi on 2000/08/07 15:59:43
59534 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
59535 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
59536 Date: Thu, 3 Aug 2000 14:29:21 -0700
59537 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
59538 Branch: perl
59539 ! lib/lib_pm.PL
59540____________________________________________________________________________
59541[ 6537] By: jhi on 2000/08/07 15:47:18
59542 Log: Retract #6419 for now since it breaks in AFS and MachTen.
59543 Branch: perl
59544 ! lib/Cwd.pm
59545____________________________________________________________________________
59546[ 6536] By: jhi on 2000/08/07 15:05:29
59547 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
59548 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
59549 The security hole exists only in suidperls, which isn't
59550 installed or even built by default.
59551 Branch: perl
59552 ! perl.c
59553____________________________________________________________________________
59554[ 6535] By: jhi on 2000/08/07 14:45:14
59555 Log: tr memory corruption fix from Simon Cozens.
59556 Branch: perl
59557 ! doop.c
59558____________________________________________________________________________
59559[ 6534] By: jhi on 2000/08/06 11:38:16
59560 Log: Document a bit that UDP is not what you might think.
59561
59562 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59563 From: Lupe Christoph <lupe@lupe-christoph.de>
59564 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
59565 Date: Mon, 24 Jul 2000 08:59:15 +0200
59566 Branch: perl
59567 ! pod/perlipc.pod
59568____________________________________________________________________________
59569[ 6533] By: jhi on 2000/08/06 11:35:01
59570 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59571 From: Jeff Pinyan <jeffp@hut.crusoe.net>
59572 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
59573 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
59574 Branch: perl
59575 ! pod/perlfunc.pod
59576____________________________________________________________________________
59577[ 6532] By: jhi on 2000/08/06 03:45:41
59578 Log: Have symbols for the IoTYPEs.
59579 Branch: perl
59580 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
59581____________________________________________________________________________
59582[ 6531] By: jhi on 2000/08/06 01:33:55
59583 Log: Continue fixing the io warnings. This also
59584 sort of fixes bug ID 20000802.003: the core dump
59585 is no more. Whether the current behaviour is correct
59586 (giving a warning: "Not a format reference"), is another matter.
59587 Branch: perl
59588 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
59589 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59590____________________________________________________________________________
59591[ 6530] By: jhi on 2000/08/05 21:33:12
59592 Log: Change the Policy policy: now -Dprefix= with an existing
59593 Policy.sh and prefix == siteprefix == vendorprefix, then all
59594 of them follow along the new prefix.
59595
59596 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
59597 From: Andy Dougherty <doughera@lafayette.edu>
59598 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
59599 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
59600 Branch: perl
59601 ! Policy_sh.SH
59602____________________________________________________________________________
59603[ 6529] By: jhi on 2000/08/05 18:57:28
59604 Log: Zap lib/Sys directory when cleaning up.
59605 Branch: perl
59606 ! Makefile.SH
59607____________________________________________________________________________
59608[ 6528] By: jhi on 2000/08/05 18:40:44
59609 Log: Essential prototype changes were missing from #6527.
59610 Also make report_evil_fh() more bomb-proof.
59611 Branch: perl
59612 ! embed.h util.c
59613____________________________________________________________________________
59614[ 6527] By: jhi on 2000/08/05 03:22:05
59615 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
59616 From: "Ronald F. Guilmette" <rfg@monkeys.com>
59617 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
59618 Message-Id: <200007242247.PAA52177@monkeys.com>
59619 Branch: perl
59620 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
59621____________________________________________________________________________
59622[ 6526] By: jhi on 2000/08/04 21:23:27
59623 Log: gcc versions might have (parentheses) in them.
59624 Branch: metaconfig/U/perl
59625 ! gccvers.U
59626 Branch: perl
59627 ! Configure config_h.SH
59628____________________________________________________________________________
59629[ 6525] By: jhi on 2000/08/04 20:23:12
59630 Log: Weed buglets pointed out by
59631
59632 From: Lupe Christoph <lupe@lupe-christoph.de>
59633 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
59634 Date: Fri, 4 Aug 2000 17:34:39 +0200
59635 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
59636 Branch: metaconfig/U/perl
59637 ! gccvers.U uselfs.U
59638 Branch: perl
59639 ! Configure config_h.SH
59640____________________________________________________________________________
59641[ 6524] By: jhi on 2000/08/04 19:02:08
59642 Log: Warn under -w if lstat(FH) is attempted.
59643
59644 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
59645 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
59646 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
59647 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
59648 Branch: perl
59649 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
59650 ! t/pragma/warn/pp_sys
59651____________________________________________________________________________
59652[ 6523] By: jhi on 2000/08/04 12:31:11
59653 Log: Subject: New perlcc, take 2
59654 From: simon@brecon.co.uk (Simon Cozens)
59655 Date: 4 Aug 2000 06:21:04 GMT
59656 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
59657 Branch: perl
59658 ! utils/perlcc.PL
59659____________________________________________________________________________
59660[ 6522] By: jhi on 2000/08/04 12:26:33
59661 Log: Subject: Re: Array vs. List context
59662 From: Daniel Chetlin <daniel@chetlin.com>
59663 Date: Fri, 4 Aug 2000 00:22:44 -0700
59664 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
59665 Branch: perl
59666 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
59667 ! pod/perlfaq4.pod
59668____________________________________________________________________________
59669[ 6521] By: jhi on 2000/08/04 12:22:38
59670 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
59671 From: Raymund Will <ray@caldera.de>
59672 Date: Fri, 4 Aug 2000 12:07:09 +0200
59673 Message-Id: <20000804120709.A14982@caldera.de>
59674 Branch: perl
59675 ! configure.gnu
59676____________________________________________________________________________
59677[ 6520] By: jhi on 2000/08/04 04:09:06
59678 Log: After the #6519 a warning about stat() is just that,
59679 not about a filetest, which now have their own warning.
59680 Branch: perl
59681 ! pod/perldiag.pod
59682____________________________________________________________________________
59683[ 6519] By: jhi on 2000/08/04 04:06:30
59684 Log: In the warnings call filehandles consistently so;
59685 add "unopened" warning for stat().
59686 Branch: perl
59687 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59688 ! t/pragma/warn/pp_sys
59689____________________________________________________________________________
59690[ 6518] By: jhi on 2000/08/04 02:55:35
59691 Log: Subject: Minor tweak to perlvar.pod
59692 From: "Stephen P. Potter" <spp@ds.net>
59693 Date: Tue, 18 Apr 2000 09:26:03 -0400
59694 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
59695 Branch: perl
59696 ! pod/perlvar.pod
59697____________________________________________________________________________
59698[ 6517] By: jhi on 2000/08/04 02:50:08
59699 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
59700 From: "Clinton Pierce" <cpierce1@ford.com>
59701 Date: Wed, 21 Jul 1999 16:45:31 -0400
59702 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
59703
59704 Fix by Stephen Potter (visible in the bug db but not in p5p?)
59705 Branch: perl
59706 ! pod/perlfunc.pod pod/perlop.pod
59707____________________________________________________________________________
59708[ 6516] By: jhi on 2000/08/04 02:09:25
59709 Log: This is 6512. Really.
59710 Branch: perl
59711 ! dump.c
59712____________________________________________________________________________
59713[ 6515] By: jhi on 2000/08/04 01:25:50
59714 Log: mention the idea of @( and @)
59715 Branch: perl
59716 ! Todo-5.6
59717____________________________________________________________________________
51c9377f
JH
59718[ 6514] By: bailey on 2000/08/04 01:18:46
59719 Log: YA resync with mainstem, including VMS patches from others
59720 Branch: vmsperl
59721 +> (branch 48 files)
59722 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
59723 !> (integrate 354 files)
59724____________________________________________________________________________
41df20d4
JH
59725[ 6513] By: jhi on 2000/08/04 01:18:18
59726 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
59727 From: Mark Dickinson <dickins3@fas.harvard.edu>
59728 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
59729 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
59730 Branch: perl
59731 ! t/op/grent.t t/op/pwent.t
59732____________________________________________________________________________
59733[ 6512] By: jhi on 2000/08/04 01:14:06
59734 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
59735 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59736 Date: Wed, 02 Aug 2000 10:51:01 +0100
59737 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
59738 Branch: perl
59739 ! sv.c
59740____________________________________________________________________________
59741[ 6511] By: jhi on 2000/08/04 00:57:00
59742 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
59743 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59744 Date: Thu, 03 Aug 2000 17:20:04 -0700
59745 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
59746 Branch: metaconfig
59747 ! U/modified/Cppsym.U
59748 Branch: perl
59749 ! Configure config_h.SH
59750____________________________________________________________________________
59751[ 6510] By: jhi on 2000/08/04 00:25:28
59752 Log: detypo
59753 Branch: perl
59754 ! Makefile.SH
59755____________________________________________________________________________
59756[ 6509] By: jhi on 2000/08/03 23:43:18
59757 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
59758 From: Dominic Dunlop <domo@computer.org>
59759 Date: Thu, 3 Aug 2000 22:16:46 +0200
59760 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
59761 Branch: perl
59762 ! t/op/sprintf.t
59763____________________________________________________________________________
59764[ 6508] By: jhi on 2000/08/03 23:40:37
59765 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
59766 From: Hugo <hv@crypt.compulink.co.uk>
59767 Date: Thu, 03 Aug 2000 18:25:30 +0100
59768 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
59769 Branch: perl
59770 ! regcomp.c t/op/re_tests
59771____________________________________________________________________________
59772[ 6507] By: jhi on 2000/08/03 23:38:28
59773 Log: Subject: [PATCH] sv.h documentation - SvLEN
59774 From: Mike Guy <mjtg@cam.ac.uk>
59775 Date: Thu, 03 Aug 2000 14:43:09 +0100
59776 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
59777 Branch: perl
59778 ! sv.h
59779____________________________________________________________________________
59780[ 6506] By: jhi on 2000/08/03 15:49:14
59781 Log: Disable the fix_pl hack for now.
59782 Branch: perl
59783 ! Makefile.SH
59784____________________________________________________________________________
59785[ 6505] By: jhi on 2000/08/03 13:49:04
59786 Log: Add a URL for FSF.
59787
59788 Subject: Patch for README
59789 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59790 Date: Wed, 2 Aug 2000 13:25:09 -0500
59791 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
59792 Branch: perl
59793 ! README
59794____________________________________________________________________________
59795[ 6504] By: jhi on 2000/08/03 13:29:19
59796 Log: Be more informative on what is skipped and why,
59797 also repeat the list at the end.
59798 Branch: perl
59799 ! Porting/p4desc
59800____________________________________________________________________________
59801[ 6503] By: jhi on 2000/08/03 13:07:05
59802 Log: Circumvent the removal of .patch by fix_pl.
59803
59804 Subject: Re: [ID 20000802.011] unable to 'make test'
59805 From: simon@brecon.co.uk (Simon Cozens)
59806 Date: 3 Aug 2000 04:17:00 GMT
59807 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
59808 Branch: perl
59809 ! Makefile.SH
59810____________________________________________________________________________
51c9377f
JH
59811[ 6502] By: jhi on 2000/08/03 00:14:34
59812 Log: Add the missing setproctitle unit.
59813 Branch: metaconfig/U/perl
59814 + d_setproctitle.U
59815____________________________________________________________________________
41df20d4
JH
59816[ 6501] By: jhi on 2000/08/03 00:00:26
59817 Log: The subtest 4 may fail also on VOBS, as pointed out
59818 by Nick Ing-Simmons in November 1999, bug id 19991124.003
59819 (but the failure in that bug report isn't the subtest 4).
59820 Branch: perl
59821 ! t/op/stat.t
59822____________________________________________________________________________
59823[ 6500] By: jhi on 2000/08/02 23:49:30
59824 Log: Better skip message for the test; one of the two problems in
59825
59826 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
59827 From: Lupe Christoph <lupe@lupe-christoph.de>
59828 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
59829 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
59830 Branch: perl
59831 ! t/op/numconvert.t
59832____________________________________________________________________________
59833[ 6499] By: jhi on 2000/08/02 22:49:16
59834 Log: Allow "no Module;" even if there is no 'unimport'.
59835
59836 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
59837 From: mjd@plover.com
59838 Date: 24 Mar 2000 15:24:34 -0000
59839 Message-Id: <20000324152434.15160.qmail@plover.com>
59840 Branch: perl
59841 ! gv.c
59842____________________________________________________________________________
59843[ 6498] By: jhi on 2000/08/02 22:42:58
59844 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
59845 that are hopefully soon put into use.
59846 Branch: perl
59847 ! opcode.h opcode.pl opnames.h
59848____________________________________________________________________________
59849[ 6497] By: gsar on 2000/08/02 22:28:59
59850 Log: require.t needs binmode() to work on windows
59851 Branch: perl
59852 ! t/comp/require.t
59853____________________________________________________________________________
59854[ 6496] By: jhi on 2000/08/02 22:08:51
59855 Log: Document the IVdf UVuf UVof UVxf.
59856 Branch: perl
59857 ! pod/perlguts.pod
59858____________________________________________________________________________
59859[ 6495] By: jhi on 2000/08/02 21:54:26
59860 Log: detypo #6494
59861 Branch: perl
59862 ! ext/Data/Dumper/Dumper.xs
59863____________________________________________________________________________
59864[ 6494] By: jhi on 2000/08/02 21:49:17
59865 Log: Dump UVs as UVs in Data::Dumper.
59866
59867 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
59868 From: Gurusamy Sarathy <gsar@ActiveState.com>
59869 Date: Thu, 27 Apr 2000 12:26:25 -0700
59870 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
59871 Branch: perl
59872 ! ext/Data/Dumper/Dumper.xs
59873____________________________________________________________________________
59874[ 6493] By: jhi on 2000/08/02 17:01:58
59875 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
59876 From: Hugo <hv@crypt.compulink.co.uk>
59877 Date: Wed, 02 Aug 2000 14:53:56 +0100
59878 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
59879 Branch: perl
59880 ! regexec.c t/op/re_tests
59881____________________________________________________________________________
59882[ 6492] By: jhi on 2000/08/02 15:02:46
59883 Log: The new setproctitle() feature is available only in
59884 bleeding edge FreeBSD. From Paul Saab.
59885 Branch: perl
59886 ! mg.c
59887____________________________________________________________________________
59888[ 6491] By: jhi on 2000/08/02 13:34:36
59889 Log: The tr utf8 patching continues.
59890
59891 Subject: Re: #6469, too many tests claimed in require.t
59892 From: simon@brecon.co.uk (Simon Cozens)
59893 Date: 2 Aug 2000 02:37:17 GMT
59894 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
59895
59896 (the logic of the test was the wrong way round in the patch)
59897 Branch: perl
59898 ! doop.c
59899____________________________________________________________________________
59900[ 6490] By: jhi on 2000/08/02 13:27:38
59901 Log: The name of a filehandle does not have <these>.
59902 Branch: perl
59903 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59904 ! t/pragma/warn/pp_sys util.c
59905____________________________________________________________________________
59906[ 6489] By: jhi on 2000/08/02 04:26:46
59907 Log: Remove the extraneous "main::" prefix from all the
59908 "opened only for", "on closed", and "never opened" warnings.
59909
59910 Subject: Re: inappropriate warning
59911 From: Gurusamy Sarathy <gsar@ActiveState.com>
59912 Date: Mon, 20 Mar 2000 11:28:02 -0800
59913 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
59914 Branch: perl
59915 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
59916 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
59917 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59918____________________________________________________________________________
59919[ 6488] By: jhi on 2000/08/02 03:02:57
59920 Log: memcpy has n o in it, as pinted ut by Sarathy.
59921 Branch: perl
59922 ! pod/perlguts.pod
59923____________________________________________________________________________
59924[ 6487] By: jhi on 2000/08/02 02:44:51
59925 Log: Document in one place the memory abstractions used in Perl core.
59926
59927 Subject: Re: Memory abstraction
59928 From: simon@brecon.co.uk (Simon Cozens)
59929 Date: 2 Aug 2000 02:20:23 GMT
59930 Organization: Earth.li Origins
59931 Branch: perl
59932 ! pod/perlguts.pod
59933____________________________________________________________________________
59934[ 6486] By: jhi on 2000/08/02 02:41:57
59935 Log: regen_headers, regen perltoc.
59936 Branch: perl
59937 ! perlapi.c pod/perltoc.pod
59938____________________________________________________________________________
59939[ 6485] By: jhi on 2000/08/02 01:43:33
59940 Log: "This little thing tests for a file .patch, and if it contains
59941 a number, pops into patchlevel.h" (making it easier to track
59942 which development version people are reporting bugs against)
59943
59944 Subject: Patchlevel autogeneration for repository perls
59945 From: simon@brecon.co.uk (Simon Cozens)
59946 Date: 14 Jul 2000 07:12:15 GMT
59947 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
59948 Branch: perl
59949 + fix_pl
59950 ! MANIFEST Makefile.SH
59951____________________________________________________________________________
59952[ 6484] By: jhi on 2000/08/02 01:32:54
59953 Log: FreeBSD 3.* updates from
59954
59955 From: Paul Saab <ps@yahoo-inc.com>
59956 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59957 Date: Tue, 1 Aug 2000 15:41:39 -0700
59958 Message-Id: <20000801154139.A53740@yahoo-inc.com>
59959 Branch: perl
59960 ! hints/freebsd.sh
59961____________________________________________________________________________
59962[ 6483] By: jhi on 2000/08/02 01:27:44
59963 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
59964 instead one must use setproctitle(). This was already addressed
59965 by change #6457, but the below has a new variant for FreeBSD 4.0
59966 or later, and the matter is also documented more.
59967
59968 From: Paul Saab <ps@yahoo-inc.com>
59969 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
59970 Date: Tue, 1 Aug 2000 15:41:39 -0700
59971 Message-Id: <20000801154139.A53740@yahoo-inc.com>
59972 Branch: metaconfig/U/perl
59973 + i_libutil.U
59974 Branch: perl
59975 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
59976____________________________________________________________________________
59977[ 6482] By: jhi on 2000/08/01 22:17:32
59978 Log: The test from this
59979
59980 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
59981 Date: Sat, 15 Apr 2000 17:03:44 +0100
59982 From: Tom Hughes <tom@compton.nu>
59983 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
59984
59985 was missing, the code change went in as #5989
59986 (which had a different test?)
59987 Branch: perl
59988 ! t/op/misc.t
59989____________________________________________________________________________
59990[ 6481] By: jhi on 2000/08/01 21:48:38
59991 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
59992 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
59993 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
59994 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
59995 Branch: perl
59996 ! perl.h
59997____________________________________________________________________________
59998[ 6480] By: jhi on 2000/08/01 18:05:28
59999 Log: Make p4desc to skip non-mainperl branches by default.
60000 Branch: perl
60001 ! Porting/p4desc
60002____________________________________________________________________________
60003[ 6479] By: jhi on 2000/08/01 17:29:19
60004 Log: If gccosandvers is equal to osname, clear gccosandvers.
60005 Branch: metaconfig/U/perl
60006 ! gccvers.U
60007 Branch: perl
60008 ! Configure config_h.SH
60009____________________________________________________________________________
60010[ 6478] By: jhi on 2000/08/01 15:54:08
60011 Log: BOM patching from Simon Cozens.
60012 Branch: perl
60013 ! toke.c
60014____________________________________________________________________________
60015[ 6477] By: jhi on 2000/08/01 04:50:33
60016 Log: Stash away the largefiles flags and libswanted.
60017 Branch: perl
60018 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
60019____________________________________________________________________________
60020[ 6476] By: gsar on 2000/08/01 04:24:24
60021 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
60022 on Windows)
60023 Branch: perl
60024 ! t/pragma/utf8.t utf8.c win32/win32.c
60025____________________________________________________________________________
60026[ 6475] By: jhi on 2000/08/01 03:35:24
60027 Log: Make chr() for values >127 to create utf8 when under utf8.
60028
60029 Subject: Re: uft8/chr()
60030 From: simon@brecon.co.uk (Simon Cozens)
60031 Date: 1 Aug 2000 02:37:02 GMT
60032 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
60033 Branch: perl
60034 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60035____________________________________________________________________________
60036[ 6474] By: jhi on 2000/08/01 02:36:18
60037 Log: In Digital UNIX warn if gcc explicitly chosen because even
60038 2.95.2 is known to cause problems.
60039 Branch: perl
60040 ! hints/dec_osf.sh
60041____________________________________________________________________________
60042[ 6473] By: jhi on 2000/08/01 02:00:56
60043 Log: Make the safety catch for buggy gccs work with triple version
60044 numbers like 2.95.2. Reported in
60045
60046 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
60047 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
60048 Date: Mon, 31 Jul 2000 14:55:06 +0200
60049 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
60050 Branch: perl
60051 ! hints/dec_osf.sh
60052____________________________________________________________________________
60053[ 6472] By: jhi on 2000/08/01 01:13:33
60054 Log: Subject: fix and question re: waitpid() under win32
60055 From: Brian Clarke <clarke@appliedmeta.com>
60056 Date: Fri, 28 Jul 2000 15:18:29 -0400
60057 Message-ID: <3981DC85.290314EB@appliedmeta.com>
60058
60059 Slightly reformatted and WNOHANG # define moved to win32.h
60060 so that also POSIX.xs sees it, as suggsted by Sarathy.
60061 Branch: perl
60062 ! win32/win32.c win32/win32.h
60063____________________________________________________________________________
60064[ 6471] By: jhi on 2000/08/01 00:55:05
60065 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
60066 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60067 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
60068 Date: Mon, 31 Jul 2000 13:28:51 +0100
60069
60070 (aka ID 20000730.002)
60071 Branch: perl
60072 ! op.c t/op/tr.t
60073____________________________________________________________________________
60074[ 6470] By: jhi on 2000/07/31 23:34:42
60075 Log: Document the problem with -P in HP-UX and its workaround.
60076
60077 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
60078 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
60079 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
60080 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
60081 Branch: perl
60082 ! README.hpux
60083____________________________________________________________________________
60084[ 6469] By: jhi on 2000/07/31 04:15:02
60085 Log: The swallow_bom() saga continues. The #23 of require.t
60086 (UTF16-LE) still fails (silently, no output) but the #22
60087 (UTF16-BE) seems to be working now. The root of the
60088 failure may be in sv_gets(): is it UTF-16LE-aware,
60089 especially when it comes to line endings?
60090 Branch: perl
60091 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
60092 ! t/comp/require.t toke.c utf8.c
60093____________________________________________________________________________
60094[ 6468] By: jhi on 2000/07/30 19:05:48
60095 Log: Find green threads before native threads.
60096
60097 Subject: Re: Patch to jpl/JNI/Makefile.PL
60098 From: Jens Thomsen <jens@fiend.cis.com>
60099 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
60100 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
60101 Branch: perl
60102 ! jpl/JNI/Makefile.PL
60103____________________________________________________________________________
60104[ 6467] By: jhi on 2000/07/30 18:36:22
60105 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
60106 Branch: perl
60107 ! doop.c
60108____________________________________________________________________________
60109[ 6466] By: jhi on 2000/07/30 04:37:29
60110 Log: A new version of the "remove UPPERACSE string comparison"
60111 operators. The problem with the previous one (change #6454)
60112 was that it was for Perl 5.6.0. From Paul Marquess.
60113 Branch: perl
60114 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
60115 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
60116 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60117____________________________________________________________________________
60118[ 6465] By: jhi on 2000/07/29 22:39:56
60119 Log: Do not upgrade SVs into utf8 just because they participate
60120 in eq or cmp. Reported and fix suggested in
60121
60122 Subject: [ID 20000720.009] sv_eq UTF8 bug
60123 From: "Simon Cozens" <simon@othersideofthe.earth.li>
60124 Date: 21 Jul 2000 04:37:29 -0000
60125 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
60126
60127 Exercise for the kind reader: should we or should we not
60128 cache the utf8 conversion alonside the SV? (as magic,
60129 as thestrxfrm()ed version is cached under use locale)
60130 Argue both for and against.
60131 Branch: perl
60132 ! sv.c
60133____________________________________________________________________________
60134[ 6464] By: jhi on 2000/07/29 22:36:22
60135 Log: Subject: UTF8 concat
60136 From: simon@brecon.co.uk (Simon Cozens)
60137 Date: 30 Jun 2000 06:13:25 GMT
60138 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
60139
60140 (with a memory leak fixed, plus a few casts added)
60141
60142 This also seems to help for
60143
60144 Subject: [ID 20000716.015] join UTF8 weirdness
60145 From: root <root@ak-71.mind.de>
60146 Date: Sat, 15 Jul 2000 15:29:54 +0200
60147 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
60148
60149 (from Andreas König)
60150 Branch: perl
60151 ! pp_hot.c
60152____________________________________________________________________________
60153[ 6463] By: jhi on 2000/07/29 00:55:39
60154 Log: Tune the comments and hopefully stop a memory leak.
60155 Branch: perl
60156 ! toke.c utf8.c
60157____________________________________________________________________________
60158[ 6462] By: jhi on 2000/07/29 00:16:53
60159 Log: The problem described in this
60160
60161 Subject: [ID 20000322.018] named chars aren't magical enough
60162 From: root <root@dixie.cscaper.com>
60163 Date: Wed, 22 Mar 2000 18:37:42 -0700
60164 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
60165
60166 has been fixed in perl 5.6.0 but just in case added a test
60167 to keep it away. (The report from Joseph Hall.)
60168 Branch: perl
60169 ! t/lib/charnames.t
60170____________________________________________________________________________
60171[ 6461] By: jhi on 2000/07/28 23:56:36
60172 Log: Tiny fixes for #6460.
60173 Branch: metaconfig/U/perl
60174 ! gccvers.U
60175 Branch: perl
60176 ! Configure config_h.SH
60177____________________________________________________________________________
60178[ 6460] By: jhi on 2000/07/28 23:24:41
60179 Log: Warn if the version of the operating system used to compile gcc
60180 differs from the current version of the operating system.
60181 Also display the gcc compilation os and version in myconfig.
60182 Inspiration from
60183
60184 Subject: Re: [ID 20000710.003] ERRORS!!
60185 From: "Kurt D. Starsinic" <kstar@chapin.edu>
60186 Date: Mon, 10 Jul 2000 15:54:16 -0400
60187 Message-ID: <20000710155416.A1384@O2.chapin.edu>
60188 Branch: metaconfig/U/perl
60189 ! gccvers.U
60190 Branch: perl
60191 ! Configure config_h.SH myconfig.SH
60192____________________________________________________________________________
60193[ 6459] By: jhi on 2000/07/28 22:00:32
60194 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
60195 letter to $Config{osvers}.
60196 Branch: metaconfig
60197 ! U/modified/Oldconfig.U
60198 Branch: perl
60199 ! Configure config_h.SH
60200____________________________________________________________________________
60201[ 6458] By: jhi on 2000/07/28 04:15:39
60202 Log: Back out #6454, doesn't seem to work.
60203 (Reason: that patch was for perl 5.6.0, not perl-current)
60204 (A version of the patch for perl-current came in later as #6466)
60205 Branch: perl
60206 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60207 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60208 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60209____________________________________________________________________________
60210[ 6457] By: jhi on 2000/07/27 23:31:49
60211 Log: Use setproctitle() if available to modify $0.
60212
60213 Subject: setting $* on BSD4 broken
60214 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60215 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
60216 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
60217 Branch: metaconfig
60218 ! U/modified/Myinit.U
60219 Branch: perl
60220 ! Configure config_h.SH mg.c
60221____________________________________________________________________________
60222[ 6456] By: jhi on 2000/07/27 14:50:47
60223 Log: Allow "no AutoLoader;", based on change #6444,
60224 suggested by Graham Barr.
60225 Branch: perl
60226 ! lib/AutoLoader.pm
60227____________________________________________________________________________
60228[ 6455] By: jhi on 2000/07/27 14:19:10
60229 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
60230 From: rspier@pobox.com (Robert Spier)
60231 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
60232 Message-ID: <14720.15855.787664.424783@rls.cx>
60233 Branch: perl
60234 ! pod/perldiag.pod
60235____________________________________________________________________________
60236[ 6454] By: jhi on 2000/07/27 14:03:02
60237 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
60238 for a long time).
60239
60240 Reported in
60241
60242 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
60243 From: Ryan Herbert <rherbert@sycamorehq.com>
60244 Date: Mon, 17 Jul 2000 11:40:42 -0400
60245 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
60246
60247 Patched in
60248
60249 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
60250 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60251 Date: Wed, 26 Jul 2000 23:40:18 +0100
60252 Message-ID: <000001bff752$79511880$0a17073e@tiny>
60253
60254 based on an earlier patch from Stephen P. Potter.
60255
60256 (Removed later by change #6458 because this patch was for
60257 perl 5.6.0, not perl-current)
60258 Branch: perl
60259 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60260 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60261 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60262____________________________________________________________________________
60263[ 6453] By: jhi on 2000/07/27 13:48:02
60264 Log: Subject: [PATCH] fixes bug 20000508.004
60265 From: Michael Stevens <mstevens@globnix.org>
60266 Date: Thu, 27 Jul 2000 13:49:04 +0100
60267 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
60268 Branch: perl
60269 ! pod/perldata.pod
60270____________________________________________________________________________
60271[ 6452] By: jhi on 2000/07/26 23:51:26
60272 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
60273 and Craig A. Berry.
60274 Branch: perl
60275 ! lib/File/Temp.pm pod/perlport.pod
60276____________________________________________________________________________
60277[ 6451] By: jhi on 2000/07/26 19:43:30
60278 Log: Be wary of close()s, too.
60279
60280 Subject: Re: [PATCH] perlbug cleanup
60281 From: Tim Jenness <t.jenness@jach.hawaii.edu>
60282 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
60283 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
60284 Branch: perl
60285 ! utils/perlbug.PL
60286____________________________________________________________________________
60287[ 6450] By: jhi on 2000/07/26 18:41:40
60288 Log: Subject: Minor doc patch: handy.h
0b3b9d72 60289 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41df20d4
JH
60290 Date: Wed, 26 Jul 2000 15:34:25 -0300
60291 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
60292 Branch: perl
60293 ! handy.h pod/perlapi.pod
60294____________________________________________________________________________
60295[ 6449] By: jhi on 2000/07/26 18:23:55
60296 Log: Subject: [PATCH] minor doc change - perlguts
60297 From: Michael Stevens <mstevens@globnix.org>
60298 Date: Thu, 13 Jul 2000 12:39:18 +0100
60299 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
60300 Branch: perl
60301 ! pod/perlguts.pod
60302____________________________________________________________________________
60303[ 6448] By: jhi on 2000/07/26 18:20:30
60304 Log: open() wariness in perlbug.
60305
60306 Subject: [PATCH] perlbug cleanup
60307 From: Michael Stevens <mstevens@globnix.org>
60308 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
60309 Date: Thu, 13 Jul 2000 15:52:23 +0100
60310 Branch: perl
60311 ! utils/perlbug.PL
60312____________________________________________________________________________
60313[ 6447] By: jhi on 2000/07/26 18:13:04
60314 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
60315 Branch: perl
60316 ! lib/File/Temp.pm t/lib/ftmp-security.t
60317____________________________________________________________________________
60318[ 6446] By: jhi on 2000/07/26 18:06:32
60319 Log: docfix from Peter Scott <Peter@PSDT.com>.
60320 Branch: perl
60321 ! pod/perlfunc.pod
60322____________________________________________________________________________
60323[ 6445] By: jhi on 2000/07/26 17:53:31
60324 Log: Fix *foo{FORMAT}.
60325
60326 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60327 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60328 Date: Wed, 26 Jul 2000 19:51:02 +0200
60329 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
60330
60331 From: Graham Barr <gbarr@pobox.com>
60332 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60333 Date: Wed, 26 Jul 2000 17:38:36 +0100
60334 Message-ID: <20000726173836.L472@pobox.com>
60335 Branch: perl
60336 ! pp.c sv.c t/op/gv.t
60337____________________________________________________________________________
60338[ 6444] By: jhi on 2000/07/26 17:49:14
60339 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
60340 from Graham Barr in the module list.
60341 Branch: perl
60342 ! gv.c pod/perlobj.pod
60343____________________________________________________________________________
60344[ 6443] By: jhi on 2000/07/26 16:06:56
60345 Log: More split() doc and test patches from Mike Guy.
60346 Branch: perl
60347 ! pod/perlfunc.pod t/op/split.t
60348____________________________________________________________________________
60349[ 6442] By: jhi on 2000/07/26 16:05:30
60350 Log: MacOS nits from Matthias Neeracher.
60351 Branch: perl
60352 ! perl.c pp_ctl.c
60353____________________________________________________________________________
60354[ 6441] By: jhi on 2000/07/26 04:39:57
60355 Log: Subject: [PATCH] split /^/
60356 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60357 Date: Tue, 25 Jul 2000 14:18:57 +0100
60358 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
60359
60360 (with notes from tchrist and gbarr)
60361 Branch: perl
60362 ! pod/perlfunc.pod t/op/split.t
60363____________________________________________________________________________
60364[ 6440] By: jhi on 2000/07/26 04:32:32
60365 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
60366 From: Peter Prymmer <pvhp@forte.com>
60367 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
60368 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
60369 Branch: perl
60370 ! vms/munchconfig.c
60371____________________________________________________________________________
60372[ 6439] By: jhi on 2000/07/26 04:31:01
60373 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
60374 to be fatal errors (instead of by default ignoring them, and
60375 ignoring with a bug: even though -w gave an error, the opening [
60376 was left in) Reported in:
60377
60378 Subject: [ID 20000716.024] [=cc=] / [:blank:]
60379 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60380 Date: Sun, 16 Jul 2000 17:55:29 -0700
60381 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60382 Branch: perl
60383 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
60384____________________________________________________________________________
60385[ 6438] By: jhi on 2000/07/25 15:41:15
60386 Log: Subject: [PATCH] av.c apidoc
60387 From: simon@brecon.co.uk (Simon Cozens)
60388 Date: 24 Jul 2000 06:40:52 GMT
60389 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
60390 Branch: perl
60391 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60392 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
60393____________________________________________________________________________
60394[ 6437] By: jhi on 2000/07/25 14:05:36
60395 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60396 From: "Stephen P. Potter" <spp@ds.net>
60397 Date: Mon, 24 Jul 2000 14:22:23 -0400
60398 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
60399 Branch: perl
60400 ! pod/perllocale.pod
60401____________________________________________________________________________
60402[ 6436] By: jhi on 2000/07/25 14:02:03
60403 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
60404 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60405 Date: Mon, 24 Jul 2000 18:04:28 +0100
60406 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
60407 Branch: perl
60408 ! t/lib/syslfs.t t/op/lfs.t
60409____________________________________________________________________________
60410[ 6435] By: jhi on 2000/07/25 13:59:28
60411 Log: Get UTF16 BOMs working. Patch from
60412
60413 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60414 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60415 Date: Tue, 25 Jul 2000 12:52:45 +0100
60416 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
60417
60418 and notes from
60419
60420 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60421 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60422 Date: Tue, 25 Jul 2000 11:43:25 +0100
60423 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
60424 Branch: perl
60425 ! t/comp/require.t toke.c utf8.c
60426____________________________________________________________________________
60427[ 6434] By: jhi on 2000/07/25 02:39:54
60428 Log: Make the "uninit variable" warning to say "concat or string"
60429 or "join or string" when in concat or join .
60430
60431 Subject: Re: [ID 20000403.009] uninitialised concatenation???
60432 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60433 Date: Tue, 04 Apr 2000 18:22:58 +0100
60434 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
60435
60436 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
60437 From: William R Ward <hermit@BayView.COM>
60438 Date: Thu, 30 Mar 2000 19:50:03 -0800
60439 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
60440 Branch: perl
60441 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
60442 ! t/pragma/warn/op t/pragma/warn/sv
60443____________________________________________________________________________
60444[ 6433] By: jhi on 2000/07/24 17:52:56
60445 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
60446 Branch: perl
60447 ! lib/File/Spec/VMS.pm
60448____________________________________________________________________________
60449[ 6432] By: jhi on 2000/07/24 17:44:44
60450 Log: Test cases for #6431.
60451
60452 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60453 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60454 Date: Mon, 24 Jul 2000 15:32:29 +0100
60455 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
60456 Branch: perl
60457 ! t/op/pat.t t/op/split.t
60458____________________________________________________________________________
60459[ 6431] By: jhi on 2000/07/24 17:43:17
60460 Log: Bind op fix.
60461
60462 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60463 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60464 Date: Mon, 17 Jul 2000 20:04:56 +0100
60465 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
60466 Branch: perl
60467 ! op.c
60468____________________________________________________________________________
60469[ 6430] By: jhi on 2000/07/24 03:42:42
60470 Log: Subject: [ID 20000716.023] syslog test fails without sockets
60471 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60472 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
60473 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
60474 Branch: metaconfig/U/perl
60475 ! Extensions.U
60476 Branch: perl
60477 ! Configure config_h.SH
60478____________________________________________________________________________
60479[ 6429] By: jhi on 2000/07/24 03:11:52
60480 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
60481 case, but add also notes explaining the relationship of this
60482 patch and the earlier notes by Sarathy.
60483
60484 Subject: Map is still slow
60485 From: "Ben Tilly" <ben_tilly@hotmail.com>
60486 Date: Sat, 15 Jul 2000 17:23:27 EDT
60487 Message-ID: <20000715212327.21656.qmail@hotmail.com>
60488 Branch: perl
60489 ! pp_ctl.c
60490____________________________________________________________________________
60491[ 6428] By: jhi on 2000/07/24 02:58:52
60492 Log: Documentation to explain the behaviour of map().
60493
60494 Subject: Re: Map is still slow
60495 From: Gurusamy Sarathy <gsar@ActiveState.com>
60496 Date: Sat, 15 Jul 2000 16:05:09 -0700
60497 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
60498 Branch: perl
60499 ! pp_ctl.c
60500____________________________________________________________________________
60501[ 6427] By: jhi on 2000/07/24 02:50:03
60502 Log: Add tests for
60503 [ID 19991110.003] another matching finding by pcre author
60504 which has already been fixed by some patch, as verified in
60505
60506 Subject: Re: two regex bugs from the mists of time (well, last November)
60507 From: Hugo <hv@crypt.compulink.co.uk>
60508 Date: Sat, 22 Jul 2000 18:12:58 +0100
60509 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
60510 Branch: perl
60511 ! t/op/re_tests
60512____________________________________________________________________________
60513[ 6426] By: jhi on 2000/07/24 02:11:20
60514 Log: A missing 'break' after the [[:space:]] switch case.
60515
60516 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
60517 From: "Stephen P. Potter" <spp@ds.net>
60518 Date: Tue, 18 Jul 2000 16:25:17 -0400
60519 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
60520 Branch: perl
60521 ! regcomp.c
60522____________________________________________________________________________
60523[ 6425] By: jhi on 2000/07/24 02:06:12
60524 Log: The output might have been produced in the wrong order.
60525
60526 Subject: [ID 20000720.003] [PATCH] t/op/write.t
60527 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60528 Date: Thu, 20 Jul 2000 18:49:18 +0100
60529 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
60530 Branch: perl
60531 ! t/op/write.t
60532____________________________________________________________________________
60533[ 6424] By: jhi on 2000/07/24 02:00:07
60534 Log: Use STDOUT consistently.
60535
60536 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
60537 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60538 Date: Thu, 20 Jul 2000 18:04:01 +0100
60539 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
60540 Branch: perl
60541 ! lib/Test/Harness.pm
60542____________________________________________________________________________
60543[ 6423] By: jhi on 2000/07/24 01:54:54
60544 Log: Protect against "wild next"s, that is, callbacks doing "next"
60545 instead of "return".
60546
60547 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
60548 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60549 Date: Tue, 18 Jul 2000 11:30:16 +0100
60550 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
60551 Branch: perl
60552 ! lib/File/Find.pm
60553____________________________________________________________________________
60554[ 6422] By: jhi on 2000/07/24 01:35:47
60555 Log: Out-of-date note removed.
60556
60557 Subject: [PATCH] documentation perlipc
60558 From: rspier@pobox.com (Robert Spier)
60559 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
60560 Message-ID: <14711.35178.572612.502654@rls.cx>
60561 Branch: perl
60562 ! pod/perlipc.pod
60563____________________________________________________________________________
60564[ 6421] By: jhi on 2000/07/24 00:09:18
60565 Log: Send all installperl messages to STDERR and be -w clean.
60566
60567 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
60568 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60569 Date: Sat, 22 Jul 2000 14:02:11 +0100
60570 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
60571 Branch: perl
60572 ! installperl
60573____________________________________________________________________________
60574[ 6420] By: jhi on 2000/07/24 00:04:19
60575 Log: Decutandpasto.
60576
60577 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
60578 From: "Richard Soderberg" <rs@crystalflame.net>
60579 Date: Sun, 23 Jul 2000 01:37:23 -0700
60580 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
60581 Branch: perl
60582 ! pod/perlipc.pod
60583____________________________________________________________________________
60584[ 6419] By: jhi on 2000/07/24 00:01:12
60585 Log: A cleaner abs_path().
60586 Subject: Re: unix alternative to Cwd.pm
60587 From: Jeff Pinyan <jeffp@crusoe.net>
60588 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
60589 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
60590 Branch: perl
60591 ! lib/Cwd.pm
60592____________________________________________________________________________
60593[ 6418] By: jhi on 2000/07/23 23:48:56
60594 Log: Detypo.
60595
60596 Subject: [PATCH perl-current] Typo in hints/powerux.sh
60597 From: "Richard Soderberg" <rs@crystalflame.net>
60598 Date: Sun, 23 Jul 2000 01:27:33 -0700
60599 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
60600 Branch: perl
60601 ! hints/powerux.sh
60602____________________________________________________________________________
60603[ 6417] By: jhi on 2000/07/17 22:13:31
60604 Log: Subject: SDBM_File documentation
60605 From: mjd@plover.com
60606 Date: 16 Jul 2000 17:41:17 -0000
60607 Message-ID: <20000716174117.18515.qmail@plover.com>
60608 Branch: perl
60609 ! ext/SDBM_File/SDBM_File.pm
60610____________________________________________________________________________
60611[ 6416] By: jhi on 2000/07/17 19:13:26
60612 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
60613 Branch: perl
60614 ! hints/mpeix.sh mpeix/relink
60615____________________________________________________________________________
60616[ 6415] By: jhi on 2000/07/15 14:11:02
60617 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
60618 the utf8 'characters' can be more than one octet).
60619
60620 Date: Sat, 15 Jul 2000 00:21:56 +0100
60621 From: Tom Hughes <tom@compton.nu>
60622 Subject: Re: [ID 20000714.002]
60623 Message-ID: <db2334de49.tom@compton.compton.nu>
60624
60625 Reported in
60626
60627 Subject: [ID 20000714.002]
60628 From: "Simon Cozens" <simon@othersideofthe.earth.li>
60629 Date: 14 Jul 2000 15:13:09 -0000
60630 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
60631 Branch: perl
60632 ! doop.c
60633____________________________________________________________________________
60634[ 6414] By: jhi on 2000/07/15 03:13:41
60635 Log: another VMS build tweak from Peter Prymmer
60636 Branch: perl
60637 ! vms/descrip_mms.template
60638____________________________________________________________________________
60639[ 6413] By: jhi on 2000/07/15 03:10:40
60640 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
60641 Branch: perl
60642 ! vms/perlvms.pod
60643____________________________________________________________________________
60644[ 6412] By: jhi on 2000/07/15 00:31:05
60645 Log: More docs for sv functions.
60646
60647 Subject: [PATCH cfgperl] sv.c apidoc
60648 From: simon@brecon.co.uk (Simon Cozens)
60649 Date: 13 Jul 2000 09:00:20 GMT
60650 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
60651
60652 Subject: Re: [PATCH cfgperl] sv.c apidoc
60653 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60654 Date: Thu, 13 Jul 2000 12:27:41 +0100
60655 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
60656
60657 Subject: Re: [PATCH cfgperl] sv.c apidoc
60658 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60659 Date: Thu, 13 Jul 2000 13:23:09 +0100
60660 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
60661
60662 Subject: Re: [PATCH cfgperl] sv.c apidoc
60663 From: simon@brecon.co.uk (Simon Cozens)
60664 Date: 14 Jul 2000 06:51:02 GMT
60665 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
60666 Branch: perl
60667 ! embed.pl pod/perlapi.pod sv.c
60668____________________________________________________________________________
60669[ 6411] By: jhi on 2000/07/15 00:10:41
60670 Log: lib/b test fixes from Peter Prymmer.
60671 Branch: perl
60672 ! t/lib/b.t
60673____________________________________________________________________________
60674[ 6410] By: jhi on 2000/07/15 00:02:09
60675 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
60676 From: Hugo <hv@crypt.compulink.co.uk>
60677 Date: Fri, 14 Jul 2000 23:05:20 +0100
60678 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
60679
60680 Didn't anymore apply, but that point still could use another fix.
60681 Branch: perl
60682 ! pod/perlfunc.pod
60683____________________________________________________________________________
60684[ 6409] By: jhi on 2000/07/14 23:15:15
60685 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
60686 not in pod, from Peter Prymmer
60687 Branch: perl
60688 ! vms/descrip_mms.template
60689____________________________________________________________________________
60690[ 6408] By: jhi on 2000/07/14 20:35:05
60691 Log: The bug report
60692 [ID 19991110.002] minimal matching discrepancy found by pcre author
60693 seems to have been fixed (though differently from what was suggested
60694 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
60695 Branch: perl
60696 ! t/op/re_tests
60697____________________________________________________________________________
60698[ 6407] By: jhi on 2000/07/14 17:38:08
60699 Log: Fix AutoSplit to use File::Spec the right way in VMS,
60700 from Peter Prymmer.
60701 Branch: perl
60702 ! lib/AutoSplit.pm
60703____________________________________________________________________________
60704[ 6406] By: jhi on 2000/07/14 14:13:22
60705 Log: Merge perlhacktut into perlhack, update perlguts.
60706
60707 Subject: Re: Perlhacktut
60708 From: simon@brecon.co.uk (Simon Cozens)
60709 Date: 14 Jul 2000 06:49:21 GMT
60710 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
60711
60712 Subject: Re: Perlhacktut
60713 From: simon@brecon.co.uk (Simon Cozens)
60714 Date: 14 Jul 2000 07:09:45 GMT
60715 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
60716 Branch: perl
60717 ! pod/perlguts.pod pod/perlhack.pod
60718____________________________________________________________________________
51c9377f
JH
60719[ 6405] By: jhi on 2000/07/14 14:02:31
60720 Log: Integrate with Sarathy.
60721 Branch: cfgperl
60722 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
60723 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
60724 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
60725____________________________________________________________________________
41df20d4
JH
60726[ 6404] By: gsar on 2000/07/14 12:15:02
60727 Log: PERL_OBJECT build tweaks
60728 Branch: perl
60729 ! toke.c
60730____________________________________________________________________________
60731[ 6403] By: gsar on 2000/07/14 11:23:41
60732 Log: inconsistent types needs casts
60733 Branch: perl
60734 ! toke.c
60735____________________________________________________________________________
60736[ 6402] By: gsar on 2000/07/14 11:12:04
60737 Log: typos in change#6399, regen headers
60738 Branch: perl
60739 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
60740____________________________________________________________________________
60741[ 6401] By: gsar on 2000/07/14 10:59:12
60742 Log: typecasts needed for change#6394
60743 Branch: perl
60744 ! toke.c
60745____________________________________________________________________________
60746[ 6400] By: gsar on 2000/07/14 10:49:37
60747 Log: integrate cfgperl contents into mainline
60748 Branch: perl
60749 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
60750 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
60751____________________________________________________________________________
60752[ 6399] By: gsar on 2000/07/14 10:38:35
60753 Log: enable UTF-16 filter by default if relevant BOM is seen; various
60754 cleanups (typos, misformatted code, and small bugs)
60755 Branch: perl
60756 ! doop.c embed.pl mg.c op.c pp.c toke.c
60757____________________________________________________________________________
60758[ 6398] By: gsar on 2000/07/14 08:55:38
60759 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
60760 name suggests anyway)
60761 Branch: perl
60762 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
60763____________________________________________________________________________
60764[ 6397] By: gsar on 2000/07/14 08:44:33
60765 Log: move new variables to the end of the interpreter structure (for
60766 bincompat in code that doesn't #include XSUB.h)
60767 Branch: perl
60768 ! intrpvar.h
60769____________________________________________________________________________
60770[ 6396] By: gsar on 2000/07/14 08:13:58
60771 Log: MakeMaker should not remove editor backups (*~) on `make clean`
60772 by default (completes change#6383)
60773 Branch: perl
60774 ! lib/ExtUtils/MM_Unix.pm
60775____________________________________________________________________________
51c9377f
JH
60776[ 6395] By: jhi on 2000/07/14 05:20:33
60777 Log: Replace change #6337 with a better one.
60778
60779 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
60780 From: Hugo <hv@crypt.compulink.co.uk>
60781 Date: Fri, 14 Jul 2000 04:16:20 +0100
60782 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
60783 Branch: cfgperl
60784 ! regexec.c t/op/re_tests
60785____________________________________________________________________________
60786[ 6394] By: jhi on 2000/07/14 01:33:59
60787 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
60788 Branch: cfgperl
60789 ! embed.pl global.sym proto.h toke.c
60790____________________________________________________________________________
60791[ 6393] By: jhi on 2000/07/13 23:41:23
60792 Log: remove discarded test
60793 Branch: cfgperl
60794 ! MANIFEST
60795____________________________________________________________________________
60796[ 6392] By: jhi on 2000/07/13 23:32:25
60797 Log: The {multiplier} of a fixed substring was overlooked which
60798 caused a wrong initial search offset for that substring.
60799
60800 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
60801 From: Hugo <hv@crypt.compulink.co.uk>
60802 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
60803 Date: Thu, 13 Jul 2000 19:27:13 +0100
60804 Branch: cfgperl
60805 ! regcomp.c t/op/re_tests
60806____________________________________________________________________________
60807[ 6391] By: jhi on 2000/07/13 16:37:42
60808 Log: typo fix from Craig Berry
60809 Branch: cfgperl
60810 ! vms/subconfigure.com
60811____________________________________________________________________________
60812[ 6390] By: jhi on 2000/07/13 13:20:12
60813 Log: Integrate with Sarathy.
60814 Branch: cfgperl
60815 - t/op/method2entersub.t
60816 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
60817 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
60818 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
60819 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
60820____________________________________________________________________________
60821[ 6389] By: jhi on 2000/07/13 13:18:48
60822 Log: Detypo from Peter Prymmer, part of #6388.
60823 Branch: cfgperl
60824 ! Configure config_h.SH
60825 Branch: metaconfig
60826 ! U/modified/d_longlong.U
60827____________________________________________________________________________
41df20d4
JH
60828[ 6388] By: gsar on 2000/07/13 06:33:40
60829 Log: typos (spotted by Peter Prymmer)
60830 Branch: perl
60831 ! Configure t/lib/english.t
60832____________________________________________________________________________
60833[ 6387] By: gsar on 2000/07/13 05:35:28
60834 Log: new selfloader.t in change#6183 doesn't close DATA handles,
60835 and thus fails to clean up tmp files on dosish platforms
60836 Branch: perl
60837 ! t/lib/selfloader.t
60838____________________________________________________________________________
60839[ 6386] By: gsar on 2000/07/12 21:42:39
60840 Log: sprintf test tweaks (from Dominic Dunlop)
60841 Branch: perl
60842 ! t/op/sprintf.t
60843____________________________________________________________________________
60844[ 6385] By: gsar on 2000/07/12 21:33:46
60845 Log: fix bugs in processing %v-*d and similar format specs (from
60846 Avi Finkel <avi@finkel.org>)
60847 Branch: perl
60848 ! sv.c t/op/sprintf.t
60849____________________________________________________________________________
60850[ 6384] By: gsar on 2000/07/12 16:04:19
60851 Log: readd missing perldelta.pod changes from changes#6339,6376
60852 Branch: perl
60853 ! pod/perldelta.pod
60854____________________________________________________________________________
60855[ 6383] By: gsar on 2000/07/12 16:00:51
60856 Log: don't clobber *.orig files on *clean targets
60857 Branch: perl
60858 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
60859____________________________________________________________________________
51c9377f
JH
60860[ 6382] By: gsar on 2000/07/12 07:59:12
60861 Log: fix broken integrations in cfgperl
60862 Branch: cfgperl
60863 !> Changes pod/perldelta.pod
60864____________________________________________________________________________
41df20d4
JH
60865[ 6381] By: gsar on 2000/07/12 07:42:17
60866 Log: integrate cfgperl changes into mainline
60867 Branch: perl
60868 ! Changes
60869 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
60870 !> pod/perlre.pod
60871____________________________________________________________________________
582cc879
GS
60872[ 6380] By: gsar on 2000/07/12 07:31:00
60873 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 60874 Branch: perl
582cc879 60875 ! t/op/sprintf.t
c15ecffd 60876____________________________________________________________________________
582cc879
GS
60877[ 6379] By: gsar on 2000/07/12 06:40:04
60878 Log: change#6174 needs corresponding change in win32/config_h.PL,
60879 which grovels through config_h.SH to find the config.h name
60880 Branch: perl
60881 ! win32/config_h.PL
60882____________________________________________________________________________
51c9377f
JH
60883[ 6378] By: jhi on 2000/07/12 05:03:59
60884 Log: Do the cc sanity check both before the hints and
60885 after the cc selction.
60886 Branch: cfgperl
60887 ! Configure config_h.SH
60888 Branch: metaconfig
60889 ! U/modified/Oldconfig.U U/modified/cc.U
60890 Branch: metaconfig/U/perl
60891 + Checkcc.U
60892____________________________________________________________________________
60893[ 6377] By: jhi on 2000/07/12 02:49:22
60894 Log: Fix nits noticed by Boston.pm.
60895 Branch: cfgperl
60896 ! pod/perlre.pod
60897____________________________________________________________________________
60898[ 6376] By: jhi on 2000/07/11 21:22:13
60899 Log: Configure cosmetics and perldelta.
60900 Branch: cfgperl
60901 ! Configure config_h.SH pod/perldelta.pod
60902 Branch: metaconfig
60903 ! U/modified/cc.U
60904____________________________________________________________________________
582cc879
GS
60905[ 6375] By: gsar on 2000/07/11 21:17:35
60906 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 60907 Branch: perl
582cc879
GS
60908 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
60909 ! win32/win32sck.c
37590e52 60910____________________________________________________________________________
582cc879
GS
60911[ 6374] By: gsar on 2000/07/11 20:48:50
60912 Log: tweak for build failure under multiplicity
37590e52 60913 Branch: perl
582cc879 60914 ! toke.c
37590e52 60915____________________________________________________________________________
582cc879
GS
60916[ 6373] By: gsar on 2000/07/11 20:37:23
60917 Log: integrate cfgperl changes#6325..6373 into mainline
60918 (NOTE: today's batch of integrations still untested)
37590e52 60919 Branch: perl
582cc879
GS
60920 +> ext/DynaLoader/hints/netbsd.pl
60921 ! Changes
60922 !> (integrate 26 files)
37590e52 60923____________________________________________________________________________
51c9377f
JH
60924[ 6372] By: jhi on 2000/07/11 20:30:36
60925 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
60926 regen perltoc.
60927 Branch: cfgperl
60928 + pod/perlbook.pod
60929 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
60930 ! pod/perltoc.pod
60931____________________________________________________________________________
60932[ 6371] By: jhi on 2000/07/11 20:08:56
60933 Log: Minor cleanups on the booklist.
60934 Branch: cfgperl
60935 ! pod/perlfaq2.pod
60936____________________________________________________________________________
60937[ 6370] By: jhi on 2000/07/11 19:31:13
60938 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
60939 Branch: cfgperl
60940 ! t/pragma/overload.t
60941____________________________________________________________________________
c2e66d9e
GS
60942[ 6369] By: gsar on 2000/07/11 19:27:48
60943 Log: integrate cfgperl changes#6293..6324 into mainline
60944 Branch: perl
60945 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
60946 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
60947 !> (integrate 30 files)
60948____________________________________________________________________________
60949[ 6368] By: gsar on 2000/07/11 19:18:57
60950 Log: skip integrate of problematic change#6292 from cfgperl into mainline
60951 Branch: perl
60952 !> pp_hot.c
60953____________________________________________________________________________
60954[ 6367] By: gsar on 2000/07/11 19:17:21
60955 Log: integrate cfgperl changes#6288..6290 into mainline
60956 Branch: perl
60957 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
60958____________________________________________________________________________
60959[ 6366] By: gsar on 2000/07/11 19:11:18
60960 Log: integrate cfgperl changes#6268..6282 into mainline
60961 Branch: perl
60962 !> (integrate 30 files)
60963____________________________________________________________________________
60964[ 6365] By: gsar on 2000/07/11 18:57:00
60965 Log: delete new accidentally branched file
60966 Branch: perl
60967 - t/op/method2entersub.t
60968____________________________________________________________________________
60969[ 6364] By: gsar on 2000/07/11 18:55:13
60970 Log: skip integrate of change#6267 from cfgperl into mainline (the
60971 method call optimization is flawed without additional hints
60972 from user about immutableness of @ISA and no runtime method
60973 definitions)
60974 Branch: perl
60975 +> t/op/method2entersub.t
60976 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
60977 !> perl.h t/op/sprintf.t xsutils.c
60978____________________________________________________________________________
60979[ 6363] By: gsar on 2000/07/11 18:49:43
60980 Log: integrate cfgperl changes#6261..6266 into mainline
60981 Branch: perl
60982 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
60983 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
60984 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60985 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
60986____________________________________________________________________________
60987[ 6362] By: gsar on 2000/07/11 18:43:26
60988 Log: integrate cfgperl changes#6252..6260 into mainline
60989 Branch: perl
60990 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
60991 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
60992 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
60993 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
60994____________________________________________________________________________
60995[ 6361] By: gsar on 2000/07/11 18:37:12
60996 Log: skip integrate of problematic change#6251 from cfgperl into mainline
60997 Branch: perl
60998 !> lib/Exporter.pm
60999____________________________________________________________________________
61000[ 6360] By: gsar on 2000/07/11 18:34:56
61001 Log: integrate cfgperl change#6250 into mainline
61002 Branch: perl
61003 +> t/op/my_stash.t
61004 !> MANIFEST embed.pl proto.h toke.c
61005____________________________________________________________________________
61006[ 6359] By: gsar on 2000/07/11 18:21:19
61007 Log: integrate cfgperl changes#6242..6249 into mainline
61008 Branch: perl
61009 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
61010 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
61011 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
61012 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
61013 !> t/lib/peek.t utf8.c
61014____________________________________________________________________________
61015[ 6358] By: gsar on 2000/07/11 18:15:45
61016 Log: skip integrate of problematic change#6241 from cfgperl into mainline
61017 Branch: perl
61018 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61019____________________________________________________________________________
51c9377f
JH
61020[ 6357] By: jhi on 2000/07/11 18:15:16
61021 Log: Fix for
61022 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
61023 From: Roderick Schertler <roderick@argon.org>
61024 Date: Tue, 11 Jul 2000 13:55:05 -0400
61025 Message-Id: <200007111755.NAA05077@jones.argon.org>
61026 Branch: cfgperl
61027 ! doio.c
61028____________________________________________________________________________
61029[ 6356] By: jhi on 2000/07/11 18:12:51
61030 Log: Typo in #6341.
61031 Branch: cfgperl
61032 ! pp_hot.c
61033____________________________________________________________________________
c2e66d9e
GS
61034[ 6355] By: gsar on 2000/07/11 18:12:10
61035 Log: integrate cfgperl changes#6231..6240 into mainline
61036 Branch: perl
61037 +> pod/perlutil.pod
61038 !> (integrate 35 files)
61039____________________________________________________________________________
51c9377f
JH
61040[ 6354] By: jhi on 2000/07/11 18:04:34
61041 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
61042 From: Dominic Dunlop <domo@computer.org>
61043 Date: Tue, 11 Jul 2000 12:27:33 +0200
61044 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
61045
61046 Replaces change #6268.
61047 Branch: cfgperl
61048 ! t/op/sprintf.t
61049____________________________________________________________________________
c2e66d9e
GS
61050[ 6353] By: gsar on 2000/07/11 17:59:51
61051 Log: skip integrate of problematic change#6230 from cfgperl into mainline
61052 (a later version of File::Spec is already in mainline)
61053 Branch: perl
61054 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
61055 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
61056____________________________________________________________________________
61057[ 6352] By: gsar on 2000/07/11 17:57:48
61058 Log: integrate cfgperl changes#6224..6229 into mainline
61059 Branch: perl
61060 +> lib/lib.pm.PL
61061 - lib/lib.pm
61062 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
61063 !> lib/English.pm op.c t/lib/english.t
61064____________________________________________________________________________
61065[ 6351] By: gsar on 2000/07/11 17:50:10
61066 Log: skip integrate of problematic change#6223 from cfgperl into mainline
61067 Branch: perl
61068 !> doio.c
61069____________________________________________________________________________
61070[ 6350] By: gsar on 2000/07/11 17:48:28
61071 Log: integrate cfgperl changes#6220..6222 into mainline
61072 Branch: perl
61073 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
61074 !> toke.c utf8.c win32/win32.h
61075____________________________________________________________________________
61076[ 6349] By: gsar on 2000/07/11 17:46:13
61077 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
61078 mainline
61079 Branch: perl
61080 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61081 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61082 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61083____________________________________________________________________________
51c9377f
JH
61084[ 6348] By: jhi on 2000/07/11 17:45:49
61085 Log: README.posix-bc podified from Thomas Dorner.
61086 Branch: cfgperl
61087 ! README.posix-bc
61088____________________________________________________________________________
c2e66d9e
GS
61089[ 6347] By: gsar on 2000/07/11 17:42:04
61090 Log: integrate cfgperl change#6217 into mainline
61091 Branch: perl
61092 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
61093 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
61094 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
61095____________________________________________________________________________
61096[ 6346] By: gsar on 2000/07/11 17:39:37
61097 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
61098 mainline
61099 Branch: perl
61100 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
61101 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61102 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61103 !> perlapi.h pod/perlapi.pod
61104____________________________________________________________________________
61105[ 6345] By: gsar on 2000/07/11 17:36:42
61106 Log: integrate cfgperl changes#6207..6210 into mainline
61107 Branch: perl
61108 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
61109 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
61110____________________________________________________________________________
61111[ 6344] By: gsar on 2000/07/11 17:31:20
61112 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
61113 mainline
61114 Branch: perl
61115 !> (integrate 40 files)
61116____________________________________________________________________________
61117[ 6343] By: gsar on 2000/07/11 17:19:08
61118 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
61119 Branch: perl
61120 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
61121 ! Changes
61122 !> (integrate 34 files)
61123____________________________________________________________________________
51c9377f
JH
61124[ 6342] By: jhi on 2000/07/11 16:05:48
61125 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
61126 To: perl5-porters@perl.org
61127 From: Karsten Sperling <spiff@phreax.net>
61128 Date: Mon, 10 Jul 2000 15:12:52 +0200
61129 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
61130 Branch: cfgperl
61131 ! lib/Symbol.pm
61132____________________________________________________________________________
61133[ 6341] By: jhi on 2000/07/11 15:59:23
61134 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
61135 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61136 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
61137 Date: Fri, 07 Jul 2000 17:57:16 +0100
61138 Branch: cfgperl
61139 ! pp_hot.c
61140____________________________________________________________________________
61141[ 6340] By: jhi on 2000/07/11 15:55:47
61142 Log: Subject: Re: format bug report [Patch]
61143 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61144 Date: Wed, 05 Jul 2000 13:12:52 +0200
61145 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
61146
61147 Subject: Re: format bug report [Patch]
61148 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61149 Date: Wed, 05 Jul 2000 14:10:01 +0200
61150 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
61151 Branch: cfgperl
61152 ! t/op/write.t toke.c
61153____________________________________________________________________________
61154[ 6339] By: jhi on 2000/07/11 13:54:09
61155 Log: Be less forgiving about ambiguous and illegal tr ranges.
61156 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
61157 From: Mark-Jason Dominus <mjd@plover.com>
61158 Date: Tue, 04 Jul 2000 10:00:12 -0400
61159 Message-ID: <20000704140012.17772.qmail@plover.com>
61160
61161 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
61162 From: Mark-Jason Dominus <mjd@plover.com>
61163 Date: Wed, 05 Jul 2000 09:37:36 -0400
61164 Message-ID: <20000705133736.27293.qmail@plover.com>
61165 Branch: cfgperl
61166 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
61167____________________________________________________________________________
61168[ 6338] By: jhi on 2000/07/11 13:31:24
61169 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
61170 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61171 Date: Tue, 11 Jul 2000 13:50:51 +0100
61172 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
61173 Branch: cfgperl
61174 ! sv.c
61175____________________________________________________________________________
61176[ 6337] By: jhi on 2000/07/11 13:29:14
61177 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
61178 From: Hugo <hv@crypt.compulink.co.uk>
61179 Date: Tue, 11 Jul 2000 12:44:50 +0100
61180 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
61181 Branch: cfgperl
61182 ! regexec.c t/op/re_tests
61183____________________________________________________________________________
61184[ 6336] By: jhi on 2000/07/11 13:26:47
61185 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
61186 From: simon@brecon.co.uk (Simon Cozens)
61187 Date: 7 Jul 2000 11:26:09 GMT
61188 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
61189 Branch: cfgperl
61190 ! mg.c
61191____________________________________________________________________________
61192[ 6335] By: jhi on 2000/07/11 13:23:37
61193 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
61194 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
61195 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
61196 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
61197 Branch: cfgperl
61198 + ext/DynaLoader/hints/netbsd.pl
61199 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
61200____________________________________________________________________________
61201[ 6334] By: jhi on 2000/07/11 13:20:38
61202 Log: Subject: PATCH perlguts.pod: Document D and d magic types
61203 From: mjd@plover.com
61204 Date: 5 Jul 2000 18:01:51 -0000
61205 Message-ID: <20000705180151.29413.qmail@plover.com>
61206 Branch: cfgperl
61207 ! pod/perlguts.pod
61208____________________________________________________________________________
61209[ 6333] By: jhi on 2000/07/11 13:15:51
61210 Log: Precedence goof, fix based on
61211 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
61212 From: Hugo <hv@crypt.compulink.co.uk>
61213 Date: Tue, 11 Jul 2000 12:52:38 +0100
61214 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
61215 Branch: cfgperl
61216 ! t/op/taint.t
61217____________________________________________________________________________
61218[ 6332] By: jhi on 2000/07/11 12:40:17
61219 Log: Integrate with Sarathy.
61220 Branch: cfgperl
61221 !> win32/win32sck.c
61222____________________________________________________________________________
61223[ 6331] By: jhi on 2000/07/10 20:14:16
61224 Log: Sprinkle ldlibpath.
61225 Branch: cfgperl
61226 ! pod/Makefile.SH
61227____________________________________________________________________________
61228[ 6330] By: jhi on 2000/07/10 17:54:49
61229 Log: More POSIX.pod tweaks.
61230 Branch: cfgperl
61231 ! ext/POSIX/POSIX.pod
61232____________________________________________________________________________
61233[ 6329] By: jhi on 2000/07/10 14:02:12
61234 Log: Reorder perl.pod once more.
61235 Branch: cfgperl
61236 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61237____________________________________________________________________________
0b3b9d72
JH
61238[ 6328] By: gsar on 2000/07/10 07:06:00
61239 Log: accept() leaks memory on windows due to incorrect ordering of
61240 closesocket() and fclose() calls
61241 Branch: perl
61242 ! win32/win32sck.c
37590e52 61243____________________________________________________________________________
25fbdfc0
GS
61244[ 6327] By: gsar on 2000/07/10 06:49:17
61245 Log: winsock options weren't being set in all threads under ithreads
61246 (caused send()s from second and subsequent threads to fail)
37590e52 61247 Branch: perl
25fbdfc0 61248 ! win32/win32sck.c
37590e52 61249____________________________________________________________________________
51c9377f
JH
61250[ 6326] By: jhi on 2000/07/08 02:45:40
61251 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
61252 was cast to an unsigned (32-bit) integer with wild abandon.
61253 Branch: cfgperl
61254 ! ext/Devel/DProf/DProf.xs
61255____________________________________________________________________________
61256[ 6325] By: jhi on 2000/07/07 18:50:33
61257 Log: Remove perlbook, update perlfaq book listing,
61258 rearrange perl.pod, regenerate perltoc.
61259 Branch: cfgperl
61260 - pod/perlbook.pod
61261 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
61262 ! pod/perlfaq2.pod pod/perltoc.pod
61263____________________________________________________________________________
61264[ 6324] By: jhi on 2000/07/07 14:03:40
61265 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
61266 Branch: cfgperl
61267 ! sv.h toke.c
61268____________________________________________________________________________
61269[ 6323] By: jhi on 2000/07/06 16:03:55
61270 Log: Fix complaints of buildtoc.
61271 Branch: cfgperl
61272 + lib/Win32.pod
61273 - pod/Win32.pod
61274 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61275____________________________________________________________________________
61276[ 6322] By: jhi on 2000/07/06 15:15:52
61277 Log: Add =head1 NAMEs so that buildtoc is happy.
61278 (The CGI::Util nit reported to Lincoln.)
61279 Branch: cfgperl
61280 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
61281 ! pod/perltoc.pod
61282____________________________________________________________________________
61283[ 6321] By: jhi on 2000/07/06 03:16:04
61284 Log: Config is being used.
61285 Branch: cfgperl
61286 ! t/op/method.t
61287____________________________________________________________________________
61288[ 6320] By: jhi on 2000/07/06 03:13:13
61289 Log: Integrate with Sarathy.
61290 Branch: cfgperl
61291 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
61292____________________________________________________________________________
61293[ 6319] By: jhi on 2000/07/06 03:11:46
61294 Log: Autogenerate pod/Makefile and pod/buildtoc.
61295 buildtoc also checks whether the existin pods are
61296 mentioned in MANIFEST and perl.pod, and vice versa.
61297 (None of the thusly found discrepancies fixed yet.)
61298 roffitall also needs to be autogenerated similarly but it
61299 seems so badly out of date that I didn't touch it yet.
61300 Branch: cfgperl
61301 + pod/Makefile.SH pod/buildtoc.PL
61302 - pod/Makefile pod/buildtoc
61303 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
61304____________________________________________________________________________
25fbdfc0
GS
61305[ 6318] By: gsar on 2000/07/05 22:10:54
61306 Log: fix UNC path handling on Windows under ithreads, and chdir()
61307 return value when given a non-existent directory
37590e52 61308 Branch: perl
25fbdfc0 61309 ! win32/vdir.h
37590e52 61310____________________________________________________________________________
25fbdfc0
GS
61311[ 6317] By: gsar on 2000/07/05 22:08:19
61312 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 61313 Branch: perl
25fbdfc0 61314 ! win32/perllib.c win32/win32sck.c
37590e52 61315____________________________________________________________________________
25fbdfc0
GS
61316[ 6316] By: gsar on 2000/07/05 22:06:19
61317 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 61318 Branch: perl
25fbdfc0 61319 ! lib/perl5db.pl
37590e52 61320____________________________________________________________________________
51c9377f
JH
61321[ 6315] By: jhi on 2000/07/05 00:25:21
61322 Log: Integrate with Sarathy, preliminary fix for unicos
61323 alignment problems in [ID 20000612.002] Perl problem on Cray system.
61324 Branch: cfgperl
61325 ! sv.h
61326 !> pp_hot.c
61327____________________________________________________________________________
25fbdfc0
GS
61328[ 6314] By: gsar on 2000/07/04 23:34:02
61329 Log: tyop in change#6306
61330 Branch: perl
61331 ! pp_hot.c
37590e52 61332____________________________________________________________________________
51c9377f
JH
61333[ 6313] By: jhi on 2000/07/04 22:14:38
61334 Log: Multiline string literals ENONPORTABLE.
61335 Branch: cfgperl
61336 ! pp_hot.c
61337____________________________________________________________________________
61338[ 6312] By: jhi on 2000/07/04 20:34:44
61339 Log: Integrate with Sarathy.
61340 Branch: cfgperl
61341 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
61342 !> t/op/method.t
61343____________________________________________________________________________
61344[ 6311] By: jhi on 2000/07/04 20:30:56
61345 Log: More POSIX.pod embellishment.
61346 Branch: cfgperl
61347 ! ext/POSIX/POSIX.pod
61348____________________________________________________________________________
25fbdfc0
GS
61349[ 6310] By: gsar on 2000/07/04 17:28:48
61350 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
61351 Branch: perl
61352 ! t/lib/b.t
37590e52 61353____________________________________________________________________________
51c9377f
JH
61354[ 6309] By: jhi on 2000/07/04 17:22:18
61355 Log: The #6308 required a little bit more.
61356 Branch: cfgperl
61357 ! Makefile.SH win32/Makefile
61358____________________________________________________________________________
61359[ 6308] By: jhi on 2000/07/04 16:35:24
61360 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
61361 Branch: cfgperl
61362 + lib/lib_pm.PL
61363 - lib/lib.pm.PL
61364 ! MANIFEST Makefile.SH
61365____________________________________________________________________________
61366[ 6307] By: jhi on 2000/07/04 16:28:58
61367 Log: Win32 patches for cfgperl from Sarathy.
61368 Branch: cfgperl
61369 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
61370 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
61371 ! thread.h toke.c util.c win32/Makefile win32/win32.c
61372____________________________________________________________________________
25fbdfc0
GS
61373[ 6306] By: gsar on 2000/07/04 16:28:40
61374 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
61375 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 61376 Branch: perl
25fbdfc0 61377 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 61378____________________________________________________________________________
51c9377f
JH
61379[ 6305] By: jhi on 2000/07/04 16:24:24
61380 Log: Integrate with Sarathy.
61381 Branch: cfgperl
61382 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
61383 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61384 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
61385 !> proto.h win32/win32.c
61386____________________________________________________________________________
25fbdfc0
GS
61387[ 6304] By: gsar on 2000/07/04 16:17:24
61388 Log: missing perldiag entry for unpack("w",...) diagnostic (from
61389 Andreas Koenig)
bc38b8f5 61390 Branch: perl
25fbdfc0 61391 ! pod/perldiag.pod
bc38b8f5 61392____________________________________________________________________________
25fbdfc0
GS
61393[ 6303] By: gsar on 2000/07/04 16:14:44
61394 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 61395 Branch: perl
25fbdfc0
GS
61396 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61397 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 61398____________________________________________________________________________
25fbdfc0
GS
61399[ 6302] By: gsar on 2000/07/04 04:59:35
61400 Log: adjust change#6299
bc38b8f5 61401 Branch: perl
25fbdfc0
GS
61402 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
61403 ! win32/win32.c
bc38b8f5 61404____________________________________________________________________________
51c9377f
JH
61405[ 6301] By: jhi on 2000/07/04 04:50:07
61406 Log: Integrate with Sarathy.
61407 Branch: cfgperl
61408 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
61409 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
61410 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
61411____________________________________________________________________________
25fbdfc0
GS
61412[ 6300] By: gsar on 2000/07/04 04:42:09
61413 Log: PERL_OBJECT build tweak
ee517269 61414 Branch: perl
25fbdfc0 61415 ! perl.h
ee517269 61416____________________________________________________________________________
25fbdfc0
GS
61417[ 6299] By: gsar on 2000/07/04 04:37:00
61418 Log: fix memory leak on Windows (PL_sys_intern contents were never
61419 freed)
ee517269 61420 Branch: perl
25fbdfc0
GS
61421 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61422 ! perlapi.c proto.h win32/win32.c
ee517269 61423____________________________________________________________________________
25fbdfc0
GS
61424[ 6298] By: gsar on 2000/07/04 04:15:59
61425 Log: fix large memory leak that has been around for ever, masked by
61426 -DPURIFY (most of the arenas were never freed!)
ee517269 61427 Branch: perl
25fbdfc0 61428 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 61429____________________________________________________________________________
25fbdfc0
GS
61430[ 6297] By: gsar on 2000/07/04 04:07:46
61431 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 61432 Branch: perl
25fbdfc0 61433 ! perl.c
ee517269 61434____________________________________________________________________________
51c9377f
JH
61435[ 6296] By: jhi on 2000/06/30 18:28:37
61436 Log: Elaborate POSIX.pod. Still needs work.
61437 Branch: cfgperl
61438 ! ext/POSIX/POSIX.pod
61439____________________________________________________________________________
61440[ 6295] By: jhi on 2000/06/30 14:58:18
61441 Log: Point to perlipc for more SysV IPC examples.
61442 Branch: cfgperl
61443 ! pod/perlfunc.pod
61444____________________________________________________________________________
25fbdfc0
GS
61445[ 6294] By: gsar on 2000/06/30 14:47:45
61446 Log: slurp mode fix in change#4736 still not quite right
61447 Branch: perl
61448 ! pp_hot.c t/io/argv.t
ee517269 61449____________________________________________________________________________
51c9377f
JH
61450[ 6293] By: jhi on 2000/06/30 12:02:55
61451 Log: Integrate with Sarathy.
61452 Branch: cfgperl
61453 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
61454____________________________________________________________________________
61455[ 6292] By: jhi on 2000/06/30 12:01:11
61456 Log: From: simon@brecon.co.uk (Simon Cozens)
61457 Subject: UTF8 concat
61458 Date: 30 Jun 2000 06:13:25 GMT
61459 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
61460 Branch: cfgperl
61461 ! pp_hot.c
61462____________________________________________________________________________
61463[ 6291] By: gsar on 2000/06/30 04:37:33
61464 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
61465 when @_ is modified, causing coredumps
61466 Branch: perl
61467 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
61468____________________________________________________________________________
61469[ 6290] By: jhi on 2000/06/30 02:21:44
61470 Log: Integrate with Sarathy.
61471 Branch: cfgperl
61472 !> vms/vms.c vms/vmsish.h
61473____________________________________________________________________________
61474[ 6289] By: jhi on 2000/06/30 02:21:02
61475 Log: Check VERSIONs.
61476 Branch: cfgperl
61477 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61478 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61479 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61480____________________________________________________________________________
61481[ 6288] By: jhi on 2000/06/30 02:18:52
61482 Log: Integrate with Sarathy.
61483 Branch: cfgperl
61484 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
61485 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61486 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61487 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
61488____________________________________________________________________________
61489[ 6287] By: gsar on 2000/06/30 02:17:08
61490 Log: integrate vmsperl changes into mainline
61491 Branch: perl
61492 !> vms/vms.c vms/vmsish.h
61493____________________________________________________________________________
61494[ 6285] By: gsar on 2000/06/30 02:05:28
61495 Log: localize %INC in a Safe compartment so that use/require work
61496 (many other magic globals probably need similar treatment)
61497 Branch: perl
61498 ! ext/Opcode/Opcode.xs
61499____________________________________________________________________________
61500[ 6284] By: gsar on 2000/06/30 01:54:54
61501 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
61502 about Windows
61503 Branch: perl
61504 ! pod/perlembed.pod
61505____________________________________________________________________________
61506[ 6283] By: jhi on 2000/06/30 01:50:10
61507 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
61508 From: Barrie Slaymaker <barries@jester.slaysys.com>
61509 Date: Wed, 28 Jun 2000 11:35:29 -0400
61510 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
61511 Branch: perl
61512 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61513 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61514 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61515 ! lib/File/Spec/Win32.pm
61516____________________________________________________________________________
61517[ 6282] By: jhi on 2000/06/29 22:57:22
61518 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
61519 From: Dan Sugalski <dan@sidhe.org>
61520 Date: Tue, 06 Jun 2000 11:59:50 -0400
61521 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
61522 Branch: cfgperl
61523 ! vms/vms.c
61524____________________________________________________________________________
61525[ 6281] By: jhi on 2000/06/29 22:52:50
61526 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
61527 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61528 Date: Wed, 7 Jun 2000 04:02:04 -0500
61529 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
61530 Branch: cfgperl
61531 ! utils/h2xs.PL
61532____________________________________________________________________________
61533[ 6280] By: jhi on 2000/06/29 22:45:47
61534 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
61535 From: rspier@pobox.com (Robert Spier)
61536 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
61537 Message-ID: <14654.31913.845602.610277@rls.cx>
61538 Branch: cfgperl
61539 ! utils/h2xs.PL
61540____________________________________________________________________________
61541[ 6279] By: jhi on 2000/06/29 22:38:16
61542 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
61543 From: Tim Ayers <tayers@bridge.com>
61544 Date: Thu, 08 Jun 2000 08:11:06 +0200
61545 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
61546 [resent by Richard Foley, Message-Id probably wrong]
61547 Branch: cfgperl
61548 ! pod/perlsub.pod
61549____________________________________________________________________________
61550[ 6278] By: jhi on 2000/06/29 22:21:45
61551 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
61552 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
61553 Date: Fri, 09 Jun 2000 12:39:27 -0400
61554 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61555 (plus update the version "number" of Text::Wrap)
61556 Branch: cfgperl
61557 ! lib/Text/Wrap.pm
61558____________________________________________________________________________
61559[ 6277] By: jhi on 2000/06/29 22:13:10
61560 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61561 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61562 Date: Mon, 12 Jun 2000 14:55:59 +0100
61563 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61564 Branch: cfgperl
61565 ! pod/perlfunc.pod
61566____________________________________________________________________________
61567[ 6276] By: jhi on 2000/06/29 22:11:06
61568 Log: Subject: [PATCH] Re: eval documentation: context
61569 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61570 Date: Mon, 12 Jun 2000 15:07:29 +0100
61571 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61572 Branch: cfgperl
61573 ! pod/perlfunc.pod
61574____________________________________________________________________________
61575[ 6275] By: jhi on 2000/06/29 21:59:46
61576 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61577 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61578 Date: Tue, 13 Jun 2000 02:43:48 -0500
61579 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
61580 Branch: cfgperl
61581 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
61582____________________________________________________________________________
61583[ 6274] By: jhi on 2000/06/29 21:56:14
61584 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
61585 From: Andy Dougherty <doughera@lafayette.edu>
61586 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
61587 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
61588 Branch: cfgperl
61589 ! ext/File/Glob/Glob.pm
61590____________________________________________________________________________
61591[ 6273] By: jhi on 2000/06/29 21:49:09
61592 Log: Subject: [PATCH] xsub attributes
61593 From: Doug MacEachern <dougm@covalent.net>
61594 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
61595 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
61596 Branch: cfgperl
61597 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
61598 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
61599____________________________________________________________________________
61600[ 6272] By: jhi on 2000/06/29 21:41:28
61601 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
61602 From: Tom Phoenix <rootbeer@redcat.com>
61603 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
61604 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
61605 Branch: cfgperl
61606 ! lib/Net/Ping.pm
61607____________________________________________________________________________
61608[ 6271] By: jhi on 2000/06/29 21:36:55
61609 Log: Subject: PATCH pod/perltie.pod
61610 From: Ian Phillipps <Ian.Phillipps@iname.com>
61611 Date: Fri, 16 Jun 2000 00:17:19 +0100
61612 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
61613 (only the first hunk, the second hunk had already been done
61614 by some other patch)
61615 Branch: cfgperl
61616 ! pod/perltie.pod
61617____________________________________________________________________________
61618[ 6270] By: jhi on 2000/06/29 21:24:51
61619 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
61620 From: Nicholas Clark <nick@talking.bollo.cx>
61621 Date: Fri, 23 Jun 2000 16:21:15 +0100
61622 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
61623 Branch: cfgperl
61624 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
61625 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
61626____________________________________________________________________________
61627[ 6269] By: jhi on 2000/06/29 19:38:15
61628 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
61629 silence few compiler warnings.
61630 Branch: cfgperl
61631 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
61632____________________________________________________________________________
61633[ 6268] By: jhi on 2000/06/29 18:21:50
61634 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
61635 From: Dominic Dunlop <domo@computer.org>
61636 Date: Thu, 29 Jun 2000 12:32:39 +0200
61637 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
61638 Branch: cfgperl
61639 ! t/op/sprintf.t
61640____________________________________________________________________________
61641[ 6267] By: jhi on 2000/06/29 18:16:07
61642 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
61643 From: Doug MacEachern <dougm@covalent.net>
61644 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
61645 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
61646 Branch: cfgperl
61647 + t/op/method2entersub.t
61648 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
61649 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61650 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
61651 ! xsutils.c
61652____________________________________________________________________________
61653[ 6266] By: jhi on 2000/06/29 15:11:15
61654 Log: Subject: [PATCH 5.6.0] cygwin port
61655 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
61656 From: "Fifer, Eric" <EFifer@sanwaint.com>
61657 Date: Thu, 29 Jun 2000 12:58:29 +0100
61658 Branch: cfgperl
61659 ! cygwin/Makefile.SHs
61660____________________________________________________________________________
61661[ 6265] By: jhi on 2000/06/29 15:04:05
61662 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
61663 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61664 Date: Wed, 28 Jun 2000 17:50:12 -0700
61665 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
61666 Branch: cfgperl
61667 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61668____________________________________________________________________________
61669[ 6264] By: jhi on 2000/06/29 15:00:57
61670 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
61671 From: Marty Lucich <marty@netcom.com>
61672 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
61673 Message-Id: <200006282116.OAA11148@netcom.com>
61674 ccdlflags update (the BSD/OS 4.1 part had already been taken
61675 care of by #6141).
61676 Branch: cfgperl
61677 ! hints/bsdos.sh
61678____________________________________________________________________________
61679[ 6263] By: jhi on 2000/06/29 13:47:44
61680 Log: tr fixes from Simon Cozens
61681 Branch: cfgperl
61682 ! doop.c
61683____________________________________________________________________________
61684[ 6262] By: jhi on 2000/06/28 18:46:01
61685 Log: Subject: 5.6.0 Patch for EPOC
61686 From: Olaf Flebbe <o.flebbe@gmx.de>
61687 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
61688 Message-ID: <23449.960929969@www11.gmx.net>
61689 Branch: cfgperl
61690 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
61691 ! epoc/epocish.h
61692____________________________________________________________________________
61693[ 6261] By: jhi on 2000/06/28 18:29:07
61694 Log: Subject: Re: [PATCH cfgperl] BOMs away!
61695 From: simon@brecon.co.uk (Simon Cozens)
61696 Date: 17 Jun 2000 11:49:57 GMT
61697 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
61698 Branch: cfgperl
61699 ! pod/perldiag.pod t/comp/require.t toke.c
61700____________________________________________________________________________
61701[ 6260] By: jhi on 2000/06/28 17:47:16
61702 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
61703 From: simon@brecon.co.uk (Simon Cozens)
61704 Date: 17 Jun 2000 11:56:44 GMT
61705 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
61706 pack U0, pack C0
61707 Branch: cfgperl
61708 ! pod/perlfunc.pod pp.c t/op/pack.t
61709____________________________________________________________________________
61710[ 6259] By: jhi on 2000/06/28 16:43:17
61711 Log: perlnewmod was missing from MANIFEST.
61712 Branch: cfgperl
61713 ! MANIFEST
61714____________________________________________________________________________
61715[ 6258] By: jhi on 2000/06/28 15:54:30
61716 Log: linenumber tweak
61717 Branch: cfgperl
61718 ! t/pragma/warn/regcomp
61719____________________________________________________________________________
61720[ 6257] By: jhi on 2000/06/28 15:50:44
61721 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
61722 From: Doug MacEachern <dougm@covalent.net>
61723 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
61724 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
61725 (one part of the patch had been applied earlier)
61726 Branch: cfgperl
61727 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
61728____________________________________________________________________________
61729[ 6256] By: jhi on 2000/06/28 15:40:22
61730 Log: tweaks from Simon Cozens to further fix tr/// under utf8
61731 Branch: cfgperl
61732 ! doop.c
61733____________________________________________________________________________
61734[ 6255] By: jhi on 2000/06/28 15:33:45
61735 Log: small thinko tweaks
61736 Branch: cfgperl
61737 ! lib/IPC/Open3.pm t/op/my_stash.t
61738____________________________________________________________________________
61739[ 6254] By: jhi on 2000/06/28 15:33:25
61740 Log: Subject: tr///, help wanted.
61741 From: simon@brecon.co.uk (Simon Cozens)
61742 Date: 28 Jun 2000 11:29:04 GMT
61743 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
61744 Branch: cfgperl
61745 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
61746 ! pp_proto.h proto.h t/op/tr.t
61747____________________________________________________________________________
61748[ 6253] By: jhi on 2000/06/28 15:09:17
61749 Log: Paranoia tweak on #6249.
61750 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61751 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61752 Date: Sun, 25 Jun 2000 23:43:12 -0400
61753 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
61754 Branch: cfgperl
61755 ! lib/IPC/Open3.pm
61756____________________________________________________________________________
61757[ 6252] By: jhi on 2000/06/28 15:01:38
61758 Log: Document #6249 and #6251.
61759 Branch: cfgperl
61760 ! lib/Exporter.pm lib/IPC/Open3.pm
61761____________________________________________________________________________
61762[ 6251] By: jhi on 2000/06/28 14:50:43
61763 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
61764 From: Doug MacEachern <dougm@covalent.net>
61765 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
61766 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
61767 Branch: cfgperl
61768 ! lib/Exporter.pm
61769____________________________________________________________________________
61770[ 6250] By: jhi on 2000/06/28 14:45:23
61771 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
61772 From: Doug MacEachern <dougm@covalent.net>
61773 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
61774 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
61775 Branch: cfgperl
61776 + t/op/my_stash.t
61777 ! MANIFEST embed.pl global.sym proto.h toke.c
61778____________________________________________________________________________
61779[ 6249] By: jhi on 2000/06/28 14:36:34
61780 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61781 From: Frank Tobin <ftobin@uiuc.edu>
61782 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
61783 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
61784 Branch: cfgperl
61785 ! lib/IPC/Open3.pm
61786____________________________________________________________________________
61787[ 6248] By: jhi on 2000/06/28 14:11:25
61788 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
61789 From: Mark-Jason Dominus <mjd@plover.com>
61790 Date: Tue, 27 Jun 2000 22:36:42 -0400
61791 Message-ID: <20000628023642.12166.qmail@plover.com>
61792 Branch: cfgperl
61793 ! pod/perlfunc.pod
61794____________________________________________________________________________
61795[ 6247] By: jhi on 2000/06/27 12:46:37
61796 Log: Tweak $VERSION, patch from Doug MacEachern.
61797 Branch: cfgperl
61798 ! lib/File/Spec.pm
61799____________________________________________________________________________
61800[ 6246] By: jhi on 2000/06/27 03:34:46
61801 Log: Allow for standalone testing.
61802 Branch: cfgperl
61803 ! t/lib/filefunc.t t/lib/filespec.t
61804____________________________________________________________________________
61805[ 6245] By: jhi on 2000/06/27 02:50:02
61806 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
61807 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61808 Date: Sat, 24 Jun 2000 13:06:20 +0100
61809 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
61810 Branch: cfgperl
61811 ! ext/DynaLoader/DynaLoader_pm.PL
61812____________________________________________________________________________
61813[ 6244] By: jhi on 2000/06/27 02:46:10
61814 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
61815 From: Doug MacEachern <dougm@covalent.net>
61816 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
61817 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
61818 Branch: cfgperl
61819 ! gv.c sv.c t/lib/peek.t
61820____________________________________________________________________________
61821[ 6243] By: jhi on 2000/06/27 02:38:07
61822 Log: Subject: [PATCH] is_utf8_string
61823 From: simon@brecon.co.uk (Simon Cozens)
61824 Date: 26 Jun 2000 02:25:59 GMT
61825 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
61826 Branch: cfgperl
61827 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
61828 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
61829 ! proto.h utf8.c
61830____________________________________________________________________________
61831[ 6242] By: jhi on 2000/06/27 02:24:00
61832 Log: Subject: [PATCH] bytes<->utf8 fixes
61833 From: simon@brecon.co.uk (Simon Cozens)
61834 Date: 26 Jun 2000 04:55:45 GMT
61835 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
61836 Branch: cfgperl
61837 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
61838____________________________________________________________________________
61839[ 6241] By: jhi on 2000/06/27 02:12:42
61840 Log: Do no -warn on \_, only on \alpha.
61841 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
61842 From: David Dyck <dcd@tc.fluke.com>
61843 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
61844 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
61845 Branch: cfgperl
61846 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61847____________________________________________________________________________
61848[ 6240] By: jhi on 2000/06/27 02:00:01
61849 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
61850 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
61851 Date: Mon, 26 Jun 2000 18:40:14 +0100
61852 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
61853 Branch: cfgperl
61854 ! utils/h2xs.PL
61855____________________________________________________________________________
61856[ 6239] By: jhi on 2000/06/27 01:53:40
61857 Log: Configure maintenance. Sever some dependency cycles,
61858 separate gccversion from the cc unit,
61859 address [ID 20000623.006] Configure script patch for using gcc on AIX
61860 (but solve it a little bit differently),
61861 unduplex some accidentally duplicated units,
61862 suggest using gcc if no cc available
61863 (p5p thread: "Solaris configure: counterproposal", 1999-09)
61864 Branch: cfgperl
61865 ! Configure Todo-5.6 config_h.SH
61866 Branch: metaconfig
61867 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
61868 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
61869 Branch: metaconfig/U/perl
61870 + gccvers.U
61871 ! d_getespwnam.U d_getprpwnam.U i_prot.U
61872____________________________________________________________________________
61873[ 6238] By: jhi on 2000/06/25 18:04:56
61874 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
61875 From: Dan Sugalski <dan@sidhe.org>
61876 Date: Fri, 23 Jun 2000 17:00:00 -0400
61877 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
61878 Branch: cfgperl
61879 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
61880____________________________________________________________________________
61881[ 6237] By: jhi on 2000/06/25 16:36:45
61882 Log: Tweak embed.pl, regen headers.
61883 Branch: cfgperl
61884 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
61885 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
61886 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
61887 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
61888 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
61889____________________________________________________________________________
61890[ 6236] By: jhi on 2000/06/25 15:26:42
61891 Log: Regen headers.
61892 Branch: cfgperl
61893 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
61894 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
61895 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
61896 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
61897 ! regnodes.h warnings.h
61898____________________________________________________________________________
61899[ 6235] By: jhi on 2000/06/23 19:39:35
61900 Log: The thread begun by
61901 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
61902 From: Kevin.Ruscoe@ubsw.com
61903 Date: Fri, 16 Jun 2000 16:38:51 +0100
61904 Message-Id: <H000019b03c300d6@MHS>
61905 Branch: cfgperl
61906 ! hints/solaris_2.sh
ee517269 61907____________________________________________________________________________
51c9377f
JH
61908[ 6234] By: jhi on 2000/06/23 19:23:36
61909 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
61910 because when run as services (Win32ese for daemons)
61911 no environment variables are set and tmpdir ends up as /tmp,
61912 which is ambiguous.
61913
61914 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
61915 From: matt@sergeant.org
61916 Date: 16 Jun 2000 16:30:43 -0000
61917 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
61918 Branch: cfgperl
61919 ! lib/File/Spec/Win32.pm
ee517269 61920____________________________________________________________________________
51c9377f
JH
61921[ 6233] By: jhi on 2000/06/23 19:18:58
61922 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
61923 From: Mark-Jason Dominus <mjd@plover.com>
61924 Date: Fri, 16 Jun 2000 20:53:04 -0400
61925 Message-ID: <20000617005304.8008.qmail@plover.com>
61926 Branch: cfgperl
61927 ! op.h
ee517269 61928____________________________________________________________________________
51c9377f
JH
61929[ 6232] By: jhi on 2000/06/23 16:10:02
61930 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
61931 From: simon@brecon.co.uk (Simon Cozens)
61932 Date: 19 Jun 2000 15:18:27 GMT
61933 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
61934
61935 plus update pod/Makefile and regenerate perltoc
61936 Branch: cfgperl
61937 + pod/perlutil.pod
61938 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
ee517269 61939____________________________________________________________________________
51c9377f
JH
61940[ 6231] By: jhi on 2000/06/23 15:19:18
61941 Log: Subject: [PATCH 5.6.0] cygwin port
61942 From: "Fifer, Eric" <EFifer@sanwaint.com>
61943 Date: Tue, 20 Jun 2000 14:30:58 +0100
61944 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
61945 Branch: cfgperl
61946 ! README.cygwin lib/File/Find.pm
61947____________________________________________________________________________
61948[ 6230] By: jhi on 2000/06/23 14:25:21
61949 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
61950 Branch: cfgperl
25fbdfc0
GS
61951 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61952 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61953 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51c9377f
JH
61954 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
61955____________________________________________________________________________
61956[ 6229] By: jhi on 2000/06/23 14:13:34
61957 Log: Subject: README.hpux version 0.6.1
61958 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
61959 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
61960 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
61961 Branch: cfgperl
61962 ! README.hpux
61963____________________________________________________________________________
61964[ 6228] By: jhi on 2000/06/23 14:07:20
61965 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
61966 From: Doug MacEachern <dougm@covalent.net>
61967 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
61968 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
61969 Branch: cfgperl
61970 ! op.c
61971____________________________________________________________________________
61972[ 6227] By: jhi on 2000/06/23 14:01:06
61973 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
61974 From: Doug MacEachern <dougm@covalent.net>
61975 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
61976 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
61977 Branch: cfgperl
61978 + lib/lib.pm.PL
61979 - lib/lib.pm
61980 ! MANIFEST Makefile.SH
61981____________________________________________________________________________
61982[ 6226] By: jhi on 2000/06/23 13:53:07
61983 Log: Subject: [PATCH] remove forward declarations in Socket.pm
61984 From: Doug MacEachern <dougm@covalent.net>
61985 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
61986 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
61987
61988 From: Doug MacEachern <dougm@covalent.net>
61989 Subject: Re: [PATCH] remove forward declarations in Socket.pm
61990 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
61991 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
61992 Branch: cfgperl
61993 ! ext/Socket/Socket.pm op.c
61994____________________________________________________________________________
61995[ 6225] By: jhi on 2000/06/23 13:41:52
61996 Log: Add source code filenames to apidoc.
61997 From: simon@brecon.co.uk (Simon Cozens)
61998 Subject: [PATCH embed.pl] Source X-ref
61999 Date: 22 Jun 2000 02:18:49 GMT
62000 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
62001 Branch: cfgperl
62002 ! embed.pl
62003____________________________________________________________________________
62004[ 6224] By: jhi on 2000/06/23 13:32:33
62005 Log: A way to avoid English.pm performance hit.
62006 From: root <root@jester.slaysys.com>
62007 Subject: [YAPATCH English.pm] My turn to putt again
62008 Date: Thu, 22 Jun 2000 20:33:58 -0400
62009 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
62010 Branch: cfgperl
62011 ! lib/English.pm t/lib/english.t
62012____________________________________________________________________________
62013[ 6223] By: jhi on 2000/06/23 13:27:06
62014 Log: Avoid double close().
62015 Subject: [PATCH] avoid double close()
62016 From: Doug MacEachern <dougm@covalent.net>
62017 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
62018 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
62019 Branch: cfgperl
62020 ! doio.c
62021____________________________________________________________________________
62022[ 6222] By: jhi on 2000/06/23 13:25:54
62023 Log: doc typo fix
62024 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
62025 From: Ian Phillipps <Ian.Phillipps@iname.com>
62026 Date: Fri, 23 Jun 2000 10:40:58 +0100
62027 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
62028 Branch: cfgperl
62029 ! lib/Pod/Usage.pm
62030____________________________________________________________________________
62031[ 6221] By: jhi on 2000/06/23 13:24:15
62032 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
62033 From: simon@brecon.co.uk (Simon Cozens)
62034 Subject: [PATCH] Eliminate tr///[CU][CU]
62035 Date: 23 Jun 2000 11:05:40 GMT
62036 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
62037 Branch: cfgperl
62038 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
62039____________________________________________________________________________
62040[ 6220] By: jhi on 2000/06/22 16:07:51
62041 Log: Win32 patches from Benjamin Stuhl.
62042 Branch: cfgperl
62043 ! makedef.pl win32/win32.h
62044____________________________________________________________________________
62045[ 6219] By: jhi on 2000/06/22 16:06:34
62046 Log: Bytecode patches from Benjamin Stuhl.
62047 Branch: cfgperl
62048 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62049 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62050 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62051____________________________________________________________________________
62052[ 6218] By: jhi on 2000/06/15 23:54:16
62053 Log: Bytecode patches from Benjamin Stuhl.
62054 Branch: cfgperl
62055 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62056____________________________________________________________________________
62057[ 6217] By: jhi on 2000/06/09 13:38:29
62058 Log: Rename the fdpid locking and integrate with Sarathy.
62059 Branch: cfgperl
62060 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
62061 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
62062 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
62063 ! win32/win32.c
62064 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
ee517269 62065____________________________________________________________________________
25fbdfc0
GS
62066[ 6216] By: gsar on 2000/06/08 14:54:21
62067 Log: be more optimal about clearing @_
bee0ef1e 62068 Branch: perl
25fbdfc0 62069 ! cop.h
bee0ef1e 62070____________________________________________________________________________
25fbdfc0
GS
62071[ 6215] By: gsar on 2000/06/08 14:33:04
62072 Log: tweak comment about @DB::args
bee0ef1e 62073 Branch: perl
25fbdfc0 62074 ! av.h pp_ctl.c
bee0ef1e 62075____________________________________________________________________________
25fbdfc0
GS
62076[ 6214] By: gsar on 2000/06/08 13:57:54
62077 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
62078 caller() wants to populate @DB::args with it (causes a coredump
62079 in Carp::confess())
bee0ef1e 62080 Branch: perl
25fbdfc0 62081 ! cop.h t/op/runlevel.t
bee0ef1e 62082____________________________________________________________________________
25fbdfc0
GS
62083[ 6213] By: gsar on 2000/06/08 07:06:35
62084 Log: back out change#6106 (seems problematic)
bee0ef1e 62085 Branch: perl
25fbdfc0 62086 ! hints/solaris_2.sh
bee0ef1e 62087____________________________________________________________________________
51c9377f
JH
62088[ 6212] By: jhi on 2000/06/07 03:10:36
62089 Log: Continuing mopup for #6204.
62090 Branch: cfgperl
62091 ! ext/B/defsubs_h.PL
62092____________________________________________________________________________
62093[ 6211] By: jhi on 2000/06/07 02:41:50
62094 Log: Mopup for #6204.
62095 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
62096 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
62097 This is comes from const() where POK isn't on when expected.
62098 Branch: cfgperl
62099 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
62100 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62101 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62102 ! perlapi.h pod/perlapi.pod
62103____________________________________________________________________________
62104[ 6210] By: jhi on 2000/06/07 01:56:29
62105 Log: Mopup for #6207 and #6209.
62106 Branch: cfgperl
62107 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
62108____________________________________________________________________________
62109[ 6209] By: jhi on 2000/06/07 01:33:12
62110 Log: Lock PL_fdpid against race conditions, based on:
62111 Subject: [PATCH 5.6.0]subprocess fixup for threads
62112 From: Dan Sugalski <dan@sidhe.org>
62113 To: perl5-porters@perl.org
62114 Date: Tue, 11 Apr 2000 17:02:32 -0400
62115 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
62116 Branch: cfgperl
62117 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
62118 ! win32/win32.c
62119____________________________________________________________________________
62120[ 6208] By: jhi on 2000/06/07 01:05:23
62121 Log: Regen headers for #6207.
62122 Branch: cfgperl
62123 ! embed.h global.sym objXSUB.h proto.h
62124____________________________________________________________________________
62125[ 6207] By: jhi on 2000/06/06 23:43:13
62126 Log: Subject: [PATCH 5.6.0] Threadsafe patches
62127 From: Dan Sugalski <dan@sidhe.org>
62128 To: perl5-porters@perl.org
62129 Date: Mon, 08 May 2000 18:08:13 -0400
62130 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
62131 Branch: cfgperl
62132 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
62133 ! proto.h sv.h util.c
62134____________________________________________________________________________
62135[ 6206] By: jhi on 2000/06/06 23:21:23
62136 Log: Subject: [PATCH] Eliminate $a/$b in pod
62137 From: David Glasser <me@davidglasser.net>
62138 To: perl5-porters@perl.org
62139 Date: Mon, 29 May 2000 21:15:59 -0400
62140 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
62141 Branch: cfgperl
62142 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
62143 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
62144 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
62145 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
62146 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
62147 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
62148 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
62149 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
62150 ! pod/perlvar.pod pod/perlxs.pod
62151____________________________________________________________________________
62152[ 6205] By: jhi on 2000/06/06 23:12:14
62153 Log: Subject: [PATCH] Win32 improvements
62154 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62155 To: gsar@activestate.com, perl5-porters@perl.org
62156 Date: Mon, 29 May 2000 17:22:24 PDT
62157 Message-ID: <20000530002224.91142.qmail@hotmail.com>
62158 (MUA had mangled many lines by wordwrapping)
62159 Branch: cfgperl
62160 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
62161____________________________________________________________________________
62162[ 6204] By: jhi on 2000/06/06 23:01:50
62163 Log: Subject: [PATCH] B::Bytecode patches
62164 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62165 To: gsar@activestate.com, jhi@iki.fi
62166 Cc: perl5-porters@perl.org
62167 Message-ID: <20000602202526.48694.qmail@hotmail.com>
62168 (MUA had mangled many lines by wordwrapping)
62169 Branch: cfgperl
62170 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
62171 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
62172 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62173 ! intrpvar.h perl.c
62174____________________________________________________________________________
62175[ 6203] By: jhi on 2000/06/06 22:32:43
62176 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
62177 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62178 Date: Tue, 06 Jun 2000 13:07:45 -0700
62179 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
62180 Branch: cfgperl
62181 ! pod/perldiag.pod
62182____________________________________________________________________________
62183[ 6202] By: jhi on 2000/06/06 19:38:35
62184 Log: Integrate with Sarathy.
62185 Branch: cfgperl
62186 !> perl.c
62187____________________________________________________________________________
25fbdfc0
GS
62188[ 6201] By: gsar on 2000/06/06 00:42:59
62189 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
62190 does a PUSHMARK that's never ever POPMARKed; in general, only
62191 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
62192 Perl_eval_[sp]v() don't because they don't take any incoming
62193 arguments (this leak has been around since the original version
62194 of perl_eval_pv() in 5.003_97e)
bee0ef1e 62195 Branch: perl
25fbdfc0 62196 ! perl.c
bee0ef1e 62197____________________________________________________________________________
51c9377f
JH
62198[ 6200] By: jhi on 2000/06/04 03:44:52
62199 Log: Update to cperl-mode.el 4.31 from
62200 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
62201 Subject: A couple of notes
62202 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62203 To: Mailing list Perl5 <perl5-porters@perl.org>
62204 Date: Sat, 3 Jun 2000 23:33:32 -0400
62205 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
62206 Branch: cfgperl
62207 ! emacs/cperl-mode.el
62208____________________________________________________________________________
62209[ 6199] By: jhi on 2000/06/03 15:11:05
62210 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
62211 From: Dan Sugalski <dan@sidhe.org>
62212 To: perl5-porters@perl.org, vmsperl@perl.org
62213 Date: Fri, 02 Jun 2000 17:30:51 -0400
62214 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
62215 Branch: cfgperl
62216 ! vms/descrip_mms.template vms/gen_shrfls.pl
62217____________________________________________________________________________
62218[ 6198] By: jhi on 2000/06/03 14:59:15
62219 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
62220 From: Dan Sugalski <dan@sidhe.org>
62221 To: vmsperl@perl.org, perl5-porters@perl.org
62222 Date: Fri, 02 Jun 2000 16:00:41 -0400
62223 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
62224 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
62225 Branch: cfgperl
62226 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
62227 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
62228 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
62229____________________________________________________________________________
62230[ 6197] By: jhi on 2000/06/03 14:41:30
62231 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
62232 From: John Borwick <jhborwic@unity.ncsu.edu>
62233 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
62234 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
62235 Branch: cfgperl
62236 ! pod/perlsyn.pod
62237____________________________________________________________________________
62238[ 6196] By: jhi on 2000/06/03 14:38:09
62239 Log: Integrate with Sarathy.
62240 Branch: cfgperl
62241 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62242 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62243 !> vms/perly_c.vms
62244____________________________________________________________________________
25fbdfc0
GS
62245[ 6195] By: gsar on 2000/06/02 22:43:13
62246 Log: fix yet another eval"" leak under USE_ITHREADS
bee0ef1e 62247 Branch: perl
25fbdfc0 62248 ! op.c
bee0ef1e 62249____________________________________________________________________________
25fbdfc0
GS
62250[ 6194] By: gsar on 2000/06/02 18:22:06
62251 Log: fix small eval"" memory leaks under USE_ITHREADS
bd05022c 62252 Branch: perl
25fbdfc0
GS
62253 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62254 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62255 ! vms/perly_c.vms
bd05022c 62256____________________________________________________________________________
51c9377f
JH
62257[ 6193] By: jhi on 2000/06/01 13:03:56
62258 Log: Signals-be-gone for microperl.
62259 Branch: cfgperl
62260 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
62261____________________________________________________________________________
62262[ 6192] By: jhi on 2000/06/01 12:52:02
62263 Log: Integrate with Sarathy.
62264 Branch: cfgperl
62265 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
62266 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
62267 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
62268 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62269 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
62270 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
62271 !> t/op/vec.t utils/h2xs.PL
62272____________________________________________________________________________
25fbdfc0
GS
62273[ 6191] By: gsar on 2000/06/01 09:38:21
62274 Log: vec() loses numericalness (modified version of patch suggested
62275 by Robin Barker)
bd05022c 62276 Branch: perl
25fbdfc0 62277 ! doop.c t/op/vec.t
bd05022c 62278____________________________________________________________________________
25fbdfc0
GS
62279[ 6190] By: gsar on 2000/06/01 09:26:15
62280 Log: submit missing embed.pl change
bd05022c 62281 Branch: perl
25fbdfc0 62282 ! embed.pl
bd05022c 62283____________________________________________________________________________
25fbdfc0
GS
62284[ 6189] By: gsar on 2000/06/01 09:05:34
62285 Log: counting tr/// corrupts later operation (from M.J.T Guy)
bd05022c 62286 Branch: perl
25fbdfc0 62287 ! doop.c t/op/tr.t
bd05022c 62288____________________________________________________________________________
25fbdfc0
GS
62289[ 6188] By: gsar on 2000/06/01 08:58:39
62290 Log: h2xs tweaks
bd05022c 62291 Branch: perl
25fbdfc0 62292 ! utils/h2xs.PL
bd05022c 62293____________________________________________________________________________
25fbdfc0
GS
62294[ 6187] By: gsar on 2000/06/01 08:50:07
62295 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62296 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
e277ebbf 62297 Branch: perl
25fbdfc0
GS
62298 + lib/Pod/LaTeX.pm
62299 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
62300 ! pod/pod2latex.PL
e277ebbf 62301____________________________________________________________________________
25fbdfc0
GS
62302[ 6186] By: gsar on 2000/06/01 08:24:40
62303 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
62304 <wolfgang.laun@alcatel.at>)
e277ebbf 62305 Branch: perl
25fbdfc0
GS
62306 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62307 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
e277ebbf 62308____________________________________________________________________________
25fbdfc0
GS
62309[ 6185] By: gsar on 2000/06/01 08:12:00
62310 Log: remove incorrect documentation about implicit split to @_ in
62311 list context, which never really worked in perl 5 (from
62312 M.J.T. Guy)
e277ebbf 62313 Branch: perl
25fbdfc0 62314 ! pod/perlfunc.pod pod/perltrap.pod
e277ebbf 62315____________________________________________________________________________
25fbdfc0
GS
62316[ 6184] By: gsar on 2000/06/01 07:52:27
62317 Log: tweak for change#6127
e277ebbf 62318 Branch: perl
25fbdfc0 62319 ! perl.c
e277ebbf 62320____________________________________________________________________________
25fbdfc0
GS
62321[ 6183] By: gsar on 2000/06/01 07:41:02
62322 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62323 <nick@ccl4.org>)
e277ebbf 62324 Branch: perl
25fbdfc0
GS
62325 + t/lib/selfloader.t
62326 ! MANIFEST lib/SelfLoader.pm
e277ebbf 62327____________________________________________________________________________
51c9377f
JH
62328[ 6182] By: jhi on 2000/06/01 00:34:42
62329 Log: Be Cleaner Part Deux.
62330 Branch: cfgperl
62331 ! Makefile.SH
62332____________________________________________________________________________
62333[ 6181] By: jhi on 2000/06/01 00:32:09
62334 Log: Integrate with Sarathy.
62335 Branch: cfgperl
62336 !> pp.c t/op/arith.t
62337____________________________________________________________________________
62338[ 6180] By: jhi on 2000/06/01 00:31:13
62339 Log: microperl nits from Simon Cozens.
62340 Branch: cfgperl
62341 + uconfig.h
62342 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
62343 ! unixish.h
62344____________________________________________________________________________
25fbdfc0
GS
62345[ 6179] By: gsar on 2000/05/31 22:37:51
62346 Log: buggy modulus on UVs introduced by change#3378 (resulted in
62347 4063328477 % 65535 amounting to 27406, instead of 27407)
e277ebbf 62348 Branch: perl
25fbdfc0 62349 ! pp.c t/op/arith.t
e277ebbf 62350____________________________________________________________________________
51c9377f
JH
62351[ 6178] By: jhi on 2000/05/31 21:52:41
62352 Log: Be cleaner.
62353 Branch: cfgperl
62354 ! Makefile.SH
62355____________________________________________________________________________
62356[ 6177] By: jhi on 2000/05/31 21:47:33
62357 Log: Substitution utf8 patch from Simon Cozens.
62358 Branch: cfgperl
62359 ! pp_hot.c
62360____________________________________________________________________________
62361[ 6176] By: jhi on 2000/05/31 21:45:34
62362 Log: Single-quoted utf8 patch from Simon Cozens.
62363 Branch: cfgperl
62364 ! toke.c
62365____________________________________________________________________________
62366[ 6175] By: jhi on 2000/05/31 21:40:18
62367 Log: Integrate with Sarathy.
62368 Branch: cfgperl
62369 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
62370____________________________________________________________________________
62371[ 6174] By: jhi on 2000/05/31 21:37:31
62372 Log: microperl changes from Simon Cozens; Makefile for microperl
62373 written from scratch; few casts added as microperl compilation
62374 doesn't have all prototypes available.
62375 Branch: cfgperl
62376 + Makefile.micro README.micro Todo.micro uconfig.sh
62377 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
62378 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
62379 Branch: metaconfig
62380 + U/modified/Config_h.U
62381____________________________________________________________________________
62382[ 6173] By: jhi on 2000/05/31 20:00:24
62383 Log: metaconfig maintenance.
62384 Branch: metaconfig
62385 + U/modified/Inhdr.U U/typedefs/inotype.U
62386 Branch: metaconfig/U/perl
62387 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
62388 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
62389____________________________________________________________________________
25fbdfc0
GS
62390[ 6172] By: gsar on 2000/05/31 05:05:42
62391 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62392 (from Ilya Zakharevich)
e277ebbf 62393 Branch: perl
25fbdfc0 62394 ! regexec.c t/op/re_tests
e277ebbf 62395____________________________________________________________________________
25fbdfc0
GS
62396[ 6171] By: gsar on 2000/05/31 05:01:47
62397 Log: scalar() doesn't force scalar context when used in void context
62398 (from Simon Cozens)
e277ebbf 62399 Branch: perl
25fbdfc0 62400 ! op.c t/op/wantarray.t
e277ebbf 62401____________________________________________________________________________
25fbdfc0
GS
62402[ 6170] By: gsar on 2000/05/31 04:41:33
62403 Log: change#6142 needs tweaks to tests to work where there's no symlink()
62404 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
e277ebbf 62405 Branch: perl
25fbdfc0 62406 ! t/lib/filefind.t
e277ebbf 62407____________________________________________________________________________
25fbdfc0
GS
62408[ 6169] By: gsar on 2000/05/31 04:29:49
62409 Log: integrate cfgperl contents into mainline
e277ebbf 62410 Branch: perl
25fbdfc0
GS
62411 +> pod/perlmodlib.PL pod/perlnewmod.pod
62412 !> (integrate 42 files)
e277ebbf 62413____________________________________________________________________________
51c9377f
JH
62414[ 6168] By: jhi on 2000/05/30 22:53:37
62415 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62416 Branch: cfgperl
62417 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62418 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
62419 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
62420 ! win32/config.bc win32/config.gc win32/config.vc
62421 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62422 ! win32/config_h.PL win32/config_sh.PL
62423 Branch: metaconfig/U/perl
62424 ! perlxv.U
62425____________________________________________________________________________
62426[ 6167] By: jhi on 2000/05/30 22:20:21
62427 Log: tweak todo
62428 Branch: cfgperl
62429 ! Todo-5.6
62430____________________________________________________________________________
62431[ 6166] By: jhi on 2000/05/30 22:11:51
62432 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
62433 in case somebody wants to write an extension for more
62434 shadow database interfaces.
62435 Branch: cfgperl
62436 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62437 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
62438 ! vos/config.def vos/config.h vos/config_h.SH_orig
62439 ! win32/config.bc win32/config.gc win32/config.vc
62440 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62441 Branch: metaconfig
62442 ! U/modified/Myinit.U
62443 Branch: metaconfig/U/perl
62444 + d_getespwnam.U d_getprpwnam.U i_prot.U
62445____________________________________________________________________________
62446[ 6165] By: jhi on 2000/05/30 18:35:34
62447 Log: Integrate with Sarathy.
62448 Branch: cfgperl
62449 !> op.c
62450____________________________________________________________________________
62451[ 6164] By: jhi on 2000/05/30 18:30:16
62452 Log: detypo
62453 Branch: cfgperl
62454 ! Configure config_h.SH
62455 Branch: metaconfig/U/perl
62456 ! perlxv.U
62457____________________________________________________________________________
25fbdfc0
GS
62458[ 6163] By: gsar on 2000/05/30 03:24:03
62459 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
62460 Branch: perl
62461 ! op.c
62462____________________________________________________________________________
62463[ 6162] By: gsar on 2000/05/30 03:09:38
62464 Log: fix memory leak in method call optimization (change#3768);
62465 made C<eval "$x->foo()"> leak
62466 Branch: perl
62467 ! op.c
62468____________________________________________________________________________
51c9377f
JH
62469[ 6161] By: jhi on 2000/05/29 17:56:26
62470 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
62471 both from Simon Cozens.
62472 Branch: cfgperl
62473 + pod/perlmodlib.PL pod/perlnewmod.pod
62474 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
62475 ! pod/perlmodlib.pod pod/perltoc.pod
62476____________________________________________________________________________
62477[ 6160] By: jhi on 2000/05/29 17:23:55
62478 Log: Changes for the File::Temp 0.08 (change #6159) test suite
62479 to fit better into the Perl distribution test framework.
62480 Branch: cfgperl
62481 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
62482 ! t/lib/ftmp-tempfile.t
62483____________________________________________________________________________
62484[ 6159] By: jhi on 2000/05/29 16:55:36
62485 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
62486 Branch: cfgperl
62487 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62488 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62489____________________________________________________________________________
62490[ 6158] By: bailey on 2000/05/29 16:22:08
62491 Log: Add fallback to tmpfile for use in cases where user's relying on
62492 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
62493 Lane's patch)
62494 Branch: vmsperl
62495 ! vms/vms.c vms/vmsish.h
62496____________________________________________________________________________
62497[ 6157] By: jhi on 2000/05/29 03:10:36
62498 Log: Regen Configure to jive with #6149.
62499 Branch: cfgperl
62500 ! Configure
62501 Branch: metaconfig
62502 ! U/modified/Getfile.U
62503____________________________________________________________________________
62504[ 6156] By: jhi on 2000/05/29 03:01:38
62505 Log: Integrate with Sarathy.
62506 Branch: cfgperl
62507 +> ext/DynaLoader/dl_mac.xs
62508 !> (integrate 38 files)
62509____________________________________________________________________________
25fbdfc0
GS
62510[ 6155] By: gsar on 2000/05/28 21:15:58
62511 Log: small bug in change#6144; remove random \xA0 character that snuck
62512 in via change#6145
e277ebbf 62513 Branch: perl
25fbdfc0 62514 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
e277ebbf 62515____________________________________________________________________________
25fbdfc0
GS
62516[ 6154] By: gsar on 2000/05/28 21:04:19
62517 Log: avoid type mismatch warning
62518 Branch: perl
62519 ! perl.c
62520____________________________________________________________________________
62521[ 6153] By: gsar on 2000/05/28 20:58:31
62522 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
62523 <nick@Bagpuss.uk.boo.com>)
e277ebbf 62524 Branch: perl
25fbdfc0 62525 ! lib/Test/Harness.pm
e277ebbf 62526____________________________________________________________________________
25fbdfc0
GS
62527[ 6152] By: gsar on 2000/05/28 20:53:42
62528 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
e277ebbf 62529 Branch: perl
25fbdfc0 62530 ! regexec.c
e277ebbf 62531____________________________________________________________________________
25fbdfc0
GS
62532[ 6151] By: gsar on 2000/05/28 20:50:28
62533 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
e277ebbf 62534 Branch: perl
25fbdfc0 62535 ! regexec.c
e277ebbf 62536____________________________________________________________________________
25fbdfc0
GS
62537[ 6150] By: gsar on 2000/05/28 20:39:58
62538 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
e277ebbf 62539 Branch: perl
25fbdfc0
GS
62540 ! pod/perlrequick.pod
62541____________________________________________________________________________
62542[ 6149] By: gsar on 2000/05/28 20:35:16
62543 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
62544 <troc@netrus.net>)
e277ebbf 62545 Branch: perl
25fbdfc0
GS
62546 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
62547 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
62548 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
62549 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
62550____________________________________________________________________________
62551[ 6148] By: gsar on 2000/05/28 20:21:07
62552 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
e277ebbf 62553 Branch: perl
25fbdfc0
GS
62554 ! lib/ExtUtils/MM_Unix.pm
62555____________________________________________________________________________
62556[ 6147] By: gsar on 2000/05/28 20:12:41
62557 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
62558 (from Peter Prymmer)
62559 Branch: perl
62560 ! vms/subconfigure.com
e277ebbf 62561____________________________________________________________________________
25fbdfc0
GS
62562[ 6146] By: gsar on 2000/05/28 20:06:15
62563 Log: doc typo
e277ebbf 62564 Branch: perl
25fbdfc0 62565 ! lib/warnings.pm warnings.h warnings.pl
e277ebbf 62566____________________________________________________________________________
25fbdfc0
GS
62567[ 6145] By: gsar on 2000/05/28 18:44:33
62568 Log: make xsubpp skip embedded pod (from Matthias Neeracher
62569 <neeri@iis.ee.ethz.ch>)
e277ebbf
GS
62570 Branch: perl
62571 ! lib/ExtUtils/xsubpp
62572____________________________________________________________________________
25fbdfc0
GS
62573[ 6144] By: gsar on 2000/05/28 18:42:49
62574 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
62575 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62576 <neeri@iis.ee.ethz.ch>)
e277ebbf 62577 Branch: perl
25fbdfc0 62578 ! lib/AutoSplit.pm
e277ebbf 62579____________________________________________________________________________
25fbdfc0
GS
62580[ 6143] By: gsar on 2000/05/28 18:41:12
62581 Log: MacOS support, part 1 (from Matthias Neeracher
62582 <neeri@iis.ee.ethz.ch>)
e277ebbf 62583 Branch: perl
25fbdfc0
GS
62584 + ext/DynaLoader/dl_mac.xs
62585 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62586 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
62587 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
62588 ! util.h
e277ebbf 62589____________________________________________________________________________
25fbdfc0
GS
62590[ 6142] By: gsar on 2000/05/28 18:21:51
62591 Log: File::Find fails to chdir when chasing symlinks (from
62592 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62593 Branch: perl
62594 ! lib/File/Find.pm t/lib/filefind.t
e277ebbf 62595____________________________________________________________________________
25fbdfc0
GS
62596[ 6141] By: jhi on 2000/05/28 14:25:15
62597 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62598 forwarded by Peter Seebach from the bsdi-users mailing list.
62599 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62600 Branch: perl
62601 ! hints/bsdos.sh
62602____________________________________________________________________________
51c9377f
JH
62603[ 6140] By: jhi on 2000/05/28 14:11:57
62604 Log: Integrate with Sarathy.
62605 Branch: cfgperl
62606 +> (branch 30 files)
62607 !> (integrate 93 files)
62608____________________________________________________________________________
25fbdfc0
GS
62609[ 6139] By: gsar on 2000/05/28 10:01:48
62610 Log: revise mktables.PL for bugs and newness in Unicode 3.0
62611 (from James Bence <jbence@amgen.com>)
62612 Branch: perl
62613 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
62614 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
62615 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
62616 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
62617 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
62618 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
62619 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
62620 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
62621 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
62622 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
62623 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
62624 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
62625 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
62626 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
62627 + lib/unicode/Is/SylWU.pl
62628 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
62629 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62630 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62631 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62632 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62633 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62634 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62635 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62636 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62637 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62638 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62639 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62640 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62641 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62642 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62643 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
62644 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
62645 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
62646 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
62647 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
62648 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
62649 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
62650 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
62651 ! lib/unicode/Makefile lib/unicode/mktables.PL
62652____________________________________________________________________________
62653[ 6138] By: gsar on 2000/05/28 08:50:32
62654 Log: add note about the handling of negative indices to tied arrays
62655 (from Michael G Schwern <schwern@pobox.com>)
62656 Branch: perl
62657 ! pod/perltie.pod
62658____________________________________________________________________________
62659[ 6137] By: gsar on 2000/05/28 08:46:10
62660 Log: fix bogus redeclaration warning for "our" variables in different
62661 scopes
62662 Branch: perl
62663 ! op.c t/pragma/strict-vars
62664____________________________________________________________________________
62665[ 6136] By: gsar on 2000/05/28 08:31:20
62666 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
62667 Branch: perl
62668 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
62669____________________________________________________________________________
62670[ 6135] By: gsar on 2000/05/28 08:17:50
62671 Log: enable Test::Harness to dynamically determine column width etc.
62672 (from Rob Napier <rnapier@employees.org>)
62673 Branch: perl
62674 ! lib/Test/Harness.pm
62675____________________________________________________________________________
62676[ 6134] By: gsar on 2000/05/28 08:13:39
62677 Log: make Test::Harness use wait.h/WCOREDUMP if available
62678 (from Ben Tilly <ben_tilly@hotmail.com>)
62679 Branch: perl
62680 ! lib/Test/Harness.pm
e277ebbf 62681____________________________________________________________________________
25fbdfc0
GS
62682[ 6133] By: gsar on 2000/05/28 08:08:05
62683 Log: elide bogus test in change#6132
e277ebbf 62684 Branch: perl
25fbdfc0 62685 ! t/pragma/warn/9enabled
e277ebbf 62686____________________________________________________________________________
25fbdfc0
GS
62687[ 6132] By: gsar on 2000/05/28 08:03:14
62688 Log: warnings::enabled() doesn't fall back to looking at $^W if
62689 caller isn't using lexical warnings (from Paul Marquess)
e277ebbf 62690 Branch: perl
25fbdfc0
GS
62691 ! pp_ctl.c t/pragma/warn/9enabled
62692____________________________________________________________________________
62693[ 6131] By: gsar on 2000/05/28 07:57:47
62694 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
e277ebbf 62695 Branch: perl
25fbdfc0 62696 ! ext/POSIX/POSIX.pm
e277ebbf 62697____________________________________________________________________________
25fbdfc0
GS
62698[ 6130] By: gsar on 2000/05/28 07:29:12
62699 Log: fix places that mean C<"word" character> but say C<alphanumeric
62700 character>
e277ebbf 62701 Branch: perl
25fbdfc0 62702 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
e277ebbf 62703____________________________________________________________________________
25fbdfc0
GS
62704[ 6129] By: gsar on 2000/05/28 07:18:41
62705 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
e277ebbf 62706 Branch: perl
25fbdfc0 62707 ! vms/test.com
e277ebbf 62708____________________________________________________________________________
25fbdfc0
GS
62709[ 6128] By: gsar on 2000/05/28 07:12:55
62710 Log: new perlxstut example for passing/returning refs to arrays
62711 (from David Lowe <dlowe@pootpoot.com>)
62712 Branch: perl
62713 ! pod/perlxstut.pod
e277ebbf 62714____________________________________________________________________________
25fbdfc0
GS
62715[ 6127] By: gsar on 2000/05/28 07:02:50
62716 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
62717 failed (from Gisle Aas)
62718 Branch: perl
62719 ! cop.h perl.c
e277ebbf 62720____________________________________________________________________________
25fbdfc0
GS
62721[ 6126] By: gsar on 2000/05/28 06:39:53
62722 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
62723 (reworked variant of patch suggested by Simon Cozens)
62724 Branch: perl
62725 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62726 ! pp_hot.c proto.h t/op/gv.t
62727____________________________________________________________________________
62728[ 6125] By: gsar on 2000/05/28 05:14:55
62729 Log: enable propagating exception objects via Perl_croak() in XS code
62730 (from Gisle Aas)
62731 Branch: perl
62732 ! util.c
62733____________________________________________________________________________
62734[ 6124] By: gsar on 2000/05/28 05:07:28
62735 Log: integrate vmsperl contents into mainline
62736 Branch: perl
62737 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62738 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62739 !> vms/vmsish.h
62740____________________________________________________________________________
62741[ 6123] By: gsar on 2000/05/28 05:03:53
62742 Log: clarify gotcha with #line directives (from Rocco Caputo
62743 <troc@netrus.net>)
62744 Branch: perl
62745 ! pod/perldebug.pod pod/perlsyn.pod
62746____________________________________________________________________________
62747[ 6122] By: gsar on 2000/05/28 04:58:29
62748 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
62749 (from Mark-Jason Dominus)
62750 Branch: perl
62751 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
62752 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62753 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62754 ! toke.c
e277ebbf 62755____________________________________________________________________________
51c9377f
JH
62756[ 6121] By: bailey on 2000/05/25 04:46:54
62757 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
62758 lists (based on fixes by Craig Berry)
62759 Branch: vmsperl
62760 ! lib/File/Spec/VMS.pm
62761____________________________________________________________________________
62762[ 6120] By: bailey on 2000/05/25 04:25:38
62763 Log: Add missing escape (Charles Lane)
62764 Branch: vmsperl
62765 ! t/op/lex_assign.t
62766____________________________________________________________________________
62767[ 6119] By: bailey on 2000/05/25 04:21:25
62768 Log: Quiet error messages in vmsish.t (Charles Lane)
62769 Branch: vmsperl
62770 ! vms/ext/vmsish.t
62771____________________________________________________________________________
62772[ 6118] By: bailey on 2000/05/25 04:17:57
62773 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62774 Flatten case labels in switch statements uniformly (Charles Bailey)
62775 Branch: vmsperl
62776 ! vms/vms.c
62777____________________________________________________________________________
62778[ 6117] By: bailey on 2000/05/25 03:58:09
62779 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
62780 Branch: vmsperl
62781 ! vms/vmsish.h
62782____________________________________________________________________________
62783[ 6116] By: bailey on 2000/05/25 03:11:15
62784 Log: Miscellaneous cosmetic fixes (Charles Lane)
62785 Branch: vmsperl
62786 ! lib/ExtUtils/MM_VMS.pm
62787____________________________________________________________________________
62788[ 6115] By: bailey on 2000/05/25 03:10:36
62789 Log: Add bounds checking for several strings (Charles Lane)
62790 Branch: vmsperl
62791 ! vms/vms.c
62792____________________________________________________________________________
62793[ 6114] By: bailey on 2000/05/25 02:25:34
62794 Log: Urk -- undo previous removal of vmsish 'exit' change
62795 Branch: vmsperl
62796 ! vms/ext/vmsish.pm vms/vmsish.h
62797____________________________________________________________________________
62798[ 6113] By: bailey on 2000/05/24 02:24:40
62799 Log: Ugly workaround for version-specific RTL error
62800 Branch: vmsperl
62801 ! vms/vms.c
62802____________________________________________________________________________
62803[ 6112] By: bailey on 2000/05/24 02:19:55
62804 Log: Check for existence of file before trying to delete
62805 Branch: vmsperl
62806 ! vms/test.com
62807____________________________________________________________________________
62808[ 6111] By: bailey on 2000/05/23 23:35:13
62809 Log: Resync with mainline prior to post-5.6.0 updates
62810 Branch: vmsperl
62811 +> (branch 49 files)
62812 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
62813 ! vms/ext/vmsish.pm
62814 !> (integrate 334 files)
62815____________________________________________________________________________
62816[ 6110] By: jhi on 2000/05/23 19:28:32
62817 Log: todo tweak
62818 Branch: cfgperl
62819 ! Todo-5.6
62820____________________________________________________________________________
62821[ 6109] By: jhi on 2000/05/18 17:38:54
62822 Log: Integrate with Sarathy.
62823 Branch: cfgperl
62824 !> mg.c perl.h win32/perlhost.h
62825____________________________________________________________________________
25fbdfc0
GS
62826[ 6108] By: gsar on 2000/05/17 02:24:56
62827 Log: reenable fake signal handling on Windows, bugs and all
e277ebbf 62828 Branch: perl
25fbdfc0
GS
62829 ! mg.c perl.h win32/perlhost.h
62830____________________________________________________________________________
51c9377f
JH
62831[ 6107] By: jhi on 2000/05/15 18:01:41
62832 Log: Tweak the todo list.
62833 Branch: cfgperl
62834 ! Todo-5.6
62835____________________________________________________________________________
62836[ 6106] By: jhi on 2000/05/15 13:41:48
62837 Log: The (Configure) script refuses to go on, after asking for
62838 'You may also choose to try maximal 64-bitness....'.
62839 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
62840 -- Patrick Zima
62841 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
62842 Branch: cfgperl
62843 ! hints/solaris_2.sh
62844____________________________________________________________________________
62845[ 6105] By: jhi on 2000/05/11 14:37:43
62846 Log: Integrate with Sarathy.
62847 Branch: cfgperl
62848 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62849 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
62850____________________________________________________________________________
25fbdfc0
GS
62851[ 6104] By: gsar on 2000/05/11 03:39:07
62852 Log: PL_sys_intern was being initialized too late on windows
e277ebbf 62853 Branch: perl
25fbdfc0
GS
62854 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
62855 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 62856____________________________________________________________________________
51c9377f
JH
62857[ 6103] By: jhi on 2000/05/09 19:42:20
62858 Log: Test tweaking for Unicos continues.
62859 Branch: cfgperl
62860 ! t/op/64bitint.t
62861____________________________________________________________________________
62862[ 6102] By: jhi on 2000/05/09 16:47:27
62863 Log: The test suite tweak in #6101 wasn't quite right.
62864 Branch: cfgperl
62865 ! t/lib/complex.t
62866____________________________________________________________________________
62867[ 6101] By: jhi on 2000/05/09 15:35:34
62868 Log: Hints and test tweaks for Unicos.
62869 Branch: cfgperl
62870 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
62871____________________________________________________________________________
62872[ 6100] By: jhi on 2000/05/08 21:15:06
62873 Log: More compilation tweakery from Allen Smith.
62874 Branch: cfgperl
62875 ! hints/irix_6.sh
62876____________________________________________________________________________
62877[ 6099] By: jhi on 2000/05/08 19:21:18
62878 Log: Tweaks for the cc bugs from Allen Smith.
62879 Branch: cfgperl
62880 ! hints/irix_6.sh
62881____________________________________________________________________________
62882[ 6098] By: jhi on 2000/05/08 19:13:37
62883 Log: Add a note about other, yet unsupported, shadow password APIs.
62884 Branch: cfgperl
62885 ! pp_sys.c
62886____________________________________________________________________________
62887[ 6097] By: jhi on 2000/05/08 18:46:34
62888 Log: Add a note about possible compilation problems from Allen Smith.
62889 Branch: cfgperl
62890 ! hints/irix_6.sh
62891____________________________________________________________________________
62892[ 6096] By: jhi on 2000/05/08 17:33:10
62893 Log: Integrate with Sarathy.
62894 Branch: cfgperl
62895 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62896 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
62897____________________________________________________________________________
62898[ 6095] By: jhi on 2000/05/08 16:21:33
62899 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
62900 might be useful in future.
62901 Branch: cfgperl
62902 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62903 ! config_h.SH
62904 Branch: metaconfig
62905 ! U/installdirs/inc_version_list.U
62906 Branch: metaconfig/U/perl
62907 ! perlxv.U
62908____________________________________________________________________________
25fbdfc0
GS
62909[ 6094] By: gsar on 2000/05/08 14:22:22
62910 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
62911 Branch: perl
62912 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
62913 ! hints/cygwin.sh pp_sys.c
62914____________________________________________________________________________
62915[ 6093] By: gsar on 2000/05/08 12:52:28
62916 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
62917 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
62918 Branch: perl
62919 ! pp_sys.c sv.c win32/perlhost.h
e277ebbf 62920____________________________________________________________________________
51c9377f
JH
62921[ 6092] By: jhi on 2000/05/07 22:40:34
62922 Log: Regen perltoc with the fixed buildtoc.
62923 Branch: cfgperl
62924 ! pod/perltoc.pod
62925____________________________________________________________________________
62926[ 6091] By: jhi on 2000/05/07 22:24:16
62927 Log: Integrate with Sarathy.
62928 Branch: cfgperl
62929 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
62930 !> t/op/substr.t toke.c
62931____________________________________________________________________________
25fbdfc0
GS
62932[ 6090] By: gsar on 2000/05/07 19:47:07
62933 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
62934 [NI]OK; added tests for both
e277ebbf 62935 Branch: perl
25fbdfc0 62936 ! perl.c pp_hot.c sv.c t/op/substr.t
e277ebbf 62937____________________________________________________________________________
25fbdfc0
GS
62938[ 6089] By: gsar on 2000/05/07 18:18:38
62939 Log: buildtoc tweak to fix newline lossage
53c32ee0 62940 Branch: perl
25fbdfc0 62941 ! pod/buildtoc
53c32ee0 62942____________________________________________________________________________
51c9377f
JH
62943[ 6088] By: jhi on 2000/05/07 16:35:36
62944 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
62945 because we do not use those. The HAS_GETSPNAM remains,
62946 though, because we still do use that.
62947 Branch: cfgperl
62948 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62949 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
62950 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
62951 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
62952 ! win32/config.vc win32/config_H.bc win32/config_H.gc
62953 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
62954____________________________________________________________________________
25fbdfc0
GS
62955[ 6087] By: gsar on 2000/05/07 16:05:16
62956 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53c32ee0 62957 Branch: perl
25fbdfc0 62958 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53c32ee0 62959____________________________________________________________________________
51c9377f
JH
62960[ 6086] By: jhi on 2000/05/07 15:27:07
62961 Log: Integrate with Sarathy.
62962 Branch: cfgperl
62963 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62964 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62965 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
62966 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
62967 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
62968 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
62969____________________________________________________________________________
25fbdfc0
GS
62970[ 6085] By: gsar on 2000/05/07 05:52:02
62971 Log: repeat operator (x) doesn't preserve utf8-ness
53c32ee0 62972 Branch: perl
25fbdfc0 62973 ! pp.c t/op/substr.t
53c32ee0 62974____________________________________________________________________________
25fbdfc0
GS
62975[ 6084] By: gsar on 2000/05/07 05:39:55
62976 Log: substr() does not preserve utf8-ness (from Stefan Eissing
62977 <Eissing@medicaldataservice.de>); added tests
53c32ee0 62978 Branch: perl
25fbdfc0 62979 ! pp.c t/op/substr.t
53c32ee0 62980____________________________________________________________________________
25fbdfc0
GS
62981[ 6083] By: gsar on 2000/05/07 05:24:46
62982 Log: note about undocumented caller() return value (from M.J.T. Guy);
62983 yet another peek.t tweak
53c32ee0 62984 Branch: perl
25fbdfc0 62985 ! pod/perlfunc.pod t/lib/peek.t
53c32ee0 62986____________________________________________________________________________
25fbdfc0
GS
62987[ 6082] By: gsar on 2000/05/07 05:08:40
62988 Log: peek.t non-portable to ithreads
53c32ee0 62989 Branch: perl
25fbdfc0 62990 ! t/lib/peek.t
53c32ee0 62991____________________________________________________________________________
25fbdfc0
GS
62992[ 6081] By: gsar on 2000/05/07 04:17:04
62993 Log: better default perlbug categories for ok reports (from Richard Foley)
53c32ee0 62994 Branch: perl
25fbdfc0 62995 ! utils/perlbug.PL
53c32ee0 62996____________________________________________________________________________
25fbdfc0
GS
62997[ 6080] By: gsar on 2000/05/07 04:08:07
62998 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
62999 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63000 Branch: perl
63001 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63002 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63003 ! AUTHORS MAINTAIN MANIFEST
53c32ee0 63004____________________________________________________________________________
25fbdfc0
GS
63005[ 6079] By: gsar on 2000/05/07 04:01:38
63006 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
63007 Branch: perl
63008 ! lib/Carp/Heavy.pm
53c32ee0 63009____________________________________________________________________________
25fbdfc0
GS
63010[ 6078] By: gsar on 2000/05/07 01:24:19
63011 Log: workaround for CRT bug in chdir() (from Charles Lane, via
63012 Peter Prymmer)
63013 Branch: perl
63014 ! iperlsys.h vms/vms.c vms/vmsish.h
53c32ee0 63015____________________________________________________________________________
25fbdfc0
GS
63016[ 6077] By: gsar on 2000/05/07 01:22:23
63017 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63018 and Tom Phoenix)
53c32ee0 63019 Branch: perl
25fbdfc0 63020 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53c32ee0 63021____________________________________________________________________________
25fbdfc0 63022[ 6076] By: gsar on 2000/05/06 17:36:29
53c32ee0
GS
63023 Log: integrate cfgperl contents into mainline
63024 Branch: perl
25fbdfc0
GS
63025 +> t/lib/peek.t
63026 !> Configure MANIFEST Porting/Glossary Porting/config.sh
63027 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
63028 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
63029 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53c32ee0 63030____________________________________________________________________________
51c9377f
JH
63031[ 6075] By: jhi on 2000/05/05 18:56:10
63032 Log: Make the test more portable.
63033 Branch: cfgperl
63034 ! t/lib/peek.t
63035____________________________________________________________________________
63036[ 6074] By: jhi on 2000/05/05 18:49:20
63037 Log: Introduce t/lib/peek.t.
63038 Branch: cfgperl
63039 + t/lib/peek.t
63040 ! MANIFEST
63041____________________________________________________________________________
63042[ 6073] By: jhi on 2000/05/05 14:30:45
63043 Log: Complex tweaks.
63044 Branch: cfgperl
63045 ! lib/Math/Complex.pm t/lib/complex.t
63046____________________________________________________________________________
63047[ 6072] By: jhi on 2000/05/05 12:27:13
63048 Log: Integrate with Sarathy.
63049 Branch: cfgperl
63050 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63051 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63052 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63053 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63054____________________________________________________________________________
25fbdfc0
GS
63055[ 6071] By: gsar on 2000/05/05 02:24:46
63056 Log: misformatted perllocal.pod (from Tim Jenness
63057 <t.jenness@jach.hawaii.edu>)
53c32ee0 63058 Branch: perl
25fbdfc0 63059 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53c32ee0 63060____________________________________________________________________________
25fbdfc0
GS
63061[ 6070] By: gsar on 2000/05/05 02:16:52
63062 Log: remove misleading comment (from M.J.T. Guy)
53c32ee0 63063 Branch: perl
25fbdfc0 63064 ! t/lib/anydbm.t
53c32ee0 63065____________________________________________________________________________
25fbdfc0
GS
63066[ 6069] By: gsar on 2000/05/05 02:15:13
63067 Log: File::Spec compatibility update (from Barrie Slaymaker
63068 <barries@slaysys.com>)
53c32ee0 63069 Branch: perl
25fbdfc0
GS
63070 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63071 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53c32ee0 63072____________________________________________________________________________
25fbdfc0
GS
63073[ 6068] By: gsar on 2000/05/05 02:01:50
63074 Log: note about values()
53c32ee0 63075 Branch: perl
25fbdfc0 63076 ! pod/perlfunc.pod
53c32ee0 63077____________________________________________________________________________
25fbdfc0
GS
63078[ 6067] By: gsar on 2000/05/05 01:33:09
63079 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53c32ee0 63080 Branch: perl
25fbdfc0 63081 ! win32/win32.c
53c32ee0 63082____________________________________________________________________________
25fbdfc0
GS
63083[ 6066] By: gsar on 2000/05/05 01:23:43
63084 Log: s/END/CHECK/
53c32ee0 63085 Branch: perl
25fbdfc0 63086 ! perl.c
53c32ee0 63087____________________________________________________________________________
51c9377f
JH
63088[ 6065] By: jhi on 2000/05/04 17:30:22
63089 Log: Integrate with Sarathy.
63090 Branch: cfgperl
63091 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
63092____________________________________________________________________________
25fbdfc0
GS
63093[ 6064] By: gsar on 2000/05/04 17:26:14
63094 Log: change#5905 wasn't quite right--it's intent only applies when arguments
63095 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53c32ee0 63096 Branch: perl
25fbdfc0 63097 ! pp_sys.c sv.c
53c32ee0 63098____________________________________________________________________________
25fbdfc0
GS
63099[ 6063] By: gsar on 2000/05/04 16:52:29
63100 Log: tokeq() could read unallocated field in argument
53c32ee0 63101 Branch: perl
25fbdfc0 63102 ! toke.c
53c32ee0 63103____________________________________________________________________________
25fbdfc0
GS
63104[ 6062] By: gsar on 2000/05/04 16:34:51
63105 Log: additional tests for utf8.t
53c32ee0 63106 Branch: perl
25fbdfc0 63107 ! t/pragma/utf8.t
53c32ee0 63108____________________________________________________________________________
25fbdfc0
GS
63109[ 6061] By: gsar on 2000/05/04 16:09:28
63110 Log: change#5921 neglected to make eq honor "use bytes"
53c32ee0 63111 Branch: perl
25fbdfc0 63112 ! sv.c
53c32ee0 63113____________________________________________________________________________
51c9377f
JH
63114[ 6060] By: jhi on 2000/05/04 15:30:16
63115 Log: Integrate with Sarathy.
63116 Branch: cfgperl
63117 !> perl.c regcomp.c t/pragma/utf8.t
63118____________________________________________________________________________
63119[ 6059] By: jhi on 2000/05/04 15:26:37
63120 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63121 in natively 64-bit platforms where a long is a quad (no need
63122 for long longs). Also added bias for IVs.
63123 Branch: cfgperl
63124 ! toke.c
63125____________________________________________________________________________
25fbdfc0
GS
63126[ 6058] By: gsar on 2000/05/04 00:19:14
63127 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63128 (spotted by Donald Kinzer <dkinzer@premia.com>)
53c32ee0 63129 Branch: perl
25fbdfc0 63130 ! perl.c
53c32ee0 63131____________________________________________________________________________
25fbdfc0
GS
63132[ 6057] By: gsar on 2000/05/03 18:34:01
63133 Log: fix broken parsing of /\x{ab}/
53c32ee0 63134 Branch: perl
25fbdfc0 63135 ! regcomp.c t/pragma/utf8.t
53c32ee0 63136____________________________________________________________________________
51c9377f
JH
63137[ 6056] By: jhi on 2000/05/03 17:57:16
63138 Log: The search of infinity continues, this time simplified.
63139 Branch: cfgperl
63140 ! lib/Math/Complex.pm
63141____________________________________________________________________________
63142[ 6055] By: jhi on 2000/05/03 17:45:30
63143 Log: Detypo.
63144 Branch: cfgperl
63145 ! hints/unicos.sh
63146____________________________________________________________________________
63147[ 6054] By: jhi on 2000/05/02 22:28:27
63148 Log: Be more forgiving in POSIX about HUGE_VALL.
63149 Branch: cfgperl
63150 ! ext/POSIX/POSIX.xs
63151____________________________________________________________________________
63152[ 6053] By: jhi on 2000/05/02 22:25:05
63153 Log: Integrate with Sarathy.
63154 Branch: cfgperl
63155 !> hints/irix_6.sh pod/perlop.pod
63156____________________________________________________________________________
63157[ 6052] By: jhi on 2000/05/02 22:24:31
63158 Log: Unicos hint tweak.
63159 Branch: cfgperl
63160 ! hints/unicos.sh
63161____________________________________________________________________________
63162[ 6051] By: jhi on 2000/05/02 22:21:26
63163 Log: Complex tweakery.
63164 Branch: cfgperl
63165 ! lib/Math/Complex.pm t/lib/complex.t
63166____________________________________________________________________________
63167[ 6050] By: jhi on 2000/05/02 19:26:22
63168 Log: Use setxxent()/endxxent().
63169 Branch: cfgperl
63170 ! t/op/grent.t t/op/pwent.t
63171____________________________________________________________________________
63172[ 6049] By: jhi on 2000/05/02 19:06:02
63173 Log: Test both the scalar and list contexts.
63174 Branch: cfgperl
63175 ! t/op/grent.t t/op/pwent.t
63176____________________________________________________________________________
25fbdfc0
GS
63177[ 6048] By: gsar on 2000/05/02 18:29:10
63178 Log: add note about how $( doesn't interpolate in REs (from
63179 Philip Newton <newton@ficus.frogspace.net>)
41fda654 63180 Branch: perl
25fbdfc0 63181 ! pod/perlop.pod
41fda654 63182____________________________________________________________________________
51c9377f
JH
63183[ 6047] By: jhi on 2000/05/02 17:41:24
63184 Log: Call getspnam() only iff needd.
63185 Branch: cfgperl
63186 ! pp_sys.c
63187____________________________________________________________________________
25fbdfc0
GS
63188[ 6046] By: gsar on 2000/05/02 17:07:25
63189 Log: libscheck has insufficient checks for n32 libs (from
63190 Albert Chin-A-Young <china@thewrittenword.com>)
21bad921 63191 Branch: perl
25fbdfc0 63192 ! hints/irix_6.sh
21bad921 63193____________________________________________________________________________
51c9377f
JH
63194[ 6045] By: jhi on 2000/05/02 13:57:17
63195 Log: Integrate with Sarathy.
63196 Branch: cfgperl
63197 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
63198 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
63199____________________________________________________________________________
25fbdfc0
GS
63200[ 6044] By: gsar on 2000/05/02 06:48:19
63201 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63202 such that underscores are only ignored in literal numbers,
63203 "\x{...}", and hex/oct argument
21bad921 63204 Branch: perl
25fbdfc0 63205 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 63206____________________________________________________________________________
25fbdfc0
GS
63207[ 6043] By: gsar on 2000/05/02 02:22:29
63208 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21bad921 63209 Branch: perl
25fbdfc0 63210 ! pod/perlretut.pod
21bad921 63211____________________________________________________________________________
25fbdfc0
GS
63212[ 6042] By: gsar on 2000/05/02 02:17:51
63213 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21bad921 63214 Branch: perl
25fbdfc0 63215 ! pod/perltrap.pod
21bad921 63216____________________________________________________________________________
25fbdfc0
GS
63217[ 6041] By: gsar on 2000/05/02 01:53:51
63218 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63219 to compensate
21bad921 63220 Branch: perl
25fbdfc0 63221 ! Porting/makerel
21bad921 63222____________________________________________________________________________
25fbdfc0
GS
63223[ 6040] By: gsar on 2000/05/02 01:51:57
63224 Log: missing files in MANIFEST
21bad921 63225 Branch: perl
25fbdfc0 63226 ! MANIFEST
21bad921 63227____________________________________________________________________________
51c9377f
JH
63228[ 6039] By: jhi on 2000/05/02 00:36:46
63229 Log: Infinite problems.
63230 Branch: cfgperl
63231 ! lib/Math/Complex.pm
63232____________________________________________________________________________
63233[ 6038] By: jhi on 2000/05/02 00:06:38
63234 Log: pwent/spent #ifdef imbalance.
63235 Branch: cfgperl
63236 ! pp_sys.c
63237____________________________________________________________________________
63238[ 6037] By: jhi on 2000/05/01 22:50:11
63239 Log: Use HUGE_VALL if applicable.
63240 Branch: cfgperl
63241 ! ext/POSIX/POSIX.xs util.c
63242____________________________________________________________________________
63243[ 6036] By: jhi on 2000/05/01 22:20:53
63244 Log: Correct Freudian slip.
63245 Branch: cfgperl
63246 ! pp_sys.c
63247____________________________________________________________________________
63248[ 6035] By: jhi on 2000/05/01 21:07:38
63249 Log: Continue on the pwent/spent case.
63250 Branch: cfgperl
63251 ! pp_sys.c
63252____________________________________________________________________________
63253[ 6034] By: jhi on 2000/05/01 17:45:14
63254 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
63255 adjustments in 6032 conflicted badly with this, will have
63256 to revisit them later.
63257 Branch: cfgperl
63258 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63259 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63260 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
63261 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
63262 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63263 !> t/lib/cgi-html.t t/lib/cgi-request.t
63264____________________________________________________________________________
63265[ 6033] By: jhi on 2000/05/01 17:40:49
63266 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
63267 Branch: cfgperl
63268 ! pp_sys.c
63269____________________________________________________________________________
25fbdfc0
GS
63270[ 6032] By: gsar on 2000/05/01 15:56:32
63271 Log: whitespace adjustments
21bad921 63272 Branch: perl
25fbdfc0 63273 ! pp_sys.c
21bad921 63274____________________________________________________________________________
25fbdfc0
GS
63275[ 6031] By: gsar on 2000/05/01 15:19:41
63276 Log: small nits in diagnostics.pm (from Robin Barker)
21bad921 63277 Branch: perl
25fbdfc0 63278 ! lib/diagnostics.pm pod/perldiag.pod
21bad921 63279____________________________________________________________________________
25fbdfc0
GS
63280[ 6030] By: gsar on 2000/05/01 08:39:18
63281 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63282 for @- and @+ (from Johan Vromans)
21bad921 63283 Branch: perl
25fbdfc0 63284 ! lib/English.pm pod/perlvar.pod
21bad921 63285____________________________________________________________________________
25fbdfc0
GS
63286[ 6029] By: gsar on 2000/05/01 08:16:10
63287 Log: add CGI.pm v2.66 (from Lincoln Stein)
f07cf794 63288 Branch: perl
25fbdfc0
GS
63289 + lib/CGI/Util.pm t/lib/cgi-pretty.t
63290 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63291 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
63292 ! t/lib/cgi-html.t t/lib/cgi-request.t
f07cf794 63293____________________________________________________________________________
25fbdfc0
GS
63294[ 6028] By: gsar on 2000/05/01 06:34:41
63295 Log: Pod::Man generates groff-incompatible macro definition (from
63296 Tom Christiansen)
f07cf794 63297 Branch: perl
25fbdfc0 63298 ! lib/Pod/Man.pm
f07cf794 63299____________________________________________________________________________
25fbdfc0
GS
63300[ 6027] By: gsar on 2000/05/01 06:31:36
63301 Log: podlators-1.02 update (from Russ Allbery)
63302 Branch: perl
63303 ! lib/Pod/Man.pm lib/Pod/Text.pm
f07cf794 63304____________________________________________________________________________
51c9377f
JH
63305[ 6026] By: jhi on 2000/04/30 23:24:23
63306 Log: Integrate with Sarathy.
63307 Branch: cfgperl
63308 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63309 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
63310 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63311 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63312 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
63313 !> t/lib/syslog.t toke.c win32/win32.h
63314____________________________________________________________________________
25fbdfc0
GS
63315[ 6025] By: gsar on 2000/04/30 18:17:47
63316 Log: Is{Alnum,Alpha,Word} don't match titlecase
63317
63318 TODO: IsSpace is defined recursively!
63319
63320 (both spotted by Larry)
f07cf794 63321 Branch: perl
25fbdfc0
GS
63322 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63323 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
f07cf794 63324____________________________________________________________________________
25fbdfc0
GS
63325[ 6024] By: gsar on 2000/04/30 17:50:19
63326 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
63327 (from Hugo van der Sanden)
f07cf794 63328 Branch: perl
25fbdfc0 63329 ! toke.c
f07cf794 63330____________________________________________________________________________
25fbdfc0
GS
63331[ 6023] By: gsar on 2000/04/30 17:14:43
63332 Log: debugger stomps on $. (from M.J.T. Guy)
f07cf794 63333 Branch: perl
25fbdfc0 63334 ! lib/perl5db.pl
f07cf794 63335____________________________________________________________________________
25fbdfc0
GS
63336[ 6022] By: gsar on 2000/04/30 16:59:22
63337 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
f07cf794 63338 Branch: perl
25fbdfc0 63339 ! sv.c
f07cf794 63340____________________________________________________________________________
25fbdfc0
GS
63341[ 6021] By: gsar on 2000/04/29 21:00:08
63342 Log: remove Win2K issue in pod (fixed by change#6020)
f07cf794 63343 Branch: perl
25fbdfc0 63344 ! README.win32 pod/perl56delta.pod
f07cf794 63345____________________________________________________________________________
25fbdfc0
GS
63346[ 6020] By: gsar on 2000/04/29 20:51:49
63347 Log: test tweak
f07cf794 63348 Branch: perl
25fbdfc0 63349 ! t/lib/open3.t
f07cf794 63350____________________________________________________________________________
25fbdfc0
GS
63351[ 6019] By: gsar on 2000/04/29 20:34:27
63352 Log: windows portability tweaks
f07cf794 63353 Branch: perl
25fbdfc0 63354 ! t/lib/b.t win32/win32.h
f07cf794 63355____________________________________________________________________________
25fbdfc0
GS
63356[ 6018] By: gsar on 2000/04/29 19:55:24
63357 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
63358 make _PATH_LOG() return "" if unavailable
f07cf794 63359 Branch: perl
25fbdfc0
GS
63360 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63361 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
f07cf794 63362____________________________________________________________________________
51c9377f
JH
63363[ 6017] By: jhi on 2000/04/28 22:49:46
63364 Log: Integrate with Sarathy.
63365 Branch: cfgperl
63366 !> op.c perl.c pod/perldiag.pod t/lib/b.t
63367____________________________________________________________________________
63368[ 6016] By: jhi on 2000/04/28 22:46:14
63369 Log: Do not warn that an infinity does not look like a number.
63370 Branch: cfgperl
63371 ! sv.c
63372____________________________________________________________________________
25fbdfc0
GS
63373[ 6015] By: gsar on 2000/04/28 22:35:49
63374 Log: tweak test for portability
f07cf794 63375 Branch: perl
25fbdfc0 63376 ! t/lib/b.t
f07cf794 63377____________________________________________________________________________
25fbdfc0
GS
63378[ 6014] By: gsar on 2000/04/28 22:05:31
63379 Log: glob() loading File::Glob behind the scenes may cause syntax errors
f07cf794 63380 Branch: perl
25fbdfc0 63381 ! op.c
f07cf794 63382____________________________________________________________________________
25fbdfc0
GS
63383[ 6013] By: gsar on 2000/04/28 21:25:22
63384 Log: tweak change#5945 to display correct switch name in diagnostic
f07cf794 63385 Branch: perl
25fbdfc0 63386 ! perl.c pod/perldiag.pod
f07cf794 63387____________________________________________________________________________
51c9377f
JH
63388[ 6012] By: jhi on 2000/04/28 21:08:12
63389 Log: Integrate with Sarathy.
63390 Branch: cfgperl
63391 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
63392 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
63393 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
63394____________________________________________________________________________
63395[ 6011] By: jhi on 2000/04/28 21:04:46
63396 Log: &HUGE_VAL is not defined, it exists.
63397 Branch: cfgperl
63398 ! lib/Math/Complex.pm
63399____________________________________________________________________________
25fbdfc0
GS
63400[ 6010] By: gsar on 2000/04/28 21:02:58
63401 Log: clarify note about shadow password support (from
63402 gellyfish@gellyfish.com)
f07cf794 63403 Branch: perl
25fbdfc0 63404 ! pod/perlfunc.pod
f07cf794 63405____________________________________________________________________________
25fbdfc0
GS
63406[ 6009] By: gsar on 2000/04/28 21:00:00
63407 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
f07cf794 63408 Branch: perl
25fbdfc0 63409 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
f07cf794 63410____________________________________________________________________________
25fbdfc0
GS
63411[ 6008] By: gsar on 2000/04/28 20:56:33
63412 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63413 Branch: perl
63414 ! installperl vms/subconfigure.com
f07cf794 63415____________________________________________________________________________
25fbdfc0
GS
63416[ 6007] By: gsar on 2000/04/28 20:51:21
63417 Log: note about compile failures and END blocks (from M.J.T. Guy)
63418 Branch: perl
63419 ! pod/perl56delta.pod pod/perlmod.pod
f07cf794 63420____________________________________________________________________________
51c9377f
JH
63421[ 6006] By: jhi on 2000/04/28 20:42:14
63422 Log: Regen Configure.
63423 Branch: cfgperl
63424 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63425 ! config_h.SH
63426____________________________________________________________________________
25fbdfc0
GS
63427[ 6005] By: gsar on 2000/04/28 20:41:16
63428 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9b0c9623 63429 Branch: perl
25fbdfc0 63430 ! utils/perldoc.PL
9b0c9623 63431____________________________________________________________________________
51c9377f
JH
63432[ 6004] By: jhi on 2000/04/28 20:28:21
63433 Log: Integrate with Sarathy.
63434 Branch: cfgperl
63435 !> Configure INSTALL Porting/Glossary Porting/config.sh
63436 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
63437 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
63438 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63439 !> win32/config.vc win32/win32.c
63440____________________________________________________________________________
25fbdfc0
GS
63441[ 6003] By: gsar on 2000/04/28 20:11:20
63442 Log: allow REG_EXPAND_SZ keys in Windows registry (from
63443 John Clayton <John.Clayton@barclayscapital.com>)
9b0c9623 63444 Branch: perl
25fbdfc0 63445 ! win32/win32.c
9b0c9623 63446____________________________________________________________________________
25fbdfc0
GS
63447[ 6002] By: gsar on 2000/04/28 19:34:16
63448 Log: destructive sv_setsv() can lose UV-ness from source, causing
63449 numeric promotions/comparisons to fail to do the right thing
9b0c9623 63450 Branch: perl
25fbdfc0 63451 ! sv.c
9b0c9623 63452____________________________________________________________________________
25fbdfc0
GS
63453[ 6001] By: gsar on 2000/04/28 18:44:15
63454 Log: support additional library locations via $Config{otherlibdirs}
63455 (from Andy Dougherty)
9b0c9623 63456 Branch: perl
25fbdfc0
GS
63457 ! Configure INSTALL Porting/Glossary Porting/config.sh
63458 ! Porting/config_H config_h.SH epoc/config.sh perl.c
63459 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63460 ! win32/config.bc win32/config.gc win32/config.vc
9b0c9623 63461____________________________________________________________________________
51c9377f
JH
63462[ 6000] By: gsar on 2000/04/28 18:26:58
63463 Log: reworked otherlibdirs.U (from Andy Dougherty)
63464 Branch: metaconfig
63465 ! U/installdirs/otherlibdirs.U
63466____________________________________________________________________________
25fbdfc0
GS
63467[ 5999] By: gsar on 2000/04/28 18:17:07
63468 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9b0c9623 63469 Branch: perl
25fbdfc0
GS
63470 ! t/pragma/warn/toke toke.c
63471____________________________________________________________________________
51c9377f
JH
63472[ 5998] By: jhi on 2000/04/28 13:32:17
63473 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63474 Branch: cfgperl
63475 ! lib/Math/Complex.pm
63476____________________________________________________________________________
63477[ 5997] By: jhi on 2000/04/28 13:14:04
63478 Log: Preserve $!.
63479 Branch: cfgperl
63480 ! lib/Math/Complex.pm
63481____________________________________________________________________________
63482[ 5996] By: jhi on 2000/04/28 12:59:23
63483 Log: Integrate with Sarathy.
63484 Branch: cfgperl
63485 +> pod/perlrequick.pod pod/perlretut.pod
63486 !> (integrate 51 files)
63487____________________________________________________________________________
25fbdfc0
GS
63488[ 5995] By: gsar on 2000/04/28 09:37:36
63489 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9b0c9623 63490 Branch: perl
25fbdfc0 63491 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9b0c9623 63492____________________________________________________________________________
25fbdfc0
GS
63493[ 5994] By: gsar on 2000/04/28 09:33:26
63494 Log: fix for missed accounting for null byte in pack("Z",...) (from
63495 M.J.T. Guy)
9b0c9623 63496 Branch: perl
25fbdfc0 63497 ! pp.c t/op/pack.t
9b0c9623 63498____________________________________________________________________________
25fbdfc0
GS
63499[ 5993] By: gsar on 2000/04/28 09:30:05
63500 Log: various minor tweaks seen on p5p
9b0c9623 63501 Branch: perl
25fbdfc0 63502 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9b0c9623 63503____________________________________________________________________________
25fbdfc0
GS
63504[ 5992] By: gsar on 2000/04/28 09:08:19
63505 Log: pod nit (from Simon Cozens)
9b0c9623 63506 Branch: perl
25fbdfc0 63507 ! pod/perlop.pod
9b0c9623 63508____________________________________________________________________________
25fbdfc0
GS
63509[ 5991] By: gsar on 2000/04/28 09:06:36
63510 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63511 Branch: perl
63512 ! README.posix-bc hints/posix-bc.sh
9b0c9623 63513____________________________________________________________________________
25fbdfc0
GS
63514[ 5990] By: gsar on 2000/04/28 08:54:52
63515 Log: use $ENV{LIB} to search for libs under Visual C compiler
63516 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9b0c9623 63517 Branch: perl
25fbdfc0 63518 ! lib/ExtUtils/Liblist.pm
9b0c9623 63519____________________________________________________________________________
25fbdfc0
GS
63520[ 5989] By: gsar on 2000/04/28 08:27:12
63521 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63522 itself and no other (from Tom Hughes)
63523 Branch: perl
63524 ! t/op/array.t toke.c
9b0c9623 63525____________________________________________________________________________
25fbdfc0
GS
63526[ 5988] By: gsar on 2000/04/28 08:01:38
63527 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
63528 <paul@miraclefish.com>)
9b0c9623 63529 Branch: perl
25fbdfc0 63530 ! lib/ExtUtils/MakeMaker.pm
9b0c9623 63531____________________________________________________________________________
25fbdfc0
GS
63532[ 5987] By: gsar on 2000/04/28 07:53:09
63533 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
63534 Branch: perl
63535 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9b0c9623 63536____________________________________________________________________________
25fbdfc0
GS
63537[ 5986] By: gsar on 2000/04/28 07:44:17
63538 Log: add regular expressions tutorial and quick-start guide (from
63539 Mark Kvale <kvale@phy.ucsf.edu>)
9b0c9623 63540 Branch: perl
25fbdfc0
GS
63541 + pod/perlrequick.pod pod/perlretut.pod
63542 ! AUTHORS MAINTAIN MANIFEST
9b0c9623 63543____________________________________________________________________________
25fbdfc0
GS
63544[ 5985] By: gsar on 2000/04/28 07:30:28
63545 Log: forked child may not exit correctly if it failed to open
63546 /dev/console (from Graham Barr)
63547 Branch: perl
63548 ! ext/Sys/Syslog/Syslog.pm
9b0c9623 63549____________________________________________________________________________
25fbdfc0
GS
63550[ 5984] By: gsar on 2000/04/28 07:27:20
63551 Log: attributes::reftype() doesn't work on tied argument
63552 Branch: perl
63553 ! xsutils.c
9b0c9623 63554____________________________________________________________________________
25fbdfc0
GS
63555[ 5983] By: gsar on 2000/04/28 07:15:04
63556 Log: numeric conversion of non-number in change#3378 tramples on
63557 OOK offset, causing segfaults
63558 Branch: perl
63559 ! sv.c
9b0c9623 63560____________________________________________________________________________
25fbdfc0
GS
63561[ 5982] By: gsar on 2000/04/28 04:48:25
63562 Log: avoid error in IO::Socket::INET when given an unknown service name
63563 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63564 Branch: perl
63565 ! ext/IO/lib/IO/Socket/INET.pm
9b0c9623 63566____________________________________________________________________________
25fbdfc0
GS
63567[ 5981] By: gsar on 2000/04/28 04:31:31
63568 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63569 prototype mismatch with CORE::glob(); update pod and tests to
63570 suit (File::Glob::glob() is still available for backward
63571 compatibility, but should be considered deprecated)
9b0c9623 63572 Branch: perl
25fbdfc0
GS
63573 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
63574 ! t/lib/glob-taint.t
9b0c9623 63575____________________________________________________________________________
25fbdfc0
GS
63576[ 5980] By: gsar on 2000/04/28 03:47:29
63577 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
63578 <ghudson@mit.edu>)
63579 Branch: metaconfig
63580 ! U/modified/Options.U
63581 Branch: perl
63582 ! Configure
9b0c9623 63583____________________________________________________________________________
25fbdfc0
GS
63584[ 5979] By: gsar on 2000/04/28 03:07:54
63585 Log: under useithreads, constant pad entries could inadvertantly be
63586 shared across threads (from Eric Blood <eblood@xmission.com>);
63587 added Eric's test case to testsuite
9b0c9623 63588 Branch: perl
25fbdfc0 63589 ! op.c t/op/misc.t
9b0c9623 63590____________________________________________________________________________
25fbdfc0
GS
63591[ 5978] By: gsar on 2000/04/27 21:13:00
63592 Log: sync version numbers in File::Spec with the ones on CPAN
63593 (from Barrie Slaymaker)
9b0c9623 63594 Branch: perl
25fbdfc0
GS
63595 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63596 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63597 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9b0c9623 63598____________________________________________________________________________
25fbdfc0
GS
63599[ 5977] By: gsar on 2000/04/27 21:07:29
63600 Log: autoquote barewords followed by newline and arrow properly
63601 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9b0c9623 63602 Branch: perl
25fbdfc0 63603 ! t/pragma/warn/toke toke.c
9b0c9623 63604____________________________________________________________________________
25fbdfc0
GS
63605[ 5976] By: gsar on 2000/04/27 20:41:20
63606 Log: DB_File v1.73 update (from Paul Marquess)
63607 Branch: perl
63608 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63609 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9b0c9623 63610____________________________________________________________________________
25fbdfc0
GS
63611[ 5975] By: gsar on 2000/04/27 20:34:24
63612 Log: allow sort() reentrancy (variant of patch suggested by
63613 Hugo van der Sanden)
9b0c9623 63614 Branch: perl
25fbdfc0 63615 ! pp_ctl.c t/op/sort.t
9b0c9623 63616____________________________________________________________________________
25fbdfc0
GS
63617[ 5974] By: gsar on 2000/04/27 19:46:57
63618 Log: change#4197 somehow missed initializing PL_errors, meaning
63619 sytax error queueing wasn't working outside eval"" at all;
63620 also fixed eval"" to localize PL_error_count, so that compile-time
63621 eval's don't clobber the error state of the outer context
9b0c9623 63622 Branch: perl
25fbdfc0
GS
63623 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
63624 ! t/pragma/warn/toke
9b0c9623 63625____________________________________________________________________________
25fbdfc0
GS
63626[ 5973] By: gsar on 2000/04/27 18:29:05
63627 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
63628 Branch: perl
63629 ! regcomp.c regexec.c t/op/re_tests
9b0c9623 63630____________________________________________________________________________
51c9377f
JH
63631[ 5972] By: jhi on 2000/04/27 18:22:41
63632 Log: Integrate with Sarathy.
63633 Branch: cfgperl
63634 +> t/lib/b.t t/lib/syslog.t
63635 !> (integrate 31 files)
63636____________________________________________________________________________
63637[ 5971] By: jhi on 2000/04/27 18:18:46
63638 Log: Unicos tweaks from Mark P. Lutz.
63639 Branch: cfgperl
63640 ! hints/unicos.sh lib/Math/Complex.pm
63641____________________________________________________________________________
25fbdfc0
GS
63642[ 5970] By: gsar on 2000/04/27 18:05:11
63643 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
63644 IV is >32bits
9b0c9623 63645 Branch: perl
25fbdfc0 63646 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9b0c9623 63647____________________________________________________________________________
25fbdfc0
GS
63648[ 5969] By: gsar on 2000/04/27 17:50:56
63649 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9b0c9623 63650 Branch: perl
25fbdfc0
GS
63651 + t/lib/syslog.t
63652 ! MANIFEST ext/Sys/Syslog/Syslog.pm
9b0c9623 63653____________________________________________________________________________
25fbdfc0
GS
63654[ 5968] By: gsar on 2000/04/27 17:44:49
63655 Log: tolerate spaces in group names in test on solaris (from David Boyce
63656 <dsb@boyski.com>)
9b0c9623 63657 Branch: perl
25fbdfc0 63658 ! t/op/groups.t
9b0c9623 63659____________________________________________________________________________
25fbdfc0
GS
63660[ 5967] By: gsar on 2000/04/27 17:41:22
63661 Log: improved docs on the warn_uninit diagnostic (from David Glasser
63662 and Simon Cozens)
9b0c9623 63663 Branch: perl
25fbdfc0 63664 ! pod/perldiag.pod
9b0c9623 63665____________________________________________________________________________
25fbdfc0
GS
63666[ 5966] By: gsar on 2000/04/27 16:54:58
63667 Log: add testsuite for B backends, fix bug in B::Deparse (from
63668 Simon Cozens <simon@brecon.co.uk>)
9b0c9623 63669 Branch: perl
25fbdfc0
GS
63670 + t/lib/b.t
63671 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9b0c9623 63672____________________________________________________________________________
25fbdfc0
GS
63673[ 5965] By: gsar on 2000/04/27 16:10:37
63674 Log: avoid "will not stay shared" warnings for our variables (from
63675 Robin Barker)
9b0c9623 63676 Branch: perl
25fbdfc0 63677 ! op.c t/pragma/warn/op
9b0c9623 63678____________________________________________________________________________
25fbdfc0
GS
63679[ 5964] By: gsar on 2000/04/27 07:05:05
63680 Log: reformat to 72 columns (again)
9b0c9623 63681 Branch: perl
25fbdfc0 63682 ! pod/perldiag.pod
9b0c9623 63683____________________________________________________________________________
25fbdfc0
GS
63684[ 5963] By: gsar on 2000/04/27 06:28:31
63685 Log: patch from Larry to make (\&) prototype work; added tests for
63686 the same
9b0c9623 63687 Branch: perl
25fbdfc0 63688 ! op.c t/comp/proto.t
9b0c9623 63689____________________________________________________________________________
25fbdfc0
GS
63690[ 5962] By: gsar on 2000/04/27 06:15:47
63691 Log: updated README.hpux (from Jeff Okamoto)
9b0c9623 63692 Branch: perl
25fbdfc0 63693 ! README.hpux
9b0c9623 63694____________________________________________________________________________
25fbdfc0
GS
63695[ 5961] By: gsar on 2000/04/27 05:55:03
63696 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9b0c9623 63697 Branch: perl
25fbdfc0 63698 ! emacs/cperl-mode.el
9b0c9623 63699____________________________________________________________________________
25fbdfc0
GS
63700[ 5960] By: gsar on 2000/04/27 05:49:26
63701 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9b0c9623 63702 Branch: perl
25fbdfc0 63703 ! INSTALL
9b0c9623 63704____________________________________________________________________________
25fbdfc0
GS
63705[ 5959] By: gsar on 2000/04/27 05:33:41
63706 Log: doubled words in pods (from Simon Cozens
63707 <simon.p.cozens@jp.pwcglobal.com>)
9b0c9623 63708 Branch: perl
25fbdfc0
GS
63709 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
63710 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
63711 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
63712 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
63713 ! pod/perltootc.pod
9b0c9623 63714____________________________________________________________________________
25fbdfc0
GS
63715[ 5958] By: gsar on 2000/04/27 05:11:39
63716 Log: change#3569 deleted some essential code, revert; avoid use of
63717 atexit() to make DynaLoader work properly on AIX under mod_perl
63718 (from Jens-Uwe Mager <jum@helios.de>)
9b0c9623 63719 Branch: perl
25fbdfc0 63720 ! ext/DynaLoader/dl_aix.xs
9b0c9623 63721____________________________________________________________________________
25fbdfc0
GS
63722[ 5957] By: gsar on 2000/04/27 04:54:51
63723 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9b0c9623 63724 Branch: perl
25fbdfc0 63725 ! pod/perlmod.pod
9b0c9623 63726____________________________________________________________________________
25fbdfc0
GS
63727[ 5956] By: gsar on 2000/04/27 04:51:47
63728 Log: better diagnostics on failed tests (from Ilya Zakharevich)
9b0c9623 63729 Branch: perl
25fbdfc0 63730 ! t/op/lex_assign.t
9b0c9623 63731____________________________________________________________________________
25fbdfc0
GS
63732[ 5955] By: gsar on 2000/04/27 04:26:44
63733 Log: longstanding bug exposed by change#3307: sort arguments weren't
63734 compiled with the right wantarray context (ensuing runtime lookup
63735 via block_gimme() was getting the incidental context of the
63736 sort() itself)
9b0c9623 63737 Branch: perl
25fbdfc0 63738 ! op.c t/op/sort.t
9b0c9623 63739____________________________________________________________________________
25fbdfc0
GS
63740[ 5954] By: gsar on 2000/04/26 23:42:12
63741 Log: integrate cfgperl contents into mainline
9b0c9623 63742 Branch: perl
25fbdfc0 63743 !> (integrate 30 files)
9b0c9623 63744____________________________________________________________________________
51c9377f
JH
63745[ 5953] By: jhi on 2000/04/26 23:06:42
63746 Log: Integrate with Sarathy.
63747 Branch: cfgperl
63748 !> README.win32 ext/B/B/Deparse.pm
63749 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63750 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
63751 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
63752 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
63753 !> utils/perldoc.PL vms/perlvms.pod
63754____________________________________________________________________________
63755[ 5952] By: jhi on 2000/04/26 23:03:46
63756 Log: Undo "use integer" addition from 64bitint as it seems
63757 to break most of the subtests in Digital UNIX;
63758 Unicos needs to find another way.
63759 Branch: cfgperl
63760 ! t/op/64bitint.t
63761____________________________________________________________________________
63762[ 5951] By: jhi on 2000/04/26 22:57:53
63763 Log: Be more robust on "extreme" (large absolute value)
63764 arguments. Originally reported by Daniel Connelly
63765 as a problem with asinh() on large negative arguments,
63766 asinh() used to bail out because an argument to log()
63767 ended up being zero. Ilya Zakharevich proposed using
63768 Taylor's series in such cases, which for such large
63769 arguments is a very good approximation.
63770 Branch: cfgperl
63771 ! lib/Math/Complex.pm t/lib/complex.t
63772____________________________________________________________________________
25fbdfc0
GS
63773[ 5950] By: gsar on 2000/04/25 19:13:12
63774 Log: reformat perldiag to avoid long lines
9b0c9623 63775 Branch: perl
25fbdfc0 63776 ! pod/perldiag.pod
9b0c9623 63777____________________________________________________________________________
25fbdfc0
GS
63778[ 5949] By: gsar on 2000/04/25 18:41:11
63779 Log: make perldoc use the pod2man from the same version (from
63780 M.J.T. Guy)
63781 Branch: perl
63782 ! utils/perldoc.PL
9b0c9623 63783____________________________________________________________________________
25fbdfc0
GS
63784[ 5948] By: gsar on 2000/04/25 18:21:57
63785 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
63786 <kompas@kompas.usr.onet.pl>)
9b0c9623 63787 Branch: perl
25fbdfc0 63788 ! lib/vars.pm
9b0c9623 63789____________________________________________________________________________
25fbdfc0
GS
63790[ 5947] By: gsar on 2000/04/25 18:11:53
63791 Log: use &dl_error rather than &dl_load_file as the guard for calling
63792 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
63793 statically built perl)
63794 Branch: perl
63795 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9b0c9623 63796____________________________________________________________________________
51c9377f
JH
63797[ 5946] By: jhi on 2000/04/25 17:37:54
63798 Log: Document that tr() is not tr(1).
63799 Branch: cfgperl
63800 ! pod/perlop.pod
63801____________________________________________________________________________
25fbdfc0
GS
63802[ 5945] By: gsar on 2000/04/25 16:34:33
63803 Log: make module name mandatory after -M switch; reorder perldiag
63804 alphabetically (from Mark-Jason Dominus)
9b0c9623 63805 Branch: perl
25fbdfc0 63806 ! perl.c pod/perldiag.pod
9b0c9623 63807____________________________________________________________________________
51c9377f
JH
63808[ 5944] By: jhi on 2000/04/25 01:15:18
63809 Log: On second thoughts frexp() does have two arguments.
63810 Branch: cfgperl
63811 ! perl.h
63812____________________________________________________________________________
63813[ 5943] By: jhi on 2000/04/24 22:56:32
63814 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
63815 Now pp_ncmp() returns undef is either operand is a NaN.
63816 Branch: cfgperl
63817 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63818 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
63819 ! vms/subconfigure.com vos/config.def vos/config.h
63820 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63821 ! win32/config.vc win32/config_H.bc win32/config_H.gc
63822 ! win32/config_H.vc
63823 Branch: metaconfig/U/perl
63824 + d_modfl.U
63825____________________________________________________________________________
63826[ 5942] By: jhi on 2000/04/24 19:45:17
63827 Log: Regen Configure to match #5937.
63828 Branch: cfgperl
63829 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63830 ! config_h.SH
63831 Branch: metaconfig
63832 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
63833____________________________________________________________________________
63834[ 5941] By: jhi on 2000/04/24 19:24:11
63835 Log: Further Unicos fixes for Mark Lutz.
63836 Branch: cfgperl
63837 ! hints/unicos.sh pp_ctl.c
63838____________________________________________________________________________
63839[ 5940] By: jhi on 2000/04/24 19:09:06
63840 Log: Various Unicos 10.0.0.6 fixes.
63841
63842 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
63843 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
63844 Reply-To: tecmpl1@triton.ca.boeing.com
63845 To: perl5-porters@perl.org
63846 Date: Fri, 14 Apr 2000 20:21:00 GMT
63847 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
63848 Branch: cfgperl
63849 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
63850____________________________________________________________________________
25fbdfc0
GS
63851[ 5939] By: gsar on 2000/04/24 19:01:24
63852 Log: more pod nits (from Larry Virden)
9b0c9623 63853 Branch: perl
25fbdfc0
GS
63854 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
63855 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
63856 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9b0c9623 63857____________________________________________________________________________
25fbdfc0
GS
63858[ 5938] By: gsar on 2000/04/24 18:54:01
63859 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9b0c9623 63860 Branch: perl
25fbdfc0 63861 ! ext/B/B/Deparse.pm
9b0c9623 63862____________________________________________________________________________
51c9377f
JH
63863[ 5937] By: jhi on 2000/04/24 17:39:00
63864 Log: Integrate with Sarathy.
63865 Branch: cfgperl
63866 +> (branch 31 files)
63867 !> (integrate 73 files)
63868____________________________________________________________________________
25fbdfc0
GS
63869[ 5936] By: gsar on 2000/04/24 17:30:06
63870 Log: additional tests for change#5934 (from Paul Marquess, who also
63871 sent in the same fix)
63872 Branch: perl
63873 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
63874 ! t/pragma/warn/5nolint t/pragma/warn/6default
9b0c9623 63875____________________________________________________________________________
51c9377f
JH
63876[ 5935] By: jhi on 2000/04/24 17:26:05
63877 Log: Do not assume sign propagation.
63878 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
63879 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63880 To: payner@ncifcrf.gov, perl5-porters@perl.org
63881 Date: Tue, 18 Apr 2000 18:24:49 +0100
63882 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
63883 Branch: cfgperl
63884 ! t/op/bop.t t/op/misc.t
63885____________________________________________________________________________
25fbdfc0
GS
63886[ 5934] By: gsar on 2000/04/24 17:16:54
63887 Log: propagate lexical warnings from surrounding scope correctly
63888 within string eval()
9b0c9623 63889 Branch: perl
25fbdfc0 63890 ! pp_ctl.c t/pragma/warn/pp_ctl
9b0c9623 63891____________________________________________________________________________
51c9377f
JH
63892[ 5933] By: jhi on 2000/04/24 17:01:07
63893 Log: Flatten the cpp jungle doing the nosuid checking.
63894 Branch: cfgperl
63895 ! perl.c
63896____________________________________________________________________________
25fbdfc0
GS
63897[ 5932] By: gsar on 2000/04/24 09:08:14
63898 Log: add rsignal(), whichsig() and do_join() to public API list
63899 (mod_perl uses them to good advantage)
9b0c9623 63900 Branch: perl
25fbdfc0 63901 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9b0c9623 63902____________________________________________________________________________
25fbdfc0
GS
63903[ 5931] By: gsar on 2000/04/24 09:01:40
63904 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
c47ff5f1 63905 Branch: perl
25fbdfc0 63906 ! pp_hot.c regexec.c t/op/pat.t
c47ff5f1 63907____________________________________________________________________________
25fbdfc0
GS
63908[ 5930] By: gsar on 2000/04/24 08:58:33
63909 Log: small os390 tweaks (from Peter Prymmer)
c47ff5f1 63910 Branch: perl
25fbdfc0 63911 ! config_h.SH makedepend.SH
c47ff5f1 63912____________________________________________________________________________
25fbdfc0
GS
63913[ 5929] By: gsar on 2000/04/24 08:55:25
63914 Log: pod nits
c47ff5f1 63915 Branch: perl
25fbdfc0 63916 ! pod/perlguts.pod
c47ff5f1 63917____________________________________________________________________________
25fbdfc0
GS
63918[ 5928] By: gsar on 2000/04/24 08:50:13
63919 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
c47ff5f1 63920 Branch: perl
25fbdfc0 63921 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 63922____________________________________________________________________________
25fbdfc0
GS
63923[ 5927] By: gsar on 2000/04/24 08:43:24
63924 Log: arrange for next() to resume at the unstack op rather than the
63925 loop conditional, so that scope cleanup happens correctly
63926 (from Stephen McCamant)
c47ff5f1 63927 Branch: perl
25fbdfc0 63928 ! op.c pp_ctl.c t/op/misc.t
c47ff5f1 63929____________________________________________________________________________
25fbdfc0
GS
63930[ 5926] By: gsar on 2000/04/24 08:18:40
63931 Log: on windows, reserve 16M of stack rather than 128M (allows more
63932 threads to run concurrently)
c47ff5f1 63933 Branch: perl
25fbdfc0 63934 ! win32/Makefile win32/makefile.mk
c47ff5f1 63935____________________________________________________________________________
25fbdfc0
GS
63936[ 5925] By: gsar on 2000/04/24 08:13:52
63937 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
c47ff5f1 63938 Branch: perl
25fbdfc0 63939 ! toke.c
c47ff5f1 63940____________________________________________________________________________
25fbdfc0
GS
63941[ 5924] By: gsar on 2000/04/24 08:08:59
63942 Log: avoid using uninitialized memory in require version check
c47ff5f1 63943 Branch: perl
25fbdfc0 63944 ! pp_ctl.c universal.c
c47ff5f1 63945____________________________________________________________________________
25fbdfc0
GS
63946[ 5923] By: gsar on 2000/04/24 07:20:14
63947 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
c47ff5f1 63948 Branch: perl
25fbdfc0 63949 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 63950____________________________________________________________________________
25fbdfc0
GS
63951[ 5922] By: gsar on 2000/04/24 07:08:42
63952 Log: commentary about IoTYPE() (from Nathan Torkington)
c47ff5f1 63953 Branch: perl
25fbdfc0 63954 ! sv.h
c47ff5f1 63955____________________________________________________________________________
25fbdfc0
GS
63956[ 5921] By: gsar on 2000/04/24 06:58:26
63957 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
63958 by fix
c47ff5f1 63959 Branch: perl
25fbdfc0 63960 ! sv.c t/lib/charnames.t t/pragma/utf8.t
c47ff5f1 63961____________________________________________________________________________
25fbdfc0
GS
63962[ 5920] By: gsar on 2000/04/24 06:37:59
63963 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
c47ff5f1 63964 Branch: perl
25fbdfc0 63965 ! doop.c t/op/ver.t
c47ff5f1 63966____________________________________________________________________________
25fbdfc0
GS
63967[ 5919] By: gsar on 2000/04/24 06:21:58
63968 Log: Configure might miss old directories when prefix must be
63969 expanded (from Robin Barker)
63970 Branch: metaconfig
63971 ! U/installdirs/inc_version_list.U
c47ff5f1 63972 Branch: perl
25fbdfc0 63973 ! Configure
c47ff5f1 63974____________________________________________________________________________
25fbdfc0
GS
63975[ 5918] By: gsar on 2000/04/24 06:16:11
63976 Log: VMS nits in glob() test (from Charles Lane)
c47ff5f1 63977 Branch: perl
25fbdfc0 63978 ! t/lib/glob-basic.t
c47ff5f1 63979____________________________________________________________________________
25fbdfc0
GS
63980[ 5917] By: gsar on 2000/04/24 06:11:56
63981 Log: various pod nits (from Larry Virden and others)
c47ff5f1 63982 Branch: perl
25fbdfc0
GS
63983 ! README.amiga README.hpux README.machten README.os2
63984 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
63985 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
63986 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
63987 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
63988 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
63989 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
63990 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
63991 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
c47ff5f1 63992____________________________________________________________________________
25fbdfc0
GS
63993[ 5916] By: gsar on 2000/04/24 05:52:43
63994 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
63995 <wjones@tc.fluke.com>)
63996 Branch: perl
63997 ! t/lib/glob-basic.t
c47ff5f1 63998____________________________________________________________________________
25fbdfc0
GS
63999[ 5915] By: gsar on 2000/04/24 05:07:01
64000 Log: supported platforms mixed up
c47ff5f1 64001 Branch: perl
25fbdfc0 64002 ! pod/perl56delta.pod pod/perlport.pod
c47ff5f1 64003____________________________________________________________________________
25fbdfc0
GS
64004[ 5914] By: gsar on 2000/04/24 04:56:08
64005 Log: caller() wasn't returning the right number of elements for
64006 eval {...}
c47ff5f1 64007 Branch: perl
25fbdfc0 64008 ! pp_ctl.c t/pragma/warn/9enabled
c47ff5f1 64009____________________________________________________________________________
25fbdfc0
GS
64010[ 5913] By: gsar on 2000/04/24 04:35:41
64011 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
64012 Mark-Jason Dominus)
64013 Branch: perl
64014 ! pod/perlfunc.pod
c47ff5f1 64015____________________________________________________________________________
25fbdfc0
GS
64016[ 5912] By: gsar on 2000/04/24 04:17:15
64017 Log: fix totally broken caching in UNIVERSAL::isa() (from
64018 Nick Ing-Simmons)
64019 Branch: perl
64020 ! t/op/universal.t universal.c
64021____________________________________________________________________________
64022[ 5911] By: gsar on 2000/04/24 03:39:47
64023 Log: add linebreak properties from unicode/LineBrk.txt (from
64024 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64025 Branch: perl
64026 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64027 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64028 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64029 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64030 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64031 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64032 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64033 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64034 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64035 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64036 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64037 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64038 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64039 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64040 + lib/unicode/Is/LbrkZW.pl
64041 ! lib/unicode/mktables.PL
c47ff5f1 64042____________________________________________________________________________
25fbdfc0
GS
64043[ 5910] By: gsar on 2000/04/24 03:23:10
64044 Log: typo in pod
c47ff5f1 64045 Branch: perl
25fbdfc0 64046 ! ext/Thread/Thread.pm
c47ff5f1 64047____________________________________________________________________________
25fbdfc0
GS
64048[ 5909] By: gsar on 2000/04/24 03:22:03
64049 Log: mode argument to do_binmode() should be file mode, not boolean
c47ff5f1 64050 Branch: perl
25fbdfc0 64051 ! pp_sys.c
c47ff5f1 64052____________________________________________________________________________
25fbdfc0
GS
64053[ 5908] By: gsar on 2000/04/16 16:51:08
64054 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
64055 always returns a valid GV even when the symbol is trapped by strictures
64056 (avoids coredumps)
64057
64058 TODO: the C<package;> hack needs similar treatment
c47ff5f1 64059 Branch: perl
25fbdfc0
GS
64060 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
64061 ! t/pragma/strict-vars
c47ff5f1 64062____________________________________________________________________________
51c9377f
JH
64063[ 5907] By: jhi on 2000/03/31 23:42:56
64064 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
64065 an assumption which #5905 demolished.
64066 Branch: cfgperl
64067 ! pp_sys.c
64068____________________________________________________________________________
64069[ 5906] By: jhi on 2000/03/31 18:54:37
64070 Log: Typo in #5905.
64071 Branch: cfgperl
64072 ! t/op/64bitint.t
64073____________________________________________________________________________
64074[ 5905] By: jhi on 2000/03/31 18:50:54
64075 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
64076 reported by Joseph N. Hall. The bug was that even with use64bitint
64077 one had to use the prefixes q, L, or ll with printf/sprintf,
64078 contrary to the documentation and common sense.
64079 Branch: cfgperl
64080 ! sv.c t/op/64bitint.t
64081____________________________________________________________________________
25fbdfc0
GS
64082[ 5904] By: gsar on 2000/03/28 02:31:32
64083 Log: add Changes, perldelta.pod
fe6f1558 64084 Branch: perl
25fbdfc0 64085 + Changes pod/perldelta.pod
fe6f1558 64086____________________________________________________________________________
25fbdfc0
GS
64087[ 5903] By: gsar on 2000/03/28 02:03:55
64088 Log: rename Changes and perldelta.pod
fe6f1558 64089 Branch: perl
25fbdfc0
GS
64090 +> Changes5.6 pod/perl56delta.pod
64091 - Changes pod/perldelta.pod
64092 ! MANIFEST
fe6f1558 64093____________________________________________________________________________
51c9377f
JH
64094[ 5902] By: gsar on 2000/03/28 01:59:14
64095 Log: create maint-5.6 branch
64096 Branch: maint-5.6/perl
64097 +> (branch 1611 files)
64098____________________________________________________________________________
64099[ 5901] By: jhi on 2000/03/23 05:48:43
64100 Log: Integrate with Sarathy.
64101 Branch: cfgperl
64102 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
64103____________________________________________________________________________
25fbdfc0
GS
64104[ 5900] By: gsar on 2000/03/23 05:42:43
64105 Log: three guesses on what this is :-)
fe6f1558 64106 Branch: perl
25fbdfc0 64107 ! Changes