1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl. If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list. Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files. The file lists have a short symbolic
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list. You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
31 Version v5.7.1 Development release working toward v5.8
33 ____________________________________________________________________________
34 [ 11237] By: jhi on 2001/07/09 14:27:27
35 Log: Subject: [PATCH] OPpCONST_OCTAL fixes
36 From: Abhijit Menon-Sen <ams@wiw.org>
37 Date: Mon, 9 Jul 2001 07:38:45 +0530
38 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
41 ____________________________________________________________________________
42 [ 11236] By: jhi on 2001/07/09 14:10:07
43 Log: Add a pseudolayer ":locale" to the open pragma which
44 will get the encoding from the locale. Yet undocumented
45 because I can't get the PerlIO :encoding(foobar) to work.
47 ! ext/Encode/Encode.pm lib/open.pm
48 ____________________________________________________________________________
49 [ 11235] By: jhi on 2001/07/09 13:38:43
50 Log: Add more encoding mappings.
52 ! ext/Encode/Encode.pm
53 ____________________________________________________________________________
54 [ 11234] By: jhi on 2001/07/09 13:24:54
55 Log: Document that using :encoding layer requires using Encode.
57 ! ext/Encode/Encode.pm lib/PerlIO.pm
58 ____________________________________________________________________________
59 [ 11233] By: jhi on 2001/07/09 13:19:34
60 Log: Netware tweak from Ananth Kesari.
63 ____________________________________________________________________________
64 [ 11232] By: gsar on 2001/07/09 04:40:07
65 Log: t/harness doesn't know about run/*.t
68 ____________________________________________________________________________
69 [ 11231] By: gsar on 2001/07/09 04:36:30
70 Log: run/exit.t busted on windows
73 ____________________________________________________________________________
74 [ 11230] By: gsar on 2001/07/09 04:14:54
75 Log: fix a couple of UCD.t tests that fail due to bad case
78 ____________________________________________________________________________
79 [ 11229] By: gsar on 2001/07/09 03:57:06
80 Log: test skip logic was broken
82 ! ext/I18N/Langinfo/Langinfo.t
83 ____________________________________________________________________________
84 [ 11228] By: gsar on 2001/07/09 03:42:20
85 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
86 failure of ExtUtils.t#27 when built in debug mode)
88 ! lib/ExtUtils/MM_Win32.pm
89 ____________________________________________________________________________
90 [ 11227] By: gsar on 2001/07/09 02:11:04
91 Log: I18N::Langinfo is not available on windows
94 ____________________________________________________________________________
95 [ 11226] By: gsar on 2001/07/09 01:55:23
99 ____________________________________________________________________________
100 [ 11225] By: jhi on 2001/07/08 23:42:37
103 ! Changes patchlevel.h
104 ____________________________________________________________________________
105 [ 11224] By: jhi on 2001/07/08 23:05:41
106 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
107 as pointed out by Sarathy.
109 ! ext/I18N/Langinfo/Langinfo.xs
110 ____________________________________________________________________________
111 [ 11223] By: jhi on 2001/07/08 22:59:01
114 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
115 ____________________________________________________________________________
116 [ 11222] By: jhi on 2001/07/08 17:41:22
117 Log: Bump up the VERSION of Cwd.xs.
119 ! ext/Cwd/Makefile.PL
120 ____________________________________________________________________________
121 [ 11221] By: jhi on 2001/07/08 17:13:38
122 Log: Retract #11220, the problem wasn't the missing leading zero.
124 $ ./perl -we 'chmod(oct("755"), ".")'
125 Non-octal literal mode (493) specified at -e line 1.
126 (Did you mean 0493 instead?)
128 ! lib/ExtUtils/MM_Unix.pm
129 ____________________________________________________________________________
130 [ 11220] By: jhi on 2001/07/08 17:05:55
131 Log: (Retracted by #11221)
132 Change the PERM_RW and PERM_RWX to 0644 and 0755
133 (add the leading zero).
135 ! lib/ExtUtils/MM_Unix.pm
136 ____________________________________________________________________________
137 [ 11219] By: jhi on 2001/07/08 16:17:32
138 Log: Integrate changes #11193, 11205, 11209 from macperl.
140 Fix up AutoLoader to fudge for Mac paths in import().
142 Allow symbols in try_symbol() to begin with "_".
144 Small portability fix for Mac OS.
146 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
147 ____________________________________________________________________________
148 [ 11218] By: jhi on 2001/07/08 16:10:30
149 Log: Metaconfig unit change for #11217.
150 Branch: metaconfig/U/perl
152 ____________________________________________________________________________
153 [ 11217] By: jhi on 2001/07/08 16:10:07
154 Log: Detypo, problem noticed by Gerrit P. Haase.
156 ! Configure config_h.SH
157 ____________________________________________________________________________
158 [ 11216] By: jhi on 2001/07/08 15:58:35
162 ____________________________________________________________________________
163 [ 11215] By: jhi on 2001/07/08 15:52:57
164 Log: Slight tweaks on #11213.
167 ____________________________________________________________________________
168 [ 11214] By: jhi on 2001/07/08 14:32:28
169 Log: A missing dTHX noticed by Gerrit P. Haase.
172 ____________________________________________________________________________
173 [ 11213] By: jhi on 2001/07/08 14:24:44
174 Log: Subject: [PATCH toke.c] Simplify yytoke()
175 From: Simon Cozens <simon@netthink.co.uk>
176 Date: Sun, 8 Jul 2001 13:24:34 +0100
177 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
179 Split out pending_ident().
181 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
182 ____________________________________________________________________________
183 [ 11212] By: jhi on 2001/07/08 14:17:10
184 Log: (Retracted by #11223.)
185 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
186 Date: Wed, 05 Nov 1997 17:22:34 -0600
187 From: Graham Barr <gbarr@ti.com>
188 Message-Id: <3460FFBA.6DA51F46@ti.com>
190 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
191 ____________________________________________________________________________
192 [ 11211] By: jhi on 2001/07/08 13:53:38
193 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
195 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
197 ____________________________________________________________________________
198 [ 11210] By: jhi on 2001/07/08 01:34:09
199 Log: Really do the test under the C locale.
201 ! ext/I18N/Langinfo/Langinfo.t
202 ____________________________________________________________________________
203 [ 11209] By: pudge on 2001/07/08 01:19:25
204 Log: Small portability fix for Mac OS.
205 Branch: maint-5.6/macperl
207 ____________________________________________________________________________
208 [ 11208] By: jhi on 2001/07/08 01:14:58
209 Log: Metaconfig unit change for #11207.
210 Branch: metaconfig/U/perl
212 ____________________________________________________________________________
213 [ 11207] By: jhi on 2001/07/08 01:14:02
214 Log: Add I18N::Langinfo, which is basically a wrapper around
215 nl_langinfo(), which is an additional way to query locale
216 specific information.
218 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
219 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
220 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
221 ____________________________________________________________________________
222 [ 11206] By: pudge on 2001/07/08 00:56:29
223 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
224 used in File::Find tests; replace with if.t.
225 Branch: maint-5.6/macperl
226 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
228 ____________________________________________________________________________
229 [ 11205] By: pudge on 2001/07/07 23:55:56
230 Log: Allow symbols in try_symbol() to begin with "_".
231 Branch: maint-5.6/macperl
233 ____________________________________________________________________________
234 [ 11204] By: pudge on 2001/07/07 23:53:37
235 Log: Sync up the File::Find changes from the rewrite by
236 Thomas Wegner, et al.
237 Branch: maint-5.6/macperl
238 + t/lib/filefind-taint.t
239 ! lib/File/Find.pm t/lib/filefind.t
240 ____________________________________________________________________________
241 [ 11203] By: pudge on 2001/07/07 23:43:06
242 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
243 From: Thomas Wegner <wegner_thomas@yahoo.com>
244 Date: Thu, 5 Jul 2001 20:31:25 +0200
245 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
246 Branch: maint-5.6/macperl
247 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
248 ____________________________________________________________________________
249 [ 11202] By: pudge on 2001/07/07 23:38:36
250 Log: Some more test portability fixes.
251 Branch: maint-5.6/macperl
252 ! t/lib/filecopy.t t/pragma/warn/pp_sys
253 ____________________________________________________________________________
254 [ 11201] By: jhi on 2001/07/07 22:52:38
255 Log: The #11200 removed wrong (non-existent) target. Duh.
258 ____________________________________________________________________________
259 [ 11200] By: jhi on 2001/07/07 22:44:14
260 Log: Zap the lib/re.pm before creating it.
263 ____________________________________________________________________________
264 [ 11199] By: pudge on 2001/07/07 20:54:35
265 Log: Another test. Please ignore.
266 Branch: maint-5.6/macperl
268 ____________________________________________________________________________
269 [ 11198] By: pudge on 2001/07/07 20:44:12
270 Log: Portability fixes for a lot of tests, especially IO-related
271 tests, and warnings, and the harness script.
272 Branch: maint-5.6/macperl
273 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
274 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
275 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
276 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
277 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
278 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
279 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
280 ! t/pragma/warnings.t
281 ____________________________________________________________________________
282 [ 11197] By: jhi on 2001/07/07 20:32:28
283 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
284 From: Nicholas Clark <nick@ccl4.org>
285 Date: Sat, 7 Jul 2001 21:00:17 +0100
286 Message-ID: <20010707210017.H59620@plum.flirble.org>
289 ____________________________________________________________________________
290 [ 11196] By: jhi on 2001/07/07 20:26:36
291 Log: The UNICOS/mk SysV IPC problem has been fixed.
293 ! pod/perl572delta.pod
294 ____________________________________________________________________________
295 [ 11195] By: jhi on 2001/07/07 19:59:51
296 Log: Slight update tweaks on perlunicode.pod.
298 ! pod/perlunicode.pod
299 ____________________________________________________________________________
300 [ 11194] By: jhi on 2001/07/07 17:53:03
301 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
302 From: Mark-Jason Dominus <mjd@plover.com>
303 Date: Sat, 07 Jul 2001 13:04:04 -0400
304 Message-ID: <20010707170404.32694.qmail@plover.com>
306 ! ext/DB_File/DB_File.pm
307 ____________________________________________________________________________
308 [ 11193] By: pudge on 2001/07/07 17:26:28
309 Log: Fix up AutoLoader to fudge for Mac paths in import().
310 Branch: maint-5.6/macperl
312 ____________________________________________________________________________
313 [ 11192] By: jhi on 2001/07/07 17:03:06
314 Log: Try to force the lib/re.pm to be there before entering
315 the extensions builds, should help for parallel makes.
318 ____________________________________________________________________________
319 [ 11191] By: jhi on 2001/07/07 15:26:16
320 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
321 From: Norton Allen <allen@huarp.harvard.edu>
322 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
323 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
326 ____________________________________________________________________________
327 [ 11190] By: jhi on 2001/07/07 15:22:08
328 Log: Subject: [PATCH] Re: op/arith.t
329 From: Nicholas Clark <nick@ccl4.org>
330 Date: Sat, 7 Jul 2001 13:04:54 +0100
331 Message-ID: <20010707130454.D59620@plum.flirble.org>
334 ____________________________________________________________________________
335 [ 11189] By: jhi on 2001/07/07 15:20:44
336 Log: Subject: [PATCH] h2xs
337 From: Nicholas Clark <nick@ccl4.org>
338 Date: Fri, 6 Jul 2001 23:25:14 +0100
339 Message-ID: <20010706232514.X59620@plum.flirble.org>
342 ____________________________________________________________________________
343 [ 11188] By: jhi on 2001/07/07 15:12:36
344 Log: Subject: Re: bleedperl perl_alloc..free leakage
345 From: Radu Greab <radu@netsoft.ro>
346 Date: Fri, 6 Jul 2001 19:48:54 +0300
347 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
352 ____________________________________________________________________________
353 [ 11187] By: pudge on 2001/07/07 02:11:36
354 Log: Test again. Please ignore.
355 Branch: maint-5.6/macperl
357 ____________________________________________________________________________
358 [ 11186] By: pudge on 2001/07/07 02:08:13
359 Log: Test. Please ignore.
360 Branch: maint-5.6/macperl
362 ____________________________________________________________________________
363 [ 11185] By: pudge on 2001/07/06 23:46:57
364 Log: Include changes already sent in separately as patches,
365 before branch was created.
366 Branch: maint-5.6/macperl
367 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
368 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
369 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
370 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
371 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
372 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
373 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
374 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
375 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
377 ____________________________________________________________________________
378 [ 11184] By: jhi on 2001/07/06 16:41:30
379 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
380 From: Norton Allen <allen@huarp.harvard.edu>
381 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
382 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
385 ____________________________________________________________________________
386 [ 11183] By: nick on 2001/07/06 16:27:40
387 Log: Integrate mainline
390 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
391 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
392 - win32/bin/mdelete.bat
393 !> (integrate 215 files)
394 ____________________________________________________________________________
395 [ 11182] By: jhi on 2001/07/06 15:57:16
396 Log: The #11166 needed also these updated.
398 ! lib/warnings.pm warnings.h
399 ____________________________________________________________________________
400 [ 11181] By: jhi on 2001/07/06 13:24:42
403 ! Changes patchlevel.h
404 ____________________________________________________________________________
405 [ 11180] By: jhi on 2001/07/06 13:20:08
409 ____________________________________________________________________________
410 [ 11179] By: jhi on 2001/07/06 12:57:13
411 Log: Nit from Abhijit.
414 ____________________________________________________________________________
415 [ 11178] By: jhi on 2001/07/06 12:53:04
419 ____________________________________________________________________________
420 [ 11177] By: jhi on 2001/07/06 12:44:51
421 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
422 From: Norton Allen <allen@huarp.harvard.edu>
423 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
424 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
427 ____________________________________________________________________________
428 [ 11176] By: jhi on 2001/07/06 12:42:45
429 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
430 From: Norton Allen <allen@huarp.harvard.edu>
431 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
432 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
435 ____________________________________________________________________________
436 [ 11175] By: jhi on 2001/07/06 12:29:56
437 Log: Retract #11165 since Sarathy pointed out it'll not
438 work properly under threads, the problem should be
439 solved using "the savestack, either via SSNEW() or
440 using a newSVpv()+SAVEFREESV() combo."
443 ____________________________________________________________________________
444 [ 11174] By: jhi on 2001/07/06 12:27:31
445 Log: Retract #11125 since NI-S pointed out it'll not work in
446 cases where the extension has their own handcrafted INC
449 ! lib/ExtUtils/MM_Unix.pm
450 ____________________________________________________________________________
451 [ 11173] By: jhi on 2001/07/06 12:20:50
452 Log: Subject: RE: [PATCH] -I and MakeMaker again
453 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
454 Date: Fri, 6 Jul 2001 09:18:29 +0200
455 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
457 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
458 ! lib/ExtUtils/MM_Win32.pm
459 ____________________________________________________________________________
460 [ 11172] By: jhi on 2001/07/06 12:18:39
461 Log: (Retracted by #11178)
462 Subject: [PATCH t/op/method.t] SUPER:: strangeness
463 From: Piers Cawley <pdcawley@iterative-software.com>
464 Date: 06 Jul 2001 10:49:01 +0100
465 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
468 ____________________________________________________________________________
469 [ 11171] By: jhi on 2001/07/06 01:38:55
470 Log: VOS README update from Paul Green.
473 ____________________________________________________________________________
474 [ 11170] By: jhi on 2001/07/06 01:19:33
475 Log: Subject: [PATCH README.qnx hints/qnx.sh]
476 From: Norton Allen <allen@huarp.harvard.edu>
477 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
478 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
480 ! README.qnx hints/qnx.sh
481 ____________________________________________________________________________
482 [ 11169] By: jhi on 2001/07/06 01:17:43
483 Log: Subject: [PATCH] Doc patch for Tie::Hash
484 From: Artur Bergman <artur@contiller.se>
485 Date: Thu, 05 Jul 2001 22:51:18 +0200
486 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
489 ____________________________________________________________________________
490 [ 11168] By: jhi on 2001/07/06 01:16:27
491 Log: Subject: [PATCH] perlfaq4.pod
492 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
493 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
494 Date: Thu, 5 Jul 2001 18:44:10 +0100
497 ____________________________________________________________________________
498 [ 11167] By: jhi on 2001/07/06 01:14:41
499 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
500 From: Robin Houston <robin@kitsite.com>
501 Date: Thu, 5 Jul 2001 18:33:21 +0100
502 Message-ID: <20010705183321.A27345@robin.kitsite.com>
505 ____________________________________________________________________________
506 [ 11166] By: jhi on 2001/07/06 01:11:50
507 Log: Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
508 From: Abhijit Menon-Sen <ams@wiw.org>
509 Date: Fri, 6 Jul 2001 01:26:32 +0530
510 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
512 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
513 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
515 ____________________________________________________________________________
516 [ 11165] By: jhi on 2001/07/06 00:19:26
517 Log: (Retracted by #11175)
518 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
519 From: Norton Allen <allen@huarp.harvard.edu>
520 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
521 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
524 ____________________________________________________________________________
525 [ 11164] By: jhi on 2001/07/06 00:14:57
526 Log: Unterminated C< (noticed by Richard Hatch), and few other
527 small Unicode doc tweaks.
530 ____________________________________________________________________________
531 [ 11163] By: jhi on 2001/07/05 19:33:34
532 Log: More flexible argument understanding; add charblocks() and
533 charscripts(); make charblock() and charscript() two-way;
534 add charinrange(); separate the $Unicode::UCD::VERSION and
535 the version of the Unicode by adding UnicodeVersion().
537 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
538 ____________________________________________________________________________
539 [ 11162] By: jhi on 2001/07/05 13:38:36
540 Log: Update Unicode::UCD on \p{In...}.
543 ____________________________________________________________________________
544 [ 11161] By: jhi on 2001/07/05 13:26:00
545 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
546 From: Norton Allen <allen@huarp.harvard.edu>
547 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
548 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
550 ! lib/ExtUtils/MM_Unix.pm
551 ____________________________________________________________________________
552 [ 11160] By: jhi on 2001/07/05 13:06:53
553 Log: POSIX-BC tweaks from Thomas Dorner.
555 ! hints/posix-bc.sh perlio.h
556 ____________________________________________________________________________
557 [ 11159] By: jhi on 2001/07/05 04:17:18
558 Log: Module updates for the delta.
560 ! pod/perl572delta.pod
561 ____________________________________________________________________________
562 [ 11158] By: jhi on 2001/07/05 03:45:19
563 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
564 From: Norton Allen <allen@huarp.harvard.edu>
565 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
566 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
568 ! ext/IO/lib/IO/t/io_sock.t
569 ____________________________________________________________________________
570 [ 11157] By: jhi on 2001/07/05 03:44:19
571 Log: Subject: [PATCH perldiag.pod] Quick fixes
572 From: Simon Cozens <simon@netthink.co.uk>
573 Date: Wed, 4 Jul 2001 20:22:12 +0100
574 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
577 ____________________________________________________________________________
578 [ 11156] By: jhi on 2001/07/05 03:43:28
579 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
580 From: Radu Greab <radu@netsoft.ro>
581 Date: Wed, 4 Jul 2001 22:13:31 +0300
582 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
584 ! op.c sv.c t/op/pos.t
585 ____________________________________________________________________________
586 [ 11155] By: jhi on 2001/07/05 03:40:24
587 Log: Subject: [PATCH] -I and MakeMaker again
588 From: Michael G Schwern <schwern@pobox.com>
589 Date: Wed, 4 Jul 2001 15:03:07 -0400
590 Message-ID: <20010704150307.I20340@blackrider>
594 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
595 ! lib/ExtUtils/MakeMaker.pm
596 ____________________________________________________________________________
597 [ 11154] By: jhi on 2001/07/05 03:32:43
598 Log: Subject: Re: PERFORCE change 11142 for review
599 From: "Philip Newton" <Philip.Newton@gmx.net>
600 Date: Wed, 4 Jul 2001 20:46:26 +0200
601 Message-Id: <200107041841.VAA25380@taas.iki.fi>
603 ! lib/ExtUtils/MakeMaker.pm
604 ____________________________________________________________________________
605 [ 11153] By: jhi on 2001/07/05 03:29:21
606 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
607 From: Jonathan Stowe <gellyfish@gellyfish.com>
608 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
609 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
612 ____________________________________________________________________________
613 [ 11152] By: gsar on 2001/07/05 00:52:57
614 Log: fix the binary compatibility issue when building with/without
615 usemymalloc by exporting Perl_malloc() et al as simple wrappers
616 around the system functions (this allows most extensions built
617 using one mode to coexist with perls built in the other mode)
619 XXX the Perl_mfree() wrapper might need to do return(free()) on
620 platforms where Free_t isn't "void"
622 ! embed.h embed.pl makedef.pl proto.h util.c
623 ____________________________________________________________________________
624 [ 11151] By: gsar on 2001/07/05 00:42:49
625 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
626 since it doesn't ensure threads other than the one calling fork()
627 aren't holding any locks; the fix is to use pthread_atfork() to
630 building perl with -Dusemymalloc exacerbates the problem since
631 Perl_malloc() holds a mutex, and perl's exec() calls New()
633 XXX the code in win32thread.h may be needed on platforms that have
636 ! perl.c thread.h win32/win32thread.h
637 ____________________________________________________________________________
638 [ 11150] By: pudge on 2001/07/04 20:07:54
639 Log: Integrate #11009 from maintperl.
640 Branch: maint-5.6/macperl
641 !> lib/ExtUtils/Manifest.pm
642 ____________________________________________________________________________
643 [ 11149] By: pudge on 2001/07/04 19:54:46
644 Log: Flexing my Perforce muscles.
645 Branch: maint-5.6/macperl
647 ____________________________________________________________________________
648 [ 11148] By: jhi on 2001/07/04 17:14:51
651 ! Changes patchlevel.h
652 ____________________________________________________________________________
653 [ 11147] By: jhi on 2001/07/04 16:41:25
654 Log: Metaconfig unit change for #11146.
655 Branch: metaconfig/U/perl
657 ____________________________________________________________________________
658 [ 11146] By: jhi on 2001/07/04 16:36:31
659 Log: Somehow the #ifdefs of the added code (in #11093) made
660 HP-UX to fail the fcntl locking test, without the ifdefs
661 the test seems to be working again. Reason unknown:
662 HP-UX cc doesn't complain either way.
665 ____________________________________________________________________________
666 [ 11145] By: jhi on 2001/07/04 16:08:00
667 Log: PERLRUNINST needed in some spots.
669 ! lib/ExtUtils/MM_Unix.pm
670 ____________________________________________________________________________
671 [ 11144] By: jhi on 2001/07/04 16:07:35
675 ____________________________________________________________________________
676 [ 11143] By: jhi on 2001/07/04 15:08:26
677 Log: When removing tests updating the test count is a good idea, too.
679 ! lib/Net/t/require.t
680 ____________________________________________________________________________
681 [ 11142] By: jhi on 2001/07/04 14:57:51
682 Log: Document #11134 and add the new symbols to the list of
683 of MakeMaker known ones.
685 ! lib/ExtUtils/MakeMaker.pm
686 ____________________________________________________________________________
687 [ 11141] By: jhi on 2001/07/04 14:34:11
688 Log: Microperl update.
691 ____________________________________________________________________________
692 [ 11140] By: jhi on 2001/07/04 14:32:27
693 Log: Update the libnet tests as per #11138.
696 ! MANIFEST lib/Net/t/require.t
697 ____________________________________________________________________________
698 [ 11139] By: jhi on 2001/07/04 14:14:33
699 Log: Regen toc and modlib.
701 ! pod/perlmodlib.pod pod/perltoc.pod
702 ____________________________________________________________________________
703 [ 11138] By: jhi on 2001/07/04 14:10:38
704 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
707 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
709 ____________________________________________________________________________
710 [ 11137] By: jhi on 2001/07/04 14:06:35
711 Log: Add the OS/390 harness results to the delta.
713 ! pod/perl572delta.pod
714 ____________________________________________________________________________
715 [ 11136] By: jhi on 2001/07/04 13:59:01
716 Log: Avoid the two study tests in OS/390 until the bug has been solved.
719 ____________________________________________________________________________
720 [ 11135] By: jhi on 2001/07/04 13:49:08
721 Log: DOS/DJGPP tweaks from Laszlo Molnar.
723 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
724 ____________________________________________________________________________
725 [ 11134] By: jhi on 2001/07/04 13:47:46
726 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
727 From: Michael G Schwern <schwern@pobox.com>
728 Date: Wed, 4 Jul 2001 00:01:16 -0400
729 Message-ID: <20010704000116.C591@blackrider>
731 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
732 ____________________________________________________________________________
733 [ 11133] By: jhi on 2001/07/04 01:55:20
734 Log: The #11132 missed singleton characters (not part
735 of a unilo..unihi range) in Unicode scripts.
737 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
738 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
739 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
740 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
741 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
742 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
743 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
744 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
745 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
746 ! lib/unicode/mktables.PL t/op/pat.t
747 ____________________________________________________________________________
748 [ 11132] By: jhi on 2001/07/04 01:32:11
749 Log: Support preferentially the Unicode 'scripts' definition
750 in the \p{In...} notation since according to Unicode the
751 scripts concept is more natural for matching than using
752 the somewhat artificial block names. The block names are
753 still available, though, and if there's a name conflict,
754 the scripts one wins and the blocks one has to do with
755 'Block' appended to its name. For more information see
757 http://www.unicode.org/unicode/reports/tr24/
759 + lib/unicode/In/100.pl lib/unicode/In/101.pl
760 + lib/unicode/In/102.pl lib/unicode/In/103.pl
761 + lib/unicode/In/104.pl lib/unicode/In/105.pl
762 + lib/unicode/In/106.pl lib/unicode/In/107.pl
763 + lib/unicode/In/108.pl lib/unicode/In/109.pl
764 + lib/unicode/In/110.pl lib/unicode/In/111.pl
765 + lib/unicode/In/112.pl lib/unicode/In/113.pl
766 + lib/unicode/In/114.pl lib/unicode/In/115.pl
767 + lib/unicode/In/116.pl lib/unicode/In/117.pl
768 + lib/unicode/In/118.pl lib/unicode/In/119.pl
769 + lib/unicode/In/120.pl lib/unicode/In/121.pl
770 + lib/unicode/In/122.pl lib/unicode/In/123.pl
771 + lib/unicode/In/124.pl lib/unicode/In/125.pl
772 + lib/unicode/In/126.pl lib/unicode/In/127.pl
773 + lib/unicode/In/128.pl lib/unicode/In/129.pl
774 + lib/unicode/In/130.pl lib/unicode/In/131.pl
775 + lib/unicode/In/132.pl lib/unicode/In/133.pl
776 + lib/unicode/In/134.pl lib/unicode/In/135.pl
777 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
778 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
780 ____________________________________________________________________________
781 [ 11131] By: jhi on 2001/07/03 23:02:02
782 Log: Better document the difference between a block and a script.
785 ____________________________________________________________________________
786 [ 11130] By: jhi on 2001/07/03 22:49:15
787 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
788 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
789 Date: Tue, 3 Jul 2001 15:04:23 -0500
790 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
793 ____________________________________________________________________________
794 [ 11129] By: jhi on 2001/07/03 22:45:41
795 Log: Add tests for charscript().
797 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
798 ____________________________________________________________________________
799 [ 11128] By: jhi on 2001/07/03 20:41:54
800 Log: Add charscript() to get the UTR#24 script names of characters.
803 ____________________________________________________________________________
804 [ 11127] By: jhi on 2001/07/03 19:53:29
808 ____________________________________________________________________________
809 [ 11126] By: jhi on 2001/07/03 19:45:30
810 Log: Unicode::UCD updates.
813 ____________________________________________________________________________
814 [ 11125] By: jhi on 2001/07/03 16:12:20
815 Log: Subject: MakeMaker should pass through DEFINE and INC to subdirs
816 From: Alan Burlison <Alan.Burlison@sun.com>
817 Date: Tue, 03 Jul 2001 15:20:13 +0100
818 Message-ID: <3B41D49D.A923D4F9@sun.com>
820 ! lib/ExtUtils/MM_Unix.pm
821 ____________________________________________________________________________
822 [ 11124] By: jhi on 2001/07/03 16:06:53
823 Log: Subject: Patch needed for UTS
824 From: hom00@utsglobal.com (Hal Morris)
825 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
826 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
828 Replace #11113 with a better version.
831 ____________________________________________________________________________
832 [ 11123] By: jhi on 2001/07/03 16:04:49
833 Log: Subject: Re: POINTERRIGOR
834 From: Andy Dougherty <doughera@lafayette.edu>
835 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
836 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
839 ____________________________________________________________________________
840 [ 11122] By: jhi on 2001/07/03 16:03:31
841 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
842 From: "Philip Newton" <pnewton@gmx.de>
843 Date: Tue, 3 Jul 2001 17:03:34 +0200
844 Message-ID: <3B41FAE6.29564.660E117@localhost>
847 ____________________________________________________________________________
848 [ 11121] By: jhi on 2001/07/03 13:26:08
852 ____________________________________________________________________________
853 [ 11120] By: jhi on 2001/07/03 11:34:47
854 Log: Subject: [PATCH 5.6.1] debugger fixes
855 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
856 Date: Tue, 3 Jul 2001 03:38:18 -0400
857 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
859 The $^S is working again.
862 ____________________________________________________________________________
863 [ 11119] By: jhi on 2001/07/03 11:33:27
864 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
865 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
866 Date: Tue, 3 Jul 2001 03:34:06 -0400
867 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
869 ! os2/OS2/Process/Process.pm
870 ____________________________________________________________________________
871 [ 11118] By: jhi on 2001/07/03 11:29:54
872 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
873 From: "Philip Newton" <Philip.Newton@gmx.net>
874 Date: Tue, 3 Jul 2001 09:11:27 +0200
875 Message-Id: <200107030706.KAA04596@taas.iki.fi>
878 ____________________________________________________________________________
879 [ 11117] By: jhi on 2001/07/03 11:25:14
882 ! pod/perl572delta.pod
883 ____________________________________________________________________________
884 [ 11116] By: jhi on 2001/07/02 23:06:50
885 Log: Metaconfig unit change for 11115.
888 ____________________________________________________________________________
889 [ 11115] By: jhi on 2001/07/02 23:06:27
890 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
891 (from Richard Hatch) (this was the cause of pipes() and
892 times() myeteriously not being found)
895 ____________________________________________________________________________
896 [ 11114] By: jhi on 2001/07/02 22:58:41
897 Log: Retract #10142, the real culprit found by Richard Hatch,
898 coming soon to Configure near you.
901 ____________________________________________________________________________
902 [ 11113] By: jhi on 2001/07/02 22:56:09
903 Log: (Replaced by #11124) UTS workaround from Hal Morris.
906 ____________________________________________________________________________
907 [ 11112] By: jhi on 2001/07/02 22:53:29
908 Log: Subject: [PATCH] grok not grocking correctly
909 From: Nicholas Clark <nick@ccl4.org>
910 Date: Tue, 3 Jul 2001 00:19:08 +0100
911 Message-ID: <20010703001908.H59620@plum.flirble.org>
914 ____________________________________________________________________________
915 [ 11111] By: jhi on 2001/07/02 22:48:42
916 Log: Subject: [PATCH Deparse.t] test just-posted patches
917 From: Robin Houston <robin@kitsite.com>
918 Date: Mon, 2 Jul 2001 23:46:15 +0100
919 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
922 ____________________________________________________________________________
923 [ 11110] By: jhi on 2001/07/02 22:27:10
924 Log: Subject: [PATCH toke.c] autosplit into @F
925 From: Robin Houston <robin@kitsite.com>
926 Date: Mon, 2 Jul 2001 23:18:20 +0100
927 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
930 ____________________________________________________________________________
931 [ 11109] By: jhi on 2001/07/02 22:25:03
932 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
933 From: Robin Houston <robin@kitsite.com>
934 Date: Mon, 2 Jul 2001 23:00:48 +0100
935 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
938 ____________________________________________________________________________
939 [ 11108] By: jhi on 2001/07/02 19:21:18
940 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
941 From: "Philip Newton" <Philip.Newton@gmx.net>
942 Date: Mon, 2 Jul 2001 22:06:22 +0200
945 ! ext/NDBM_File/hints/linux.pl
946 ____________________________________________________________________________
947 [ 11107] By: jhi on 2001/07/02 19:19:25
948 Log: Subject: Re: Fixed pack problem - sort of
949 From: Nicholas Clark <nick@ccl4.org>
950 Date: Mon, 2 Jul 2001 20:59:20 +0100
951 Message-ID: <20010702205919.F59620@plum.flirble.org>
953 ! pp_pack.c t/op/pack.t
954 ____________________________________________________________________________
955 [ 11106] By: jhi on 2001/07/02 19:18:28
956 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
957 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
958 Date: Mon, 2 Jul 2001 15:45:41 -0400
959 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
962 ____________________________________________________________________________
963 [ 11105] By: jhi on 2001/07/02 19:17:27
964 Log: (Mistaken retraction)
967 ____________________________________________________________________________
968 [ 11104] By: jhi on 2001/07/02 18:56:15
969 Log: Detypo in #11103.
972 ____________________________________________________________________________
973 [ 11103] By: jhi on 2001/07/02 18:54:53
974 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
975 From: Jonathan Stowe <gellyfish@gellyfish.com>
976 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
977 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
980 ____________________________________________________________________________
981 [ 11102] By: jhi on 2001/07/02 18:16:09
982 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
983 From: "Craig A. Berry" <craigberry@mac.com>
984 Date: Mon, 02 Jul 2001 14:11:23 -0500
985 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
988 ____________________________________________________________________________
989 [ 11101] By: jhi on 2001/07/02 18:14:51
990 Log: Subject: [PATCH] Re: op/numconvert.t failures
991 From: Nicholas Clark <nick@ccl4.org>
992 Date: Mon, 2 Jul 2001 20:10:48 +0100
993 Message-ID: <20010702201048.E59620@plum.flirble.org>
996 ____________________________________________________________________________
997 [ 11100] By: jhi on 2001/07/02 17:51:44
1000 ! Changes patchlevel.h
1001 ____________________________________________________________________________
1002 [ 11099] By: jhi on 2001/07/02 17:46:31
1003 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
1004 The real fix must be more involved. The line of code all the leaky
1005 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
1006 line of Perl_newPMOP().
1009 ____________________________________________________________________________
1010 [ 11098] By: jhi on 2001/07/02 17:37:44
1013 Subject: Re: sizeof(struct sembuf)
1014 From: Nicholas Clark <nick@ccl4.org>
1015 Date: Sun, 1 Jul 2001 22:26:48 +0100
1016 Message-ID: <20010701222648.W59620@plum.flirble.org>
1018 but do semop() always the slow way.
1021 ____________________________________________________________________________
1022 [ 11097] By: jhi on 2001/07/02 17:22:14
1023 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
1024 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1025 Date: Tue, 03 Jul 2001 00:56:30 +0900
1026 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
1028 ! ext/Encode/Encode/Tcl.t
1029 ____________________________________________________________________________
1030 [ 11096] By: jhi on 2001/07/02 17:11:24
1031 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
1032 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1033 Date: Tue, 03 Jul 2001 00:55:46 +0900
1034 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
1036 ! ext/Encode/Encode/Tcl.pm
1037 ____________________________________________________________________________
1038 [ 11095] By: jhi on 2001/07/02 17:07:14
1039 Log: Regen api and toc.
1041 ! pod/perlapi.pod pod/perltoc.pod
1042 ____________________________________________________________________________
1043 [ 11094] By: jhi on 2001/07/02 16:29:42
1044 Log: Metaconfig unit change for #11093.
1045 Branch: metaconfig/U/perl
1046 ! d_fcntl_can_lock.U
1047 ____________________________________________________________________________
1048 [ 11093] By: jhi on 2001/07/02 16:28:56
1049 Log: The fcntl locking test may hang if NFS locking messed up;
1050 break out with alarm(10).
1053 ____________________________________________________________________________
1054 [ 11092] By: jhi on 2001/07/02 14:11:31
1055 Log: Move the mdelete.bat from win32/bin to win32.
1058 ____________________________________________________________________________
1059 [ 11091] By: jhi on 2001/07/02 14:10:01
1060 Log: Typo in #11083.
1062 ! ext/Time/Piece/Piece.t
1063 ____________________________________________________________________________
1064 [ 11090] By: jhi on 2001/07/02 13:36:58
1065 Log: Netware tweaks from Guruprasad.
1067 - NetWare/perlsdio.h
1068 ! MANIFEST NetWare/Makefile NetWare/interface.c
1069 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
1071 ____________________________________________________________________________
1072 [ 11089] By: jhi on 2001/07/02 13:25:40
1073 Log: Subject: Re: [PATH] shared -> unique;
1074 From: Abhijit Menon-Sen <ams@wiw.org>
1075 Date: Wed, 27 Jun 2001 03:51:27 +0530
1076 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
1078 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
1079 ____________________________________________________________________________
1080 [ 11088] By: jhi on 2001/07/02 13:24:27
1081 Log: Subject: Re: AIX / gcc-3.0
1082 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1083 Date: Mon, 02 Jul 2001 15:20:21 +0200
1084 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
1087 ____________________________________________________________________________
1088 [ 11087] By: jhi on 2001/07/02 13:23:21
1089 Log: Subject: Re: Bug report: split splits on wrong pattern
1090 From: Abhijit Menon-Sen <ams@wiw.org>
1091 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
1092 Date: Mon, 2 Jul 2001 16:31:33 +0530
1095 ____________________________________________________________________________
1096 [ 11086] By: jhi on 2001/07/02 13:22:30
1097 Log: Subject: [PATCH 5.6.1] test harness
1098 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1099 Date: Mon, 2 Jul 2001 06:29:21 -0400
1100 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
1102 ! lib/Test/Harness.pm
1103 ____________________________________________________________________________
1104 [ 11085] By: jhi on 2001/07/02 13:21:39
1105 Log: Subject: [PATCH 5.6.1] debugger goof
1106 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1107 Date: Mon, 2 Jul 2001 06:27:22 -0400
1108 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
1111 ____________________________________________________________________________
1112 [ 11084] By: jhi on 2001/07/02 13:20:50
1113 Log: Subject: [PATCH 5.6.1] OS/2 cwd
1114 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1115 Date: Mon, 2 Jul 2001 06:21:17 -0400
1116 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
1118 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
1119 ____________________________________________________________________________
1120 [ 11083] By: jhi on 2001/07/02 13:19:18
1121 Log: Make #11082 more OS/2-specific.
1123 ! ext/Time/Piece/Piece.t
1124 ____________________________________________________________________________
1125 [ 11082] By: jhi on 2001/07/02 13:14:36
1126 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
1127 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1128 Date: Mon, 2 Jul 2001 06:06:34 -0400
1129 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
1131 ! ext/Time/Piece/Piece.t
1132 ____________________________________________________________________________
1133 [ 11081] By: jhi on 2001/07/02 13:13:08
1134 Log: Subject: [PATCH B::Deparse] version number & changes
1135 From: Robin Houston <robin@kitsite.com>
1136 Date: Sun, 1 Jul 2001 17:17:29 +0100
1137 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
1139 ! ext/B/B/Deparse.pm
1140 ____________________________________________________________________________
1141 [ 11080] By: jhi on 2001/07/02 13:11:48
1142 Log: Subject: a small fix.
1143 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1144 Date: Mon, 2 Jul 2001 12:17:53 +0200
1145 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
1147 ! ext/Thread/Thread.xs
1148 ____________________________________________________________________________
1149 [ 11079] By: jhi on 2001/07/02 13:10:39
1150 Log: Subject: RE: perl@10907
1151 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1152 Date: Mon, 2 Jul 2001 12:06:16 +0200
1153 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
1155 Borland C vs PerlIO.
1157 ! win32/config.bc win32/config_H.bc
1158 ____________________________________________________________________________
1159 [ 11078] By: jhi on 2001/07/02 13:03:44
1160 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
1161 From: "H.M. Brand" <merijn@l1.procura.nl>
1162 Date: Mon, 02 Jul 2001 11:18:57 +0200
1163 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
1166 ____________________________________________________________________________
1167 [ 11077] By: jhi on 2001/07/02 12:58:27
1168 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
1169 From: Michael G Schwern <schwern@pobox.com>
1170 Date: Mon, 2 Jul 2001 00:26:24 -0400
1171 Message-ID: <20010702002624.A18302@blackrider>
1173 - ext/util/mkbootstrap
1174 ____________________________________________________________________________
1175 [ 11076] By: jhi on 2001/07/02 12:56:20
1176 Log: Subject: [PATCH op.h] v minor comment tweak
1177 From: Robin Houston <robin@puffinry.freeserve.co.uk>
1178 Date: Mon, 2 Jul 2001 00:42:01 +0100
1179 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
1182 ____________________________________________________________________________
1183 [ 11075] By: jhi on 2001/07/02 12:53:48
1184 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
1187 ____________________________________________________________________________
1188 [ 11074] By: jhi on 2001/07/02 12:52:28
1189 Log: Subject: Re: sizeof(struct sembuf)
1190 From: Nicholas Clark <nick@ccl4.org>
1191 Date: Sun, 1 Jul 2001 19:23:16 +0100
1192 Message-ID: <20010701192316.V59620@plum.flirble.org>
1194 s/signaling/signalling/
1197 ____________________________________________________________________________
1198 [ 11073] By: jhi on 2001/07/02 12:49:51
1199 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
1200 From: "Philip Newton" <Philip.Newton@gmx.net>
1201 Date: Sun, 1 Jul 2001 09:37:56 +0200
1202 Message-Id: <200107010733.KAA03920@taas.iki.fi>
1205 ____________________________________________________________________________
1206 [ 11072] By: jhi on 2001/07/02 12:48:03
1207 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
1208 From: "Philip Newton" <Philip.Newton@gmx.net>
1209 Date: Sun, 1 Jul 2001 09:37:56 +0200
1210 Message-Id: <200107010733.KAA03925@taas.iki.fi>
1212 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1213 ____________________________________________________________________________
1214 [ 11071] By: jhi on 2001/07/02 12:45:12
1215 Log: Metaconfig unit change for #11070.
1217 ! U/compline/randfunc.U
1218 ____________________________________________________________________________
1219 [ 11070] By: jhi on 2001/07/02 12:43:58
1220 Log: Subject: [PATCH perlsnap] its --> it's --> its
1221 From: "Philip Newton" <Philip.Newton@gmx.net>
1222 Date: Sun, 1 Jul 2001 09:37:56 +0200
1223 Message-Id: <200107010733.KAA03914@taas.iki.fi>
1226 ____________________________________________________________________________
1227 [ 11069] By: jhi on 2001/07/02 12:01:52
1228 Log: Sync with Sarathy; integrate with perlio.
1231 ____________________________________________________________________________
1232 [ 11068] By: gsar on 2001/07/02 08:07:54
1233 Log: regenerate win32/config_H.?c files
1235 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1236 ____________________________________________________________________________
1237 [ 11067] By: gsar on 2001/07/02 08:03:55
1238 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
1241 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
1244 fix a warning about "fd" being used without being set in Cwd.xs
1246 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
1247 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1248 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
1250 ____________________________________________________________________________
1251 [ 11066] By: gsar on 2001/07/02 07:12:10
1252 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
1253 within macro arguments") and warnings ("unary minus applied to
1254 unsigned type", among others)
1256 ! gv.c hv.c op.c pp.c sv.c toke.c
1257 ____________________________________________________________________________
1258 [ 11065] By: gsar on 2001/07/02 06:26:22
1259 Log: win32 fixes: more spurious CRs
1262 ____________________________________________________________________________
1263 [ 11064] By: gsar on 2001/07/02 06:25:22
1264 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
1265 from win32/bin (or it gets deleted by distclean); don't delete
1266 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
1267 NT (should be made Win9x specific, and added to makefile.mk)
1269 +> win32/mdelete.bat
1270 - win32/bin/mdelete.bat
1271 ! win32/Makefile win32/makefile.mk
1272 ____________________________________________________________________________
1273 [ 11063] By: nick on 2001/07/01 18:54:09
1274 Log: Quick for for #ifdef mess
1277 ____________________________________________________________________________
1278 [ 11062] By: nick on 2001/07/01 18:47:42
1279 Log: Raw integrate - does not build #if mess in gv.c
1281 !> (integrate 29 files)
1282 ____________________________________________________________________________
1283 [ 11061] By: jhi on 2001/07/01 15:20:38
1284 Log: Make 'compile' target a little less broken.
1285 Still very broken, though: -Wall warnings from
1286 the generated code, boot_Foo prototypes missing,
1287 can't autoload Fcntl::SEEK_CUR et alia, ...
1289 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
1290 ! utils/perlcc.PL x2p/Makefile.SH
1291 ____________________________________________________________________________
1292 [ 11060] By: jhi on 2001/07/01 14:04:20
1293 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
1295 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1296 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
1297 ____________________________________________________________________________
1298 [ 11059] By: jhi on 2001/07/01 05:02:59
1299 Log: Update Changes.
1301 ! Changes patchlevel.h
1302 ____________________________________________________________________________
1303 [ 11058] By: jhi on 2001/07/01 04:57:05
1304 Log: Still one typo, regen toc.
1306 ! lib/Unicode/UCD.pm pod/perltoc.pod
1307 ____________________________________________________________________________
1308 [ 11057] By: jhi on 2001/07/01 04:54:35
1309 Log: Detypos and regen toc.
1311 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
1312 ____________________________________________________________________________
1313 [ 11056] By: jhi on 2001/07/01 04:26:08
1316 ! ext/List/Util/lib/List/Util.pm
1317 ____________________________________________________________________________
1318 [ 11055] By: jhi on 2001/06/30 22:18:37
1319 Log: Attempt at plugging the leak under ithreads detected by Doug.
1322 ____________________________________________________________________________
1323 [ 11054] By: jhi on 2001/06/30 21:33:29
1324 Log: gcc -Wall lint after #11051.
1327 ____________________________________________________________________________
1328 [ 11053] By: jhi on 2001/06/30 21:13:55
1329 Log: Integrate perlio.
1331 !> lib/File/Find/taint.t
1332 ____________________________________________________________________________
1333 [ 11052] By: jhi on 2001/06/30 21:07:38
1334 Log: Don't use the v-strings for module VERSIONs.
1336 ! lib/Unicode/UCD.pm
1337 ____________________________________________________________________________
1338 [ 11051] By: jhi on 2001/06/30 20:59:57
1339 Log: Code cleanup based on turning off the -woffs in IRIX.
1340 Not all of the gripes cleaned up (hairy code in hv.c and
1341 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
1342 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
1345 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
1346 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
1347 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
1349 ____________________________________________________________________________
1350 [ 11050] By: nick on 2001/06/30 20:46:46
1351 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
1353 ! lib/File/Find/taint.t
1354 ____________________________________________________________________________
1355 [ 11049] By: nick on 2001/06/30 18:13:33
1356 Log: Integrate mainline
1358 +> NetWare/nwstdio.h NetWare/perlsdio.h
1359 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1360 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
1361 +> lib/Unicode/UCD.t t/run/exit.t
1362 !> (integrate 60 files)
1363 ____________________________________________________________________________
1364 [ 11048] By: jhi on 2001/06/30 16:23:39
1367 ! pod/perl572delta.pod
1368 ____________________________________________________________________________
1369 [ 11047] By: jhi on 2001/06/30 16:03:40
1370 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
1371 by CPAN.pm, use rather _00.
1373 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
1374 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
1375 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
1376 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
1377 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
1378 ! lib/ExtUtils/Embed.pm lib/Test.pm
1379 ____________________________________________________________________________
1380 [ 11046] By: jhi on 2001/06/30 15:53:22
1381 Log: Add a simple Unicode character database interface, Unicode::UCD.
1383 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
1385 ____________________________________________________________________________
1386 [ 11045] By: jhi on 2001/06/30 13:42:37
1387 Log: Subject: [PATCH] op/numconver.t
1388 From: Nicholas Clark <nick@ccl4.org>
1389 Date: Sat, 30 Jun 2001 15:40:10 +0100
1390 Message-ID: <20010630154010.I59620@plum.flirble.org>
1393 ____________________________________________________________________________
1394 [ 11044] By: jhi on 2001/06/30 13:29:25
1395 Log: The $^N is now taken (by #11038).
1398 ____________________________________________________________________________
1399 [ 11043] By: jhi on 2001/06/30 13:15:59
1400 Log: The #11040 had slipped to a wrong function...
1403 ____________________________________________________________________________
1404 [ 11042] By: jhi on 2001/06/30 13:08:25
1405 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
1406 the Configure library symbol probe mysteriously finds all
1407 symbols but those of pipe() and times().
1410 ____________________________________________________________________________
1411 [ 11041] By: jhi on 2001/06/30 13:01:25
1412 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
1413 From: Nicholas Clark <nick@ccl4.org>
1414 Date: Fri, 29 Jun 2001 23:49:07 +0100
1415 Message-ID: <20010629234907.D59620@plum.flirble.org>
1418 ____________________________________________________________________________
1419 [ 11040] By: jhi on 2001/06/30 13:00:24
1420 Log: Subject: [PATCH] weakref fix 2, not yet there
1421 From: Artur Bergman <artur@contiller.se>
1422 Date: Sat, 30 Jun 2001 01:18:16 +0200
1423 Message-ID: <B762D957.1CC9%artur@contiller.se>
1426 ____________________________________________________________________________
1427 [ 11039] By: jhi on 2001/06/30 12:59:25
1428 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
1429 From: Michael G Schwern <schwern@pobox.com>
1430 Date: Fri, 29 Jun 2001 19:39:11 -0400
1431 Message-ID: <20010629193910.D25304@blackrider>
1435 ____________________________________________________________________________
1436 [ 11038] By: jhi on 2001/06/30 12:58:16
1437 Log: Add support for $^N, the most-recently closed group.
1439 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
1440 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
1442 ____________________________________________________________________________
1443 [ 11037] By: jhi on 2001/06/30 12:53:40
1444 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
1445 From: lvirden@cas.org
1446 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
1447 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
1449 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
1450 From: lvirden@cas.org
1451 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
1452 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
1455 ____________________________________________________________________________
1456 [ 11036] By: jhi on 2001/06/30 12:51:45
1457 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
1458 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1459 Date: Sat, 30 Jun 2001 07:33:37 +0900
1460 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
1462 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
1463 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1464 Date: Sat, 30 Jun 2001 21:38:14 +0900
1465 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
1467 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1468 + ext/Encode/Encode/7bit-kr.enc
1469 ! MANIFEST ext/Encode/Encode/Tcl.pm
1470 ____________________________________________________________________________
1471 [ 11035] By: jhi on 2001/06/30 12:44:51
1472 Log: NetWare tweaks from Guruprasad.
1474 + NetWare/nwstdio.h NetWare/perlsdio.h
1475 ! MANIFEST NetWare/Makefile NetWare/config.wc
1476 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
1477 ! NetWare/t/Readme.txt
1478 ____________________________________________________________________________
1479 [ 11034] By: jhi on 2001/06/29 23:28:16
1480 Log: More module $VERSION bump-ups.
1482 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
1483 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
1484 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
1485 ____________________________________________________________________________
1486 [ 11033] By: jhi on 2001/06/29 21:25:23
1487 Log: Doc update due to #11032.
1489 ! pod/perl572delta.pod
1490 ____________________________________________________________________________
1491 [ 11032] By: jhi on 2001/06/29 21:19:44
1492 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
1493 From: Peter Prymmer <pvhp@forte.com>
1494 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
1495 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
1497 ! ext/Time/HiRes/HiRes.xs
1498 ____________________________________________________________________________
1499 [ 11031] By: jhi on 2001/06/29 14:31:53
1500 Log: -lpthreads missing in AIX.
1503 ____________________________________________________________________________
1504 [ 11030] By: jhi on 2001/06/29 14:08:12
1505 Log: Subject: [PATCH] CLONE && weakrefs
1506 From: Artur Bergman <artur@contiller.se>
1507 Date: Fri, 29 Jun 2001 17:02:00 +0200
1508 Message-ID: <B7626508.1CA0%artur@contiller.se>
1511 ____________________________________________________________________________
1512 [ 11029] By: jhi on 2001/06/29 14:06:50
1513 Log: Subject: Re: Bug report: split splits on wrong pattern
1514 From: Radu Greab <radu@netsoft.ro>
1515 Date: Wed, 27 Jun 2001 21:50:52 +0300
1516 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
1518 ! pp_ctl.c t/op/split.t
1519 ____________________________________________________________________________
1520 [ 11028] By: jhi on 2001/06/29 13:47:38
1521 Log: Metaconfig unit change for #11027.
1522 Branch: metaconfig/U/perl
1524 ____________________________________________________________________________
1525 [ 11027] By: jhi on 2001/06/29 13:47:03
1526 Log: I thought this Configure glitch for AIX was just recently fixed?
1529 ____________________________________________________________________________
1530 [ 11026] By: jhi on 2001/06/29 13:14:07
1531 Log: Update Changes.
1533 ! Changes patchlevel.h
1534 ____________________________________________________________________________
1535 [ 11025] By: jhi on 2001/06/29 13:07:57
1536 Log: Subject: Re: perl@10967, File::Find, and Cwd
1537 From: Mike Guy <mjtg@cam.ac.uk>
1538 Date: Fri, 29 Jun 2001 14:56:49 +0100
1539 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
1541 ! lib/File/Find/taint.t
1542 ____________________________________________________________________________
1543 [ 11024] By: jhi on 2001/06/29 12:39:23
1544 Log: Update the sv_pvprintify() spec.
1547 ____________________________________________________________________________
1548 [ 11023] By: jhi on 2001/06/29 12:33:33
1549 Log: Known test failures update.
1551 ! pod/perl572delta.pod
1552 ____________________________________________________________________________
1553 [ 11022] By: jhi on 2001/06/29 12:24:32
1556 Subject: [PATCH @11016] More );) fixes
1557 From: Richard Soderberg <rs@crystalflame.net>
1558 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
1559 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
1561 ! ext/Thread/Thread.xs ext/Thread/typemap
1562 ____________________________________________________________________________
1563 [ 11021] By: jhi on 2001/06/29 12:21:51
1564 Log: Subject: [PATCH @11016] Fixes compile errors in four files
1565 From: Richard Soderberg <rs@crystalflame.net>
1566 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
1567 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
1569 ! mg.c pp.c pp_hot.c util.c
1570 ____________________________________________________________________________
1571 [ 11020] By: jhi on 2001/06/29 12:05:54
1572 Log: AIX hints tweaking continues, from Merijn Brand.
1575 ____________________________________________________________________________
1576 [ 11019] By: jhi on 2001/06/29 12:05:10
1577 Log: HP-UX needs gccversion sooner, from Merijn Brand.
1580 ____________________________________________________________________________
1581 [ 11018] By: jhi on 2001/06/29 11:52:31
1582 Log: Subject: [PATCH 5.6.1] OS/2 docs
1583 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1584 Date: Fri, 29 Jun 2001 02:34:12 -0400
1585 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
1587 ! README.os2 os2/Changes
1588 ____________________________________________________________________________
1589 [ 11017] By: nick on 2001/06/29 10:20:30
1590 Log: Integrate mainline
1592 +> (branch 37 files)
1593 - ext/ODBM_File/sdbm.t
1594 !> (integrate 211 files)
1595 ____________________________________________________________________________
1596 [ 11016] By: jhi on 2001/06/29 03:38:56
1597 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
1598 the modules found using a script written by Larry Schatzer Jr.
1600 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
1601 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
1602 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
1603 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
1604 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
1605 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1606 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
1607 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
1608 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
1609 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
1610 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
1611 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
1612 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
1613 ! lib/constant.pm lib/fields.pm lib/strict.pm
1614 ____________________________________________________________________________
1615 [ 11015] By: jhi on 2001/06/29 02:55:58
1616 Log: The latest JPL from the anoncvs.
1618 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1619 ____________________________________________________________________________
1620 [ 11014] By: jhi on 2001/06/29 02:16:55
1621 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
1624 ____________________________________________________________________________
1625 [ 11013] By: jhi on 2001/06/28 23:14:53
1626 Log: Worrying about insecure directories now is a bit too late.
1628 ! lib/File/Find/taint.t
1629 ____________________________________________________________________________
1630 [ 11012] By: jhi on 2001/06/28 21:36:36
1631 Log: Cannot DIE() in a void function,
1632 from Richard Hatch <rhatch@austin.ibm.com>.
1634 ! ext/IPC/SysV/SysV.xs
1635 ____________________________________________________________________________
1636 [ 11011] By: jhi on 2001/06/28 19:32:13
1637 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
1638 From: Peter Prymmer <pvhp@forte.com>
1639 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
1640 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
1642 (unfinished: time/hires tests 3, 5, 14 failing, but better
1643 than wholesale failure)
1645 ! ext/Time/HiRes/HiRes.xs
1646 ____________________________________________________________________________
1647 [ 11010] By: jhi on 2001/06/28 19:10:54
1648 Log: Subject: [PATCH 5.6.1] OS/2 improvements
1649 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1650 Date: Thu, 28 Jun 2001 16:03:14 -0400
1651 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
1654 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
1655 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
1656 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
1658 ____________________________________________________________________________
1659 [ 11009] By: jhi on 2001/06/28 18:54:14
1660 Log: Subject: Incrementing Extutils::Manifest's $VERSION
1661 From: Michael G Schwern <schwern@pobox.com>
1662 Date: Thu, 28 Jun 2001 13:13:49 -0400
1663 Message-ID: <20010628131349.A14738@blackrider>
1664 Branch: maint-5.6/perl
1665 ! lib/ExtUtils/Manifest.pm
1666 ____________________________________________________________________________
1667 [ 11008] By: jhi on 2001/06/28 18:52:20
1668 Log: AIX tweak from Merijn Brand.
1671 ____________________________________________________________________________
1672 [ 11007] By: jhi on 2001/06/28 17:46:27
1673 Log: Create the macperl branch.
1674 Branch: maint-5.6/macperl
1675 +> (branch 1728 files)
1676 ____________________________________________________________________________
1677 [ 11006] By: jhi on 2001/06/28 14:46:21
1678 Log: Update Changes.
1680 ! Changes patchlevel.h
1681 ____________________________________________________________________________
1682 [ 11005] By: jhi on 2001/06/28 14:40:11
1683 Log: More Perforce lore.
1685 ! Porting/repository.pod
1686 ____________________________________________________________________________
1687 [ 11004] By: jhi on 2001/06/28 14:12:50
1688 Log: Metaconfig unit changes for #11003.
1689 Branch: metaconfig/U/perl
1690 + d_nl_langinfo.U i_langinfo.U
1691 ____________________________________________________________________________
1692 [ 11003] By: jhi on 2001/06/28 14:12:27
1693 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
1694 Expected not to exist in non-UNIX excepting in VMS, where
1695 according to a quick web survey they just might.
1697 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1698 ! Porting/config_H config_h.SH configure.com epoc/config.sh
1699 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
1700 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1701 ! win32/config.bc win32/config.gc win32/config.vc
1702 ____________________________________________________________________________
1703 [ 11002] By: jhi on 2001/06/28 13:39:11
1704 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
1705 in AIX is one is doing a 64-bit build.
1708 ____________________________________________________________________________
1709 [ 11001] By: jhi on 2001/06/28 13:28:37
1710 Log: Metaconfig unit changes for #11000.
1711 Branch: metaconfig/U/perl
1712 ! use64bits.U uselfs.U
1713 ____________________________________________________________________________
1714 [ 11000] By: jhi on 2001/06/28 13:21:16
1715 Log: Move use64bitint and use64bitall before uselargefiles.
1718 ____________________________________________________________________________
1719 [ 10999] By: jhi on 2001/06/28 03:49:07
1720 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
1721 From: Robert Spier <rspier@pobox.com>
1722 Message-ID: <15162.41164.618712.841415@rls.cx>
1723 Date: Wed, 27 Jun 2001 23:13:16 -0400
1726 ____________________________________________________________________________
1727 [ 10998] By: jhi on 2001/06/28 03:42:57
1728 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
1729 From: Peter Prymmer <pvhp@forte.com>
1730 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
1731 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
1734 ____________________________________________________________________________
1735 [ 10997] By: jhi on 2001/06/28 03:42:12
1736 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
1737 From: Peter Prymmer <pvhp@forte.com>
1738 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
1739 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
1741 ! configure.com ext/Digest/MD5/Makefile.PL
1742 ____________________________________________________________________________
1743 [ 10996] By: jhi on 2001/06/27 20:34:11
1744 Log: Update Changes.
1746 ! Changes patchlevel.h
1747 ____________________________________________________________________________
1748 [ 10995] By: jhi on 2001/06/27 20:06:28
1749 Log: Tiny EPOC updates.
1752 ____________________________________________________________________________
1753 [ 10994] By: jhi on 2001/06/27 19:55:16
1754 Log: The Test::More and Test::Simple tests required help
1755 thanks to our schizophrenic test scheme.
1757 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1758 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1759 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1760 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1761 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1762 ____________________________________________________________________________
1763 [ 10993] By: jhi on 2001/06/27 17:17:30
1764 Log: Upgrade to Test::Simple 0.09.
1766 + lib/Test/Simple/Changes
1767 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
1768 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1769 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1770 ! lib/Test/Simple/t/plan_is_noplan.t
1771 ____________________________________________________________________________
1772 [ 10992] By: jhi on 2001/06/27 17:11:28
1773 Log: Upgrade to Test::More 0.07.
1775 + lib/Test/More/Changes
1776 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
1777 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
1778 ! lib/Test/More/t/skipall.t
1779 ____________________________________________________________________________
1780 [ 10991] By: jhi on 2001/06/27 17:04:13
1781 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
1782 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1783 Date: Wed, 27 Jun 2001 18:40:04 +0200
1784 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
1787 ____________________________________________________________________________
1788 [ 10990] By: jhi on 2001/06/27 17:02:55
1789 Log: Subject: [PATCH README.qnx hints/qnx.sh]
1790 From: Norton Allen <allen@huarp.harvard.edu>
1791 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
1792 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
1794 ! README.qnx hints/qnx.sh
1795 ____________________________________________________________________________
1796 [ 10989] By: jhi on 2001/06/27 14:33:53
1797 Log: Subject: [PATCH] two little documentation nits
1798 From: Abhijit Menon-Sen <ams@wiw.org>
1799 Date: Wed, 27 Jun 2001 20:07:50 +0530
1800 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
1803 ____________________________________________________________________________
1804 [ 10988] By: jhi on 2001/06/27 13:33:32
1805 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
1806 From: Norton Allen <allen@huarp.harvard.edu>
1807 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
1808 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
1810 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1811 ____________________________________________________________________________
1812 [ 10987] By: jhi on 2001/06/27 12:14:36
1813 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
1814 From: Michael G Schwern <schwern@pobox.com>
1815 Date: Wed, 27 Jun 2001 02:34:58 -0400
1816 Message-ID: <20010627023458.K23874@blackrider>
1819 ____________________________________________________________________________
1820 [ 10986] By: jhi on 2001/06/27 12:01:49
1821 Log: Add perl_clone_host() for Netware.
1824 ____________________________________________________________________________
1825 [ 10985] By: jhi on 2001/06/27 11:56:53
1826 Log: GCC 3.0 hints for HP-UX.
1829 ____________________________________________________________________________
1830 [ 10984] By: jhi on 2001/06/27 11:55:06
1831 Log: In some Linux distributions the libndbm is broken
1832 (no null key support), therefore link with libgdbm
1833 (if available), since it has a working ndbm emulation,
1834 from Jonathan Stowe.
1836 + ext/NDBM_File/hints/linux.pl
1838 ____________________________________________________________________________
1839 [ 10983] By: jhi on 2001/06/27 11:48:56
1840 Log: Subject: [PATCH perl@10930] find.t hack for VMS
1841 From: "Craig A. Berry" <craigberry@mac.com>
1842 Date: Tue, 26 Jun 2001 23:40:25 -0500
1843 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
1845 ! lib/File/Find/find.t
1846 ____________________________________________________________________________
1847 [ 10982] By: jhi on 2001/06/27 11:47:30
1848 Log: AUTHORS updates.
1851 ____________________________________________________________________________
1852 [ 10981] By: jhi on 2001/06/27 11:46:02
1853 Log: Metaconfig unit change like #10980.
1855 ! U/compline/d_stdstdio.U
1856 ____________________________________________________________________________
1857 [ 10980] By: jhi on 2001/06/27 11:45:29
1858 Log: "lose the it's", from Abhijit Menon-Sen.
1859 ("It's" not searched, pods not searched.)
1861 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
1862 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
1863 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
1864 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
1865 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1866 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
1867 ____________________________________________________________________________
1868 [ 10979] By: jhi on 2001/06/27 11:36:40
1869 Log: "lose the looses", from Abhijit Menon-Sen.
1871 ! ext/B/B/Assembler.pm gv.c
1872 ____________________________________________________________________________
1873 [ 10978] By: jhi on 2001/06/27 11:35:38
1874 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
1877 ____________________________________________________________________________
1878 [ 10977] By: jhi on 2001/06/27 11:33:28
1879 Log: DEC C 5.3 on the VAX simply doesn't seem to like
1880 compiling the MD5 extension, disable it there for now,
1884 ____________________________________________________________________________
1885 [ 10976] By: jhi on 2001/06/26 21:35:40
1886 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
1887 From: Jonathan Stowe <gellyfish@gellyfish.com>
1888 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
1889 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
1892 ____________________________________________________________________________
1893 [ 10975] By: jhi on 2001/06/26 21:32:41
1894 Log: Subject: [PATCH 5.6.1] perlxs misprints
1895 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1896 Date: Tue, 26 Jun 2001 17:20:00 -0400
1897 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
1900 ____________________________________________________________________________
1901 [ 10974] By: jhi on 2001/06/26 21:31:51
1902 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
1903 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1904 Date: Tue, 26 Jun 2001 17:27:07 -0400
1905 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
1907 ! lib/ExtUtils/MM_Unix.pm
1908 ____________________________________________________________________________
1909 [ 10973] By: jhi on 2001/06/26 21:27:05
1910 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
1911 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1912 Date: Tue, 26 Jun 2001 17:23:24 -0400
1913 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
1915 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
1916 ____________________________________________________________________________
1917 [ 10972] By: jhi on 2001/06/26 20:27:19
1918 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
1922 ____________________________________________________________________________
1923 [ 10971] By: jhi on 2001/06/26 19:59:41
1926 ! lib/Memoize/t/tie_sdbm.t
1927 ____________________________________________________________________________
1928 [ 10970] By: jhi on 2001/06/26 19:10:19
1929 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
1932 ____________________________________________________________________________
1933 [ 10969] By: jhi on 2001/06/26 17:21:31
1934 Log: Subject: [patch] perl_clone+CvFILE
1935 From: Doug MacEachern <dougm@covalent.net>
1936 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
1937 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
1940 ____________________________________________________________________________
1941 [ 10968] By: jhi on 2001/06/26 16:48:32
1942 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
1943 From: Mark-Jason Dominus <mjd@plover.com>
1944 Date: Tue, 26 Jun 2001 12:33:01 -0400
1945 Message-ID: <20010626163301.31298.qmail@plover.com>
1947 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1948 ____________________________________________________________________________
1949 [ 10967] By: jhi on 2001/06/26 14:21:49
1950 Log: Update Changes.
1952 ! Changes patchlevel.h
1953 ____________________________________________________________________________
1954 [ 10966] By: jhi on 2001/06/26 14:08:34
1955 Log: Also catfile() needs now to explicitly exported.
1957 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1958 ____________________________________________________________________________
1959 [ 10965] By: jhi on 2001/06/26 13:57:54
1963 ____________________________________________________________________________
1964 [ 10964] By: jhi on 2001/06/26 13:56:11
1965 Log: Nonexistent pod command.
1967 ! pod/perl572delta.pod
1968 ____________________________________________________________________________
1969 [ 10963] By: jhi on 2001/06/26 13:50:53
1970 Log: Be more portable in the quest for tmpdir.
1972 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1973 ____________________________________________________________________________
1974 [ 10962] By: jhi on 2001/06/26 13:43:51
1975 Log: Be more portable in finding out the home directory,
1976 and use File::Spec to do the concat.
1977 (Come to think of it, couldn't File::Spec provide
1978 for a ->homedir method?)
1981 ____________________________________________________________________________
1982 [ 10961] By: jhi on 2001/06/26 13:37:30
1983 Log: Doc patch for #10959.
1986 ____________________________________________________________________________
1987 [ 10960] By: jhi on 2001/06/26 13:33:07
1988 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
1989 From: "Philip Newton" <pnewton@gmx.de>
1990 Date: Tue, 26 Jun 2001 16:26:47 +0200
1991 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
1994 ____________________________________________________________________________
1995 [ 10959] By: jhi on 2001/06/26 13:31:57
1996 Log: Subject: [PATH] shared -> unique;
1997 From: "Artur Bergman" <artur@contiller.se>
1998 Date: Tue, 26 Jun 2001 16:18:40 +0200
1999 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
2001 Because "shared" isn't: it's read-only.
2004 ____________________________________________________________________________
2005 [ 10958] By: jhi on 2001/06/26 13:28:27
2006 Log: Escape multiline croak messages.
2009 ____________________________________________________________________________
2010 [ 10957] By: jhi on 2001/06/26 13:18:34
2011 Log: No more pragma/*.t for minitest.
2014 ____________________________________________________________________________
2015 [ 10956] By: jhi on 2001/06/26 13:18:00
2016 Log: AUTHORS updates.
2019 ____________________________________________________________________________
2020 [ 10955] By: jhi on 2001/06/26 13:17:05
2023 ! pod/perl572delta.pod
2024 ____________________________________________________________________________
2025 [ 10954] By: jhi on 2001/06/26 12:36:07
2026 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
2027 From: Artur Bergman <artur@contiller.se>
2028 Date: Tue, 26 Jun 2001 15:32:53 +0200
2029 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
2031 ! makedef.pl sv.c sv.h win32/perllib.c
2032 ____________________________________________________________________________
2033 [ 10953] By: jhi on 2001/06/26 12:33:55
2034 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
2035 From: Jonathan Stowe <gellyfish@gellyfish.com>
2036 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
2037 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
2039 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
2041 + ext/Time/HiRes/hints/sco.pl
2043 ____________________________________________________________________________
2044 [ 10952] By: jhi on 2001/06/26 11:57:44
2045 Log: Subject: [PATCH 5.6.1] static build
2046 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2047 Date: Tue, 26 Jun 2001 04:22:25 -0400
2048 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
2050 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
2051 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
2052 ____________________________________________________________________________
2053 [ 10951] By: jhi on 2001/06/26 11:55:59
2054 Log: DJGPP patches from Laszlo Molnar.
2056 ! djgpp/djgpp.c perl.c util.c
2057 ____________________________________________________________________________
2058 [ 10950] By: jhi on 2001/06/26 11:54:32
2059 Log: Netware patches from Ananth Kesari.
2061 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
2062 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
2064 ____________________________________________________________________________
2065 [ 10949] By: jhi on 2001/06/26 11:49:09
2068 ! ext/Errno/Errno_pm.PL
2069 ____________________________________________________________________________
2070 [ 10948] By: jhi on 2001/06/26 03:44:29
2071 Log: There seems to be two ways of spelling the $^O in *STEP.
2073 ! ext/Errno/Errno_pm.PL
2074 ____________________________________________________________________________
2075 [ 10947] By: jhi on 2001/06/26 03:01:01
2076 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
2077 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
2079 ! ext/Errno/Errno_pm.PL
2080 ____________________________________________________________________________
2081 [ 10946] By: jhi on 2001/06/26 02:50:46
2082 Log: Known bugs update.
2084 ! pod/perl572delta.pod
2085 ____________________________________________________________________________
2086 [ 10945] By: jhi on 2001/06/26 01:15:39
2087 Log: The default installation of Cygwin has 500 as root's uid.
2090 ____________________________________________________________________________
2091 [ 10944] By: jhi on 2001/06/26 01:12:39
2092 Log: Be even more relaxed (re-allow having only one entry).
2094 ! t/op/grent.t t/op/pwent.t
2095 ____________________________________________________________________________
2096 [ 10943] By: jhi on 2001/06/26 01:03:30
2097 Log: Test failure updates.
2099 ! pod/perl572delta.pod
2100 ____________________________________________________________________________
2101 [ 10942] By: jhi on 2001/06/25 23:32:05
2102 Log: MPE/iX test tweaks from Mark Bixby.
2104 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
2105 ! t/io/fs.t t/op/stat.t
2106 ____________________________________________________________________________
2107 [ 10941] By: jhi on 2001/06/25 22:18:31
2108 Log: Microperl findings.
2111 ____________________________________________________________________________
2112 [ 10940] By: jhi on 2001/06/25 21:59:29
2113 Log: Touch uconfig.h.
2116 ____________________________________________________________________________
2117 [ 10939] By: jhi on 2001/06/25 21:32:52
2118 Log: Subject: [PATCH] Proposed fix for Pod::Man
2119 From: Rob Napier <rnapier@employees.org>
2120 Date: Mon, 25 Jun 2001 15:49:24 -0400
2121 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
2123 Cater for Solaris nroff brokenness (shortchanges daisywheel
2124 printers, but hey, we also no more support PDPs.)
2127 ____________________________________________________________________________
2128 [ 10938] By: jhi on 2001/06/25 21:14:41
2129 Log: Typo in #10937.
2131 ! ext/POSIX/sigaction.t
2132 ____________________________________________________________________________
2133 [ 10937] By: jhi on 2001/06/25 19:42:02
2134 Log: SIGCONT not trappable in VMS.
2136 ! ext/POSIX/sigaction.t
2137 ____________________________________________________________________________
2138 [ 10936] By: jhi on 2001/06/25 19:28:13
2139 Log: Subject: [DRAFT] Encode-Tcl.t
2140 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2141 Date: Tue, 26 Jun 2001 03:38:08 +0900
2142 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
2144 + ext/Encode/Encode/Tcl.t
2145 ! MANIFEST ext/Encode/Encode/Tcl.pm
2146 ____________________________________________________________________________
2147 [ 10935] By: jhi on 2001/06/25 18:40:03
2148 Log: Because of #10932 retract also the perlfunc hunk of #10910.
2151 ____________________________________________________________________________
2152 [ 10934] By: jhi on 2001/06/25 18:27:19
2153 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
2154 by Ilya Zakharevich in
2155 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
2158 ____________________________________________________________________________
2159 [ 10933] By: jhi on 2001/06/25 18:25:26
2160 Log: Typo in #10889.
2163 ____________________________________________________________________________
2164 [ 10932] By: jhi on 2001/06/25 18:23:30
2165 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2166 From: Abhijit Menon-Sen <ams@wiw.org>
2167 Date: Mon, 25 Jun 2001 23:45:45 +0530
2168 Message-ID: <20010625234545.A5022@lustre.linux.in>
2170 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
2171 ____________________________________________________________________________
2172 [ 10931] By: jhi on 2001/06/25 17:50:38
2173 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
2174 From: Michael G Schwern <schwern@pobox.com>
2175 Date: Mon, 25 Jun 2001 14:35:51 -0400
2176 Message-ID: <20010625143551.H13819@blackrider>
2179 ____________________________________________________________________________
2180 [ 10930] By: jhi on 2001/06/25 14:33:46
2181 Log: Update Changes.
2183 ! Changes patchlevel.h
2184 ____________________________________________________________________________
2185 [ 10929] By: jhi on 2001/06/25 14:17:57
2186 Log: Regen toc and modlib.
2188 ! pod/perlmodlib.pod pod/perltoc.pod
2189 ____________________________________________________________________________
2190 [ 10928] By: jhi on 2001/06/25 14:13:09
2191 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
2192 for the benefit of C++ compilers, as suggested by Guruprasad.
2195 ____________________________________________________________________________
2196 [ 10927] By: jhi on 2001/06/25 14:11:59
2197 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
2198 From: Jonathan Stowe <gellyfish@gellyfish.com>
2199 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
2200 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
2203 ____________________________________________________________________________
2204 [ 10926] By: jhi on 2001/06/25 14:04:07
2205 Log: Missed from #10925.
2208 ____________________________________________________________________________
2209 [ 10925] By: jhi on 2001/06/25 14:00:06
2210 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
2211 From: Robin Houston <robin@kitsite.com>
2212 Date: Sat, 19 May 2001 16:19:34 +0100
2213 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
2216 ____________________________________________________________________________
2217 [ 10924] By: jhi on 2001/06/25 13:58:18
2218 Log: Netware README tweak.
2221 ____________________________________________________________________________
2222 [ 10923] By: jhi on 2001/06/25 13:57:13
2223 Log: Subject: [PATCH] Re: overload.t fails
2224 From: Abhijit Menon-Sen <ams@wiw.org>
2225 Date: Mon, 25 Jun 2001 14:52:20 +0530
2226 Message-ID: <20010625145220.A24114@lustre.linux.in>
2229 ____________________________________________________________________________
2230 [ 10922] By: jhi on 2001/06/25 13:56:20
2231 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2232 From: Mike Guy <mjtg@cam.ac.uk>
2233 Date: Mon, 25 Jun 2001 11:43:23 +0100
2234 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
2237 ____________________________________________________________________________
2238 [ 10921] By: jhi on 2001/06/25 13:50:02
2239 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
2240 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2241 Date: Sun, 24 Jun 2001 05:17:05 -0400
2242 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
2245 ____________________________________________________________________________
2246 [ 10920] By: jhi on 2001/06/25 13:49:13
2247 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
2248 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2249 Date: Mon, 25 Jun 2001 05:52:27 -0400
2250 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
2253 ____________________________________________________________________________
2254 [ 10919] By: jhi on 2001/06/25 13:48:30
2255 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
2256 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2257 Date: Mon, 25 Jun 2001 05:23:35 -0400
2258 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
2261 ____________________________________________________________________________
2262 [ 10918] By: jhi on 2001/06/25 13:47:46
2263 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
2264 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2265 Date: Mon, 25 Jun 2001 05:04:32 -0400
2266 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
2268 ! os2/OS2/REXX/DLL/DLL.pm
2269 ____________________________________________________________________________
2270 [ 10917] By: jhi on 2001/06/25 13:44:14
2271 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
2272 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2273 Date: Mon, 25 Jun 2001 05:02:36 -0400
2274 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
2276 ! mg.c os2/dl_os2.c os2/os2.c
2277 ____________________________________________________________________________
2278 [ 10916] By: jhi on 2001/06/25 13:41:20
2279 Log: Subject: Re: [PATCH 5.6.1] misprints
2280 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2281 Date: Mon, 25 Jun 2001 04:50:50 -0400
2282 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
2284 ! os2/os2.c pp_sys.c
2285 ____________________________________________________________________________
2286 [ 10915] By: jhi on 2001/06/25 13:39:59
2287 Log: Add Test::More and Test::Simple to the delta.
2289 ! pod/perl572delta.pod
2290 ____________________________________________________________________________
2291 [ 10914] By: jhi on 2001/06/25 13:38:08
2292 Log: Add Test::More, from Michael G Schwern.
2294 + lib/Test/More.pm lib/Test/More/t/More.t
2295 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2296 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2297 + t/lib/Test/More/Catch.pm
2299 ____________________________________________________________________________
2300 [ 10913] By: jhi on 2001/06/25 13:35:41
2301 Log: Add Test::Simple from Michael G Schwern.
2303 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
2304 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2305 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2306 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
2307 + t/lib/Test/Simple/Catch.pm
2308 + t/lib/Test/Simple/sample_tests/death.plx
2309 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
2310 + t/lib/Test/Simple/sample_tests/extras.plx
2311 + t/lib/Test/Simple/sample_tests/five_fail.plx
2312 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
2313 + t/lib/Test/Simple/sample_tests/one_fail.plx
2314 + t/lib/Test/Simple/sample_tests/require.plx
2315 + t/lib/Test/Simple/sample_tests/success.plx
2316 + t/lib/Test/Simple/sample_tests/too_few.plx
2317 + t/lib/Test/Simple/sample_tests/two_fail.plx
2319 ____________________________________________________________________________
2320 [ 10912] By: jhi on 2001/06/25 13:31:57
2321 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
2322 From: "Craig A. Berry" <craigberry@mac.com>
2323 Date: Sun, 24 Jun 2001 23:41:36 -0500
2324 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
2327 ____________________________________________________________________________
2328 [ 10911] By: jhi on 2001/06/25 13:05:00
2329 Log: Upgrade to Attribute::Handlers 0.70.
2331 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2332 ! MANIFEST lib/Attribute/Handlers.pm
2333 ____________________________________________________________________________
2334 [ 10910] By: jhi on 2001/06/25 00:09:27
2335 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2336 From: Abhijit Menon-Sen <ams@wiw.org>
2337 Date: Sat, 23 Jun 2001 05:17:44 +0530
2338 Message-ID: <20010623051744.A18583@lustre.linux.in>
2340 (Can't think of a good place to put tests.)
2342 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
2343 ____________________________________________________________________________
2344 [ 10909] By: jhi on 2001/06/24 23:45:13
2345 Log: Subject: [PATCH] t/op/pat.t typo fix
2346 From: Richard Soderberg <rs@crystalflame.net>
2347 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
2348 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
2351 ____________________________________________________________________________
2352 [ 10908] By: jhi on 2001/06/24 22:24:49
2353 Log: Move the pack warnings to their own file, as pointed
2356 + t/lib/warnings/pp_pack
2357 ! MANIFEST t/lib/warnings/pp
2358 ____________________________________________________________________________
2359 [ 10907] By: jhi on 2001/06/24 19:55:15
2360 Log: Update Changes.
2362 ! Changes patchlevel.h
2363 ____________________________________________________________________________
2364 [ 10906] By: jhi on 2001/06/24 19:50:40
2365 Log: Partially fix a problem noticed by IRIX compiler:
2366 the initialization of parse_start was bypassed by
2367 several gotos. Now initialized to zero, which may
2368 not be the best choice.
2371 ____________________________________________________________________________
2372 [ 10905] By: jhi on 2001/06/24 19:43:25
2373 Log: Relax the group and password tests back to moaning only
2374 if no matches at all are found. (Even with a small sample
2375 I could find many sites where there are, umm, anomalies in
2376 the said databases.)
2378 ! t/op/grent.t t/op/pwent.t
2379 ____________________________________________________________________________
2380 [ 10904] By: jhi on 2001/06/24 18:45:55
2381 Log: Argh. How hard it can be to re-apply a patch manually? :-)
2384 ____________________________________________________________________________
2385 [ 10903] By: jhi on 2001/06/24 18:40:52
2386 Log: De-cut-and-pasto in #10902.
2389 ____________________________________________________________________________
2390 [ 10902] By: jhi on 2001/06/24 18:35:18
2391 Log: The #10771 didn't take?
2394 ____________________________________________________________________________
2395 [ 10901] By: jhi on 2001/06/24 18:29:50
2396 Log: Undo the filetests part of #10900, under multiplicity
2397 weird errors take place.
2400 ____________________________________________________________________________
2401 [ 10900] By: jhi on 2001/06/24 18:20:36
2402 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
2404 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
2405 ____________________________________________________________________________
2406 [ 10899] By: jhi on 2001/06/24 17:00:34
2407 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2408 From: Tony Bowden <tony@kasei.com>
2409 Date: Sun, 24 Jun 2001 17:32:40 +0100
2410 Message-ID: <20010624173240.A16293@blackstar.co.uk>
2412 Document (well, mention) shortmess() and longmess()
2413 to rob people of their fun of reinventing the weel.
2416 ____________________________________________________________________________
2417 [ 10898] By: jhi on 2001/06/24 16:51:40
2418 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
2419 From: Brian Jepson <bjepson@oreilly.com>
2420 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
2421 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
2424 ____________________________________________________________________________
2425 [ 10897] By: jhi on 2001/06/24 16:38:23
2426 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
2427 From: Robin Barker <rmb1@cise.npl.co.uk>
2428 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
2429 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
2432 ____________________________________________________________________________
2433 [ 10896] By: jhi on 2001/06/24 16:36:32
2434 Log: Memoize patch from mjd.
2436 ! lib/Memoize/t/tie_storable.t
2437 ____________________________________________________________________________
2438 [ 10895] By: jhi on 2001/06/24 16:33:59
2439 Log: Spec the sv_pvprintify() a bit more.
2442 ____________________________________________________________________________
2443 [ 10894] By: jhi on 2001/06/24 14:43:36
2444 Log: Upgrade to Memoize 0.65.
2446 + lib/Memoize/t/array_confusion.t
2447 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2448 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
2449 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2450 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
2451 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
2452 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
2453 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2454 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2455 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
2456 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
2457 ! lib/Memoize/t/tie_storable.t
2458 ____________________________________________________________________________
2459 [ 10893] By: jhi on 2001/06/24 14:21:09
2460 Log: Metaconfig unit change for #10892.
2462 ! U/modified/Options.U
2463 ____________________________________________________________________________
2464 [ 10892] By: jhi on 2001/06/24 14:20:38
2465 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
2466 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2467 Date: Sun, 24 Jun 2001 05:24:40 -0400
2468 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
2470 ! Configure hints/os2.sh
2471 ____________________________________________________________________________
2472 [ 10891] By: jhi on 2001/06/24 13:50:26
2473 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2474 From: Mike Guy <mjtg@cam.ac.uk>
2475 Date: Sun, 24 Jun 2001 15:28:39 +0100
2476 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
2478 Fix an ancient (5.002) bug.
2481 ____________________________________________________________________________
2482 [ 10890] By: jhi on 2001/06/24 13:44:43
2483 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
2487 ____________________________________________________________________________
2488 [ 10889] By: jhi on 2001/06/24 13:24:00
2489 Log: Make UTS as per #10888.
2492 ____________________________________________________________________________
2493 [ 10888] By: jhi on 2001/06/24 13:21:23
2494 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
2496 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
2497 ! mpeix/mpeixish.h perl.h unixish.h
2498 ____________________________________________________________________________
2499 [ 10887] By: jhi on 2001/06/24 13:15:45
2500 Log: AUTHORS update.
2503 ____________________________________________________________________________
2504 [ 10886] By: jhi on 2001/06/24 13:14:31
2505 Log: Subject: Encode::Tcl for multibyte doesnot work
2506 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2507 Date: Sun, 24 Jun 2001 22:48:21 +0900
2508 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
2510 ! ext/Encode/Encode/Tcl.pm
2511 ____________________________________________________________________________
2512 [ 10885] By: jhi on 2001/06/24 13:12:46
2513 Log: Subject: [PATCH] Remove tautology in error messages
2514 From: Mike Guy <mjtg@cam.ac.uk>
2515 Date: Sun, 24 Jun 2001 13:31:00 +0100
2516 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
2519 ____________________________________________________________________________
2520 [ 10884] By: jhi on 2001/06/24 13:11:36
2521 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
2524 ____________________________________________________________________________
2525 [ 10883] By: jhi on 2001/06/24 13:09:55
2526 Log: Subject: Re: [PATCH 5.6.1] test suite
2527 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2528 Date: Sun, 24 Jun 2001 05:47:05 -0400
2529 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
2533 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
2534 ____________________________________________________________________________
2535 [ 10882] By: jhi on 2001/06/24 13:07:46
2536 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
2537 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2538 Date: Sun, 24 Jun 2001 05:37:19 -0400
2539 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
2541 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
2542 ____________________________________________________________________________
2543 [ 10881] By: jhi on 2001/06/24 13:05:24
2544 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
2545 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2546 Date: Sun, 24 Jun 2001 05:34:50 -0400
2547 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
2549 Pacify compiler warnings.
2552 ____________________________________________________________________________
2553 [ 10880] By: jhi on 2001/06/24 13:02:30
2554 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2555 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2556 Date: Sun, 24 Jun 2001 05:21:18 -0400
2557 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
2559 Enable compression of executables during link time.
2562 ____________________________________________________________________________
2563 [ 10879] By: jhi on 2001/06/24 13:00:47
2564 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2565 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2566 Date: Sun, 24 Jun 2001 05:15:11 -0400
2567 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
2569 Add ordinals to the export list for Perl DLL.
2570 (Breaks intra-version DLL compatibility.)
2573 ____________________________________________________________________________
2574 [ 10878] By: jhi on 2001/06/24 02:12:04
2575 Log: Allow (displaying and) re-editing the Subject in perlbug.
2576 Also abstract the Subject quality control into a function.
2579 ____________________________________________________________________________
2580 [ 10877] By: jhi on 2001/06/24 01:40:53
2581 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
2584 ____________________________________________________________________________
2585 [ 10876] By: jhi on 2001/06/24 01:37:05
2586 Log: Regen toc and modlib.
2588 ! pod/perlmodlib.pod pod/perltoc.pod
2589 ____________________________________________________________________________
2590 [ 10875] By: jhi on 2001/06/24 01:29:33
2591 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
2592 by John Peacock. (Can be 'ntea' which means emulate UNIX file
2593 attribute semantics as much as possible, or 'ntsec' which uses
2594 native NTFS semantics.) (See also #10877.)
2597 ____________________________________________________________________________
2598 [ 10874] By: jhi on 2001/06/23 23:57:28
2599 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
2601 ! lib/Test/Harness.pm
2602 ____________________________________________________________________________
2603 [ 10873] By: jhi on 2001/06/23 23:36:56
2604 Log: Just zap the -uPerlio.
2607 ____________________________________________________________________________
2608 [ 10872] By: jhi on 2001/06/23 21:29:10
2609 Log: Do not test PerlIO if PerlIO not used.
2611 ! ext/PerlIO/PerlIO.t
2612 ____________________________________________________________________________
2613 [ 10871] By: jhi on 2001/06/23 21:12:49
2617 ____________________________________________________________________________
2618 [ 10870] By: jhi on 2001/06/23 21:03:31
2619 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
2620 From: Nicholas Clark <nick@ccl4.org>
2621 Date: Sat, 23 Jun 2001 22:55:47 +0100
2622 Message-ID: <20010623225547.Z98663@plum.flirble.org>
2625 ____________________________________________________________________________
2626 [ 10869] By: jhi on 2001/06/23 17:13:21
2627 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
2628 From: Prymmer/Kahn <pvhp@best.com>
2629 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
2630 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
2633 ____________________________________________________________________________
2634 [ 10868] By: jhi on 2001/06/23 16:04:38
2635 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
2636 cygwin does not taint cwd, just like win32.
2638 ! lib/File/Find/taint.t t/op/taint.t
2639 ____________________________________________________________________________
2640 [ 10867] By: jhi on 2001/06/23 15:39:15
2641 Log: Retract #10865, the patch should be unnecessary.
2642 (But seemingly helpful in Cygwin? Strange.)
2644 ! lib/Memoize/t/tie_ndbm.t
2645 ____________________________________________________________________________
2646 [ 10866] By: jhi on 2001/06/23 15:06:30
2647 Log: Misplaced test file; plus Cygwin filesystem semantics.
2649 + ext/SDBM_File/sdbm.t
2650 - ext/ODBM_File/sdbm.t
2652 ____________________________________________________________________________
2653 [ 10865] By: jhi on 2001/06/23 15:01:02
2654 Log: (Retracted by #10867.)
2656 ! lib/Memoize/t/tie_ndbm.t
2657 ____________________________________________________________________________
2658 [ 10864] By: jhi on 2001/06/23 14:25:43
2659 Log: Metaconfig unit change for #10863.
2660 Branch: metaconfig/U/perl
2662 ____________________________________________________________________________
2663 [ 10863] By: jhi on 2001/06/23 14:25:20
2664 Log: In Cygwin do not build NDBM_File and ODBM_File unless
2665 -lndbm and -ldbm are available.
2667 ! Configure config_h.SH
2668 ____________________________________________________________________________
2669 [ 10862] By: jhi on 2001/06/23 14:02:14
2670 Log: More Cygwin filesystem semantics.
2672 ! t/io/fs.t t/op/stat.t
2673 ____________________________________________________________________________
2674 [ 10861] By: jhi on 2001/06/23 13:38:00
2675 Log: More DOSish permission semantics for Cygwin.
2678 ____________________________________________________________________________
2679 [ 10860] By: jhi on 2001/06/23 13:32:41
2680 Log: Cygwin too has different permission semantics.
2682 ! ext/GDBM_File/gdbm.t
2683 ____________________________________________________________________________
2684 [ 10859] By: jhi on 2001/06/23 13:30:06
2685 Log: The group (and assumedly passwd) databases can have
2686 only one entry (this is the case in cygwin).
2688 ! t/op/grent.t t/op/pwent.t
2689 ____________________________________________________________________________
2690 [ 10858] By: jhi on 2001/06/23 13:16:26
2691 Log: Also in Cygwin use Socket to figure out domainname
2692 (if any) (avoids trying to call external 'domainname',
2693 which doesn't at the moment exist in Cygwin)
2696 ____________________________________________________________________________
2697 [ 10857] By: jhi on 2001/06/23 12:48:32
2698 Log: Remove also the lib$Foo.def, not just $Foo.def.
2700 ! lib/ExtUtils/MM_Unix.pm
2701 ____________________________________________________________________________
2702 [ 10856] By: jhi on 2001/06/23 12:21:53
2703 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
2706 ____________________________________________________________________________
2707 [ 10855] By: jhi on 2001/06/23 12:14:15
2708 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
2709 to match the whole isprint(), only the space character.
2711 ! handy.h pod/perlre.pod t/op/pat.t
2712 ____________________________________________________________________________
2713 [ 10854] By: nick on 2001/06/23 08:09:33
2714 Log: Integrate mainline
2716 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
2717 !> lib/ExtUtils.t lib/File/Find/taint.t
2718 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
2719 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
2720 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2721 ____________________________________________________________________________
2722 [ 10853] By: jhi on 2001/06/23 03:48:09
2723 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
2724 with its floats in os390 and s390 (UTS).
2726 ! lib/Math/BigInt/t/bigintpm.t
2727 ____________________________________________________________________________
2728 [ 10852] By: jhi on 2001/06/23 03:38:53
2729 Log: Add also UTS (s390) to the non-IEEE float platforms.
2732 ____________________________________________________________________________
2733 [ 10851] By: jhi on 2001/06/23 03:36:04
2734 Log: Subject: RFC: what are applicable standards for exponent sizes?
2735 From: Peter Prymmer <pvhp@forte.com>
2736 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
2737 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
2740 ____________________________________________________________________________
2741 [ 10850] By: jhi on 2001/06/23 03:29:04
2742 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
2743 From: Peter Prymmer <pvhp@forte.com>
2744 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
2745 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
2747 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2748 ____________________________________________________________________________
2749 [ 10849] By: jhi on 2001/06/23 03:27:21
2750 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
2751 From: Peter Prymmer <pvhp@forte.com>
2752 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
2753 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
2756 ____________________________________________________________________________
2757 [ 10848] By: jhi on 2001/06/22 21:51:31
2758 Log: Retract #10845.
2760 ! lib/File/Find/taint.t
2761 ____________________________________________________________________________
2762 [ 10847] By: jhi on 2001/06/22 21:50:38
2763 Log: Yet another error message.
2766 ____________________________________________________________________________
2767 [ 10846] By: jhi on 2001/06/22 21:48:39
2768 Log: The croak message for nonexistent socket functions may vary.
2770 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
2771 ____________________________________________________________________________
2772 [ 10845] By: jhi on 2001/06/22 21:42:38
2773 Log: (Retracted by #10848.)
2775 ! lib/File/Find/taint.t
2776 ____________________________________________________________________________
2777 [ 10844] By: jhi on 2001/06/22 21:32:58
2778 Log: Integrate perlio.
2780 !> lib/File/Find/taint.t t/op/write.t
2781 ____________________________________________________________________________
2782 [ 10843] By: nick on 2001/06/22 21:24:51
2783 Log: Back out debug in taint.t
2785 ! lib/File/Find/taint.t
2786 ____________________________________________________________________________
2787 [ 10842] By: jhi on 2001/06/22 21:20:02
2788 Log: setitimer() does not exist in Unicos, despite of what
2789 Configure thinks, from Mark P. Lutz.
2792 ____________________________________________________________________________
2793 [ 10841] By: nick on 2001/06/22 21:19:36
2794 Log: Skip cwd test on Win32 ???
2796 ! lib/File/Find/taint.t
2797 ____________________________________________________________________________
2798 [ 10840] By: jhi on 2001/06/22 21:17:34
2799 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
2800 and Tru64 gcc -Wall happy.
2803 ____________________________________________________________________________
2804 [ 10839] By: jhi on 2001/06/22 21:15:32
2805 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
2807 ! ext/IPC/SysV/Semaphore.pm
2808 ____________________________________________________________________________
2809 [ 10838] By: jhi on 2001/06/22 21:12:02
2810 Log: Metaconfig unit change for #10837.
2811 Branch: metaconfig/U/perl
2813 ____________________________________________________________________________
2814 [ 10837] By: jhi on 2001/06/22 21:09:42
2815 Log: Cleanup of the cross-compilation unit.
2818 ____________________________________________________________________________
2819 [ 10836] By: nick on 2001/06/22 20:45:12
2820 Log: Skip |- based op/write.t on Win32 as well as VMS
2823 ____________________________________________________________________________
2824 [ 10835] By: jhi on 2001/06/22 20:44:20
2825 Log: Integrate perlio.
2828 ____________________________________________________________________________
2829 [ 10834] By: nick on 2001/06/22 20:41:54
2830 Log: Integrate mainline
2832 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2833 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
2835 ____________________________________________________________________________
2836 [ 10833] By: nick on 2001/06/22 20:22:58
2840 ____________________________________________________________________________
2841 [ 10832] By: jhi on 2001/06/22 20:13:02
2842 Log: Metaconfig unit changes for #10831.
2844 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
2845 ____________________________________________________________________________
2846 [ 10831] By: jhi on 2001/06/22 20:12:29
2847 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
2848 From: Andy Dougherty <doughera@lafayette.edu>
2849 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
2850 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
2852 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2853 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
2854 ____________________________________________________________________________
2855 [ 10830] By: jhi on 2001/06/22 19:50:15
2856 Log: MPE/iX prototype nits from Mark Bixby.
2859 ____________________________________________________________________________
2860 [ 10829] By: jhi on 2001/06/22 16:25:16
2864 ____________________________________________________________________________
2865 [ 10828] By: nick on 2001/06/22 15:33:37
2866 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
2869 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
2870 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
2871 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
2872 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
2873 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2874 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2875 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
2876 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
2878 ____________________________________________________________________________
2879 [ 10827] By: jhi on 2001/06/22 14:15:26
2880 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
2881 Date: Fri, 22 Jun 2001 10:08:35 -0500
2882 From: "Craig A. Berry" <craigberry@mac.com>
2883 Message-Id: <a05101001b75908704194@[192.168.56.145]>
2885 ! vms/vms.c vms/vmsish.h
2886 ____________________________________________________________________________
2887 [ 10826] By: jhi on 2001/06/22 13:35:37
2888 Log: NetWare scripts tweak from Ananth Kesari.
2890 ! NetWare/t/NWScripts.pl
2891 ____________________________________________________________________________
2892 [ 10825] By: jhi on 2001/06/22 13:00:55
2893 Log: Update Changes.
2895 ! Changes patchlevel.h
2896 ____________________________________________________________________________
2897 [ 10824] By: jhi on 2001/06/22 12:46:56
2898 Log: Add .i and .s targets.
2901 ____________________________________________________________________________
2902 [ 10823] By: jhi on 2001/06/22 12:25:20
2903 Log: Upgrade to Locale::Maketext 1.03.
2905 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2906 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2907 ____________________________________________________________________________
2908 [ 10822] By: jhi on 2001/06/22 12:23:57
2909 Log: Upgrade to I18N::LangTags 0.26.
2911 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
2912 ! lib/I18N/LangTags/test.pl
2913 ____________________________________________________________________________
2914 [ 10821] By: jhi on 2001/06/22 12:16:41
2915 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
2918 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
2919 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2920 ____________________________________________________________________________
2921 [ 10820] By: jhi on 2001/06/22 12:13:37
2922 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
2923 From: Prymmer/Kahn <pvhp@best.com>
2924 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
2925 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
2928 ! MANIFEST utils/h2xs.PL
2929 ____________________________________________________________________________
2930 [ 10819] By: jhi on 2001/06/22 12:11:56
2931 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
2932 From: Prymmer/Kahn <pvhp@best.com>
2933 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
2934 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
2937 ____________________________________________________________________________
2938 [ 10818] By: jhi on 2001/06/22 12:11:08
2939 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
2940 From: Prymmer/Kahn <pvhp@best.com>
2941 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
2942 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
2945 ____________________________________________________________________________
2946 [ 10817] By: jhi on 2001/06/22 12:10:05
2947 Log: AUTHORS update.
2950 ____________________________________________________________________________
2951 [ 10816] By: jhi on 2001/06/22 12:08:24
2952 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
2953 From: "Craig A. Berry" <craigberry@mac.com>
2954 Date: Thu, 21 Jun 2001 18:20:38 -0500
2955 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
2957 ! ext/POSIX/POSIX.xs
2958 ____________________________________________________________________________
2959 [ 10815] By: jhi on 2001/06/22 12:07:19
2960 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
2961 From: "Craig A. Berry" <craigberry@mac.com>
2962 Date: Thu, 21 Jun 2001 09:58:52 -0500
2963 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
2965 ! ext/B/Deparse.t t/op/write.t
2966 ____________________________________________________________________________
2967 [ 10814] By: nick on 2001/06/22 08:13:09
2968 Log: Integrate mainline.
2970 !> (integrate 46 files)
2971 ____________________________________________________________________________
2972 [ 10813] By: jhi on 2001/06/22 02:48:58
2973 Log: Change the prefixes only if $prefix is unset,
2974 as originally patched by Marcel Grunauer.
2976 ! hints/darwin.sh hints/rhapsody.sh
2977 ____________________________________________________________________________
2978 [ 10812] By: jhi on 2001/06/22 02:44:41
2979 Log: Subject: Re: Patch for hints/darwin.sh
2980 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
2981 Date: Thu, 21 Jun 2001 11:23:46 -0700
2982 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
2984 ! hints/darwin.sh hints/rhapsody.sh
2985 ____________________________________________________________________________
2986 [ 10811] By: jhi on 2001/06/22 02:34:27
2987 Log: Add .PHONY targets for non-file targets,
2988 from Wilfredo Sánchez. Should help saying
2989 "make install" on case-insensitive filesystems.
2992 ____________________________________________________________________________
2993 [ 10810] By: jhi on 2001/06/22 02:01:23
2994 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
2995 From: Doug MacEachern <dougm@covalent.net>
2996 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
2997 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
2999 plus reword the getcwd() comment, plus use getcwd() buffer
3003 ____________________________________________________________________________
3004 [ 10809] By: jhi on 2001/06/22 01:16:58
3005 Log: More gprofing from Doug MacEachern.
3008 ____________________________________________________________________________
3009 [ 10808] By: jhi on 2001/06/22 01:15:11
3010 Log: Metaconfig unit change for #10807.
3011 Branch: metaconfig/U/perl
3013 ____________________________________________________________________________
3014 [ 10807] By: jhi on 2001/06/22 01:14:43
3015 Log: Tell that you are removing the unneeded -lsfio.
3018 ____________________________________________________________________________
3019 [ 10806] By: jhi on 2001/06/22 01:03:14
3020 Log: More MPE/iX tweaks from Mark Bixby.
3022 ! perl.c t/op/magic.t
3023 ____________________________________________________________________________
3024 [ 10805] By: jhi on 2001/06/21 22:41:11
3025 Log: The fchdir() proto is supposed to live in <unistd.h>.
3028 ____________________________________________________________________________
3029 [ 10804] By: jhi on 2001/06/21 22:24:42
3030 Log: This town is too small for the Cwd extension and me,
3034 ____________________________________________________________________________
3035 [ 10803] By: jhi on 2001/06/21 21:54:00
3036 Log: Metaconfig unit change for #10802.
3037 Branch: metaconfig/U/perl
3039 ____________________________________________________________________________
3040 [ 10802] By: jhi on 2001/06/21 21:53:37
3044 ____________________________________________________________________________
3045 [ 10801] By: jhi on 2001/06/21 21:38:38
3046 Log: Off-by-one. I'm so classic.
3049 ____________________________________________________________________________
3050 [ 10800] By: jhi on 2001/06/21 20:10:19
3051 Log: Update Changes.
3053 ! Changes patchlevel.h
3054 ____________________________________________________________________________
3055 [ 10799] By: jhi on 2001/06/21 20:03:54
3056 Log: Subject: Documentation patch for Net::FTP
3057 From: Marcel Grunauer <marcel@codewerk.com>
3058 Date: Wed, 20 Jun 2001 23:03:26 +0200
3059 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
3062 ____________________________________________________________________________
3063 [ 10798] By: jhi on 2001/06/21 20:01:14
3064 Log: Retract the #10417 mg.c and embed.pl parts because of
3065 strange SEGVs in 64bit x86 FreeBSD observed by
3068 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
3069 ____________________________________________________________________________
3070 [ 10797] By: jhi on 2001/06/21 19:40:34
3071 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
3073 ! Configure NetWare/config.wc NetWare/config_H.wc
3074 ! Porting/Glossary Porting/config.sh Porting/config_H
3075 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3076 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3077 ! vos/config.ga.h win32/config.bc win32/config.gc
3078 ! win32/config.vc win32/config_H.bc win32/config_H.gc
3080 ____________________________________________________________________________
3081 [ 10796] By: jhi on 2001/06/21 19:08:28
3082 Log: Cwd tweak from Doug MacEachern.
3085 ____________________________________________________________________________
3086 [ 10795] By: jhi on 2001/06/21 19:03:48
3087 Log: Protect the fchdir() and lstat() with ifdefs.
3088 fchdir() needs a Configure probe.
3091 ____________________________________________________________________________
3092 [ 10794] By: nick on 2001/06/21 17:11:35
3093 Log: Integrate mainline
3095 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3096 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3097 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3098 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3099 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3100 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3101 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3102 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3103 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3104 - lib/File/Glob/case.t lib/File/Glob/global.t
3105 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3106 - lib/File/Temp/posix.t lib/File/Temp/security.t
3107 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3108 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3109 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3110 - lib/Text/Wrap/wrap.t
3111 !> (integrate 41 files)
3112 ____________________________________________________________________________
3113 [ 10793] By: jhi on 2001/06/21 17:01:26
3114 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
3115 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3116 Date: Thu, 21 Jun 2001 13:04:54 -0500
3117 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
3120 ____________________________________________________________________________
3121 [ 10792] By: jhi on 2001/06/21 16:13:57
3122 Log: Subject: [PATCH pod] overlong =item
3123 From: Robin Barker <rmb1@cise.npl.co.uk>
3124 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
3125 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
3127 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3128 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3129 ____________________________________________________________________________
3130 [ 10791] By: jhi on 2001/06/21 16:10:51
3131 Log: Subject: [PATCH perlio.c] format
3132 From: Robin Barker <rmb1@cise.npl.co.uk>
3133 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
3134 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
3137 ____________________________________________________________________________
3138 [ 10790] By: jhi on 2001/06/21 15:52:04
3139 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3140 From: Radu Greab <radu@netsoft.ro>
3141 Date: Thu, 21 Jun 2001 19:06:02 +0300
3142 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
3144 ! pod/perlapi.pod sv.c
3145 ____________________________________________________________________________
3146 [ 10789] By: jhi on 2001/06/21 14:48:25
3147 Log: The metaconfig unit changes for #10788.
3148 Branch: metaconfig/U/perl
3149 ! Cross.U fflushall.U
3150 ____________________________________________________________________________
3151 [ 10788] By: jhi on 2001/06/21 14:47:48
3152 Log: Cross-configuration changes: make $from to rm the files
3153 before copying them over (this means that he rm can be
3154 removed from the fflushall test), create $targetmkdir
3155 (not documented in install since it is supposed to internal
3156 use only), make $run to copy over the executable only if
3157 a stamp file .xok doesn't already exist (to avoid unnecessary
3158 copying of the executable)
3160 ! Configure Makefile.SH
3161 ____________________________________________________________________________
3162 [ 10787] By: nick on 2001/06/21 14:16:18
3163 Log: Integrate mainline
3165 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3166 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
3167 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
3168 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
3169 !> (integrate 34 files)
3170 ____________________________________________________________________________
3171 [ 10786] By: jhi on 2001/06/21 13:59:32
3172 Log: Re-add the files as text.
3174 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3175 ____________________________________________________________________________
3176 [ 10785] By: jhi on 2001/06/21 13:57:55
3177 Log: Delete the binary files.
3179 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3180 ____________________________________________________________________________
3181 [ 10784] By: jhi on 2001/06/21 13:49:47
3182 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
3183 From: Andy Dougherty <doughera@lafayette.edu>
3184 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
3185 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
3187 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
3188 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
3189 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
3190 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
3191 ____________________________________________________________________________
3192 [ 10783] By: jhi on 2001/06/21 13:46:50
3193 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3194 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
3195 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
3196 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
3198 Setting umask to something friendlier.
3200 ! installman installperl
3201 ____________________________________________________________________________
3202 [ 10782] By: jhi on 2001/06/21 13:42:17
3203 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
3204 Resort MANIFEST with sort -f, looks much better.
3206 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3207 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3208 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3209 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3210 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3211 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3212 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3213 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3214 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3215 - lib/File/Glob/case.t lib/File/Glob/global.t
3216 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3217 - lib/File/Temp/posix.t lib/File/Temp/security.t
3218 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3219 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3220 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3221 - lib/Text/Wrap/wrap.t
3223 ____________________________________________________________________________
3224 [ 10781] By: jhi on 2001/06/21 13:16:04
3225 Log: Upgrade to I18N::LangTags 0.25.
3227 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3228 ! lib/I18N/LangTags/List.pm
3229 ____________________________________________________________________________
3230 [ 10780] By: jhi on 2001/06/21 13:12:54
3231 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
3232 From: Richard Soderberg <rs@crystalflame.net>
3233 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
3234 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
3236 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
3237 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
3238 ____________________________________________________________________________
3239 [ 10779] By: jhi on 2001/06/21 12:59:57
3240 Log: Test obsoleted by change #10777.
3243 ____________________________________________________________________________
3244 [ 10778] By: jhi on 2001/06/21 12:52:37
3245 Log: Case of confused test numbering.
3248 ____________________________________________________________________________
3249 [ 10777] By: jhi on 2001/06/21 12:30:57
3250 Log: Subject: Re: Opinion on undef lvalue
3251 From: Abhijit Menon-Sen <ams@wiw.org>
3252 Date: Sun, 17 Jun 2001 13:04:46 +0530
3253 Message-ID: <20010617130446.B27925@lustre.linux.in>
3255 Allow lvalue subs to return undef in array context.
3258 ____________________________________________________________________________
3259 [ 10776] By: jhi on 2001/06/21 12:27:48
3260 Log: Just a guess that using the same hack for cygwin as
3261 for win32 might help.
3263 ! lib/File/Find/find.t
3264 ____________________________________________________________________________
3265 [ 10775] By: jhi on 2001/06/21 12:25:58
3266 Log: NetWare tweaks from Guruprasad.
3268 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
3269 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
3270 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
3271 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
3272 ____________________________________________________________________________
3273 [ 10774] By: jhi on 2001/06/21 12:21:17
3274 Log: Subject: Re: perl@10722: Bogus warnings on REs
3275 From: Hugo <hv@crypt.compulink.co.uk>
3276 Date: Thu, 21 Jun 2001 09:51:17 +0100
3277 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
3279 Unroll to avoid a UTS compiler bug.
3282 ____________________________________________________________________________
3283 [ 10773] By: jhi on 2001/06/21 12:13:13
3284 Log: Subject: Re: [PATCH] Make /o work under i?threads
3285 From: Artur Bergman <artur@contiller.se>
3286 Date: Thu, 21 Jun 2001 14:38:03 +0200
3287 Message-ID: <B757B74A.184D%artur@contiller.se>
3290 ____________________________________________________________________________
3291 [ 10772] By: jhi on 2001/06/21 12:12:23
3292 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3293 From: Artur Bergman <artur@contiller.se>
3294 Date: Thu, 21 Jun 2001 14:27:33 +0200
3295 Message-ID: <B757B4D4.1849%artur@contiller.se>
3297 Plus extra parentheses.
3300 ____________________________________________________________________________
3301 [ 10771] By: jhi on 2001/06/21 12:10:29
3302 Log: Subject: [PATCH] Make /o work under i?threads
3303 From: Richard Soderberg <rs@crystalflame.net>
3304 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
3305 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
3308 ____________________________________________________________________________
3309 [ 10770] By: jhi on 2001/06/21 12:09:28
3310 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3311 From: Artur Bergman <artur@contiller.se>
3312 Date: Thu, 21 Jun 2001 14:04:54 +0200
3313 Message-ID: <B757AF86.1842%artur@contiller.se>
3316 ____________________________________________________________________________
3317 [ 10769] By: jhi on 2001/06/21 12:08:03
3318 Log: Subject: Re: perl@10765: sv.c not OK on win32
3319 From: Artur Bergman <artur@contiller.se>
3320 Date: Thu, 21 Jun 2001 10:31:06 +0200
3321 Message-ID: <B7577D69.182C%artur@contiller.se>
3324 ____________________________________________________________________________
3325 [ 10768] By: jhi on 2001/06/21 12:03:56
3326 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
3327 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3328 Date: Thu, 21 Jun 2001 06:23:56 -0400
3329 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
3331 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
3332 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3333 Date: Thu, 21 Jun 2001 06:32:21 -0400
3334 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
3336 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
3337 ____________________________________________________________________________
3338 [ 10767] By: jhi on 2001/06/21 12:00:07
3339 Log: Subject: [PATCH] make syslog test more verbose
3340 From: Robert Spier <rspier@pobox.com>
3341 Date: Thu, 21 Jun 2001 00:54:32 -0400
3342 Message-ID: <15153.32264.295807.333073@rls.cx>
3344 ! ext/Sys/Syslog/syslog.t
3345 ____________________________________________________________________________
3346 [ 10766] By: jhi on 2001/06/20 23:27:57
3347 Log: Subject: op/study.t refinements
3348 From: Hugo <hv@crypt.compulink.co.uk>
3349 Date: Thu, 21 Jun 2001 00:29:07 +0100
3350 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
3353 ____________________________________________________________________________
3354 [ 10765] By: jhi on 2001/06/20 19:51:47
3355 Log: Update Changes.
3357 ! Changes patchlevel.h
3358 ____________________________________________________________________________
3359 [ 10764] By: jhi on 2001/06/20 19:00:23
3360 Log: Subject: Re: [PATCH] djgpp updates
3361 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3362 Date: Wed, 20 Jun 2001 10:05:15 +0200
3363 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
3366 ____________________________________________________________________________
3367 [ 10763] By: jhi on 2001/06/20 18:58:06
3368 Log: Fix for ID 20010619.002 "When building hash, hash keys that
3369 are function calls are not being called", from Abhijit.
3371 ! t/base/lex.t toke.c
3372 ____________________________________________________________________________
3373 [ 10762] By: jhi on 2001/06/20 18:45:00
3374 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
3376 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
3377 + lib/Locale/Maketext/test.pl
3378 - lib/Locale/Maketext.t
3379 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3380 ! lib/Locale/Maketext/TPJ13.pod
3381 ____________________________________________________________________________
3382 [ 10761] By: jhi on 2001/06/20 18:44:15
3383 Log: Metaconfig unit change for #10760.
3385 ! U/modified/Cppsym.U
3386 ____________________________________________________________________________
3387 [ 10760] By: jhi on 2001/06/20 18:42:04
3388 Log: Do not remove the ccsym* Cppsym* files since
3389 they are useful for metaconfig units coming after us.
3390 (This is the Configure nit mentioned in #10752.)
3393 ____________________________________________________________________________
3394 [ 10759] By: jhi on 2001/06/20 18:02:18
3395 Log: Update to I18N::LangTags 0.24, from Sean Burke.
3397 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3398 + lib/I18N/LangTags/README
3399 - lib/I18N/LangTags/List.pod
3400 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
3401 ____________________________________________________________________________
3402 [ 10758] By: jhi on 2001/06/20 17:34:43
3405 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
3406 ! pod/perlapi.pod proto.h
3407 ____________________________________________________________________________
3408 [ 10757] By: jhi on 2001/06/20 17:23:08
3409 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
3410 From: Artur Bergman <artur@contiller.se>
3411 Date: Wed, 20 Jun 2001 11:31:32 +0200
3412 Message-ID: <B7563A14.17D8%artur@contiller.se>
3414 ! embed.pl hv.c intrpvar.h sv.c sv.h
3415 ____________________________________________________________________________
3416 [ 10756] By: jhi on 2001/06/20 17:13:26
3417 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
3418 From: Tim Sweetman <tim@aldigital.co.uk>
3419 Date: Wed, 13 Jun 2001 14:25:17 +0100
3420 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
3422 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
3423 ____________________________________________________________________________
3424 [ 10755] By: nick on 2001/06/20 16:12:37
3425 Log: Integrate mainline
3427 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
3428 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
3429 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
3430 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
3431 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
3432 !> t/op/study.t util.c
3433 ____________________________________________________________________________
3434 [ 10754] By: gsar on 2001/06/20 15:22:27
3435 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
3437 Branch: maint-5.6/perl
3439 ____________________________________________________________________________
3440 [ 10753] By: jhi on 2001/06/20 14:03:20
3441 Log: Security tweak on readlink().
3444 ____________________________________________________________________________
3445 [ 10752] By: jhi on 2001/06/20 14:00:23
3446 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
3448 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
3449 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
3450 ! mpeix/relink t/op/pwent.t
3451 ____________________________________________________________________________
3452 [ 10751] By: jhi on 2001/06/20 13:57:27
3453 Log: Reinstate #10725 (with probe for alarm()).
3456 ____________________________________________________________________________
3457 [ 10750] By: jhi on 2001/06/20 13:53:46
3458 Log: Replace our implementation of realpath() with OpenBSD's
3459 (src/lib/libc/stdlib/realpath.c 1.4).
3461 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
3462 ! pod/perldiag.pod proto.h util.c
3463 ____________________________________________________________________________
3464 [ 10749] By: jhi on 2001/06/20 13:07:49
3465 Log: Integrate perlio.
3468 ____________________________________________________________________________
3469 [ 10748] By: jhi on 2001/06/20 13:07:18
3470 Log: No point in going into memory-saving contortions
3471 with getcwd() since there's a danger of buffer overflow.
3472 Also make the POSIX extension to use sv_getcwd().
3473 Finally, a missed proto.h fragment.
3475 ! ext/POSIX/POSIX.xs proto.h util.c
3476 ____________________________________________________________________________
3477 [ 10747] By: nick on 2001/06/20 12:38:26
3478 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
3481 ____________________________________________________________________________
3482 [ 10746] By: jhi on 2001/06/20 11:51:10
3483 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
3484 From: Graham Barr <gbarr@pobox.com>
3485 Date: Wed, 20 Jun 2001 11:05:49 +0100
3486 Message-ID: <20010620110549.I19188@pobox.com>
3490 Subject: Bug in IO::Socket::INET module (repeat)
3491 From: "Harmon S. Nine" <hnine@netarx.com>
3492 Date: Tue, 19 Jun 2001 09:41:35 -0400
3493 Message-ID: <3B2F568F.8080605@netarx.com>
3495 The bug was that the IO::Socket::INET constructor
3496 did not allow a 'LocalPort' of 0.
3498 ! ext/IO/lib/IO/Socket/INET.pm
3499 ____________________________________________________________________________
3500 [ 10745] By: nick on 2001/06/20 08:56:39
3501 Log: Integrate mainline.
3503 !> (integrate 37 files)
3504 ____________________________________________________________________________
3505 [ 10744] By: jhi on 2001/06/20 04:54:53
3506 Log: After some reading I don't think we can blindly
3507 use systems' realpath(). Too many security problems,
3508 too many buggy implementations.
3510 TODO: the realpath() emulation code in util.c doesn't
3511 seem fully operational? (readlink(), for example?)
3513 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
3514 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
3515 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
3516 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
3517 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
3518 ! win32/config_H.gc win32/config_H.vc
3519 ____________________________________________________________________________
3520 [ 10743] By: jhi on 2001/06/20 00:48:48
3521 Log: Metaconfig unit change for #10738.
3523 ! U/compline/d_gconvert.U
3524 ____________________________________________________________________________
3525 [ 10742] By: jhi on 2001/06/20 00:48:20
3526 Log: Integrate change #10739 from maintperl:
3528 C<eval "/x$\r\n/x"> fails to compile correctly
3530 !> t/op/pat.t toke.c
3531 ____________________________________________________________________________
3532 [ 10741] By: jhi on 2001/06/20 00:41:05
3533 Log: Retract #10725 (Hugo asked NOT to apply the patch)
3536 ____________________________________________________________________________
3537 [ 10740] By: jhi on 2001/06/19 23:58:25
3538 Log: The test.third results were funnily named because of the
3542 ____________________________________________________________________________
3543 [ 10739] By: gsar on 2001/06/19 23:49:15
3544 Log: C<eval "/x$\r\n/x"> fails to compile correctly
3545 Branch: maint-5.6/perl
3547 ____________________________________________________________________________
3548 [ 10738] By: jhi on 2001/06/19 23:04:15
3549 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
3550 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3551 Date: Tue, 19 Jun 2001 19:15:40 -0400
3552 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
3554 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
3555 because "1e+129" being expected but "1.e+129" being returned.
3556 The culprit (at least in Tru64) is the use of gcvt().
3559 ____________________________________________________________________________
3560 [ 10737] By: jhi on 2001/06/19 22:56:52
3561 Log: Subject: [PATCH perl@10722] test hunting on VMS
3562 From: "Craig A. Berry" <craigberry@mac.com>
3563 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
3564 Date: Tue, 19 Jun 2001 18:59:01 -0500
3567 ____________________________________________________________________________
3568 [ 10736] By: jhi on 2001/06/19 21:32:29
3569 Log: Subject: [PATCH] s/typos//
3570 From: Abhijit Menon-Sen <ams@wiw.org>
3571 Date: Wed, 20 Jun 2001 02:15:02 +0530
3572 Message-ID: <20010620021502.A14541@lustre.linux.in>
3574 Without the op.h s/bearword/bareword/ hunk, see
3575 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
3578 ____________________________________________________________________________
3579 [ 10735] By: jhi on 2001/06/19 21:26:43
3580 Log: Metaconfig unit change for #10732 and #10733.
3581 Branch: metaconfig/U/perl
3583 ____________________________________________________________________________
3584 [ 10734] By: jhi on 2001/06/19 21:24:41
3585 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
3586 From: "Craig A. Berry" <craigberry@mac.com>
3587 Date: Tue, 19 Jun 2001 17:19:48 -0500
3588 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
3590 ! configure.com vms/descrip_mms.template
3591 ____________________________________________________________________________
3592 [ 10733] By: jhi on 2001/06/19 19:57:44
3593 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
3594 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3595 Date: Tue, 19 Jun 2001 16:48:07 -0400
3596 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
3598 Further fixes to fflush(NULL) detection.
3601 ____________________________________________________________________________
3602 [ 10732] By: jhi on 2001/06/19 19:38:20
3603 Log: AIX test -s hangs with non-existent files?
3604 (A genuine logic bug in Configure, but AIX also broken?)
3607 ____________________________________________________________________________
3608 [ 10731] By: jhi on 2001/06/19 19:17:35
3609 Log: AUTHORS updates.
3612 ____________________________________________________________________________
3613 [ 10730] By: jhi on 2001/06/19 19:03:07
3614 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
3615 From: Spider Boardman <spider@Orb.Nashua.NH.US>
3616 Date: Tue, 19 Jun 2001 15:33:25 -0400
3617 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
3619 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
3621 ____________________________________________________________________________
3622 [ 10729] By: jhi on 2001/06/19 18:34:10
3623 Log: Integrate perlio.
3625 !> lib/File/Find/find.t win32/distclean.bat
3626 ____________________________________________________________________________
3627 [ 10728] By: nick on 2001/06/19 18:24:53
3628 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
3630 ! lib/File/Find/find.t win32/distclean.bat
3631 ____________________________________________________________________________
3632 [ 10727] By: jhi on 2001/06/19 18:07:31
3633 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
3634 also add information how to find out whether one has PerlIO.
3637 ____________________________________________________________________________
3638 [ 10726] By: jhi on 2001/06/19 17:59:30
3639 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
3640 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3641 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
3642 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
3645 ____________________________________________________________________________
3646 [ 10725] By: jhi on 2001/06/19 17:28:30
3647 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
3648 From: Hugo <hv@crypt.compulink.co.uk>
3649 Date: Tue, 19 Jun 2001 12:37:30 +0100
3650 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
3653 ____________________________________________________________________________
3654 [ 10724] By: jhi on 2001/06/19 17:22:20
3655 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
3656 From: Hugo <hv@crypt.compulink.co.uk>
3657 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
3658 Date: Tue, 19 Jun 2001 13:15:17 +0100
3661 ____________________________________________________________________________
3662 [ 10723] By: nick on 2001/06/19 14:46:15
3663 Log: Integrate mainline
3665 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
3666 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
3667 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
3668 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
3669 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
3670 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3671 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3672 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3673 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3674 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3675 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3676 - ext/Thread/unsync4.t
3677 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
3678 !> djgpp/config.over djgpp/fixpmain
3679 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
3680 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
3681 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
3682 ____________________________________________________________________________
3683 [ 10722] By: jhi on 2001/06/19 11:55:30
3684 Log: Update Changes.
3686 ! Changes patchlevel.h
3687 ____________________________________________________________________________
3688 [ 10721] By: jhi on 2001/06/19 11:29:34
3689 Log: The existence shall be MANIFESted.
3692 ____________________________________________________________________________
3693 [ 10720] By: jhi on 2001/06/19 10:58:09
3694 Log: The old libnet.cfg is first searched from the current directory,
3695 only then from the module path.
3697 ! utils/libnetcfg.PL
3698 ____________________________________________________________________________
3699 [ 10719] By: jhi on 2001/06/19 10:55:59
3700 Log: NetWare tweaks from Guruprasad.
3702 ! NetWare/Makefile NetWare/config.wc
3703 ____________________________________________________________________________
3704 [ 10718] By: jhi on 2001/06/19 10:54:22
3705 Log: Subject: [PATCH] djgpp updates
3706 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3707 Date: Tue, 19 Jun 2001 10:59:06 +0200
3708 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
3710 ! djgpp/config.over djgpp/fixpmain
3711 ____________________________________________________________________________
3712 [ 10717] By: jhi on 2001/06/19 10:53:20
3713 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
3714 From: Prymmer/Kahn <pvhp@best.com>
3715 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
3716 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
3719 ____________________________________________________________________________
3720 [ 10716] By: jhi on 2001/06/19 10:52:25
3721 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
3722 to happen right after the inclusion of <inttypes.h>,
3726 ____________________________________________________________________________
3727 [ 10715] By: jhi on 2001/06/19 10:49:21
3728 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
3729 From: Doug MacEachern <dougm@covalent.net>
3730 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
3731 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
3733 ! ext/DynaLoader/DynaLoader_pm.PL
3734 ____________________________________________________________________________
3735 [ 10714] By: jhi on 2001/06/19 10:48:19
3736 Log: Revert #10656 for perfomance reasons but leave in the
3737 use of Hv*() macros -- in comments, so that grepping the
3738 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
3739 suggested by Sarathy, also by Abhijit.)
3742 ____________________________________________________________________________
3743 [ 10713] By: jhi on 2001/06/19 10:46:08
3744 Log: Subject: [patch] .s MakeMaker suffix
3745 From: Doug MacEachern <dougm@covalent.net>
3746 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
3747 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
3749 ! lib/ExtUtils/MM_Unix.pm
3750 ____________________________________________________________________________
3751 [ 10712] By: jhi on 2001/06/19 10:34:35
3752 Log: One test lost in the big shuffle restored.
3754 + ext/IPC/SysV/ipcsysv.t
3755 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
3756 ____________________________________________________________________________
3757 [ 10711] By: jhi on 2001/06/19 10:25:46
3758 Log: Rename the old non-standard threads tests so that
3759 they won't be invoked.
3761 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
3762 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
3763 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
3764 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
3765 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
3766 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3767 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3768 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3769 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3770 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3771 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3772 - ext/Thread/unsync4.t
3774 ____________________________________________________________________________
3775 [ 10710] By: jhi on 2001/06/19 10:18:41
3776 Log: Integrate perlio.
3778 !> win32/config_sh.PL
3779 ____________________________________________________________________________
3780 [ 10709] By: nick on 2001/06/19 08:18:18
3781 Log: Integrate mainline
3783 +> (branch 40 files)
3784 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3785 - lib/strict/subs lib/strict/vars lib/warnings/1global
3786 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3787 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3788 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3789 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3790 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3791 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3792 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3793 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3794 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3795 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3796 - lib/warnings/utf8 lib/warnings/util
3797 !> (integrate 57 files)
3798 ____________________________________________________________________________
3799 [ 10708] By: nick on 2001/06/19 07:57:10
3800 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
3802 ! win32/config_sh.PL
3803 ____________________________________________________________________________
3804 [ 10707] By: nick on 2001/06/19 07:05:07
3805 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
3807 ! perly.c perly.y perly_c.diff vms/perly_c.vms
3808 ____________________________________________________________________________
3809 [ 10706] By: jhi on 2001/06/19 02:58:26
3810 Log: More perl572delta tweaks.
3812 ! pod/perl572delta.pod
3813 ____________________________________________________________________________
3814 [ 10705] By: jhi on 2001/06/19 01:53:40
3815 Log: Update perl572delta.
3817 ! pod/perl572delta.pod
3818 ____________________________________________________________________________
3819 [ 10704] By: jhi on 2001/06/19 01:28:40
3820 Log: VOS updates from Paul Green.
3822 ! vos/Changes vos/build.cm vos/perl.bind
3823 ____________________________________________________________________________
3824 [ 10703] By: jhi on 2001/06/19 01:03:53
3825 Log: Update the vos/config.*.* files.
3827 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3829 ____________________________________________________________________________
3830 [ 10702] By: jhi on 2001/06/19 01:03:32
3831 Log: Add a makefile for more painless adding of symbols to the
3832 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
3833 takes care of the adding)
3836 ____________________________________________________________________________
3837 [ 10701] By: jhi on 2001/06/19 00:51:44
3838 Log: Make libnetcfg by default display the libnet configuration,
3839 -c to change, add -i for old config, document all options,
3842 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
3843 ____________________________________________________________________________
3844 [ 10700] By: jhi on 2001/06/18 23:45:12
3845 Log: gcc -Wall sweep.
3847 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
3848 ____________________________________________________________________________
3849 [ 10699] By: jhi on 2001/06/18 23:19:53
3853 ____________________________________________________________________________
3854 [ 10698] By: jhi on 2001/06/18 23:10:22
3855 Log: Document the need for sv_printify().
3857 Document that 'use utf8' has been considered.
3859 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
3861 ! pod/perltodo.pod universal.c
3862 ____________________________________________________________________________
3863 [ 10697] By: jhi on 2001/06/18 22:50:53
3864 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
3865 From: Nicholas Clark <nick@ccl4.org>
3866 Date: Mon, 18 Jun 2001 23:29:23 +0100
3867 Message-ID: <20010618232923.I98663@plum.flirble.org>
3869 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
3870 ! ext/Sys/Syslog/Makefile.PL
3871 ____________________________________________________________________________
3872 [ 10696] By: jhi on 2001/06/18 22:39:32
3873 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
3874 From: Scott.L.Miller@Compaq.com
3875 Date: Mon, 18 Jun 2001 10:12:27 -0500
3876 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
3878 ! lib/perl5db.pl pod/perldebug.pod
3879 ____________________________________________________________________________
3880 [ 10695] By: jhi on 2001/06/18 22:35:13
3881 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
3882 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3883 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
3884 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
3887 ____________________________________________________________________________
3888 [ 10694] By: jhi on 2001/06/18 22:34:06
3889 Log: Subject: [PATCH] Documentation changes for CLONE
3890 From: Artur Bergman <artur@contiller.se>
3891 Date: Mon, 18 Jun 2001 22:06:37 +0200
3892 Message-ID: <B7542BEC.1719%artur@contiller.se>
3894 ! pod/perlmod.pod pod/perlsub.pod
3895 ____________________________________________________________________________
3896 [ 10693] By: jhi on 2001/06/18 22:31:38
3897 Log: Subject: Re: configure.com
3898 From: "Craig A. Berry" <craigberry@mac.com>
3899 Date: Mon, 18 Jun 2001 16:04:38 -0500
3900 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
3903 ____________________________________________________________________________
3904 [ 10692] By: jhi on 2001/06/18 22:30:43
3905 Log: Subject: PL_nullstash + perl_clone()
3906 From: Doug MacEachern <dougm@covalent.net>
3907 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
3908 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
3911 ____________________________________________________________________________
3912 [ 10691] By: jhi on 2001/06/18 22:26:20
3913 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3914 From: davem@fdgroup.co.uk
3915 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
3916 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
3918 ! embed.pl pod/perlapi.pod
3919 ____________________________________________________________________________
3920 [ 10690] By: jhi on 2001/06/18 22:17:05
3921 Log: More cross-compilation defaults gleaned from -Dcc
3922 if it is CPU-OS-gcc.
3925 Branch: metaconfig/U/perl
3929 ____________________________________________________________________________
3930 [ 10689] By: jhi on 2001/06/18 13:59:47
3931 Log: Update Changes.
3933 ! Changes patchlevel.h
3934 ____________________________________________________________________________
3935 [ 10688] By: jhi on 2001/06/18 13:44:18
3936 Log: Subject: [PATCH 5.7.1] sv.c documentation
3937 From: davem@fdgroup.co.uk
3938 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
3939 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
3941 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
3943 ____________________________________________________________________________
3944 [ 10687] By: jhi on 2001/06/18 13:38:03
3945 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
3946 From: "Jon Gunnip" <jongunnip@hotmail.com>
3947 Date: Sun, 17 Jun 2001 18:24:29 -0400
3948 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
3951 ____________________________________________________________________________
3952 [ 10686] By: jhi on 2001/06/18 13:32:13
3953 Log: Move the locale/strict/warnings helper files back
3954 under the t/lib; this way the amount of non-installabled
3955 stuff under lib/ stays smaller.
3957 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
3958 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
3959 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
3960 + t/lib/warnings/5nolint t/lib/warnings/6default
3961 + t/lib/warnings/7fatal t/lib/warnings/8signal
3962 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
3963 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
3964 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
3965 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
3966 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
3967 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
3968 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
3969 + t/lib/warnings/taint t/lib/warnings/toke
3970 + t/lib/warnings/universal t/lib/warnings/utf8
3971 + t/lib/warnings/util
3972 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3973 - lib/strict/subs lib/strict/vars lib/warnings/1global
3974 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3975 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3976 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3977 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3978 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3979 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3980 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3981 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3982 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3983 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3984 - lib/warnings/utf8 lib/warnings/util
3985 ! MANIFEST installperl lib/locale.t lib/strict.t
3986 ____________________________________________________________________________
3987 [ 10685] By: jhi on 2001/06/18 13:11:49
3988 Log: Split off the pack/unpack code, from Nicholas Clark.
3991 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
3992 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
3993 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3994 ____________________________________________________________________________
3995 [ 10684] By: jhi on 2001/06/18 12:25:55
3996 Log: Guard the SysV IPC tests against being invoked in
3997 SysV-IPC-less places.
3999 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
4000 ____________________________________________________________________________
4001 [ 10683] By: nick on 2001/06/18 12:24:42
4002 Log: Integrate mainline (new test scheme now ok on Linux).
4006 ____________________________________________________________________________
4007 [ 10682] By: jhi on 2001/06/18 12:20:50
4008 Log: Add the locale.c and numeric.c to the microperl sources.
4010 ! Makefile.micro win32/Makefile
4011 ____________________________________________________________________________
4012 [ 10681] By: jhi on 2001/06/18 11:57:45
4013 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
4014 From: Abhijit Menon-Sen <ams@wiw.org>
4015 Date: Mon, 18 Jun 2001 14:23:44 +0530
4016 Message-ID: <20010618142344.A13136@lustre.linux.in>
4019 ____________________________________________________________________________
4020 [ 10680] By: jhi on 2001/06/18 11:56:12
4021 Log: Subject: Re: [PATCH] more anonymous stash cleanups
4022 From: Abhijit Menon-Sen <ams@wiw.org>
4023 Date: Mon, 18 Jun 2001 15:50:32 +0530
4024 Message-ID: <20010618155032.A13223@lustre.linux.in>
4026 Plus the comment left in as suggested by NI-S.
4029 ____________________________________________________________________________
4030 [ 10679] By: jhi on 2001/06/18 11:49:27
4031 Log: One missed file.
4034 ____________________________________________________________________________
4035 [ 10678] By: nick on 2001/06/18 08:05:29
4036 Log: Integrate mainline (part2 - the deletes)
4038 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
4039 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
4040 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
4041 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
4042 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
4043 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
4044 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
4045 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
4046 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
4047 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
4048 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
4049 ____________________________________________________________________________
4050 [ 10677] By: nick on 2001/06/18 08:04:44
4051 Log: Integrate mainline (part1)
4053 +> (branch 376 files)
4054 - (delete 219 files)
4055 !> (integrate 151 files)
4056 ____________________________________________________________________________
4057 [ 10676] By: jhi on 2001/06/18 04:17:15
4058 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
4059 No doubt I made some mistakes like missed some files or
4060 misnamed some files. The naming rules were more or less:
4061 (1) if the module is from CPAN, follows its ways, be it
4063 (2) otherwise if there are multiple tests for a module
4065 (3) otherwise if there's only one test put it in Module.t
4066 (4) helper files go to module/ (locale, strict, warnings)
4067 (5) use longer filenames now that we can (but e.g. the
4068 compat-0.6.t and the Text::Balanced test files still
4069 were renamed to be more civil against the 8.3 people)
4070 installperl was updated appropriately not to install the
4071 *.t files or the help files from under lib.
4073 TODO: some helper files still remain under t/ that could
4074 follow their 'masters'. UPDATE: On second thoughts, why
4075 should they. They can continue to live under t/lib, and
4076 in fact the locale/strict/warnings helpers that were moved
4077 could be moved back. This way the amount of non-installable
4078 stuff under lib/ stays smaller.
4081 - (delete 254 files)
4082 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
4083 ____________________________________________________________________________
4084 [ 10675] By: jhi on 2001/06/18 03:15:02
4085 Log: The warning no more comes from util.c, it comes from numeric.c.
4088 ____________________________________________________________________________
4089 [ 10674] By: jhi on 2001/06/18 00:56:22
4090 Log: Subject: Re: anyone good at casting spells?
4091 From: Spider Boardman <spider@Orb.Nashua.NH.US>
4092 Date: Sun, 17 Jun 2001 21:21:04 -0400
4093 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
4095 ! ext/POSIX/POSIX.xs hv.h
4096 ____________________________________________________________________________
4097 [ 10673] By: jhi on 2001/06/17 22:24:53
4098 Log: Protect the (original) thread tests against testing if no 5.005
4099 threads have been configured.
4101 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4102 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4103 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4104 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4105 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4106 ! ext/Thread/unsync4.t
4107 ____________________________________________________________________________
4108 [ 10672] By: jhi on 2001/06/17 22:09:28
4109 Log: Try the new test scanning scheme on Text::Abbrev.
4112 - lib/Text/Abbrev/t/abbrev.t
4114 ____________________________________________________________________________
4115 [ 10671] By: jhi on 2001/06/17 22:07:08
4116 Log: Change the scan policy of the *.t and test.pl files,
4117 now the *.t do not need to live in a t/ directory.
4120 ____________________________________________________________________________
4121 [ 10670] By: jhi on 2001/06/17 20:32:35
4122 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
4123 From: Ilmari Karonen <iltzu@sci.fi>
4124 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
4125 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
4128 ____________________________________________________________________________
4129 [ 10669] By: jhi on 2001/06/17 20:30:22
4130 Log: Quench the warnings from Tru64; the HP-UX is still
4131 broken because it really, REALLY, doesn't like the
4132 HvARRAY() being lvalue:
4134 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
4135 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
4138 ____________________________________________________________________________
4139 [ 10668] By: jhi on 2001/06/17 19:13:24
4140 Log: Integrate change #10667 from maintperl:
4142 change#10449 broke the special-case that makes lexicals inside the
4143 eval"" within DB::DB() visible
4146 ____________________________________________________________________________
4147 [ 10667] By: gsar on 2001/06/17 19:08:27
4148 Log: change#10449 broke the special-case that makes lexicals inside the
4149 eval"" within DB::DB() visible
4150 Branch: maint-5.6/perl
4152 ____________________________________________________________________________
4153 [ 10666] By: jhi on 2001/06/17 17:50:07
4154 Log: Still spurious output; indent the code a bit.
4156 TODO1: separate the utility functions like MkDir
4157 into a helper script?
4159 TODO2: I see a lot of repetition in the filepath()
4160 and dirpath() calls.
4162 ! t/lib/filefind.t t/lib/findtaint.t
4163 ____________________________________________________________________________
4164 [ 10665] By: jhi on 2001/06/17 16:59:42
4165 Log: Regen modlib, toc.
4167 ! pod/perlmodlib.pod pod/perltoc.pod
4168 ____________________________________________________________________________
4169 [ 10664] By: jhi on 2001/06/17 16:55:28
4170 Log: Add libnetcfg to perlutil.
4173 ____________________________________________________________________________
4174 [ 10663] By: jhi on 2001/06/17 16:53:29
4175 Log: Initial integration of libnet-1.0703.
4176 The Configure script renamed as libnetcfg, will be
4177 installed along other utilities.
4179 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
4180 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
4181 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
4182 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
4183 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
4184 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
4185 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
4186 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
4187 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
4188 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
4189 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
4190 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4191 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
4192 + utils/libnetcfg.PL
4193 ! MANIFEST utils.lst utils/Makefile
4194 ____________________________________________________________________________
4195 [ 10662] By: jhi on 2001/06/17 15:37:32
4196 Log: Less potentially test-harness-confusing output.
4198 ! lib/Memoize/t/expire_module_t.t
4199 ____________________________________________________________________________
4200 [ 10661] By: jhi on 2001/06/17 15:31:04
4201 Log: The final print annoys make test.
4203 ! t/lib/filefind.t t/lib/findtaint.t
4204 ____________________________________________________________________________
4205 [ 10660] By: jhi on 2001/06/17 14:00:21
4206 Log: Add an option for handling dangling symbolic links.
4208 ! lib/File/Find.pm t/lib/filefind.t
4209 ____________________________________________________________________________
4210 [ 10659] By: jhi on 2001/06/17 13:45:48
4211 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
4212 From: Thomas Wegner <wegner_thomas@yahoo.com>
4213 Date: Sun, 17 Jun 2001 14:43:11 +0200
4214 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
4217 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
4218 ____________________________________________________________________________
4219 [ 10658] By: jhi on 2001/06/17 13:13:25
4220 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
4221 From: Jonathan Stowe <gellyfish@gellyfish.com>
4222 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
4223 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
4225 ! lib/ExtUtils/MM_Unix.pm
4226 ____________________________________________________________________________
4227 [ 10657] By: jhi on 2001/06/17 13:12:25
4228 Log: Subject: [PATCH] more anonymous stash cleanups
4229 From: Abhijit Menon-Sen <ams@wiw.org>
4230 Date: Sun, 17 Jun 2001 11:44:06 +0530
4231 Message-ID: <20010617114406.A25203@lustre.linux.in>
4234 ____________________________________________________________________________
4235 [ 10656] By: jhi on 2001/06/17 13:11:11
4236 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
4237 From: Abhijit Menon-Sen <ams@wiw.org>
4238 Date: Sun, 17 Jun 2001 08:02:59 +0530
4239 Message-ID: <20010617080259.A28776@lustre.linux.in>
4241 Subject: [PATCH #2/7] xhv_eiter
4242 From: Abhijit Menon-Sen <ams@wiw.org>
4243 Date: Sun, 17 Jun 2001 08:13:18 +0530
4244 Message-ID: <20010617081318.B28776@lustre.linux.in>
4246 Subject: [PATCH #3/7] xhv_fill
4247 From: Abhijit Menon-Sen <ams@wiw.org>
4248 Date: Sun, 17 Jun 2001 08:25:16 +0530
4249 Message-ID: <20010617082516.C28776@lustre.linux.in>
4251 Subject: [PATCH #4/7] xhv_keys
4252 From: Abhijit Menon-Sen <ams@wiw.org>
4253 Date: Sun, 17 Jun 2001 08:36:17 +0530
4254 Message-ID: <20010617083617.D28776@lustre.linux.in>
4256 Subject: [PATCH #5/7] xhv_max
4257 From: Abhijit Menon-Sen <ams@wiw.org>
4258 Date: Sun, 17 Jun 2001 08:39:48 +0530
4259 Message-ID: <20010617083948.E28776@lustre.linux.in>
4261 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
4262 From: Abhijit Menon-Sen <ams@wiw.org>
4263 Date: Sun, 17 Jun 2001 08:51:11 +0530
4264 Message-ID: <20010617085111.F28776@lustre.linux.in>
4267 ____________________________________________________________________________
4268 [ 10655] By: jhi on 2001/06/16 23:32:03
4269 Log: Update Changes.
4271 ! Changes patchlevel.h
4272 ____________________________________________________________________________
4273 [ 10654] By: jhi on 2001/06/16 23:18:37
4274 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
4275 From: Abhijit Menon-Sen <ams@wiw.org>
4276 Date: Sat, 16 Jun 2001 07:41:19 +0530
4277 Message-ID: <20010616074119.A24720@lustre.linux.in>
4279 ! hv.c perl.c vms/vmsish.h win32/win32.h
4280 ____________________________________________________________________________
4281 [ 10653] By: jhi on 2001/06/16 23:15:11
4282 Log: Document tests failing when threaded, since we now have more.
4284 ! pod/perl572delta.pod
4285 ____________________________________________________________________________
4286 [ 10652] By: jhi on 2001/06/16 23:12:19
4289 ! ext/Thread/Thread.xs
4290 ____________________________________________________________________________
4291 [ 10651] By: jhi on 2001/06/16 23:06:55
4292 Log: pthread_attr_setstacksize() isn't absolutely necessary
4293 to call, only iff THREAD_CREATE_NEEDS_STACK.
4295 ! ext/Thread/Thread.xs
4296 ____________________________________________________________________________
4297 [ 10650] By: jhi on 2001/06/16 22:58:48
4301 ____________________________________________________________________________
4302 [ 10649] By: jhi on 2001/06/16 22:47:40
4303 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
4304 (and INT64_MIN) brokenness.
4306 ! hints/darwin.sh perl.h
4307 ____________________________________________________________________________
4308 [ 10648] By: jhi on 2001/06/16 22:27:48
4309 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
4310 From: Nicholas Clark <nick@ccl4.org>
4311 Date: Sun, 17 Jun 2001 00:16:05 +0100
4312 Message-ID: <20010617001605.V98663@plum.flirble.org>
4314 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
4315 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4316 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4317 ____________________________________________________________________________
4318 [ 10647] By: jhi on 2001/06/16 22:24:47
4319 Log: Add perlnetware to docs; regen toc; supply skeleton
4320 docs for some Memoize submodules.
4322 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
4323 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4324 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
4325 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
4326 ! win32/Makefile win32/makefile.mk
4327 ____________________________________________________________________________
4328 [ 10646] By: jhi on 2001/06/16 22:06:52
4332 ____________________________________________________________________________
4333 [ 10645] By: jhi on 2001/06/16 21:47:00
4334 Log: Integrate Memoize 0.64. Few tweaks were required in
4335 the test scripts. Note that the speed and expire*
4336 tests take several dozen seconds to run.
4338 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4339 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
4340 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4341 + lib/Memoize/README lib/Memoize/SDBM_File.pm
4342 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
4343 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
4344 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
4345 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4346 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
4347 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
4348 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
4349 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
4350 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
4351 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
4352 ! MANIFEST t/lib/1_compile.t
4353 ____________________________________________________________________________
4354 [ 10644] By: jhi on 2001/06/16 20:35:49
4355 Log: Document the cross-compilation options.
4357 ! Cross/README INSTALL
4358 ____________________________________________________________________________
4359 [ 10643] By: jhi on 2001/06/16 19:46:38
4360 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
4362 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
4363 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
4364 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
4365 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
4366 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
4367 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
4368 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
4369 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
4370 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
4371 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
4372 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
4373 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
4374 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
4375 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
4376 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
4377 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
4378 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
4379 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
4380 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
4381 + lib/ExtUtils/MM_NW5.pm
4382 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
4383 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
4384 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
4385 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
4386 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
4387 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
4388 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
4389 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
4390 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
4391 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
4392 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
4393 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
4394 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
4395 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
4396 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
4397 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
4398 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
4399 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
4400 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
4401 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
4403 ____________________________________________________________________________
4404 [ 10642] By: jhi on 2001/06/16 19:16:04
4405 Log: Resort MANIFEST.
4408 ____________________________________________________________________________
4409 [ 10641] By: jhi on 2001/06/16 18:52:26
4410 Log: Integrate perlio.
4413 !> MANIFEST perlio.c perliol.h win32/makefile.mk
4414 ____________________________________________________________________________
4415 [ 10640] By: nick on 2001/06/16 18:38:31
4416 Log: Disable :win32 layer as default till I get it working
4419 ____________________________________________________________________________
4420 [ 10639] By: jhi on 2001/06/16 18:35:46
4421 Log: Try the new scheme by moving the Text::Abbrev test
4422 to a new place under lib.
4424 + lib/Text/Abbrev/t/abbrev.t
4427 ____________________________________________________________________________
4428 [ 10638] By: jhi on 2001/06/16 18:34:30
4429 Log: Make the code even more dynamical so that testname
4430 suffix length can change.
4432 ! lib/Test/Harness.pm t/TEST
4433 ____________________________________________________________________________
4434 [ 10637] By: jhi on 2001/06/16 18:16:28
4435 Log: Allow for deeper t/ and also a single test.pl.
4438 ____________________________________________________________________________
4439 [ 10636] By: jhi on 2001/06/16 18:13:59
4440 Log: #define fix from Nicholas Clark.
4442 ! ext/POSIX/POSIX.xs
4443 ____________________________________________________________________________
4444 [ 10635] By: jhi on 2001/06/16 17:50:43
4445 Log: Initialization is nice.
4447 ! lib/Test/Harness.pm
4448 ____________________________________________________________________________
4449 [ 10634] By: jhi on 2001/06/16 17:38:53
4450 Log: Make t/TEST and t/harness to test also the t/ tests
4451 under the main lib/ and ext/ directories. Fix Test::Harness
4452 to dynamically change the width of its "foo/bar....ok" output.
4454 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
4455 ____________________________________________________________________________
4456 [ 10633] By: jhi on 2001/06/16 16:58:57
4457 Log: Subject: [PATCH] Re: perl@10611
4458 From: Nicholas Clark <nick@ccl4.org>
4459 Date: Sat, 16 Jun 2001 16:52:47 +0100
4460 Message-ID: <20010616165247.O98663@plum.flirble.org>
4464 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
4465 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
4466 ____________________________________________________________________________
4467 [ 10632] By: nick on 2001/06/16 16:44:35
4468 Log: Work-in-progress win32 layer semi-functional, checking
4471 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
4472 ____________________________________________________________________________
4473 [ 10631] By: jhi on 2001/06/16 16:40:30
4474 Log: Subject: [PATCH] Re: perl@10611
4475 From: Nicholas Clark <nick@ccl4.org>
4476 Date: Sat, 16 Jun 2001 16:52:47 +0100
4477 Message-ID: <20010616165247.O98663@plum.flirble.org>
4479 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
4480 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
4481 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
4482 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
4483 ! lib/ExtUtils/Constant.pm
4484 ____________________________________________________________________________
4485 [ 10630] By: jhi on 2001/06/16 15:11:38
4486 Log: Metaconfig unit change for #10629.
4488 ! U/modified/Finish.U
4489 ____________________________________________________________________________
4490 [ 10629] By: jhi on 2001/06/16 15:11:10
4491 Log: The extraction changed directories.
4494 ____________________________________________________________________________
4495 [ 10628] By: jhi on 2001/06/16 14:59:38
4496 Log: Math::BigInt 1.35 from Tels.
4499 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4500 ! t/lib/bigfltpm.t t/lib/bigintpm.t
4501 ____________________________________________________________________________
4502 [ 10627] By: nick on 2001/06/16 14:54:52
4503 Log: Work in progress UNIX-side edit of win32 PerLIO layer
4506 ! perlio.c win32/makefile.mk
4507 ____________________________________________________________________________
4508 [ 10626] By: jhi on 2001/06/16 14:01:50
4509 Log: Subject: [PATCH 5.6.1] os2/diff-configure
4510 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4511 Date: Fri, 15 Jun 2001 01:19:36 -0400
4512 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
4514 Empty all of it because I think #10624 made even the
4515 last patch hunk unnecessary.
4517 ! os2/diff.configure
4518 ____________________________________________________________________________
4519 [ 10625] By: jhi on 2001/06/16 13:58:34
4520 Log: Metaconfig unit change for 10624.
4525 ____________________________________________________________________________
4526 [ 10624] By: jhi on 2001/06/16 13:58:13
4527 Log: Move the initialization of libnames to the beginning so
4528 that can one 'seed' it (as OS/2 does.)
4531 ____________________________________________________________________________
4532 [ 10623] By: jhi on 2001/06/16 13:47:54
4533 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
4534 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4535 Date: Fri, 15 Jun 2001 19:10:57 -0400
4536 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
4538 ! os2/OS2/REXX/DLL/DLL.pm
4539 ____________________________________________________________________________
4540 [ 10622] By: jhi on 2001/06/16 13:29:42
4541 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
4542 From: "Craig A. Berry" <craigberry@mac.com>
4543 Date: Fri, 15 Jun 2001 17:00:03 -0500
4544 Message-Id: <a05101007b750342599be@[172.16.52.1]>
4546 ! vms/descrip_mms.template
4547 ____________________________________________________________________________
4548 [ 10621] By: jhi on 2001/06/16 13:28:37
4549 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
4550 From: "Craig A. Berry" <craigberry@mac.com>
4551 Date: Fri, 15 Jun 2001 18:39:42 -0500
4552 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
4554 ! lib/File/Spec/VMS.pm t/lib/extutils.t
4555 ____________________________________________________________________________
4556 [ 10620] By: jhi on 2001/06/16 13:25:06
4557 Log: Integrate perlio.
4559 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
4560 !> t/io/utf8.t t/lib/io_scalar.t
4561 ____________________________________________________________________________
4562 [ 10619] By: nick on 2001/06/15 21:05:19
4563 Log: Generated files
4566 ____________________________________________________________________________
4567 [ 10618] By: nick on 2001/06/15 20:27:42
4568 Log: Fix open.pm to work via XS-implemented method calls rather
4569 than *open::layers variables which caused all the HV/AV hassle.
4571 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
4573 ____________________________________________________________________________
4574 [ 10617] By: jhi on 2001/06/15 18:50:53
4575 Log: Integrate perlio.
4577 !> lib/ExtUtils/Constant.pm
4578 ____________________________________________________________________________
4579 [ 10616] By: nick on 2001/06/15 18:46:47
4580 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
4582 ! lib/ExtUtils/Constant.pm
4583 ____________________________________________________________________________
4584 [ 10615] By: jhi on 2001/06/15 18:36:43
4585 Log: Integrate perlio.
4587 !> ext/Socket/Socket.xs
4588 ____________________________________________________________________________
4589 [ 10614] By: nick on 2001/06/15 18:33:37
4590 Log: MULTIPLICITY fix for Socket.xs
4592 ! ext/Socket/Socket.xs
4593 ____________________________________________________________________________
4594 [ 10613] By: jhi on 2001/06/15 16:34:06
4595 Log: Subject: Re: perl@10611
4596 From: Doug MacEachern <dougm@covalent.net>
4597 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
4598 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
4600 ! ext/Socket/Socket.xs
4601 ____________________________________________________________________________
4602 [ 10612] By: nick on 2001/06/15 16:14:38
4603 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
4605 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4606 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
4607 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
4608 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
4609 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
4611 ____________________________________________________________________________
4612 [ 10611] By: jhi on 2001/06/15 14:29:04
4613 Log: Update Changes.
4615 ! Changes patchlevel.h
4616 ____________________________________________________________________________
4617 [ 10610] By: jhi on 2001/06/15 14:20:33
4618 Log: Upping the test count.
4621 ____________________________________________________________________________
4622 [ 10609] By: jhi on 2001/06/15 14:13:29
4623 Log: Integrate perlio.
4625 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4626 ____________________________________________________________________________
4627 [ 10608] By: jhi on 2001/06/15 14:12:31
4628 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
4629 From: andreas.koenig@anima.de (Andreas J. Koenig)
4630 Date: 15 Jun 2001 13:30:39 +0200
4631 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
4633 Record the grim history.
4636 ____________________________________________________________________________
4637 [ 10607] By: jhi on 2001/06/15 14:08:19
4638 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
4639 From: Brian McCauley <nobull@mail.com>
4640 Date: 15 Jun 2001 07:51:26 +0100
4641 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
4643 ! lib/File/Find.pm t/lib/filefind.t
4644 ____________________________________________________________________________
4645 [ 10606] By: nick on 2001/06/15 14:00:08
4646 Log: regen_config_h for Win32.
4648 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4649 ____________________________________________________________________________
4650 [ 10605] By: jhi on 2001/06/15 13:49:55
4651 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
4652 From: Peter Prymmer <pvhp@forte.com>
4653 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
4654 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
4656 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
4657 ____________________________________________________________________________
4658 [ 10604] By: jhi on 2001/06/15 13:45:03
4659 Log: Some filesystems require writability for rename/unlink.
4662 ____________________________________________________________________________
4663 [ 10603] By: jhi on 2001/06/15 13:41:34
4664 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
4665 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4666 Date: Fri, 15 Jun 2001 12:08:53 +0200
4667 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
4670 ____________________________________________________________________________
4671 [ 10602] By: jhi on 2001/06/15 13:27:04
4672 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
4673 From: Mike Guy <mjtg@cam.ac.uk>
4674 Date: Fri, 15 Jun 2001 14:11:49 +0100
4675 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
4678 ____________________________________________________________________________
4679 [ 10601] By: jhi on 2001/06/15 13:21:18
4680 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
4681 From: Nicholas Clark <nick@ccl4.org>
4682 Date: Thu, 14 Jun 2001 23:52:56 +0100
4683 Message-ID: <20010614235256.G98663@plum.flirble.org>
4685 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
4686 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4687 ____________________________________________________________________________
4688 [ 10600] By: jhi on 2001/06/15 13:16:56
4689 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
4690 From: Russ Allbery <rra@stanford.edu>
4691 Date: 14 Jun 2001 13:24:43 -0700
4692 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
4694 ! ext/GDBM_File/GDBM_File.pm
4695 ____________________________________________________________________________
4696 [ 10599] By: jhi on 2001/06/15 13:15:26
4697 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
4698 From: Nicholas Clark <nick@ccl4.org>
4699 Date: Thu, 14 Jun 2001 20:37:47 +0100
4700 Message-ID: <20010614203747.F98663@plum.flirble.org>
4702 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4704 ____________________________________________________________________________
4705 [ 10598] By: jhi on 2001/06/15 13:13:13
4706 Log: Integrate perlio.
4709 ____________________________________________________________________________
4710 [ 10597] By: nick on 2001/06/15 11:08:13
4711 Log: Check that HVs with HvNAME() != NULL are really stashes before
4712 treating them as such. Also be more defensive on the GvCV.
4713 Win32 fork and dprof now working again.
4716 ____________________________________________________________________________
4717 [ 10596] By: nick on 2001/06/15 10:11:20
4718 Log: Integrate mainline.
4721 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4722 !> Porting/config_H config_h.SH configure.com epoc/config.sh
4723 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
4724 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4725 !> vos/config.ga.h win32/config.bc win32/config.gc
4726 !> win32/config.vc win32/config_H.bc win32/config_H.gc
4727 !> win32/config_H.vc
4728 ____________________________________________________________________________
4729 [ 10595] By: nick on 2001/06/15 09:37:17
4730 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
4731 - Win32 (VC++) now builds but fails:
4732 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
4733 fork.t - No &___ENV_HV_NAME___::CLONE method ???
4734 write.t - open(...,"|-") not implemented on Win32
4737 ____________________________________________________________________________
4738 [ 10594] By: jhi on 2001/06/15 00:17:16
4739 Log: Integrate perlio.
4741 !> perlio.c win32/makefile.mk
4742 ____________________________________________________________________________
4743 [ 10593] By: jhi on 2001/06/15 00:16:44
4744 Log: Metaconfig unit changes for #10592.
4746 + U/modified/i_varhdr.U U/modified/startsh.U
4747 - U/a_dvisory/crosscompile.U U/target/Target.U
4748 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4749 ! U/compline/bitpbyte.U U/compline/byteorder.U
4750 ! U/compline/ccflags.U U/compline/charsize.U
4751 ! U/compline/d_casti32.U U/compline/d_castneg.U
4752 ! U/compline/d_closedir.U U/compline/d_fd_set.U
4753 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
4754 ! U/compline/d_keepsig.U U/compline/d_open3.U
4755 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
4756 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
4757 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
4758 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
4759 ! U/compline/doublesize.U U/compline/floatsize.U
4760 ! U/compline/nblock_io.U U/compline/orderlib.U
4761 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
4762 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
4763 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
4764 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
4765 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
4766 ! U/modified/spitshell.U U/threads/archname.U
4767 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4768 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
4769 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
4770 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
4771 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4772 Branch: metaconfig/U/perl
4774 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
4775 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
4776 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
4777 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
4778 ! stdio_streams.U uselfs.U
4779 ____________________________________________________________________________
4780 [ 10592] By: jhi on 2001/06/15 00:15:52
4781 Log: The first steps towards cross-compilation.
4783 Abstract execution of compiled test executables with $run,
4784 and abstract transfer of files with $to and $from.
4786 Under cross-compilation the $run, $to, and $from will point
4787 to appropriate wrapper scripts, by default ssh and scp,
4788 but also rsh, rcp, and cp are supported. If not
4789 cross-compiling, they will be set to '', ':', and ':',
4792 With these patches I was able to get Configure for
4793 iPAQ ARM Linux on an Intel Linux about 95% right
4794 (only a few tests failed to execute or they produced
4795 incorrect results), and I was able to compile
4796 a functional miniperl.
4798 The symbol crosscompile renamed to be usecrosscompile,
4799 the corresponding C symbol from CROSSCOMPILE to
4802 ! Configure Cross/README Makefile.SH Porting/Glossary
4803 ! Porting/config.sh Porting/config_H config_h.SH configure.com
4804 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
4805 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4806 ! vos/config.ga.def vos/config.ga.h win32/config.bc
4807 ! win32/config.gc win32/config.vc win32/config_H.bc
4808 ! win32/config_H.gc win32/config_H.vc
4809 ____________________________________________________________________________
4810 [ 10591] By: nick on 2001/06/14 20:00:12
4811 Log: Steps along the road toward Win32 building again.
4813 ! perlio.c win32/makefile.mk
4814 ____________________________________________________________________________
4815 [ 10590] By: jhi on 2001/06/14 16:11:11
4816 Log: Integrate perlio.
4818 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4819 ____________________________________________________________________________
4820 [ 10589] By: nick on 2001/06/14 13:54:07
4821 Log: Routine regen_config_h for Win32
4823 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4824 ____________________________________________________________________________
4825 [ 10588] By: jhi on 2001/06/14 12:30:46
4826 Log: Integrate perlio.
4829 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
4830 ____________________________________________________________________________
4831 [ 10587] By: jhi on 2001/06/14 12:23:24
4835 ____________________________________________________________________________
4836 [ 10586] By: nick on 2001/06/14 08:25:07
4837 Log: Add new step to run_byacc which:
4838 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
4839 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
4842 ! MANIFEST Makefile.SH perly.c
4843 ____________________________________________________________________________
4844 [ 10585] By: nick on 2001/06/14 08:22:29
4845 Log: Integrate mainline
4847 +> locale.c numeric.c
4848 !> Changes cygwin/Makefile.SHs embed.h embed.pl
4849 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
4850 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
4851 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
4853 ____________________________________________________________________________
4854 [ 10584] By: nick on 2001/06/14 08:05:53
4855 Log: Hack to remove insecure directories from PATH so test will run.
4858 ____________________________________________________________________________
4859 [ 10583] By: jhi on 2001/06/14 03:11:16
4860 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
4864 ____________________________________________________________________________
4865 [ 10582] By: jhi on 2001/06/14 03:04:51
4869 ____________________________________________________________________________
4870 [ 10581] By: jhi on 2001/06/14 03:03:14
4871 Log: de-$CONFIG continues.
4873 ! cygwin/Makefile.SHs x2p/Makefile.SH
4874 ____________________________________________________________________________
4875 [ 10580] By: jhi on 2001/06/13 23:56:59
4876 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
4877 From: Nicholas Clark <nick@ccl4.org>
4878 Date: Wed, 13 Jun 2001 21:20:13 +0100
4879 Message-ID: <20010613212013.D98663@plum.flirble.org>
4882 ____________________________________________________________________________
4883 [ 10579] By: jhi on 2001/06/13 23:55:29
4884 Log: Subject: splitting util.c
4885 From: Hugo <hv@crypt.compulink.co.uk>
4886 Date: Thu, 14 Jun 2001 00:41:08 +0100
4887 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
4889 + locale.c numeric.c
4890 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
4891 ! pod/perlapi.pod proto.h util.c
4892 ____________________________________________________________________________
4893 [ 10578] By: jhi on 2001/06/13 23:45:11
4894 Log: Upgrade to Math::BigInt 1.34 from Tels.
4897 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4898 ! t/lib/bigfltpm.t t/lib/bigintpm.t
4899 ____________________________________________________________________________
4900 [ 10577] By: nick on 2001/06/13 19:02:48
4901 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
4903 !> (integrate 125 files)
4904 ____________________________________________________________________________
4905 [ 10576] By: jhi on 2001/06/13 18:10:01
4906 Log: Update Changes.
4908 ! Changes patchlevel.h
4909 ____________________________________________________________________________
4910 [ 10575] By: jhi on 2001/06/13 18:05:09
4911 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
4912 From: "Craig A. Berry" <craigberry@mac.com>
4913 Date: Wed, 13 Jun 2001 13:24:28 -0500
4914 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
4916 ! ext/re/Makefile.PL
4917 ____________________________________________________________________________
4918 [ 10574] By: jhi on 2001/06/13 17:34:36
4919 Log: Mc.u.c. for #10573.
4921 ! U/threads/usethreads.U
4922 ____________________________________________________________________________
4923 [ 10573] By: jhi on 2001/06/13 17:34:00
4924 Log: It would be also be good if I could type.
4927 ____________________________________________________________________________
4928 [ 10572] By: jhi on 2001/06/13 17:26:29
4929 Log: Metaconfig unit change for #10571.
4931 ! U/threads/usethreads.U
4932 ____________________________________________________________________________
4933 [ 10571] By: jhi on 2001/06/13 17:26:05
4934 Log: A non-empty default is a good thing.
4937 ____________________________________________________________________________
4938 [ 10570] By: jhi on 2001/06/13 17:15:16
4939 Log: Metaconfig unit change for #10569.
4941 ! U/threads/usethreads.U
4942 ____________________________________________________________________________
4943 [ 10569] By: jhi on 2001/06/13 17:14:17
4944 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
4945 extremely experimental, not even prompted for.
4947 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4948 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
4949 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4950 ! win32/config.bc win32/config.gc win32/config.vc
4951 ____________________________________________________________________________
4952 [ 10568] By: jhi on 2001/06/13 16:22:27
4953 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
4956 ____________________________________________________________________________
4957 [ 10567] By: jhi on 2001/06/13 16:20:23
4958 Log: Integrate perlio; conflicts, accept Nick's versions.
4960 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4961 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
4962 ____________________________________________________________________________
4963 [ 10566] By: jhi on 2001/06/13 16:17:42
4964 Log: Subject: Re: ext/ + -Wall
4965 From: Doug MacEachern <dougm@covalent.net>
4966 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
4967 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
4969 ! XSUB.h lib/ExtUtils/xsubpp perl.h
4970 ____________________________________________________________________________
4971 [ 10565] By: jhi on 2001/06/13 16:16:07
4972 Log: Similar logic as DB_File.xs, using the modern macros and
4973 defines them to older ones for older Perls where PERL_VERSION
4974 is not defined, from Doug MacEachern.
4976 ! ext/Storable/Storable.xs
4977 ____________________________________________________________________________
4978 [ 10564] By: nick on 2001/06/13 15:22:01
4979 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
4980 and using that instead (name lookups are sequential search for now).
4982 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4983 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
4984 ____________________________________________________________________________
4985 [ 10563] By: jhi on 2001/06/13 14:07:43
4986 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
4987 From: "Richard Soderberg" <rs@crystalflame.net>
4988 Date: Sat, 26 May 2001 06:44:20 -0700
4989 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
4992 ____________________________________________________________________________
4993 [ 10562] By: jhi on 2001/06/13 13:55:10
4994 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
4995 From: "Craig A. Berry" <craigberry@mac.com>
4996 Date: Tue, 12 Jun 2001 23:55:26 -0500
4997 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
4999 ! ext/re/Makefile.PL ext/re/re.xs
5000 ____________________________________________________________________________
5001 [ 10561] By: jhi on 2001/06/13 13:44:58
5002 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
5005 ! XSUB.h malloc.c perl.h
5006 ____________________________________________________________________________
5007 [ 10560] By: jhi on 2001/06/13 13:35:42
5011 ____________________________________________________________________________
5012 [ 10559] By: jhi on 2001/06/13 12:53:18
5013 Log: Subject: [patch] perl.gprof control
5014 From: Doug MacEachern <dougm@covalent.net>
5015 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
5016 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
5018 ! miniperlmain.c perl.h
5019 ____________________________________________________________________________
5020 [ 10558] By: jhi on 2001/06/13 12:51:47
5021 Log: Subject: Re: ext/ + -Wall
5022 From: Doug MacEachern <dougm@covalent.net>
5023 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
5024 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
5026 Document ax and break up dXSARGS.
5028 ! XSUB.h pod/perlapi.pod
5029 ____________________________________________________________________________
5030 [ 10557] By: jhi on 2001/06/13 12:39:55
5031 Log: More AIX tweakage from Merijn.
5034 ____________________________________________________________________________
5035 [ 10556] By: jhi on 2001/06/13 03:26:58
5036 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
5037 From: "Craig A. Berry" <craigberry@mac.com>
5038 Date: Tue, 12 Jun 2001 22:57:45 -0500
5039 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
5041 ! vms/descrip_mms.template
5042 ____________________________________________________________________________
5043 [ 10555] By: jhi on 2001/06/13 02:50:43
5044 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
5045 From: "Craig A. Berry" <craigberry@mac.com>
5046 Date: Tue, 12 Jun 2001 22:21:39 -0500
5047 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
5049 ! configure.com util.c
5050 ____________________________________________________________________________
5051 [ 10554] By: jhi on 2001/06/13 02:23:16
5052 Log: New AIX dynaloading code from Jens-Uwe Mager.
5053 Does break binary compatibility.
5055 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5056 ____________________________________________________________________________
5057 [ 10553] By: jhi on 2001/06/13 02:10:16
5058 Log: VMS DEC C compiler found nits by Peter Prymmer.
5061 ____________________________________________________________________________
5062 [ 10552] By: jhi on 2001/06/13 01:36:12
5063 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
5064 From: Peter Prymmer <pvhp@forte.com>
5065 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
5066 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
5069 ____________________________________________________________________________
5070 [ 10551] By: jhi on 2001/06/13 01:26:53
5071 Log: I wonder how many $CONFIGs still lurk in the shadows.
5073 ! pod/Makefile.SH x2p/cflags.SH
5074 ____________________________________________________________________________
5075 [ 10550] By: jhi on 2001/06/13 01:25:12
5076 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
5079 ____________________________________________________________________________
5080 [ 10549] By: jhi on 2001/06/13 01:05:28
5081 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
5083 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
5084 ____________________________________________________________________________
5085 [ 10548] By: jhi on 2001/06/13 00:41:28
5086 Log: Subject: [patch] rid local_patches warnings
5087 From: Doug MacEachern <dougm@covalent.net>
5088 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
5089 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
5091 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
5092 ____________________________________________________________________________
5093 [ 10547] By: jhi on 2001/06/13 00:40:29
5094 Log: Subject: Re: ext/ + -Wall
5095 From: Doug MacEachern <dougm@covalent.net>
5096 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
5097 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
5099 ! ext/attrs/attrs.xs
5100 ____________________________________________________________________________
5101 [ 10546] By: jhi on 2001/06/13 00:39:06
5102 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
5103 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5104 Date: Tue, 12 Jun 2001 14:36:20 -0400
5105 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
5108 ____________________________________________________________________________
5109 [ 10545] By: jhi on 2001/06/13 00:38:02
5110 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
5111 From: Mike Guy <mjtg@cam.ac.uk>
5112 Date: Tue, 12 Jun 2001 19:10:31 +0100
5113 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
5115 Subject: Re: [ID 20010612.001] out of memory during regex compilation
5116 From: Mike Guy <mjtg@cam.ac.uk>
5117 Date: Tue, 12 Jun 2001 19:21:01 +0100
5118 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
5121 ____________________________________________________________________________
5122 [ 10544] By: jhi on 2001/06/13 00:34:39
5123 Log: AIX tweaks from Merijn H. Brand.
5126 ____________________________________________________________________________
5127 [ 10543] By: jhi on 2001/06/13 00:11:42
5128 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
5129 From: "Brendan O'Dea" <bod@compusol.com.au>
5130 Date: Wed, 13 Jun 2001 05:16:47 +1000
5131 Message-ID: <20010613051647.A8945@compusol.com.au>
5132 Branch: maint-5.6/perl
5133 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5134 ____________________________________________________________________________
5135 [ 10542] By: jhi on 2001/06/13 00:07:50
5136 Log: Subject: Small bcopy cleanup
5137 From: Andy Dougherty <doughera@lafayette.edu>
5138 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
5139 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
5141 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
5142 ____________________________________________________________________________
5143 [ 10541] By: jhi on 2001/06/13 00:05:18
5144 Log: Subject: [PATCH] Re: ext/ + -Wall
5145 From: Nicholas Clark <nick@ccl4.org>
5146 Date: Wed, 13 Jun 2001 00:04:30 +0100
5147 Message-ID: <20010613000430.M5901@plum.flirble.org>
5149 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5150 ____________________________________________________________________________
5151 [ 10540] By: jhi on 2001/06/13 00:02:25
5152 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
5153 From: Nicholas Clark <nick@ccl4.org>
5154 Date: Tue, 12 Jun 2001 23:53:07 +0100
5155 Message-ID: <20010612235307.L5901@plum.flirble.org>
5157 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5158 ____________________________________________________________________________
5159 [ 10539] By: jhi on 2001/06/12 23:59:10
5160 Log: MPE/iX tweaks from Mark Bixby.
5162 ! hints/mpeix.sh mpeix/mpeixish.h util.c
5163 ____________________________________________________________________________
5164 [ 10538] By: jhi on 2001/06/12 14:16:15
5165 Log: Update Changes.
5167 ! Changes patchlevel.h
5168 ____________________________________________________________________________
5169 [ 10537] By: jhi on 2001/06/12 14:11:26
5170 Log: One less -Wall whine (found under DEBUGGING).
5172 ! x2p/Makefile.SH x2p/a2p.c
5173 ____________________________________________________________________________
5174 [ 10536] By: jhi on 2001/06/12 13:32:09
5175 Log: s/case-independent/case-insensitive/g
5178 ____________________________________________________________________________
5179 [ 10535] By: jhi on 2001/06/12 13:27:28
5180 Log: As suggested in
5182 Subject: Re: ext/ + -Wall
5183 From: Gurusamy Sarathy <gsar@ActiveState.com>
5184 Date: Mon, 11 Jun 2001 23:34:31 -0700
5185 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
5187 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
5189 ____________________________________________________________________________
5190 [ 10534] By: jhi on 2001/06/12 13:13:27
5191 Log: Subject: ext/ + -Wall
5192 From: Doug MacEachern <dougm@covalent.net>
5193 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
5194 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
5196 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
5197 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
5198 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
5199 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
5200 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
5201 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
5202 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
5203 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
5204 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
5205 ! lib/ExtUtils/xsubpp
5206 ____________________________________________________________________________
5207 [ 10533] By: jhi on 2001/06/12 12:52:57
5208 Log: Subject: [PATCH] anonymous stashes
5209 From: Abhijit Menon-Sen <ams@wiw.org>
5210 Date: Tue, 12 Jun 2001 12:47:04 +0530
5211 Message-ID: <20010612124704.A29029@lustre.linux.in>
5213 ! dump.c gv.c sv.c xsutils.c
5214 ____________________________________________________________________________
5215 [ 10532] By: jhi on 2001/06/12 12:37:36
5216 Log: One more test for $^S.
5219 ____________________________________________________________________________
5220 [ 10531] By: jhi on 2001/06/12 12:35:02
5221 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
5222 From: Abhijit Menon-Sen <ams@wiw.org>
5223 Date: Tue, 12 Jun 2001 17:35:55 +0530
5224 Message-ID: <20010612173555.A32426@lustre.linux.in>
5227 ____________________________________________________________________________
5228 [ 10530] By: jhi on 2001/06/12 12:31:11
5229 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
5230 From: Mike Guy <mjtg@cam.ac.uk>
5231 Date: Tue, 12 Jun 2001 13:14:15 +0100
5232 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
5235 ____________________________________________________________________________
5236 [ 10529] By: jhi on 2001/06/12 12:21:06
5237 Log: AUTHORS updates.
5240 ____________________________________________________________________________
5241 [ 10528] By: jhi on 2001/06/12 12:19:47
5242 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
5243 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
5244 Content-Transfer-Encoding: 7bit
5245 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
5247 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
5248 ____________________________________________________________________________
5249 [ 10527] By: jhi on 2001/06/12 11:58:53
5250 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
5251 From: "Philip Newton" <Philip.Newton@gmx.net>
5252 Date: Mon, 11 Jun 2001 07:08:03 +0200
5253 Message-Id: <200106120802.LAA08992@taas.iki.fi>
5256 ____________________________________________________________________________
5257 [ 10526] By: jhi on 2001/06/12 01:35:34
5258 Log: Cleanup the a2p.c for -Wall.
5260 ! x2p/Makefile.SH x2p/a2p.c
5261 ____________________________________________________________________________
5262 [ 10525] By: jhi on 2001/06/12 01:10:56
5263 Log: File::Find update for MacOS from Chris Nandor.
5265 ! lib/File/Find.pm t/lib/filefind.t
5266 ____________________________________________________________________________
5267 [ 10524] By: jhi on 2001/06/12 00:29:20
5268 Log: gcc -Wall nits picked out by a non-UNIX system
5269 (courtesy of Mark Bixby)
5271 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
5272 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
5274 ____________________________________________________________________________
5275 [ 10523] By: jhi on 2001/06/11 22:34:03
5276 Log: Metaconfig unit change for #10522. (The d_modfl changes
5278 Branch: metaconfig/U/perl
5279 ! d_modfl.U d_u32align.U
5280 ____________________________________________________________________________
5281 [ 10522] By: jhi on 2001/06/11 22:33:00
5282 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
5283 be "./try 2>&1 >/dev/null".
5286 ____________________________________________________________________________
5287 [ 10521] By: jhi on 2001/06/11 19:49:54
5288 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
5289 From: "Craig A. Berry" <craigberry@mac.com>
5290 Date: Mon, 11 Jun 2001 14:00:32 -0500
5291 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
5294 ____________________________________________________________________________
5295 [ 10520] By: jhi on 2001/06/11 17:55:47
5296 Log: Move the full \p\P lists to perlunicode.
5298 ! pod/perlretut.pod pod/perlunicode.pod
5299 ____________________________________________________________________________
5300 [ 10519] By: jhi on 2001/06/11 17:10:00
5301 Log: VOS build tweak for 5.6.1 from Paul Green.
5302 Branch: maint-5.6/perl
5304 ____________________________________________________________________________
5305 [ 10518] By: jhi on 2001/06/11 17:07:03
5306 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
5307 From: "Craig A. Berry" <craigberry@mac.com>
5308 Date: Fri, 8 Jun 2001 18:08:18 -0500
5309 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
5312 ____________________________________________________________________________
5313 [ 10517] By: jhi on 2001/06/11 14:52:01
5314 Log: Update Changes.
5316 ! Changes patchlevel.h
5317 ____________________________________________________________________________
5318 [ 10516] By: jhi on 2001/06/11 14:46:33
5319 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
5321 ! vos/config.alpha.h vos/config.ga.h
5322 ____________________________________________________________________________
5323 [ 10515] By: jhi on 2001/06/11 14:39:05
5324 Log: VOS updates from Paul Green for @10476.
5326 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
5327 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5328 ! vos/config.ga.h vos/configure_perl.cm
5329 ____________________________________________________________________________
5330 [ 10514] By: jhi on 2001/06/11 12:58:43
5331 Log: Subject: [PATCH] Not many people know this ...
5332 From: Mike Guy <mjtg@cam.ac.uk>
5333 Date: Mon, 11 Jun 2001 14:55:15 +0100
5334 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
5337 ____________________________________________________________________________
5338 [ 10513] By: jhi on 2001/06/11 12:30:06
5339 Log: Add final commas to lists as suggested by Philip Newton.
5341 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5342 ____________________________________________________________________________
5343 [ 10512] By: jhi on 2001/06/11 12:28:49
5344 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
5345 Date: Sun, 10 Jun 2001 23:35:38 -0400
5346 From: Chris Nandor <pudge@pobox.com>
5347 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
5349 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
5350 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
5351 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
5352 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
5353 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
5354 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
5355 ! t/op/write.t t/pragma/strict.t
5356 ____________________________________________________________________________
5357 [ 10511] By: jhi on 2001/06/11 12:13:31
5358 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
5359 From: Chris Nandor <pudge@pobox.com>
5360 Date: Mon, 11 Jun 2001 08:24:28 -0400
5361 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
5363 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
5365 ____________________________________________________________________________
5366 [ 10510] By: jhi on 2001/06/11 12:03:16
5367 Log: One more run_byacc (a hand-tweaked version had slipped in).
5369 ! perly.c vms/perly_c.vms
5370 ____________________________________________________________________________
5371 [ 10509] By: nick on 2001/06/11 07:49:15
5372 Log: Integrate mainline
5374 !> Makefile.SH embed.h embed.pl global.sym
5375 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
5376 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5377 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
5378 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
5379 ____________________________________________________________________________
5380 [ 10508] By: jhi on 2001/06/10 22:38:05
5381 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
5382 From: Mike Guy <mjtg@cam.ac.uk>
5383 Reply-To: mjtg@cam.ac.uk
5384 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
5386 ! lib/ExtUtils/Manifest.pm
5387 ____________________________________________________________________________
5388 [ 10507] By: jhi on 2001/06/10 22:37:16
5389 Log: Subject: [PATCH] ExtUtils::Constant
5390 From: Nicholas Clark <nick@ccl4.org>
5391 Date: Sun, 10 Jun 2001 23:25:41 +0100
5392 Message-ID: <20010610232540.C76396@plum.flirble.org>
5394 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5395 ____________________________________________________________________________
5396 [ 10506] By: jhi on 2001/06/10 20:57:20
5397 Log: Integrate perlio.
5400 ____________________________________________________________________________
5401 [ 10505] By: jhi on 2001/06/10 18:37:57
5402 Log: Move the grok_number and its lieutenant grok_numeric_radix
5403 from sv.c statics to util.c and public.
5405 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
5406 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
5407 ____________________________________________________________________________
5408 [ 10504] By: nick on 2001/06/10 17:47:06
5409 Log: Fix (valid) -Wall warnings in perlio.c
5412 ____________________________________________________________________________
5413 [ 10503] By: jhi on 2001/06/10 17:38:28
5414 Log: Update perly_c.diff, update perly.fixer to edit away
5415 some of the -Wall noise.
5417 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
5418 ____________________________________________________________________________
5419 [ 10502] By: jhi on 2001/06/10 17:09:42
5420 Log: Check the version of byacc.
5423 ____________________________________________________________________________
5424 [ 10501] By: jhi on 2001/06/10 17:00:08
5425 Log: Subject: [PATCH] perly.y overhaul
5426 From: Simon Cozens <simon@netthink.co.uk>
5427 Date: Sun, 10 Jun 2001 16:56:54 +0100
5428 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
5430 Plus make run_byacc.
5432 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
5433 ____________________________________________________________________________
5434 [ 10500] By: jhi on 2001/06/10 16:07:28
5435 Log: Integrate perlio.
5437 !> perlio.c perlsfio.h
5438 ____________________________________________________________________________
5439 [ 10499] By: nick on 2001/06/10 15:01:08
5440 Log: Integrate mainline
5442 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
5443 !> t/pragma/locale.t util.c
5444 ____________________________________________________________________________
5445 [ 10498] By: jhi on 2001/06/10 13:49:23
5446 Log: Put some meat on the perl572delta bones. The list of
5447 selected bug fixes needs more work, as does still the
5450 ! pod/perl572delta.pod
5451 ____________________________________________________________________________
5452 [ 10497] By: nick on 2001/06/10 12:27:51
5453 Log: Paper over a crack or two with USE_SFIO
5455 ! perlio.c perlsfio.h
5456 ____________________________________________________________________________
5457 [ 10496] By: jhi on 2001/06/10 11:04:22
5458 Log: Update Changes.
5460 ! Changes patchlevel.h
5461 ____________________________________________________________________________
5462 [ 10495] By: jhi on 2001/06/10 10:55:34
5463 Log: Subject: Re: pragma/locale.t #107
5464 From: Hugo <hv@crypt.compulink.co.uk>
5465 Date: Sun, 10 Jun 2001 11:23:30 +0100
5466 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
5468 Encapsulate the scan of the decimal radix separator.
5470 ! embed.h embed.pl proto.h sv.c
5471 ____________________________________________________________________________
5472 [ 10494] By: jhi on 2001/06/10 03:00:17
5473 Log: Try to grok numbers both with the locale specific separator
5474 and with the usual "." (if different from the lss); add a test
5475 to locale.t to do also a little bit of math in addition to just
5476 equalness testing; remove extraneous logic as suggested in
5478 Subject: Re: pragma/locale.t #107
5479 From: Nicholas Clark <nick@ccl4.org>
5480 Date: Sat, 9 Jun 2001 22:37:36 +0100
5481 Message-ID: <20010609223735.Y76396@plum.flirble.org>
5483 ! sv.c t/pragma/locale.t
5484 ____________________________________________________________________________
5485 [ 10493] By: jhi on 2001/06/10 01:25:23
5486 Log: Metaconfig unit change for #10492.
5487 Branch: metaconfig/U/perl
5489 ____________________________________________________________________________
5490 [ 10492] By: jhi on 2001/06/10 01:23:59
5491 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
5492 From: Artur Bergman <artur@contiller.se>
5493 Date: Sat, 09 Jun 2001 21:03:51 +0200
5494 Message-ID: <B7483FB6.1398%artur@contiller.se>
5497 ____________________________________________________________________________
5498 [ 10491] By: jhi on 2001/06/10 01:15:40
5499 Log: Integrate perlio.
5502 ____________________________________________________________________________
5503 [ 10490] By: jhi on 2001/06/10 01:08:26
5504 Log: Do locale specific separator if only in locale.
5507 ____________________________________________________________________________
5508 [ 10489] By: nick on 2001/06/09 19:13:25
5509 Log: Make XS/Typemap compile (but fail) with sfio
5512 ____________________________________________________________________________
5513 [ 10488] By: nick on 2001/06/09 19:12:51
5514 Log: Re-integrate mainline
5516 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
5517 !> proto.h sv.c util.c
5518 ____________________________________________________________________________
5519 [ 10487] By: nick on 2001/06/09 16:26:29
5520 Log: Integrate mainline
5522 !> (integrate 31 files)
5523 ____________________________________________________________________________
5524 [ 10486] By: jhi on 2001/06/09 16:11:51
5525 Log: Subject: [PATCH] New attempt to clone callack
5526 From: Artur Bergman <artur@contiller.se>
5527 Date: Thu, 07 Jun 2001 11:52:16 +0200
5528 Message-ID: <B7451B6F.12B7%artur@contiller.se>
5530 ! embedvar.h intrpvar.h perlapi.h sv.c
5531 ____________________________________________________________________________
5532 [ 10485] By: jhi on 2001/06/09 15:23:52
5533 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
5535 ! embed.h embed.pl perl.h proto.h sv.c util.c
5536 ____________________________________________________________________________
5537 [ 10484] By: jhi on 2001/06/09 14:47:25
5538 Log: Subject: Re: pragma/locale.t #107
5539 From: Nicholas Clark <nick@ccl4.org>
5540 Date: Sat, 9 Jun 2001 16:26:10 +0100
5541 Message-ID: <20010609162609.V76396@plum.flirble.org>
5543 A missing NVification.
5546 ____________________________________________________________________________
5547 [ 10483] By: jhi on 2001/06/08 19:40:32
5548 Log: Redo the #10482, there already was a test script for formats.
5551 ! MANIFEST t/op/write.t
5552 ____________________________________________________________________________
5553 [ 10482] By: jhi on 2001/06/08 19:34:45
5554 Log: Twisted format testing, from Merijn.
5558 ____________________________________________________________________________
5559 [ 10481] By: jhi on 2001/06/08 19:21:56
5560 Log: More \p{In...} testing, combined with \N{...}.
5562 ! lib/utf8_heavy.pl t/op/pat.t
5563 ____________________________________________________________________________
5564 [ 10480] By: jhi on 2001/06/08 14:16:06
5565 Log: Metaconfig changes for #10479.
5568 Branch: metaconfig/U/perl
5570 ____________________________________________________________________________
5571 [ 10479] By: jhi on 2001/06/08 14:15:32
5572 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
5574 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5575 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
5576 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5577 ! win32/config.bc win32/config.gc win32/config.vc
5578 ____________________________________________________________________________
5579 [ 10478] By: jhi on 2001/06/08 12:20:41
5580 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
5581 From: "Craig A. Berry" <craigberry@mac.com>
5582 Date: Thu, 7 Jun 2001 14:27:20 -0500
5583 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
5586 ____________________________________________________________________________
5587 [ 10477] By: jhi on 2001/06/08 12:19:00
5588 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
5589 From: Gisle Aas <gisle@ActiveState.com>
5590 Date: 07 Jun 2001 17:04:29 -0700
5591 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
5594 ____________________________________________________________________________
5595 [ 10476] By: jhi on 2001/06/08 01:35:42
5596 Log: Update Changes.
5598 ! Changes patchlevel.h
5599 ____________________________________________________________________________
5600 [ 10475] By: jhi on 2001/06/08 00:53:45
5601 Log: Regen Glossary et alia.
5603 ! Porting/Glossary Porting/config.sh Porting/config_H
5604 ____________________________________________________________________________
5605 [ 10474] By: jhi on 2001/06/07 22:06:38
5606 Log: Metaconfig unit changes for #10473.
5607 Branch: metaconfig/U/perl
5609 ____________________________________________________________________________
5610 [ 10473] By: jhi on 2001/06/07 22:06:16
5611 Log: Harumph, also AIX will spill its guts (i.e. dump core)
5612 if an executable contains modfl() but it hasn't been
5613 compiled right (in the case of AIX, with cc -qlongdouble).
5616 ____________________________________________________________________________
5617 [ 10472] By: gsar on 2001/06/07 20:04:28
5618 Log: integrate change#10471 from mainline
5620 in change#10451, check that CvOUTSIDE is a CV before looking in
5621 (it can apparently be SVt_NULL during global destruction)
5622 Branch: maint-5.6/perl
5624 ____________________________________________________________________________
5625 [ 10471] By: gsar on 2001/06/07 20:01:31
5626 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
5627 (it can apparently be SVt_NULL during global destruction)
5630 ____________________________________________________________________________
5631 [ 10470] By: jhi on 2001/06/07 12:17:51
5632 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
5633 From: Robin Barker <rmb1@cise.npl.co.uk>
5634 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
5635 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
5637 ! lib/diagnostics.pm pod/perldiag.pod
5638 ____________________________________________________________________________
5639 [ 10469] By: jhi on 2001/06/07 12:16:12
5640 Log: Subject: [PATCH perl@10439] long =item
5641 From: Robin Barker <rmb1@cise.npl.co.uk>
5642 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
5643 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
5645 ! README.amiga lib/Attribute/Handlers.pm
5646 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
5647 ____________________________________________________________________________
5648 [ 10468] By: jhi on 2001/06/07 12:08:56
5649 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
5650 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
5651 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
5652 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
5655 ____________________________________________________________________________
5656 [ 10467] By: jhi on 2001/06/07 12:04:26
5657 Log: Integrate perlio.
5660 ____________________________________________________________________________
5661 [ 10466] By: nick on 2001/06/07 10:25:40
5662 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
5664 Still coredumps in pragma/overload.t - what a nice hard fail that is...
5667 ____________________________________________________________________________
5668 [ 10465] By: nick on 2001/06/07 08:41:58
5669 Log: Raw integrate of mainline for S_grok_number debug
5670 (sv.c has MULTIPLICITY issues as well as whatever else ...)
5672 - plan9/perlplan9.doc plan9/perlplan9.pod
5673 !> (integrate 46 files)
5674 ____________________________________________________________________________
5675 [ 10464] By: jhi on 2001/06/06 23:33:58
5676 Log: The proper prototyping for #10463.
5678 ! embed.h embed.pl proto.h sv.c
5679 ____________________________________________________________________________
5680 [ 10463] By: jhi on 2001/06/06 23:15:30
5681 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5682 From: Nicholas Clark <nick@ccl4.org>
5683 Date: Thu, 7 Jun 2001 00:29:59 +0100
5684 Message-ID: <20010607002959.Z76396@plum.flirble.org>
5687 ____________________________________________________________________________
5688 [ 10462] By: jhi on 2001/06/06 23:13:19
5689 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
5690 From: "Craig A. Berry" <craigberry@mac.com>
5691 Date: Wed, 06 Jun 2001 17:54:30 -0500
5692 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
5695 ____________________________________________________________________________
5696 [ 10461] By: jhi on 2001/06/06 23:10:00
5697 Log: Podify the remaining README.platform files;
5698 merge README.plan9 and plan9/perlplan9.pod;
5699 delete plan9/perlplan9.* (the perlplan.doc needs to
5700 be regenerated in Plan 9); make the =head1 and =head2
5701 in the README.platform to be a little more verbose
5702 (skipped README.os2 not to anger Ilya) so that they
5703 look better in the toc; regen toc.
5705 - plan9/perlplan9.doc plan9/perlplan9.pod
5706 ! MANIFEST README.aix README.amiga README.apollo README.beos
5707 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
5708 ! README.hpux README.hurd README.machten README.macos
5709 ! README.micro README.mint README.mpeix README.os390
5710 ! README.plan9 README.qnx README.solaris README.threads
5711 ! README.tru64 README.vmesa README.vms README.vos README.win32
5712 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5713 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5714 ____________________________________________________________________________
5715 [ 10460] By: jhi on 2001/06/06 20:58:53
5716 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
5717 From: Mike Guy <mjtg@cam.ac.uk>
5718 Reply-To: mjtg@cam.ac.uk
5719 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
5722 ____________________________________________________________________________
5723 [ 10459] By: jhi on 2001/06/06 20:58:15
5724 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
5725 From: Mike Guy <mjtg@cam.ac.uk>
5726 Reply-To: mjtg@cam.ac.uk
5727 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
5730 ____________________________________________________________________________
5731 [ 10458] By: jhi on 2001/06/06 20:56:04
5732 Log: Disable long doubles from pre-5.0 Tru64s.
5734 ! README.tru64 hints/dec_osf.sh
5735 ____________________________________________________________________________
5736 [ 10457] By: jhi on 2001/06/06 20:49:23
5737 Log: The #10455 exposed that modfl() is fundamentally busted
5738 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
5742 ____________________________________________________________________________
5743 [ 10456] By: jhi on 2001/06/06 20:48:35
5744 Log: Metaconfig unit change for #10455.
5745 Branch: metaconfig/U/perl
5747 ____________________________________________________________________________
5748 [ 10455] By: jhi on 2001/06/06 20:48:09
5749 Log: Configure check for geborken modfl(), inspired by
5751 Subject: Re: [20010118.017] op/int.t failure
5752 From: Hugo <hv@crypt.compulink.co.uk>
5753 Date: Tue, 05 Jun 2001 13:43:27 +0100
5754 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
5757 ____________________________________________________________________________
5758 [ 10454] By: jhi on 2001/06/06 11:45:08
5759 Log: Integrate changes #10450 and #10451 from maintperl:
5761 optimize change#10448 slightly (don't repeat search in eval""s lexical
5762 scope, since that has already been searched)
5764 change#9108 needs subtler treatment for case of closures created
5768 ____________________________________________________________________________
5769 [ 10453] By: jhi on 2001/06/06 11:42:10
5770 Log: MakeMaker magic to compile (when no dynamic loading)
5771 List/Util.xsc as (ListUtil.c and) ListUtil.o since
5772 POSIX-BC (BS2000) linker has an evil limitation of
5773 being unable to include in the same executable several
5774 object files with the same name - case-insensitively -
5775 because otherwise we conflict with util.c.
5776 Strictly speaking currently required only in POSIX-BC
5777 but probably will do no harm elsewhere where static
5778 linking is required.
5780 ! ext/List/Util/Makefile.PL
5781 ____________________________________________________________________________
5782 [ 10452] By: nick on 2001/06/06 08:59:51
5783 Log: Integrate mainline.
5785 +> lib/Attribute/Handlers/demo/Demo.pm
5786 +> lib/Attribute/Handlers/demo/Descriptions.pm
5787 +> lib/Attribute/Handlers/demo/MyClass.pm
5788 +> lib/Attribute/Handlers/demo/demo.pl
5789 +> lib/Attribute/Handlers/demo/demo2.pl
5790 +> lib/Attribute/Handlers/demo/demo3.pl
5791 +> lib/Attribute/Handlers/demo/demo4.pl
5792 +> lib/Attribute/Handlers/demo/demo_call.pl
5793 +> lib/Attribute/Handlers/demo/demo_chain.pl
5794 +> lib/Attribute/Handlers/demo/demo_cycle.pl
5795 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
5796 +> lib/Attribute/Handlers/demo/demo_phases.pl
5797 +> lib/Attribute/Handlers/demo/demo_range.pl
5798 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
5799 +> uts/strtol_wrap.c
5800 !> (integrate 91 files)
5801 ____________________________________________________________________________
5802 [ 10451] By: gsar on 2001/06/06 07:11:36
5803 Log: change#9108 needs subtler treatment for case of closures created
5805 Branch: maint-5.6/perl
5807 ____________________________________________________________________________
5808 [ 10450] By: gsar on 2001/06/06 05:47:25
5809 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
5810 scope, since that has already been searched)
5811 Branch: maint-5.6/perl
5813 ____________________________________________________________________________
5814 [ 10449] By: jhi on 2001/06/06 01:33:31
5815 Log: Integrate change #10448 from maintperl; lexicals
5816 outside an eval"" weren't resolved correctly inside a subroutine
5817 definition inside the eval"" if they were not already referenced
5818 in the toplevel of the eval""-ed code
5820 !> cop.h op.c pp_ctl.c t/op/misc.t
5821 ____________________________________________________________________________
5822 [ 10448] By: gsar on 2001/06/06 01:03:26
5823 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
5824 outside an eval"" weren't resolved correctly inside a subroutine
5825 definition inside the eval"" if they were not already referenced
5826 in the toplevel of the eval""-ed code
5827 Branch: maint-5.6/perl
5828 ! cop.h op.c pp_ctl.c t/op/misc.t
5829 ____________________________________________________________________________
5830 [ 10447] By: jhi on 2001/06/06 00:51:04
5831 Log: Subject: [PATCH] perl570delta.pod
5832 From: Peter Scott <Peter@PSDT.com>
5833 Date: Tue, 05 Jun 2001 18:51:02 -0700
5834 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
5836 ! pod/perl570delta.pod
5837 ____________________________________________________________________________
5838 [ 10446] By: jhi on 2001/06/05 23:45:05
5839 Log: The fudge factor is no more needed. I hope.
5842 ____________________________________________________________________________
5843 [ 10445] By: jhi on 2001/06/05 23:19:19
5844 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
5845 From: Hugo <hv@crypt.compulink.co.uk>
5846 Date: Tue, 05 Jun 2001 12:58:19 +0100
5847 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
5850 ____________________________________________________________________________
5851 [ 10444] By: jhi on 2001/06/05 11:09:01
5852 Log: Make up prototypes only for those who have the functions
5853 but not the prototypes.
5856 ____________________________________________________________________________
5857 [ 10443] By: jhi on 2001/06/05 11:02:13
5858 Log: Subject: Re: Not OK: perl@10439 on win32
5859 From: Prymmer/Kahn <pvhp@best.com>
5860 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
5861 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
5864 ____________________________________________________________________________
5865 [ 10442] By: jhi on 2001/06/05 00:55:46
5866 Log: The metaconfig units changes for #10441.
5868 ! U/modified/Extract.U U/modified/Extractall.U
5869 ! U/modified/Finish.U
5870 ____________________________________________________________________________
5871 [ 10441] By: jhi on 2001/06/05 00:55:17
5872 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
5875 ____________________________________________________________________________
5876 [ 10440] By: jhi on 2001/06/05 00:28:27
5877 Log: Unnecessary fuzziness undone, noted by Mike Guy.
5880 ____________________________________________________________________________
5881 [ 10439] By: jhi on 2001/06/04 17:14:31
5882 Log: Update Changes.
5884 ! Changes patchlevel.h
5885 ____________________________________________________________________________
5886 [ 10438] By: jhi on 2001/06/04 17:10:16
5887 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
5888 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
5892 ____________________________________________________________________________
5893 [ 10437] By: jhi on 2001/06/04 17:01:06
5894 Log: Test case for #10433/#10424.
5897 ____________________________________________________________________________
5898 [ 10436] By: jhi on 2001/06/04 16:54:21
5899 Log: Subject: One fix for strtoul not setting errno
5900 From: hom00@utsglobal.com (Hal Morris)
5901 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
5902 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
5905 ! MANIFEST hints/uts.sh
5906 ____________________________________________________________________________
5907 [ 10435] By: jhi on 2001/06/04 16:54:01
5908 Log: Metaconfig units changes for #10434.
5910 ! U/modified/Cppsym.U
5911 Branch: metaconfig/U/perl
5912 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
5913 + d_syscallproto.U d_usleepproto.U
5914 ! longdblfio.U quadfio.U
5915 ____________________________________________________________________________
5916 [ 10434] By: jhi on 2001/06/04 16:48:33
5917 Log: Configure tweaks; add prototype probes, make the cpp symbols
5918 probe to cast, not whine; test for %Ld and %Lf before %lld and
5919 %llf because the L is the ANSI way.
5921 ! Configure config_h.SH configure.com epoc/config.sh
5922 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
5923 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5924 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
5925 ____________________________________________________________________________
5926 [ 10433] By: jhi on 2001/06/04 16:45:23
5927 Log: Sigh. This is what #10424 was supposed to check in.
5930 ____________________________________________________________________________
5931 [ 10432] By: jhi on 2001/06/04 16:29:40
5932 Log: More verbose failure.
5935 ____________________________________________________________________________
5936 [ 10431] By: jhi on 2001/06/04 16:21:55
5937 Log: The .pm changes to go with #10428.
5939 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
5940 ! ext/Sys/Syslog/Syslog.pm
5941 ____________________________________________________________________________
5942 [ 10430] By: jhi on 2001/06/04 16:05:20
5943 Log: On second thoughts show to utf8 skippage message only
5944 on failures, it's too confusing otherwise,
5947 ____________________________________________________________________________
5948 [ 10429] By: jhi on 2001/06/04 14:47:50
5949 Log: Do not import anything from Encode.
5951 ! ext/MIME/Base64/QuotedPrint.pm
5952 ____________________________________________________________________________
5953 [ 10428] By: jhi on 2001/06/04 14:45:47
5954 Log: The #10402 didn't take. Weird.
5956 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
5957 ! ext/Sys/Syslog/Syslog.xs
5958 ____________________________________________________________________________
5959 [ 10427] By: jhi on 2001/06/04 12:55:39
5960 Log: Eradicate traces of 'asciirange' re subpragma.
5962 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
5964 ____________________________________________________________________________
5965 [ 10426] By: jhi on 2001/06/04 12:44:05
5966 Log: use is a compile-time thing.
5968 ! ext/MIME/Base64/QuotedPrint.pm
5969 ____________________________________________________________________________
5970 [ 10425] By: jhi on 2001/06/04 12:39:44
5971 Log: Subject: [PATCH perl@10419] -Wall casting patch
5972 From: Robin Barker <rmb1@cise.npl.co.uk>
5973 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
5974 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
5976 ! ext/Devel/DProf/DProf.xs mg.c
5977 ____________________________________________________________________________
5978 [ 10424] By: jhi on 2001/06/04 12:23:30
5979 Log: Subject: [PATCH #2] introducing SVpad_TYPED
5980 From: Abhijit Menon-Sen <ams@wiw.org>
5981 Date: Mon, 4 Jun 2001 12:26:02 +0530
5982 Message-ID: <20010604122602.A5775@lustre.linux.in>
5985 ____________________________________________________________________________
5986 [ 10423] By: gsar on 2001/06/04 05:12:18
5987 Log: testsuite for change#10192 (from Gisle Aas)
5991 ____________________________________________________________________________
5992 [ 10422] By: gsar on 2001/06/04 02:32:03
5993 Log: integrate changes#10414-10416 from mainline
5995 Potential buffer overrun if the radix separator is more than
5996 one byte. Also, under locales, prefer the locale-specific
5997 separator over the old boring ".".
5999 "10.", that is, decimal numbers can have no decimal part at all.
6001 The non-locale places need love, too.
6002 Branch: maint-5.6/perl
6004 ____________________________________________________________________________
6005 [ 10421] By: jhi on 2001/06/04 02:25:53
6006 Log: Missed from #10420.
6009 ____________________________________________________________________________
6010 [ 10420] By: jhi on 2001/06/04 02:19:58
6011 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
6012 often this prototype goes with HAS_SETRESUID_PROTO.
6014 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6015 ! config_h.SH configure.com perl.h uconfig.h
6016 ____________________________________________________________________________
6017 [ 10419] By: jhi on 2001/06/04 00:24:55
6018 Log: Update Changes.
6020 ! Changes patchlevel.h
6021 ____________________________________________________________________________
6022 [ 10418] By: jhi on 2001/06/03 23:58:04
6023 Log: -Wall "subscript has type `char'" cleanup.
6025 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
6026 ____________________________________________________________________________
6027 [ 10417] By: jhi on 2001/06/03 23:37:17
6028 Log: Various "cast to pointer from integer of different size"
6029 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
6030 wide but I32 (int) only 32 bits wide).
6032 WARNING: the classnum and tagnum changes in Storable.xs
6033 may not be wise, they may be breaking binary compatibility
6034 (in 64-bit platforms), asked Raphael Manfredi about the changes.
6036 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
6038 ____________________________________________________________________________
6039 [ 10416] By: jhi on 2001/06/03 23:15:24
6040 Log: The non-locale places need love, too.
6043 ____________________________________________________________________________
6044 [ 10415] By: jhi on 2001/06/03 23:10:55
6045 Log: "10.", that is, decimal numbers can have no decimal part at all.
6048 ____________________________________________________________________________
6049 [ 10414] By: jhi on 2001/06/03 22:49:55
6050 Log: Potential buffer overrun if the radix separator is more than
6051 one byte. Also, under locales, prefer the locale-specific
6052 separator over the old boring ".".
6055 ____________________________________________________________________________
6056 [ 10413] By: jhi on 2001/06/03 22:42:10
6057 Log: Integrate change #10412 from maintperl; locale is now
6058 per-cop, not per-op; plus retweak the locale.t to always
6059 list the skipped utf8 locales.
6062 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
6063 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
6064 ____________________________________________________________________________
6065 [ 10412] By: gsar on 2001/06/03 22:23:16
6066 Log: rationalize locale handling to fix the bugs uncovered by change#10394
6068 the major issue was that the runtime was looking at PL_hints rather
6069 than op_private to notice whether locale was enabled
6071 the secondary issue was that many locale-sensitive numeric ops didn't
6072 have HINT_LOCALE propagated into their op_private
6074 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
6075 instead of per-op, just like HINT_BYTE and the hints for lexical
6076 warnings (this makes the hint available to every op via PL_curcop)
6078 pragma/locale.t may need to be reworked with these fixes in mind
6079 (it currently passes its tests)
6080 Branch: maint-5.6/perl
6081 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
6082 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
6083 ____________________________________________________________________________
6084 [ 10411] By: jhi on 2001/06/03 17:50:49
6085 Log: More verbose debugging.
6088 ____________________________________________________________________________
6089 [ 10410] By: jhi on 2001/06/03 17:36:40
6090 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
6091 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6092 Date: Sat, 2 Jun 2001 22:53:33 +0100
6093 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
6095 ! regcomp.c t/pragma/warn/regcomp
6096 ____________________________________________________________________________
6097 [ 10409] By: jhi on 2001/06/03 17:27:13
6098 Log: Mention that lexicalizing $a or $b is a bad idea if one
6099 wants to use sort().
6102 ____________________________________________________________________________
6103 [ 10408] By: jhi on 2001/06/03 16:52:41
6104 Log: Tweak the test to be happy if the accuracy is 'good enough'.
6107 ____________________________________________________________________________
6108 [ 10407] By: jhi on 2001/06/03 16:50:33
6109 Log: Upgrade to Attribute::Handlers 0.70.
6111 NOTE: this unearthed the "too late for CHECK block" bug,
6112 that's why the 1_compile.t change.
6114 + lib/Attribute/Handlers/demo/Demo.pm
6115 + lib/Attribute/Handlers/demo/Descriptions.pm
6116 + lib/Attribute/Handlers/demo/MyClass.pm
6117 + lib/Attribute/Handlers/demo/demo.pl
6118 + lib/Attribute/Handlers/demo/demo2.pl
6119 + lib/Attribute/Handlers/demo/demo3.pl
6120 + lib/Attribute/Handlers/demo/demo4.pl
6121 + lib/Attribute/Handlers/demo/demo_call.pl
6122 + lib/Attribute/Handlers/demo/demo_chain.pl
6123 + lib/Attribute/Handlers/demo/demo_cycle.pl
6124 + lib/Attribute/Handlers/demo/demo_hashdir.pl
6125 + lib/Attribute/Handlers/demo/demo_phases.pl
6126 + lib/Attribute/Handlers/demo/demo_range.pl
6127 + lib/Attribute/Handlers/demo/demo_rawdata.pl
6128 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
6130 ____________________________________________________________________________
6131 [ 10406] By: jhi on 2001/06/03 16:40:03
6132 Log: One less -Wall whine.
6135 ____________________________________________________________________________
6136 [ 10405] By: jhi on 2001/06/03 16:30:34
6137 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
6140 ____________________________________________________________________________
6141 [ 10404] By: gsar on 2001/06/03 16:23:07
6142 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
6143 aren't "normally" visible inside eval""s contained in subs unless
6144 a cloned reference to them already exists)
6146 strangely enough, t/harness did show this up as a failure (harness
6148 Branch: maint-5.6/perl
6150 ____________________________________________________________________________
6151 [ 10403] By: jhi on 2001/06/03 16:22:59
6152 Log: Update to Text::Balanced 1.85.
6154 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
6155 ____________________________________________________________________________
6156 [ 10402] By: jhi on 2001/06/03 16:18:09
6157 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
6158 From: Nicholas Clark <nick@ccl4.org>
6159 Date: Sun, 3 Jun 2001 17:54:36 +0100
6160 Message-ID: <20010603175436.E76396@plum.flirble.org>
6162 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
6163 ! ext/Sys/Syslog/Syslog.xs
6164 ____________________________________________________________________________
6165 [ 10401] By: jhi on 2001/06/03 16:09:33
6166 Log: Unused variables.
6169 ____________________________________________________________________________
6170 [ 10400] By: jhi on 2001/06/03 16:04:26
6171 Log: Subject: [PATCH] APIfy op_clear
6172 From: Simon Cozens <simon@netthink.co.uk>
6173 Date: Sun, 3 Jun 2001 13:51:46 +0100
6174 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
6176 (despite the subject line, op_null is APIfied by the patch)
6178 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6179 ____________________________________________________________________________
6180 [ 10399] By: jhi on 2001/06/03 15:51:35
6181 Log: Subject: [PATCH] t/lib/extutils.t
6182 From: Nicholas Clark <nick@ccl4.org>
6183 Date: Sat, 2 Jun 2001 23:57:05 +0100
6184 Message-ID: <20010602235705.Q12698@plum.flirble.org>
6186 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
6187 ____________________________________________________________________________
6188 [ 10398] By: jhi on 2001/06/03 15:34:11
6189 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
6190 From: Prymmer/Kahn <pvhp@best.com>
6191 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
6192 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
6194 ! win32/Makefile win32/makefile.mk
6195 ____________________________________________________________________________
6196 [ 10397] By: jhi on 2001/06/03 15:12:13
6197 Log: Subject: Re: 'decimal digits' macro?
6198 From: Hugo <hv@crypt.compulink.co.uk>
6199 Date: Sun, 03 Jun 2001 04:26:36 +0100
6200 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
6202 ! handy.h t/lib/posix.t t/op/tr.t
6203 ____________________________________________________________________________
6204 [ 10396] By: jhi on 2001/06/03 15:10:49
6205 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
6206 From: Hugo <hv@crypt.compulink.co.uk>
6207 Date: Sun, 03 Jun 2001 14:56:30 +0100
6208 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
6211 ____________________________________________________________________________
6212 [ 10395] By: jhi on 2001/06/03 14:59:41
6213 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
6215 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
6217 ____________________________________________________________________________
6218 [ 10394] By: gsar on 2001/06/03 03:05:43
6219 Log: fix leakage of lexicals at file scope into subroutines that were
6220 declared before them; this appears to be a longstanding bug that
6221 meant that lexicals at file scope were never "deintroduced", meaning
6222 their scope range was never properly closed, and their visibility
6223 extended to all subsequent eval""s or requires
6227 seems to also fix a case of bogus duplicate warnings
6228 Branch: maint-5.6/perl
6229 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
6231 ____________________________________________________________________________
6232 [ 10393] By: jhi on 2001/06/02 16:55:03
6233 Log: More VMS tweaks from Craig A. Berry.
6235 ! configure.com t/lib/extutils.t
6236 ____________________________________________________________________________
6237 [ 10392] By: jhi on 2001/06/02 16:48:26
6238 Log: -Wall cleanup continues.
6240 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
6241 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
6242 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
6243 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
6244 ! run.c toke.c util.c
6245 ____________________________________________________________________________
6246 [ 10391] By: jhi on 2001/06/02 13:29:47
6247 Log: The metaconfig unit change for #10390.
6248 Branch: metaconfig/U/perl
6250 ____________________________________________________________________________
6251 [ 10390] By: jhi on 2001/06/02 13:29:12
6252 Log: Drop the -ansi from the default gcc flags.
6254 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
6255 that struct cannot be compared with a flat integer, such as STRLEN.
6256 The -ansi will also cause a lot of noise in Solaris because of:
6257 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
6260 ____________________________________________________________________________
6261 [ 10389] By: jhi on 2001/06/02 13:14:57
6262 Log: Integrate perlio.
6264 !> pod/perlapi.pod util.c
6265 ____________________________________________________________________________
6266 [ 10388] By: nick on 2001/06/02 08:01:12
6267 Log: Integrate mainline
6269 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
6270 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
6271 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
6272 !> t/lib/1_compile.t t/lib/mimeqp.t
6273 ____________________________________________________________________________
6274 [ 10387] By: nick on 2001/06/02 07:39:17
6275 Log: Tweak util.c's atof2 for MULTIPLICITY
6278 ____________________________________________________________________________
6279 [ 10386] By: nick on 2001/06/02 07:38:33
6280 Log: Integrate mainline
6282 !> (integrate 41 files)
6283 ____________________________________________________________________________
6284 [ 10385] By: jhi on 2001/06/01 22:12:48
6285 Log: Add Attribute::Handlers 0.61 from Damian Conway.
6287 + lib/Attribute/Handlers.pm t/lib/attrhand.t
6288 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
6289 ____________________________________________________________________________
6290 [ 10384] By: jhi on 2001/06/01 21:53:14
6291 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
6292 From: Peter Prymmer <pvhp@forte.com>
6293 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
6294 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
6296 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
6297 ____________________________________________________________________________
6298 [ 10383] By: jhi on 2001/06/01 21:36:11
6299 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
6300 From: Jeff Pinyan <jeffp@crusoe.net>
6301 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
6302 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
6305 ____________________________________________________________________________
6306 [ 10382] By: jhi on 2001/06/01 21:35:02
6307 Log: Subject: [PATCH perl@10381] configure.com tweaks
6308 From: "Craig A. Berry" <craigberry@mac.com>
6309 Date: Fri, 1 Jun 2001 13:55:43 -0500
6310 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
6313 ____________________________________________________________________________
6314 [ 10381] By: jhi on 2001/06/01 16:37:21
6315 Log: Update Changes.
6317 ! Changes patchlevel.h
6318 ____________________________________________________________________________
6319 [ 10380] By: jhi on 2001/06/01 16:19:18
6320 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
6321 From: Mike Guy <mjtg@cam.ac.uk>
6322 Date: Fri, 01 Jun 2001 18:17:02 +0100
6323 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
6326 ____________________________________________________________________________
6327 [ 10379] By: jhi on 2001/06/01 16:13:28
6328 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
6329 From: Hugo <hv@crypt.compulink.co.uk>
6330 Date: Thu, 31 May 2001 20:49:48 +0100
6331 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
6333 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
6335 ____________________________________________________________________________
6336 [ 10378] By: jhi on 2001/06/01 15:56:35
6337 Log: Zero() is not available in x2p (or, rather, some of its
6338 implementations like memzero() might not be available.)
6341 ____________________________________________________________________________
6342 [ 10377] By: jhi on 2001/06/01 15:44:48
6343 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
6344 From: Michael G Schwern <schwern@pobox.com>
6345 Date: Fri, 1 Jun 2001 12:00:29 +0100
6346 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
6348 (But use Zero() instead of memset.)
6351 ____________________________________________________________________________
6352 [ 10376] By: jhi on 2001/06/01 15:39:52
6353 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
6354 From: Jeff Pinyan <jeffp@crusoe.net>
6355 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
6356 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
6358 ! pod/perldiag.pod regcomp.c t/op/pat.t
6359 ____________________________________________________________________________
6360 [ 10375] By: jhi on 2001/06/01 15:36:35
6361 Log: Retract #10324 and #10333; not needed.
6363 ! hints/irix_6.sh hints/linux.sh
6364 ____________________________________________________________________________
6365 [ 10374] By: jhi on 2001/06/01 15:35:19
6366 Log: The #10370 wasn't quite right.
6368 ! ext/XS/Typemap/Typemap.xs
6369 ____________________________________________________________________________
6370 [ 10373] By: jhi on 2001/06/01 15:34:49
6371 Log: The metaconfig units changes for #10372.
6372 Branch: metaconfig/U/perl
6373 + d_realpath.U d_sresgproto.U d_sresuproto.U
6375 ____________________________________________________________________________
6376 [ 10372] By: jhi on 2001/06/01 15:34:24
6377 Log: Configure tweaks; record the Berkeley DB version,
6378 probe for realpath(), for setresuid() and setresgid()
6379 prototypes; use realpath() (try to be paranoid enough),
6380 use the setres[ug]id prototypes because glibc has the functions
6381 but not their prototypes; add -Wall -ansi to gcc ccflags;
6384 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6385 ! config_h.SH configure.com epoc/config.sh
6386 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
6387 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
6388 ! vos/config.ga.def win32/config.bc win32/config.gc
6390 ____________________________________________________________________________
6391 [ 10371] By: jhi on 2001/06/01 12:50:05
6392 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
6393 From: Michael G Schwern <schwern@pobox.com>
6394 Date: Fri, 1 Jun 2001 11:28:14 +0100
6395 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
6397 ! lib/attributes.pm xsutils.c
6398 ____________________________________________________________________________
6399 [ 10370] By: jhi on 2001/06/01 12:48:55
6400 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
6401 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6402 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
6403 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
6405 ! ext/XS/Typemap/Typemap.xs
6406 ____________________________________________________________________________
6407 [ 10369] By: jhi on 2001/06/01 12:47:21
6408 Log: Subject: [patch] Cwd.xs optimizations/abstraction
6409 From: Doug MacEachern <dougm@covalent.net>
6410 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
6411 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
6413 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
6414 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
6415 ____________________________________________________________________________
6416 [ 10368] By: jhi on 2001/06/01 12:32:00
6417 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!])
6418 From: Nicholas Clark <nick@ccl4.org>
6419 Date: Thu, 31 May 2001 23:56:40 +0100
6420 Message-ID: <20010531235640.F12698@plum.flirble.org>
6422 Make the test work also under only static extensions
6423 (sh Configure -Uusedl fakes this nicely)
6426 ____________________________________________________________________________
6427 [ 10367] By: jhi on 2001/06/01 12:27:53
6428 Log: Subject: [PATCH hv.c] Eliminating trigraph
6429 From: Michael G Schwern <schwern@pobox.com>
6430 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
6431 Date: Fri, 1 Jun 2001 11:49:56 +0100
6434 ____________________________________________________________________________
6435 [ 10366] By: jhi on 2001/06/01 12:14:57
6436 Log: Subject: Re: [PATCH] Tests for File::Compare
6437 From: "Philip Newton" <Philip.Newton@gmx.net>
6438 Date: Thu, 31 May 2001 19:44:05 +0200
6439 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
6441 Unnecessary "quotation marks".
6444 ____________________________________________________________________________
6445 [ 10365] By: jhi on 2001/06/01 12:13:26
6446 Log: Integrate perlio.
6448 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
6449 ____________________________________________________________________________
6450 [ 10364] By: nick on 2001/06/01 10:13:31
6451 Log: Cleanup dll.base and dll.exp created by GCC builds.
6453 ! lib/ExtUtils/MM_Win32.pm
6454 ____________________________________________________________________________
6455 [ 10363] By: nick on 2001/06/01 10:02:17
6456 Log: Make filecomp test work on CRLF platforms by adding binmode.
6459 ____________________________________________________________________________
6460 [ 10362] By: nick on 2001/06/01 08:37:17
6461 Log: Integrate mainline
6463 !> Changes Configure patchlevel.h perlio.c
6464 ____________________________________________________________________________
6465 [ 10361] By: jhi on 2001/05/31 15:09:34
6466 Log: panic:claustrophobia.
6469 ____________________________________________________________________________
6470 [ 10360] By: jhi on 2001/05/31 13:04:25
6471 Log: Update Changes.
6473 ! Changes patchlevel.h
6474 ____________________________________________________________________________
6475 [ 10359] By: nick on 2001/05/31 12:35:50
6476 Log: Integrate mainline.
6479 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
6480 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
6481 ____________________________________________________________________________
6482 [ 10358] By: jhi on 2001/05/31 12:35:05
6483 Log: Integrate perlio.
6485 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
6486 !> win32/config_H.vc
6487 ____________________________________________________________________________
6488 [ 10357] By: jhi on 2001/05/31 12:34:04
6489 Log: Metaconfig unit change for #10356.
6491 ! U/installdirs/inc_version_list.U
6492 ____________________________________________________________________________
6493 [ 10356] By: jhi on 2001/05/31 12:33:41
6494 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
6495 (idea from Sarathy; implementation from Andy)
6498 ____________________________________________________________________________
6499 [ 10355] By: jhi on 2001/05/31 12:18:06
6503 ____________________________________________________________________________
6504 [ 10354] By: jhi on 2001/05/31 12:16:24
6505 Log: Subject: Re: [PATCH] Tests for File::Compare
6506 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
6507 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
6508 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
6511 ! MANIFEST t/lib/1_compile.t
6512 ____________________________________________________________________________
6513 [ 10353] By: jhi on 2001/05/31 12:11:24
6514 Log: Subject: [PATCH] DEBUG_* macro cleanups
6515 From: Abhijit Menon-Sen <ams@wiw.org>
6516 Date: Thu, 31 May 2001 12:16:22 +0530
6517 Message-ID: <20010531121622.B4829@lustre.linux.in>
6519 Subject: Re: [PATCH] DEBUG_* macro cleanups
6520 From: Abhijit Menon-Sen <ams@wiw.org>
6521 Date: Thu, 31 May 2001 13:57:01 +0530
6522 Message-ID: <20010531135701.A21775@lustre.linux.in>
6524 (The DEBUG_ definitions in perl.h changed to use the
6525 STMT_START and STMT_END.)
6527 ! perl.h pp_ctl.c sv.c toke.c
6528 ____________________________________________________________________________
6529 [ 10352] By: jhi on 2001/05/31 11:53:31
6530 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
6531 From: Abhijit Menon-Sen <ams@wiw.org>
6532 Date: Thu, 31 May 2001 08:27:55 +0530
6533 Message-ID: <20010531082755.A10018@lustre.linux.in>
6535 ! ext/Storable/Storable.xs gv.c perl.c
6536 ____________________________________________________________________________
6537 [ 10351] By: jhi on 2001/05/31 11:45:16
6538 Log: Subject: [PATCH] AUTHORS
6539 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6540 Date: Thu, 31 May 2001 01:27:59 -0500
6541 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
6543 Subject: Re: [PATCH] AUTHORS
6544 From: "Philip Newton" <Philip.Newton@gmx.net>
6545 Date: Thu, 31 May 2001 10:08:06 +0200
6546 (Message-Id missing?)
6549 ____________________________________________________________________________
6550 [ 10350] By: nick on 2001/05/31 11:40:43
6551 Log: win32 - dmake regen_config_h
6553 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6554 ____________________________________________________________________________
6555 [ 10349] By: jhi on 2001/05/31 11:38:27
6556 Log: Subject: Re: [PATCH util.c] More warning cleanups.
6557 From: "Philip Newton" <Philip.Newton@gmx.net>
6558 Date: Thu, 31 May 2001 07:41:36 +0200
6559 Message-Id: <200105310538.IAA25458@taku.hut.fi>
6561 Undo C++-ism that snekt in.
6564 ____________________________________________________________________________
6565 [ 10348] By: nick on 2001/05/31 11:36:46
6566 Log: Tolerate Win32 numerics
6568 ! t/pragma/warn/toke
6569 ____________________________________________________________________________
6570 [ 10347] By: jhi on 2001/05/31 11:29:40
6571 Log: Integrate perlio.
6573 !> perlio.c win32/win32.h
6574 ____________________________________________________________________________
6575 [ 10346] By: nick on 2001/05/31 10:54:55
6576 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
6577 perlio.c change 10255.
6580 ____________________________________________________________________________
6581 [ 10345] By: nick on 2001/05/31 10:01:57
6582 Log: Conditionaly put back some "unused" dTHX which are used
6583 with PERL_IMPLICIT_SYS
6586 ____________________________________________________________________________
6587 [ 10344] By: nick on 2001/05/31 10:00:59
6588 Log: Fix Win32 for new spelling IN_BYTES
6591 ____________________________________________________________________________
6592 [ 10343] By: nick on 2001/05/31 08:01:32
6593 Log: perlio.c -Wall cleaner under MULTIPLICITY
6594 - still minor noise with linux stdio
6597 ____________________________________________________________________________
6598 [ 10342] By: nick on 2001/05/31 07:52:23
6599 Log: Integrate mainline.
6601 !> (integrate 42 files)
6602 ____________________________________________________________________________
6603 [ 10341] By: jhi on 2001/05/31 01:39:02
6604 Log: AUTHORS updates.
6607 ____________________________________________________________________________
6608 [ 10340] By: jhi on 2001/05/31 00:19:29
6609 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
6610 From: Peter Prymmer <pvhp@forte.com>
6611 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
6612 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
6615 ____________________________________________________________________________
6616 [ 10339] By: jhi on 2001/05/31 00:16:44
6617 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
6618 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
6619 to match the pragma name; various robustness cleanups.
6621 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
6622 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
6623 ____________________________________________________________________________
6624 [ 10338] By: jhi on 2001/05/30 23:56:14
6625 Log: More -Wall sweeping.
6627 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
6628 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
6629 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
6630 ! regcomp.c sv.c toke.c utf8.c
6631 ____________________________________________________________________________
6632 [ 10337] By: jhi on 2001/05/30 23:20:23
6633 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
6634 From: Nicholas Clark <nick@ccl4.org>
6635 Date: Wed, 30 May 2001 22:34:41 +0100
6636 Message-ID: <20010530223441.Y86445@plum.flirble.org>
6639 ____________________________________________________________________________
6640 [ 10336] By: jhi on 2001/05/30 23:18:48
6641 Log: It's is not, it isn't ain't, and it's it's, not its,
6642 if you mean it is. If you don't, it's its. Then too,
6643 it's hers. It isn't her's. It isn't our's either.
6644 It's ours, and likewise yours and theirs.
6645 -- Oxford University Press, Edpress News
6648 ____________________________________________________________________________
6649 [ 10335] By: jhi on 2001/05/30 23:12:30
6650 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
6652 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
6653 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
6654 ! x2p/str.c x2p/walk.c xsutils.c
6655 ____________________________________________________________________________
6656 [ 10334] By: jhi on 2001/05/30 22:52:41
6657 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
6658 From: Michael G Schwern <schwern@pobox.com>
6659 Date: Wed, 30 May 2001 17:10:38 +0100
6660 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
6662 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
6663 From: Abhijit Menon-Sen <ams@wiw.org>
6664 Date: Wed, 30 May 2001 23:16:13 +0530
6665 Message-ID: <20010530231613.A31933@lustre.linux.in>
6667 ! perl.c t/run/runenv.t
6668 ____________________________________________________________________________
6669 [ 10333] By: jhi on 2001/05/30 22:25:02
6670 Log: (Retracted by #10375.)
6672 IRIX hints patch from Merijn Broeren.
6674 TODO: (this and the earlier Linux hints patch) should be solved
6675 at Configure level. Merijn: -ldb should not be used on any platform
6676 for perl, just when linking DBFile itself. Trying to be helpful here
6677 is counterproductive.
6680 ____________________________________________________________________________
6681 [ 10332] By: jhi on 2001/05/30 22:11:13
6682 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
6683 From: Nicholas Clark <nick@ccl4.org>
6684 Date: Wed, 30 May 2001 23:20:58 +0100
6685 Message-ID: <20010530232058.B86445@plum.flirble.org>
6688 ____________________________________________________________________________
6689 [ 10331] By: jhi on 2001/05/30 22:09:49
6690 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
6691 From: Michael G Schwern <schwern@pobox.com>
6692 Date: Wed, 30 May 2001 15:24:20 +0100
6693 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
6695 ! t/pragma/autouse.t
6696 ____________________________________________________________________________
6697 [ 10330] By: jhi on 2001/05/30 22:02:21
6698 Log: The regex trick wasn't a good idea.
6701 ____________________________________________________________________________
6702 [ 10329] By: nick on 2001/05/30 18:34:35
6703 Log: Integrate mainline
6705 !> (integrate 40 files)
6706 ____________________________________________________________________________
6707 [ 10328] By: jhi on 2001/05/30 14:28:39
6708 Log: Update Changes.
6710 ! Changes patchlevel.h
6711 ____________________________________________________________________________
6712 [ 10327] By: jhi on 2001/05/30 14:07:01
6713 Log: The metaconfig unit change for #10325.
6716 ____________________________________________________________________________
6717 [ 10326] By: jhi on 2001/05/30 14:06:36
6718 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
6721 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
6722 ____________________________________________________________________________
6723 [ 10325] By: jhi on 2001/05/30 14:04:28
6724 Log: Introduce $Config{afsroot}.
6726 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6727 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
6728 ! win32/config.gc win32/config.vc
6729 ____________________________________________________________________________
6730 [ 10324] By: jhi on 2001/05/30 13:49:44
6731 Log: (Retracted by #10375.)
6733 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
6736 ____________________________________________________________________________
6737 [ 10323] By: jhi on 2001/05/30 13:49:29
6738 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
6739 (Also Configure tweaks needed; coming up soon.)
6741 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
6742 ____________________________________________________________________________
6743 [ 10322] By: jhi on 2001/05/30 13:37:56
6744 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
6745 From: Michael G Schwern <schwern@pobox.com>
6746 Date: Sun, 27 May 2001 10:29:43 +0100
6747 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
6750 ____________________________________________________________________________
6751 [ 10321] By: jhi on 2001/05/30 13:36:28
6752 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
6753 and Abhijit Menon-Sen.
6755 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
6756 ! perl.c pp_sys.c regcomp.c
6757 ____________________________________________________________________________
6758 [ 10320] By: jhi on 2001/05/30 13:35:27
6759 Log: Fix the BOOT section to call myU2time properly.
6761 ! ext/Time/HiRes/HiRes.xs
6762 ____________________________________________________________________________
6763 [ 10319] By: jhi on 2001/05/30 13:06:09
6764 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
6765 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
6766 Date: Wed, 30 May 2001 09:44:29 -0400
6767 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
6769 Detypo; plus add one more trick.
6772 ____________________________________________________________________________
6773 [ 10318] By: jhi on 2001/05/30 12:47:11
6774 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)
6775 From: Michael G Schwern <schwern@pobox.com>
6776 Date: Wed, 30 May 2001 14:39:06 +0100
6777 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
6779 ! lib/autouse.pm t/pragma/autouse.t
6780 ____________________________________________________________________________
6781 [ 10317] By: jhi on 2001/05/30 12:46:02
6782 Log: Subject: Re: AIX and gcc (moving targets)
6783 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6784 Date: Wed, 30 May 2001 15:25:08 +0200
6785 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
6787 ! ext/Time/HiRes/HiRes.xs
6788 ____________________________________________________________________________
6789 [ 10316] By: jhi on 2001/05/30 12:40:46
6790 Log: Subject: [PATCH t/TEST] sorting tests
6791 From: Michael G Schwern <schwern@pobox.com>
6792 Date: Wed, 30 May 2001 10:24:02 +0100
6793 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
6796 ____________________________________________________________________________
6797 [ 10315] By: jhi on 2001/05/30 12:37:43
6798 Log: Subject: [ID 20010529.002] typos in man page perlre
6799 From: bart@cg681574-a.adubn1.nj.home.com
6800 Date: Tue, 29 May 2001 13:58:59 -0500
6801 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
6804 ____________________________________________________________________________
6805 [ 10314] By: jhi on 2001/05/30 12:33:53
6806 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
6807 From: "Craig A. Berry" <craigberry@mac.com>
6808 Date: Tue, 29 May 2001 23:23:45 -0500
6809 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
6811 ! t/lib/extutils.t t/pragma/autouse.t
6812 ____________________________________________________________________________
6813 [ 10313] By: jhi on 2001/05/30 12:32:17
6814 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)
6815 From: David Dyck <dcd@tc.fluke.com>
6816 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
6817 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
6820 ____________________________________________________________________________
6821 [ 10312] By: jhi on 2001/05/30 12:31:02
6822 Log: AIX hints update for gcc from Merijn H. Brand.
6825 ____________________________________________________________________________
6826 [ 10311] By: jhi on 2001/05/30 12:18:20
6827 Log: Retract #10295 and #10296: a more generic solution
6828 is needed (there's something funny with gcc on AIX).
6830 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
6831 ____________________________________________________________________________
6832 [ 10310] By: jhi on 2001/05/30 12:08:07
6833 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
6834 From: Hugo <hv@crypt.compulink.co.uk>
6835 Date: Wed, 30 May 2001 11:59:19 +0100
6836 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
6838 localizing $@ has unfortunate semantics - if you die past
6839 a local $@, the die message is lost.
6842 ____________________________________________________________________________
6843 [ 10309] By: nick on 2001/05/30 08:23:02
6844 Log: Integrate mainline (autouse works again.)
6846 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
6847 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
6848 !> pod/perlvar.pod t/op/cmp.t
6849 ____________________________________________________________________________
6850 [ 10308] By: jhi on 2001/05/30 01:55:02
6851 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
6852 From: David Dyck <dcd@tc.fluke.com>
6853 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
6854 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
6857 ____________________________________________________________________________
6858 [ 10307] By: jhi on 2001/05/30 01:47:22
6859 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
6860 From: Nicholas Clark <nick@ccl4.org>
6861 Date: Tue, 29 May 2001 23:16:09 +0100
6862 Message-ID: <20010529231609.U86445@plum.flirble.org>
6864 Make the test output slightly clearer by distinguishing
6865 between '' and undef.
6868 ____________________________________________________________________________
6869 [ 10306] By: jhi on 2001/05/30 01:45:12
6870 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
6871 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6872 Date: Tue, 29 May 2001 19:15:19 -0400
6873 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
6876 ____________________________________________________________________________
6877 [ 10305] By: jhi on 2001/05/30 01:42:36
6878 Log: Subject: perlvar.pod addition
6879 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
6880 Date: Fri, 25 May 2001 20:23:12 +0200
6881 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
6883 Subject: Re: perlvar.pod addition
6884 From: "Abigail" <abigail@foad.org>
6885 Date: Fri, 25 May 2001 22:00:39 +0200
6886 Message-ID: <20010525200039.28029.qmail@foad.org>
6888 Mention $a and $b in perlvar.
6891 ____________________________________________________________________________
6892 [ 10304] By: jhi on 2001/05/30 01:36:37
6893 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
6894 From: Jeff Pinyan <jeffp@crusoe.net>
6895 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
6896 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
6899 ____________________________________________________________________________
6900 [ 10303] By: jhi on 2001/05/30 01:35:31
6901 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
6902 From: Jeff Pinyan <jeffp@crusoe.net>
6903 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
6904 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
6907 ____________________________________________________________________________
6908 [ 10302] By: jhi on 2001/05/29 20:18:49
6909 Log: Mention Time::localtime and Time::gmtime.
6911 ! ext/Time/Piece/Piece.pm
6912 ____________________________________________________________________________
6913 [ 10301] By: jhi on 2001/05/29 20:13:54
6914 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
6915 From: Michael G Schwern <schwern@pobox.com>
6916 Date: Tue, 29 May 2001 18:51:32 +0100
6917 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
6920 ____________________________________________________________________________
6921 [ 10300] By: jhi on 2001/05/29 20:12:09
6922 Log: Retract #10243.
6925 ____________________________________________________________________________
6926 [ 10299] By: nick on 2001/05/29 18:41:19
6927 Log: Post weekend integrate mainline (fails one test pragma/autouse).
6929 +> (branch 29 files)
6930 !> (integrate 91 files)
6931 ____________________________________________________________________________
6932 [ 10298] By: jhi on 2001/05/29 16:29:19
6933 Log: Update Changes.
6935 ! Changes patchlevel.h
6936 ____________________________________________________________________________
6937 [ 10297] By: jhi on 2001/05/29 16:25:47
6938 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
6939 before Perl_load_module/Perl_call_method and restore the value
6940 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
6943 ____________________________________________________________________________
6944 [ 10296] By: jhi on 2001/05/29 16:01:53
6945 Log: Subject: Re: AIX and gcc (moving targets)
6946 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6947 Date: Tue, 29 May 2001 17:59:40 +0200
6948 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
6950 ! ext/Storable/Makefile.PL
6951 ____________________________________________________________________________
6952 [ 10295] By: jhi on 2001/05/29 15:59:05
6953 Log: Subject: Re: AIX and gcc (moving targets)
6954 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6955 Date: Tue, 29 May 2001 12:32:57 +0200
6956 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
6958 ! ext/POSIX/Makefile.PL
6959 ____________________________________________________________________________
6960 [ 10294] By: jhi on 2001/05/29 15:53:43
6961 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
6962 From: Michael G Schwern <schwern@pobox.com>
6963 Date: Tue, 29 May 2001 09:53:29 +0100
6964 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
6968 ! lib/Test/Harness.pm t/lib/test-harness.t
6969 ____________________________________________________________________________
6970 [ 10293] By: jhi on 2001/05/29 15:46:10
6972 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
6973 From: Michael G Schwern <schwern@pobox.com>
6974 Date: Tue, 29 May 2001 09:19:52 +0100
6975 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
6977 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
6978 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
6980 ! MANIFEST lib/Test.pm t/TEST
6981 ____________________________________________________________________________
6982 [ 10292] By: jhi on 2001/05/29 15:34:08
6983 Log: From: Michael G Schwern <schwern@pobox.com>
6984 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
6985 Date: Tue, 29 May 2001 08:26:09 +0100
6986 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
6989 ____________________________________________________________________________
6990 [ 10291] By: jhi on 2001/05/29 15:29:37
6991 Log: Add tests for Time::gmtime and Time::localtime.
6993 + t/lib/time-gmtime.t t/lib/time-localtime.t
6994 ! MANIFEST t/lib/1_compile.t
6995 ____________________________________________________________________________
6996 [ 10290] By: jhi on 2001/05/29 15:15:44
6997 Log: Add test for File::stat.
7000 ! MANIFEST t/lib/1_compile.t
7001 ____________________________________________________________________________
7002 [ 10289] By: jhi on 2001/05/29 15:05:38
7003 Log: Add test for Net::servent.
7006 ! MANIFEST t/lib/1_compile.t
7007 ____________________________________________________________________________
7008 [ 10288] By: jhi on 2001/05/29 14:57:15
7009 Log: Add test for Net::protoent.
7012 ! MANIFEST t/lib/1_compile.t
7013 ____________________________________________________________________________
7014 [ 10287] By: jhi on 2001/05/29 14:53:10
7015 Log: Add test for Net::netent.
7018 ! MANIFEST t/lib/1_compile.t
7019 ____________________________________________________________________________
7020 [ 10286] By: jhi on 2001/05/29 14:31:57
7021 Log: Add test for User::grent. Portability doubtful.
7023 + t/lib/user-grent.t
7024 ! MANIFEST t/lib/1_compile.t
7025 ____________________________________________________________________________
7026 [ 10285] By: jhi on 2001/05/29 14:24:20
7027 Log: Add test for User::pwent.
7028 Probably will fall down somewhere for portability reasons.
7030 + t/lib/user-pwent.t
7031 ! MANIFEST t/lib/1_compile.t
7032 ____________________________________________________________________________
7033 [ 10284] By: jhi on 2001/05/29 13:26:43
7034 Log: Metaconfig units changes for #10283.
7036 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
7037 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
7038 ! U/installdirs/sitescript.U U/modified/Signal.U
7039 ____________________________________________________________________________
7040 [ 10283] By: jhi on 2001/05/29 13:26:24
7041 Log: Subject: [PATCH 5.6.1] signal names in Configure
7042 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7043 Date: Tue, 29 May 2001 03:52:25 -0400
7044 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
7046 Subject: [PATCH 5.6.1] older perl in Configure
7047 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7048 Date: Tue, 29 May 2001 03:55:40 -0400
7049 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
7051 Subject: [PATCH 5.6.1] goofs in Configure
7052 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7053 Date: Tue, 29 May 2001 04:13:07 -0400
7054 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
7056 Configure portability tweaks.
7059 ____________________________________________________________________________
7060 [ 10282] By: jhi on 2001/05/29 12:41:41
7061 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
7062 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7063 Date: Tue, 29 May 2001 04:07:06 -0400
7064 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
7067 ____________________________________________________________________________
7068 [ 10281] By: jhi on 2001/05/29 12:40:31
7069 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
7070 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7071 Date: Tue, 29 May 2001 04:01:38 -0400
7072 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
7074 ! hints/os2.sh os2/Makefile.SHs
7075 ____________________________________________________________________________
7076 [ 10280] By: jhi on 2001/05/29 12:38:48
7077 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
7078 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7079 Date: Tue, 29 May 2001 03:50:18 -0400
7080 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
7082 ! lib/Test/Harness.pm
7083 ____________________________________________________________________________
7084 [ 10279] By: jhi on 2001/05/29 12:34:53
7085 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
7088 ____________________________________________________________________________
7089 [ 10278] By: jhi on 2001/05/29 02:15:24
7090 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
7091 From: Hugo <hv@crypt.compulink.co.uk>
7092 Date: Tue, 29 May 2001 03:03:45 +0100
7093 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
7095 Explanation why the $@ always gets the UTF8 flag when under use utf8--
7096 because we told it to have the flag when under use utf8.
7099 ____________________________________________________________________________
7100 [ 10277] By: jhi on 2001/05/29 00:51:34
7101 Log: At least a partial fix for 20010528.004.
7104 ____________________________________________________________________________
7105 [ 10276] By: jhi on 2001/05/29 00:42:59
7106 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
7107 From: Nicholas Clark <nick@ccl4.org>
7108 Date: Mon, 28 May 2001 23:39:38 +0100
7109 Message-ID: <20010528233938.M86445@plum.flirble.org>
7111 More portable non-zero UV.
7114 ____________________________________________________________________________
7115 [ 10275] By: jhi on 2001/05/29 00:40:28
7116 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
7117 From: Nicholas Clark <nick@ccl4.org>
7118 Date: Mon, 28 May 2001 22:46:09 +0100
7119 Message-ID: <20010528224608.L86445@plum.flirble.org>
7121 Test also "make clean".
7124 ____________________________________________________________________________
7125 [ 10274] By: jhi on 2001/05/29 00:39:18
7126 Log: Subject: Re: Would -Wno-unused -Wall be better?
7127 From: Michael G Schwern <schwern@pobox.com>
7128 Date: Tue, 29 May 2001 00:55:54 +0100
7129 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
7132 ____________________________________________________________________________
7133 [ 10273] By: jhi on 2001/05/29 00:36:06
7134 Log: Add a test for 20010528.007, fixed in #10272.
7136 ! t/op/misc.t toke.c
7137 ____________________________________________________________________________
7138 [ 10272] By: jhi on 2001/05/29 00:21:12
7139 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
7140 From: Hugo <hv@crypt.compulink.co.uk>
7141 Date: Tue, 29 May 2001 00:23:23 +0100
7142 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
7145 ____________________________________________________________________________
7146 [ 10271] By: jhi on 2001/05/28 22:52:11
7147 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
7148 From: Michael G Schwern <schwern@pobox.com>
7149 Date: Tue, 29 May 2001 00:42:59 +0100
7150 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
7152 ! t/pragma/autouse.t
7153 ____________________________________________________________________________
7154 [ 10270] By: jhi on 2001/05/28 21:44:06
7155 Log: Some shells seemingly arrange the signal handlers differently
7156 (bug id 20010521.004).
7159 ____________________________________________________________________________
7160 [ 10269] By: jhi on 2001/05/28 20:34:21
7161 Log: Regen perlmodlib.
7163 ! pod/perlmodlib.pod
7164 ____________________________________________________________________________
7165 [ 10268] By: jhi on 2001/05/28 19:08:45
7166 Log: Update Changes.
7168 ! Changes patchlevel.h
7169 ____________________________________________________________________________
7170 [ 10267] By: jhi on 2001/05/28 19:03:54
7171 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
7172 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7173 Date: Mon, 28 May 2001 14:56:35 -0500
7174 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
7176 ! pod/perlnewmod.pod
7177 ____________________________________________________________________________
7178 [ 10266] By: jhi on 2001/05/28 18:35:03
7182 ____________________________________________________________________________
7183 [ 10265] By: jhi on 2001/05/28 18:33:32
7184 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
7185 From: "Richard Soderberg" <rs@crystalflame.net>
7186 Date: Mon, 28 May 2001 12:31:23 -0700
7187 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
7190 ____________________________________________________________________________
7191 [ 10264] By: jhi on 2001/05/28 17:59:00
7192 Log: The #10260 was too bold: locales and utf8 still do not mix.
7195 ____________________________________________________________________________
7196 [ 10263] By: jhi on 2001/05/28 17:52:25
7197 Log: Subject: [PATCH] Pod nitpicks
7198 From: "Richard Soderberg" <rs@crystalflame.net>
7199 Date: Mon, 28 May 2001 10:08:58 -0700
7200 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
7202 ! pod/perl571delta.pod pod/perlapi.pod sv.h
7203 ____________________________________________________________________________
7204 [ 10262] By: jhi on 2001/05/28 17:50:05
7205 Log: Upgrade to I18N::LangTags 0.22.
7207 + lib/I18N/LangTags/List.pod
7208 ! MANIFEST lib/I18N/LangTags.pm
7209 ____________________________________________________________________________
7210 [ 10261] By: jhi on 2001/05/28 17:23:40
7211 Log: A slightly more serious bug found by -Mutf8; op/misc and
7212 lib/complex dumped core.
7215 ____________________________________________________________________________
7216 [ 10260] By: jhi on 2001/05/28 16:58:11
7217 Log: Various buglets shaken out by -Mutf8.
7219 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
7221 ____________________________________________________________________________
7222 [ 10259] By: jhi on 2001/05/28 15:48:46
7223 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
7226 ____________________________________________________________________________
7227 [ 10258] By: jhi on 2001/05/28 15:32:41
7228 Log: Subject: [PATCH] todo patch
7229 From: Artur Bergman <artur@contiller.se>
7230 Date: Mon, 28 May 2001 17:03:51 +0200
7231 Message-ID: <B7383577.F34%artur@contiller.se>
7234 ____________________________________________________________________________
7235 [ 10257] By: jhi on 2001/05/28 15:31:25
7236 Log: Subject: typo in perlguts.pod
7237 From: "John P. Linderman" <jpl@research.att.com>
7238 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
7239 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
7242 ____________________________________________________________________________
7243 [ 10256] By: jhi on 2001/05/28 15:30:42
7244 Log: Subject: AIX and gcc (moving targets)
7245 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7246 Date: Mon, 28 May 2001 12:54:04 +0200
7247 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
7250 ____________________________________________________________________________
7251 [ 10255] By: jhi on 2001/05/28 15:28:55
7252 Log: Subject: Re: perlio + multiple perl_alloc..destruct
7253 From: Doug MacEachern <dougm@covalent.net>
7254 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
7255 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
7258 ____________________________________________________________________________
7259 [ 10254] By: jhi on 2001/05/28 15:27:49
7260 Log: The #10251 wasn't quite up-to-the-code.
7263 ____________________________________________________________________________
7264 [ 10253] By: jhi on 2001/05/28 15:26:39
7265 Log: Test case for bug 20010526.004, fixed in #10252.
7268 ____________________________________________________________________________
7269 [ 10252] By: jhi on 2001/05/28 15:26:14
7270 Log: Subject: Re: [ID 20010526.004] Taint looses value
7271 From: Hugo <hv@crypt.compulink.co.uk>
7272 Date: Sun, 27 May 2001 20:39:32 +0100
7273 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
7276 ____________________________________________________________________________
7277 [ 10251] By: jhi on 2001/05/28 15:13:40
7278 Log: Test case for 20010422.005, fixed by #10250.
7281 ____________________________________________________________________________
7282 [ 10250] By: jhi on 2001/05/28 15:11:16
7283 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
7284 From: Spider Boardman <spider@Orb.Nashua.NH.US>
7285 Date: Mon, 28 May 2001 06:39:12 -0400
7286 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
7289 ____________________________________________________________________________
7290 [ 10249] By: jhi on 2001/05/28 15:09:24
7291 Log: Linerewrapping.
7294 ____________________________________________________________________________
7295 [ 10248] By: jhi on 2001/05/28 15:09:07
7296 Log: Updates on the modules list.
7299 ____________________________________________________________________________
7300 [ 10247] By: jhi on 2001/05/28 15:03:35
7301 Log: Add a test for PerlIO.
7303 (I probably got the crlf/raw thing wrong for clrfy platforms...)
7306 ! MANIFEST lib/PerlIO.pm
7307 ____________________________________________________________________________
7308 [ 10246] By: jhi on 2001/05/28 14:24:08
7309 Log: Add a test for carp et alia.
7313 ____________________________________________________________________________
7314 [ 10245] By: jhi on 2001/05/28 13:42:55
7315 Log: Adding the new test would be swell.
7317 + t/pragma/autouse.t
7318 ____________________________________________________________________________
7319 [ 10244] By: jhi on 2001/05/28 13:42:34
7320 Log: Add a test for the autouse pragma.
7323 ____________________________________________________________________________
7324 [ 10243] By: jhi on 2001/05/28 13:26:25
7325 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
7326 From: dLux <dlux@spam.sch.bme.hu>
7327 Date: Sun, 27 May 2001 16:14:26 +0200
7328 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
7331 ____________________________________________________________________________
7332 [ 10242] By: jhi on 2001/05/28 13:21:50
7333 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
7334 From: "Richard Soderberg" <rs@crystalflame.net>
7335 Date: Mon, 28 May 2001 03:56:36 -0700
7336 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
7339 ____________________________________________________________________________
7340 [ 10241] By: jhi on 2001/05/28 13:18:56
7341 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
7342 From: "Stephen P. Potter" <spp@spotter.yi.org>
7343 Date: Tue, 22 May 2001 11:40:25 -0400
7344 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
7346 Subject: Re: [ID 20010522.003] Time::Local module bug
7347 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7348 Date: Tue, 22 May 2001 11:50:19 -0400
7349 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
7352 ____________________________________________________________________________
7353 [ 10240] By: jhi on 2001/05/27 22:44:49
7354 Log: The PERL_DL_NONLAZY can have whitespace in front.
7357 ____________________________________________________________________________
7358 [ 10239] By: jhi on 2001/05/27 21:23:21
7359 Log: Document strftime() and strptime().
7361 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
7362 ____________________________________________________________________________
7363 [ 10238] By: jhi on 2001/05/27 20:29:07
7364 Log: Make Time::Piece::strptime() to be a function, not a method.
7366 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
7367 ____________________________________________________________________________
7368 [ 10237] By: jhi on 2001/05/27 20:22:09
7369 Log: Tweak the test to be more portable.
7372 ____________________________________________________________________________
7373 [ 10236] By: jhi on 2001/05/27 19:15:54
7374 Log: Subject: PATCH: Re: Re: Attributes that tie
7375 From: Leon Brocard <acme@astray.com>
7376 Date: Sun, 27 May 2001 12:37:29 +0100
7377 Message-ID: <20010527123729.A22663@ns0.astray.com>
7379 Document that variable attributes are not currently usable
7380 for tieing. (An ugly limitation that should be fixed.)
7383 ____________________________________________________________________________
7384 [ 10235] By: jhi on 2001/05/27 19:03:31
7385 Log: Microperl tweaks.
7387 ! Makefile.micro uconfig.h uconfig.sh
7388 ____________________________________________________________________________
7389 [ 10234] By: jhi on 2001/05/27 18:22:09
7390 Log: Add make target for microperl (kind of silly, but convenient).
7393 ____________________________________________________________________________
7394 [ 10233] By: jhi on 2001/05/27 18:18:56
7395 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
7399 ____________________________________________________________________________
7400 [ 10232] By: jhi on 2001/05/27 17:57:18
7401 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
7402 From: rspier@pobox.com (Robert Spier)
7403 Date: Sat, 26 May 2001 20:05:23 -0400
7404 Message-ID: <15120.17603.148648.12430@rls.cx>
7406 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
7407 From: rspier@pobox.com (Robert Spier)
7408 Date: Sun, 27 May 2001 00:23:12 -0400
7409 Message-ID: <15120.33072.511966.767230@rls.cx>
7411 ! doio.c pod/perlfunc.pod
7412 ____________________________________________________________________________
7413 [ 10231] By: jhi on 2001/05/27 15:45:20
7414 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
7416 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7417 ____________________________________________________________________________
7418 [ 10230] By: jhi on 2001/05/27 15:41:06
7419 Log: Add README.tru64.
7422 ____________________________________________________________________________
7423 [ 10229] By: jhi on 2001/05/27 13:50:57
7424 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
7426 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7427 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
7429 ____________________________________________________________________________
7430 [ 10228] By: jhi on 2001/05/27 13:43:38
7431 Log: Integrate I18N::LangTags from Sean Burke.
7433 TODO: the language list from RFC 3066 needs to be integrated
7434 and made available somehow. The list is included in the
7435 I18N-LangTags 0.21 distribution, but it is undocumented
7436 and unconnected to the module.
7438 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
7440 ____________________________________________________________________________
7441 [ 10227] By: jhi on 2001/05/27 01:41:33
7442 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
7443 envisioned by Sarathy.
7446 ____________________________________________________________________________
7447 [ 10226] By: jhi on 2001/05/27 00:28:34
7448 Log: Subject: [ID 20010525.001] Pod typo nits fixed
7449 From: lvirden@cas.org
7450 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
7451 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
7453 minus the perlsolaris decimation plus the
7455 Subject: Re: [ID 20010525.001] Pod typo nits fixed
7456 From: "Philip Newton" <Philip.Newton@gmx.net>
7457 Date: Fri, 25 May 2001 18:05:55 +0200
7458 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
7460 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
7461 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
7462 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
7463 ! pod/perlutil.pod pod/perlxstut.pod
7464 ____________________________________________________________________________
7465 [ 10225] By: jhi on 2001/05/26 22:38:16
7466 Log: return clauses are nice.
7469 ____________________________________________________________________________
7470 [ 10224] By: jhi on 2001/05/26 22:35:31
7471 Log: Subject: change 10199 backwards?
7472 From: Doug MacEachern <dougm@covalent.net>
7473 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
7474 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
7477 ____________________________________________________________________________
7478 [ 10223] By: jhi on 2001/05/26 22:31:46
7479 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
7480 From: Hugo <hv@crypt.compulink.co.uk>
7481 Date: Sat, 26 May 2001 17:05:12 +0100
7482 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
7485 ! MANIFEST doop.c embed.h embed.pl global.sym
7486 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
7487 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
7488 ____________________________________________________________________________
7489 [ 10222] By: jhi on 2001/05/26 22:10:38
7490 Log: Regen headers for #10221.
7492 ! global.sym objXSUB.h perlapi.c
7493 ____________________________________________________________________________
7494 [ 10221] By: jhi on 2001/05/26 22:06:06
7495 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
7496 From: Juha Laiho <juha.laiho@Elma.Net>
7497 Date: Thu, 3 May 2001 09:51:30 +0300
7498 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
7501 ____________________________________________________________________________
7502 [ 10220] By: jhi on 2001/05/26 22:01:30
7503 Log: Subject: Re: [PATCH] Re: stability of sort()?
7504 From: "John P. Linderman" <jpl@research.att.com>
7505 Date: Sat, 26 May 2001 13:27:19 -0400
7506 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
7509 ____________________________________________________________________________
7510 [ 10219] By: jhi on 2001/05/26 14:02:34
7511 Log: Integrate perlio.
7514 ____________________________________________________________________________
7515 [ 10218] By: jhi on 2001/05/26 13:39:52
7516 Log: Subject: [PATCH perl@10210] PerlIO for VMS
7517 From: "Craig A. Berry" <craigberry@mac.com>
7518 Date: Sat, 26 May 2001 09:34:11 -0500
7519 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
7521 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
7522 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
7524 ____________________________________________________________________________
7525 [ 10217] By: jhi on 2001/05/26 13:19:05
7526 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
7527 From: David Dyck <dcd@tc.fluke.com>
7528 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
7529 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
7532 ____________________________________________________________________________
7533 [ 10216] By: jhi on 2001/05/26 13:17:47
7534 Log: Subject: utf8 regexp tests
7535 From: Hugo <hv@crypt.compulink.co.uk>
7536 Date: Fri, 25 May 2001 22:35:01 +0100
7537 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
7540 ____________________________________________________________________________
7541 [ 10215] By: jhi on 2001/05/26 13:15:40
7542 Log: Subject: [PATCH] Re: stability of sort()?
7543 From: Nicholas Clark <nick@ccl4.org>
7544 Date: Fri, 25 May 2001 22:40:19 +0100
7545 Message-ID: <20010525224019.B86445@plum.flirble.org>
7548 ____________________________________________________________________________
7549 [ 10214] By: jhi on 2001/05/26 13:14:30
7550 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
7551 From: John Peacock <jpeacock@rowman.com>
7552 Date: Thu, 24 May 2001 22:14:01 -0400
7553 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
7556 ____________________________________________________________________________
7557 [ 10213] By: jhi on 2001/05/26 13:08:56
7558 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
7559 From: Nicholas Clark <nick@ccl4.org>
7560 Date: Sun, 20 May 2001 19:24:13 +0100
7561 Message-ID: <20010520192413.G83222@plum.flirble.org>
7563 + lib/ExtUtils/Constant.pm t/lib/extutils.t
7564 ! MANIFEST utils/h2xs.PL
7565 ____________________________________________________________________________
7566 [ 10212] By: nick on 2001/05/26 09:49:28
7567 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
7568 add a few more notes there on use of mortals on the stack.
7571 ____________________________________________________________________________
7572 [ 10211] By: nick on 2001/05/26 09:05:36
7573 Log: Integrate mainline
7575 +> t/lib/fcntl.t t/pragma/vars.t
7576 !> (integrate 49 files)
7577 ____________________________________________________________________________
7578 [ 10210] By: jhi on 2001/05/25 12:29:16
7579 Log: Update Changes.
7581 ! Changes patchlevel.h
7582 ____________________________________________________________________________
7583 [ 10209] By: jhi on 2001/05/25 12:24:45
7586 Subject: [PATCH pp.c] Wrapping pack("C",256)
7587 From: Simon Cozens <simon@netthink.co.uk>
7588 Date: Sat, 12 May 2001 17:58:41 +0100
7589 Message-ID: <20010512175841.A6132@netthink.co.uk>
7591 ! pod/perldiag.pod pp.c t/pragma/warn/pp
7592 ____________________________________________________________________________
7593 [ 10208] By: jhi on 2001/05/25 01:37:03
7594 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
7595 From: "Brendan O'Dea" <bod@compusol.com.au>
7596 Date: Fri, 25 May 2001 11:18:29 +1000
7597 Message-ID: <20010525111829.A28411@compusol.com.au>
7599 (Slightly modified.)
7602 ____________________________________________________________________________
7603 [ 10207] By: jhi on 2001/05/25 01:12:14
7604 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
7605 From: Hugo <hv@crypt.compulink.co.uk>
7606 Date: Fri, 25 May 2001 02:13:25 +0100
7607 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
7610 ____________________________________________________________________________
7611 [ 10206] By: jhi on 2001/05/25 01:07:59
7612 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
7613 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
7614 Date: Fri, 25 May 2001 10:25:36 +0900
7615 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
7617 ! regcomp.c regexec.c
7618 ____________________________________________________________________________
7619 [ 10205] By: jhi on 2001/05/25 01:07:00
7620 Log: Subject: [PATCH #2] stash autovivification and method call error messages
7621 From: Ilmari Karonen <iltzu@sci.fi>
7622 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
7623 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
7625 ! gv.c pp_hot.c t/op/method.t
7626 ____________________________________________________________________________
7627 [ 10204] By: jhi on 2001/05/25 01:03:50
7628 Log: Add make target and documentation for gprof profiling.
7630 ! Makefile.SH pod/perlhack.pod
7631 ____________________________________________________________________________
7632 [ 10203] By: jhi on 2001/05/24 21:09:36
7633 Log: Subject: Don't think about UTF8
7634 From: Mike Guy <mjtg@cam.ac.uk>
7635 Date: Tue, 22 May 2001 14:35:39 +0100
7636 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
7639 ____________________________________________________________________________
7640 [ 10202] By: jhi on 2001/05/24 21:07:25
7641 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
7642 From: Geraint A Edwards <gedge@serf.org>
7643 Date: Thu, 24 May 2001 22:51:24 +0100
7644 Message-Id: <20010524225124.A34981@cymru.serf.org>
7647 ____________________________________________________________________________
7648 [ 10201] By: jhi on 2001/05/24 21:02:30
7649 Log: DB_File has its own attribute story.
7651 ! ext/DB_File/DB_File.xs
7652 ____________________________________________________________________________
7653 [ 10200] By: jhi on 2001/05/24 19:54:21
7654 Log: Subject: Re: Making perl with -Wall
7655 From: Andy Dougherty <doughera@lafayette.edu>
7656 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
7657 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
7660 ____________________________________________________________________________
7661 [ 10199] By: jhi on 2001/05/24 15:15:03
7662 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
7663 From: "Richard Soderberg" <rs@crystalflame.net>
7664 Date: Thu, 24 May 2001 08:58:16 -0700
7665 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
7668 ____________________________________________________________________________
7669 [ 10198] By: jhi on 2001/05/24 15:10:04
7670 Log: IV/UV casting fixes from Nicholas Clark.
7672 ! perl.h pp_sys.c util.c
7673 ____________________________________________________________________________
7674 [ 10197] By: jhi on 2001/05/24 14:19:44
7675 Log: Subject: Re: Making perl with -Wall
7676 From: Michael G Schwern <schwern@pobox.com>
7677 Date: Thu, 24 May 2001 15:40:28 +0100
7678 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
7681 ____________________________________________________________________________
7682 [ 10196] By: jhi on 2001/05/24 14:04:41
7683 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
7684 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7685 Date: Tue, 22 May 2001 11:49:37 +0200
7686 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
7688 ! U/modified/Oldsym.U
7689 Branch: metaconfig/U/perl
7692 ! Configure config_h.SH myconfig.SH
7693 ____________________________________________________________________________
7694 [ 10195] By: jhi on 2001/05/24 13:25:04
7695 Log: Under versiononly install also the scripts with the version suffix.
7696 (e.g. .../bin/h2xs5.7.1)
7699 ____________________________________________________________________________
7700 [ 10194] By: jhi on 2001/05/24 13:02:49
7701 Log: Subject: [PATCH] Stop segfault in mg.c:636
7702 From: "Richard Soderberg" <rs@crystalflame.net>
7703 Date: Thu, 24 May 2001 05:51:52 -0700
7704 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
7707 ____________________________________________________________________________
7708 [ 10193] By: jhi on 2001/05/24 12:37:13
7709 Log: Iteration continues; hopefully convergently.
7712 ____________________________________________________________________________
7713 [ 10192] By: jhi on 2001/05/24 12:36:35
7714 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
7715 From: Gisle Aas <gisle@ActiveState.com>
7716 Date: 23 May 2001 16:13:10 -0700
7717 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
7720 ____________________________________________________________________________
7721 [ 10191] By: jhi on 2001/05/24 12:25:12
7722 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
7723 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7724 Date: Thu, 24 May 2001 05:05:22 -0500
7725 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
7727 ! lib/dumpvar.pl lib/perl5db.pl
7728 ____________________________________________________________________________
7729 [ 10190] By: jhi on 2001/05/24 12:24:07
7730 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
7731 From: David Dyck <dcd@tc.fluke.com>
7732 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
7733 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
7736 ____________________________________________________________________________
7737 [ 10189] By: jhi on 2001/05/23 22:43:31
7738 Log: Tiny pod nits on READMEs, mostly whitespace issues.
7740 ! README.amiga README.dos README.macos README.mpeix README.vmesa
7742 ____________________________________________________________________________
7743 [ 10188] By: jhi on 2001/05/23 22:26:03
7744 Log: The DG/UX part of the 20010521.005.
7747 ____________________________________________________________________________
7748 [ 10187] By: jhi on 2001/05/23 22:04:05
7749 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
7750 From: Hugo <hv@crypt.compulink.co.uk>
7751 Date: Mon, 21 May 2001 16:32:02 +0100
7752 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
7754 ! regcomp.c t/op/misc.t
7755 ____________________________________________________________________________
7756 [ 10186] By: jhi on 2001/05/23 21:42:15
7757 Log: Subject: [PATCH] Extra UNIVERSAL tests
7758 From: Mike Guy <mjtg@cam.ac.uk>
7759 Date: Wed, 23 May 2001 12:29:20 +0100
7760 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
7763 ____________________________________________________________________________
7764 [ 10185] By: jhi on 2001/05/23 21:38:48
7765 Log: Subject: [PATCH] Remove EQ keyword
7766 From: Mike Guy <mjtg@cam.ac.uk>
7767 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
7768 Date: Wed, 23 May 2001 11:17:29 +0100
7770 ! keywords.h keywords.pl
7771 ____________________________________________________________________________
7772 [ 10184] By: jhi on 2001/05/23 21:29:41
7773 Log: Subject: [PATCH] lib/perl5db.pl
7774 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7775 Date: Wed, 23 May 2001 02:18:03 -0500
7776 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
7779 ____________________________________________________________________________
7780 [ 10183] By: jhi on 2001/05/23 21:27:54
7781 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
7782 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7783 Date: Tue, 22 May 2001 23:34:41 -0500
7784 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
7787 ____________________________________________________________________________
7788 [ 10182] By: jhi on 2001/05/23 21:24:30
7789 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
7790 From: davem@fdgroup.co.uk
7791 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
7792 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
7795 ____________________________________________________________________________
7796 [ 10181] By: jhi on 2001/05/23 21:23:29
7797 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
7798 From: Michael G Schwern <schwern@pobox.com>
7799 Date: Tue, 22 May 2001 14:15:09 +0100
7800 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
7803 ____________________________________________________________________________
7804 [ 10180] By: jhi on 2001/05/23 21:22:14
7805 Log: Subject: [PATCH lib/vars.pm] Odd code nit
7806 From: Michael G Schwern <schwern@pobox.com>
7807 Date: Tue, 22 May 2001 14:14:28 +0100
7808 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
7811 ____________________________________________________________________________
7812 [ 10179] By: jhi on 2001/05/23 21:19:51
7813 Log: Use the new use vars feature.
7816 ____________________________________________________________________________
7817 [ 10178] By: jhi on 2001/05/23 21:19:28
7818 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
7819 From: Mike Guy <mjtg@cam.ac.uk>
7820 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7821 Date: Tue, 22 May 2001 13:11:39 +0100
7824 ! MANIFEST lib/vars.pm t/lib/1_compile.t
7825 ____________________________________________________________________________
7826 [ 10177] By: jhi on 2001/05/23 21:01:48
7827 Log: -qlongdouble considered harmful by Merijn.
7830 ____________________________________________________________________________
7831 [ 10176] By: jhi on 2001/05/21 13:21:21
7832 Log: Update Changes.
7834 ! Changes patchlevel.h
7835 ____________________________________________________________________________
7836 [ 10175] By: jhi on 2001/05/21 13:17:28
7837 Log: Add a test of its very own for Fcntl. Hopefully portable.
7841 ____________________________________________________________________________
7842 [ 10174] By: jhi on 2001/05/21 12:45:41
7843 Log: Must be trickier for 'minitest' not to die.
7846 ____________________________________________________________________________
7847 [ 10173] By: jhi on 2001/05/21 11:24:43
7848 Log: Can't declare other people's variables.
7851 ____________________________________________________________________________
7852 [ 10172] By: jhi on 2001/05/20 20:33:08
7853 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
7855 ! doio.c t/op/taint.t
7856 ____________________________________________________________________________
7857 [ 10171] By: jhi on 2001/05/20 20:18:45
7858 Log: The OS/2 variable needs to be declared.
7861 ____________________________________________________________________________
7862 [ 10170] By: nick on 2001/05/20 16:48:29
7863 Log: Integrate mainline
7865 !> (integrate 41 files)
7866 ____________________________________________________________________________
7867 [ 10169] By: jhi on 2001/05/20 11:50:20
7868 Log: Small perlsec updates: clarify the taintedness of filename
7869 globbing; suggest using Scalar::Util::tainted().
7872 ____________________________________________________________________________
7873 [ 10168] By: jhi on 2001/05/20 11:24:11
7874 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
7875 From: Dave Mitchell <davem@fdgroup.co.uk>
7876 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
7877 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
7879 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
7880 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
7881 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
7883 ____________________________________________________________________________
7884 [ 10167] By: jhi on 2001/05/20 11:12:14
7885 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
7886 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7887 Date: Sat, 19 May 2001 04:08:46 -0400
7888 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
7890 ! lib/ExtUtils/Mksymlists.pm makedef.pl
7891 ____________________________________________________________________________
7892 [ 10166] By: jhi on 2001/05/20 11:08:27
7893 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
7894 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7895 Date: Sat, 19 May 2001 04:30:45 -0400
7896 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
7899 ____________________________________________________________________________
7900 [ 10165] By: jhi on 2001/05/20 11:07:06
7901 Log: Subject: [PATCH 5.6.1] build bugs OS/2
7902 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7903 Date: Sat, 19 May 2001 04:35:28 -0400
7904 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
7906 ! os2/Makefile.SHs os2/os2.c
7907 ____________________________________________________________________________
7908 [ 10164] By: jhi on 2001/05/20 11:06:01
7909 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
7910 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7911 Date: Sat, 19 May 2001 04:04:23 -0400
7912 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
7914 (In bleadperl patched b-stash.t instead of b.t)
7916 ! t/lib/b-stash.t t/lib/bigfltpm.t
7917 ____________________________________________________________________________
7918 [ 10163] By: jhi on 2001/05/20 10:59:46
7919 Log: Subject: [PATCH 5.6.1] perl5db
7920 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7921 Date: Sat, 19 May 2001 03:49:09 -0400
7922 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
7925 ____________________________________________________________________________
7926 [ 10162] By: jhi on 2001/05/20 10:58:18
7927 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
7928 From: Gisle Aas <gisle@ActiveState.com>
7929 Date: 18 May 2001 14:24:51 -0700
7930 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
7933 ____________________________________________________________________________
7934 [ 10161] By: jhi on 2001/05/20 10:57:00
7935 Log: Subject: [PATCH] Chomp should not always stringify
7936 From: Gisle Aas <gisle@ActiveState.com>
7937 Date: 18 May 2001 07:55:25 -0700
7938 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
7940 ! doop.c t/op/chop.t
7941 ____________________________________________________________________________
7942 [ 10160] By: jhi on 2001/05/20 10:49:40
7943 Log: Integrate perlio.
7946 ____________________________________________________________________________
7947 [ 10159] By: nick on 2001/05/20 09:39:46
7948 Log: Document some more of open's features.
7951 ____________________________________________________________________________
7952 [ 10158] By: gsar on 2001/05/18 18:43:38
7953 Log: back out change#10153 (it has compatibility issues such as the
7954 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
7955 benefit for 5.6.x doesn't seem worth the risk)
7956 Branch: maint-5.6/perl
7958 ____________________________________________________________________________
7959 [ 10157] By: jhi on 2001/05/18 17:05:40
7960 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
7963 ____________________________________________________________________________
7964 [ 10156] By: jhi on 2001/05/18 12:06:40
7965 Log: Update Changes.
7967 ! Changes patchlevel.h
7968 ____________________________________________________________________________
7969 [ 10155] By: jhi on 2001/05/18 11:58:57
7970 Log: Integrate change #10144 from maintperl.
7972 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
7974 !> win32/config.bc win32/config.gc win32/config.vc
7975 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7976 ____________________________________________________________________________
7977 [ 10154] By: nick on 2001/05/18 07:23:03
7978 Log: Integrate mainline.
7980 +> README.dgux t/lib/i18n-collate.t utils.lst
7981 !> (integrate 49 files)
7982 ____________________________________________________________________________
7983 [ 10153] By: jhi on 2001/05/18 00:41:51
7984 Log: Integrate change #7224 from mainline into maintperl.
7986 Allow @+ and @- to be doublequoted, from Simon Cozens.
7987 (Approved by Larry, see Tom's comment in 20000830.005.)
7988 Branch: maint-5.6/perl
7990 ____________________________________________________________________________
7991 [ 10152] By: jhi on 2001/05/17 23:18:15
7992 Log: Subject: [PATCH bleadperl] small lookbehind fix
7993 From: Hugo <hv@crypt.compulink.co.uk>
7994 Date: Fri, 18 May 2001 00:07:19 +0100
7995 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
7998 ____________________________________________________________________________
7999 [ 10151] By: jhi on 2001/05/17 22:00:06
8002 ! installman utils.lst
8003 ____________________________________________________________________________
8004 [ 10150] By: jhi on 2001/05/17 20:32:48
8005 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
8008 ! t/lib/glob-basic.t
8009 ____________________________________________________________________________
8010 [ 10149] By: jhi on 2001/05/17 20:08:58
8011 Log: Subject: [PATCH] Test for bug 20010515.004
8012 From: Benjamin Sugars <bsugars@canoe.ca>
8013 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
8014 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
8017 ____________________________________________________________________________
8018 [ 10148] By: jhi on 2001/05/17 20:06:23
8019 Log: Integrate #10145 from maintperl.
8021 fix for ID 20010515.004 (needs test)
8024 ____________________________________________________________________________
8025 [ 10147] By: jhi on 2001/05/17 19:10:46
8026 Log: Thinko noticed by Doug MacEachern.
8029 ____________________________________________________________________________
8030 [ 10146] By: jhi on 2001/05/17 17:30:37
8031 Log: Subject: Re: [PATCH] HERE mark in regex
8032 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8033 Date: Thu, 17 May 2001 12:20:33 -0400
8034 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
8037 ____________________________________________________________________________
8038 [ 10145] By: gsar on 2001/05/17 16:59:55
8039 Log: fix for ID 20010515.004 (needs test)
8040 Branch: maint-5.6/perl
8042 ____________________________________________________________________________
8043 [ 10144] By: gsar on 2001/05/17 16:39:02
8044 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
8045 Branch: maint-5.6/perl
8046 ! win32/config.bc win32/config.gc win32/config.vc
8047 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8048 ____________________________________________________________________________
8049 [ 10143] By: jhi on 2001/05/17 14:21:08
8050 Log: Macrofy the getspecific (and use it also in util.c)
8053 ____________________________________________________________________________
8054 [ 10142] By: jhi on 2001/05/17 01:43:50
8055 Log: Use the unchecked thread-specific key fetch also in Tru64.
8058 ____________________________________________________________________________
8059 [ 10141] By: jhi on 2001/05/17 01:41:07
8060 Log: Subject: [PATCH 5.6.1]Quick thread speedup
8061 From: Dan Sugalski <dan@sidhe.org>
8062 Date: Wed, 16 May 2001 18:05:19 -0400
8063 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
8066 ____________________________________________________________________________
8067 [ 10140] By: jhi on 2001/05/16 19:58:29
8068 Log: I think this is quite enough testing for a deprecated feature.
8070 + t/lib/i18n-collate.t
8071 ! MANIFEST t/lib/1_compile.t
8072 ____________________________________________________________________________
8073 [ 10139] By: jhi on 2001/05/16 18:47:03
8074 Log: More HP-UX lore from Jeff Okamoto.
8077 ____________________________________________________________________________
8078 [ 10138] By: jhi on 2001/05/16 18:21:04
8079 Log: Sort utils.lst for easier maintenance.
8082 ____________________________________________________________________________
8083 [ 10137] By: jhi on 2001/05/16 18:12:01
8084 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8085 From: Tim Jenness <t.jenness@jach.hawaii.edu>
8086 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
8087 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
8089 Add pod2latex to utils.lst.
8091 ! MANIFEST utils.lst
8092 ____________________________________________________________________________
8093 [ 10136] By: jhi on 2001/05/16 18:00:00
8094 Log: Subject: Re: [PATCH] HERE mark in regex
8095 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8096 Date: Wed, 16 May 2001 13:04:43 -0400
8097 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
8099 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
8100 ! t/op/regmesg.t t/pragma/warn/regcomp
8101 ____________________________________________________________________________
8102 [ 10135] By: jhi on 2001/05/16 17:51:50
8103 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8104 From: Simon Cozens <simon@netthink.co.uk>
8105 Date: Wed, 16 May 2001 18:02:08 +0100
8106 Message-ID: <20010516180208.A6458@netthink.co.uk>
8108 ! installman utils.lst
8109 ____________________________________________________________________________
8110 [ 10134] By: jhi on 2001/05/16 17:47:26
8111 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
8112 From: "Philip Newton" <pnewton@gmx.de>
8113 Date: Tue, 15 May 2001 15:09:30 +0200
8114 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
8116 Test case for #10128.
8118 ! t/pragma/warn/pp_hot
8119 ____________________________________________________________________________
8120 [ 10133] By: jhi on 2001/05/16 15:12:52
8121 Log: Update Changes.
8123 ! Changes patchlevel.h
8124 ____________________________________________________________________________
8125 [ 10132] By: jhi on 2001/05/16 14:50:55
8126 Log: Deprecate pseudo-hashes.
8128 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
8129 ____________________________________________________________________________
8130 [ 10131] By: jhi on 2001/05/16 14:26:01
8131 Log: HP-UX hints update from Merijn.
8134 ____________________________________________________________________________
8135 [ 10130] By: jhi on 2001/05/16 14:23:01
8136 Log: README.hpux update from Merijn.
8139 ____________________________________________________________________________
8140 [ 10129] By: jhi on 2001/05/16 14:18:56
8141 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8142 From: Simon Cozens <simon@netthink.co.uk>
8143 Date: Wed, 16 May 2001 15:57:55 +0100
8144 Message-ID: <20010516155755.A4728@netthink.co.uk>
8147 ! MANIFEST installman installperl
8148 ____________________________________________________________________________
8149 [ 10128] By: jhi on 2001/05/16 14:15:36
8150 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
8151 From: "Philip Newton" <pnewton@gmx.de>
8152 Date: Tue, 15 May 2001 16:31:05 +0200
8153 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
8155 Fix PERL_Y2KWARN test to check before rather than after appending.
8158 ____________________________________________________________________________
8159 [ 10127] By: jhi on 2001/05/16 14:08:15
8160 Log: Regen Porting stuff.
8162 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8164 ____________________________________________________________________________
8165 [ 10126] By: jhi on 2001/05/16 13:41:50
8166 Log: Metaconfig unit change for #10125.
8168 ! U/modified/Oldconfig.U
8169 ____________________________________________________________________________
8170 [ 10125] By: jhi on 2001/05/16 13:41:35
8173 ! Configure config_h.SH perl.c
8174 ____________________________________________________________________________
8175 [ 10124] By: jhi on 2001/05/16 13:41:09
8178 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8179 ____________________________________________________________________________
8180 [ 10123] By: jhi on 2001/05/16 13:25:38
8181 Log: Adding the README.dgux to the MANIFEST would be a good idea.
8184 ____________________________________________________________________________
8185 [ 10122] By: jhi on 2001/05/16 13:08:33
8186 Log: Move the stack desire definition to thread.h.
8188 ! ext/Thread/Thread.xs thread.h
8189 ____________________________________________________________________________
8190 [ 10121] By: jhi on 2001/05/16 13:00:12
8191 Log: DG-UX threading patches, including a README.dgux,
8192 from Takis Psarogiannakopoulos.
8195 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
8196 ____________________________________________________________________________
8197 [ 10120] By: jhi on 2001/05/16 12:55:33
8198 Log: Subject: [PATCH B::Deparse] More on /x regexes
8199 From: Robin Houston <robin@kitsite.com>
8200 Date: Tue, 15 May 2001 19:09:35 +0100
8201 Message-ID: <20010515190935.A27268@penderel>
8203 ! ext/B/B/Deparse.pm
8204 ____________________________________________________________________________
8205 [ 10119] By: jhi on 2001/05/16 12:45:29
8206 Log: Document that the core time() may be rounding rather
8207 than truncating, would have saved at least my confusion.
8209 ! ext/Time/HiRes/HiRes.pm
8210 ____________________________________________________________________________
8211 [ 10118] By: jhi on 2001/05/16 12:37:57
8212 Log: Subject: perl-current/t/time-hires.t
8213 From: John Peacock <jpeacock@rowman.com>
8214 Date: Fri, 11 May 2001 14:09:41 -0400
8215 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
8217 ! t/lib/time-hires.t
8218 ____________________________________________________________________________
8219 [ 10117] By: jhi on 2001/05/15 13:40:33
8220 Log: Subject: [PATCH dump.c] Op private flags
8221 From: Simon Cozens <simon@netthink.co.uk>
8222 Date: Sun, 13 May 2001 20:20:36 +0100
8223 Message-ID: <20010513202036.A21896@netthink.co.uk>
8226 ____________________________________________________________________________
8227 [ 10116] By: jhi on 2001/05/15 13:28:26
8228 Log: Upgrade to Switch 2.03.
8231 ____________________________________________________________________________
8232 [ 10115] By: jhi on 2001/05/15 13:19:01
8233 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
8234 to PERL_CONFIG_SH and use it consistently.
8235 Branch: maint-5.6/perl
8236 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8237 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
8238 !> myconfig.SH writemain.SH
8239 ____________________________________________________________________________
8240 [ 10114] By: jhi on 2001/05/15 13:13:21
8241 Log: Metaconfig units changes for #10113.
8243 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
8244 ____________________________________________________________________________
8245 [ 10113] By: jhi on 2001/05/15 13:12:40
8246 Log: The problem described in 20010514.031 still wasn't
8247 fully cured, there were remnants of $CONFIG when
8248 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
8249 to avoid future conflicts.
8251 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8252 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
8253 ! myconfig.SH writemain.SH
8254 ____________________________________________________________________________
8255 [ 10112] By: jhi on 2001/05/15 11:55:44
8256 Log: Half of #10107 got lost.
8258 ! ext/B/B/Deparse.pm
8259 ____________________________________________________________________________
8260 [ 10111] By: nick on 2001/05/15 08:39:14
8261 Log: Integrate mainline.
8263 +> ext/POSIX/hints/uts.pl
8264 - Todo Todo-5.6 t/camel-III/vstring.t
8265 !> (integrate 48 files)
8266 ____________________________________________________________________________
8267 [ 10110] By: jhi on 2001/05/15 02:04:05
8268 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
8269 From: Robin Houston <robin@kitsite.com>
8270 Date: Mon, 14 May 2001 22:27:08 +0100
8271 Message-ID: <20010514222708.A22963@penderel>
8274 ____________________________________________________________________________
8275 [ 10109] By: jhi on 2001/05/15 02:03:12
8276 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
8277 From: Robin Houston <robin@kitsite.com>
8278 Date: Mon, 14 May 2001 22:16:43 +0100
8279 Message-ID: <20010514221643.A22437@penderel>
8281 ! ext/B/B/Deparse.pm
8282 ____________________________________________________________________________
8283 [ 10108] By: jhi on 2001/05/15 02:02:17
8284 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
8285 From: Robin Houston <robin@kitsite.com>
8286 Date: Mon, 14 May 2001 22:03:44 +0100
8287 Message-ID: <20010514220344.A20643@penderel>
8289 ! ext/B/B/Deparse.pm
8290 ____________________________________________________________________________
8291 [ 10107] By: jhi on 2001/05/15 02:01:24
8292 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
8293 From: Robin Houston <robin@kitsite.com>
8294 Date: Mon, 14 May 2001 22:10:07 +0100
8295 Message-ID: <20010514221007.A21118@penderel>
8297 ! ext/B/B/Deparse.pm
8298 ____________________________________________________________________________
8299 [ 10106] By: jhi on 2001/05/15 01:41:26
8300 Log: Fix for 20010514.037; substr() didn't invalidate the locale
8304 ____________________________________________________________________________
8305 [ 10105] By: jhi on 2001/05/14 18:18:24
8306 Log: Update Changes.
8308 ! Changes patchlevel.h
8309 ____________________________________________________________________________
8310 [ 10104] By: jhi on 2001/05/14 18:09:07
8311 Log: Retract #10094.
8314 ____________________________________________________________________________
8315 [ 10103] By: jhi on 2001/05/14 15:20:58
8316 Log: Integrate change #10100 from maintperl.
8318 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
8319 bug ID 20010514.027)
8322 ____________________________________________________________________________
8323 [ 10102] By: jhi on 2001/05/14 15:19:21
8324 Log: Document the deprecatedness of suidperl.
8326 ! INSTALL pod/perlfaq1.pod
8327 ____________________________________________________________________________
8328 [ 10101] By: jhi on 2001/05/14 14:54:31
8329 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
8330 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8331 Date: Mon, 14 May 2001 09:38:59 -0400
8332 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
8334 ! lib/ExtUtils/MM_Unix.pm
8335 ____________________________________________________________________________
8336 [ 10100] By: gsar on 2001/05/14 14:43:50
8337 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
8338 bug ID 20010514.027)
8340 TODO: this needs a testsuite addition
8341 Branch: maint-5.6/perl
8343 ____________________________________________________________________________
8344 [ 10099] By: jhi on 2001/05/14 13:42:38
8345 Log: More DWIMminess for Class::Struct: calling the array or hash
8346 accessors only with one argument, an array or a hash reference,
8347 sets the underlying array or hash. This mirrors nicely also
8348 the usage in the constructor.
8349 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
8351 ! lib/Class/Struct.pm t/lib/class-struct.t
8352 ____________________________________________________________________________
8353 [ 10098] By: jhi on 2001/05/14 13:10:34
8354 Log: Reference cmp'ing should go through the whole stringification
8355 process shebang, as pointed out by Sarathy in #10091.
8358 ____________________________________________________________________________
8359 [ 10097] By: jhi on 2001/05/14 12:54:31
8360 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
8361 From: Simon Cozens <simon@netthink.co.uk>
8362 Date: Sat, 12 May 2001 16:36:27 +0100
8363 Message-ID: <20010512163627.A5522@netthink.co.uk>
8365 with some additions salvaged from Todo and Todo-5.6 before
8369 ! MANIFEST pod/perltodo.pod
8370 ____________________________________________________________________________
8371 [ 10096] By: jhi on 2001/05/14 12:37:01
8372 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
8373 From: "Golubev I. N." <gin@mo.msk.ru>
8374 Date: Mon, 07 May 2001 14:33:34 (GMT)
8375 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
8378 ____________________________________________________________________________
8379 [ 10095] By: jhi on 2001/05/14 12:34:24
8380 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
8381 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8382 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
8383 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
8385 ! lib/ExtUtils/MM_Unix.pm
8386 ____________________________________________________________________________
8387 [ 10094] By: jhi on 2001/05/14 12:32:44
8388 Log: (Retracted by #10104.)
8390 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
8391 From: barries <barries@slaysys.com>
8392 Date: Sat, 12 May 2001 01:28:10 -0400
8393 Message-ID: <20010512012810.B26358@jester.slaysys.com>
8396 ____________________________________________________________________________
8397 [ 10093] By: jhi on 2001/05/14 12:30:38
8398 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
8399 From: Mike Guy <mjtg@cam.ac.uk>
8400 Date: Sat, 12 May 2001 19:24:33 +0100
8401 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
8404 ____________________________________________________________________________
8405 [ 10092] By: jhi on 2001/05/14 12:29:21
8406 Log: Yet another HP-UX hints tweak from Merijn.
8409 ____________________________________________________________________________
8410 [ 10091] By: gsar on 2001/05/14 04:38:32
8411 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
8412 isn't defined (changes#9366,9368,9370 from mainline without the
8414 Branch: maint-5.6/perl
8415 ! pp.c pp.h pp_hot.c
8416 ____________________________________________________________________________
8417 [ 10090] By: jhi on 2001/05/12 13:39:43
8418 Log: The sorting seems to happen now automatically.
8420 ! t/lib/glob-basic.t
8421 ____________________________________________________________________________
8422 [ 10089] By: jhi on 2001/05/12 03:38:15
8423 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
8424 From: Benjamin Sugars <bsugars@canoe.ca>
8425 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
8426 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
8429 ____________________________________________________________________________
8430 [ 10088] By: jhi on 2001/05/12 03:37:00
8431 Log: Subject: Re: undef(&foo) does not work for XS functions
8432 From: Doug MacEachern <dougm@covalent.net>
8433 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
8434 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
8437 ____________________________________________________________________________
8438 [ 10087] By: jhi on 2001/05/12 03:35:58
8439 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
8440 From: Peter Prymmer <pvhp@forte.com>
8441 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
8442 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
8445 ____________________________________________________________________________
8446 [ 10086] By: jhi on 2001/05/11 14:23:08
8447 Log: Update Changes.
8449 ! Changes patchlevel.h
8450 ____________________________________________________________________________
8451 [ 10085] By: jhi on 2001/05/11 14:08:20
8452 Log: Remove the 'asciir' re subpragma. Should instead implement
8453 the 'physical vs logical' range scheme:
8455 \xAA-\xCC is a native physical range, you want that range of
8456 codepoints in your native encoding. In EBCDIC the codepoints
8457 in the gaps (between i-j and r-s) should be included.
8459 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
8460 codepoints in Unicode.
8462 a-z is a logical range, you want that range of 'logical' codepoints
8463 in your native encoding. In EBCDIC the codepoints in the gaps
8464 (between i-j and r-s) should not be included.
8466 Mixed cases (a-\xAA, etc) should either be errors, or maybe
8467 the 'logical' endpoints should be converted to native/Unicode
8468 codepoints, and the range handled as a physical range.
8470 'Logical endpoints' are to be recognized only in the A-Z, a-z,
8471 and 0-9 ranges. Probably a warning should be given for mixed
8472 cases like A-z or a-9 (since such expressions are encoding
8473 dependent), with a recommendation to use physical ranges.
8475 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
8477 ____________________________________________________________________________
8478 [ 10084] By: jhi on 2001/05/11 13:56:16
8479 Log: Make the test to cleanup the test directory tree
8480 both before and after the testing so that we always
8481 have a clean slate to work with.
8484 ____________________________________________________________________________
8485 [ 10083] By: jhi on 2001/05/11 13:46:30
8486 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
8487 From: Jon Eveland <jweveland@yahoo.com>
8488 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
8489 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
8492 ____________________________________________________________________________
8493 [ 10082] By: jhi on 2001/05/11 13:45:06
8494 Log: Merge the camel-III/vstring.t with op/ver.t.
8496 - t/camel-III/vstring.t
8497 ! MANIFEST t/TEST t/harness t/op/ver.t
8498 ____________________________________________________________________________
8499 [ 10081] By: jhi on 2001/05/11 13:15:55
8500 Log: Add test.deparse make target.
8503 ____________________________________________________________________________
8504 [ 10080] By: jhi on 2001/05/11 12:52:49
8505 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
8506 From: Robin Houston <robin@kitsite.com>
8507 Date: Fri, 11 May 2001 12:02:22 +0100
8508 Message-ID: <20010511120222.A11529@penderel>
8510 ! ext/B/B/Deparse.pm t/op/method.t
8511 ____________________________________________________________________________
8512 [ 10079] By: jhi on 2001/05/11 01:59:06
8513 Log: A nicely working combination for UTS from Hal Morris.
8515 + ext/POSIX/hints/uts.pl
8516 ! MANIFEST hints/uts.sh
8517 ____________________________________________________________________________
8518 [ 10078] By: jhi on 2001/05/11 01:15:04
8519 Log: i_ieeefp=undef for UTS.
8522 ____________________________________________________________________________
8523 [ 10077] By: jhi on 2001/05/10 22:42:35
8524 Log: Subject: RE: rand(0) is rand(1)
8525 From: Larry Shatzer <lshatzer@islanddata.com>
8526 Date: Thu, 10 May 2001 11:09:27 -0700
8527 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
8530 ____________________________________________________________________________
8531 [ 10076] By: jhi on 2001/05/10 22:36:50
8532 Log: Subject: [patch] make op_{clear,null} public
8533 From: Doug MacEachern <dougm@covalent.net>
8534 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
8535 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
8537 ! embed.h embed.pl op.c proto.h
8538 ____________________________________________________________________________
8539 [ 10075] By: jhi on 2001/05/10 22:28:36
8540 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
8541 From: Robin Houston <robin@kitsite.com>
8542 Date: Thu, 10 May 2001 18:54:59 +0100
8543 Message-ID: <20010510185459.A5995@penderel>
8545 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
8546 ____________________________________________________________________________
8547 [ 10074] By: jhi on 2001/05/10 22:23:41
8548 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
8549 From: Robin Houston <robin@kitsite.com>
8550 Date: Thu, 10 May 2001 12:56:39 +0100
8551 Message-ID: <20010510125639.A2119@penderel>
8553 ! ext/B/B/Deparse.pm
8554 ____________________________________________________________________________
8555 [ 10073] By: jhi on 2001/05/10 14:26:01
8556 Log: Retract #10070, not ready yet.
8558 ! ext/B/B/Deparse.pm
8559 ____________________________________________________________________________
8560 [ 10072] By: jhi on 2001/05/10 13:40:24
8561 Log: The metaconfig unit change for #10071.
8563 ! U/modified/mallocsrc.U
8564 ____________________________________________________________________________
8565 [ 10071] By: jhi on 2001/05/10 13:39:57
8566 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
8569 ____________________________________________________________________________
8570 [ 10070] By: jhi on 2001/05/10 13:18:42
8571 Log: (Retracted by #10073)
8573 Subject: Re: [PATCH t/TEST] B::Deparse tester
8574 From: Hugo <hv@crypt.compulink.co.uk>
8575 Date: Thu, 10 May 2001 05:48:09 +0100
8576 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
8578 ! ext/B/B/Deparse.pm
8579 ____________________________________________________________________________
8580 [ 10069] By: jhi on 2001/05/10 12:24:06
8581 Log: Add a for(func()) test.
8584 ____________________________________________________________________________
8585 [ 10068] By: jhi on 2001/05/10 12:16:00
8586 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
8587 From: Robin Houston <robin@kitsite.com>
8588 Date: Thu, 10 May 2001 13:50:08 +0100
8589 Message-ID: <20010510135008.A2454@penderel>
8591 ! ext/B/B/Deparse.pm
8592 ____________________________________________________________________________
8593 [ 10067] By: jhi on 2001/05/10 01:45:03
8594 Log: A thinko in #10065.
8597 ____________________________________________________________________________
8598 [ 10066] By: jhi on 2001/05/10 01:33:12
8599 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
8600 From: Robin Houston <robin@kitsite.com>
8601 Date: Thu, 10 May 2001 02:10:34 +0100
8602 Message-ID: <20010510021034.A19421@penderel>
8604 ! ext/B/B.xs ext/B/B/Deparse.pm
8605 ____________________________________________________________________________
8606 [ 10065] By: jhi on 2001/05/10 01:30:43
8607 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
8608 From: Doug MacEachern <dougm@covalent.net>
8609 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
8610 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
8613 ____________________________________________________________________________
8614 [ 10064] By: jhi on 2001/05/09 23:13:29
8615 Log: One more workaround for the UTS compiler from Hal Morris.
8618 ____________________________________________________________________________
8619 [ 10063] By: jhi on 2001/05/09 23:09:53
8620 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
8621 From: Robin Houston <robin@kitsite.com>
8622 Date: Thu, 10 May 2001 01:02:08 +0100
8623 Message-ID: <20010510010208.A18200@penderel>
8626 ____________________________________________________________________________
8627 [ 10062] By: jhi on 2001/05/09 23:06:25
8628 Log: Subject: [PATCH] Simplify deb_curcv() a bit
8629 From: Benjamin Sugars <bsugars@canoe.ca>
8630 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
8631 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
8634 ____________________________________________________________________________
8635 [ 10061] By: jhi on 2001/05/09 23:05:28
8636 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
8637 From: Benjamin Sugars <bsugars@canoe.ca>
8638 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
8639 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
8642 ____________________________________________________________________________
8643 [ 10060] By: jhi on 2001/05/09 23:04:38
8644 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
8645 From: Peter Prymmer <pvhp@forte.com>
8646 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
8647 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
8650 ____________________________________________________________________________
8651 [ 10059] By: jhi on 2001/05/09 23:03:52
8652 Log: Subject: [PATCH t/TEST] B::Deparse tester
8653 From: Robin Houston <robin@kitsite.com>
8654 Date: Wed, 9 May 2001 19:17:50 +0100
8655 Message-ID: <20010509191750.A16940@penderel>
8658 ____________________________________________________________________________
8659 [ 10058] By: jhi on 2001/05/09 23:02:56
8660 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
8661 From: Jeff Pinyan <jeffp@crusoe.net>
8662 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
8663 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
8666 ____________________________________________________________________________
8667 [ 10057] By: nick on 2001/05/09 18:37:56
8668 Log: Integrate mainline.
8670 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
8671 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
8672 ____________________________________________________________________________
8673 [ 10056] By: jhi on 2001/05/09 16:44:44
8674 Log: Update Changes.
8676 ! Changes patchlevel.h
8677 ____________________________________________________________________________
8678 [ 10055] By: jhi on 2001/05/09 16:26:47
8679 Log: Integrate perlio.
8681 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8682 ____________________________________________________________________________
8683 [ 10054] By: jhi on 2001/05/09 16:25:42
8684 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
8685 From: Benjamin Sugars <bsugars@canoe.ca>
8686 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
8687 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
8690 ____________________________________________________________________________
8691 [ 10053] By: jhi on 2001/05/09 16:24:37
8692 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
8693 From: Benjamin Sugars <bsugars@canoe.ca>
8694 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
8695 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
8697 ! ext/PerlIO/Scalar/Scalar.xs
8698 ____________________________________________________________________________
8699 [ 10052] By: jhi on 2001/05/09 16:19:04
8700 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
8701 From: Jeff Pinyan <jeffp@crusoe.net>
8702 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
8703 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
8706 ____________________________________________________________________________
8707 [ 10051] By: jhi on 2001/05/09 15:30:17
8708 Log: EPOC tweak from Olaf Flebbe.
8711 ____________________________________________________________________________
8712 [ 10050] By: nick on 2001/05/09 14:37:57
8713 Log: win32, regen_config_h
8715 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8716 ____________________________________________________________________________
8717 [ 10049] By: jhi on 2001/05/09 12:33:39
8718 Log: Integrate perlio.
8721 ____________________________________________________________________________
8722 [ 10048] By: nick on 2001/05/09 11:59:50
8723 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
8724 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
8727 ____________________________________________________________________________
8728 [ 10047] By: jhi on 2001/05/09 10:50:12
8729 Log: Integrate perlio.
8732 ____________________________________________________________________________
8733 [ 10046] By: jhi on 2001/05/09 10:49:34
8734 Log: Subject: Re: Less warnings during configure
8735 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8736 Date: Wed, 09 May 2001 13:12:49 +0200
8737 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
8740 ____________________________________________________________________________
8741 [ 10045] By: nick on 2001/05/09 09:56:59
8742 Log: MULTIPLICITY/DEBUGGING build fix.
8745 ____________________________________________________________________________
8746 [ 10044] By: nick on 2001/05/09 09:46:37
8747 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
8749 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
8750 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
8751 !> (integrate 65 files)
8752 ____________________________________________________________________________
8753 [ 10043] By: jhi on 2001/05/08 22:41:49
8754 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8755 From: Robin Houston <robin@kitsite.com>
8756 Date: Tue, 8 May 2001 19:38:00 +0100
8757 Message-ID: <20010508193800.A4389@penderel>
8759 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8760 From: Robin Houston <robin@kitsite.com>
8761 Date: Tue, 8 May 2001 20:03:57 +0100
8762 Message-ID: <20010508200357.A4614@penderel>
8764 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8765 From: Robin Houston <robin@kitsite.com>
8766 Date: Wed, 9 May 2001 00:12:05 +0100
8767 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
8769 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
8770 ____________________________________________________________________________
8771 [ 10042] By: jhi on 2001/05/08 22:09:35
8772 Log: Retract #10031.
8775 ____________________________________________________________________________
8776 [ 10041] By: jhi on 2001/05/08 18:27:34
8777 Log: The metaconfig unit changes for #10040.
8778 Branch: metaconfig/U/perl
8779 ! Checkcc.U d_dlsymun.U dlsrc.U
8780 ____________________________________________________________________________
8781 [ 10040] By: jhi on 2001/05/08 18:24:47
8782 Log: The Configure half of
8784 Subject: Less warnings during configure
8785 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8786 Date: Tue, 08 May 2001 08:44:02 +0200
8787 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
8790 ____________________________________________________________________________
8791 [ 10039] By: jhi on 2001/05/08 16:48:31
8792 Log: Subject: Less warnings during configure
8793 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8794 Date: Tue, 08 May 2001 08:44:02 +0200
8795 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
8798 ____________________________________________________________________________
8799 [ 10038] By: jhi on 2001/05/08 16:32:07
8800 Log: Don't forget to whine about \d__\d.
8802 ! t/pragma/warn/toke toke.c
8803 ____________________________________________________________________________
8804 [ 10037] By: jhi on 2001/05/08 16:07:05
8805 Log: Allow underscores also in the exponent part.
8807 ! t/pragma/warn/toke toke.c
8808 ____________________________________________________________________________
8809 [ 10036] By: jhi on 2001/05/08 13:33:55
8810 Log: CodeMagicCD doesn't look like an *I*DE.
8813 ____________________________________________________________________________
8814 [ 10035] By: jhi on 2001/05/08 13:27:48
8815 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
8816 to be consistently down).
8819 ____________________________________________________________________________
8820 [ 10034] By: jhi on 2001/05/08 13:21:07
8821 Log: Upgrade to Text::Balanced 1.84.
8823 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
8824 ____________________________________________________________________________
8825 [ 10033] By: jhi on 2001/05/08 12:41:53
8826 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
8827 From: Benjamin Sugars <bsugars@canoe.ca>
8828 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
8829 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
8832 ____________________________________________________________________________
8833 [ 10032] By: jhi on 2001/05/08 12:40:28
8834 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
8835 From: Peter Prymmer <pvhp@forte.com>
8836 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
8837 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
8840 ____________________________________________________________________________
8841 [ 10031] By: jhi on 2001/05/08 12:35:25
8842 Log: (Retracted by #10042)
8844 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
8845 From: "Philip Newton" <pnewton@gmx.de>
8846 Date: Tue, 8 May 2001 09:18:10 +0200
8847 Message-ID: <3AF7B9D2.28861.603732@localhost>
8850 ____________________________________________________________________________
8851 [ 10030] By: jhi on 2001/05/08 12:32:23
8852 Log: Subject: [PATCH B::Deparse] Document known bugs
8853 From: Robin Houston <robin@kitsite.com>
8854 Date: Tue, 8 May 2001 01:53:34 +0100
8855 Message-ID: <20010508015334.A32394@penderel>
8857 ! ext/B/B/Deparse.pm
8858 ____________________________________________________________________________
8859 [ 10029] By: jhi on 2001/05/08 12:28:28
8860 Log: Subject: Re: Perl book, magazine and website updates.
8861 From: "Philip Newton" <pnewton@gmx.de>
8862 Date: Mon, 7 May 2001 17:03:58 +0200
8863 Message-ID: <3AF6D57E.5387.1E29930@localhost>
8866 ____________________________________________________________________________
8867 [ 10028] By: jhi on 2001/05/07 23:53:30
8868 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
8869 From: Peter Prymmer <pvhp@forte.com>
8870 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
8871 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
8874 ____________________________________________________________________________
8875 [ 10027] By: jhi on 2001/05/07 23:22:48
8876 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
8877 From: Robin Houston <robin@kitsite.com>
8878 Date: Tue, 8 May 2001 01:14:55 +0100
8879 Message-ID: <20010508011455.A32162@penderel>
8881 ! ext/B/B/Deparse.pm
8882 ____________________________________________________________________________
8883 [ 10026] By: jhi on 2001/05/07 23:15:05
8884 Log: Typo in #10025.
8887 ____________________________________________________________________________
8888 [ 10025] By: jhi on 2001/05/07 21:15:35
8889 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
8892 ____________________________________________________________________________
8893 [ 10024] By: jhi on 2001/05/07 20:58:40
8894 Log: Subject: Re: [ID 20010506.045] question about hash syntax
8895 From: Peter Scott <Peter@PSDT.com>
8896 Date: Sun, 06 May 2001 13:10:40 -0700
8897 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
8899 ! pod/perl56delta.pod
8900 ____________________________________________________________________________
8901 [ 10023] By: jhi on 2001/05/07 20:41:26
8902 Log: Configure should figure out the list of dynamic extensions
8903 just fine in UTS-- and in fact it does, as reported by Hal Morris.
8906 ____________________________________________________________________________
8907 [ 10022] By: jhi on 2001/05/07 20:24:11
8908 Log: Update Changes.
8910 ! Changes patchlevel.h
8911 ____________________________________________________________________________
8912 [ 10021] By: jhi on 2001/05/07 20:11:31
8913 Log: Subject: [PATCH regcomp.c] Insecure regexes
8914 From: Robin Houston <robin@kitsite.com>
8915 Date: Mon, 7 May 2001 21:56:12 +0100
8916 Message-ID: <20010507215612.A31114@penderel>
8919 ____________________________________________________________________________
8920 [ 10020] By: jhi on 2001/05/07 20:02:30
8921 Log: Drop the foobar.perl.com references for now until Simon
8922 gets them sorted out.
8925 ____________________________________________________________________________
8926 [ 10019] By: jhi on 2001/05/07 19:54:33
8927 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
8928 From: Prymmer/Kahn <pvhp@best.com>
8929 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
8930 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
8932 ! lib/Devel/SelfStubber.pm
8933 ____________________________________________________________________________
8934 [ 10018] By: jhi on 2001/05/07 19:53:10
8935 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
8936 From: Prymmer/Kahn <pvhp@best.com>
8937 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
8938 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
8941 ____________________________________________________________________________
8942 [ 10017] By: jhi on 2001/05/07 19:35:10
8943 Log: s/WebTechnique's/WebTechniques/
8946 ____________________________________________________________________________
8947 [ 10016] By: jhi on 2001/05/07 12:26:29
8948 Log: Llama 3 updates from Randal.
8951 ____________________________________________________________________________
8952 [ 10015] By: jhi on 2001/05/07 01:34:38
8953 Log: Subject: [PATCH] Help -Dt show correct pad variables
8954 From: Benjamin Sugars <ben.sugars@home.com>
8955 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
8956 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
8958 ! embed.h embed.pl proto.h run.c
8959 ____________________________________________________________________________
8960 [ 10014] By: jhi on 2001/05/07 01:23:56
8961 Log: Subject: [PATCH] Document C<our $foo : shared>
8962 From: Benjamin Sugars <ben.sugars@home.com>
8963 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
8964 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
8967 ____________________________________________________________________________
8968 [ 10013] By: jhi on 2001/05/07 01:22:22
8969 Log: Subject: [PATCH B::Deparse] undefined folded constants
8970 From: Robin Houston <robin@kitsite.com>
8971 Date: Sun, 6 May 2001 17:19:09 +0100
8972 Message-ID: <20010506171909.A7046@penderel>
8974 ! ext/B/B/Deparse.pm
8975 ____________________________________________________________________________
8976 [ 10012] By: jhi on 2001/05/07 00:57:38
8977 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
8978 From: Robin Houston <robin@kitsite.com>
8979 Message-ID: <20010506164654.A6848@penderel>
8980 Date: Sun, 6 May 2001 16:46:54 +0100
8982 ! ext/B/B/Deparse.pm
8983 ____________________________________________________________________________
8984 [ 10011] By: jhi on 2001/05/07 00:52:18
8985 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
8986 From: Robin Houston <robin@kitsite.com>
8987 Date: Sun, 6 May 2001 14:47:02 +0100
8988 Message-ID: <20010506144702.A6308@penderel>
8991 ____________________________________________________________________________
8992 [ 10010] By: jhi on 2001/05/06 15:07:51
8993 Log: Subject: Perl book, magazine and website updates.
8994 From: Simon Cozens <simon@netthink.co.uk>
8995 Date: Sun, 6 May 2001 16:55:36 +0100
8996 Message-ID: <20010506165536.A1795@netthink.co.uk>
8998 ! pod/perlbook.pod pod/perlfaq2.pod
8999 ____________________________________________________________________________
9000 [ 10009] By: jhi on 2001/05/06 14:11:40
9001 Log: Tweaks on the Tru64 prof options.
9004 ____________________________________________________________________________
9005 [ 10008] By: jhi on 2001/05/06 13:51:49
9006 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
9007 From: Robin Houston <robin@kitsite.com>
9008 Date: Sun, 6 May 2001 14:40:51 +0100
9009 Message-ID: <20010506144051.A6279@penderel>
9012 ____________________________________________________________________________
9013 [ 10007] By: jhi on 2001/05/06 13:49:31
9014 Log: Subject: [PATCH B::Deparse] scoping
9015 From: Robin Houston <robin@kitsite.com>
9016 Date: Sun, 6 May 2001 14:36:56 +0100
9017 Message-ID: <20010506143656.A4006@penderel>
9019 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
9020 ____________________________________________________________________________
9021 [ 10006] By: jhi on 2001/05/06 13:24:12
9022 Log: Document the undefinedness of bitshifting out of range.
9025 ____________________________________________________________________________
9026 [ 10005] By: jhi on 2001/05/06 13:03:17
9027 Log: Retract #10003 and update the IDE descriptions a bit.
9030 ____________________________________________________________________________
9031 [ 10004] By: jhi on 2001/05/06 03:02:41
9032 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
9033 From: Prymmer/Kahn <pvhp@best.com>
9034 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
9035 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
9037 ! win32/Makefile win32/buildext.pl win32/config.bc
9038 ! win32/config.gc win32/config.vc
9039 ____________________________________________________________________________
9040 [ 10003] By: jhi on 2001/05/05 20:24:44
9041 Log: (Retracted by #10005.)
9044 ____________________________________________________________________________
9045 [ 10002] By: jhi on 2001/05/05 19:23:36
9046 Log: It's "psed", not "sed".
9049 ____________________________________________________________________________
9050 [ 10001] By: jhi on 2001/05/05 18:35:38
9051 Log: Update Changes.
9053 ! Changes patchlevel.h
9054 ____________________________________________________________________________
9055 [ 10000] By: jhi on 2001/05/05 18:32:15
9056 Log: Subject: Re: bleadperl make install fails due to "psed"
9057 From: andreas.koenig@anima.de (Andreas J. Koenig)
9058 Date: 05 May 2001 18:23:28 +0200
9059 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
9061 ! x2p/Makefile.SH x2p/s2p.PL
9062 ____________________________________________________________________________
9063 [ 9999] By: jhi on 2001/05/05 18:28:09
9064 Log: AUTHORS updates.
9067 ____________________________________________________________________________
9068 [ 9998] By: jhi on 2001/05/05 18:16:00
9069 Log: Updates on the pods related to the modules included since 5.6.
9071 TODO: perltodo really could use major updating.
9073 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
9074 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
9075 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
9076 ! pod/perlsyn.pod pod/perltodo.pod
9077 ____________________________________________________________________________
9078 [ 9997] By: jhi on 2001/05/05 17:35:17
9079 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
9084 ____________________________________________________________________________
9085 [ 9996] By: jhi on 2001/05/05 17:25:00
9086 Log: Add preemptive #undefs for some of the shorter and more prone
9087 to collision regcomp.h #defines. (Background: the MASK collided
9088 with a system header #define in Rhapsody.)
9091 ____________________________________________________________________________
9092 [ 9995] By: jhi on 2001/05/05 13:24:21
9093 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
9094 From: Nicholas Clark <nick@ccl4.org>
9095 Date: Sat, 5 May 2001 14:46:39 +0100
9096 Message-ID: <20010505144639.O53513@plum.flirble.org>
9098 Add a test for the constants (if any) being processed correctly.
9101 ____________________________________________________________________________
9102 [ 9994] By: jhi on 2001/05/05 02:11:03
9103 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
9104 From: Peter Prymmer <pvhp@forte.com>
9105 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
9106 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
9109 ____________________________________________________________________________
9110 [ 9993] By: jhi on 2001/05/05 02:03:49
9111 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
9112 From: Peter Prymmer <pvhp@forte.com>
9113 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
9114 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
9116 ! perlio.c vms/vmsish.h
9117 ____________________________________________________________________________
9118 [ 9992] By: jhi on 2001/05/04 17:21:12
9119 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
9120 From: Robin Barker <rmb1@cise.npl.co.uk>
9121 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
9122 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
9126 ____________________________________________________________________________
9127 [ 9991] By: jhi on 2001/05/04 16:47:45
9128 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
9129 From: Robin Barker <rmb1@cise.npl.co.uk>
9130 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
9131 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
9134 ____________________________________________________________________________
9135 [ 9990] By: jhi on 2001/05/04 14:37:20
9136 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
9137 From: Prymmer/Kahn <pvhp@best.com>
9138 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
9139 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
9142 ____________________________________________________________________________
9143 [ 9989] By: jhi on 2001/05/04 14:03:58
9144 Log: Introduce perl572delta, update Todo, add the missing
9145 mention about signal safety since 5.7.1 (though this
9146 requires verification and more details.)
9148 + pod/perl572delta.pod
9149 ! MANIFEST Todo pod/perl571delta.pod
9150 ____________________________________________________________________________
9151 [ 9988] By: jhi on 2001/05/04 12:41:51
9152 Log: Subject: [PATCH perl@9944] long =item
9153 From: Robin Barker <rmb1@cise.npl.co.uk>
9154 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
9155 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
9157 ! ext/Time/HiRes/HiRes.pm
9158 ____________________________________________________________________________
9159 [ 9987] By: jhi on 2001/05/04 12:39:19
9160 Log: The #9901 had removed one line essential for EBCDIC.
9163 ____________________________________________________________________________
9164 [ 9986] By: jhi on 2001/05/04 12:30:23
9165 Log: Subject: cygwin/Makefile.SHs INSTALL patch
9166 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
9167 Date: Mon, 08 Jan 2001 04:59:21 +0200
9168 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
9170 ! cygwin/Makefile.SHs
9171 ____________________________________________________________________________
9172 [ 9985] By: jhi on 2001/05/04 03:51:39
9173 Log: Encode/IO doc tweaks.
9175 ! ext/Encode/Encode.pm
9176 ____________________________________________________________________________
9177 [ 9984] By: jhi on 2001/05/04 03:29:34
9178 Log: Remove GDBM_File from the dynamic extensions for UTS,
9179 GDBM is not a standard feature.
9182 ____________________________________________________________________________
9183 [ 9983] By: jhi on 2001/05/04 03:22:59
9184 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
9187 ____________________________________________________________________________
9188 [ 9982] By: jhi on 2001/05/03 23:21:03
9189 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
9190 From: Benjamin Sugars <bsugars@canoe.ca>
9191 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
9192 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
9195 ____________________________________________________________________________
9196 [ 9981] By: jhi on 2001/05/03 23:20:05
9197 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
9198 From: Benjamin Sugars <bsugars@canoe.ca>
9199 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
9200 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
9202 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9203 ____________________________________________________________________________
9204 [ 9980] By: jhi on 2001/05/03 23:15:29
9205 Log: Integrate perlio.
9207 !> ext/Encode/Encode.pm
9208 ____________________________________________________________________________
9209 [ 9979] By: jhi on 2001/05/03 16:54:59
9210 Log: Install psed man page.
9213 ____________________________________________________________________________
9214 [ 9978] By: jhi on 2001/05/03 16:45:58
9215 Log: Remove unused files; noted by Sarathy.
9217 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9219 ____________________________________________________________________________
9220 [ 9977] By: jhi on 2001/05/03 16:42:30
9221 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
9222 From: Andy Dougherty <doughera@lafayette.edu>
9223 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
9224 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
9227 ____________________________________________________________________________
9228 [ 9976] By: nick on 2001/05/03 16:40:42
9229 Log: Allow $answer = encode($object,$text); like it says in docs.
9231 ! ext/Encode/Encode.pm
9232 ____________________________________________________________________________
9233 [ 9975] By: nick on 2001/05/03 16:22:30
9234 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
9235 to be in scope (fair enough), and also a package variable (our) for eval to see it.
9237 ! ext/Encode/Encode.pm
9238 ____________________________________________________________________________
9239 [ 9974] By: nick on 2001/05/03 15:48:17
9240 Log: Integrate mainline.
9242 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
9243 +> t/lib/filter-simple.t t/lib/next.t
9244 !> (integrate 70 files)
9245 ____________________________________________________________________________
9246 [ 9973] By: jhi on 2001/05/03 13:09:09
9247 Log: Update Changes.
9249 ! Changes patchlevel.h
9250 ____________________________________________________________________________
9251 [ 9972] By: jhi on 2001/05/03 12:58:33
9252 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
9253 From: Prymmer/Kahn <pvhp@best.com>
9254 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
9255 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
9258 ____________________________________________________________________________
9259 [ 9971] By: jhi on 2001/05/03 12:57:26
9260 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
9261 From: Prymmer/Kahn <pvhp@best.com>
9262 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
9263 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
9266 ____________________________________________________________________________
9267 [ 9970] By: jhi on 2001/05/03 02:42:46
9268 Log: Can't croak sans thread context, from Doug MacEachern.
9271 ____________________________________________________________________________
9272 [ 9969] By: jhi on 2001/05/03 01:23:48
9273 Log: Subject: Random input test and Perl
9274 From: Ilya Zakharevich <ilya@math.berkeley.edu>
9275 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
9276 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
9279 ____________________________________________________________________________
9280 [ 9968] By: jhi on 2001/05/02 22:17:21
9281 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
9282 From: Peter Prymmer <pvhp@forte.com>
9283 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
9284 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
9286 ! pod/perlfunc.pod pod/perlport.pod
9287 ____________________________________________________________________________
9288 [ 9967] By: jhi on 2001/05/02 20:12:45
9289 Log: Workaround for UTS compiler casting bug from Hal Morris.
9292 ____________________________________________________________________________
9293 [ 9966] By: jhi on 2001/05/02 18:31:37
9294 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
9295 From: Dan Sugalski <dan@sidhe.org>
9296 Date: Wed, 02 May 2001 15:23:22 -0400
9297 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
9300 ____________________________________________________________________________
9301 [ 9965] By: jhi on 2001/05/02 18:21:29
9302 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
9305 ____________________________________________________________________________
9306 [ 9964] By: jhi on 2001/05/02 18:15:01
9307 Log: Document large files in INSTALL, document also the %x
9308 limitation if not use64bitint, closes bug 20010326.007.
9311 ____________________________________________________________________________
9312 [ 9963] By: jhi on 2001/05/02 17:24:47
9313 Log: perlmodlib tweaks; regen pods.
9315 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
9317 ____________________________________________________________________________
9318 [ 9962] By: jhi on 2001/05/02 17:14:00
9319 Log: Fix for a segfault, from Marc Lehmann.
9321 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
9322 ____________________________________________________________________________
9323 [ 9961] By: jhi on 2001/05/02 15:55:53
9324 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
9325 From: "Philip Newton" <pnewton@gmx.de>
9326 Date: Wed, 2 May 2001 18:39:03 +0200
9327 Message-ID: <3AF05447.15525.173B588@localhost>
9330 ____________________________________________________________________________
9331 [ 9960] By: jhi on 2001/05/02 15:35:37
9332 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
9333 From: Dan Sugalski <dan@sidhe.org>
9334 Date: Wed, 02 May 2001 11:37:27 -0400
9335 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
9337 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
9338 ! thread.h vms/vms.c vms/vmsish.h
9339 ____________________________________________________________________________
9340 [ 9959] By: jhi on 2001/05/02 15:21:08
9341 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
9342 From: Benjamin Sugars <bsugars@canoe.ca>
9343 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
9344 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
9346 ! ext/PerlIO/Scalar/Scalar.xs
9347 ____________________________________________________________________________
9348 [ 9958] By: jhi on 2001/05/02 15:15:53
9349 Log: Bug in #9915, spotted by Mike Guy.
9352 ____________________________________________________________________________
9353 [ 9957] By: jhi on 2001/05/02 13:26:01
9354 Log: Add a test for not griping about references as array
9355 indices if the reference has magic in it (overloaded
9358 ! pod/perldiag.pod t/pragma/warn/pp_hot
9359 ____________________________________________________________________________
9360 [ 9956] By: jhi on 2001/05/02 13:07:01
9361 Log: Retracted a bit too much in #9952.
9363 ! t/pragma/sub_lval.t
9364 ____________________________________________________________________________
9365 [ 9955] By: jhi on 2001/05/02 13:05:38
9366 Log: Test for #9952.
9369 ____________________________________________________________________________
9370 [ 9954] By: jhi on 2001/05/02 11:48:18
9371 Log: Additional note on the encoding example: one cannot
9372 convert string constants in-place.
9374 ! ext/Encode/Encode.pm
9375 ____________________________________________________________________________
9376 [ 9953] By: jhi on 2001/05/02 11:43:51
9377 Log: Note that if you have recent enough Perl you already
9378 have Filter::Util::Call.
9380 ! lib/Filter/Simple.pm
9381 ____________________________________________________________________________
9382 [ 9952] By: jhi on 2001/05/02 11:31:53
9383 Log: Retract changes #8254 and #8255, causes coredump in
9384 'tie FH, "main"', reported by Abigail, culprit found by
9385 Benjamin Sugars. Mirrors maintperl change #9950.
9387 ! op.c t/pragma/sub_lval.t
9388 ____________________________________________________________________________
9389 [ 9951] By: jhi on 2001/05/02 11:14:29
9390 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
9393 ____________________________________________________________________________
9394 [ 9950] By: gsar on 2001/05/02 03:17:11
9395 Log: revert integration of changes#8254,8255 in change#8620 (causes
9396 a coredump in C<tie FH, 'foo'>; the idea itself may need better
9398 Branch: maint-5.6/perl
9399 ! op.c t/pragma/sub_lval.t
9400 ____________________________________________________________________________
9401 [ 9949] By: gsar on 2001/05/02 02:56:32
9402 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
9404 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9406 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9407 Branch: maint-5.6/perl
9409 ____________________________________________________________________________
9410 [ 9948] By: gsar on 2001/05/02 02:49:15
9411 Log: pod/find.t breaks on VMS (from Craig Berry)
9412 Branch: maint-5.6/perl
9414 ____________________________________________________________________________
9415 [ 9947] By: jhi on 2001/05/02 02:43:09
9416 Log: Add an encoding conversion example.
9418 ! ext/Encode/Encode.pm
9419 ____________________________________________________________________________
9420 [ 9946] By: jhi on 2001/05/02 01:34:22
9421 Log: Another coat of paint but still nowhere finished.
9422 Need to decide on the semantics of strptime(): should
9423 strptime() be a function instead of a method? To do
9424 the week/monthname-strptiming the i18n/l10n bullet needs
9425 to be bitten with gusto.
9427 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
9428 ____________________________________________________________________________
9429 [ 9945] By: jhi on 2001/05/01 23:40:52
9430 Log: Update Changes.
9432 ! Changes patchlevel.h
9433 ____________________________________________________________________________
9434 [ 9944] By: jhi on 2001/05/01 23:33:37
9435 Log: Add known-to-be-tested modules to the list-to-be-skipped.
9438 ____________________________________________________________________________
9439 [ 9943] By: jhi on 2001/05/01 23:24:40
9440 Log: Subject: BorlandC++ fix
9441 From: "Vadim Konovalov" <watman@inbox.ru>
9442 Date: Mon, 30 Apr 2001 20:12:26 -0700
9443 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
9446 ____________________________________________________________________________
9447 [ 9942] By: jhi on 2001/05/01 23:18:02
9448 Log: Update to Filter::Simple 0.60, create a test for it.
9450 + t/lib/filter-simple.t
9451 ! MANIFEST lib/Filter/Simple.pm
9452 ____________________________________________________________________________
9453 [ 9941] By: jhi on 2001/05/01 19:47:24
9454 Log: Subject: Re: bleadperl: s/// failure with \b and /g
9455 From: Hugo <hv@crypt.compulink.co.uk>
9456 Date: Tue, 01 May 2001 20:12:20 +0100
9457 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
9459 ! pp_hot.c t/op/re_tests
9460 ____________________________________________________________________________
9461 [ 9940] By: jhi on 2001/05/01 19:42:16
9462 Log: Integrate perlio.
9464 !> lib/base.pm t/lib/fields.t
9465 ____________________________________________________________________________
9466 [ 9939] By: jhi on 2001/05/01 19:39:51
9467 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
9468 From: Benjamin Sugars <bsugars@canoe.ca>
9469 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
9470 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
9472 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9473 ____________________________________________________________________________
9474 [ 9938] By: jhi on 2001/05/01 19:34:09
9475 Log: Add NEXT, a pseudo-class for method redispatching.
9476 <Damian>NEXT.pm probably offers more bang-for-buck
9477 than anything else I've ever written.</Damian>
9479 + lib/NEXT.pm t/lib/next.t
9481 ____________________________________________________________________________
9482 [ 9937] By: jhi on 2001/05/01 19:21:41
9483 Log: Update to Switch 2.02.
9485 ! lib/Switch.pm t/lib/switch.t
9486 ____________________________________________________________________________
9487 [ 9936] By: nick on 2001/05/01 19:09:21
9488 Log: Fix for base.pm clobbering $VERSION
9491 ____________________________________________________________________________
9492 [ 9935] By: nick on 2001/05/01 18:54:38
9493 Log: Test for base.pm clobbering $VERSION.
9496 ____________________________________________________________________________
9497 [ 9934] By: jhi on 2001/05/01 18:39:10
9498 Log: Add information about Scalar::Util::blessed.
9501 ____________________________________________________________________________
9502 [ 9933] By: jhi on 2001/05/01 18:33:51
9503 Log: Subject: Extra UNIVERSAL documentation
9504 From: Mike Guy <mjtg@cam.ac.uk>
9505 Date: Tue, 01 May 2001 20:12:11 +0100
9506 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
9509 ____________________________________________________________________________
9510 [ 9932] By: jhi on 2001/05/01 18:26:54
9511 Log: Subject: Autoflush in tests as appropriate
9512 From: Mike Guy <mjtg@cam.ac.uk>
9513 Date: Tue, 01 May 2001 20:05:31 +0100
9514 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
9516 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
9518 ____________________________________________________________________________
9519 [ 9931] By: jhi on 2001/05/01 18:02:29
9520 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
9521 From: Benjamin Sugars <bsugars@canoe.ca>
9522 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
9523 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
9525 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9526 ____________________________________________________________________________
9527 [ 9930] By: jhi on 2001/05/01 15:12:26
9528 Log: Subject: Re: Finally got a round tuit
9529 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9530 Date: Tue, 01 May 2001 14:14:10 +0200
9531 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
9533 The -DP part, slightly modified.
9536 ____________________________________________________________________________
9537 [ 9929] By: jhi on 2001/05/01 14:17:15
9538 Log: Subject: Re: Finally got a round tuit
9539 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9540 Date: Tue, 01 May 2001 16:34:06 +0200
9541 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
9543 cpp and optimization tweaks for HP-UX.
9546 ____________________________________________________________________________
9547 [ 9928] By: jhi on 2001/05/01 13:24:20
9548 Log: Tune the scan_num() comments to reality.
9551 ____________________________________________________________________________
9552 [ 9927] By: jhi on 2001/05/01 13:14:01
9553 Log: Subject: [PATCH B::Deparse] optimised sort
9554 From: Robin Houston <robin@kitsite.com>
9555 Date: Tue, 1 May 2001 14:07:12 +0100
9556 Message-ID: <20010501140712.A4266@penderel>
9558 ! ext/B/B/Deparse.pm
9559 ____________________________________________________________________________
9560 [ 9926] By: jhi on 2001/05/01 13:10:53
9561 Log: Subject: [PATCH t/lib/b-deparse.t]
9562 From: Robin Houston <robin@kitsite.com>
9563 Date: Tue, 1 May 2001 13:37:42 +0100
9564 Message-ID: <20010501133742.A4082@penderel>
9567 ____________________________________________________________________________
9568 [ 9925] By: jhi on 2001/05/01 13:10:13
9569 Log: Subject: [PATCH B::Deparse] for(;;), sort
9570 From: Robin Houston <robin@kitsite.com>
9571 Date: Tue, 1 May 2001 13:35:00 +0100
9572 Message-ID: <20010501133500.A4061@penderel>
9574 ! ext/B/B/Deparse.pm
9575 ____________________________________________________________________________
9576 [ 9924] By: jhi on 2001/05/01 13:09:22
9577 Log: Subject: [PATCH B::Deparse] do, warn, use
9578 From: Robin Houston <robin@kitsite.com>
9579 Date: Tue, 1 May 2001 13:31:03 +0100
9580 Message-ID: <20010501133103.A4041@penderel>
9582 ! ext/B/B/Deparse.pm
9583 ____________________________________________________________________________
9584 [ 9923] By: jhi on 2001/05/01 11:45:36
9585 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
9586 From: Benjamin Sugars <ben.sugars@home.com>
9587 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
9588 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
9592 ____________________________________________________________________________
9593 [ 9922] By: jhi on 2001/05/01 11:35:42
9594 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
9595 From: Peter Prymmer <pvhp@forte.com>
9596 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
9597 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
9599 ! t/lib/selfstubber.t
9600 ____________________________________________________________________________
9601 [ 9921] By: jhi on 2001/04/30 16:34:33
9602 Log: Subject: [PATCH B::Concise] suppress warning
9603 From: Robin Houston <robin@kitsite.com>
9604 Date: Mon, 30 Apr 2001 16:09:49 +0100
9605 Message-ID: <20010430160949.A25086@penderel>
9607 ! ext/B/B/Concise.pm
9608 ____________________________________________________________________________
9609 [ 9920] By: jhi on 2001/04/30 13:56:04
9610 Log: Strip the *markers* from #9919.
9612 ! pod/perlfaq.pod pod/perlfaq5.pod
9613 ____________________________________________________________________________
9614 [ 9919] By: jhi on 2001/04/30 13:54:04
9615 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
9616 From: Gwyn Judd <b.judd@xtra.co.nz>
9617 Date: Sun, 29 Apr 2001 01:47:49 +1200
9618 Message-ID: <20010429014749.A4418@thislove>
9620 ! pod/perlfaq.pod pod/perlfaq5.pod
9621 ____________________________________________________________________________
9622 [ 9918] By: jhi on 2001/04/30 13:13:54
9625 ! pod/perldata.pod pod/perldiag.pod
9626 ____________________________________________________________________________
9627 [ 9917] By: jhi on 2001/04/30 13:01:27
9628 Log: Update Changes.
9630 ! Changes patchlevel.h
9631 ____________________________________________________________________________
9632 [ 9916] By: jhi on 2001/04/30 12:57:03
9633 Log: T_w_e_a_k_a_g_e.
9635 ! pod/perldata.pod pod/perldiag.pod
9636 ____________________________________________________________________________
9637 [ 9915] By: jhi on 2001/04/30 12:39:29
9638 Log: Install s2p also as psed.
9640 TODO: psed documentation?
9643 ____________________________________________________________________________
9644 [ 9914] By: jhi on 2001/04/30 12:29:21
9645 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
9646 From: Jens Hamisch <jens@Strawberry.COM>
9647 Date: Fri, 27 Apr 2001 17:00:36 +0200
9648 Message-ID: <20010427170036.K1372@Strawberry.COM>
9650 SOCKS5_VERSION_NAME is the right symbol to detect
9651 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
9652 function called socks5_init() is available, and even that is
9653 not universal, most SOCKS5 installations use SOCKSinit()).
9656 ____________________________________________________________________________
9657 [ 9913] By: jhi on 2001/04/30 12:22:15
9658 Log: Allow a zero timeout on IO::Socket accept and connect--
9659 though one really shouldn't do that. Based on
9661 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
9662 From: "John Holdsworth" <coldwave@bigfoot.com>
9663 Date: Sun, 4 Feb 2001 12:48:18 +0100
9664 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
9666 ! ext/IO/lib/IO/Socket.pm
9667 ____________________________________________________________________________
9668 [ 9912] By: jhi on 2001/04/30 11:27:27
9669 Log: Save the spot of regprev (see #9911) for binary compatibility;
9672 ! embedvar.h perlapi.h thrdvar.h
9673 ____________________________________________________________________________
9674 [ 9911] By: jhi on 2001/04/30 11:22:03
9675 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
9676 From: Hugo <hv@crypt.compulink.co.uk>
9677 Date: Sun, 29 Apr 2001 17:09:30 +0100
9678 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
9680 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
9681 ____________________________________________________________________________
9682 [ 9910] By: jhi on 2001/04/30 11:15:12
9683 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
9684 a dummy for PL_numeric_radix); no pressing reason to break
9685 binary compatibility; regen API.
9687 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
9688 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
9689 ____________________________________________________________________________
9690 [ 9909] By: jhi on 2001/04/30 10:56:08
9691 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
9692 From: Walt Mankowski <waltman@netaxs.com>
9693 Date: Sun, 29 Apr 2001 21:53:48 -0400
9694 Message-ID: <20010429215348.A3971@netaxs.com>
9697 ____________________________________________________________________________
9698 [ 9908] By: jhi on 2001/04/30 10:49:40
9699 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
9701 ! t/lib/selfstubber.t
9702 ____________________________________________________________________________
9703 [ 9907] By: nick on 2001/04/30 09:26:50
9704 Log: Integrate mainline.
9706 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
9707 ____________________________________________________________________________
9708 [ 9906] By: jhi on 2001/04/29 23:24:20
9709 Log: Abigail spotted a thinko in #9905.
9712 ____________________________________________________________________________
9713 [ 9905] By: jhi on 2001/04/29 15:55:39
9714 Log: Changed the underscore/undebar syntax in numeric constants;
9715 now any grouping will do, as long as the underscores are not
9716 consecutive (so "zero-grouping" is out), and they do not begin
9717 or end the integer or fractional parts.
9719 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
9720 ____________________________________________________________________________
9721 [ 9904] By: nick on 2001/04/29 15:43:22
9722 Log: Integrate mainline.
9724 +> (branch 98 files)
9725 - lib/unicode/Block.pl
9726 - lib/unicode/In/AlphabeticPresentationForms.pl
9727 - lib/unicode/In/Arabic.pl
9728 - lib/unicode/In/ArabicPresentationForms-A.pl
9729 - lib/unicode/In/ArabicPresentationForms-B.pl
9730 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9731 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9732 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9733 - lib/unicode/In/BopomofoExtended.pl
9734 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
9735 - lib/unicode/In/CJKCompatibility.pl
9736 - lib/unicode/In/CJKCompatibilityForms.pl
9737 - lib/unicode/In/CJKCompatibilityIdeographs.pl
9738 - lib/unicode/In/CJKRadicalsSupplement.pl
9739 - lib/unicode/In/CJKSymbolsandPunctuation.pl
9740 - lib/unicode/In/CJKUnifiedIdeographs.pl
9741 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
9742 - lib/unicode/In/Cherokee.pl
9743 - lib/unicode/In/CombiningDiacriticalMarks.pl
9744 - lib/unicode/In/CombiningHalfMarks.pl
9745 - lib/unicode/In/CombiningMarksforSymbols.pl
9746 - lib/unicode/In/ControlPictures.pl
9747 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9748 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9749 - lib/unicode/In/EnclosedAlphanumerics.pl
9750 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
9751 - lib/unicode/In/Ethiopic.pl
9752 - lib/unicode/In/GeneralPunctuation.pl
9753 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9754 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9755 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9756 - lib/unicode/In/HalfwidthandFullwidthForms.pl
9757 - lib/unicode/In/HangulCompatibilityJamo.pl
9758 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9759 - lib/unicode/In/Hebrew.pl
9760 - lib/unicode/In/HighPrivateUseSurrogates.pl
9761 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9762 - lib/unicode/In/IPAExtensions.pl
9763 - lib/unicode/In/IdeographicDescriptionCharacters.pl
9764 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
9765 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9766 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
9767 - lib/unicode/In/Latin-1Supplement.pl
9768 - lib/unicode/In/LatinExtended-A.pl
9769 - lib/unicode/In/LatinExtended-B.pl
9770 - lib/unicode/In/LatinExtendedAdditional.pl
9771 - lib/unicode/In/LetterlikeSymbols.pl
9772 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9773 - lib/unicode/In/MathematicalOperators.pl
9774 - lib/unicode/In/MiscellaneousSymbols.pl
9775 - lib/unicode/In/MiscellaneousTechnical.pl
9776 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
9777 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
9778 - lib/unicode/In/OpticalCharacterRecognition.pl
9779 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9780 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
9781 - lib/unicode/In/SmallFormVariants.pl
9782 - lib/unicode/In/SpacingModifierLetters.pl
9783 - lib/unicode/In/Specials.pl
9784 - lib/unicode/In/SuperscriptsandSubscripts.pl
9785 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
9786 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
9787 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9788 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
9789 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
9790 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
9791 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
9792 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
9793 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
9794 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
9795 !> utf8.c win32/Makefile
9796 ____________________________________________________________________________
9797 [ 9903] By: jhi on 2001/04/29 14:30:53
9798 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
9799 From: Prymmer/Kahn <pvhp@best.com>
9800 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
9801 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
9804 ____________________________________________________________________________
9805 [ 9902] By: jhi on 2001/04/29 02:52:44
9806 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
9807 From: "Abigail" <abigail@foad.org>
9808 Date: Sun, 29 Apr 2001 03:14:25 +0200
9809 Message-ID: <20010429011425.24503.qmail@foad.org>
9811 ! ext/IO/lib/IO/Seekable.pm
9812 ____________________________________________________________________________
9813 [ 9901] By: jhi on 2001/04/29 02:04:46
9814 Log: In character classes one couldn't have 0x80..0xff characters
9815 at the left hand side if there were 0x100.. characters in the
9818 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
9820 ____________________________________________________________________________
9821 [ 9900] By: jhi on 2001/04/28 22:55:04
9822 Log: Forgot the latest mktables.PL from #9899.
9824 ! lib/unicode/mktables.PL
9825 ____________________________________________________________________________
9826 [ 9899] By: jhi on 2001/04/28 22:53:28
9827 Log: Explain the \p{} and \P{} error message better and
9828 have prettier prettyprint in In.pl.
9830 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
9832 ____________________________________________________________________________
9833 [ 9898] By: jhi on 2001/04/28 21:03:34
9834 Log: Add one possible explanation for the "Invalid [] range" error.
9837 ____________________________________________________________________________
9838 [ 9897] By: jhi on 2001/04/28 17:18:26
9839 Log: Add a level of indirection to the implementation of \p{InFoo}
9840 so that we don't have to have long filenames. (Nothing changes
9841 in the user interface.) The indirection is defined in
9842 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
9843 Also rename some the character classes by removing '-' from
9844 the classnames, and finally renamed Block.pl as Blocks.pl.
9846 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
9847 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
9848 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
9849 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
9850 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
9851 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
9852 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
9853 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
9854 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
9855 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
9856 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
9857 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
9858 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
9859 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
9860 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
9861 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
9862 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
9863 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
9864 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
9865 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
9866 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
9867 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
9868 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
9869 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
9870 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
9871 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
9872 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
9873 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
9874 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
9875 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
9876 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
9877 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
9878 + lib/unicode/In/94.pl lib/unicode/In/95.pl
9879 - lib/unicode/Block.pl
9880 - lib/unicode/In/AlphabeticPresentationForms.pl
9881 - lib/unicode/In/Arabic.pl
9882 - lib/unicode/In/ArabicPresentationForms-A.pl
9883 - lib/unicode/In/ArabicPresentationForms-B.pl
9884 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9885 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9886 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9887 - lib/unicode/In/BopomofoExtended.pl
9888 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
9889 - lib/unicode/In/CJKCompatibility.pl
9890 - lib/unicode/In/CJKCompatibilityForms.pl
9891 - lib/unicode/In/CJKCompatibilityIdeographs.pl
9892 - lib/unicode/In/CJKRadicalsSupplement.pl
9893 - lib/unicode/In/CJKSymbolsandPunctuation.pl
9894 - lib/unicode/In/CJKUnifiedIdeographs.pl
9895 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
9896 - lib/unicode/In/Cherokee.pl
9897 - lib/unicode/In/CombiningDiacriticalMarks.pl
9898 - lib/unicode/In/CombiningHalfMarks.pl
9899 - lib/unicode/In/CombiningMarksforSymbols.pl
9900 - lib/unicode/In/ControlPictures.pl
9901 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9902 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9903 - lib/unicode/In/EnclosedAlphanumerics.pl
9904 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
9905 - lib/unicode/In/Ethiopic.pl
9906 - lib/unicode/In/GeneralPunctuation.pl
9907 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9908 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9909 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9910 - lib/unicode/In/HalfwidthandFullwidthForms.pl
9911 - lib/unicode/In/HangulCompatibilityJamo.pl
9912 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9913 - lib/unicode/In/Hebrew.pl
9914 - lib/unicode/In/HighPrivateUseSurrogates.pl
9915 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9916 - lib/unicode/In/IPAExtensions.pl
9917 - lib/unicode/In/IdeographicDescriptionCharacters.pl
9918 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
9919 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9920 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
9921 - lib/unicode/In/Latin-1Supplement.pl
9922 - lib/unicode/In/LatinExtended-A.pl
9923 - lib/unicode/In/LatinExtended-B.pl
9924 - lib/unicode/In/LatinExtendedAdditional.pl
9925 - lib/unicode/In/LetterlikeSymbols.pl
9926 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9927 - lib/unicode/In/MathematicalOperators.pl
9928 - lib/unicode/In/MiscellaneousSymbols.pl
9929 - lib/unicode/In/MiscellaneousTechnical.pl
9930 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
9931 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
9932 - lib/unicode/In/OpticalCharacterRecognition.pl
9933 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9934 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
9935 - lib/unicode/In/SmallFormVariants.pl
9936 - lib/unicode/In/SpacingModifierLetters.pl
9937 - lib/unicode/In/Specials.pl
9938 - lib/unicode/In/SuperscriptsandSubscripts.pl
9939 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
9940 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
9941 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9942 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
9943 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
9944 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
9945 ! pod/perlunicode.pod
9946 ____________________________________________________________________________
9947 [ 9896] By: jhi on 2001/04/28 14:33:17
9948 Log: Update the information on shared library path on HP-UX.
9951 ____________________________________________________________________________
9952 [ 9895] By: jhi on 2001/04/28 14:32:30
9953 Log: Because #9894 seems to do the trick, this workaround can be removed.
9955 ! t/lib/selfstubber.t
9956 ____________________________________________________________________________
9957 [ 9894] By: jhi on 2001/04/28 14:26:13
9958 Log: For PerlIO flush the children's file handles (on fork/exec/system).
9961 ____________________________________________________________________________
9962 [ 9893] By: jhi on 2001/04/28 14:23:15
9963 Log: Test tweak for #9891.
9966 ____________________________________________________________________________
9967 [ 9892] By: jhi on 2001/04/28 14:10:13
9968 Log: New HP-UX hints from Merijn.
9971 ____________________________________________________________________________
9972 [ 9891] By: jhi on 2001/04/28 14:07:27
9973 Log: Subject: [PATCH B::Deparse] non-block scopes
9974 From: Robin Houston <robin@kitsite.com>
9975 Date: Fri, 27 Apr 2001 19:15:14 +0100
9976 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
9978 ! ext/B/B/Deparse.pm
9979 ____________________________________________________________________________
9980 [ 9890] By: nick on 2001/04/27 19:41:25
9981 Log: Integrate mainline
9983 +> t/lib/selfstubber.t
9984 !> (integrate 50 files)
9985 ____________________________________________________________________________
9986 [ 9889] By: jhi on 2001/04/27 18:23:46
9987 Log: Subject: Re: selfstubber test fail on bleadperl
9988 From: Mike Guy <mjtg@cam.ac.uk>
9989 Date: Fri, 27 Apr 2001 19:31:18 +0100
9990 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
9992 ! t/lib/selfstubber.t
9993 ____________________________________________________________________________
9994 [ 9888] By: jhi on 2001/04/27 16:20:54
9995 Log: Test tweak for #9886.
9998 ____________________________________________________________________________
9999 [ 9887] By: jhi on 2001/04/27 16:16:33
10000 Log: Buffering issue at least in Solaris (even with perlio).
10002 ! t/lib/selfstubber.t
10003 ____________________________________________________________________________
10004 [ 9886] By: jhi on 2001/04/27 14:59:23
10005 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
10006 From: Robin Houston <robin@kitsite.com>
10007 Date: Fri, 27 Apr 2001 16:53:20 +0100
10008 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
10010 ! ext/B/B/Deparse.pm
10011 ____________________________________________________________________________
10012 [ 9885] By: jhi on 2001/04/27 14:23:51
10013 Log: Update Changes.
10015 ! Changes patchlevel.h
10016 ____________________________________________________________________________
10017 [ 9884] By: jhi on 2001/04/27 14:14:12
10018 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
10019 From: "Philip Newton" <pnewton@gmx.de>
10020 Date: Fri, 27 Apr 2001 16:40:13 +0200
10021 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
10024 ____________________________________________________________________________
10025 [ 9883] By: jhi on 2001/04/27 13:28:19
10026 Log: Add LOG_PERROR; prettify the "removed".
10028 ! ext/Sys/Syslog/Syslog.xs
10029 ____________________________________________________________________________
10030 [ 9882] By: jhi on 2001/04/27 13:13:18
10031 Log: h2xs tweaks: use NV instead of double, "quote" the removed
10032 prefixes for clarity (especially when nothing is removed),
10033 slight pod reformats.
10036 ____________________________________________________________________________
10037 [ 9881] By: jhi on 2001/04/27 12:58:48
10038 Log: Don't bother creating existing directories.
10041 ____________________________________________________________________________
10042 [ 9880] By: jhi on 2001/04/27 12:45:39
10043 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
10044 From: Mike Schilli <m@perlmeister.com>
10045 Date: Wed, 25 Apr 2001 01:29:21 -0700
10046 Message-id: <3AE68AE1.6A981723@perlmeister.com>
10049 ____________________________________________________________________________
10050 [ 9879] By: jhi on 2001/04/27 12:40:55
10051 Log: break is not yet Perl. Added the template license also to README.
10054 ____________________________________________________________________________
10055 [ 9878] By: jhi on 2001/04/27 03:08:20
10056 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
10057 From: Tim Jenness <t.jenness@jach.hawaii.edu>
10058 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
10059 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
10061 ! t/lib/xs-typemap.t
10062 ____________________________________________________________________________
10063 [ 9877] By: jhi on 2001/04/26 23:54:40
10064 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
10065 From: "Abigail" <abigail@foad.org>
10066 Date: Fri, 27 Apr 2001 01:44:28 +0200
10067 Message-ID: <20010426234428.19786.qmail@foad.org>
10070 ____________________________________________________________________________
10071 [ 9876] By: jhi on 2001/04/26 23:52:06
10072 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
10073 From: Peter Prymmer <pvhp@forte.com>
10074 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
10075 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
10077 ! t/lib/selfstubber.t
10078 ____________________________________________________________________________
10079 [ 9875] By: jhi on 2001/04/26 23:48:10
10082 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
10083 ____________________________________________________________________________
10084 [ 9874] By: jhi on 2001/04/26 22:46:05
10085 Log: Document ANYOF_CLASS.
10088 ____________________________________________________________________________
10089 [ 9873] By: jhi on 2001/04/26 22:35:03
10090 Log: Subject: Re: [PATCH @9846] dumping ANYOF
10091 From: Hugo <hv@crypt.compulink.co.uk>
10092 Date: Thu, 26 Apr 2001 23:33:38 +0100
10093 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
10095 ! regcomp.c regcomp.h
10096 ____________________________________________________________________________
10097 [ 9872] By: jhi on 2001/04/26 22:34:31
10098 Log: Subject: [PATCH] more for Devel::SelfStubber
10099 From: Nicholas Clark <nick@ccl4.org>
10100 Date: Fri, 27 Apr 2001 00:13:52 +0100
10101 Message-ID: <20010427001351.K88186@plum.flirble.org>
10103 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
10104 ____________________________________________________________________________
10105 [ 9871] By: jhi on 2001/04/26 21:59:17
10106 Log: Subject: [PATCH B::Deparse] formats must be flush left
10107 From: Robin Houston <robin@kitsite.com>
10108 Date: Thu, 26 Apr 2001 23:54:29 +0100
10109 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
10111 ! ext/B/B/Deparse.pm
10112 ____________________________________________________________________________
10113 [ 9870] By: jhi on 2001/04/26 21:57:37
10114 Log: If some of the constants are prefixes of others,
10115 the prefixes may never get recognized. (See 20010426.006.)
10118 ____________________________________________________________________________
10119 [ 9869] By: jhi on 2001/04/26 21:50:42
10120 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
10121 From: Chris Bongaarts <cab@tc.umn.edu>
10122 Date: Thu, 26 Apr 2001 17:10:31 -0500
10123 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
10125 ! ext/Sys/Syslog/Syslog.xs
10126 ____________________________________________________________________________
10127 [ 9868] By: jhi on 2001/04/26 21:35:12
10128 Log: Further cuts and more docs from Graham Barr.
10130 ! ext/List/Util/lib/List/Util.pm
10131 ! ext/List/Util/lib/Scalar/Util.pm
10132 ____________________________________________________________________________
10133 [ 9867] By: jhi on 2001/04/26 21:18:57
10134 Log: Subject: [PATCH 5.7.1] DB_File-1.77
10135 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
10136 Date: Thu, 26 Apr 2001 22:37:53 +0100
10137 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
10139 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10140 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10141 ____________________________________________________________________________
10142 [ 9866] By: jhi on 2001/04/26 21:12:31
10143 Log: Subject: [PATCH B::Deparse] fix easy bugs
10144 From: Robin Houston <robin@kitsite.com>
10145 Date: Thu, 26 Apr 2001 23:03:33 +0100
10146 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
10148 ! ext/B/B/Deparse.pm
10149 ____________________________________________________________________________
10150 [ 9865] By: jhi on 2001/04/26 20:26:13
10151 Log: Update Changes.
10153 ! Changes patchlevel.h
10154 ____________________________________________________________________________
10155 [ 9864] By: jhi on 2001/04/26 19:27:48
10156 Log: Dethinko from Robin Houston.
10158 ! ext/B/B/Deparse.pm
10159 ____________________________________________________________________________
10160 [ 9863] By: jhi on 2001/04/26 19:10:35
10161 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
10162 From: Robin Houston <robin@kitsite.com>
10163 Date: Thu, 26 Apr 2001 21:08:32 +0100
10164 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
10166 ! ext/B/B/Deparse.pm
10167 ____________________________________________________________________________
10168 [ 9862] By: jhi on 2001/04/26 19:04:23
10169 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10170 From: Robin Houston <robin@kitsite.com>
10171 Date: Thu, 26 Apr 2001 20:52:50 +0100
10172 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
10174 ! ext/B/B/Deparse.pm
10175 ____________________________________________________________________________
10176 [ 9861] By: jhi on 2001/04/26 18:56:14
10177 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
10178 From: Mike Guy <mjtg@cam.ac.uk>
10179 Date: Thu, 26 Apr 2001 14:22:40 +0100
10180 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
10183 ____________________________________________________________________________
10184 [ 9860] By: jhi on 2001/04/26 18:46:42
10185 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10186 From: Robin Houston <robin@kitsite.com>
10187 Date: Thu, 26 Apr 2001 20:34:29 +0100
10188 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
10190 Hashes do not interpolate.
10192 ! ext/B/B/Deparse.pm
10193 ____________________________________________________________________________
10194 [ 9859] By: jhi on 2001/04/26 18:43:51
10195 Log: Subject: The Time::Piece conspiracy unmasked!!!
10196 From: Mike Guy <mjtg@cam.ac.uk>
10197 Date: Thu, 26 Apr 2001 19:02:50 +0100
10198 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
10200 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
10201 From: Mike Guy <mjtg@cam.ac.uk>
10202 Date: Thu, 26 Apr 2001 19:08:21 +0100
10203 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
10205 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
10206 From: Graham Barr <gbarr@pobox.com>
10207 Date: Thu, 26 Apr 2001 19:12:03 +0100
10208 Message-ID: <20010426191203.A70835@pobox.com>
10210 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
10212 ! ext/List/Util/lib/List/Util.pm
10213 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
10214 ____________________________________________________________________________
10215 [ 9858] By: jhi on 2001/04/26 18:17:42
10216 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
10217 From: Robin Houston <robin@kitsite.com>
10218 Date: Thu, 26 Apr 2001 16:09:35 +0100
10219 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
10222 ____________________________________________________________________________
10223 [ 9857] By: jhi on 2001/04/26 18:04:59
10224 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
10225 From: barries <barries@slaysys.com>
10226 Date: Thu, 26 Apr 2001 12:01:10 -0400
10227 Message-ID: <20010426120110.E29698@jester.slaysys.com>
10230 ____________________________________________________________________________
10231 [ 9856] By: jhi on 2001/04/26 18:03:33
10232 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
10233 Date: Thu, 26 Apr 2001 17:13:41 +0100
10234 From: Robin Houston <robin@kitsite.com>
10235 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
10237 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10238 From: Robin Houston <robin@kitsite.com>
10239 Date: Thu, 26 Apr 2001 18:44:29 +0100
10240 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
10242 ! ext/B/B/Deparse.pm
10243 ____________________________________________________________________________
10244 [ 9855] By: jhi on 2001/04/26 17:56:04
10245 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
10246 From: Robin Houston <robin@kitsite.com>
10247 Date: Thu, 26 Apr 2001 17:04:08 +0100
10248 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
10250 ! ext/B/B/Deparse.pm
10251 ____________________________________________________________________________
10252 [ 9854] By: jhi on 2001/04/26 17:47:26
10253 Log: Subject: Re: Short test case for undef %stash:: crash
10254 From: Benjamin Sugars <bsugars@canoe.ca>
10255 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
10256 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
10257 Changed and moved the perldiag entry.
10259 ! gv.c pod/perldiag.pod
10260 ____________________________________________________________________________
10261 [ 9853] By: jhi on 2001/04/26 14:35:16
10262 Log: Beginnings of strptime(). Do not touch the wet paint.
10264 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10265 ____________________________________________________________________________
10266 [ 9852] By: jhi on 2001/04/26 13:17:21
10267 Log: Retract #9851, core dumps from pod2man.
10270 ____________________________________________________________________________
10271 [ 9851] By: jhi on 2001/04/26 11:54:41
10272 Log: (Retracted by #9852.)
10274 Subject: [PATCH @9846] dumping ANYOF
10275 From: Hugo <hv@crypt.compulink.co.uk>
10276 Date: Thu, 26 Apr 2001 05:32:38 +0100
10277 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
10280 ____________________________________________________________________________
10281 [ 9850] By: jhi on 2001/04/26 02:34:44
10282 Log: If ccflags was empty the _previous_ $* containing all the
10283 environment variables and Configure variables was used,
10284 which lead, among other bad things, into $ccflags being your
10285 uname -a output, which lead into test compile with cc failing,
10286 which lead into gcc being selected, which didn't work that well
10287 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
10288 with large files, et cetera.
10291 ____________________________________________________________________________
10292 [ 9849] By: jhi on 2001/04/26 01:44:57
10293 Log: Make selfstubber test more portable.
10295 ! t/lib/selfstubber.t
10296 ____________________________________________________________________________
10297 [ 9848] By: jhi on 2001/04/26 00:50:26
10298 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
10299 From: Benjamin Sugars <ben.sugars@home.com>
10300 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
10301 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
10304 ____________________________________________________________________________
10305 [ 9847] By: jhi on 2001/04/26 00:46:58
10306 Log: Subject: [PATCH: perl@9841] VMS updates
10307 From: Peter Prymmer <pvhp@forte.com>
10308 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
10309 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
10311 ! README.vms configure.com vms/descrip_mms.template
10312 ! vms/ext/filespec.t
10313 ____________________________________________________________________________
10314 [ 9846] By: jhi on 2001/04/26 00:11:56
10315 Log: re 'debug' was broken by #9084.
10318 ____________________________________________________________________________
10319 [ 9845] By: jhi on 2001/04/25 22:33:17
10320 Log: Subject: [PATCH] test for Devel::SelfStubber
10321 From: Nicholas Clark <nick@ccl4.org>
10322 Date: Thu, 26 Apr 2001 00:00:54 +0100
10323 Message-ID: <20010426000054.D89026@plum.flirble.org>
10325 + t/lib/selfstubber.t
10326 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
10327 ____________________________________________________________________________
10328 [ 9844] By: jhi on 2001/04/25 22:29:32
10329 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
10330 From: Paul Johnson <paul@pjcj.net>
10331 Date: Thu, 26 Apr 2001 00:46:08 +0200
10332 Message-ID: <20010426004608.H2338@pjcj.net>
10334 ! ext/B/B/Concise.pm
10335 ____________________________________________________________________________
10336 [ 9843] By: jhi on 2001/04/25 22:28:28
10337 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
10338 From: Peter Prymmer <pvhp@forte.com>
10339 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
10340 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
10343 ____________________________________________________________________________
10344 [ 9842] By: jhi on 2001/04/25 20:58:12
10345 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
10346 From: John Peacock <jpeacock@rowman.com>
10347 Date: Wed, 25 Apr 2001 17:30:26 -0400
10348 Message-ID: <3AE741F2.B3217464@rowman.com>
10350 ! lib/Math/BigInt.pm t/lib/bigintpm.t
10351 ____________________________________________________________________________
10352 [ 9841] By: jhi on 2001/04/25 20:07:05
10353 Log: Update Changes.
10355 ! Changes patchlevel.h
10356 ____________________________________________________________________________
10357 [ 9840] By: jhi on 2001/04/25 19:56:51
10358 Log: Yet another HP-UX hints version from Merijn.
10361 ____________________________________________________________________________
10362 [ 9839] By: jhi on 2001/04/25 19:53:04
10363 Log: abs_path() didn't terminate the filename correctly,
10364 in DIRNAMLENless systems like HP-UX this would fail.
10367 ____________________________________________________________________________
10368 [ 9838] By: jhi on 2001/04/25 16:37:26
10369 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
10370 From: Mike Guy <mjtg@cam.ac.uk>
10371 Date: Wed, 25 Apr 2001 18:31:47 +0100
10372 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
10375 ____________________________________________________________________________
10376 [ 9837] By: jhi on 2001/04/25 16:21:53
10377 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
10378 From: Jon Eveland <jweveland@yahoo.com>
10379 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
10380 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
10383 ____________________________________________________________________________
10384 [ 9836] By: jhi on 2001/04/25 14:17:50
10385 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
10386 From: "Philip Newton" <pnewton@gmx.de>
10387 Date: Wed, 25 Apr 2001 17:05:58 +0200
10388 Message-ID: <3AE703F6.3234.1833C45@localhost>
10390 ! Porting/patching.pod
10391 ____________________________________________________________________________
10392 [ 9835] By: jhi on 2001/04/25 13:58:07
10393 Log: It would seem that both ar and full_ar need to be overridden
10394 for HP-UX to avoid the GNU ar.
10397 ____________________________________________________________________________
10398 [ 9834] By: jhi on 2001/04/25 13:50:40
10399 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
10400 From: "Philip Newton" <pnewton@gmx.de>
10401 Date: Wed, 25 Apr 2001 16:09:23 +0200
10402 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
10407 ____________________________________________________________________________
10408 [ 9833] By: jhi on 2001/04/25 12:36:11
10409 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
10412 ____________________________________________________________________________
10413 [ 9832] By: jhi on 2001/04/25 12:33:36
10414 Log: New version of HP-UX hints from Merijn.
10417 ____________________________________________________________________________
10418 [ 9831] By: jhi on 2001/04/25 03:39:45
10419 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
10422 ____________________________________________________________________________
10423 [ 9830] By: jhi on 2001/04/25 02:53:25
10424 Log: The tzname[] bit is not needed by util.c -- and causes
10425 heartburn in VMS (and it missing was probably the cause of
10426 the Mac OS X trouble). Ouch.
10428 ! ext/POSIX/POSIX.xs util.c
10429 ____________________________________________________________________________
10430 [ 9829] By: jhi on 2001/04/25 00:10:06
10431 Log: Metaconfig unit change for #9828.
10433 ! U/compline/ccflags.U
10434 ____________________________________________________________________________
10435 [ 9828] By: jhi on 2001/04/25 00:04:18
10436 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
10437 (which is actually the reason for the change, we need to pass
10438 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
10439 EP/IX, OS/2, and TitanOS, based on the hints files.
10441 ! Configure config_h.SH
10442 ____________________________________________________________________________
10443 [ 9827] By: jhi on 2001/04/24 23:49:20
10444 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
10445 the $cat must have an absolute path.
10448 ____________________________________________________________________________
10449 [ 9826] By: jhi on 2001/04/24 23:40:53
10450 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
10453 ____________________________________________________________________________
10454 [ 9825] By: jhi on 2001/04/24 23:35:35
10455 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
10456 From: "Philip Newton" <pnewton@gmx.de>
10457 Date: Tue, 24 Apr 2001 18:52:49 +0200
10458 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
10461 ____________________________________________________________________________
10462 [ 9824] By: jhi on 2001/04/24 23:33:07
10463 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
10464 Some gcc specifics dropped out due to extensive rewriting;
10465 will be put back later as needed.
10468 ____________________________________________________________________________
10469 [ 9823] By: jhi on 2001/04/24 23:27:57
10470 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
10472 ! ext/POSIX/POSIX.xs
10473 ____________________________________________________________________________
10474 [ 9822] By: jhi on 2001/04/24 23:25:21
10475 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
10476 From: Tim Jenness <t.jenness@jach.hawaii.edu>
10477 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
10478 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
10480 ! ext/XS/Typemap/Typemap.xs
10481 ____________________________________________________________________________
10482 [ 9821] By: jhi on 2001/04/24 23:24:10
10483 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
10484 From: "Abigail" <abigail@foad.org>
10485 Date: Tue, 24 Apr 2001 23:12:03 +0200
10486 Message-ID: <20010424211203.7901.qmail@foad.org>
10489 ____________________________________________________________________________
10490 [ 9820] By: jhi on 2001/04/24 23:23:15
10491 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
10492 From: Matt Sergeant <matt@sergeant.org>
10493 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
10494 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
10497 ____________________________________________________________________________
10498 [ 9819] By: nick on 2001/04/24 18:49:43
10499 Log: Integrate mainline.
10501 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
10502 !> (integrate 37 files)
10503 ____________________________________________________________________________
10504 [ 9818] By: jhi on 2001/04/24 14:35:23
10505 Log: Update Changes.
10507 ! Changes patchlevel.h
10508 ____________________________________________________________________________
10509 [ 9817] By: jhi on 2001/04/24 14:09:17
10510 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
10511 From: "Philip Newton" <pnewton@gmx.de>
10512 Date: Tue, 24 Apr 2001 12:58:12 +0200
10513 Message-ID: <3AE57864.8304.B77A0A@localhost>
10515 plus add CPAN to the list of modules that have their own tests.
10517 ! t/lib/1_compile.t
10518 ____________________________________________________________________________
10519 [ 9816] By: jhi on 2001/04/24 14:07:03
10520 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
10521 From: Michael G Schwern <schwern@pobox.com>
10522 Date: Sat, 21 Apr 2001 22:35:00 +0100
10523 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
10525 ! t/lib/1_compile.t
10526 ____________________________________________________________________________
10527 [ 9815] By: jhi on 2001/04/24 13:54:32
10528 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
10529 From: Robin Houston <robin@kitsite.com>
10530 Date: Tue, 24 Apr 2001 15:51:18 +0100
10531 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
10533 ! ext/B/B/Deparse.pm
10534 ____________________________________________________________________________
10535 [ 9814] By: jhi on 2001/04/24 13:17:34
10536 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10537 From: Bill Glicker <billg@burrelles.com>
10538 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
10539 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
10542 ____________________________________________________________________________
10543 [ 9813] By: jhi on 2001/04/24 12:54:23
10544 Log: Prevent path disclosure (probing for existence of filenames)
10545 using suidperl; bug id 20010322.218.
10547 ! perl.c pod/perldiag.pod
10548 ____________________________________________________________________________
10549 [ 9812] By: jhi on 2001/04/24 12:08:36
10550 Log: Retract #9811.
10552 ! ext/POSIX/POSIX.xs
10553 ____________________________________________________________________________
10554 [ 9811] By: jhi on 2001/04/24 11:57:35
10555 Log: (Retracted by #9812.)
10557 ! ext/POSIX/POSIX.xs
10558 ____________________________________________________________________________
10559 [ 9810] By: jhi on 2001/04/24 03:32:35
10560 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
10563 ____________________________________________________________________________
10564 [ 9809] By: jhi on 2001/04/24 03:16:13
10565 Log: The Math::BigFloat::import() was broken.
10566 (Fixes bug id 20010422.002.)
10568 ! lib/Math/BigFloat.pm
10569 ____________________________________________________________________________
10570 [ 9808] By: jhi on 2001/04/24 01:11:40
10571 Log: Additional dependencies; should help for parallel makes
10572 not to fail on missing lib/lib.pm or lib/re.pm.
10575 ____________________________________________________________________________
10576 [ 9807] By: jhi on 2001/04/24 00:57:01
10577 Log: Update the test failure disclaimer.
10579 ! t/pragma/warn/pp_hot
10580 ____________________________________________________________________________
10581 [ 9806] By: jhi on 2001/04/24 00:54:04
10582 Log: Add make target "install-all" which is alias for "install"
10583 to cater for case-preserving filesystems like HFS+.
10585 ! INSTALL Makefile.SH
10586 ____________________________________________________________________________
10587 [ 9805] By: jhi on 2001/04/24 00:47:28
10588 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
10589 From: Peter Prymmer <pvhp@forte.com>
10590 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
10591 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
10593 (Ken William's message forwarded from macosx@perl.org)
10596 ____________________________________________________________________________
10597 [ 9804] By: jhi on 2001/04/23 23:57:35
10598 Log: Cut-and-pasto.
10601 ____________________________________________________________________________
10602 [ 9803] By: jhi on 2001/04/23 23:52:25
10603 Log: More PerlIO robustness.
10606 ____________________________________________________________________________
10607 [ 9802] By: jhi on 2001/04/23 23:43:35
10608 Log: Make the "STD* opened only for ..." errors more consistent.
10611 ____________________________________________________________________________
10612 [ 9801] By: jhi on 2001/04/23 23:34:26
10613 Log: Test case for #9800.
10616 ____________________________________________________________________________
10617 [ 9800] By: jhi on 2001/04/23 23:14:43
10618 Log: Avoid coredump on 'close STDERR; die' by making
10619 the PerlIO calls more robust. Also use SETERRNO()
10620 instead of errno = to be more VMS-ready.
10623 ____________________________________________________________________________
10624 [ 9799] By: jhi on 2001/04/23 21:41:10
10625 Log: Subject: test for ID 20010423.002
10626 From: Robin Houston <robin@kitsite.com>
10627 Date: Mon, 23 Apr 2001 16:52:21 +0100
10628 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
10631 ____________________________________________________________________________
10632 [ 9798] By: jhi on 2001/04/23 21:40:07
10633 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
10634 From: David Dyck <dcd@tc.fluke.com>
10635 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
10636 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
10639 ____________________________________________________________________________
10640 [ 9797] By: jhi on 2001/04/23 21:37:56
10641 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
10642 From: Benjamin Sugars <bsugars@canoe.ca>
10643 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
10644 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
10646 ! ext/Cwd/Cwd.xs lib/Cwd.pm
10647 ____________________________________________________________________________
10648 [ 9796] By: jhi on 2001/04/23 21:29:24
10649 Log: Synchronize h2xs and pod2man some more on the documentation
10650 templates they propose.
10652 ! pod/pod2man.PL utils/h2xs.PL
10653 ____________________________________________________________________________
10654 [ 9795] By: jhi on 2001/04/23 17:30:40
10655 Log: Add one more naughty test for base64; make encoding logic cleaner.
10658 ____________________________________________________________________________
10659 [ 9794] By: jhi on 2001/04/23 13:51:32
10660 Log: Update Changes.
10662 ! Changes patchlevel.h
10663 ____________________________________________________________________________
10664 [ 9793] By: jhi on 2001/04/23 13:44:18
10665 Log: Duplicate lines.
10668 ____________________________________________________________________________
10669 [ 9792] By: jhi on 2001/04/23 13:39:13
10670 Log: Subject: Re: PATCH 5.7.1
10671 From: Mark-Jason Dominus <mjd@plover.com>
10672 Date: Mon, 23 Apr 2001 10:30:21 -0400
10673 Message-ID: <20010423143021.17335.qmail@plover.com>
10676 ____________________________________________________________________________
10677 [ 9791] By: jhi on 2001/04/23 13:32:40
10678 Log: Add the CPAN.pm 1.59_54 tests.
10680 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
10682 ____________________________________________________________________________
10683 [ 9790] By: jhi on 2001/04/23 13:21:55
10684 Log: Subject: Deparse nit
10685 From: Robin Houston <robin@kitsite.com>
10686 Date: Mon, 23 Apr 2001 12:38:20 +0100
10687 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
10689 ! ext/B/B/Deparse.pm
10690 ____________________________________________________________________________
10691 [ 9789] By: jhi on 2001/04/23 13:19:07
10692 Log: Subject: [PATCH] bug 20010423.002
10693 From: Robin Houston <robin@kitsite.com>
10694 Date: Mon, 23 Apr 2001 13:12:30 +0100
10695 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
10698 ____________________________________________________________________________
10699 [ 9788] By: jhi on 2001/04/23 13:02:49
10700 Log: Subject: PATCH [5.7.1] hv.c unused #define
10701 From: Mark-Jason Dominus <mjd@plover.com>
10702 Date: Sun, 22 Apr 2001 14:17:49 -0400
10703 Message-ID: <20010422181749.26976.qmail@plover.com>
10706 ____________________________________________________________________________
10707 [ 9787] By: jhi on 2001/04/23 13:02:02
10708 Log: Subject: PATCH 5.7.1
10709 From: Mark-Jason Dominus <mjd@plover.com>
10710 Date: Sun, 22 Apr 2001 15:12:57 -0400
10711 Message-ID: <20010422191258.6539.qmail@plover.com>
10713 plus Sarathy's STMT_START + STMT_END suggestion.
10716 ____________________________________________________________________________
10717 [ 9786] By: jhi on 2001/04/23 12:53:25
10720 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
10721 From: dLux <dlux@spam.sch.bme.hu>
10722 Date: Mon, 23 Apr 2001 01:25:26 +0200
10723 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
10725 (SvGROW really does return a char *.)
10727 ! pod/perlapi.pod sv.h
10728 ____________________________________________________________________________
10729 [ 9785] By: jhi on 2001/04/23 04:34:04
10730 Log: Time::Piece work continues. $t->day removed since
10731 I think it's too confusing. Now has normal and
10732 abbreviated length weekday names and month names,
10733 the names change with _names(), not _list().
10734 Now has strftime() in Perl, _strftime() is
10735 the libc version (to which strftime() falls back
10736 if it doesn't know the format. To do: the reverse
10737 of strftime, strptime(), and the localisation of both.
10739 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
10740 ! t/lib/time-piece.t
10741 ____________________________________________________________________________
10742 [ 9784] By: jhi on 2001/04/23 02:41:46
10743 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
10744 From: andreas.koenig@anima.de (Andreas J. Koenig)
10745 Date: 23 Apr 2001 05:20:55 +0200
10746 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
10748 ! t/pragma/overload.t
10749 ____________________________________________________________________________
10750 [ 9783] By: jhi on 2001/04/22 23:32:42
10751 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
10752 From: Robin Houston <robin@kitsite.com>
10753 Date: Mon, 23 Apr 2001 00:38:18 +0100
10754 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
10756 ! ext/B/B/Deparse.pm
10757 ____________________________________________________________________________
10758 [ 9782] By: jhi on 2001/04/22 20:55:43
10759 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
10760 From: Simon Cozens <simon@netthink.co.uk>
10761 Date: Sun, 22 Apr 2001 18:47:25 +0100
10762 Message-ID: <20010422184725.A14411@netthink.co.uk>
10764 ! sv.c t/pragma/overload.t
10765 ____________________________________________________________________________
10766 [ 9781] By: jhi on 2001/04/22 20:52:13
10767 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
10768 From: Robin Houston <robin@kitsite.com>
10769 Date: Sun, 22 Apr 2001 22:14:50 +0100
10770 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
10772 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
10773 ____________________________________________________________________________
10774 [ 9780] By: nick on 2001/04/22 20:40:31
10775 Log: Integrate mainline.
10777 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
10779 !> (integrate 38 files)
10780 ____________________________________________________________________________
10781 [ 9779] By: jhi on 2001/04/22 15:16:03
10782 Log: Subject: IO::Socket::INET patch
10783 From: andrew deryabin <djsf@technarchy.ru>
10784 Date: Sat, 21 Apr 2001 17:46:52 +0400
10785 Message-ID: <20010421174652.B1426@technarchy>
10787 ! ext/IO/lib/IO/Socket/INET.pm
10788 ____________________________________________________________________________
10789 [ 9778] By: jhi on 2001/04/22 15:14:33
10790 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
10791 From: Mark-Jason Dominus <mjd@plover.com>
10792 Date: Sat, 21 Apr 2001 21:27:49 -0400
10793 Message-ID: <20010422012749.27024.qmail@plover.com>
10796 ____________________________________________________________________________
10797 [ 9777] By: jhi on 2001/04/22 15:10:51
10798 Log: Subject: Re: Regex debugger patch
10799 From: Mark-Jason Dominus <mjd@plover.com>
10800 Date: Sat, 21 Apr 2001 21:48:51 -0400
10801 Message-ID: <20010422014851.27165.qmail@plover.com>
10803 ! pod/perldebguts.pod
10804 ____________________________________________________________________________
10805 [ 9776] By: jhi on 2001/04/22 15:09:48
10806 Log: Subject: Re: Regex debugger patch
10807 From: Mark-Jason Dominus <mjd@plover.com>
10808 Date: Sat, 21 Apr 2001 14:24:39 -0400
10809 Message-ID: <20010421182439.16508.qmail@plover.com>
10811 Regex debugger backend.
10813 ! regcomp.c regexp.h
10814 ____________________________________________________________________________
10815 [ 9775] By: jhi on 2001/04/21 16:45:40
10816 Log: Subject: [PATCH] Typo in utf8.h
10817 From: Jesús Quiroga <jquiroga@pobox.com>
10818 Date: Sat, 21 Apr 2001 19:25:33 +0200
10819 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
10822 ____________________________________________________________________________
10823 [ 9774] By: jhi on 2001/04/21 16:43:52
10824 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10825 From: Joe Orton <jorton@redhat.com>
10826 Date: Tue, 17 Apr 2001 15:50:43 +0100
10827 Message-Id: <20010417155043.D19132@eu.c2.net>
10830 ____________________________________________________________________________
10831 [ 9773] By: jhi on 2001/04/21 15:30:15
10832 Log: Subject: Patch utils/h2xs.PL
10833 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10834 Date: Sat, 21 Apr 2001 10:32:16 -0500
10835 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
10837 Add MAILING list and LICENSE templates.
10840 ____________________________________________________________________________
10841 [ 9772] By: jhi on 2001/04/21 15:28:36
10842 Log: Subject: perlfaq2.patch for 5.7.1
10843 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10844 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
10845 Date: Fri, 20 Apr 2001 16:42:19 -0500
10847 rm an extra tab, a blurb about the xx.cpan to clarify
10848 which countries actually have that and dejanews is history
10849 as well as most of that nonsensical entry.
10852 ____________________________________________________________________________
10853 [ 9771] By: jhi on 2001/04/21 15:27:17
10854 Log: Subject: perlfaq1.patch for 5.7.1
10855 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10856 Date: Fri, 20 Apr 2001 16:57:36 -0500
10857 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
10859 Evil URLs must die. Especially when they are broken.
10862 ____________________________________________________________________________
10863 [ 9770] By: jhi on 2001/04/21 15:23:38
10864 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
10865 From: Michael G Schwern <schwern@pobox.com>
10866 Date: Sat, 21 Apr 2001 16:11:12 +0100
10867 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
10869 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
10871 ! MANIFEST ext/B/B.pm t/lib/b.t
10872 ____________________________________________________________________________
10873 [ 9769] By: jhi on 2001/04/21 15:03:32
10874 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
10875 From: Michael G Schwern <schwern@pobox.com>
10876 Date: Sat, 21 Apr 2001 09:48:00 +0100
10877 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
10880 ____________________________________________________________________________
10881 [ 9768] By: jhi on 2001/04/21 14:33:49
10882 Log: PerlIO and Encode doc cleanup and tweaks.
10884 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
10885 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
10886 ____________________________________________________________________________
10887 [ 9767] By: jhi on 2001/04/21 12:40:16
10888 Log: Integrate perlio.
10891 ____________________________________________________________________________
10892 [ 9766] By: nick on 2001/04/20 18:28:35
10893 Log: Avoid core dump on
10894 open(STDOUT,">",\$foo);
10897 ____________________________________________________________________________
10898 [ 9765] By: jhi on 2001/04/20 13:23:43
10899 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
10900 From: Robin Houston <robin@kitsite.com>
10901 Date: Fri, 20 Apr 2001 14:29:22 +0100
10902 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
10904 ! ext/B/B.pm ext/B/B/Deparse.pm
10905 ____________________________________________________________________________
10906 [ 9764] By: jhi on 2001/04/20 13:19:33
10907 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
10908 From: Peter Prymmer <pvhp@forte.com>
10909 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
10910 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
10912 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
10913 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
10914 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
10915 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
10916 ____________________________________________________________________________
10917 [ 9763] By: jhi on 2001/04/20 12:36:39
10918 Log: Subject: Re: A new PerlIO coredump
10919 From: Nick Ing-Simmons <nik@tiuk.ti.com>
10920 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
10921 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
10924 ____________________________________________________________________________
10925 [ 9762] By: jhi on 2001/04/19 23:02:30
10926 Log: Update Changes.
10928 ! Changes patchlevel.h
10929 ____________________________________________________________________________
10930 [ 9761] By: jhi on 2001/04/19 22:59:19
10931 Log: More cleanup cleanup.
10933 ! Makefile.SH win32/Makefile win32/makefile.mk
10934 ____________________________________________________________________________
10935 [ 9760] By: jhi on 2001/04/19 22:50:31
10936 Log: lib/Time is non-empty, let's not rmdir it.
10939 ____________________________________________________________________________
10940 [ 9759] By: jhi on 2001/04/19 22:36:51
10941 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
10942 From: Robin Houston <robin@kitsite.com>
10943 Date: Fri, 20 Apr 2001 00:18:53 +0100
10944 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
10946 ! ext/B/B/Deparse.pm
10947 ____________________________________________________________________________
10948 [ 9758] By: jhi on 2001/04/19 22:36:00
10949 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
10950 From: Peter Prymmer <pvhp@forte.com>
10951 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
10952 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
10955 ____________________________________________________________________________
10956 [ 9757] By: nick on 2001/04/19 18:53:54
10957 Log: Blind (untested) integrate of mainline.
10959 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10960 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
10961 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
10962 !> (integrate 53 files)
10963 ____________________________________________________________________________
10964 [ 9756] By: jhi on 2001/04/19 16:59:23
10965 Log: Document and test Time::Piece.
10967 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
10968 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
10969 ____________________________________________________________________________
10970 [ 9755] By: jhi on 2001/04/19 12:13:29
10971 Log: A better fix for the \x{12345678} trouble from NI-S.
10974 ____________________________________________________________________________
10975 [ 9754] By: jhi on 2001/04/19 11:56:07
10976 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
10977 From: Robin Houston <robin@kitsite.com>
10978 Date: Wed, 18 Apr 2001 17:58:33 +0100
10979 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
10981 ! ext/B/B/Deparse.pm op.c
10982 ____________________________________________________________________________
10983 [ 9753] By: jhi on 2001/04/19 04:21:52
10984 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
10985 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
10986 Date: Thu, 19 Apr 2001 01:11:41 -0400
10987 Message-ID: <20010419011141.A5798@cpan.org>
10989 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
10990 ____________________________________________________________________________
10991 [ 9752] By: jhi on 2001/04/19 02:41:10
10992 Log: The new time utils need to be thread-aware, too.
10995 ____________________________________________________________________________
10996 [ 9751] By: jhi on 2001/04/19 02:26:47
10997 Log: Compilation nit noticed by AIX compiler.
11000 ____________________________________________________________________________
11001 [ 9750] By: jhi on 2001/04/19 02:20:06
11002 Log: The new time utils need to be public.
11005 ____________________________________________________________________________
11006 [ 9749] By: jhi on 2001/04/19 01:42:39
11010 ____________________________________________________________________________
11011 [ 9748] By: jhi on 2001/04/19 01:41:10
11012 Log: Add Time::Piece, a slight rewrite of Time::Object,
11013 from Matt Sergeant.
11015 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
11016 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
11017 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
11018 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
11019 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
11020 ! win32/makefile.mk
11021 ____________________________________________________________________________
11022 [ 9747] By: jhi on 2001/04/19 00:55:35
11023 Log: The new metaconfig unit from strftime.
11024 Branch: metaconfig/U/perl
11026 ____________________________________________________________________________
11027 [ 9746] By: jhi on 2001/04/19 00:54:54
11028 Log: Move the strftime() wrapper from POSIX.xs to util.c
11029 as my_strftime(), requires HAS_STRFTIME.
11031 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11032 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
11033 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
11034 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11035 ! vos/config.ga.h win32/config.bc win32/config.gc
11037 ____________________________________________________________________________
11038 [ 9745] By: jhi on 2001/04/18 23:11:03
11039 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
11040 in preparation of Time::Piece.
11042 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
11043 ____________________________________________________________________________
11044 [ 9744] By: jhi on 2001/04/18 22:33:12
11045 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
11046 From: Peter Prymmer <pvhp@forte.com>
11047 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
11048 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
11051 ____________________________________________________________________________
11052 [ 9743] By: jhi on 2001/04/18 22:32:23
11053 Log: Subject: Fwd: pod2html leaves cache files lying around?
11054 From: Rajesh Vaidheeswarran <rv@gnu.org>
11055 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
11056 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
11059 ____________________________________________________________________________
11060 [ 9742] By: jhi on 2001/04/18 20:31:49
11061 Log: Update Changes.
11063 ! Changes patchlevel.h
11064 ____________________________________________________________________________
11065 [ 9741] By: jhi on 2001/04/18 20:23:02
11066 Log: Declare hints only if needed.
11068 ! ext/B/B/Deparse.pm
11069 ____________________________________________________________________________
11070 [ 9740] By: jhi on 2001/04/18 19:06:05
11071 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
11072 bug noticed by Robin Houston; basically the code of detecting
11073 value wraparound was acting differently under different compilers
11074 and platforms. The workaround is to remove the overflow check
11075 for now, a real fix would be to do the overflow (portably) right.
11077 ! t/op/pat.t utf8.c
11078 ____________________________________________________________________________
11079 [ 9739] By: jhi on 2001/04/18 19:01:23
11080 Log: Subject: [PATCH B::Deparse] some pragma support
11081 From: Robin Houston <robin@kitsite.com>
11082 Date: Wed, 18 Apr 2001 19:32:12 +0100
11083 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
11085 ! ext/B/B/Deparse.pm
11086 ____________________________________________________________________________
11087 [ 9738] By: jhi on 2001/04/18 15:16:37
11088 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
11089 From: Benjamin Sugars <bsugars@canoe.ca>
11090 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
11091 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
11094 ____________________________________________________________________________
11095 [ 9737] By: jhi on 2001/04/18 13:24:50
11096 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
11097 From: Tim Jenness <t.jenness@jach.hawaii.edu>
11098 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
11099 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
11101 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11102 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
11103 ____________________________________________________________________________
11104 [ 9736] By: jhi on 2001/04/18 04:15:14
11105 Log: The #9735 also changes the subtest 12.
11108 ____________________________________________________________________________
11109 [ 9735] By: jhi on 2001/04/18 03:55:17
11110 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
11111 From: David Dyck <dcd@tc.fluke.com>
11112 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
11113 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
11115 ! ext/B/B/Deparse.pm
11116 ____________________________________________________________________________
11117 [ 9734] By: jhi on 2001/04/18 03:54:11
11118 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
11119 From: Gisle Aas <gisle@ActiveState.com>
11120 Date: 17 Apr 2001 19:06:45 -0700
11121 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
11123 ! pp_hot.c t/op/misc.t
11124 ____________________________________________________________________________
11125 [ 9733] By: jhi on 2001/04/17 22:25:22
11126 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
11127 From: "Abigail" <abigail@foad.org>
11128 Date: Wed, 18 Apr 2001 01:17:46 +0200
11129 Message-ID: <20010417231746.21657.qmail@foad.org>
11131 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
11132 ____________________________________________________________________________
11133 [ 9732] By: jhi on 2001/04/17 20:47:56
11134 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
11135 From: Robin Houston <robin@kitsite.com>
11136 Date: Tue, 17 Apr 2001 22:37:42 +0100
11137 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
11139 ! ext/B/B/Deparse.pm
11140 ____________________________________________________________________________
11141 [ 9731] By: nick on 2001/04/17 20:46:35
11142 Log: Re-sync for t/lib/b.t fix
11144 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
11145 ____________________________________________________________________________
11146 [ 9730] By: jhi on 2001/04/17 20:45:29
11147 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
11148 From: Robin Houston <robin@kitsite.com>
11149 Date: Tue, 17 Apr 2001 22:29:36 +0100
11150 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
11152 ! ext/B/B.xs ext/B/B/Deparse.pm
11153 ____________________________________________________________________________
11154 [ 9729] By: jhi on 2001/04/17 20:43:11
11155 Log: Subject: Deparse - parenthesise args to undeclared subs
11156 From: Robin Houston <robin@kitsite.com>
11157 Date: Tue, 17 Apr 2001 21:31:05 +0100
11158 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
11160 ! ext/B/B/Deparse.pm
11161 ____________________________________________________________________________
11162 [ 9728] By: jhi on 2001/04/17 18:57:30
11163 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
11164 From: Benjamin Sugars <ben.sugars@home.com>
11165 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
11166 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
11169 ____________________________________________________________________________
11170 [ 9727] By: jhi on 2001/04/17 18:20:20
11171 Log: Subject: [PATCH B::Deparse] ambient pragmas
11172 From: Robin Houston <robin@kitsite.com>
11173 Date: Tue, 17 Apr 2001 20:01:59 +0100
11174 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
11176 ! ext/B/B/Deparse.pm t/lib/b.t
11177 ____________________________________________________________________________
11178 [ 9726] By: nick on 2001/04/17 16:33:51
11179 Log: Integrate mainline (t/lib/b.t fails test 2...)
11181 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
11182 +> ext/List/Util/README ext/List/Util/Util.xs
11183 +> ext/List/Util/lib/List/Util.pm
11184 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
11185 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
11186 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
11187 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
11188 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
11189 !> (integrate 31 files)
11190 ____________________________________________________________________________
11191 [ 9725] By: jhi on 2001/04/17 12:14:24
11192 Log: Subject: multiple B::* changes
11193 From: Robin Houston <robin@kitsite.com>
11194 Date: Thu, 12 Apr 2001 20:12:27 +0100
11195 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
11197 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
11198 ____________________________________________________________________________
11199 [ 9724] By: jhi on 2001/04/17 11:59:05
11200 Log: Thread-awareness from Doug MacEachern.
11202 ! ext/List/Util/Util.xs
11203 ____________________________________________________________________________
11204 [ 9723] By: jhi on 2001/04/17 11:57:41
11205 Log: Make the test more portable.
11208 ____________________________________________________________________________
11209 [ 9722] By: jhi on 2001/04/17 11:53:50
11210 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
11211 From: Benjamin Sugars <ben.sugars@home.com>
11212 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
11213 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
11216 ____________________________________________________________________________
11217 [ 9721] By: jhi on 2001/04/17 11:52:17
11218 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
11219 From: Benjamin Sugars <bsugars@canoe.ca>
11220 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
11221 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
11224 ____________________________________________________________________________
11225 [ 9720] By: jhi on 2001/04/17 11:35:42
11226 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
11227 From: Chris Nandor <pudge@pobox.com>
11228 Date: Tue, 17 Apr 2001 00:30:49 -0400
11229 Message-Id: <p05100207b701768712de@[10.0.1.177]>
11231 ! ext/File/Glob/bsd_glob.c gv.c
11232 ____________________________________________________________________________
11233 [ 9719] By: jhi on 2001/04/17 11:32:13
11234 Log: Subject: [PATCH] Tweten->West
11235 From: Casey West <casey@geeknest.com>
11236 Date: Mon, 16 Apr 2001 12:11:22 -0400
11237 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
11239 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
11241 ____________________________________________________________________________
11242 [ 9718] By: jhi on 2001/04/16 03:22:52
11243 Log: Update Changes.
11245 ! Changes patchlevel.h
11246 ____________________________________________________________________________
11247 [ 9717] By: jhi on 2001/04/16 03:06:28
11251 ____________________________________________________________________________
11252 [ 9716] By: jhi on 2001/04/16 02:58:42
11253 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
11254 From: Prymmer/Kahn <pvhp@best.com>
11255 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
11256 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
11259 ____________________________________________________________________________
11260 [ 9715] By: jhi on 2001/04/15 23:40:35
11261 Log: Subject: Re: Net::Ping patch, adds stream protocol
11262 From: bronson@rinspin.com (Scott Bronson)
11263 Date: Tue, 10 Apr 2001 23:58:33 -0700
11264 Message-ID: <20010410235833.N29719@rinspin.com>
11267 ____________________________________________________________________________
11268 [ 9714] By: jhi on 2001/04/15 23:31:46
11269 Log: Printing out the ok messages helps successful testing.
11271 ! t/lib/time-hires.t
11272 ____________________________________________________________________________
11273 [ 9713] By: jhi on 2001/04/15 21:43:24
11274 Log: Update Douglas Wegscheid's email.
11277 ____________________________________________________________________________
11278 [ 9712] By: jhi on 2001/04/15 21:40:41
11279 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
11280 From: Michael G Schwern <schwern@pobox.com>
11281 Date: Sat, 14 Apr 2001 22:40:50 +0100
11282 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
11285 ! MANIFEST lib/Exporter/Heavy.pm
11286 ____________________________________________________________________________
11287 [ 9711] By: jhi on 2001/04/15 21:39:21
11288 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
11289 From: Michael G Schwern <schwern@pobox.com>
11290 Date: Sat, 14 Apr 2001 22:13:59 +0100
11291 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
11294 ____________________________________________________________________________
11295 [ 9710] By: jhi on 2001/04/15 21:30:19
11296 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
11297 From: Michael G Schwern <schwern@pobox.com>
11298 Date: Sat, 14 Apr 2001 22:05:32 +0100
11299 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
11301 ! t/pragma/warnings.t
11302 ____________________________________________________________________________
11303 [ 9709] By: jhi on 2001/04/15 19:34:09
11304 Log: Integrate changes #9706,9707 from maintperl into mainline.
11306 change#7210 broke .packlist generation
11308 ExtUtils::Installed doesn't quote regex metacharacters in paths
11309 before using them in match; also make it work for dosish platforms
11311 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11312 ____________________________________________________________________________
11313 [ 9708] By: jhi on 2001/04/15 19:31:01
11314 Log: Test also the scalar aspect of getitimer().
11316 ! t/lib/time-hires.t
11317 ____________________________________________________________________________
11318 [ 9707] By: gsar on 2001/04/15 17:24:20
11319 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
11320 before using them in match; also make it work for dosish platforms
11321 Branch: maint-5.6/perl
11322 ! lib/ExtUtils/Installed.pm
11323 ____________________________________________________________________________
11324 [ 9706] By: gsar on 2001/04/15 17:21:59
11325 Log: change#7210 broke .packlist generation (listed only filename
11326 rather than fully qualified path name)
11327 Branch: maint-5.6/perl
11328 ! lib/ExtUtils/Install.pm
11329 ____________________________________________________________________________
11330 [ 9705] By: jhi on 2001/04/15 12:36:33
11331 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
11333 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
11334 ! t/lib/time-hires.t
11335 ____________________________________________________________________________
11336 [ 9704] By: jhi on 2001/04/15 10:49:08
11337 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
11338 From: Prymmer/Kahn <pvhp@best.com>
11339 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
11340 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
11342 ! lib/utf8.pm pod/perlebcdic.pod
11343 ____________________________________________________________________________
11344 [ 9703] By: jhi on 2001/04/15 02:26:26
11345 Log: I keep forgetting to sort MANIFEST.
11348 ____________________________________________________________________________
11349 [ 9702] By: jhi on 2001/04/15 02:07:47
11350 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
11351 Now we have blessed, reftype, tainted, first, reduce, ...
11353 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
11354 + ext/List/Util/README ext/List/Util/Util.xs
11355 + ext/List/Util/lib/List/Util.pm
11356 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
11357 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
11358 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
11359 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
11360 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
11362 ____________________________________________________________________________
11363 [ 9701] By: jhi on 2001/04/14 15:05:25
11364 Log: Subject: RE: dprofpp.pl updates
11365 From: Carl Eklof <CEklof@endeca.com>
11366 Date: Thu, 12 Apr 2001 18:45:46 -0400
11367 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
11370 ____________________________________________________________________________
11371 [ 9700] By: jhi on 2001/04/14 14:44:55
11372 Log: Do not just blindly add CR.
11375 ____________________________________________________________________________
11376 [ 9699] By: jhi on 2001/04/13 13:17:01
11377 Log: Update Changes.
11379 ! Changes patchlevel.h
11380 ____________________________________________________________________________
11381 [ 9698] By: jhi on 2001/04/13 12:44:48
11382 Log: Integrate perlio.
11384 !> ext/PerlIO/Scalar/Scalar.xs
11385 ____________________________________________________________________________
11386 [ 9697] By: jhi on 2001/04/13 12:29:15
11387 Log: Add more debug output to the test.
11390 ____________________________________________________________________________
11391 [ 9696] By: nick on 2001/04/13 10:14:29
11392 Log: Fix core dump on binmode($fh,'Scalar')
11394 ! ext/PerlIO/Scalar/Scalar.xs
11395 ____________________________________________________________________________
11396 [ 9695] By: nick on 2001/04/13 09:05:42
11397 Log: Integrate mainline
11399 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11400 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11401 +> t/lib/time-hires.t
11402 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
11403 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
11404 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
11405 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
11406 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
11407 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
11408 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
11409 ____________________________________________________________________________
11410 [ 9694] By: jhi on 2001/04/12 22:23:35
11411 Log: Integrate change #9693 from maintperl into mainline.
11413 $VERSION and Version() on the same line provokes a warning from
11414 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
11416 !> lib/Devel/SelfStubber.pm
11417 ____________________________________________________________________________
11418 [ 9693] By: gsar on 2001/04/12 21:55:56
11419 Log: $VERSION and Version() on the same line provokes a warning from
11420 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
11421 Branch: maint-5.6/perl
11422 ! lib/Devel/SelfStubber.pm
11423 ____________________________________________________________________________
11424 [ 9692] By: jhi on 2001/04/12 13:54:00
11425 Log: This is at least 5.005.
11427 ! ext/Time/HiRes/HiRes.xs
11428 ____________________________________________________________________________
11429 [ 9691] By: jhi on 2001/04/12 13:37:20
11430 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
11432 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
11433 ! win32/Makefile win32/makefile.mk
11434 ____________________________________________________________________________
11435 [ 9690] By: jhi on 2001/04/12 01:34:46
11436 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
11438 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11439 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11440 + t/lib/time-hires.t
11442 ____________________________________________________________________________
11443 [ 9689] By: jhi on 2001/04/12 00:28:39
11444 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
11445 From: Gisle Aas <gisle@ActiveState.com>
11446 Date: 11 Apr 2001 16:36:11 -0700
11447 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
11449 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11450 ____________________________________________________________________________
11451 [ 9688] By: jhi on 2001/04/12 00:27:39
11452 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
11453 From: Gisle Aas <gisle@ActiveState.com>
11454 Date: 11 Apr 2001 11:13:24 -0700
11455 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
11457 ! ext/MIME/Base64/Base64.xs
11458 ____________________________________________________________________________
11459 [ 9687] By: jhi on 2001/04/11 19:51:47
11460 Log: Slight update on the Todo list. (Should integrate to Todo?)
11463 ____________________________________________________________________________
11464 [ 9686] By: jhi on 2001/04/11 16:54:25
11465 Log: Subject: [PATCH opcode.pl] Documentation of table format
11466 From: Simon Cozens <simon@netthink.co.uk>
11467 Date: Wed, 11 Apr 2001 12:59:31 +0100
11468 Message-ID: <20010411125931.A25681@netthink.co.uk>
11471 ____________________________________________________________________________
11472 [ 9685] By: jhi on 2001/04/11 16:53:15
11473 Log: Subject: [PATCH] prototype("CORE::recv")
11474 From: Simon Cozens <simon@netthink.co.uk>
11475 Date: Wed, 11 Apr 2001 13:24:35 +0100
11476 Message-ID: <20010411132435.A26169@netthink.co.uk>
11478 ! pp.c t/comp/proto.t
11479 ____________________________________________________________________________
11480 [ 9684] By: jhi on 2001/04/11 16:47:13
11481 Log: FAQ (and AUTHORS) update from Dan Carson: the information
11482 was several years obsolete, Term::Readkey has been updated
11483 to have the functionality.
11485 ! AUTHORS pod/perlfaq5.pod
11486 ____________________________________________________________________________
11487 [ 9683] By: jhi on 2001/04/11 12:15:46
11488 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
11489 From: Calle Dybedahl <calle@lysator.liu.se>
11490 Date: 10 Apr 2001 16:44:16 +0200
11491 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
11493 ! ext/MIME/Base64/Base64.xs
11494 ____________________________________________________________________________
11495 [ 9682] By: jhi on 2001/04/11 12:12:26
11496 Log: A more minimal fix for 20010410.006 from Hugo.
11499 ____________________________________________________________________________
11500 [ 9681] By: jhi on 2001/04/11 11:34:23
11501 Log: Integrate changes #9678,9679 from maintline into mainperl.
11503 addendum to change#9676
11505 up $File::Glob::VERSION; add a note pointing out the version of
11506 the OpenBSD glob bsd_glob.c resembles
11508 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11509 !> ext/File/Glob/bsd_glob.h
11510 ____________________________________________________________________________
11511 [ 9680] By: jhi on 2001/04/11 11:30:38
11512 Log: Bad test numbering in integrate in #9677.
11513 Fixes ID 20010411.001.
11516 ____________________________________________________________________________
11517 [ 9679] By: gsar on 2001/04/11 03:38:40
11518 Log: up $File::Glob::VERSION; add a note pointing out the version of
11519 the OpenBSD glob bsd_glob.c resembles
11520 Branch: maint-5.6/perl
11521 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11522 ! ext/File/Glob/bsd_glob.h
11523 ____________________________________________________________________________
11524 [ 9678] By: gsar on 2001/04/11 03:09:48
11525 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
11526 revision 1.8.10.1 found here:
11528 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
11529 Branch: maint-5.6/perl
11530 ! ext/File/Glob/bsd_glob.c
11531 ____________________________________________________________________________
11532 [ 9677] By: jhi on 2001/04/11 02:54:39
11533 Log: Integrate changes #9675,9676 from maintperl into mainline.
11535 fix for bug 20010410.006, undo change#7115
11537 port the OpenBSD glob() security patch
11539 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11540 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
11542 ____________________________________________________________________________
11543 [ 9676] By: gsar on 2001/04/11 02:19:02
11544 Log: port the glob() security patch found at:
11546 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
11548 CERT advisory for the issue is here:
11550 http://www.cert.org/advisories/CA-2001-07.html
11552 Note that the security scare is only relevant for those who are
11553 foolish enough to build suidperl (which is now officially discouraged)
11554 Branch: maint-5.6/perl
11555 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11556 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
11557 ____________________________________________________________________________
11558 [ 9675] By: gsar on 2001/04/10 23:52:11
11559 Log: fix for bug 20010410.006
11561 undo change#7115 (came into maint-5.6 as change#8156)
11563 add tests to keep it from coming back
11564 Branch: maint-5.6/perl
11565 ! regexec.c t/op/pat.t
11566 ____________________________________________________________________________
11567 [ 9674] By: nick on 2001/04/10 20:39:31
11568 Log: Integrate mainline
11570 +> Porting/testall.atom
11571 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
11572 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
11573 !> t/lib/lc-uk.t t/pod/find.t
11574 ____________________________________________________________________________
11575 [ 9673] By: nick on 2001/04/10 18:46:14
11576 Log: Integrate against change 9670 aka perl-5.7.1
11578 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11579 !> (integrate 53 files)
11580 ____________________________________________________________________________
11581 [ 9672] By: jhi on 2001/04/10 13:45:01
11582 Log: Add a script for doing cumulative profile of the test suite.
11583 (Requires ATOM, that is, Tru64.)
11585 + Porting/testall.atom
11587 ____________________________________________________________________________
11588 [ 9671] By: jhi on 2001/04/10 12:38:53
11589 Log: Missing std block.
11591 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
11592 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
11594 ____________________________________________________________________________
11595 [ 9670] By: jhi on 2001/04/10 01:25:58
11596 Log: This is 5.7.1.
11599 ____________________________________________________________________________
11600 [ 9669] By: jhi on 2001/04/10 01:09:14
11601 Log: Update Changes.
11603 ! Changes patchlevel.h
11604 ____________________________________________________________________________
11605 [ 9668] By: jhi on 2001/04/10 01:00:38
11609 ____________________________________________________________________________
11610 [ 9667] By: jhi on 2001/04/10 00:52:16
11611 Log: Update perlhist.
11614 ____________________________________________________________________________
11615 [ 9666] By: jhi on 2001/04/09 23:38:59
11616 Log: Slight wording tweaks from Damian to #9658.
11619 ____________________________________________________________________________
11620 [ 9665] By: jhi on 2001/04/09 19:56:06
11621 Log: Subject: [PATCH perlutil.pod] Nit
11622 From: Simon Cozens <simon@netthink.co.uk>
11623 Date: Mon, 9 Apr 2001 20:29:44 +0100
11624 Message-ID: <20010409202944.A14796@the.earth.li>
11627 ____________________________________________________________________________
11628 [ 9664] By: jhi on 2001/04/09 19:54:42
11629 Log: Subject: Re: perl571delta.pod@9631
11630 From: Mike Guy <mjtg@cam.ac.uk>
11631 Date: Mon, 09 Apr 2001 18:09:14 +0100
11632 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
11634 ! pod/perl571delta.pod
11635 ____________________________________________________________________________
11636 [ 9663] By: jhi on 2001/04/09 13:43:35
11637 Log: Update Changes.
11639 ! Changes patchlevel.h
11640 ____________________________________________________________________________
11641 [ 9662] By: jhi on 2001/04/09 13:24:46
11644 ! AUTHORS pod/perl571delta.pod
11645 ____________________________________________________________________________
11646 [ 9661] By: jhi on 2001/04/09 13:15:13
11647 Log: Thinko in manual patch applying.
11650 ____________________________________________________________________________
11651 [ 9660] By: jhi on 2001/04/09 13:07:53
11652 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
11653 From: Robin Barker <rmb1@cise.npl.co.uk>
11654 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
11655 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
11657 (This corrects the case where the "isn't numeric" string contains \0s
11658 and is longer than the temporary buffer, and contains \0 at the point
11659 the string would be truncated by "...".)
11662 ____________________________________________________________________________
11663 [ 9659] By: jhi on 2001/04/09 12:57:41
11664 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
11666 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
11667 ! t/lib/cgi-function.t t/lib/cgi-html.t
11668 ____________________________________________________________________________
11669 [ 9658] By: jhi on 2001/04/09 12:48:47
11670 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
11671 From: Ilmari Karonen <iltzu@sci.fi>
11672 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
11673 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
11675 Rearrange and rewrite the Method Invocation section
11676 to explain the concepts in nicer order.
11679 ____________________________________________________________________________
11680 [ 9657] By: jhi on 2001/04/09 12:35:58
11681 Log: Upgrade to podlators 1.09, from Russ Allbery.
11683 ! lib/Pod/Man.pm lib/Pod/Text.pm
11684 ____________________________________________________________________________
11685 [ 9656] By: jhi on 2001/04/09 12:31:53
11688 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
11689 ____________________________________________________________________________
11690 [ 9655] By: jhi on 2001/04/09 12:20:09
11691 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
11692 From: Prymmer/Kahn <pvhp@best.com>
11693 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
11694 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
11696 ! lib/utf8.pm pod/perlunicode.pod
11697 ____________________________________________________________________________
11698 [ 9654] By: gsar on 2001/04/09 03:38:33
11699 Log: here lies 5.6.1
11700 Branch: maint-5.6/perl
11702 ____________________________________________________________________________
11703 [ 9653] By: jhi on 2001/04/09 03:25:24
11704 Log: Update perlhist.
11707 ____________________________________________________________________________
11708 [ 9652] By: jhi on 2001/04/09 03:18:49
11709 Log: perl571delta tweaking continues.
11711 ! pod/perl571delta.pod
11712 ____________________________________________________________________________
11713 [ 9651] By: gsar on 2001/04/09 03:11:19
11714 Log: update Changes, patchlevel.h &c.
11715 Branch: maint-5.6/perl
11716 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
11718 ____________________________________________________________________________
11719 [ 9650] By: jhi on 2001/04/09 02:40:24
11720 Log: Integrate the perlfork half of #9513 from maintperl into mainline
11721 (the perlunicode half is obsolete)
11724 ____________________________________________________________________________
11725 [ 9649] By: gsar on 2001/04/09 02:35:43
11726 Log: tweak perldelta as suggested by Jarkko
11727 Branch: maint-5.6/perl
11728 ! pod/perldelta.pod
11729 ____________________________________________________________________________
11730 [ 9648] By: jhi on 2001/04/09 02:13:04
11731 Log: Integrate change #9646 from maintperl into mainline.
11733 add note about ithreads and Thread.pm
11735 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
11736 ____________________________________________________________________________
11737 [ 9647] By: jhi on 2001/04/09 02:10:18
11738 Log: Bad assumption that shortsize == 2.
11740 ! t/lib/xs-typemap.t
11741 ____________________________________________________________________________
11742 [ 9646] By: gsar on 2001/04/09 00:48:04
11743 Log: add note about ithreads and Thread.pm (too many people are
11744 confused by the fact that Thread.pm is built and installed
11745 under non-5005threads but doesn't work)
11746 Branch: maint-5.6/perl
11747 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
11748 ____________________________________________________________________________
11749 [ 9645] By: gsar on 2001/04/09 00:19:03
11750 Log: update perldelta.pod for changes in 5.6.1
11751 Branch: maint-5.6/perl
11752 ! Changes pod/perldelta.pod
11753 ____________________________________________________________________________
11754 [ 9644] By: jhi on 2001/04/08 20:37:00
11755 Log: Integrate change #9639 from maintperl into mainline:
11756 on windows, many of the README.* pods were being copied to
11759 !> win32/Makefile win32/makefile.mk
11760 ____________________________________________________________________________
11761 [ 9643] By: jhi on 2001/04/08 20:07:11
11762 Log: Integrate change #9624 from maintperl into mainline:
11763 the pod tests were not okay. (t/pod/find.t changes ignored)
11765 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
11766 !> t/pod/include.t t/pod/included.t t/pod/lref.t
11767 !> t/pod/multiline_items.t t/pod/nested_items.t
11768 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
11769 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
11770 ____________________________________________________________________________
11771 [ 9642] By: jhi on 2001/04/08 19:57:17
11772 Log: Integrate change #9638 from maintperl into mainline:
11773 update to latest JPL from the anoncvs repository
11775 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11776 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11777 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11778 ____________________________________________________________________________
11779 [ 9641] By: jhi on 2001/04/08 19:53:30
11780 Log: perl571delta updates.
11782 ! lib/Filter/Simple.pm pod/perl571delta.pod
11783 ____________________________________________________________________________
11784 [ 9640] By: gsar on 2001/04/08 19:20:46
11785 Log: integrate change#9634 from mainline
11787 Fix the perlmodlib generation (didn't understand separate .pod
11788 files; didn't understand -- as the name-thing separator).
11789 Update the CPAN mirrors list.
11790 Branch: maint-5.6/perl
11791 ! pod/perlmodlib.pod
11792 !> pod/perlmodlib.PL
11793 ____________________________________________________________________________
11794 [ 9639] By: gsar on 2001/04/08 18:57:31
11795 Log: on windows, many of the README.* pods were being copied to the wrong
11797 Branch: maint-5.6/perl
11798 ! win32/Makefile win32/makefile.mk
11799 ____________________________________________________________________________
11800 [ 9638] By: gsar on 2001/04/08 18:38:25
11801 Log: update to latest JPL from the anoncvs repository
11802 Branch: maint-5.6/perl
11803 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11804 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11805 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11806 ____________________________________________________________________________
11807 [ 9637] By: jhi on 2001/04/08 17:53:53
11808 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
11810 ! pod/perl571delta.pod
11811 ____________________________________________________________________________
11812 [ 9636] By: jhi on 2001/04/08 17:18:32
11816 ____________________________________________________________________________
11817 [ 9635] By: jhi on 2001/04/08 17:16:33
11818 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
11819 From: "Craig A. Berry" <craigberry@mac.com>
11820 Date: Sun, 08 Apr 2001 12:30:16 -0500
11821 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
11823 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
11824 ____________________________________________________________________________
11825 [ 9634] By: jhi on 2001/04/08 17:09:19
11826 Log: Fix the perlmodlib generation (didn't understand separate .pod
11827 files; didn't understand -- as the name-thing separator).
11829 Update the CPAN mirrors list.
11831 ! pod/perlmodlib.PL pod/perlmodlib.pod
11832 ____________________________________________________________________________
11833 [ 9633] By: jhi on 2001/04/08 16:49:17
11834 Log: Sort MANIFEST.
11837 ____________________________________________________________________________
11838 [ 9632] By: gsar on 2001/04/08 16:36:06
11839 Log: add $Tie::RefHash::VERSION
11840 Branch: maint-5.6/perl
11841 ! lib/Tie/RefHash.pm
11842 ____________________________________________________________________________
11843 [ 9631] By: jhi on 2001/04/08 16:10:15
11844 Log: perl571delta updates based on p5p feedback; still needs
11847 ! pod/perl571delta.pod
11848 ____________________________________________________________________________
11849 [ 9630] By: jhi on 2001/04/08 15:59:13
11850 Log: Update the list of supported platforms to talk about 5.7.1
11854 ____________________________________________________________________________
11855 [ 9629] By: jhi on 2001/04/08 15:55:41
11856 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
11857 from maintperl into mainline: perlport updates.
11860 ____________________________________________________________________________
11861 [ 9628] By: jhi on 2001/04/08 15:53:17
11862 Log: perlsolaris.pod copied to wrong directory.
11864 ! win32/makefile.mk
11865 ____________________________________________________________________________
11866 [ 9627] By: jhi on 2001/04/08 14:48:18
11867 Log: Subject: Typos in perl571delta.pod
11868 From: "Stephen P. Potter" <spp@spotter.yi.org>
11869 Date: Sat, 07 Apr 2001 20:37:05 -0400
11870 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
11872 ! pod/perl571delta.pod
11873 ____________________________________________________________________________
11874 [ 9626] By: jhi on 2001/04/08 14:39:04
11875 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
11878 ____________________________________________________________________________
11879 [ 9625] By: nick on 2001/04/08 10:14:23
11880 Log: Integrate mainline
11882 +> pod/perl570delta.pod pod/perl571delta.pod
11883 !> (integrate 27 files)
11884 ____________________________________________________________________________
11885 [ 9624] By: gsar on 2001/04/08 06:08:17
11886 Log: test in t/pod/* were busted
11888 these tests are still not enabled in t/{harness,TEST}
11889 Branch: maint-5.6/perl
11890 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
11891 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
11892 ! t/pod/multiline_items.t t/pod/nested_items.t
11893 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
11894 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
11895 ____________________________________________________________________________
11896 [ 9623] By: gsar on 2001/04/08 03:37:01
11897 Log: integrate change#9470 from mainline
11899 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
11900 Branch: maint-5.6/perl
11901 !> ext/Socket/Socket.xs
11902 ____________________________________________________________________________
11903 [ 9622] By: jhi on 2001/04/07 22:40:47
11904 Log: Update Changes.
11906 ! Changes patchlevel.h
11907 ____________________________________________________________________________
11908 [ 9621] By: jhi on 2001/04/07 22:34:16
11909 Log: Update AUTHORS.
11912 ____________________________________________________________________________
11913 [ 9620] By: jhi on 2001/04/07 22:12:47
11914 Log: Forgot to bump the number of tests in #9164.
11917 ____________________________________________________________________________
11918 [ 9619] By: jhi on 2001/04/07 22:09:50
11919 Log: Bump patchlevel to 5.7.1.
11921 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11922 ! config_h.SH patchlevel.h
11923 ____________________________________________________________________________
11924 [ 9618] By: jhi on 2001/04/07 22:02:41
11925 Log: Populate perl571delta.
11927 ! pod/perl571delta.pod
11928 ____________________________________________________________________________
11929 [ 9617] By: jhi on 2001/04/07 22:01:23
11930 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
11931 to forget it later; do not change patchlevel.h yet or regenerate
11934 ! epoc/config.sh win32/Makefile win32/config_H.bc
11935 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11936 ____________________________________________________________________________
11937 [ 9616] By: jhi on 2001/04/07 17:46:33
11938 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
11940 ! pod/perl571delta.pod
11941 ____________________________________________________________________________
11942 [ 9615] By: jhi on 2001/04/07 17:33:21
11943 Log: Change the toc configuration.
11945 ! pod/buildtoc.PL pod/perl.pod
11946 ____________________________________________________________________________
11947 [ 9614] By: jhi on 2001/04/07 17:29:47
11948 Log: Subject: PATCH: $[
11949 From: Robin Houston <robin@kitsite.com>
11950 Date: Fri, 6 Apr 2001 18:10:14 +0100
11951 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
11953 ! op.c t/op/array.t
11954 ____________________________________________________________________________
11955 [ 9613] By: jhi on 2001/04/07 17:28:26
11956 Log: Subject: [PATCH perl@9424] isn't numeric warning
11957 From: Robin Barker <rmb1@cise.npl.co.uk>
11958 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
11959 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
11961 ! sv.c t/pragma/warn/sv
11962 ____________________________________________________________________________
11963 [ 9612] By: jhi on 2001/04/07 17:26:45
11964 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
11965 From: Mike Guy <mjtg@cam.ac.uk>
11966 Date: Fri, 06 Apr 2001 12:47:06 +0100
11967 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
11969 ! dump.c t/lib/peek.t
11970 ____________________________________________________________________________
11971 [ 9611] By: jhi on 2001/04/07 17:21:35
11972 Log: Create perl571delta and seed it off with the perldelta changes
11973 since 5.7.0; remove those changes from perldelta and rename it
11974 as perl570delta; recreate perldelta but leave it almost empty.
11976 + pod/perl570delta.pod pod/perl571delta.pod
11977 ! MANIFEST pod/perldelta.pod
11978 ____________________________________________________________________________
11979 [ 9610] By: jhi on 2001/04/07 16:56:32
11982 ! pod/perldelta.pod
11983 ____________________________________________________________________________
11984 [ 9609] By: jhi on 2001/04/07 16:38:32
11985 Log: Retract #9523: needs more thought.
11988 ____________________________________________________________________________
11989 [ 9608] By: jhi on 2001/04/07 14:59:20
11990 Log: atmark() code cleanaup.
11993 ____________________________________________________________________________
11994 [ 9607] By: jhi on 2001/04/07 14:48:14
11995 Log: Integrate change #9605 from maintperl into mainline.
11997 can't optimize away scope entry if tr/// is present
12000 ____________________________________________________________________________
12001 [ 9606] By: jhi on 2001/04/07 14:43:59
12002 Log: Integrate perlio.
12004 +> win32/FindExt.pm
12005 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
12006 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
12007 ____________________________________________________________________________
12008 [ 9605] By: gsar on 2001/04/07 11:52:40
12009 Log: can't optimize away scope entry if tr/// is present
12010 Branch: maint-5.6/perl
12012 ____________________________________________________________________________
12013 [ 9604] By: nick on 2001/04/07 11:39:45
12014 Log: Split out extension finding code from buildext.pl into FindExt.pm
12015 Use it to get Config.pm's idea of available extensions in line
12016 with what is built.
12019 ! MANIFEST win32/buildext.pl win32/config_sh.PL
12020 ! win32/makefile.mk
12021 ____________________________________________________________________________
12022 [ 9603] By: nick on 2001/04/07 09:11:38
12023 Log: Cleanup correction for failed :Via() layer, also set an error code.
12025 ! ext/PerlIO/Via/Via.xs
12026 ____________________________________________________________________________
12027 [ 9602] By: nick on 2001/04/07 08:38:04
12028 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
12029 style. So don't use binmode() on the handles so that Win32 etc. see
12030 same sequence and produce same digests.
12033 ____________________________________________________________________________
12034 [ 9601] By: nick on 2001/04/07 08:36:26
12035 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
12036 Else it complains and so crlf layer (say) does not get pushed.
12039 ____________________________________________________________________________
12040 [ 9600] By: jhi on 2001/04/06 23:00:09
12041 Log: Integrate change #9599 from perlio into mainline.
12043 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
12044 !> win32/config_H.vc
12045 ____________________________________________________________________________
12046 [ 9599] By: nick on 2001/04/06 21:42:43
12047 Log: Quote $VERSION in Encode.pm.
12048 regen_config_h as requested.
12050 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
12051 ! win32/config_H.vc
12052 ____________________________________________________________________________
12053 [ 9598] By: nick on 2001/04/06 20:34:59
12054 Log: Integrate mainline
12057 !> (integrate 39 files)
12058 ____________________________________________________________________________
12059 [ 9597] By: gsar on 2001/04/06 18:06:35
12060 Log: integrate change#9464 from mainline (addendum to change#8313)
12062 Subject: [PATCH @9452] Better peep()ing for foreach() loops
12063 Branch: maint-5.6/perl
12065 ____________________________________________________________________________
12066 [ 9596] By: jhi on 2001/04/06 17:26:03
12067 Log: The d_casti32=undef is good for you even when not use64bitall.
12070 ____________________________________________________________________________
12071 [ 9595] By: gsar on 2001/04/06 14:57:17
12072 Log: add a low-impact fix to accomodate darwin-ism
12073 Branch: maint-5.6/perl
12074 ! ext/Errno/Errno_pm.PL
12075 ____________________________________________________________________________
12076 [ 9594] By: jhi on 2001/04/06 14:55:14
12077 Log: Integrate changes #9528,9593 from mainline into maintperl;
12078 tweaking the editor/IDE/shell list.
12079 Branch: maint-5.6/perl
12080 !> pod/perlfaq3.pod
12081 ____________________________________________________________________________
12082 [ 9593] By: jhi on 2001/04/06 14:51:39
12083 Log: Make the editor/IDE/shell list a little bit airier.
12086 ____________________________________________________________________________
12087 [ 9592] By: gsar on 2001/04/06 14:45:18
12088 Log: integrate change#9477 from mainline (base.pm doc tweak)
12090 missing doc entry for fmod()
12091 Branch: maint-5.6/perl
12092 ! lib/Math/BigFloat.pm
12094 ____________________________________________________________________________
12095 [ 9591] By: jhi on 2001/04/06 13:55:48
12099 ____________________________________________________________________________
12100 [ 9590] By: jhi on 2001/04/06 13:54:52
12101 Log: Math::BigFloat patches from John Peacock. The equivalent
12102 of #9586 from maintperl but reworked by John to work with
12105 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12106 ____________________________________________________________________________
12107 [ 9589] By: jhi on 2001/04/06 13:42:23
12108 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
12110 ! ext/Digest/MD5/Makefile.PL
12111 ____________________________________________________________________________
12112 [ 9588] By: jhi on 2001/04/06 13:31:45
12113 Log: Integrate changes #9584,9587 from maintperl into mainline.
12115 keep eval"" CVs alive until the end of the statement in which
12118 add README.macos (from Chris Nandor)
12120 tyop in change#9555
12123 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
12124 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
12125 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
12126 !> win32/makefile.mk
12127 ____________________________________________________________________________
12128 [ 9587] By: gsar on 2001/04/06 07:31:30
12129 Log: add README.macos (from Chris Nandor)
12131 tyop in change#9555
12132 Branch: maint-5.6/perl
12134 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
12135 ! win32/Makefile win32/makefile.mk
12136 ____________________________________________________________________________
12137 [ 9586] By: gsar on 2001/04/06 07:08:54
12138 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
12139 Branch: maint-5.6/perl
12140 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12141 ____________________________________________________________________________
12142 [ 9585] By: gsar on 2001/04/06 06:58:44
12143 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
12146 Subject: [PATCH] Base64 update to perlfaq9.pod
12148 Subject: [PATCH AUTHORS] Housekeeping
12150 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
12151 Mac OS X (Darwin) has extra pwent fields.
12153 Subject: [PATCH B::*] print control-character vars readably
12154 Needs EBCDICification.
12156 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
12158 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
12160 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
12162 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
12164 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
12166 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
12168 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
12170 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
12172 FreeBSD hints tweak from Anton Berezin.
12174 Subject: [PATCH foolperl & bleadperl] README.vms update
12176 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
12177 Branch: maint-5.6/perl
12178 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
12179 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
12180 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
12181 ____________________________________________________________________________
12182 [ 9584] By: gsar on 2001/04/06 04:09:00
12183 Log: keep eval"" CVs alive until the end of the statement in which
12184 they're called; this avoids a coredump ensuing from search for
12185 lexicals in code such as:
12189 eval q[sub { eval 'sub { &$s }' }];
12193 this code still doesn't work as intended (as it has remained
12194 since time immemorial), but it doesn't provoke a coredump anymore
12195 Branch: maint-5.6/perl
12196 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12197 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
12198 ____________________________________________________________________________
12199 [ 9583] By: jhi on 2001/04/05 23:52:51
12200 Log: Update Changes.
12202 ! Changes patchlevel.h
12203 ____________________________________________________________________________
12204 [ 9582] By: jhi on 2001/04/05 23:11:23
12205 Log: Slight doc tweak.
12207 ! pod/perlunicode.pod
12208 ____________________________________________________________________________
12209 [ 9581] By: jhi on 2001/04/05 23:04:11
12210 Log: Integrate perlio.
12212 !> pod/perlunicode.pod
12213 ____________________________________________________________________________
12214 [ 9580] By: jhi on 2001/04/05 23:03:29
12215 Log: Test for #9579.
12218 ____________________________________________________________________________
12219 [ 9579] By: jhi on 2001/04/05 22:54:17
12220 Log: Subject: [PATCH] Propagate calling context for do '...'
12221 From: Gisle Aas <gisle@ActiveState.com>
12222 Date: 04 Apr 2001 20:17:29 -0700
12223 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
12225 ! pod/perlfunc.pod pp_ctl.c
12226 ____________________________________________________________________________
12227 [ 9578] By: jhi on 2001/04/05 22:52:51
12228 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
12229 From: Peter Prymmer <pvhp@forte.com>
12230 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
12231 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
12234 ____________________________________________________________________________
12235 [ 9577] By: jhi on 2001/04/05 22:48:22
12236 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
12237 From: "Craig A. Berry" <craigberry@mac.com>
12238 Date: Thu, 5 Apr 2001 13:43:28 -0500
12239 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
12242 ____________________________________________________________________________
12243 [ 9576] By: jhi on 2001/04/05 22:31:38
12244 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
12245 From: Michael G Schwern <schwern@pobox.com>
12246 Date: Thu, 5 Apr 2001 21:53:21 +0100
12247 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
12249 ! lib/base.pm t/lib/fields.t
12250 ____________________________________________________________________________
12251 [ 9575] By: jhi on 2001/04/05 22:26:10
12252 Log: FreeBSD hints tweak from Anton Berezin.
12255 ____________________________________________________________________________
12256 [ 9574] By: jhi on 2001/04/05 22:24:03
12257 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
12258 From: David Dyck <dcd@tc.fluke.com>
12259 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
12260 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
12263 ____________________________________________________________________________
12264 [ 9573] By: jhi on 2001/04/05 22:23:06
12265 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
12266 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
12267 From: David Dyck <dcd@tc.fluke.com>
12268 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
12271 ____________________________________________________________________________
12272 [ 9572] By: jhi on 2001/04/05 22:14:47
12273 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
12274 From: Robin Houston <robin@kitsite.com>
12275 Date: Thu, 5 Apr 2001 20:56:48 +0100
12276 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
12278 ! ext/B/B/Deparse.pm
12279 ____________________________________________________________________________
12280 [ 9571] By: jhi on 2001/04/05 22:12:53
12281 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
12282 From: Robin Houston <robin@kitsite.com>
12283 Date: Thu, 5 Apr 2001 19:55:51 +0100
12284 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
12286 ! ext/B/B/Deparse.pm
12287 ____________________________________________________________________________
12288 [ 9570] By: jhi on 2001/04/05 22:11:06
12289 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
12290 From: Robin Houston <robin@kitsite.com>
12291 Date: Thu, 5 Apr 2001 20:16:29 +0100
12292 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
12294 ! ext/B/B/Deparse.pm
12295 ____________________________________________________________________________
12296 [ 9569] By: nick on 2001/04/05 21:32:26
12297 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
12299 ! pod/perlunicode.pod
12300 ____________________________________________________________________________
12301 [ 9568] By: nick on 2001/04/05 19:38:09
12302 Log: Integrate mainline
12304 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
12305 !> (integrate 35 files)
12306 ____________________________________________________________________________
12307 [ 9567] By: jhi on 2001/04/05 18:31:45
12308 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
12309 From: Robin Houston <robin@kitsite.com>
12310 Date: Thu, 5 Apr 2001 18:03:23 +0100
12311 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
12313 ! ext/B/B/Deparse.pm
12314 ____________________________________________________________________________
12315 [ 9566] By: jhi on 2001/04/05 18:29:35
12316 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
12317 From: Robin Houston <robin@kitsite.com>
12318 Date: Thu, 5 Apr 2001 16:45:18 +0100
12319 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
12321 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
12322 ____________________________________________________________________________
12323 [ 9565] By: jhi on 2001/04/05 18:24:23
12324 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
12325 From: Robin Houston <robin@kitsite.com>
12326 Date: Thu, 5 Apr 2001 14:50:09 +0100
12327 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
12329 ! ext/B/B/Deparse.pm
12330 ____________________________________________________________________________
12331 [ 9564] By: jhi on 2001/04/05 18:23:03
12332 Log: Subject: [PATCH B::*] print control-character vars readably
12333 From: Robin Houston <robin@kitsite.com>
12334 Date: Thu, 5 Apr 2001 14:27:38 +0100
12335 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
12337 Needs EBCDICification.
12339 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
12341 ____________________________________________________________________________
12342 [ 9563] By: jhi on 2001/04/05 18:20:32
12343 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
12344 Date: Thu, 5 Apr 2001 13:21:42 -0400
12345 From: Paul Schinder <schinder@pobox.com>
12346 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
12348 Mac OS X (Darwin) has extra pwent fields.
12351 ____________________________________________________________________________
12352 [ 9562] By: jhi on 2001/04/05 17:57:51
12356 ____________________________________________________________________________
12357 [ 9561] By: jhi on 2001/04/05 17:47:33
12358 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
12361 Branch: metaconfig/U/perl
12363 ! d_cmsghdr_s.U d_msghdr_s.U
12364 ____________________________________________________________________________
12365 [ 9560] By: jhi on 2001/04/05 17:47:01
12366 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
12367 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
12368 Introduce probes for struct msghdr, struct cmsghdr,
12369 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
12370 ualarm, usleep, for possible later extension work.
12372 + t/lib/md5-align.t
12373 ! Configure MANIFEST Porting/Glossary Porting/config.sh
12374 ! Porting/config_H config_h.SH configure.com epoc/config.sh
12375 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
12376 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12377 ! vos/config.ga.h win32/config.bc win32/config.gc
12379 ____________________________________________________________________________
12380 [ 9559] By: jhi on 2001/04/05 13:03:04
12381 Log: Be traditional in your cpp (for the Errno extension).
12384 ____________________________________________________________________________
12385 [ 9558] By: jhi on 2001/04/05 13:00:05
12386 Log: Add $Config{cppflags} to the gcc incantation.
12388 ! ext/Errno/Errno_pm.PL
12389 ____________________________________________________________________________
12390 [ 9557] By: jhi on 2001/04/05 04:22:39
12391 Log: Introduce Sean Burke's Class::ISA 0.32.
12393 + lib/Class/ISA.pm t/lib/class-isa.t
12395 ____________________________________________________________________________
12396 [ 9556] By: jhi on 2001/04/05 04:09:50
12397 Log: Subject: [PATCH AUTHORS] Housekeeping
12398 From: Paul Johnson <paul@pjcj.net>
12399 Date: Wed, 4 Apr 2001 22:45:47 +0200
12400 Message-ID: <20010404224547.D9548@pjcj.net>
12403 ____________________________________________________________________________
12404 [ 9555] By: jhi on 2001/04/05 04:06:33
12405 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
12406 From: Gisle Aas <gisle@ActiveState.com>
12407 Date: 04 Apr 2001 14:23:04 -0700
12408 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
12411 ____________________________________________________________________________
12412 [ 9554] By: jhi on 2001/04/05 04:05:49
12413 Log: Downgrade also the "Wide character" diagnostic.
12416 ____________________________________________________________________________
12417 [ 9553] By: jhi on 2001/04/05 04:00:33
12418 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
12419 maintperl into mainline.
12421 "double" should be "NV"; standard typemap is missing entry
12426 Downgrade "Wide character in print" to a warning.
12428 B::Deparse fix for ${^FOO} and documentation for PVX() method
12429 (from Robin Houston)
12431 tr/// doesn't null-terminate the result in some situations
12434 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
12435 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
12436 !> t/io/utf8.t t/op/tr.t
12437 ____________________________________________________________________________
12438 [ 9552] By: jhi on 2001/04/05 03:52:50
12439 Log: Retract changes #9542 and #9538 (from maintperl, integrated
12440 at #9540), shouldn't be needed because of the perlio changes.
12443 ____________________________________________________________________________
12444 [ 9551] By: gsar on 2001/04/05 00:18:34
12445 Log: tr/// doesn't null-terminate the result in some situations
12447 Branch: maint-5.6/perl
12449 ____________________________________________________________________________
12450 [ 9550] By: gsar on 2001/04/04 20:04:17
12451 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
12452 (from Robin Houston)
12453 Branch: maint-5.6/perl
12454 ! ext/B/B.pm ext/B/B/Deparse.pm
12455 ____________________________________________________________________________
12456 [ 9549] By: nick on 2001/04/04 18:56:15
12457 Log: Downgrade "Wide character in print" to a warning.
12459 ! doio.c t/io/utf8.t
12460 ____________________________________________________________________________
12461 [ 9548] By: gsar on 2001/04/04 18:51:49
12462 Log: integrate changes#9460,9462,9482,9521,9522
12464 Subject: PATCH: B::Debug should show LOOP-specific fields
12466 Subject: B::Deparse precedence bug. (Patch included.)
12468 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
12470 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
12472 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
12473 Branch: maint-5.6/perl
12474 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
12475 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
12476 ____________________________________________________________________________
12477 [ 9547] By: gsar on 2001/04/04 18:49:16
12479 Branch: maint-5.6/perl
12480 ! ext/Thread/Thread.xs
12481 ____________________________________________________________________________
12482 [ 9546] By: nick on 2001/04/04 18:44:00
12483 Log: Integrate mainline.
12485 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
12486 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
12487 ____________________________________________________________________________
12488 [ 9545] By: gsar on 2001/04/04 18:38:52
12489 Log: integrate change#8837 from mainline
12491 Subject: [patch] -Wall cleanup round 2
12492 Branch: maint-5.6/perl
12493 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12494 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12495 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
12496 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12497 !> ext/SDBM_File/SDBM_File.xs
12498 ____________________________________________________________________________
12499 [ 9544] By: gsar on 2001/04/04 17:49:57
12500 Log: "double" should be "NV"; standard typemap is missing entry
12502 Branch: maint-5.6/perl
12503 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
12504 ____________________________________________________________________________
12505 [ 9543] By: jhi on 2001/04/04 14:13:18
12506 Log: Thou shalt not (just) match for English error messages.
12508 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
12509 ! os2/OS2/Process/Process.pm
12510 ____________________________________________________________________________
12511 [ 9542] By: jhi on 2001/04/04 13:20:39
12512 Log: Make the stdio tricks of fflush_all() to exist only if
12513 stdio is being used.
12516 ____________________________________________________________________________
12517 [ 9541] By: jhi on 2001/04/04 04:20:24
12518 Log: Subject: Re: [PATCH] Lighten up glob
12519 From: Benjamin Sugars <bsugars@canoe.ca>
12520 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
12521 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
12523 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
12525 ____________________________________________________________________________
12526 [ 9540] By: jhi on 2001/04/04 04:03:57
12527 Log: Integrate changes #9538,9539 from maintperl into mainline.
12529 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
12530 for use with _fwalk() (fix for change#7705)
12532 another tweak needed for SunOS 4.1.x build (from Mike Guy)
12533 (cp -f is not portable)
12535 !> Makefile.SH util.c
12536 ____________________________________________________________________________
12537 [ 9539] By: gsar on 2001/04/04 03:01:14
12538 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
12539 Branch: maint-5.6/perl
12541 ____________________________________________________________________________
12542 [ 9538] By: gsar on 2001/04/04 01:00:38
12543 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
12544 for use with _fwalk() (fix for change#7705)
12545 Branch: maint-5.6/perl
12547 ____________________________________________________________________________
12548 [ 9537] By: nick on 2001/04/03 19:24:55
12549 Log: Integrate mainline
12551 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
12552 +> lib/unicode/PropList.html
12553 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
12554 !> (integrate 69 files)
12555 ____________________________________________________________________________
12556 [ 9536] By: jhi on 2001/04/03 18:02:31
12557 Log: Integrate change #9533 from maintperl into mainline.
12559 better fix for change#9517 to accomodate UNC paths like
12560 \\server\share\foo, and paths with trailing backslash
12563 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12564 ____________________________________________________________________________
12565 [ 9535] By: jhi on 2001/04/03 17:58:07
12566 Log: Change the push/unshift warning to be of class syntax, not misc.
12568 ! op.c pod/perldiag.pod t/pragma/warn/op
12569 ____________________________________________________________________________
12570 [ 9534] By: jhi on 2001/04/03 15:03:46
12571 Log: Change the push/unshift warning (#9532) to talk about "no values"
12572 instead of "no arguments".
12574 ! op.c pod/perldiag.pod t/pragma/warn/op
12575 ____________________________________________________________________________
12576 [ 9533] By: gsar on 2001/04/03 14:30:07
12577 Log: better fix for change#9517 to accomodate UNC paths like
12578 \\server\share\foo, and paths with trailing backslash
12580 Branch: maint-5.6/perl
12581 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12582 ____________________________________________________________________________
12583 [ 9532] By: jhi on 2001/04/03 13:11:46
12584 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
12585 From: Robin Houston <robin@kitsite.com>
12586 Date: Mon, 2 Apr 2001 15:03:29 +0100
12587 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
12589 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
12590 ____________________________________________________________________________
12591 [ 9531] By: jhi on 2001/04/03 13:06:34
12592 Log: Integrate change #9530 from maintperl into mainline.
12594 accomodate VMS "mailbox overflow" quirk in testsuite (from
12598 ____________________________________________________________________________
12599 [ 9530] By: gsar on 2001/04/03 04:56:41
12600 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
12602 Branch: maint-5.6/perl
12604 ____________________________________________________________________________
12605 [ 9529] By: jhi on 2001/04/03 02:34:34
12606 Log: Update Changes.
12608 ! Changes patchlevel.h
12609 ____________________________________________________________________________
12610 [ 9528] By: jhi on 2001/04/03 01:27:57
12611 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
12612 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
12613 To: perl5-porters@perl.org
12614 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
12617 ____________________________________________________________________________
12618 [ 9527] By: jhi on 2001/04/03 01:22:09
12619 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
12620 From: Peter Prymmer <pvhp@forte.com>
12621 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
12622 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
12624 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
12625 ____________________________________________________________________________
12626 [ 9526] By: jhi on 2001/04/03 01:18:25
12627 Log: The metaconfig unit changes for #9525.
12629 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
12630 Branch: metaconfig/U/perl
12632 ____________________________________________________________________________
12633 [ 9525] By: jhi on 2001/04/03 01:17:30
12634 Log: Configure sanity checks:
12635 * if use64bitall is attempted but pointers are only 32-bit,
12636 'downgrade' to use64bitint
12637 * if use64bitint is attempted but there's no quad type,
12638 forget about use64bitint (well, the default for it is 'n',
12639 the user can still override this)
12640 * if pointers are 64 bits, do not try to use Perl's malloc
12643 ____________________________________________________________________________
12644 [ 9524] By: gsar on 2001/04/03 01:09:12
12645 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
12646 Branch: maint-5.6/perl
12648 ____________________________________________________________________________
12649 [ 9523] By: jhi on 2001/04/03 00:02:31
12650 Log: (Retracted by #9609)
12652 Make it harder for parallel makes to enter 'test' before
12653 Dynaloader and File::Glob are happy. (In principle 'make_ext'
12654 should be unhappy enough, but sometimes parallel makes seem
12655 to sneak past both in Tru64 and AIX.)
12658 ____________________________________________________________________________
12659 [ 9522] By: jhi on 2001/04/02 22:35:31
12660 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
12661 Date: Mon, 2 Apr 2001 22:54:10 +0100
12662 From: Robin Houston <robin@kitsite.com>
12663 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
12665 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
12666 ____________________________________________________________________________
12667 [ 9521] By: jhi on 2001/04/02 22:32:23
12668 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
12669 From: Robin Houston <robin@kitsite.com>
12670 Date: Mon, 2 Apr 2001 20:24:03 +0100
12671 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
12673 ! ext/B/B/Concise.pm
12674 ____________________________________________________________________________
12675 [ 9520] By: jhi on 2001/04/02 22:30:43
12676 Log: Subject: [PATCH] REALLY pedantic hv.h nit
12677 From: Simon Cozens <simon@netthink.co.uk>
12678 Date: Mon, 2 Apr 2001 15:43:06 +0100
12679 Message-ID: <20010402154306.A21711@netthink.co.uk>
12682 ____________________________________________________________________________
12683 [ 9519] By: jhi on 2001/04/02 22:28:04
12686 Subject: [foolperl] EPOC fix
12687 From: Olaf Flebbe <O.Flebbe@science-computing.de>
12688 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
12689 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
12692 ____________________________________________________________________________
12693 [ 9518] By: jhi on 2001/04/02 22:22:34
12694 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
12696 README.win32 tweaks; add a note about alternative location for
12697 getting a gcc-2.95.2 that will build perl properly on windows
12699 add some notes about gutsy threading matters
12701 many of the utilities interpolate literal paths within doublequotes
12702 (fails on dosish platforms where path contains backslashes)
12704 !> README.win32 pod/perlguts.pod utils/perldoc.PL
12705 !> x2p/find2perl.PL x2p/s2p.PL
12706 ____________________________________________________________________________
12707 [ 9517] By: gsar on 2001/04/02 19:52:21
12708 Log: many of the utilities interpolate literal paths within doublequotes
12709 (fails on dosish platforms where path contains backslashes)
12710 Branch: maint-5.6/perl
12711 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12712 ____________________________________________________________________________
12713 [ 9516] By: gsar on 2001/04/02 05:49:37
12714 Log: a foolish release
12715 Branch: maint-5.6/perl
12716 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
12718 ____________________________________________________________________________
12719 [ 9515] By: gsar on 2001/04/02 05:04:29
12720 Log: add missing changelog summaries
12721 Branch: maint-5.6/perl
12723 ____________________________________________________________________________
12724 [ 9514] By: gsar on 2001/04/02 04:07:13
12725 Log: add some notes about gutsy threading matters
12726 Branch: maint-5.6/perl
12728 ____________________________________________________________________________
12729 [ 9513] By: gsar on 2001/04/02 03:25:21
12730 Log: add more prominent caveat notices about experimental features
12731 Branch: maint-5.6/perl
12732 ! pod/perlfork.pod pod/perlunicode.pod
12733 ____________________________________________________________________________
12734 [ 9512] By: gsar on 2001/04/02 02:54:33
12735 Log: integrate changes#9479,9509 from mainline
12737 [PATCH] File::Glob stuff for Mac OS
12739 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
12740 Branch: maint-5.6/perl
12741 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12742 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
12743 !> t/lib/glob-taint.t
12744 ____________________________________________________________________________
12745 [ 9511] By: gsar on 2001/04/02 02:38:24
12746 Log: README.win32 tweaks; add a note about alternative location for
12747 getting a gcc-2.95.2 that will build perl properly on windows
12748 Branch: maint-5.6/perl
12750 ____________________________________________________________________________
12751 [ 9510] By: jhi on 2001/04/01 20:45:10
12752 Log: An ambiguosity warning.
12755 ____________________________________________________________________________
12756 [ 9509] By: jhi on 2001/04/01 19:53:47
12757 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
12758 From: Jonathan Stowe <gellyfish@gellyfish.com>
12759 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
12760 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
12762 ! ext/File/Glob/bsd_glob.c
12763 ____________________________________________________________________________
12764 [ 9508] By: jhi on 2001/04/01 19:35:03
12765 Log: Update Changes.
12767 ! Changes patchlevel.h
12768 ____________________________________________________________________________
12769 [ 9507] By: jhi on 2001/04/01 19:24:01
12770 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
12771 from mainline to maintperl: pod tweaks.
12772 Branch: maint-5.6/perl
12773 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
12774 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
12776 ____________________________________________________________________________
12777 [ 9506] By: jhi on 2001/04/01 19:11:53
12778 Log: Commit Sarathy to April release of 5.6.1 :-)
12781 ____________________________________________________________________________
12782 [ 9505] By: jhi on 2001/04/01 19:03:15
12783 Log: Subject: PATCH 5.6.0 (perldebug.pod)
12784 From: Mark-Jason Dominus <mjd@plover.com>
12785 Date: Sun, 01 Apr 2001 14:25:11 -0400
12786 Message-ID: <20010401182511.9247.qmail@plover.com>
12788 ! pod/perldebug.pod
12789 ____________________________________________________________________________
12790 [ 9504] By: jhi on 2001/04/01 18:43:09
12791 Log: Add great_circle_direction().
12793 ! lib/Math/Trig.pm t/lib/trig.t
12794 ____________________________________________________________________________
12795 [ 9503] By: jhi on 2001/04/01 17:29:12
12796 Log: Unicode ReadMe update for Unicode 3.1.
12798 ! lib/unicode/ReadMe.txt
12799 ____________________________________________________________________________
12800 [ 9502] By: jhi on 2001/04/01 17:18:40
12801 Log: Integrate change #9501 from maintperl into mainline.
12803 fix the perlembed notes on multiple interpreters
12805 fix ExtUtils::Embed to work passably on Windows
12807 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
12808 ____________________________________________________________________________
12809 [ 9501] By: gsar on 2001/04/01 07:21:57
12810 Log: fix the perlembed notes on multiple interpreters
12812 fix ExtUtils::Embed to work passably on Windows
12813 Branch: maint-5.6/perl
12814 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
12815 ____________________________________________________________________________
12816 [ 9500] By: jhi on 2001/04/01 05:58:23
12817 Log: Test for #9499.
12820 ____________________________________________________________________________
12821 [ 9499] By: jhi on 2001/04/01 05:55:46
12822 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
12824 ! embed.h embed.pl op.c proto.h
12825 ____________________________________________________________________________
12826 [ 9498] By: jhi on 2001/04/01 05:44:34
12827 Log: Protect the workaround hunk more.
12830 ____________________________________________________________________________
12831 [ 9497] By: jhi on 2001/04/01 00:24:25
12832 Log: Integrate changes #9493,9494,9495,9496 from maintperl
12835 fix a broken workaround for Borland compiler in change#4739
12836 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
12838 nits spotted by Borland compiler
12840 avoid redefinition warnings under Borland 5.02
12842 various nits identified by the Borland 5.5 compiler; remove suppression
12845 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
12847 ____________________________________________________________________________
12848 [ 9496] By: gsar on 2001/03/31 23:22:28
12849 Log: various nits identified by the Borland 5.5 compiler; remove suppression
12851 Branch: maint-5.6/perl
12852 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
12853 ____________________________________________________________________________
12854 [ 9495] By: gsar on 2001/03/31 21:03:08
12855 Log: avoid redefinition warnings under Borland 5.02
12856 Branch: maint-5.6/perl
12857 ! win32/makefile.mk
12858 ____________________________________________________________________________
12859 [ 9494] By: gsar on 2001/03/31 20:18:59
12860 Log: nits spotted by Borland compiler
12861 Branch: maint-5.6/perl
12862 ! utf8.h win32/win32.h
12863 ____________________________________________________________________________
12864 [ 9493] By: gsar on 2001/03/31 20:18:05
12865 Log: fix a broken workaround for Borland compiler in change#4739
12866 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
12867 Branch: maint-5.6/perl
12869 ____________________________________________________________________________
12870 [ 9492] By: jhi on 2001/03/31 18:36:24
12871 Log: Integrate change #9491 from maintperl into mainline.
12873 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
12874 directory is relative (need to fetch the full path name *before*
12878 ____________________________________________________________________________
12879 [ 9491] By: gsar on 2001/03/31 17:01:56
12880 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
12881 directory is relative (need to fetch the full path name *before*
12884 this is a followup patch for change#6749
12885 Branch: maint-5.6/perl
12887 ____________________________________________________________________________
12888 [ 9490] By: jhi on 2001/03/31 15:50:18
12889 Log: Subject: Re: [PATCH] av.h cosmetics
12890 From: Simon Cozens <simon@netthink.co.uk>
12891 Date: Sat, 31 Mar 2001 13:09:59 +0100
12892 Message-ID: <20010331130959.A22000@netthink.co.uk>
12897 ____________________________________________________________________________
12898 [ 9489] By: jhi on 2001/03/31 15:48:44
12899 Log: Subject: [PATCH] Re: Math::Big* v1.21
12900 From: Tels <perl_dummy@bloodgate.com>
12901 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
12902 Message-Id: <200103311125.GAA377738@www08.hway.net>
12905 ____________________________________________________________________________
12906 [ 9488] By: jhi on 2001/03/31 03:39:51
12907 Log: Debug output tweak.
12910 ____________________________________________________________________________
12911 [ 9487] By: jhi on 2001/03/31 03:33:02
12912 Log: OverVMSification.
12915 ____________________________________________________________________________
12916 [ 9486] By: jhi on 2001/03/31 03:01:40
12917 Log: Missed MANIFESTations in #9483.
12920 ____________________________________________________________________________
12921 [ 9485] By: jhi on 2001/03/31 02:58:17
12922 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
12923 From: Peter Prymmer <pvhp@forte.com>
12924 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
12925 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
12927 ! regexec.c t/lib/cwd.t
12928 ____________________________________________________________________________
12929 [ 9484] By: jhi on 2001/03/31 01:04:41
12930 Log: Obsolete file (see #3938)
12932 - lib/unicode/README.Ethiopic
12934 ____________________________________________________________________________
12935 [ 9483] By: jhi on 2001/03/31 00:52:42
12936 Log: Update to Unicode 3.1.
12937 (Rename Names.txt to NamesList.txt.)
12939 + lib/unicode/NamesList.txt lib/unicode/PropList.html
12940 - lib/unicode/Names.txt
12941 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
12942 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
12943 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
12944 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
12945 ! lib/unicode/UCD.html lib/unicode/Unicode.html
12946 ! lib/unicode/rename lib/unicode/version
12947 ____________________________________________________________________________
12948 [ 9482] By: jhi on 2001/03/30 23:33:44
12949 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
12950 From: Robin Houston <robin@kitsite.com>
12951 Date: Fri, 30 Mar 2001 20:07:22 +0100
12952 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
12954 ! ext/B/B/Deparse.pm
12955 ____________________________________________________________________________
12956 [ 9481] By: jhi on 2001/03/30 23:20:25
12957 Log: Subject: Re: [PATCH] CwdXS, Take 2
12958 From: Benjamin Sugars <bsugars@canoe.ca>
12959 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
12960 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
12962 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
12963 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
12964 ____________________________________________________________________________
12965 [ 9480] By: jhi on 2001/03/30 22:52:38
12966 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
12967 From: David Dyck <dcd@tc.fluke.com>
12968 Date: Fri, 30 Mar 2001 14:44:13 -0800
12969 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
12971 The t/rantests flags file creation was accidentally
12975 ____________________________________________________________________________
12976 [ 9479] By: jhi on 2001/03/30 22:45:45
12977 Log: Subject: [PATCH] File::Glob stuff for Mac OS
12978 From: Chris Nandor <pudge@pobox.com>
12979 Date: Fri, 30 Mar 2001 16:51:00 -0500
12980 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
12982 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12983 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
12984 ! t/lib/glob-taint.t
12985 ____________________________________________________________________________
12986 [ 9478] By: jhi on 2001/03/30 22:43:12
12987 Log: Subject: fix for win32/buildext.pl
12988 From: "Vadim Konovalov" <watman@inbox.ru>
12989 Date: Sat, 31 Mar 2001 00:50:36 +0400
12990 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
12992 ! win32/buildext.pl
12993 ____________________________________________________________________________
12994 [ 9477] By: jhi on 2001/03/30 22:41:16
12995 Log: Subject: small base.pm doc patch
12996 From: Leon Brocard <acme@astray.com>
12997 Date: Fri, 30 Mar 2001 21:49:57 +0100
12998 Message-ID: <20010330214957.B8733@ns0.astray.com>
13001 ____________________________________________________________________________
13002 [ 9476] By: jhi on 2001/03/30 18:16:57
13003 Log: Subject: [PATCH] av.h cosmetics
13004 From: Simon Cozens <simon@netthink.co.uk>
13005 Date: Fri, 30 Mar 2001 18:12:28 +0100
13006 Message-ID: <20010330181228.A9319@netthink.co.uk>
13009 ____________________________________________________________________________
13010 [ 9475] By: jhi on 2001/03/30 18:15:50
13011 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
13012 From: "Philip Newton" <pnewton@gmx.de>
13013 Date: Fri, 30 Mar 2001 19:06:57 +0200
13014 Message-ID: <3AC4D951.14815.1AC7068@localhost>
13017 ____________________________________________________________________________
13018 [ 9474] By: jhi on 2001/03/30 18:14:02
13019 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
13020 From: Benjamin Sugars <bsugars@canoe.ca>
13021 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
13022 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
13024 ! t/lib/glob-basic.t
13025 ____________________________________________________________________________
13026 [ 9473] By: jhi on 2001/03/30 16:09:24
13027 Log: Update Changes.
13029 ! Changes patchlevel.h
13030 ____________________________________________________________________________
13031 [ 9472] By: jhi on 2001/03/30 15:16:08
13032 Log: Integrate perlio.
13034 !> t/lib/cwd.t t/lib/glob-basic.t
13035 ____________________________________________________________________________
13036 [ 9471] By: nick on 2001/03/30 14:47:10
13037 Log: Should be (^O eq 'MSWin32') not 'Win32'
13038 Fail #12 seems real - chdir is in wrong dir.
13041 ____________________________________________________________________________
13042 [ 9470] By: jhi on 2001/03/30 14:41:11
13043 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
13044 From: Radu Greab <radu@netsoft.ro>
13045 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
13046 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
13050 ! ext/Socket/Socket.xs pp_sys.c
13051 ____________________________________________________________________________
13052 [ 9469] By: jhi on 2001/03/30 14:37:51
13053 Log: Subject: PATCH pod/perldiag.pod
13054 From: Robin Houston <robin@kitsite.com>
13055 Date: Fri, 30 Mar 2001 14:10:36 +0100
13056 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
13058 ! pod/perldiag.pod t/lib/glob-basic.t
13059 ____________________________________________________________________________
13060 [ 9468] By: jhi on 2001/03/30 14:36:36
13061 Log: Subject: Better diagnostic in io/fs.t
13062 From: andreas.koenig@anima.de (Andreas J. Koenig)
13063 Date: 30 Mar 2001 10:11:43 +0200
13064 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
13067 ____________________________________________________________________________
13068 [ 9467] By: nick on 2001/03/30 14:25:43
13069 Log: Skip order test of glob if case-ignoring system cannot
13070 create a.test and A.test
13072 ! t/lib/glob-basic.t
13073 ____________________________________________________________________________
13074 [ 9466] By: nick on 2001/03/30 13:03:12
13075 Log: Integrate mainline.
13077 - ext/re/hints/aix.pl
13078 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
13079 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
13080 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
13081 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
13082 ____________________________________________________________________________
13083 [ 9465] By: jhi on 2001/03/30 03:53:37
13084 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
13085 the tests sometimes hang, sometimes not.)
13087 ! t/lib/io_multihomed.t t/lib/io_sock.t
13088 ____________________________________________________________________________
13089 [ 9464] By: jhi on 2001/03/30 02:56:04
13090 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
13091 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13092 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
13093 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
13096 ____________________________________________________________________________
13097 [ 9463] By: jhi on 2001/03/30 02:34:48
13098 Log: Test for #9462.
13101 ____________________________________________________________________________
13102 [ 9462] By: jhi on 2001/03/30 02:29:37
13103 Log: Subject: B::Deparse precedence bug. (Patch included.)
13104 From: Jeremy Madea <jmadea@inktomi.com>
13105 Date: Thu, 29 Mar 2001 12:05:02 -0800
13106 Message-ID: <20010329120502.A24881@dr.inktomi.com>
13108 ! ext/B/B/Deparse.pm
13109 ____________________________________________________________________________
13110 [ 9461] By: jhi on 2001/03/30 02:18:41
13111 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
13112 From: Peter Prymmer <pvhp@forte.com>
13113 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
13114 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
13116 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
13118 ____________________________________________________________________________
13119 [ 9460] By: jhi on 2001/03/30 02:17:07
13120 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
13121 From: Robin Houston <robin@kitsite.com>
13122 Date: Thu, 29 Mar 2001 20:47:56 +0100
13123 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
13126 ____________________________________________________________________________
13127 [ 9459] By: jhi on 2001/03/30 02:16:05
13128 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
13129 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13130 Date: Wed, 28 Mar 2001 18:02:20 -0600
13131 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
13133 ! lib/ExtUtils/MM_VMS.pm
13134 ____________________________________________________________________________
13135 [ 9458] By: jhi on 2001/03/30 02:07:58
13136 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
13137 From: "Joshua E. Rodd" <jrodd@pbs.org>
13138 Date: Wed, 28 Mar 2001 17:29:12 -0500
13139 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
13142 ____________________________________________________________________________
13143 [ 9457] By: jhi on 2001/03/30 02:04:33
13144 Log: Subject: ext/re/aix.pl can go
13145 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13146 Date: Thu, 29 Mar 2001 12:03:28 +0200
13147 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
13149 - ext/re/hints/aix.pl
13151 ____________________________________________________________________________
13152 [ 9456] By: jhi on 2001/03/30 02:03:32
13153 Log: Integrate perlio.
13155 !> ext/Encode/Encode.xs installperl
13156 ____________________________________________________________________________
13157 [ 9455] By: nick on 2001/03/29 21:11:46
13158 Log: DLL name has changed so installperl needs to know
13159 (Why isn't it working it out or passed it?)
13162 ____________________________________________________________________________
13163 [ 9454] By: nick on 2001/03/29 20:56:12
13164 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
13165 and we don't get undef warnings.
13167 ! ext/Encode/Encode.xs
13168 ____________________________________________________________________________
13169 [ 9453] By: nick on 2001/03/29 17:58:48
13170 Log: Integrate mainline
13172 !> Changes patchlevel.h
13173 ____________________________________________________________________________
13174 [ 9452] By: jhi on 2001/03/29 16:44:55
13175 Log: Update Changes.
13177 ! Changes patchlevel.h
13178 ____________________________________________________________________________
13179 [ 9451] By: nick on 2001/03/29 16:31:38
13180 Log: Integrate mainline
13182 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
13183 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
13184 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
13185 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
13186 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
13187 ____________________________________________________________________________
13188 [ 9450] By: jhi on 2001/03/29 16:29:17
13189 Log: Integrate perlio.
13191 !> win32/buildext.pl
13192 ____________________________________________________________________________
13193 [ 9449] By: jhi on 2001/03/29 15:50:01
13194 Log: Update Changes.
13196 ! Changes patchlevel.h
13197 ____________________________________________________________________________
13198 [ 9448] By: nick on 2001/03/29 15:47:15
13199 Log: Make sure buildext.pl finds Errno.pm
13201 ! win32/buildext.pl
13202 ____________________________________________________________________________
13203 [ 9447] By: jhi on 2001/03/29 15:39:34
13204 Log: Integrate perlio.
13206 !> win32/makefile.mk
13207 ____________________________________________________________________________
13208 [ 9446] By: nick on 2001/03/29 15:30:03
13209 Log: Integrate win32/makefile.mk with mainline.
13211 !> win32/makefile.mk
13212 ____________________________________________________________________________
13213 [ 9445] By: nick on 2001/03/29 15:27:32
13214 Log: Fix breakage ...
13216 ! win32/makefile.mk
13217 ____________________________________________________________________________
13218 [ 9444] By: jhi on 2001/03/29 15:03:08
13219 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
13220 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13221 Date: Thu, 29 Mar 2001 10:32:59 +0400
13222 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
13224 ! win32/makefile.mk
13225 ____________________________________________________________________________
13226 [ 9443] By: jhi on 2001/03/29 15:02:12
13227 Log: Integrate perlio.
13229 +> win32/buildext.pl
13230 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
13231 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
13232 ____________________________________________________________________________
13233 [ 9442] By: nick on 2001/03/29 14:59:11
13234 Log: Work in progress - determine win32 extensions to build via script.
13236 + win32/buildext.pl
13237 ! MANIFEST win32/makefile.mk
13238 ____________________________________________________________________________
13239 [ 9441] By: jhi on 2001/03/29 14:51:47
13240 Log: Reintroduce the use of external pwd.
13243 ____________________________________________________________________________
13244 [ 9440] By: jhi on 2001/03/29 14:42:58
13245 Log: use warnings instead of -w.
13248 ____________________________________________________________________________
13249 [ 9439] By: jhi on 2001/03/29 14:41:52
13250 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
13251 From: Jonathan Stowe <gellyfish@gellyfish.com>
13252 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
13253 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
13256 ____________________________________________________________________________
13257 [ 9438] By: jhi on 2001/03/29 14:39:38
13258 Log: Subject: [PATCH perl@9424] minor pod nits
13259 From: Robin Barker <rmb1@cise.npl.co.uk>
13260 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
13261 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
13263 ! pod/perlhack.pod pod/perliol.pod
13264 ____________________________________________________________________________
13265 [ 9437] By: jhi on 2001/03/29 14:29:16
13266 Log: Subject: [PATCH perl@9424] typemap cast warning
13267 From: Robin Barker <rmb1@cise.npl.co.uk>
13268 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
13269 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
13271 ! lib/ExtUtils/typemap
13272 ____________________________________________________________________________
13273 [ 9436] By: jhi on 2001/03/29 14:26:03
13274 Log: Subject: [PATCH perl@9424] printf warning
13275 From: Robin Barker <rmb1@cise.npl.co.uk>
13276 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
13277 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
13279 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
13280 ! ext/Storable/Storable.xs toke.c
13281 ____________________________________________________________________________
13282 [ 9435] By: nick on 2001/03/29 14:23:31
13283 Log: Win32 has name conflict with ERROR
13285 ! ext/PerlIO/Via/Via.xs
13286 ____________________________________________________________________________
13287 [ 9434] By: jhi on 2001/03/29 14:17:48
13288 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
13289 From: Peter Prymmer <pvhp@forte.com>
13290 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
13291 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
13293 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
13294 ____________________________________________________________________________
13295 [ 9433] By: jhi on 2001/03/29 13:52:44
13296 Log: test-prep target was missing.
13299 ____________________________________________________________________________
13300 [ 9432] By: nick on 2001/03/29 12:40:03
13301 Log: Make as-shipped compiler default to MSVC6
13303 ! win32/makefile.mk
13304 ____________________________________________________________________________
13305 [ 9431] By: nick on 2001/03/29 12:12:16
13306 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
13307 akin to PerlIO::Scalar.
13309 ! perlio.c perlio.h
13310 ____________________________________________________________________________
13311 [ 9430] By: nick on 2001/03/29 10:56:35
13312 Log: Integrate mainline.
13314 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
13315 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
13316 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
13317 !> win32/makefile.mk win32/win32sck.c
13318 ____________________________________________________________________________
13319 [ 9429] By: nick on 2001/03/29 09:03:43
13320 Log: Noticed that two tests were skipped as perlio:: package
13321 isn't there any more. Changed the skip condition.
13322 Avoid core-dump if sv_utf8_upgrade() called on something
13323 that does not become SvPOK after SvPV() (e.g. a ref).
13325 ! sv.c t/io/utf8.t t/lib/io_scalar.t
13326 ____________________________________________________________________________
13327 [ 9428] By: jhi on 2001/03/29 01:31:47
13328 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
13329 From: Benjamin Sugars <bsugars@canoe.ca>
13330 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
13331 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
13333 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
13334 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
13335 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
13336 ____________________________________________________________________________
13337 [ 9427] By: jhi on 2001/03/29 00:49:30
13338 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
13339 From: "Vadim Konovalov" <watman@inbox.ru>
13340 Date: Thu, 29 Mar 2001 01:50:12 +0400
13341 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
13343 ! win32/makefile.mk win32/win32sck.c
13344 ____________________________________________________________________________
13345 [ 9426] By: gsar on 2001/03/29 00:28:04
13346 Log: dmake can only handle == and != in comparisons; support building
13347 with Borland's VCL libraries (from Vadim Konovalov)
13348 Branch: maint-5.6/perl
13349 ! win32/makefile.mk
13350 ____________________________________________________________________________
13351 [ 9425] By: nick on 2001/03/28 19:29:56
13352 Log: Integrate (@snapshot)
13354 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
13355 ____________________________________________________________________________
13356 [ 9424] By: jhi on 2001/03/28 19:03:16
13357 Log: Update Changes.
13359 ! Changes patchlevel.h
13360 ____________________________________________________________________________
13361 [ 9423] By: jhi on 2001/03/28 18:52:09
13362 Log: Rmdir lib/XS on cleanup.
13365 ____________________________________________________________________________
13366 [ 9422] By: jhi on 2001/03/28 18:49:34
13367 Log: Integrate perlio.
13369 !> t/op/utf8decode.t
13370 ____________________________________________________________________________
13371 [ 9421] By: nick on 2001/03/28 18:46:44
13372 Log: Loose duplicate chunk.
13374 ! t/op/utf8decode.t
13375 ____________________________________________________________________________
13376 [ 9420] By: nick on 2001/03/28 18:44:11
13377 Log: Integrate mainline.
13379 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
13381 ____________________________________________________________________________
13382 [ 9419] By: jhi on 2001/03/28 18:42:05
13383 Log: Can't trust external pwds
13384 (either shell builtins or external programs)
13387 ____________________________________________________________________________
13388 [ 9418] By: jhi on 2001/03/28 18:34:05
13389 Log: Integrate perlio.
13392 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
13393 !> t/op/utf8decode.t
13394 ____________________________________________________________________________
13395 [ 9417] By: nick on 2001/03/28 18:24:02
13396 Log: PerlIO.pm / perlio.pm conflict.
13398 Make t/op/utf8decode.t a text file.
13401 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
13402 ! t/op/utf8decode.t
13403 ____________________________________________________________________________
13404 [ 9416] By: jhi on 2001/03/28 18:06:07
13405 Log: Integrate change #9409 from mainline to maintperl.
13407 Yet another tweak on AIX dynaloading.
13408 Branch: maint-5.6/perl
13409 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13410 ____________________________________________________________________________
13411 [ 9415] By: gsar on 2001/03/28 17:13:01
13412 Log: integrate changes#9377,9385,9401 from mainline
13414 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
13416 If directory entries compare equal case-insensitively,
13417 retry case-sensitively.
13419 Subject: [PATCH] B::Terse and warnings
13420 Branch: maint-5.6/perl
13421 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
13422 !> t/pragma/warn/perl
13423 ____________________________________________________________________________
13424 [ 9414] By: jhi on 2001/03/28 17:11:12
13425 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
13426 From: "Craig A. Berry" <craigberry@mac.com>
13427 Date: Wed, 28 Mar 2001 10:55:20 -0600
13428 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
13430 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
13431 ____________________________________________________________________________
13432 [ 9413] By: jhi on 2001/03/28 17:03:12
13435 ! t/op/utf8decode.t
13436 ____________________________________________________________________________
13437 [ 9412] By: jhi on 2001/03/28 17:02:36
13438 Log: Forced integrate from perlio.
13440 !> t/op/utf8decode.t
13441 ____________________________________________________________________________
13442 [ 9411] By: nick on 2001/03/28 16:50:03
13443 Log: Integrate mainline.
13446 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13447 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
13448 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
13449 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
13450 !> t/pragma/warn/perl
13451 ____________________________________________________________________________
13452 [ 9410] By: jhi on 2001/03/28 16:44:23
13453 Log: Subject: Re: [PATCH] 9403 cannot be tested
13454 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13455 Date: Wed, 28 Mar 2001 18:33:56 +0200
13456 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
13459 ____________________________________________________________________________
13460 [ 9409] By: jhi on 2001/03/28 16:12:45
13461 Log: Yet another tweak on AIX dynaloading.
13463 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13464 ____________________________________________________________________________
13465 [ 9408] By: jhi on 2001/03/28 15:52:55
13466 Log: Subject: [PATCH] 9403 cannot be tested
13467 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13468 Date: Wed, 28 Mar 2001 17:23:00 +0200
13469 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
13474 ____________________________________________________________________________
13475 [ 9407] By: jhi on 2001/03/28 15:47:43
13476 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
13478 ! t/op/utf8decode.t
13479 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
13480 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
13481 ____________________________________________________________________________
13482 [ 9406] By: jhi on 2001/03/28 15:37:08
13483 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
13484 From: Benjamin Sugars <bsugars@canoe.ca>
13485 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
13486 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
13490 ____________________________________________________________________________
13491 [ 9405] By: jhi on 2001/03/28 15:13:18
13492 Log: pp_ne() needs a CORRECT boolean.
13495 ____________________________________________________________________________
13496 [ 9404] By: jhi on 2001/03/28 15:09:23
13497 Log: pp_ne() needs a boolean, not an integer.
13500 ____________________________________________________________________________
13501 [ 9403] By: jhi on 2001/03/28 14:47:43
13502 Log: (Retracted by #9404.)
13505 ____________________________________________________________________________
13506 [ 9402] By: jhi on 2001/03/28 14:43:59
13507 Log: Subject: Re: [PATCH] Typemap testing
13508 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13509 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
13510 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
13512 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13513 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
13514 ____________________________________________________________________________
13515 [ 9401] By: jhi on 2001/03/28 14:42:14
13516 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
13517 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13518 Date: Sun, 25 Mar 2001 21:59:15 +0100
13519 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
13521 A variable will be checked for the "use once" warnings if:
13523 1. It is in the scope of a use warnings 'once'
13524 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
13526 Otherwise it won't be checked at all.
13528 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
13530 The enclosed patch partially fixes this issue. What I didn't
13531 get to work was the case where the "used once" warning is enabled
13532 in any file other than the main file.
13534 ! gv.c t/pragma/warn/perl
13535 ____________________________________________________________________________
13536 [ 9400] By: nick on 2001/03/28 14:38:24
13537 Log: More EBCDIC tweaks:
13538 - one more swash issue &~(0xA0-1) did not do the right thing,
13539 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
13540 - add "use re 'asciirange'" to make [!-~] etc. work
13541 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
13542 - Choose a key for t/op/each.t test which gets encoded.
13543 - Skip utf8decode if this is UTF-EBCDIC.
13545 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
13546 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
13547 ____________________________________________________________________________
13548 [ 9399] By: jhi on 2001/03/28 14:21:00
13549 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
13553 ____________________________________________________________________________
13554 [ 9398] By: jhi on 2001/03/28 00:55:56
13555 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
13556 From: David Dyck <dcd@tc.fluke.com>
13557 Date: Tue, 27 Mar 2001 15:16:24 -0800
13558 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
13560 ! ext/IO/lib/IO/Socket.pm
13561 ____________________________________________________________________________
13562 [ 9397] By: jhi on 2001/03/27 21:52:49
13563 Log: Integrate perlio.
13565 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
13566 +> ext/PerlIO/Via/Via.xs
13567 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
13568 ____________________________________________________________________________
13569 [ 9396] By: nick on 2001/03/27 21:45:13
13570 Log: Integrate mainline.
13572 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
13573 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
13574 ____________________________________________________________________________
13575 [ 9395] By: nick on 2001/03/27 21:18:58
13576 Log: Outline docs for PerlIO and PerlIO::Scalar
13578 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
13579 ____________________________________________________________________________
13580 [ 9394] By: nick on 2001/03/27 20:50:13
13581 Log: PerlIO::Via layer (alpha-ish).
13583 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
13584 + ext/PerlIO/Via/Via.xs
13586 ____________________________________________________________________________
13587 [ 9393] By: jhi on 2001/03/27 20:49:55
13588 Log: Retract #9329 now that 9390 should take care of the matter.
13591 ____________________________________________________________________________
13592 [ 9390] By: jhi on 2001/03/27 20:47:50
13593 Log: Subject: Autoloading Errno.pm when %! is encountered
13594 From: Robin Houston <robin@kitsite.com>
13595 Date: Tue, 27 Mar 2001 20:57:11 +0100
13596 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
13598 ! embed.h embed.pl gv.c proto.h t/op/magic.t
13599 ____________________________________________________________________________
13600 [ 9389] By: jhi on 2001/03/27 20:24:31
13601 Log: Integrate perlio.
13603 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
13604 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
13606 ____________________________________________________________________________
13607 [ 9388] By: jhi on 2001/03/27 20:21:38
13608 Log: Better have a three-element array if one is going to assign
13609 to the third element of that array. (from Tim Jenness)
13611 ! ext/XS/Typemap/Typemap.xs
13612 ____________________________________________________________________________
13613 [ 9387] By: nick on 2001/03/27 20:15:43
13614 Log: Integrate mainline.
13616 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
13617 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13618 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
13619 +> t/lib/xs-typemap.t
13620 !> (integrate 34 files)
13621 ____________________________________________________________________________
13622 [ 9386] By: jhi on 2001/03/27 20:04:18
13623 Log: Subject: Re: perl@9359 breaks HTML::Parser
13624 From: Gisle Aas <gisle@ActiveState.com>
13625 Date: 27 Mar 2001 11:30:24 -0800
13626 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
13628 Clarify the UTF-8 issues of the API docs.
13629 (Slightly reworded and expanded.)
13631 ! pod/perlapi.pod sv.c sv.h
13632 ____________________________________________________________________________
13633 [ 9385] By: jhi on 2001/03/27 19:44:25
13634 Log: If directory entries compare equal case-insensitively,
13635 retry case-sensitively.
13637 ! ext/File/Glob/bsd_glob.c
13638 ____________________________________________________________________________
13639 [ 9384] By: nick on 2001/03/27 19:38:50
13640 Log: Various EBCDIC fixes:
13641 - major revelation that swash code is encoding aware,
13642 (or thought it was) - now it is ;-)
13643 - With that out of the way fix a slab of tr/// cases.
13644 - Fix Encode 'Unicode' to be true Unicode so tests pass.
13645 - As anticipated Base64.xs needed tweaks.
13646 - Until tr/// works right avoid old_encode64 in MIME tests.
13648 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
13649 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
13650 ____________________________________________________________________________
13651 [ 9383] By: jhi on 2001/03/27 18:34:41
13652 Log: Add the std test suite BEGIN block.
13654 ! t/lib/xs-typemap.t
13655 ____________________________________________________________________________
13656 [ 9382] By: jhi on 2001/03/27 15:16:07
13657 Log: Add debugging output to the test.
13659 ! t/lib/glob-basic.t
13660 ____________________________________________________________________________
13661 [ 9381] By: jhi on 2001/03/27 15:08:10
13662 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
13664 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
13665 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13666 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
13667 + t/lib/xs-typemap.t
13669 ____________________________________________________________________________
13670 [ 9380] By: jhi on 2001/03/27 14:48:34
13671 Log: Subject: [PATCH] Typemap testing
13672 From: Tim Jenness <t.jenness@jach.hawaii.edu>
13673 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
13674 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
13676 (The first part of the patch.)
13678 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
13679 ____________________________________________________________________________
13680 [ 9379] By: jhi on 2001/03/27 14:44:56
13681 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
13682 From: Benjamin Sugars <bsugars@canoe.ca>
13683 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
13684 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
13686 ! t/lib/glob-basic.t
13687 ____________________________________________________________________________
13688 [ 9378] By: jhi on 2001/03/27 14:42:30
13689 Log: Subject: [PATCH] perlvar nit
13690 From: Simon Cozens <simon@netthink.co.uk>
13691 Date: Tue, 27 Mar 2001 01:12:01 +0100
13692 Message-ID: <20010327011201.A19179@netthink.co.uk>
13695 ____________________________________________________________________________
13696 [ 9377] By: jhi on 2001/03/27 14:36:26
13697 Log: Subject: [PATCH] B::Terse and warnings
13698 From: Benjamin Sugars <ben.sugars@home.com>
13699 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
13700 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
13702 ! ext/B/B.pm ext/B/B/Terse.pm
13703 ____________________________________________________________________________
13704 [ 9376] By: jhi on 2001/03/27 14:31:31
13705 Log: Document sockatmark() some.
13707 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
13709 ____________________________________________________________________________
13710 [ 9375] By: jhi on 2001/03/27 14:00:24
13711 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
13712 noted by Gisle and fixed by NI-S.
13715 ____________________________________________________________________________
13716 [ 9374] By: jhi on 2001/03/27 05:50:01
13720 ____________________________________________________________________________
13721 [ 9373] By: jhi on 2001/03/27 05:43:51
13722 Log: Pixie documenting.
13724 ! Makefile.SH pod/perlhack.pod
13725 ____________________________________________________________________________
13726 [ 9372] By: jhi on 2001/03/27 05:29:34
13727 Log: Metaconfig unit changes for #9371.
13729 ! U/modified/myhostname.U
13730 Branch: metaconfig/U/perl
13733 ____________________________________________________________________________
13734 [ 9371] By: jhi on 2001/03/27 05:29:07
13735 Log: Add sockatmark() probing.
13737 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13738 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13739 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13740 ! vos/config.ga.h win32/config.bc win32/config.gc
13742 ____________________________________________________________________________
13743 [ 9370] By: jhi on 2001/03/26 22:01:18
13744 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
13745 Really need to benchmark this.
13748 ____________________________________________________________________________
13749 [ 9369] By: nick on 2001/03/26 21:59:30
13750 Log: Integrate mainline.
13752 ! ext/MIME/Base64/QuotedPrint.pm
13753 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
13754 !> patchlevel.h pod/perlhack.pod pp_sys.c
13755 ____________________________________________________________________________
13756 [ 9368] By: jhi on 2001/03/26 21:47:03
13757 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
13760 TODO2: le, lt, ge, gt? Yech.
13763 ____________________________________________________________________________
13764 [ 9367] By: jhi on 2001/03/26 21:34:57
13765 Log: Too much cut-and-paste in #9363.
13768 ____________________________________________________________________________
13769 [ 9366] By: jhi on 2001/03/26 21:20:53
13770 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
13771 From: Andreas Schwab <schwab@suse.de>
13772 Date: 26 Mar 2001 17:29:04 +0200
13773 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
13775 (The patch for 5.6.0 or so, this is a guess for bleadperl)
13778 ____________________________________________________________________________
13779 [ 9365] By: jhi on 2001/03/26 21:07:54
13780 Log: Integrate perlio.
13783 ____________________________________________________________________________
13784 [ 9364] By: nick on 2001/03/26 20:30:48
13785 Log: REFCNT botch in layer name cache hash.
13788 ____________________________________________________________________________
13789 [ 9363] By: jhi on 2001/03/26 18:44:32
13790 Log: Subject: [PATCH] socket() leaks file descriptors
13791 From: Benjamin Sugars <bsugars@canoe.ca>
13792 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
13793 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
13795 Also sockpair() fixed similarly.
13798 ____________________________________________________________________________
13799 [ 9362] By: jhi on 2001/03/26 18:37:52
13800 Log: Integrate perlio.
13802 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
13803 ____________________________________________________________________________
13804 [ 9361] By: nick on 2001/03/26 17:32:06
13805 Log: Implement flush of linebuffered streams on read of a tty.
13807 ! perlio.c perliol.h
13808 ____________________________________________________________________________
13809 [ 9360] By: nick on 2001/03/26 17:12:32
13810 Log: Memory tweaks and notes for OEMVS.
13812 ! README.os390 miniperlmain.c t/op/pat.t
13813 ____________________________________________________________________________
13814 [ 9359] By: jhi on 2001/03/26 02:12:54
13815 Log: Update Changes.
13817 ! Changes patchlevel.h
13818 ____________________________________________________________________________
13819 [ 9358] By: jhi on 2001/03/26 02:05:32
13820 Log: Document the most common pixie options.
13823 ____________________________________________________________________________
13824 [ 9357] By: jhi on 2001/03/26 01:25:28
13825 Log: For perl.pixie check *before* compiling that optimize is -g,
13829 ____________________________________________________________________________
13830 [ 9356] By: jhi on 2001/03/26 01:13:41
13831 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
13834 ____________________________________________________________________________
13835 [ 9355] By: jhi on 2001/03/26 01:11:19
13836 Log: Remove t/perl.third.
13839 ____________________________________________________________________________
13840 [ 9354] By: jhi on 2001/03/26 00:23:38
13841 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
13844 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
13845 ____________________________________________________________________________
13846 [ 9353] By: jhi on 2001/03/25 22:25:04
13847 Log: Integrate perlio.
13849 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13850 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
13851 !> pp_hot.c win32/makefile.mk
13852 ____________________________________________________________________________
13853 [ 9352] By: jhi on 2001/03/25 22:21:41
13854 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
13855 From: Radu Greab <radu@netsoft.ro>
13856 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
13857 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
13860 ____________________________________________________________________________
13861 [ 9351] By: nick on 2001/03/25 22:15:02
13862 Log: Fix readline in list mode to tell rest of world that it has
13863 things on the stack. Otherwise if perl code gets invoked
13864 underneath it it scribbles over results-so-far.
13865 (Why TIEHANDLE has not tripped on this is a mystery.)
13868 ____________________________________________________________________________
13869 [ 9350] By: nick on 2001/03/25 22:10:13
13870 Log: win32/makefile.mk typos
13872 ! win32/makefile.mk
13873 ____________________________________________________________________________
13874 [ 9349] By: nick on 2001/03/25 21:31:14
13875 Log: Integrate now-non-binary file.
13878 ____________________________________________________________________________
13879 [ 9348] By: nick on 2001/03/25 21:27:24
13883 ____________________________________________________________________________
13884 [ 9347] By: nick on 2001/03/25 21:25:37
13885 Log: Integrate mainline.
13887 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
13888 !> lib/Term/ReadLine.pm t/lib/md5-file.t
13889 ____________________________________________________________________________
13890 [ 9346] By: nick on 2001/03/25 20:58:15
13891 Log: Add destruct time hook to PerlIO (for work-in-process implementing
13892 layers in perl code. In such cases layers need to be popped before
13893 we loose the ability to run perl code.)
13894 Also back-out "PerlIO::object" hook - it isn't going to work like that...
13896 ! perl.c perlio.c perlio.h perliol.h
13897 ____________________________________________________________________________
13898 [ 9345] By: nick on 2001/03/25 20:49:11
13899 Log: Avoid at leasy one of undefined warnings in Encode.
13901 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13902 ____________________________________________________________________________
13903 [ 9344] By: jhi on 2001/03/25 20:37:43
13904 Log: A workaround for using Term::ReadLine in emacs minibuffer
13905 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
13906 additional tweaks from Ilya Zakharevich.
13908 ! lib/Term/ReadLine.pm
13909 ____________________________________________________________________________
13910 [ 9343] By: nick on 2001/03/25 20:21:14
13911 Log: Missing return value.
13913 ! ext/PerlIO/Scalar/Scalar.xs
13914 ____________________________________________________________________________
13915 [ 9342] By: jhi on 2001/03/25 16:21:00
13916 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
13917 to equal the CPAN versions since no code changes have been made.
13919 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
13921 ____________________________________________________________________________
13922 [ 9341] By: jhi on 2001/03/25 16:01:48
13923 Log: Escape 8-bit characters.
13926 ____________________________________________________________________________
13927 [ 9340] By: gsar on 2001/03/25 15:50:53
13928 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
13932 ____________________________________________________________________________
13933 [ 9339] By: gsar on 2001/03/25 15:48:50
13934 Log: delete mimeqp.t for later with text mode set
13937 ____________________________________________________________________________
13938 [ 9338] By: nick on 2001/03/25 09:01:57
13939 Log: Integrate mainline.
13941 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13942 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13943 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
13944 +> t/lib/mimeb64u.t t/lib/mimeqp.t
13945 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
13946 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
13947 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
13948 ____________________________________________________________________________
13949 [ 9337] By: jhi on 2001/03/25 04:23:24
13950 Log: Add MIME::Base64 here and there. Again, a lot of
13951 optimism is in the air.
13953 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
13954 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
13955 ____________________________________________________________________________
13956 [ 9336] By: jhi on 2001/03/25 04:12:43
13957 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
13958 this by ear as I do not do Win32 programming.)
13960 ! win32/Makefile win32/makefile.mk
13961 ____________________________________________________________________________
13962 [ 9335] By: jhi on 2001/03/25 04:03:50
13963 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
13966 ____________________________________________________________________________
13967 [ 9334] By: jhi on 2001/03/25 03:58:53
13968 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
13970 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13971 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13972 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
13973 + t/lib/mimeb64u.t t/lib/mimeqp.t
13975 ____________________________________________________________________________
13976 [ 9333] By: jhi on 2001/03/24 20:14:37
13977 Log: Integrate perlio.
13979 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
13980 ____________________________________________________________________________
13981 [ 9332] By: nick on 2001/03/24 19:40:34
13982 Log: Fix un-init variable leading to spurious "Out of Memory!"
13985 ____________________________________________________________________________
13986 [ 9331] By: nick on 2001/03/24 19:09:59
13987 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
13988 and update layers internals doc.
13990 ! pod/perlfunc.pod pod/perliol.pod
13991 ____________________________________________________________________________
13992 [ 9330] By: jhi on 2001/03/24 18:42:11
13993 Log: The length might be uninitialized garbage if the *svp is the undef.
13996 ____________________________________________________________________________
13997 [ 9329] By: jhi on 2001/03/24 18:26:57
13998 Log: (Retracted by #9393)
14000 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
14001 From: Simon Cozens <simon@netthink.co.uk>
14002 Date: Sat, 24 Mar 2001 17:13:17 +0000
14003 Message-ID: <20010324171317.A13406@netthink.co.uk>
14006 ____________________________________________________________________________
14007 [ 9328] By: nick on 2001/03/24 17:22:02
14008 Log: Integrate mainline.
14010 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
14011 !> lib/unicode/version
14012 ____________________________________________________________________________
14013 [ 9327] By: nick on 2001/03/24 17:16:02
14014 Log: Integrate mainline.
14016 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14017 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
14018 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
14019 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
14020 +> t/lib/md5-file.t
14021 !> MANIFEST Makefile.SH configure.com djgpp/config.over
14022 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
14023 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
14024 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
14025 !> win32/makefile.mk
14026 ____________________________________________________________________________
14027 [ 9326] By: jhi on 2001/03/24 17:00:42
14028 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
14030 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
14031 ! lib/unicode/version
14032 ____________________________________________________________________________
14033 [ 9325] By: jhi on 2001/03/24 16:22:33
14034 Log: Subject: Re: B::Deparse bug (5.6.0)
14035 From: Robin Houston <robin@kitsite.com>
14036 Date: Sat, 24 Mar 2001 14:33:09 +0000
14037 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
14039 ! op.c pp.c t/lib/b.t t/op/repeat.t
14040 ____________________________________________________________________________
14041 [ 9324] By: jhi on 2001/03/24 16:21:56
14042 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
14043 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
14044 these additions may be too optimistic.
14046 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
14047 ! hints/uwin.sh hints/vmesa.sh
14048 ____________________________________________________________________________
14049 [ 9323] By: jhi on 2001/03/24 16:06:01
14050 Log: Integrate perlio.
14052 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
14053 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14055 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
14056 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
14057 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
14058 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14059 !> win32/makefile.mk win32/perlhost.h win32/win32.c
14060 !> win32/win32iop.h
14061 ____________________________________________________________________________
14062 [ 9322] By: nick on 2001/03/24 14:39:12
14063 Log: Routine Win32 regen_config_h - no real changes.
14065 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14066 ____________________________________________________________________________
14067 [ 9321] By: nick on 2001/03/24 14:31:49
14068 Log: PerlIO fixups for Win32:
14069 - provide win33_popenlist() - non-functional as yet.
14070 - avoid need for aTHX in PerlIO_debug calls - even if not
14071 enabled args are still evaluated so Win32 has trouble during fork().
14072 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
14073 - Fixup makedef.pl for latest set of symbols.
14075 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
14076 ! win32/perlhost.h win32/win32.c win32/win32iop.h
14077 ____________________________________________________________________________
14078 [ 9320] By: nick on 2001/03/24 14:26:58
14079 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
14080 was gibberish - broke it on WIn32 at least.
14082 ! ext/POSIX/POSIX.xs
14083 ____________________________________________________________________________
14084 [ 9319] By: nick on 2001/03/24 11:29:41
14085 Log: Generated files.
14087 ! embed.h global.sym objXSUB.h perlapi.c proto.h
14088 ____________________________________________________________________________
14089 [ 9318] By: nick on 2001/03/24 10:29:37
14091 1. open($fh,"+<",undef); # add test to t/io/open.t
14092 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
14094 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
14095 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14096 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
14097 ! t/io/open.t t/io/utf8.t
14098 ____________________________________________________________________________
14099 [ 9317] By: jhi on 2001/03/23 23:41:25
14100 Log: AIX does seems to have optimization problems with its C compilers.
14103 ____________________________________________________________________________
14104 [ 9316] By: jhi on 2001/03/23 23:40:46
14105 Log: Integrate perlio.
14108 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
14110 ____________________________________________________________________________
14111 [ 9315] By: jhi on 2001/03/23 22:16:30
14112 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
14115 ____________________________________________________________________________
14116 [ 9314] By: nick on 2001/03/23 20:49:02
14117 Log: Perlio internals re-organized.
14118 - open process creates AV of layer/arg pairs
14119 (appends layers from open() or open.pm to default list).
14120 - push arg is now an SV.
14121 - layer ->Open get passed the AV
14122 - open is no longer mandatory method.
14123 - topmost layer that has ->Open method does the open
14124 - any layers above are pushed once that returns.
14125 - vtable re-ordered so dummy layers need only provide push/pop methods.
14127 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14128 ____________________________________________________________________________
14129 [ 9313] By: nick on 2001/03/23 16:27:41
14130 Log: Check in a stable (working) version before next round of tweaks.
14132 - Move default layers code out of doio.c and into perlio.c
14133 - Single routine for parsing layer specification strings.
14134 - Skeleton support for demand loading of layers
14135 - Core-dump avoidance if PERLIO environment specifies loadable layer
14136 (does not _work_ as need IO to load and need load to do IO ...)
14139 ! MANIFEST doio.c perlio.c
14140 ____________________________________________________________________________
14141 [ 9312] By: gsar on 2001/03/23 16:25:25
14142 Log: add execute bit to files with shebang lines in the repository;
14143 avoid clobbering execute bit in Porting/makerel
14144 Branch: maint-5.6/perl
14146 ____________________________________________________________________________
14147 [ 9311] By: jhi on 2001/03/23 14:25:35
14148 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
14151 ____________________________________________________________________________
14152 [ 9310] By: jhi on 2001/03/23 13:45:04
14153 Log: Subject: [PATCH] Net::Ping
14154 From: Colin McMillen <mcmi0037@tc.umn.edu>
14155 Date: Thu, 22 Mar 2001 19:30:31 -0600
14156 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
14159 ____________________________________________________________________________
14160 [ 9309] By: jhi on 2001/03/23 13:39:13
14161 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
14163 ! t/lib/md5-aaa.t t/lib/md5-file.t
14164 ____________________________________________________________________________
14165 [ 9308] By: jhi on 2001/03/23 13:20:34
14166 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
14167 - bump the version to 2.14
14168 - drop the base64 tests since they require MIME::Base64
14169 - drop the rfc1321.txt
14170 - drop the hints/dec_osf.pl since it's only needed for
14173 - the U32 alignment testing is now removed; it needs to
14174 be reintroduced as as a Config variable (meaning also
14175 as a Configure test)
14176 - get the new EBCDIC md5sum for MD5.pm
14177 - test in Win32 to see how badly I botched the makefiles
14179 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14180 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
14181 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
14182 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
14184 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
14185 ! win32/Makefile win32/makefile.mk
14186 ____________________________________________________________________________
14187 [ 9307] By: jhi on 2001/03/23 12:56:14
14188 Log: Integrate change #9306 from maintperl into mainline,
14189 AIX dynaloader for AIXes without <load.h>.
14191 !> ext/DynaLoader/hints/aix.pl
14192 ____________________________________________________________________________
14193 [ 9306] By: jhi on 2001/03/23 12:51:36
14194 Log: There are AIXes without /usr/include/load.h,
14195 patch from H.Merijn Brand.
14196 Branch: maint-5.6/perl
14197 ! ext/DynaLoader/hints/aix.pl
14198 ____________________________________________________________________________
14199 [ 9305] By: nick on 2001/03/23 11:00:42
14200 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
14202 ! ext/Encode/Encode.xs perlio.c perlio.h
14203 ____________________________________________________________________________
14204 [ 9304] By: nick on 2001/03/23 10:20:46
14205 Log: Render -Duseperlio functional again.
14206 - this is "quick fix" which calls PerlIO_apply_layers after opening,
14207 which is what old scheme did. New scheme needs to change that
14208 to make open(...,\$scalar) etc. work but this will do for now.
14211 ____________________________________________________________________________
14212 [ 9303] By: nick on 2001/03/23 09:53:20
14213 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
14214 -Uuseperlio now works again.
14215 -Duseperlio is still poorly. Don't merge yet...
14218 ____________________________________________________________________________
14219 [ 9302] By: nick on 2001/03/22 22:26:51
14220 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
14222 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
14223 is its main caller. In particular now has access to "extra" args, and
14224 can tell when an open handle is "reopened" (or duped?).
14225 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
14226 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
14227 PerlIO_open() et. al. (i.e. other way round).
14228 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
14229 with args close to PerlIO_openn().
14231 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14232 ____________________________________________________________________________
14233 [ 9301] By: jhi on 2001/03/22 20:58:04
14234 Log: Integrate perlio.
14236 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
14237 !> t/io/open.t util.c
14238 ____________________________________________________________________________
14239 [ 9300] By: nick on 2001/03/22 17:36:32
14240 Log: Don't include $@ in not ok message.
14243 ____________________________________________________________________________
14244 [ 9299] By: gsar on 2001/03/22 16:53:45
14245 Log: back out changes#7532,7521 for now (appears to have problems
14247 Branch: maint-5.6/perl
14248 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14249 ! ext/POSIX/typemap pod/perlvar.pod
14250 ____________________________________________________________________________
14251 [ 9298] By: nick on 2001/03/22 14:35:46
14252 Log: Give a meaning to '&' in n-arg open case:
14253 open($fh,"<&",$scalar);
14255 - an integer which does "fdopen"
14256 open($fh,"<&",2); # like open($fh,"<&2")
14257 - something that will yield a file handle via sv_2io()
14258 useful for dup'ing anonymous handles.
14260 open(my $fh,"<&",\*STDIN);
14261 open(my $dup,"<&",$fh);
14263 ! doio.c t/io/open.t
14264 ____________________________________________________________________________
14265 [ 9297] By: nick on 2001/03/22 13:34:35
14266 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
14269 ____________________________________________________________________________
14270 [ 9296] By: nick on 2001/03/22 12:51:20
14271 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
14274 ____________________________________________________________________________
14275 [ 9295] By: nick on 2001/03/22 11:59:44
14276 Log: If stdin, stdout or stderr get opened in unexpected read/write state
14277 then warn at time of open not at time of use.
14279 ! doio.c pp_hot.c pp_sys.c
14280 ____________________________________________________________________________
14281 [ 9294] By: nick on 2001/03/22 10:54:35
14282 Log: Die on n-arg open(...,"",xxx,yyy,...)
14283 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
14284 - die on read/write cases so we can decide what it means later.
14286 ! doio.c embed.pl iperlsys.h util.c
14287 ____________________________________________________________________________
14288 [ 9293] By: nick on 2001/03/22 09:02:45
14289 Log: perlio tweaks (reported by Nick Clark)
14290 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
14291 error check in Pendinf_read().
14294 ____________________________________________________________________________
14295 [ 9292] By: gsar on 2001/03/22 07:12:00
14296 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
14298 Branch: maint-5.6/perl
14299 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
14300 ____________________________________________________________________________
14301 [ 9291] By: jhi on 2001/03/22 06:06:44
14302 Log: Regex tests from Chicheng Zhang. (Already fixed.)
14305 ____________________________________________________________________________
14306 [ 9290] By: jhi on 2001/03/22 05:57:01
14307 Log: Move MacOS Classic higher in the list of supported platforms.
14308 Branch: maint-5.6/perl
14310 ____________________________________________________________________________
14311 [ 9289] By: gsar on 2001/03/22 05:35:04
14312 Log: revert part of change#6438 for compatibility (av_reify()
14313 appears to be needed to implement av_splice()ish things
14315 Branch: maint-5.6/perl
14316 ! embed.pl global.sym objXSUB.h perlapi.c
14317 ____________________________________________________________________________
14318 [ 9288] By: gsar on 2001/03/22 03:09:19
14319 Log: update copyright year
14320 Branch: maint-5.6/perl
14321 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14322 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
14323 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
14324 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
14325 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
14326 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
14327 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
14329 ____________________________________________________________________________
14330 [ 9287] By: jhi on 2001/03/21 20:30:54
14331 Log: Integrate perlio.
14333 !> ext/Data/Dumper/Dumper.xs
14334 ____________________________________________________________________________
14335 [ 9286] By: gsar on 2001/03/21 19:49:54
14336 Log: makefile.mk tweak
14337 Branch: maint-5.6/perl
14338 ! win32/Makefile win32/makefile.mk
14339 ____________________________________________________________________________
14340 [ 9285] By: nick on 2001/03/21 19:07:13
14341 Log: Multiplicity fix for Dumper.
14343 ! ext/Data/Dumper/Dumper.xs
14344 ____________________________________________________________________________
14345 [ 9284] By: nick on 2001/03/21 19:01:07
14346 Log: Integrate mainline - (does not build xTHX issue in Dumper).
14348 !> (integrate 27 files)
14349 ____________________________________________________________________________
14350 [ 9283] By: jhi on 2001/03/21 17:17:35
14351 Log: Integrate change #9282 from mainline into maintperl,
14352 4-arg UTF-8 substr().
14353 Branch: maint-5.6/perl
14355 ____________________________________________________________________________
14356 [ 9282] By: jhi on 2001/03/21 17:15:43
14357 Log: The #9270 would have leaked a scalar if pp_substr()
14361 ____________________________________________________________________________
14362 [ 9281] By: gsar on 2001/03/21 17:03:14
14363 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
14364 Branch: maint-5.6/perl
14365 ! win32/makefile.mk
14366 ____________________________________________________________________________
14367 [ 9280] By: gsar on 2001/03/21 17:01:20
14368 Log: some tweaks to change#9278 (fork() emulation should be enabled
14369 by setting BUILD_FLAVOR instead of changing the defaults)
14370 Branch: maint-5.6/perl
14371 ! win32/makefile.mk
14372 ____________________________________________________________________________
14373 [ 9279] By: gsar on 2001/03/21 16:47:19
14374 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
14375 Branch: maint-5.6/perl
14376 ! ext/File/Glob/Glob.pm
14378 ____________________________________________________________________________
14379 [ 9278] By: jhi on 2001/03/21 14:35:10
14380 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
14381 From: "Vadim Konovalov" <watman@inbox.ru>
14382 Date: Wed, 21 Mar 2001 01:53:51 +0300
14383 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
14384 Branch: maint-5.6/perl
14385 ! win32/makefile.mk win32/win32sck.c
14386 ____________________________________________________________________________
14387 [ 9277] By: jhi on 2001/03/21 13:58:28
14388 Log: Integrate change #9270 from mainline to maintperl:
14389 continued 4-arg UTF-8 substr() fixing.
14390 Branch: maint-5.6/perl
14391 !> pp.c t/op/substr.t
14392 ____________________________________________________________________________
14393 [ 9276] By: jhi on 2001/03/21 13:33:00
14394 Log: More pixie cleaning.
14397 ____________________________________________________________________________
14398 [ 9275] By: jhi on 2001/03/21 03:54:17
14399 Log: Update Changes.
14401 ! Changes patchlevel.h
14402 ____________________________________________________________________________
14403 [ 9274] By: jhi on 2001/03/21 03:48:24
14404 Log: First stab at making Data::Dumper to grok Unicode.
14406 TODO: tests, EBCDICify.
14408 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14409 ____________________________________________________________________________
14410 [ 9273] By: jhi on 2001/03/21 02:23:00
14413 Subject: Memory leak in unquoted print
14414 From: Benjamin Sugars <bsugars@canoe.ca>
14415 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
14416 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
14419 ____________________________________________________________________________
14420 [ 9272] By: jhi on 2001/03/21 01:33:17
14421 Log: Subject: Re: [PATCH] POSIX::getcwd()
14422 From: Benjamin Sugars <bsugars@canoe.ca>
14423 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
14424 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
14426 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14427 ____________________________________________________________________________
14428 [ 9271] By: jhi on 2001/03/21 01:22:52
14429 Log: Subject: [PATCH] Cwd.pm docs
14430 From: Benjamin Sugars <bsugars@canoe.ca>
14431 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
14432 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
14435 ____________________________________________________________________________
14436 [ 9270] By: jhi on 2001/03/21 01:16:29
14437 Log: Continue 4-arg substr() UTF-8 fixage.
14439 ! pp.c t/op/substr.t
14440 ____________________________________________________________________________
14441 [ 9269] By: jhi on 2001/03/21 00:46:14
14442 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
14444 revert the leak fix in change#9142 (problem needs a more experimental
14445 fix unsuitable for 5.6.1)
14447 do alphabetical sorting by default (for csh compatibility)
14449 cut-n-paste goof in change#9264
14451 VMS piping fixes (from Charles Lane)
14453 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
14454 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14455 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
14456 ____________________________________________________________________________
14457 [ 9268] By: jhi on 2001/03/21 00:37:04
14458 Log: Integrate perlio.
14460 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
14461 !> utf8.c utf8.h utfebcdic.h
14462 ____________________________________________________________________________
14463 [ 9267] By: nick on 2001/03/20 20:04:39
14464 Log: More EBCDIC stuff:
14465 - Loose the extra level of function on ASCII.
14466 - spotted a chr(0) issue in sv.c
14467 - re-work of UTF-X tr/// ranges to work in Unicode
14468 space. Still issues with the "0xff is illegal UTF-8" hack.
14469 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
14470 (why do it once when you can do it all over the place :-(
14471 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
14472 need utf8.pm for swashes.
14473 - Simplified and commented scan_const() in toke.c
14474 Still something wrong regexp and tr (swashes?).
14476 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
14477 ! utf8.c utf8.h utfebcdic.h
14478 ____________________________________________________________________________
14479 [ 9266] By: gsar on 2001/03/20 19:16:43
14480 Log: VMS piping fixes (from Charles Lane)
14481 Branch: maint-5.6/perl
14482 ! vms/vms.c vms/vmspipe.com
14483 ____________________________________________________________________________
14484 [ 9265] By: gsar on 2001/03/20 17:53:52
14485 Log: cut-n-paste goof in change#9264
14486 Branch: maint-5.6/perl
14487 ! ext/File/Glob/Glob.xs
14488 ____________________________________________________________________________
14489 [ 9264] By: gsar on 2001/03/20 17:43:47
14490 Log: do alphabetical sorting by default (for csh compatibility);
14491 bsd_glob() does ASCII sort by default as usual, unless
14492 GLOB_ALPHASORT was specified
14493 Branch: maint-5.6/perl
14494 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
14495 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14496 ! ext/File/Glob/bsd_glob.h
14497 ____________________________________________________________________________
14498 [ 9263] By: gsar on 2001/03/20 16:40:08
14499 Log: integrate change#9255 from mainline (unicode fix)
14501 substr($bytestr, i, n, $charstr)
14502 Branch: maint-5.6/perl
14503 !> Todo-5.6 pp.c t/op/substr.t
14504 ____________________________________________________________________________
14505 [ 9262] By: gsar on 2001/03/20 15:57:41
14506 Log: revert the leak fix in change#9142 (problem needs a more experimental
14507 fix unsuitable for 5.6.1)
14508 Branch: maint-5.6/perl
14510 ____________________________________________________________________________
14511 [ 9261] By: jhi on 2001/03/20 14:26:25
14512 Log: Integrate changes #9259,9260 from maintperl into mainline.
14514 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
14516 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
14518 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
14519 ____________________________________________________________________________
14520 [ 9260] By: jhi on 2001/03/20 14:05:46
14521 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
14522 From: Robin Barker <rmb1@cise.npl.co.uk>
14523 Date: Tue, 20 Mar 2001 10:12:04 GMT
14524 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
14525 Branch: maint-5.6/perl
14527 ____________________________________________________________________________
14528 [ 9259] By: jhi on 2001/03/20 14:04:39
14529 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
14530 From: Chris Nandor <pudge@pobox.com>
14531 Date: Tue, 20 Mar 2001 00:40:56 -0500
14532 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
14533 Branch: maint-5.6/perl
14534 ! ext/POSIX/POSIX.xs lib/File/Path.pm
14535 ____________________________________________________________________________
14536 [ 9258] By: jhi on 2001/03/20 05:09:34
14537 Log: Update Changes.
14539 ! Changes patchlevel.h
14540 ____________________________________________________________________________
14541 [ 9257] By: jhi on 2001/03/20 05:04:25
14542 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
14545 ____________________________________________________________________________
14546 [ 9256] By: jhi on 2001/03/20 04:43:12
14547 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
14548 From: Peter Prymmer <pvhp@forte.com>
14549 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
14550 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
14551 Branch: maint-5.6/perl
14552 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
14553 ____________________________________________________________________________
14554 [ 9255] By: jhi on 2001/03/19 23:17:17
14555 Log: substr($bytestr, i, n, $charstr)
14557 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
14559 ! Todo-5.6 pp.c t/op/substr.t
14560 ____________________________________________________________________________
14561 [ 9254] By: jhi on 2001/03/19 22:25:09
14562 Log: Rearrange the make test target prerequisites so that
14563 in a parallel make 'all' is finished before 'test'.
14566 ____________________________________________________________________________
14567 [ 9253] By: jhi on 2001/03/19 21:48:07
14568 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
14569 From: Robin Houston <robin@kitsite.com>
14570 Date: Mon, 19 Mar 2001 15:48:41 +0000
14571 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
14574 ____________________________________________________________________________
14575 [ 9252] By: jhi on 2001/03/19 21:42:27
14576 Log: Integrate perlio.
14578 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
14579 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
14580 !> utfebcdic.h vms/perly_c.vms
14581 ____________________________________________________________________________
14582 [ 9251] By: jhi on 2001/03/19 21:31:28
14583 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
14585 Dynaloading in 64-bit AIX with vac.
14587 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14589 ____________________________________________________________________________
14590 [ 9250] By: jhi on 2001/03/19 21:18:00
14591 Log: A more robust solution for the 64bitall AIX dynaloading
14592 problem, from Jens-Uwe Mager.
14593 Branch: maint-5.6/perl
14594 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14595 ____________________________________________________________________________
14596 [ 9249] By: nick on 2001/03/19 20:59:37
14597 Log: Integrate mainline.
14599 !> (integrate 42 files)
14600 ____________________________________________________________________________
14601 [ 9248] By: nick on 2001/03/19 20:22:07
14602 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
14603 (Building on OS390 uses native YACC and YYDEBUG has other
14606 ! perly.c perly.y vms/perly_c.vms
14607 ____________________________________________________________________________
14608 [ 9247] By: jhi on 2001/03/19 19:59:53
14609 Log: 64-bit AIX dynaloading problem (see #9244) idea
14610 from Jens-Uwe Mager.
14611 Branch: maint-5.6/perl
14612 ! ext/DynaLoader/dl_aix.xs
14613 ____________________________________________________________________________
14614 [ 9246] By: nick on 2001/03/19 19:27:57
14615 Log: More EBCDIC fixes.
14617 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
14618 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
14619 ____________________________________________________________________________
14620 [ 9245] By: jhi on 2001/03/19 19:05:19
14621 Log: Integrate change #9243 from mainline into maintperl.
14623 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
14624 Branch: maint-5.6/perl
14626 ____________________________________________________________________________
14627 [ 9244] By: jhi on 2001/03/19 19:03:15
14628 Log: Get 64bitall AIX building, but still does not test okay:
14629 dynaloading anything fails, for example for op/defins:
14630 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
14631 (update: fixed by #9247,9250)
14632 Branch: maint-5.6/perl
14634 ____________________________________________________________________________
14635 [ 9243] By: jhi on 2001/03/19 19:00:16
14636 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
14637 From: Robin Barker <rmb1@cise.npl.co.uk>
14638 Date: Mon, 19 Mar 2001 18:01:57 GMT
14639 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
14642 ____________________________________________________________________________
14643 [ 9242] By: jhi on 2001/03/19 18:58:43
14644 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
14649 ____________________________________________________________________________
14650 [ 9241] By: gsar on 2001/03/19 17:34:46
14651 Log: VMSify tests (from Charles Lane)
14652 Branch: maint-5.6/perl
14653 ! t/lib/filehand.t t/lib/texttabs.t
14654 ____________________________________________________________________________
14655 [ 9240] By: jhi on 2001/03/19 14:24:26
14656 Log: Integrate change #9233 from maintperl into mainline.
14658 some refcounts were incorrect in perl_clone()
14661 ____________________________________________________________________________
14662 [ 9239] By: gsar on 2001/03/19 09:23:17
14663 Log: this is 5.6.1-trial3
14664 Branch: maint-5.6/perl
14666 ____________________________________________________________________________
14667 [ 9238] By: gsar on 2001/03/19 08:47:04
14668 Log: some new symbols are only available under ithreads
14669 Branch: maint-5.6/perl
14671 ____________________________________________________________________________
14672 [ 9237] By: gsar on 2001/03/19 08:42:28
14673 Log: update patchlevel.h, Changes, &c.
14674 Branch: maint-5.6/perl
14675 ! Changes patchlevel.h pod/perlhist.pod
14677 ____________________________________________________________________________
14678 [ 9236] By: gsar on 2001/03/19 08:17:49
14679 Log: integrate changes#8068,8717 from mainline
14681 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
14683 [PATCH CPAN 1.59_51] warning message (not!)
14684 Branch: maint-5.6/perl
14685 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
14686 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
14687 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
14688 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
14689 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14690 ____________________________________________________________________________
14691 [ 9235] By: gsar on 2001/03/19 08:07:09
14692 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
14694 [PATCH] Add missing CV flags to dump.c
14696 Re: [patch] Re: PL_ptr_table
14698 Fixup non-ithread build after 8713
14700 Generated files form 8713 etc.
14702 Correct the correction :-(
14704 Documenting coderef @INC (Re: CPAN "make this script work" feature)
14706 Subject: Re: sync sync sync: have I missed any patches?
14707 Replace djSP with dSP.
14708 Branch: maint-5.6/perl
14709 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
14710 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
14711 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
14712 !> sv.c sv.h win32/perlhost.h
14713 ____________________________________________________________________________
14714 [ 9234] By: gsar on 2001/03/19 07:22:05
14715 Log: revert the change#9090 integrate for now (change looks somewhat
14716 incomplete in that [ha]v_exists() need something similar; lacks
14718 Branch: maint-5.6/perl
14720 ____________________________________________________________________________
14721 [ 9233] By: gsar on 2001/03/19 07:10:01
14722 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
14723 destruction when there are unreferenced scalars (SvREFCNT==0)
14724 Branch: maint-5.6/perl
14726 ____________________________________________________________________________
14727 [ 9232] By: jhi on 2001/03/19 05:11:02
14728 Log: Regen api and toc.
14729 Branch: maint-5.6/perl
14730 ! pod/perlapi.pod pod/perltoc.pod
14731 ____________________________________________________________________________
14732 [ 9231] By: jhi on 2001/03/19 04:06:03
14733 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
14734 add a lost line in pp.c:pp_chop(), update to new op/chop.
14736 Clarify the description differentiating for and while; inspired by
14738 Subject: [ID 20010306.004] || != named unary operator
14740 The $Is_MacOS needs to be declared.
14741 Branch: maint-5.6/perl
14743 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
14744 ____________________________________________________________________________
14745 [ 9230] By: jhi on 2001/03/19 03:48:16
14746 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
14747 9079,9083,9089,9090,9091 from mainline to maintperl.
14749 Quieten some noise in Win32 builds
14751 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
14753 The perlretut was still talking about the old \p and \P
14756 More tweakage on the Unicode character class descriptions.
14758 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
14760 Subject: 'no *POSIX' Patch speeding up make on BS2000
14762 Subject: [PATCH] perldata.pod here-doc docs
14764 Add /sbin and /usr/sbin to the list of directories scanned
14765 for setuid programs. Takes care of bug id 20010309.003.
14767 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
14769 In op/stat #35 better to scan all the potential directories
14770 for setuids, not just the first one.
14771 Branch: maint-5.6/perl
14773 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
14774 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
14775 !> t/op/stat.t toke.c win32/win32.h
14776 ____________________________________________________________________________
14777 [ 9229] By: jhi on 2001/03/19 02:31:50
14778 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
14779 From: Chris Nandor <pudge@pobox.com>
14780 Date: Sat, 10 Mar 2001 14:22:19 -0500
14781 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
14782 Branch: maint-5.6/perl
14783 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14784 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
14785 ! t/lib/b.t t/lib/errno.t
14786 ____________________________________________________________________________
14787 [ 9228] By: jhi on 2001/03/19 02:29:59
14788 Log: Integrate changes #9113,9122 from mainline into maintperl.
14790 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?)
14791 Branch: maint-5.6/perl
14792 !> Configure README.os390 hints/os390.sh
14793 ____________________________________________________________________________
14794 [ 9227] By: jhi on 2001/03/19 02:22:35
14795 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
14798 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
14800 Forgot to check-in the larger part of #9120, duh.
14802 Subject: Another patch for integer.pm POD
14804 h2ph strictness and cleanliness from Kurt Starsinic.
14806 Borland filename case problem.
14808 h2ph strictness and cleanliness from Kurt Starsinic.
14810 Subject: [PATCH] the uncontroversial doc patches
14811 Branch: maint-5.6/perl
14812 +> win32/sncfnmcs.pl
14813 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
14814 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
14815 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
14816 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
14817 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
14818 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
14819 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
14820 ____________________________________________________________________________
14821 [ 9226] By: jhi on 2001/03/19 02:10:21
14822 Log: Integrate changes #9207,9214 from mainline into maintperl.
14824 podchecker relaxations: =over has an *optional* number after it,
14825 and whitespace in L<> is okay.
14826 Branch: maint-5.6/perl
14827 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
14828 !> t/pod/poderrs.xr
14829 ____________________________________________________________________________
14830 [ 9225] By: jhi on 2001/03/19 02:07:38
14831 Log: Integrate change #9219 from maintperl into mainline.
14833 remove duplicated tests
14836 ____________________________________________________________________________
14837 [ 9224] By: jhi on 2001/03/19 02:06:11
14838 Log: Integrate change #9223 from mainline to maintperl.
14840 Document -Dmksymlinks.
14841 Branch: maint-5.6/perl
14843 ____________________________________________________________________________
14844 [ 9223] By: jhi on 2001/03/19 02:01:25
14845 Log: Document -Dmksymlinks.
14848 ____________________________________________________________________________
14849 [ 9222] By: jhi on 2001/03/19 01:15:35
14850 Log: The -Dmksymlinks wasn't working for maintperl.
14851 Branch: maint-5.6/perl
14853 ____________________________________________________________________________
14854 [ 9221] By: jhi on 2001/03/19 00:49:43
14855 Log: Cleanup pixie residue.
14858 ____________________________________________________________________________
14859 [ 9220] By: jhi on 2001/03/19 00:44:47
14860 Log: Document the use of pixie/prof; create make targets for it.
14862 TODO: make t/TEST pixie-aware.
14864 ! Makefile.SH pod/perlhack.pod
14865 ____________________________________________________________________________
14866 [ 9219] By: gsar on 2001/03/19 00:16:55
14867 Log: remove duplicated tests
14868 Branch: maint-5.6/perl
14870 ____________________________________________________________________________
14871 [ 9218] By: jhi on 2001/03/18 23:59:31
14872 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
14874 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
14875 ____________________________________________________________________________
14876 [ 9217] By: jhi on 2001/03/18 23:25:20
14877 Log: Rewrite the tests section of Makefile to be less redundant
14878 and to allow for more flexible test targets, many recursive
14879 make calls introduced.
14882 ____________________________________________________________________________
14883 [ 9216] By: jhi on 2001/03/18 22:30:04
14884 Log: Document the use of Third Degree (sparsely).
14886 ! pod/perlhack.pod t/TEST
14887 ____________________________________________________________________________
14888 [ 9215] By: jhi on 2001/03/18 22:10:30
14889 Log: Make targets for testing with Third Degree.
14892 ____________________________________________________________________________
14893 [ 9214] By: jhi on 2001/03/18 21:08:53
14894 Log: The podchecker relaxations need to mirrored also at the tests.
14897 ____________________________________________________________________________
14898 [ 9213] By: jhi on 2001/03/18 20:56:21
14899 Log: Update Changes.
14901 ! Changes patchlevel.h
14902 ____________________________________________________________________________
14903 [ 9212] By: jhi on 2001/03/18 20:36:59
14904 Log: Looking for config.sh in parent directories isn't
14905 very useful for the toplevel Makefile.
14908 ____________________________________________________________________________
14909 [ 9211] By: jhi on 2001/03/18 20:33:37
14910 Log: On "make clean" take care of Third Degree droppings.
14913 ____________________________________________________________________________
14914 [ 9210] By: jhi on 2001/03/18 20:21:34
14915 Log: Add a hook for running the tests under the Third Degree
14916 debugging tool (set $ENV{PERL_3LOG} to non-zero)
14918 TODO: Document the use of Third Degree.
14921 ____________________________________________________________________________
14922 [ 9209] By: jhi on 2001/03/18 20:19:07
14923 Log: Regen toc and api pods.
14925 ! pod/perlapi.pod pod/perltoc.pod
14926 ____________________________________________________________________________
14927 [ 9208] By: jhi on 2001/03/18 20:12:12
14928 Log: Integrate changes #8128,9132 from mainline into maintperl,
14929 Tie::SubstrHash fixes.
14930 Branch: maint-5.6/perl
14931 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
14932 ____________________________________________________________________________
14933 [ 9207] By: jhi on 2001/03/18 20:07:43
14934 Log: podchecker relaxations from Michael Stevens.
14936 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
14937 ____________________________________________________________________________
14938 [ 9206] By: jhi on 2001/03/18 20:04:24
14939 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
14941 ! lib/Locale/Constants.pm lib/Locale/Country.pm
14942 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
14943 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
14944 ____________________________________________________________________________
14945 [ 9205] By: jhi on 2001/03/18 19:54:45
14946 Log: Integrate changes #9161,9162 from maintperl to mainline.
14948 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
14952 ____________________________________________________________________________
14953 [ 9204] By: jhi on 2001/03/18 19:37:46
14954 Log: Make perl.third checks more understandable to the builder.
14957 ____________________________________________________________________________
14958 [ 9203] By: jhi on 2001/03/18 19:20:54
14959 Log: Re-integrate #9138 from maintperl to mainline,
14960 the squelching of the unneeded "Scalars leaked" messages.
14962 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
14963 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
14964 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
14965 ____________________________________________________________________________
14966 [ 9202] By: jhi on 2001/03/18 18:48:36
14967 Log: More robust and more paranoid perl.third target.
14970 ____________________________________________________________________________
14971 [ 9201] By: jhi on 2001/03/18 18:39:21
14972 Log: Integrate change #9197 from maintperl to mainline.
14974 more thorough cleaning of arenas.
14976 !> embed.pl perl.c proto.h sv.c t/op/sort.t
14977 ____________________________________________________________________________
14978 [ 9200] By: jhi on 2001/03/18 18:25:17
14979 Log: Integrate perlio.
14981 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
14982 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
14983 !> t/lib/encode.t toke.c universal.c utf8.c
14984 ____________________________________________________________________________
14985 [ 9199] By: nick on 2001/03/18 15:23:51
14986 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
14987 is the sense of the test being done. Avoid some magical 127 and 128 values
14990 ! doop.c pp_ctl.c sv.c toke.c
14991 ____________________________________________________________________________
14992 [ 9198] By: nick on 2001/03/18 14:18:12
14993 Log: UTF-X encoding invariance for Encode:
14994 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
14995 - move the XS code for those to universal.c (so in miniperl)
14996 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
14997 - change ext/Encode/compile to use above.
14998 - Fix t/lib/encode.t for above
14999 - Teach t/lib/b.t to expect -uutf8
15000 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
15003 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
15004 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
15005 ____________________________________________________________________________
15006 [ 9197] By: gsar on 2001/03/18 12:15:57
15007 Log: more thorough cleaning of arenas--keep going until no more
15008 SvREFCNT_dec()s occur (this fixes the problem that causes the
15009 pesky "Scalars leaked" warnings)
15010 Branch: maint-5.6/perl
15011 ! embed.pl perl.c proto.h sv.c t/op/sort.t
15012 ____________________________________________________________________________
15013 [ 9196] By: nick on 2001/03/18 10:57:29
15014 Log: Fix pragma/utf8.t # 15
15015 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
15016 are SvUTF8 as well.
15019 ____________________________________________________________________________
15020 [ 9195] By: nick on 2001/03/18 09:27:06
15021 Log: Integrate mainline
15023 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
15025 ____________________________________________________________________________
15026 [ 9194] By: jhi on 2001/03/18 05:29:59
15027 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
15028 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
15030 ! op.c op.h t/op/misc.t t/op/pat.t
15031 ____________________________________________________________________________
15032 [ 9193] By: jhi on 2001/03/18 05:15:06
15033 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
15036 ____________________________________________________________________________
15037 [ 9192] By: jhi on 2001/03/18 04:22:43
15038 Log: tr/// UTF-8 patches from Inaba Hiroto.
15041 ____________________________________________________________________________
15042 [ 9191] By: jhi on 2001/03/18 04:21:17
15043 Log: Integrate perlio.
15045 !> utf8.c utfebcdic.h
15046 ____________________________________________________________________________
15047 [ 9190] By: nick on 2001/03/17 20:32:01
15048 Log: Correct #if EBCDIC side typos.
15049 Builds and passes many tests on OS390.
15051 ! utf8.c utfebcdic.h
15052 ____________________________________________________________________________
15053 [ 9189] By: jhi on 2001/03/17 18:55:49
15054 Log: Add prerequisites for the perl.third target.
15057 ____________________________________________________________________________
15058 [ 9188] By: jhi on 2001/03/17 18:46:00
15059 Log: Integrate perlio.
15062 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
15063 ____________________________________________________________________________
15064 [ 9187] By: jhi on 2001/03/17 18:38:47
15065 Log: Add a make rule for perl.third (the Third Degree memory debugging
15066 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
15069 ____________________________________________________________________________
15070 [ 9186] By: nick on 2001/03/17 18:34:48
15071 Log: MANIFEST addition :-(
15074 ____________________________________________________________________________
15075 [ 9185] By: nick on 2001/03/17 18:29:50
15076 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
15077 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
15078 a superset of ASCII are invariant under the encoding. This is EBCDIC
15079 friendly as an encoded string can be looked at as being EBCDIC by lexer
15080 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
15081 ASCII on ASCII machines.
15083 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
15085 - Add some more macros to comprehend different shift amounts and
15086 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
15087 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
15088 and conditionaly #include it.
15090 EBCDIC build as yet untested. ASCII still fails the one test.
15094 ____________________________________________________________________________
15095 [ 9184] By: nick on 2001/03/17 17:44:16
15096 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
15098 ! doop.c perl.h pp.c utf8.h
15099 ____________________________________________________________________________
15100 [ 9183] By: jhi on 2001/03/17 15:55:42
15101 Log: Integrate perlio.
15104 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
15105 ____________________________________________________________________________
15106 [ 9182] By: nick on 2001/03/17 09:16:06
15107 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
15110 ____________________________________________________________________________
15111 [ 9181] By: nick on 2001/03/17 09:15:11
15112 Log: Integrate mainline.
15114 +> lib/Locale/Constants.pm lib/Locale/Country.pm
15115 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
15116 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
15117 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
15118 !> (integrate 83 files)
15119 ____________________________________________________________________________
15120 [ 9180] By: nick on 2001/03/16 17:23:21
15123 ! perl.h sv.c toke.c utf8.c utf8.h
15124 ____________________________________________________________________________
15125 [ 9179] By: jhi on 2001/03/16 14:10:12
15126 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
15127 a change needed to work around an AIX compiler bug.
15129 ! ext/Storable/Storable.xs
15130 ____________________________________________________________________________
15131 [ 9178] By: jhi on 2001/03/16 03:19:59
15132 Log: With Damian's approval synchronize damian's modules'
15133 licensing with Perl's standard module licensing.
15135 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
15136 ____________________________________________________________________________
15137 [ 9177] By: jhi on 2001/03/16 03:15:34
15138 Log: Make the Filter::Util:Call files have their own copies
15139 of the Perl standard module licensing, from Paul Marquess.
15141 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15142 ____________________________________________________________________________
15143 [ 9176] By: jhi on 2001/03/16 02:56:04
15144 Log: Subject: [PATCH] more pod patches
15145 From: Michael Stevens <michael@etla.org>
15146 Date: Thu, 15 Mar 2001 21:25:18 +0000
15147 Message-ID: <20010315212518.A18870@firedrake.org>
15149 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
15150 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
15151 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
15152 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
15153 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
15154 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
15155 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
15156 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
15157 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
15158 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
15159 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
15160 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
15161 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
15162 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
15163 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
15164 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
15165 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
15166 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
15167 ! lib/Locale/Country.pm lib/Locale/Language.pm
15168 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
15169 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
15170 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
15171 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
15172 ! os2/OS2/Process/Process.pm
15173 ____________________________________________________________________________
15174 [ 9175] By: jhi on 2001/03/16 02:53:32
15175 Log: Subject: [PATCH] the uncontroversial doc patches
15176 From: Michael Stevens <michael@etla.org>
15177 Date: Thu, 15 Mar 2001 20:01:12 +0000
15178 Message-ID: <20010315200112.A7636@firedrake.org>
15180 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
15181 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
15182 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
15183 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
15184 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
15185 ____________________________________________________________________________
15186 [ 9174] By: jhi on 2001/03/16 02:50:49
15187 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
15188 From: Paul Lindner <lindner@inuus.com>
15189 Date: Fri, 16 Mar 2001 11:28:03 -0800
15190 Message-ID: <20010316112803.A7577@inuus.com>
15192 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15193 ____________________________________________________________________________
15194 [ 9173] By: nick on 2001/03/15 20:21:03
15195 Log: 1st day's EBCDIC fixes:
15196 - toke.c's parsing of strings needed attention
15197 needed to conditionally e2a if string was already UTF-8
15198 - e2a/a2e tables where wrong way round.
15199 - new macros in utf8.h
15201 ! perl.h toke.c utf8.h
15202 ____________________________________________________________________________
15203 [ 9172] By: jhi on 2001/03/15 15:17:17
15204 Log: Update Changes.
15206 ! Changes patchlevel.h
15207 ____________________________________________________________________________
15208 [ 9171] By: jhi on 2001/03/15 15:09:32
15209 Log: Subject: Re: Another Borland C++ problem.
15210 From: "Vadim Konovalov" <watman@inbox.ru>
15211 Date: Sat, 10 Mar 2001 19:26:07 +0300
15212 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
15214 Borland filename case problem.
15216 + win32/sncfnmcs.pl
15217 ! MANIFEST README.win32
15218 ____________________________________________________________________________
15219 [ 9170] By: jhi on 2001/03/15 14:54:23
15220 Log: Add Locale::Codes 1.06, from Neil Bowers.
15222 + lib/Locale/Constants.pm lib/Locale/Country.pm
15223 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
15224 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
15225 + t/lib/lc-language.t t/lib/lc-uk.t
15227 ____________________________________________________________________________
15228 [ 9169] By: jhi on 2001/03/15 14:19:01
15229 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
15231 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15232 ! ext/Storable/Storable.xs
15233 ____________________________________________________________________________
15234 [ 9168] By: jhi on 2001/03/15 14:13:22
15235 Log: Integrate changes #9120,9167 from mainline to maintperl.
15237 Subject: [PATCH 5.6.1] OS/2 docs
15239 Subject: [PATCH 5.6.1] perldoc
15240 Branch: maint-5.6/perl
15241 !> os2/Changes utils/perldoc.PL
15242 ____________________________________________________________________________
15243 [ 9167] By: jhi on 2001/03/15 14:07:42
15244 Log: Subject: [PATCH 5.6.1] perldoc
15245 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15246 Date: Wed, 14 Mar 2001 23:46:52 -0500
15247 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
15250 ____________________________________________________________________________
15251 [ 9166] By: jhi on 2001/03/15 13:53:15
15252 Log: sigaction test condition tweakage.
15254 ! t/lib/sigaction.t
15255 ____________________________________________________________________________
15256 [ 9165] By: alanbur on 2001/03/15 03:49:17
15257 Log: Resynchronised with parent
15258 Branch: maint-5.6/pureperl
15259 +> os2/os2add.sym t/op/anonsub.t
15260 !> (integrate 72 files)
15261 ____________________________________________________________________________
15262 [ 9164] By: jhi on 2001/03/15 01:05:01
15263 Log: Avoid stomping off the beginning of an array in tr///.
15266 ____________________________________________________________________________
15267 [ 9163] By: jhi on 2001/03/15 00:58:57
15268 Log: h2ph strictness and cleanliness from Kurt Starsinic.
15271 ____________________________________________________________________________
15272 [ 9162] By: gsar on 2001/03/15 00:56:53
15273 Log: avoid warnings
15274 Branch: maint-5.6/perl
15276 ____________________________________________________________________________
15277 [ 9161] By: gsar on 2001/03/15 00:52:09
15278 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
15280 Branch: maint-5.6/perl
15282 ____________________________________________________________________________
15283 [ 9160] By: jhi on 2001/03/14 22:02:10
15284 Log: Do not use the Perl malloc in IRIX, suggested by
15288 ____________________________________________________________________________
15289 [ 9159] By: nick on 2001/03/14 21:45:59
15290 Log: Integrate mainline
15293 !> (integrate 41 files)
15294 ____________________________________________________________________________
15295 [ 9158] By: jhi on 2001/03/14 21:10:09
15296 Log: The Day of the Retractions continues: the #9138
15297 (integrated in #9144) doesn't work well in mainline.
15299 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
15300 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
15301 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
15302 ____________________________________________________________________________
15303 [ 9157] By: jhi on 2001/03/14 20:58:12
15304 Log: The #9145 CANNOT be enabled: the clear_pmop code still
15305 dumps core all over in Tru64.
15307 ! op.c op.h t/op/pat.t
15308 ____________________________________________________________________________
15309 [ 9156] By: jhi on 2001/03/14 20:48:06
15310 Log: Integrate change #9154 from maintperl to mainline.
15312 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
15313 (caused Storable 1.0.10 to break on windows)
15315 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
15316 !> perlapi.c proto.h
15317 ____________________________________________________________________________
15318 [ 9155] By: jhi on 2001/03/14 20:23:53
15319 Log: Retract #9136: breaks threading (and binary compatibility).
15321 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15322 ____________________________________________________________________________
15323 [ 9154] By: gsar on 2001/03/14 17:48:18
15324 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
15325 (caused Storable 1.0.10 to break on windows)
15326 Branch: maint-5.6/perl
15327 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
15328 ! perlapi.c proto.h
15329 ____________________________________________________________________________
15330 [ 9153] By: jhi on 2001/03/14 13:35:21
15331 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
15333 ! t/lib/sigaction.t
15334 ____________________________________________________________________________
15335 [ 9152] By: gsar on 2001/03/14 07:29:40
15336 Log: back out changes#9012,9010,9009 and parts of change#9016
15337 (causes ABRs under purify, and some prerequisites don't
15338 seem to be there in 5.6.x)
15339 Branch: maint-5.6/perl
15340 ! doop.c op.c t/op/tr.t toke.c
15341 ____________________________________________________________________________
15342 [ 9151] By: gsar on 2001/03/14 07:01:29
15343 Log: reenable change#9145 (the test was busted due to a missing
15344 C<print "ok 27\n">)
15346 ! op.c op.h t/op/pat.t
15347 ____________________________________________________________________________
15348 [ 9150] By: jhi on 2001/03/14 06:38:36
15349 Log: Retract #9145.
15351 ! op.c op.h t/op/pat.t
15352 ____________________________________________________________________________
15353 [ 9149] By: jhi on 2001/03/14 06:14:56
15354 Log: Retract #9143.
15357 ____________________________________________________________________________
15358 [ 9148] By: gsar on 2001/03/14 06:13:02
15359 Log: Uninitialized Memory Read in regexec.c
15362 ____________________________________________________________________________
15363 [ 9147] By: jhi on 2001/03/14 04:59:54
15364 Log: Subject: PATCH: make goto work in nested eval ""
15365 From: Robin Houston <robin@kitsite.com>
15366 Date: Wed, 14 Mar 2001 04:16:10 +0000
15367 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
15369 ! pp_ctl.c t/op/goto.t
15370 ____________________________________________________________________________
15371 [ 9146] By: jhi on 2001/03/14 04:42:54
15372 Log: Preserve the #ifdef PERL_CORE in perly.h.
15375 ____________________________________________________________________________
15376 [ 9145] By: jhi on 2001/03/14 03:57:41
15377 Log: (Retracted by #9150.)
15379 ! op.c op.h t/op/pat.t
15380 ____________________________________________________________________________
15381 [ 9144] By: jhi on 2001/03/14 03:50:38
15382 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
15384 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
15386 remove squelch controls for "Scalars leaked" messages in most places
15387 (these are now cured)
15389 fix another memory leak reported by purify (tie callbacks that
15390 croak can leak when wiping out magic)
15392 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
15393 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
15394 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
15395 !> t/pragma/warnings.t
15396 ____________________________________________________________________________
15397 [ 9143] By: jhi on 2001/03/14 03:37:53
15398 Log: (Retracted by #9149.)
15401 ____________________________________________________________________________
15402 [ 9142] By: gsar on 2001/03/14 03:20:48
15403 Log: fix another memory leak reported by purify (tie callbacks that
15404 croak can leak when wiping out magic)
15405 Branch: maint-5.6/perl
15407 ____________________________________________________________________________
15408 [ 9141] By: jhi on 2001/03/14 02:55:00
15409 Log: Subject: PATCH for [ID 20010305.003]
15410 From: Robin Houston <robin@kitsite.com>
15411 Date: Wed, 14 Mar 2001 02:45:51 +0000
15412 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
15414 ! pp_ctl.c t/op/eval.t
15415 ____________________________________________________________________________
15416 [ 9140] By: jhi on 2001/03/14 02:41:54
15417 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15418 Date: Wed, 14 Mar 2001 01:52:51 +0000
15419 From: Robin Houston <robin@kitsite.com>
15420 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
15422 Fix for 2000313.004.
15424 ! pp_ctl.c t/op/goto.t
15425 ____________________________________________________________________________
15426 [ 9139] By: jhi on 2001/03/14 02:40:50
15427 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15428 From: Robin Houston <robin@kitsite.com>
15429 Date: Wed, 14 Mar 2001 00:43:45 +0000
15430 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
15433 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
15435 ____________________________________________________________________________
15436 [ 9138] By: gsar on 2001/03/14 01:18:00
15437 Log: remove squelch controls for "Scalars leaked" messages in most places
15438 (these are now cured)
15439 Branch: maint-5.6/perl
15440 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
15441 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
15442 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
15443 ____________________________________________________________________________
15444 [ 9137] By: gsar on 2001/03/14 00:57:04
15445 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
15446 Branch: maint-5.6/perl
15448 ____________________________________________________________________________
15449 [ 9136] By: jhi on 2001/03/13 23:12:24
15450 Log: (Retracted by #9155)
15452 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
15453 From: Jens-Uwe Mager <jum@helios.de>
15454 Date: Wed, 21 Feb 2001 21:32:04 +0100
15455 Message-ID: <20010221213203.A18340@ans.helios.de>
15457 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15458 ____________________________________________________________________________
15459 [ 9135] By: jhi on 2001/03/13 22:50:05
15460 Log: Integrate perlio.
15463 ____________________________________________________________________________
15464 [ 9134] By: jhi on 2001/03/13 22:49:05
15465 Log: Integrate change #9131 from maintperl into mainline.
15467 make the error text look more consistent in hints/hpux.sh
15470 ____________________________________________________________________________
15471 [ 9133] By: gsar on 2001/03/13 22:46:20
15472 Log: integrate change#9067 from mainline
15474 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15475 Branch: maint-5.6/perl
15476 !> lib/ExtUtils/MM_Unix.pm
15477 ____________________________________________________________________________
15478 [ 9132] By: jhi on 2001/03/13 22:41:21
15479 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15480 From: "John P. Linderman" <jpl@research.att.com>
15481 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
15482 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
15484 A more correct prime finder.
15486 ! lib/Tie/SubstrHash.pm
15487 ____________________________________________________________________________
15488 [ 9131] By: gsar on 2001/03/13 22:30:42
15489 Log: make the error text look more consistent in hints/hpux.sh
15490 Branch: maint-5.6/perl
15492 ____________________________________________________________________________
15493 [ 9130] By: jhi on 2001/03/13 22:23:44
15494 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
15495 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15496 Date: Tue, 13 Mar 2001 18:41:26 +0100
15497 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
15499 If the test is run non-interactively the default handler
15502 ! t/lib/sigaction.t
15503 ____________________________________________________________________________
15504 [ 9129] By: jhi on 2001/03/13 22:20:21
15505 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
15506 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15507 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
15508 Date: Tue, 13 Mar 2001 16:44:32 EST
15510 ! t/lib/1_compile.t
15511 ____________________________________________________________________________
15512 [ 9128] By: jhi on 2001/03/13 22:18:34
15513 Log: Subject: Another patch for integer.pm POD
15514 From: "John L. Allen" <allen@grumman.com>
15515 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
15516 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
15519 ____________________________________________________________________________
15520 [ 9127] By: nick on 2001/03/13 21:26:30
15521 Log: Integrate mainline.
15523 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
15524 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
15525 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
15526 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
15527 !> Changes Configure MANIFEST README.os2 README.os390
15528 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
15529 !> os2/Changes patchlevel.h win32/perlhost.h
15530 ____________________________________________________________________________
15531 [ 9126] By: nick on 2001/03/13 20:39:51
15532 Log: #ifdef'ed out code to make packed side of pack/unpack
15533 octets. (i.e. pack('U') => encode_utf8).
15536 ____________________________________________________________________________
15537 [ 9125] By: jhi on 2001/03/13 15:07:16
15538 Log: Update Changes.
15540 ! Changes patchlevel.h
15541 ____________________________________________________________________________
15542 [ 9124] By: jhi on 2001/03/13 14:22:45
15543 Log: Workaround for the buggy ("internal compiler error")
15544 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
15545 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
15548 ! ext/re/Makefile.PL hints/aix.sh
15549 ____________________________________________________________________________
15550 [ 9123] By: jhi on 2001/03/13 03:24:34
15551 Log: Typo in #9114.
15553 ! U/modified/myhostname.U
15554 ____________________________________________________________________________
15555 [ 9122] By: jhi on 2001/03/13 03:24:06
15556 Log: Typo in #9113.
15559 ____________________________________________________________________________
15560 [ 9121] By: jhi on 2001/03/13 01:53:05
15561 Log: Forgot to check-in the larger part of #9120, duh.
15564 ____________________________________________________________________________
15565 [ 9120] By: jhi on 2001/03/13 01:51:31
15566 Log: Subject: [PATCH 5.6.1] OS/2 docs
15567 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15568 Date: Mon, 12 Mar 2001 03:27:32 -0500
15569 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
15572 ____________________________________________________________________________
15573 [ 9119] By: jhi on 2001/03/13 01:49:41
15574 Log: Integrate change #9116 from maintperl into mainline.
15576 Win32::GetCwd() returns C: instead of C:\ in the root directory
15579 !> win32/perlhost.h
15580 ____________________________________________________________________________
15581 [ 9118] By: jhi on 2001/03/13 01:13:39
15582 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
15584 + lib/Switch.pm t/lib/switch.t
15586 ____________________________________________________________________________
15587 [ 9117] By: jhi on 2001/03/13 01:03:17
15588 Log: Add Text::Balanced 1.83.
15590 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
15591 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
15592 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
15595 ____________________________________________________________________________
15596 [ 9116] By: gsar on 2001/03/13 00:55:53
15597 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
15599 Branch: maint-5.6/perl
15601 ____________________________________________________________________________
15602 [ 9115] By: jhi on 2001/03/13 00:54:09
15603 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
15604 From: "John L. Allen" <allen@grumman.com>
15605 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
15606 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
15608 use integer document clarification.
15611 ____________________________________________________________________________
15612 [ 9114] By: jhi on 2001/03/13 00:38:54
15613 Log: Metaconfig unit change for #9113.
15615 ! U/modified/myhostname.U
15616 ____________________________________________________________________________
15617 [ 9113] By: jhi on 2001/03/13 00:38:35
15618 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?)
15619 From: Peter Prymmer <pvhp@forte.com>
15620 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
15621 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
15623 ! Configure README.os390 hints/os390.sh
15624 ____________________________________________________________________________
15625 [ 9112] By: jhi on 2001/03/13 00:29:00
15626 Log: Integrate perlio.
15629 ____________________________________________________________________________
15630 [ 9111] By: nick on 2001/03/12 21:16:33
15631 Log: Integrate mainline.
15634 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15636 ____________________________________________________________________________
15637 [ 9110] By: nick on 2001/03/12 21:00:13
15638 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
15641 ____________________________________________________________________________
15642 [ 9109] By: jhi on 2001/03/12 16:04:47
15643 Log: Integrate change #9108 from maintperl to mainline.
15645 fix memory leak in C<sub X { sub {} }> arising from a refcount
15646 loop between the outer sub and the inner prototype anonsub
15648 this also enables closures returned by subroutines that
15649 subsequently get redefined to work without generating coredumps :)
15651 completely removed the free_closures() hack--it shouldn't be
15655 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15657 ____________________________________________________________________________
15658 [ 9108] By: gsar on 2001/03/12 10:21:31
15659 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
15660 loop between the outer sub and the inner prototype anonsub
15662 this also enables closures returned by subroutines that
15663 subsequently get redefined to work without generating coredumps :)
15665 completely removed the free_closures() hack--it shouldn't be
15667 Branch: maint-5.6/perl
15669 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15671 ____________________________________________________________________________
15672 [ 9107] By: jhi on 2001/03/12 05:15:31
15673 Log: Integrate perlio.
15675 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
15676 ____________________________________________________________________________
15677 [ 9106] By: nick on 2001/03/11 20:10:12
15678 Log: regcomp.c is working in native space, not Unicode space (if different)
15679 as it is doing compare against 'W' in \W etc.
15682 ____________________________________________________________________________
15683 [ 9105] By: nick on 2001/03/11 19:39:34
15684 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
15685 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
15687 ! regcomp.c toke.c utf8.c
15688 ____________________________________________________________________________
15689 [ 9104] By: nick on 2001/03/11 18:15:44
15690 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
15693 ____________________________________________________________________________
15694 [ 9103] By: nick on 2001/03/11 18:03:28
15695 Log: Integrate mainline (for regexp stuff).
15697 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
15698 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
15699 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
15700 !> t/lib/errno.t t/op/pat.t
15701 ____________________________________________________________________________
15702 [ 9102] By: nick on 2001/03/11 17:44:20
15703 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
15704 - exclude layer syms in makedef.pl for sfio
15705 - also inhibit Encode from trying to build ":encode()" layer.
15707 ! ext/Encode/Encode.xs makedef.pl
15708 ____________________________________________________________________________
15709 [ 9101] By: jhi on 2001/03/10 22:38:13
15710 Log: The $Is_MacOS needs to be declared.
15712 ! lib/ExtUtils/Manifest.pm
15713 ____________________________________________________________________________
15714 [ 9100] By: jhi on 2001/03/10 22:14:29
15715 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
15716 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
15717 pollute the symbolspace if using sfio.
15719 ! ext/Encode/Encode.xs
15720 ____________________________________________________________________________
15721 [ 9099] By: jhi on 2001/03/10 21:58:48
15722 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
15723 Date: Sat, 10 Mar 2001 14:23:55 -0500
15724 From: Chris Nandor <pudge@pobox.com>
15725 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
15727 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
15728 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
15730 ____________________________________________________________________________
15731 [ 9098] By: jhi on 2001/03/10 21:38:30
15732 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
15734 ! regcomp.c regexec.c t/op/pat.t
15735 ____________________________________________________________________________
15736 [ 9097] By: jhi on 2001/03/10 14:38:07
15737 Log: Integrate perlio.
15739 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
15740 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
15741 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
15742 ____________________________________________________________________________
15743 [ 9096] By: nick on 2001/03/10 11:55:43
15744 Log: EBCDIC sanity - phase I
15745 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
15746 - use utf8n_xxxx (c.f. pvn) for forms which take length.
15747 - back out vN.N and $^V exceptions to e2a/a2e
15748 - make "locale" isxxx macros be uvchr (may be redundant?)
15750 Not clear yet that toUPPER_uni et. al. return being handled correctly.
15751 The tr// and rexexp stuff still needs an audit, assumption is they are working
15754 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
15756 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
15757 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
15758 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
15759 ____________________________________________________________________________
15760 [ 9095] By: jhi on 2001/03/09 22:10:01
15761 Log: Integrate perlio.
15764 ____________________________________________________________________________
15765 [ 9094] By: nick on 2001/03/09 17:36:38
15766 Log: Builds an passes all tests after integrate and this tweak.
15769 ____________________________________________________________________________
15770 [ 9093] By: nick on 2001/03/09 17:16:03
15771 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
15773 +> lib/unicode/Scripts.txt t/lib/sigaction.t
15774 !> (integrate 79 files)
15775 ____________________________________________________________________________
15776 [ 9092] By: jhi on 2001/03/09 15:28:26
15777 Log: Update Changes.
15779 ! Changes patchlevel.h
15780 ____________________________________________________________________________
15781 [ 9091] By: jhi on 2001/03/09 15:25:05
15782 Log: In op/stat #35 better to scan all the potential directories
15783 for setuids, not just the first one.
15786 ____________________________________________________________________________
15787 [ 9090] By: jhi on 2001/03/09 15:01:27
15788 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
15789 From: rspier@pobox.com (Robert Spier)
15790 Date: Fri, 9 Mar 2001 03:30:20 -0500
15791 Message-ID: <15016.38044.381174.160189@rls.cx>
15793 EXISTS() returning undef mistakenly triggered a FETCH().
15796 ____________________________________________________________________________
15797 [ 9089] By: jhi on 2001/03/09 14:59:02
15798 Log: Add /sbin and /usr/sbin to the list of directories scanned
15799 for setuid programs. Takes care of bug id 20010309.003.
15802 ____________________________________________________________________________
15803 [ 9088] By: jhi on 2001/03/09 14:48:32
15804 Log: Regen perlapi, perltoc.
15806 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
15807 ____________________________________________________________________________
15808 [ 9087] By: jhi on 2001/03/09 14:38:56
15809 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
15810 From: David Mitchell <davem@fdgroup.co.uk>
15811 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
15812 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
15814 ! dump.c perl.c perl.h pod/perlrun.pod
15815 ____________________________________________________________________________
15816 [ 9086] By: jhi on 2001/03/09 01:47:16
15817 Log: A modified version of
15819 Subject: [ID 20010307.005] POSIX::sigaction has various problems
15820 From: anders@broadcom.com
15821 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
15822 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
15824 Currently the sigaction.t test #6 fails (and is fudged to look
15825 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
15826 This may well be a genuine bug in Linux sigaction() (since at
15827 least Tru64, Solaris, and HP-UX disagree with Linux).
15828 Anyone with POSIX / SUSv2 tome handy? The problem is that
15829 the flags of the oldaction don't match with the flags in
15830 the previously installed disposition.
15832 + t/lib/sigaction.t
15833 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15834 ____________________________________________________________________________
15835 [ 9085] By: jhi on 2001/03/09 01:30:13
15836 Log: Subject: Re: mission impossible for the day
15837 From: Alex Gough <alex@rcon.org>
15838 Date: Thu, 08 Mar 2001 17:18:19 +0000
15839 Message-ID: <3AA7BEDB.8070409@rcon.org>
15841 If references (are overloaded) and can be directly stringified,
15842 show that instead of "stringified".
15844 (The problem, infinite mutual recursion caused by overloaded bool
15845 in Switch.pm, tracked by David Mitchell)
15847 ! lib/Carp/Heavy.pm
15848 ____________________________________________________________________________
15849 [ 9084] By: jhi on 2001/03/09 01:20:39
15850 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
15851 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
15852 From: David Mitchell <davem@fdgroup.co.uk>
15853 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
15855 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
15856 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
15857 ____________________________________________________________________________
15858 [ 9083] By: jhi on 2001/03/09 01:16:51
15859 Log: Subject: [PATCH] perldata.pod here-doc docs
15860 From: Jeff Pinyan <jeffp@crusoe.net>
15861 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
15862 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
15865 ____________________________________________________________________________
15866 [ 9082] By: jhi on 2001/03/09 01:01:27
15867 Log: Subject: Re: Unicode/EBCDIC
15868 From: Peter Prymmer <pvhp@forte.com>
15869 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
15870 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
15872 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
15873 ____________________________________________________________________________
15874 [ 9081] By: jhi on 2001/03/08 13:41:30
15875 Log: Subject: Ooops, wrong 'no *POSIX' Patch
15876 From: Dorner Thomas <Thomas.Dorner@start.de>
15877 Date: Thu, 8 Mar 2001 08:43:28 +0100
15878 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
15880 ! hints/posix-bc.sh
15881 ____________________________________________________________________________
15882 [ 9080] By: jhi on 2001/03/08 13:11:42
15883 Log: It's Scripts.txt, not Script.txt.
15886 ____________________________________________________________________________
15887 [ 9079] By: jhi on 2001/03/08 12:59:05
15888 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
15889 From: Dorner Thomas <Thomas.Dorner@start.de>
15890 Date: Wed, 7 Mar 2001 14:13:31 +0100
15891 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
15894 ____________________________________________________________________________
15895 [ 9078] By: jhi on 2001/03/08 12:57:43
15896 Log: Retract #9069, wrong patch.
15899 ____________________________________________________________________________
15900 [ 9077] By: jhi on 2001/03/08 01:06:13
15901 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
15903 + lib/unicode/Scripts.txt
15904 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
15905 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
15906 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
15907 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15908 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
15909 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
15910 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
15911 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
15912 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
15913 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
15914 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
15915 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
15916 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
15917 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
15918 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
15919 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
15920 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
15921 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
15922 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
15923 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
15924 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
15925 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
15926 ! lib/unicode/version
15927 ____________________________________________________________________________
15928 [ 9076] By: jhi on 2001/03/07 22:59:39
15929 Log: Integrate change #7784 from mainline into maintperl.
15931 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
15932 Branch: maint-5.6/perl
15933 !> pp_ctl.c t/op/pat.t
15934 ____________________________________________________________________________
15935 [ 9075] By: jhi on 2001/03/07 22:05:11
15936 Log: More UTF-8 test tweaks.
15938 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
15939 ____________________________________________________________________________
15940 [ 9074] By: nick on 2001/03/07 21:39:29
15941 Log: Integrate mainline.
15943 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
15944 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
15945 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
15946 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
15947 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
15948 ____________________________________________________________________________
15949 [ 9073] By: jhi on 2001/03/07 16:37:09
15950 Log: Update Changes.
15952 ! Changes patchlevel.h
15953 ____________________________________________________________________________
15954 [ 9072] By: jhi on 2001/03/07 16:32:30
15955 Log: Subject: [ID 20010306.004] || != named unary operator
15956 From: abela@geneanet.org
15957 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
15958 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
15961 ____________________________________________________________________________
15962 [ 9071] By: jhi on 2001/03/07 15:14:11
15963 Log: Subject: downgrading to bytes for common functions
15964 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
15965 Date: Wed, 7 Mar 2001 02:36:55 -0500
15966 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
15969 ____________________________________________________________________________
15970 [ 9070] By: jhi on 2001/03/07 15:04:58
15971 Log: Clarify the description differentiating for and while; inspired by
15973 Subject: [ID 20010306.002] for/while difference in for definition
15974 From: abela@geneanet.org
15975 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
15976 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
15979 ____________________________________________________________________________
15980 [ 9069] By: jhi on 2001/03/07 14:55:30
15981 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
15982 From: Dorner Thomas <Thomas.Dorner@start.de>
15983 Date: Wed, 7 Mar 2001 14:13:31 +0100
15984 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
15987 ____________________________________________________________________________
15988 [ 9068] By: jhi on 2001/03/07 14:51:17
15989 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
15990 From: Radu Greab <radu@netsoft.ro>
15991 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
15992 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
15995 ____________________________________________________________________________
15996 [ 9067] By: jhi on 2001/03/07 14:48:57
15997 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15998 From: Simon Cozens <simon@netthink.co.uk>
15999 Date: Wed, 7 Mar 2001 13:59:28 +0000
16000 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
16002 In order to allow MakeMaker to build correct Makefiles,
16003 you need to change the order of the arguments in MM_Unix.pm
16004 as well. (Unless you have C89_CCMODE set, but we're trying
16005 to be POSIXly correct)
16007 Thanks to Merijn Broeren for tracking this down.
16009 ! lib/ExtUtils/MM_Unix.pm
16010 ____________________________________________________________________________
16011 [ 9066] By: jhi on 2001/03/07 14:30:02
16012 Log: Floating point too messy.
16014 ! t/camel-III/vstring.t
16015 ____________________________________________________________________________
16016 [ 9065] By: jhi on 2001/03/07 14:17:44
16017 Log: Integrate change #9064 from maintperl into mainline.
16019 fix memory leak in pack("Bb",...)
16022 ____________________________________________________________________________
16023 [ 9064] By: gsar on 2001/03/07 06:29:24
16024 Log: fix memory leak in pack("Bb",...)
16025 Branch: maint-5.6/perl
16027 ____________________________________________________________________________
16028 [ 9063] By: jhi on 2001/03/07 00:55:04
16029 Log: Major utf8 test reorganisation and rewrite.
16030 Hopefully no tests were lost in the shuffle.
16031 (The beginning of pragma/utf8 was lost intentionally,
16032 the tests were rather bogus and incomplete.)
16034 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
16036 ____________________________________________________________________________
16037 [ 9062] By: jhi on 2001/03/07 00:41:16
16038 Log: More tweakage on the Unicode character class descriptions.
16040 ! lib/unicode/mktables.PL pod/perlretut.pod
16041 ____________________________________________________________________________
16042 [ 9061] By: jhi on 2001/03/06 23:12:38
16043 Log: The perlretut was still talking about the old \p and \P
16046 ! pod/perlretut.pod
16047 ____________________________________________________________________________
16048 [ 9060] By: nick on 2001/03/06 20:52:37
16049 Log: Integrate mainline (make test works again now).
16051 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
16052 ____________________________________________________________________________
16053 [ 9059] By: jhi on 2001/03/06 15:36:14
16054 Log: 0.999... does equal 1.0, doesn't it?
16056 ! t/camel-III/vstring.t
16057 ____________________________________________________________________________
16058 [ 9058] By: jhi on 2001/03/06 15:34:00
16059 Log: Make /x{abcd}/ to work without use utf8.
16062 ____________________________________________________________________________
16063 [ 9057] By: jhi on 2001/03/06 03:02:36
16064 Log: Easier to outcomment all the three reset() tests for now.
16067 ____________________________________________________________________________
16068 [ 9056] By: jhi on 2001/03/06 02:30:02
16069 Log: Comment out the deadly reset; until the 20010301.005
16073 ____________________________________________________________________________
16074 [ 9055] By: jhi on 2001/03/06 02:21:26
16075 Log: Integrate the change #9054 from mainline:
16076 retract the PMOP cleanup patch pending further investigation.
16077 Branch: maint-5.6/perl
16079 ____________________________________________________________________________
16080 [ 9054] By: jhi on 2001/03/06 02:19:57
16081 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
16082 with oddly familiar stack traces.
16085 ____________________________________________________________________________
16086 [ 9053] By: jhi on 2001/03/05 23:20:28
16087 Log: Integrate perlio.
16089 +> ext/Encode/Encode/koi8-r.ucm
16090 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16092 ____________________________________________________________________________
16093 [ 9052] By: nick on 2001/03/05 23:08:17
16094 Log: skipping USE_PERLIO symbols correction.
16097 ____________________________________________________________________________
16098 [ 9051] By: nick on 2001/03/05 22:35:07
16099 Log: More Encode alias tidying.
16101 + ext/Encode/Encode/koi8-r.ucm
16102 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16103 ____________________________________________________________________________
16104 [ 9050] By: jhi on 2001/03/05 21:44:29
16105 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
16106 Sarathy's fix for ID 20010301.005.
16107 Branch: maint-5.6/perl
16109 ____________________________________________________________________________
16110 [ 9049] By: nick on 2001/03/05 19:54:04
16111 Log: Integrate Jarkko's Encode.pm tweak.
16113 !> ext/Encode/Encode.pm
16114 ____________________________________________________________________________
16115 [ 9048] By: nick on 2001/03/05 19:47:57
16116 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
16119 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
16120 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
16121 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16122 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
16123 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
16124 ____________________________________________________________________________
16125 [ 9047] By: jhi on 2001/03/05 19:25:26
16126 Log: Regen perlapi.
16129 ____________________________________________________________________________
16130 [ 9046] By: jhi on 2001/03/05 19:12:14
16131 Log: Integrate perlio.
16133 +> t/camel-III/vstring.t
16134 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
16135 ____________________________________________________________________________
16136 [ 9045] By: jhi on 2001/03/05 19:10:36
16137 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
16139 ! ext/Encode/Encode.pm
16140 ____________________________________________________________________________
16141 [ 9044] By: jhi on 2001/03/05 18:49:12
16142 Log: Forgot the other half of the PMOP patch (#9033).
16145 ____________________________________________________________________________
16146 [ 9043] By: nick on 2001/03/05 18:14:47
16147 Log: Update MANIFEST for new test.
16150 ____________________________________________________________________________
16151 [ 9042] By: nick on 2001/03/05 18:12:41
16152 Log: Some tests for Camel 3rd edition features.
16153 Make gethostbyaddr() test in above work.
16155 + t/camel-III/vstring.t
16156 ! pp.h pp_sys.c t/TEST t/harness
16157 ____________________________________________________________________________
16158 [ 9041] By: jhi on 2001/03/05 17:41:48
16159 Log: Add more ISO 8859 encoding aliases.
16161 ! ext/Encode/Encode.pm
16162 ____________________________________________________________________________
16163 [ 9040] By: jhi on 2001/03/05 17:30:43
16164 Log: Integrate perlio.
16167 ____________________________________________________________________________
16168 [ 9039] By: nick on 2001/03/05 17:11:36
16169 Log: Missed added file.
16172 ____________________________________________________________________________
16173 [ 9038] By: jhi on 2001/03/05 15:58:01
16174 Log: Add tr tests for EBCDIC, from Karsten Sperling.
16177 ____________________________________________________________________________
16178 [ 9037] By: nick on 2001/03/05 15:56:35
16179 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
16180 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
16182 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
16183 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
16184 - uses SvPV() rather than sv_2pv() in case it isn't a string.
16187 ____________________________________________________________________________
16188 [ 9036] By: jhi on 2001/03/05 15:49:15
16189 Log: Add matching tests currently failing in EBCDIC,
16190 suggested by Karsten Sperling.
16193 ____________________________________________________________________________
16194 [ 9035] By: jhi on 2001/03/05 15:36:55
16195 Log: The #9034 needs a MANIFESTation.
16198 ____________________________________________________________________________
16199 [ 9034] By: jhi on 2001/03/05 15:35:14
16200 Log: Integrate perlio.
16202 +> ext/Encode/Encode/Tcl.pm
16203 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16204 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
16205 !> ext/Encode/Encode/iso8859-1.ucm
16206 !> ext/Encode/Encode/iso8859-10.ucm
16207 !> ext/Encode/Encode/iso8859-13.ucm
16208 !> ext/Encode/Encode/iso8859-14.ucm
16209 !> ext/Encode/Encode/iso8859-15.ucm
16210 !> ext/Encode/Encode/iso8859-16.ucm
16211 !> ext/Encode/Encode/iso8859-2.ucm
16212 !> ext/Encode/Encode/iso8859-3.ucm
16213 !> ext/Encode/Encode/iso8859-4.ucm
16214 !> ext/Encode/Encode/iso8859-5.ucm
16215 !> ext/Encode/Encode/iso8859-6.ucm
16216 !> ext/Encode/Encode/iso8859-7.ucm
16217 !> ext/Encode/Encode/iso8859-8.ucm
16218 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
16220 ____________________________________________________________________________
16221 [ 9033] By: jhi on 2001/03/05 15:33:18
16222 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
16223 From: Gurusamy Sarathy <gsar@ActiveState.com>
16224 Date: Sun, 04 Mar 2001 22:33:15 -0800
16225 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
16227 PMOPs need to remember their own stash so that they can
16228 gracefully remove themselves from their linked list.
16231 ____________________________________________________________________________
16232 [ 9032] By: nick on 2001/03/05 14:51:50
16233 Log: Encode implementation "completion"
16234 Implement and document define_encoding()
16235 Implement and document encoding aliases including define_alias()
16236 Make Encode::XS use define_encoding() rather than back-door.
16237 Move run-time *.enc to separate Encode::Tcl module.
16238 Make 'compile' honour <codeset_name>
16239 Change canonical names of to iso-8859-* and US-ascii.
16241 + ext/Encode/Encode/Tcl.pm
16242 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16243 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
16244 ! ext/Encode/Encode/iso8859-1.ucm
16245 ! ext/Encode/Encode/iso8859-10.ucm
16246 ! ext/Encode/Encode/iso8859-13.ucm
16247 ! ext/Encode/Encode/iso8859-14.ucm
16248 ! ext/Encode/Encode/iso8859-15.ucm
16249 ! ext/Encode/Encode/iso8859-16.ucm
16250 ! ext/Encode/Encode/iso8859-2.ucm
16251 ! ext/Encode/Encode/iso8859-3.ucm
16252 ! ext/Encode/Encode/iso8859-4.ucm
16253 ! ext/Encode/Encode/iso8859-5.ucm
16254 ! ext/Encode/Encode/iso8859-6.ucm
16255 ! ext/Encode/Encode/iso8859-7.ucm
16256 ! ext/Encode/Encode/iso8859-8.ucm
16257 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
16259 ____________________________________________________________________________
16260 [ 9031] By: jhi on 2001/03/05 13:51:17
16261 Log: Integrate change #9030 from maintperl into mainline.
16263 Subject: [PATCH 5.6.1] OS/2 cleanup
16266 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16267 !> makedef.pl os2/Changes os2/Makefile.SHs
16268 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
16269 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
16270 !> os2/os2.sym os2/os2ish.h
16271 ____________________________________________________________________________
16272 [ 9030] By: jhi on 2001/03/05 13:46:49
16273 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
16274 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16275 Date: Mon, 5 Mar 2001 02:29:44 -0500
16276 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
16277 Branch: maint-5.6/perl
16279 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16280 ! makedef.pl os2/Changes os2/Makefile.SHs
16281 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
16282 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
16283 ! os2/os2.sym os2/os2ish.h
16284 ____________________________________________________________________________
16285 [ 9029] By: jhi on 2001/03/05 13:40:35
16286 Log: Integrate change #9028 from maintperl into mainline.
16288 various nits in MM_Unix.pm found by disabling SelfLoader
16290 !> lib/ExtUtils/MM_Unix.pm
16291 ____________________________________________________________________________
16292 [ 9028] By: gsar on 2001/03/05 09:58:38
16293 Log: various nits in MM_Unix.pm found by disabling SelfLoader
16294 Branch: maint-5.6/perl
16295 ! lib/ExtUtils/MM_Unix.pm
16296 ____________________________________________________________________________
16297 [ 9027] By: nick on 2001/03/05 08:35:22
16298 Log: Integrate mainline
16300 !> (integrate 28 files)
16301 ____________________________________________________________________________
16302 [ 9026] By: jhi on 2001/03/05 02:14:59
16303 Log: Integrate change #9025 from mainline to maintperl,
16304 retract \N{U+HHHH}.
16305 Branch: maint-5.6/perl
16306 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16307 !> t/lib/charnames.t toke.c
16308 ____________________________________________________________________________
16309 [ 9025] By: jhi on 2001/03/05 02:13:09
16310 Log: Retracting \N{U+HHHH}.
16312 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16313 ! t/lib/charnames.t toke.c
16314 ____________________________________________________________________________
16315 [ 9024] By: jhi on 2001/03/04 20:51:07
16316 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
16317 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16318 Date: Fri, 02 Mar 2001 18:25:26 +0100
16319 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
16323 ! ext/Storable/Storable.xs
16324 ____________________________________________________________________________
16325 [ 9023] By: jhi on 2001/03/04 19:46:45
16326 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
16327 From: nick@talking.bollo.cx
16328 Date: Sat, 03 Mar 2001 21:41:33 +0000
16329 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
16331 Revert the workaround.
16334 ____________________________________________________________________________
16335 [ 9022] By: jhi on 2001/03/04 19:36:28
16336 Log: Update Changes.
16338 ! Changes patchlevel.h
16339 ____________________________________________________________________________
16340 [ 9021] By: jhi on 2001/03/04 18:41:00
16341 Log: makedef.pl updates suggested by Chris Nandor; double-checking
16342 the changes in AIX, OS/2 Win32 would be nice.
16345 ____________________________________________________________________________
16346 [ 9020] By: jhi on 2001/03/04 18:23:58
16347 Log: Integrate change #9012 from maintperl into mainline,
16348 quench a compiler warning.
16351 ____________________________________________________________________________
16352 [ 9019] By: jhi on 2001/03/04 18:18:43
16353 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
16357 pattern in G_ARRAY context
16358 Branch: maint-5.6/perl
16359 !> pp_hot.c t/op/pat.t toke.c
16360 ____________________________________________________________________________
16361 [ 9018] By: jhi on 2001/03/04 18:07:48
16362 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
16363 From: Jeff Pinyan <jeffp@crusoe.net>
16364 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
16365 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
16367 ! pp_hot.c t/op/pat.t
16368 ____________________________________________________________________________
16369 [ 9017] By: jhi on 2001/03/04 18:06:21
16370 Log: I thought I tested the #9014.
16373 ____________________________________________________________________________
16374 [ 9016] By: jhi on 2001/03/04 17:41:22
16375 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
16377 Tweak the get*ent() OS/2 prototypes.
16379 Add the \N{U+HHHH} syntax.
16381 More tr/// UTF-8 fixes from Inaba Hiroto.
16382 Branch: maint-5.6/perl
16383 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
16384 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
16385 ____________________________________________________________________________
16386 [ 9015] By: jhi on 2001/03/04 17:36:04
16387 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
16390 ____________________________________________________________________________
16391 [ 9014] By: jhi on 2001/03/04 17:24:49
16392 Log: Add the \N{U+HHHH} syntax.
16394 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16395 ! t/lib/charnames.t toke.c
16396 ____________________________________________________________________________
16397 [ 9013] By: jhi on 2001/03/04 17:20:45
16398 Log: Tweak the get*ent() OS/2 prototypes.
16401 ____________________________________________________________________________
16402 [ 9012] By: gsar on 2001/03/04 06:26:14
16403 Log: avoid warning (nit in change#9009)
16404 Branch: maint-5.6/perl
16406 ____________________________________________________________________________
16407 [ 9011] By: gsar on 2001/03/04 06:15:24
16408 Log: lib/charnames.t fails in 5.6.x because of older Unicode
16411 TODO: need to revisit this after updating lib/unicode/...
16412 Branch: maint-5.6/perl
16413 ! t/lib/charnames.t
16414 ____________________________________________________________________________
16415 [ 9010] By: gsar on 2001/03/04 06:08:36
16416 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
16417 Branch: maint-5.6/perl
16419 ____________________________________________________________________________
16420 [ 9009] By: jhi on 2001/03/03 19:27:20
16421 Log: Integrate change #9008 from mainline to maintperl,
16422 UTF-8 tr/// fixes from Inaba Hiroto.
16423 Branch: maint-5.6/perl
16424 !> doop.c op.c t/op/tr.t toke.c
16425 ____________________________________________________________________________
16426 [ 9008] By: jhi on 2001/03/03 19:19:42
16427 Log: UTF8 tr/// fixes from Inaba Hiroto.
16429 ! doop.c op.c t/op/tr.t toke.c
16430 ____________________________________________________________________________
16431 [ 9007] By: jhi on 2001/03/03 19:00:30
16432 Log: Integrate change #9006 from maintperl to mainline,
16433 more robust quest for the infinite.
16435 !> lib/Math/Complex.pm
16436 ____________________________________________________________________________
16437 [ 9006] By: jhi on 2001/03/03 18:58:06
16438 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
16439 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16440 Date: Sat, 3 Mar 2001 12:51:50 -0500
16441 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
16443 Be more robust in our quest for the infinite.
16444 Branch: maint-5.6/perl
16445 ! lib/Math/Complex.pm
16446 ____________________________________________________________________________
16447 [ 9005] By: jhi on 2001/03/03 17:55:50
16448 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
16449 Branch: maint-5.6/perl
16451 ____________________________________________________________________________
16452 [ 9004] By: jhi on 2001/03/03 17:40:14
16453 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
16454 so that picky compilers like IRIX won't get huffy about
16455 "statements without effect" (like 1;).
16458 ____________________________________________________________________________
16459 [ 9003] By: jhi on 2001/03/03 17:15:52
16460 Log: Integrate change #9002 from mainline to maintperl.
16462 Subject: [perl-5.6.x, perl-current] accept for EPOC
16463 Branch: maint-5.6/perl
16465 ____________________________________________________________________________
16466 [ 9002] By: jhi on 2001/03/03 17:14:30
16467 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
16468 From: Olaf Flebbe <O.Flebbe@science-computing.de>
16469 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
16470 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
16473 ____________________________________________________________________________
16474 [ 9001] By: jhi on 2001/03/03 17:13:13
16475 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
16476 From: "Craig A. Berry" <craigberry@mac.com>
16477 Date: Fri, 02 Mar 2001 17:44:40 -0600
16478 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
16481 ____________________________________________________________________________
16482 [ 9000] By: jhi on 2001/03/03 17:11:55
16483 Log: Integrate changes #8997,8999 from maintperl.
16485 Subject: [PATCH 5.6.1] compiling on OS/2
16486 (Better error message from hints/os2.sh)
16488 Subject: [PATCH 5.6.1] syslog.t
16490 !> hints/os2.sh t/lib/syslog.t
16491 ____________________________________________________________________________
16492 [ 8999] By: jhi on 2001/03/03 17:09:28
16493 Log: Subject: [PATCH 5.6.1] syslog.t
16494 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16495 Date: Sat, 3 Mar 2001 02:11:17 -0500
16496 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
16497 Branch: maint-5.6/perl
16499 ____________________________________________________________________________
16500 [ 8998] By: jhi on 2001/03/03 17:07:50
16501 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
16502 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16503 Date: Sat, 3 Mar 2001 01:53:52 -0500
16504 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
16505 Branch: maint-5.6/perl
16506 ! opcode.pl os2/os2.c
16507 ____________________________________________________________________________
16508 [ 8997] By: jhi on 2001/03/03 17:03:30
16509 Log: Subject: [PATCH 5.6.1] compiling on OS/2
16510 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16511 Date: Sat, 3 Mar 2001 01:59:59 -0500
16512 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
16513 Branch: maint-5.6/perl
16515 ____________________________________________________________________________
16516 [ 8996] By: jhi on 2001/03/03 00:55:58
16517 Log: Regen files for mainline.
16519 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16520 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
16521 ____________________________________________________________________________
16522 [ 8995] By: jhi on 2001/03/03 00:35:22
16523 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
16524 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
16527 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
16529 Add Configure option -Dmksymlinks which will create a symlink
16530 forest if the current/build differs from the source directory.
16531 (8218,8220,8221,8317,8318,8971)
16533 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
16534 (Document APPLLIB_EXP in INSTALL.)
16536 If running byacc write-enable also perly.h.
16538 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
16540 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16542 Sanity check for conflicting thread flavours.
16544 Fix the sys/fcntl.h problem reported by Peter Prymmer.
16546 Add few CPUs/architectures to the Cppsym scan,
16547 add -perlio to archname if so selected (modified 8890)
16549 Be more helpful for devel builders, suggested by John L. Allen.
16550 (admittedly pointless change for maintperl, but the usedevel
16551 code is there already)
16552 Branch: maint-5.6/perl
16553 !> Configure INSTALL Makefile.SH Porting/Glossary
16554 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
16555 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
16556 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
16557 !> win32/config.bc win32/config.gc win32/config.vc
16558 ____________________________________________________________________________
16559 [ 8994] By: jhi on 2001/03/02 23:31:41
16560 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
16561 Branch: metaconfig/U/perl
16563 ____________________________________________________________________________
16564 [ 8993] By: jhi on 2001/03/02 23:22:12
16565 Log: Regenerate various files for maint.
16566 Branch: maint-5.6/perl
16567 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
16568 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
16569 ____________________________________________________________________________
16570 [ 8992] By: alanbur on 2001/03/02 22:48:34
16571 Log: Resync wuth parent
16572 Branch: maint-5.6/pureperl
16573 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
16574 !> (integrate 60 files)
16575 ____________________________________________________________________________
16576 [ 8991] By: jhi on 2001/03/02 21:00:08
16577 Log: Retract the #8742 part of #8986, backward compat.
16578 Branch: maint-5.6/perl
16580 ____________________________________________________________________________
16581 [ 8990] By: jhi on 2001/03/02 20:40:07
16582 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
16583 Branch: maint-5.6/perl
16585 ____________________________________________________________________________
16586 [ 8989] By: jhi on 2001/03/02 19:59:56
16587 Log: Update Changes.
16589 ! Changes patchlevel.h
16590 ____________________________________________________________________________
16591 [ 8988] By: jhi on 2001/03/02 19:57:08
16592 Log: Integrate perlio.
16594 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16595 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16596 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16597 !> ext/Encode/Encode/iso8859-10.ucm
16598 !> ext/Encode/Encode/iso8859-13.ucm
16599 !> ext/Encode/Encode/iso8859-14.ucm
16600 !> ext/Encode/Encode/iso8859-15.ucm
16601 !> ext/Encode/Encode/iso8859-16.ucm
16602 !> ext/Encode/Encode/iso8859-2.ucm
16603 !> ext/Encode/Encode/iso8859-3.ucm
16604 !> ext/Encode/Encode/iso8859-4.ucm
16605 !> ext/Encode/Encode/iso8859-5.ucm
16606 !> ext/Encode/Encode/iso8859-6.ucm
16607 !> ext/Encode/Encode/iso8859-7.ucm
16608 !> ext/Encode/Encode/iso8859-8.ucm
16609 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16610 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
16611 ____________________________________________________________________________
16612 [ 8987] By: jhi on 2001/03/02 19:43:40
16613 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
16614 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
16615 8950,8952,8955 from mainline to maintperl.
16617 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
16619 Put to rest the 20010205.001, the email address checking (not) regex.
16621 fork() not everywhere, cleanup temp files.
16623 The #8843 wasn't quite right: %Config needs to imported.
16625 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
16626 (#8849: the glob-basic hunk needed massaging as it depended
16627 on Schwern's large-scale (unintegrated) patches)
16629 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
16631 Upgrade to CGI.pm 2.752, from Lincoln Stein.
16632 (Note: there were some conflicts due to EBCDIC and EPOC
16633 patches, in general I preferred the repository code.)
16634 (When 2.753 comes out, we need to synchronize.)
16636 Subject: [PATCH] fix for charnames above FFFF
16638 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
16640 If no sfio, no -lsfio.
16642 Run run/*.t also in minitest.
16644 Subject: [PATCH perl 5.7.0] malloc message address offset
16646 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
16648 Subject: fix for parameter -Dm (for perl@8867)
16650 Subject: [PATCH: perl@8892] was Re: hashing order difference?
16651 (make the test more portable)
16653 Subject: Re: [PATCH] fix for charnames above FFFF
16655 Subject: Re: I'm losing the war...
16656 (hv_store() not working correctly in ENV_IS_CASELESS case.)
16658 Subject: Modified README.bs2000
16660 Subject: [PATCH: perl@8935] -Dt padsv($var)
16662 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
16664 Subject: PATCH: extra tests to check on negative float to unsigned cast
16666 Subject: [PATCH] XPUSH[insp] was Re: progress
16668 Subject: Re: Compile with perlcc..
16669 Branch: maint-5.6/perl
16670 !> (integrate 36 files)
16671 ____________________________________________________________________________
16672 [ 8986] By: jhi on 2001/03/02 18:51:25
16673 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
16674 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
16677 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
16679 Subject: [DOC PATCH] overload.pm nits
16681 Add header for LIB$ prototypes (C. Berry)
16683 Convert fwrite()s to sockets to write()s, since some socket stacks
16684 don't take kindly to stdio.
16685 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
16686 (for often optional LNMs)
16687 Correct a few typos
16690 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
16694 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
16696 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
16698 Upgrade to CPAN 1.59_54, from Andreas König.
16702 Subject: [PATCH] Document makepatch in Porting/patching
16704 UTF-8 documentation.
16706 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
16710 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
16712 Subject: [PATCH @8807] toke.c cleanup: scan_str()
16714 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
16716 Add run/*.t to testables.
16718 TODO: integrate #8784.
16719 Branch: maint-5.6/perl
16720 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
16721 !> (integrate 28 files)
16722 ____________________________________________________________________________
16723 [ 8985] By: nick on 2001/03/02 18:15:45
16724 Log: Integrate mainline
16726 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
16728 ____________________________________________________________________________
16729 [ 8984] By: jhi on 2001/03/02 16:00:17
16730 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
16732 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
16733 5.004_05, and mention the suidperl August 2000 security problem.
16736 Subject: [ID 20010301.004] Technically speaking in perldata
16738 Subject: [PATCH] File::Copy for bleadperl, maintperl
16740 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
16742 (The #8982, fix for 20010221.005 and 20010221.008,
16743 would be nice too but it didn't integrate cleanly.)
16744 Branch: maint-5.6/perl
16745 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
16746 ____________________________________________________________________________
16747 [ 8983] By: jhi on 2001/03/02 15:51:16
16748 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
16749 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16750 Date: Thu, 1 Mar 2001 15:54:09 EST
16751 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
16754 ____________________________________________________________________________
16755 [ 8982] By: jhi on 2001/03/02 15:43:31
16756 Log: Subject: Re: sync sync sync: have I missed any patches?
16757 From: Radu Greab <radu@netsoft.ro>
16758 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
16759 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
16761 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
16762 was checking argv[0] regardless of whether a different pathname
16763 will actually be executed." Test case not supplied because
16764 drafting that, ironically enough, revealed another bug
16768 ____________________________________________________________________________
16769 [ 8981] By: jhi on 2001/03/02 15:28:03
16770 Log: Misdate in #8978.
16773 ____________________________________________________________________________
16774 [ 8980] By: jhi on 2001/03/02 15:24:20
16775 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
16776 From: Chris Nandor <pudge@pobox.com>
16777 Date: Wed, 28 Feb 2001 22:10:15 -0500
16778 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
16781 ____________________________________________________________________________
16782 [ 8979] By: jhi on 2001/03/02 15:17:16
16783 Log: Subject: [ID 20010301.004] Technically speaking in perldata
16784 From: abela@geneanet.org
16785 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
16786 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
16789 ____________________________________________________________________________
16790 [ 8978] By: jhi on 2001/03/02 15:15:27
16791 Log: Subject: [ID 20010301.003] ref to 5.004
16792 From: abela@geneanet.org
16793 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
16794 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
16796 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
16797 and mention the suidperl August 2000 security problem.
16800 ____________________________________________________________________________
16801 [ 8977] By: alanbur on 2001/03/02 14:17:45
16802 Log: Resynchronised with parent
16803 Branch: maint-5.6/pureperl
16804 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
16805 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
16806 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
16807 !> vms/descrip_mms.template win32/win32.c win32/win32.h
16808 !> win32/win32iop.h
16809 ____________________________________________________________________________
16810 [ 8976] By: nick on 2001/03/01 23:25:30
16811 Log: Integrate mainline.
16814 !> (integrate 55 files)
16815 ____________________________________________________________________________
16816 [ 8975] By: jhi on 2001/03/01 16:51:34
16817 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
16820 ____________________________________________________________________________
16821 [ 8974] By: gsar on 2001/03/01 16:28:21
16822 Log: fix for bugid 20010226.008
16824 the problem was that some of the pointers (PL_last_lop and
16825 PL_last_uni specifically) into the lex buffers weren't correctly
16826 being invalidated when the buffer changed; this would leave the
16827 pointers pointing at an arbitrary location in the buffer if
16828 the buffer didn't need to be reallocated, or point into freed
16829 memory if the buffer had to be realloced
16831 TODO item for bugdb maintainers: check other seemingly random
16832 parser-related bugs--they might be cured by this
16833 Branch: maint-5.6/perl
16835 ____________________________________________________________________________
16836 [ 8973] By: jhi on 2001/03/01 02:23:25
16837 Log: Retract #8970 because of a completely mysterious core dump:
16838 adding the tests 241..244 causes op/pat dump core at test #25.
16839 The test needs a lot of whittling down before the bug can be solved.
16842 ____________________________________________________________________________
16843 [ 8972] By: jhi on 2001/03/01 01:58:38
16844 Log: Regen perlapi.
16847 ____________________________________________________________________________
16848 [ 8971] By: jhi on 2001/03/01 01:34:09
16849 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))
16850 From: Nicholas Clark <nick@ccl4.org>
16851 Date: Wed, 28 Feb 2001 23:28:49 +0000
16852 Message-ID: <20010228232849.A55187@plum.flirble.org>
16854 Allow a completely write protected source code tree
16855 when using the Configure -Dmksymlinks.
16857 ! embed.pl warnings.pl
16858 ____________________________________________________________________________
16859 [ 8970] By: jhi on 2001/03/01 01:32:04
16860 Log: Add back the EBCDIC character range tests (for matching).
16863 ____________________________________________________________________________
16864 [ 8969] By: nick on 2001/02/28 18:18:01
16865 Log: Add charname comments to .ucm files writen by 'compile',
16866 also order charmaps in those files by source encoding.
16867 regenerate distrubuted .ucm files
16869 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16870 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16871 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16872 ! ext/Encode/Encode/iso8859-10.ucm
16873 ! ext/Encode/Encode/iso8859-13.ucm
16874 ! ext/Encode/Encode/iso8859-14.ucm
16875 ! ext/Encode/Encode/iso8859-15.ucm
16876 ! ext/Encode/Encode/iso8859-16.ucm
16877 ! ext/Encode/Encode/iso8859-2.ucm
16878 ! ext/Encode/Encode/iso8859-3.ucm
16879 ! ext/Encode/Encode/iso8859-4.ucm
16880 ! ext/Encode/Encode/iso8859-5.ucm
16881 ! ext/Encode/Encode/iso8859-6.ucm
16882 ! ext/Encode/Encode/iso8859-7.ucm
16883 ! ext/Encode/Encode/iso8859-8.ucm
16884 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16885 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
16886 ____________________________________________________________________________
16887 [ 8968] By: jhi on 2001/02/28 16:26:37
16888 Log: Expand usemorebits early if d_casti32 needs to be undefined.
16890 ! hints/hpux.sh hints/irix_6.sh
16891 ____________________________________________________________________________
16892 [ 8967] By: jhi on 2001/02/28 16:22:26
16893 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
16894 retract toke.c/qu parts of #8583, retract #8485, retract
16895 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
16896 op/length.t, and MANIFEST, and delete t/op/qu.t.
16899 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
16900 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
16901 ! t/op/length.t toke.c
16902 ____________________________________________________________________________
16903 [ 8966] By: jhi on 2001/02/28 15:00:27
16904 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
16905 by not changing from pre-Unicode days into being Unicode-aware.
16908 ! pp.c t/op/pack.t t/op/qu.t
16909 ____________________________________________________________________________
16910 [ 8965] By: jhi on 2001/02/28 14:37:55
16911 Log: Subject: Re: Errors in core PODs
16912 From: Michael Stevens <michael@etla.org>
16913 Date: Fri, 23 Feb 2001 15:47:56 +0000
16914 Message-ID: <20010223154756.A7723@firedrake.org>
16916 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
16917 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
16918 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16920 ____________________________________________________________________________
16921 [ 8964] By: jhi on 2001/02/28 14:35:35
16922 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
16923 (The #8961 was too bold.)
16925 ! hints/hpux.sh hints/irix_6.sh
16926 ____________________________________________________________________________
16927 [ 8963] By: jhi on 2001/02/28 14:33:39
16928 Log: Subject: Re: sync sync sync: have I missed any patches?
16929 From: Tim Jenness <t.jenness@jach.hawaii.edu>
16930 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
16931 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
16932 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
16934 Replace djSP with dSP.
16936 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
16937 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
16939 ____________________________________________________________________________
16940 [ 8962] By: jhi on 2001/02/27 23:21:14
16941 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
16943 ! lib/Filter/Simple.pm
16944 ____________________________________________________________________________
16945 [ 8961] By: jhi on 2001/02/27 22:55:26
16946 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
16947 and this would be it.
16949 ! hints/hpux.sh hints/irix_6.sh
16950 ____________________________________________________________________________
16951 [ 8960] By: jhi on 2001/02/27 22:51:33
16952 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
16953 From: "Craig A. Berry" <craigberry@mac.com>
16954 Date: Tue, 27 Feb 2001 16:11:44 -0600
16955 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
16956 Branch: maint-5.6/perl
16957 ! configure.com vms/descrip_mms.template
16958 ____________________________________________________________________________
16959 [ 8959] By: jhi on 2001/02/27 22:47:23
16960 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
16961 From: "Craig A. Berry" <craigberry@mac.com>
16962 Date: Tue, 27 Feb 2001 16:11:44 -0600
16963 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
16965 ! configure.com vms/descrip_mms.template
16966 ____________________________________________________________________________
16967 [ 8958] By: jhi on 2001/02/27 15:16:42
16968 Log: Update Changes.
16970 ! Changes patchlevel.h
16971 ____________________________________________________________________________
16972 [ 8957] By: jhi on 2001/02/27 06:15:07
16973 Log: Subject: [5.6.x] EPOC additions
16974 From: Olaf Flebbe <O.Flebbe@science-computing.de>
16975 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
16976 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
16977 Branch: maint-5.6/perl
16978 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
16979 ____________________________________________________________________________
16980 [ 8956] By: jhi on 2001/02/27 06:12:11
16981 Log: Subject: [perl-current] EPOC
16982 From: Olaf Flebbe <O.Flebbe@science-computing.de>
16983 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
16984 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
16986 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
16987 ! epoc/epocish.c epoc/epocish.h pp_sys.c
16988 ____________________________________________________________________________
16989 [ 8955] By: jhi on 2001/02/27 05:59:50
16990 Log: Subject: Re: Compile with perlcc..
16991 From: Edward Peschko <edwardp@excitehome.net>
16992 Date: Mon, 26 Feb 2001 18:51:58 -0800
16993 Message-ID: <20010226185158.A9871@excitehome.net>
16995 plus add a simple usage message if no arguments given.
16997 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
16998 ! utils/Makefile utils/perlcc.PL win32/pod.mak
16999 ____________________________________________________________________________
17000 [ 8954] By: nick on 2001/02/26 21:02:59
17001 Log: Integrate mainline
17003 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
17004 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
17006 ____________________________________________________________________________
17007 [ 8953] By: jhi on 2001/02/26 14:43:54
17008 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
17009 From: Nicholas Clark <nick@ccl4.org>
17010 Date: Mon, 26 Feb 2001 00:42:07 +0000
17011 Message-ID: <20010226004207.F23333@plum.flirble.org>
17014 ____________________________________________________________________________
17015 [ 8952] By: jhi on 2001/02/26 14:42:13
17016 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
17017 From: Simon Cozens <simon@netthink.co.uk>
17018 Date: Mon, 26 Feb 2001 12:23:48 +0000
17019 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
17022 ____________________________________________________________________________
17023 [ 8951] By: jhi on 2001/02/26 14:39:15
17024 Log: Subject: [PATCH] perlio - unknown layer
17025 From: Nicholas Clark <nick@ccl4.org>
17026 Date: Mon, 26 Feb 2001 00:27:19 +0000
17027 Message-ID: <20010226002719.E23333@plum.flirble.org>
17030 ____________________________________________________________________________
17031 [ 8950] By: jhi on 2001/02/26 14:38:04
17032 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
17033 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
17034 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
17035 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
17038 ____________________________________________________________________________
17039 [ 8949] By: jhi on 2001/02/26 14:37:07
17040 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
17041 From: Peter Prymmer <pvhp@forte.com>
17042 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
17043 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
17046 ____________________________________________________________________________
17047 [ 8948] By: jhi on 2001/02/26 14:35:53
17048 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
17049 From: Radu Greab <radu@netsoft.ro>
17050 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
17051 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
17054 ____________________________________________________________________________
17055 [ 8947] By: jhi on 2001/02/26 14:34:46
17056 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
17057 From: David Mitchell <davem@fdgroup.co.uk>
17058 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
17059 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
17062 ____________________________________________________________________________
17063 [ 8946] By: jhi on 2001/02/26 14:32:37
17064 Log: Subject: Modified README.bs2000
17065 From: Dorner Thomas <Thomas.Dorner@start.de>
17066 Date: Mon, 26 Feb 2001 09:22:17 +0100
17067 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
17070 ____________________________________________________________________________
17071 [ 8945] By: jhi on 2001/02/26 14:19:53
17072 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
17073 to maintperl, listing the known failures on the tests 129 and 130.
17074 Branch: maint-5.6/perl
17076 ____________________________________________________________________________
17077 [ 8944] By: jhi on 2001/02/26 14:14:15
17078 Log: Add more known sprintf failures.
17081 ____________________________________________________________________________
17082 [ 8943] By: jhi on 2001/02/26 13:56:22
17083 Log: perlglob.exe needs to be found in Win32, patch from
17084 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
17085 which needs external glob at mini-perl time."
17087 ! ext/Encode/compile
17088 ____________________________________________________________________________
17089 [ 8942] By: jhi on 2001/02/26 13:52:19
17090 Log: A missing dTHX from Vadim Konovalov.
17093 ____________________________________________________________________________
17094 [ 8941] By: jhi on 2001/02/26 13:37:05
17095 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
17098 ____________________________________________________________________________
17099 [ 8940] By: jhi on 2001/02/26 13:35:40
17100 Log: Integrate perlio.
17102 !> ext/Encode/Encode.pm
17103 ____________________________________________________________________________
17104 [ 8939] By: nick on 2001/02/25 23:47:09
17105 Log: Integrate mainline.
17107 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
17108 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
17109 ____________________________________________________________________________
17110 [ 8938] By: nick on 2001/02/25 19:36:28
17111 Log: Encode implementations docs.
17113 ! ext/Encode/Encode.pm
17114 ____________________________________________________________________________
17115 [ 8937] By: jhi on 2001/02/25 19:26:16
17116 Log: Script wasn't aligned with reality.
17119 ____________________________________________________________________________
17120 [ 8936] By: jhi on 2001/02/25 18:54:55
17121 Log: Update Changes.
17123 ! Changes patchlevel.h
17124 ____________________________________________________________________________
17125 [ 8935] By: jhi on 2001/02/25 18:46:36
17126 Log: Retract #8929,8930,8932,8933 for now.
17128 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
17129 ____________________________________________________________________________
17130 [ 8934] By: jhi on 2001/02/25 17:34:35
17131 Log: Integrate perlio.
17133 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
17134 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
17136 ____________________________________________________________________________
17137 [ 8933] By: jhi on 2001/02/25 17:33:12
17138 Log: (Retracted by #8395.)
17140 Slight tweaks in scan_const(), not fixes yet, it seems like
17141 lots of work remains to be done...
17144 ____________________________________________________________________________
17145 [ 8932] By: jhi on 2001/02/25 17:27:11
17146 Log: (Retracted by #8395.)
17148 Missing from #8930.
17151 ____________________________________________________________________________
17152 [ 8931] By: jhi on 2001/02/25 17:26:19
17153 Log: A comment tweak.
17156 ____________________________________________________________________________
17157 [ 8930] By: jhi on 2001/02/25 17:25:47
17158 Log: (Retracted by #8395.)
17160 Attempt to fix the EBCDIC character range problwm with //.
17163 ____________________________________________________________________________
17164 [ 8929] By: jhi on 2001/02/25 17:23:45
17165 Log: (Retracted by #8395.)
17167 Expand the EBCDIC character range tests, and add few nasty
17168 tr tests from Karsten Sperling.
17170 ! t/op/pat.t t/op/tr.t
17171 ____________________________________________________________________________
17172 [ 8928] By: jhi on 2001/02/25 17:18:49
17173 Log: Missing check-in.
17176 ____________________________________________________________________________
17177 [ 8927] By: nick on 2001/02/25 11:30:22
17178 Log: Change method names in Encode implementation classes to something
17179 less confusing (preparing to "go public").
17181 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17182 ____________________________________________________________________________
17183 [ 8926] By: nick on 2001/02/25 10:53:24
17184 Log: GCC __atribute__ / printf fix
17187 ____________________________________________________________________________
17188 [ 8925] By: nick on 2001/02/25 10:52:25
17189 Log: Checked in the wrong one ...
17191 ! ext/Encode/Encode.pm
17192 ____________________________________________________________________________
17193 [ 8924] By: nick on 2001/02/24 18:46:51
17194 Log: Integrate mainline - to see what Jarkko has in ...
17196 +> t/pod/testpods/lib/Pod/Stuff.pm
17197 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
17198 ____________________________________________________________________________
17199 [ 8923] By: nick on 2001/02/24 17:05:23
17200 Log: Encode API documentation nd tidy up.
17201 Minor additions to test.
17202 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
17203 Adds STRLEN to standard typemap.
17205 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
17206 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
17207 ____________________________________________________________________________
17208 [ 8922] By: jhi on 2001/02/24 16:38:12
17209 Log: Add a test for the "character range should match in EBCDIC
17210 if specified using explicit numerics" bug found by Karsten
17214 ____________________________________________________________________________
17215 [ 8921] By: jhi on 2001/02/24 16:30:16
17216 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
17217 From: schwern@pobox.com
17218 Date: Fri, 23 Feb 2001 03:21:37 -0500
17219 Message-ID: <20010223032137.A26022@magnonel.guild.net>
17221 plus Charles Lane's fixes, plus tweaks.
17223 + t/pod/testpods/lib/Pod/Stuff.pm
17224 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
17225 ____________________________________________________________________________
17226 [ 8920] By: nick on 2001/02/24 10:30:11
17227 Log: Integrate mainline
17229 !> (integrate 33 files)
17230 ____________________________________________________________________________
17231 [ 8919] By: jhi on 2001/02/24 00:23:35
17232 Log: Subject: Re: I'm losing the war...
17233 From: "Vadim Konovalov" <watman@inbox.ru>
17234 Date: Sat, 24 Feb 2001 00:10:14 +0300
17235 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
17237 hv_store() not working correctly in ENV_IS_CASELESS case.
17240 ____________________________________________________________________________
17241 [ 8918] By: jhi on 2001/02/24 00:20:09
17242 Log: Subject: Re: [PATCH] fix for charnames above FFFF
17243 From: andreas.koenig@anima.de (Andreas J. Koenig)
17244 Date: 23 Feb 2001 02:39:03 +0100
17245 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
17247 A further efficiency tweak.
17250 ____________________________________________________________________________
17251 [ 8917] By: jhi on 2001/02/23 20:27:51
17252 Log: Integrate change #8916 from mainline,
17253 do away with USE_WIN32_RTL_ENV.
17254 Branch: maint-5.6/perl
17255 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
17256 ____________________________________________________________________________
17257 [ 8916] By: jhi on 2001/02/23 20:02:25
17258 Log: Abolish USE_WIN32_RTL_ENV.
17260 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
17261 ____________________________________________________________________________
17262 [ 8915] By: jhi on 2001/02/23 19:36:00
17263 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
17264 later protected by some #define.
17267 ____________________________________________________________________________
17268 [ 8914] By: jhi on 2001/02/23 19:31:38
17269 Log: Retract #8902 for now, requested by Charles Lane, the correct
17270 fix will be something else.
17273 ____________________________________________________________________________
17274 [ 8913] By: jhi on 2001/02/23 19:11:36
17275 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
17276 From: Peter Prymmer <pvhp@forte.com>
17277 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
17278 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
17280 ! t/op/lex_assign.t
17281 ____________________________________________________________________________
17282 [ 8912] By: jhi on 2001/02/23 18:38:20
17283 Log: Subject: [patch] perlio + useithreads
17284 From: Doug MacEachern <dougm@covalent.net>
17285 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
17286 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
17288 Gets things running but not complete.
17290 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
17291 ____________________________________________________________________________
17292 [ 8911] By: jhi on 2001/02/23 04:20:02
17293 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
17295 Duplicated environment freeing, File::Temp 0.12,
17296 op/append portability (EBCDIC) tweak.
17297 Branch: maint-5.6/perl
17298 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17300 ____________________________________________________________________________
17301 [ 8910] By: jhi on 2001/02/23 02:07:33
17302 Log: Integrate change #8909 from mainline, a better Borland
17303 putenv() workaround.
17304 Branch: maint-5.6/perl
17306 ____________________________________________________________________________
17307 [ 8909] By: jhi on 2001/02/23 02:05:46
17308 Log: A better workaround for Borland putenv() brokenness from Sarathy.
17311 ____________________________________________________________________________
17312 [ 8908] By: jhi on 2001/02/23 02:04:14
17313 Log: Subject: fix for parameter -Dm (for perl@8867)
17314 From: "Vadim Konovalov" <watman@inbox.ru>
17315 Date: Thu, 22 Feb 2001 17:30:12 +0300
17316 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
17319 ____________________________________________________________________________
17320 [ 8907] By: jhi on 2001/02/23 01:58:20
17321 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
17322 From: Peter Prymmer <pvhp@forte.com>
17323 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
17324 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
17327 ____________________________________________________________________________
17328 [ 8906] By: jhi on 2001/02/23 01:48:34
17329 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
17331 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17332 ____________________________________________________________________________
17333 [ 8905] By: jhi on 2001/02/23 01:43:30
17334 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
17335 From: Peter Prymmer <pvhp@forte.com>
17336 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
17337 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
17339 ! t/lib/st-06compat.t
17340 ____________________________________________________________________________
17341 [ 8904] By: jhi on 2001/02/23 01:42:39
17342 Log: Metaconfig unit change for #8903.
17343 Branch: metaconfig/U/perl
17345 ____________________________________________________________________________
17346 [ 8903] By: jhi on 2001/02/23 01:42:12
17347 Log: Be more helpful for devel builders, suggested by John L. Allen.
17350 ____________________________________________________________________________
17351 [ 8902] By: jhi on 2001/02/23 01:37:41
17352 Log: (Retracted by #8914)
17353 (Wrongly, reinstated by #8941)
17355 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
17356 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17357 Date: Thu, 22 Feb 2001 09:43:57 EST
17358 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
17361 ____________________________________________________________________________
17362 [ 8901] By: jhi on 2001/02/23 01:20:32
17363 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
17364 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17365 Date: Thu, 22 Feb 2001 08:01:35 EST
17366 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
17369 ____________________________________________________________________________
17370 [ 8900] By: jhi on 2001/02/23 01:18:02
17371 Log: Integrate changes #8898,8899 from mainline, environ handling.
17372 Branch: maint-5.6/perl
17374 ____________________________________________________________________________
17375 [ 8899] By: jhi on 2001/02/23 01:16:25
17376 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
17377 putenv() is not to be relied on, they are either broken or leaky
17381 ____________________________________________________________________________
17382 [ 8898] By: jhi on 2001/02/22 23:36:59
17383 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
17384 and safesysfree() must be used.
17387 ____________________________________________________________________________
17388 [ 8897] By: jhi on 2001/02/22 23:25:45
17389 Log: With environ one must use safesysmalloc()/safesysfree().
17392 ____________________________________________________________________________
17393 [ 8896] By: jhi on 2001/02/22 22:13:18
17394 Log: If we have a duplicated environment free it
17395 if PERL_DESTRUCT_LEVEL.
17398 ____________________________________________________________________________
17399 [ 8895] By: alanbur on 2001/02/22 19:31:57
17400 Log: Synchronised with parent
17401 Branch: maint-5.6/pureperl
17402 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
17403 ____________________________________________________________________________
17404 [ 8894] By: gsar on 2001/02/22 19:06:18
17405 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
17407 fix memory leak in method call optimization (change#3768);
17408 made C<eval "$x->foo()"> leak
17410 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
17411 Branch: maint-5.6/perl
17413 ____________________________________________________________________________
17414 [ 8893] By: jhi on 2001/02/22 18:35:27
17415 Log: (Retracted by #8915.)
17417 Third Degree finding:
17418 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
17421 ____________________________________________________________________________
17422 [ 8892] By: jhi on 2001/02/22 14:28:32
17423 Log: Update Changes.
17425 ! Changes patchlevel.h
17426 ____________________________________________________________________________
17427 [ 8891] By: jhi on 2001/02/22 13:22:45
17428 Log: Metaconfig unit changes for #8890.
17430 ! U/modified/Cppsym.U U/threads/archname.U
17431 ____________________________________________________________________________
17432 [ 8890] By: jhi on 2001/02/22 13:22:12
17433 Log: Add -stdio to the archname if no perlio selected,
17434 no -perlio added since that is now the default.
17436 Add few CPUs/architectures to the Cppsym scan.
17438 ! Configure config_h.SH
17439 ____________________________________________________________________________
17440 [ 8889] By: jhi on 2001/02/22 13:05:59
17441 Log: Metaconfig unit change for #8888.
17442 Branch: metaconfig/U/perl
17444 ____________________________________________________________________________
17445 [ 8888] By: jhi on 2001/02/22 13:05:28
17446 Log: *drum roll* Make perlio the default.
17448 ! Configure config_h.SH
17449 ____________________________________________________________________________
17450 [ 8887] By: jhi on 2001/02/22 12:50:52
17451 Log: Integrate change #8665 from maintperl to mainline,
17452 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
17454 !> ext/POSIX/POSIX.xs
17455 ____________________________________________________________________________
17456 [ 8886] By: jhi on 2001/02/22 12:49:24
17457 Log: Integrate changes #8883,8884 from mainline to maintperl.
17459 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
17460 Subject: Re: File::Temp::_gettemp warning
17461 Branch: maint-5.6/perl
17462 !> embed.h embed.pl lib/File/Temp.pm
17463 ____________________________________________________________________________
17464 [ 8885] By: jhi on 2001/02/22 12:43:59
17467 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
17468 From: schwab@suse.de
17469 Date: Thu, 22 Feb 2001 13:08:09 +0100
17470 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
17472 but the fix done slightly differently because the other
17473 half was already done in #8664.
17474 Branch: maint-5.6/perl
17475 ! ext/POSIX/POSIX.xs
17476 ____________________________________________________________________________
17477 [ 8884] By: jhi on 2001/02/22 12:37:15
17478 Log: Subject: Re: File::Temp::_gettemp warning
17479 From: Tim Jenness <t.jenness@jach.hawaii.edu>
17480 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
17481 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
17483 This patch to File::Temp does two things:
17485 1. Fixes the problem with CGI::Carp when determining
17486 the Fcntl constants
17488 2. Removes most of the carps and consolidates them so that all the
17489 reasons are included in a single die that is caught by the test. This
17490 means that the correct skipping behaviour is displayed by the test.
17493 ____________________________________________________________________________
17494 [ 8883] By: jhi on 2001/02/22 12:29:19
17495 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
17496 From: Peter Prymmer <pvhp@forte.com>
17497 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
17498 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
17501 ____________________________________________________________________________
17502 [ 8882] By: jhi on 2001/02/21 19:41:33
17503 Log: Integrate change #8881 from mainlin to maintperl.
17505 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
17506 Branch: maint-5.6/perl
17508 ____________________________________________________________________________
17509 [ 8881] By: jhi on 2001/02/21 19:38:57
17510 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
17511 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17512 Date: Wed, 21 Feb 2001 13:08:03 EST
17513 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
17516 ____________________________________________________________________________
17517 [ 8880] By: jhi on 2001/02/21 19:34:34
17518 Log: Retract #8875, cannot let go of the old semantics of unpack U
17519 without rethinking utf8decode.t.
17522 ____________________________________________________________________________
17523 [ 8879] By: jhi on 2001/02/21 19:08:02
17524 Log: Run run/*.t also in minitest.
17527 ____________________________________________________________________________
17528 [ 8878] By: nick on 2001/02/21 18:55:37
17529 Log: Integrate mainline
17531 !> (integrate 76 files)
17532 ____________________________________________________________________________
17533 [ 8877] By: jhi on 2001/02/21 15:09:33
17534 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
17536 ! U/compline/nblock_io.U
17538 ! Configure config_h.SH
17539 ____________________________________________________________________________
17540 [ 8876] By: jhi on 2001/02/21 14:54:45
17541 Log: If no sfio, no -lsfio.
17542 Branch: metaconfig/U/perl
17545 ! Configure config_h.SH
17546 ____________________________________________________________________________
17547 [ 8875] By: jhi on 2001/02/21 14:54:00
17548 Log: Make unpack C and unpack C truly equivalent.
17551 ____________________________________________________________________________
17552 [ 8874] By: jhi on 2001/02/21 14:26:02
17553 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
17554 From: Peter Prymmer <pvhp@forte.com>
17555 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
17556 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
17559 ____________________________________________________________________________
17560 [ 8873] By: jhi on 2001/02/21 14:24:31
17561 Log: Subject: [PATCH] fix for charnames above FFFF
17562 From: andreas.koenig@anima.de (Andreas J. Koenig)
17563 Date: 21 Feb 2001 07:05:45 +0100
17564 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
17566 ! lib/charnames.pm t/lib/charnames.t
17567 ____________________________________________________________________________
17568 [ 8872] By: jhi on 2001/02/21 14:15:25
17569 Log: Integrate change #8868 from pureperl to mainline.
17571 Fixed reference count loop caused by sv_magic.
17574 ____________________________________________________________________________
17575 [ 8871] By: jhi on 2001/02/21 14:07:29
17576 Log: Integrate change #8868 from pureperl to maintperl.
17578 Fixed reference count loop caused by sv_magic.
17579 Branch: maint-5.6/perl
17581 ____________________________________________________________________________
17582 [ 8870] By: jhi on 2001/02/21 14:04:41
17583 Log: Put back the #8840, it was innocent.
17585 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17586 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
17587 ____________________________________________________________________________
17588 [ 8869] By: jhi on 2001/02/21 14:00:03
17589 Log: unpack("C", ...) was left slightly unfinished by #8865.
17592 ____________________________________________________________________________
17593 [ 8868] By: alanbur on 2001/02/21 01:33:45
17594 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
17595 from gv_fetchpv to create single-character magic variables (e.g. $!),
17596 and it is passed a sv and the gv that contains the sv as the mg_obj
17597 value. When sv_magic stores the mg_obj pointer it increments the gv
17598 refcount, thus causing a sv-gv pair that can't be freed. There is
17599 already a check for sv == obj which is used to prevent such reference
17600 loops. This change extends the check to cover the case described above.
17601 Branch: maint-5.6/pureperl
17603 ____________________________________________________________________________
17604 [ 8867] By: jhi on 2001/02/21 00:52:39
17605 Log: Update Changes.
17607 ! Changes patchlevel.h
17608 ____________________________________________________________________________
17609 [ 8866] By: jhi on 2001/02/21 00:34:20
17610 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
17611 (Note: there were some conflicts due to EBCDIC and EPOC
17612 patches, in general I preferred the repository code.)
17613 (When 2.753 comes out, we need to synchronize.)
17615 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
17616 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
17618 ____________________________________________________________________________
17619 [ 8865] By: jhi on 2001/02/21 00:24:22
17620 Log: Make pack("C", 0x100) to create Unicode, unless under the
17621 evil influence of 'use bytes'. Similarly, unpack("C", ...)
17622 will understand Unicode, unless you under know what.
17624 ! pp.c t/op/pack.t t/op/qu.t
17625 ____________________________________________________________________________
17626 [ 8864] By: alanbur on 2001/02/20 22:35:34
17627 Log: Resynchronised with parent
17628 Branch: maint-5.6/pureperl
17629 !> README.win32 ext/GDBM_File/GDBM_File.pm
17630 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
17631 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
17632 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
17633 !> t/lib/sdbm.t util.c
17634 ____________________________________________________________________________
17635 [ 8863] By: jhi on 2001/02/20 20:55:11
17636 Log: Integrate change #8860,8861 from mainline into maintperl.
17640 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
17641 Branch: maint-5.6/perl
17642 !> lib/Test.pm pod/perlop.pod
17643 ____________________________________________________________________________
17644 [ 8862] By: jhi on 2001/02/20 20:30:07
17645 Log: Don't do casting between pointers pointing to differently sized
17649 ____________________________________________________________________________
17650 [ 8861] By: jhi on 2001/02/20 19:53:44
17651 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
17652 From: Peter Prymmer <pvhp@forte.com>
17653 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
17654 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
17657 ____________________________________________________________________________
17658 [ 8860] By: jhi on 2001/02/20 19:48:02
17659 Log: "pseudo-literal j", a documentation glitch reported to Debian.
17660 The text recovered from Perl 5.005_03, and pseudo-literal replaced
17661 by "backtick string".
17664 ____________________________________________________________________________
17665 [ 8859] By: jhi on 2001/02/20 19:15:46
17666 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
17670 ____________________________________________________________________________
17671 [ 8858] By: jhi on 2001/02/20 17:36:53
17672 Log: Integrate pureperl changes #8844,8845,8850 to mainline
17673 (via maintperl #8855).
17675 Fixed %^H scoping bug
17677 Removed GV <-> CV refcount loop
17679 Removed %ENV refcount loop
17681 !> gv.c op.c perl.c pp.c scope.c
17682 ____________________________________________________________________________
17683 [ 8857] By: jhi on 2001/02/20 17:34:32
17684 Log: Integrate changes #8853,8854 from maintperl to mainline.
17686 EBDIC fixes, README.win32 Borland update.
17688 !> README.win32 handy.h util.c
17689 ____________________________________________________________________________
17690 [ 8856] By: jhi on 2001/02/20 17:33:16
17691 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
17692 Branch: maint-5.6/perl
17693 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
17694 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
17695 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17696 ____________________________________________________________________________
17697 [ 8855] By: jhi on 2001/02/20 17:32:13
17698 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
17700 Fixed %^H scoping bug
17702 Removed GV <-> CV refcount loop
17704 Removed %ENV refcount loop
17705 Branch: maint-5.6/perl
17706 !> gv.c op.c perl.c pp.c scope.c
17707 ____________________________________________________________________________
17708 [ 8854] By: jhi on 2001/02/20 17:25:06
17709 Log: Subject: Addition to readme.win32 for Borland C++ compilers
17710 Date: Tue, 20 Feb 2001 02:15:25 +0300
17711 From: "Vadim Konovalov" <watman@inbox.ru>
17712 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
17714 Document Borland compiler misbehaviour.
17715 Branch: maint-5.6/perl
17717 ____________________________________________________________________________
17718 [ 8853] By: jhi on 2001/02/20 17:22:25
17719 Log: The assimilation of ebcdic.c didn't quite work at the first try,
17720 patches from Thomas Dorner.
17721 Branch: maint-5.6/perl
17723 ____________________________________________________________________________
17724 [ 8852] By: jhi on 2001/02/20 17:20:15
17725 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
17726 From: Chris Nandor <pudge@pobox.com>
17727 Date: Tue, 20 Feb 2001 08:32:45 -0500
17728 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
17729 Branch: maint-5.6/perl
17731 ____________________________________________________________________________
17732 [ 8851] By: jhi on 2001/02/20 17:15:52
17733 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
17735 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
17736 ! t/lib/filter-util.t
17737 ____________________________________________________________________________
17738 [ 8850] By: alanbur on 2001/02/20 17:12:40
17739 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
17740 and the magic pointer points back to the GV that contains the
17741 %ENV hash. This creates a refcount loop that prevents members
17742 of %ENV from being freed correctly. This change removes the
17743 refcount loop - the magic pointer was never used anyway, the
17744 only use of the magic was to check the type ('E') so that the
17745 appropriate environment manipulation code is called when %ENV
17747 Branch: maint-5.6/pureperl
17749 ____________________________________________________________________________
17750 [ 8849] By: jhi on 2001/02/20 17:12:20
17751 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
17752 From: "Craig A. Berry" <craigberry@mac.com>
17753 Date: Mon, 19 Feb 2001 23:36:12 -0600
17754 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
17756 Case-forgiving systems match TestInit.pm with TES*.
17758 ! t/lib/glob-basic.t
17759 ____________________________________________________________________________
17760 [ 8848] By: jhi on 2001/02/20 17:10:02
17761 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
17763 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
17764 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
17765 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17766 ____________________________________________________________________________
17767 [ 8847] By: jhi on 2001/02/20 15:34:41
17768 Log: The #8843 wasn't quite right: %Config needs to imported.
17771 ____________________________________________________________________________
17772 [ 8846] By: jhi on 2001/02/20 15:31:50
17773 Log: Retract the #8838 and #8840 for now because of
17774 the DB_File tie problem.
17776 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
17777 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
17779 ____________________________________________________________________________
17780 [ 8845] By: alanbur on 2001/02/20 14:25:41
17781 Log: Removed GV <-> CV refcount loop
17782 CvGV(mycv) points to the parent GV of the CV, and was previously
17783 refcounted. The pointer remains, but the refcounting has been removed
17784 as it causes a refcount loop between the CV and GV that means the CV
17785 can't ever be deleted.
17786 Branch: maint-5.6/pureperl
17788 ____________________________________________________________________________
17789 [ 8844] By: alanbur on 2001/02/20 14:23:13
17790 Log: Fixed %^H scoping bug
17791 Branch: maint-5.6/pureperl
17793 ____________________________________________________________________________
17794 [ 8843] By: jhi on 2001/02/19 13:38:08
17795 Log: fork() not everywhere, cleanup temp files.
17798 ____________________________________________________________________________
17799 [ 8842] By: alanbur on 2001/02/19 12:42:07
17800 Log: Resynchronised with parent
17801 Branch: maint-5.6/pureperl
17802 !> pod/perlfaq4.pod sv.c utf8.c
17803 ____________________________________________________________________________
17804 [ 8841] By: jhi on 2001/02/19 03:35:51
17805 Log: Update Changes.
17807 ! Changes patchlevel.h
17808 ____________________________________________________________________________
17809 [ 8840] By: jhi on 2001/02/19 00:23:41
17810 Log: Subject: [patch] add sv_setref_uv
17811 From: Doug MacEachern <dougm@covalent.net>
17812 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
17813 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
17815 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17816 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
17817 ____________________________________________________________________________
17818 [ 8839] By: jhi on 2001/02/19 00:01:38
17819 Log: Put to rest the 20010205.001, the email address checking (not) regex.
17822 ____________________________________________________________________________
17823 [ 8838] By: jhi on 2001/02/18 22:17:54
17824 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
17825 From: Doug MacEachern <dougm@covalent.net>
17826 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
17827 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
17829 ! lib/ExtUtils/xsubpp
17830 ____________________________________________________________________________
17831 [ 8837] By: jhi on 2001/02/18 22:16:50
17832 Log: Subject: [patch] -Wall cleanup round 2
17833 From: Doug MacEachern <dougm@covalent.net>
17834 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
17835 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
17837 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17838 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17839 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
17840 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
17841 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17842 ! ext/SDBM_File/SDBM_File.xs
17843 ____________________________________________________________________________
17844 [ 8836] By: jhi on 2001/02/18 22:11:20
17845 Log: Misapplied regex optimizations when \C is present.
17846 Fixes 20001230.002.
17848 What still remains broken is that the submatches that
17849 have \C in them get their UTF8 flag on because their
17850 parent SV has it on. This will result in malformed
17851 UTF8 if a \C happened to match a non-ASCII byte.
17853 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
17855 ____________________________________________________________________________
17856 [ 8835] By: jhi on 2001/02/18 20:12:02
17857 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
17859 The hash key got wrongly UTF8fied.
17861 ! pod/perlapi.pod toke.c utf8.c
17862 ____________________________________________________________________________
17863 [ 8834] By: jhi on 2001/02/18 19:44:25
17864 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
17865 don't warn on magical or overloaded things.
17868 ____________________________________________________________________________
17869 [ 8833] By: nick on 2001/02/18 19:31:22
17870 Log: Integrate mainline
17872 +> t/TestInit.pm t/run/runenv.t
17874 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
17875 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
17876 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
17877 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
17878 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
17879 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
17881 ____________________________________________________________________________
17882 [ 8832] By: jhi on 2001/02/18 19:21:18
17883 Log: Integrate perlio.
17885 !> perlio.c pod/perldiag.pod
17886 ____________________________________________________________________________
17887 [ 8831] By: jhi on 2001/02/18 19:14:20
17888 Log: Integrate change #8827 from mainline.
17891 Branch: maint-5.6/perl
17893 ____________________________________________________________________________
17894 [ 8830] By: nick on 2001/02/18 19:10:34
17895 Log: Apply the spirit of patch from Nick Clark:
17896 Subject: [PATCH] Re: extensions that provide layers
17897 From: Nicholas Clark <nick@ccl4.org>
17898 Date: Mon, 12 Feb 2001 16:43:51 +0000
17899 Message-Id: <20010212164350.Q3652@plum.flirble.org>
17901 ! perlio.c pod/perldiag.pod
17902 ____________________________________________________________________________
17903 [ 8829] By: jhi on 2001/02/18 19:03:25
17904 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
17905 From: schwern@pobox.com
17906 Date: Sun, 18 Feb 2001 13:44:35 -0500
17907 Message-ID: <20010218134435.A17544@magnonel.guild.net>
17909 Applied, but as t/TestInit.pm.
17912 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
17913 ! t/op/subst_wamp.t
17914 ____________________________________________________________________________
17915 [ 8828] By: jhi on 2001/02/18 18:43:52
17916 Log: Integrate perlio.
17919 ____________________________________________________________________________
17920 [ 8827] By: jhi on 2001/02/18 18:41:33
17924 ____________________________________________________________________________
17925 [ 8826] By: nick on 2001/02/18 17:40:59
17926 Log: Fix [ID 20010217.002]
17927 open FOO, "<:raw:perlio", ...
17928 :raw now inserts default base layer below itself.
17930 open FOO, "<:unix", ...
17931 works as well - but leaves buffer layer on stack under the unix layer.
17934 ____________________________________________________________________________
17935 [ 8825] By: jhi on 2001/02/18 17:15:39
17936 Log: Integrate perlio.
17938 !> perlio.c perliol.h
17939 ____________________________________________________________________________
17940 [ 8824] By: jhi on 2001/02/18 17:10:53
17941 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
17942 From: schwern@pobox.com
17943 Date: Sun, 18 Feb 2001 01:48:50 -0500
17944 Message-ID: <20010218014850.C19957@magnonel.guild.net>
17946 ! lib/Test/Harness.pm t/TEST t/op/chop.t
17947 ____________________________________________________________________________
17948 [ 8823] By: jhi on 2001/02/18 17:01:06
17949 Log: Add run/*.t to testables.
17952 ____________________________________________________________________________
17953 [ 8822] By: jhi on 2001/02/18 16:58:58
17954 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
17955 From: schwern@pobox.com
17956 Date: Sun, 18 Feb 2001 01:11:35 -0500
17957 Message-ID: <20010218011135.A19957@magnonel.guild.net>
17959 Revive mjd's and Simon's PERL5OPT fix.
17963 ____________________________________________________________________________
17964 [ 8821] By: jhi on 2001/02/18 16:53:46
17965 Log: Subject: Re: Why t/TEST and not Test::Harness?
17966 From: schwern@pobox.com
17967 Date: Sat, 17 Feb 2001 22:44:44 -0500
17968 Message-ID: <20010217224444.A6679@magnonel.guild.net>
17970 Replace UTEST with TEST -utf8.
17973 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
17974 ! t/lib/glob-basic.t
17975 ____________________________________________________________________________
17976 [ 8820] By: nick on 2001/02/18 13:06:16
17977 Log: Clean up a few core dumps when layers are used in unexpected ways.
17978 (Still not "right"...)
17980 ! perlio.c perliol.h
17981 ____________________________________________________________________________
17982 [ 8819] By: jhi on 2001/02/18 02:25:55
17983 Log: Integrate change #8818 from maintperl, a FAQ nit.
17985 !> pod/perlfaq4.pod
17986 ____________________________________________________________________________
17987 [ 8818] By: jhi on 2001/02/18 02:24:50
17988 Log: FAQ nit from Chris Fedde.
17989 Branch: maint-5.6/perl
17991 ____________________________________________________________________________
17992 [ 8817] By: nick on 2001/02/17 18:20:14
17993 Log: Integrate mainline
17995 +> lib/unicode/UCD.html lib/unicode/Unicode.html
17996 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
17997 +> pod/perlclib.pod
17998 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
17999 - lib/unicode/Unicode.301
18000 !> (integrate 324 files)
18001 ____________________________________________________________________________
18002 [ 8816] By: jhi on 2001/02/17 16:56:58
18003 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
18005 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18006 ! ext/Storable/Storable.xs t/lib/st-06compat.t
18007 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
18008 ____________________________________________________________________________
18009 [ 8815] By: jhi on 2001/02/17 16:40:07
18010 Log: Subject: [patch] -Wall
18011 From: Doug MacEachern <dougm@covalent.net>
18012 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
18013 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
18015 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
18016 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
18017 ____________________________________________________________________________
18018 [ 8814] By: jhi on 2001/02/16 19:27:18
18019 Log: Document qu better.
18022 ____________________________________________________________________________
18023 [ 8813] By: jhi on 2001/02/15 13:54:37
18024 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
18025 From: Hugo <hv@crypt.compulink.co.uk>
18026 Date: Thu, 15 Feb 2001 13:39:49 +0000
18027 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
18030 ____________________________________________________________________________
18031 [ 8812] By: alanbur on 2001/02/15 13:52:16
18032 Log: Resynchronised with parent
18033 Branch: maint-5.6/pureperl
18035 !> (integrate 36 files)
18036 ____________________________________________________________________________
18037 [ 8811] By: jhi on 2001/02/15 13:51:16
18038 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
18040 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
18041 From: Jan Dubois <JanD@ActiveState.com>
18042 Date: Wed, 31 Jan 2001 21:17:03 -0800
18043 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
18045 tweak change#8659 to keep it simple
18047 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
18048 From: Russ Allbery <rra@stanford.edu>
18049 Date: 14 Feb 2001 10:15:41 -0800
18050 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
18054 Upgrade to podlators 1.08, from Russ Allbery.
18056 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
18057 !> utils/perldoc.PL
18058 ____________________________________________________________________________
18059 [ 8810] By: jhi on 2001/02/15 13:35:08
18060 Log: Upgrade to podlators 1.08, from Russ Allbery.
18061 Branch: maint-5.6/perl
18062 ! lib/Pod/Man.pm lib/Pod/Text.pm
18063 ____________________________________________________________________________
18064 [ 8809] By: jhi on 2001/02/15 13:26:38
18065 Log: (accidentally empty check-in)
18066 Branch: maint-5.6/perl
18067 ! lib/Test/Harness.pm
18068 ____________________________________________________________________________
18069 [ 8808] By: jhi on 2001/02/15 13:23:47
18070 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
18071 From: Russ Allbery <rra@stanford.edu>
18072 Date: 14 Feb 2001 10:15:41 -0800
18073 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
18075 perldoc was hardcoding $Config{installscript}, which breaks
18076 when install* isn't where Perl ends up (such as with AFS).
18078 Use $Config{scriptdir} instead.
18079 Branch: maint-5.6/perl
18081 ____________________________________________________________________________
18082 [ 8807] By: jhi on 2001/02/14 14:37:27
18083 Log: Update Changes.
18085 ! Changes patchlevel.h
18086 ____________________________________________________________________________
18087 [ 8806] By: jhi on 2001/02/14 14:25:31
18088 Log: Integrate changes #8803,8804,8805 from mainline.
18090 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18092 Don't skip too much of the locale error message if no environ array,
18095 More MacOS Classic fixes from Chris Nandor.
18096 Branch: maint-5.6/perl
18097 !> doop.c lib/Cwd.pm perl.c perl.h util.c
18098 ____________________________________________________________________________
18099 [ 8805] By: jhi on 2001/02/14 03:29:01
18100 Log: More MacOS Classic fixes from Chris Nandor.
18102 ! doop.c lib/Cwd.pm
18103 ____________________________________________________________________________
18104 [ 8804] By: jhi on 2001/02/14 03:18:35
18105 Log: Don't skip too much of the locale error message if no environ array,
18109 ____________________________________________________________________________
18110 [ 8803] By: jhi on 2001/02/14 03:14:14
18111 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18114 ____________________________________________________________________________
18115 [ 8802] By: jhi on 2001/02/13 18:31:33
18116 Log: AUTHORS update.
18119 ____________________________________________________________________________
18120 [ 8801] By: jhi on 2001/02/13 17:55:19
18121 Log: Integrate change #8792 from mainline.
18123 Subject: buncha MacPerl patches for bleadperl
18124 From: Chris Nandor <pudge@pobox.com>
18125 Date: Tue, 13 Feb 2001 00:02:43 -0500
18126 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
18127 Branch: maint-5.6/perl
18128 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18129 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
18130 !> t/lib/basename.t toke.c util.h
18131 ____________________________________________________________________________
18132 [ 8800] By: jhi on 2001/02/13 17:46:43
18133 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
18134 to be forced to Off_t.
18136 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
18137 From: nick@ccl4.org
18138 Date: Thu, 1 Feb 2001 12:01:04 +0000
18139 Message-Id: <20010201120103.E11401@plum.flirble.org>
18140 Branch: maint-5.6/perl
18141 ! iperlsys.h perlio.c
18142 ____________________________________________________________________________
18143 [ 8799] By: jhi on 2001/02/13 16:52:51
18144 Log: Duplex duplex hunk hunk.
18145 Branch: maint-5.6/perl
18147 ____________________________________________________________________________
18148 [ 8797] By: jhi on 2001/02/13 14:52:04
18149 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
18150 From: "Craig A. Berry" <craigberry@mac.com>
18151 Date: Mon, 12 Feb 2001 11:05:25 -0600
18152 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
18154 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
18155 ____________________________________________________________________________
18156 [ 8796] By: jhi on 2001/02/13 14:36:47
18157 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
18158 From: simon.cozens@pembroke.oxford.ac.uk
18159 Date: Sat, 10 Feb 2001 17:57:02 +0000
18160 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
18162 Now it does include.
18165 ____________________________________________________________________________
18166 [ 8795] By: jhi on 2001/02/13 14:30:11
18167 Log: Sort the MANIFEST.
18170 ____________________________________________________________________________
18171 [ 8794] By: jhi on 2001/02/13 14:26:51
18172 Log: Integrate change #8793 from mainline, FAQ updates.
18173 Branch: maint-5.6/perl
18174 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
18175 ____________________________________________________________________________
18176 [ 8793] By: jhi on 2001/02/13 14:25:13
18177 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
18179 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
18180 ____________________________________________________________________________
18181 [ 8792] By: jhi on 2001/02/13 14:22:50
18182 Log: Subject: buncha MacPerl patches for bleadperl
18183 From: Chris Nandor <pudge@pobox.com>
18184 Date: Tue, 13 Feb 2001 00:02:43 -0500
18185 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
18187 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18188 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
18189 ! t/lib/basename.t toke.c util.h
18190 ____________________________________________________________________________
18191 [ 8791] By: jhi on 2001/02/13 14:10:39
18192 Log: Integrate change #8790 from mainline.
18194 environ array wrongly assumed in Perl_init_i18nl10n(),
18195 Branch: maint-5.6/perl
18197 ____________________________________________________________________________
18198 [ 8790] By: jhi on 2001/02/13 14:06:15
18199 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
18200 noticed by Chris Nandor in MacOS Classic.
18203 ____________________________________________________________________________
18204 [ 8789] By: jhi on 2001/02/13 13:58:07
18205 Log: Integrate changes #8373,8487,8544,8783 from mainline.
18207 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
18208 hints files, the dynaloading, assimilate ebcdic into util.c.
18209 Branch: maint-5.6/perl
18211 ! MANIFEST hints/posix-bc.sh
18212 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
18213 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
18214 !> perlapi.c proto.h util.c
18215 ____________________________________________________________________________
18216 [ 8788] By: alanbur on 2001/02/13 10:33:13
18217 Log: Integrated changes from maint-5.6
18218 Branch: maint-5.6/pureperl
18219 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
18220 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
18221 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18222 !> vos/config.ga.h vos/configure_perl.cm
18223 ____________________________________________________________________________
18224 [ 8787] By: jhi on 2001/02/13 05:56:36
18225 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
18228 ____________________________________________________________________________
18229 [ 8786] By: jhi on 2001/02/13 05:54:34
18230 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
18231 From: Dorner Thomas <Thomas.Dorner@start.de>
18232 Date: Mon, 12 Feb 2001 15:06:26 +0100
18233 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
18234 Branch: maint-5.6/perl
18236 ____________________________________________________________________________
18237 [ 8785] By: jhi on 2001/02/13 05:29:04
18238 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
18240 !> hints/openbsd.sh
18241 ____________________________________________________________________________
18242 [ 8784] By: jhi on 2001/02/13 02:25:24
18243 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
18244 From: Peter Prymmer <pvhp@forte.com>
18245 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
18246 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
18249 ____________________________________________________________________________
18250 [ 8783] By: jhi on 2001/02/13 02:22:36
18251 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
18254 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
18255 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
18257 ____________________________________________________________________________
18258 [ 8782] By: jhi on 2001/02/13 02:00:07
18259 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
18260 Branch: maint-5.6/perl
18262 ____________________________________________________________________________
18263 [ 8781] By: jhi on 2001/02/13 01:58:44
18264 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
18265 Branch: maint-5.6/perl
18267 ____________________________________________________________________________
18268 [ 8780] By: jhi on 2001/02/13 01:57:33
18269 Log: Synchronize the regexp tests between maintperl and mainline.
18270 Branch: maint-5.6/perl
18272 ____________________________________________________________________________
18273 [ 8779] By: jhi on 2001/02/13 01:49:35
18274 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
18275 From: Hugo <hv@crypt.compulink.co.uk>
18276 Date: Tue, 13 Feb 2001 00:11:11 +0000
18277 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
18279 ! regcomp.c t/op/re_tests
18280 ____________________________________________________________________________
18281 [ 8778] By: jhi on 2001/02/13 00:23:10
18282 Log: Comments do not nest.
18285 ____________________________________________________________________________
18286 [ 8777] By: jhi on 2001/02/13 00:17:54
18287 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
18288 From: Hugo <hv@crypt.compulink.co.uk>
18289 Date: Tue, 13 Feb 2001 00:11:11 +0000
18290 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
18291 Branch: maint-5.6/perl
18292 ! regcomp.c t/op/re_tests
18293 ____________________________________________________________________________
18294 [ 8776] By: jhi on 2001/02/12 23:25:52
18295 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
18296 Branch: maint-5.6/perl
18298 ____________________________________________________________________________
18299 [ 8775] By: jhi on 2001/02/12 23:04:28
18300 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
18301 Branch: maint-5.6/perl
18302 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
18303 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18304 ! vos/configure_perl.cm
18305 ____________________________________________________________________________
18306 [ 8774] By: jhi on 2001/02/12 22:59:11
18307 Log: Subject: Re: [patch] context for 'U' magic functions
18308 From: Doug MacEachern <dougm@covalent.net>
18309 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
18310 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
18312 plus the suggestion by Nick Ing-Simmons to name the macro
18313 as PERL_MG_UFUNC to avoid namespace pollution, plus add
18314 the advice by Doug for XS writers to perl.h
18317 ____________________________________________________________________________
18318 [ 8773] By: jhi on 2001/02/11 20:14:12
18319 Log: Update Changes.
18321 ! Changes patchlevel.h
18322 ____________________________________________________________________________
18323 [ 8772] By: jhi on 2001/02/11 18:47:52
18324 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
18325 From: Simon Cozens <simon@cozens.net>
18326 Date: Wed, 31 Jan 2001 16:31:43 +0000
18327 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
18330 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
18332 ____________________________________________________________________________
18333 [ 8771] By: jhi on 2001/02/11 18:36:48
18334 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
18336 Blocks-4d3.beta.txt
18337 CaseFolding-3d4.beta.txt
18338 CompositionExclusions-3d6.beta.txt
18339 EastAsianWidth-4d4.beta.txt
18340 LineBreak-6d3.beta.txt
18341 NamesList-3.1.0d1.beta.txt
18342 PropList-3.1.0d4.beta.txt
18343 SpecialCasing-4d1.beta.txt
18344 UnicodeData-3.1.0d6.beta.txt
18346 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
18347 +> lib/unicode/UCD.html lib/unicode/Unicode.html
18348 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18349 - lib/unicode/Unicode.301
18351 ____________________________________________________________________________
18352 [ 8770] By: jhi on 2001/02/11 17:26:22
18353 Log: UTF-8 documentation.
18356 ____________________________________________________________________________
18357 [ 8769] By: jhi on 2001/02/11 17:12:49
18358 Log: Retract #8762.
18361 ____________________________________________________________________________
18362 [ 8768] By: jhi on 2001/02/11 16:54:45
18363 Log: Subject: [PATCH] Test::Harness
18364 From: andreas.koenig@anima.de (Andreas J. Koenig)
18365 Date: 11 Feb 2001 14:37:00 +0100
18366 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
18368 ! lib/Test/Harness.pm
18369 ____________________________________________________________________________
18370 [ 8767] By: jhi on 2001/02/11 16:53:52
18371 Log: Subject: [PATCH] Document makepatch in Porting/patching
18372 From: andreas.koenig@anima.de (Andreas J. Koenig)
18373 Date: 11 Feb 2001 16:46:28 +0100
18374 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
18376 ! Porting/patching.pod
18377 ____________________________________________________________________________
18378 [ 8766] By: jhi on 2001/02/11 06:30:23
18379 Log: Subject: Re: [patch] GvSHARED
18380 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
18381 From: Doug MacEachern <dougm@covalent.net>
18382 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
18384 Subject: Re: [patch] GvSHARED
18385 From: Doug MacEachern <dougm@covalent.net>
18386 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
18387 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
18389 Subject: [patch] attributes.pm support for `shared'
18390 From: Doug MacEachern <dougm@covalent.net>
18391 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
18392 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
18394 our() attributes were ignored, our :shared pieces missing,
18395 allow attributes.pm to turn on shared.
18397 ! op.c t/op/attrs.t toke.c xsutils.c
18398 ____________________________________________________________________________
18399 [ 8765] By: alanbur on 2001/02/10 23:11:19
18400 Log: Resync with parent (hopefully sucessfully this time)
18401 Branch: maint-5.6/pureperl
18402 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
18403 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
18404 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18405 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18406 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18407 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18408 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
18409 ____________________________________________________________________________
18410 [ 8764] By: jhi on 2001/02/10 22:54:38
18411 Log: Make TEST and UTEST more verbose in case something goes
18412 wrong in running/compiling a script, suggested by Doug
18416 ____________________________________________________________________________
18417 [ 8763] By: jhi on 2001/02/10 22:11:34
18418 Log: Bogus shebang.
18421 ____________________________________________________________________________
18422 [ 8762] By: jhi on 2001/02/10 21:56:02
18423 Log: (Retracted by #8769)
18426 ____________________________________________________________________________
18427 [ 8761] By: jhi on 2001/02/10 21:26:15
18428 Log: Subject: Re: [patch] GvSHARED
18429 From: Doug MacEachern <dougm@covalent.net>
18430 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
18431 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
18433 our @EXPORT : shared = (...);
18436 ____________________________________________________________________________
18437 [ 8760] By: jhi on 2001/02/10 21:25:07
18438 Log: Subject: [patch] GvSHARED
18439 From: Doug MacEachern <dougm@covalent.net>
18440 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
18441 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
18443 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
18444 ____________________________________________________________________________
18445 [ 8759] By: alanbur on 2001/02/10 21:24:27
18446 Log: Backed out mismerge.
18447 Branch: maint-5.6/pureperl
18448 ! MANIFEST README.hpux README.vmesa gv.c installhtml
18449 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
18450 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18451 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18452 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18453 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18454 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
18455 ____________________________________________________________________________
18456 [ 8758] By: jhi on 2001/02/10 18:01:17
18457 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
18459 Fixed UMRs and leak in Perl_pmtrans()
18461 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18462 associated UTFied tr/// code. Also fixed scoping leak of
18465 newATTRSUB leaks when an attempt to redefine the active sort sub is
18467 Branch: maint-5.6/perl
18469 ____________________________________________________________________________
18470 [ 8757] By: alanbur on 2001/02/10 17:56:46
18471 Log: Resynchronised with parent
18472 Branch: maint-5.6/pureperl
18476 !> MANIFEST README.hpux README.vmesa installhtml
18477 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
18478 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18479 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18480 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18481 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18482 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
18483 ____________________________________________________________________________
18484 [ 8756] By: alanbur on 2001/02/10 17:51:15
18485 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
18487 Branch: maint-5.6/pureperl
18489 ____________________________________________________________________________
18490 [ 8755] By: jhi on 2001/02/09 22:41:35
18491 Log: Upgrade to CPAN 1.59_54, from Andreas König.
18493 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18494 ____________________________________________________________________________
18495 [ 8754] By: jhi on 2001/02/09 22:29:20
18496 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
18498 Didn't upgrade the fill.t since it has a dependency to File::Slurp
18499 purely for debugging purposes, the actual test hasn't changed.
18501 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
18503 ____________________________________________________________________________
18504 [ 8753] By: jhi on 2001/02/09 20:17:50
18505 Log: Integrate change #8682 from maintperl.
18507 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
18511 ____________________________________________________________________________
18512 [ 8752] By: jhi on 2001/02/09 20:00:46
18513 Log: Update Changes.
18515 ! Changes patchlevel.h
18516 ____________________________________________________________________________
18517 [ 8751] By: nick on 2001/02/09 19:48:37
18518 Log: Integrate mainline
18520 +> README.bs2000 t/lib/cgi-esc.t
18522 !> (integrate 53 files)
18523 ____________________________________________________________________________
18524 [ 8750] By: nick on 2001/02/09 19:25:16
18525 Log: Subject: RE: Biannual Competition to Improve Hashing Function
18526 From: Fisher Mark <fisherm@tce.com>
18527 Date: Thu, 8 Feb 2001 10:44:00 -0500
18528 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
18529 Date: Thu, 8 Feb 2001 15:02:47 -0500
18530 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
18532 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
18533 ____________________________________________________________________________
18534 [ 8749] By: jhi on 2001/02/09 19:02:35
18535 Log: Forgotten fragment.
18538 ____________________________________________________________________________
18539 [ 8748] By: jhi on 2001/02/09 18:31:34
18540 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
18541 plus manual tweakage.
18543 Sync the perlfaq2 between mainline and maintperl.
18544 Branch: maint-5.6/perl
18547 !> pod/perlfaq2.pod
18548 ____________________________________________________________________________
18549 [ 8747] By: jhi on 2001/02/09 18:12:04
18550 Log: Subject: versiononly and installperl
18551 From: abigail@foad.org
18552 Date: Wed, 7 Feb 2001 22:43:12 +0100
18553 Message-ID: <20010207214312.7045.qmail@foad.org>
18555 Add +v flag to force a normal install of the perl binary
18558 Subject: [PATCH] installperl
18559 From: Nicholas Clark <nick@ccl4.org>
18560 Date: Fri, 9 Feb 2001 16:28:57 +0000
18561 Message-ID: <20010209162857.B10931@plum.flirble.org>
18563 Add -A flag which also hardlinks the binary with
18564 the full architecture name.
18567 ____________________________________________________________________________
18568 [ 8746] By: jhi on 2001/02/09 18:03:43
18569 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
18571 Subject: perlfaq2, re: perlmongers
18573 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
18575 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
18577 Subject: [ID 20010205.001] typo in perlfaq9
18579 Subject: [ID 20010208.002] unordered explanation in perlcall
18580 Branch: maint-5.6/perl
18581 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18582 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
18583 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
18584 ____________________________________________________________________________
18585 [ 8745] By: jhi on 2001/02/09 17:59:09
18586 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
18587 From: abela@geneanet.org
18588 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
18589 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
18592 ____________________________________________________________________________
18593 [ 8744] By: jhi on 2001/02/09 17:48:16
18594 Log: Subject: [ID 20010205.001] typo in perlfaq9
18595 From: eserte@vran.herceg.de
18596 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
18597 Message-Id: <200102042244.XAA21926@vran.herceg.de>
18600 ____________________________________________________________________________
18601 [ 8743] By: jhi on 2001/02/09 17:25:12
18602 Log: Integrate change #8695 from maintperl.
18604 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
18607 ____________________________________________________________________________
18608 [ 8742] By: jhi on 2001/02/09 17:21:22
18609 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
18610 From: Andy Dougherty <doughera@lafayette.edu>
18611 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
18612 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
18615 ____________________________________________________________________________
18616 [ 8741] By: jhi on 2001/02/09 17:05:19
18617 Log: Integrate changes #8738,8739,8740 from maintperl.
18619 Html files will be installed in a more logical and easier to
18620 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
18622 Html files will be generated with a header to make them look
18623 a little less bare.
18625 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
18627 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
18628 ____________________________________________________________________________
18629 [ 8740] By: jhi on 2001/02/09 17:03:46
18630 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
18631 From: "Brendan O'Dea" <bod@compusol.com.au>
18632 Date: Sun, 4 Feb 2001 11:17:56 +1100
18633 Message-ID: <20010204111756.A16301@compusol.com.au>
18634 Branch: maint-5.6/perl
18636 ____________________________________________________________________________
18637 [ 8739] By: jhi on 2001/02/09 17:01:59
18638 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
18639 From: "Indy Singh" <indy@nusphere.com>
18640 Date: Fri, 2 Feb 2001 15:09:59 -0500
18641 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
18643 Html files will be generated with a header to make them look
18644 a little less bare.
18645 Branch: maint-5.6/perl
18647 ____________________________________________________________________________
18648 [ 8738] By: jhi on 2001/02/09 16:58:48
18649 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
18650 From: "Indy Singh" <indy@nusphere.com>
18651 Date: Fri, 2 Feb 2001 15:08:23 -0500
18652 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
18654 Html files will be installed in a more logical and easier to
18655 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
18656 Branch: maint-5.6/perl
18657 ! win32/Makefile win32/makefile.mk
18658 ____________________________________________________________________________
18659 [ 8737] By: jhi on 2001/02/09 16:46:54
18660 Log: Integrate changes #8687,8736 from maintperl.
18662 HP-UX thread patches from Merijn H. Brand.
18664 Latin nit from Philip Newton.
18666 !> README.hpux hints/hpux.sh
18667 ____________________________________________________________________________
18668 [ 8736] By: jhi on 2001/02/09 16:42:31
18669 Log: Latin nit from Philip Newton.
18670 Branch: maint-5.6/perl
18672 ____________________________________________________________________________
18673 [ 8735] By: jhi on 2001/02/09 16:24:03
18674 Log: Integrate changes #8704,8710 from pureperl.
18676 Fixed UMRs and leak in Perl_pmtrans()
18678 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18679 associated UTFied tr/// code. Also fixed scoping leak of
18683 ____________________________________________________________________________
18684 [ 8734] By: jhi on 2001/02/09 15:40:21
18685 Log: Integrate change #8733 from maintperl.
18687 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
18690 ____________________________________________________________________________
18691 [ 8733] By: jhi on 2001/02/09 15:35:47
18692 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
18693 From: Prymmer/Kahn <pvhp@best.com>
18694 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
18695 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
18696 Branch: maint-5.6/perl
18698 ____________________________________________________________________________
18699 [ 8732] By: jhi on 2001/02/09 15:26:17
18700 Log: Rename README.posix-bc to README.bs2000 (to avoid the
18701 confusion of a "perlposix-bc.pod"), add a few missing
18702 arch pods, regen toc.
18703 Branch: maint-5.6/perl
18706 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18707 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18708 ____________________________________________________________________________
18709 [ 8731] By: jhi on 2001/02/09 15:23:39
18710 Log: De-cut-and-pasto.
18713 ____________________________________________________________________________
18714 [ 8730] By: jhi on 2001/02/09 15:11:13
18715 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
18716 when people think that perlposix-bc.pod tells anything about
18717 Perl and POSIX. Regen toc.
18721 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18722 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18723 ____________________________________________________________________________
18724 [ 8729] By: jhi on 2001/02/09 14:52:28
18725 Log: The README.vmesa part of #8712 from maintperl.
18728 ____________________________________________________________________________
18729 [ 8728] By: jhi on 2001/02/09 14:46:06
18730 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
18731 From: Peter Prymmer <pvhp@forte.com>
18732 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
18733 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
18734 Branch: maint-5.6/perl
18735 ! README.vmesa win32/Makefile win32/makefile.mk
18736 ____________________________________________________________________________
18737 [ 8727] By: jhi on 2001/02/09 14:33:25
18738 Log: Integrate change #8712 from mainline.
18740 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
18741 Branch: maint-5.6/perl
18743 ____________________________________________________________________________
18744 [ 8726] By: jhi on 2001/02/09 14:30:28
18745 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
18746 From: Peter Prymmer <pvhp@forte.com>
18747 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
18748 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
18751 ! MANIFEST lib/CGI/Util.pm
18752 ____________________________________________________________________________
18753 [ 8725] By: jhi on 2001/02/09 04:56:47
18754 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
18755 Branch: maint-5.6/perl
18757 ____________________________________________________________________________
18758 [ 8724] By: jhi on 2001/02/09 04:40:59
18759 Log: Integrate changes 7819,7820 from vmsperl into mainline.
18761 Add header for LIB$ prototypes (C. Berry)
18763 Convert fwrite()s to sockets to write()s, since some socket stacks
18764 don't take kindly to stdio.
18765 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
18766 (for often optional LNMs)
18767 Correct a few typos
18770 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
18771 ____________________________________________________________________________
18772 [ 8723] By: jhi on 2001/02/09 03:29:29
18773 Log: Integrate change #8722 from mainline.
18775 The Im() function wasn't returning zero for non-Math::Complex
18776 arguments. The bug reported by John Gamble.
18777 Branch: maint-5.6/perl
18778 !> lib/Math/Complex.pm
18779 ____________________________________________________________________________
18780 [ 8722] By: jhi on 2001/02/09 03:28:33
18781 Log: The Im() function wasn't returning zero for non-Math::Complex
18782 arguments. The bug reported by John Gamble.
18784 ! lib/Math/Complex.pm
18785 ____________________________________________________________________________
18786 [ 8721] By: nick on 2001/02/08 22:11:35
18787 Log: Correct the correction :-(
18790 ____________________________________________________________________________
18791 [ 8720] By: bailey on 2001/02/08 20:59:22
18792 Log: Convert frwite()s to sockets to write()s, since some socket stacks
18793 don't take kindly to stdio.
18794 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
18795 (for often optional LNMs)
18796 Correct a few typos
18799 ! vms/vms.c vms/vmsish.h
18800 ____________________________________________________________________________
18801 [ 8719] By: bailey on 2001/02/08 20:51:02
18802 Log: Add header for LIB$ prototypes (C. Berry)
18804 ! ext/Devel/DProf/DProf.xs
18805 ____________________________________________________________________________
18806 [ 8718] By: bailey on 2001/02/08 20:49:00
18809 +> pod/perliol.pod t/lib/sample-tests/bailout
18810 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
18811 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
18812 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
18813 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
18814 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
18815 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
18816 - lib/unicode/Is/DCinital.pl
18817 !> (integrate 101 files)
18818 ____________________________________________________________________________
18819 [ 8717] By: nick on 2001/02/08 19:38:48
18820 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
18821 From: Robin Barker <rmb1@cise.npl.co.uk>
18822 Date: Thu, 8 Feb 2001 14:38:07 GMT
18823 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
18826 ____________________________________________________________________________
18827 [ 8716] By: nick on 2001/02/08 19:29:07
18828 Log: Generated files form 8713 etc.
18830 ! embed.h global.sym objXSUB.h perlapi.c proto.h
18831 ____________________________________________________________________________
18832 [ 8715] By: nick on 2001/02/08 19:26:08
18833 Log: Fixup non-ithread build after 8713
18836 ____________________________________________________________________________
18837 [ 8714] By: nick on 2001/02/08 19:17:45
18838 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
18839 From: nick@ccl4.org
18840 Date: Wed, 7 Feb 2001 00:27:47 +0000
18841 Message-Id: <20010207002747.B63724@plum.flirble.org>
18844 ____________________________________________________________________________
18845 [ 8713] By: nick on 2001/02/08 19:15:58
18846 Log: Subject: Re: [patch] Re: PL_ptr_table
18847 From: Doug Maceachern <dougm@covalent.net>
18848 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
18849 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
18851 ! embed.pl perl.c sv.c sv.h
18852 ____________________________________________________________________________
18853 [ 8712] By: nick on 2001/02/08 19:12:47
18854 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
18855 From: Peter Prymmer <pvhp@forte.com>
18856 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
18857 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
18860 ____________________________________________________________________________
18861 [ 8711] By: nick on 2001/02/07 21:06:11
18862 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
18863 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
18864 From: Alan Burlison <Alan.Burlison@uk.sun.com>
18865 Date: Tue, 06 Feb 2001 23:37:01 +0000
18866 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
18869 ____________________________________________________________________________
18870 [ 8710] By: alanbur on 2001/02/07 00:22:04
18871 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18872 associated UTFied tr/// code. Also fixed scoping leak of
18874 Branch: maint-5.6/pureperl
18876 ____________________________________________________________________________
18877 [ 8709] By: nick on 2001/02/06 21:16:49
18878 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
18879 From: Michael G Schwern <schwern@pobox.com>
18880 Date: Sun, 4 Feb 2001 19:47:14 -0500
18881 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
18883 ! pod/perlapi.pod pod/perlmodlib.PL
18884 ____________________________________________________________________________
18885 [ 8708] By: nick on 2001/02/06 20:41:20
18886 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
18887 From: Michael G Schwern <schwern@pobox.com>
18888 Date: Sun, 4 Feb 2001 21:17:49 -0500
18889 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
18891 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
18892 ! pod/perltootc.pod
18893 ____________________________________________________________________________
18894 [ 8707] By: nick on 2001/02/06 20:29:11
18895 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
18896 From: Michael G Schwern <schwern@pobox.com>
18897 Date: Tue, 6 Feb 2001 05:54:30 -0500
18898 Message-Id: <20010206055430.A951@blackrider.aocn.com>
18900 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
18901 ____________________________________________________________________________
18902 [ 8706] By: nick on 2001/02/06 20:21:40
18903 Log: Subject: RE: some win32 fixes
18904 Date: Tue, 6 Feb 2001 09:23:20 +0300
18905 From: Vadim Konovalov <vkonovalov@lucent.com>
18906 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
18908 ! toke.c win32/Makefile win32/config.bc win32/config.gc
18909 ! win32/config.vc win32/config_H.bc win32/makefile.mk
18910 ____________________________________________________________________________
18911 [ 8705] By: alanbur on 2001/02/06 15:00:03
18912 Log: Synchronised with parent
18913 Branch: maint-5.6/pureperl
18915 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
18916 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
18917 ____________________________________________________________________________
18918 [ 8704] By: alanbur on 2001/02/06 14:55:24
18919 Log: Fixed UMRs and leak in Perl_pmtrans()
18920 Branch: maint-5.6/pureperl
18922 ____________________________________________________________________________
18923 [ 8703] By: gsar on 2001/02/06 02:29:37
18924 Log: $(MAKE) distclean doesn't clean up properly on windows
18925 Branch: maint-5.6/perl
18926 ! win32/Makefile win32/makefile.mk
18927 ____________________________________________________________________________
18928 [ 8702] By: gsar on 2001/02/06 01:00:46
18929 Log: tweak change#8659 to keep it simple
18930 Branch: maint-5.6/perl
18932 ____________________________________________________________________________
18933 [ 8701] By: gsar on 2001/02/05 22:45:41
18934 Log: change#8693 was missing testsuite changes
18935 Branch: maint-5.6/perl
18936 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
18937 ____________________________________________________________________________
18938 [ 8700] By: nick on 2001/02/05 20:32:52
18939 Log: Integrate mainline
18941 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
18942 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
18943 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
18944 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
18945 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
18946 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
18947 +> t/lib/test-harness.t
18948 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
18949 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
18950 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
18951 !> pod/perlutil.pod t/TEST utils/h2xs.PL
18952 ____________________________________________________________________________
18953 [ 8699] By: nick on 2001/02/05 19:41:07
18954 Log: Subject: perlfaq2, re: perlmongers
18955 From: David H. Adler <dha@panix.com>
18956 Date: Sun, 4 Feb 2001 23:48:23 -0500
18957 Message-Id: <20010204234823.A13429@panix.com>
18960 ____________________________________________________________________________
18961 [ 8698] By: nick on 2001/02/05 19:39:31
18962 Log: Missed file f#rom the testharness mess.
18964 + t/lib/test-harness.t
18965 ____________________________________________________________________________
18966 [ 8697] By: nick on 2001/02/05 19:37:21
18967 Log: Subject: [DOC PATCH] overload.pm nits
18968 From: John Tobey <jtobey@john-edwin-tobey.org>
18969 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
18970 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
18973 ____________________________________________________________________________
18974 [ 8696] By: alanbur on 2001/02/05 11:56:00
18975 Log: Sync with parent
18976 Branch: maint-5.6/pureperl
18978 ____________________________________________________________________________
18979 [ 8695] By: gsar on 2001/02/05 03:27:34
18980 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
18981 Branch: maint-5.6/perl
18983 ____________________________________________________________________________
18984 [ 8694] By: alanbur on 2001/02/05 00:07:47
18985 Log: Initial branch creation from //depot/maint-5.6/perl
18986 Branch: maint-5.6/pureperl
18987 +> (branch 1719 files)
18988 ____________________________________________________________________________
18989 [ 8693] By: gsar on 2001/02/04 22:38:49
18990 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
18992 Branch: maint-5.6/perl
18993 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18994 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18995 !> ext/DB_File/version.c
18996 ____________________________________________________________________________
18997 [ 8692] By: nick on 2001/02/04 18:15:57
18998 Log: The missed t/TEST part of the grand testharness upgrade.
19001 ____________________________________________________________________________
19002 [ 8691] By: nick on 2001/02/04 18:05:17
19003 Log: New improved test harness
19004 Subject: Re: [PATCH Test::Harness] Third time's a charm?
19005 From: Michael G Schwern <schwern@pobox.com>
19006 Date: Sun, 4 Feb 2001 08:01:20 -0500
19007 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
19009 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
19010 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
19011 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
19012 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
19013 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
19014 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
19015 ! MANIFEST lib/Test/Harness.pm
19016 ____________________________________________________________________________
19017 [ 8690] By: nick on 2001/02/04 17:57:51
19018 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
19019 From: Jonathan Stowe <gellyfish@gellyfish.com>
19020 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
19021 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
19024 ____________________________________________________________________________
19025 [ 8689] By: nick on 2001/02/04 17:55:24
19026 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
19027 From: Michael G Schwern <schwern@pobox.com>
19028 Date: Sat, 3 Feb 2001 22:46:38 -0500
19029 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
19031 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
19032 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
19033 ____________________________________________________________________________
19034 [ 8688] By: nick on 2001/02/04 17:43:55
19035 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
19036 length byfailing to spot lack of closing )
19037 From: nick@talking.bollo.cx
19038 Date: Sat, 03 Feb 2001 23:53:16 +0000
19039 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
19041 ! perlio.c pod/perldiag.pod
19042 ____________________________________________________________________________
19043 [ 8687] By: jhi on 2001/02/03 17:11:42
19044 Log: HP-UX thread patches from Merijn H. Brand.
19045 Branch: maint-5.6/perl
19046 ! README.hpux hints/hpux.sh
19047 ____________________________________________________________________________
19048 [ 8686] By: jhi on 2001/02/03 16:40:12
19049 Log: Metaconfig changes for #8685.
19051 ! U/installdirs/instubperl.U
19052 Branch: metaconfig/U/perl
19053 ! Devel.U versiononly.U
19054 ____________________________________________________________________________
19055 [ 8685] By: jhi on 2001/02/03 16:39:49
19056 Log: For -Dusedevel builds turn off installusrbinperl and turn on
19057 versiononly, a combined idea of Richard Soderberg and Merijn
19058 H. Brand. You can still override both of these from the command
19059 line if you need to, -Dinstallusrbinperl and -Uversiononly.
19062 ____________________________________________________________________________
19063 [ 8684] By: jhi on 2001/02/03 16:16:34
19064 Log: Metaconfig unit fix for #8683.
19066 ! U/compline/nblock_io.U
19067 ____________________________________________________________________________
19068 [ 8683] By: jhi on 2001/02/03 16:16:12
19069 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
19070 reported by Peter Prymmer for 5.6-TRIAL1.
19073 ____________________________________________________________________________
19074 [ 8682] By: jhi on 2001/02/03 05:52:11
19075 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
19077 Branch: maint-5.6/perl
19079 ____________________________________________________________________________
19080 [ 8681] By: jhi on 2001/02/03 05:47:33
19081 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
19082 Branch: maint-5.6/perl
19084 ____________________________________________________________________________
19085 [ 8680] By: jhi on 2001/02/02 21:39:49
19086 Log: perlport update from Peter Prymmer.
19087 Branch: maint-5.6/perl
19089 ____________________________________________________________________________
19090 [ 8679] By: nick on 2001/02/02 20:50:48
19091 Log: Integrate mainline
19093 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
19094 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
19095 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
19096 ____________________________________________________________________________
19097 [ 8678] By: gsar on 2001/02/02 16:02:12
19098 Log: note about bincompat, slightly modified (from Lupe Christoph)
19099 Branch: maint-5.6/perl
19101 ____________________________________________________________________________
19102 [ 8677] By: jhi on 2001/02/02 15:46:20
19103 Log: Supported platforms updates.
19104 Branch: maint-5.6/perl
19106 ____________________________________________________________________________
19107 [ 8676] By: jhi on 2001/02/02 03:41:26
19108 Log: A couple more perlfaq2 tweaks.
19109 Branch: maint-5.6/perl
19111 ____________________________________________________________________________
19112 [ 8675] By: jhi on 2001/02/02 03:17:44
19113 Log: Misedit in #8661.
19114 Branch: maint-5.6/perl
19116 ____________________________________________________________________________
19117 [ 8674] By: jhi on 2001/02/02 03:14:38
19119 Branch: maint-5.6/perl
19121 ____________________________________________________________________________
19122 [ 8673] By: jhi on 2001/02/02 03:12:40
19123 Log: perlfaq update from Elaine Ashton.
19124 Branch: maint-5.6/perl
19126 ____________________________________________________________________________
19127 [ 8672] By: jhi on 2001/02/02 03:07:08
19128 Log: UTF-8 s/// patch from Inaba Hiroto.
19129 Branch: maint-5.6/perl
19130 ! pp_ctl.c pp_hot.c
19131 ____________________________________________________________________________
19132 [ 8671] By: jhi on 2001/02/01 22:34:31
19133 Log: Update Changes.
19135 ! Changes patchlevel.h
19136 ____________________________________________________________________________
19137 [ 8670] By: jhi on 2001/02/01 22:15:29
19138 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
19141 Upgrade to Getopt::Long 2.25, from Johan Vromans.
19143 more files need to be writable in the source distribution
19145 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
19147 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
19149 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19151 Allow the float to be fuzzier.
19153 need to use INT2PTR instead of a straight cast or ia64 fails
19155 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
19157 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
19159 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
19160 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
19161 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
19162 ____________________________________________________________________________
19163 [ 8669] By: jhi on 2001/02/01 21:57:02
19164 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19165 From: Robin Barker <rmb1@cise.npl.co.uk>
19166 Date: Thu, 1 Feb 2001 16:59:05 GMT
19167 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
19168 Branch: maint-5.6/perl
19169 ! pod/perlmodlib.PL
19170 ____________________________________________________________________________
19171 [ 8668] By: nick on 2001/02/01 19:41:40
19172 Log: Integrate mainline
19174 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
19175 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
19176 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
19177 ____________________________________________________________________________
19178 [ 8667] By: gsar on 2001/02/01 16:59:11
19179 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
19180 Branch: maint-5.6/perl
19181 ! embed.pl embedvar.h
19182 ____________________________________________________________________________
19183 [ 8666] By: gsar on 2001/02/01 16:34:51
19184 Log: add missing entries to win32/config.?c
19185 Branch: maint-5.6/perl
19186 ! win32/config.bc win32/config.gc win32/config.vc
19187 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19188 ____________________________________________________________________________
19189 [ 8665] By: jhi on 2001/02/01 14:58:51
19190 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
19191 From: "Stephen P. Potter" <spp@spotter.yi.org>
19192 Date: Thu, 01 Feb 2001 10:45:46 -0500
19193 Message-Id: <200102011545.KAA31479@spotter.yi.org>
19194 Branch: maint-5.6/perl
19196 ____________________________________________________________________________
19197 [ 8664] By: gsar on 2001/02/01 14:52:37
19198 Log: need to use INT2PTR instead of a straight cast or ia64 fails
19199 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
19200 Branch: maint-5.6/perl
19201 ! ext/POSIX/POSIX.xs
19202 ____________________________________________________________________________
19203 [ 8663] By: jhi on 2001/02/01 14:09:13
19204 Log: Allow the float to be fuzzier.
19205 Branch: maint-5.6/perl
19207 ____________________________________________________________________________
19208 [ 8662] By: jhi on 2001/02/01 13:59:00
19209 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19210 From: Robin Barker <rmb1@cise.npl.co.uk>
19211 Date: Thu, 1 Feb 2001 13:05:39 GMT
19212 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
19213 Branch: maint-5.6/perl
19214 ! pod/perlmodlib.pod
19215 ____________________________________________________________________________
19216 [ 8661] By: jhi on 2001/02/01 13:57:38
19217 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
19218 Date: Thu, 01 Feb 2001 14:15:41 +0100
19219 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19220 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
19222 Have the $ccflags in the gcc version test (strange, this change
19223 is claimed to be have been integrated already)
19224 Branch: maint-5.6/perl
19226 ____________________________________________________________________________
19227 [ 8660] By: jhi on 2001/02/01 13:44:10
19228 Log: Integrate changes #7950,7964,7962 from mainline.
19230 Find the stdchar signedness using cpp, should fix some of
19231 the Solaris compiler warnings reported by Alan Burlison.
19232 Branch: maint-5.6/perl
19233 !> Configure config_h.SH
19234 ____________________________________________________________________________
19235 [ 8659] By: jhi on 2001/02/01 05:35:32
19236 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
19237 From: Jan Dubois <JanD@ActiveState.com>
19238 Date: Wed, 31 Jan 2001 21:17:03 -0800
19239 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
19240 Branch: maint-5.6/perl
19242 ____________________________________________________________________________
19243 [ 8658] By: jhi on 2001/02/01 04:33:17
19244 Log: Integrate the README.os390 and README.posix-bc parts of mainline
19245 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
19246 installperl parts were taken care of by #8657.)
19247 Branch: maint-5.6/perl
19248 !> README.os390 README.posix-bc
19249 ____________________________________________________________________________
19250 [ 8657] By: jhi on 2001/02/01 04:29:21
19251 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19252 From: Peter Prymmer <pvhp@forte.com>
19253 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
19254 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
19255 Branch: maint-5.6/perl
19256 + ext/DynaLoader/dl_dllload.xs
19257 ! MANIFEST Makefile.SH hints/os390.sh installperl
19258 ____________________________________________________________________________
19259 [ 8656] By: jhi on 2001/02/01 04:25:45
19260 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
19261 From: Peter Prymmer <pvhp@forte.com>
19262 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
19263 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
19264 Branch: maint-5.6/perl
19265 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
19266 ____________________________________________________________________________
19267 [ 8655] By: jhi on 2001/02/01 04:14:47
19268 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
19269 From: troc@netrus.net
19270 Date: Wed, 31 Jan 2001 22:31:26 -0500
19271 Message-Id: <200102010331.WAA117.85@rocco.homenet>
19272 Branch: maint-5.6/perl
19274 ____________________________________________________________________________
19275 [ 8654] By: jhi on 2001/02/01 04:12:52
19276 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
19277 as reported by Alan Burlison.
19278 Branch: maint-5.6/perl
19280 ____________________________________________________________________________
19281 [ 8653] By: jhi on 2001/02/01 04:05:12
19282 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
19283 From: dsugalski@northernlight.com
19284 Date: Wed, 31 Jan 2001 18:54:11 -0500
19285 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
19286 Branch: maint-5.6/perl
19288 ____________________________________________________________________________
19289 [ 8652] By: jhi on 2001/02/01 04:03:11
19290 Log: Misplaced #endif.
19292 Subject: [perl-5-6-1-trial2] patches for EPOC
19293 From: Olaf Flebbe <O.Flebbe@science-computing.de>
19294 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19295 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19296 Branch: maint-5.6/perl
19298 ____________________________________________________________________________
19299 [ 8651] By: jhi on 2001/02/01 04:00:25
19300 Log: Integrate changes #8647,8648,8650 from mainline.
19302 Macrofy a magic UTF-8 test.
19304 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
19306 Watch out for cross compiling for EPOC (usually done on linux).
19307 Branch: maint-5.6/perl
19308 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
19309 ____________________________________________________________________________
19310 [ 8650] By: jhi on 2001/02/01 03:56:20
19311 Log: Watch out for cross compiling for EPOC (usually done on linux)
19313 Subject: [perl-5-6-1-trial2] patches for EPOC
19314 From: Olaf Flebbe <O.Flebbe@science-computing.de>
19315 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19316 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19318 ! ext/Errno/Errno_pm.PL
19319 ____________________________________________________________________________
19320 [ 8649] By: gsar on 2001/02/01 00:46:00
19321 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
19322 Branch: maint-5.6/perl
19324 ____________________________________________________________________________
19325 [ 8648] By: jhi on 2001/01/31 23:35:36
19326 Log: All the uses of PL_numeric_radix must be protected by
19327 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
19329 Subject: [perl-5-6-1-trial2] patches for EPOC
19330 From: Olaf Flebbe <O.Flebbe@science-computing.de>
19331 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19332 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19335 ____________________________________________________________________________
19336 [ 8647] By: jhi on 2001/01/31 22:56:16
19337 Log: Macrofy a magic UTF-8 test.
19340 ____________________________________________________________________________
19341 [ 8646] By: gsar on 2001/01/31 15:55:12
19342 Log: update Changes
19343 Branch: maint-5.6/perl
19345 ____________________________________________________________________________
19346 [ 8645] By: gsar on 2001/01/31 15:10:14
19347 Log: Configure tweak suggested by Peter Prymmer
19348 Branch: maint-5.6/perl
19350 ____________________________________________________________________________
19351 [ 8644] By: gsar on 2001/01/31 15:06:32
19352 Log: more files need to be writable in the source distribution
19353 Branch: maint-5.6/perl
19355 ____________________________________________________________________________
19356 [ 8643] By: jhi on 2001/01/31 14:59:46
19357 Log: Integrate changes #8258,8278,8279 from mainline.
19359 Make the large file tests more robust/talkative.
19360 Branch: maint-5.6/perl
19361 !> t/lib/syslfs.t t/op/lfs.t
19362 ____________________________________________________________________________
19363 [ 8642] By: gsar on 2001/01/31 14:53:48
19364 Log: integrate changes#8311,8334 from mainline
19366 Add a new MakeMaker variable PM_FILTER that defines a Unix
19367 filter to be run on each .pm during the pm_to_blib() phase,
19369 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
19371 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
19372 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
19373 accurate reading of the "atime".
19374 Branch: maint-5.6/perl
19375 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
19376 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19377 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
19378 ____________________________________________________________________________
19379 [ 8641] By: jhi on 2001/01/31 14:46:37
19380 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
19381 Branch: maint-5.6/perl
19382 ! lib/Getopt/Long.pm
19383 ____________________________________________________________________________
19384 [ 8640] By: gsar on 2001/01/31 14:40:24
19385 Log: make regen_all
19386 Branch: maint-5.6/perl
19387 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
19388 ____________________________________________________________________________
19389 [ 8639] By: gsar on 2001/01/31 14:37:25
19390 Log: refresh windows config files
19391 Branch: maint-5.6/perl
19392 ! win32/Makefile win32/config_H.bc win32/config_H.gc
19393 ! win32/config_H.vc win32/makefile.mk
19394 ____________________________________________________________________________
19395 [ 8638] By: gsar on 2001/01/31 14:28:10
19396 Log: makefile tweaks for windows: introduce a bulk-switch to enable
19397 same options as ActivePerl; sync changes with makefile.mk
19398 Branch: maint-5.6/perl
19399 ! win32/Makefile win32/makefile.mk
19400 ____________________________________________________________________________
19401 [ 8637] By: jhi on 2001/01/31 04:41:30
19402 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
19403 From: Nicholas Clark <nick@ccl4.org>
19404 Date: Tue, 30 Jan 2001 19:51:05 +0000
19405 Message-ID: <20010130195105.R76607@plum.flirble.org>
19409 ! pp.c pp.h pp_hot.c t/op/arith.t
19410 ____________________________________________________________________________
19411 [ 8636] By: jhi on 2001/01/31 02:38:32
19412 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
19413 no perlio],8257,8380,8479,8515 from mainline.
19415 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
19417 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
19418 Subject: [PATCH perl@8133] fix-up for VMS extensions
19420 In VMS embedded perls couldn't access the statically built Socket.
19422 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
19424 Further VMS piping fixes from Charles Lane.
19426 Subject: [PATCH] make t/op/misc.t work on VMS
19428 Add tracing for debugging extensions builds in VMS.
19430 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
19431 Branch: maint-5.6/perl
19432 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
19433 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
19434 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
19435 ____________________________________________________________________________
19436 [ 8635] By: jhi on 2001/01/31 01:46:41
19437 Log: Integrate change #7732 from mainline.
19439 Sparc 64-bit pack() fix from Jens Hamisch.
19440 Branch: maint-5.6/perl
19442 ____________________________________________________________________________
19443 [ 8634] By: jhi on 2001/01/31 01:41:16
19444 Log: One spot missing from #8626.
19445 Branch: maint-5.6/perl
19447 ____________________________________________________________________________
19448 [ 8633] By: jhi on 2001/01/31 00:49:17
19449 Log: Integrate change #7495 from mainline.
19451 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19452 Branch: maint-5.6/perl
19453 !> MANIFEST ext/re/Makefile.PL
19454 ____________________________________________________________________________
19455 [ 8632] By: jhi on 2001/01/30 23:38:49
19456 Log: Integrate change #8396 from mainline.
19458 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
19459 better multicast support (resend)
19460 Branch: maint-5.6/perl
19461 !> ext/Socket/Socket.pm
19462 ____________________________________________________________________________
19463 [ 8631] By: jhi on 2001/01/30 23:28:03
19464 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
19466 More AIX lore. (7514, ext/re/hints/aix.pl)
19468 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
19470 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)
19472 Subject: [ID 20001214.002] Net::Ping patch
19474 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
19476 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
19478 Add ReuseAddr as a (preferred) alias for Reuse as we now
19479 also have ReusePort.
19481 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
19482 Branch: maint-5.6/perl
19483 +> ext/re/hints/aix.pl
19484 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
19485 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
19486 ____________________________________________________________________________
19487 [ 8630] By: jhi on 2001/01/30 23:03:59
19488 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
19490 read() documentation tweak for 20001121.004.
19492 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
19493 Branch: maint-5.6/perl
19494 !> pod/perlfunc.pod pod/perlre.pod
19495 ____________________________________________________________________________
19496 [ 8629] By: jhi on 2001/01/30 22:41:57
19497 Log: Integrate change #8098 from mainline.
19499 fastgetcwd is defined using a glob alias on a $^O dependent basis
19500 and there was no default assignment or perl subroutine.
19501 Branch: maint-5.6/perl
19503 ____________________________________________________________________________
19504 [ 8628] By: jhi on 2001/01/30 21:58:52
19505 Log: Integrate change #7866 from mainline.
19508 Branch: maint-5.6/perl
19509 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
19510 ____________________________________________________________________________
19511 [ 8627] By: jhi on 2001/01/30 21:39:44
19512 Log: Integrate changes #8075,8086,8228 from mainline.
19514 Darwin is not Windows. (8075,8086)
19516 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
19517 Branch: maint-5.6/perl
19518 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
19519 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
19520 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
19521 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
19522 ____________________________________________________________________________
19523 [ 8626] By: jhi on 2001/01/30 21:22:11
19524 Log: Integrate with tweakery the change #8625 from mainline,
19525 the multibyte decimal separator fix ("fa_IR locale failure").
19526 Branch: maint-5.6/perl
19527 ! embedvar.h perlapi.h
19528 !> intrpvar.h perl.c perl.h sv.c util.c
19529 ____________________________________________________________________________
19530 [ 8625] By: jhi on 2001/01/30 20:26:33
19531 Log: Fix for the fa_IR locale failure. The reason for the failure
19532 was that Perl was assuming the decimal separator aka the radix
19533 separator is one character. The Farsi-Iranian locale crushed
19534 that bad assumption since there the separator is 'Momayyez',
19535 glyphwise looking somewhat like a slash, and in Unicode UTF-8
19536 encoded in two bytes, 0xd9 0xab.
19538 ! intrpvar.h perl.c perl.h sv.c util.c
19539 ____________________________________________________________________________
19540 [ 8624] By: gsar on 2001/01/30 20:17:03
19542 Branch: maint-5.6/perl
19543 ! Makefile.SH pod/perlintern.pod
19544 ____________________________________________________________________________
19545 [ 8623] By: gsar on 2001/01/30 19:42:34
19546 Log: backout change#7431 and its dependents (causes spurious rebuilds
19547 of autogenerated files)
19549 fix benign b.t failure
19550 Branch: maint-5.6/perl
19551 ! Makefile.SH t/lib/b.t
19552 ____________________________________________________________________________
19553 [ 8622] By: jhi on 2001/01/30 19:41:41
19554 Log: Microperl sync.
19557 ____________________________________________________________________________
19558 [ 8621] By: gsar on 2001/01/30 19:24:47
19559 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
19562 Subject: podlators 1.06 released
19564 Subject: [PATCH @8436] Eliminate op_children
19566 (Replaced by #8448) Traces of op_children (cleanup of #8442)
19568 (Replaced by #8448) More op_children traces (cleanup of #8442).
19570 Subject: [PATCH #3 @8436] Re: Eliminate op_children
19571 Replace #8444 and #8445.
19573 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
19574 at the setting of the ofs_sv in new_struct_thread() as the
19575 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
19576 uninitialized fields are, uh, initialized with),
19577 SvREFCNT_inc()ing that invited a core dump.
19579 podlators 1.07, from Russ Allbery.
19581 Subject: [PATCH] regcomp.c old feature removal
19582 From: mjd@plover.com
19583 Date: 16 Jan 2001 14:43:18 -0000
19584 Message-ID: <20010116144318.7140.qmail@plover.com>
19585 Branch: maint-5.6/perl
19586 +> lib/Pod/Text/Overstrike.pm
19587 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
19588 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
19589 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
19590 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
19591 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
19593 ____________________________________________________________________________
19594 [ 8620] By: gsar on 2001/01/30 18:48:32
19595 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
19596 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
19597 now fails one test)
19599 Subject: [PATCH] lvalue AUTOLOAD. No, really.
19601 Subject: [PATCH] Interesting syntax idea
19602 Make opens + bareword assigns do typeglob assigns.
19606 Subject: [PATCH @8269] Continue blocks and B::Deparse
19607 Make the peephole optimizer to bypass more null ops and
19608 and rewrite the deparse handling of continue blocks.
19610 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
19611 Doc tweak on #8313.
19613 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
19615 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
19617 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
19619 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
19620 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
19621 according to the platform.
19623 Subject: [PATCH @8404] Consolidated lvalue sub changes
19625 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
19627 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
19629 Subject: B::Concise -- an improved replacement for B::Terse
19631 The B::Terse drop-in replacement wasn't quite drop-in.
19633 The LVRET macro needed an aTHX.
19635 Use the /^Perl_/-less form of is_lvalue_sub().
19637 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
19638 Branch: maint-5.6/perl
19639 +> ext/B/B/Concise.pm
19640 !> (integrate 27 files)
19641 ____________________________________________________________________________
19642 [ 8619] By: nick on 2001/01/30 18:40:28
19643 Log: Integrate mainline
19645 !> (integrate 40 files)
19646 ____________________________________________________________________________
19647 [ 8618] By: jhi on 2001/01/30 18:37:18
19648 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
19649 Date: Mon, 29 Jan 2001 22:51:29 -0600
19650 From: "Craig A. Berry" <craigberry@mac.com>
19651 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
19654 ____________________________________________________________________________
19655 [ 8617] By: jhi on 2001/01/30 18:34:53
19656 Log: Subject: [PATCH] Add missing CV flags to dump.c
19657 From: Tim Jenness <t.jenness@jach.hawaii.edu>
19658 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
19659 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
19662 ____________________________________________________________________________
19663 [ 8616] By: jhi on 2001/01/30 18:20:58
19664 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
19665 part isn't applicable to maintperl.
19667 UTF-8 nit from Inaba Hiroto.
19668 Branch: maint-5.6/perl
19669 !> pod/perlapi.pod utf8.c
19670 ____________________________________________________________________________
19671 [ 8615] By: jhi on 2001/01/30 18:18:51
19672 Log: UTF-8 nit from Inaba Hiroto.
19674 ! pod/perlapi.pod t/op/each.t utf8.c
19675 ____________________________________________________________________________
19676 [ 8614] By: jhi on 2001/01/30 18:13:38
19677 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
19679 perl's internal variables are not for public consumption,
19680 move their docs from perlapi.pod to perlintern.pod
19682 support for -Dusethreads build under HP-UX 10.20 and DCE threads
19683 library (11.0 and later have pthreads but 10.x don't)
19685 avoid uninitialized value warnings
19687 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
19688 gets weird results)
19690 perldoc nit on windows
19692 make it possible to run the tests outside the source tree
19693 (there's still a dependency on ../lib being the library
19696 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
19697 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
19698 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
19699 !> win32/bin/search.pl win32/vdir.h
19700 ____________________________________________________________________________
19701 [ 8613] By: gsar on 2001/01/30 16:39:59
19702 Log: make it possible to run the tests outside the source tree
19703 (there's still a dependency on ../lib being the library
19705 Branch: maint-5.6/perl
19706 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
19707 ____________________________________________________________________________
19708 [ 8612] By: gsar on 2001/01/30 16:31:12
19709 Log: perldoc nit on windows
19710 Branch: maint-5.6/perl
19712 ____________________________________________________________________________
19713 [ 8611] By: gsar on 2001/01/30 16:22:54
19714 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
19715 gets weird results)
19716 Branch: maint-5.6/perl
19718 ____________________________________________________________________________
19719 [ 8610] By: gsar on 2001/01/30 16:12:45
19720 Log: avoid uninitialized value warnings
19721 Branch: maint-5.6/perl
19722 ! win32/bin/search.pl
19723 ____________________________________________________________________________
19724 [ 8609] By: gsar on 2001/01/30 16:08:01
19725 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
19726 library (11.0 and later have pthreads but 10.x don't)
19727 Branch: maint-5.6/perl
19728 ! hints/hpux.sh thread.h
19729 ____________________________________________________________________________
19730 [ 8608] By: gsar on 2001/01/30 15:48:55
19731 Log: perl's internal variables are not for public consumption,
19732 move their docs from perlapi.pod to perlintern.pod
19733 Branch: maint-5.6/perl
19734 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
19736 ____________________________________________________________________________
19737 [ 8607] By: gsar on 2001/01/30 15:44:27
19738 Log: mistakenly branched perl56delta.pod, revert
19739 Branch: maint-5.6/perl
19740 - pod/perl56delta.pod
19741 !> pod/perldelta.pod
19742 ____________________________________________________________________________
19743 [ 8606] By: gsar on 2001/01/30 14:20:24
19744 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
19745 dTHR which has been a noop for a while now, except for the
19746 compatibility definition in thread.h)
19747 Branch: maint-5.6/perl
19748 !> (integrate 45 files)
19749 ____________________________________________________________________________
19750 [ 8605] By: jhi on 2001/01/30 05:43:58
19751 Log: Mark the UTF-8 APIs as experimental.
19752 Branch: maint-5.6/perl
19753 ! embed.pl pod/perlapi.pod
19754 ____________________________________________________________________________
19755 [ 8604] By: jhi on 2001/01/30 05:38:40
19756 Log: Nits from earlier integrates.
19757 Branch: maint-5.6/perl
19758 ! lib/Carp/Heavy.pm
19760 ____________________________________________________________________________
19761 [ 8603] By: jhi on 2001/01/30 05:27:26
19762 Log: Regenerate Porting files.
19763 Branch: maint-5.6/perl
19764 ! Porting/Glossary Porting/config.sh Porting/config_H
19765 ____________________________________________________________________________
19766 [ 8602] By: jhi on 2001/01/30 05:14:59
19767 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
19768 8310,8339,8447,8492,8493,8505,8525: documentation changes.
19770 Subject: Re: perlfaq style changes
19772 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19774 Subject: [PATCH] docs on NaN
19776 Subject: [patch] perlfaq7
19778 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
19780 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
19782 Subject: [PATCH] open() example in perlfunc.pod
19784 Podify README.mpeix (a new version from the web)
19786 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
19788 Subject: [PATCH] format and rewording in perlfaq.pod
19790 Subject: [PATCH] API Variable documentation
19792 Memory management calls documentation.
19794 Subject: [PATCH: perl@8482] README.vms URL updates
19796 Subject: Minor typos in perlfaq2.pod
19798 Subject: [PATCH] pod/perlvar.pod
19799 Branch: maint-5.6/perl
19800 +> pod/perl56delta.pod
19801 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19802 !> README.amiga README.epoc README.mpeix README.vms
19803 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
19804 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
19805 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
19806 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
19807 !> pod/perlvar.pod thrdvar.h
19808 ____________________________________________________________________________
19809 [ 8601] By: jhi on 2001/01/30 04:38:35
19810 Log: Integrate changes #8036,8096,8253 from mainline:
19813 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19814 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
19816 Output the (apparent) version of gcc in Tru64.
19817 Branch: maint-5.6/perl
19818 +> ext/POSIX/hints/svr4.pl
19819 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
19820 !> hints/svr4.sh t/lib/bigfltpm.t
19821 ____________________________________________________________________________
19822 [ 8600] By: jhi on 2001/01/30 04:04:01
19823 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
19826 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
19828 Debian allows /usr/bin/locale to exist without any locales. (7868)
19830 Allow the locale test needing POSIX and the taint test
19831 needing IPC::SysV to run under 'minitest' (basically,
19832 bail out if loading the extension fails). (8384)
19834 Cleanup the locale.t output (8480)
19835 Branch: maint-5.6/perl
19836 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
19837 !> t/pragma/locale.t
19838 ____________________________________________________________________________
19839 [ 8599] By: jhi on 2001/01/30 03:51:04
19840 Log: Missing generated files from #8598.
19841 Branch: maint-5.6/perl
19842 ! embed.h global.sym objXSUB.h perlapi.c proto.h
19843 ____________________________________________________________________________
19844 [ 8598] By: jhi on 2001/01/30 03:41:54
19845 Log: Integrate change #8555 from mainline, manually integrate parts
19846 of changes 8452 and 8583.
19848 Subject: [PATCH] utf8.c documentation (8452)
19850 No point in checking the length if the pointer is bogus. (8555)
19852 Introduce bytes_from_utf8() and implement sv_eq() using it,
19853 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
19854 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
19855 was malformed. (8583)
19856 Branch: maint-5.6/perl
19857 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
19858 !> pod/perlapi.pod sv.c utf8.c
19859 ____________________________________________________________________________
19860 [ 8597] By: gsar on 2001/01/30 02:37:26
19861 Log: get PERL_OBJECT build going again on windows
19862 Branch: maint-5.6/perl
19863 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19864 ! pod/perlapi.pod proto.h sv.c
19865 ____________________________________________________________________________
19866 [ 8596] By: jhi on 2001/01/30 02:16:17
19867 Log: Signedness nit.
19870 ____________________________________________________________________________
19871 [ 8595] By: jhi on 2001/01/30 02:11:07
19872 Log: EBCDIC patch for Storable, from Peter Prymmer.
19874 ! t/lib/st-06compat.t
19875 ____________________________________________________________________________
19876 [ 8594] By: jhi on 2001/01/30 01:04:48
19877 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
19878 From: Peter Prymmer <pvhp@forte.com>
19879 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
19880 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
19883 ____________________________________________________________________________
19884 [ 8593] By: jhi on 2001/01/30 00:56:47
19885 Log: Subject: [PATCH: perl@8585] pod problems in io
19886 From: Peter Prymmer <pvhp@forte.com>
19887 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
19888 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
19890 ! pod/perlapio.pod pod/perliol.pod
19891 ____________________________________________________________________________
19892 [ 8592] By: jhi on 2001/01/30 00:48:20
19893 Log: Integrate perlio.
19895 !> pod/perlapio.pod pod/perliol.pod
19896 ____________________________________________________________________________
19897 [ 8591] By: nick on 2001/01/29 22:02:28
19898 Log: GNU 'merge' Simon's copy of perliol.pod with version
19899 patched by Craig's patch.
19902 ____________________________________________________________________________
19903 [ 8590] By: nick on 2001/01/29 21:55:10
19904 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
19906 ! pod/perlapio.pod pod/perliol.pod
19907 ____________________________________________________________________________
19908 [ 8589] By: jhi on 2001/01/29 15:35:33
19909 Log: Integrate change #8586 from maint-5.6/perl.
19911 make the BOM detection code not call tell() until it has to
19912 (meant to fix esoteric compatibility issues where PL_rsfp
19916 ____________________________________________________________________________
19917 [ 8588] By: jhi on 2001/01/29 15:29:11
19918 Log: Subject: MAking Solaris malloc() the default
19919 From: Lupe Christoph <lupe@lupe-christoph.de>
19920 Date: Mon, 29 Jan 2001 12:59:36 +0100
19921 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
19923 The README.solaris part slightly tweaked.
19925 ! README.solaris hints/solaris_2.sh
19926 ____________________________________________________________________________
19927 [ 8587] By: jhi on 2001/01/29 15:17:34
19928 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
19929 From: root@ak-75.mind.de
19930 Date: Sun, 28 Jan 2001 20:32:29 +0100
19931 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
19934 ____________________________________________________________________________
19935 [ 8586] By: gsar on 2001/01/29 13:43:44
19936 Log: make the BOM detection code not call tell() until it has to
19937 (meant to fix esoteric compatibility issues where PL_rsfp
19939 Branch: maint-5.6/perl
19941 ____________________________________________________________________________
19942 [ 8585] By: jhi on 2001/01/28 20:05:45
19943 Log: Update Changes.
19945 ! Changes patchlevel.h
19946 ____________________________________________________________________________
19947 [ 8584] By: jhi on 2001/01/28 19:30:02
19948 Log: Integrate perlio.
19951 !> MANIFEST pod/perlapio.pod
19952 ____________________________________________________________________________
19953 [ 8583] By: jhi on 2001/01/28 19:28:40
19954 Log: Patch from Inaba Hiroto:
19955 - canonical UTF-8 hash keys: if a key string for a hash is
19956 UTF8-on, try downgrade the string and use it if
19957 unicode::distinct is not in effect.
19958 For the task, I added a function bytes_from_utf8() to utf8.c.
19959 It might resemble utf8_to_bytes() but it is not convenient
19961 Made a test for it and added to t/op/each.t
19962 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
19963 the mortal copy of the argument SV.
19964 And changed t/io/utf8.t test 18 which expects print() to
19965 upgrade its argument.
19966 - re-implement sv_eq with bytes_from_utf8()
19968 - tr/// does not handle UTF8 range (\x{}-\x{})
19969 - \ before raw UTF8 character produced
19970 "Malformed UTF-8 character" warning.
19971 - "\x{100}\N{CENT SIGN}" is Malformed.
19972 Added tests for these 3.
19973 - and one silly bug (by me) with qu operator.
19975 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
19976 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
19977 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
19978 ____________________________________________________________________________
19979 [ 8582] By: nick on 2001/01/28 19:25:04
19980 Log: Add pod/perliol.pod to MANIFEST :-(
19983 ____________________________________________________________________________
19984 [ 8581] By: nick on 2001/01/28 19:22:40
19985 Log: PerlIO documentation. Proofing and sub-editing requested.
19989 ____________________________________________________________________________
19990 [ 8580] By: jhi on 2001/01/28 05:16:25
19991 Log: Revert the change to sv_2pv() done by #8054: Someone who
19992 did SvNV_set() on a scalar that also happened to be POK,
19993 followed by sv_2pv() won't get the right coercion anymore.
19995 Branch: maint-5.6/perl
19997 ____________________________________________________________________________
19998 [ 8579] By: jhi on 2001/01/28 05:15:04
19999 Log: Remove the #8084 effect: do not allow -Q to be interpreted
20000 as -&Q(), this is too much wiggle room.
20001 Branch: maint-5.6/perl
20003 ____________________________________________________________________________
20004 [ 8578] By: jhi on 2001/01/28 05:12:45
20005 Log: Needed bits of #8439 (should have been in #8576),
20006 mainly for lval substr().
20007 Branch: maint-5.6/perl
20008 ! mg.c pp.c pp_hot.c
20009 ____________________________________________________________________________
20010 [ 8577] By: jhi on 2001/01/28 05:02:46
20011 Log: A missing check-in.
20012 Branch: maint-5.6/perl
20014 ____________________________________________________________________________
20015 [ 8576] By: jhi on 2001/01/28 04:26:18
20016 Log: Integrate changes #8425,8436,8439,8517 from mainline.
20017 The 8439 was not truly integrated because it had too many
20018 dependencies on the development branch and because it introduced
20019 concepts too bold for a maintenance branch (such as the qu operator).
20021 Subject: [PATCH perl@8342] -Wformat
20023 Tighten some of the UTF-8 tests a bit.
20025 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
20026 - The substr lval was still not okay.
20027 - Now pp_stringify and sv_setsv copies source's UTF8 flag
20028 even if IN_BYTE. pp_stringify is called from fold_constants
20029 at optimization phase and "\x{100}" was made SvUTF8_off under
20030 use bytes (the bytes pragma is for "byte semantics" and not
20031 for "do not produce UTF8 data")
20032 Branch: maint-5.6/perl
20033 ! t/lib/charnames.t t/op/substr.t toke.c
20034 !> sv.c t/pragma/utf8.t
20035 ____________________________________________________________________________
20036 [ 8575] By: jhi on 2001/01/28 04:01:51
20037 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
20039 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
20041 Subject: [ID 20001230.003] UTF-8 tr still hurts
20043 Test cases for #8385 (from Simon's "torture.pl")
20045 Start fixing UTF-8 lval substr() (8405)
20046 Branch: maint-5.6/perl
20047 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
20048 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
20049 ____________________________________________________________________________
20050 [ 8574] By: jhi on 2001/01/28 03:09:06
20051 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
20056 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
20058 "\x{FF}\xFF" was broken.
20060 Tests for #8329 and #8330.
20062 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
20064 IRIX compiler noticed that the bof initialization might be
20065 bypassed by control flow.
20067 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
20068 Branch: maint-5.6/perl
20069 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20070 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
20071 ____________________________________________________________________________
20072 [ 8573] By: jhi on 2001/01/28 02:06:12
20073 Log: Retract #8552.
20075 ! lib/Text/Wrap.pm t/lib/textwrap.t
20076 ____________________________________________________________________________
20077 [ 8572] By: jhi on 2001/01/28 02:04:49
20078 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
20079 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
20080 not really integrated but instead salvaged by hand
20081 (they had too many dependencies on the development release
20082 to be cleanly integratable).
20084 Subject: more UTF8 test suites and an UTF8 patch
20086 Tweak for MULTIPLICITY/USE_PERLIO
20090 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
20092 Use the UTF8_XXX macros in is_utf8_char().
20094 Rewrite pp_concat() in terms of sv_catsv(). The . operator
20095 should now be UTF-8-proof.
20097 Subject: [PATCH perl@8269] scanning two hex-constants
20098 fails on EBCDIC environment (script length.t)
20100 Add some Unicode chop() tests.
20101 Branch: maint-5.6/perl
20102 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
20103 !> sv.c t/op/chop.t utf8.h
20104 ____________________________________________________________________________
20105 [ 8571] By: jhi on 2001/01/28 00:35:59
20106 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
20107 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
20109 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
20111 The maxiters upper limit sanity check (guarding against
20112 non-progress) assumed bytes instead of characters in s///
20117 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
20118 join() should now be UTF-8-proof.
20120 More split // UTF-8 tests. (8250)
20121 Branch: maint-5.6/perl
20122 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
20124 ____________________________________________________________________________
20125 [ 8570] By: jhi on 2001/01/27 22:15:46
20126 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
20127 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
20128 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
20129 8084,8204,8244,8333 from mainline.
20131 For -Q where Q might be a one-letter sub name one does no more
20132 get a warning about an unknown filetest (7941,7943,7944,8084).
20134 Subject: Re: [ID 20001130.011] expression parsing bug ?
20136 Make uv_to_utf8() to zero-terminate its output buffer.
20138 Split off t/op/length.t (7995)
20140 Split off t/op/utf8decode.t (7996)
20142 Remove an unnecessary 'use utf8' from the utf8.t (7998)
20144 Split off t/op/concat.t (8004)
20146 Split off t/op/ver.t (8005)
20148 Document utf8_length(), utf8_distance(), and utf8_hop().
20150 Document utf8_to_uv() better.
20152 Introduce macros for UTF8 decoding (8028,8033).
20154 Add test for reverse() (8030,8031).
20156 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
20158 Do not return the Unicode replacement character on UTF-8
20161 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
20162 not this_utf8 i.e. the output string has one, but don't mess
20163 with source assumption. (8052,8053)
20165 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
20166 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
20167 was not expecting to be called with something that was already
20168 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
20169 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
20172 Recode the naughty binary bytes in utf8decode.t using the \xHH.
20174 Make some panic messages a bit more logical.
20175 Branch: maint-5.6/perl
20176 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
20177 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
20178 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
20179 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
20180 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
20182 ____________________________________________________________________________
20183 [ 8569] By: jhi on 2001/01/27 19:16:43
20184 Log: Integrate changes #7750 from perlio and #8566 from mainline.
20185 Branch: maint-5.6/perl
20187 ____________________________________________________________________________
20188 [ 8568] By: jhi on 2001/01/27 18:06:51
20189 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
20190 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
20191 7935[-perlio.c],7936,7959,7965 from mainline.
20193 Change the "big byte" error message to "Wide character".
20194 (7355, the croak-if-wide-chars-in-print part ignored)
20198 Introduce Perl_utf8_length().
20200 diff -se shows these as different (7753, forgotten check-ins)
20202 Subject: [PATCH] doop.c - UTF8 tr///
20204 If we use (aTHX_ ...) then put Perl_ on the front.
20206 Make utf8_length() and utf8_distance() to be less forgiving
20209 Test line numbers are different with utf8.
20211 No need to scan till infinity, 13 is enough. (7872,7911)
20213 Subject: [PATCH] Tokeniser debugging
20215 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
20217 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
20219 Be more careful in Perl_sv_utf8_downgrade().
20223 Raw zero bytes in text files confuse at least GNU patch 2.1.
20224 Branch: maint-5.6/perl
20225 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
20226 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
20227 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
20228 !> t/pragma/utf8.t toke.c utf8.c utf8.h
20229 ____________________________________________________________________________
20230 [ 8567] By: nick on 2001/01/27 11:10:38
20231 Log: Integrate mainline
20233 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
20234 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
20235 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
20237 ____________________________________________________________________________
20238 [ 8566] By: jhi on 2001/01/27 06:22:48
20239 Log: More documentation for the regexp context stack.
20242 ____________________________________________________________________________
20243 [ 8565] By: jhi on 2001/01/27 05:21:57
20244 Log: Update Changes.
20246 ! Changes patchlevel.h
20247 ____________________________________________________________________________
20248 [ 8564] By: jhi on 2001/01/27 04:44:04
20249 Log: Threadedness patch for #8562 from Doug MacEachern.
20252 ____________________________________________________________________________
20253 [ 8563] By: jhi on 2001/01/27 04:26:24
20254 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
20255 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20256 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
20257 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
20260 ____________________________________________________________________________
20261 [ 8562] By: jhi on 2001/01/27 04:20:30
20262 Log: Subject: Re: Announce : Tokener reporting patch
20263 From: Simon Cozens <simon@cozens.net>
20264 Date: Mon, 22 Jan 2001 02:17:22 +0000
20265 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
20267 ! embed.h embed.pl proto.h toke.c
20268 ____________________________________________________________________________
20269 [ 8561] By: jhi on 2001/01/27 04:17:24
20270 Log: Forgot from #8545. Oops.
20272 ! pp.c t/pragma/overload.t
20273 ____________________________________________________________________________
20274 [ 8560] By: jhi on 2001/01/27 03:01:47
20275 Log: A better module compilation test, use MANIFEST as suggested
20278 ! t/lib/1_compile.t
20279 ____________________________________________________________________________
20280 [ 8559] By: jhi on 2001/01/27 02:50:48
20281 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
20282 From: Peter Prymmer <pvhp@forte.com>
20283 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
20284 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
20287 ____________________________________________________________________________
20288 [ 8558] By: jhi on 2001/01/27 02:27:05
20289 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
20290 From: Peter Prymmer <pvhp@forte.com>
20291 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
20292 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
20294 ! t/pragma/sub_lval.t
20295 ____________________________________________________________________________
20296 [ 8557] By: jhi on 2001/01/27 02:26:03
20297 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
20298 From: Peter Prymmer <pvhp@forte.com>
20299 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
20300 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
20302 ! t/lib/st-06compat.t
20303 ____________________________________________________________________________
20304 [ 8556] By: jhi on 2001/01/27 02:24:33
20305 Log: Subject: [PATCH: perl@8531] minor update to README.os390
20306 From: Peter Prymmer <pvhp@forte.com>
20307 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
20308 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
20311 ____________________________________________________________________________
20312 [ 8555] By: jhi on 2001/01/27 00:35:47
20313 Log: No point in checking the length before we know whether the pointer
20314 is bogus or not, fixes Abigail's odbm failures in Linux.
20317 ____________________________________________________________________________
20318 [ 8554] By: nick on 2001/01/26 19:01:31
20319 Log: Integrate mainline
20321 !> lib/Text/Wrap.pm t/lib/textwrap.t
20322 ____________________________________________________________________________
20323 [ 8553] By: jhi on 2001/01/26 15:19:39
20324 Log: Integrate change #7792 from perlio (multiplicity fix),
20325 fix the AV leak in regex DEBUGGING (tiny part of the
20326 polymorphic regexp patch #8143).
20327 Branch: maint-5.6/perl
20330 ____________________________________________________________________________
20331 [ 8552] By: jhi on 2001/01/26 15:03:23
20332 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
20333 From: Michael G Schwern <schwern@pobox.com>
20334 Date: Fri, 26 Jan 2001 09:28:31 -0500
20335 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
20337 ! lib/Text/Wrap.pm t/lib/textwrap.t
20338 ____________________________________________________________________________
20339 [ 8551] By: jhi on 2001/01/26 02:33:19
20340 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
20341 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
20343 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
20345 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
20349 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
20351 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
20353 (the cleanup of unused submatches in regtry() and regcppop())
20355 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
20356 stored and restored, and thusly was trounced by the utf8 swash
20359 use utf8 not required to use \x{}.
20361 Removed two more tests that make no sense in UTF-8 since the test
20362 data is not in UTF-8.
20364 Get the three different space character classes right under utf8.
20366 Implement ANYOFUTF8 regprop() dumping.
20368 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
20370 Document the regex context pushing/popping a bit better.
20371 Branch: maint-5.6/perl
20372 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
20373 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
20374 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
20375 !> t/op/regmesg.t utf8.c
20376 ____________________________________________________________________________
20377 [ 8550] By: nick on 2001/01/25 19:42:30
20378 Log: Integrate mainline
20380 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
20381 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
20382 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
20383 !> t/lib/bigint.t t/lib/bigintpm.t
20384 ____________________________________________________________________________
20385 [ 8549] By: jhi on 2001/01/25 15:22:28
20386 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
20387 Branch: maint-5.6/perl
20388 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
20389 ____________________________________________________________________________
20390 [ 8548] By: jhi on 2001/01/25 15:02:55
20391 Log: Integrate changes #7997,8063,8492,8547 from mainline.
20393 Subject: Re: STRLEN - what?
20395 Subject: [PATCH] perlguts.pod
20397 Memory management calls documentation.
20399 Layout using tabulator is not a good idea in a pod.
20400 Branch: maint-5.6/perl
20401 !> pod/perlguts.pod
20402 ____________________________________________________________________________
20403 [ 8547] By: jhi on 2001/01/25 14:49:05
20404 Log: Layout using tabulator is not a good idea in a pod.
20407 ____________________________________________________________________________
20408 [ 8546] By: jhi on 2001/01/25 14:31:12
20409 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
20412 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
20414 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
20416 More Win32 editor/IDE/shell hints.
20418 More Win32 Perling.
20420 Yet another editor edit.
20424 IDE/editor section tweaking.
20426 Few more IDE/editor nits from p5p.
20427 Branch: maint-5.6/perl
20428 !> pod/perlfaq3.pod
20429 ____________________________________________________________________________
20430 [ 8545] By: jhi on 2001/01/25 04:16:32
20431 Log: Subject: [PATCH 5.7.0] overload int()
20432 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20433 Date: Wed, 24 Jan 2001 19:06:57 -0500
20434 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
20436 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
20437 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
20439 ____________________________________________________________________________
20440 [ 8544] By: jhi on 2001/01/25 04:15:11
20441 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
20442 From: Peter Prymmer <pvhp@forte.com>
20443 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
20444 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
20446 ! Makefile.SH README.os390 hints/os390.sh installperl
20447 ____________________________________________________________________________
20448 [ 8543] By: jhi on 2001/01/25 03:52:08
20449 Log: Integrate change #8462,8469 from mainline.
20451 In VMS Perl subversion (perl -V) is undef.
20452 Branch: maint-5.6/perl
20454 ____________________________________________________________________________
20455 [ 8542] By: jhi on 2001/01/25 03:44:55
20456 Log: Integrate changes #7835,7850,8315,8316 from mainline.
20459 Branch: maint-5.6/perl
20460 !> hints/solaris_2.sh
20461 ____________________________________________________________________________
20462 [ 8541] By: jhi on 2001/01/25 03:39:28
20463 Log: Integrate #8336 from mainline.
20464 Branch: maint-5.6/perl
20466 ____________________________________________________________________________
20467 [ 8540] By: jhi on 2001/01/25 03:23:50
20468 Log: Retract #8539.
20469 Branch: maint-5.6/perl
20471 ____________________________________________________________________________
20472 [ 8539] By: jhi on 2001/01/25 03:21:55
20473 Log: (Retracted by #5940.)
20474 Branch: maint-5.6/perl
20476 ____________________________________________________________________________
20477 [ 8538] By: jhi on 2001/01/25 03:14:07
20478 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
20479 From: Peter Prymmer <pvhp@forte.com>
20480 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
20481 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
20484 Branch: maint-5.6/perl
20485 ! configure.com vms/descrip_mms.template
20486 ____________________________________________________________________________
20487 [ 8537] By: jhi on 2001/01/25 03:06:09
20488 Log: Integrate #7710,7824,7973 from mainline.
20489 Branch: maint-5.6/perl
20490 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20491 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
20492 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
20493 !> vos/config.ga.def vos/config.ga.h win32/config.bc
20494 !> win32/config.gc win32/config.vc
20495 ____________________________________________________________________________
20496 [ 8536] By: jhi on 2001/01/24 13:50:20
20497 Log: Revert the edits made by me so far to the 5.6 branch since
20498 the TRIAL1 since I did edits when I should have been using
20499 integrates. Bad programmer. (Will integrate them properly later.)
20500 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
20501 The #8353 will not be reapplied at least for now since
20502 the UTF-8 hash keys need more thinking.
20503 (The patches #8347, #8354, #8454, #8473 were okay since they
20504 were original edits made specifically for the 5.6.1-TRIAL1.)
20505 Branch: maint-5.6/perl
20506 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20507 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
20508 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
20509 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
20510 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
20511 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20512 ! win32/config.bc win32/config.gc win32/config.vc
20513 ____________________________________________________________________________
20514 [ 8535] By: bailey on 2001/01/24 06:37:02
20517 +> (branch 26 files)
20518 !> (integrate 130 files)
20519 ____________________________________________________________________________
20520 [ 8534] By: nick on 2001/01/23 19:30:57
20521 Log: Integrate mainline.
20523 !> Changes Configure Porting/Glossary Porting/config.sh
20524 !> Porting/config_H embed.h embed.pl ext/Encode/compile
20525 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
20526 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
20527 !> pod/perlvar.pod proto.h t/lib/1_compile.t
20528 ____________________________________________________________________________
20529 [ 8533] By: jhi on 2001/01/23 16:15:46
20530 Log: Forgotten from #8501.
20532 ! Porting/Glossary Porting/config.sh Porting/config_H
20533 ____________________________________________________________________________
20534 [ 8532] By: jhi on 2001/01/23 16:13:27
20535 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
20536 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20537 Date: Mon, 22 Jan 2001 17:51:58 +0100
20538 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
20540 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
20541 ____________________________________________________________________________
20542 [ 8531] By: jhi on 2001/01/23 15:46:01
20543 Log: Update Changes.
20545 ! Changes patchlevel.h
20546 ____________________________________________________________________________
20547 [ 8530] By: jhi on 2001/01/23 15:38:39
20548 Log: De-cut-and-pasto.
20550 ! t/lib/1_compile.t
20551 ____________________________________________________________________________
20552 [ 8529] By: jhi on 2001/01/23 15:11:04
20553 Log: Document the mkdir trailing slashes case.
20556 ____________________________________________________________________________
20557 [ 8528] By: jhi on 2001/01/23 15:08:28
20558 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
20561 Subject: lib/lib.pm
20562 From: <abigail@foad.org>
20563 Date: Mon, 28 Aug 2000 20:35:08 -0400
20564 Message-ID: <20000829003508.21281.qmail@foad.org>
20567 ____________________________________________________________________________
20568 [ 8527] By: jhi on 2001/01/23 14:44:04
20569 Log: Metaconfig unit change for #8526.
20571 ! U/threads/archname.U
20572 ____________________________________________________________________________
20573 [ 8526] By: jhi on 2001/01/23 14:43:19
20574 Log: Attach -perlio to the archname if so selected.
20577 ____________________________________________________________________________
20578 [ 8525] By: jhi on 2001/01/23 14:24:01
20579 Log: Subject: [PATCH] pod/perlvar.pod
20580 From: abigail@foad.org
20581 Date: Tue, 23 Jan 2001 01:41:10 +0100
20582 Message-ID: <20010123004110.22259.qmail@foad.org>
20585 ____________________________________________________________________________
20586 [ 8524] By: jhi on 2001/01/23 14:22:32
20587 Log: A bug introduced in #8217 (the undefined variable in the
20588 lib/safe1_t #3) fixed, by Charles Lane:
20590 The earlier patch made it so that stuff running in Safe
20591 compartments could do a "caller" and see "main". That
20592 little change in name is done right before the code in
20593 the compartment is run, and apparantly the parser
20594 was picking up the stash name before it got changed.
20596 (why it was threaded vs. unthreaded Perl that was sensitive to this
20597 I still don't know...and it probably doesn't matter).
20599 I tryed removing the stash name-change and saw that threaded Perl
20600 did indeed pass the lib/safe1.t tests.
20602 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
20603 do the name change (and to connect _ in the compartment to the global
20604 _) which is removed from _safe_call_sv. Then Safe.pm is modified
20605 to call _safe_pkg_prep when creating a new compartment.
20607 Passes all tests with threaded perl on linux; passes all tests
20608 with unthreaded perl on VMS.
20610 At some point I'll probably want to revisit Safe and Opcode to
20611 provide more sensible handling of global variables...and to get
20612 formats working in Safe compartments, which they don't do currently.
20614 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
20615 ____________________________________________________________________________
20616 [ 8523] By: jhi on 2001/01/23 14:11:58
20617 Log: Also the lib/Thread.pm itself needs to be ignored if
20618 the Thread extension hasn't been built.
20620 ! t/lib/1_compile.t
20621 ____________________________________________________________________________
20622 [ 8522] By: jhi on 2001/01/23 13:51:28
20623 Log: print() instead of warn() so that stderr doesn't get
20624 unncessarily polluted.
20626 ! ext/Encode/compile
20627 ____________________________________________________________________________
20628 [ 8521] By: jhi on 2001/01/23 13:49:48
20629 Log: Integrate perlio.
20631 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
20632 !> ext/Encode/encode.h
20633 ____________________________________________________________________________
20634 [ 8520] By: nick on 2001/01/22 21:44:00
20635 Log: More messing with Encode:
20636 Extra fields in header to allow multiple names and to record
20637 other things "compile" knows.
20638 Re-organise compile to factor out common output routines.
20640 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
20641 ____________________________________________________________________________
20642 [ 8519] By: nick on 2001/01/22 20:33:50
20643 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
20645 ! ext/Encode/Makefile.PL ext/Encode/compile
20646 ____________________________________________________________________________
20647 [ 8518] By: nick on 2001/01/22 20:28:13
20648 Log: Integrate mainline
20650 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
20651 !> vos/config.alpha.def vos/config.alpha.h
20652 ____________________________________________________________________________
20653 [ 8517] By: jhi on 2001/01/22 15:37:17
20654 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
20658 ____________________________________________________________________________
20659 [ 8516] By: jhi on 2001/01/22 14:55:15
20660 Log: More SIG_SIZE fixes.
20662 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
20663 ____________________________________________________________________________
20664 [ 8515] By: jhi on 2001/01/22 14:50:27
20665 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
20666 From: "Craig A. Berry" <craigberry@mac.com>
20667 Date: Mon, 22 Jan 2001 00:42:24 -0600
20668 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
20671 ____________________________________________________________________________
20672 [ 8514] By: jhi on 2001/01/22 14:31:17
20673 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
20674 From: "Craig A. Berry" <craigberry@mac.com>
20675 Date: Sun, 21 Jan 2001 23:03:25 -0600
20676 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
20679 ____________________________________________________________________________
20680 [ 8513] By: jhi on 2001/01/22 14:14:00
20681 Log: Add the .ucm encoding tables to the MANIFEST.
20684 ____________________________________________________________________________
20685 [ 8512] By: jhi on 2001/01/22 13:43:33
20686 Log: Integrate perlio.
20688 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20689 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20690 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20691 +> ext/Encode/Encode/iso8859-10.ucm
20692 +> ext/Encode/Encode/iso8859-13.ucm
20693 +> ext/Encode/Encode/iso8859-14.ucm
20694 +> ext/Encode/Encode/iso8859-15.ucm
20695 +> ext/Encode/Encode/iso8859-16.ucm
20696 +> ext/Encode/Encode/iso8859-2.ucm
20697 +> ext/Encode/Encode/iso8859-3.ucm
20698 +> ext/Encode/Encode/iso8859-4.ucm
20699 +> ext/Encode/Encode/iso8859-5.ucm
20700 +> ext/Encode/Encode/iso8859-6.ucm
20701 +> ext/Encode/Encode/iso8859-7.ucm
20702 +> ext/Encode/Encode/iso8859-8.ucm
20703 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20704 +> ext/Encode/Encode/symbol.ucm
20705 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
20707 ____________________________________________________________________________
20708 [ 8511] By: nick on 2001/01/21 23:44:47
20709 Log: Make "real" layers of ":utf8" and ":raw".
20710 So now PERLIO=utf8 perl ...
20711 does what Andreas wanted.
20712 Fix arg passing in open.pm (still have a Carp issue).
20714 ! lib/open.pm perlio.c perliol.h
20715 ____________________________________________________________________________
20716 [ 8510] By: jhi on 2001/01/21 22:56:53
20717 Log: Document the regex context pushing/popping a bit better.
20720 ____________________________________________________________________________
20721 [ 8509] By: jhi on 2001/01/21 22:55:44
20722 Log: Tweak the mkdir trailing slash code some more.
20724 TO DO: the same handling should probably be done for
20725 all the other filesystem functions that can have directories
20726 as their arguments.
20729 ____________________________________________________________________________
20730 [ 8508] By: nick on 2001/01/21 21:37:43
20731 Log: Switch "compiled in" encodings to .ucm format.
20732 (Leave others as .enc till we can run-time load .ucm,
20733 or find some other way to load them.)
20735 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20736 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20737 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20738 + ext/Encode/Encode/iso8859-10.ucm
20739 + ext/Encode/Encode/iso8859-13.ucm
20740 + ext/Encode/Encode/iso8859-14.ucm
20741 + ext/Encode/Encode/iso8859-15.ucm
20742 + ext/Encode/Encode/iso8859-16.ucm
20743 + ext/Encode/Encode/iso8859-2.ucm
20744 + ext/Encode/Encode/iso8859-3.ucm
20745 + ext/Encode/Encode/iso8859-4.ucm
20746 + ext/Encode/Encode/iso8859-5.ucm
20747 + ext/Encode/Encode/iso8859-6.ucm
20748 + ext/Encode/Encode/iso8859-7.ucm
20749 + ext/Encode/Encode/iso8859-8.ucm
20750 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20751 + ext/Encode/Encode/symbol.ucm
20752 ! ext/Encode/Makefile.PL ext/Encode/compile
20753 ____________________________________________________________________________
20754 [ 8507] By: nick on 2001/01/21 21:02:03
20755 Log: Integrate (partial) mainline.
20757 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
20758 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
20759 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20760 ____________________________________________________________________________
20761 [ 8506] By: jhi on 2001/01/21 20:09:30
20762 Log: Update Changes.
20764 ! Changes patchlevel.h
20765 ____________________________________________________________________________
20766 [ 8505] By: jhi on 2001/01/21 19:39:59
20767 Log: Subject: Minor typos in perlfaq2.pod
20768 From: "Stephen P. Potter" <spp@spotter.yi.org>
20769 Message-Id: <200101192101.QAA11911@spotter.yi.org>
20770 Date: Fri, 19 Jan 2001 16:01:13 -0500
20772 with a nit from Philip Netwon.
20775 ____________________________________________________________________________
20776 [ 8504] By: jhi on 2001/01/21 19:33:05
20777 Log: Metaconfig change for #8503.
20779 ! U/threads/usethreads.U
20780 ____________________________________________________________________________
20781 [ 8503] By: jhi on 2001/01/21 19:32:21
20782 Log: Sanity check for conflicting thread flavours.
20784 ! Configure config_h.SH
20785 ____________________________________________________________________________
20786 [ 8502] By: jhi on 2001/01/21 19:23:00
20787 Log: Metaconfig change for #8501.
20789 ! U/modified/sig_name.U
20790 ____________________________________________________________________________
20791 [ 8501] By: jhi on 2001/01/21 19:22:26
20792 Log: The SIG_SIZE is the number of the elements *excluding*
20793 the terminating NULL.
20795 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
20796 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
20797 ! win32/config_H.vc
20798 ____________________________________________________________________________
20799 [ 8500] By: jhi on 2001/01/21 18:31:31
20800 Log: Integrate perlio.
20802 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
20803 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
20804 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
20805 !> pp_sys.c proto.h sv.c
20806 ____________________________________________________________________________
20807 [ 8499] By: jhi on 2001/01/21 17:43:57
20808 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
20809 From: Hugo <hv@crypt.compulink.co.uk>
20810 Date: Sun, 21 Jan 2001 13:34:05 +0000
20811 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
20813 In sprintf UTF8ize only if necessary.
20816 ____________________________________________________________________________
20817 [ 8498] By: nick on 2001/01/21 16:25:32
20818 Log: Encode cleanup.
20819 Add command line control over "compile" so that Makefile.PL
20820 needs can be combined with other uses.
20821 Use command line options in Makefile.PL.
20822 Fix multi-byte parsing in .ucm files.
20824 ! ext/Encode/Makefile.PL ext/Encode/compile
20825 ____________________________________________________________________________
20826 [ 8497] By: nick on 2001/01/21 12:56:27
20827 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
20829 ! ext/Encode/Encode.xs
20830 ____________________________________________________________________________
20831 [ 8496] By: nick on 2001/01/21 12:18:45
20832 Log: Fixup after integrate:
20833 missed the .sym files that are changed by regen_headers
20834 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
20836 ! global.sym pp.sym sv.c
20837 ____________________________________________________________________________
20838 [ 8495] By: nick on 2001/01/21 11:51:07
20839 Log: Integrate mainline.
20841 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
20842 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
20843 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
20844 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
20845 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
20846 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
20847 !> win32/Makefile win32/makefile.mk
20848 ____________________________________________________________________________
20849 [ 8494] By: jhi on 2001/01/20 23:12:11
20850 Log: Forgot the expect_number() prototype.
20852 ! embed.h embed.pl proto.h
20853 ____________________________________________________________________________
20854 [ 8493] By: jhi on 2001/01/20 22:56:39
20855 Log: Subject: [PATCH: perl@8482] README.vms URL updates
20856 From: Peter Prymmer <pvhp@forte.com>
20857 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
20858 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
20860 Plus Craig A. Berry's suggestion to use compaq.com instead
20864 ____________________________________________________________________________
20865 [ 8492] By: jhi on 2001/01/20 22:50:05
20866 Log: Memory management calls documentation.
20869 ____________________________________________________________________________
20870 [ 8491] By: jhi on 2001/01/20 22:38:33
20871 Log: Signedness nit plus few memcpy/Copy nits.
20874 ____________________________________________________________________________
20875 [ 8490] By: jhi on 2001/01/20 22:25:53
20876 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
20877 From: Peter Prymmer <pvhp@forte.com>
20878 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
20879 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
20881 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
20882 ____________________________________________________________________________
20883 [ 8489] By: jhi on 2001/01/20 22:24:41
20884 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
20885 From: Peter Prymmer <pvhp@forte.com>
20886 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
20887 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
20889 ! win32/Makefile win32/makefile.mk
20890 ____________________________________________________________________________
20891 [ 8488] By: jhi on 2001/01/20 22:22:27
20892 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
20893 From: Peter Prymmer <pvhp@forte.com>
20894 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
20895 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
20898 ____________________________________________________________________________
20899 [ 8487] By: jhi on 2001/01/20 22:21:18
20900 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
20901 From: Peter Prymmer <pvhp@forte.com>
20902 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
20903 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
20905 + ext/DynaLoader/dl_dllload.xs
20906 ! MANIFEST Makefile.SH hints/os390.sh
20907 ____________________________________________________________________________
20908 [ 8486] By: jhi on 2001/01/20 22:17:53
20909 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
20910 From: Peter Prymmer <pvhp@forte.com>
20911 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
20912 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
20914 ! README.os390 README.posix-bc
20915 ____________________________________________________________________________
20916 [ 8485] By: jhi on 2001/01/20 20:15:30
20917 Log: Document and test the new qu operator.
20920 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
20921 ! pod/perlretut.pod pod/perlunicode.pod
20922 ____________________________________________________________________________
20923 [ 8484] By: nick on 2001/01/20 19:42:30
20924 Log: Infrastructure to allow:
20925 open($fh,"|-",@array);
20927 i.e. mark pp_open as needing a stack mark, and make pp_open
20928 process its args in that style (and pass them _all_ to tied handles OPEN).
20929 Invent do_openn() which takes SV ** at allow it to see multiple args.
20930 Note this does not _do_ anything yet.
20932 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
20933 ! perlapi.c pp_proto.h pp_sys.c proto.h
20934 ____________________________________________________________________________
20935 [ 8483] By: nick on 2001/01/20 17:23:14
20936 Log: Integrate mainline.
20938 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
20939 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
20940 ____________________________________________________________________________
20941 [ 8482] By: jhi on 2001/01/19 15:37:49
20942 Log: Update Changes.
20944 ! Changes patchlevel.h
20945 ____________________________________________________________________________
20946 [ 8481] By: jhi on 2001/01/19 14:41:24
20947 Log: Subject: Re: new feature: s?printf parameter reordering
20948 From: Hugo <hv@crypt.compulink.co.uk>
20949 Date: Thu, 11 Jan 2001 17:09:03 +0000
20950 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
20952 - support reordering for all parameters: %, *v, *, .*
20953 - lay down that the reordering specification must immediately
20954 follow that parameter: %3$, *v3$, *3$, .*3$
20955 - fix vectorisation of a zero-length string
20956 - factor out the code choosing the argument to format
20958 Possibly unwanted side-effects:
20959 - the special format specifiers ' +-0' must now precede any
20960 vectorisation specifier. Tests in op/sprintf and op/ver
20961 have been changed to reflect this.
20962 - sprintf.t test #214 changed its expectations because in many
20963 cases, the next parameter has already been consumed when an
20964 invalid type letter is detected.
20966 Probably wanted side-effects:
20967 - attempts to format a non-existent parameter will warn as if C<undef>
20968 - attempt to write to non-existent parameter with '%n' will complain
20969 of "attempt to modify read-only value" instead of being silent
20971 ! sv.c t/op/sprintf.t t/op/ver.t
20972 ____________________________________________________________________________
20973 [ 8480] By: jhi on 2001/01/19 14:08:37
20974 Log: Subject: PATCH pragma/locale.t
20975 From: andreas.koenig@anima.de (Andreas J. Koenig)
20976 Date: 18 Jan 2001 09:45:37 +0100
20977 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
20979 ! t/pragma/locale.t
20980 ____________________________________________________________________________
20981 [ 8479] By: jhi on 2001/01/19 13:19:58
20982 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
20985 ____________________________________________________________________________
20986 [ 8478] By: jhi on 2001/01/19 02:12:35
20987 Log: Automate 1_compile.t.
20989 ! t/lib/1_compile.t
20990 ____________________________________________________________________________
20991 [ 8477] By: jhi on 2001/01/19 01:49:56
20992 Log: Integrate perlio.
20994 !> sv.c win32/config.bc win32/config.gc win32/config.vc
20995 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20996 ____________________________________________________________________________
20997 [ 8476] By: nick on 2001/01/18 21:51:52
20998 Log: Integrate mainline
21000 +> t/lib/1_compile.t t/lib/compmod.pl
21001 !> MANIFEST configure.com lib/unicode/distinct.pm
21002 ____________________________________________________________________________
21003 [ 8475] By: nick on 2001/01/18 21:48:02
21004 Log: Win32 "safe signals" co-existance fix.
21005 Fix SIG_SIZE value.
21006 Clear PL_sig_pending when cloning (fork).
21008 ! sv.c win32/config.bc win32/config.gc win32/config.vc
21009 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21010 ____________________________________________________________________________
21011 [ 8474] By: jhi on 2001/01/18 14:40:57
21012 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
21014 ! t/lib/1_compile.t
21015 ____________________________________________________________________________
21016 [ 8473] By: gsar on 2001/01/18 11:42:31
21017 Log: unsubmitted trial1 change
21018 Branch: maint-5.6/perl
21020 ____________________________________________________________________________
21021 [ 8472] By: jhi on 2001/01/18 04:30:24
21022 Log: The first bug found by 1_compile.t.
21024 ! lib/unicode/distinct.pm
21025 ____________________________________________________________________________
21026 [ 8471] By: jhi on 2001/01/18 04:29:42
21027 Log: Add Schwern's 1_compile test. The compile_module script renamed
21028 to be a bit shorter for the 8.3 people.
21030 + t/lib/1_compile.t t/lib/compmod.pl
21032 ____________________________________________________________________________
21033 [ 8470] By: jhi on 2001/01/18 04:16:00
21034 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)
21035 From: Peter Prymmer <pvhp@forte.com>
21036 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
21037 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
21039 Branch: maint-5.6/perl
21041 ____________________________________________________________________________
21042 [ 8469] By: jhi on 2001/01/18 04:13:02
21043 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)
21044 From: Peter Prymmer <pvhp@forte.com>
21045 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
21046 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
21050 ____________________________________________________________________________
21051 [ 8468] By: jhi on 2001/01/18 03:42:08
21052 Log: Integrate perlio.
21054 !> gv.c mg.c perlio.c util.c
21055 ____________________________________________________________________________
21056 [ 8467] By: nick on 2001/01/17 22:41:10
21057 Log: "Safe" signals - trial implementation.
21058 gv.c tweaked to zero PL_sig_pend array
21059 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
21060 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
21061 Odd thing is that it "works" with PERLIO=stdio as well (linux).
21063 ! gv.c mg.c perlio.c util.c
21064 ____________________________________________________________________________
21065 [ 8466] By: nick on 2001/01/17 20:40:20
21066 Log: Integrate mainline.
21068 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21069 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
21070 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
21071 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21072 !> vos/config.ga.h win32/config.bc win32/config.gc
21074 ____________________________________________________________________________
21075 [ 8465] By: jhi on 2001/01/17 18:37:13
21076 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
21077 From: Nicholas Clark <nick@ccl4.org>
21078 Date: Wed, 17 Jan 2001 17:31:33 +0000
21079 Message-ID: <20010117173133.I2633@plum.flirble.org>
21082 ____________________________________________________________________________
21083 [ 8464] By: jhi on 2001/01/17 14:43:17
21084 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
21085 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21086 Date: Wed, 17 Jan 2001 15:16:43 +0100
21087 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
21089 pp_int() was dropping an NV to the floor,
21090 int(279964589018079/59) either returned not an integer
21091 4745162525730.15, or one got "Attempt to free unreferenced scalar."
21094 ____________________________________________________________________________
21095 [ 8463] By: jhi on 2001/01/17 06:12:42
21096 Log: (Replaced by #8470)
21098 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)
21099 From: "Craig A. Berry" <craigberry@mac.com>
21100 Date: Tue, 16 Jan 2001 23:38:46 -0600
21101 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21102 Branch: maint-5.6/perl
21104 ____________________________________________________________________________
21105 [ 8462] By: jhi on 2001/01/17 06:11:31
21106 Log: (Replaced by #8469)
21108 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)
21109 From: "Craig A. Berry" <craigberry@mac.com>
21110 Date: Tue, 16 Jan 2001 23:38:46 -0600
21111 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21114 ____________________________________________________________________________
21115 [ 8461] By: jhi on 2001/01/17 05:56:12
21116 Log: Allow for one trailing slash in the directory of mkdir().
21119 ____________________________________________________________________________
21120 [ 8460] By: jhi on 2001/01/17 03:26:01
21121 Log: Metaconfig unit changes for #8459.
21123 ! U/modified/Loc.U U/modified/sig_name.U
21124 ____________________________________________________________________________
21125 [ 8459] By: jhi on 2001/01/17 03:24:48
21126 Log: Define SIG_SIZE, the number of elements in the sig_name and
21127 sig_num arrays, including the final NULL entry.
21129 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21130 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
21131 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
21132 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21133 ! win32/config.bc win32/config.gc win32/config.vc
21134 ____________________________________________________________________________
21135 [ 8458] By: jhi on 2001/01/17 01:41:33
21136 Log: Integrate perlio.
21138 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21139 !> perlapi.h proto.h sv.c
21140 ____________________________________________________________________________
21141 [ 8457] By: nick on 2001/01/16 22:07:26
21142 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
21143 Provides all the "cost" but no benefit yet - it is to allow cost
21144 to be measured, and implementation experiments (just in mg.c?).
21146 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21147 ! perlapi.h proto.h sv.c
21148 ____________________________________________________________________________
21149 [ 8456] By: nick on 2001/01/16 21:07:07
21150 Log: Integrate mainline.
21152 !> (integrate 51 files)
21153 ____________________________________________________________________________
21154 [ 8455] By: jhi on 2001/01/16 18:13:43
21155 Log: Subject: [PATCH] regcomp.c old feature removal
21156 From: mjd@plover.com
21157 Date: 16 Jan 2001 14:43:18 -0000
21158 Message-ID: <20010116144318.7140.qmail@plover.com>
21161 ____________________________________________________________________________
21162 [ 8454] By: jhi on 2001/01/16 16:12:39
21163 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
21164 From: "Indy Singh" <indy@nusphere.com>
21165 Date: Wed, 10 Jan 2001 20:17:49 -0500
21166 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
21167 Branch: maint-5.6/perl
21169 ____________________________________________________________________________
21170 [ 8453] By: jhi on 2001/01/16 16:09:33
21171 Log: Update Changes.
21173 ! Changes patchlevel.h
21174 ____________________________________________________________________________
21175 [ 8452] By: jhi on 2001/01/16 15:42:04
21176 Log: Subject: Re: API Cleanup
21177 To: perl5-porters@perl.org
21178 Date: Tue, 16 Jan 2001 13:42:30 +0000
21179 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
21181 Subject: [PATCH] utf8.c documentation
21182 From: Simon Cozens <simon@cozens.net>
21183 Date: Tue, 16 Jan 2001 13:52:48 +0000
21184 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
21186 Subject: Re: API Cleanup
21187 From: Simon Cozens <simon@cozens.net>
21188 Date: Tue, 16 Jan 2001 14:58:55 +0000
21189 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
21193 ! embed.pl pod/perlapi.pod utf8.c
21194 ____________________________________________________________________________
21195 [ 8451] By: jhi on 2001/01/16 14:41:39
21196 Log: podlators 1.07, from Russ Allbery.
21199 ____________________________________________________________________________
21200 [ 8450] By: jhi on 2001/01/16 14:24:19
21201 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
21202 From: "Indy Singh" <indy@nusphere.com>
21203 Date: Mon, 15 Jan 2001 20:59:40 -0500
21204 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
21207 ____________________________________________________________________________
21208 [ 8449] By: jhi on 2001/01/16 03:42:55
21209 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
21210 at the setting of the ofs_sv in new_struct_thread() as the
21211 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
21212 that invited a core dump.
21215 ____________________________________________________________________________
21216 [ 8448] By: jhi on 2001/01/16 01:49:07
21217 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
21218 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21219 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
21220 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
21222 Replace #8444 and #8445.
21224 ! ext/B/B.xs ext/B/B/Debug.pm
21225 ____________________________________________________________________________
21226 [ 8447] By: jhi on 2001/01/15 21:05:35
21227 Log: Subject: [PATCH] API Variable documentation
21228 From: Simon Cozens <simon@cozens.net>
21229 Date: Mon, 15 Jan 2001 19:35:54 +0000
21230 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
21232 ! pod/perlapi.pod thrdvar.h
21233 ____________________________________________________________________________
21234 [ 8446] By: jhi on 2001/01/15 20:49:20
21235 Log: Signedness nit.
21238 ____________________________________________________________________________
21239 [ 8445] By: jhi on 2001/01/15 20:28:48
21240 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
21243 ____________________________________________________________________________
21244 [ 8444] By: jhi on 2001/01/15 13:09:10
21245 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
21248 ____________________________________________________________________________
21249 [ 8443] By: jhi on 2001/01/15 13:06:26
21250 Log: Missing from #8439.
21253 ____________________________________________________________________________
21254 [ 8442] By: jhi on 2001/01/15 13:02:38
21255 Log: Subject: [PATCH @8436] Eliminate op_children
21256 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21257 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
21258 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
21260 Subject: [PATCH @8436] Re: Eliminate op_children
21261 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21262 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
21263 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
21265 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
21266 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
21268 ____________________________________________________________________________
21269 [ 8441] By: jhi on 2001/01/15 12:57:08
21270 Log: Use the /^Perl_/-less form of is_lvalue_sub().
21273 ____________________________________________________________________________
21274 [ 8440] By: jhi on 2001/01/15 05:13:09
21275 Log: Revert #8437 and #8438, the Linux large files story is more complex.
21276 Branch: metaconfig/U/perl
21277 ! d_fpos64_t.U d_off64_t.U
21279 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21280 ! config_h.SH configure.com epoc/config.sh perl.h
21281 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21282 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21283 ! win32/config.bc win32/config.gc win32/config.vc
21284 ____________________________________________________________________________
21285 [ 8439] By: jhi on 2001/01/15 05:02:24
21286 Log: More UTF-8 patches from Inaba Hiroto.
21287 - The substr lval was still not okay.
21288 - Now pp_stringify and sv_setsv copies source's UTF8 flag
21289 even if IN_BYTE. pp_stringify is called from fold_constants
21290 at optimization phase and "\x{100}" was made SvUTF8_off under
21291 use bytes (the bytes pragma is for "byte semantics" and not
21292 for "do not produce UTF8 data")
21293 - New `qu' operator to generate UTF8 string explicitly.
21294 Though I agree with the policy "0x00-0xff always produce bytes",
21295 sometimes want to such a string to be coded in UTF8.
21296 I can use pack"U0a*" but it requires more typing and has
21298 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
21299 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
21300 string is not UTF8_on and has char 0x80-0xff.
21302 TODO: document and test qu.
21304 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
21305 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
21307 ____________________________________________________________________________
21308 [ 8438] By: jhi on 2001/01/14 05:10:23
21309 Log: Metaconfig unit changes for #8437.
21310 Branch: metaconfig/U/perl
21311 ! d_fpos64_t.U d_off64_t.U
21312 ____________________________________________________________________________
21313 [ 8437] By: jhi on 2001/01/14 04:55:34
21314 Log: Add <features.h> probing, seems to be needed for (some?)
21315 Linux largefileness.
21317 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21318 ! config_h.SH configure.com epoc/config.sh perl.h
21319 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21320 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21321 ! win32/config.bc win32/config.gc win32/config.vc
21322 ____________________________________________________________________________
21323 [ 8436] By: jhi on 2001/01/13 17:47:21
21324 Log: Tighten some of the tests a bit.
21327 ____________________________________________________________________________
21328 [ 8435] By: jhi on 2001/01/13 17:31:54
21329 Log: Integrate perlio.
21331 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
21332 !> win32/config_H.gc win32/config_H.vc
21333 ____________________________________________________________________________
21334 [ 8434] By: nick on 2001/01/13 11:36:53
21335 Log: Run dmake regen_config_h for Win32
21337 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21338 ____________________________________________________________________________
21339 [ 8433] By: nick on 2001/01/13 11:31:55
21340 Log: VMS friendly patch to Encode compile process
21342 ! ext/Encode/Makefile.PL ext/Encode/compile
21343 ____________________________________________________________________________
21344 [ 8432] By: nick on 2001/01/13 11:06:44
21345 Log: Integrate mainline
21347 +> ext/B/B/Concise.pm
21348 !> (integrate 52 files)
21349 ____________________________________________________________________________
21350 [ 8431] By: jhi on 2001/01/13 05:55:55
21351 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
21352 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21353 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
21354 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
21356 ! ext/B/B/Concise.pm
21357 ____________________________________________________________________________
21358 [ 8430] By: jhi on 2001/01/13 04:24:18
21359 Log: The LVRET macro needed an aTHX.
21362 ____________________________________________________________________________
21363 [ 8429] By: jhi on 2001/01/13 02:12:42
21364 Log: Update Changes.
21366 ! Changes patchlevel.h
21367 ____________________________________________________________________________
21368 [ 8428] By: jhi on 2001/01/13 02:08:50
21369 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
21370 From: Peter Prymmer <pvhp@forte.com>
21371 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
21372 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
21374 Add a BEGIN guard for sloppy floating point division.
21376 ! lib/Math/BigInt.pm lib/bigint.pl
21377 ____________________________________________________________________________
21378 [ 8427] By: jhi on 2001/01/13 01:47:16
21379 Log: The B::Terse drop-in replacement wasn't quite drop-in.
21382 ____________________________________________________________________________
21383 [ 8426] By: jhi on 2001/01/12 21:20:43
21386 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21387 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
21388 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21389 ! vos/config.ga.def vos/config.ga.h win32/config.bc
21390 ! win32/config.gc win32/config.vc
21391 ____________________________________________________________________________
21392 [ 8425] By: jhi on 2001/01/12 20:20:14
21393 Log: Subject: [PATCH perl@8342] -Wformat
21394 From: Robin Barker <rmb1@cise.npl.co.uk>
21395 Date: Fri, 12 Jan 2001 20:03:14 GMT
21396 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
21398 ! ext/Encode/Encode.xs mg.c sv.c toke.c
21399 ____________________________________________________________________________
21400 [ 8424] By: jhi on 2001/01/12 20:01:48
21401 Log: Subject: B::Concise -- an improved replacement for B::Terse
21402 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21403 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
21404 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
21406 + ext/B/B/Concise.pm
21407 ! MANIFEST ext/B/B/Terse.pm
21408 ____________________________________________________________________________
21409 [ 8423] By: jhi on 2001/01/12 19:24:02
21410 Log: The new metaconfig unit from the #8421.
21411 Branch: metaconfig/U/perl
21413 ____________________________________________________________________________
21414 [ 8422] By: jhi on 2001/01/12 19:23:43
21415 Log: Forgot the microperl config from the #8421.
21417 ! uconfig.h uconfig.sh
21418 ____________________________________________________________________________
21419 [ 8421] By: jhi on 2001/01/12 19:05:27
21420 Log: Add sigprocmask() probe, regen Configure, regen toc.
21422 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21423 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
21424 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21425 ! vos/config.ga.h win32/config.bc win32/config.gc
21427 ____________________________________________________________________________
21428 [ 8420] By: jhi on 2001/01/12 18:34:31
21429 Log: Add sockatmark() to the todo list.
21432 ____________________________________________________________________________
21433 [ 8419] By: jhi on 2001/01/12 18:09:46
21434 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
21437 ____________________________________________________________________________
21438 [ 8418] By: jhi on 2001/01/12 18:05:30
21439 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
21440 From: Radu Greab <radu@netsoft.ro>
21441 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
21442 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
21444 ! op.c t/pragma/sub_lval.t
21445 ____________________________________________________________________________
21446 [ 8417] By: jhi on 2001/01/12 16:09:09
21447 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
21448 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21449 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
21450 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
21452 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
21453 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
21454 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
21455 ! t/pragma/sub_lval.t toke.c
21456 ____________________________________________________________________________
21457 [ 8416] By: jhi on 2001/01/12 15:42:06
21458 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
21459 From: "Richard Soderberg" <rs@crystalflame.net>
21460 Date: Fri, 12 Jan 2001 04:49:35 -0800
21461 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
21463 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
21464 according to the platform.
21467 ____________________________________________________________________________
21468 [ 8415] By: jhi on 2001/01/12 15:33:41
21469 Log: One more UTF-8 fix from Inaba Hiroto.
21471 ! pp.c regexec.c t/pragma/utf8.t
21472 ____________________________________________________________________________
21473 [ 8414] By: jhi on 2001/01/12 15:30:18
21474 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
21477 ____________________________________________________________________________
21478 [ 8413] By: jhi on 2001/01/12 15:22:10
21479 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
21480 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21481 Date: Thu, 11 Jan 2001 12:53:36 +0100
21482 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
21485 ____________________________________________________________________________
21486 [ 8412] By: jhi on 2001/01/12 15:20:25
21487 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
21488 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21489 Date: Fri, 12 Jan 2001 14:37:55 +0100
21490 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
21492 ! hints/posix-bc.sh
21493 ____________________________________________________________________________
21494 [ 8411] By: jhi on 2001/01/12 15:14:14
21495 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
21496 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21497 Date: Fri, 12 Jan 2001 10:42:21 +0100
21498 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
21501 ____________________________________________________________________________
21502 [ 8410] By: jhi on 2001/01/12 05:48:55
21503 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
21504 From: Nicholas Clark <nick@ccl4.org>
21505 Date: Sun, 7 Jan 2001 19:47:14 +0000
21506 Message-ID: <20010107194714.B1048@plum.flirble.org>
21508 ! t/op/numconvert.t
21509 ____________________________________________________________________________
21510 [ 8409] By: jhi on 2001/01/12 05:41:28
21511 Log: Integrate perlio.
21514 ____________________________________________________________________________
21515 [ 8408] By: nick on 2001/01/11 22:43:28
21516 Log: Remove variables that were used in experiments.
21519 ____________________________________________________________________________
21520 [ 8407] By: nick on 2001/01/11 20:57:44
21521 Log: Catch die in %SIG handler and unblock the signal before re-dying.
21522 This make Linux work _without_ sigsetjmp().
21523 Turn off sigsetjmp() to see what else it does.
21524 May need Configure probe for sigprocmask() if anything has sigaction()
21525 but not sigprocmask().
21528 ____________________________________________________________________________
21529 [ 8406] By: nick on 2001/01/11 19:32:07
21530 Log: Integrate mainline
21532 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
21533 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
21535 ____________________________________________________________________________
21536 [ 8405] By: jhi on 2001/01/11 17:11:01
21537 Log: Fix UTF-8 lval substr().
21539 ! mg.c t/op/substr.t
21540 ____________________________________________________________________________
21541 [ 8404] By: jhi on 2001/01/11 05:13:58
21542 Log: Update Changes.
21544 ! Changes patchlevel.h
21545 ____________________________________________________________________________
21546 [ 8403] By: jhi on 2001/01/11 04:38:24
21547 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
21548 From: Hugo <hv@crypt.compulink.co.uk>
21549 Date: Mon, 30 Oct 2000 01:33:26 +0000
21550 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
21552 ! regexec.c t/op/re_tests
21553 ____________________________________________________________________________
21554 [ 8402] By: jhi on 2001/01/11 04:26:12
21555 Log: Integrate perlio.
21558 ____________________________________________________________________________
21559 [ 8401] By: nick on 2001/01/10 22:52:55
21560 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
21561 (So Alan and Ilya can try setting via hints.)
21562 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
21563 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
21564 doing the save everywhere seems to restart read() correctly, but just
21565 doing it once "round" the handler does not.
21568 ____________________________________________________________________________
21569 [ 8400] By: jhi on 2001/01/10 21:57:54
21570 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
21571 of IRIX, HP-UX is unaffected.
21574 ____________________________________________________________________________
21575 [ 8399] By: nick on 2001/01/10 21:29:19
21576 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
21579 ____________________________________________________________________________
21580 [ 8398] By: jhi on 2001/01/10 20:55:31
21581 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
21582 also have ReusePort.
21584 ! ext/IO/lib/IO/Socket/INET.pm
21585 ____________________________________________________________________________
21586 [ 8397] By: jhi on 2001/01/10 20:50:57
21587 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
21588 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
21589 Date: Wed, 10 Jan 2001 01:38:13 -0800
21590 Message-ID: <20010110013813.B41744@yahoo-inc.com>
21592 ! ext/IO/lib/IO/Socket/INET.pm
21593 ____________________________________________________________________________
21594 [ 8396] By: jhi on 2001/01/10 20:49:30
21595 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
21596 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
21597 Date: Wed, 10 Jan 2001 01:37:32 -0800
21598 Message-ID: <20010110013732.A41744@yahoo-inc.com>
21600 ! ext/Socket/Socket.pm
21601 ____________________________________________________________________________
21602 [ 8395] By: jhi on 2001/01/10 20:41:37
21603 Log: Test for bug id 20010105.016 (fixed by #8378).
21606 ____________________________________________________________________________
21607 [ 8394] By: jhi on 2001/01/10 20:26:32
21608 Log: Integrate perlio.
21611 ____________________________________________________________________________
21612 [ 8393] By: nick on 2001/01/10 19:34:30
21613 Log: Back out Simon's pid hackery for now.
21616 ____________________________________________________________________________
21617 [ 8392] By: nick on 2001/01/10 19:23:13
21618 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
21620 !> (integrate 29 files)
21621 ____________________________________________________________________________
21622 [ 8391] By: jhi on 2001/01/10 18:43:15
21623 Log: Subject: [PATCH] Fix my_pclose segfault
21624 From: Simon Cozens <simon@cozens.net>
21625 Date: Wed, 10 Jan 2001 18:39:35 +0000
21626 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
21629 ____________________________________________________________________________
21630 [ 8390] By: jhi on 2001/01/10 18:42:08
21631 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
21632 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21633 Date: Wed, 10 Jan 2001 13:23:02 EST
21634 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
21636 ! ext/Opcode/Opcode.xs
21637 ____________________________________________________________________________
21638 [ 8389] By: jhi on 2001/01/10 15:16:07
21639 Log: Turn off the integer preservation for now.
21642 ____________________________________________________________________________
21643 [ 8388] By: jhi on 2001/01/10 15:01:25
21644 Log: Few more IDE/editor nits from p5p.
21647 ____________________________________________________________________________
21648 [ 8387] By: jhi on 2001/01/10 06:53:16
21649 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
21650 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
21651 Date: Tue, 9 Jan 2001 23:16:02 +0000
21652 Message-ID: <20010109231602.A81101@plum.flirble.org>
21655 ____________________________________________________________________________
21656 [ 8386] By: jhi on 2001/01/10 03:17:54
21657 Log: Test cases for #8385 (from Simon's "torture.pl")
21660 ____________________________________________________________________________
21661 [ 8385] By: jhi on 2001/01/10 03:17:11
21662 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
21663 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
21664 Date: Wed, 10 Jan 2001 11:39:39 +0900
21665 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
21667 Some more UTF-8 tr cases fixed.
21670 ____________________________________________________________________________
21671 [ 8384] By: jhi on 2001/01/09 22:45:40
21672 Log: Allow the locale test needing POSIX and the taint test
21673 needing IPC::SysV to run under 'minitest' (basically,
21674 bail out if loading the extension fails)
21676 ! t/op/misc.t t/op/taint.t
21677 ____________________________________________________________________________
21678 [ 8383] By: jhi on 2001/01/09 21:36:04
21679 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
21680 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21681 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
21682 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
21685 ____________________________________________________________________________
21686 [ 8382] By: jhi on 2001/01/09 21:06:08
21687 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
21688 Should finish up the bug id 20001205.022.
21690 ! pp.c pp_hot.c scope.c
21691 ____________________________________________________________________________
21692 [ 8381] By: jhi on 2001/01/09 18:27:43
21693 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
21694 From: Andy Dougherty <doughera@lafayette.edu>
21695 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
21696 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
21698 More robust yacc/bison error detection.
21701 ____________________________________________________________________________
21702 [ 8380] By: jhi on 2001/01/09 15:21:38
21703 Log: Subject: [PATCH] make t/op/misc.t work on VMS
21704 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21705 Date: Tue, 9 Jan 2001 07:53:55 EST
21706 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
21708 ! t/op/misc.t vms/test.com
21709 ____________________________________________________________________________
21710 [ 8379] By: jhi on 2001/01/09 15:20:38
21711 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
21712 From: jhi@cc.hut.fi
21713 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
21714 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
21716 The #8378 fixed this.
21719 ____________________________________________________________________________
21720 [ 8378] By: jhi on 2001/01/09 15:05:32
21721 Log: Subject: One more patch for UTF8
21722 From: Inaba Hiroto <inaba@st.rim.or.jp>
21723 Date: Tue, 09 Jan 2001 01:04:32 +0900
21724 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
21726 UTF-8 fixes for 'x' and tr///.
21728 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
21729 ! regcomp.c regexec.c toke.c utf8.c
21730 ____________________________________________________________________________
21731 [ 8377] By: jhi on 2001/01/09 14:32:17
21732 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
21735 ____________________________________________________________________________
21736 [ 8376] By: jhi on 2001/01/09 04:32:32
21737 Log: integrate changes #7775, #8316, #8316 from mainline
21738 Branch: maint-5.6/perl
21739 ! hints/solaris_2.sh
21740 ____________________________________________________________________________
21741 [ 8375] By: jhi on 2001/01/09 04:26:43
21742 Log: Update Changes.
21744 ! Changes patchlevel.h
21745 ____________________________________________________________________________
21746 [ 8374] By: jhi on 2001/01/09 04:14:32
21747 Log: IDE/editor section tweaking.
21750 ____________________________________________________________________________
21751 [ 8373] By: jhi on 2001/01/09 02:38:26
21752 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
21753 From: Peter Prymmer <pvhp@forte.com>
21754 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
21755 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
21757 In preparation os OS/390 dynamic loading.
21759 ! README.os390 hints/os390.sh
21760 ____________________________________________________________________________
21761 [ 8372] By: jhi on 2001/01/09 00:24:30
21762 Log: Integrate with perlio.
21764 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
21765 ____________________________________________________________________________
21766 [ 8371] By: nick on 2001/01/08 23:54:33
21767 Log: Fix "scalars leaked" bugs caused by overload magic
21768 (Highlighted by Ilya's DESTROY optimization.)
21770 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
21771 ____________________________________________________________________________
21772 [ 8370] By: nick on 2001/01/08 20:19:41
21773 Log: Integrate mainline
21775 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
21776 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
21778 ____________________________________________________________________________
21779 [ 8369] By: jhi on 2001/01/08 17:30:52
21780 Log: save_delete() Safefree() doesn't (anymore?) work with shared
21781 strings, one test failure in op/misc and almost all of lib/b.
21782 (Outcomments #8369.)
21785 ____________________________________________________________________________
21786 [ 8368] By: jhi on 2001/01/08 14:47:10
21787 Log: (Outcommented by #8369.)
21789 Subject: Re: Perl BugID 20001205.022 ---- save_delete
21790 From: Simon Cozens <simon@cozens.net>
21791 Date: Sat, 6 Jan 2001 11:48:40 +0000
21792 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
21794 The save_delete() does need the Safefree.
21797 ____________________________________________________________________________
21798 [ 8367] By: bailey on 2001/01/08 08:53:52
21799 Log: Once again syncing after too long an absence
21801 +> (branch 55 files)
21802 - MAINTAIN fix_pl vos/config.def vos/config.h
21803 - vos/config_h.SH_orig
21804 !> (integrate 498 files)
21805 ____________________________________________________________________________
21806 [ 8366] By: jhi on 2001/01/08 02:42:59
21807 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
21808 From: nick@ccl4.org
21809 Date: Sun, 7 Jan 2001 21:07:18 +0000
21810 Message-Id: <20010107210717.D1048@plum.flirble.org>
21812 ! sv.c t/op/64bitint.t
21813 ____________________________________________________________________________
21814 [ 8365] By: jhi on 2001/01/08 02:35:16
21815 Log: Subject: [PATCH] environ nit
21816 From: Simon Cozens <simon@cozens.net>
21817 Date: Sun, 7 Jan 2001 17:57:07 +0000
21818 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
21820 Use environ only if we have it.
21823 ____________________________________________________________________________
21824 [ 8364] By: jhi on 2001/01/08 02:24:51
21825 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
21827 ! ext/GDBM_File/GDBM_File.xs
21828 ____________________________________________________________________________
21829 [ 8363] By: jhi on 2001/01/08 02:19:24
21830 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
21831 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21832 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
21833 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
21836 ____________________________________________________________________________
21837 [ 8362] By: jhi on 2001/01/08 02:17:43
21838 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
21839 From: Doug MacEachern <dougm@covalent.net>
21840 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
21841 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
21843 Allow AUTOLOAD to be an xsub and allow such xsubs
21844 to avoid use of $AUTOLOAD.
21847 ____________________________________________________________________________
21848 [ 8361] By: jhi on 2001/01/08 02:16:07
21849 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
21850 From: Radu Greab <radu@netsoft.ro>
21851 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
21852 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
21854 No need for the potentially unportable $SIG{CHLD}.
21857 ____________________________________________________________________________
21858 [ 8360] By: jhi on 2001/01/08 01:58:23
21859 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
21861 ! lib/Getopt/Long.pm
21862 ____________________________________________________________________________
21863 [ 8359] By: jhi on 2001/01/08 01:55:44
21864 Log: Integrate perlio.
21866 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
21867 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
21868 !> utf8.c win32/Makefile
21869 ____________________________________________________________________________
21870 [ 8358] By: jhi on 2001/01/07 21:16:50
21871 Log: Update the EPOC cross SDK URL.
21874 ____________________________________________________________________________
21875 [ 8357] By: jhi on 2001/01/07 21:16:09
21876 Log: Update the EPOC cross SDK URL.
21877 Branch: maint-5.6/perl
21879 ____________________________________________________________________________
21880 [ 8356] By: nick on 2001/01/06 21:47:52
21881 Log: FILE * in XS code for PerlIO world:
21882 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
21883 - Add FILE * T_STDIO typemap.
21884 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
21886 ! lib/ExtUtils/typemap perlio.c perlio.h
21887 ____________________________________________________________________________
21888 [ 8355] By: jhi on 2001/01/06 20:27:15
21889 Log: integrate change #8336 from mainline
21891 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
21892 Branch: maint-5.6/perl
21894 ____________________________________________________________________________
21895 [ 8354] By: jhi on 2001/01/06 20:24:29
21896 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
21897 From: Robin Barker <rmb1@cise.npl.co.uk>
21898 Date: Fri, 22 Dec 2000 12:17:38 GMT
21899 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
21901 The patch reformats some long =item lines so they give
21902 correct output via pod2man | nroff -man
21904 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
21905 From: Robin Barker <rmb1@cise.npl.co.uk>
21906 Date: Tue, 2 Jan 2001 15:35:03 GMT
21907 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
21909 Here is a _further_ patch which corrects a few more errors:
21910 * an empty C<=item> in CPAN.pm
21911 * patching the wrong file (pod/perlamiga.pod not README.amiga)
21912 * leaving empty C<=item>s which formatted incorrectly
21913 * over long C<=item>s revealed by latest patch to Pod::Man
21914 Branch: maint-5.6/perl
21915 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21916 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21917 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
21918 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
21919 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
21920 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
21921 ____________________________________________________________________________
21922 [ 8353] By: jhi on 2001/01/06 20:21:10
21923 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
21926 Branch: maint-5.6/perl
21927 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
21928 ____________________________________________________________________________
21929 [ 8352] By: jhi on 2001/01/06 20:18:44
21930 Log: Forgotten from #8438.
21931 Branch: maint-5.6/perl
21933 ____________________________________________________________________________
21934 [ 8351] By: jhi on 2001/01/06 20:18:12
21935 Log: Forgotten from #8347.
21936 Branch: maint-5.6/perl
21938 ____________________________________________________________________________
21939 [ 8350] By: jhi on 2001/01/06 20:00:19
21940 Log: Thinko in #8347.
21941 Branch: maint-5.6/perl
21943 ____________________________________________________________________________
21944 [ 8349] By: jhi on 2001/01/06 18:05:30
21945 Log: Copy the FAQ3 IDE section from the development branch,
21946 changes originally by Peter Prymmer.
21947 Branch: maint-5.6/perl
21949 ____________________________________________________________________________
21950 [ 8348] By: jhi on 2001/01/06 18:03:02
21951 Log: EPOC updates for TRIAL1.
21953 Subject: [5.6.1 trial1] EPOC update
21954 From: Olaf Flebbe <O.Flebbe@science-computing.de>
21955 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
21956 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
21958 Subject: epoc patch2 for perl-5.6.1-trial1
21959 From: Olaf Flebbe <O.Flebbe@science-computing.de>
21960 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
21961 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
21962 Branch: maint-5.6/perl
21963 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
21965 ____________________________________________________________________________
21966 [ 8347] By: jhi on 2001/01/06 17:29:10
21967 Log: integrate changes #7710,7824,7973 from mainline,
21968 plus VMS nits from Peter Prymmer and Dan Sugalski.
21970 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
21971 library (getprotobyname and getprotobynumber are outversioned by
21972 the same calls in libc, at least for xlc version 3.
21974 Add HAS_SBRK_PROTO.
21976 Fixes for signedness warnings noticed by VMSperlers.
21977 Branch: maint-5.6/perl
21978 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21979 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
21980 ! sv.c vms/descrip_mms.template vos/config.alpha.def
21981 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21982 ! win32/config.bc win32/config.gc win32/config.vc
21983 ____________________________________________________________________________
21984 [ 8346] By: nick on 2001/01/06 14:36:01
21985 Log: Fixup accumulated integrate muddles (perlio == devperl again)
21987 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
21988 ____________________________________________________________________________
21989 [ 8345] By: nick on 2001/01/06 14:24:58
21990 Log: Integrate mainline
21992 !> (integrate 55 files)
21993 ____________________________________________________________________________
21994 [ 8344] By: jhi on 2001/01/06 02:24:02
21995 Log: Subject: [patch] PerlIO_cleanup() prototype
21996 From: Doug MacEachern <dougm@covalent.net>
21997 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
21998 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
22001 ____________________________________________________________________________
22002 [ 8343] By: jhi on 2001/01/06 01:04:09
22003 Log: IRIX compiler noticed that the bof initialization might be
22004 bypassed by control flow.
22007 ____________________________________________________________________________
22008 [ 8342] By: jhi on 2001/01/06 00:10:48
22009 Log: Update Changes.
22011 ! Changes patchlevel.h
22012 ____________________________________________________________________________
22013 [ 8341] By: jhi on 2001/01/05 23:52:33
22014 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
22017 ____________________________________________________________________________
22018 [ 8340] By: jhi on 2001/01/05 22:44:08
22019 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
22020 From: Radu Greab <radu@netsoft.ro>
22021 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
22022 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
22024 ! t/io/pipe.t util.c
22025 ____________________________________________________________________________
22026 [ 8339] By: jhi on 2001/01/05 22:35:17
22027 Log: Subject: [PATCH] format and rewording in perlfaq.pod
22028 From: Robin Barker <rmb1@cise.npl.co.uk>
22029 Date: Fri, 5 Jan 2001 18:51:20 GMT
22030 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
22033 ____________________________________________________________________________
22034 [ 8338] By: jhi on 2001/01/05 22:31:17
22035 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
22036 From: Peter Prymmer <pvhp@forte.com>
22037 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
22038 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
22041 ____________________________________________________________________________
22042 [ 8337] By: jhi on 2001/01/05 18:15:11
22043 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22044 From: Robin Barker <rmb1@cise.npl.co.uk>
22045 Date: Tue, 2 Jan 2001 15:24:07 GMT
22046 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
22048 If you call configure as C<./Configure> or C<sh ./Configure>,
22049 $src is set to the absolute path name, not '.'.
22051 This, in turn, means -Dmksymlink tries to do its stuff because
22052 it does not think it is in the src directory.
22054 (plus a metaconfig nitfix)
22056 ! U/compline/ccflags.U U/modified/src.U
22058 ! Configure config_h.SH
22059 ____________________________________________________________________________
22060 [ 8336] By: jhi on 2001/01/05 17:48:32
22061 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
22062 From: Alan Burlison <Alan.Burlison@uk.sun.com>
22063 Message-ID: <3A5606C4.473D2226@uk.sun.com>
22064 Date: Fri, 05 Jan 2001 17:39:16 +0000
22067 ____________________________________________________________________________
22068 [ 8335] By: jhi on 2001/01/05 16:05:44
22069 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
22071 ! lib/Getopt/Long.pm
22072 ____________________________________________________________________________
22073 [ 8334] By: jhi on 2001/01/05 16:00:51
22074 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22075 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22076 Date: Fri, 05 Jan 2001 13:46:51 +0100
22077 Message-ID: <13693.978698811@nice.ram.loc>
22079 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22080 accurate reading of the "atime".
22083 ____________________________________________________________________________
22084 [ 8333] By: jhi on 2001/01/05 15:57:37
22085 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
22086 From: Simon Cozens <simon@cozens.net>
22087 Date: Fri, 8 Dec 2000 13:33:31 +0000
22088 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
22090 A lost patch fragment.
22093 ____________________________________________________________________________
22094 [ 8332] By: jhi on 2001/01/05 15:40:42
22095 Log: Do away with strncpy() and a fixed length buffer.
22098 ____________________________________________________________________________
22099 [ 8331] By: jhi on 2001/01/05 15:03:07
22100 Log: Tests for #8329 and #8330.
22103 ____________________________________________________________________________
22104 [ 8330] By: jhi on 2001/01/05 15:02:38
22105 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
22106 raw 8-bit form to the UTF-8 string.
22109 ____________________________________________________________________________
22110 [ 8329] By: jhi on 2001/01/05 14:55:13
22111 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
22112 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22113 Date: Fri, 5 Jan 2001 12:28:52 +0100
22114 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
22116 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
22117 no effect. (changed the strncpy() to Copy())
22120 ____________________________________________________________________________
22121 [ 8328] By: jhi on 2001/01/05 06:44:27
22122 Log: UTF-8 cleanup.
22124 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22125 ! regexec.c sv.c toke.c
22126 ____________________________________________________________________________
22127 [ 8327] By: jhi on 2001/01/05 01:11:29
22128 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')
22129 From: Radu Greab <radu@netsoft.ro>
22130 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
22131 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
22133 Cleans up Harness to not use FileHandle, which uses IO.
22135 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22136 ____________________________________________________________________________
22137 [ 8326] By: jhi on 2001/01/05 00:56:37
22138 Log: Update Changes.
22140 ! Changes patchlevel.h
22141 ____________________________________________________________________________
22142 [ 8325] By: jhi on 2001/01/05 00:53:18
22143 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
22144 From: Peter Prymmer <pvhp@forte.com>
22145 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
22146 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
22148 plus a couple more tailing whitespace removals.
22151 ____________________________________________________________________________
22152 [ 8324] By: jhi on 2001/01/05 00:47:39
22153 Log: Add some Unicode chop() tests.
22156 ____________________________________________________________________________
22157 [ 8323] By: jhi on 2001/01/05 00:47:23
22158 Log: Unify UTF-8 malformedness handling.
22160 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
22161 ____________________________________________________________________________
22162 [ 8322] By: jhi on 2001/01/04 22:21:54
22163 Log: The new $issymlink was unknown to Mksymlinks.
22164 Branch: metaconfig/U/perl
22165 ! Mksymlinks.U issymlink.U
22167 ! Configure config_h.SH
22168 ____________________________________________________________________________
22169 [ 8321] By: jhi on 2001/01/04 21:51:05
22170 Log: The test didn't work under the core test framework.
22173 ____________________________________________________________________________
22174 [ 8320] By: jhi on 2001/01/04 21:14:22
22175 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22177 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
22178 ____________________________________________________________________________
22179 [ 8319] By: jhi on 2001/01/04 20:46:17
22180 Log: Typo in #8312 when manually appying a problematic patch fragment.
22182 ! ext/Storable/Storable.xs
22183 ____________________________________________________________________________
22184 [ 8318] By: jhi on 2001/01/04 20:43:01
22185 Log: The $sh_c didn't fly.
22187 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
22188 ! U/modified/Loc.U U/modified/myhostname.U
22189 ! U/modified/spitshell.U
22190 Branch: metaconfig/U/perl
22193 ! Configure config_h.SH
22194 ____________________________________________________________________________
22195 [ 8317] By: jhi on 2001/01/04 19:58:01
22196 Log: AIX builtin test -h is broken, changes based on
22198 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
22199 Date: Tue, 02 Jan 2001 11:24:39 +0100
22200 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22201 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
22203 + U/modified/spitshell.U
22204 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
22205 ! U/modified/Loc.U U/modified/myhostname.U
22206 Branch: metaconfig/U/perl
22207 ! Mksymlinks.U issymlink.U
22210 ____________________________________________________________________________
22211 [ 8316] By: jhi on 2001/01/04 19:02:22
22212 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
22213 From: Andy Dougherty <doughera@lafayette.edu>
22214 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
22215 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
22219 ! hints/solaris_2.sh
22220 ____________________________________________________________________________
22221 [ 8315] By: jhi on 2001/01/04 18:56:48
22222 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
22223 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
22224 Date: Wed, 3 Jan 2001 07:58:51 +0100
22225 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
22227 ! hints/solaris_2.sh
22228 ____________________________________________________________________________
22229 [ 8314] By: jhi on 2001/01/04 18:54:07
22230 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22231 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22232 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
22233 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
22235 Doc tweak on #8313.
22237 ! ext/B/B/Deparse.pm
22238 ____________________________________________________________________________
22239 [ 8313] By: jhi on 2001/01/04 18:52:27
22240 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
22241 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
22242 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22243 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
22245 Make the peephole optimizer to bypass more null ops and
22246 and rewrite the deparse handling of continue blocks.
22248 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
22249 ____________________________________________________________________________
22250 [ 8312] By: jhi on 2001/01/04 18:47:39
22251 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
22253 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
22254 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
22256 ____________________________________________________________________________
22257 [ 8311] By: jhi on 2001/01/04 18:36:08
22258 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
22259 filter to be run on each .pm during the pm_to_blib() phase,
22262 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
22263 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22264 Date: Wed, 03 Jan 2001 22:01:30 +0100
22265 Message-ID: <5296.978555690@nice.ram.loc>
22267 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
22268 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22269 ! lib/ExtUtils/MakeMaker.pm
22270 ____________________________________________________________________________
22271 [ 8310] By: jhi on 2001/01/04 18:32:54
22272 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22273 From: Robin Barker <rmb1@cise.npl.co.uk>
22274 Date: Tue, 2 Jan 2001 15:35:03 GMT
22275 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
22277 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
22278 ! pod/perlrequick.pod
22279 ____________________________________________________________________________
22280 [ 8309] By: jhi on 2001/01/04 18:29:07
22281 Log: Subject: Re: [patch] static-ize XS()
22282 From: Doug MacEachern <dougm@covalent.net>
22283 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
22284 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
22286 Provide prototypes for the XS functions.
22288 ! lib/ExtUtils/xsubpp
22289 ____________________________________________________________________________
22290 [ 8308] By: jhi on 2001/01/04 18:27:44
22291 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
22292 From: Doug MacEachern <dougm@covalent.net>
22293 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
22294 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
22296 ! lib/ExtUtils/typemap
22297 ____________________________________________________________________________
22298 [ 8307] By: jhi on 2001/01/04 18:25:25
22299 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
22300 From: Doug MacEachern <dougm@covalent.net>
22301 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
22302 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
22304 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
22306 ! lib/ExtUtils/MM_Unix.pm
22307 ____________________________________________________________________________
22308 [ 8306] By: jhi on 2001/01/04 18:23:00
22309 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
22310 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22311 Date: Thu, 4 Jan 2001 12:47:10 +0100
22312 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
22314 The toke.c part only, patching embed.h and proto.h is futile.
22317 ____________________________________________________________________________
22318 [ 8305] By: jhi on 2001/01/04 18:05:51
22319 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
22320 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22321 Date: Thu, 4 Jan 2001 17:50:12 +0100
22322 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
22325 ____________________________________________________________________________
22326 [ 8304] By: jhi on 2001/01/04 18:03:26
22327 Log: Subject: [PATCH perl@8269]
22328 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22329 Date: Thu, 4 Jan 2001 12:53:39 +0100
22330 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
22332 If running byacc write-enable also perly.h.
22335 ____________________________________________________________________________
22336 [ 8303] By: jhi on 2001/01/04 15:40:49
22337 Log: Rewrite pp_concat() in terms of sv_catsv().
22340 ____________________________________________________________________________
22341 [ 8302] By: nick on 2001/01/03 22:43:22
22342 Log: Integrate mainline.
22344 !> ext/Encode/Encode.xs sv.c utf8.c
22345 ____________________________________________________________________________
22346 [ 8301] By: jhi on 2001/01/02 23:40:26
22347 Log: Variable naming tweak.
22350 ____________________________________________________________________________
22351 [ 8300] By: jhi on 2001/01/02 23:40:02
22352 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
22353 in is_utf8_string().
22356 ____________________________________________________________________________
22357 [ 8299] By: jhi on 2001/01/02 22:14:40
22358 Log: Integrate perlio.
22360 !> pp.c pp_hot.c win32/Makefile
22361 ____________________________________________________________________________
22362 [ 8298] By: nick on 2001/01/02 22:03:06
22363 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
22366 ____________________________________________________________________________
22367 [ 8297] By: jhi on 2001/01/02 04:26:28
22368 Log: Signedness nit.
22370 ! ext/Encode/Encode.xs
22371 ____________________________________________________________________________
22372 [ 8296] By: nick on 2001/01/01 23:49:36
22373 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
22376 ____________________________________________________________________________
22377 [ 8295] By: jhi on 2001/01/01 23:05:48
22378 Log: Integrate perlio.
22380 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
22382 ____________________________________________________________________________
22383 [ 8294] By: nick on 2001/01/01 22:48:34
22384 Log: Integrate mainline
22386 ! pp_hot.c t/lib/encode.t
22387 !> (integrate 65 files)
22388 ____________________________________________________________________________
22389 [ 8293] By: nick on 2001/01/01 21:58:50
22390 Log: More rigor in UTF-8-ness of Encode's toUnicode
22391 XS export some of the utf8 internal functions.
22392 Test some of the functions.
22393 Fix pp_concat() bug shown by said tests.
22395 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
22397 ____________________________________________________________________________
22398 [ 8292] By: jhi on 2001/01/01 18:11:44
22399 Log: Integrate perlio.
22401 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22402 !> ext/Encode/encengine.c ext/Encode/encode.h
22403 ____________________________________________________________________________
22404 [ 8291] By: jhi on 2001/01/01 18:10:58
22405 Log: Podify README.mpeix (a new version from the web),
22406 add a dummy NAME to Carp::Heavy, regen toc.
22408 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
22410 ____________________________________________________________________________
22411 [ 8290] By: nick on 2001/01/01 17:43:47
22412 Log: Loose the "Loading..." warning.
22413 Another bug in fallback support
22415 ! ext/Encode/Encode.pm ext/Encode/encengine.c
22416 ____________________________________________________________________________
22417 [ 8289] By: jhi on 2001/01/01 00:01:57
22418 Log: Bump up Larry's copyright.
22420 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22421 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
22422 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
22423 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
22424 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
22425 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
22426 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
22427 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
22428 ____________________________________________________________________________
22429 [ 8288] By: nick on 2000/12/31 21:27:53
22430 Log: Fix .ucm reading - forgot a chr()
22431 Start of .ucm write (for .enc to .ucm)
22433 ! ext/Encode/compile
22434 ____________________________________________________________________________
22435 [ 8287] By: jhi on 2000/12/31 18:15:56
22436 Log: Comment away a diagnostic message as noted by Craig A. Berry
22437 (the unexpected message was confusing testing)
22439 ! ext/Encode/Encode.pm
22440 ____________________________________________________________________________
22441 [ 8286] By: jhi on 2000/12/31 18:14:51
22442 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
22443 Date: Sun, 31 Dec 2000 11:17:37 -0600
22444 From: "Craig A. Berry" <craigberry@mac.com>
22445 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
22447 ! ext/Encode/Makefile.PL
22448 ____________________________________________________________________________
22449 [ 8285] By: nick on 2000/12/31 18:11:54
22450 Log: Start of support of ICU-style .ucm files:
22451 - teach compile how to read a .ucm file
22452 - first guess at how to represent fallbacks in "tries".
22453 - use fallbacks if check == 0
22454 - new return code to indicate we used one.
22456 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22457 ! ext/Encode/encengine.c ext/Encode/encode.h
22458 ____________________________________________________________________________
22459 [ 8284] By: jhi on 2000/12/31 18:04:41
22460 Log: Pacify picky VMS compiler.
22462 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
22463 From: "Craig A. Berry" <craig.berry@psinetcs.com>
22464 Date: Sat, 30 Dec 2000 18:10:02 -0600
22465 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
22468 ____________________________________________________________________________
22469 [ 8283] By: jhi on 2000/12/31 16:11:47
22470 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
22472 ! t/lib/glob-basic.t
22473 ____________________________________________________________________________
22474 [ 8282] By: jhi on 2000/12/31 15:26:11
22475 Log: Integrate perlio.
22477 !> makedef.pl opcode.pl os2/os2.c perlio.c
22478 ____________________________________________________________________________
22479 [ 8281] By: nick on 2000/12/31 10:06:15
22480 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
22481 is available to be exported
22483 ! makedef.pl perlio.c
22484 ____________________________________________________________________________
22485 [ 8280] By: nick on 2000/12/31 09:41:26
22486 Log: Ilya's OS2 patch (testing for damage on Win32)
22488 ! makedef.pl opcode.pl os2/os2.c
22489 ____________________________________________________________________________
22490 [ 8279] By: jhi on 2000/12/30 21:52:07
22493 ! t/lib/syslfs.t t/op/lfs.t
22494 ____________________________________________________________________________
22495 [ 8278] By: jhi on 2000/12/30 21:47:49
22496 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
22497 From: andreas.koenig@anima.de (Andreas J. Koenig)
22498 Date: 30 Dec 2000 22:35:37 +0100
22499 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
22501 The 32-bit wraparound test wasn't quite right.
22503 ! t/lib/syslfs.t t/op/lfs.t
22504 ____________________________________________________________________________
22505 [ 8277] By: jhi on 2000/12/30 21:33:44
22506 Log: Subject: [PATCH] open() example in perlfunc.pod
22507 From: Karsten Sperling <s_sperli@ira.uka.de>
22508 Date: Sat, 30 Dec 2000 22:27:09 +0100
22509 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
22512 ____________________________________________________________________________
22513 [ 8276] By: jhi on 2000/12/30 20:32:40
22514 Log: Not quite that many tests yet.
22517 ____________________________________________________________________________
22518 [ 8275] By: jhi on 2000/12/30 20:26:58
22519 Log: Integrate perlio.
22522 ____________________________________________________________________________
22523 [ 8274] By: jhi on 2000/12/30 20:24:56
22524 Log: Signedness nit.
22527 ____________________________________________________________________________
22528 [ 8273] By: jhi on 2000/12/30 20:15:46
22529 Log: Add a test case for 20000731.001 which was fixed by the #8267.
22532 ____________________________________________________________________________
22533 [ 8272] By: nick on 2000/12/30 19:47:51
22534 Log: Tweak for MULTIPLICITY/USE_PERLIO
22537 ____________________________________________________________________________
22538 [ 8271] By: nick on 2000/12/30 19:46:45
22539 Log: Integrate mainline
22541 +> lib/unicode/distinct.pm
22542 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
22543 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
22544 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
22545 ____________________________________________________________________________
22546 [ 8270] By: jhi on 2000/12/30 19:39:50
22547 Log: Subject: RE: perl@8269
22548 From: "Richard Soderberg" <rs@crystalflame.net>
22549 Date: Sat, 30 Dec 2000 11:36:27 -0800
22550 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
22555 ____________________________________________________________________________
22556 [ 8269] By: jhi on 2000/12/30 18:55:48
22557 Log: Update Changes.
22559 ! Changes patchlevel.h
22560 ____________________________________________________________________________
22561 [ 8268] By: jhi on 2000/12/30 17:18:40
22562 Log: Add a test for Unicode split //. The #8267 was the cure.
22565 ____________________________________________________________________________
22566 [ 8267] By: jhi on 2000/12/30 17:14:19
22567 Log: Subject: more UTF8 test suites and an UTF8 patch
22568 From: Inaba Hiroto <inaba@st.rim.or.jp>
22569 Date: Sat, 30 Dec 2000 14:27:10 +0900
22570 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
22572 Just the patch part for now, and the pragma renamed
22573 as unicode::distinct.
22575 + lib/unicode/distinct.pm
22576 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
22577 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
22578 ! regcomp.h regexec.c sv.c toke.c utf8.c
22579 ____________________________________________________________________________
22580 [ 8266] By: nick on 2000/12/30 16:40:49
22581 Log: Integrate mainline
22583 +> lib/Pod/Text/Overstrike.pm
22584 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
22585 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
22586 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
22587 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
22588 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
22589 ____________________________________________________________________________
22590 [ 8265] By: jhi on 2000/12/30 07:28:55
22591 Log: The sv_catsv() fix, take two.
22594 ____________________________________________________________________________
22595 [ 8264] By: jhi on 2000/12/30 06:19:18
22596 Log: Undo all the join-related changes since #8248: relevant
22597 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
22598 The new sv_catsv() doesn't fly so it must go back to
22601 ! sv.c t/op/join.t t/pragma/utf8.t
22602 ____________________________________________________________________________
22603 [ 8263] By: jhi on 2000/12/30 01:08:32
22604 Log: (Retracted by #8264) Tweak sv_catsv() some more.
22607 ____________________________________________________________________________
22608 [ 8262] By: jhi on 2000/12/30 00:45:14
22609 Log: Retract #8261.
22612 ____________________________________________________________________________
22613 [ 8261] By: jhi on 2000/12/30 00:38:32
22614 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
22617 ____________________________________________________________________________
22618 [ 8260] By: jhi on 2000/12/29 22:51:33
22619 Log: (Retracted by #8264) More fixing for #8251.
22622 ____________________________________________________________________________
22623 [ 8259] By: jhi on 2000/12/29 18:27:30
22624 Log: Subject: podlators 1.06 released
22625 From: Russ Allbery <rra@stanford.edu>
22626 Date: 25 Dec 2000 05:09:30 -0800
22627 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
22629 + lib/Pod/Text/Overstrike.pm
22630 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
22631 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
22632 ____________________________________________________________________________
22633 [ 8258] By: jhi on 2000/12/29 18:20:45
22634 Log: Make the large file tests more robust/talkative as suggested by
22636 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
22637 From: andreas.koenig@anima.de (Andreas J. Koenig)
22638 Date: 29 Dec 2000 14:23:01 +0100
22639 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
22641 ! t/lib/syslfs.t t/op/lfs.t
22642 ____________________________________________________________________________
22643 [ 8257] By: jhi on 2000/12/29 17:48:04
22644 Log: Further VMS piping fixes from Charles Lane:
22646 In summary, error messages produced when a subprocess terminated
22647 abnormally were being sent not just to the parent process, but to
22648 grandparents, because of default values for error output that were
22649 not completely overridden when the subprocess was started.
22651 This patch fixes this behavior by defining user-mode (i.e., temporary
22652 for the duration of the program) logical names for SYS$OUTPUT and
22653 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
22654 changes to make it so that the user-mode logicals are the ones that
22655 control where Perl's error messages go if it terminates abnormally.
22657 I also added some gratuitous fixes to the indentation of braces in
22658 the piping code. It just looked ugly, before.
22660 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
22661 ____________________________________________________________________________
22662 [ 8256] By: jhi on 2000/12/29 17:45:12
22663 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
22664 From: "Casey R. Tweten" <crt@kiski.net>
22665 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
22666 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
22668 Tests for for #8240.
22670 ! t/pragma/constant.t
22671 ____________________________________________________________________________
22672 [ 8255] By: jhi on 2000/12/29 17:43:07
22673 Log: Subject: Re: [PATCH] Interesting syntax idea
22674 From: Simon Cozens <simon@cozens.net>
22675 Date: Fri, 29 Dec 2000 14:34:04 +0000
22676 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
22680 ! t/pragma/sub_lval.t
22681 ____________________________________________________________________________
22682 [ 8254] By: jhi on 2000/12/29 17:42:11
22683 Log: Subject: [PATCH] Interesting syntax idea
22684 From: Simon Cozens <simon@cozens.net>
22685 Date: Wed, 27 Dec 2000 05:08:57 +0000
22686 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
22688 Make opens + bareword assigns do typeglob assigns.
22691 ____________________________________________________________________________
22692 [ 8253] By: jhi on 2000/12/29 17:36:45
22693 Log: Output the (apparent) version of gcc, as suggested by
22695 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
22696 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
22697 Date: 26 Dec 2000 04:29:17 -0500
22698 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
22700 (The patch as such didn't any more apply as the misparsing had
22701 already been addressed in #6474.) Also change the wording about
22702 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
22705 ____________________________________________________________________________
22706 [ 8252] By: nick on 2000/12/29 12:14:31
22707 Log: Integrate mainline
22709 !> (integrate 27 files)
22710 ____________________________________________________________________________
22711 [ 8251] By: jhi on 2000/12/29 08:45:46
22712 Log: (Retracted by #8264)
22716 sv_catsv() needs one more byte space than seems reasonable.
22717 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
22718 Curiouser and curiouser.
22721 ____________________________________________________________________________
22722 [ 8250] By: jhi on 2000/12/29 07:57:52
22723 Log: More split // UTF-8 tests.
22726 ____________________________________________________________________________
22727 [ 8249] By: jhi on 2000/12/29 07:54:51
22728 Log: (Retracted by #8264) More join() testing which was good because
22729 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
22731 ! pp.c t/op/join.t utf8.c utf8.h
22732 ____________________________________________________________________________
22733 [ 8248] By: jhi on 2000/12/29 07:08:32
22734 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
22735 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
22736 that the only cases to care about are byte+byte and byte+character.
22738 TODO: See how well pp_concat() could be implemented in terms
22741 ! doop.c sv.c t/op/join.t utf8.h
22742 ____________________________________________________________________________
22743 [ 8247] By: jhi on 2000/12/29 06:35:23
22744 Log: Signedness nit.
22747 ____________________________________________________________________________
22748 [ 8246] By: jhi on 2000/12/29 01:23:31
22749 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
22750 From: Lupe Christoph <lupe@lupe-christoph.de>
22751 Date: Thu, 28 Dec 2000 23:00:00 +0100
22752 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
22754 Suggest rsync --delete --dry-run.
22757 ____________________________________________________________________________
22758 [ 8245] By: jhi on 2000/12/28 23:57:05
22759 Log: The maxiters upper limit sanity check (guarding against
22760 non-progress) assumed bytes instead of characters in s///
22764 ____________________________________________________________________________
22765 [ 8244] By: jhi on 2000/12/28 23:34:08
22766 Log: Make some panic messages a bit more logical.
22768 ! doop.c pod/perldiag.pod pp.c pp_hot.c
22769 ____________________________________________________________________________
22770 [ 8243] By: jhi on 2000/12/28 22:59:16
22771 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
22772 From: Simon Cozens <simon@cozens.net>
22773 Date: Wed, 27 Dec 2000 02:30:03 +0000
22774 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
22776 ! pp.c t/pragma/sub_lval.t
22777 ____________________________________________________________________________
22778 [ 8242] By: jhi on 2000/12/28 22:56:53
22779 Log: Subject: [PATCH blead] Fix B::Terse indentation
22780 From: Daniel Chetlin <daniel@chetlin.com>
22781 Date: Wed, 27 Dec 2000 06:43:30 -0800
22782 Message-ID: <20001227064329.B9573@darkstar>
22784 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
22785 ____________________________________________________________________________
22786 [ 8241] By: jhi on 2000/12/28 22:48:59
22787 Log: The latter patch from the
22789 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
22790 From: Peter Prymmer <pvhp@forte.com>
22791 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
22792 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
22794 (the former patch from the above should have been
22795 taken care of by Nick I-S)
22798 ____________________________________________________________________________
22799 [ 8240] By: jhi on 2000/12/28 22:45:22
22800 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
22801 From: "Casey R. Tweten" <crt@kiski.net>
22802 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
22803 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
22806 ____________________________________________________________________________
22807 [ 8239] By: jhi on 2000/12/28 22:37:45
22808 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
22809 From: Simon Cozens <simon@cozens.net>
22810 Date: Wed, 27 Dec 2000 14:12:44 +0000
22811 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
22813 ! t/op/method.t t/op/sort.t toke.c
22814 ____________________________________________________________________________
22815 [ 8238] By: jhi on 2000/12/28 22:30:32
22816 Log: Subject: [PATCH perl@8229] Call.pm
22817 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22818 Date: Mon, 25 Dec 2000 10:47:15 -0000
22819 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
22821 ! ext/Filter/Util/Call/Call.pm
22822 ____________________________________________________________________________
22823 [ 8237] By: jhi on 2000/12/28 22:19:21
22824 Log: Subject: [PATCH blead] Fix problem with `&' prototype
22825 From: Daniel Chetlin <daniel@chetlin.com>
22826 Date: Wed, 27 Dec 2000 15:55:32 -0800
22827 Message-ID: <20001227155532.D9573@darkstar>
22829 ! op.c t/comp/proto.t
22830 ____________________________________________________________________________
22831 [ 8236] By: jhi on 2000/12/28 22:09:25
22832 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
22833 From: Daniel Chetlin <daniel@chetlin.com>
22834 Date: Sun, 24 Dec 2000 04:09:49 -0800
22835 Message-ID: <20001224040949.B3090@darkstar>
22837 ! gv.c mg.c t/op/attrs.t
22838 ____________________________________________________________________________
22839 [ 8235] By: jhi on 2000/12/28 22:07:11
22840 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
22841 From: Jan Dubois <jand@ActiveState.com>
22842 Date: Tue, 26 Dec 2000 20:57:31 -0800
22843 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
22846 ____________________________________________________________________________
22847 [ 8234] By: jhi on 2000/12/28 21:52:42
22848 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
22849 From: Simon Cozens <simon@cozens.net>
22850 Date: Thu, 28 Dec 2000 20:33:13 +0000
22851 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
22853 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
22854 ____________________________________________________________________________
22855 [ 8233] By: jhi on 2000/12/28 19:40:49
22856 Log: Integrate perlio.
22858 !> ext/Encode/Makefile.PL ext/Encode/compile
22859 ____________________________________________________________________________
22860 [ 8232] By: nick on 2000/12/23 16:06:00
22861 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
22862 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
22864 ! ext/Encode/Makefile.PL
22865 ____________________________________________________________________________
22866 [ 8231] By: nick on 2000/12/23 14:30:34
22867 Log: "Compiled" encode build cleanup
22868 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
22869 - .c files do not export sub-tables
22871 ! ext/Encode/Makefile.PL ext/Encode/compile
22872 ____________________________________________________________________________
22873 [ 8230] By: nick on 2000/12/23 12:50:37
22874 Log: Integrate mainline
22876 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
22877 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
22878 !> pod/perl5004delta.pod pod/perl5005delta.pod
22879 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
22880 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
22881 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
22883 ____________________________________________________________________________
22884 [ 8229] By: jhi on 2000/12/22 15:32:12
22885 Log: Integrate perlio.
22887 +> win32/distclean.bat
22888 !> MANIFEST t/io/utf8.t
22889 ____________________________________________________________________________
22890 [ 8228] By: jhi on 2000/12/22 15:29:40
22891 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22892 From: Robin Barker <rmb1@cise.npl.co.uk>
22893 Date: Fri, 22 Dec 2000 12:17:38 GMT
22894 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
22896 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
22897 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
22898 ! pod/perl5004delta.pod pod/perl5005delta.pod
22899 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
22900 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
22901 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
22903 ____________________________________________________________________________
22904 [ 8227] By: jhi on 2000/12/22 15:24:28
22905 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22906 From: "John L. Allen" <allen@grumman.com>
22907 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
22908 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
22910 Document APPLLIB_EXP.
22913 ____________________________________________________________________________
22914 [ 8226] By: nick on 2000/12/21 22:11:50
22915 Log: Handy script for when one forgets to "dmake clean"
22917 + win32/distclean.bat
22919 ____________________________________________________________________________
22920 [ 8225] By: nick on 2000/12/21 21:54:04
22921 Log: CRLF platform issue with io/utf8 fix.
22924 ____________________________________________________________________________
22925 [ 8224] By: nick on 2000/12/21 21:02:20
22926 Log: Integrate mainline
22928 !> Changes Configure Makefile.SH Porting/Glossary
22929 !> Porting/config.sh Porting/config_H configure.com
22930 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
22931 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
22932 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
22933 !> win32/config.bc win32/config.gc win32/config.vc
22934 ____________________________________________________________________________
22935 [ 8223] By: jhi on 2000/12/21 17:09:16
22936 Log: Update Changes.
22938 ! Changes patchlevel.h
22939 ____________________________________________________________________________
22940 [ 8222] By: jhi on 2000/12/21 16:24:01
22941 Log: Metaconfig unit changes for #8221.
22942 Branch: metaconfig/U/perl
22946 ____________________________________________________________________________
22947 [ 8221] By: jhi on 2000/12/21 16:23:48
22948 Log: Rename testsyml to issymlink.
22950 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22951 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
22953 ____________________________________________________________________________
22954 [ 8220] By: jhi on 2000/12/21 15:47:26
22955 Log: Robustness support for #8218 (symlink forest) since the GNU
22956 tools seem to be overly picky about symlinkage depths.
22958 ! Makefile.SH t/io/fs.t
22959 ____________________________________________________________________________
22960 [ 8219] By: jhi on 2000/12/21 15:38:27
22961 Log: Metaconfig changes for #8218.
22963 ! U/modified/Oldconfig.U
22964 Branch: metaconfig/U/perl
22967 ____________________________________________________________________________
22968 [ 8218] By: jhi on 2000/12/21 15:37:57
22969 Log: Add Configure option -Dmksymlinks which will create a symlink
22970 forest if the current/build differs from the source directory.
22971 TODO: mkdir -p is not portable.
22974 ____________________________________________________________________________
22975 [ 8217] By: jhi on 2000/12/21 14:39:12
22976 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
22977 From: Nick Ing-Simmons <nik@tiuk.ti.com>
22978 Date: Thu, 21 Dec 2000 09:38:18 GMT
22979 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
22981 The ofs became an SV.
22983 ! ext/Thread/Thread.xs
22984 ____________________________________________________________________________
22985 [ 8216] By: jhi on 2000/12/21 05:40:21
22986 Log: The polymorphism seems to have fixed 20000517.001.
22989 ____________________________________________________________________________
22990 [ 8215] By: jhi on 2000/12/21 04:44:52
22991 Log: read() documentation tweak for 20001121.004.
22994 ____________________________________________________________________________
22995 [ 8214] By: jhi on 2000/12/21 03:54:11
22996 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
22998 ! pp_sys.c t/op/misc.t
22999 ____________________________________________________________________________
23000 [ 8213] By: jhi on 2000/12/21 00:28:10
23001 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
23002 From: Peter Prymmer <pvhp@forte.com>
23003 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
23004 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
23007 ____________________________________________________________________________
23008 [ 8212] By: jhi on 2000/12/21 00:26:21
23009 Log: Edit edit edit.
23012 ____________________________________________________________________________
23013 [ 8211] By: jhi on 2000/12/20 18:52:46
23014 Log: Update Changes.
23016 ! Changes patchlevel.h
23017 ____________________________________________________________________________
23018 [ 8210] By: jhi on 2000/12/20 18:34:47
23019 Log: Yet another editor edit.
23022 ____________________________________________________________________________
23023 [ 8209] By: jhi on 2000/12/20 15:33:28
23024 Log: More Win32 Perling.
23027 ____________________________________________________________________________
23028 [ 8208] By: jhi on 2000/12/20 15:07:46
23029 Log: More Win32 editor/IDE/shell hints.
23032 ____________________________________________________________________________
23033 [ 8207] By: jhi on 2000/12/20 03:54:08
23034 Log: Subject: [PATCH] obscure timing knowledge
23035 From: Nicholas Clark <nick@ccl4.org>
23036 Date: Tue, 19 Dec 2000 19:22:31 +0000
23037 Message-ID: <20001219192231.F2827@plum.flirble.org>
23040 ____________________________________________________________________________
23041 [ 8206] By: jhi on 2000/12/20 03:45:57
23042 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
23043 From: Spider Boardman <spider@leggy.zk3.dec.com>
23044 Date: Tue, 19 Dec 2000 21:30:16 -0500
23045 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
23048 ____________________________________________________________________________
23049 [ 8205] By: jhi on 2000/12/19 23:02:01
23050 Log: Update Changes.
23052 ! Changes patchlevel.h
23053 ____________________________________________________________________________
23054 [ 8204] By: jhi on 2000/12/19 22:58:18
23055 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
23056 using the \xHH notation. No more inlined UTF-8, sigh, but easier
23057 on editors and diffing/patching.
23059 ! t/op/utf8decode.t
23060 ____________________________________________________________________________
23061 [ 8203] By: nick on 2000/12/19 21:36:16
23062 Log: Integrate mainline (forgot my own change...)
23064 !> ext/Encode/compile
23065 ____________________________________________________________________________
23066 [ 8202] By: nick on 2000/12/19 21:34:42
23067 Log: Integrate mainline.
23069 !> (integrate 61 files)
23070 ____________________________________________________________________________
23071 [ 8201] By: nick on 2000/12/19 21:34:06
23072 Log: Avoid looking for File::Glob when we don't need it.
23074 ! ext/Encode/compile
23075 ____________________________________________________________________________
23076 [ 8200] By: jhi on 2000/12/19 18:35:49
23077 Log: Update Changes.
23079 ! Changes patchlevel.h
23080 ____________________________________________________________________________
23081 [ 8199] By: jhi on 2000/12/19 18:35:07
23082 Log: Microperl tweaks.
23084 ! sv.c uconfig.h uconfig.sh
23085 ____________________________________________________________________________
23086 [ 8198] By: jhi on 2000/12/19 18:29:59
23087 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
23089 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23090 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
23091 ____________________________________________________________________________
23092 [ 8197] By: jhi on 2000/12/19 17:55:29
23093 Log: In VMS embedded perls couldn't access the statically built Socket,
23097 ____________________________________________________________________________
23098 [ 8196] By: jhi on 2000/12/19 17:49:50
23099 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
23100 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
23101 Date: Sun, 17 Dec 2000 19:11:44 -0000
23102 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
23104 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23105 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23106 ____________________________________________________________________________
23107 [ 8195] By: jhi on 2000/12/19 17:47:53
23108 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
23109 From: Jonathan Stowe <gellyfish@gellyfish.com>
23110 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
23111 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
23114 ____________________________________________________________________________
23115 [ 8194] By: jhi on 2000/12/19 17:46:28
23116 Log: Subject: Re: useless use of void context work-around
23117 From: andreas.koenig@anima.de (Andreas J. Koenig)
23118 Date: 16 Dec 2000 15:13:36 +0100
23119 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
23121 Document (comment) the q(di ds ig) trick in the code.
23124 ____________________________________________________________________________
23125 [ 8193] By: jhi on 2000/12/19 17:10:57
23126 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
23127 From: "Mark J. Reed" <mreed@strange.turner.com>
23128 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
23129 Message-Id: <200012160222.VAA13986@strange.turner.com>
23131 ! ext/Sys/Syslog/Syslog.pm
23132 ____________________________________________________________________________
23133 [ 8192] By: jhi on 2000/12/19 17:07:45
23134 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
23135 From: Nicholas Clark <nick@ccl4.org>
23136 Date: Sat, 16 Dec 2000 19:03:13 +0000
23137 Message-ID: <20001216190313.D68304@plum.flirble.org>
23140 ____________________________________________________________________________
23141 [ 8191] By: jhi on 2000/12/19 17:06:13
23142 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
23143 From: Dominic Dunlop <domo@computer.org>
23144 Date: Mon, 18 Dec 2000 12:00:15 +0100
23145 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
23147 This patchlet is needed in order that perl can be statically linked.
23150 ____________________________________________________________________________
23151 [ 8190] By: jhi on 2000/12/19 17:03:08
23152 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
23153 From: "Craig A. Berry" <craig.berry@psinetcs.com>
23154 Date: Sun, 17 Dec 2000 00:18:35 -0600
23155 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
23157 ! perlio.h vms/gen_shrfls.pl
23158 ____________________________________________________________________________
23159 [ 8189] By: jhi on 2000/12/19 16:20:28
23160 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
23161 From: Prymmer/Kahn <pvhp@best.com>
23162 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
23163 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
23165 A better version of #8188.
23168 ____________________________________________________________________________
23169 [ 8188] By: jhi on 2000/12/19 15:57:06
23170 Log: (Replaced by #8189)
23172 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23173 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
23174 From: Prymmer/Kahn <pvhp@best.com>
23175 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
23176 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23177 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
23178 Date: Mon, 18 Dec 2000 11:10:45 -0500
23179 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
23182 ____________________________________________________________________________
23183 [ 8187] By: jhi on 2000/12/19 15:54:19
23184 Log: Email address fix for Anton Berezin.
23187 ____________________________________________________________________________
23188 [ 8186] By: jhi on 2000/12/19 15:38:54
23189 Log: Subject: [PATCH perl@8102] cygwin port
23190 From: "Eric Fifer" <efifer@dircon.co.uk>
23191 Date: Thu, 14 Dec 2000 13:41:29 -0000
23192 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
23194 When compiling modules the data item that is being imported
23195 from libperl.dll needs to be tagged as imported/shared data:
23196 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
23199 ____________________________________________________________________________
23200 [ 8185] By: jhi on 2000/12/19 14:53:24
23201 Log: Regen uconfig.h and uconfig.sh.
23203 ! uconfig.h uconfig.sh
23204 ____________________________________________________________________________
23205 [ 8184] By: jhi on 2000/12/18 20:43:49
23206 Log: Comments work so much better when they are closed.
23209 ____________________________________________________________________________
23210 [ 8183] By: jhi on 2000/12/18 18:04:02
23211 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
23212 Fixes the bug 20001218.016.
23215 ____________________________________________________________________________
23216 [ 8182] By: gsar on 2000/12/18 09:53:47
23217 Log: delete spurious files
23218 Branch: maint-5.6/perl
23219 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
23220 - vos/config.h vos/config_h.SH_orig
23221 ____________________________________________________________________________
23222 [ 8181] By: gsar on 2000/12/18 09:46:08
23224 Branch: maint-5.6/perl
23225 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
23226 ____________________________________________________________________________
23227 [ 8180] By: gsar on 2000/12/18 09:20:27
23228 Log: integrate changes#7924..7926,7946,7952 from mainline
23229 Branch: maint-5.6/perl
23230 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
23231 !> lib/File/stat.pm t/lib/class-struct.t
23232 ____________________________________________________________________________
23233 [ 8179] By: gsar on 2000/12/18 08:55:54
23234 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
23235 7918,7919,7988,8907 from mainline (various)
23236 Branch: maint-5.6/perl
23237 +> t/lib/class-struct.t
23238 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
23239 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
23240 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
23241 ____________________________________________________________________________
23242 [ 8178] By: gsar on 2000/12/18 08:16:30
23243 Log: avoid redefinition warnings on windows due to sys/socket.h getting
23244 #included before win32.h
23245 Branch: maint-5.6/perl
23246 ! win32/include/sys/socket.h
23247 ____________________________________________________________________________
23248 [ 8177] By: gsar on 2000/12/18 05:24:04
23249 Log: make regen_headers; fix POSIX.xs problems; remove outdated
23250 code from sys/socket.h that makes build fail now
23251 Branch: maint-5.6/perl
23252 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
23254 !> win32/include/sys/socket.h
23255 ____________________________________________________________________________
23256 [ 8176] By: gsar on 2000/12/18 05:20:17
23257 Log: update Changes
23258 Branch: maint-5.6/perl
23259 ! Changes patchlevel.h
23260 ____________________________________________________________________________
23261 [ 8175] By: gsar on 2000/12/18 04:57:48
23262 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
23263 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
23264 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
23265 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
23266 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
23268 Branch: maint-5.6/perl
23269 +> lib/File/Spec/Epoc.pm
23270 !> (integrate 88 files)
23271 ____________________________________________________________________________
23272 [ 8174] By: gsar on 2000/12/18 03:53:09
23273 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
23274 7625..7629,7631..7634,7637,7639,7642 from mainline
23275 Branch: maint-5.6/perl
23277 !> (integrate 26 files)
23278 ____________________________________________________________________________
23279 [ 8173] By: gsar on 2000/12/18 03:37:02
23280 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
23281 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
23282 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
23283 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
23284 Branch: maint-5.6/perl
23285 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
23287 !> (integrate 111 files)
23288 ____________________________________________________________________________
23289 [ 8172] By: jhi on 2000/12/18 02:49:27
23292 ! pod/perlmodlib.pod pod/perltoc.pod
23293 ____________________________________________________________________________
23294 [ 8171] By: gsar on 2000/12/18 02:49:24
23295 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
23296 7465..7471 from mainline
23298 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
23299 in platforms that strictly require all the symbols being present
23302 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
23304 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
23306 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
23308 Subject: [PATCH] todo
23310 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
23312 Use $sort, $uniq (and $tr) consistently as wondered
23315 Too enthusiastic editing in #7460.
23317 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
23319 Upgrade to CPAN 1.58_55.
23320 Subject: CPAN.pm status
23322 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
23324 Make target reordering to avoid pointless re-makes.
23325 Subject: Re: Total re-make of 'make okfile' after 7451 ?
23327 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
23329 Subject: DOC PATCH 5.6.0
23331 Add the repository doc by Malcolm, Sarathy, and by Simon,
23332 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
23333 Branch: maint-5.6/perl
23334 +> Porting/repository.pod
23335 !> Configure MANIFEST Makefile.SH README.dos README.os2
23336 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
23337 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
23338 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
23339 ____________________________________________________________________________
23340 [ 8169] By: gsar on 2000/12/18 02:33:34
23341 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
23342 7435..7441,7445 from mainline
23344 Make the UTF-8 decoding stricter and more verbose when
23345 malformation happens. This involved adding an argument
23346 to utf8_to_uv_chk(), which involved changing its prototype,
23347 and prefer STRLEN over I32 for the UTF-8 length, which as
23348 a domino effect necessitated changing the prototypes of
23349 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
23350 The stricter UTF-8 decoding checking uses Markus Kuhn's
23351 UTF-8 Decode Stress Tester from
23352 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
23354 Run vms/vms_yfix.pl, should have done that after changing
23357 Subject: [PATCH 5.7.0] static linking with uninstalled perl
23359 (Replaced by #7440.)
23360 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23362 Fix the bug ID 20001024.005, the bug introduced by #7416.
23364 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
23366 Fix the bug reported in
23367 From: andreas.koenig@anima.de (Andreas J. Koenig)
23368 Also make is_utf8_char() stricter.
23370 Missed the header file changes from #7425.
23372 Check if stdio supports tweaking lval and cnt simultaneously.
23373 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23375 Stratus VOS updates from Paul Green.
23377 Podify README.epoc and README.vos.
23379 Add targets to Makefile.SH, most importantly
23380 'regen_all' which also remembers to update vms/perly*.
23382 Subject: Minor update to find2perl, for portability
23384 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
23386 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
23388 Rename UTF8LEN() to be UNISKIP(), too confusing to have
23389 UTF8LEN() and UTF8SKIP().
23391 Allow poking holes at the UTF-8 decoding strictness.
23393 Continue the internal UTF-8 API tweaking.
23394 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
23395 used much more than the simpler API, now called utf8_to_uv_simple().
23396 Still not quite happy with API, too much partial duplication
23399 A new version of making the syslog test more robust.
23401 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23403 buildtoc target tweaks.
23405 Integrate with vmsperl #7430 by Charles Bailey:
23407 Cleanup from prior patch (Charles Lane?):
23408 - improve handling of MFDs in Basename and Path
23409 - default to no xsubpp line # munging when building debug images
23410 Branch: maint-5.6/perl
23411 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23412 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
23413 !> (integrate 67 files)
23414 ____________________________________________________________________________
23415 [ 8168] By: gsar on 2000/12/18 02:05:49
23416 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
23418 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
23419 From: Martin Husemann <martin@duskware.de>
23421 Subject: [PATCH 5.7.0] restore match data on backtracing
23422 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23423 Branch: maint-5.6/perl
23424 !> regcomp.c regexec.c t/op/re_tests
23425 ____________________________________________________________________________
23426 [ 8167] By: gsar on 2000/12/18 01:55:22
23427 Log: integrate changes#7858,7986 from mainline
23429 C<foreach my $x ...> in pseudo-fork()ed process may diddle
23430 parent's memory; fix it by keeping track of the actual pad
23431 offset rather than a raw pointer (this change is probably also
23432 relevant to non-ithreads case to avoid fallout from reallocs of
23433 the pad array, but is currently only enabled for the ithreads
23434 case in the interests of minimal disruption to existing "well
23437 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
23438 due to the notorious GetFileType() bug in Windows 9x, which fstat()
23440 Branch: maint-5.6/perl
23441 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
23442 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
23443 !> win32/win32.c win32/win32.h win32/win32sck.c
23444 ____________________________________________________________________________
23445 [ 8166] By: gsar on 2000/12/18 01:52:59
23446 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
23447 from mainline (xsubpp and ExtUtils::LibList fixups, various
23449 Branch: maint-5.6/perl
23450 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
23451 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23452 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
23453 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
23454 !> win32/bin/search.pl
23455 ____________________________________________________________________________
23456 [ 8165] By: gsar on 2000/12/18 01:28:45
23457 Log: integrate changes#7533,7563,7611,7623 from mainline (various
23458 malloc.c embellishments)
23459 Branch: maint-5.6/perl
23460 !> malloc.c pod/perldiag.pod
23461 ____________________________________________________________________________
23462 [ 8164] By: gsar on 2000/12/18 01:23:33
23463 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
23465 Branch: maint-5.6/perl
23467 ____________________________________________________________________________
23468 [ 8163] By: gsar on 2000/12/18 01:17:50
23469 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
23471 Branch: maint-5.6/perl
23472 !> Makefile.SH utils/perlbug.PL
23473 ____________________________________________________________________________
23474 [ 8162] By: gsar on 2000/12/18 00:25:43
23475 Log: always export Perl_deb() (it is required by re.xs whether
23476 Perl is built with or without -DDEBUGGING)
23477 Branch: maint-5.6/perl
23479 ____________________________________________________________________________
23480 [ 8161] By: gsar on 2000/12/18 00:23:38
23481 Log: integrate change#7414 from mainline
23483 Undo the basename() part of #7412 since the lib/basename
23484 tests would need upgrading too.
23486 squelch two tests in tr.t that rely on tr/// paranoia change
23487 that's not in 5.6.x
23488 Branch: maint-5.6/perl
23490 !> lib/File/Basename.pm
23491 ____________________________________________________________________________
23492 [ 8160] By: gsar on 2000/12/18 00:05:30
23493 Log: missing change in previous integrate
23494 Branch: maint-5.6/perl
23496 ____________________________________________________________________________
23497 [ 8159] By: gsar on 2000/12/18 00:03:38
23498 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
23499 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
23500 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
23501 7410..7413 from mainline
23502 Branch: maint-5.6/perl
23503 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
23504 +> t/lib/tie-splice.t
23505 - lib/unicode/Is/DCinital.pl
23506 !> (integrate 112 files)
23507 ____________________________________________________________________________
23508 [ 8158] By: jhi on 2000/12/17 23:04:24
23509 Log: Subject: [PATCHES] RE: perl@8150
23510 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
23511 Date: Sun, 17 Dec 2000 21:46:39 +0100
23512 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
23514 Neither cygwin has a getpwuid() one can trust on.
23516 ! t/lib/glob-basic.t
23517 ____________________________________________________________________________
23518 [ 8157] By: jhi on 2000/12/17 23:01:54
23519 Log: More MAN.PODS => {} fixes.
23521 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
23522 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
23523 ! os2/OS2/REXX/Makefile.PL
23524 ____________________________________________________________________________
23525 [ 8156] By: gsar on 2000/12/17 22:49:13
23526 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
23527 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
23528 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
23529 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
23530 7201,7204 from mainline
23531 Branch: maint-5.6/perl
23532 !> (integrate 121 files)
23533 ____________________________________________________________________________
23534 [ 8155] By: jhi on 2000/12/17 22:30:58
23535 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
23536 From: "Craig A. Berry" <craigberry@mac.com>
23537 Date: Sun, 17 Dec 2000 13:09:28 -0600
23538 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
23540 MAN.PODS => ' ' is naughty.
23542 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
23543 ____________________________________________________________________________
23544 [ 8154] By: nick on 2000/12/17 22:07:13
23545 Log: MULTIPLICITY nit.
23548 ____________________________________________________________________________
23549 [ 8153] By: gsar on 2000/12/17 21:23:05
23550 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
23551 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
23554 Document the SvIOK_.*UV().
23556 Update Unicode todo list.
23558 Guard against bad string->int conversion for quads.
23560 Subject: small apidoc fix
23562 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
23564 Subject: [PATCH] Tied filehandle documentation
23566 Subject: [PATCH] Modernize Opcode.pm documentation
23568 Make Data::Dumper (non-XS) to work with changed semantics of ref().
23569 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23570 [applied even though said semantics didn't change in 5.6.x]
23572 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
23574 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
23576 Fix the URL, but the server is still missing in action.
23577 Subject: [ID 20000905.002] perlfaq1.pod URL error
23579 Subject: [ID 20000903.001] \w in utf8-strings
23581 Fix the ccversion detection for 5.1 and beyond.
23582 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23584 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23586 Subject: [ID 20000904.008] Tiny fix for perldiag
23588 Subject: Re: [ID 20000906.004] segfault with bad perl statement
23590 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23592 Subject: [ID 20000908.002] perlipc documentation bug.
23594 Subject: [PATCH lib/Benchmark.pm]
23596 Re-allow vec() for characters > 255.
23597 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
23599 Do away with memory models cruft. Sorry, PDP users.
23603 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23605 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23607 Upgrade to CPAN 1.57_65, from Andreas König.
23609 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23612 Silence t/pod/*.t about alternate quote-mappings now implemented
23613 by Pod::Text, from Brad Appleton.
23615 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23616 Subject: borland C++ win32.c tweak
23618 C<@a = @b = split(...)> optimization coredumps under ithreads
23619 (missed a spot when fixing up op_pmreplroot hack for ithreads)
23621 Document the SvUTF8*().
23623 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23625 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23627 Do in VMS as the #7054 does.
23629 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23631 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23633 Subject: [patch: perl@7045] vms updates
23635 Test for the #7049.
23636 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
23638 Break up the myconfig lines a bit.
23639 Subject: perlbug/perl -V output format
23641 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23643 The #7054 truncated Configure badly.
23645 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
23646 initialization in all the threads on Windows
23648 Allow for whitespace between "#" and "line" in cpp output.
23649 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
23651 Remove vestiges of tr//CU.
23652 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23654 The return value of setlocale must be copied away.
23655 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
23657 Allow chop() and chomp() to be overridden.
23658 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
23660 Hints optimization.
23663 Subject: [PATCH] de-wall t/README
23665 Subject: Re: Two advertising clauses need to be removed
23666 Branch: maint-5.6/perl
23667 !> (integrate 75 files)
23668 ____________________________________________________________________________
23669 [ 8152] By: gsar on 2000/12/17 20:30:11
23670 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
23671 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
23672 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
23674 Don't attach -ld to the archname if pointless.
23676 Document UNTIE in a very minimalistic way.
23678 POSIX doesn't report long double values under -Duselongdouble
23679 when the long doubles are "real" (bigger than doubles).
23681 More author updates.
23683 Try to deduce NV_MAX. Really should be Configure fodder.
23685 :: not allowed in pathnames, change to .
23686 Subject: [PATCH perl@6938] cygwin port
23688 Forget about NV_MAX (#6951). Various floating point tweaks,
23689 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
23691 Move the Solaris 7 scan to use64bitall, make the
23692 failure to find 64-bot sparc libc to mention the
23693 possibility of being in an intel, from Lupe and Alan.
23697 AUTHORS tweaks, from Peter Prymmer.
23699 More address tweaking.
23701 Small tweaks all over.
23703 File::Temp patches from Andreas König,
23705 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
23707 Subject: CPAN.pm beta 1.57_57 for the core
23709 Part of the solution.
23710 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
23712 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
23714 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23716 Add the overload warnings to perldiag.
23718 Drop unused argument.
23719 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
23721 Subject: Nit in Configure (bleadperl@6961)
23723 Update to PodParser 1.18, from Brad Appleton.
23725 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
23727 Subject: [PATCH: 6948] add SCNfldbl to configure.com
23729 Document UNTIE. Also tweak implementation to suppress the 'inner references'
23730 warning when UNTIE exists and instead pass the cound of extra references to
23733 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
23734 so that case-ignoring systems like DCL can tell them from
23735 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
23737 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23739 Feature ordering tweak.
23743 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
23745 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
23747 Subject: http:// in L<>
23751 change#6791 accidentally clobbered change#6710, put it back
23753 Only the first line, thank you very much.
23755 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
23756 plus rework the http: spots as suggested by Tom Christiansen,
23757 plus regen perltoc.
23759 Undo part of change 6489 which looks like a bulk edit which
23760 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
23761 The supressing of main:: on return from select() is undesirable.
23763 Apparently avoiding the swapping is too costly.
23765 Various Configure nits by Philip Newton,
23766 plus the ebcdic one by me.
23768 Make certain cc is set before trying to run it.
23770 If overloaded %{} etc. return the object do not loop.
23771 Thus sub deref { $_[0] } functions if object is wanted type.
23775 More %{} and other deref special casing - do not pass to 'nomethod'.
23776 Branch: maint-5.6/perl
23777 !> (integrate 59 files)
23778 ____________________________________________________________________________
23779 [ 8151] By: gsar on 2000/12/17 19:14:38
23780 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
23781 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
23783 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
23785 Make the epsilon to be relative, not absolute.
23787 Put back the flags dump as reasoned in
23788 Subject: Re: [PATCH] Glob dumping
23790 Introduce ccname to keep track of what compiler kind of we have.
23792 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
23794 Put back the slice accidentally removed by #6907.
23796 Reset archname and archname64 always, forcing them be
23797 recomputed at each Configure run, make Configure and
23798 the hints files agree on the naming of largefiles variables.
23800 Don't say "Perl 5.0 source kit".
23802 Subject: [PATCH] fix misc cast warnings
23804 Subject: typos in pods
23806 NVs not necessarily doubles, as pointed out by Yitzchak.
23808 Subject: [PATCH 6889] add a few ldbl formats to configure.com
23810 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
23812 Better options for rsync.
23814 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
23816 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
23818 Subject: [PATCH] Re: UNTIE method
23820 A better fix for the Socket building problem from Craig Berry.
23822 Retract the dummy test, skip the security tests (instead of failing),
23823 explain what the warnings mean.
23826 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
23828 Update to Unicode 3.0.1.
23830 Missed one Unicode file.
23832 Subject: Re: typos in pods
23834 The #6929 was too skimpy.
23836 sscanf() may be the only way to read long doubles from strings.
23838 Reveal Borland's isnan.
23839 Subject: build with BC++ tweak
23841 Issue useful diagnostic on unknown pod commands.
23842 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
23844 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
23846 Clarify the third case of ftmp-security warnings.
23848 Make -Dusemorebits find long doubles in Solaris.
23850 Wrap the test in eval.
23851 Branch: maint-5.6/perl
23852 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
23853 +> lib/unicode/PropList.txt lib/unicode/README.perl
23854 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23855 +> lib/unicode/Unicode.301 vms/vmspipe.com
23856 - lib/unicode/Props.txt lib/unicode/UCD300.html
23857 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23858 !> (integrate 305 files)
23859 ____________________________________________________________________________
23860 [ 8150] By: jhi on 2000/12/17 18:47:57
23861 Log: Uncheckedin generated files.
23863 ! global.sym perlapi.c pod/perlapi.pod
23864 ____________________________________________________________________________
23865 [ 8149] By: jhi on 2000/12/17 18:41:22
23866 Log: Update Changes.
23868 ! Changes patchlevel.h
23869 ____________________________________________________________________________
23870 [ 8148] By: jhi on 2000/12/17 18:39:16
23871 Log: Subject: [PATCH] Fcntl constants speedup
23872 From: Nicholas Clark <nick@ccl4.org>
23873 Date: Sun, 17 Dec 2000 16:29:24 +0000
23874 Message-ID: <20001217162924.E97668@plum.flirble.org>
23876 Use IVs for the Fcntl constants instead of NVs.
23878 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
23879 ____________________________________________________________________________
23880 [ 8147] By: jhi on 2000/12/17 18:33:41
23881 Log: Add test for #8145 (binmode() warning), add warning for
23882 ioctl() and sockpair(), document them. (fileno() cannot
23883 be tripwired with the same kind of warning because
23884 'defined fileno($foo)' seems to be an idiom.)
23886 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
23887 ____________________________________________________________________________
23888 [ 8146] By: gsar on 2000/12/17 18:09:08
23889 Log: update Changes
23890 Branch: maint-5.6/perl
23892 ____________________________________________________________________________
23893 [ 8145] By: jhi on 2000/12/17 17:39:35
23894 Log: Subject: [PATCH] Re: The long awaited feature ...
23895 From: Simon Cozens <simon@cozens.net>
23896 Date: Sun, 17 Dec 2000 12:31:56 +0000
23897 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
23899 Add a warning to binmode() about using bad filehandles
23900 (can happen e.g. if someone forgets the filehandle argument)
23903 ____________________________________________________________________________
23904 [ 8144] By: jhi on 2000/12/17 17:33:48
23905 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
23906 From: Jonathan Stowe <gellyfish@gellyfish.com>
23907 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
23908 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
23911 ____________________________________________________________________________
23912 [ 8143] By: jhi on 2000/12/17 05:31:37
23913 Log: Polymorphic regexps.
23915 Fixes at least the bugs 20001028.003 (both of them...) and
23916 20001108.001. The bugs 20001114.001 and 20001205.014 seem
23917 also to be fixed by now, probably already before this patch.
23919 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
23920 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
23921 ! t/op/utf8decode.t t/pragma/utf8.t
23922 ____________________________________________________________________________
23923 [ 8142] By: jhi on 2000/12/16 17:16:05
23924 Log: Subject: [patch perl@8102] dos/djgpp update
23925 From: Laszlo Molnar <ml1050@freemail.hu>
23926 Date: Sat, 16 Dec 2000 01:40:52 +0100
23927 Message-ID: <20001216014052.A335@freemail.hu>
23929 ! djgpp/config.over t/base/commonsense.t
23930 ____________________________________________________________________________
23931 [ 8141] By: jhi on 2000/12/16 17:09:27
23932 Log: Few uncheckedin files.
23934 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
23935 ____________________________________________________________________________
23936 [ 8140] By: nick on 2000/12/15 22:14:31
23937 Log: Integrate mainline
23939 !> (integrate 53 files)
23940 ____________________________________________________________________________
23941 [ 8139] By: jhi on 2000/12/15 19:49:49
23942 Log: One more IVUV tweak from Nicholas Clark.
23945 ____________________________________________________________________________
23946 [ 8138] By: jhi on 2000/12/15 19:17:06
23947 Log: Return of the IVUV-preservation, now seems to be happy even
23948 in Digital UNIX (the broken strtoul brokenness detection
23949 seems to have been the fly in the ointment).
23951 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23952 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
23953 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
23954 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
23955 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23956 ! vos/config.ga.h win32/config.bc win32/config.gc
23958 ____________________________________________________________________________
23959 [ 8137] By: jhi on 2000/12/15 18:12:14
23960 Log: Metaconfig unit change for #8136.
23962 ! U/modified/d_strtoul.U
23963 Branch: metaconfig/U/perl
23964 ! d_strtoull.U d_strtouq.U
23965 ____________________________________________________________________________
23966 [ 8136] By: jhi on 2000/12/15 18:11:35
23967 Log: I don't think it's sensible or portable to test the strtou*
23971 ____________________________________________________________________________
23972 [ 8135] By: jhi on 2000/12/15 17:18:49
23973 Log: Metaconfig unit change for #8134.
23975 ! U/modified/d_strtoul.U
23976 ____________________________________________________________________________
23977 [ 8134] By: jhi on 2000/12/15 17:14:13
23978 Log: If longsize is 8 we don't need a LL suffix for integer constants.
23980 ! Configure config_h.SH
23981 ____________________________________________________________________________
23982 [ 8133] By: jhi on 2000/12/15 16:00:23
23983 Log: Update Changes.
23985 ! Changes patchlevel.h
23986 ____________________________________________________________________________
23987 [ 8132] By: jhi on 2000/12/15 15:44:16
23988 Log: Some compilers get huffy if you do not cast a const pointer
23989 to a non-const when assigning.
23992 ____________________________________________________________________________
23993 [ 8131] By: jhi on 2000/12/15 15:38:30
23994 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
23995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23996 Date: Fri, 15 Dec 2000 05:26:57 -0500
23997 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
23999 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
24000 ! t/pragma/overload.t
24001 ____________________________________________________________________________
24002 [ 8130] By: jhi on 2000/12/15 15:36:08
24003 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
24004 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24005 Date: Thu, 14 Dec 2000 22:02:43 -0500
24006 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
24009 ____________________________________________________________________________
24010 [ 8129] By: jhi on 2000/12/15 15:34:16
24011 Log: Subject: PATCH: h2xs nit
24012 From: Tim Jenness <t.jenness@jach.hawaii.edu>
24013 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
24014 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
24016 Add a template README.
24019 ____________________________________________________________________________
24020 [ 8128] By: jhi on 2000/12/15 15:32:22
24021 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
24023 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
24024 ____________________________________________________________________________
24025 [ 8127] By: jhi on 2000/12/15 15:19:34
24026 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
24027 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24028 Date: Thu, 14 Dec 2000 20:04:42 EST
24029 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
24031 ! ext/Opcode/Opcode.xs
24032 ____________________________________________________________________________
24033 [ 8126] By: jhi on 2000/12/15 15:17:49
24034 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
24035 From: Peter Prymmer <pvhp@forte.com>
24036 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
24037 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
24039 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
24040 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
24041 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
24042 ____________________________________________________________________________
24043 [ 8125] By: jhi on 2000/12/15 15:11:05
24044 Log: This seems to be a stage sane and stable enough to checkin.
24045 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
24047 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
24048 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
24049 ! t/op/cmp.t t/op/numconvert.t
24050 ____________________________________________________________________________
24051 [ 8124] By: jhi on 2000/12/15 04:20:26
24052 Log: Something is really wonky.
24055 ____________________________________________________________________________
24056 [ 8123] By: jhi on 2000/12/15 04:00:50
24057 Log: Fixes for the IV UV patches to compile in Digital UNIX.
24060 ____________________________________________________________________________
24061 [ 8122] By: jhi on 2000/12/15 02:53:40
24062 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
24063 From: "Craig A. Berry" <craigberry@mac.com>
24064 Date: Thu, 14 Dec 2000 19:10:49 -0600
24065 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
24068 ____________________________________________________________________________
24069 [ 8121] By: jhi on 2000/12/15 02:50:00
24070 Log: Metaconfig changes for #8120.
24072 + U/modified/d_strtoul.U
24073 Branch: metaconfig/U/perl
24074 ! d_strtoull.U d_strtouq.U
24075 ____________________________________________________________________________
24076 [ 8120] By: jhi on 2000/12/15 02:49:42
24077 Log: From: Nicholas Clark <nick@ccl4.org>
24078 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
24079 Date: Thu, 14 Dec 2000 18:38:57 +0000
24080 Message-ID: <20001214183857.B97909@plum.flirble.org>
24082 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24083 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
24084 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24085 ! vos/config.ga.def vos/config.ga.h win32/config.bc
24086 ! win32/config.gc win32/config.vc
24087 ____________________________________________________________________________
24088 [ 8119] By: jhi on 2000/12/14 23:40:58
24089 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
24090 From: Nicholas Clark <nick@ccl4.org>
24091 Date: Wed, 13 Dec 2000 20:08:50 +0000
24092 Message-ID: <20001213200849.B71166@plum.flirble.org>
24094 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
24095 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
24096 ____________________________________________________________________________
24097 [ 8118] By: jhi on 2000/12/14 22:46:26
24098 Log: Integrate perlio.
24100 !> MANIFEST ext/Encode/compile makedef.pl
24101 ____________________________________________________________________________
24102 [ 8117] By: nick on 2000/12/14 22:38:53
24103 Log: Win32 tweaks to get Encode to build
24104 - temp hack to makedef.pl till PerlIO is properly "exported".
24106 static encpage_t foo[];
24107 so make 'em extern for now.
24109 ! ext/Encode/compile makedef.pl
24110 ____________________________________________________________________________
24111 [ 8116] By: nick on 2000/12/14 22:00:53
24112 Log: Document the new files
24115 ____________________________________________________________________________
24116 [ 8115] By: jhi on 2000/12/14 21:58:01
24117 Log: MANIFEST new files of #8114.
24120 ____________________________________________________________________________
24121 [ 8114] By: jhi on 2000/12/14 21:50:49
24122 Log: Integrate perlio.
24124 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
24125 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24126 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
24127 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
24128 !> ext/Encode/Makefile.PL
24129 ____________________________________________________________________________
24130 [ 8113] By: jhi on 2000/12/14 21:48:49
24131 Log: The documentation part of the
24133 Subject: [ID 20001214.002] Net::Ping patch
24134 From: Jonathan Stowe <gellyfish@gellyfish.com>
24135 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
24136 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
24137 since the #7529 had already addressed the same problem.
24140 ____________________________________________________________________________
24141 [ 8112] By: jhi on 2000/12/14 21:42:57
24142 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24143 From: Dominic Dunlop <domo@computer.org>
24144 Date: Tue, 12 Dec 2000 10:47:10 +0100
24145 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
24147 Document how elusive subroutines can be.
24150 ____________________________________________________________________________
24151 [ 8111] By: jhi on 2000/12/14 21:38:05
24152 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24153 From: Dominic Dunlop <domo@computer.org>
24154 Date: Thu, 14 Dec 2000 10:13:51 +0100
24155 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
24157 ! ext/POSIX/POSIX.pod
24158 ____________________________________________________________________________
24159 [ 8110] By: jhi on 2000/12/14 21:36:32
24160 Log: Subject: [patch] perlfaq7
24161 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
24162 Date: Thu, 14 Dec 2000 15:31:07 +0100
24163 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
24166 ____________________________________________________________________________
24167 [ 8109] By: jhi on 2000/12/14 21:29:20
24168 Log: Subject: [8104] Encode
24169 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24170 Date: Thu, 14 Dec 2000 14:49:34 +0100
24171 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
24173 Type casting for nervous compilers.
24175 ! ext/Encode/Encode.xs
24176 ____________________________________________________________________________
24177 [ 8108] By: jhi on 2000/12/14 21:26:17
24178 Log: Subject: [8104] DB_File
24179 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24180 Date: Thu, 14 Dec 2000 14:49:35 +0100
24181 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
24183 Type definition incorrect for DB 2.7.7. Not known when it
24184 changed, so only changed it for a known revision.
24186 ! ext/DB_File/DB_File.xs
24187 ____________________________________________________________________________
24188 [ 8107] By: jhi on 2000/12/14 21:23:41
24189 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
24190 From: Peter Prymmer <pvhp@forte.com>
24191 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
24192 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
24194 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
24196 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24197 ! ext/Encode/Encode/posix-bc.enc
24198 ____________________________________________________________________________
24199 [ 8106] By: nick on 2000/12/14 20:36:13
24200 Log: "Cold" build correction to Encode's Makefile.PL
24202 ! ext/Encode/Makefile.PL
24203 ____________________________________________________________________________
24204 [ 8105] By: nick on 2000/12/14 20:09:37
24205 Log: "Compiled" encodings.
24206 Correct replacement character in EBCDIC .enc files
24207 Add 0x7F to ASCII repertoire.
24209 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24210 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
24211 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
24212 ! ext/Encode/Makefile.PL ext/Encode/compile
24213 ! ext/Encode/encengine.c ext/Encode/encode.h
24214 ____________________________________________________________________________
24215 [ 8104] By: nick on 2000/12/14 00:38:20
24216 Log: Integrate mainline
24218 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
24219 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
24220 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
24221 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
24222 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
24223 !> t/lib/db-hash.t t/lib/db-recno.t
24224 ____________________________________________________________________________
24225 [ 8103] By: nick on 2000/12/13 23:16:13
24226 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
24227 so far and so it does not get lost.
24229 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
24230 ____________________________________________________________________________
24231 [ 8102] By: jhi on 2000/12/13 17:14:22
24232 Log: Update Changes.
24234 ! Changes patchlevel.h
24235 ____________________________________________________________________________
24236 [ 8101] By: jhi on 2000/12/13 16:53:41
24237 Log: Move the proto of start_glob() to a better place; regen api files.
24239 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
24240 ____________________________________________________________________________
24241 [ 8100] By: jhi on 2000/12/13 16:47:11
24242 Log: Metaconfig change for #8099.
24244 ! U/modified/Head.U
24245 ____________________________________________________________________________
24246 [ 8099] By: jhi on 2000/12/13 16:46:48
24247 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24248 From: Andy Dougherty <doughera@lafayette.edu>
24249 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
24250 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
24253 ____________________________________________________________________________
24254 [ 8098] By: jhi on 2000/12/13 16:39:02
24255 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
24256 From: rspier@pobox.com (Robert Spier)
24257 Date: Tue, 12 Dec 2000 21:12:39 -0500
24258 Message-ID: <14902.56087.678086.725773@rls.cx>
24260 fastgetcwd is defined using a glob alias on a $^O dependent basis -
24261 and there was no default assignment or perl subroutine.
24264 ____________________________________________________________________________
24265 [ 8097] By: jhi on 2000/12/13 16:16:01
24266 Log: Subject: [PATCH] move startglob out of pp_hot.c
24267 From: Nicholas Clark <nick@ccl4.org>
24268 Date: Mon, 11 Dec 2000 23:16:39 +0000
24269 Message-ID: <20001211231638.A55550@plum.flirble.org>
24271 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
24272 ____________________________________________________________________________
24273 [ 8096] By: jhi on 2000/12/13 15:26:23
24274 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
24275 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24276 Date: Wed, 13 Dec 2000 14:01:37 +0100
24277 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
24279 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
24280 in turn requires libpthread in libswanted.
24283 ____________________________________________________________________________
24284 [ 8095] By: jhi on 2000/12/12 19:51:05
24285 Log: The integration wars continue.
24288 ____________________________________________________________________________
24289 [ 8094] By: jhi on 2000/12/12 19:48:26
24290 Log: Subject: [PATCH perl@8070] DB_File-1.74
24291 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24292 Date: Mon, 11 Dec 2000 23:07:17 -0000
24293 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
24295 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24296 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
24297 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
24299 ____________________________________________________________________________
24300 [ 8093] By: nick on 2000/12/12 19:42:13
24301 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
24304 !> lib/File/DosGlob.pm
24305 ____________________________________________________________________________
24306 [ 8092] By: jhi on 2000/12/12 19:28:11
24307 Log: Integrate perlio.
24310 ____________________________________________________________________________
24311 [ 8091] By: nick on 2000/12/12 18:49:45
24312 Log: Fix for Tk, and upgrading shared SVs.
24315 ____________________________________________________________________________
24316 [ 8090] By: jhi on 2000/12/12 16:48:59
24317 Log: Subject: [PATCH] Re: Breadperl & Tk
24318 From: Nick Ing-Simmons <nik@tiuk.ti.com>
24319 Date: Tue, 12 Dec 2000 14:48:27 GMT
24320 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
24323 ____________________________________________________________________________
24324 [ 8089] By: jhi on 2000/12/12 03:37:19
24325 Log: Subject: DosGlob.pm diff for bash style brace expansion.
24326 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
24327 Date: Fri, 8 Dec 2000 10:45:30 -0600
24328 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
24330 ! lib/File/DosGlob.pm
24331 ____________________________________________________________________________
24332 [ 8088] By: nick on 2000/12/11 23:59:59
24333 Log: Integrate mainline
24335 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
24336 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24337 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
24338 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
24339 !> t/op/local.t t/pragma/warn/toke toke.c
24340 ____________________________________________________________________________
24341 [ 8087] By: jhi on 2000/12/11 23:20:23
24342 Log: Integrate perlio.
24344 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24345 ____________________________________________________________________________
24346 [ 8086] By: jhi on 2000/12/11 22:50:59
24347 Log: Tune further the OS detection of CGI.
24350 ____________________________________________________________________________
24351 [ 8085] By: nick on 2000/12/11 22:50:46
24352 Log: Finish 1st pass of "encoding" layer e.g. :
24353 open($fh,"<encoding(iso8859-7)",$greek) || die;
24355 ! ext/Encode/Encode.xs perlio.c perliol.h
24356 ____________________________________________________________________________
24357 [ 8084] By: jhi on 2000/12/11 22:32:06
24358 Log: Revert the -f ambiguousity patch, seems to cause
24359 too much hassle (the interpret -Q as a function
24360 where Q is not a known filetest part is left in).
24362 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
24364 ____________________________________________________________________________
24365 [ 8083] By: jhi on 2000/12/11 22:27:23
24366 Log: (accidentally empty check-in)
24368 ! lib/File/DosGlob.pm
24369 ____________________________________________________________________________
24370 [ 8082] By: nick on 2000/12/11 19:09:51
24371 Log: Restore mmap function (broken by tweaks to shared buffer
24372 layer for encode(xxxx)).
24375 ____________________________________________________________________________
24376 [ 8081] By: jhi on 2000/12/11 18:29:13
24377 Log: Subject: Re: The long awaited feature ...
24378 From: Simon Cozens <simon@cozens.net>
24379 Date: Mon, 11 Dec 2000 15:54:24 +0000
24380 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
24382 More io/utf8 tests.
24385 ____________________________________________________________________________
24386 [ 8080] By: jhi on 2000/12/11 18:19:36
24387 Log: Subject: PATCH MakeMaker manpage clarification
24388 From: andreas.koenig@anima.de (Andreas J. Koenig)
24389 Date: 10 Dec 2000 20:46:13 +0100
24390 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
24392 ! lib/ExtUtils/MakeMaker.pm
24393 ____________________________________________________________________________
24394 [ 8079] By: jhi on 2000/12/11 15:35:07
24395 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
24396 From: Simon Cozens <simon@cozens.net>
24397 Date: Sun, 10 Dec 2000 19:06:19 +0000
24398 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
24400 ! ext/B/B/Deparse.pm t/lib/b.t
24401 ____________________________________________________________________________
24402 [ 8078] By: jhi on 2000/12/11 15:09:11
24403 Log: Subject: [PATCH] docs on NaN
24404 From: Nicholas Clark <nick@ccl4.org>
24405 Date: Mon, 11 Dec 2000 01:48:38 +0000
24406 Message-ID: <20001211014838.B99205@plum.flirble.org>
24409 ____________________________________________________________________________
24410 [ 8077] By: jhi on 2000/12/11 15:02:21
24411 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
24412 From: Simon Cozens <simon@cozens.net>
24413 Date: Mon, 11 Dec 2000 01:21:45 +0000
24414 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
24416 ! pp.c pp_hot.c scope.c t/op/local.t
24417 ____________________________________________________________________________
24418 [ 8076] By: nick on 2000/12/10 20:43:32
24419 Log: Not merge worthy...
24420 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
24421 syntax is modelled on attributes.
24422 Untested fix for io/utf8 on Win32 etc.
24423 Very clumsy start to the encode layer.
24425 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24426 ____________________________________________________________________________
24427 [ 8075] By: jhi on 2000/12/10 18:39:33
24428 Log: Darwin is not Windows.
24431 ____________________________________________________________________________
24432 [ 8074] By: jhi on 2000/12/10 18:31:27
24433 Log: Subject: Ambiguous -%c() resolved as a file test
24434 From: "Paul Marquess" <Paul.Marquess@openwave.com>
24435 Date: Sun, 10 Dec 2000 15:35:07 -0000
24436 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
24438 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24439 ____________________________________________________________________________
24440 [ 8073] By: jhi on 2000/12/10 18:16:29
24441 Log: Subject: PATCH installperl misinformed
24442 From: andreas.koenig@anima.de (Andreas J. Koenig)
24443 Date: 10 Dec 2000 13:01:32 +0100
24444 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
24447 ____________________________________________________________________________
24448 [ 8072] By: jhi on 2000/12/10 18:07:55
24449 Log: The walkoptree confusion rages; walkoptree() seems to be coming
24450 from B.xs, while walkoptree_slow() comes from B.pm.
24453 ____________________________________________________________________________
24454 [ 8071] By: nick on 2000/12/10 11:45:47
24455 Log: Integrate mainline
24457 +> t/base/commonsense.t
24458 !> (integrate 37 files)
24459 ____________________________________________________________________________
24460 [ 8070] By: jhi on 2000/12/10 04:46:21
24461 Log: Update Changes.
24463 ! Changes patchlevel.h
24464 ____________________________________________________________________________
24465 [ 8069] By: jhi on 2000/12/10 04:39:19
24466 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
24467 From: andreas.koenig@anima.de (Andreas J. Koenig)
24468 Date: 09 Dec 2000 17:14:25 +0100
24469 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
24471 + t/base/commonsense.t
24472 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
24473 ____________________________________________________________________________
24474 [ 8068] By: jhi on 2000/12/10 04:17:36
24475 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
24476 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24477 Date: Sat, 9 Dec 2000 16:47:22 -0000
24478 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
24480 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
24481 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
24482 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
24483 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
24484 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
24485 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
24487 ____________________________________________________________________________
24488 [ 8067] By: jhi on 2000/12/10 03:52:02
24489 Log: Test case for #8066.
24492 ____________________________________________________________________________
24493 [ 8066] By: jhi on 2000/12/10 03:50:30
24494 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
24495 From: Simon Cozens <simon@cozens.net>
24496 Date: Sun, 10 Dec 2000 00:55:37 +0000
24497 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
24500 ____________________________________________________________________________
24501 [ 8065] By: jhi on 2000/12/10 03:44:52
24502 Log: Test case for #8064.
24505 ____________________________________________________________________________
24506 [ 8064] By: jhi on 2000/12/10 03:42:32
24507 Log: Subject: Re: prototype of substr
24508 From: Simon Cozens <simon@cozens.net>
24509 Date: Sun, 10 Dec 2000 00:13:33 +0000
24510 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
24512 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
24515 ____________________________________________________________________________
24516 [ 8063] By: jhi on 2000/12/10 03:39:42
24517 Log: Subject: [PATCH] perlguts.pod
24518 From: Simon Cozens <simon@cozens.net>
24519 Date: Sun, 10 Dec 2000 00:06:47 +0000
24520 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
24522 Documentation of the different types of ops,
24523 plus the functions in dump.c
24526 ____________________________________________________________________________
24527 [ 8062] By: jhi on 2000/12/10 03:30:04
24528 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
24529 From: Nicholas Clark <nick@talking.bollo.cx>
24530 Date: Sat, 09 Dec 2000 18:57:25 +0000
24531 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
24533 Be more robust in weird hostname setups.
24535 ! t/lib/net-hostent.t
24536 ____________________________________________________________________________
24537 [ 8061] By: jhi on 2000/12/10 03:28:21
24538 Log: Pacify fussy compiler.
24541 ____________________________________________________________________________
24542 [ 8060] By: jhi on 2000/12/10 02:52:46
24543 Log: Integrate perlio.
24545 !> pp_sys.c t/io/utf8.t
24546 ____________________________________________________________________________
24547 [ 8059] By: nick on 2000/12/09 23:40:14
24548 Log: read/sysread/recv should now be utf8 aware.
24549 Basic test for utf8 read.
24551 ! pp_sys.c t/io/utf8.t
24552 ____________________________________________________________________________
24553 [ 8058] By: jhi on 2000/12/09 21:56:02
24554 Log: Integrate perlio.
24557 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
24558 ____________________________________________________________________________
24559 [ 8057] By: jhi on 2000/12/09 21:53:35
24560 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
24561 From: Inaba Hiroto <inaba@st.rim.or.jp>
24562 Date: Sun, 10 Dec 2000 05:53:21 +0900
24563 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
24568 ____________________________________________________________________________
24569 [ 8056] By: jhi on 2000/12/09 21:51:16
24570 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
24571 From: Inaba Hiroto <inaba@st.rim.or.jp>
24572 Date: Sat, 09 Dec 2000 18:02:00 +0900
24573 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
24575 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
24577 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
24578 ____________________________________________________________________________
24579 [ 8055] By: nick on 2000/12/09 20:11:48
24580 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
24581 than raw PerlIO_write() - does not seem to break any tests.
24584 ____________________________________________________________________________
24585 [ 8054] By: nick on 2000/12/09 19:47:30
24586 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
24587 (sysread, recv and write i.e. formats still to do...)
24588 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
24589 open($fh,">:utf8","name")
24590 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
24591 so no extra overhead is involved.
24592 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
24593 to a non-utf8 stream.
24594 Add initial io/utf8.t
24595 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
24596 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
24597 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
24600 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
24601 ____________________________________________________________________________
24602 [ 8053] By: nick on 2000/12/09 19:26:37
24603 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
24604 was only testing this_utf8.
24607 ____________________________________________________________________________
24608 [ 8052] By: nick on 2000/12/09 19:09:41
24609 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
24610 i.e. the output string has one, but don't mess with source assumption.
24613 ____________________________________________________________________________
24614 [ 8051] By: jhi on 2000/12/09 16:55:17
24615 Log: Integrate perlio.
24617 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
24618 !> sv.c thrdvar.h util.c
24619 ____________________________________________________________________________
24620 [ 8050] By: jhi on 2000/12/09 16:48:07
24621 Log: Nits noticed by Peter Prymmer.
24623 ! lib/ExtUtils/MM_VMS.pm
24624 ____________________________________________________________________________
24625 [ 8049] By: nick on 2000/12/09 13:49:40
24626 Log: UTF8 output prework.
24627 - Store $\ and $, as SVs so they can have SvUTF8 flag
24628 - use do_print() rather than raw PerlIO_write() to print them.
24630 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
24632 ____________________________________________________________________________
24633 [ 8048] By: nick on 2000/12/09 12:30:43
24634 Log: Integrate mainline.
24636 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
24638 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
24639 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24640 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
24641 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
24642 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
24643 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
24644 ____________________________________________________________________________
24645 [ 8047] By: jhi on 2000/12/09 00:23:27
24646 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
24647 From: Michael G Schwern <schwern@pobox.com>
24648 Date: Fri, 8 Dec 2000 14:43:04 -0600
24650 ! lib/ExtUtils/MM_VMS.pm
24651 ____________________________________________________________________________
24652 [ 8046] By: jhi on 2000/12/08 23:10:27
24653 Log: A missed check-in.
24655 ! lib/ExtUtils/Manifest.pm
24656 ____________________________________________________________________________
24657 [ 8045] By: jhi on 2000/12/08 21:57:12
24658 Log: (null check-in)
24660 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
24661 ____________________________________________________________________________
24662 [ 8044] By: jhi on 2000/12/08 21:11:06
24663 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
24664 at the final draft stage.
24666 + ext/Encode/Encode/iso8859-16.enc
24668 ____________________________________________________________________________
24669 [ 8043] By: jhi on 2000/12/08 16:39:04
24670 Log: Update Changes.
24672 ! Changes patchlevel.h
24673 ____________________________________________________________________________
24674 [ 8042] By: jhi on 2000/12/08 16:33:39
24675 Log: Do not return the Unicode replacement character if UTF-8
24676 decoding goes awry, it should be up to the caller to decide.
24678 ! pod/perlapi.pod utf8.c
24679 ____________________________________________________________________________
24680 [ 8041] By: jhi on 2000/12/08 16:22:28
24681 Log: metaconfig maintenance.
24683 ! U/modified/stdchar.U
24684 Branch: metaconfig/U/perl
24686 ____________________________________________________________________________
24687 [ 8040] By: jhi on 2000/12/08 16:03:08
24688 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
24689 From: sthoenna@efn.org
24690 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
24691 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
24693 ! Changes lib/ExtUtils/MM_OS2.pm
24694 ____________________________________________________________________________
24695 [ 8039] By: jhi on 2000/12/08 15:57:11
24696 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
24697 From: Simon Cozens <simon@cozens.net>
24698 Date: Fri, 8 Dec 2000 13:33:31 +0000
24699 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
24701 (The pp_hot part needed a rewrite.)
24703 ! doop.c pp_hot.c utf8.c
24704 ____________________________________________________________________________
24705 [ 8038] By: jhi on 2000/12/08 15:25:08
24707 From: Michael Stevens <michael@etla.org>
24708 Date: Wed, 6 Dec 2000 23:24:01 +0000
24709 Message-ID: <20001206232400.A21381@firedrake.org>
24711 Plus a note from Nick Ing-Simmons.
24714 ____________________________________________________________________________
24715 [ 8037] By: jhi on 2000/12/08 15:18:35
24716 Log: Filetype is text.
24718 ! t/op/utf8decode.t
24719 ____________________________________________________________________________
24720 [ 8036] By: jhi on 2000/12/08 03:31:27
24721 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24722 From: Andy Dougherty <doughera@lafayette.edu>
24723 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
24724 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
24726 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24727 From: Andy Dougherty <doughera@lafayette.edu>
24728 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
24729 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
24731 + ext/POSIX/hints/svr4.pl
24732 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
24733 ____________________________________________________________________________
24734 [ 8035] By: jhi on 2000/12/08 03:26:01
24735 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
24736 From: Andy Dougherty <doughera@lafayette.edu>
24737 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
24738 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
24740 ! t/README t/base/term.t
24741 ____________________________________________________________________________
24742 [ 8034] By: jhi on 2000/12/08 03:21:59
24743 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24744 From: mjd@plover.com
24745 Date: 7 Dec 2000 21:04:20 -0000
24746 Message-ID: <20001207210420.22282.qmail@plover.com>
24751 ____________________________________________________________________________
24752 [ 8033] By: jhi on 2000/12/08 03:19:03
24753 Log: Use the UTF8 macros a bit. They can't be used with abandon
24754 everywhere because we do generate illegal UTF-8 in some situations.
24755 This is of course naughty.
24757 ! pod/perlapi.pod utf8.c utf8.h
24758 ____________________________________________________________________________
24759 [ 8032] By: jhi on 2000/12/08 03:00:09
24762 ! t/pragma/warn/utf8
24763 ____________________________________________________________________________
24764 [ 8031] By: jhi on 2000/12/08 02:22:39
24768 ____________________________________________________________________________
24769 [ 8030] By: jhi on 2000/12/08 01:23:54
24770 Log: Add test for reverse().
24774 ____________________________________________________________________________
24775 [ 8029] By: jhi on 2000/12/08 01:21:47
24776 Log: Integrate perlio.
24778 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
24779 !> perlio.c perlio.h perlsdio.h warnings.pl
24780 ____________________________________________________________________________
24781 [ 8028] By: jhi on 2000/12/08 01:19:08
24782 Log: Introduce macros for UTF8 decoding.
24784 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
24785 ____________________________________________________________________________
24786 [ 8027] By: nick on 2000/12/07 22:18:19
24787 Log: Integrate mainline
24789 !> embed.pl pod/perlapi.pod utf8.c
24790 ____________________________________________________________________________
24791 [ 8026] By: nick on 2000/12/07 21:45:08
24792 Log: Various oddities p4 diff -se showed up
24793 Remove 'our' from warnings.pl
24795 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
24796 ____________________________________________________________________________
24797 [ 8025] By: nick on 2000/12/07 21:43:32
24798 Log: Change PerlIO_(get|set)pos to take SV *
24799 Should fix, OS/2, VMS, (sfio??)
24801 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
24802 ____________________________________________________________________________
24803 [ 8024] By: jhi on 2000/12/07 19:05:32
24804 Log: Document utf8_to_uv() better.
24806 ! pod/perlapi.pod utf8.c
24807 ____________________________________________________________________________
24808 [ 8023] By: jhi on 2000/12/07 18:23:47
24809 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
24811 ! embed.pl pod/perlapi.pod utf8.c
24812 ____________________________________________________________________________
24813 [ 8022] By: jhi on 2000/12/07 04:13:51
24814 Log: Integrate perlio.
24816 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
24817 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
24818 !> win32/makefile.mk
24819 ____________________________________________________________________________
24820 [ 8021] By: nick on 2000/12/07 00:28:14
24821 Log: Various attempts at MSVC debug - not sure what has
24822 changed but works now.
24823 Seems atexit() _may_ work for DLLs built with MSVC so don't
24824 call cleanup that way.
24826 ! perlio.c win32/makefile.mk
24827 ____________________________________________________________________________
24828 [ 8020] By: nick on 2000/12/06 19:57:20
24829 Log: Integrate mainline
24831 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
24832 !> (integrate 75 files)
24833 ____________________________________________________________________________
24834 [ 8019] By: nick on 2000/12/06 19:28:21
24835 Log: Add useperlio to config.vc
24836 Turn off binmode in config_H.PL
24837 Regen all the config_H.xx
24838 Attempt to get debugging build with MSVC.
24840 ! win32/config.vc win32/config_H.bc win32/config_H.gc
24841 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
24842 ____________________________________________________________________________
24843 [ 8018] By: nick on 2000/12/06 19:21:57
24844 Log: Test various dup/external program options on all platforms.
24847 ____________________________________________________________________________
24848 [ 8017] By: nick on 2000/12/06 19:20:47
24849 Log: Fix harness to be less picky
24851 ! lib/Test/Harness.pm
24852 ____________________________________________________________________________
24853 [ 8016] By: jhi on 2000/12/06 16:45:12
24854 Log: Update Changes.
24856 ! Changes patchlevel.h
24857 ____________________________________________________________________________
24858 [ 8015] By: jhi on 2000/12/06 16:41:03
24859 Log: Test \x{...} with ord().
24862 ____________________________________________________________________________
24863 [ 8014] By: jhi on 2000/12/06 16:20:33
24864 Log: Test tweak because of #8013.
24867 ____________________________________________________________________________
24868 [ 8013] By: jhi on 2000/12/06 16:09:09
24869 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
24870 From: Michael G Schwern <schwern@pobox.com>
24871 Date: Tue, 5 Dec 2000 21:23:28 -0500
24872 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
24874 Carp::Heavy parts not very applicable because of recent changes.
24876 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
24877 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
24878 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
24879 ! lib/Exporter.pm lib/Exporter/Heavy.pm
24880 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
24881 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24882 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
24883 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
24884 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
24885 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
24886 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
24887 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
24888 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
24889 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
24890 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
24891 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
24892 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
24893 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
24894 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
24895 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
24897 ____________________________________________________________________________
24898 [ 8012] By: jhi on 2000/12/06 15:22:38
24899 Log: Subject: [PATCH] Re: New harness is failing things
24900 From: Nick Ing-Simmons <nik@tiuk.ti.com>
24901 Date: Wed, 6 Dec 2000 13:00:30 GMT
24902 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
24904 ! lib/Test/Harness.pm
24905 ____________________________________________________________________________
24906 [ 8011] By: jhi on 2000/12/06 15:12:08
24907 Log: Subject: installhtml changes
24908 From: Michael Stevens <michael@etla.org>
24909 Date: Wed, 6 Dec 2000 13:15:53 +0000
24910 Message-ID: <20001206131553.A27317@firedrake.org>
24913 ____________________________________________________________________________
24914 [ 8010] By: jhi on 2000/12/06 15:06:05
24915 Log: Subject: the dTHR hits
24916 From: Michael Stevens <michael@etla.org>
24917 Date: Wed, 6 Dec 2000 12:06:03 +0000
24918 Message-ID: <20001206120603.A24581@firedrake.org>
24920 More, errrm, less dTHRs.
24922 ! bytecode.pl ext/B/B/C.pm
24923 ____________________________________________________________________________
24924 [ 8009] By: jhi on 2000/12/06 15:04:25
24925 Log: Subject: MakeMaker mailing list gone?
24926 From: Michael G Schwern <schwern@pobox.com>
24927 Date: Tue, 5 Dec 2000 19:29:59 -0500
24928 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
24930 The MakeMaker mailing list is dead, perlbug is the right
24931 address to report bugs.
24933 ! lib/ExtUtils/MakeMaker.pm
24934 ____________________________________________________________________________
24935 [ 8008] By: jhi on 2000/12/06 15:00:32
24936 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
24937 From: Michael G Schwern <schwern@pobox.com>
24938 Date: Tue, 5 Dec 2000 19:21:21 -0500
24939 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
24941 Add a default MANIFEST skip that ignores things like
24942 version control files, editor temporary files, and the Makefile.
24944 + lib/ExtUtils/MANIFEST.SKIP
24945 ! MANIFEST lib/ExtUtils/Manifest.pm
24946 ____________________________________________________________________________
24947 [ 8007] By: jhi on 2000/12/06 14:57:20
24948 Log: In Amiga more manual hackery of the scripts seems to be needed,
24949 from Jan-Erik Karlsson. Why Configure does not get this right
24950 is unknown, may be shell-induced.
24953 ____________________________________________________________________________
24954 [ 8006] By: jhi on 2000/12/05 23:53:12
24955 Log: Add TOPm1s to peek at the second topmost stack item.
24958 ____________________________________________________________________________
24959 [ 8005] By: jhi on 2000/12/05 23:13:55
24960 Log: Avaunt, you foul UTF-8 tests.
24962 ! t/op/ver.t t/pragma/utf8.t
24963 ____________________________________________________________________________
24964 [ 8004] By: jhi on 2000/12/05 23:09:54
24965 Log: Continue utf8 dispersal.
24968 ! MANIFEST t/pragma/utf8.t
24969 ____________________________________________________________________________
24970 [ 8003] By: nick on 2000/12/05 23:02:39
24971 Log: Integrate mainline.
24973 +> t/op/length.t t/op/utf8decode.t
24974 !> (integrate 69 files)
24975 ____________________________________________________________________________
24976 [ 8002] By: jhi on 2000/12/05 22:59:28
24977 Log: Integrate perlio.
24979 !> iperlsys.h perl.c perlio.c win32/perllib.c
24980 ____________________________________________________________________________
24981 [ 8001] By: nick on 2000/12/05 22:07:52
24982 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
24983 - calloc/free suffer from damage on TerminateThread()
24984 - use PerlMemShared (as originally planned) now fixed
24985 - avoid doing anything important on DLL "detach".
24987 ! perl.c perlio.c win32/perllib.c
24988 ____________________________________________________________________________
24989 [ 8000] By: nick on 2000/12/05 21:05:09
24990 Log: Fix gross PerlMemShared issue.
24993 ____________________________________________________________________________
24994 [ 7999] By: jhi on 2000/12/05 20:46:58
24995 Log: Test for Unicode (UTF-8) hash keys.
24998 ____________________________________________________________________________
24999 [ 7998] By: jhi on 2000/12/05 20:30:35
25000 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
25001 is now always UTF-8), empty line cosmetics.
25004 ____________________________________________________________________________
25005 [ 7997] By: jhi on 2000/12/05 20:15:40
25006 Log: Subject: Re: STRLEN - what?
25007 From: Andy Dougherty <doughera@lafayette.edu>
25008 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
25009 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
25014 ____________________________________________________________________________
25015 [ 7996] By: jhi on 2000/12/05 20:13:34
25016 Log: Split off the UTF-8 decoder tests, make them to check also
25019 + t/op/utf8decode.t
25020 ! MANIFEST t/pragma/utf8.t utf8.c
25021 ____________________________________________________________________________
25022 [ 7995] By: jhi on 2000/12/05 16:39:47
25023 Log: Start migrating bits of pragma/utf8 to elsewhere
25024 (since the long term plan is to obsolete 'use utf8').
25027 ! MANIFEST t/pragma/utf8.t
25028 ____________________________________________________________________________
25029 [ 7994] By: jhi on 2000/12/05 16:30:21
25030 Log: Fix a manual edit typo from #7993, fix the message formatting
25031 for Unicode, add few our declarations.
25033 ! lib/Carp/Heavy.pm
25034 ____________________________________________________________________________
25035 [ 7993] By: jhi on 2000/12/05 16:09:15
25036 Log: Subject: Need help with warnings :-(
25037 From: "Ben Tilly" <ben_tilly@hotmail.com>
25038 Date: Tue, 05 Dec 2000 01:35:54 -0500
25039 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
25041 Subject: UPDATE: Carp/Heavy now passes all tests
25042 From: "Ben Tilly" <ben_tilly@hotmail.com>
25043 Date: Tue, 05 Dec 2000 07:59:41 -0500
25044 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
25046 The Brave New Carp.
25048 ! lib/Carp.pm lib/Carp/Heavy.pm
25049 ____________________________________________________________________________
25050 [ 7992] By: jhi on 2000/12/05 15:55:08
25051 Log: Subject: [PATCH perl@7979] cygwin port
25052 From: "Eric Fifer" <efifer@dircon.co.uk>
25053 Date: Tue, 5 Dec 2000 14:04:09 -0000
25054 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
25056 ! t/lib/net-hostent.t
25057 ____________________________________________________________________________
25058 [ 7991] By: jhi on 2000/12/05 15:52:34
25059 Log: Subject: Re: [PATCH] The largest hoax of all times?
25060 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25061 Date: Tue, 5 Dec 2000 00:40:25 -0500
25062 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
25064 Subject: Re: [PATCH] The largest hoax of all times?
25065 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25066 Date: Mon, 4 Dec 2000 23:55:53 -0500
25067 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
25069 Subject: Re: [PATCH] The largest hoax of all times?
25070 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25071 Date: Tue, 5 Dec 2000 01:28:45 -0500
25072 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
25074 Fix the unpredictable order of DESTROYs.
25076 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
25077 ! sv.c sv.h t/op/ref.t
25078 ____________________________________________________________________________
25079 [ 7990] By: jhi on 2000/12/05 14:38:53
25080 Log: Subject: [PATCH] shrink pp_hot fractionally
25081 From: Nicholas Clark <nick@ccl4.org>
25082 Date: Tue, 5 Dec 2000 12:44:31 +0000
25083 Message-ID: <20001205124431.E74518@plum.flirble.org>
25085 Use report_evil_fh().
25087 ! opcode.pl opnames.h pp_hot.c util.c
25088 ____________________________________________________________________________
25089 [ 7989] By: jhi on 2000/12/05 14:21:27
25090 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
25091 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25092 Date: Mon, 04 Dec 2000 22:21:59 -0800
25093 Message-ID: <HmIL6gzkgepS092yn@efn.org>
25095 Harness shouldn't ignore responses like "ok 3\r\r\n".
25097 ! lib/Test/Harness.pm
25098 ____________________________________________________________________________
25099 [ 7988] By: jhi on 2000/12/05 13:51:28
25100 Log: Integrate the "skip" messages to explain().
25102 ! t/lib/syslfs.t t/op/lfs.t
25103 ____________________________________________________________________________
25104 [ 7987] By: jhi on 2000/12/05 12:34:54
25105 Log: The one that got away in #7984.
25107 Subject: Re: dTHR - what and why?
25108 From: Michael Stevens <michael@etla.org>
25109 Date: Tue, 5 Dec 2000 11:15:52 +0000
25110 Message-ID: <20001205111552.A4647@firedrake.org>
25113 ____________________________________________________________________________
25114 [ 7986] By: gsar on 2000/12/05 09:14:44
25115 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
25116 due to the notorious GetFileType() bug in Windows 9x, which fstat()
25119 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
25120 ____________________________________________________________________________
25121 [ 7985] By: jhi on 2000/12/05 05:49:03
25122 Log: Integrate perlio.
25124 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25125 !> win32/perlhost.h win32/perllib.c
25126 ____________________________________________________________________________
25127 [ 7984] By: jhi on 2000/12/05 05:48:16
25128 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
25130 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
25131 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
25132 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
25133 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
25134 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
25135 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25136 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
25137 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
25139 ____________________________________________________________________________
25140 [ 7983] By: nick on 2000/12/04 23:27:43
25141 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
25143 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25144 ! win32/perlhost.h win32/perllib.c
25145 ____________________________________________________________________________
25146 [ 7982] By: jhi on 2000/12/04 19:44:09
25147 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
25148 uncovered by #7980.
25151 ____________________________________________________________________________
25152 [ 7981] By: jhi on 2000/12/04 19:42:07
25153 Log: Subject: [PATCH] Trivial dump.c feature
25154 From: Simon Cozens <simon@cozens.net>
25155 Date: Mon, 4 Dec 2000 18:08:38 +0000
25156 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
25158 Show whether a constant is UTF-8.
25161 ____________________________________________________________________________
25162 [ 7980] By: jhi on 2000/12/04 19:36:51
25163 Log: UTF-8 hash keys, patch from Inaba Hiroto.
25165 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
25166 ____________________________________________________________________________
25167 [ 7979] By: jhi on 2000/12/04 17:36:28
25168 Log: Update Changes.
25170 ! Changes patchlevel.h
25171 ____________________________________________________________________________
25172 [ 7978] By: jhi on 2000/12/04 16:42:17
25173 Log: Retract #7977, still too volatile (the euphemism of the day
25174 for unfinished and buggy :-)
25176 ! doop.c hv.c pp.c sv.h
25177 ____________________________________________________________________________
25178 [ 7977] By: jhi on 2000/12/04 16:25:15
25179 Log: (Retracted by #7978, too shaky yet.)
25181 Subject: Re: utf8 in hash keys, implementor missing
25182 From: Simon Cozens <simon@cozens.net>
25183 Date: Sat, 2 Dec 2000 19:49:35 +0000
25184 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
25186 The first step at UTF-8 hash keys.
25188 ! doop.c hv.c pp.c sv.h
25189 ____________________________________________________________________________
25190 [ 7976] By: jhi on 2000/12/04 16:13:53
25191 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
25192 From: sthoenna@efn.org
25193 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
25194 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
25196 ! os2/os2.c perlio.c
25197 ____________________________________________________________________________
25198 [ 7975] By: jhi on 2000/12/04 16:05:25
25199 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
25200 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25201 Date: Thu, 30 Nov 2000 20:50:37 -0800
25202 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
25205 ____________________________________________________________________________
25206 [ 7974] By: jhi on 2000/12/04 16:03:57
25207 Log: Subject: [PATCH] ++ 20% faster
25208 From: Nicholas Clark <nick@ccl4.org>
25209 Date: Mon, 4 Dec 2000 12:17:27 +0000
25210 Message-ID: <20001204121726.B52976@plum.flirble.org>
25212 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
25215 ____________________________________________________________________________
25216 [ 7973] By: jhi on 2000/12/04 16:00:48
25218 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
25219 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25220 Date: Mon, 04 Dec 2000 12:30:45 +0100
25221 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
25223 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25224 library (getprotobyname and getprotobynumber are outversioned by
25225 the same calls in libc, at least for xlc version 3.
25228 ____________________________________________________________________________
25229 [ 7972] By: jhi on 2000/12/04 02:58:31
25230 Log: Integrate perlio.
25232 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
25233 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
25234 !> win32/win32.h win32/win32iop.h win32/win32thread.h
25235 ____________________________________________________________________________
25236 [ 7971] By: nick on 2000/12/04 00:24:33
25237 Log: Quieten some noise in Win32 builds:
25238 - win32.h is included after <sys/socket.h>, so need to
25239 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
25240 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
25242 ! doio.c perl.h toke.c win32/win32.h
25243 ____________________________________________________________________________
25244 [ 7970] By: nick on 2000/12/03 22:57:46
25245 Log: PERL_IMPLICIT_SYS compiles but does not work.
25247 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
25248 ! win32/perlhost.h win32/perllib.c win32/win32.h
25249 ! win32/win32iop.h win32/win32thread.h
25250 ____________________________________________________________________________
25251 [ 7969] By: jhi on 2000/12/03 22:12:58
25252 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
25253 used to swash_init(), makes regprop() dumps more informative
25254 (+utf8::IsAlpha, -utf8::IsDigit, for example).
25256 ! regcomp.c regexec.c
25257 ____________________________________________________________________________
25258 [ 7968] By: jhi on 2000/12/03 21:39:56
25259 Log: Implement ANYOFUTF8 regprop() dumping.
25262 ____________________________________________________________________________
25263 [ 7967] By: jhi on 2000/12/03 20:57:19
25264 Log: Make uv_to_utf8() to zero-terminate its output buffer,
25265 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
25267 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
25268 ____________________________________________________________________________
25269 [ 7966] By: nick on 2000/12/03 18:41:21
25270 Log: Integrate mainline (STDCHAR)
25272 !> Configure t/pragma/utf8.t
25273 ____________________________________________________________________________
25274 [ 7965] By: jhi on 2000/12/03 17:58:20
25275 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
25278 ____________________________________________________________________________
25279 [ 7964] By: jhi on 2000/12/03 17:35:56
25280 Log: Integrate perlio.
25282 !> iperlsys.h perlio.c
25283 ____________________________________________________________________________
25284 [ 7963] By: jhi on 2000/12/03 17:33:55
25285 Log: Metaconfig unit change for #7962.
25287 ! U/modified/stdchar.U
25288 ____________________________________________________________________________
25289 [ 7962] By: jhi on 2000/12/03 17:33:27
25290 Log: Untangle the <stdio.h> #include nest for the stdchar test,
25291 from Andy Dougherty.
25294 ____________________________________________________________________________
25295 [ 7961] By: nick on 2000/12/03 16:53:00
25296 Log: Make iperlsys.h vector stdio not PerlIO.
25298 ! iperlsys.h perlio.c
25299 ____________________________________________________________________________
25300 [ 7960] By: nick on 2000/12/03 14:43:01
25301 Log: Integrate mainline
25303 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
25304 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
25305 ____________________________________________________________________________
25306 [ 7959] By: jhi on 2000/12/03 08:16:36
25307 Log: Use DO_UTF8().
25310 ____________________________________________________________________________
25311 [ 7958] By: jhi on 2000/12/02 18:33:05
25312 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
25313 From: Mike Guy <mjtg@cam.ac.uk>
25314 Date: Sat, 02 Dec 2000 17:27:13 +0000
25315 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
25317 An extraneous argument.
25320 ____________________________________________________________________________
25321 [ 7957] By: jhi on 2000/12/02 18:22:32
25322 Log: A missing hunk.
25324 ! t/lib/net-hostent.t
25325 ____________________________________________________________________________
25326 [ 7956] By: jhi on 2000/12/02 18:06:20
25327 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
25328 From: Nicholas Clark <nick@ccl4.org>
25329 Date: Sat, 2 Dec 2000 14:28:27 +0000
25330 Message-ID: <20001202142827.A12308@plum.flirble.org>
25334 ! t/lib/net-hostent.t
25335 ____________________________________________________________________________
25336 [ 7955] By: jhi on 2000/12/02 17:58:06
25337 Log: Metaconfig unit change for #7954.
25339 ! U/modified/stdchar.U
25340 ____________________________________________________________________________
25341 [ 7954] By: jhi on 2000/12/02 17:54:32
25342 Log: An inconvenient hang would happen if the stdio _ptr wasn't
25343 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
25344 would be grepping stdin for all eternity for the _ptr.)
25347 ____________________________________________________________________________
25348 [ 7953] By: jhi on 2000/12/02 00:07:15
25349 Log: Update Changes.
25351 ! Changes patchlevel.h
25352 ____________________________________________________________________________
25353 [ 7952] By: jhi on 2000/12/01 23:54:47
25354 Log: Subject: Re: long shell lines
25355 From: Andy Dougherty <doughera@lafayette.edu>
25356 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
25357 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
25359 Split overly long shell command lines.
25361 ! lib/ExtUtils/MM_Unix.pm
25362 ____________________________________________________________________________
25363 [ 7951] By: jhi on 2000/12/01 23:48:02
25364 Log: The metaconfig unit change for #7950.
25366 + U/modified/stdchar.U
25367 ____________________________________________________________________________
25368 [ 7950] By: jhi on 2000/12/01 23:47:39
25369 Log: Try to find stdchar also from <stdio_impl.h>.
25371 ! Configure config_h.SH
25372 ____________________________________________________________________________
25373 [ 7949] By: jhi on 2000/12/01 23:46:45
25374 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
25375 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25376 Date: Fri, 1 Dec 2000 16:26:08 -0500
25377 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
25379 Reword the diagnostic message.
25382 ____________________________________________________________________________
25383 [ 7948] By: nick on 2000/12/01 22:49:43
25384 Log: Integrate mainline (for s/y/m as sub names stuff).
25386 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
25387 !> t/pragma/warn/toke toke.c
25388 ____________________________________________________________________________
25389 [ 7947] By: jhi on 2000/12/01 20:55:41
25390 Log: Integrate perlio.
25392 !> perlio.c perliol.h t/io/pipe.t
25393 ____________________________________________________________________________
25394 [ 7946] By: jhi on 2000/12/01 20:36:51
25395 Log: Upgrade to CPAN 1.59_51, from Andreas König.
25397 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25398 ____________________________________________________________________________
25399 [ 7945] By: nick on 2000/12/01 20:31:32
25400 Log: Integrate mainline
25402 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
25403 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
25404 +> t/lib/net-hostent.t
25405 !> (integrate 35 files)
25406 ____________________________________________________________________________
25407 [ 7944] By: jhi on 2000/12/01 20:23:29
25408 Log: Some help for 20001130.011. Now one gets warnings like
25409 "Ambiguous -f() resolved as a file test ..."
25411 ! pod/perldiag.pod t/pragma/warn/toke toke.c
25412 ____________________________________________________________________________
25413 [ 7943] By: jhi on 2000/12/01 19:44:44
25414 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
25415 that also breaks using them as methods.
25417 ! pod/perldiag.pod t/op/misc.t toke.c
25418 ____________________________________________________________________________
25419 [ 7942] By: nick on 2000/12/01 17:56:46
25420 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
25421 Make 'unix' pass most tests
25422 - do unread by temporary push of layer ("pending") holding unread chars
25423 - fast_gets is now based on per-handle flag
25424 - relax one of io/pipe.t tests to allow print to fail and close to
25425 succeed so that it passes on unbuffered "unix" layer.
25426 Remaining fail is sporadic and a genuine race condition between
25427 parent/child in fork test.
25429 ! perlio.c perliol.h t/io/pipe.t
25430 ____________________________________________________________________________
25431 [ 7941] By: jhi on 2000/12/01 15:28:58
25432 Log: (Retracted by #7943.)
25434 Reserve the short named string operator names.
25436 ! pod/perldiag.pod t/op/misc.t toke.c
25437 ____________________________________________________________________________
25438 [ 7940] By: jhi on 2000/12/01 06:45:53
25439 Log: Get the three different space character classes right under utf8.
25441 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25442 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25443 ! regexec.c t/op/pat.t utf8.c
25444 ____________________________________________________________________________
25445 [ 7939] By: jhi on 2000/12/01 03:26:26
25446 Log: Two more tests that make no sense in UTF-8 since the test
25447 data is not in UTF-8.
25450 ____________________________________________________________________________
25451 [ 7938] By: jhi on 2000/12/01 03:20:39
25452 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
25453 should it be required inside regexen?
25455 ! regcomp.c t/op/regmesg.t
25456 ____________________________________________________________________________
25457 [ 7937] By: jhi on 2000/12/01 02:58:53
25458 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25459 stored and restored, and thusly was trounced by the utf8 swash
25463 ____________________________________________________________________________
25464 [ 7936] By: jhi on 2000/11/30 20:41:39
25465 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
25466 Why the different platforms behave so differently (core dump vs
25467 no core dump) on this bug is a but of a mystery, but if I had to
25468 guess I would mumble something like 'alignment'.
25471 ____________________________________________________________________________
25472 [ 7935] By: jhi on 2000/11/30 16:17:02
25473 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
25474 From: Robin Barker <rmb1@cise.npl.co.uk>
25475 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
25476 Date: Thu, 30 Nov 2000 14:27:12 GMT
25479 ____________________________________________________________________________
25480 [ 7934] By: jhi on 2000/11/30 16:04:49
25481 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
25483 ! t/lib/net-hostent.t
25484 ____________________________________________________________________________
25485 [ 7933] By: jhi on 2000/11/30 06:07:26
25486 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
25487 From: Peter Prymmer <pvhp@forte.com>
25488 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
25489 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
25491 In VMS the localhost may be LOCALHOST.
25493 ! t/lib/net-hostent.t
25494 ____________________________________________________________________________
25495 [ 7932] By: jhi on 2000/11/30 01:11:11
25496 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
25497 From: Peter Prymmer <pvhp@forte.com>
25498 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
25499 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
25501 plus regen perlapi.pod.
25503 ! pod/perlapi.pod utf8.c
25504 ____________________________________________________________________________
25505 [ 7931] By: jhi on 2000/11/30 01:06:19
25506 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
25507 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25508 Date: Wed, 29 Nov 2000 17:15:11 EST
25509 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
25511 ! t/lib/filter-util.pl t/lib/filter-util.t
25512 ____________________________________________________________________________
25513 [ 7930] By: jhi on 2000/11/29 18:51:55
25514 Log: Update Changes.
25516 ! Changes patchlevel.h
25517 ____________________________________________________________________________
25518 [ 7929] By: jhi on 2000/11/29 18:50:55
25519 Log: Update the va_copy() metaconfig unit.
25520 Branch: metaconfig/U/perl
25522 ____________________________________________________________________________
25523 [ 7928] By: jhi on 2000/11/29 17:50:43
25524 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
25525 From: Dominic Dunlop <domo@computer.org>
25526 Date: Tue, 28 Nov 2000 16:41:57 +0100
25527 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
25529 Patch to catch a core dump in the Configure va_copy test.
25531 ! Configure config_h.SH
25532 ____________________________________________________________________________
25533 [ 7927] By: jhi on 2000/11/29 17:31:59
25534 Log: Retract #7921, the patch shouldn't be needed.
25537 ____________________________________________________________________________
25538 [ 7926] By: jhi on 2000/11/29 17:01:41
25539 Log: Make the Class::Struct import() wiser.
25541 ! lib/Class/Struct.pm t/lib/class-struct.t
25542 ____________________________________________________________________________
25543 [ 7925] By: jhi on 2000/11/29 16:36:33
25544 Log: All the core library users of Class::Struct seem to be
25545 using "use Class::Struct 'struct';" instead of the bare
25546 "use Class::Struct;", which isn't documented in Class::Struct.
25547 This can't be right.
25550 ____________________________________________________________________________
25551 [ 7924] By: jhi on 2000/11/29 16:32:15
25552 Log: A test works better if it has the right 1..$n output.
25554 ! t/lib/class-struct.t
25555 ____________________________________________________________________________
25556 [ 7923] By: jhi on 2000/11/29 16:29:11
25557 Log: Forgot to MANIFEST the new Net::hostent test.
25560 ____________________________________________________________________________
25561 [ 7922] By: jhi on 2000/11/29 16:27:49
25562 Log: Integrate perlio.
25564 !> iperlsys.h perlio.c
25565 ____________________________________________________________________________
25566 [ 7921] By: jhi on 2000/11/29 16:27:10
25567 Log: (Retracted by #7927.)
25569 Subject: [PATCH] Is infinity a number?
25570 From: Simon Cozens <simon@cozens.net>
25571 Date: Wed, 29 Nov 2000 14:48:20 +0000
25572 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
25575 ____________________________________________________________________________
25576 [ 7920] By: jhi on 2000/11/29 16:23:02
25577 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
25578 From: rspier@pobox.com (Robert Spier)
25579 Date: Wed, 29 Nov 2000 02:17:49 -0500
25580 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
25582 Add a test for Net::hostent.
25584 + t/lib/net-hostent.t
25585 ____________________________________________________________________________
25586 [ 7919] By: jhi on 2000/11/29 16:21:31
25587 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
25588 add a test for Class::Struct.
25590 + t/lib/class-struct.t
25591 ! MANIFEST lib/Class/Struct.pm
25592 ____________________________________________________________________________
25593 [ 7918] By: jhi on 2000/11/29 15:48:40
25594 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
25595 From: rspier@pobox.com (Robert Spier)
25596 Date: Wed, 29 Nov 2000 02:25:39 -0500
25597 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
25599 More checking in case someone has broken their services or
25600 protocol databases.
25602 ! ext/Sys/Syslog/Syslog.pm
25603 ____________________________________________________________________________
25604 [ 7917] By: jhi on 2000/11/29 15:46:25
25605 Log: Subject: [PATCH] $^O win32 -> MSWin32
25606 From: rspier@pobox.com (Robert Spier)
25607 Date: Wed, 29 Nov 2000 02:17:38 -0500
25608 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
25610 plus similar nits for vms, err, VMS, and UNICOS.
25612 ! t/lib/syslfs.t t/op/lfs.t
25613 ____________________________________________________________________________
25614 [ 7916] By: jhi on 2000/11/29 15:42:51
25615 Log: Subject: [PATCH] Tokeniser debugging
25616 From: Simon Cozens <simon@cozens.net>
25617 Date: Wed, 29 Nov 2000 14:15:45 +0000
25618 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
25620 ! perl.c perl.h pod/perlrun.pod toke.c
25621 ____________________________________________________________________________
25622 [ 7915] By: jhi on 2000/11/29 15:41:36
25623 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
25624 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25625 Date: Wed, 29 Nov 2000 02:13:14 -0500
25626 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
25630 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
25631 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25632 Date: Wed, 29 Nov 2000 03:09:04 -0500
25633 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
25635 OUT and IN_OUT documentation.
25637 ! lib/ExtUtils/xsubpp pod/perlxs.pod
25638 ____________________________________________________________________________
25639 [ 7914] By: jhi on 2000/11/29 03:35:01
25640 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
25641 From: John Tobey <jtobey@john-edwin-tobey.org>
25642 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
25643 Message-Id: <m140e1N-000FOoC@feynman.localnet>
25645 plus a performance speedup noticed by Sarathy.
25648 ____________________________________________________________________________
25649 [ 7913] By: jhi on 2000/11/29 03:16:59
25650 Log: Use "1 while unlink" so that VMS gets clean, too.
25652 ! t/lib/filter-util.t
25653 ____________________________________________________________________________
25654 [ 7912] By: jhi on 2000/11/29 03:09:08
25655 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
25656 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25657 Date: Tue, 28 Nov 2000 03:27:09 -0500
25658 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
25660 ! lib/ExtUtils/xsubpp
25661 ____________________________________________________________________________
25662 [ 7911] By: jhi on 2000/11/29 03:06:30
25663 Log: This should have been part of #7872: no need to scan UTF-8
25667 ____________________________________________________________________________
25668 [ 7910] By: jhi on 2000/11/29 02:50:04
25669 Log: One more perltie.pod nit from Casey R. Tweten.
25672 ____________________________________________________________________________
25673 [ 7909] By: jhi on 2000/11/29 02:44:23
25674 Log: Document the known sprintf test failures, exact standard
25675 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
25677 ! pod/perldelta.pod t/op/sprintf.t
25678 ____________________________________________________________________________
25679 [ 7908] By: jhi on 2000/11/29 02:36:23
25680 Log: Add the Encoding table format documentation.
25682 + ext/Encode/Encode/EncodeFormat.pod
25684 ____________________________________________________________________________
25685 [ 7907] By: jhi on 2000/11/29 02:07:24
25686 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
25687 From: "Casey R. Tweten" <crt@kiski.net>
25688 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
25689 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
25691 Subject: Re: [PATCH] Updating perltie.pod for arrays
25692 From: "Casey R. Tweten" <crt@kiski.net>
25693 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
25694 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
25697 ____________________________________________________________________________
25698 [ 7906] By: nick on 2000/11/28 22:40:59
25699 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
25701 ! iperlsys.h perlio.c
25702 ____________________________________________________________________________
25703 [ 7905] By: nick on 2000/11/28 22:04:34
25704 Log: Integrate mainline
25706 !> (integrate 39 files)
25707 ____________________________________________________________________________
25708 [ 7904] By: jhi on 2000/11/28 16:44:43
25709 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
25710 From: Nicholas Clark <nick@babyhippo.co.uk>
25711 Date: Tue, 28 Nov 2000 11:16:57 +0000
25712 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
25715 ____________________________________________________________________________
25716 [ 7903] By: jhi on 2000/11/28 16:40:31
25717 Log: Subject: [PATCH] Updating perltie.pod for arrays
25718 From: "Casey R. Tweten" <crt@kiski.net>
25719 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
25720 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
25723 ____________________________________________________________________________
25724 [ 7902] By: jhi on 2000/11/28 16:39:37
25725 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
25726 From: Robin Barker <rmb1@cise.npl.co.uk>
25727 Date: Mon, 27 Nov 2000 17:56:44 GMT
25728 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
25730 ! pod/perlfunc.pod t/op/split.t
25731 ____________________________________________________________________________
25732 [ 7901] By: jhi on 2000/11/28 16:28:04
25733 Log: setmode() is a DOSish-only thing.
25736 ____________________________________________________________________________
25737 [ 7900] By: jhi on 2000/11/28 16:21:46
25738 Log: Subject: [PATCH] perlcc.PL cleanups
25739 From: Simon Cozens <simon@cozens.net>
25740 Date: Tue, 28 Nov 2000 12:44:35 +0000
25741 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
25744 ____________________________________________________________________________
25745 [ 7899] By: gsar on 2000/11/28 06:32:55
25746 Log: reintegrate files missed by change#7895
25747 Branch: maint-5.6/perl
25748 +> ext/ByteLoader/bytecode.h utils/Makefile
25750 ____________________________________________________________________________
25751 [ 7897] By: gsar on 2000/11/27 18:22:47
25752 Log: can't integrate these two files, for some reason
25753 Branch: maint-5.6/perl
25754 - ext/ByteLoader/bytecode.h utils/Makefile
25755 ____________________________________________________________________________
25756 [ 7895] By: gsar on 2000/11/27 18:11:21
25757 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
25758 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
25759 6757..6890,6892..6901 from mainline
25761 Bytecompiler patches from Benjamin Stuhl.
25765 Subject: [PATCH blead] B:: missing dependency
25767 Subject: [PATCH: 6757] configure.com updates and syslog build
25769 Long double Gconvert fixes from Yitzchak Scott-Thoennes
25770 and Spider Boardman.
25772 Subject: [PATCH blead] nextchar() abuse misses an optimisation
25774 Long double fixes from Spider Boardman.
25776 Make the selection of NVff et al stricter.
25778 cSVOPo_*v things index into the current PL_curpad
25779 under ithreads, which is different from the curpad
25780 used by the XSUB. (In other words, the code as-is
25781 before this patch wouldn't work under ithreads.)
25785 VMS MMS (make) wants null action.
25787 Mac and other portability updates from Chris Nandor.
25789 Storable support, v-version fixes.
25790 Subject: CPAN.pm beta for testing available
25792 Portability fix from Hugo van der Sanden.
25796 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25798 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25800 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25802 Replace #6705 with a minimal doc patch.
25803 Subject: [PATCH 5.6.0] replace change #6705
25805 Drop the separate perlbc, perlcc -b should be enough.
25807 installperl couldn't tell whether it had run tests or not.
25808 Subject: [PATCH] Re: installperl and t/TEST
25810 Add silencer flags to installperl.
25811 Subject: [PATCH] Making installperl silent.
25813 Make "make install" by default silent. A new "install-verbose"
25816 More liberal parsing of version numbers.
25817 Subject: Re: CPAN.pm beta for testing available
25819 Create directories in silence.
25820 Subject: [PATCH] Another silencer for MakeMaker
25822 DOS patches and portability/porting notes, from Tim Jenness.
25824 Make installman to recognize the silence flag -S.
25826 Actually do something with the silencer option.
25828 Continue silencing.
25830 Show the doc file, not the temp file.
25834 Subject: [PATCH] More silencing of installman.
25836 Better wording for the vec lvalue diagnostic.
25837 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25839 Subject: [PATCH: 6805] several more tweaks to configure.com
25841 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
25844 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
25846 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
25847 (applied slightly modified)
25849 installperl --verbose and --silent.
25850 Subject: Re: [PATCH] More silencing of installman.
25852 Add install-silent target.
25854 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
25855 the problem reported in
25856 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
25858 Tweak the sfio/useperlio logic, hopefully as wished in
25859 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
25861 One forgotten file from #6816.
25863 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25865 Remove duplicately applied patch shards.
25866 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
25868 Support preserving extremely big/small angles.
25870 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
25872 Subject: [PATCH] installation not quite silent yet.
25874 Update the test count.
25876 Use UVxf, PTR2UV, NVff.
25878 Document PTR2XX and INT2PTR.
25880 no-install target a la make -n.
25881 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
25883 grep -e isn't portable.
25884 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
25886 Can't get the test to reliably work thanks to the
25887 inaccurateness of floating point. "Resolves" bug ids
25888 20000826.003, 20000826.009, 20000826.010,
25890 Subject: installman buglet
25892 DJGPP update from Laszlo Molnar.
25894 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25896 Passing -R in ldflags makes now it to appear in the default
25897 for lddlflags, just like with -L.
25898 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25902 Use the actual thread type, not the pointer-to-struct.
25904 Provice virtual $Config{ccflags_nolargefiles} etc.
25906 display_format used as a class method without arguments was broken,
25908 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
25910 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
25912 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
25914 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
25916 opmini.o may be left around if a build is interrupted.
25920 Fix for ID 20000828.001, long doubles were not formatted
25921 correctly (showed up in $], which stopped installing perl).
25923 An attempt to fix the problem reported in
25924 Subject: Building perl@6856 using gcc/AIX 4.3.3
25925 I can't test this properly since the gcc installation I have
25926 access to seems to be botched (gcc is calling the AIX cpp,
25927 a losing proposition...)
25929 Add -ld to archname on long tr...double platforms.
25931 Subject: hv.h Doc Patch
25935 Subject: [PATCH bleedperl@6856] warnings fixes
25937 -S is the silent flag, -s is the strip flag.
25938 Subject: [PATCH] Re: [PATCH] make no-install
25940 Take out the SUIDMAIL thing, that will not be
25941 a problem in 5.7.*.
25943 Subject: [PATCH bleedperl@6866] spellings
25945 Subject: [PATCH] Re: files not cleaned even by veryclean
25947 Use minimal @INC in tests, most of the time just '../lib',
25948 so that we simply can't pick up stuff from other Perls than
25949 the one we are testing. Pointed out by
25950 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
25952 Update to Getopt::Long 2.24, from Johan Vromans.
25954 Fix for thinko in #6848.
25955 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
25957 Patches all over for people and the files they (hopefully) care about.
25959 Subject: Net::protoent does not export 'getproto'
25961 Missed a change in #6869.
25963 Subject: [PATCH] Warnings in B::Deparse
25965 Subject: [PATCH] Glob dumping
25967 Disable one of the tests for now.
25969 Disabling the one test is a bit tricky.
25971 Don't forget to tidy up.
25973 The #6881 removed one dump line.
25975 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
25977 Under usethreads the dumped variable is IN_PAD.
25978 Subject: Re: [PATCH] Glob dumping
25980 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
25982 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
25984 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
25986 Regen Configure for #6894.
25988 Subject: [PATCH: 6889] updates to perlebcdic.pod
25990 Undo namespace pollution of #6878.
25991 Subject: Re: Net::protoent does not export 'getproto'
25993 Admit that we are leaking scalars.
25995 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
25996 Branch: maint-5.6/perl
25997 !> (integrate 271 files)
25998 ____________________________________________________________________________
25999 [ 7894] By: gsar on 2000/11/27 16:00:34
26000 Log: a couple of nits
26001 Branch: maint-5.6/perl
26002 ! MANIFEST pp_sys.c
26003 ____________________________________________________________________________
26004 [ 7893] By: gsar on 2000/11/27 15:10:56
26005 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
26006 6740..6745,6747..6757,6760
26008 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
26010 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
26012 Doc nits spotted by Richard Soderberg.
26014 move WNOHANG definition to where other such things are
26016 Make $Config{byteorder} more magical so that it is
26017 dynamically computed: nice for 'fat binaries'.
26018 Subject: [PATCH]: default byteorder
26020 Subject: [PATCH] Cwd.pm now uses strict
26022 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
26024 Get -DLEAKTEST to compile (not necessarily to work, mind)
26025 Subject: [ID 20000724.006] -DLEAKTEST problem
26027 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
26029 Add perlebcdic from Peter Prymmer, regen toc.
26031 Don't propose using modules built for 5.005 if no binary
26032 compatibility with 5.005 is attempted.
26034 Do not use prototyping here.
26035 Subject: [ID 20000817.016] [PATCH] Peek.xs
26037 Document what the backtick returns if the command fails.
26039 Add byteorder to the myconfig output.
26041 Introduce NVef, NVff, and NVgf, use the middle one.
26042 (helps for lib/peek + Linux + long doubles) Reported in
26043 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
26044 Use NVs in POSIX math, not doubles.
26045 Subject: [ID 20000817.014] POSIX & modfl
26047 Subject: [PATCH 5.6.0+] newSVrv() memory leak
26049 The byteorder code in #6671 was wrong.
26051 Fix the lib/complex failure of
26052 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
26053 Linux long double accuracy issue: something that
26054 when printed with %g looks like "2" but int() of it is 1.
26056 Propagate new Configure vars.
26058 Unbuffer the output.
26060 Subject: [PATCH] perltrap.pod spring cleaning
26062 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
26063 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
26065 Tiny Getopt::Long patch from Johan Vromans.
26067 Document code point which makes if (defined %stash::) to work
26068 (noted by Spider Boardman).
26070 Subject: [PATCH perl@6698] cygwin port
26072 Document the NDBM_File and ODBM_File as SDBM_File
26073 was documented in #6417.
26075 The new tests were missing from #6415.
26077 Add [[:blank:]] as suggested in
26078 Subject: [ID 20000716.024] [=cc=] / [:blank:]
26079 (the [=cc=] has already been taken care of by #6439
26080 so the whole bug report can be closed)
26081 and make [[:space:]] to be equivalent to isspace(3)
26082 (as opposed to \s, which is isSPACE()). The difference
26083 is that now [[:space:]] matches the mythical vertical tab,
26086 Don't eat leading os from index entries.
26087 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
26089 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
26091 Typo in pp_complement().
26092 Subject: [PATCH perl-current] Deparse
26094 Add warnif(), check warnings further up the stack,
26095 all the warnings functions now can take an optional object reference.
26096 Subject: [PATCH bleedperl@6691] warnings pragma update
26098 Fix a core dump in lib/selfloader under -DDEBUGGING.
26099 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
26101 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
26103 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
26105 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
26106 Put back the long double avoidance code to POSIX.xs
26107 because VMS seems to need it still.
26109 Introduce a 'veryclean' target that is like 'distclean'
26110 but also removes *~ and *.orig.
26112 Subject: [ID 20000817.023] endianness description in perlfunc.pod
26114 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
26116 Let's try #6717 again.
26119 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
26121 pp_open() could pass an uninitialized filename down to do_open9().
26123 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
26125 Update to CGI 2.72, from Lincoln Stein.
26127 Subject: [PATCH] Silence MakeMaker (Was: installman)
26129 Use temporary directory instead of current directory.
26130 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
26132 Document odd vs even subreleases and -Dusedevel.
26134 The veryclean target needs to clobber.
26136 Use File::Spec->tmpdir().
26138 Document the number of exponent digits.
26140 Mention perlebcdic and perlposix-bc.
26142 s/this one/the 5.6.0 release/
26146 The correct cleaning order is an art.
26148 small tweaks for change#6705: avoid C++ style comments in C code;
26149 use Perl's malloc API rather than the low level system one
26151 Array context keeps slithering in.
26153 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
26155 Subject: [PATCH] os2.c fix for use64bitint
26157 Update to Pod::LaTeX 0.53.
26158 Subject: [PATCH] lib/Pod/LaTeX.pm updates
26160 Document the endianness of Alpha more precisely.
26162 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
26164 Rename the macro argument because some preprocessors
26165 can't tell the difference and expand arguments also inside
26166 double quoted strings.
26168 free TLS slot properly on Windows
26170 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
26172 Unicos/mk requires elaborate paranoia.
26174 Tweak the floating point output routine preferences.
26176 Also under djgpp the timestamps are funky.
26178 Apply some PodParser 1.18 patches; the Pod/Find.pm
26179 patches cannot be applied since #6712 conflicts.
26181 Use PodParser 1.18 new test.
26184 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
26187 Branch: maint-5.6/perl
26188 +> pod/perlebcdic.pod
26189 !> (integrate 106 files)
26190 ____________________________________________________________________________
26191 [ 7892] By: jhi on 2000/11/27 15:02:32
26192 Log: Update Changes.
26194 ! Changes patchlevel.h
26195 ____________________________________________________________________________
26196 [ 7891] By: jhi on 2000/11/27 14:57:23
26197 Log: Subject: Re: perlfaq style changes
26198 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26199 Date: Sat, 25 Nov 2000 23:32:26 -0800
26200 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
26202 plus a note from Ronald Kimball.
26204 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
26205 ____________________________________________________________________________
26206 [ 7890] By: jhi on 2000/11/27 14:53:14
26207 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
26208 From: Benjamin Holzman <bah@ecnvantage.com>
26209 Date: Sun, 26 Nov 2000 16:27:33 -0500
26210 Message-ID: <20001126162733.J25040@ecnvantage.com>
26213 ____________________________________________________________________________
26214 [ 7889] By: jhi on 2000/11/27 14:43:11
26215 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
26216 From: lvirden@cas.org
26217 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
26218 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
26221 ____________________________________________________________________________
26222 [ 7888] By: jhi on 2000/11/27 14:32:34
26223 Log: Restore also the locale test to no-sprintf-taint state.
26224 Fixes the bug 20001127.003.
26226 ! sv.c t/pragma/locale.t
26227 ____________________________________________________________________________
26228 [ 7887] By: gsar on 2000/11/27 14:13:05
26229 Log: integrate changes#6613..6616,6620..6665 from mainline
26231 VMS configure.com update continues.
26233 Subject: Test fails / warnings with perl-current #6612
26235 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
26237 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26239 For now remove the mail code.
26241 Subject: Re: [PATCH] @+, @- readonly
26243 Subject: warning: storage class after type is obsolescent
26247 Subject: Re: File::Temp problems on VMS in bleedperl
26250 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26252 Make the user to give up his firstborn, err, to knowingly
26253 verify installing an unstable developer release. Also bump
26254 the release to 5.7.0, but leave a patch tag in the local
26255 patches saying that this is not yet the real thing.
26257 Update (kinda) to Test 1.14, from Joshua Pritikin.
26259 make ok etc also for win32.
26261 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26263 Don't blow limited stacks, a lower number is enough to
26264 tickle the lookbehind limit.
26266 Use -Dusedevel; regen Configure and the respective Porting stuff.
26268 Subject: [PATCH] debugger exit code should reflect user exit code
26270 Subject: [PATCH perl@6620] cygwin port
26272 Missed a file from #6638.
26274 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)
26276 magic callbacks all need to have same type signature
26278 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26280 Fix a dependency problem.
26281 Subject: [PATCH: 6640] VMS Makefile.SH update
26283 The numeric locale was reset to "C" by s?printf and never restored.
26284 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26285 No test since adding the failing example to locale.t
26286 does not fail -- probably because the locale settings are so
26287 thoroughly tweaked by that time. Running the example standalone
26288 does fail, though. UPDATE: test case added at change #7540.
26290 Subject: [ID 20000324.040] minor fix to perlhpux.pod
26292 Update to CPAN 1.57.
26294 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26296 Change the perlbug address to perl.org since it's more forgiving.
26298 Change the regx compilation error markers to use = instead of <
26299 since pod makes using the latter quite messy. Reported in
26300 ID 20000814.006 by Abigail and in
26301 Subject: Unknown escape E<> ?
26303 Update to perldebtut 1.9, from Richard Foley.
26305 check that the number pseudo children doesn't exceed
26306 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26307 the WaitForMultipleObjects() limit that would cause wait()
26309 wait() and waitpid() could potentially be rewritten to use
26310 more than one thread to do the waiting to eliminate this
26313 change#6328 could make close(SOCKET) return false on windows
26316 pod nit seen in passing
26318 on windows, the return values from wait() and waitpid() don't
26319 match those of pseudo-pids
26321 waitpid() now handles externally spawned pids correctly;
26322 fixes for backtick/wait/waitpid failures on Windows 9x
26323 these changes make the pid returned by process functions on
26324 Windows 9x always positive by clearing the high bit (which
26325 is always set on Win9x); pseudo-process PIDs are likewise
26326 always negative now on Win9x (just as on NT/2000)
26328 trailing new %ENV entries weren't being pushed into the real
26329 environment of subprocesses on Windows
26331 Tweak the regex compilation errors once more.
26333 avoid warnings from dense compiler
26335 add "ok" targets from change#6632 in makefile.mk
26336 Branch: maint-5.6/perl
26337 - lib/Pod/PlainText.pm vms/configure.com
26338 !> (integrate 66 files)
26339 ____________________________________________________________________________
26340 [ 7886] By: jhi on 2000/11/27 13:54:18
26341 Log: __FUNCTION__ isn't portable and trying to emulate it leads
26342 into practically spelling out the name of the function.
26343 Takes care of the bug 20001127.001.
26346 ____________________________________________________________________________
26347 [ 7885] By: gsar on 2000/11/27 13:53:18
26348 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
26349 6610..6611 from mainline
26351 Make regular expression parse error messages easier to understand.
26352 Subject: Re: enhanced(?) regex error messages
26354 Tiny tidying on report_evil_fh().
26356 Subject: Re: enhanced(?) regex error messages
26357 plus Capitalize the error messages, plus perldiag them.
26359 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
26361 Document here-doc better.
26363 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26365 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
26366 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
26367 (either perlbug or p5p ate the original), plus regen
26368 perlapi and perltoc.
26372 Double check that we have a dirhandle.
26374 Subject: Re: enhanced(?) regex error messages
26375 (plus two small patches sent privately)
26376 (this still seems to leave few test failures)
26378 warn is a macro, avoid using at a variable to avoid warnings
26379 in some configurations; readdir.t is too conservative in
26380 estimating number of *.t's
26382 Get back into sync with Jeffrey on the enhanced regex warnings.
26384 Subject: [PATCH 5.6.0] cygwin port
26386 Zero entries were skipped, fix from Adrian Goalby
26387 <argoalby@yahoo.co.uk>
26389 Subject: Remove dead entry in perldiag
26391 Amend the description of Perl6.
26392 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
26396 It's the 2ndO'ROSSC.
26398 Revert the sv.c part of #6559, a better fix is needed.
26400 Iterating perl6 description.
26402 Update to Term::ANSIColor 1.03, from Russ Allbery.
26404 Update to Getopt::Long 2.23_05, from Johan Vromans.
26406 Small AUTHORS and MAINTAIN updates. Could do with big updates.
26408 Update to Pod::Parser 1.17, from Brad Appleton.
26410 Update to CPAN 1.56, from Andreas König.
26412 Update to CGI 2.70, from Lincoln Stein.
26414 Put back the std @INC thing.
26416 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
26417 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
26419 Document the IO::Select timeout.
26421 sleep(1) does not necessarily return 1.
26422 Subject: [PATCH bleadperl] op/lex_assign.t
26424 Subject: debugger "d" command doesnt check line number
26426 B::Deparse didn't do sub attributes.
26427 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26429 Preprocessing and postprocessing for File::Find.
26430 Subject: Patch to Find::File.pm to allow alphabetical results
26432 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
26434 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
26436 Subject: Re: [ID 20000730.003] utf8::length() bad
26438 Subject: Getting perlio and threads to compile
26439 (the Solaris version changes in Configure skipped)
26442 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26444 Add Perl debugging tutorial, regen toc.
26445 Subject: perldebtut.pod
26447 Add a few missing files, update MANIFEST.
26449 Rewrite of vms/subconfigure.com as configure.com,
26450 from Peter Prymmer and the vmsperl crew.
26452 Should have deleted this in #6603.
26454 Fix the test for 5005threads.
26456 Fix-n-skip the tests under 5005threads.
26458 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
26460 Upgrade to CGI 2.71, from Lincoln Stein.
26461 Branch: maint-5.6/perl
26462 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
26463 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
26464 +> t/op/regmesg.t t/pod/find.t vms/configure.com
26465 - vms/subconfigure.com
26467 !> (integrate 115 files)
26468 ____________________________________________________________________________
26469 [ 7884] By: jhi on 2000/11/27 13:44:33
26470 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
26471 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26472 Date: Mon, 27 Nov 2000 08:23:54 EST
26473 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
26475 ! vms/descrip_mms.template vms/test.com
26476 ____________________________________________________________________________
26477 [ 7883] By: gsar on 2000/11/27 11:50:46
26478 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
26479 6511..6513,6515..6523,6525..6536
26481 The swallow_bom() saga continues. The #23 of require.t
26482 (UTF16-LE) still fails (silently, no output) but the #22
26483 (UTF16-BE) seems to be working now. The root of the
26484 failure may be in sv_gets(): is it UTF-16LE-aware,
26485 especially when it comes to line endings?
26487 Document the problem with -P in HP-UX and its workaround.
26489 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
26490 (aka ID 20000730.002)
26492 Subject: fix and question re: waitpid() under win32
26494 Make the safety catch for buggy gccs work with triple version
26495 numbers like 2.95.2. Reported in
26496 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
26498 In Digital UNIX warn if gcc explicitly chosen because even
26499 2.95.2 is known to cause problems.
26501 Make chr() for values >127 to create utf8 when under utf8.
26503 various syntax errors and such (not fixed: comp/require.t#22 coredump
26506 Stash away the largefiles flags and libswanted.
26508 BOM patching from Simon Cozens.
26510 If gccosandvers is equal to osname, clear gccosandvers.
26512 Make p4desc to skip non-mainperl branches by default.
26514 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
26517 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
26519 In new BSDs changes to argv[] do not show up in ps(1) output,
26520 instead one must use setproctitle(). This was already addressed
26521 by change #6457, but the below has a new variant for FreeBSD 4.0
26522 or later, and the matter is also documented more.
26524 FreeBSD 3.* updates from
26525 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26527 regen_headers, regen perltoc.
26529 Document in one place the memory abstractions used in Perl core.
26531 memcpy has n o in it, as pinted ut by Sarathy.
26533 Remove the extraneous "main::" prefix from all the
26534 "opened only for", "on closed", and "never opened" warnings.
26536 The name of a filehandle does not have <these>.
26538 The tr utf8 patching continues.
26540 The new setproctitle() feature is available only in
26541 bleeding edge FreeBSD. From Paul Saab.
26543 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
26545 Dump UVs as UVs in Data::Dumper.
26549 Document the IVdf UVuf UVof UVxf.
26551 require.t needs binmode() to work on windows
26553 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
26554 that are hopefully soon put into use.
26556 Allow "no Module;" even if there is no 'unimport'.
26558 Better skip message for the test; one of the two problems in
26559 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
26561 The subtest 4 may fail also on VOBS, as pointed out
26562 by Nick Ing-Simmons in November 1999, bug id 19991124.003
26563 (but the failure in that bug report isn't the subtest 4).
26565 Be more informative on what is skipped and why,
26566 also repeat the list at the end.
26570 Subject: [PATCH] sv.h documentation - SvLEN
26572 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
26574 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
26576 Subject: [PATCH] bad cppsymbols on os2 + Configure question
26578 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
26580 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
26581 mention the idea of @( and @)
26583 This is 6512. Really.
26585 Subject: [ID 19990721.004] Documentation bug in perlfunc
26587 Subject: Minor tweak to perlvar.pod
26589 In the warnings call filehandles consistently so;
26590 add "unopened" warning for stat().
26592 After the #6519 a warning about stat() is just that,
26593 not about a filetest, which now have their own warning.
26595 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
26597 Subject: Re: Array vs. List context
26599 Subject: New perlcc, take 2
26601 Weed buglets pointed out by
26602 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
26604 gcc versions might have (parentheses) in them.
26606 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
26608 Essential prototype changes were missing from #6527.
26609 Also make report_evil_fh() more bomb-proof.
26611 Zap lib/Sys directory when cleaning up.
26613 Change the Policy policy: now -Dprefix= with an existing
26614 Policy.sh and prefix == siteprefix == vendorprefix, then all
26615 of them follow along the new prefix.
26616 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
26618 Continue fixing the io warnings. This also
26619 sort of fixes bug ID 20000802.003: the core dump
26620 is no more. Whether the current behaviour is correct
26621 (giving a warning: "Not a format reference"), is another matter.
26623 Have symbols for the IoTYPEs.
26625 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
26627 Document a bit that UDP is not what you might think.
26628 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
26629 tr memory corruption fix from Simon Cozens.
26631 Plug the security hole described in the Aug 05 2000 bugtraq message
26632 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
26633 The security hole exists only in suidperls, which isn't
26634 installed or even built by default.
26635 Branch: maint-5.6/perl
26636 !> (integrate 71 files)
26637 ____________________________________________________________________________
26638 [ 7882] By: gsar on 2000/11/27 10:25:36
26639 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
26642 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
26643 to be fatal errors (instead of by default ignoring them, and
26644 ignoring with a bug: even though -w gave an error, the opening [
26645 was left in) Reported in:
26647 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
26649 Subject: [PATCH] split /^/
26651 MacOS nits from Matthias Neeracher.
26653 More split() doc and test patches from Mike Guy.
26655 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
26656 from Graham Barr in the module list.
26658 docfix from Peter Scott <Peter@PSDT.com>.
26660 File::Temp patches for VMS and OS/2 from Tim Jenness.
26662 open() wariness in perlbug.
26664 Subject: [PATCH] minor doc change - perlguts
26666 Subject: Minor doc patch: handy.h
26668 Be wary of close()s, too.
26670 Further File::Temp patches from Yitzchak Scott-Thoennes
26671 and Craig A. Berry.
26673 Subject: [PATCH] fixes bug 20000508.004
26675 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
26677 Allow "no AutoLoader;", based on change #6444,
26678 suggested by Graham Barr.
26680 Use setproctitle() if available to modify $0.
26682 Warn if the version of the operating system used to compile gcc
26683 differs from the current version of the operating system.
26684 Also display the gcc compilation os and version in myconfig.
26687 Tiny fixes for #6460.
26689 The problem described in this
26690 Subject: [ID 20000322.018] named chars aren't magical enough
26691 has been fixed in perl 5.6.0 but just in case added a test
26692 to keep it away. (The report from Joseph Hall.)
26694 Tune the comments and hopefully stop a memory leak.
26696 Subject: UTF8 concat
26697 (with a memory leak fixed, plus a few casts added)
26698 This also seems to help for
26699 Subject: [ID 20000716.015] join UTF8 weirdness
26701 Do not upgrade SVs into utf8 just because they participate
26702 in eq or cmp. Reported and fix suggested in
26703 Subject: [ID 20000720.009] sv_eq UTF8 bug
26705 Fix the HALF_UPGRADE() macro introduced in #6263.
26707 Find green threads before native threads.
26708 Subject: Re: Patch to jpl/JNI/Makefile.PL
26709 Branch: maint-5.6/perl
26710 !> (integrate 30 files)
26711 ____________________________________________________________________________
26712 [ 7881] By: jhi on 2000/11/27 05:48:41
26713 Log: It seems that *both* the unused submatch loop cleanup
26717 ____________________________________________________________________________
26718 [ 7880] By: jhi on 2000/11/27 04:50:07
26719 Log: Clean .exists deeper.
26722 ____________________________________________________________________________
26723 [ 7879] By: jhi on 2000/11/27 02:31:35
26724 Log: The code in regcppop() (see #7878) contains the correct lower
26725 limit for the unused submatch 'cleanup' loop so that under
26726 "use utf8" the following code wouldn't dump core:
26727 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
26728 the cleanup loop in regtry() stomped beyond allocated area
26729 in the startp[] array. Therefore, copied the correct lower
26730 loop limit (*PL_reglastparen) to regtry(). Note: something
26731 may still not be quite right: why was the _higher_ loop limit
26732 (prog->nparens) different in the utf8 case?
26734 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
26735 without core dumps, there were about 17 of them before
26736 the patch (with us since Perl 5.7.0). Two failures, still:
26737 496 and 505 (though these may not be severe).
26739 Patch #7881 is also needed since both the cleanup loops
26742 Also, the t/op/pat#44 seems to core dump under utf8.
26743 Plus a couple of failures. UGH-8.
26746 ____________________________________________________________________________
26747 [ 7878] By: jhi on 2000/11/27 02:21:17
26748 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
26749 the code in regcppop() seems to be redundant for the test suite --
26750 but it contains a germ of truth, and it needed for the build
26751 process itself: see #7879 and #7881.
26754 ____________________________________________________________________________
26755 [ 7877] By: jhi on 2000/11/27 01:53:09
26756 Log: Comment on comment.
26759 ____________________________________________________________________________
26760 [ 7876] By: jhi on 2000/11/27 00:49:59
26761 Log: Adjust the docs to agree with #7875.
26763 ! pod/perllocale.pod
26764 ____________________________________________________________________________
26765 [ 7875] By: jhi on 2000/11/27 00:49:27
26766 Log: Retract #7863. It makes more sense not to taint formatted output,
26767 not even by sprintf().
26770 ____________________________________________________________________________
26771 [ 7874] By: jhi on 2000/11/26 23:36:02
26772 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
26773 Not really fixed (should really dump the UTF-8 charclass),
26774 but stopped displaying the garbage.
26776 Also add a note on the (missing) Unicode PSXSPC and BLANK.
26779 ____________________________________________________________________________
26780 [ 7873] By: jhi on 2000/11/26 21:31:13
26781 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
26784 ____________________________________________________________________________
26785 [ 7872] By: jhi on 2000/11/26 21:06:04
26786 Log: No need to scan till infinity, 13 is enough.
26789 ____________________________________________________________________________
26790 [ 7871] By: jhi on 2000/11/26 20:20:32
26791 Log: Test line numbers are different with utf8.
26794 ____________________________________________________________________________
26795 [ 7870] By: jhi on 2000/11/26 20:10:12
26799 ____________________________________________________________________________
26800 [ 7869] By: jhi on 2000/11/26 19:01:05
26801 Log: Make utf8_length() and utf8_distance() (the latter of which
26802 is unused at the moment) to be less forgiving about bad UTF-8.
26804 ! embed.h embed.pl objXSUB.h proto.h utf8.c
26805 ____________________________________________________________________________
26806 [ 7868] By: jhi on 2000/11/26 18:45:56
26807 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
26808 From: Benjamin Holzman <bah@ecnvantage.com>
26809 Date: Sat, 25 Nov 2000 20:40:20 -0500
26810 Message-ID: <20001125204020.A25040@ecnvantage.com>
26812 Debian allows installing /usr/bin/locale without installing
26813 any locales, an error message will ensue.
26815 ! t/pragma/locale.t
26816 ____________________________________________________________________________
26817 [ 7867] By: jhi on 2000/11/26 18:31:12
26818 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
26819 From: Benjamin Holzman <bah@ecnvantage.com>
26820 Date: Sun, 26 Nov 2000 02:42:34 -0500
26821 Message-ID: <20001126024234.G25040@ecnvantage.com>
26823 Patch for the bug 20000212.002.
26825 ! sv.c t/op/array.t
26826 ____________________________________________________________________________
26827 [ 7866] By: jhi on 2000/11/26 18:28:09
26828 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
26829 From: Tim Jenness <t.jenness@jach.hawaii.edu>
26830 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
26831 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
26835 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26836 ____________________________________________________________________________
26837 [ 7865] By: jhi on 2000/11/26 18:24:22
26838 Log: The metaconfig unit change for #7864.
26839 Branch: metaconfig/U/perl
26841 ____________________________________________________________________________
26842 [ 7864] By: jhi on 2000/11/26 18:23:41
26843 Log: Make the va_copy() test not to be so talkative.
26845 ! Configure config_h.SH
26846 ____________________________________________________________________________
26847 [ 7863] By: jhi on 2000/11/26 18:11:02
26848 Log: Fix locale inconsistencies unearthed by Hugo's work.
26849 Now the floating point sprintf really does taint the result
26850 string as perllocale promises (has promised for a long time)
26851 if "use locale" is in the lexical scope.
26853 ! sv.c t/pragma/locale.t
26854 ____________________________________________________________________________
26855 [ 7862] By: jhi on 2000/11/26 00:35:15
26856 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
26857 From: Nicholas Clark <nick@ccl4.org>
26858 Date: Sun, 26 Nov 2000 00:07:50 +0000
26859 Message-ID: <20001126000750.A22446@plum.flirble.org>
26864 ____________________________________________________________________________
26865 [ 7861] By: jhi on 2000/11/26 00:01:26
26866 Log: Integrate perlio.
26868 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
26869 ____________________________________________________________________________
26870 [ 7860] By: nick on 2000/11/25 22:04:17
26871 Log: Correct relative path from new ext\Filter\Util\Call location
26874 ! win32/makefile.mk
26875 ____________________________________________________________________________
26876 [ 7859] By: nick on 2000/11/25 21:26:54
26877 Log: Integrate mainline.
26879 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26880 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
26881 +> t/lib/filter-util.t
26882 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
26883 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
26884 - t/lib/filt-util.t
26885 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
26886 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
26887 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
26888 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
26889 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
26890 !> win32/makefile.mk
26891 ____________________________________________________________________________
26892 [ 7858] By: gsar on 2000/11/25 20:52:17
26893 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
26894 parent's memory; fix it by keeping track of the actual pad
26895 offset rather than a raw pointer (this change is probably also
26896 relevant to non-ithreads case to avoid fallout from reallocs of
26897 the pad array, but is currently only enabled for the ithreads
26898 case in the interests of minimal disruption to existing "well
26901 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26902 ! proto.h scope.c scope.h sv.c t/op/fork.t
26903 ____________________________________________________________________________
26904 [ 7857] By: nick on 2000/11/25 20:01:28
26905 Log: All tests pass on Win32/gcc/USE_PERLIO.
26906 - when crlf layer is pushed make unix-level binary.
26907 - remove :crlf injection in pp_backtick in pp_sys.c
26908 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
26910 ! doio.c perlio.c pp_sys.c win32/makefile.mk
26911 ____________________________________________________________________________
26912 [ 7856] By: jhi on 2000/11/25 18:38:30
26913 Log: Update the metaconfig units for #7855.
26914 Branch: metaconfig/U/perl
26915 ! useperlio.U usesocks.U
26916 ____________________________________________________________________________
26917 [ 7855] By: jhi on 2000/11/25 18:37:54
26918 Log: Undo the SOCKS workarounds, instead start using PerlIO
26919 if SOCKS is selected.
26921 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
26922 From: Jens Hamisch <jens@Strawberry.COM>
26923 Date: Fri, 24 Nov 2000 18:31:30 +0100
26924 Message-ID: <20001124183130.E28337@Strawberry.COM>
26926 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
26927 From: Jens Hamisch <jens@Strawberry.COM>
26928 Date: Fri, 24 Nov 2000 19:11:51 +0100
26929 Message-ID: <20001124191151.A28753@Strawberry.COM>
26931 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
26932 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
26933 ____________________________________________________________________________
26934 [ 7854] By: jhi on 2000/11/25 17:39:08
26935 Log: Undo #7848. Some of the code seems to use walkoptree(),
26936 some walkoptree_slow(). An unfinished renaming?
26937 Now the sub is walkoptree() (which is @EXPORT_OK),
26938 the walkoptree_slow() is a typeglob alias to walkoptree.
26939 This makes the tests to pass, at least.
26941 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
26942 ____________________________________________________________________________
26943 [ 7853] By: nick on 2000/11/24 22:24:33
26944 Log: Re-arrange crlf vs binary for platforms that care.
26945 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
26946 Lip-service to making stdio layer work on such platfroms (untested).
26947 Now fails 3 tests rather than one, checkin to see if I can debug
26948 the issue under linux. (Do not merge.)
26950 ! doio.c perlio.c perliol.h
26951 ____________________________________________________________________________
26952 [ 7852] By: jhi on 2000/11/24 18:57:39
26953 Log: AUTHORS edits.
26956 ____________________________________________________________________________
26957 [ 7851] By: jhi on 2000/11/24 17:34:56
26958 Log: Add Jan-Erik Karlsson.
26961 ____________________________________________________________________________
26962 [ 7850] By: jhi on 2000/11/24 17:27:56
26963 Log: Configure should find stdchar on its own.
26965 ! hints/solaris_2.sh
26966 ____________________________________________________________________________
26967 [ 7849] By: jhi on 2000/11/24 17:24:55
26968 Log: Subject: PATCH over 7848: Filter test flawed
26969 From: andreas.koenig@anima.de (Andreas J. Koenig)
26970 Date: 24 Nov 2000 10:28:29 +0100
26971 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
26973 ! t/lib/filter-util.t
26974 ____________________________________________________________________________
26975 [ 7848] By: jhi on 2000/11/24 17:22:15
26976 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
26977 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
26978 Date: Fri, 24 Nov 2000 16:12:58 +0000
26979 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
26982 ____________________________________________________________________________
26983 [ 7847] By: jhi on 2000/11/24 03:07:01
26984 Log: Integrate perlio.
26986 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
26987 !> win32/makefile.mk
26988 ____________________________________________________________________________
26989 [ 7846] By: gsar on 2000/11/24 00:55:57
26990 Log: integrate changes#6415..6418,6420..6438 from mainline
26992 Fix the bitvector ops for utf8 (tricky since past 7 bits
26993 the utf8 'characters' can be more than one octet).
26995 MPE/ix updates for perl 5.6.0 from Mark Bixby.
26997 Subject: SDBM_File documentation
27003 Send all installperl messages to STDERR and be -w clean.
27005 Out-of-date note removed.
27007 Protect against "wild next"s, that is, callbacks doing "next"
27008 instead of "return".
27010 Use STDOUT consistently.
27012 The output might have been produced in the wrong order.
27014 A missing 'break' after the [[:space:]] switch case.
27017 [ID 19991110.003] another matching finding by pcre author
27018 which has already been fixed by some patch, as verified in
27020 Documentation to explain the behaviour of map().
27022 Add an optimization for map-maps-a-list-element-to-more-list-elements
27023 case, but add also notes explaining the relationship of this
27024 patch and the earlier notes by Sarathy.
27026 Subject: [ID 20000716.023] syslog test fails without sockets
27028 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27029 Test cases for #6431.
27031 File::Spec::VMS fixup for tmpdir from Craig Berry.
27033 Make the "uninit variable" warning to say "concat or string"
27034 or "join or string" when in concat or join .
27036 Get UTF16 BOMs working. Patch from
27037 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27039 Subject: [PATCH] Make large file tests deal with SIGXFSZ
27041 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
27043 Subject: [PATCH] av.c apidoc
27044 Branch: maint-5.6/perl
27045 !> (integrate 43 files)
27046 ____________________________________________________________________________
27047 [ 7845] By: gsar on 2000/11/24 00:20:45
27048 Log: integrate changes#6406..6414 from mainline
27050 Merge perlhacktut into perlhack, update perlguts.
27052 Fix AutoSplit to use File::Spec the right way in VMS,
27053 from Peter Prymmer.
27056 [ID 19991110.002] minimal matching discrepancy found by pcre author
27057 seems to have been fixed (though differently from what was suggested
27058 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
27060 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
27061 not in pod, from Peter Prymmer
27063 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
27064 From: Hugo <hv@crypt.compulink.co.uk>
27065 Date: Fri, 14 Jul 2000 23:05:20 +0100
27066 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
27068 Didn't anymore apply, but that point still could use another fix.
27070 lib/b test fixes from Peter Prymmer.
27072 More docs for sv functions.
27074 perlvms.pod whitespace cleanup to keep pod utils happy.
27076 another VMS build tweak from Peter Prymmer
27077 Branch: maint-5.6/perl
27078 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
27079 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
27080 !> vms/descrip_mms.template vms/perlvms.pod
27081 ____________________________________________________________________________
27082 [ 7844] By: nick on 2000/11/23 23:42:45
27083 Log: Win32/perlio Now just fails one io/argv.t test - lack
27084 of default :crlf on standard streams.
27087 ____________________________________________________________________________
27088 [ 7843] By: nick on 2000/11/23 23:04:05
27089 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
27090 peek fail is showing a real problem (multiple crlf layers
27091 are getting pushed.)
27093 ! doio.c perlio.c win32/makefile.mk
27094 ____________________________________________________________________________
27095 [ 7842] By: nick on 2000/11/23 19:46:23
27096 Log: Implement PerlIO_binmode()
27097 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
27098 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
27099 make binmode in t/lib/io_tell.t unconditional so that works.
27100 Checkin just so Win32 machine can see these changes.
27102 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
27103 ____________________________________________________________________________
27104 [ 7841] By: jhi on 2000/11/23 19:30:00
27105 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
27108 ____________________________________________________________________________
27109 [ 7840] By: jhi on 2000/11/23 17:18:02
27110 Log: SOCKS wrestling continues, patches from Jens Hamisch.
27112 ! doio.c embed.h embed.pl perlsdio.h proto.h
27113 ____________________________________________________________________________
27114 [ 7839] By: jhi on 2000/11/23 16:54:14
27115 Log: Push Filter::Util::Call one level deeper.
27117 + t/lib/filter-util.t
27118 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27119 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
27120 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27121 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27122 - t/lib/filt-util.t
27123 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27124 ! win32/Makefile win32/makefile.mk
27125 ____________________________________________________________________________
27126 [ 7838] By: jhi on 2000/11/23 16:52:40
27127 Log: Reach back one higher up when searching for PERL_SRC.
27129 ! lib/ExtUtils/MM_Unix.pm
27130 ____________________________________________________________________________
27131 [ 7837] By: jhi on 2000/11/23 16:05:41
27132 Log: Subject: Re: perl@7826
27133 Date: Thu, 23 Nov 2000 02:20:25 -0600
27134 From: "Craig A. Berry" <craigberry@mac.com>
27135 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
27137 Make VMS to like Filter::Util::Call.
27139 ! configure.com ext/Filter/Util/Makefile.PL
27140 ____________________________________________________________________________
27141 [ 7836] By: nick on 2000/11/23 16:04:08
27142 Log: Implement crlf layer - not ready for merge.
27144 ! perlio.c win32/makefile.mk
27145 ____________________________________________________________________________
27146 [ 7835] By: jhi on 2000/11/23 15:56:52
27147 Log: STDCHAR is different in Sparc v9 vs x86.
27149 ! hints/solaris_2.sh
27150 ____________________________________________________________________________
27151 [ 7834] By: jhi on 2000/11/23 15:50:47
27152 Log: The type needs to be visible to protos.
27155 ____________________________________________________________________________
27156 [ 7833] By: jhi on 2000/11/23 15:40:46
27157 Log: Finish unfinished SOCKS workaround changes.
27160 ____________________________________________________________________________
27161 [ 7832] By: jhi on 2000/11/23 15:33:30
27162 Log: Integrate perlio.
27164 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27165 !> win32/makefile.mk
27166 ____________________________________________________________________________
27167 [ 7831] By: nick on 2000/11/23 10:31:07
27168 Log: Correct makefile.mk dependancies for ext/Filter/Util
27170 Run dmake regen_config_h
27172 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27173 ! win32/makefile.mk
27174 ____________________________________________________________________________
27175 [ 7830] By: nick on 2000/11/23 08:05:07
27176 Log: Integrate mainline
27178 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27179 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
27180 +> t/lib/filt-util.pl t/lib/filt-util.t
27181 !> (integrate 41 files)
27182 ____________________________________________________________________________
27183 [ 7829] By: gsar on 2000/11/23 03:07:11
27184 Log: build the Filter extension on windows
27186 ! win32/Makefile win32/makefile.mk
27187 ____________________________________________________________________________
27188 [ 7828] By: gsar on 2000/11/23 02:46:35
27189 Log: regenerate win32/config* and fix some inconsistencies in the
27190 makefiles; always export Perl_deb() because it is needed
27191 by ext/re/* (whether perl itself is built with -DDEBUGGING
27194 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
27195 ! win32/config_H.vc win32/makefile.mk
27196 ____________________________________________________________________________
27197 [ 7827] By: gsar on 2000/11/23 02:18:38
27198 Log: get sources building on windows+MSVC again (untested with other
27201 ! win32/include/sys/socket.h win32/perllib.c
27202 ____________________________________________________________________________
27203 [ 7826] By: jhi on 2000/11/23 01:18:26
27204 Log: Update Changes.
27206 ! Changes patchlevel.h
27207 ____________________________________________________________________________
27208 [ 7825] By: jhi on 2000/11/23 00:20:41
27209 Log: Subject: Re: av.c patch (having slight problems)
27210 From: "Ben Tilly" <ben_tilly@hotmail.com>
27211 Date: Tue, 21 Nov 2000 23:29:31 -0500
27212 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
27217 ____________________________________________________________________________
27218 [ 7824] By: jhi on 2000/11/22 23:59:15
27219 Log: Fixes for signedness warnings noticed by VMSperlers.
27221 ! ext/Storable/Storable.xs regcomp.c sv.c
27222 ____________________________________________________________________________
27223 [ 7823] By: jhi on 2000/11/22 23:19:31
27224 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
27225 From: Peter Prymmer <pvhp@forte.com>
27226 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
27227 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
27229 ! t/pragma/warn/pp_hot
27230 ____________________________________________________________________________
27231 [ 7822] By: jhi on 2000/11/22 22:52:20
27235 ____________________________________________________________________________
27236 [ 7821] By: jhi on 2000/11/22 22:46:39
27237 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
27238 by Damian Conway, as suggested by Paul Marquess.
27240 + lib/Filter/Simple.pm
27241 ____________________________________________________________________________
27242 [ 7820] By: jhi on 2000/11/22 22:45:51
27243 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
27245 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27246 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27247 + t/lib/filt-util.t
27249 ____________________________________________________________________________
27250 [ 7819] By: jhi on 2000/11/22 22:03:27
27251 Log: Integrate perlio.
27253 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
27254 !> win32/makefile.mk
27255 ____________________________________________________________________________
27256 [ 7818] By: jhi on 2000/11/22 21:56:02
27257 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
27259 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
27261 ____________________________________________________________________________
27262 [ 7817] By: jhi on 2000/11/22 21:39:49
27263 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
27264 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27265 Date: Wed, 22 Nov 2000 16:08:12 -0500
27266 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
27268 ! lib/ExtUtils/Liblist.pm
27269 ____________________________________________________________________________
27270 [ 7816] By: jhi on 2000/11/22 21:38:25
27271 Log: Go ahead and #include <unistd.h> in perl.h.
27273 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
27275 ____________________________________________________________________________
27276 [ 7815] By: jhi on 2000/11/22 21:22:52
27277 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
27278 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27279 Date: Mon, 20 Nov 2000 18:30:52 -0500
27280 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
27282 ! pod/perlre.pod regcomp.c t/op/re_tests
27283 ____________________________________________________________________________
27284 [ 7814] By: jhi on 2000/11/22 21:21:46
27285 Log: Subject: [PATCH 5.7.0] Liblist finally works
27286 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27287 Date: Tue, 21 Nov 2000 22:02:17 -0500
27288 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
27290 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
27291 ! lib/ExtUtils/MakeMaker.pm
27292 ____________________________________________________________________________
27293 [ 7813] By: jhi on 2000/11/22 21:20:23
27294 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
27295 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27296 Date: Wed, 22 Nov 2000 17:53:15 +0100
27297 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
27299 AIX dynaloader and perlio patch.
27301 ! ext/DynaLoader/dl_aix.xs
27302 ____________________________________________________________________________
27303 [ 7812] By: jhi on 2000/11/22 21:17:52
27304 Log: (Accidentally empty patch.)
27307 ____________________________________________________________________________
27308 [ 7811] By: jhi on 2000/11/22 21:16:31
27309 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
27310 From: Peter Prymmer <pvhp@forte.com>
27311 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
27312 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
27315 ____________________________________________________________________________
27316 [ 7810] By: jhi on 2000/11/22 21:15:36
27317 Log: Subject: Re: perl@7777
27318 From: "John P. Linderman" <jpl@research.att.com>
27319 Date: Wed, 22 Nov 2000 13:11:11 -0500
27320 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
27325 ____________________________________________________________________________
27326 [ 7809] By: jhi on 2000/11/22 21:14:19
27327 Log: Subject: [PATCH perl@7795] Perlio_tell fix
27328 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27329 Date: Wed, 22 Nov 2000 13:51:37 EST
27330 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
27333 ____________________________________________________________________________
27334 [ 7808] By: jhi on 2000/11/22 21:13:27
27335 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
27336 From: Casey Tweten <crt@kiski.net>
27337 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
27338 Message-Id: <200011201653.LAA10194@home.kiski.net>
27341 ____________________________________________________________________________
27342 [ 7807] By: jhi on 2000/11/22 21:12:35
27343 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
27344 From: Casey Tweten <crt@kiski.net>
27345 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
27346 Message-Id: <200011201636.LAA07227@home.kiski.net>
27349 ____________________________________________________________________________
27350 [ 7806] By: jhi on 2000/11/22 21:10:59
27351 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
27352 From: "Casey R. Tweten" <crt@kiski.net>
27353 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
27354 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
27357 ____________________________________________________________________________
27358 [ 7805] By: nick on 2000/11/22 21:05:06
27359 Log: Integrate mainline
27361 !> Changes Porting/genlog ext/DB_File/DB_File.xs
27362 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
27363 !> utils/perlbug.PL
27364 ____________________________________________________________________________
27365 [ 7804] By: jhi on 2000/11/22 21:01:12
27366 Log: Subject: [PATCH] Test.pm POD peculiarity
27367 From: "Casey R. Tweten" <crt@kiski.net>
27368 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
27369 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
27372 ____________________________________________________________________________
27373 [ 7803] By: jhi on 2000/11/22 20:59:59
27374 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
27375 From: "Philip Newton" <pnewton@gmx.de>
27376 Date: Wed, 22 Nov 2000 14:25:53 +0100
27377 Message-Id: <3A1BD771.25462.1939FAD@localhost>
27379 Be case-understanding also on 's', and use the -oi of sendmail
27380 not to terminate the transmission on a lone '.'.
27383 ____________________________________________________________________________
27384 [ 7802] By: nick on 2000/11/22 20:51:42
27385 Log: Win32 PerlIO intermediate state now working as expected.
27386 - In current state we are still using C runtime in text/binary
27387 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
27388 - PERLIO=stdio and PERLIO=unix pass all expected tests.
27389 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
27390 and PerlIO_seek() and the dummy crlf layer is not making adjustments
27391 for CRLF translation happening in C runtime. All other tests pass.
27393 Added note to README.win32 to point out the snags of doing a perl build
27394 with Norton AntiVirus turned on.
27396 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
27397 which file a fail comes from.
27399 Updated "canned" config.h to match the one generated.
27401 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
27402 ! win32/makefile.mk
27403 ____________________________________________________________________________
27404 [ 7801] By: jhi on 2000/11/22 06:50:20
27407 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
27408 ____________________________________________________________________________
27409 [ 7800] By: jhi on 2000/11/22 01:29:55
27410 Log: Changes had accidentally gone too silent on non-main branches.
27412 ! Changes Porting/genlog patchlevel.h
27413 ____________________________________________________________________________
27414 [ 7799] By: gsar on 2000/11/22 01:02:56
27415 Log: some lib_pm.PL changes snuck in via change#7772
27416 Branch: maint-5.6/perl
27418 ____________________________________________________________________________
27419 [ 7798] By: nick on 2000/11/21 21:59:40
27420 Log: Integrate mainline
27422 !> (integrate 28 files)
27423 ____________________________________________________________________________
27424 [ 7797] By: jhi on 2000/11/21 21:01:45
27425 Log: Integrate perlio.
27427 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
27428 ____________________________________________________________________________
27429 [ 7796] By: nick on 2000/11/21 20:36:22
27430 Log: Win32 builds and runs (mostly) with USE_PERLIO.
27431 PERLIO=perlio passes all tests.
27432 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
27434 ! perlio.c win32/perllib.c win32/win32.c
27435 ____________________________________________________________________________
27436 [ 7795] By: jhi on 2000/11/21 19:03:44
27437 Log: Update Changes.
27439 ! Changes patchlevel.h
27440 ____________________________________________________________________________
27441 [ 7794] By: jhi on 2000/11/21 18:56:34
27442 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
27443 From: "Craig A. Berry" <craigberry@mac.com>
27444 Date: Mon, 20 Nov 2000 20:27:06 -0600
27445 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
27450 ____________________________________________________________________________
27451 [ 7793] By: jhi on 2000/11/21 18:54:41
27452 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
27453 From: Dominic Dunlop <domo@computer.org>
27454 Date: Mon, 20 Nov 2000 18:55:29 +0100
27455 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
27457 va_copy() and the need of it.
27458 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
27459 Branch: metaconfig/U/perl
27462 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27463 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
27464 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27465 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27466 ! win32/config.bc win32/config.gc win32/config.vc
27467 ____________________________________________________________________________
27468 [ 7792] By: jhi on 2000/11/21 17:04:10
27469 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
27472 ____________________________________________________________________________
27473 [ 7791] By: jhi on 2000/11/21 17:01:16
27474 Log: Export the SOCKS workaround symbols only if necessary.
27476 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
27477 ____________________________________________________________________________
27478 [ 7790] By: nick on 2000/11/20 23:57:11
27479 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
27482 ____________________________________________________________________________
27483 [ 7789] By: nick on 2000/11/20 23:38:33
27484 Log: Integrate mainline
27486 +> lib/File/Spec/Epoc.pm
27487 !> (integrate 34 files)
27488 ____________________________________________________________________________
27489 [ 7788] By: nick on 2000/11/20 23:20:18
27490 Log: Make extra buffer layer work (dummy crlf layer)
27492 ! doio.c perlio.c perlio.h
27493 ____________________________________________________________________________
27494 [ 7787] By: jhi on 2000/11/20 22:44:04
27495 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
27496 From: Peter Prymmer <pvhp@forte.com>
27497 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
27498 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
27500 ! t/pragma/locale.t
27501 ____________________________________________________________________________
27502 [ 7786] By: jhi on 2000/11/20 22:29:10
27503 Log: Subject: DOC PATCH 5.6.0 perlreftut
27504 From: mjd@plover.com
27505 Date: 20 Nov 2000 19:45:06 -0000
27506 Message-ID: <20001120194506.9505.qmail@plover.com>
27508 ! pod/perlreftut.pod
27509 ____________________________________________________________________________
27510 [ 7785] By: jhi on 2000/11/20 22:27:44
27511 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
27512 From: David Dyck <dcd@tc.fluke.com>
27513 Date: Mon, 20 Nov 2000 11:43:40 -0800
27514 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
27517 ____________________________________________________________________________
27518 [ 7784] By: jhi on 2000/11/20 22:23:21
27519 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
27520 Date: Mon, 20 Nov 2000 17:06:10 -0500
27521 To: Mailing list Perl5 <perl5-porters@perl.org>
27522 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
27524 ! pp_ctl.c t/op/pat.t
27525 ____________________________________________________________________________
27526 [ 7783] By: jhi on 2000/11/20 22:11:18
27527 Log: Subject: [PATCH] doop.c - UTF8 tr///
27528 From: Simon Cozens <simon@cozens.net>
27529 Date: Sat, 18 Nov 2000 18:49:30 +0000
27530 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
27532 Subject: Re: [PATCH] doop.c - UTF8 tr///
27533 From: Simon Cozens <simon@cozens.net>
27534 Date: Mon, 20 Nov 2000 20:45:22 +0000
27535 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
27537 Make tr on UTF-8 better but still not correct.
27540 ____________________________________________________________________________
27541 [ 7782] By: jhi on 2000/11/20 22:02:16
27542 Log: Remove the shared object before attempting to create
27543 (by linking) a new one. E.g. in AIX not removing
27544 becomes quite painful if one tries to do more than one
27545 build in the same tree (an interrupted build, for example),
27546 since the AIX' shared dynaloader seemingly keeps the shared
27547 objects open and therefore 'busy' for quite a while, even when
27548 nobody is using the objects, leading into link failures.
27550 ! lib/ExtUtils/MM_Unix.pm
27551 ____________________________________________________________________________
27552 [ 7781] By: gsar on 2000/11/20 19:02:55
27553 Log: type mismatch due to faulty integration
27554 Branch: maint-5.6/perl
27555 ! toke.c win32/Makefile
27556 ____________________________________________________________________________
27557 [ 7780] By: gsar on 2000/11/20 17:31:55
27558 Log: integrate changes#6392,6394..6399,6401..6404
27560 The {multiplier} of a fixed substring was overlooked which
27561 caused a wrong initial search offset for that substring.
27563 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
27564 From: Hugo <hv@crypt.compulink.co.uk>
27565 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
27566 Date: Thu, 13 Jul 2000 19:27:13 +0100
27568 Fix the BOM bug: not a byteorder bug, a signedness bug.
27570 Replace change #6337 with a better one.
27572 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
27573 From: Hugo <hv@crypt.compulink.co.uk>
27574 Date: Fri, 14 Jul 2000 04:16:20 +0100
27575 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
27577 MakeMaker should not remove editor backups (*~) on `make clean`
27578 by default (completes change#6383)
27580 move new variables to the end of the interpreter structure (for
27581 bincompat in code that doesn't #include XSUB.h)
27583 rename totally bletcherous SvLOCK() thingy (doesn't do what the
27584 name suggests anyway)
27586 various cleanups (typos, misformatted code, and small bugs)
27588 typecasts needed for change#6394
27590 typos in change#6399, regen headers
27592 inconsistent types needs casts
27594 PERL_OBJECT build tweaks
27595 Branch: maint-5.6/perl
27596 !> MANIFEST doop.c embed.h embed.pl embedvar.h
27597 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
27598 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
27599 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
27601 ____________________________________________________________________________
27602 [ 7779] By: gsar on 2000/11/20 17:06:29
27603 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
27605 Cosmetics and perldelta.
27607 Fix nits noticed by Boston.pm.
27609 Do the cc sanity check both before the hints and
27610 after the cc selction.
27612 get sprintf.t to adjust properly for 3-digit exponents
27614 don't clobber *.orig files on *clean targets
27616 fix bugs in processing %v-*d and similar format specs (from
27617 Avi Finkel <avi@finkel.org>)
27619 sprintf test tweaks (from Dominic Dunlop)
27621 new selfloader.t in change#6183 doesn't close DATA handles,
27622 and thus fails to clean up tmp files on dosish platforms
27624 typos (spotted by Peter Prymmer)
27626 typo fix from Craig Berry
27627 Branch: maint-5.6/perl
27628 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
27629 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
27630 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
27632 ____________________________________________________________________________
27633 [ 7778] By: gsar on 2000/11/20 16:46:51
27634 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
27636 Subject: Re: format bug report [Patch]
27637 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27638 Date: Wed, 05 Jul 2000 13:12:52 +0200
27639 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
27641 Subject: Re: format bug report [Patch]
27642 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27643 Date: Wed, 05 Jul 2000 14:10:01 +0200
27644 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
27646 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
27647 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27648 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
27649 Date: Fri, 07 Jul 2000 17:57:16 +0100
27651 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
27652 To: perl5-porters@perl.org
27653 From: Karsten Sperling <spiff@phreax.net>
27654 Date: Mon, 10 Jul 2000 15:12:52 +0200
27655 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
27657 README.posix-bc podified from Thomas Dorner.
27659 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
27660 From: Dominic Dunlop <domo@computer.org>
27661 Date: Tue, 11 Jul 2000 12:27:33 +0200
27662 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
27667 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
27668 From: Roderick Schertler <roderick@argon.org>
27669 Date: Tue, 11 Jul 2000 13:55:05 -0400
27670 Message-Id: <200007111755.NAA05077@jones.argon.org>
27672 Minor cleanups on the booklist.
27674 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
27677 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
27678 Branch: maint-5.6/perl
27679 +> pod/perlbook.pod
27680 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
27681 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
27682 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
27683 ____________________________________________________________________________
27684 [ 7777] By: jhi on 2000/11/20 16:08:49
27685 Log: Update Changes.
27687 ! Changes patchlevel.h
27688 ____________________________________________________________________________
27689 [ 7776] By: jhi on 2000/11/20 15:27:56
27690 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
27691 This may be overly harsh but until proven otherwise, we think this
27692 way, or until we have a simple test for Configure (having to start
27693 up servers is does not count as simple) to check for the problems.
27696 ____________________________________________________________________________
27697 [ 7775] By: jhi on 2000/11/20 15:22:17
27698 Log: Solaris hints tweaks.
27700 ! hints/solaris_2.sh
27701 ____________________________________________________________________________
27702 [ 7774] By: jhi on 2000/11/20 15:01:20
27703 Log: Add a workaround to SOCKS 64-bit problems.
27705 ! doio.c embed.h embed.pl perlsdio.h proto.h
27706 ____________________________________________________________________________
27707 [ 7773] By: jhi on 2000/11/20 14:51:47
27708 Log: sysseek() instead of seek().
27711 ____________________________________________________________________________
27712 [ 7772] By: gsar on 2000/11/20 13:06:23
27713 Log: integrate changes#6315..6319,6321..6331,6333..6338
27715 Integrate with Sarathy, preliminary fix for unicos
27716 alignment problems in [ID 20000612.002] Perl problem on Cray system.
27718 some debugger output does not go to the socket when RemotePort is set
27720 winsock cleanup never done on Windows (leads to handle leaks)
27722 fix UNC path handling on Windows under ithreads, and chdir()
27723 return value when given a non-existent directory
27725 Autogenerate pod/Makefile and pod/buildtoc.
27726 buildtoc also checks whether the existin pods are
27727 mentioned in MANIFEST and perl.pod, and vice versa.
27728 (None of the thusly found discrepancies fixed yet.)
27729 roffitall also needs to be autogenerated similarly but it
27730 seems so badly out of date that I didn't touch it yet.
27732 Config is being used.
27734 Add =head1 NAMEs so that buildtoc is happy.
27735 (The CGI::Util nit reported to Lincoln.)
27737 Fix complaints of buildtoc.
27739 Fix the alignment problem in Crays ([ID 20000612.002]).
27741 Remove perlbook, update perlfaq book listing,
27742 rearrange perl.pod, regenerate perltoc.
27744 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
27745 was cast to an unsigned (32-bit) integer with wild abandon.
27747 winsock options weren't being set in all threads under ithreads
27748 (caused send()s from second and subsequent threads to fail)
27750 accept() leaks memory on windows due to incorrect ordering of
27751 closesocket() and fclose() calls
27753 Reorder perl.pod once more.
27755 More POSIX.pod tweaks.
27757 Sprinkle ldlibpath.
27759 Precedence goof, fix based on
27760 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
27761 From: Hugo <hv@crypt.compulink.co.uk>
27762 Date: Tue, 11 Jul 2000 12:52:38 +0100
27763 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
27765 Subject: PATCH perlguts.pod: Document D and d magic types
27766 From: mjd@plover.com
27767 Date: 5 Jul 2000 18:01:51 -0000
27768 Message-ID: <20000705180151.29413.qmail@plover.com>
27770 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
27771 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
27772 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
27773 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
27775 Subject: [PATCH cfgperl] $& segfaults if you trick it
27776 From: simon@brecon.co.uk (Simon Cozens)
27777 Date: 7 Jul 2000 11:26:09 GMT
27778 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
27780 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
27781 From: Hugo <hv@crypt.compulink.co.uk>
27782 Date: Tue, 11 Jul 2000 12:44:50 +0100
27783 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
27785 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
27786 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27787 Date: Tue, 11 Jul 2000 13:50:51 +0100
27788 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
27789 Branch: maint-5.6/perl
27790 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
27792 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
27793 !> (integrate 26 files)
27794 ____________________________________________________________________________
27795 [ 7771] By: gsar on 2000/11/20 12:31:42
27796 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
27799 Subject: [PATCH bleedperl] File::Spec 0.82 beta
27800 From: Barrie Slaymaker <barries@jester.slaysys.com>
27801 Date: Wed, 28 Jun 2000 11:35:29 -0400
27802 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
27804 tweak perlembed for multiplicity/usethreads sanity; correct notes
27807 localize %INC in a Safe compartment so that use/require work
27808 (many other magic globals probably need similar treatment)
27810 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
27811 when @_ is modified, causing coredumps
27813 slurp mode fix in change#4736 still not quite right
27815 Point to perlipc for more SysV IPC examples.
27817 Elaborate POSIX.pod. Still needs work.
27819 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
27821 fix large memory leak that has been around for ever, masked by
27822 -DPURIFY (most of the arenas were never freed!)
27824 fix memory leak on Windows (PL_sys_intern contents were never
27827 PERL_OBJECT build tweak
27831 remove rel2abs prototypes (from Barrie Slaymaker)
27833 missing perldiag entry for unpack("w",...) diagnostic (from
27836 better diagnostic on Frob->stuff() when Frob:: doesn't exist
27837 (from Richard Soderberg <rs@oregonnet.com>)
27839 Win32 patches for cfgperl from Sarathy.
27841 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
27843 More POSIX.pod embellishment.
27845 tyop in change#6306
27846 Branch: maint-5.6/perl
27847 !> (integrate 44 files)
27848 ____________________________________________________________________________
27849 [ 7770] By: gsar on 2000/11/20 11:51:00
27850 Log: integrate changes#6268..6282 from cfgperl branch
27852 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
27853 From: Dominic Dunlop <domo@computer.org>
27854 Date: Thu, 29 Jun 2000 12:32:39 +0200
27855 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
27857 Regen headers for #6261 (and update embed.pl for this) and #6267,
27858 silence few compiler warnings.
27860 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
27861 From: Nicholas Clark <nick@talking.bollo.cx>
27862 Date: Fri, 23 Jun 2000 16:21:15 +0100
27863 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
27865 Subject: PATCH pod/perltie.pod
27866 From: Ian Phillipps <Ian.Phillipps@iname.com>
27867 Date: Fri, 16 Jun 2000 00:17:19 +0100
27868 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
27869 (only the first hunk, the second hunk had already been done
27870 by some other patch)
27872 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
27873 From: Tom Phoenix <rootbeer@redcat.com>
27874 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
27875 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
27877 Subject: [PATCH] xsub attributes
27878 From: Doug MacEachern <dougm@covalent.net>
27879 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
27880 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
27882 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
27883 From: Andy Dougherty <doughera@lafayette.edu>
27884 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
27885 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
27887 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
27888 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27889 Date: Tue, 13 Jun 2000 02:43:48 -0500
27890 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
27892 Subject: [PATCH] Re: eval documentation: context
27893 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27894 Date: Mon, 12 Jun 2000 15:07:29 +0100
27895 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
27897 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
27898 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27899 Date: Mon, 12 Jun 2000 14:55:59 +0100
27900 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
27902 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
27903 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
27904 Date: Fri, 09 Jun 2000 12:39:27 -0400
27905 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
27906 (plus update the version "number" of Text::Wrap)
27908 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
27909 From: Tim Ayers <tayers@bridge.com>
27910 Date: Thu, 08 Jun 2000 08:11:06 +0200
27911 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
27912 [resent by Richard Foley, Message-Id probably wrong]
27914 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
27915 From: rspier@pobox.com (Robert Spier)
27916 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
27917 Message-ID: <14654.31913.845602.610277@rls.cx>
27919 Subject: [PATCH 5.6.0] utils/h2xs.PL
27920 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27921 Date: Wed, 7 Jun 2000 04:02:04 -0500
27922 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
27924 Subject: [PATCH 5.6.0]ITHREADs for VMS
27925 From: Dan Sugalski <dan@sidhe.org>
27926 Date: Tue, 06 Jun 2000 11:59:50 -0400
27927 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
27928 Branch: maint-5.6/perl
27929 !> (integrate 31 files)
27930 ____________________________________________________________________________
27931 [ 7769] By: gsar on 2000/11/20 11:29:06
27932 Log: integrate changes#6261..6266 from cfgperl
27934 Subject: Re: [PATCH cfgperl] BOMs away!
27935 From: simon@brecon.co.uk (Simon Cozens)
27936 Date: 17 Jun 2000 11:49:57 GMT
27937 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
27939 Subject: 5.6.0 Patch for EPOC
27940 From: Olaf Flebbe <o.flebbe@gmx.de>
27941 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
27942 Message-ID: <23449.960929969@www11.gmx.net>
27944 tr fixes from Simon Cozens
27946 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
27947 From: Marty Lucich <marty@netcom.com>
27948 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
27949 Message-Id: <200006282116.OAA11148@netcom.com>
27950 ccdlflags update (the BSD/OS 4.1 part had already been taken
27953 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
27954 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27955 Date: Wed, 28 Jun 2000 17:50:12 -0700
27956 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
27958 Subject: [PATCH 5.6.0] cygwin port
27959 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
27960 From: "Fifer, Eric" <EFifer@sanwaint.com>
27961 Date: Thu, 29 Jun 2000 12:58:29 +0100
27962 Branch: maint-5.6/perl
27963 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
27964 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
27965 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27966 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
27967 ____________________________________________________________________________
27968 [ 7768] By: gsar on 2000/11/20 11:13:44
27969 Log: integrate changes#6252..6256,6259..6260
27971 Paranoia tweak on #6249.
27972 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
27973 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27974 Date: Sun, 25 Jun 2000 23:43:12 -0400
27975 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
27977 Subject: tr///, help wanted.
27978 From: simon@brecon.co.uk (Simon Cozens)
27979 Date: 28 Jun 2000 11:29:04 GMT
27980 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
27982 small thinko tweaks
27984 tweaks from Simon Conzes to further fix tr/// under utf8
27986 perlnewmod was missing from MANIFEST.
27988 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
27989 From: simon@brecon.co.uk (Simon Cozens)
27990 Date: 17 Jun 2000 11:56:44 GMT
27991 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
27993 Branch: maint-5.6/perl
27994 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
27995 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
27996 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
27997 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
27998 ____________________________________________________________________________
27999 [ 7767] By: gsar on 2000/11/20 10:51:38
28000 Log: integrate change#6250 from cfgperl
28002 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
28003 From: Doug MacEachern <dougm@covalent.net>
28004 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
28005 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
28006 Branch: maint-5.6/perl
28008 !> MANIFEST embed.pl global.sym proto.h toke.c
28009 ____________________________________________________________________________
28010 [ 7766] By: gsar on 2000/11/20 10:48:34
28011 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
28013 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
28014 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28015 Date: Mon, 26 Jun 2000 18:40:14 +0100
28016 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
28018 Subject: [PATCH] bytes<->utf8 fixes
28019 From: simon@brecon.co.uk (Simon Cozens)
28020 Date: 26 Jun 2000 04:55:45 GMT
28021 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
28023 Subject: [PATCH] is_utf8_string
28024 From: simon@brecon.co.uk (Simon Cozens)
28025 Date: 26 Jun 2000 02:25:59 GMT
28026 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
28028 Subject: [PATCH] avoid mg_ptr in '*' magic
28029 From: Doug MacEachern <dougm@covalent.net>
28030 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
28031 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
28033 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
28034 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28035 Date: Sat, 24 Jun 2000 13:06:20 +0100
28036 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
28038 Allow for standalone testing.
28040 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
28041 From: Mark-Jason Dominus <mjd@plover.com>
28042 Date: Tue, 27 Jun 2000 22:36:42 -0400
28043 Message-ID: <20000628023642.12166.qmail@plover.com>
28045 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
28046 From: Frank Tobin <ftobin@uiuc.edu>
28047 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
28048 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
28049 Branch: maint-5.6/perl
28050 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
28051 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
28052 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
28053 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
28054 !> utf8.c utils/h2xs.PL
28055 ____________________________________________________________________________
28056 [ 7765] By: gsar on 2000/11/20 10:29:13
28057 Log: integrate change#6239 from cfgperl
28059 Configure maintenance. Sever some dependency cycles,
28060 separate gccversion from the cc unit,
28061 address [ID 20000623.006] Configure script patch for using gcc on AIX
28062 (but solve it a little bit differently),
28063 unduplex some accidentally duplicated units,
28064 suggest using gcc if no cc available
28065 (p5p thread: "Solaris configure: counterproposal", 1999-09)
28066 Branch: maint-5.6/perl
28067 !> Configure Todo-5.6 config_h.SH
28068 ____________________________________________________________________________
28069 [ 7764] By: gsar on 2000/11/20 10:25:55
28070 Log: integrate changes#6233..6238 from cfgperl
28072 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
28073 From: Mark-Jason Dominus <mjd@plover.com>
28074 Date: Fri, 16 Jun 2000 20:53:04 -0400
28075 Message-ID: <20000617005304.8008.qmail@plover.com>
28077 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
28078 because when run as services (Win32ese for daemons)
28079 no environment variables are set and tmpdir ends up as /tmp,
28080 which is ambiguous.
28081 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
28082 From: matt@sergeant.org
28083 Date: 16 Jun 2000 16:30:43 -0000
28084 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
28086 The thread begun by
28087 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
28088 From: Kevin.Ruscoe@ubsw.com
28089 Date: Fri, 16 Jun 2000 16:38:51 +0100
28090 Message-Id: <H000019b03c300d6@MHS>
28092 Tweak embed.pl, regen headers.
28094 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
28095 From: Dan Sugalski <dan@sidhe.org>
28096 Date: Fri, 23 Jun 2000 17:00:00 -0400
28097 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
28098 Branch: maint-5.6/perl
28099 !> (integrate 27 files)
28100 ____________________________________________________________________________
28101 [ 7763] By: gsar on 2000/11/20 10:08:08
28102 Log: s/perl56delta/perldelta/g
28103 Branch: maint-5.6/perl
28105 ____________________________________________________________________________
28106 [ 7762] By: gsar on 2000/11/20 10:04:00
28107 Log: integrate changes#6225,6229,6231,6232 from cfgperl
28109 Add source code filenames to apidoc.
28110 From: simon@brecon.co.uk (Simon Cozens)
28111 Subject: [PATCH embed.pl] Source X-ref
28112 Date: 22 Jun 2000 02:18:49 GMT
28113 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
28115 Subject: README.hpux version 0.6.1
28116 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
28117 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28118 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
28120 Subject: [PATCH 5.6.0] cygwin port
28121 From: "Fifer, Eric" <EFifer@sanwaint.com>
28122 Date: Tue, 20 Jun 2000 14:30:58 +0100
28123 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
28125 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
28126 From: simon@brecon.co.uk (Simon Cozens)
28127 Date: 19 Jun 2000 15:18:27 GMT
28128 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
28130 plus update pod/Makefile and regenerate perltoc
28131 Branch: maint-5.6/perl
28132 +> pod/perlutil.pod
28133 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
28134 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
28135 ____________________________________________________________________________
28136 [ 7761] By: jhi on 2000/11/20 04:09:55
28137 Log: Miraculous typo.
28140 ____________________________________________________________________________
28141 [ 7760] By: jhi on 2000/11/20 04:06:08
28142 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28143 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28144 Date: Sun, 19 Nov 2000 22:30:26 -0500
28145 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
28147 ! regexec.c scope.h t/op/pat.t
28148 ____________________________________________________________________________
28149 [ 7759] By: jhi on 2000/11/20 02:05:22
28150 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
28153 ____________________________________________________________________________
28154 [ 7758] By: jhi on 2000/11/20 01:58:11
28155 Log: Subject: [perl 7711: EPOC] updates
28156 From: Olaf Flebbe <o.flebbe@gmx.de>
28157 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
28158 Message-ID: <25575.974658810@www23.gmx.net>
28160 + lib/File/Spec/Epoc.pm
28161 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
28162 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
28163 ! lib/File/Spec.pm perl.c sv.c
28164 ____________________________________________________________________________
28165 [ 7757] By: jhi on 2000/11/20 01:53:11
28166 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
28169 ____________________________________________________________________________
28170 [ 7756] By: jhi on 2000/11/20 01:47:22
28171 Log: Integrate perlio.
28173 - ext/re/hints/MSWin32.pl
28174 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
28175 !> win32/config.gc win32/config_H.gc win32/win32sck.c
28176 ____________________________________________________________________________
28177 [ 7755] By: nick on 2000/11/19 20:57:17
28178 Log: Add dummy crlf layer (just as buffer)
28179 Correct 1st bug - one layer of indirection.
28181 ! perlio.c perlio.h perliol.h
28182 ____________________________________________________________________________
28183 [ 7754] By: nick on 2000/11/19 20:56:12
28184 Log: Work-round to Perl_deb_nocontext is no longer required
28186 - ext/re/hints/MSWin32.pl
28187 ____________________________________________________________________________
28188 [ 7753] By: nick on 2000/11/19 20:01:16
28189 Log: diff -se shows these as different
28191 ! global.sym pod/perlapi.pod
28192 ____________________________________________________________________________
28193 [ 7752] By: nick on 2000/11/19 18:57:30
28194 Log: Configure GCC/Win32 build -Duseperlio
28195 Fix a couple of gross issues
28196 - double-include of ../deb.o in re.dll
28197 - win32sck.c needs PerlIO and FILE
28199 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
28201 ____________________________________________________________________________
28202 [ 7751] By: nick on 2000/11/19 17:05:36
28203 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
28206 ____________________________________________________________________________
28207 [ 7750] By: nick on 2000/11/19 16:57:14
28211 ____________________________________________________________________________
28212 [ 7749] By: jhi on 2000/11/19 16:28:40
28213 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
28214 From: "Peter J. Farley III" <pjfarley@banet.net>
28215 Date: Sun, 19 Nov 2000 01:42:58 -0500
28216 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
28218 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
28219 ____________________________________________________________________________
28220 [ 7748] By: jhi on 2000/11/19 16:08:10
28221 Log: Subject: podlators 1.05 available
28222 From: Russ Allbery <rra@stanford.edu>
28223 Date: 18 Nov 2000 22:04:28 -0800
28224 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
28226 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
28227 ____________________________________________________________________________
28228 [ 7747] By: nick on 2000/11/19 11:19:39
28229 Log: Integrate mainline
28231 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
28233 ____________________________________________________________________________
28234 [ 7746] By: jhi on 2000/11/19 06:42:22
28235 Log: Make hex scanning warn on "\x{x}" and "\xx".
28236 "\x" and and hex("x") are still valid.
28239 ____________________________________________________________________________
28240 [ 7745] By: nick on 2000/11/18 22:52:28
28241 Log: Integrate mainline
28243 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
28244 !> perl.h perlio.c proto.h regcomp.c regcomp.h
28245 ____________________________________________________________________________
28246 [ 7744] By: jhi on 2000/11/18 22:50:28
28247 Log: Introduce Perl_utf8_length(). Use it.
28249 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
28250 ____________________________________________________________________________
28251 [ 7743] By: jhi on 2000/11/18 22:38:51
28252 Log: Compiler denit.
28255 ____________________________________________________________________________
28256 [ 7742] By: jhi on 2000/11/18 20:33:05
28257 Log: Integrate perlio.
28259 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
28260 !> perlio.h pp_ctl.c pp_sys.c sv.c
28261 ____________________________________________________________________________
28262 [ 7741] By: jhi on 2000/11/18 20:31:27
28263 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
28264 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28265 Date: Fri, 17 Nov 2000 20:35:11 -0500
28266 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
28268 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
28269 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28270 Date: Fri, 17 Nov 2000 21:03:47 -0500
28271 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
28273 Plus a little bit of tweaking in pregcomp().
28275 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
28276 ____________________________________________________________________________
28277 [ 7740] By: nick on 2000/11/18 20:17:22
28278 Log: Lexical use open ... support:
28279 add ->cop_io to COP structure in cop.h.
28280 Make mg.c and gv.c associate it with ${^OPEN}.
28281 Make lib/open.pm set it.
28282 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
28283 manner similar to ->cop_warnings.
28284 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
28285 call new PerlIO_apply_layers().
28286 Declare latter in perlio.h and define in perlio.c
28288 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
28289 ! perlio.h pp_ctl.c pp_sys.c sv.c
28290 ____________________________________________________________________________
28291 [ 7739] By: jhi on 2000/11/18 19:54:00
28292 Log: Integrate perlio.
28294 !> doio.c perlio.c pp.c
28295 ____________________________________________________________________________
28296 [ 7738] By: jhi on 2000/11/18 17:16:13
28297 Log: Subject: [PATCH 5.7.0] etags broken again
28298 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28299 Date: Sat, 18 Nov 2000 02:41:36 -0500
28300 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
28303 ____________________________________________________________________________
28304 [ 7737] By: jhi on 2000/11/18 17:12:18
28305 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
28307 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28308 ____________________________________________________________________________
28309 [ 7736] By: nick on 2000/11/18 14:06:20
28310 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
28311 part to be isolated.
28314 ____________________________________________________________________________
28315 [ 7735] By: nick on 2000/11/18 11:03:32
28316 Log: Integrate mainline
28318 !> Changes README.amiga README.win32 patchlevel.h
28319 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
28320 ____________________________________________________________________________
28321 [ 7734] By: jhi on 2000/11/18 01:18:56
28322 Log: Update Changes.
28324 ! Changes patchlevel.h
28325 ____________________________________________________________________________
28326 [ 7733] By: jhi on 2000/11/18 00:32:54
28327 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
28328 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28329 Date: Fri, 17 Nov 2000 17:28:02 -0500
28330 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
28332 ! regcomp.c regexec.c t/op/re_tests
28333 ____________________________________________________________________________
28334 [ 7732] By: jhi on 2000/11/18 00:28:56
28335 Log: Sparc 64-bit pack() fix from Jens Hamisch.
28338 ____________________________________________________________________________
28339 [ 7731] By: jhi on 2000/11/18 00:18:39
28340 Log: Explain in more detail the {} syntax ambiguousity.
28342 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
28343 From: Nicholas Clark <nick@ccl4.org>
28344 Date: Fri, 17 Nov 2000 22:10:28 +0000
28345 Message-ID: <20001117221028.A88930@plum.flirble.org>
28348 ____________________________________________________________________________
28349 [ 7730] By: jhi on 2000/11/18 00:12:18
28350 Log: Subject: Fix for README.amiga (20000323.033)
28351 From: "Stephen P. Potter" <spp@spotter.yi.org>
28352 Date: Fri, 17 Nov 2000 12:25:51 -0500
28353 Message-Id: <200011171725.MAA05768@spotter.yi.org>
28356 ____________________________________________________________________________
28357 [ 7729] By: jhi on 2000/11/18 00:08:34
28358 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
28359 From: "A. C. Yardley" <yardley@tanet.net>
28360 Date: Mon, 3 Apr 2000 11:35:33 -0700
28361 Message-ID: <3483.000403@tanet.net>
28364 ____________________________________________________________________________
28365 [ 7728] By: nick on 2000/11/17 21:59:47
28366 Log: Integrate mainline
28368 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
28369 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
28370 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
28371 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
28372 ____________________________________________________________________________
28373 [ 7727] By: nick on 2000/11/17 21:56:31
28374 Log: Experiment on use of attributes.pm interface.
28375 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
28376 SVt_PVRV if not already something better (else vivify of say magic gets
28380 ____________________________________________________________________________
28381 [ 7726] By: jhi on 2000/11/17 14:15:49
28382 Log: Subject: Fix for 20000815.006
28383 From: "Stephen P. Potter" <spp@spotter.yi.org>
28384 Date: Fri, 17 Nov 2000 08:57:45 -0500
28385 Message-Id: <200011171357.IAA05122@spotter.yi.org>
28387 It's really 20000518.006.
28389 ! pod/perlmodlib.PL
28390 ____________________________________________________________________________
28391 [ 7725] By: jhi on 2000/11/17 14:12:31
28392 Log: Subject: Fix for 20000409.001
28393 From: "Stephen P. Potter" <spp@spotter.yi.org>
28394 Date: Fri, 17 Nov 2000 08:55:45 -0500
28395 Message-Id: <200011171355.IAA05104@spotter.yi.org>
28398 ____________________________________________________________________________
28399 [ 7724] By: jhi on 2000/11/17 14:08:58
28400 Log: Undo #7627 now that we have =head3.
28403 ____________________________________________________________________________
28404 [ 7723] By: jhi on 2000/11/17 14:04:09
28405 Log: As surmised the #7719 wasn't a good move.
28407 ! hints/solaris_2.sh
28408 ____________________________________________________________________________
28409 [ 7722] By: jhi on 2000/11/17 13:59:04
28410 Log: Also the 64bitall hints can be either here or there.
28412 ! hints/solaris_2.sh
28413 ____________________________________________________________________________
28414 [ 7721] By: jhi on 2000/11/17 02:26:23
28415 Log: Test tweak for the open pragma.
28418 ____________________________________________________________________________
28419 [ 7720] By: jhi on 2000/11/17 00:23:22
28420 Log: The long double hints can be here or there.
28422 ! hints/solaris_2.sh
28423 ____________________________________________________________________________
28424 [ 7719] By: jhi on 2000/11/17 00:14:06
28425 Log: For Solaris use64bitall the stdchar needs a little bit of help.
28427 ! hints/solaris_2.sh
28428 ____________________________________________________________________________
28429 [ 7718] By: jhi on 2000/11/16 23:27:34
28430 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
28431 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28432 Date: Wed, 15 Nov 2000 08:56:32 +0100
28433 Message-ID: <3A1241B0.64477E00@alcatel.at>
28435 ! lib/Carp/Heavy.pm
28436 ____________________________________________________________________________
28437 [ 7717] By: jhi on 2000/11/16 23:23:29
28438 Log: Subject: [PATCH] Re: 20001101.003 PDL
28439 From: Nicholas Clark <nick@ccl4.org>
28440 Date: Thu, 16 Nov 2000 16:48:25 +0000
28441 Message-ID: <20001116164825.B93487@plum.flirble.org>
28443 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
28444 ____________________________________________________________________________
28445 [ 7716] By: jhi on 2000/11/16 23:21:31
28446 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
28447 From: "Casey R. Tweten" <crt@kiski.net>
28448 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
28449 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
28451 ! lib/Pod/Checker.pm pod/perlpod.pod
28452 ____________________________________________________________________________
28453 [ 7715] By: jhi on 2000/11/16 23:19:40
28454 Log: Avoid an infinite loop in VMS when utils scripts are run
28455 with no arguments, from Charles Lane.
28458 ____________________________________________________________________________
28459 [ 7714] By: jhi on 2000/11/16 23:17:08
28460 Log: Subject: perllocale.pod changes
28461 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28462 Date: Mon, 13 Nov 2000 10:09:22 +0300
28463 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
28465 ! pod/perllocale.pod
28466 ____________________________________________________________________________
28467 [ 7713] By: jhi on 2000/11/16 23:14:06
28468 Log: Integrate perlio.
28470 !> doio.c perlio.c perlio.h util.c
28471 ____________________________________________________________________________
28472 [ 7712] By: nick on 2000/11/16 21:10:58
28473 Log: Integrate mainline
28475 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28476 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
28477 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
28478 !> vos/config.ga.def vos/config.ga.h win32/config.bc
28479 !> win32/config.gc win32/config.vc
28480 ____________________________________________________________________________
28481 [ 7711] By: nick on 2000/11/16 19:56:41
28483 consistent way of getting 'rb', 'wb' etc. for binary opens
28484 move *perlio::layers to *open::layers
28485 a #define to show layers available
28486 DOSISH popen/PerlIO had export/import sense inverted.
28488 ! doio.c perlio.c perlio.h util.c
28489 ____________________________________________________________________________
28490 [ 7710] By: jhi on 2000/11/16 15:46:05
28491 Log: Add HAS_SBRK_PROTO.
28492 Branch: metaconfig/U/perl
28495 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28496 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
28497 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28498 ! vos/config.ga.def vos/config.ga.h win32/config.bc
28499 ! win32/config.gc win32/config.vc
28500 ____________________________________________________________________________
28501 [ 7709] By: nick on 2000/11/16 07:31:49
28502 Log: Integrate mainline
28504 !> (integrate 35 files)
28505 ____________________________________________________________________________
28506 [ 7708] By: jhi on 2000/11/16 05:33:03
28507 Log: These files are text, not binary.
28509 ! ext/Encode/Encode/iso8859-10.enc
28510 ! ext/Encode/Encode/iso8859-13.enc
28511 ! ext/Encode/Encode/iso8859-14.enc
28512 ! ext/Encode/Encode/iso8859-15.enc
28513 ____________________________________________________________________________
28514 [ 7707] By: jhi on 2000/11/16 01:53:37
28515 Log: Update Changes.
28517 ! Changes patchlevel.h
28518 ____________________________________________________________________________
28519 [ 7706] By: jhi on 2000/11/16 01:35:59
28520 Log: More #undefing of stdio.
28522 ! fakesdio.h nostdio.h
28523 ____________________________________________________________________________
28524 [ 7705] By: jhi on 2000/11/16 01:34:18
28525 Log: Add fwalk() probe to the configuration files and regen perltoc.
28527 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28528 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
28529 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
28530 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28531 ! win32/config.bc win32/config.gc win32/config.vc
28532 ____________________________________________________________________________
28533 [ 7704] By: jhi on 2000/11/16 01:33:07
28534 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
28535 an optional third argument to Inlibc?)
28536 Branch: metaconfig/U/perl
28538 ____________________________________________________________________________
28539 [ 7703] By: jhi on 2000/11/16 01:09:22
28540 Log: The type of the hash_cb() size argument is tricky.
28542 ! ext/DB_File/DB_File.xs
28543 ____________________________________________________________________________
28544 [ 7702] By: jhi on 2000/11/15 23:01:16
28545 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
28548 ____________________________________________________________________________
28549 [ 7701] By: jhi on 2000/11/15 22:52:32
28553 ____________________________________________________________________________
28554 [ 7700] By: jhi on 2000/11/15 22:51:56
28555 Log: UINT64_C() work continues.
28557 ! handy.h perl.h utf8.h
28558 ____________________________________________________________________________
28559 [ 7699] By: jhi on 2000/11/15 14:13:04
28560 Log: SOCKS has its own USE_THREADS, based on
28562 Subject: [ID 20001114.002] et. al. bugfix followup
28563 From: Jens Hamisch <jens@Strawberry.COM>
28564 Date: Wed, 15 Nov 2000 14:23:11 +0100
28565 Message-ID: <20001115142311.A21164@Strawberry.COM>
28568 ____________________________________________________________________________
28569 [ 7698] By: jhi on 2000/11/15 03:50:56
28570 Log: Add few missing #undefs and sort them.
28573 ____________________________________________________________________________
28574 [ 7697] By: jhi on 2000/11/15 03:39:14
28575 Log: Linenumber fix.
28577 ! t/pragma/warn/utf8
28578 ____________________________________________________________________________
28579 [ 7696] By: jhi on 2000/11/15 02:55:26
28580 Log: EBCDIC tweaks.
28582 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
28583 From: Peter Prymmer <pvhp@forte.com>
28584 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
28585 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
28587 ! t/op/regmesg.t t/pragma/warn/utf8
28588 ____________________________________________________________________________
28589 [ 7695] By: jhi on 2000/11/15 02:53:58
28590 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
28591 From: Peter Prymmer <pvhp@forte.com>
28592 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
28593 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
28596 ____________________________________________________________________________
28597 [ 7694] By: jhi on 2000/11/15 02:50:55
28598 Log: Subject: [PATCH: perl@7674] updates to README.os390
28599 From: Prymmer/Kahn <pvhp@best.com>
28600 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
28601 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
28604 ____________________________________________________________________________
28605 [ 7693] By: jhi on 2000/11/15 02:48:37
28606 Log: Quit utf8_to_uv() instantly if curlen == 0.
28609 ____________________________________________________________________________
28610 [ 7692] By: jhi on 2000/11/15 02:24:29
28611 Log: Use u_int32_t for the size of hash_cb(), not size_t.
28613 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
28614 From: Jens Hamisch <jens@Strawberry.COM>
28615 Date: Tue, 14 Nov 2000 19:03:55 +0100
28616 Message-Id: <20001114190355.A20559@Strawberry.COM>
28618 ! ext/DB_File/DB_File.xs
28619 ____________________________________________________________________________
28620 [ 7691] By: jhi on 2000/11/15 02:20:12
28621 Log: Use UINT64_C().
28623 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
28624 From: Jens Hamisch <jens@Strawberry.COM>
28625 Date: Tue, 14 Nov 2000 19:16:23 +0100
28626 Message-Id: <20001114191623.G20559@Strawberry.COM>
28629 ____________________________________________________________________________
28630 [ 7690] By: jhi on 2000/11/15 02:17:06
28631 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
28632 (a macro to define signed and unsigned integer constants).
28635 ____________________________________________________________________________
28636 [ 7689] By: jhi on 2000/11/15 01:56:51
28637 Log: Regen Configure.
28640 ____________________________________________________________________________
28641 [ 7688] By: jhi on 2000/11/15 01:56:32
28642 Log: Make the unit know about SOCKS.
28644 ! U/protos/socksizetype.U
28645 ____________________________________________________________________________
28646 [ 7687] By: jhi on 2000/11/15 01:54:47
28647 Log: Remove unused dependencies.
28649 ! U/compline/d_getpagsz.U
28650 ____________________________________________________________________________
28651 [ 7686] By: nick on 2000/11/14 21:25:13
28652 Log: Integrate mainline.
28654 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
28655 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
28656 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
28657 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
28658 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
28659 !> win32/config.bc win32/config.gc win32/config.vc
28660 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
28661 ____________________________________________________________________________
28662 [ 7685] By: jhi on 2000/11/14 17:54:56
28663 Log: Integrate perlio.
28665 +> fakesdio.h perliol.h
28666 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
28667 !> perlsdio.h perlsfio.h pod/perlfunc.pod
28668 ____________________________________________________________________________
28669 [ 7684] By: nick on 2000/11/14 17:43:04
28670 Log: PerlIO #include and #ifdef re-work.
28672 + fakesdio.h perliol.h
28673 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
28674 ! perlsdio.h perlsfio.h
28675 ____________________________________________________________________________
28676 [ 7683] By: jhi on 2000/11/14 15:42:40
28677 Log: Hoist the duplicated socket/netdb include logic to perl.h;
28678 undef SETERRNO in case SOCKS has defined it. Based on:
28680 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
28681 From: Jens Hamisch <jens@Strawberry.COM>
28682 Date: Tue, 14 Nov 2000 11:34:40 +0100
28683 Message-Id: <20001114113440.A20005@Strawberry.COM>
28685 ! doio.c perl.h pp_sys.c
28686 ____________________________________________________________________________
28687 [ 7682] By: jhi on 2000/11/14 14:07:28
28688 Log: Subject: some additions for makefiles for win32 (for perl@7674)
28689 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28690 Date: Tue, 14 Nov 2000 09:31:13 +0300
28691 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
28693 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
28694 ! win32/makefile.mk
28695 ____________________________________________________________________________
28696 [ 7681] By: jhi on 2000/11/14 14:01:41
28697 Log: Subject: tiny typo in perl5db.pl
28698 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28699 Date: Tue, 14 Nov 2000 09:29:28 +0300
28700 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
28703 ____________________________________________________________________________
28704 [ 7680] By: jhi on 2000/11/14 04:13:50
28705 Log: Redo #7679 with LFs instead of CRLFs.
28707 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
28708 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
28709 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
28710 ____________________________________________________________________________
28711 [ 7679] By: jhi on 2000/11/14 01:21:09
28712 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
28713 From: Benjamin Stuhl <tiriath@yahoo.com>
28714 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
28715 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
28717 + win32/bin/mdelete.bat
28718 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
28719 ! makedef.pl perlio.c win32/Makefile win32/config.gc
28720 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
28721 ____________________________________________________________________________
28722 [ 7678] By: jhi on 2000/11/14 01:19:20
28723 Log: Fix the re extension building for Win32.
28725 Subject: [PATCH perl@7638] Get PerlIO building on Win32
28726 From: Benjamin Stuhl <tiriath@yahoo.com>
28727 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
28728 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
28730 + ext/re/hints/MSWin32.pl
28732 ____________________________________________________________________________
28733 [ 7677] By: jhi on 2000/11/14 01:13:54
28734 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
28735 From: sthoenna@efn.org
28736 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
28737 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
28739 ! doop.c pp.c toke.c utf8.c utf8.h
28740 ____________________________________________________________________________
28741 [ 7676] By: jhi on 2000/11/13 20:23:15
28742 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
28743 From: Nicholas Clark <nick@ccl4.org>
28744 Date: Mon, 13 Nov 2000 18:55:04 +0000
28745 Message-ID: <20001113185504.J29183@plum.flirble.org>
28747 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
28748 ____________________________________________________________________________
28749 [ 7675] By: nick on 2000/11/13 20:21:57
28750 Log: Integrate mainline ...
28752 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
28753 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
28754 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
28755 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
28756 ____________________________________________________________________________
28757 [ 7674] By: jhi on 2000/11/13 15:07:56
28758 Log: Update Changes.
28760 ! Changes patchlevel.h
28761 ____________________________________________________________________________
28762 [ 7673] By: jhi on 2000/11/13 14:42:42
28763 Log: Remove the new two tests of lib/io_xs for now, they seem to
28764 fail under perlio on some platforms.
28767 ____________________________________________________________________________
28768 [ 7672] By: jhi on 2000/11/13 13:57:53
28769 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
28772 ____________________________________________________________________________
28773 [ 7671] By: jhi on 2000/11/13 05:30:48
28774 Log: Placate nervous compilers that see longer than ints switch()ing.
28777 ____________________________________________________________________________
28778 [ 7670] By: jhi on 2000/11/13 05:14:21
28779 Log: fputs() does return EOF on error but here we don't care.
28782 ____________________________________________________________________________
28783 [ 7669] By: jhi on 2000/11/13 05:02:45
28784 Log: Declare reg_data like reg_substr_data.
28787 ____________________________________________________________________________
28788 [ 7668] By: jhi on 2000/11/13 04:54:34
28789 Log: Typos in #7667.
28792 ____________________________________________________________________________
28793 [ 7667] By: jhi on 2000/11/13 04:49:49
28794 Log: Cleanup messy #ifdef.
28797 ____________________________________________________________________________
28798 [ 7666] By: jhi on 2000/11/13 04:17:34
28799 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
28800 From: Nicholas Clark <nick@talking.bollo.cx>
28801 Date: Sun, 12 Nov 2000 21:14:11 +0000
28802 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
28804 Note: only one breakage of the two reported is fixed by this patch.
28807 ____________________________________________________________________________
28808 [ 7665] By: jhi on 2000/11/13 04:05:07
28809 Log: Tweak the definition of the bit complement on UTF-8 data:
28810 if none of the characters in the string are > 0xff,
28811 the result is a complemented byte string, not a (UTF-8)
28812 char string. Based on the summary in
28814 Subject: Re: [ID 20000918.005] ~ on wide chars
28815 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28816 Date: Fri, 10 Nov 2000 09:47:15 -0800
28817 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
28819 This should give us the maximum backward (pre-char string)
28820 compatibility and utf8 compatibility. The other alternative
28821 would be to limit the bit complement to be always byte only,
28822 taking the least significant byte of the chars.
28824 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
28825 ____________________________________________________________________________
28826 [ 7664] By: jhi on 2000/11/13 00:23:44
28827 Log: Couple of tests from #7660 salvaged.
28830 ! MANIFEST t/io/tell.t
28831 ____________________________________________________________________________
28832 [ 7663] By: jhi on 2000/11/13 00:02:48
28833 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
28834 From: Nicholas Clark <nick@talking.bollo.cx>
28835 Date: Sun, 12 Nov 2000 21:23:43 +0000
28836 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
28839 ____________________________________________________________________________
28840 [ 7662] By: jhi on 2000/11/13 00:01:39
28841 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
28842 From: Nicholas Clark <nick@talking.bollo.cx>
28843 Date: Sun, 12 Nov 2000 21:30:04 +0000
28844 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
28846 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
28847 ____________________________________________________________________________
28848 [ 7661] By: jhi on 2000/11/12 23:57:29
28849 Log: Document tell() on special streams.
28852 ____________________________________________________________________________
28853 [ 7660] By: jhi on 2000/11/12 23:54:22
28854 Log: (Subsumed by #7664)
28858 ____________________________________________________________________________
28859 [ 7659] By: jhi on 2000/11/12 22:55:25
28860 Log: Many subdocumented return values of the IO extension now documented.
28861 ungetc and write still left subdocumented.
28863 Subject: [PATCH] (was Re: IO::Handle::ungetc)
28864 From: Nicholas Clark <nick@talking.bollo.cx>
28865 Date: Sun, 12 Nov 2000 21:35:53 +0000
28866 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
28868 ! ext/IO/lib/IO/Handle.pm
28869 ____________________________________________________________________________
28870 [ 7658] By: jhi on 2000/11/12 21:37:06
28871 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
28872 From: Nicholas Clark <nick@talking.bollo.cx>
28873 Date: Sun, 12 Nov 2000 20:03:22 +0000
28874 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
28877 ____________________________________________________________________________
28878 [ 7657] By: jhi on 2000/11/12 20:34:55
28879 Log: Integrate perlio.
28882 ____________________________________________________________________________
28883 [ 7656] By: nick on 2000/11/12 19:25:06
28884 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
28887 ____________________________________________________________________________
28888 [ 7655] By: nick on 2000/11/12 19:09:41
28889 Log: Integrate mainline
28891 +> README.solaris ext/Encode/Encode/cp1006.enc
28892 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
28893 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
28894 +> ext/Encode/Encode/iso8859-13.enc
28895 +> ext/Encode/Encode/iso8859-14.enc
28896 +> ext/Encode/Encode/iso8859-15.enc
28897 !> (integrate 34 files)
28898 ____________________________________________________________________________
28899 [ 7654] By: jhi on 2000/11/12 19:00:22
28900 Log: Add a metaconfig unit for fsync.
28901 Branch: metaconfig/U/perl
28903 ____________________________________________________________________________
28904 [ 7653] By: jhi on 2000/11/12 19:00:01
28905 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
28907 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28908 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
28909 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28910 ! vos/config.ga.h win32/config.bc win32/config.gc
28912 ____________________________________________________________________________
28913 [ 7652] By: jhi on 2000/11/11 21:12:01
28914 Log: Copy the s// information of README.hpux also to the perlrun.
28916 ! README.hpux pod/perlrun.pod
28917 ____________________________________________________________________________
28918 [ 7651] By: jhi on 2000/11/11 21:03:13
28919 Log: More README.solaris updates from Andy Dougherty.
28922 ____________________________________________________________________________
28923 [ 7650] By: jhi on 2000/11/11 18:38:57
28924 Log: More descriptive error for unknown perlio layers.
28926 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
28927 From: Dominic Dunlop <domo@computer.org>
28928 Date: Sat, 11 Nov 2000 18:20:32 +0100
28929 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
28931 ! perlio.c pod/perldiag.pod
28932 ____________________________________________________________________________
28933 [ 7649] By: jhi on 2000/11/11 18:37:52
28934 Log: MachTen doesn't really do mmap() and munmap().
28936 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
28937 From: Dominic Dunlop <domo@computer.org>
28938 Date: Sat, 11 Nov 2000 18:20:32 +0100
28939 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
28942 ____________________________________________________________________________
28943 [ 7648] By: jhi on 2000/11/11 18:36:46
28944 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
28945 From: rspier@pobox.com (Robert Spier)
28946 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
28947 Message-ID: <14861.32839.491271.985797@rls.cx>
28949 ! Porting/Contract pod/perltoot.pod
28950 ____________________________________________________________________________
28951 [ 7647] By: jhi on 2000/11/11 18:35:30
28952 Log: Simplify the getpagesize() unit by dropping the
28953 pagesize probe since it's nowadays slightly more
28954 complicated because of sysconf(). (Note: if some
28955 platform really needs the -lPW for getpagesize,
28958 TODO: a new pagesize unit.
28960 ! U/compline/d_getpagsz.U
28961 ____________________________________________________________________________
28962 [ 7646] By: jhi on 2000/11/11 18:33:23
28963 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
28965 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28966 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
28967 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28968 ! vos/config.ga.h win32/config.bc win32/config.gc
28970 ____________________________________________________________________________
28971 [ 7645] By: jhi on 2000/11/11 16:45:15
28972 Log: Use sysconf() or getpagesize() to find out the pagesize.
28975 ____________________________________________________________________________
28976 [ 7644] By: jhi on 2000/11/11 15:46:08
28977 Log: Integrate perlio.
28980 ____________________________________________________________________________
28981 [ 7643] By: jhi on 2000/11/11 15:33:36
28982 Log: Subject: Re: [PATCH] README.solaris
28983 From: Lupe Christoph <lupe@lupe-christoph.de>
28984 Date: Sat, 11 Nov 2000 14:08:10 +0100
28985 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
28988 ____________________________________________________________________________
28989 [ 7642] By: jhi on 2000/11/11 15:22:12
28990 Log: Subject: [PATCH perl@7638] cygwin port
28991 From: "Eric Fifer" <egf7@columbia.edu>
28992 Date: Fri, 10 Nov 2000 19:30:30 -0000
28993 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
28995 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
28996 ____________________________________________________________________________
28997 [ 7641] By: nick on 2000/11/11 14:50:36
28998 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
28999 Also call "Buf" layer directly when unread'ing non-read chars.
29002 ____________________________________________________________________________
29003 [ 7640] By: jhi on 2000/11/11 02:05:02
29004 Log: Add more encoding tables.
29006 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
29007 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
29008 + ext/Encode/Encode/iso8859-10.enc
29009 + ext/Encode/Encode/iso8859-13.enc
29010 + ext/Encode/Encode/iso8859-14.enc
29011 + ext/Encode/Encode/iso8859-15.enc
29013 ____________________________________________________________________________
29014 [ 7639] By: jhi on 2000/11/10 18:49:25
29015 Log: Subject: [PATCH] README.solaris
29016 From: Andy Dougherty <doughera@lafayette.edu>
29017 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
29018 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
29021 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
29022 ! pod/perl.pod pod/perltoc.pod
29023 ____________________________________________________________________________
29024 [ 7638] By: jhi on 2000/11/10 15:04:15
29025 Log: Update Changes.
29027 ! Changes patchlevel.h
29028 ____________________________________________________________________________
29029 [ 7637] By: jhi on 2000/11/10 14:14:28
29030 Log: Explain better why certain regex tests are skipped.
29032 Subject: Re: tests skipped: unknown reason
29033 From: Lupe Christoph <lupe@lupe-christoph.de>
29034 Date: Fri, 10 Nov 2000 09:08:56 +0100
29035 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
29038 ____________________________________________________________________________
29039 [ 7636] By: nick on 2000/11/10 13:40:00
29040 Log: Integrate mainline.
29042 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
29043 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
29044 !> win32/bin/search.pl
29045 ____________________________________________________________________________
29046 [ 7635] By: nick on 2000/11/10 13:25:52
29047 Log: Re-instate stdio large file support via perlio.
29050 ____________________________________________________________________________
29051 [ 7634] By: jhi on 2000/11/10 04:49:55
29052 Log: Amdahl UTS hints updates.
29054 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
29055 From: hom00@utsglobal.com (Harold O Morris)
29056 Date: Thu, 9 Nov 2000 20:02 PST
29057 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
29060 ____________________________________________________________________________
29061 [ 7633] By: jhi on 2000/11/09 23:33:28
29062 Log: Subject: [PATCH] IO::Seekable pod
29063 From: Nicholas Clark <nick@talking.bollo.cx>
29064 Date: Thu, 9 Nov 2000 20:29:45 +0000
29065 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
29067 ! ext/IO/lib/IO/Handle.pm
29068 ____________________________________________________________________________
29069 [ 7632] By: jhi on 2000/11/09 21:55:41
29070 Log: Various doc oddball characters.
29072 Subject: [ID 20001106.004] Perl 5.6.0 bugs
29073 From: Michael Somos <somos@grail.cba.csuohio.edu>
29074 Date: Mon, 6 Nov 2000 17:44:20 -0500
29075 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
29077 ! emacs/cperl-mode.el lib/unicode/syllables.txt
29078 ! win32/bin/search.pl
29079 ____________________________________________________________________________
29080 [ 7631] By: jhi on 2000/11/09 21:12:29
29081 Log: Subject: Re: bash -c exit and linux hints
29082 From: "John P. Linderman" <jpl@research.att.com>
29083 Date: Thu, 02 Nov 2000 09:37:25 -0500
29084 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
29087 ____________________________________________________________________________
29088 [ 7630] By: nick on 2000/11/09 20:34:11
29089 Log: Integrate mainline.
29091 !> (integrate 91 files)
29092 ____________________________________________________________________________
29093 [ 7629] By: jhi on 2000/11/09 19:46:31
29094 Log: Missing dTHXs.
29096 Subject: RE: perl@7595 builds not on cygwin
29097 From: "Eric Fifer" <egf7@columbia.edu>
29098 Date: Thu, 9 Nov 2000 19:26:50 -0000
29099 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
29101 ! ext/Devel/Peek/Peek.xs
29102 ____________________________________________________________________________
29103 [ 7628] By: jhi on 2000/11/09 14:48:27
29104 Log: Disable only the tests 99 and 166 for UTF-8 locales.
29106 ! t/pragma/locale.t
29107 ____________________________________________________________________________
29108 [ 7627] By: jhi on 2000/11/09 14:40:27
29109 Log: There's no =head3.
29112 ____________________________________________________________________________
29113 [ 7626] By: jhi on 2000/11/09 13:54:26
29114 Log: The generated boot_* headers are wrong. Pickier compiler,
29115 such as KAI C++ will refuse to compile the resulting perlmain.
29117 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
29118 From: Harri Pasanen <harri.pasanen@trema.com>
29119 Date: Thu, 09 Nov 2000 14:23:28 +0100
29120 Message-Id: <3A0AA550.26D548A3@trema.com>
29123 ____________________________________________________________________________
29124 [ 7625] By: jhi on 2000/11/09 13:50:44
29125 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
29126 From: Prymmer/Kahn <pvhp@best.com>
29127 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
29128 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
29130 All except the "cow orker" change.
29132 ! Porting/pumpkin.pod
29133 ____________________________________________________________________________
29134 [ 7624] By: jhi on 2000/11/09 13:45:33
29137 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
29138 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29139 Date: Thu, 09 Nov 2000 11:05:52 +0100
29140 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
29142 ! pod/perldiag.pod t/pragma/warn/pp_sys
29143 ____________________________________________________________________________
29144 [ 7623] By: jhi on 2000/11/09 13:37:16
29145 Log: Typo in an ifndef.
29147 Subject: Re: [PATCH 5.7.0] better messages from malloc()
29148 From: Joe Smith <jms@inwap.com>
29149 Date: Thu, 09 Nov 2000 01:33:14 -0800
29150 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
29153 ____________________________________________________________________________
29154 [ 7622] By: jhi on 2000/11/09 13:31:18
29155 Log: Remove unused extra arguments.
29156 Branch: metaconfig/U/perl
29159 ! Configure config_h.SH
29160 ____________________________________________________________________________
29161 [ 7621] By: jhi on 2000/11/09 13:16:36
29162 Log: More VMS moves on environment handling, from Charles Lane.
29164 ! t/pragma/locale.t
29165 ____________________________________________________________________________
29166 [ 7620] By: jhi on 2000/11/09 04:42:38
29167 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
29168 From: David Dyck <dcd@tc.fluke.com>
29169 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
29170 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
29173 ____________________________________________________________________________
29174 [ 7619] By: jhi on 2000/11/09 04:36:21
29175 Log: Forgot from #7618.
29178 ____________________________________________________________________________
29179 [ 7618] By: jhi on 2000/11/09 04:28:44
29180 Log: Make deleting for %ENV work for (newer versions of) VMS,
29181 from Craig A. Berry.
29184 ____________________________________________________________________________
29185 [ 7617] By: jhi on 2000/11/09 04:25:05
29186 Log: Subject: [PATCH] Class::Struct at compile time
29187 From: "Casey R. Tweten" <crt@kiski.net>
29188 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
29189 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
29191 ! lib/Class/Struct.pm
29192 ____________________________________________________________________________
29193 [ 7616] By: jhi on 2000/11/09 04:15:17
29194 Log: Subject: [ID 20001108.013] spelling
29195 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
29196 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
29197 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
29200 ____________________________________________________________________________
29201 [ 7615] By: jhi on 2000/11/09 04:12:42
29202 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
29203 From: Peter Prymmer <pvhp@forte.com>
29204 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
29205 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
29208 ____________________________________________________________________________
29209 [ 7614] By: jhi on 2000/11/08 22:42:55
29210 Log: A missing aTHX_.
29212 ! ext/IPC/SysV/SysV.xs
29213 ____________________________________________________________________________
29214 [ 7613] By: jhi on 2000/11/08 19:30:21
29215 Log: Update Changes.
29217 ! Changes patchlevel.h
29218 ____________________________________________________________________________
29219 [ 7612] By: jhi on 2000/11/08 18:35:25
29220 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
29221 From: David Dyck <dcd@tc.fluke.com>
29222 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
29223 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
29226 ____________________________________________________________________________
29227 [ 7611] By: jhi on 2000/11/08 18:30:26
29228 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
29229 From: Dominic Dunlop <domo@computer.org>
29230 Date: Tue, 7 Nov 2000 12:05:25 +0100
29231 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
29234 ____________________________________________________________________________
29235 [ 7610] By: jhi on 2000/11/08 18:25:14
29236 Log: Do not test UTF-8 locales since that the tests would require
29237 polymorphic regexen.
29239 ! t/pragma/locale.t
29240 ____________________________________________________________________________
29241 [ 7609] By: jhi on 2000/11/08 17:12:51
29242 Log: Locale buglets.
29244 Subject: RE: Locales support (setlocale) fixes
29245 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29246 Date: Wed, 8 Nov 2000 20:01:39 +0300
29247 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
29249 ! t/pragma/locale.t util.c
29250 ____________________________________________________________________________
29251 [ 7608] By: jhi on 2000/11/08 17:00:16
29252 Log: Deleting $ENV{PATH} in VMS is not recommendable.
29254 ! t/pragma/locale.t
29255 ____________________________________________________________________________
29256 [ 7607] By: jhi on 2000/11/08 16:58:26
29257 Log: Subject: PATCH std stdio for (Free)BSD
29258 From: Nicholas Clark <nick@ccl4.org>
29259 Date: Wed, 8 Nov 2000 15:36:29 +0000
29260 Message-ID: <20001108153629.D98736@plum.flirble.org>
29262 ! U/compline/d_stdstdio.U
29264 ! Configure config_h.SH
29265 ____________________________________________________________________________
29266 [ 7606] By: jhi on 2000/11/08 16:43:31
29267 Log: Forgot to bump the line numbers in #7601.
29269 ! t/pragma/warn/pp_sys
29270 ____________________________________________________________________________
29271 [ 7605] By: jhi on 2000/11/08 16:39:12
29272 Log: More careful detection of how well NVs and UVs mix.
29274 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))
29275 From: Nicholas Clark <nick@ccl4.org>
29276 Date: Wed, 8 Nov 2000 15:14:12 +0000
29277 Message-ID: <20001108151412.B98736@plum.flirble.org>
29279 Added some SIGFPE paranoia.
29280 Branch: metaconfig/U/perl
29283 ! Configure config_h.SH
29284 ____________________________________________________________________________
29285 [ 7604] By: jhi on 2000/11/08 14:39:10
29286 Log: Subject: [patch perl@7595] VMS configure.com tweak
29287 From: "Craig A. Berry" <craigberry@mac.com>
29288 Date: Wed, 8 Nov 2000 00:24:12 -0600
29289 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
29292 ____________________________________________________________________________
29293 [ 7603] By: jhi on 2000/11/08 14:27:11
29294 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
29295 From: Robin Barker <rmb1@cise.npl.co.uk>
29296 Date: Wed, 8 Nov 2000 11:11:39 GMT
29297 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
29300 ____________________________________________________________________________
29301 [ 7602] By: jhi on 2000/11/08 14:25:03
29302 Log: Fix for the tie-refhash string table leaks.
29304 From: Nick Ing-Simmons <nik@tiuk.ti.com>
29305 Date: Wed, 8 Nov 2000 13:03:04 GMT
29306 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
29308 ! t/lib/tie-refhash.t
29309 ____________________________________________________________________________
29310 [ 7601] By: jhi on 2000/11/08 14:21:08
29311 Log: Try to avoid flockless and emulationless places.
29313 ! t/pragma/warn/pp_sys
29314 ____________________________________________________________________________
29315 [ 7600] By: jhi on 2000/11/08 02:28:54
29316 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
29318 Subject: [PATCH] prototyped functions that should be overrideable
29319 From: "Casey R. Tweten" <crt@kiski.net>
29320 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
29321 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
29324 ____________________________________________________________________________
29325 [ 7599] By: jhi on 2000/11/08 01:12:05
29326 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
29328 Subject: [PATCH] perlbug.PL
29329 From: "Kurt D. Starsinic" <kstar@chapin.edu>
29330 Date: Mon, 6 Nov 2000 21:39:01 -0500
29331 Message-ID: <20001106213901.B20955@O2.chapin.edu>
29334 ____________________________________________________________________________
29335 [ 7598] By: jhi on 2000/11/07 23:42:00
29336 Log: Bad thinko in #7581 (I used the test program with the expanded
29339 ! U/compline/d_stdstdio.U
29342 ____________________________________________________________________________
29343 [ 7597] By: jhi on 2000/11/07 21:43:29
29344 Log: Subject: [PATCH perl@7573] cygwin port
29345 From: "Fifer, Eric" <EFifer@sanwaint.com>
29346 Date: Tue, 7 Nov 2000 18:08:51 -0000
29347 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
29349 Synchronize with Cygwin 1.1.5.
29351 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
29352 ! pod/perlport.pod unixish.h util.c
29353 ____________________________________________________________________________
29354 [ 7596] By: jhi on 2000/11/07 21:39:25
29355 Log: perlhack updates from H.Merijn Brand.
29358 ____________________________________________________________________________
29359 [ 7595] By: jhi on 2000/11/07 20:21:41
29360 Log: Update Changes.
29362 ! Changes patchlevel.h
29363 ____________________________________________________________________________
29364 [ 7594] By: jhi on 2000/11/07 19:18:58
29365 Log: Be more robust in Dynaloader.pm.
29367 ! ext/DynaLoader/DynaLoader_pm.PL
29368 ____________________________________________________________________________
29369 [ 7593] By: jhi on 2000/11/07 16:49:31
29370 Log: AUTHORS update.
29373 ____________________________________________________________________________
29374 [ 7592] By: gsar on 2000/11/07 16:39:51
29375 Log: normalize relative paths in virtualized current directory on windows,
29376 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
29380 ____________________________________________________________________________
29381 [ 7591] By: jhi on 2000/11/07 16:04:26
29382 Log: Too profiler-happy: with optimization the #7590 actually makes
29383 the test to run 0.5% _slower_. Requires much more instrumentation.
29386 ! regcomp.c regcomp.h
29387 ____________________________________________________________________________
29388 [ 7590] By: jhi on 2000/11/07 15:51:13
29389 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
29390 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
29391 by using memset() and testing bytewise (as opposed to bitwise).
29393 ! regcomp.c regcomp.h
29394 ____________________________________________________________________________
29395 [ 7589] By: jhi on 2000/11/07 12:56:39
29396 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
29397 From: "Craig A. Berry" <craig.berry@psinetcs.com>
29398 Date: Mon, 06 Nov 2000 23:45:30 -0500
29399 Message-Id: <0011079735.AA973576259@univpress.com>
29401 ! configure.com t/lib/st-lock.t
29402 ____________________________________________________________________________
29403 [ 7588] By: jhi on 2000/11/07 01:03:28
29407 ____________________________________________________________________________
29408 [ 7587] By: jhi on 2000/11/07 01:00:27
29409 Log: A doc addition for bug id 20001105.019, beware \p.
29412 ____________________________________________________________________________
29413 [ 7586] By: jhi on 2000/11/07 00:32:22
29414 Log: Fake support of holey files in win/dosish platforms.
29416 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
29417 From: kipp@shonanblue.ne.jp
29418 Date: Mon, 6 Nov 2000 13:30:55 -0800
29419 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
29421 ! ext/SDBM_File/sdbm/sdbm.c
29422 ____________________________________________________________________________
29423 [ 7585] By: jhi on 2000/11/07 00:12:54
29424 Log: Subject: Pod updates
29425 From: "Stephen P. Potter" <spp@spotter.yi.org>
29426 Date: Mon, 06 Nov 2000 18:56:43 -0500
29427 Message-Id: <200011062357.SAA18173@spotter.yi.org>
29429 ! README.dos README.os2 README.win32 pod/buildtoc.PL
29430 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29431 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
29432 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
29433 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
29434 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
29435 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29436 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
29437 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
29438 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
29439 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
29440 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
29441 ! pod/perltootc.pod pod/perlunicode.pod
29442 ____________________________________________________________________________
29443 [ 7584] By: jhi on 2000/11/07 00:04:17
29444 Log: Varargs don't always work too well if one puts an unsigned
29445 char on the stack and pop an unsigned quad off the stack.
29447 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
29448 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29449 Date: Mon, 06 Nov 2000 15:19:05 -0800
29450 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
29453 ____________________________________________________________________________
29454 [ 7583] By: jhi on 2000/11/06 23:58:48
29455 Log: %ENV note tweaks from Dan Sugalski.
29457 ! pod/perlport.pod vms/perlvms.pod
29458 ____________________________________________________________________________
29459 [ 7582] By: jhi on 2000/11/06 23:05:49
29460 Log: glibc5 detection by __GNU_LIBRARY__.
29463 ____________________________________________________________________________
29464 [ 7581] By: jhi on 2000/11/06 22:51:29
29465 Log: Make the stdio test program of 7427 less noisy while being
29466 compiled so that Digital UNIX wouldn't get both
29467 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
29468 undefined. This makes perlio happy.
29470 ! U/compline/d_stdstdio.U
29472 ! Configure config_h.SH
29473 ____________________________________________________________________________
29474 [ 7580] By: jhi on 2000/11/06 22:41:41
29475 Log: Document %ENV = () portability issues.
29477 ! pod/perlport.pod vms/perlvms.pod
29478 ____________________________________________________________________________
29479 [ 7579] By: jhi on 2000/11/06 21:29:24
29480 Log: VOS updates from Paul Green.
29482 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29483 ____________________________________________________________________________
29484 [ 7578] By: jhi on 2000/11/06 21:00:40
29485 Log: Sanitize the environment further.
29487 ! t/pragma/locale.t
29488 ____________________________________________________________________________
29489 [ 7577] By: jhi on 2000/11/06 20:53:51
29490 Log: Re-introduce 7552 lost in integration.
29493 ____________________________________________________________________________
29494 [ 7576] By: jhi on 2000/11/06 20:33:46
29495 Log: Admit that the test leaks scalars.
29498 ____________________________________________________________________________
29499 [ 7575] By: jhi on 2000/11/06 20:17:08
29500 Log: Integrate perlio.
29503 ____________________________________________________________________________
29504 [ 7574] By: nick on 2000/11/06 20:07:28
29505 Log: Remove debug. Try (Mmap_t) on madvise() call.
29508 ____________________________________________________________________________
29509 [ 7573] By: jhi on 2000/11/06 13:56:05
29510 Log: Update Changes.
29512 ! Changes patchlevel.h
29513 ____________________________________________________________________________
29514 [ 7572] By: jhi on 2000/11/06 13:48:41
29515 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
29516 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29517 Date: Mon, 06 Nov 2000 10:11:42 +0100
29518 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
29521 ____________________________________________________________________________
29522 [ 7571] By: jhi on 2000/11/06 01:45:51
29523 Log: AUTHORS updates.
29526 ____________________________________________________________________________
29527 [ 7570] By: jhi on 2000/11/06 00:18:00
29530 Subject: [ID 20000728.005] perl -P broken
29531 From: David Dyck <dcd@tc.fluke.com>
29532 Date: Fri, 28 Jul 2000 17:19:16 -0700
29533 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
29535 (hopefully). The fix is also not complete, it seems to break
29536 BOM swallowing for libc5 systems, but until someone figures
29537 out a way to do this without ftell(), this will do.
29540 ____________________________________________________________________________
29541 [ 7569] By: jhi on 2000/11/06 00:05:30
29542 Log: Document that the evaled syntax errors cause scalar leaks.
29545 ____________________________________________________________________________
29546 [ 7568] By: jhi on 2000/11/05 23:14:47
29547 Log: opmini.o can linger from Configures past.
29550 ____________________________________________________________________________
29551 [ 7567] By: jhi on 2000/11/05 21:28:39
29552 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
29553 first argument correctly.
29556 ____________________________________________________________________________
29557 [ 7566] By: jhi on 2000/11/05 21:15:56
29558 Log: Integrate perlio.
29561 ____________________________________________________________________________
29562 [ 7565] By: jhi on 2000/11/05 21:15:13
29563 Log: Use -dM for gcc (the suggested patch did it only for Linux,
29564 but I think it can be generalized).
29566 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
29567 From: Pixel <pixel@mandrakesoft.com>
29568 Date: 05 Nov 2000 21:49:34 +0100
29569 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
29571 ! ext/Errno/Errno_pm.PL
29572 ____________________________________________________________________________
29573 [ 7564] By: nick on 2000/11/05 21:09:18
29574 Log: Added a mmap layer as a "subclass" of perlio.
29575 PERLIO=mmap ./perl harness passes
29578 ____________________________________________________________________________
29579 [ 7563] By: jhi on 2000/11/05 19:48:55
29580 Log: Add a note for future generations about bug id 20000229.006.
29583 ____________________________________________________________________________
29584 [ 7562] By: jhi on 2000/11/05 19:38:24
29585 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
29587 ! pp_ctl.c t/op/pos.t
29588 ____________________________________________________________________________
29589 [ 7561] By: jhi on 2000/11/05 18:21:46
29590 Log: Add =pod to be tidy.
29592 ! lib/Math/Complex.pm
29593 ____________________________________________________________________________
29594 [ 7560] By: jhi on 2000/11/05 17:38:46
29595 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
29597 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29598 ! ext/Storable/Storable.xs t/lib/st-recurse.t
29599 ____________________________________________________________________________
29600 [ 7559] By: jhi on 2000/11/05 17:32:59
29601 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
29602 From: "Peter J. Farley III" <pjfarley@banet.net>
29603 Date: Sun, 05 Nov 2000 11:55:59 -0500
29604 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
29607 ____________________________________________________________________________
29608 [ 7558] By: jhi on 2000/11/05 17:29:19
29609 Log: Integrate perlio.
29612 ____________________________________________________________________________
29613 [ 7557] By: jhi on 2000/11/05 17:22:01
29614 Log: A fix of sorts for 20000329.026, a better error message
29615 for a missing "use charnames" when using the \N{...}.
29617 ! pod/perldiag.pod toke.c
29618 ____________________________________________________________________________
29619 [ 7556] By: jhi on 2000/11/05 16:33:50
29620 Log: Test tweak: show also the failed locales.
29622 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
29623 From: Lupe Christoph <lupe@lupe-christoph.de>
29624 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
29625 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
29627 ! t/pragma/locale.t
29628 ____________________________________________________________________________
29629 [ 7555] By: nick on 2000/11/05 11:09:34
29630 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
29631 open RDWR so does not fail. (pragma/warnings 303 again...)
29634 ____________________________________________________________________________
29635 [ 7554] By: nick on 2000/11/05 10:10:13
29636 Log: Fix case where ungetc(f,EOF) was allowed.
29637 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
29638 so we can see similarities.
29639 Use types more carefully and a STDCHAR array in hope that this will
29640 fix Jarrko's 64bit machine.
29643 ____________________________________________________________________________
29644 [ 7553] By: jhi on 2000/11/05 01:12:16
29647 Subject: [ID 20001004.007] taint propogation is inconsistent
29648 From: pimlott@idiomtech.com (Andrew Pimlott)
29649 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
29650 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
29652 The culprit was sv_setsv() which was rather blindly
29653 propagating taint, which lead to behaviour where if
29654 a tainted anon hash value was seen all the hash values
29655 from then on at that level became tainted, or at any
29656 upper levels in the case of nested anon hashes.
29658 ! sv.c t/op/taint.t
29659 ____________________________________________________________________________
29660 [ 7552] By: jhi on 2000/11/04 23:44:18
29661 Log: Some cpps don't like splitting conditionals across several lines.
29664 ____________________________________________________________________________
29665 [ 7551] By: nick on 2000/11/04 23:40:44
29666 Log: Integrate mainline
29668 !> pp_hot.c t/op/taint.t
29669 ____________________________________________________________________________
29670 [ 7550] By: nick on 2000/11/04 23:39:05
29671 Log: Integrate mainline again
29673 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
29674 !> t/lib/b.t t/op/misc.t util.c
29675 ____________________________________________________________________________
29676 [ 7549] By: jhi on 2000/11/04 23:14:01
29679 Subject: [ID 20001004.006] undef is never tainted
29680 From: pimlott@idiomtech.com (Andrew Pimlott)
29681 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
29682 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
29684 An undef read from a slurped file was not tainted.
29686 ! pp_hot.c t/op/taint.t
29687 ____________________________________________________________________________
29688 [ 7548] By: jhi on 2000/11/04 22:56:21
29689 Log: Test tweak ($Config{useperlio} is by default undef) .
29692 ____________________________________________________________________________
29693 [ 7547] By: jhi on 2000/11/04 22:43:56
29694 Log: Integrate perlio.
29697 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
29698 !> pod/perlapi.pod t/lib/b.t
29699 ____________________________________________________________________________
29700 [ 7546] By: jhi on 2000/11/04 22:40:59
29701 Log: Configure would use a bad $myuname from an old config.sh.
29703 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
29704 From: Andy Dougherty <doughera@lafayette.edu>
29705 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
29706 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
29708 ! U/modified/Oldconfig.U
29710 ! Configure config_h.SH
29711 ____________________________________________________________________________
29712 [ 7545] By: jhi on 2000/11/04 22:36:54
29713 Log: Subject: Locales support (setlocale) fixes
29714 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29715 Date: Sat, 4 Nov 2000 10:15:48 +0300
29716 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
29718 Modified quite a bit to be more portable.
29720 ! embed.h embed.pl perl.h proto.h util.c
29721 ____________________________________________________________________________
29722 [ 7544] By: jhi on 2000/11/04 22:32:47
29723 Log: Dying is too strict here, better just skip.
29726 ____________________________________________________________________________
29727 [ 7543] By: nick on 2000/11/04 21:55:13
29728 Log: Merge mainline
29730 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
29731 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
29732 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
29733 !> (integrate 64 files)
29734 ____________________________________________________________________________
29735 [ 7542] By: jhi on 2000/11/04 21:09:28
29736 Log: More Changes tweakery.
29738 ! Changes Porting/genlog
29739 ____________________________________________________________________________
29740 [ 7541] By: jhi on 2000/11/04 20:58:18
29741 Log: Changes fixups.
29744 ____________________________________________________________________________
29745 [ 7540] By: jhi on 2000/11/04 20:42:38
29746 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
29747 create a "fast path" for locale name probing using "locale -a"
29748 if available, squash finally hopefully the s?printf resetting
29749 the numeric locale (since, IIUC perllocale, it never shouldn't).
29751 ! sv.c t/op/misc.t t/pragma/locale.t
29752 ____________________________________________________________________________
29753 [ 7539] By: nick on 2000/11/04 19:56:10
29754 Log: PerlIO infrastructure complete.
29757 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
29758 ____________________________________________________________________________
29759 [ 7538] By: nick on 2000/11/04 14:31:32
29760 Log: Type tweaks + less contorted allocation scheme
29763 ____________________________________________________________________________
29764 [ 7537] By: nick on 2000/11/04 12:40:42
29765 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
29766 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
29767 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
29768 sensible) which lead to some interesting fails.
29771 ____________________________________________________________________________
29772 [ 7536] By: jhi on 2000/11/04 00:20:02
29773 Log: Add FCNTL_CAN_LOCK.
29775 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
29776 From: Andy Dougherty <doughera@lafayette.edu>
29777 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
29778 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
29780 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
29781 From: Andy Dougherty <doughera@lafayette.edu>
29782 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
29783 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
29784 Branch: metaconfig/U/perl
29785 + d_fcntl_can_lock.U
29788 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29789 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
29790 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29791 ! vos/config.ga.h win32/config.bc win32/config.gc
29793 ____________________________________________________________________________
29794 [ 7535] By: nick on 2000/11/03 22:19:10
29795 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
29796 - Works on Linux with
29799 - Works on Solaris with
29801 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
29802 - Fails (hangs in openpid) if you try and stack
29803 perlio + stdio - Linux stdio's read() logic is hanging.
29805 ! iperlsys.h perlio.c
29806 ____________________________________________________________________________
29807 [ 7534] By: jhi on 2000/11/03 15:16:02
29808 Log: Subject: Re: README.aix
29809 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29810 Date: Fri, 03 Nov 2000 16:03:15 +0100
29811 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
29814 ____________________________________________________________________________
29815 [ 7533] By: jhi on 2000/11/03 03:59:02
29816 Log: Subject: [PATCH 5.7.0] better messages from malloc()
29817 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29818 Date: Wed, 1 Nov 2000 23:39:56 -0500
29819 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
29821 ! malloc.c pod/perldiag.pod
29822 ____________________________________________________________________________
29823 [ 7532] By: jhi on 2000/11/03 00:11:56
29824 Log: The #7521 touched things it shouldn't have.
29826 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
29827 ____________________________________________________________________________
29828 [ 7531] By: jhi on 2000/11/02 22:32:33
29829 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
29830 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29831 Date: Thu, 2 Nov 2000 16:58:36 EST
29832 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
29834 ! vms/gen_shrfls.pl
29835 ____________________________________________________________________________
29836 [ 7530] By: jhi on 2000/11/02 22:08:49
29837 Log: Fix the problem discussed in
29839 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
29840 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
29841 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
29843 originally from Linc Madison. Also Andreas König's comments
29844 taken into account. Some other problems with Tie::SubstrHash
29845 fixed: didn't croak when the table exceeded the requested number
29846 of entries (as documented) but instead when the number of entries
29847 exceeded the size of the table, a croak() had an unnecessary \n,
29848 didn't have a CLEAR method, documented that there is no exists().
29849 Didn't fix to be strict-proof because the module uses &foo; and
29850 dynamic scope. Added a test script exercizing both first tamely
29851 the basic functionality, and then the failure cases reported by
29854 + t/lib/tie-substrhash.t
29855 ! MANIFEST lib/Tie/SubstrHash.pm
29856 ____________________________________________________________________________
29857 [ 7529] By: jhi on 2000/11/02 17:58:08
29858 Log: recv() can fail and return undef.
29860 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
29861 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
29862 Date: Thu, 2 Nov 2000 20:12:20 +0300
29863 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
29866 ____________________________________________________________________________
29867 [ 7528] By: jhi on 2000/11/02 17:49:09
29871 ____________________________________________________________________________
29872 [ 7527] By: jhi on 2000/11/02 15:48:37
29873 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
29874 fix a autovivification bug in Tie::RefHash, add tests for both.
29876 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
29877 From: Edward Avis <epa98@doc.ic.ac.uk>
29878 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
29879 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
29881 + t/lib/tie-refhash.t
29882 ! MANIFEST lib/Tie/RefHash.pm
29883 ____________________________________________________________________________
29884 [ 7526] By: jhi on 2000/11/02 13:56:26
29885 Log: Test::Harness revealed buglets in the new DynaLoader.
29887 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
29888 From: andreas.koenig@anima.de (Andreas J. Koenig)
29889 Date: 02 Nov 2000 11:26:48 +0100
29890 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
29892 ! ext/DynaLoader/DynaLoader_pm.PL
29893 ____________________________________________________________________________
29894 [ 7525] By: jhi on 2000/11/01 23:52:08
29895 Log: The entry for #7503 was missing.
29898 ____________________________________________________________________________
29899 [ 7524] By: jhi on 2000/11/01 23:40:52
29900 Log: Update Changes.
29902 ! Changes patchlevel.h
29903 ____________________________________________________________________________
29904 [ 7523] By: jhi on 2000/11/01 22:57:09
29905 Log: More tweaking on the #7522 theme.
29907 ! ext/DynaLoader/DynaLoader_pm.PL
29908 ____________________________________________________________________________
29909 [ 7522] By: jhi on 2000/11/01 22:06:15
29910 Log: Expand %Config variables and %ENV variables only if
29911 so requested during build time using the
29912 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
29913 Not expanding makes relocating distributions easier.
29915 ! ext/DynaLoader/DynaLoader_pm.PL
29916 ____________________________________________________________________________
29917 [ 7521] By: jhi on 2000/11/01 20:56:34
29918 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
29919 and setgid() because they were just changing $< and $( which means
29920 only changing the real uid/gid, as opposed to changing both
29921 real and effective ids. (The alternative way could have been
29922 in POSIX.pm to change $> and $), too, but making a direct call
29923 to the C API feels cleaner.) Fixes the bug
29925 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
29926 From: "Garry T. Williams" <garry@zvolve.com>
29927 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
29928 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
29930 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29931 ! ext/POSIX/typemap pod/perlvar.pod
29932 ____________________________________________________________________________
29933 [ 7520] By: jhi on 2000/11/01 20:08:33
29934 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
29935 From: "Garry T. Williams" <garry@zvolve.com>
29936 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
29937 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
29940 ____________________________________________________________________________
29941 [ 7519] By: jhi on 2000/11/01 20:01:22
29942 Log: Locale warning explanation tweak.
29945 ____________________________________________________________________________
29946 [ 7518] By: jhi on 2000/11/01 18:57:13
29949 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
29950 From: Jarkko Hietaniemi <jhi@iki.fi>
29951 Date: Tue, 10 Oct 2000 08:22:28 -0500
29952 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
29955 ____________________________________________________________________________
29956 [ 7517] By: jhi on 2000/11/01 18:41:59
29957 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
29958 From: Martien Verbruggen <mgjv@comdyn.com.au>
29959 Date: Fri, 6 Oct 2000 14:09:10 +1100
29960 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
29963 ____________________________________________________________________________
29964 [ 7516] By: jhi on 2000/11/01 18:34:55
29965 Log: Generalize the Camel wording.
29967 Subject: Re: perlfaq style changes
29968 From: John Borwick <jhborwic@unity.ncsu.edu>
29969 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
29970 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
29972 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
29973 ____________________________________________________________________________
29974 [ 7515] By: jhi on 2000/11/01 16:52:31
29975 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
29976 From: pimlott@idiomtech.com (Andrew Pimlott)
29977 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
29978 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
29981 ____________________________________________________________________________
29982 [ 7514] By: jhi on 2000/11/01 15:03:40
29983 Log: More AIX lore.
29985 ! ext/re/hints/aix.pl
29986 ____________________________________________________________________________
29987 [ 7513] By: jhi on 2000/11/01 14:48:30
29988 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
29989 From: root <root@chronos.fi.muni.cz>
29990 Date: Wed, 1 Nov 2000 12:31:32 +0100
29991 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
29994 ____________________________________________________________________________
29995 [ 7512] By: jhi on 2000/11/01 14:46:47
29996 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29997 From: Martin Husemann <martin@duskware.de>
29998 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
29999 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
30002 ____________________________________________________________________________
30003 [ 7511] By: jhi on 2000/11/01 14:39:50
30004 Log: AUTHORS updates.
30007 ____________________________________________________________________________
30008 [ 7510] By: jhi on 2000/11/01 14:29:50
30009 Log: Subject: [PATCH] startperl to respect versiononly
30010 From: Robin Barker <rmb1@cise.npl.co.uk>
30011 Date: Tue, 31 Oct 2000 16:29:36 GMT
30012 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
30013 Branch: metaconfig/U/perl
30016 ! Configure config_h.SH
30017 ____________________________________________________________________________
30018 [ 7509] By: jhi on 2000/11/01 14:19:53
30019 Log: printf UVs the correct way, noticed by Robin Barker.
30022 ____________________________________________________________________________
30023 [ 7508] By: jhi on 2000/11/01 14:10:03
30024 Log: Do not cleanup *% because the % has special meanings in some
30025 shell environments.
30027 ! ext/Storable/Makefile.PL
30028 ____________________________________________________________________________
30029 [ 7507] By: jhi on 2000/11/01 14:06:00
30030 Log: The NonStop-UX libraries have a novel way to say NaN.
30033 ____________________________________________________________________________
30034 [ 7506] By: jhi on 2000/11/01 14:03:35
30035 Log: The osname has been lowercased by now, from Tom Bates.
30037 ! U/modified/Oldconfig.U
30039 ! Configure config_h.SH
30040 ____________________________________________________________________________
30041 [ 7505] By: jhi on 2000/10/31 19:18:39
30042 Log: The compiler is either gcc or cc, from Tom Bates.
30044 ! hints/nonstopux.sh
30045 ____________________________________________________________________________
30046 [ 7504] By: jhi on 2000/10/31 14:53:42
30047 Log: Update Changes.
30049 ! Changes patchlevel.h
30050 ____________________________________________________________________________
30051 [ 7503] By: jhi on 2000/10/31 14:30:50
30052 Log: Whitespace style tweak. Was originally going to see to
30054 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30055 From: Joe Smith <jms@inwap.com>
30056 Date: Mon, 30 Oct 2000 18:47:57 -0800
30057 Message-Id: <39FE32DD.24AAC4D@inwap.com>
30059 but that had already been taken care of.
30061 ! U/compline/d_stdstdio.U
30063 ! Configure config_h.SH
30064 ____________________________________________________________________________
30065 [ 7502] By: jhi on 2000/10/31 14:25:02
30066 Log: AUTHORS tweaks.
30069 ____________________________________________________________________________
30070 [ 7501] By: jhi on 2000/10/31 14:23:59
30071 Log: Subject: perlfaq style changes
30072 From: John Borwick <jhborwic@unity.ncsu.edu>
30073 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
30074 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
30076 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30077 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30078 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30080 ____________________________________________________________________________
30081 [ 7500] By: jhi on 2000/10/31 14:22:15
30082 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
30084 Subject: Re: [ID 20000918.005] ~ on wide chars
30085 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30086 Date: Mon, 30 Oct 2000 21:09:55 -0800
30087 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
30089 (The ord() part of the patch skipped.)
30092 ____________________________________________________________________________
30093 [ 7499] By: jhi on 2000/10/31 14:20:08
30094 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
30095 From: Jens Hamisch <jens@Strawberry.COM>
30096 Date: Mon, 30 Oct 2000 15:17:07 +0100
30097 Message-Id: <20001030151707.A9597@Strawberry.COM>
30100 ____________________________________________________________________________
30101 [ 7498] By: jhi on 2000/10/31 14:16:29
30102 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
30103 From: Peter Prymmer <pvhp@forte.com>
30104 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
30105 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
30107 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30108 + ext/Encode/Encode/posix-bc.enc
30109 ! MANIFEST t/lib/encode.t
30110 ____________________________________________________________________________
30111 [ 7497] By: jhi on 2000/10/31 14:13:22
30112 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
30113 From: Peter Prymmer <pvhp@forte.com>
30114 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
30115 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
30118 ____________________________________________________________________________
30119 [ 7496] By: jhi on 2000/10/31 14:12:05
30120 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
30121 From: Peter Prymmer <pvhp@forte.com>
30122 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
30123 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
30125 ! t/lib/cgi-function.t
30126 ____________________________________________________________________________
30127 [ 7495] By: jhi on 2000/10/31 14:11:08
30128 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30129 From: Peter Prymmer <pvhp@forte.com>
30130 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
30131 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
30133 + ext/re/hints/aix.pl
30134 ! MANIFEST ext/re/Makefile.PL
30135 ____________________________________________________________________________
30136 [ 7494] By: jhi on 2000/10/31 14:08:32
30137 Log: Use Errno magic.
30139 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
30140 From: Casey Tweten <perl@ctweten.amsite.com>
30141 Date: Mon, 30 Oct 2000 15:51:17 -0500
30142 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
30145 ____________________________________________________________________________
30146 [ 7493] By: jhi on 2000/10/31 14:05:07
30147 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
30149 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
30150 From: Nicholas Clark <nick@ccl4.org>
30151 Date: Mon, 30 Oct 2000 17:38:45 +0000
30152 Message-ID: <20001030173845.O60355@plum.flirble.org>
30154 ! Makefile.SH utils/perlbug.PL
30155 ____________________________________________________________________________
30156 [ 7492] By: nick on 2000/10/30 19:37:23
30157 Log: Change files which are mysteriously different to mainline to be
30158 copies of mainline.
30160 ! objXSUB.h perlapi.c pod/perlapi.pod
30161 ____________________________________________________________________________
30162 [ 7491] By: nick on 2000/10/30 18:05:54
30163 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
30164 - typo in endian code in putc.
30165 - Don't allow read of write-only files and vice-versa
30166 - and off-by-one in flush-all loop.
30167 Remove debug calls as they were using GCC specific features.
30170 ____________________________________________________________________________
30171 [ 7490] By: nick on 2000/10/29 21:45:45
30172 Log: Integrate mainline to perlio
30174 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
30176 ____________________________________________________________________________
30177 [ 7489] By: jhi on 2000/10/29 21:11:08
30178 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
30179 From: andreas.koenig@anima.de (Andreas J. Koenig)
30180 Date: 29 Oct 2000 22:05:59 +0100
30181 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
30183 ! lib/ExtUtils/Manifest.pm
30184 ____________________________________________________________________________
30185 [ 7488] By: jhi on 2000/10/29 21:07:47
30186 Log: Tests for #7487.
30188 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
30189 From: andreas.koenig@anima.de (Andreas J. Koenig)
30190 Date: 29 Oct 2000 19:37:09 +0100
30191 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
30194 ____________________________________________________________________________
30195 [ 7487] By: jhi on 2000/10/29 21:06:27
30196 Log: constsub spillage.
30198 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
30199 From: John Tobey <jtobey@john-edwin-tobey.org>
30200 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
30201 Message-Id: <m13pvSr-000FObC@feynman.localnet>
30204 ____________________________________________________________________________
30205 [ 7486] By: nick on 2000/10/29 21:05:04
30206 Log: Integrate mainline to perlio branch
30208 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
30209 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
30210 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
30211 +> vos/install_perl.cm
30212 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
30213 - vos/config.h vos/config_h.SH_orig
30214 !> (integrate 141 files)
30215 ____________________________________________________________________________
30216 [ 7485] By: jhi on 2000/10/29 21:00:47
30217 Log: Make \x{...} consistently produce UTF-8.
30219 Subject: Re: \x{...} is confused
30220 From: Simon Cozens <simon@cozens.net>
30221 Date: Sun, 29 Oct 2000 19:36:48 +0000
30222 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
30224 ! t/pragma/utf8.t toke.c
30225 ____________________________________________________________________________
30226 [ 7484] By: nick on 2000/10/29 20:05:29
30227 Log: PerlIO passes all tests.
30230 ____________________________________________________________________________
30231 [ 7483] By: jhi on 2000/10/29 18:06:55
30232 Log: Update Changes.
30234 ! Changes patchlevel.h
30235 ____________________________________________________________________________
30236 [ 7482] By: nick on 2000/10/29 17:43:28
30237 Log: Include <unistd.h> to get correct lseek() prototype etc.
30238 (I thought perl.h did that) - down to two fails
30239 - comp/require.t (last test)
30240 - lib/io_xs.t - possibly import/export of FILE * ?
30243 ____________________________________________________________________________
30244 [ 7481] By: jhi on 2000/10/29 17:02:37
30245 Log: UTF-8 decoder tweak.
30248 ____________________________________________________________________________
30249 [ 7480] By: nick on 2000/10/29 16:26:11
30250 Log: Fixed two bugs:
30251 - error code not being set on close (of broken pipe)
30252 - append mode was truncating.
30253 At least one seek/tell bug remains.
30256 ____________________________________________________________________________
30257 [ 7479] By: nick on 2000/10/29 11:18:16
30258 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
30259 in case of accidents. Still several worrying fails, no line disciplines yet.
30261 ! iperlsys.h perlio.c
30262 ____________________________________________________________________________
30263 [ 7478] By: jhi on 2000/10/29 02:04:01
30264 Log: Add also emailless people.
30267 ____________________________________________________________________________
30268 [ 7477] By: jhi on 2000/10/29 01:36:00
30269 Log: The #7476 needs a MANIFEST change, too.
30272 ____________________________________________________________________________
30273 [ 7476] By: jhi on 2000/10/29 01:35:21
30274 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
30278 ____________________________________________________________________________
30279 [ 7475] By: jhi on 2000/10/28 23:57:25
30280 Log: De-quoted-unreadable to ISO Latin 1.
30281 (There's one ISO-2022-JP name in Changes5.004.)
30283 ! Changes Changes5.6
30284 ____________________________________________________________________________
30285 [ 7474] By: jhi on 2000/10/28 19:13:06
30286 Log: Subject: [ID 20001027.007] uniq array in perlfaq
30287 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
30288 Date: Fri, 27 Oct 2000 19:28:30 +0200
30289 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
30292 ____________________________________________________________________________
30293 [ 7473] By: jhi on 2000/10/28 18:02:05
30294 Log: Locking null mutexes is not recommendable.
30296 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
30297 From: Hugo <hv@crypt.compulink.co.uk>
30298 Date: Sat, 28 Oct 2000 18:41:12 +0100
30299 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
30302 ____________________________________________________________________________
30303 [ 7472] By: jhi on 2000/10/28 17:52:58
30304 Log: Better create a true mailing list for the repository keepers.
30306 ! Porting/repository.pod
30307 ____________________________________________________________________________
30308 [ 7471] By: jhi on 2000/10/28 17:28:24
30309 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
30310 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
30312 + Porting/repository.pod
30314 ____________________________________________________________________________
30315 [ 7470] By: jhi on 2000/10/28 17:20:54
30316 Log: Subject: DOC PATCH 5.6.0
30317 From: mjd@plover.com
30318 Date: 27 Oct 2000 17:32:44 -0000
30319 Message-ID: <20001027173244.23754.qmail@plover.com>
30322 ____________________________________________________________________________
30323 [ 7469] By: jhi on 2000/10/28 17:16:45
30324 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
30325 From: "Peter J. Farley III" <pjfarley@banet.net>
30326 Date: Fri, 27 Oct 2000 20:32:56 -0400
30327 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
30330 ____________________________________________________________________________
30331 [ 7468] By: jhi on 2000/10/28 17:07:18
30332 Log: Make target reordering to avoid pointless re-makes.
30334 Subject: Re: Total re-make of 'make okfile' after 7451 ?
30335 From: Nicholas Clark <nick@ccl4.org>
30336 Date: Sat, 28 Oct 2000 00:31:02 +0100
30337 Message-ID: <20001028003101.A54517@plum.flirble.org>
30340 ____________________________________________________________________________
30341 [ 7467] By: jhi on 2000/10/28 17:05:31
30342 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
30343 From: lvirden@cas.org
30344 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
30345 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
30348 ____________________________________________________________________________
30349 [ 7466] By: jhi on 2000/10/28 16:09:16
30350 Log: Upgrade to CPAN 1.58_55.
30352 Subject: CPAN.pm status
30353 From: andreas.koenig@anima.de (Andreas J. Koenig)
30354 Date: 28 Oct 2000 08:18:00 +0200
30355 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
30357 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30358 ____________________________________________________________________________
30359 [ 7465] By: jhi on 2000/10/28 16:02:47
30360 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
30362 ! embed.h embed.pl perl.h proto.h toke.c
30363 ____________________________________________________________________________
30364 [ 7464] By: nick on 2000/10/28 10:43:44
30365 Log: Fix for sv_2iv() on "shared" value from keys %hash.
30368 ____________________________________________________________________________
30369 [ 7463] By: jhi on 2000/10/27 16:18:29
30370 Log: Update Changes.
30372 ! Changes patchlevel.h
30373 ____________________________________________________________________________
30374 [ 7462] By: jhi on 2000/10/27 16:17:44
30375 Log: Too enthusiastic editing in #7460.
30377 ! U/modified/Oldsym.U
30379 ! Configure config_h.SH
30380 ____________________________________________________________________________
30381 [ 7461] By: jhi on 2000/10/27 15:37:38
30382 Log: Retract #7459, the script needs more work.
30386 ____________________________________________________________________________
30387 [ 7460] By: jhi on 2000/10/27 15:23:14
30388 Log: Use $sort, $uniq (and $tr) consistently as wondered
30391 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
30392 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
30393 ! U/modified/libc.U
30395 ! Configure config_h.SH
30396 ____________________________________________________________________________
30397 [ 7459] By: jhi on 2000/10/27 15:02:07
30398 Log: (Retracted by #7461)
30400 Add a shell script for creating/removing symbolic link farms,
30401 useful for keeping the source code read-only and doing the
30402 builds somewhere else.
30406 ____________________________________________________________________________
30407 [ 7458] By: jhi on 2000/10/27 14:42:20
30408 Log: Do away with the fix_pl.
30411 ! MANIFEST Makefile.SH
30412 ____________________________________________________________________________
30413 [ 7457] By: jhi on 2000/10/27 12:43:13
30414 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
30415 From: Jens Hamisch <jens@Strawberry.COM>
30416 Date: Fri, 27 Oct 2000 14:38:21 +0200
30417 Message-Id: <20001027143821.B3366@Strawberry.COM>
30420 ____________________________________________________________________________
30421 [ 7456] By: jhi on 2000/10/27 12:33:42
30422 Log: Subject: [PATCH] todo
30423 From: Nicholas Clark <nick@ccl4.org>
30424 Date: Thu, 26 Oct 2000 22:32:29 +0100
30425 Message-ID: <20001026223229.A44540@plum.flirble.org>
30428 ____________________________________________________________________________
30429 [ 7455] By: jhi on 2000/10/27 12:02:21
30430 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
30431 From: John Tobey <jtobey@john-edwin-tobey.org>
30432 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
30433 Message-Id: <m13ozHF-000FObC@feynman.localnet>
30435 ! op.c t/pragma/sub_lval.t
30436 ____________________________________________________________________________
30437 [ 7454] By: jhi on 2000/10/27 11:59:42
30438 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
30439 From: sthoenna@efn.org
30440 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
30441 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
30443 ! pp.c t/op/assignwarn.t
30444 ____________________________________________________________________________
30445 [ 7453] By: jhi on 2000/10/27 00:15:08
30446 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
30448 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30449 ! ext/Storable/Storable.xs t/lib/st-lock.t
30450 ____________________________________________________________________________
30451 [ 7452] By: jhi on 2000/10/26 13:05:52
30452 Log: Undo #7451, this seems to be a deficiency in Perforce,
30453 there is no per-file line-terminator type, only per-client.
30455 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
30456 ! win32/makefile.mk
30457 ____________________________________________________________________________
30458 [ 7451] By: jhi on 2000/10/26 04:56:03
30459 Log: Experimenting in DOS arcana.
30461 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
30462 ! win32/makefile.mk
30463 ____________________________________________________________________________
30464 [ 7450] By: jhi on 2000/10/26 04:50:52
30465 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
30466 From: "Peter J. Farley III" <pjfarley@banet.net>
30467 Date: Wed, 25 Oct 2000 23:10:18 -0400
30468 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
30471 ____________________________________________________________________________
30472 [ 7449] By: jhi on 2000/10/26 04:49:16
30473 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
30474 From: Hugo <hv@crypt.compulink.co.uk>
30475 Date: Thu, 26 Oct 2000 01:55:17 +0100
30476 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
30478 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
30480 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
30481 ____________________________________________________________________________
30482 [ 7448] By: jhi on 2000/10/26 04:38:36
30483 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
30484 From: Peter Prymmer <pvhp@forte.com>
30485 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
30486 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
30489 ____________________________________________________________________________
30490 [ 7447] By: jhi on 2000/10/25 23:20:02
30491 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
30492 in platforms that strictly require all the symbols being present
30496 ____________________________________________________________________________
30497 [ 7446] By: jhi on 2000/10/25 21:55:57
30498 Log: Update Changes.
30500 ! Changes patchlevel.h
30501 ____________________________________________________________________________
30502 [ 7445] By: jhi on 2000/10/25 21:27:08
30503 Log: Integrate with vmsperl #7430 by Charles Bailey:
30505 Cleanup from prior patch (Charles Lane?):
30506 - improve handling of MFDs in Basename and Path
30507 - default to no xsubpp line # munging when building debug images
30509 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
30510 ____________________________________________________________________________
30511 [ 7444] By: jhi on 2000/10/25 21:03:50
30512 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
30513 From: John Peacock <JPeacock@UnivPress.com>
30514 Date: Thu, 18 May 2000 11:55:27 -0400
30515 Message-ID: <3924126F.A58BE57A@UnivPress.com>
30517 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
30519 ____________________________________________________________________________
30520 [ 7443] By: jhi on 2000/10/25 20:43:10
30521 Log: Temporary stopgap for the self-tying issue: for now only
30522 array and hash self-ties are verboten. The real fix, of
30523 course, would be to comprehensively test (and implement?)
30524 and debug (and document) self-ties.
30526 ! pod/perldiag.pod pp_sys.c t/op/tie.t
30527 ____________________________________________________________________________
30528 [ 7442] By: jhi on 2000/10/25 20:14:30
30529 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
30530 From: Dan Sugalski <dan@sidhe.org>
30531 Date: Wed, 25 Oct 2000 13:36:35 -0400
30532 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
30534 plus regen global.sym.
30536 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
30538 ____________________________________________________________________________
30539 [ 7441] By: jhi on 2000/10/25 20:12:20
30540 Log: buildtoc target tweaks.
30543 ____________________________________________________________________________
30544 [ 7440] By: jhi on 2000/10/25 20:03:53
30545 Log: A new version of making the syslog test more robust.
30548 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30549 From: "Kurt D. Starsinic" <kstar@chapin.edu>
30550 Date: Wed, 25 Oct 2000 12:13:54 -0400
30551 Message-ID: <20001025121354.B2264@O2.chapin.edu>
30554 ____________________________________________________________________________
30555 [ 7439] By: jhi on 2000/10/25 20:00:48
30556 Log: Continue the internal UTF-8 API tweaking.
30557 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
30558 used much more than the simpler API, now called utf8_to_uv_simple().
30559 Still not quite happy with API, too much partial duplication
30562 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
30563 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
30564 ! regcomp.c regexec.c sv.c toke.c utf8.c
30565 ____________________________________________________________________________
30566 [ 7438] By: jhi on 2000/10/25 18:52:30
30567 Log: Allow poking holes at the UTF-8 decoding strictness.
30569 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
30571 ____________________________________________________________________________
30572 [ 7437] By: jhi on 2000/10/25 13:53:05
30573 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
30574 UTF8LEN() and UTF8SKIP().
30576 ! pp.c utf8.c utf8.h
30577 ____________________________________________________________________________
30578 [ 7436] By: jhi on 2000/10/25 13:51:37
30579 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
30580 From: Nicholas Clark <nick@ccl4.org>
30581 Date: Wed, 25 Oct 2000 14:44:05 +0100
30582 Message-ID: <20001025144404.D27253@plum.flirble.org>
30585 ____________________________________________________________________________
30586 [ 7435] By: jhi on 2000/10/25 13:49:32
30587 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
30588 From: Mike Guy <mjtg@cam.ac.uk>
30589 Date: Tue, 24 Oct 2000 14:59:40 +0100
30590 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
30593 ____________________________________________________________________________
30594 [ 7434] By: jhi on 2000/10/25 13:48:41
30595 Log: AIX is picky about its symbol exports. Solution for now
30596 is to include the deb.o explicitly to the re extension build.
30598 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
30599 From: Peter Prymmer <pvhp@forte.com>
30600 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
30601 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
30603 ! ext/re/Makefile.PL hints/aix.sh
30604 ____________________________________________________________________________
30605 [ 7433] By: jhi on 2000/10/25 13:46:49
30606 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
30607 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30608 Date: Wed, 25 Oct 2000 12:02:20 +0200
30609 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
30612 ____________________________________________________________________________
30613 [ 7432] By: jhi on 2000/10/25 13:44:28
30614 Log: Subject: Minor update to find2perl, for portability
30615 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
30616 Date: Wed, 25 Oct 2000 12:05:47 +0100
30617 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
30620 ____________________________________________________________________________
30621 [ 7431] By: jhi on 2000/10/25 13:40:39
30622 Log: Add targets to Makefile.SH, most importantly
30623 'regen_all' which also remembers to update vms/perly*.
30626 ____________________________________________________________________________
30627 [ 7430] By: bailey on 2000/10/25 03:13:53
30628 Log: Cleanup from prior patch (Charles Lane?):
30629 - improve handling of MFDs in Basename and Path
30630 - default to no xsubpp line # munging when building debug images
30632 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
30633 ____________________________________________________________________________
30634 [ 7429] By: jhi on 2000/10/24 20:03:40
30635 Log: Podify README.epoc and README.vos.
30637 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
30638 ! pod/perlport.pod pod/perltoc.pod
30639 ____________________________________________________________________________
30640 [ 7428] By: jhi on 2000/10/24 19:10:33
30641 Log: Stratus VOS updates from Paul Green.
30643 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30644 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
30645 - vos/config.def vos/config.h vos/config_h.SH_orig
30646 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
30647 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
30648 ____________________________________________________________________________
30649 [ 7427] By: jhi on 2000/10/24 18:59:48
30650 Log: Check if stdio supports tweaking lval and cnt simultaneously.
30652 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30653 From: Nicholas Clark <nick@ccl4.org>
30654 Date: Mon, 23 Oct 2000 15:39:32 +0100
30655 Message-ID: <20001023153932.A10786@plum.flirble.org>
30657 ! U/compline/d_stdstdio.U
30659 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30660 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
30661 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
30662 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
30663 ! vos/config.h vos/config_h.SH_orig win32/config.bc
30664 ! win32/config.gc win32/config.vc
30665 ____________________________________________________________________________
30666 [ 7426] By: jhi on 2000/10/24 17:57:44
30667 Log: Missed the header file changes from #7425.
30669 ! embed.h embed.pl objXSUB.h proto.h
30670 ____________________________________________________________________________
30671 [ 7425] By: jhi on 2000/10/24 17:55:17
30672 Log: Fix the bug reported in
30674 From: andreas.koenig@anima.de (Andreas J. Koenig)
30675 Subject: Encode bug?
30676 Date: 24 Oct 2000 14:01:26 +0200
30677 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
30679 Also make is_utf8_char() stricter.
30681 ! ext/Encode/Encode.xs utf8.c
30682 ____________________________________________________________________________
30683 [ 7424] By: jhi on 2000/10/24 15:15:39
30684 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
30685 From: Peter Scott <Peter@PSDT.com>
30686 Date: Mon, 23 Oct 2000 19:46:01 -0700
30687 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
30690 ____________________________________________________________________________
30691 [ 7423] By: jhi on 2000/10/24 14:25:30
30692 Log: Test tweak to avoid pulling in the whole Config.
30695 ____________________________________________________________________________
30696 [ 7422] By: jhi on 2000/10/24 14:03:16
30697 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
30700 ____________________________________________________________________________
30701 [ 7421] By: jhi on 2000/10/24 13:32:09
30702 Log: (Replaced by #7440.)
30704 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30705 From: "Kurt D. Starsinic" <kstar@chapin.edu>
30706 Date: Mon, 23 Oct 2000 16:40:54 -0400
30707 Message-ID: <20001023164054.B14491@O2.chapin.edu>
30710 ____________________________________________________________________________
30711 [ 7420] By: jhi on 2000/10/24 13:30:53
30712 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
30713 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30714 Date: Mon, 23 Oct 2000 17:29:03 -0400
30715 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
30717 ! lib/ExtUtils/MM_Unix.pm
30718 ____________________________________________________________________________
30719 [ 7419] By: jhi on 2000/10/24 13:29:57
30720 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
30721 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30722 Date: Mon, 23 Oct 2000 19:01:32 -0400
30723 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
30726 ____________________________________________________________________________
30727 [ 7418] By: jhi on 2000/10/24 13:26:04
30728 Log: Replace #7409 with
30730 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
30731 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30732 Date: Mon, 23 Oct 2000 20:08:56 +0200
30733 Message-ID: <20001023200855.A14850@nice.ram.loc>
30735 ! ext/Storable/Storable.pm t/lib/st-lock.t
30736 ____________________________________________________________________________
30737 [ 7417] By: jhi on 2000/10/24 13:17:52
30738 Log: Run vms/vms_yfix.pl, should have done that after changing
30741 ! vms/perly_c.vms vms/perly_h.vms
30742 ____________________________________________________________________________
30743 [ 7416] By: jhi on 2000/10/24 02:55:33
30744 Log: Make the UTF-8 decoding stricter and more verbose when
30745 malformation happens. This involved adding an argument
30746 to utf8_to_uv_chk(), which involved changing its prototype,
30747 and prefer STRLEN over I32 for the UTF-8 length, which as
30748 a domino effect necessitated changing the prototypes of
30749 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
30750 The stricter UTF-8 decoding checking uses Markus Kuhn's
30751 UTF-8 Decode Stress Tester from
30752 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
30754 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
30755 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
30756 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
30757 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
30758 ____________________________________________________________________________
30759 [ 7415] By: jhi on 2000/10/23 14:06:06
30760 Log: Update Changes.
30762 ! Changes patchlevel.h
30763 ____________________________________________________________________________
30764 [ 7414] By: jhi on 2000/10/23 12:39:52
30765 Log: Undo the basename() part of #7412 since the lib/basename
30766 tests would need upgrading too.
30768 ! lib/File/Basename.pm
30769 ____________________________________________________________________________
30770 [ 7413] By: jhi on 2000/10/23 12:19:27
30771 Log: Document PERL_INSTALL_ROOT of #7210.
30773 ! lib/ExtUtils/Install.pm
30774 ____________________________________________________________________________
30775 [ 7412] By: jhi on 2000/10/23 12:16:47
30776 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
30778 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
30779 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
30780 ____________________________________________________________________________
30781 [ 7411] By: jhi on 2000/10/23 12:07:41
30782 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
30783 From: Prymmer/Kahn <pvhp@best.com>
30784 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
30785 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
30787 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
30788 ____________________________________________________________________________
30789 [ 7410] By: jhi on 2000/10/23 04:10:11
30790 Log: The change #7187 was not so good on VMS.
30792 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
30793 From: "Craig A. Berry" <craig.berry@psinetcs.com>
30794 Date: Sun, 22 Oct 2000 23:03:08 -0500
30795 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
30798 ____________________________________________________________________________
30799 [ 7409] By: jhi on 2000/10/23 03:57:36
30800 Log: Avoid Storable locking on DJGPP for now.
30802 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
30803 From: "Peter J. Farley III" <pjfarley@banet.net>
30804 Date: Sun, 22 Oct 2000 20:00:00 -0400
30805 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
30807 ! ext/Storable/Storable.pm t/lib/st-lock.t
30808 ____________________________________________________________________________
30809 [ 7408] By: jhi on 2000/10/23 03:50:24
30810 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
30811 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30812 Date: Sun, 22 Oct 2000 21:12:22 -0400
30813 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
30816 ____________________________________________________________________________
30817 [ 7407] By: jhi on 2000/10/23 03:43:12
30818 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
30819 From: Hugo <hv@crypt.compulink.co.uk>
30820 Date: Mon, 23 Oct 2000 00:47:22 +0100
30821 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
30823 ! regexec.c t/op/pat.t
30824 ____________________________________________________________________________
30825 [ 7406] By: jhi on 2000/10/23 03:40:29
30826 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
30828 ! lib/ExtUtils/MakeMaker.pm
30829 ____________________________________________________________________________
30830 [ 7405] By: jhi on 2000/10/22 21:32:00
30833 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
30834 From: rspier@pobox.com (Robert Spier)
30835 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
30836 Message-ID: <14835.16112.13457.447971@rls.cx>
30839 ____________________________________________________________________________
30840 [ 7404] By: jhi on 2000/10/22 21:30:51
30841 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
30842 From: rspier@pobox.com (Robert Spier)
30843 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
30844 Message-ID: <14835.17223.72448.705566@rls.cx>
30846 ! lib/ExtUtils/MakeMaker.pm
30847 ____________________________________________________________________________
30848 [ 7403] By: jhi on 2000/10/22 21:24:11
30849 Log: Subject: [PATCH bleadperl] ripples from constsub patch
30850 From: John Tobey <jtobey@john-edwin-tobey.org>
30851 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
30852 Message-Id: <m13nSOB-000FObC@feynman.localnet>
30854 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
30855 ____________________________________________________________________________
30856 [ 7402] By: jhi on 2000/10/22 20:59:35
30857 Log: Support s?printf parameter reordering.
30859 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
30860 ____________________________________________________________________________
30861 [ 7401] By: jhi on 2000/10/22 19:19:14
30862 Log: Expand %Config variables only if explicitly so requested
30863 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
30865 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
30866 From: Gurusamy Sarathy <gsar@ActiveState.com>
30867 Date: Sun, 22 Oct 2000 11:47:32 -0700
30868 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
30870 ! Makefile.SH lib/lib_pm.PL
30871 ____________________________________________________________________________
30872 [ 7400] By: jhi on 2000/10/22 18:24:10
30873 Log: Move the #7390 test from warn/op to comp/redef.
30875 Subject: Re: Creating const subs for constants.
30876 From: John Tobey <jtobey@john-edwin-tobey.org>
30877 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
30878 Message-Id: <m13nG72-000FObC@feynman.localnet>
30880 ! t/comp/redef.t t/pragma/warn/op
30881 ____________________________________________________________________________
30882 [ 7399] By: jhi on 2000/10/22 17:49:59
30883 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
30884 From: Nicholas Clark <nick@ccl4.org>
30885 Date: Sat, 21 Oct 2000 22:23:19 +0100
30886 Message-ID: <20001021222319.B45586@plum.flirble.org>
30888 ! ext/DynaLoader/DynaLoader_pm.PL
30889 ____________________________________________________________________________
30890 [ 7398] By: jhi on 2000/10/22 17:47:35
30891 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
30892 From: Hugo <hv@crypt.compulink.co.uk>
30893 Date: Sat, 21 Oct 2000 18:19:59 +0100
30894 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
30896 ! ext/B/B.pm ext/B/B/C.pm
30897 ____________________________________________________________________________
30898 [ 7397] By: jhi on 2000/10/22 17:35:18
30899 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
30900 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
30901 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
30902 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
30905 ____________________________________________________________________________
30906 [ 7396] By: jhi on 2000/10/22 17:19:46
30907 Log: Subject: installman go-faster stripes
30908 From: Nicholas Clark <nick@talking.bollo.cx>
30909 Date: Sat, 21 Oct 2000 17:24:53 +0100
30910 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
30912 Subject: Re: installman go-faster stripes
30913 From: Russ Allbery <rra@stanford.edu>
30914 Date: 21 Oct 2000 11:04:13 -0700
30915 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
30917 ! installman pod/pod2man.PL
30918 ____________________________________________________________________________
30919 [ 7395] By: jhi on 2000/10/22 17:17:35
30920 Log: Hints tweak from Anton Berezin.
30923 ____________________________________________________________________________
30924 [ 7394] By: jhi on 2000/10/22 04:50:04
30925 Log: Tweak the Is* definitions of Unicode character classes
30926 to better match the official categorizations; embrace
30927 the official categorizations; add the combining marks
30928 as alpha (and -numeric); fix DCinital (a typo and edito)
30931 + lib/unicode/Is/DCmedial.pl
30932 - lib/unicode/Is/DCinital.pl
30933 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30934 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
30935 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
30936 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30937 ____________________________________________________________________________
30938 [ 7393] By: jhi on 2000/10/21 18:06:05
30939 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
30940 From: Daniel Chetlin <daniel@chetlin.com>
30941 Date: Sat, 21 Oct 2000 02:57:03 -0700
30942 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
30944 + t/lib/tie-splice.t
30945 ! MANIFEST lib/Tie/Array.pm
30946 ____________________________________________________________________________
30947 [ 7392] By: gsar on 2000/10/21 18:05:15
30948 Log: resync utfperl branch with mainline
30950 !> (integrate 1760 files)
30951 ____________________________________________________________________________
30952 [ 7391] By: jhi on 2000/10/21 14:37:49
30953 Log: Testcases for a #7383,#7385 related bug.
30955 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
30956 From: Nicholas Clark <nick@ccl4.org>
30957 Date: Sat, 21 Oct 2000 15:04:51 +0100
30958 Message-ID: <20001021150451.A51566@plum.flirble.org>
30961 ____________________________________________________________________________
30962 [ 7390] By: jhi on 2000/10/21 14:35:57
30963 Log: Add a testcase for #7389.
30966 ____________________________________________________________________________
30967 [ 7389] By: jhi on 2000/10/21 14:26:45
30968 Log: Subject: Re: Creating const subs for constants.
30969 From: John Tobey <jtobey@john-edwin-tobey.org>
30970 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
30971 Message-Id: <m13mo0N-000FObC@feynman.localnet>
30973 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
30975 ____________________________________________________________________________
30976 [ 7388] By: nick on 2000/10/21 11:44:23
30977 Log: Populate perlio branch
30979 +> (branch 1760 files)
30980 ____________________________________________________________________________
30981 [ 7387] By: nick on 2000/10/21 10:52:05
30982 Log: Get branch back as replica of mainline via :
30983 p4 integrate -b utfperl
30984 p4 resolve -at ./...
30986 +> (branch 269 files)
30987 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
30988 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
30989 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
30990 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
30991 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
30992 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
30993 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
30994 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
30995 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
30996 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
30997 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
30998 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
30999 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31000 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31001 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31002 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31003 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31004 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31005 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
31006 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
31007 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
31008 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
31009 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
31010 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
31011 - lib/unicode/UCD300.html lib/unicode/Unicode.300
31012 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
31013 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
31014 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
31015 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
31016 !> (integrate 965 files)
31017 ____________________________________________________________________________
31018 [ 7386] By: jhi on 2000/10/21 01:31:12
31019 Log: Update Changes.
31021 ! Changes patchlevel.h
31022 ____________________________________________________________________________
31023 [ 7385] By: jhi on 2000/10/21 01:28:42
31024 Log: The #7383 was right only in the context of the original bug report,
31025 not in more general case.
31028 ____________________________________________________________________________
31029 [ 7384] By: jhi on 2000/10/21 01:08:23
31030 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
31032 ! ext/IO/lib/IO/Select.pm
31033 ____________________________________________________________________________
31034 [ 7383] By: jhi on 2000/10/21 00:44:18
31035 Log: Fix for ID 20001020.006, concatenating an unset submatch
31036 with utf8 resulted in "Modification of a read-only value".
31038 ! pp_hot.c t/pragma/utf8.t
31039 ____________________________________________________________________________
31040 [ 7382] By: jhi on 2000/10/20 20:44:31
31041 Log: Make scan_num() reëntrant, as suggested in
31043 Subject: [PATCH perl@7229] Rentrant parser and yylex()
31044 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31045 Date: Fri, 20 Oct 2000 14:17:27 +0100
31046 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
31048 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
31050 ____________________________________________________________________________
31051 [ 7381] By: jhi on 2000/10/20 20:07:29
31052 Log: Reëntrancy fix.
31054 Subject: [PATCH perl@7229] Rentrant parser and yylex()
31055 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31056 Date: Fri, 20 Oct 2000 14:17:27 +0100
31057 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
31059 ! embed.h embed.pl perl.h proto.h toke.c
31060 ____________________________________________________________________________
31061 [ 7380] By: jhi on 2000/10/20 19:15:54
31062 Log: Don't write double values through long double pointers,
31065 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
31066 From: Jens Hamisch <jens@Strawberry.COM>
31067 Date: Tue, 17 Oct 2000 08:39:36 +0200
31068 Message-Id: <20001017083936.A11104@Strawberry.COM>
31071 ____________________________________________________________________________
31072 [ 7379] By: jhi on 2000/10/20 18:43:37
31073 Log: Portability tweak on #7377.
31075 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
31076 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31077 Date: Fri, 20 Oct 2000 13:13:41 EDT
31078 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
31081 ____________________________________________________________________________
31082 [ 7378] By: jhi on 2000/10/20 12:57:19
31083 Log: SOCKS function redefinitions need prototypes, too, otherwise
31084 for example 32 bit versus 64 bit differences cause a lot of
31087 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
31088 From: Jens Hamisch <jens@Strawberry.COM>
31089 Date: Tue, 17 Oct 2000 08:39:36 +0200
31090 Message-Id: <20001017083936.A11104@Strawberry.COM>
31093 ____________________________________________________________________________
31094 [ 7377] By: jhi on 2000/10/20 12:37:12
31095 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
31096 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31097 Date: Fri, 20 Oct 2000 08:26:04 EDT
31098 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
31100 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
31101 ____________________________________________________________________________
31102 [ 7376] By: jhi on 2000/10/20 12:35:31
31103 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
31104 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31105 Date: Fri, 20 Oct 2000 07:48:15 EDT
31106 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
31108 ! configure.com vms/gen_shrfls.pl
31109 ____________________________________________________________________________
31110 [ 7375] By: bailey on 2000/10/20 04:44:37
31113 +> (branch 134 files)
31114 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
31115 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
31116 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
31117 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
31118 - eg/cgi/frameset.cgi eg/cgi/index.html
31119 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31120 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31121 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31122 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31123 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31124 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31125 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31126 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31127 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31128 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31129 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31130 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31131 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31132 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
31133 - lib/unicode/Props.txt lib/unicode/UCD300.html
31134 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31135 - utils/perlbc.PL vms/subconfigure.com
31136 !> (integrate 785 files)
31137 ____________________________________________________________________________
31138 [ 7374] By: jhi on 2000/10/20 00:59:48
31139 Log: In the latest compiler builds cccdlflags must not become -fpic,
31140 from Wilfredo Sánchez.
31143 ____________________________________________________________________________
31144 [ 7373] By: jhi on 2000/10/20 00:56:35
31145 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
31146 From: Tony Cook <tony@develop-help.com>
31147 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
31148 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
31151 ____________________________________________________________________________
31152 [ 7372] By: jhi on 2000/10/19 19:34:40
31153 Log: Typo noted by Mark Lutz.
31156 ____________________________________________________________________________
31157 [ 7371] By: jhi on 2000/10/19 19:33:13
31158 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
31160 ! U/modified/Cppsym.U U/modified/Oldconfig.U
31161 Branch: metaconfig/U/perl
31162 ! End.U dlsrc.U libperl.U
31164 + hints/nonstopux.sh
31165 ! Configure MANIFEST config_h.SH
31166 ____________________________________________________________________________
31167 [ 7370] By: jhi on 2000/10/19 17:18:08
31168 Log: Subject: PATCH do_print has 2 PerlIO_error()s
31169 From: nick@ccl4.org
31170 Date: Thu, 19 Oct 2000 18:09:20 +0100
31171 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
31174 ____________________________________________________________________________
31175 [ 7369] By: jhi on 2000/10/19 14:01:49
31176 Log: Update Changes.
31178 ! Changes patchlevel.h
31179 ____________________________________________________________________________
31180 [ 7368] By: jhi on 2000/10/19 13:04:29
31181 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
31182 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31183 Date: Wed, 18 Oct 2000 13:12:01 +0200
31184 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
31187 ____________________________________________________________________________
31188 [ 7367] By: jhi on 2000/10/19 02:22:40
31189 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
31190 of a 'pmshort' anywhere in the B, so the offending line was simply
31194 ____________________________________________________________________________
31195 [ 7366] By: jhi on 2000/10/19 02:12:37
31196 Log: Add the test case for the bug id 20000730.004 which seems
31197 to have been fixed by now.
31200 ____________________________________________________________________________
31201 [ 7365] By: jhi on 2000/10/18 23:36:24
31202 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
31203 From: Hugo <hv@crypt.compulink.co.uk>
31204 Date: Wed, 18 Oct 2000 23:25:58 +0100
31205 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
31207 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
31208 ____________________________________________________________________________
31209 [ 7364] By: jhi on 2000/10/18 21:12:53
31213 ____________________________________________________________________________
31214 [ 7363] By: jhi on 2000/10/18 20:55:38
31215 Log: Missing change from #7362.
31218 ____________________________________________________________________________
31219 [ 7362] By: jhi on 2000/10/18 20:52:01
31220 Log: Borland C fstat() never saw the fd as writable.
31222 Subject: fix for Borland's weak "stat" (perl@7211)
31223 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31224 Date: Mon, 16 Oct 2000 09:55:03 +0400
31225 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
31228 ____________________________________________________________________________
31229 [ 7361] By: jhi on 2000/10/18 17:43:50
31232 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
31233 ____________________________________________________________________________
31234 [ 7360] By: jhi on 2000/10/18 17:07:44
31235 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31236 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
31237 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
31238 Date: Mon, 16 Oct 2000 15:19:49 +0200
31242 ____________________________________________________________________________
31243 [ 7359] By: jhi on 2000/10/18 17:04:49
31244 Log: Subject: Pod patch for Devel::Peek
31245 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31246 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
31247 Date: Mon, 16 Oct 2000 12:26:34 +0200
31249 ! ext/Devel/Peek/Peek.pm
31250 ____________________________________________________________________________
31251 [ 7358] By: jhi on 2000/10/18 17:03:15
31252 Log: Make Cwd more bulletproof in chrooted environments.
31254 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
31255 From: "Eric E. Coe" <Eric.Coe@oracle.com>
31256 Date: Wed, 18 Oct 2000 04:03:54 -0400
31257 Message-Id: <39ED596A.70E599FE@oracle.com>
31260 ____________________________________________________________________________
31261 [ 7357] By: jhi on 2000/10/18 16:37:26
31262 Log: Disable the UTF8 downgrade croakage for now to avoid
31263 too many not okay messages.
31266 ____________________________________________________________________________
31267 [ 7356] By: jhi on 2000/10/17 23:29:41
31268 Log: Show the failed remote port, instead of the failing line number.
31270 Subject: [PATCH 5.6.1 Debugger] More diagnostics
31271 From: David Sparks <daves@ActiveState.com>
31272 Date: Tue, 17 Oct 2000 15:00:24 -0700
31273 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
31276 ____________________________________________________________________________
31277 [ 7355] By: jhi on 2000/10/17 14:11:31
31278 Log: On output try to downgrade to bytes, croak if impossible,
31279 from Simon Cozens. This means that outputting >255 UTF8
31280 is impossible. Consider this as a strong incentive to get
31281 the I/O disciplines implemented.
31283 ! doio.c pod/perldiag.pod sv.c
31284 ____________________________________________________________________________
31285 [ 7354] By: jhi on 2000/10/17 13:42:23
31286 Log: Clarify documentation on 'use bytes'.
31288 Subject: Re: What does 'use bytes' "mean" ?
31289 From: Simon Cozens <simon@cozens.net>
31290 Date: Mon, 18 Sep 2000 18:24:25 +0100
31291 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
31294 ____________________________________________________________________________
31295 [ 7353] By: jhi on 2000/10/17 13:28:12
31296 Log: Workaround for a sfio bug where the stream error indicator
31297 is not cleared as documented.
31299 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
31300 From: Nicholas Clark <nick@ccl4.org>
31301 Date: Mon, 16 Oct 2000 18:28:23 +0100
31302 Message-ID: <20001016182823.J19700@plum.flirble.org>
31305 ____________________________________________________________________________
31306 [ 7352] By: jhi on 2000/10/17 13:06:19
31307 Log: More IoTYPE sprinkling.
31310 ____________________________________________________________________________
31311 [ 7351] By: jhi on 2000/10/16 22:47:07
31312 Log: Detect early whether the std streams have gone bad.
31314 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
31315 Date: Mon, 16 Oct 2000 23:28:42 +0100
31316 From: Nicholas Clark <nick@ccl4.org>
31317 Message-ID: <20001016232842.A37942@plum.flirble.org>
31320 ____________________________________________________________________________
31321 [ 7350] By: jhi on 2000/10/16 22:45:16
31322 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
31323 From: "Peter J. Farley III" <pjfarley@banet.net>
31324 Date: Mon, 16 Oct 2000 18:15:59 -0400
31325 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
31327 ! djgpp/djgpp.c dosish.h t/io/open.t
31328 ____________________________________________________________________________
31329 [ 7349] By: jhi on 2000/10/16 22:36:45
31330 Log: perldelta tweak.
31332 ! pod/perldelta.pod
31333 ____________________________________________________________________________
31334 [ 7348] By: jhi on 2000/10/16 15:17:53
31335 Log: Update Changes.
31337 ! Changes patchlevel.h
31338 ____________________________________________________________________________
31339 [ 7347] By: jhi on 2000/10/16 13:55:27
31340 Log: Add the capability to include/exclude branches.
31343 ____________________________________________________________________________
31344 [ 7346] By: jhi on 2000/10/16 13:18:04
31345 Log: Add Charles Lane.
31348 ____________________________________________________________________________
31349 [ 7345] By: jhi on 2000/10/16 13:13:21
31350 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
31352 ! pod/perldelta.pod
31353 ____________________________________________________________________________
31354 [ 7344] By: gsar on 2000/10/16 09:30:21
31355 Log: integrate change#6220 from cfgperl
31357 Win32 patches from Benjamin Stuhl.
31358 Branch: maint-5.6/perl
31359 !> makedef.pl win32/win32.h
31360 ____________________________________________________________________________
31361 [ 7343] By: gsar on 2000/10/16 08:32:19
31362 Log: integrate changes#6221,6222 from cfgperl
31364 Remove tr///CU (the feature is to be obsoleted by better interfaces).
31365 From: simon@brecon.co.uk (Simon Cozens)
31366 Subject: [PATCH] Eliminate tr///[CU][CU]
31367 Date: 23 Jun 2000 11:05:40 GMT
31368 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
31371 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
31372 From: Ian Phillipps <Ian.Phillipps@iname.com>
31373 Date: Fri, 23 Jun 2000 10:40:58 +0100
31374 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
31375 Branch: maint-5.6/perl
31376 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
31377 ____________________________________________________________________________
31378 [ 7342] By: gsar on 2000/10/16 08:28:08
31379 Log: integrate change#6217 from cfgperl (in part)
31381 Rename the fdpid locking and integrate with Sarathy.
31382 Branch: maint-5.6/perl
31383 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
31384 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
31385 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
31387 ____________________________________________________________________________
31388 [ 7341] By: gsar on 2000/10/16 08:23:39
31389 Log: integrate changes#6214..6216 from mainline
31391 @_ can't have junk in it even in the non-USE_ITHREADS case because
31392 caller() wants to populate @DB::args with it (causes a coredump
31393 in Carp::confess())
31395 tweak comment about @DB::args
31397 be more optimal about clearing @_
31398 Branch: maint-5.6/perl
31399 !> av.h cop.h pp_ctl.c t/op/runlevel.t
31400 ____________________________________________________________________________
31401 [ 7340] By: gsar on 2000/10/16 08:20:37
31402 Log: integrate changes#6207..6210 from cfgperl
31404 Subject: [PATCH 5.6.0] Threadsafe patches
31405 From: Dan Sugalski <dan@sidhe.org>
31406 To: perl5-porters@perl.org
31407 Date: Mon, 08 May 2000 18:08:13 -0400
31408 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
31410 Regen headers for #6207.
31412 Lock PL_fdpid against race conditions, based on:
31413 Subject: [PATCH 5.6.0]subprocess fixup for threads
31414 From: Dan Sugalski <dan@sidhe.org>
31415 To: perl5-porters@perl.org
31416 Date: Tue, 11 Apr 2000 17:02:32 -0400
31417 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
31419 Mopup for #6207 and #6209.
31420 Branch: maint-5.6/perl
31421 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
31422 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
31424 ____________________________________________________________________________
31425 [ 7339] By: gsar on 2000/10/16 08:14:34
31426 Log: integrate change#6203 from cfgperl
31428 perldiag should refer to perlos2.pod not README.os2
31429 Branch: maint-5.6/perl
31430 !> pod/perldiag.pod
31431 ____________________________________________________________________________
31432 [ 7338] By: gsar on 2000/10/16 08:11:42
31433 Log: integrate change#6201 from mainline
31435 Perl_eval_pv() leaks 4 bytes every time it is called because it
31436 does a PUSHMARK that's never ever POPMARKed; in general, only
31437 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
31438 Perl_eval_[sp]v() don't because they don't take any incoming
31439 arguments (this leak has been around since the original version
31440 of perl_eval_pv() in 5.003_97e)
31441 Branch: maint-5.6/perl
31443 ____________________________________________________________________________
31444 [ 7337] By: gsar on 2000/10/16 08:08:47
31445 Log: integrate changes#6197..6200 from cfgperl
31447 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
31448 From: John Borwick <jhborwic@unity.ncsu.edu>
31449 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
31450 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
31452 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
31453 From: Dan Sugalski <dan@sidhe.org>
31454 To: vmsperl@perl.org, perl5-porters@perl.org
31455 Date: Fri, 02 Jun 2000 16:00:41 -0400
31456 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
31457 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
31459 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
31460 From: Dan Sugalski <dan@sidhe.org>
31461 To: perl5-porters@perl.org, vmsperl@perl.org
31462 Date: Fri, 02 Jun 2000 17:30:51 -0400
31463 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
31465 Update to cperl-mode.el 4.31 from
31466 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
31467 Subject: A couple of notes
31468 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31469 To: Mailing list Perl5 <perl5-porters@perl.org>
31470 Date: Sat, 3 Jun 2000 23:33:32 -0400
31471 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
31472 Branch: maint-5.6/perl
31473 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
31474 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
31475 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
31476 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
31478 ____________________________________________________________________________
31479 [ 7336] By: gsar on 2000/10/16 08:03:46
31480 Log: integrate changes#6194,6195 from mainline
31482 fix small eval"" memory leaks under USE_ITHREADS
31484 fix yet another eval"" leak under USE_ITHREADS
31485 Branch: maint-5.6/perl
31486 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31487 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31489 ____________________________________________________________________________
31490 [ 7335] By: gsar on 2000/10/16 08:02:15
31491 Log: integrate changes#6190,6191 from mainline
31493 submit missing embed.pl change
31495 vec() loses numericalness (modified version of patch suggested
31497 Branch: maint-5.6/perl
31498 !> doop.c embed.pl t/op/vec.t
31499 ____________________________________________________________________________
31500 [ 7334] By: gsar on 2000/10/16 08:01:03
31501 Log: integrate change#6189 from mainline
31503 counting tr/// corrupts later operation (from M.J.T Guy)
31504 Branch: maint-5.6/perl
31505 !> doop.c t/op/tr.t
31506 ____________________________________________________________________________
31507 [ 7333] By: gsar on 2000/10/16 07:59:07
31508 Log: integrate changes#6183..6188 from mainline
31510 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
31513 tweak for change#6127
31515 remove incorrect documentation about implicit split to @_ in
31516 list context, which never really worked in perl 5 (from
31519 further qualify references to "alphanumeric" (from Wolfgang Laun
31520 <wolfgang.laun@alcatel.at>)
31522 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
31523 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31526 Branch: maint-5.6/perl
31527 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
31528 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
31529 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
31530 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
31531 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
31532 !> pod/pod2latex.PL utils/h2xs.PL
31533 ____________________________________________________________________________
31534 [ 7332] By: gsar on 2000/10/16 07:53:52
31535 Log: integrate change#6179 from mainline
31537 buggy modulus on UVs introduced by change#3378 (resulted in
31538 4063328477 % 65535 amounting to 27406, instead of 27407)
31539 Branch: maint-5.6/perl
31540 !> pp.c t/op/arith.t
31541 ____________________________________________________________________________
31542 [ 7331] By: gsar on 2000/10/16 07:52:49
31543 Log: integrate changes#6176,6177,6178,6182 from cfgperl
31545 Single-quoted utf8 patch from Simon Cozens.
31547 Substitution utf8 patch from Simon Cozens.
31551 Be Cleaner Part Deux.
31552 Branch: maint-5.6/perl
31553 !> Makefile.SH pp_hot.c toke.c
31554 ____________________________________________________________________________
31555 [ 7330] By: gsar on 2000/10/16 07:41:36
31556 Log: integrate change#6172 from mainline
31558 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
31559 (from Ilya Zakharevich)
31560 Branch: maint-5.6/perl
31561 !> regexec.c t/op/re_tests
31562 ____________________________________________________________________________
31563 [ 7329] By: gsar on 2000/10/16 07:40:25
31564 Log: integrate change#6171 from mainline
31566 scalar() doesn't force scalar context when used in void context
31567 (from Simon Cozens)
31568 Branch: maint-5.6/perl
31569 !> op.c t/op/wantarray.t
31570 ____________________________________________________________________________
31571 [ 7328] By: gsar on 2000/10/16 07:39:33
31572 Log: integrate change#6170 from mainline
31574 change#6142 needs tweaks to tests to work where there's no
31575 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31576 Branch: maint-5.6/perl
31577 !> t/lib/filefind.t
31578 ____________________________________________________________________________
31579 [ 7327] By: gsar on 2000/10/16 07:35:34
31580 Log: integrate changes#6166..6168 from cfgperl
31582 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
31583 in case somebody wants to write an extension for more
31584 shadow database interfaces.
31588 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
31589 Branch: maint-5.6/perl
31590 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31591 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
31592 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
31593 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31594 !> win32/config.vc win32/config_H.bc win32/config_H.gc
31595 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31596 ____________________________________________________________________________
31597 [ 7326] By: gsar on 2000/10/16 07:29:05
31598 Log: integrate changes#6157,6159..6161,6164 from cfgperl
31600 Regen Configure to jive with #6149.
31602 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
31604 Changes for the File::Temp 0.08 (change #6159) test suite
31605 to fit better into the Perl distribution test framework.
31607 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
31608 both from Simon Cozens.
31611 Branch: maint-5.6/perl
31612 +> pod/perlmodlib.PL pod/perlnewmod.pod
31613 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
31614 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
31615 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31616 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31617 ____________________________________________________________________________
31618 [ 7325] By: gsar on 2000/10/16 07:25:13
31619 Log: integrate change#6158 from vmsperl
31621 Add fallback to tmpfile for use in cases where user's relying on
31622 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
31624 Branch: maint-5.6/perl
31625 !> vms/vms.c vms/vmsish.h
31626 ____________________________________________________________________________
31627 [ 7324] By: gsar on 2000/10/16 07:20:50
31628 Log: integrate changes#6153..6155 from mainline
31630 prettier Test::Harness output on failed tests (from Nicholas Clark
31631 <nick@Bagpuss.uk.boo.com>)
31633 avoid type mismatch warning
31635 small bug in change#6144; remove random \xA0 character that snuck
31637 Branch: maint-5.6/perl
31638 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
31640 ____________________________________________________________________________
31641 [ 7323] By: gsar on 2000/10/16 07:18:47
31642 Log: integrate changes#6151,6152 from mainline
31644 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
31646 cosmetic fixups of RE debug output (from Ilya Zakharevich)
31647 Branch: maint-5.6/perl
31649 ____________________________________________________________________________
31650 [ 7322] By: gsar on 2000/10/16 07:17:25
31651 Log: integrate changes#6146..6150 from mainline
31655 add a make entry to Config.pm so "perl -V:make" works on VMS
31656 (from Peter Prymmer)
31658 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
31660 OS/2 tweaks for usethreads build (from Rocco Caputo
31663 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
31664 Branch: maint-5.6/perl
31665 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
31666 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
31667 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
31668 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
31669 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
31670 !> warnings.pl x2p/a2p.h
31671 ____________________________________________________________________________
31672 [ 7321] By: gsar on 2000/10/16 07:14:02
31673 Log: integrate changes#6143..6145 from mainline
31675 MacOS support, part 1 (from Matthias Neeracher
31676 <neeri@iis.ee.ethz.ch>)
31678 MacOS support, part 2: make AutoSplit use File::Spec instead
31679 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
31680 <neeri@iis.ee.ethz.ch>)
31682 make xsubpp skip embedded pod (from Matthias Neeracher
31683 <neeri@iis.ee.ethz.ch>)
31684 Branch: maint-5.6/perl
31685 +> ext/DynaLoader/dl_mac.xs
31686 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
31687 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31688 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
31689 !> pp_ctl.c proto.h toke.c util.c util.h
31690 ____________________________________________________________________________
31691 [ 7320] By: gsar on 2000/10/16 07:12:13
31692 Log: integrate changes#6141,6142 from mainline
31694 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
31695 forwarded by Peter Seebach from the bsdi-users mailing list.
31696 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
31698 File::Find fails to chdir when chasing symlinks (from
31699 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31700 Branch: maint-5.6/perl
31701 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
31702 ____________________________________________________________________________
31703 [ 7319] By: gsar on 2000/10/16 07:04:30
31704 Log: integrate change#6139 from mainline
31706 revise mktables.PL for bugs and newness in Unicode 3.0
31707 (from James Bence <jbence@amgen.com>)
31708 Branch: maint-5.6/perl
31709 +> (branch 30 files)
31710 !> (integrate 49 files)
31711 ____________________________________________________________________________
31712 [ 7318] By: gsar on 2000/10/16 07:01:01
31713 Log: integrate changes#6137,6138 from mainline
31715 fix bogus redeclaration warning for "our" variables in different
31718 add note about the handling of negative indices to tied arrays
31719 (from Michael G Schwern <schwern@pobox.com>)
31720 Branch: maint-5.6/perl
31721 !> op.c pod/perltie.pod t/pragma/strict-vars
31722 ____________________________________________________________________________
31723 [ 7317] By: gsar on 2000/10/16 06:58:46
31724 Log: integrate changes#6127..6136 from mainline
31726 call_method(...,G_EVAL) can longjmp() out if the method probing
31727 failed (from Gisle Aas)
31729 new perlxstut example for passing/returning refs to arrays
31730 (from David Lowe <dlowe@pootpoot.com>)
31732 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
31734 fix places that mean C<"word" character> but say C<alphanumeric
31737 avoid warnings in POSIX.pm (from Barrie Slaymaker)
31739 warnings::enabled() doesn't fall back to looking at $^W if
31740 caller isn't using lexical warnings (from Paul Marquess)
31742 elide bogus test in change#6132
31744 make Test::Harness use wait.h/WCOREDUMP if available
31745 (from Ben Tilly <ben_tilly@hotmail.com>)
31747 enable Test::Harness to dynamically determine column width etc.
31748 (from Rob Napier <rnapier@employees.org>)
31750 random pod typos (from Peter Scott <Peter@PSDT.com>)
31751 Branch: maint-5.6/perl
31752 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
31753 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
31754 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
31755 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
31756 ____________________________________________________________________________
31757 [ 7316] By: gsar on 2000/10/16 06:53:23
31758 Log: integrate change#6126 from mainline
31760 change#2879 broke rvalue autovivification of magicals such as
31761 ${$num} (reworked variant of patch suggested by Simon Cozens)
31762 Branch: maint-5.6/perl
31763 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
31764 !> pp_hot.c proto.h t/op/gv.t
31765 ____________________________________________________________________________
31766 [ 7315] By: gsar on 2000/10/16 06:51:38
31767 Log: integrate changes#6123,6125 from mainline
31769 clarify gotcha with #line directives (from Rocco Caputo
31772 enable propagating exception objects via Perl_croak() in XS code
31774 Branch: maint-5.6/perl
31775 !> pod/perldebug.pod pod/perlsyn.pod util.c
31776 ____________________________________________________________________________
31777 [ 7314] By: gsar on 2000/10/16 06:49:28
31778 Log: integrate change#6122 from mainline
31780 downgrade fatal error on C<"foo@nosucharray.com"> to optional
31781 warning (from Mark-Jason Dominus)
31782 Branch: maint-5.6/perl
31783 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
31784 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
31785 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
31787 ____________________________________________________________________________
31788 [ 7313] By: gsar on 2000/10/16 06:46:54
31789 Log: integrate changes#6112..6121 from vmsperl
31791 Check for existence of file before trying to delete
31793 Ugly workaround for version-specific RTL error
31795 Urk -- undo previous removal of vmsish 'exit' change
31797 Add bounds checking for several strings (Charles Lane)
31799 Miscellaneous cosmetic fixes (Charles Lane)
31801 Treat sockets as special in sys(read|write) (Charles Lane et al.)
31803 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
31804 Flatten case labels in switch statements uniformly (Charles Bailey)
31806 Quiet error messages in vmsish.t (Charles Lane)
31808 Add missing escape (Charles Lane)
31810 Allow eliminate_macros() and fixpath() to handle space-delimited
31811 lists (based on fixes by Craig Berry)
31812 Branch: maint-5.6/perl
31813 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
31814 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
31816 ____________________________________________________________________________
31817 [ 7312] By: gsar on 2000/10/16 06:41:18
31818 Log: integrate changes#6107,6110 from cfgperl
31820 Tweak the todo list.
31823 Branch: maint-5.6/perl
31825 ____________________________________________________________________________
31826 [ 7311] By: gsar on 2000/10/16 06:38:38
31827 Log: integrate changes#6104,6108 from mainline
31829 PL_sys_intern was being initialized too late on windows
31831 reenable fake signal handling on Windows, bugs and all
31832 Branch: maint-5.6/perl
31833 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
31834 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
31836 ____________________________________________________________________________
31837 [ 7310] By: gsar on 2000/10/16 06:36:03
31838 Log: integrate changes#6095,6097..6103 from cfgperl
31840 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
31841 might be useful in future.
31843 Add a note about possible compilation problems from Allen Smith.
31845 Add a note about other, yet unsupported, shadow password APIs.
31847 Tweaks for the cc bugs from Allen Smith.
31849 More compilation tweakery from Allen Smith.
31851 Hints and test tweaks for Unicos.
31853 The test suite tweak in #6101 wasn't quite right.
31855 Test tweaking for Unicos continues.
31856 Branch: maint-5.6/perl
31857 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31858 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
31859 !> t/lib/complex.t t/op/64bitint.t
31860 ____________________________________________________________________________
31861 [ 7309] By: gsar on 2000/10/16 06:29:41
31862 Log: integrate changes#6093,6094 from mainline
31864 fork() failure to create pseudo process sets errno=EAGAIN and returns
31865 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
31867 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
31868 Branch: maint-5.6/perl
31869 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31870 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
31871 ____________________________________________________________________________
31872 [ 7308] By: gsar on 2000/10/16 06:27:29
31873 Log: integrate change#6092 from cfgperl
31875 Regen perltoc with the fixed buildtoc.
31876 Branch: maint-5.6/perl
31878 ____________________________________________________________________________
31879 [ 7307] By: gsar on 2000/10/16 06:26:40
31880 Log: integrate changes#6089,6090 from mainline
31882 buildtoc tweak to fix newline lossage
31884 concat doesn't preserve utf8-ness, and doesn't invalidate
31885 [NI]OK; added tests for both
31886 Branch: maint-5.6/perl
31887 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
31888 ____________________________________________________________________________
31889 [ 7306] By: gsar on 2000/10/16 06:24:05
31890 Log: integrate change#6088 from cfgperl
31892 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
31893 because we do not use those. The HAS_GETSPNAM remains,
31894 though, because we still do use that.
31895 Branch: maint-5.6/perl
31896 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31897 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
31898 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
31899 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31900 !> win32/config.vc win32/config_H.bc win32/config_H.gc
31901 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31902 ____________________________________________________________________________
31903 [ 7305] By: gsar on 2000/10/16 06:15:52
31904 Log: integrate changes#6084,6085,6087 from mainline
31906 substr() does not preserve utf8-ness (from Stefan Eissing
31907 <Eissing@medicaldataservice.de>); added tests
31909 repeat operator (x) doesn't preserve utf8-ness
31911 reverse() and quotemeta() weren't preserving utf8-ness; add tests
31912 Branch: maint-5.6/perl
31913 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
31914 ____________________________________________________________________________
31915 [ 7304] By: gsar on 2000/10/16 06:13:10
31916 Log: integrate changes#6077..6083 from mainline
31918 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
31921 workaround for CRT bug in chdir() (from Charles Lane, via
31924 remove outdated kludge in Carp (NULLs are permitted in diagnostics
31927 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
31928 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31930 better default perlbug categories for ok reports (from Richard Foley)
31932 peek.t non-portable to ithreads
31934 note about undocumented caller() return value (from M.J.T. Guy);
31935 yet another peek.t tweak
31936 Branch: maint-5.6/perl
31937 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31938 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31939 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
31940 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
31941 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
31943 ____________________________________________________________________________
31944 [ 7303] By: gsar on 2000/10/16 06:03:18
31945 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
31946 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
31948 &HUGE_VAL is not defined, it exists.
31950 Do not warn that an infinity does not look like a number.
31952 Rewrite the pwent/spent logic to be a little bit more clearer.
31954 Continue on the pwent/spent case.
31956 Correct Freudian slip.
31958 Use HUGE_VALL if applicable.
31960 pwent/spent #ifdef imbalance.
31964 Call getspnam() only iff needd.
31966 Test both the scalar and list contexts.
31968 Use setxxent()/endxxent().
31974 Be more forgiving in POSIX about HUGE_VALL.
31978 The search of infinity continues, this time simplified.
31980 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
31981 in natively 64-bit platforms where a long is a quad (no need
31982 for long longs). Also added bias for IVs.
31986 Introduce t/lib/peek.t.
31988 Make the test more portable.
31989 Branch: maint-5.6/perl
31992 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
31993 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
31994 !> t/op/pwent.t toke.c util.c
31995 ____________________________________________________________________________
31996 [ 7302] By: gsar on 2000/10/16 05:03:37
31997 Log: integrate changes#6066..6071 from mainline
32001 replace direct call to sighandler() with (*PL_sighandlerp)()
32003 note about values()
32005 File::Spec compatibility update (from Barrie Slaymaker
32006 <barries@slaysys.com>)
32008 remove misleading comment (from M.J.T. Guy)
32010 misformatted perllocal.pod (from Tim Jenness
32011 <t.jenness@jach.hawaii.edu>)
32012 Branch: maint-5.6/perl
32013 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
32014 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32015 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
32016 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
32017 ____________________________________________________________________________
32018 [ 7301] By: gsar on 2000/10/16 05:00:08
32019 Log: integrate changes#6061..6063 from mainline
32021 change#5921 neglected to make eq honor "use bytes"
32023 additional tests for utf8.t
32025 tokeq() could read unallocated field in argument
32026 Branch: maint-5.6/perl
32027 !> sv.c t/pragma/utf8.t toke.c
32028 ____________________________________________________________________________
32029 [ 7300] By: gsar on 2000/10/16 04:56:54
32030 Log: integrate changes#6046,6048,6057,6058 from mainline
32032 libscheck has insufficient checks for n32 libs (from
32033 Albert Chin-A-Young <china@thewrittenword.com>)
32035 add note about how $( doesn't interpolate in REs (from
32036 Philip Newton <newton@ficus.frogspace.net>)
32038 fix broken parsing of /\x{ab}/
32040 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
32041 (spotted by Donald Kinzer <dkinzer@premia.com>)
32042 Branch: maint-5.6/perl
32043 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
32045 ____________________________________________________________________________
32046 [ 7299] By: gsar on 2000/10/16 04:52:50
32047 Log: integrate change#6044 from mainline
32049 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
32050 such that underscores are only ignored in literal numbers,
32051 "\x{...}", and hex/oct argument
32052 Branch: maint-5.6/perl
32053 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
32054 ____________________________________________________________________________
32055 [ 7298] By: gsar on 2000/10/16 04:50:53
32056 Log: integrate changes#6027..6043 from mainline
32058 podlators-1.02 update (from Russ Allbery)
32060 Pod::Man generates groff-incompatible macro definition (from
32063 add CGI.pm v2.66 (from Lincoln Stein)
32065 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
32066 for @- and @+ (from Johan Vromans)
32068 small nits in diagnostics.pm (from Robin Barker)
32070 whitespace adjustments
32072 missing files in MANIFEST
32074 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
32077 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
32079 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
32080 Branch: maint-5.6/perl
32081 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
32082 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
32083 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
32084 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
32085 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
32086 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
32087 !> t/lib/cgi-html.t t/lib/cgi-request.t
32088 ____________________________________________________________________________
32089 [ 7297] By: gsar on 2000/10/16 04:44:30
32090 Log: integrate change#6025 from mainline
32092 Is{Alnum,Alpha,Word} don't match titlecase
32093 TODO: IsSpace is defined recursively!
32094 (both spotted by Larry)
32095 Branch: maint-5.6/perl
32096 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32097 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32098 ____________________________________________________________________________
32099 [ 7296] By: gsar on 2000/10/16 04:39:30
32100 Log: integrate change#6023 from mainline
32102 debugger stomps on $. (from M.J.T. Guy)
32103 Branch: maint-5.6/perl
32105 ____________________________________________________________________________
32106 [ 7295] By: gsar on 2000/10/16 04:38:02
32107 Log: integrate change#6022 from mainline
32109 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
32110 Branch: maint-5.6/perl
32112 ____________________________________________________________________________
32113 [ 7294] By: gsar on 2000/10/16 04:37:05
32114 Log: integrate changes#6018..6021 from mainline
32116 make lib/syslog.t portable to systems that don't have _PATH_LOG,
32117 make _PATH_LOG() return "" if unavailable
32119 windows portability tweaks
32123 remove Win2K issue in pod (fixed by change#6020)
32124 Branch: maint-5.6/perl
32125 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32126 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
32127 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
32128 ____________________________________________________________________________
32129 [ 7293] By: gsar on 2000/10/16 04:20:00
32130 Log: integrate changes#6013..6015 from mainline
32132 tweak change#5945 to display correct switch name in diagnostic
32134 glob() loading File::Glob behind the scenes may cause syntax errors
32136 tweak test for portability
32137 Branch: maint-5.6/perl
32138 !> op.c perl.c pod/perldiag.pod t/lib/b.t
32139 ____________________________________________________________________________
32140 [ 7292] By: gsar on 2000/10/16 04:18:11
32141 Log: integrate changes#6005..6010 from mainline, cfgperl
32143 perldoc might fail via "use blib" (from Hugo van der Sanden)
32147 note about compile failures and END blocks (from M.J.T. Guy)
32149 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
32151 (change#6009 integrated earlier in change#7255)
32153 clarify note about shadow password support (from
32154 gellyfish@gellyfish.com)
32155 Branch: maint-5.6/perl
32156 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32157 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
32158 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
32159 ____________________________________________________________________________
32160 [ 7291] By: gsar on 2000/10/16 04:12:03
32161 Log: integrate changes#6002,6003 from mainline
32163 destructive sv_setsv() can lose UV-ness from source, causing
32164 numeric promotions/comparisons to fail to do the right thing
32166 allow REG_EXPAND_SZ keys in Windows registry (from
32167 John Clayton <John.Clayton@barclayscapital.com>)
32168 Branch: maint-5.6/perl
32169 !> sv.c win32/win32.c
32170 ____________________________________________________________________________
32171 [ 7290] By: gsar on 2000/10/16 04:10:19
32172 Log: integrate change#6001 from mainline
32174 support additional library locations via $Config{otherlibdirs}
32175 (from Andy Dougherty)
32176 Branch: maint-5.6/perl
32177 !> Configure INSTALL Porting/Glossary Porting/config.sh
32178 !> Porting/config_H config_h.SH epoc/config.sh perl.c
32179 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
32180 !> win32/config.bc win32/config.gc win32/config.vc
32181 ____________________________________________________________________________
32182 [ 7289] By: gsar on 2000/10/16 04:08:28
32183 Log: integrate change#5999 from mainline
32185 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
32186 Branch: maint-5.6/perl
32187 !> t/pragma/warn/toke toke.c
32188 ____________________________________________________________________________
32189 [ 7288] By: gsar on 2000/10/16 04:07:01
32190 Log: integrate changes#5997,5998 from cfgperl
32194 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
32195 Branch: maint-5.6/perl
32196 !> lib/Math/Complex.pm
32197 ____________________________________________________________________________
32198 [ 7287] By: gsar on 2000/10/16 04:04:37
32199 Log: integrate change#5995 from mainline
32201 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
32202 Branch: maint-5.6/perl
32203 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
32204 ____________________________________________________________________________
32205 [ 7286] By: gsar on 2000/10/16 04:03:21
32206 Log: integrate change#5994 from mainline
32208 fix for missed accounting for null byte in pack("Z",...) (from
32210 Branch: maint-5.6/perl
32211 !> pp.c t/op/pack.t
32212 ____________________________________________________________________________
32213 [ 7285] By: gsar on 2000/10/16 04:02:11
32214 Log: integrate changes#5989..5993 from mainline
32216 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
32217 itself and no other (from Tom Hughes)
32219 use $ENV{LIB} to search for libs under Visual C compiler
32220 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
32222 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
32224 pod nit (from Simon Cozens)
32226 various minor tweaks seen on p5p
32227 Branch: maint-5.6/perl
32228 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
32229 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
32230 !> t/op/array.t toke.c
32231 ____________________________________________________________________________
32232 [ 7284] By: gsar on 2000/10/16 03:59:00
32233 Log: integrate changes#5978..5988 from mainline
32235 sync version numbers in File::Spec with the ones on CPAN
32236 (from Barrie Slaymaker)
32238 under useithreads, constant pad entries could inadvertantly be
32239 shared across threads (from Eric Blood <eblood@xmission.com>);
32240 added Eric's test case to testsuite
32242 allow Configure -S to run non-interactively (spotted by Greg Hudson
32245 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
32246 prototype mismatch with CORE::glob(); update pod and tests to
32247 suit (File::Glob::glob() is still available for backward
32248 compatibility, but should be considered deprecated)
32250 avoid error in IO::Socket::INET when given an unknown service name
32251 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
32253 numeric conversion of non-number in change#3378 tramples on
32254 OOK offset, causing segfaults
32256 attributes::reftype() doesn't work on tied argument
32258 forked child may not exit correctly if it failed to open
32259 /dev/console (from Graham Barr)
32261 add regular expressions tutorial and quick-start guide (from
32262 Mark Kvale <kvale@phy.ucsf.edu>)
32264 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
32266 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
32267 <paul@miraclefish.com>)
32268 Branch: maint-5.6/perl
32269 +> pod/perlrequick.pod pod/perlretut.pod
32270 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
32271 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
32272 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
32273 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
32274 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32275 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32276 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
32277 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
32278 ____________________________________________________________________________
32279 [ 7283] By: gsar on 2000/10/16 03:52:14
32280 Log: integrate change#5977 from mainline
32282 autoquote barewords followed by newline and arrow properly
32283 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
32284 Branch: maint-5.6/perl
32285 !> t/pragma/warn/toke toke.c
32286 ____________________________________________________________________________
32287 [ 7282] By: gsar on 2000/10/16 03:50:48
32288 Log: integrate change#5976 from mainline
32290 DB_File v1.73 update (from Paul Marquess)
32291 Branch: maint-5.6/perl
32292 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
32293 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
32294 ____________________________________________________________________________
32295 [ 7281] By: gsar on 2000/10/16 03:49:14
32296 Log: integrate change#5975 from mainline
32298 allow sort() reentrancy (variant of patch suggested by
32299 Hugo van der Sanden)
32300 Branch: maint-5.6/perl
32301 !> pp_ctl.c t/op/sort.t
32302 ____________________________________________________________________________
32303 [ 7280] By: gsar on 2000/10/16 03:48:22
32304 Log: integrate change#5974 from mainline
32306 change#4197 somehow missed initializing PL_errors, meaning
32307 syntax error queueing wasn't working outside eval"" at all;
32308 also fixed eval"" to localize PL_error_count, so that compile-time
32309 eval's don't clobber the error state of the outer context
32310 Branch: maint-5.6/perl
32311 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
32312 !> t/pragma/warn/toke
32313 ____________________________________________________________________________
32314 [ 7279] By: gsar on 2000/10/16 03:46:21
32315 Log: integrate change#5973 from mainline
32317 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
32318 Branch: maint-5.6/perl
32319 !> regcomp.c regexec.c t/op/re_tests
32320 ____________________________________________________________________________
32321 [ 7278] By: gsar on 2000/10/16 03:44:54
32322 Log: integrate change#5971 from cfgperl
32324 Unicos tweaks from Mark P. Lutz.
32325 Branch: maint-5.6/perl
32326 !> hints/unicos.sh lib/Math/Complex.pm
32327 ____________________________________________________________________________
32328 [ 7277] By: gsar on 2000/10/16 03:42:59
32329 Log: integrate changes#5966..5970 from mainline
32331 add testsuite for B backends, fix bug in B::Deparse (from
32332 Simon Cozens <simon@brecon.co.uk>)
32334 improved docs on the warn_uninit diagnostic (from David Glasser
32337 tolerate spaces in group names in test on solaris (from David Boyce
32340 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
32342 Data::Dumper fumbles negative numbers on 32-bit platforms where
32344 Branch: maint-5.6/perl
32345 +> t/lib/b.t t/lib/syslog.t
32346 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
32347 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
32348 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
32349 ____________________________________________________________________________
32350 [ 7276] By: gsar on 2000/10/16 03:39:30
32351 Log: integrate change#5965 from mainline
32353 avoid "will not stay shared" warnings for our variables (from
32355 Branch: maint-5.6/perl
32356 !> op.c t/pragma/warn/op
32357 ____________________________________________________________________________
32358 [ 7275] By: gsar on 2000/10/16 03:38:18
32359 Log: integrate change#5964 from mainline
32361 reformat to 72 columns (again)
32362 Branch: maint-5.6/perl
32363 !> pod/perldiag.pod
32364 ____________________________________________________________________________
32365 [ 7274] By: gsar on 2000/10/16 03:36:58
32366 Log: integrate change#5963 from mainline
32368 patch from Larry to make (\&) prototype work; added tests for
32370 Branch: maint-5.6/perl
32371 !> op.c t/comp/proto.t
32372 ____________________________________________________________________________
32373 [ 7273] By: gsar on 2000/10/16 03:35:51
32374 Log: integrate changes#5956..5962 from mainline
32376 better diagnostics on failed tests (from Ilya Zakharevich)
32378 pod nits (from A. C. Yardley <yardley@tanet.net>)
32380 change#3569 deleted some essential code, revert; avoid use of
32381 atexit() to make DynaLoader work properly on AIX under mod_perl
32382 (from Jens-Uwe Mager <jum@helios.de>)
32384 doubled words in pods (from Simon Cozens
32385 <simon.p.cozens@jp.pwcglobal.com>)
32387 better INSTALL notes on Solaris issues (from Dominic Dunlop)
32389 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
32391 updated README.hpux (from Jeff Okamoto)
32392 Branch: maint-5.6/perl
32393 !> INSTALL README.hpux emacs/cperl-mode.el
32394 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
32395 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
32396 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32397 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
32398 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
32399 !> t/op/lex_assign.t
32400 ____________________________________________________________________________
32401 [ 7272] By: gsar on 2000/10/16 03:31:22
32402 Log: integrate change#5955 from mainline
32404 longstanding bug exposed by change#3307: sort arguments weren't
32405 compiled with the right wantarray context (ensuing runtime lookup
32406 via block_gimme() was getting the incidental context of the
32408 Branch: maint-5.6/perl
32409 !> op.c t/op/sort.t
32410 ____________________________________________________________________________
32411 [ 7271] By: gsar on 2000/10/16 03:29:11
32412 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
32415 Flatten the cpp jungle doing the nosuid checking.
32417 Do not assume sign propagation. (from M.J.T. Guy)
32419 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
32421 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
32422 Now pp_ncmp() returns undef is either operand is a NaN.
32424 On second thoughts frexp() does have two arguments.
32426 Document that tr() is not tr(1).
32428 Be more robust on "extreme" (large absolute value)
32429 arguments. Originally reported by Daniel Connelly
32430 as a problem with asinh() on large negative arguments,
32431 asinh() used to bail out because an argument to log()
32432 ended up being zero. Ilya Zakharevich proposed using
32433 Taylor's series in such cases, which for such large
32434 arguments is a very good approximation.
32436 Undo "use integer" addition from 64bitint as it seems
32437 to break most of the subtests in Digital UNIX;
32438 Unicos needs to find another way.
32439 Branch: maint-5.6/perl
32440 !> (integrate 29 files)
32441 ____________________________________________________________________________
32442 [ 7270] By: gsar on 2000/10/16 03:09:44
32443 Log: integrate changes#5948,5949,5950 from mainline
32445 typo in vars.pm that leads to cryptic message (from Piotr
32446 Piatkowski <kompas@kompas.usr.onet.pl>)
32448 make perldoc use the pod2man from the same version (from
32451 reformat perldiag to avoid long lines
32452 Branch: maint-5.6/perl
32453 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
32454 ____________________________________________________________________________
32455 [ 7269] By: gsar on 2000/10/16 03:05:54
32456 Log: integrate change#5947 from mainline
32458 use &dl_error rather than &dl_load_file as the guard for calling
32459 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
32460 statically built perl)
32461 Branch: maint-5.6/perl
32462 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32463 ____________________________________________________________________________
32464 [ 7268] By: gsar on 2000/10/16 03:04:48
32465 Log: integrate change#5945 from mainline
32467 make module name mandatory after -M switch; reorder perldiag
32468 alphabetically (from Mark-Jason Dominus)
32469 Branch: maint-5.6/perl
32470 !> perl.c pod/perldiag.pod
32471 ____________________________________________________________________________
32472 [ 7267] By: gsar on 2000/10/16 03:03:01
32473 Log: integrate change#5939 from mainline
32475 more pod nits (from Larry Virden)
32476 Branch: maint-5.6/perl
32477 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
32478 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
32479 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
32480 ____________________________________________________________________________
32481 [ 7266] By: gsar on 2000/10/16 03:01:39
32482 Log: integrate change#5938 from mainline
32484 Consolidated B::Deparse fixes (from Stephen McCamant)
32485 Branch: maint-5.6/perl
32486 !> ext/B/B/Deparse.pm
32487 ____________________________________________________________________________
32488 [ 7265] By: gsar on 2000/10/16 03:00:43
32489 Log: integrate change#5936 from mainline
32491 additional tests for change#7263 (from Paul Marquess)
32492 Branch: maint-5.6/perl
32493 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
32494 !> t/pragma/warn/5nolint t/pragma/warn/6default
32495 ____________________________________________________________________________
32496 [ 7264] By: gsar on 2000/10/16 02:58:34
32497 Log: integrate change#5934 from mainline
32499 propagate lexical warnings from surrounding scope correctly
32500 within string eval() (from Paul Marquess)
32501 Branch: maint-5.6/perl
32502 !> pp_ctl.c t/pragma/warn/pp_ctl
32503 ____________________________________________________________________________
32504 [ 7263] By: gsar on 2000/10/16 02:56:53
32505 Log: integrate change#5932 from mainline
32507 add rsignal(), whichsig() and do_join() to public API list
32508 (mod_perl uses them to good advantage)
32509 Branch: maint-5.6/perl
32510 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
32511 ____________________________________________________________________________
32512 [ 7262] By: gsar on 2000/10/16 02:55:53
32513 Log: integrate change#5931 from mainline
32515 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
32516 Branch: maint-5.6/perl
32517 !> pp_hot.c regexec.c t/op/pat.t
32518 ____________________________________________________________________________
32519 [ 7261] By: gsar on 2000/10/16 02:55:01
32520 Log: integrate change#5930 from mainline
32522 small os390 tweaks (from Peter Prymmer)
32523 Branch: maint-5.6/perl
32524 !> config_h.SH makedepend.SH
32525 ____________________________________________________________________________
32526 [ 7260] By: gsar on 2000/10/16 02:54:10
32527 Log: integrate change#5929 from mainline
32530 Branch: maint-5.6/perl
32531 !> pod/perlguts.pod
32532 ____________________________________________________________________________
32533 [ 7259] By: gsar on 2000/10/16 02:52:55
32534 Log: integrate change#5927 from mainline
32536 arrange for next() to resume at the unstack op rather than the
32537 loop conditional, so that scope cleanup happens correctly
32538 (from Stephen McCamant)
32539 Branch: maint-5.6/perl
32540 !> op.c pp_ctl.c t/op/misc.t
32541 ____________________________________________________________________________
32542 [ 7258] By: gsar on 2000/10/16 02:51:38
32543 Log: integrate change#5926 from mainline
32545 on windows, reserve 16M of stack rather than 128M (allows more
32546 threads to run concurrently)
32547 Branch: maint-5.6/perl
32548 !> win32/Makefile win32/makefile.mk
32549 ____________________________________________________________________________
32550 [ 7257] By: gsar on 2000/10/16 02:50:37
32551 Log: integrate change#5925 from mainline
32553 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
32554 Branch: maint-5.6/perl
32556 ____________________________________________________________________________
32557 [ 7256] By: gsar on 2000/10/16 02:49:36
32558 Log: integrate change#5924 from mainline
32560 avoid using uninitialized memory in require version check
32561 Branch: maint-5.6/perl
32562 !> pp_ctl.c universal.c
32563 ____________________________________________________________________________
32564 [ 7255] By: gsar on 2000/10/16 02:48:03
32565 Log: integrate changes#5923,5928,6009 from mainline
32567 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
32568 Branch: maint-5.6/perl
32569 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
32570 ____________________________________________________________________________
32571 [ 7254] By: gsar on 2000/10/16 02:44:46
32572 Log: integrate change#5922 from mainline
32574 commentary about IoTYPE() (from Nathan Torkington)
32575 Branch: maint-5.6/perl
32577 ____________________________________________________________________________
32578 [ 7253] By: gsar on 2000/10/16 02:43:49
32579 Log: integrate change#5921 from mainline
32581 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
32582 Branch: maint-5.6/perl
32583 !> sv.c t/lib/charnames.t t/pragma/utf8.t
32584 ____________________________________________________________________________
32585 [ 7252] By: gsar on 2000/10/16 02:42:31
32586 Log: integrate change#5920 from mainline
32588 Larry's fix for buggy propagation of utf8-ness in join(); add test
32589 Branch: maint-5.6/perl
32590 !> doop.c t/op/ver.t
32591 ____________________________________________________________________________
32592 [ 7251] By: gsar on 2000/10/16 02:41:14
32593 Log: integrate changes#5915..5919 from mainline
32595 various (pod tweaks &c)
32596 Branch: maint-5.6/perl
32597 !> (integrate 33 files)
32598 ____________________________________________________________________________
32599 [ 7250] By: gsar on 2000/10/16 02:38:16
32600 Log: integrate change#5914 from mainline
32602 caller() wasn't returning the right number of elements for
32604 Branch: maint-5.6/perl
32605 !> pp_ctl.c t/pragma/warn/9enabled
32606 ____________________________________________________________________________
32607 [ 7249] By: gsar on 2000/10/16 02:37:02
32608 Log: integrate change#5913 from mainline
32610 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
32611 (from Mark-Jason Dominus)
32612 Branch: maint-5.6/perl
32613 !> pod/perlfunc.pod
32614 ____________________________________________________________________________
32615 [ 7248] By: gsar on 2000/10/16 02:35:58
32616 Log: integrate change#5912 from mainline
32618 fix totally broken caching in UNIVERSAL::isa() (from
32620 Branch: maint-5.6/perl
32621 !> t/op/universal.t universal.c
32622 ____________________________________________________________________________
32623 [ 7247] By: gsar on 2000/10/16 02:34:27
32624 Log: integrate changes#5910,5911 from mainline
32628 add linebreak properties from unicode/LineBrk.txt (from
32629 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
32630 Branch: maint-5.6/perl
32631 +> (branch 29 files)
32632 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
32633 ____________________________________________________________________________
32634 [ 7246] By: gsar on 2000/10/16 02:33:29
32635 Log: integrate change#5909 from mainline
32637 mode argument to do_binmode() should be file mode, not boolean
32638 Branch: maint-5.6/perl
32640 ____________________________________________________________________________
32641 [ 7245] By: gsar on 2000/10/16 02:31:04
32642 Log: integrate change#5908 from mainline
32644 introduce illegal symbols into null package so that
32645 gv_fetchpv(...,TRUE) always returns a valid GV even when the
32646 symbol is trapped by strictures (avoids coredumps)
32647 Branch: maint-5.6/perl
32648 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
32649 !> t/pragma/strict-vars
32650 ____________________________________________________________________________
32651 [ 7244] By: jhi on 2000/10/16 02:29:54
32652 Log: Subject: $Carp::ExportLevel confusion in Exporter
32653 From: "Ben Tilly" <ben_tilly@hotmail.com>
32654 Date: Sat, 14 Oct 2000 16:44:34 EDT
32655 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
32657 ! lib/Exporter/Heavy.pm
32658 ____________________________________________________________________________
32659 [ 7243] By: jhi on 2000/10/16 02:28:33
32660 Log: Subject: [PATCH perlguts.pod] Document offset hack
32661 From: Simon Cozens <simon@cozens.net>
32662 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
32663 Date: Sat, 14 Oct 2000 19:32:25 +0100
32666 ____________________________________________________________________________
32667 [ 7242] By: gsar on 2000/10/16 02:26:51
32668 Log: integrate changes#5905,5906,5907,6064 from mainline
32670 printf/sprintf didn't get quad types right under use64bitint
32671 Branch: maint-5.6/perl
32672 !> pp_sys.c sv.c t/op/64bitint.t
32673 ____________________________________________________________________________
32674 [ 7241] By: jhi on 2000/10/16 02:22:44
32675 Log: Subject: small pod patch
32676 From: Dan Boorstein <dan_boo@bellsouth.net>
32677 Date: Sat, 14 Oct 2000 14:29:24 -0400
32678 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
32680 ! pod/perlfaq7.pod pod/perlmod.pod
32681 ____________________________________________________________________________
32682 [ 7240] By: jhi on 2000/10/16 02:13:46
32685 Subject: Re: Problems with bleadperl
32686 From: "Stephen P. Potter" <spp@ds.net>
32687 Date: Fri, 13 Oct 2000 13:32:49 -0400
32688 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
32690 ! t/pragma/overload.t
32691 ____________________________________________________________________________
32692 [ 7239] By: jhi on 2000/10/16 01:41:18
32693 Log: One more ~utf8 tweak.
32696 ____________________________________________________________________________
32697 [ 7238] By: jhi on 2000/10/16 01:34:14
32698 Log: Tweak the test of #7235.
32701 ____________________________________________________________________________
32702 [ 7237] By: jhi on 2000/10/16 01:25:04
32703 Log: Fix a couple of compiler-noted nits in #7235.
32706 ____________________________________________________________________________
32707 [ 7236] By: jhi on 2000/10/16 01:22:46
32708 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
32711 ____________________________________________________________________________
32712 [ 7235] By: jhi on 2000/10/15 16:24:44
32713 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
32715 From: Simon Cozens <simon@cozens.net>
32716 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
32717 Date: Sat, 14 Oct 2000 20:52:13 +0100
32718 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
32720 ! pp.c t/op/bop.t utf8.h
32721 ____________________________________________________________________________
32722 [ 7234] By: jhi on 2000/10/15 15:19:29
32723 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
32724 The problem was that rx->minlen was in chars while pp_split()
32725 thought it would be in bytes.
32727 ! pp.c t/pragma/utf8.t
32728 ____________________________________________________________________________
32729 [ 7233] By: jhi on 2000/10/14 20:24:24
32730 Log: Document FNCASE=y as discussed in the bug 20000902.009.
32733 ____________________________________________________________________________
32734 [ 7232] By: jhi on 2000/10/14 18:52:21
32735 Log: Add test for bug id 20000427.003 (which seems to have
32736 been fixed) (also duplicate as 20000427.004, though
32737 with a higher severity). Move one utf8 from op/append
32738 to pragma/utf8, tag the tests with bug ids.
32740 ! t/op/append.t t/pragma/utf8.t
32741 ____________________________________________________________________________
32742 [ 7231] By: jhi on 2000/10/14 17:28:37
32743 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
32746 ____________________________________________________________________________
32747 [ 7230] By: jhi on 2000/10/14 14:24:50
32748 Log: Needs to be conditional on SunOS 4.
32750 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
32751 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32752 Date: Sat, 14 Oct 2000 13:37:49 +0100
32753 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
32754 Branch: metaconfig/U/perl
32757 ! Configure myconfig.SH pod/perldelta.pod
32758 ____________________________________________________________________________
32759 [ 7229] By: jhi on 2000/10/14 00:49:22
32760 Log: Update Changes.
32762 ! Changes patchlevel.h
32763 ____________________________________________________________________________
32764 [ 7228] By: jhi on 2000/10/14 00:46:10
32765 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
32766 From: Peter Prymmer <pvhp@forte.com>
32767 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
32768 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
32771 ____________________________________________________________________________
32772 [ 7227] By: jhi on 2000/10/13 23:20:30
32773 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
32776 ____________________________________________________________________________
32777 [ 7226] By: jhi on 2000/10/13 22:14:32
32780 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
32781 From: Peter Prymmer <pvhp@forte.com>
32782 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
32783 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
32786 ____________________________________________________________________________
32787 [ 7225] By: jhi on 2000/10/13 22:11:31
32788 Log: op/sprintf.t patch for OS/390 (and any other host with limited
32789 floating-point exponent length)
32791 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
32792 From: Dominic Dunlop <domo@computer.org>
32793 Date: Fri, 13 Oct 2000 19:17:57 +0200
32794 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
32797 ____________________________________________________________________________
32798 [ 7224] By: jhi on 2000/10/13 18:40:48
32799 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
32802 ____________________________________________________________________________
32803 [ 7223] By: jhi on 2000/10/13 18:37:13
32804 Log: Thinko in #7222.
32807 ____________________________________________________________________________
32808 [ 7222] By: jhi on 2000/10/13 18:05:23
32809 Log: Use UTF8SKIP(), from Simon Cozens.
32812 ____________________________________________________________________________
32813 [ 7221] By: jhi on 2000/10/13 15:43:19
32814 Log: (accidentally empty check-in)
32817 ____________________________________________________________________________
32818 [ 7220] By: jhi on 2000/10/13 15:23:51
32819 Log: Add (optimistically) Storable to static extensions.
32821 ! hints/uwin.sh hints/vmesa.sh
32822 ____________________________________________________________________________
32823 [ 7219] By: jhi on 2000/10/13 15:20:05
32824 Log: Amdahl UTS doesn't seem to do dynaloading.
32827 ____________________________________________________________________________
32828 [ 7218] By: jhi on 2000/10/13 15:15:20
32829 Log: Slight tweak of the code to appease Amdahl UTS cc.
32832 ____________________________________________________________________________
32833 [ 7217] By: jhi on 2000/10/13 14:50:42
32834 Log: In Amdahl UTS "struct sv" is defined by a system header,
32838 ____________________________________________________________________________
32839 [ 7216] By: jhi on 2000/10/13 11:58:25
32840 Log: Ilya implemented the memory profiling API.
32843 ____________________________________________________________________________
32844 [ 7215] By: jhi on 2000/10/13 02:56:38
32845 Log: Subject: [PATCH 5.7.0] Perl API for mstats
32846 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32847 Date: Thu, 12 Oct 2000 22:52:40 -0400
32848 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
32850 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
32851 ____________________________________________________________________________
32852 [ 7214] By: jhi on 2000/10/13 02:55:38
32853 Log: Subject: [PATCH 5.7.0] IVs in mtats
32854 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32855 Date: Thu, 12 Oct 2000 22:51:04 -0400
32856 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
32859 ____________________________________________________________________________
32860 [ 7213] By: jhi on 2000/10/13 02:31:47
32861 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
32863 ! pod/perldiag.pod pp_sys.c
32864 ____________________________________________________________________________
32865 [ 7212] By: jhi on 2000/10/13 01:27:38
32866 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
32867 From: Peter Prymmer <pvhp@forte.com>
32868 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
32869 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
32872 ____________________________________________________________________________
32873 [ 7211] By: jhi on 2000/10/13 00:35:09
32874 Log: Update Changes.
32876 ! Changes patchlevel.h
32877 ____________________________________________________________________________
32878 [ 7210] By: jhi on 2000/10/12 23:59:40
32879 Log: The Install.pm third of
32881 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
32882 From: Bill Campbell <bill@celestial.com>
32883 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
32884 Date: Thu, 5 Oct 2000 18:04:51 -0700
32886 ! lib/ExtUtils/Install.pm
32887 ____________________________________________________________________________
32888 [ 7209] By: jhi on 2000/10/12 23:58:43
32891 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
32892 Date: Thu, 5 Oct 2000 18:04:51 -0700
32893 From: Bill Campbell <bill@celestial.com>
32894 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
32896 The Install.pm changes will be submitted separately because
32897 they need some work and discussion still.
32899 ! lib/getopts.pl lib/termcap.pl
32900 ____________________________________________________________________________
32901 [ 7208] By: jhi on 2000/10/12 23:41:19
32902 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
32903 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32904 Date: Thu, 12 Oct 2000 07:30:02 EDT
32905 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
32907 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
32908 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
32909 ____________________________________________________________________________
32910 [ 7207] By: jhi on 2000/10/12 23:39:01
32911 Log: An updated EBCDIC tr patch.
32913 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
32914 From: Peter Prymmer <pvhp@forte.com>
32915 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
32916 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
32919 ____________________________________________________________________________
32920 [ 7206] By: jhi on 2000/10/12 23:34:55
32921 Log: Upgrade to CPAN 1.58, from Andreas König.
32923 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32924 ____________________________________________________________________________
32925 [ 7205] By: jhi on 2000/10/12 23:29:08
32926 Log: Introduce the man[24-8] variables, from Andy Dougherty.
32927 Branch: metaconfig/U/perl
32928 + mandirs.U mandirstyle.U
32930 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32931 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
32932 ! vos/config.h vos/config.pl vos/config_h.SH_orig
32933 ! win32/config.bc win32/config.gc win32/config.vc
32934 ____________________________________________________________________________
32935 [ 7204] By: gsar on 2000/10/12 18:11:24
32936 Log: restore change#7202
32939 ____________________________________________________________________________
32940 [ 7203] By: gsar on 2000/10/12 18:09:40
32941 Log: another test of the Emergency Broadcast System--back out
32945 ____________________________________________________________________________
32946 [ 7202] By: gsar on 2000/10/12 16:40:47
32947 Log: (submitted on behalf of Jarkko)
32948 Fix the lib/encode.t subtest 6 failure as reported by Andreas
32949 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
32950 was unearthed by change 7182, as was a bug in HTML::Entities.
32953 ____________________________________________________________________________
32954 [ 7201] By: jhi on 2000/10/11 03:16:05
32955 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
32957 ! pp_hot.c t/pragma/utf8.t
32958 ____________________________________________________________________________
32959 [ 7200] By: jhi on 2000/10/11 00:40:30
32960 Log: The #7198 was a false alarm.
32963 ____________________________________________________________________________
32964 [ 7199] By: jhi on 2000/10/11 00:26:04
32965 Log: Remove duplicated code.
32968 ____________________________________________________________________________
32969 [ 7198] By: jhi on 2000/10/10 23:30:46
32970 Log: (Retracted by #7200.)
32973 ____________________________________________________________________________
32974 [ 7197] By: jhi on 2000/10/10 21:49:30
32975 Log: Add the test case for #7190, from the original bug report
32979 ____________________________________________________________________________
32980 [ 7196] By: jhi on 2000/10/10 21:40:49
32981 Log: Reapply Andy's patch and regen Configure.
32983 ! Configure INSTALL Makefile.SH Porting/Glossary
32984 ! Porting/config.sh config_h.SH epoc/config.sh installperl
32985 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
32987 ____________________________________________________________________________
32988 [ 7195] By: jhi on 2000/10/10 21:09:30
32989 Log: Use the versiononly instead of the installscripts,
32990 retract the changes 7146 and 7147.
32992 ! Configure INSTALL Makefile.SH Porting/Glossary
32993 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
32994 ! installperl uconfig.sh vos/config.def win32/config.bc
32995 ! win32/config.gc win32/config.vc
32996 ____________________________________________________________________________
32997 [ 7194] By: jhi on 2000/10/10 21:06:15
32998 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
32999 From: Peter Prymmer <pvhp@forte.com>
33000 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
33001 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
33004 ____________________________________________________________________________
33005 [ 7193] By: jhi on 2000/10/10 21:05:12
33006 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
33007 From: Peter Prymmer <pvhp@forte.com>
33008 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
33009 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
33012 ____________________________________________________________________________
33013 [ 7192] By: jhi on 2000/10/10 20:57:30
33014 Log: Add versiononly, delete installscripts, from Andy Dougherty.
33016 - U/installdirs/installscripts.U
33017 Branch: metaconfig/U/perl
33019 ____________________________________________________________________________
33020 [ 7191] By: jhi on 2000/10/10 19:41:21
33021 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
33022 From: Peter Prymmer <pvhp@forte.com>
33023 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
33024 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
33026 ! pod/perlebcdic.pod
33027 ____________________________________________________________________________
33028 [ 7190] By: jhi on 2000/10/10 19:26:14
33029 Log: Subject: Re: utf8 concat, mg_get
33030 From: Simon Cozens <simon@cozens.net>
33031 Date: Tue, 10 Oct 2000 17:40:17 +0100
33032 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
33035 ____________________________________________________________________________
33036 [ 7189] By: jhi on 2000/10/10 19:23:03
33037 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
33038 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
33039 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
33040 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
33042 ! lib/ExtUtils/MM_Unix.pm
33043 ____________________________________________________________________________
33044 [ 7188] By: jhi on 2000/10/10 15:31:24
33045 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
33046 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33047 Date: Fri, 14 Jul 2000 10:47:36 +0100
33048 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
33051 ____________________________________________________________________________
33052 [ 7187] By: jhi on 2000/10/10 13:30:10
33053 Log: Quote the temp file name, needed in Win32 because the
33054 default name unfortunately contains spaces, shouldn't
33057 Subject: FW: perldoc fails if $TEMP contains spaces
33058 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33059 Date: Thu, 14 Sep 2000 08:58:45 +0100
33060 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
33063 ____________________________________________________________________________
33064 [ 7186] By: jhi on 2000/10/10 13:16:27
33065 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
33066 From: hv@hugo.hybyte.com
33067 Date: Tue, 10 Oct 2000 14:10:20 +0100
33068 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
33070 ! t/lib/thr5005.t util.c
33071 ____________________________________________________________________________
33072 [ 7185] By: jhi on 2000/10/10 12:06:22
33073 Log: Upgrade to podlators 1.04, from Russ Allbery.
33075 ! lib/Pod/Man.pm lib/Pod/Text.pm
33076 ____________________________________________________________________________
33077 [ 7184] By: jhi on 2000/10/10 12:01:32
33078 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
33080 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
33081 ____________________________________________________________________________
33082 [ 7183] By: jhi on 2000/10/09 23:47:15
33083 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
33084 From: Peter Prymmer <pvhp@forte.com>
33085 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
33086 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
33088 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
33089 ____________________________________________________________________________
33090 [ 7182] By: jhi on 2000/10/09 23:43:16
33091 Log: Make eq work again with utf8 (disabling the upgrading
33092 should no more be necessary since the copies of the
33093 scalars are upgraded, not the scalars themselves).
33094 Takes care of ID 20001009.001. (The claimed length()
33095 bug in 20001009.001 seems bogus to me.)
33097 ! sv.c t/pragma/utf8.t
33098 ____________________________________________________________________________
33099 [ 7181] By: gsar on 2000/10/09 19:41:54
33100 Log: tweak for change#7173
33103 ____________________________________________________________________________
33104 [ 7180] By: gsar on 2000/10/09 19:26:56
33105 Log: on Windows, clean targets might not work under some flavors of the shell
33107 ! win32/Makefile win32/makefile.mk
33108 ____________________________________________________________________________
33109 [ 7179] By: jhi on 2000/10/09 19:21:02
33110 Log: Update Changes.
33112 ! Changes patchlevel.h
33113 ____________________________________________________________________________
33114 [ 7178] By: jhi on 2000/10/09 19:18:23
33115 Log: Warn about unknown scripts.
33117 Subject: Re: ideas? patches? [PATCH bleadperl]
33118 From: Dominic Dunlop <domo@computer.org>
33119 Date: Mon, 9 Oct 2000 14:57:17 +0200
33120 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
33123 ____________________________________________________________________________
33124 [ 7177] By: jhi on 2000/10/09 19:13:27
33125 Log: Change #7160 had a nasty typo.
33127 ! U/compline/Compile.U
33129 ! Configure config_h.SH
33130 ____________________________________________________________________________
33131 [ 7176] By: gsar on 2000/10/09 18:59:33
33135 ____________________________________________________________________________
33136 [ 7175] By: gsar on 2000/10/09 18:54:28
33137 Log: Windows9x doesn't support link(), despite what Config.pm
33140 ! lib/ExtUtils/Manifest.pm
33141 ____________________________________________________________________________
33142 [ 7174] By: gsar on 2000/10/09 18:50:03
33143 Log: avoid nonportable example code
33146 ____________________________________________________________________________
33147 [ 7173] By: gsar on 2000/10/09 18:46:54
33148 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
33149 being used) when closing a socket handle
33151 ! win32/win32.c win32/win32.h win32/win32sck.c
33152 ____________________________________________________________________________
33153 [ 7172] By: gsar on 2000/10/09 18:41:40
33154 Log: on Windows, cwd strings in the environment should be of the
33155 form =X:=X:\foo instead of =X=X:\foo\
33158 ____________________________________________________________________________
33159 [ 7171] By: gsar on 2000/10/09 18:30:09
33160 Log: on Windows, LoadLibrary() could load an extension DLL multiple
33161 times if forward slashes are used in the path
33164 ____________________________________________________________________________
33165 [ 7170] By: jhi on 2000/10/09 17:53:59
33166 Log: Add a todo note about overloadable assertions.
33169 ____________________________________________________________________________
33170 [ 7169] By: jhi on 2000/10/09 13:43:45
33171 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
33172 From: mjd@plover.com
33173 Date: 9 Oct 2000 00:24:44 -0000
33174 Message-ID: <20001009002444.10616.qmail@plover.com>
33176 ! pod/perldebguts.pod
33177 ____________________________________________________________________________
33178 [ 7168] By: nick on 2000/10/08 13:16:33
33179 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
33180 is not right thing to do on (e.g. x86). Network order is also "right" for
33183 ! ext/Encode/Encode.pm
33184 ____________________________________________________________________________
33185 [ 7167] By: nick on 2000/10/08 12:54:42
33186 Log: Make "encodings" work post-install when Encode/*.enc files may not
33187 be in same directory as Encode.pm
33189 ! ext/Encode/Encode.pm
33190 ____________________________________________________________________________
33191 [ 7166] By: nick on 2000/10/08 11:51:26
33192 Log: Work round the fact that $hash->{$key} does not take into account
33193 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
33194 so that key is always in the "expected" encoding - i.e. same way we put
33197 ! ext/Encode/Encode.pm
33198 ____________________________________________________________________________
33199 [ 7165] By: gsar on 2000/10/08 04:15:29
33200 Log: save_re_context() could reset PL_curcop to freed memory, causing core
33201 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
33204 ____________________________________________________________________________
33205 [ 7164] By: jhi on 2000/10/06 20:51:48
33206 Log: UTF8ize split() so that the cloned substrings get the UTF8
33207 flag of the original scalar. Problem reported by Simon Cozens.
33209 ! pp.c t/pragma/utf8.t
33210 ____________________________________________________________________________
33211 [ 7163] By: nick on 2000/10/06 20:48:34
33212 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
33213 got a false +ve and so did not reach code which would have un-FAKEd the SV.
33216 ____________________________________________________________________________
33217 [ 7162] By: nick on 2000/10/06 20:25:37
33218 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
33219 To fix (sort {$a <=> $b} keys %hash) in particular but
33220 should cover a number of other as-yet-unknown cases as well.
33223 ____________________________________________________________________________
33224 [ 7161] By: jhi on 2000/10/06 19:56:18
33225 Log: Change the version number of Tie::Handle in the core to 4.0,
33226 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
33228 Subject: Note on Tie::Handle
33229 From: andreas.koenig@anima.de (Andreas J. Koenig)
33230 Date: 06 Oct 2000 21:48:58 +0200
33231 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
33233 ! lib/Tie/Handle.pm
33234 ____________________________________________________________________________
33235 [ 7160] By: jhi on 2000/10/06 18:20:35
33236 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
33237 as the first option of cc/ld because of ultrapicky compilers
33240 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
33241 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
33242 ! U/compline/orderlib.U U/modified/Cppsym.U
33243 ! U/modified/d_access.U
33244 Branch: metaconfig/U/perl
33245 ! Checkcc.U d_dlsymun.U gccvers.U
33247 ! Configure config_h.SH
33248 ____________________________________________________________________________
33249 [ 7159] By: jhi on 2000/10/06 13:56:39
33250 Log: Update Changes.
33252 ! Changes patchlevel.h
33253 ____________________________________________________________________________
33254 [ 7158] By: jhi on 2000/10/06 12:48:40
33255 Log: Eliminate $Is_VMS code from the test.
33257 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
33258 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33259 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
33260 Date: Thu, 5 Oct 2000 07:46:33 EDT
33263 ____________________________________________________________________________
33264 [ 7157] By: jhi on 2000/10/06 12:47:13
33265 Log: Also the $ccflags is needed for the C compiler check.
33267 Subject: Configure (check for C-compiler)
33268 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33269 Date: Fri, 06 Oct 2000 08:47:15 +0200
33270 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
33271 Branch: metaconfig/U/perl
33274 ! Configure config_h.SH
33275 ____________________________________________________________________________
33276 [ 7156] By: jhi on 2000/10/06 11:45:15
33277 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
33279 ! perl.c pp_ctl.c sv.h utf8.c
33280 ____________________________________________________________________________
33281 [ 7155] By: jhi on 2000/10/06 11:40:41
33282 Log: IO::Handle->syswrite() did not handle length omission
33283 like CORE::syswrite() does.
33285 Subject: [Fwd] IO::Handle, syswrite and arguments
33286 From: Graham Barr <gbarr@pobox.com>
33287 Date: Fri, 6 Oct 2000 10:22:05 +0100
33288 Message-ID: <20001006102205.U6312@pobox.com>
33290 The original patch from andrew@ugh.net.au.
33292 ! ext/IO/lib/IO/Handle.pm
33293 ____________________________________________________________________________
33294 [ 7154] By: jhi on 2000/10/06 01:42:15
33298 ____________________________________________________________________________
33299 [ 7153] By: jhi on 2000/10/06 00:39:55
33300 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
33303 ____________________________________________________________________________
33304 [ 7152] By: jhi on 2000/10/06 00:38:11
33305 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
33307 ! perl.c pp_ctl.c sv.h utf8.c
33308 ____________________________________________________________________________
33309 [ 7151] By: jhi on 2000/10/06 00:36:38
33310 Log: Subject: Re: Questions about Tie::Array and perl modules
33311 From: Nick Ing-Simmons <nik@tiuk.ti.com>
33312 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
33313 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
33315 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
33317 ! lib/Tie/Array.pm t/op/array.t
33318 ____________________________________________________________________________
33319 [ 7150] By: jhi on 2000/10/05 00:20:45
33320 Log: Regen Changes.
33322 ! Changes patchlevel.h
33323 ____________________________________________________________________________
33324 [ 7149] By: jhi on 2000/10/05 00:20:01
33328 ____________________________________________________________________________
33329 [ 7148] By: jhi on 2000/10/04 23:35:08
33330 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
33331 reported several times by Dominic Dunlop, for example in
33332 ID 20000315.008. Patch from Dominic. Patch affects at
33333 least MachTen, and possibly other oldish BSDs. Should not
33334 break non-broken platforms (tested on LinuxPPC).
33337 ____________________________________________________________________________
33338 [ 7147] By: jhi on 2000/10/04 23:26:34
33339 Log: The one that got away from 7146.
33341 + U/installdirs/installscripts.U
33342 ____________________________________________________________________________
33343 [ 7146] By: jhi on 2000/10/04 23:25:04
33344 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
33345 suggested by H. Merijn Brand.
33347 ! Configure INSTALL Makefile.SH Porting/Glossary
33348 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
33349 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
33351 ____________________________________________________________________________
33352 [ 7145] By: jhi on 2000/10/04 22:08:21
33353 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
33354 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33355 Date: Wed, 4 Oct 2000 17:37:46 -0400
33356 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
33359 ____________________________________________________________________________
33360 [ 7144] By: jhi on 2000/10/04 18:11:41
33361 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
33362 From: Jeff Pinyan <jeffp@crusoe.net>
33363 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
33364 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
33367 ____________________________________________________________________________
33368 [ 7143] By: jhi on 2000/10/04 18:09:58
33369 Log: Subject: perlhack.pod Patch for Externals Tools
33370 From: Fisher Mark <fisherm@tce.com>
33371 Date: Tue, 3 Oct 2000 15:43:27 -0500
33372 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
33375 ____________________________________________________________________________
33376 [ 7142] By: jhi on 2000/10/04 18:08:41
33377 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
33378 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33379 Date: Wed, 4 Oct 2000 12:11:11 EDT
33380 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
33383 ____________________________________________________________________________
33384 [ 7141] By: jhi on 2000/10/04 12:20:16
33385 Log: Subject: [PATCH 5.7.0] h2xs not working
33386 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33387 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
33388 Date: Tue, 3 Oct 2000 21:43:01 -0400
33390 Subject: [PATCH 5.7.0] h2xs not documenting the created module
33391 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33392 Date: Tue, 3 Oct 2000 22:55:19 -0400
33393 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
33396 ____________________________________________________________________________
33397 [ 7140] By: jhi on 2000/10/04 11:53:44
33398 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
33399 From: nick@babyhippo.com
33400 Date: Wed, 4 Oct 2000 12:06:45 +0100
33401 Message-Id: <20001004120645.A7356@babyhippo.com>
33403 Retract 7118 and 7135.
33405 ! installman installperl op.c t/pragma/subs.t
33406 ____________________________________________________________________________
33407 [ 7139] By: jhi on 2000/10/03 22:09:41
33408 Log: It is possible to have no hosts database at all. Pointed out in
33410 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
33411 From: Peter Prymmer <pvhp@forte.com>
33412 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
33413 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
33415 ! U/modified/myhostname.U
33417 ! Configure config_h.SH
33418 ____________________________________________________________________________
33419 [ 7138] By: jhi on 2000/10/03 21:49:49
33420 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
33421 From: Peter Prymmer <pvhp@forte.com>
33422 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
33423 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
33426 ____________________________________________________________________________
33427 [ 7137] By: jhi on 2000/10/03 20:10:05
33428 Log: One remaining nit less at the VMS mailbox sizing.
33431 ____________________________________________________________________________
33432 [ 7136] By: jhi on 2000/10/03 20:08:47
33433 Log: Test harness update to sync with the new perlcc,
33437 ____________________________________________________________________________
33438 [ 7135] By: jhi on 2000/10/03 15:15:42
33439 Log: Subject: Re: PATCH for 20001003.004
33440 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
33441 From: "AARON B. DOSSETT" <aaron@iglou.com>
33442 Message-Id: <E13gTay-0006od-00@iglou.com>
33444 ! installman installperl
33445 ____________________________________________________________________________
33446 [ 7134] By: jhi on 2000/10/03 15:00:34
33447 Log: Subject: [ID 20001003.006] B::Debug not -w clean
33448 From: Nicholas Clark <nick@babyhippo.co.uk>
33449 Date: Tue, 03 Oct 2000 15:46:32 +0100
33450 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
33453 ____________________________________________________________________________
33454 [ 7133] By: jhi on 2000/10/03 14:58:39
33455 Log: Scale down the VMS message boxes, by Charles Lane.
33456 Fix for ID 20000903.009, workaround at
33457 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
33460 ____________________________________________________________________________
33461 [ 7132] By: jhi on 2000/10/03 11:20:37
33462 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
33464 + t/lib/st-lock.t t/lib/st-utf8.t
33465 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
33466 ! ext/Storable/Storable.xs t/lib/st-recurse.t
33467 ____________________________________________________________________________
33468 [ 7131] By: jhi on 2000/10/03 03:38:23
33471 ! MANIFEST Makefile.SH
33472 ____________________________________________________________________________
33473 [ 7130] By: jhi on 2000/10/03 03:31:05
33474 Log: Update Changes.
33476 ! Changes patchlevel.h
33477 ____________________________________________________________________________
33478 [ 7129] By: jhi on 2000/10/03 02:24:02
33479 Log: Misplaced else.
33480 Branch: metaconfig/U/perl
33483 ! Configure config_h.SH
33484 ____________________________________________________________________________
33485 [ 7128] By: jhi on 2000/10/03 02:08:29
33486 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
33487 From: sthoenna@efn.org
33488 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
33489 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
33490 Branch: metaconfig/U/perl
33493 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
33494 ____________________________________________________________________________
33495 [ 7127] By: jhi on 2000/10/03 01:13:14
33496 Log: Update Changes.
33498 ! Changes patchlevel.h
33499 ____________________________________________________________________________
33500 [ 7126] By: jhi on 2000/10/03 00:57:08
33501 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
33502 as suggested by Olaf Flebbe and Nick Clark.
33504 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
33505 ____________________________________________________________________________
33506 [ 7125] By: jhi on 2000/10/03 00:50:56
33507 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
33508 From: Nick Clark <nick@plum.flirble.org>
33509 Date: Mon, 2 Oct 2000 11:03:24 +0100
33510 Message-Id: <20001002110324.D20073@plum.flirble.org>
33512 Also fixes bug ID 20001002.005.
33515 ____________________________________________________________________________
33516 [ 7124] By: jhi on 2000/10/03 00:34:59
33517 Log: Subject: [PATCH 5.7.0] Epoc update
33518 From: Olaf Flebbe <o.flebbe@gmx.de>
33519 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
33520 Message-ID: <26423.969484586@www10.gmx.net>
33522 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
33523 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
33524 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
33526 ____________________________________________________________________________
33527 [ 7123] By: jhi on 2000/10/03 00:30:07
33528 Log: Regen headers.
33530 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
33531 ____________________________________________________________________________
33532 [ 7122] By: jhi on 2000/10/03 00:10:48
33533 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
33536 ____________________________________________________________________________
33537 [ 7121] By: jhi on 2000/10/03 00:05:06
33538 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
33539 From: <abigail@foad.org>
33540 Date: Tue, 26 Sep 2000 13:36:14 -0400
33541 Message-ID: <20000926173614.4356.qmail@foad.org>
33544 ____________________________________________________________________________
33545 [ 7120] By: jhi on 2000/10/03 00:04:00
33546 Log: Inside require() $^S was always left undefined.
33548 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
33549 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33550 Date: Wed, 27 Sep 2000 18:54:49 -0400
33551 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
33553 ! cop.h mg.c pp_ctl.c util.c
33554 ____________________________________________________________________________
33555 [ 7119] By: jhi on 2000/10/03 00:00:16
33556 Log: Subject: [PATCH] DLL not restartabke with threaded perl
33557 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
33558 Date: Thu, 28 Sep 2000 09:20:46 +0100
33559 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
33562 ____________________________________________________________________________
33563 [ 7118] By: jhi on 2000/10/02 23:59:20
33564 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
33565 From: Nicholas Clark <nick@ccl4.org>
33566 Date: Thu, 28 Sep 2000 11:52:24 +0100
33567 Message-ID: <20000928115224.D7924@plum.flirble.org>
33570 ____________________________________________________________________________
33571 [ 7117] By: jhi on 2000/10/02 23:57:51
33572 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
33573 From: Nicholas Clark <nick@babyhippo.co.uk>
33574 Date: Thu, 28 Sep 2000 12:18:10 +0100
33575 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
33577 Did not apply cleanly, manual intervention was needed.
33579 ! ext/B/B/Bytecode.pm utils/perlcc.PL
33580 ____________________________________________________________________________
33581 [ 7116] By: jhi on 2000/10/02 23:50:40
33582 Log: Document the issue (is not a syntax error, kind of)
33584 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
33585 From: Nicholas Clark <nick@ccl4.org>
33586 Date: Thu, 28 Sep 2000 17:12:42 +0100
33587 Message-ID: <20000928171242.K7924@plum.flirble.org>
33590 ____________________________________________________________________________
33591 [ 7115] By: jhi on 2000/10/02 23:48:58
33592 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
33593 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33594 Date: Thu, 28 Sep 2000 21:55:31 -0400
33595 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
33598 ____________________________________________________________________________
33599 [ 7114] By: jhi on 2000/10/02 23:47:57
33600 Log: Subject: DOC PATCH 5.6.0
33601 From: mjd@plover.com
33602 Date: 30 Sep 2000 06:02:34 -0000
33603 Message-ID: <20000930060234.4559.qmail@plover.com>
33605 ! pod/perldebguts.pod
33606 ____________________________________________________________________________
33607 [ 7113] By: jhi on 2000/10/02 23:46:43
33608 Log: SOCK_DGRAM and listen() do not mix as reported in
33610 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
33611 From: Petter Reinholdtsen <pere@hungry.com>
33612 Date: Sun, 1 Oct 2000 10:57:20 +0800
33613 Message-Id: <200010010257.KAA05735@localhost.localdomain>
33615 The patch for 5.7.0+ had to be reengineered, though.
33617 ! ext/IO/lib/IO/Socket/UNIX.pm
33618 ____________________________________________________________________________
33619 [ 7112] By: jhi on 2000/10/02 23:36:57
33620 Log: Subject: Re: [PATCH 5.005_64 missed]
33621 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33622 Date: Sun, 1 Oct 2000 18:50:10 -0400
33623 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
33626 ____________________________________________________________________________
33627 [ 7111] By: jhi on 2000/10/02 23:35:40
33628 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
33629 From: Radu Greab <radu@netsoft.ro>
33630 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
33631 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
33633 ! op.c opcode.pl t/op/substr.t
33634 ____________________________________________________________________________
33635 [ 7110] By: jhi on 2000/10/02 23:32:38
33636 Log: Subject: [PATCH] Fix aliasing of tied filehandles
33637 From: Daniel Chetlin <daniel@chetlin.com>
33638 Date: Mon, 2 Oct 2000 14:53:27 -0700
33639 Message-ID: <20001002145327.C1617@ilmd>
33641 ! perl.h pp_hot.c t/op/tiehandle.t
33642 ____________________________________________________________________________
33643 [ 7109] By: jhi on 2000/10/02 23:31:30
33644 Log: s/Robin Parker/Robin Barker/
33647 ____________________________________________________________________________
33648 [ 7108] By: jhi on 2000/10/02 23:15:46
33649 Log: Retract #7091 as suggested in
33651 From: Robin Barker <rmb1@cise.npl.co.uk>
33652 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
33653 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
33654 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
33657 ____________________________________________________________________________
33658 [ 7107] By: nick on 2000/10/02 18:23:14
33659 Log: A few tweaks to get Tk803 to work with Encode scheme.
33661 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
33662 ____________________________________________________________________________
33663 [ 7106] By: nick on 2000/10/01 21:34:14
33664 Log: Add checking cases to Encode's toUnicode and fromUnicode.
33666 ! ext/Encode/Encode.pm
33667 ____________________________________________________________________________
33668 [ 7105] By: nick on 2000/10/01 17:18:01
33669 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
33670 To read and use them.
33671 Add a lib/encode.t which checks a few things.
33673 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
33674 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
33675 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
33676 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
33677 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
33678 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
33679 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
33680 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
33681 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
33682 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
33683 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
33684 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
33685 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
33686 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
33687 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
33688 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
33689 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
33690 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
33691 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
33692 + ext/Encode/Encode/iso2022-jp.enc
33693 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33694 + ext/Encode/Encode/iso8859-1.enc
33695 + ext/Encode/Encode/iso8859-2.enc
33696 + ext/Encode/Encode/iso8859-3.enc
33697 + ext/Encode/Encode/iso8859-4.enc
33698 + ext/Encode/Encode/iso8859-5.enc
33699 + ext/Encode/Encode/iso8859-6.enc
33700 + ext/Encode/Encode/iso8859-7.enc
33701 + ext/Encode/Encode/iso8859-8.enc
33702 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
33703 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
33704 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
33705 + ext/Encode/Encode/macCentEuro.enc
33706 + ext/Encode/Encode/macCroatian.enc
33707 + ext/Encode/Encode/macCyrillic.enc
33708 + ext/Encode/Encode/macDingbats.enc
33709 + ext/Encode/Encode/macGreek.enc
33710 + ext/Encode/Encode/macIceland.enc
33711 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
33712 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
33713 + ext/Encode/Encode/macTurkish.enc
33714 + ext/Encode/Encode/macUkraine.enc
33715 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
33717 ! MANIFEST ext/Encode/Encode.pm
33718 ____________________________________________________________________________
33719 [ 7104] By: nick on 2000/09/30 13:04:30
33720 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
33721 From: Daniel Chetlin <daniel@chetlin.com>
33722 Date: Mon, 18 Sep 2000 05:05:40 -0700
33723 Message-Id: <20000918050540.C652@ilmd>
33725 ! lib/overload.pm sv.c t/pragma/overload.t
33726 ____________________________________________________________________________
33727 [ 7103] By: nick on 2000/09/30 12:53:36
33728 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
33729 From: Johan Vromans <jvromans@squirrel.nl>
33730 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
33731 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
33734 ____________________________________________________________________________
33735 [ 7102] By: nick on 2000/09/30 12:52:31
33736 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
33737 From: Spider Boardman <spider@Orb.Nashua.NH.US>
33738 Date: Sat, 16 Sep 2000 16:36:45 -0400
33739 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
33741 ! ext/B/B/Deparse.pm
33742 ____________________________________________________________________________
33743 [ 7101] By: nick on 2000/09/30 12:51:41
33744 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
33745 From: Craig A. Berry <craig.berry@psinetcs.com>
33746 Date: Sat, 16 Sep 2000 10:11:10 -0500
33747 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
33750 ____________________________________________________________________________
33751 [ 7100] By: nick on 2000/09/30 12:50:33
33752 Log: Subject: Re: unicode support and perl [ID 20000901.097]
33753 From: Spider Boardman <spider@Orb.Nashua.NH.US>
33754 Date: Fri, 15 Sep 2000 16:37:58 -0400
33755 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
33758 ____________________________________________________________________________
33759 [ 7099] By: nick on 2000/09/30 12:49:35
33760 Log: Subject: Re: unicode support and perl [ID 20000901.097]
33761 From: Spider Boardman <spider@Orb.Nashua.NH.US>
33762 Date: Fri, 15 Sep 2000 16:25:30 -0400
33763 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
33766 ____________________________________________________________________________
33767 [ 7098] By: nick on 2000/09/30 12:48:00
33768 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
33769 From: Gisle Aas <gisle@ActiveState.com>
33770 Date: 15 Sep 2000 16:23:41 +0200
33771 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
33774 ____________________________________________________________________________
33775 [ 7097] By: nick on 2000/09/30 12:45:16
33776 Log: Subject: [PATCH] Nits in perlmod.pod
33777 From: Daniel Chetlin <daniel@chetlin.com>
33778 Date: Fri, 15 Sep 2000 02:04:09 -0700
33779 Message-Id: <20000915020409.A2104@ilmd>
33782 ____________________________________________________________________________
33783 [ 7096] By: nick on 2000/09/30 12:18:00
33784 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
33785 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
33786 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
33787 0 to checking to get the warning.
33789 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
33790 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
33791 ! regexec.c sv.c toke.c utf8.c
33792 ____________________________________________________________________________
33793 [ 7095] By: nick on 2000/09/15 16:55:59
33794 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
33796 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
33797 From: Spider Boardman <spider@Orb.Nashua.NH.US>
33798 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
33799 Date: Fri, 15 Sep 2000 06:37:30 -0400
33801 ! ext/Encode/Encode.xs sv.c
33802 ____________________________________________________________________________
33803 [ 7094] By: jhi on 2000/09/15 03:23:32
33804 Log: Update Changes.
33806 ! Changes patchlevel.h
33807 ____________________________________________________________________________
33808 [ 7093] By: jhi on 2000/09/15 03:11:44
33809 Log: Fix for the charnames.t failures from Spider Boardman.
33812 ____________________________________________________________________________
33813 [ 7092] By: jhi on 2000/09/15 00:15:48
33814 Log: Botched the #7090 check-in.
33817 ____________________________________________________________________________
33818 [ 7091] By: jhi on 2000/09/14 23:33:24
33819 Log: Part of #7081 didn't come through.
33822 ____________________________________________________________________________
33823 [ 7090] By: jhi on 2000/09/14 23:17:39
33824 Log: Subject: Re: perl@7078
33825 From: Spider Boardman <spider@web.zk3.dec.com>
33826 Date: Thu, 14 Sep 2000 19:06:36 -0400
33827 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
33830 ____________________________________________________________________________
33831 [ 7089] By: jhi on 2000/09/14 23:11:21
33832 Log: Small portability tweaks.
33834 ! ext/Encode/Encode.xs
33835 ____________________________________________________________________________
33836 [ 7088] By: jhi on 2000/09/14 22:57:23
33837 Log: Fake return to pacify picky compilers.
33839 ! ext/Encode/Encode.xs
33840 ____________________________________________________________________________
33841 [ 7087] By: jhi on 2000/09/14 22:53:37
33842 Log: Subject: [PATCH] utf8.c apidoc
33843 From: Simon Cozens <simon@cozens.net>
33844 Date: Thu, 14 Sep 2000 23:46:57 +0100
33845 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
33847 ! perlapi.c pod/perlapi.pod utf8.c
33848 ____________________________________________________________________________
33849 [ 7086] By: jhi on 2000/09/14 22:40:38
33850 Log: We don't need to count the high bit bytes, a boolean is enough.
33853 ____________________________________________________________________________
33854 [ 7085] By: jhi on 2000/09/14 21:20:09
33855 Log: Replace #7084 with
33857 Subject: Re: perl@7078
33858 From: Spider Boardman <spider@web.zk3.dec.com>
33859 Date: Thu, 14 Sep 2000 17:09:36 -0400
33860 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
33863 ____________________________________________________________________________
33864 [ 7084] By: jhi on 2000/09/14 20:03:34
33865 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
33866 convertable to bytes by checking it doesn't go above 0xc3
33868 Subject: Re: perl@7078
33869 From: Simon Cozens <simon@cozens.net>
33870 Date: Thu, 14 Sep 2000 20:59:19 +0100
33871 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
33874 ____________________________________________________________________________
33875 [ 7083] By: jhi on 2000/09/14 19:38:47
33876 Log: Subject: Re: perl@7078
33877 From: Simon Cozens <simon@cozens.net>
33878 Date: Thu, 14 Sep 2000 20:13:09 +0100
33879 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
33882 ____________________________________________________________________________
33883 [ 7082] By: jhi on 2000/09/14 17:50:44
33884 Log: The one that got away.
33887 ____________________________________________________________________________
33888 [ 7081] By: jhi on 2000/09/14 17:45:35
33889 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
33890 From: Robin Barker <rmb1@cise.npl.co.uk>
33891 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
33892 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
33894 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
33895 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
33896 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
33897 ! regcomp.c toke.c universal.c
33898 ____________________________________________________________________________
33899 [ 7080] By: jhi on 2000/09/14 17:40:35
33900 Log: Problems picked up by AIX cc.
33902 Subject: Re: perl@7078 (patch included)
33903 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33904 Date: Thu, 14 Sep 2000 18:53:30 +0200
33905 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
33907 ! ext/Encode/Encode.xs
33908 ____________________________________________________________________________
33909 [ 7079] By: jhi on 2000/09/14 17:38:27
33910 Log: Subject: File::Find 5.7.0 POD nits
33911 From: Rich Morin <rdm@cfcl.com>
33912 Date: Wed, 13 Sep 2000 22:03:58 -0700
33913 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
33916 ____________________________________________________________________________
33917 [ 7078] By: jhi on 2000/09/14 14:58:20
33918 Log: Update Changes.
33920 ! Changes patchlevel.h
33921 ____________________________________________________________________________
33922 [ 7077] By: jhi on 2000/09/14 14:55:54
33923 Log: Compilation warnings and an error.
33926 ____________________________________________________________________________
33927 [ 7076] By: jhi on 2000/09/14 14:42:56
33928 Log: Fix for a parsing bug, not for the original bug.
33930 Subject: Re: [ID 20000910.005] Another segfault with regexes.
33931 From: Spider Boardman <spider@web.zk3.dec.com>
33932 Date: Wed, 13 Sep 2000 17:52:20 -0400
33933 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
33936 ____________________________________________________________________________
33937 [ 7075] By: jhi on 2000/09/14 14:40:40
33938 Log: Batch of UTF-8 patches from Simon Cozens.
33940 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
33941 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
33943 ____________________________________________________________________________
33944 [ 7074] By: jhi on 2000/09/14 14:29:58
33945 Log: Subject: Re: Two advertising clauses need to be removed
33946 From: Russ Allbery <rra@stanford.edu>
33947 Date: 13 Sep 2000 18:50:26 -0700
33948 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
33950 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
33951 ____________________________________________________________________________
33952 [ 7073] By: jhi on 2000/09/14 14:28:20
33953 Log: Subject: [PATCH] de-wall t/README
33954 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33955 Date: Wed, 13 Sep 2000 17:46:55 -0700
33956 Message-ID: <//Bw5gzkge/e092yn@efn.org>
33959 ____________________________________________________________________________
33960 [ 7072] By: jhi on 2000/09/14 14:25:10
33961 Log: Hints optimization.
33964 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33965 Date: Wed, 13 Sep 2000 21:42:07 +0200
33966 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
33969 ____________________________________________________________________________
33970 [ 7071] By: jhi on 2000/09/14 14:23:30
33971 Log: Allow chop() and chomp() to be overridden.
33973 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
33974 From: "Casey R. Tweten" <crt@kiski.net>
33975 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
33976 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
33979 ____________________________________________________________________________
33980 [ 7070] By: jhi on 2000/09/14 14:20:36
33981 Log: The return value of setlocale must be copied away.
33983 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33984 From: Alan Burlison <Alan.Burlison@uk.sun.com>
33985 Date: Wed, 13 Sep 2000 16:27:37 +0100
33986 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
33989 ____________________________________________________________________________
33990 [ 7069] By: jhi on 2000/09/14 14:16:27
33991 Log: Remove vestiges of tr//CU.
33993 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33994 From: Nick Clark <nick@plum.flirble.org>
33995 Date: Tue, 12 Sep 2000 22:50:14 +0100
33996 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
33998 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33999 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34000 Date: Tue, 12 Sep 2000 21:38:48 -0700
34001 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
34003 ! op.h pod/perlunicode.pod
34004 ____________________________________________________________________________
34005 [ 7068] By: jhi on 2000/09/13 14:18:39
34006 Log: Add the Encode extension. The code is still largely just skeleton.
34008 + ext/Encode/Encode.pm ext/Encode/Encode.xs
34009 + ext/Encode/Makefile.PL ext/Encode/Todo
34010 ! MANIFEST Todo-5.6
34011 ____________________________________________________________________________
34012 [ 7067] By: jhi on 2000/09/12 17:43:33
34013 Log: Allow for whitespace between "#" and "line" in cpp output.
34015 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
34016 From: Calle Dybedahl <calle@lysator.liu.se>
34017 Date: 12 Sep 2000 19:38:02 +0200
34018 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
34020 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
34021 ____________________________________________________________________________
34022 [ 7066] By: gsar on 2000/09/12 17:24:29
34023 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
34024 initialization in all the threads on Windows
34027 ____________________________________________________________________________
34028 [ 7065] By: jhi on 2000/09/12 15:11:31
34029 Log: Update Changes.
34031 ! Changes patchlevel.h
34032 ____________________________________________________________________________
34033 [ 7064] By: jhi on 2000/09/12 14:54:54
34034 Log: Retract #7062, the pod tests are not ready.
34037 ____________________________________________________________________________
34038 [ 7063] By: jhi on 2000/09/12 14:25:41
34039 Log: The #7054 truncated Configure badly.
34040 Branch: metaconfig/U/perl
34043 ! Configure config_h.SH
34044 ____________________________________________________________________________
34045 [ 7062] By: jhi on 2000/09/12 14:08:32
34046 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
34047 From: sthoenna@efn.org
34048 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
34049 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
34052 ____________________________________________________________________________
34053 [ 7061] By: jhi on 2000/09/12 14:07:18
34054 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
34055 From: sthoenna@efn.org
34056 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
34057 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
34060 ____________________________________________________________________________
34061 [ 7060] By: jhi on 2000/09/12 14:06:08
34062 Log: Break up the myconfig lines a bit.
34064 Subject: perlbug/perl -V output format
34065 From: sthoenna@efn.org
34066 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
34067 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
34070 ____________________________________________________________________________
34071 [ 7059] By: jhi on 2000/09/12 14:05:04
34072 Log: Test for the #7049.
34074 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
34075 From: andreas.koenig@anima.de (Andreas J. Koenig)
34076 Date: 12 Sep 2000 06:42:01 +0200
34077 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
34080 ____________________________________________________________________________
34081 [ 7058] By: jhi on 2000/09/12 14:03:05
34082 Log: Subject: [patch: perl@7045] vms updates
34083 From: Peter Prymmer <pvhp@forte.com>
34084 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
34085 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
34087 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
34088 ____________________________________________________________________________
34089 [ 7057] By: jhi on 2000/09/12 14:00:51
34090 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
34091 From: sthoenna@efn.org
34092 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
34093 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
34096 ____________________________________________________________________________
34097 [ 7056] By: jhi on 2000/09/12 13:58:14
34098 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
34099 From: Jeff Pinyan <jeffp@crusoe.net>
34100 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
34101 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
34104 ____________________________________________________________________________
34105 [ 7055] By: jhi on 2000/09/12 13:56:32
34106 Log: Do in VMS as the #7054 does.
34109 ____________________________________________________________________________
34110 [ 7054] By: jhi on 2000/09/12 13:50:31
34111 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
34112 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34113 Date: Mon, 11 Sep 2000 08:33:09 +0100
34114 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
34115 Branch: metaconfig/U/perl
34118 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
34119 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34120 ____________________________________________________________________________
34121 [ 7053] By: jhi on 2000/09/12 13:29:19
34122 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
34123 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34124 Date: Tue, 12 Sep 2000 08:35:59 EDT
34125 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
34128 ____________________________________________________________________________
34129 [ 7052] By: jhi on 2000/09/11 23:01:50
34130 Log: Document the SvUTF8*().
34132 ! pod/perlapi.pod sv.h
34133 ____________________________________________________________________________
34134 [ 7051] By: gsar on 2000/09/11 14:46:30
34135 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
34136 (missed a spot when fixing up op_pmreplroot hack for ithreads)
34138 ! op.c t/op/split.t
34139 ____________________________________________________________________________
34140 [ 7050] By: nick on 2000/09/11 10:03:51
34141 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
34143 Subject: borland C++ win32.c tweak
34144 From: Vadim Konovalov <vkonovalov@lucent.com>
34145 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
34146 Date: Mon, 11 Sep 2000 11:22:33 +0400
34149 ____________________________________________________________________________
34150 [ 7049] By: nick on 2000/09/11 09:57:33
34151 Log: Point fix for s/// on foreach (keys %xxx).
34154 ____________________________________________________________________________
34155 [ 7048] By: jhi on 2000/09/10 23:37:09
34156 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
34157 by Pod::Text, from Brad Appleton.
34159 ! t/pod/testp2pt.pl
34160 ____________________________________________________________________________
34161 [ 7047] By: jhi on 2000/09/10 14:32:53
34162 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
34165 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
34166 ____________________________________________________________________________
34167 [ 7046] By: jhi on 2000/09/10 14:15:08
34168 Log: Upgrade to CPAN 1.57_65, from Andreas König.
34170 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34171 ____________________________________________________________________________
34172 [ 7045] By: jhi on 2000/09/08 21:36:32
34173 Log: Update Changes.
34175 ! Changes patchlevel.h
34176 ____________________________________________________________________________
34177 [ 7044] By: jhi on 2000/09/08 21:29:56
34178 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
34179 From: Peter Prymmer <pvhp@forte.com>
34180 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
34181 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
34184 ____________________________________________________________________________
34185 [ 7043] By: jhi on 2000/09/08 21:27:50
34186 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
34187 From: Peter Prymmer <pvhp@forte.com>
34188 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
34189 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
34191 ! Makefile.SH installperl
34192 ____________________________________________________________________________
34193 [ 7042] By: jhi on 2000/09/08 21:23:21
34194 Log: Continue #7041.
34196 ! cygwin/Makefile.SHs os2/Makefile.SHs
34197 ____________________________________________________________________________
34198 [ 7041] By: jhi on 2000/09/08 21:18:10
34199 Log: Do away with memory models cruft. Sorry, PDP users.
34201 ! U/modified/cc.U U/modified/libpth.U
34203 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
34204 ! Porting/config_H cflags.SH config_h.SH configure.com
34205 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
34206 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
34207 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
34208 ____________________________________________________________________________
34209 [ 7040] By: jhi on 2000/09/08 14:34:18
34210 Log: Major rewrite of s2p. And I mean really major, it is
34211 an implementation of sed in perl. If called as s2p it
34212 will function as s2p. Note: needs non-UNIXifying.
34215 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34216 Date: Mon, 28 Aug 2000 14:05:12 +0200
34217 Message-ID: <39AA5578.2102E2AA@alcatel.at>
34220 ____________________________________________________________________________
34221 [ 7039] By: jhi on 2000/09/08 14:19:49
34222 Log: Re-allow vec() for characters > 255.
34224 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
34225 From: Spider Boardman <spider@web.zk3.dec.com>
34226 Date: Fri, 08 Sep 2000 02:21:02 -0400
34227 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
34229 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
34231 ____________________________________________________________________________
34232 [ 7038] By: jhi on 2000/09/08 14:14:18
34233 Log: Subject: [PATCH lib/Benchmark.pm]
34234 From: <abigail@foad.org>
34235 Date: Thu, 7 Sep 2000 15:03:20 -0400
34236 Message-ID: <20000907190320.888.qmail@foad.org>
34239 ____________________________________________________________________________
34240 [ 7037] By: jhi on 2000/09/08 14:11:06
34241 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
34243 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
34244 From: Spider Boardman <spider@web.zk3.dec.com>
34245 Date: Fri, 08 Sep 2000 01:30:27 -0400
34246 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
34249 ____________________________________________________________________________
34250 [ 7036] By: jhi on 2000/09/08 14:08:58
34251 Log: Subject: [ID 20000908.002] perlipc documentation bug.
34252 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
34253 Date: Fri, 08 Sep 2000 12:38:32 +0200
34254 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
34257 ____________________________________________________________________________
34258 [ 7035] By: jhi on 2000/09/08 14:03:12
34259 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34260 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34261 Date: Fri, 08 Sep 2000 11:47:34 +0200
34262 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
34265 ____________________________________________________________________________
34266 [ 7034] By: jhi on 2000/09/08 13:59:35
34267 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
34268 From: Simon Cozens <simon@cozens.net>
34269 Date: Thu, 7 Sep 2000 20:40:38 +0100
34270 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
34273 ____________________________________________________________________________
34274 [ 7033] By: jhi on 2000/09/08 04:03:03
34275 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
34276 From: "Larry W. Virden" <lvirden@cas.org>
34277 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
34278 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
34281 ____________________________________________________________________________
34282 [ 7032] By: jhi on 2000/09/07 22:18:30
34283 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
34284 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
34285 Date: Mon, 04 Sep 2000 13:16:38 -0700
34286 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
34289 ____________________________________________________________________________
34290 [ 7031] By: jhi on 2000/09/07 22:02:29
34291 Log: Fix the ccversion detection for 5.1 and beyond.
34293 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34294 From: Spider Boardman <spider@leggy.zk3.dec.com>
34295 Date: Thu, 7 Sep 2000 17:54:27 -0400
34296 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
34299 ____________________________________________________________________________
34300 [ 7030] By: jhi on 2000/09/07 19:12:28
34303 Subject: [ID 20000903.001] \w in utf8-strings
34304 From: Marc Lehmann <pcg@goof.com>
34305 Date: Sun, 03 Sep 2000 09:44:29 +0200
34306 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
34308 and various related nits.
34310 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
34311 ____________________________________________________________________________
34312 [ 7029] By: jhi on 2000/09/07 18:49:09
34313 Log: Fix the URL, but the server is still missing in action.
34315 Subject: [ID 20000905.002] perlfaq1.pod URL error
34316 From: "Larry W. Virden" <lvirden@cas.org>
34317 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
34318 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
34321 ____________________________________________________________________________
34322 [ 7028] By: jhi on 2000/09/07 18:47:13
34323 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
34324 From: Hugo <hv@crypt.compulink.co.uk>
34325 Date: Tue, 05 Sep 2000 14:13:37 +0100
34326 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
34329 ____________________________________________________________________________
34330 [ 7027] By: jhi on 2000/09/07 18:45:35
34331 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
34332 From: Daniel Chetlin <daniel@chetlin.com>
34333 Date: Tue, 5 Sep 2000 04:57:07 -0700
34334 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
34336 ! pod/perlfaq6.pod pod/perlop.pod
34337 ____________________________________________________________________________
34338 [ 7026] By: jhi on 2000/09/07 18:44:01
34339 Log: Document the new ref() semantics.
34341 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34342 From: Gisle Aas <gisle@ActiveState.com>
34343 Date: 05 Sep 2000 08:10:30 +0200
34344 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
34346 ! pod/perldelta.pod
34347 ____________________________________________________________________________
34348 [ 7025] By: jhi on 2000/09/07 18:42:27
34349 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
34351 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34352 From: Gisle Aas <gisle@ActiveState.com>
34353 Date: 05 Sep 2000 08:11:40 +0200
34354 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
34356 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
34357 ____________________________________________________________________________
34358 [ 7024] By: jhi on 2000/09/07 18:39:32
34359 Log: Subject: [PATCH] Modernize Opcode.pm documentation
34360 From: Gisle Aas <gisle@ActiveState.com>
34361 Date: 4 Sep 2000 00:18:55 -0000
34362 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
34364 ! ext/Opcode/Opcode.pm
34365 ____________________________________________________________________________
34366 [ 7023] By: jhi on 2000/09/07 18:37:42
34367 Log: Subject: [PATCH] Tied filehandle documentation
34368 From: Gisle Aas <gisle@ActiveState.com>
34369 Date: 4 Sep 2000 00:14:40 -0000
34370 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
34372 ! pod/perlfunc.pod pod/perltie.pod
34373 ____________________________________________________________________________
34374 [ 7022] By: jhi on 2000/09/07 18:35:37
34375 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
34376 From: Gisle Aas <gisle@ActiveState.com>
34377 Date: 4 Sep 2000 00:04:22 -0000
34378 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
34380 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
34381 ____________________________________________________________________________
34382 [ 7021] By: jhi on 2000/09/07 18:33:22
34383 Log: Subject: small apidoc fix
34384 From: Marc Lehmann <pcg@goof.com>
34385 Date: Sun, 3 Sep 2000 05:12:06 +0200
34386 Message-ID: <20000903051206.A5909@cerebro.laendle>
34388 ! pod/perlapi.pod utf8.c
34389 ____________________________________________________________________________
34390 [ 7020] By: jhi on 2000/09/07 16:14:57
34391 Log: Tiny perldelta nits.
34393 ! pod/perldelta.pod
34394 ____________________________________________________________________________
34395 [ 7019] By: jhi on 2000/09/07 16:04:20
34396 Log: Guard against bad string->int conversion for quads.
34399 ____________________________________________________________________________
34400 [ 7018] By: jhi on 2000/09/06 17:07:03
34401 Log: Update Unicode todo list.
34404 ____________________________________________________________________________
34405 [ 7017] By: jhi on 2000/09/05 21:16:01
34406 Log: Document the SvIOK_.*UV().
34408 ! pod/perlapi.pod sv.h
34409 ____________________________________________________________________________
34410 [ 7016] By: nick on 2000/09/03 21:54:46
34411 Log: Hash lookup of constant strings optimization:
34412 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
34413 to string table (as per sharepvn). Add newSV_pvn_share to create such
34414 a thing. Make hv.c compare addresses of strings and skip string compare
34415 if equal. Make method_named and helem ops use these shared-string SVs
34416 when arg is constant. Make keys op return shared-string SVs (less clearly
34419 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
34420 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
34421 ! pod/perlintern.pod pp_hot.c proto.h sv.c
34422 ____________________________________________________________________________
34423 [ 7015] By: jhi on 2000/09/02 17:48:59
34424 Log: This is 5.7.0.
34427 ____________________________________________________________________________
34428 [ 7014] By: jhi on 2000/09/02 17:35:45
34429 Log: Changes and patchlevel tweaks.
34431 ! Changes patchlevel.h
34432 ____________________________________________________________________________
34433 [ 7013] By: jhi on 2000/09/02 17:30:50
34434 Log: Update Changes.
34436 ! Changes patchlevel.h
34437 ____________________________________________________________________________
34438 [ 7012] By: nick on 2000/09/02 17:25:20
34439 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
34441 ! gv.c lib/overload.pm
34442 ____________________________________________________________________________
34443 [ 7011] By: jhi on 2000/09/02 17:16:25
34444 Log: Update perlhist.
34447 ____________________________________________________________________________
34448 [ 7010] By: jhi on 2000/09/02 17:01:35
34449 Log: perldelta nits.
34451 ! pod/perldelta.pod
34452 ____________________________________________________________________________
34453 [ 7009] By: nick on 2000/09/02 16:48:35
34454 Log: If overloaded %{} etc. return the object do not loop.
34455 Thus sub deref { $_[0] } functions if object is wanted type.
34458 ____________________________________________________________________________
34459 [ 7008] By: jhi on 2000/09/02 16:26:11
34460 Log: Retab MANIFEST.
34462 ! ext/Storable/MANIFEST
34463 ____________________________________________________________________________
34464 [ 7007] By: jhi on 2000/09/02 16:23:02
34465 Log: Make certain cc is set before trying to run it.
34467 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
34468 ____________________________________________________________________________
34469 [ 7006] By: jhi on 2000/09/02 15:45:41
34470 Log: Unicode notes.
34472 ! pod/perldelta.pod
34473 ____________________________________________________________________________
34474 [ 7005] By: jhi on 2000/09/02 15:42:11
34475 Log: Various Configure nits by Philip Newton,
34476 plus the ebcdic one by me.
34478 + U/modified/pager.U
34479 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
34480 Branch: metaconfig/U/perl
34481 ! Devel.U quadfio.U
34483 ! Configure config_h.SH
34484 ____________________________________________________________________________
34485 [ 7004] By: jhi on 2000/09/02 15:06:14
34486 Log: Apparently avoiding the swapping is too costly.
34488 From: "Ben Tilly" <ben_tilly@hotmail.com>
34489 Subject: Re: the door is closed.
34490 Date: Fri, 01 Sep 2000 20:23:16 EDT
34491 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
34494 ____________________________________________________________________________
34495 [ 7003] By: nick on 2000/09/02 12:26:04
34496 Log: Undo part of change 6489 which looks like a bulk edit which
34497 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
34498 The supressing of main:: on return from select() is undesirable.
34501 ____________________________________________________________________________
34502 [ 7002] By: jhi on 2000/09/01 23:08:54
34503 Log: Update Changes.
34505 ! Changes patchlevel.h
34506 ____________________________________________________________________________
34507 [ 7001] By: jhi on 2000/09/01 23:00:13
34508 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
34509 From: Peter Prymmer <pvhp@forte.com>
34510 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
34511 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
34513 plus rework the http: spots as suggested by Tom Christiansen,
34514 plus regen perltoc.
34516 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
34517 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
34518 ____________________________________________________________________________
34519 [ 7000] By: jhi on 2000/09/01 22:36:01
34520 Log: Only the first line, thank you very much.
34522 ! hints/solaris_2.sh
34523 ____________________________________________________________________________
34524 [ 6999] By: gsar on 2000/09/01 22:16:40
34525 Log: change#6791 accidentally clobbered change#6710, put it back
34528 ____________________________________________________________________________
34529 [ 6998] By: jhi on 2000/09/01 22:14:16
34530 Log: Mention the HP-UX LP64 freak failure.
34532 ! pod/perldelta.pod
34533 ____________________________________________________________________________
34534 [ 6997] By: jhi on 2000/09/01 21:48:32
34538 ____________________________________________________________________________
34539 [ 6996] By: jhi on 2000/09/01 21:27:10
34540 Log: Update Changes.
34542 ! Changes patchlevel.h
34543 ____________________________________________________________________________
34544 [ 6995] By: jhi on 2000/09/01 21:14:24
34545 Log: Mi splgn s gnin.g
34548 ____________________________________________________________________________
34549 [ 6994] By: jhi on 2000/09/01 21:09:54
34550 Log: Subject: http:// in L<>
34551 From: Nicholas Clark <nick@ccl4.org>
34552 Date: Fri, 1 Sep 2000 22:03:21 +0100
34553 Message-ID: <20000901220321.B72074@plum.flirble.org>
34555 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
34556 ____________________________________________________________________________
34557 [ 6993] By: jhi on 2000/09/01 21:06:54
34558 Log: Update to Storable 1.0, from Raphael Manfredi.
34560 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
34561 ! ext/Storable/Makefile.PL ext/Storable/README
34562 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34563 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34564 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
34565 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
34566 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
34567 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
34568 ____________________________________________________________________________
34569 [ 6992] By: jhi on 2000/09/01 20:43:05
34570 Log: Mention known sfio+linux buglet.
34572 ! pod/perldelta.pod
34573 ____________________________________________________________________________
34574 [ 6991] By: jhi on 2000/09/01 20:40:11
34575 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
34576 From: Peter Prymmer <pvhp@forte.com>
34577 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
34578 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
34581 ____________________________________________________________________________
34582 [ 6990] By: jhi on 2000/09/01 20:25:26
34583 Log: Retract #6986.
34585 ! hints/solaris_2.sh
34586 ____________________________________________________________________________
34587 [ 6989] By: jhi on 2000/09/01 20:23:00
34588 Log: Mergesort is back.
34590 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
34591 ____________________________________________________________________________
34592 [ 6988] By: jhi on 2000/09/01 19:37:40
34593 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
34594 From: Mike Guy <mjtg@cam.ac.uk>
34595 Date: Fri, 01 Sep 2000 17:43:33 +0100
34596 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
34598 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
34599 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
34600 ____________________________________________________________________________
34601 [ 6987] By: jhi on 2000/09/01 19:17:10
34602 Log: Regen perltoc.
34605 ____________________________________________________________________________
34606 [ 6986] By: jhi on 2000/09/01 18:51:10
34607 Log: Subject: Re: Solaris x86 has no SPARC libraries!
34608 From: Lupe Christoph <lupe@lupe-christoph.de>
34609 Date: Fri, 1 Sep 2000 20:41:20 +0200
34610 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
34612 ! hints/solaris_2.sh
34613 ____________________________________________________________________________
34614 [ 6985] By: jhi on 2000/09/01 18:28:10
34615 Log: Update Changes.
34617 ! Changes patchlevel.h
34618 ____________________________________________________________________________
34619 [ 6984] By: jhi on 2000/09/01 18:26:53
34620 Log: Feature ordering tweak.
34623 ____________________________________________________________________________
34624 [ 6983] By: jhi on 2000/09/01 18:19:50
34625 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34626 From: <abigail@foad.org>
34627 Date: Fri, 1 Sep 2000 13:07:32 -0400
34628 Message-ID: <20000901170732.18249.qmail@foad.org>
34630 ! t/pragma/overload.t
34631 ____________________________________________________________________________
34632 [ 6982] By: jhi on 2000/09/01 18:17:54
34633 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
34634 so that case-ignoring systems like DCL can tell them from
34635 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
34636 Branch: metaconfig/U/perl
34637 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
34639 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34640 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
34641 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
34642 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
34643 ! vos/config.def vos/config.h vos/config_h.SH_orig
34644 ! win32/config.bc win32/config.gc win32/config.vc
34645 ____________________________________________________________________________
34646 [ 6981] By: nick on 2000/09/01 17:21:57
34647 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
34648 warning when UNTIE exists and instead pass the cound of extra references to
34651 ! pod/perltie.pod pp_sys.c
34652 ____________________________________________________________________________
34653 [ 6980] By: jhi on 2000/09/01 16:54:44
34654 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
34655 From: Peter Prymmer <pvhp@forte.com>
34656 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
34657 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
34660 ____________________________________________________________________________
34661 [ 6979] By: jhi on 2000/09/01 16:06:20
34662 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
34663 From: Mike Guy <mjtg@cam.ac.uk>
34664 Date: Fri, 01 Sep 2000 16:49:27 +0100
34665 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
34668 ____________________________________________________________________________
34669 [ 6978] By: jhi on 2000/09/01 16:00:42
34670 Log: Update to PodParser 1.18, from Brad Appleton.
34672 ! lib/Pod/Checker.pm t/pod/find.t
34673 ____________________________________________________________________________
34674 [ 6977] By: jhi on 2000/09/01 14:48:58
34675 Log: Subject: Nit in Configure (bleadperl@6961)
34676 From: Lupe Christoph <lupe@lupe-christoph.de>
34677 Date: Fri, 1 Sep 2000 16:34:29 +0200
34678 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
34680 ! U/compline/ccflags.U
34682 ! Configure config_h.SH
34683 ____________________________________________________________________________
34684 [ 6976] By: jhi on 2000/09/01 14:39:52
34685 Log: Update Changes.
34687 ! Changes patchlevel.h
34688 ____________________________________________________________________________
34689 [ 6975] By: jhi on 2000/09/01 14:37:36
34690 Log: microperl config update.
34692 ! uconfig.h uconfig.sh
34693 ____________________________________________________________________________
34694 [ 6974] By: jhi on 2000/09/01 14:36:53
34695 Log: Document known deficiencies.
34697 ! pod/perldelta.pod
34698 ____________________________________________________________________________
34699 [ 6973] By: jhi on 2000/09/01 14:10:20
34700 Log: Mention warnings fixes and updates.
34702 ! pod/perldelta.pod
34703 ____________________________________________________________________________
34704 [ 6972] By: jhi on 2000/09/01 14:01:52
34705 Log: Drop unused argument.
34707 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
34708 From: Spider Boardman <spider@web.zk3.dec.com>
34709 Date: Thu, 31 Aug 2000 16:10:15 -0400
34710 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
34713 ____________________________________________________________________________
34714 [ 6971] By: jhi on 2000/09/01 13:59:24
34715 Log: Add the overload warnings to perldiag.
34717 ! lib/overload.pm pod/perldiag.pod
34718 ____________________________________________________________________________
34719 [ 6970] By: jhi on 2000/09/01 13:55:10
34720 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34721 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34722 Date: Fri, 1 Sep 2000 13:43:15 +0100
34723 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
34725 ! lib/overload.pm t/pragma/overload.t
34726 ____________________________________________________________________________
34727 [ 6969] By: jhi on 2000/09/01 13:52:27
34728 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34729 From: <abigail@foad.org>
34730 Date: Fri, 1 Sep 2000 05:46:54 -0400
34731 Message-ID: <20000901094654.6476.qmail@foad.org>
34734 ____________________________________________________________________________
34735 [ 6968] By: jhi on 2000/09/01 13:50:05
34736 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
34737 From: Daniel Chetlin <daniel@chetlin.com>
34738 Date: Fri, 1 Sep 2000 02:10:55 -0700
34739 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
34741 ! pod/perlretut.pod
34742 ____________________________________________________________________________
34743 [ 6967] By: jhi on 2000/09/01 13:47:54
34744 Log: Part of the solution.
34746 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
34747 From: Mike Guy <mjtg@cam.ac.uk>
34748 Date: Fri, 01 Sep 2000 14:16:01 +0100
34749 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
34752 ____________________________________________________________________________
34753 [ 6966] By: jhi on 2000/09/01 13:46:17
34754 Log: Subject: CPAN.pm beta 1.57_57 for the core
34755 From: andreas.koenig@anima.de (Andreas J. Koenig)
34756 Date: 01 Sep 2000 15:16:31 +0200
34757 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
34759 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34760 ____________________________________________________________________________
34761 [ 6965] By: jhi on 2000/09/01 13:43:18
34762 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
34763 From: "Craig A. Berry" <craig.berry@psinetcs.com>
34764 Date: Fri, 01 Sep 2000 01:47:22 -0500
34765 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
34767 ! pod/perldelta.pod vms/vms.c
34768 ____________________________________________________________________________
34769 [ 6964] By: jhi on 2000/09/01 13:35:35
34770 Log: File::Temp patches from Andreas König,
34772 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
34773 From: andreas.koenig@anima.de (Andreas J. Koenig)
34774 Date: 01 Sep 2000 10:07:20 +0200
34775 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
34777 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
34778 From: andreas.koenig@anima.de (Andreas J. Koenig)
34779 Date: 31 Aug 2000 23:26:08 +0200
34780 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
34782 ! lib/File/Temp.pm t/lib/ftmp-security.t
34783 ____________________________________________________________________________
34784 [ 6963] By: jhi on 2000/09/01 02:22:24
34785 Log: Retract the mergesort code, way too incompatible licensing
34788 ! pod/perldelta.pod pp_ctl.c
34789 ____________________________________________________________________________
34790 [ 6962] By: jhi on 2000/08/31 23:27:32
34791 Log: Update Changes.
34793 ! Changes patchlevel.h
34794 ____________________________________________________________________________
34795 [ 6961] By: jhi on 2000/08/31 23:20:04
34796 Log: Small tweaks all over.
34798 ! U/compline/d_gconvert.U
34800 ! AUTHORS Configure config_h.SH pp_ctl.c
34801 ____________________________________________________________________________
34802 [ 6960] By: jhi on 2000/08/31 22:39:36
34803 Log: Further rewording.
34806 ____________________________________________________________________________
34807 [ 6959] By: jhi on 2000/08/31 21:26:44
34808 Log: More address tweaking.
34811 ____________________________________________________________________________
34812 [ 6958] By: jhi on 2000/08/31 20:47:25
34813 Log: AUTHORS tweaks, from Peter Prymmer.
34815 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
34816 From: Peter Prymmer <pvhp@forte.com>
34817 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
34818 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
34821 ____________________________________________________________________________
34822 [ 6957] By: jhi on 2000/08/31 20:34:43
34823 Log: perldelta tweaks.
34825 ! pod/perldelta.pod
34826 ____________________________________________________________________________
34827 [ 6956] By: jhi on 2000/08/31 19:11:06
34828 Log: Regen perltoc.
34831 ____________________________________________________________________________
34832 [ 6955] By: jhi on 2000/08/31 19:06:30
34833 Log: Clarify the mergesort situation.
34836 ____________________________________________________________________________
34837 [ 6954] By: jhi on 2000/08/31 18:24:17
34838 Log: Move the Solaris 7 scan to use64bitall, make the
34839 failure to find 64-bot sparc libc to mention the
34840 possibility of being in an intel, from Lupe and Alan.
34842 ! hints/solaris_2.sh
34843 ____________________________________________________________________________
34844 [ 6953] By: jhi on 2000/08/31 18:09:20
34845 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
34846 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
34848 ! U/compline/d_gconvert.U U/threads/archname.U
34849 Branch: metaconfig/U/perl
34852 ! Configure config_h.SH sv.c
34853 ____________________________________________________________________________
34854 [ 6952] By: jhi on 2000/08/31 17:42:24
34855 Log: :: not allowed in pathnames, change to .
34857 Subject: [PATCH perl@6938] cygwin port
34858 From: "Fifer, Eric" <EFifer@sanwaint.com>
34859 Date: Thu, 31 Aug 2000 16:32:59 +0100
34860 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
34861 Branch: metaconfig/U/perl
34863 ____________________________________________________________________________
34864 [ 6951] By: jhi on 2000/08/31 17:02:05
34865 Log: Try to deduce NV_MAX. Really should be Configure fodder.
34868 ____________________________________________________________________________
34869 [ 6950] By: jhi on 2000/08/31 16:26:08
34870 Log: More author updates.
34872 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
34873 From: Simon Cozens <simon@cozens.net>
34874 Date: Thu, 31 Aug 2000 17:13:32 +0100
34875 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
34878 ____________________________________________________________________________
34879 [ 6949] By: jhi on 2000/08/31 16:04:49
34880 Log: POSIX doesn't report long double values under -Duselongdouble
34881 when the long doubles are "real" (bigger than doubles).
34883 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
34884 From: Spider Boardman <spider@peano.zk3.dec.com>
34885 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
34886 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
34888 ! ext/POSIX/POSIX.xs
34889 ____________________________________________________________________________
34890 [ 6948] By: jhi on 2000/08/31 15:25:10
34891 Log: Update Changes.
34893 ! Changes patchlevel.h
34894 ____________________________________________________________________________
34895 [ 6947] By: jhi on 2000/08/31 15:22:29
34896 Log: Document UNTIE in a very minimalistic way.
34898 ! pod/perlfunc.pod pod/perltie.pod
34899 ____________________________________________________________________________
34900 [ 6946] By: jhi on 2000/08/31 15:15:23
34901 Log: Document known failures.
34903 ! pod/perldelta.pod
34904 ____________________________________________________________________________
34905 [ 6945] By: jhi on 2000/08/31 15:07:00
34906 Log: Don't attach -ld to the archname if pointless.
34908 ! U/threads/archname.U
34910 ! Configure config_h.SH
34911 ____________________________________________________________________________
34912 [ 6944] By: jhi on 2000/08/31 14:37:42
34913 Log: Wrap the test in eval.
34915 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
34916 From: Tim Jenness <timj@jach.hawaii.edu>
34917 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
34918 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
34920 ! t/lib/ftmp-security.t
34921 ____________________________________________________________________________
34922 [ 6943] By: jhi on 2000/08/31 14:30:57
34923 Log: Make -Dusemorebits find long doubles in Solaris.
34925 ! hints/solaris_2.sh
34926 ____________________________________________________________________________
34927 [ 6942] By: jhi on 2000/08/31 13:48:45
34928 Log: Clarify the third case of ftmp-security warnings.
34931 ____________________________________________________________________________
34932 [ 6941] By: jhi on 2000/08/31 13:40:31
34933 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
34934 From: <abigail@foad.org>
34935 Date: Thu, 31 Aug 2000 01:35:05 -0400
34936 Message-ID: <20000831053505.32120.qmail@foad.org>
34938 ! pod/perldelta.pod
34939 ____________________________________________________________________________
34940 [ 6940] By: jhi on 2000/08/31 13:38:48
34941 Log: Issue useful diagnostic on unknown pod commands.
34943 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
34944 From: <abigail@foad.org>
34945 Date: Thu, 31 Aug 2000 03:41:18 -0400
34946 Message-ID: <20000831074118.24880.qmail@foad.org>
34949 ____________________________________________________________________________
34950 [ 6939] By: jhi on 2000/08/31 13:34:33
34951 Log: Reveal Borland's isnan.
34953 Subject: build with BC++ tweak
34954 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34955 Date: Thu, 31 Aug 2000 13:09:37 +0400
34956 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
34959 ____________________________________________________________________________
34960 [ 6938] By: jhi on 2000/08/31 05:01:20
34961 Log: Update Changes.
34963 ! Changes patchlevel.h
34964 ____________________________________________________________________________
34965 [ 6937] By: jhi on 2000/08/31 04:26:23
34966 Log: sscanf() may be the only way to read long doubles from strings.
34967 Branch: metaconfig/U/perl
34970 ! Configure config_h.SH perl.h util.c
34971 ____________________________________________________________________________
34972 [ 6936] By: jhi on 2000/08/31 04:18:19
34973 Log: The #6929 was too skimpy.
34976 ____________________________________________________________________________
34977 [ 6935] By: jhi on 2000/08/31 02:47:07
34978 Log: Subject: Re: typos in pods
34979 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34980 Date: Wed, 30 Aug 2000 19:25:34 -0700
34981 Message-ID: <eIcr5gzkg25X092yn@efn.org>
34983 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
34984 ____________________________________________________________________________
34985 [ 6934] By: jhi on 2000/08/31 02:42:55
34986 Log: Missed one Unicode file.
34988 + lib/unicode/UCDFF301.html
34989 ____________________________________________________________________________
34990 [ 6933] By: jhi on 2000/08/30 23:42:27
34991 Log: Update Changes.
34993 ! Changes patchlevel.h
34994 ____________________________________________________________________________
34995 [ 6932] By: jhi on 2000/08/30 23:40:07
34996 Log: Mention UNTIE in perldelta. Still needs documenting
34997 in perltie et alia.
34999 ! pod/perldelta.pod
35000 ____________________________________________________________________________
35001 [ 6931] By: jhi on 2000/08/30 23:36:02
35002 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
35003 From: <abigail@foad.org>
35004 Date: Wed, 30 Aug 2000 19:28:07 -0400
35005 Message-ID: <20000830232807.305.qmail@foad.org>
35007 ! pod/perldelta.pod
35008 ____________________________________________________________________________
35009 [ 6930] By: jhi on 2000/08/30 23:32:40
35010 Log: Update to Unicode 3.0.1.
35012 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
35013 + lib/unicode/PropList.txt lib/unicode/README.perl
35014 + lib/unicode/UCD301.html lib/unicode/Unicode.301
35015 - lib/unicode/Props.txt lib/unicode/UCD300.html
35016 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35018 ____________________________________________________________________________
35019 [ 6929] By: jhi on 2000/08/30 22:38:18
35020 Log: Heap decorruption.
35022 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
35023 From: Alan Burlison <Alan.Burlison@uk.sun.com>
35024 Date: Wed, 30 Aug 2000 22:39:52 +0100
35025 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
35028 ____________________________________________________________________________
35029 [ 6928] By: jhi on 2000/08/30 22:29:34
35030 Log: Retract the dummy test, skip the security tests (instead of failing),
35031 explain what the warnings mean.
35033 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
35034 ____________________________________________________________________________
35035 [ 6927] By: jhi on 2000/08/30 22:14:13
35036 Log: Change the internal implementation of sort() to be mergesort
35037 instead of quicksort, from John Linderman <jpl@research.att.com>.
35038 Gives us better worst case, better average case, and stability.
35039 What's there not to like? (Small fixes for threaded builds
35042 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
35043 ____________________________________________________________________________
35044 [ 6926] By: jhi on 2000/08/30 20:55:20
35045 Log: A better fix for the Socket building problem from Craig Berry.
35048 ____________________________________________________________________________
35049 [ 6925] By: jhi on 2000/08/30 20:20:25
35050 Log: Subject: [PATCH] Re: UNTIE method
35051 From: Nick Ing-Simmons <nik@tiuk.ti.com>
35052 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
35053 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
35055 ! pp_sys.c t/op/tie.t
35056 ____________________________________________________________________________
35057 [ 6924] By: jhi on 2000/08/30 20:17:11
35058 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
35059 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35060 Date: Wed, 30 Aug 2000 15:03:14 -0500
35061 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
35064 ____________________________________________________________________________
35065 [ 6923] By: jhi on 2000/08/30 20:15:18
35066 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
35067 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35068 Date: Wed, 30 Aug 2000 13:30:36 -0500
35069 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
35072 ____________________________________________________________________________
35073 [ 6922] By: jhi on 2000/08/30 19:54:43
35074 Log: Better options for rsync.
35077 ____________________________________________________________________________
35078 [ 6921] By: jhi on 2000/08/30 19:40:16
35079 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
35080 From: Rick Delaney <rick@consumercontact.com>
35081 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
35082 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
35085 ____________________________________________________________________________
35086 [ 6920] By: jhi on 2000/08/30 19:36:40
35087 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
35088 From: Peter Prymmer <pvhp@forte.com>
35089 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
35090 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
35093 ____________________________________________________________________________
35094 [ 6919] By: jhi on 2000/08/30 14:52:02
35095 Log: Update Changes.
35097 ! Changes patchlevel.h
35098 ____________________________________________________________________________
35099 [ 6918] By: jhi on 2000/08/30 14:48:34
35100 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
35102 ! lib/ExtUtils/typemap
35103 ____________________________________________________________________________
35104 [ 6917] By: jhi on 2000/08/30 14:46:34
35105 Log: Subject: typos in pods
35106 From: Nicholas Clark <nick@ccl4.org>
35107 Date: Wed, 30 Aug 2000 01:12:50 +0100
35108 Message-ID: <20000830011249.A61388@plum.flirble.org>
35110 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
35111 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
35112 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
35113 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
35114 ____________________________________________________________________________
35115 [ 6916] By: jhi on 2000/08/30 14:19:09
35116 Log: Document Storable problems on Crays. (Will have
35117 to document all the other Storable problems, too.)
35119 ! pod/perldelta.pod
35120 ____________________________________________________________________________
35121 [ 6915] By: jhi on 2000/08/30 14:06:02
35122 Log: Subject: [PATCH] fix misc cast warnings
35123 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35124 Date: Tue, 29 Aug 2000 23:16:14 -0700
35125 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
35127 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
35128 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
35130 ____________________________________________________________________________
35131 [ 6914] By: jhi on 2000/08/30 14:03:45
35132 Log: Timestamp mismatch again. Need to fix this dependence on
35133 config_h.SH timestamp, since it's the contents of config_h.SH
35136 ! uconfig.h uconfig.sh
35137 ____________________________________________________________________________
35138 [ 6913] By: jhi on 2000/08/30 13:54:06
35139 Log: Don't say "Perl 5.0 source kit".
35142 ____________________________________________________________________________
35143 [ 6912] By: jhi on 2000/08/30 13:51:24
35144 Log: Reset archname and archname64 always, forcing them be
35145 recomputed at each Configure run, make Configure and
35146 the hints files agree on the naming of largefiles variables.
35148 ! U/threads/archname.U
35149 Branch: metaconfig/U/perl
35152 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
35153 ! hints/linux.sh hints/solaris_2.sh
35154 ____________________________________________________________________________
35155 [ 6911] By: jhi on 2000/08/30 13:30:13
35156 Log: Put back the slice accidentally removed by #6907.
35158 ! hints/solaris_2.sh
35159 ____________________________________________________________________________
35160 [ 6910] By: jhi on 2000/08/30 01:24:26
35161 Log: Be consistent: other Net::get* do export theirs.
35163 Subject: Re: Net::protoent does not export 'getproto'
35164 From: Yasushi Nakajima <sey@jkc.co.jp>
35165 Date: Wed, 30 Aug 2000 09:53:14 +0900
35166 Message-Id: <200008300051.DAA24700@taku.hut.fi>
35168 ! lib/Net/protoent.pm
35169 ____________________________________________________________________________
35170 [ 6909] By: jhi on 2000/08/30 01:17:25
35171 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
35172 From: Gurusamy Sarathy <gsar@ActiveState.com>
35173 Date: Tue, 29 Aug 2000 17:17:07 -0700
35174 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
35177 ____________________________________________________________________________
35178 [ 6908] By: jhi on 2000/08/30 00:58:05
35179 Log: Update Changes.
35181 ! Changes patchlevel.h
35182 ____________________________________________________________________________
35183 [ 6907] By: jhi on 2000/08/30 00:57:22
35184 Log: Introduce ccname to keep track of what compiler kind of we have.
35185 Branch: metaconfig/U/perl
35186 ! Checkcc.U gccvers.U
35188 ! Configure config_h.SH hints/solaris_2.sh
35189 ____________________________________________________________________________
35190 [ 6906] By: jhi on 2000/08/30 00:25:47
35191 Log: Put back the flags dump as reasoned in
35193 Subject: Re: [PATCH] Glob dumping
35194 From: Mike Guy <mjtg@cam.ac.uk>
35195 Date: Tue, 29 Aug 2000 21:41:32 +0100
35196 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
35198 ! dump.c t/lib/peek.t
35199 ____________________________________________________________________________
35200 [ 6905] By: jhi on 2000/08/30 00:16:17
35201 Log: Make the epsilon to be relative, not absolute.
35203 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
35204 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
35205 Date: Tue, 29 Aug 2000 19:58:56 -0400
35206 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
35209 ____________________________________________________________________________
35210 [ 6904] By: jhi on 2000/08/30 00:13:09
35211 Log: From now on, Gisle is on my list of usual suspects :-)
35214 ! ext/Opcode/Safe.pm
35215 ____________________________________________________________________________
35216 [ 6903] By: jhi on 2000/08/29 23:51:20
35217 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
35218 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35219 Date: Tue, 29 Aug 2000 18:43:26 -0500
35220 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
35223 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
35225 ____________________________________________________________________________
35226 [ 6902] By: jhi on 2000/08/29 23:44:14
35227 Log: Retry what #6882 attempted.
35229 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
35230 From: Gisle Aas <gisle@ActiveState.com>
35231 Date: 30 Aug 2000 00:33:09 +0200
35232 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
35234 ! ext/Opcode/Safe.pm
35235 ____________________________________________________________________________
35236 [ 6901] By: jhi on 2000/08/29 22:59:32
35237 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
35238 From: Hugo <hv@crypt.compulink.co.uk>
35239 Date: Mon, 12 Jun 2000 19:36:08 +0100
35240 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
35243 ____________________________________________________________________________
35244 [ 6900] By: jhi on 2000/08/29 22:58:35
35245 Log: Admit that we are leaking scalars.
35247 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
35248 From: Spider Boardman <spider@leggy.zk3.dec.com>
35249 Date: Tue, 29 Aug 2000 18:48:29 -0400
35250 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
35252 ! t/pragma/warnings.t
35253 ____________________________________________________________________________
35254 [ 6899] By: jhi on 2000/08/29 20:53:13
35255 Log: Update Changes.
35257 ! Changes patchlevel.h
35258 ____________________________________________________________________________
35259 [ 6898] By: jhi on 2000/08/29 20:46:21
35260 Log: Undo namespace pollution of #6878.
35262 Subject: Re: Net::protoent does not export 'getproto'
35263 From: Mike Guy <mjtg@cam.ac.uk>
35264 Date: Tue, 29 Aug 2000 21:32:37 +0100
35265 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
35267 ! lib/Net/protoent.pm
35268 ____________________________________________________________________________
35269 [ 6897] By: jhi on 2000/08/29 20:44:29
35270 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
35271 From: Peter Prymmer <pvhp@forte.com>
35272 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
35273 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
35275 ! pod/perlebcdic.pod
35276 ____________________________________________________________________________
35277 [ 6896] By: jhi on 2000/08/29 20:40:57
35278 Log: There's no point repeating the 'revision' (5) of perl5.
35279 Branch: metaconfig/U/perl
35280 ! Devel.U patchlevel.U
35282 ! Configure config_h.SH
35283 ____________________________________________________________________________
35284 [ 6895] By: jhi on 2000/08/29 20:16:58
35285 Log: Regen Configure for #6894.
35286 Branch: metaconfig/U/perl
35289 ! Configure config_h.SH
35290 ____________________________________________________________________________
35291 [ 6894] By: jhi on 2000/08/29 19:59:52
35292 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
35293 From: "Philip Newton" <Philip.Newton@gmx.net>
35294 Date: Tue, 29 Aug 2000 21:39:14 +0200
35295 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
35297 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
35298 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
35299 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
35301 ____________________________________________________________________________
35302 [ 6893] By: jhi on 2000/08/29 19:55:30
35303 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
35304 From: "Philip Newton" <Philip.Newton@gmx.net>
35305 Date: Tue, 29 Aug 2000 21:39:14 +0200
35306 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
35309 ____________________________________________________________________________
35310 [ 6892] By: jhi on 2000/08/29 19:53:59
35311 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
35312 From: "Philip Newton" <Philip.Newton@gmx.net>
35313 Date: Tue, 29 Aug 2000 21:48:18 +0200
35314 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
35317 ____________________________________________________________________________
35318 [ 6891] By: jhi on 2000/08/29 18:30:03
35319 Log: Nail the ID 20000828.023.
35321 ! ext/Storable/Storable.xs
35322 ____________________________________________________________________________
35323 [ 6890] By: jhi on 2000/08/29 16:50:17
35324 Log: Under usethreads the dumped variable is IN_PAD.
35326 Subject: Re: [PATCH] Glob dumping
35327 From: Gisle Aas <gisle@ActiveState.com>
35328 Date: 29 Aug 2000 18:45:05 +0200
35329 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
35332 ____________________________________________________________________________
35333 [ 6889] By: jhi on 2000/08/29 15:17:37
35334 Log: Update Changes.
35336 ! Changes patchlevel.h
35337 ____________________________________________________________________________
35338 [ 6888] By: jhi on 2000/08/29 14:49:59
35339 Log: Retract #6882, broke the safe tests.
35341 ! ext/Opcode/Safe.pm
35342 ____________________________________________________________________________
35343 [ 6887] By: jhi on 2000/08/29 14:47:06
35344 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
35345 From: Gisle Aas <gisle@ActiveState.com>
35346 Date: 09 Jun 2000 20:00:11 +0200
35347 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
35350 ____________________________________________________________________________
35351 [ 6886] By: jhi on 2000/08/29 14:42:45
35352 Log: The #6881 removed one dump line.
35355 ____________________________________________________________________________
35356 [ 6885] By: jhi on 2000/08/29 14:30:47
35357 Log: Don't forget to tidy up.
35359 ! t/lib/ftmp-security.t
35360 ____________________________________________________________________________
35361 [ 6884] By: jhi on 2000/08/29 14:25:17
35362 Log: Disabling the one test is a bit tricky.
35364 ! t/lib/ftmp-security.t
35365 ____________________________________________________________________________
35366 [ 6883] By: jhi on 2000/08/29 14:16:25
35367 Log: Disable one of the tests for now.
35369 ! t/lib/ftmp-security.t
35370 ____________________________________________________________________________
35371 [ 6882] By: jhi on 2000/08/29 14:05:50
35372 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
35374 Date: 29 Aug 2000 10:35:06 -0000
35375 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
35377 ! ext/Opcode/Safe.pm
35378 ____________________________________________________________________________
35379 [ 6881] By: jhi on 2000/08/29 14:03:51
35380 Log: Subject: [PATCH] Glob dumping
35381 From: Gisle Aas <gisle@ActiveState.com>
35382 Date: 29 Aug 2000 07:59:42 -0000
35383 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
35386 ____________________________________________________________________________
35387 [ 6880] By: jhi on 2000/08/29 14:02:01
35388 Log: Subject: [PATCH] Warnings in B::Deparse
35389 From: <abigail@foad.org>
35390 Date: Tue, 29 Aug 2000 00:00:01 -0400
35391 Message-ID: <20000829040001.2999.qmail@foad.org>
35393 ! ext/B/B/Deparse.pm
35394 ____________________________________________________________________________
35395 [ 6879] By: jhi on 2000/08/29 13:57:26
35396 Log: Missed a change in #6869.
35399 ____________________________________________________________________________
35400 [ 6878] By: jhi on 2000/08/29 13:45:04
35401 Log: Subject: Net::protoent does not export 'getproto'
35402 From: Yasushi Nakajima <sey@jkc.co.jp>
35403 Date: Tue, 29 Aug 2000 17:28:57 +0900
35405 ! lib/Net/protoent.pm
35406 ____________________________________________________________________________
35407 [ 6877] By: jhi on 2000/08/29 13:39:19
35408 Log: Patches all over for people and the files they (hopefully) care about.
35410 ! AUTHORS Changes MAINTAIN
35411 ____________________________________________________________________________
35412 [ 6876] By: jhi on 2000/08/29 12:53:54
35413 Log: Fix for thinko in #6848.
35415 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
35416 From: Lupe Christoph <lupe@lupe-christoph.de>
35417 Date: Tue, 29 Aug 2000 09:04:08 +0200
35418 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
35420 ! ext/Thread/Thread.xs
35421 ____________________________________________________________________________
35422 [ 6875] By: jhi on 2000/08/29 12:50:14
35423 Log: Update to Getopt::Long 2.24, from Johan Vromans.
35425 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
35426 ____________________________________________________________________________
35427 [ 6874] By: jhi on 2000/08/29 02:09:53
35428 Log: Use minimal @INC in tests, most of the time just '../lib',
35429 so that we simply can't pick up stuff from other Perls than
35430 the one we are testing. Pointed out by
35432 From: Mike Guy <mjtg@cam.ac.uk>
35433 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
35434 Date: Fri, 25 Aug 2000 15:15:59 +0100
35435 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
35438 ____________________________________________________________________________
35439 [ 6873] By: jhi on 2000/08/29 01:07:11
35440 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
35441 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35442 Date: Mon, 28 Aug 2000 17:45:52 -0700
35443 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
35445 ! Makefile.SH hints/os2.sh
35446 ____________________________________________________________________________
35447 [ 6872] By: jhi on 2000/08/28 23:33:39
35448 Log: Subject: [PATCH bleedperl@6866] spellings
35449 From: marcel@codewerk.com (Marcel Grunauer)
35450 Date: Tue, 29 Aug 2000 01:19:59 +0200
35451 Message-Id: <200008282319.BAA29862@gandalf.local>
35453 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
35454 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
35455 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
35456 ____________________________________________________________________________
35457 [ 6871] By: jhi on 2000/08/28 23:22:09
35458 Log: Take out the SUIDMAIL thing, that will not be
35459 a problem in 5.7.*.
35462 ____________________________________________________________________________
35463 [ 6870] By: jhi on 2000/08/28 23:19:30
35464 Log: -S is the silent flag, -s is the strip flag.
35466 Subject: [PATCH] Re: [PATCH] make no-install
35467 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35468 Date: Mon, 28 Aug 2000 15:12:55 -0700
35469 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
35472 ____________________________________________________________________________
35473 [ 6869] By: jhi on 2000/08/28 23:12:05
35474 Log: Subject: [PATCH bleedperl@6856] warnings fixes
35475 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35476 Date: Mon, 28 Aug 2000 23:55:06 +0100
35477 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
35479 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
35480 ! warnings.h warnings.pl
35481 ____________________________________________________________________________
35482 [ 6868] By: jhi on 2000/08/28 21:38:22
35483 Log: Potential cruft.
35486 ____________________________________________________________________________
35487 [ 6867] By: jhi on 2000/08/28 21:35:36
35488 Log: Update Changes.
35490 ! Changes patchlevel.h
35491 ____________________________________________________________________________
35492 [ 6866] By: jhi on 2000/08/28 21:33:49
35493 Log: Subject: hv.h Doc Patch
35494 From: Fisher Mark <fisherm@tce.com>
35495 Date: Mon, 28 Aug 2000 16:24:59 -0500
35496 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
35499 ____________________________________________________________________________
35500 [ 6865] By: jhi on 2000/08/28 21:02:15
35501 Log: Add -ld to archname on long tr...double platforms.
35503 ! U/threads/archname.U
35505 ! Configure config_h.SH
35506 ____________________________________________________________________________
35507 [ 6864] By: jhi on 2000/08/28 20:38:59
35508 Log: An attempt to fix the problem reported in
35510 Subject: Building perl@6856 using gcc/AIX 4.3.3
35511 From: Daniel Muino <dmuino@afip.gov.ar>
35512 Date: Mon, 28 Aug 2000 15:50:01 -0300
35513 Message-ID: <20000828155001.A14403@con2-dgi>
35515 I can't test this properly since the gcc installation I have
35516 access to seems to be botched (gcc is calling the AIX cpp,
35517 a losing proposition...)
35520 ____________________________________________________________________________
35521 [ 6863] By: jhi on 2000/08/28 18:57:52
35522 Log: Fix for ID 20000828.001, long doubles were not formatted
35523 correctly (showed up in $], which stopped installing perl).
35526 ____________________________________________________________________________
35527 [ 6862] By: jhi on 2000/08/28 18:07:15
35528 Log: Typo in #6858.
35531 ____________________________________________________________________________
35532 [ 6861] By: jhi on 2000/08/28 17:57:27
35533 Log: opmini.o may be left around if a build is interrupted.
35536 ____________________________________________________________________________
35537 [ 6860] By: jhi on 2000/08/28 16:52:50
35538 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
35539 From: Daniel Chetlin <daniel@chetlin.com>
35540 Date: Mon, 28 Aug 2000 01:14:18 -0700
35541 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
35544 ____________________________________________________________________________
35545 [ 6859] By: jhi on 2000/08/28 16:08:46
35546 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
35547 From: Nicholas Clark <nick@ccl4.org>
35548 Date: Mon, 28 Aug 2000 16:03:27 +0100
35549 Message-Id: <20000828160327.C49785@plum.flirble.org>
35551 ! ext/ByteLoader/bytecode.h
35552 ____________________________________________________________________________
35553 [ 6858] By: jhi on 2000/08/28 16:02:10
35554 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
35555 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
35556 Date: Mon, 28 Aug 2000 13:08:30 +0200
35557 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
35560 ____________________________________________________________________________
35561 [ 6857] By: jhi on 2000/08/28 15:42:47
35562 Log: display_format used as a class method without arguments was broken,
35565 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
35566 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
35567 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
35568 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
35570 ! lib/Math/Complex.pm t/lib/complex.t
35571 ____________________________________________________________________________
35572 [ 6856] By: jhi on 2000/08/27 22:09:48
35573 Log: Update Changes.
35575 ! Changes patchlevel.h
35576 ____________________________________________________________________________
35577 [ 6855] By: jhi on 2000/08/27 21:59:21
35578 Log: Retract #6853 (false alarm).
35580 ! lib/ExtUtils/xsubpp
35581 ____________________________________________________________________________
35582 [ 6854] By: jhi on 2000/08/27 21:37:44
35583 Log: Update Changes.
35585 ! Changes patchlevel.h
35586 ____________________________________________________________________________
35587 [ 6853] By: jhi on 2000/08/27 21:37:16
35588 Log: Subject: [PATCH perl@6850] workaround for xsubpp
35589 From: Hugo <hv@crypt.compulink.co.uk>
35590 Date: Sun, 27 Aug 2000 22:30:25 +0100
35591 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
35593 ! lib/ExtUtils/xsubpp
35594 ____________________________________________________________________________
35595 [ 6852] By: jhi on 2000/08/27 21:33:58
35596 Log: Big-endian 64-bit patch from Raphael Manfredi.
35598 ! ext/Storable/Storable.xs
35599 ____________________________________________________________________________
35600 [ 6851] By: jhi on 2000/08/27 21:22:21
35601 Log: More ruthless editing from Hugo van der Sanden.
35603 ! pod/perldelta.pod
35604 ____________________________________________________________________________
35605 [ 6850] By: jhi on 2000/08/27 16:11:46
35606 Log: Update Changes.
35608 ! Changes patchlevel.h
35609 ____________________________________________________________________________
35610 [ 6849] By: jhi on 2000/08/27 16:11:05
35611 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
35613 ! configpm pod/perldelta.pod
35614 ____________________________________________________________________________
35615 [ 6848] By: jhi on 2000/08/27 15:35:08
35616 Log: Use the actual thread type, not the pointer-to-struct.
35618 ! ext/Thread/Thread.xs
35619 ____________________________________________________________________________
35620 [ 6847] By: jhi on 2000/08/27 15:30:49
35623 ! t/pragma/warn/pp_sys
35624 ____________________________________________________________________________
35625 [ 6846] By: jhi on 2000/08/27 15:19:02
35626 Log: Passing -R in ldflags makes now it to appear in the default
35627 for lddlflags, just like with -L.
35629 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35630 From: Lupe Christoph <lupe@lupe-christoph.de>
35631 Date: Sun, 27 Aug 2000 10:28:21 +0200
35632 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
35633 Branch: metaconfig/U/perl
35637 ____________________________________________________________________________
35638 [ 6845] By: jhi on 2000/08/27 15:08:54
35639 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35640 From: Alan Burlison <Alan.Burlison@uk.sun.com>
35641 Date: Sat, 26 Aug 2000 22:23:27 +0100
35642 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
35644 ! lib/ExtUtils/MM_Unix.pm
35645 ____________________________________________________________________________
35646 [ 6844] By: jhi on 2000/08/27 15:02:37
35647 Log: DJGPP update from Laszlo Molnar.
35649 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
35650 From: ml1050 <ml1050@freemail.hu>
35651 Date: Sat, 26 Aug 2000 23:24:40 +0200
35652 Message-Id: <20000826232440.A439@freemail.hu>
35654 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
35655 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
35656 ____________________________________________________________________________
35657 [ 6843] By: jhi on 2000/08/27 14:53:58
35658 Log: Subject: installman buglet
35659 From: Lupe Christoph <lupe@lupe-christoph.de>
35660 Date: Sun, 27 Aug 2000 14:38:59 +0200
35661 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
35664 ____________________________________________________________________________
35665 [ 6842] By: jhi on 2000/08/27 14:52:08
35666 Log: Can't get the test to reliably work thanks to the
35667 inaccurateness of floating point. "Resolves" bug ids
35668 20000826.003, 20000826.009, 20000826.010,
35671 ____________________________________________________________________________
35672 [ 6841] By: jhi on 2000/08/26 15:53:58
35673 Log: Update Changes.
35675 ! Changes patchlevel.h
35676 ____________________________________________________________________________
35677 [ 6840] By: jhi on 2000/08/26 14:23:03
35678 Log: grep -e isn't portable.
35680 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
35681 From: chris@broadband.att.com
35682 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
35683 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
35685 ! hints/solaris_2.sh
35686 ____________________________________________________________________________
35687 [ 6839] By: jhi on 2000/08/26 14:12:23
35688 Log: no-install target a la make -n.
35690 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
35691 From: <abigail@foad.org>
35692 Date: Sat, 26 Aug 2000 03:57:34 -0400
35693 Message-ID: <20000826075735.18912.qmail@foad.org>
35695 ! Makefile.SH installman installperl
35696 ____________________________________________________________________________
35697 [ 6838] By: jhi on 2000/08/26 14:06:33
35698 Log: Retract #6826 as the #6828 should be do the same
35699 in a More Correct Way.
35702 ____________________________________________________________________________
35703 [ 6837] By: jhi on 2000/08/26 05:24:00
35706 ! ext/Storable/Storable.xs
35707 ____________________________________________________________________________
35708 [ 6836] By: jhi on 2000/08/26 05:05:46
35709 Log: Nicer in decimal.
35711 ! ext/Storable/Storable.xs
35712 ____________________________________________________________________________
35713 [ 6835] By: jhi on 2000/08/26 05:03:50
35714 Log: There be no UVdf.
35716 ! ext/Storable/Storable.xs
35717 ____________________________________________________________________________
35718 [ 6834] By: jhi on 2000/08/26 05:00:18
35719 Log: Continue IVdfing and UVxfing.
35721 ! ext/Storable/Storable.xs
35722 ____________________________________________________________________________
35723 [ 6833] By: jhi on 2000/08/26 04:53:14
35726 ! ext/Storable/Storable.xs
35727 ____________________________________________________________________________
35728 [ 6832] By: jhi on 2000/08/26 04:40:41
35729 Log: Document PTR2XX and INT2PTR.
35732 ____________________________________________________________________________
35733 [ 6831] By: jhi on 2000/08/26 04:33:18
35734 Log: Use UVxf, PTR2UV, NVff.
35736 ! ext/Storable/Storable.xs
35737 ____________________________________________________________________________
35738 [ 6830] By: jhi on 2000/08/26 04:31:32
35739 Log: Update the test count.
35742 ____________________________________________________________________________
35743 [ 6829] By: jhi on 2000/08/26 03:05:50
35744 Log: Subject: [PATCH] installation not quite silent yet.
35745 From: <abigail@foad.org>
35746 Date: Fri, 25 Aug 2000 20:07:53 -0400
35747 Message-ID: <20000826000753.7822.qmail@foad.org>
35749 ! installman installperl
35750 ____________________________________________________________________________
35751 [ 6828] By: jhi on 2000/08/26 03:05:14
35752 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
35753 From: Spider Boardman <spider@web.zk3.dec.com>
35754 Date: Fri, 25 Aug 2000 19:12:40 -0400
35755 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
35758 ____________________________________________________________________________
35759 [ 6827] By: jhi on 2000/08/25 23:54:34
35760 Log: Support preserving extremely big/small angles.
35762 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
35763 ____________________________________________________________________________
35764 [ 6826] By: jhi on 2000/08/25 23:01:20
35765 Log: Patch installperl to be long double-aware.
35767 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
35768 From: Spider Boardman <spider@web.zk3.dec.com>
35769 Date: Fri, 25 Aug 2000 18:15:23 -0400
35770 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
35773 ____________________________________________________________________________
35774 [ 6825] By: jhi on 2000/08/25 22:58:25
35775 Log: Remove duplicately applied patch shards.
35777 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
35778 From: Spider Boardman <spider@leggy.zk3.dec.com>
35779 Date: Fri, 25 Aug 2000 16:45:03 -0400
35780 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
35783 ____________________________________________________________________________
35784 [ 6824] By: jhi on 2000/08/25 22:57:00
35785 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35786 From: Daniel Chetlin <daniel@chetlin.com>
35787 Date: Fri, 25 Aug 2000 12:23:16 -0700
35788 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
35790 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35791 From: Daniel Chetlin <daniel@chetlin.com>
35792 Date: Fri, 25 Aug 2000 14:47:19 -0700
35793 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
35796 ____________________________________________________________________________
35797 [ 6823] By: jhi on 2000/08/25 22:44:17
35798 Log: Timestamp problem?
35800 ! uconfig.h uconfig.sh
35801 ____________________________________________________________________________
35802 [ 6822] By: jhi on 2000/08/25 19:01:06
35803 Log: One forgotten file from #6816.
35806 ____________________________________________________________________________
35807 [ 6821] By: jhi on 2000/08/25 18:56:39
35808 Log: Regen Changes.
35810 ! Changes patchlevel.h
35811 ____________________________________________________________________________
35812 [ 6820] By: jhi on 2000/08/25 18:52:35
35813 Log: Fix Changes ordering.
35816 ____________________________________________________________________________
35817 [ 6819] By: jhi on 2000/08/25 18:50:25
35818 Log: Update Changes.
35820 ! Changes patchlevel.h
35821 ____________________________________________________________________________
35822 [ 6818] By: jhi on 2000/08/25 18:47:45
35823 Log: Tweak the sfio/useperlio logic, hopefully as wished in
35825 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
35826 From: Nicholas Clark <nick@babyhippo.co.uk>
35827 Date: Fri, 25 Aug 2000 12:01:45 +0100
35828 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
35829 Branch: metaconfig/U/perl
35833 ____________________________________________________________________________
35834 [ 6817] By: jhi on 2000/08/25 18:32:51
35835 Log: Allow microperl to assume <math.h>, without it the math
35836 functions like floor() are assumed to return int, which makes
35837 for core dumps in machines where integer and floating register
35840 ! uconfig.h uconfig.sh
35841 ____________________________________________________________________________
35842 [ 6816] By: jhi on 2000/08/25 18:27:17
35843 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
35844 the problem reported in
35846 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
35847 From: danhale@us.ibm.com
35848 Date: Fri, 25 Aug 2000 10:58:06 -0400
35849 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
35850 Branch: metaconfig/U/perl
35853 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
35854 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
35855 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
35856 ! win32/config.gc win32/config.vc
35857 ____________________________________________________________________________
35858 [ 6815] By: jhi on 2000/08/25 17:43:31
35859 Log: A solution for the retrieve_fd autosplit warning,
35860 idea suggested by Mike Guy.
35862 ! ext/Storable/Storable.pm
35863 ____________________________________________________________________________
35864 [ 6814] By: jhi on 2000/08/25 17:16:03
35865 Log: Add install-silent target.
35868 ____________________________________________________________________________
35869 [ 6813] By: jhi on 2000/08/25 17:14:23
35870 Log: Subject: Re: [PATCH] More silencing of installman.
35871 From: <abigail@foad.org>
35872 Date: Thu, 24 Aug 2000 19:27:03 -0400
35873 Message-ID: <20000824232703.7001.qmail@foad.org>
35875 Subject: Re: [PATCH] More silencing of installman.
35876 From: <abigail@foad.org>
35877 Date: Fri, 25 Aug 2000 03:00:58 -0400
35878 Message-ID: <20000825070058.10697.qmail@foad.org>
35881 ____________________________________________________________________________
35882 [ 6812] By: jhi on 2000/08/25 17:11:28
35883 Log: installperl --verbose and --silent.
35885 Subject: Re: [PATCH] More silencing of installman.
35886 From: <abigail@foad.org>
35887 Message-ID: <20000825064430.9719.qmail@foad.org>
35888 Date: Fri, 25 Aug 2000 02:44:30 -0400
35891 ____________________________________________________________________________
35892 [ 6811] By: jhi on 2000/08/25 17:05:43
35893 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
35894 From: "Peter J. Farley III" <pjfarley@banet.net>
35895 Date: Thu, 24 Aug 2000 21:58:03 -0400
35896 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
35898 (applied slightly modified)
35900 ! lib/ExtUtils/MM_Unix.pm
35901 ____________________________________________________________________________
35902 [ 6810] By: jhi on 2000/08/25 17:01:18
35903 Log: Missing parts of
35905 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
35906 From: Peter Prymmer <pvhp@forte.com>
35907 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
35908 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
35911 ____________________________________________________________________________
35912 [ 6809] By: jhi on 2000/08/25 16:46:32
35913 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
35914 From: "Craig A. Berry" <craig.berry@psinetcs.com>
35915 Date: Thu, 24 Aug 2000 19:13:11 -0500
35916 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
35919 ____________________________________________________________________________
35920 [ 6808] By: jhi on 2000/08/25 16:39:22
35921 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
35922 From: Peter Prymmer <pvhp@forte.com>
35923 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
35924 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
35927 ____________________________________________________________________________
35928 [ 6807] By: jhi on 2000/08/25 16:36:37
35929 Log: Better wording for the vec lvalue diagnostic.
35931 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35932 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35933 Date: Wed, 23 Aug 2000 14:12:16 -0400
35934 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
35937 ____________________________________________________________________________
35938 [ 6806] By: jhi on 2000/08/24 18:17:22
35939 Log: Subject: [PATCH] More silencing of installman.
35940 From: <abigail@foad.org>
35941 Date: Thu, 24 Aug 2000 14:01:44 -0400
35942 Message-ID: <20000824180144.20062.qmail@foad.org>
35945 ____________________________________________________________________________
35946 [ 6805] By: jhi on 2000/08/24 15:00:31
35947 Log: Update Changes.
35949 ! Changes patchlevel.h
35950 ____________________________________________________________________________
35951 [ 6804] By: jhi on 2000/08/24 14:59:07
35952 Log: Regen perltoc.
35955 ____________________________________________________________________________
35956 [ 6803] By: jhi on 2000/08/24 14:44:39
35957 Log: Show the doc file, not the temp file.
35960 ____________________________________________________________________________
35961 [ 6802] By: jhi on 2000/08/24 14:41:53
35962 Log: Continue silencing.
35965 ____________________________________________________________________________
35966 [ 6801] By: jhi on 2000/08/24 14:34:40
35967 Log: Actually do something with the silencer option.
35970 ____________________________________________________________________________
35971 [ 6800] By: jhi on 2000/08/24 14:26:22
35972 Log: Make installman to recognize the silence flag -S.
35975 ____________________________________________________________________________
35976 [ 6799] By: jhi on 2000/08/24 13:49:38
35977 Log: DOS patches and portability/porting notes, from Tim Jenness.
35980 ____________________________________________________________________________
35981 [ 6798] By: jhi on 2000/08/24 13:48:27
35982 Log: Create directories in silence.
35984 Subject: [PATCH] Another silencer for MakeMaker
35985 From: andreas.koenig@anima.de (Andreas J. Koenig)
35986 Date: 24 Aug 2000 14:18:52 +0200
35987 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
35989 ! lib/ExtUtils/Command.pm
35990 ____________________________________________________________________________
35991 [ 6797] By: jhi on 2000/08/24 13:46:42
35992 Log: More liberal parsing of version numbers.
35994 Subject: Re: CPAN.pm beta for testing available
35995 From: andreas.koenig@anima.de (Andreas J. Koenig)
35996 Date: 24 Aug 2000 13:51:57 +0200
35997 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
36000 ____________________________________________________________________________
36001 [ 6796] By: jhi on 2000/08/24 13:44:36
36002 Log: Make "make install" by default silent. A new "install-verbose"
36006 ____________________________________________________________________________
36007 [ 6795] By: jhi on 2000/08/24 13:39:14
36008 Log: Add silencer flags to installperl.
36010 Subject: [PATCH] Making installperl silent.
36011 From: <abigail@foad.org>
36012 Date: Thu, 24 Aug 2000 05:01:45 -0400
36013 Message-ID: <20000824090145.13141.qmail@foad.org>
36016 ____________________________________________________________________________
36017 [ 6794] By: jhi on 2000/08/24 13:35:50
36018 Log: installperl couldn't tell whether it had run tests or not.
36020 Subject: [PATCH] Re: installperl and t/TEST
36021 From: <abigail@foad.org>
36022 Date: Thu, 24 Aug 2000 04:00:53 -0400
36023 Message-ID: <20000824080053.2494.qmail@foad.org>
36025 ! Makefile.SH installperl
36026 ____________________________________________________________________________
36027 [ 6793] By: jhi on 2000/08/24 13:27:50
36028 Log: Drop the separate perlbc, perlcc -b should be enough.
36031 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
36032 ____________________________________________________________________________
36033 [ 6792] By: jhi on 2000/08/24 04:41:30
36034 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
36035 plus the typo fix from Peter Prymmer.
36037 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
36038 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36039 ____________________________________________________________________________
36040 [ 6791] By: jhi on 2000/08/24 02:10:43
36041 Log: Replace #6705 with a minimal doc patch.
36043 Subject: [PATCH 5.6.0] replace change #6705
36044 From: Jan Dubois <jand@ActiveState.com>
36045 Date: Wed, 23 Aug 2000 18:31:51 -0700
36046 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
36048 ! lib/Win32.pod win32/win32.c
36049 ____________________________________________________________________________
36050 [ 6790] By: jhi on 2000/08/23 17:52:00
36051 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36052 From: Mike Guy <mjtg@cam.ac.uk>
36053 Date: Wed, 23 Aug 2000 18:38:46 +0100
36054 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
36056 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
36057 ____________________________________________________________________________
36058 [ 6789] By: jhi on 2000/08/23 15:34:21
36059 Log: Update Changes.
36061 ! Changes patchlevel.h
36062 ____________________________________________________________________________
36063 [ 6788] By: jhi on 2000/08/23 15:33:40
36064 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
36065 From: Wilfredo Sánchez <wsanchez@apple.com>
36066 Date: Tue, 22 Aug 2000 19:31:27 -0700
36067 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
36070 ____________________________________________________________________________
36071 [ 6787] By: jhi on 2000/08/23 15:29:31
36072 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36073 From: Spider Boardman <spider@leggy.zk3.dec.com>
36074 Date: Wed, 23 Aug 2000 10:33:23 -0400
36075 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
36078 ____________________________________________________________________________
36079 [ 6786] By: jhi on 2000/08/23 15:28:11
36082 ! ext/B/Makefile.PL
36083 ____________________________________________________________________________
36084 [ 6785] By: jhi on 2000/08/23 14:37:04
36085 Log: Update Changes.
36087 ! Changes patchlevel.h
36088 ____________________________________________________________________________
36089 [ 6784] By: jhi on 2000/08/23 13:58:41
36090 Log: Portability fix from Hugo van der Sanden.
36092 ! ext/re/Makefile.PL
36093 ____________________________________________________________________________
36094 [ 6783] By: jhi on 2000/08/23 13:53:53
36095 Log: Storable support, v-version fixes.
36097 Subject: CPAN.pm beta for testing available
36098 From: andreas.koenig@anima.de (Andreas J. Koenig)
36099 Date: 22 Aug 2000 23:31:33 +0200
36100 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
36102 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36103 ____________________________________________________________________________
36104 [ 6782] By: jhi on 2000/08/23 13:51:26
36105 Log: Mac and other portability updates from Chris Nandor.
36107 ! pod/perlmodinstall.pod
36108 ____________________________________________________________________________
36109 [ 6781] By: jhi on 2000/08/23 13:47:33
36110 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
36111 From: Peter Prymmer <pvhp@forte.com>
36112 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
36113 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
36115 ! ext/Storable/Storable.xs
36116 ____________________________________________________________________________
36117 [ 6780] By: jhi on 2000/08/23 13:33:34
36118 Log: VMS MMS (make) wants null action.
36120 ! ext/B/Makefile.PL
36121 ____________________________________________________________________________
36122 [ 6779] By: jhi on 2000/08/22 19:44:47
36123 Log: Forgot portability nit.
36125 ! t/lib/st-forgive.t
36126 ____________________________________________________________________________
36127 [ 6778] By: jhi on 2000/08/22 19:35:25
36130 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
36132 ____________________________________________________________________________
36133 [ 6777] By: jhi on 2000/08/22 18:50:53
36134 Log: Update Changes.
36136 ! Changes patchlevel.h
36137 ____________________________________________________________________________
36138 [ 6776] By: jhi on 2000/08/22 18:44:46
36139 Log: cSVOPo_*v things index into the current PL_curpad
36140 under ithreads, which is different from the curpad
36141 used by the XSUB. (In other words, the code as-is
36142 before this patch wouldn't work under ithreads.)
36146 ____________________________________________________________________________
36147 [ 6775] By: jhi on 2000/08/22 18:18:37
36148 Log: Make the selection of NVff et al stricter.
36149 Branch: metaconfig/U/perl
36152 ! Configure config_h.SH
36153 ____________________________________________________________________________
36154 [ 6774] By: jhi on 2000/08/22 17:19:42
36155 Log: perldelta nits.
36157 ! pod/perldelta.pod
36158 ____________________________________________________________________________
36159 [ 6773] By: jhi on 2000/08/22 17:06:26
36160 Log: Long double fixes from Spider Boardman.
36162 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
36163 From: system PRIVILEGED account <root@peano.zk3.dec.com>
36164 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
36165 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
36167 ! t/lib/bigfltpm.t t/lib/st-06compat.t
36168 ____________________________________________________________________________
36169 [ 6772] By: jhi on 2000/08/22 15:04:53
36170 Log: Update Changes.
36172 ! Changes patchlevel.h
36173 ____________________________________________________________________________
36174 [ 6771] By: jhi on 2000/08/22 15:01:44
36175 Log: perldelta fixes from Hugo van der Sanden.
36177 ! pod/perldelta.pod
36178 ____________________________________________________________________________
36179 [ 6770] By: jhi on 2000/08/22 14:34:49
36180 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
36181 From: Hugo <hv@crypt.compulink.co.uk>
36182 Date: Tue, 22 Aug 2000 11:21:53 +0100
36183 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
36186 ____________________________________________________________________________
36187 [ 6769] By: jhi on 2000/08/22 14:30:02
36188 Log: Add Yitzchak, reformat.
36190 ! Changes config_h.SH
36191 ____________________________________________________________________________
36192 [ 6768] By: jhi on 2000/08/22 14:21:35
36193 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
36194 and Spider Boardman.
36196 ! U/compline/d_gconvert.U
36199 ____________________________________________________________________________
36200 [ 6767] By: jhi on 2000/08/22 14:11:24
36201 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
36202 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36203 Date: Mon, 21 Aug 2000 19:08:31 -0700
36204 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
36206 - ext/Storable/patchlevel.h
36207 ! MANIFEST ext/Storable/MANIFEST
36208 ____________________________________________________________________________
36209 [ 6766] By: jhi on 2000/08/22 13:49:29
36210 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
36211 From: Peter Prymmer <pvhp@forte.com>
36212 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
36213 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
36215 ! configure.com ext/Storable/Makefile.PL
36216 ____________________________________________________________________________
36217 [ 6765] By: jhi on 2000/08/22 13:44:59
36218 Log: Subject: [PATCH blead] B:: missing dependency
36219 From: Hugo <hv@crypt.compulink.co.uk>
36220 Date: Tue, 22 Aug 2000 06:44:33 +0100
36221 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
36223 ! ext/B/Makefile.PL
36224 ____________________________________________________________________________
36225 [ 6764] By: jhi on 2000/08/22 13:38:12
36226 Log: More bytecompiler.
36228 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
36229 ____________________________________________________________________________
36230 [ 6763] By: jhi on 2000/08/22 13:36:44
36231 Log: Bytecompiler patches from Benjamin Stuhl.
36233 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
36234 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36235 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
36236 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36237 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
36238 ! perl.c perlapi.h pod/perldelta.pod
36239 ____________________________________________________________________________
36240 [ 6762] By: jhi on 2000/08/21 23:43:40
36241 Log: An obsoleted diagnostic.
36243 ! pod/perldelta.pod
36244 ____________________________________________________________________________
36245 [ 6761] By: jhi on 2000/08/21 23:01:45
36246 Log: The #6759 wasn't quite right.
36248 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
36249 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
36250 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36251 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36252 ! t/lib/st-tieditems.t
36253 ____________________________________________________________________________
36254 [ 6760] By: jhi on 2000/08/21 22:35:49
36255 Log: Be verydeepclean.
36258 ____________________________________________________________________________
36259 [ 6759] By: jhi on 2000/08/21 22:25:40
36260 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
36261 From: Peter Prymmer <pvhp@forte.com>
36262 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
36263 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
36265 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
36266 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
36267 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36268 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36269 ! t/lib/st-tieditems.t
36270 ____________________________________________________________________________
36271 [ 6758] By: jhi on 2000/08/21 22:22:32
36272 Log: Few more casts, need reported in
36274 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
36275 From: Mike Stok <mike@stok.co.uk>
36276 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
36277 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
36281 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
36282 From: abigail@foad.org
36283 Date: 21 Aug 2000 21:31:34 -0000
36284 Message-Id: <20000821213134.30170.qmail@foad.org>
36286 ! ext/Storable/Storable.xs
36287 ____________________________________________________________________________
36288 [ 6757] By: jhi on 2000/08/21 18:37:07
36289 Log: Update Changes.
36291 ! Changes patchlevel.h
36292 ____________________________________________________________________________
36293 [ 6756] By: jhi on 2000/08/21 18:34:02
36296 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
36297 From: <abigail@foad.org>
36298 Date: Mon, 21 Aug 2000 14:00:16 -0400
36299 Message-ID: <20000821180016.28627.qmail@foad.org>
36302 ____________________________________________________________________________
36303 [ 6755] By: jhi on 2000/08/21 18:30:56
36304 Log: Use PodParser 1.18 new test.
36306 ! t/pod/special_seqs.t t/pod/special_seqs.xr
36307 ____________________________________________________________________________
36308 [ 6754] By: jhi on 2000/08/21 18:28:35
36309 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
36310 patches cannot be applied since #6712 conflicts.
36312 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
36313 ____________________________________________________________________________
36314 [ 6753] By: jhi on 2000/08/21 18:15:11
36315 Log: Weed out some smaller changes.
36317 ! pod/perldelta.pod
36318 ____________________________________________________________________________
36319 [ 6752] By: jhi on 2000/08/21 18:02:30
36320 Log: Also under djgpp the timestamps are funky.
36323 ____________________________________________________________________________
36324 [ 6751] By: jhi on 2000/08/21 17:55:56
36325 Log: Tweak the floating point output routine preferences.
36327 ! U/compline/d_gconvert.U
36330 ____________________________________________________________________________
36331 [ 6750] By: jhi on 2000/08/21 17:51:29
36332 Log: Unicos/mk requires elaborate paranoia.
36334 ! lib/Math/Complex.pm
36335 ____________________________________________________________________________
36336 [ 6749] By: gsar on 2000/08/21 16:53:31
36337 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
36340 ____________________________________________________________________________
36341 [ 6748] By: gsar on 2000/08/21 16:22:19
36342 Log: free TLS slot properly on Windows
36344 ! thread.h win32/perllib.c win32/win32thread.h
36345 ____________________________________________________________________________
36346 [ 6747] By: jhi on 2000/08/21 16:20:58
36347 Log: Rename the macro argument because some preprocessors
36348 can't tell the difference and expand arguments also inside
36349 double quoted strings.
36352 ____________________________________________________________________________
36353 [ 6746] By: jhi on 2000/08/21 16:09:41
36354 Log: Support long doubles in Storable.
36356 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
36357 From: Radu Greab <radu@netsoft.ro>
36358 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
36359 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
36361 ! ext/Storable/Storable.xs
36362 ____________________________________________________________________________
36363 [ 6745] By: jhi on 2000/08/21 15:51:40
36364 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
36365 From: "Fifer, Eric" <EFifer@sanwaint.com>
36366 Date: Mon, 21 Aug 2000 15:34:49 +0100
36367 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
36369 ! t/pragma/warn/9enabled
36370 ____________________________________________________________________________
36371 [ 6744] By: jhi on 2000/08/21 15:39:35
36372 Log: Document the endianness of Alpha more precisely.
36374 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
36376 ____________________________________________________________________________
36377 [ 6743] By: jhi on 2000/08/21 14:47:05
36378 Log: perldelta fixes from the p5p crowd.
36380 ! pod/perldelta.pod pod/perlop.pod
36381 ____________________________________________________________________________
36382 [ 6742] By: jhi on 2000/08/21 13:34:51
36383 Log: Update to Pod::LaTeX 0.53.
36385 Subject: [PATCH] lib/Pod/LaTeX.pm updates
36386 From: Tim Jenness <timj@jach.hawaii.edu>
36387 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
36388 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
36391 ____________________________________________________________________________
36392 [ 6741] By: jhi on 2000/08/21 13:33:01
36393 Log: Subject: [PATCH] os2.c fix for use64bitint
36394 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36395 Date: Mon, 21 Aug 2000 01:32:25 -0700
36396 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
36399 ____________________________________________________________________________
36400 [ 6740] By: jhi on 2000/08/21 13:28:52
36401 Log: Array context keeps slithering in.
36403 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
36404 From: Daniel Chetlin <daniel@chetlin.com>
36405 Date: Sun, 20 Aug 2000 21:40:25 -0700
36406 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
36408 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
36409 ! pod/perldebtut.pod
36410 ____________________________________________________________________________
36411 [ 6739] By: jhi on 2000/08/21 13:23:55
36412 Log: Big-endian quad fixes for Storable from Radu Greab,
36413 plus few explicit null casts for picky compilers.
36415 ! ext/Storable/Storable.xs
36416 ____________________________________________________________________________
36417 [ 6738] By: gsar on 2000/08/21 05:56:13
36418 Log: small tweaks for change#6705: avoid C++ style comments in C code;
36419 use Perl's malloc API rather than the low level system one
36422 ____________________________________________________________________________
36423 [ 6737] By: gsar on 2000/08/21 05:35:41
36424 Log: add Storable to list of extensions on Windows
36426 ! win32/Makefile win32/makefile.mk
36427 ____________________________________________________________________________
36428 [ 6736] By: jhi on 2000/08/21 02:57:53
36429 Log: Update Changes.
36431 ! Changes patchlevel.h
36432 ____________________________________________________________________________
36433 [ 6735] By: jhi on 2000/08/21 02:57:20
36436 ! pod/perldelta.pod
36437 ____________________________________________________________________________
36438 [ 6734] By: jhi on 2000/08/21 02:57:03
36439 Log: Add Storable 0.7.2 from Raphael Manfredi,
36440 plus the patch from
36442 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
36443 From: Radu Greab <radu@netsoft.ro>
36444 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
36445 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
36447 plus changes to get Storable to compile with
36448 picky ANSI compilers.
36450 + ext/Storable/ChangeLog ext/Storable/MANIFEST
36451 + ext/Storable/Makefile.PL ext/Storable/README
36452 + ext/Storable/Storable.pm ext/Storable/Storable.xs
36453 + ext/Storable/patchlevel.h t/lib/st-06compat.t
36454 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
36455 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
36456 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36457 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36458 + t/lib/st-tieditems.t
36460 ____________________________________________________________________________
36461 [ 6733] By: jhi on 2000/08/21 02:29:09
36462 Log: The correct cleaning order is an art.
36465 ____________________________________________________________________________
36466 [ 6732] By: jhi on 2000/08/21 01:23:39
36467 Log: The #6724 is here.
36469 ! t/lib/ftmp-security.t
36470 ____________________________________________________________________________
36471 [ 6731] By: jhi on 2000/08/20 23:17:03
36472 Log: s/this one/the 5.6.0 release/
36474 ! pod/perl56delta.pod
36475 ____________________________________________________________________________
36476 [ 6730] By: jhi on 2000/08/20 23:07:34
36477 Log: Mention perlebcdic and perlposix-bc.
36480 ____________________________________________________________________________
36481 [ 6729] By: jhi on 2000/08/20 21:32:59
36482 Log: Document the number of exponent digits.
36485 ____________________________________________________________________________
36486 [ 6728] By: jhi on 2000/08/20 21:16:47
36487 Log: Use File::Spec->tmpdir().
36489 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
36490 From: Tim Jenness <timj@jach.hawaii.edu>
36491 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
36493 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
36496 ____________________________________________________________________________
36497 [ 6727] By: jhi on 2000/08/20 20:43:32
36498 Log: Update Changes.
36500 ! Changes patchlevel.h
36501 ____________________________________________________________________________
36502 [ 6726] By: jhi on 2000/08/20 20:41:44
36503 Log: The veryclean target needs to clobber.
36506 ____________________________________________________________________________
36507 [ 6725] By: jhi on 2000/08/20 20:37:38
36508 Log: Document odd vs even subreleases and -Dusedevel.
36511 ____________________________________________________________________________
36512 [ 6724] By: jhi on 2000/08/20 19:58:05
36513 Log: Use temporary directory instead of current directory.
36515 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
36516 From: Tim Jenness <timj@jach.hawaii.edu>
36517 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
36518 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
36520 ! t/lib/ftmp-security.t
36521 ____________________________________________________________________________
36522 [ 6723] By: jhi on 2000/08/20 19:55:55
36523 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
36524 From: andreas.koenig@anima.de (Andreas J. Koenig)
36525 Date: 20 Aug 2000 15:52:03 +0200
36526 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
36528 ! lib/ExtUtils/MM_Unix.pm
36529 ____________________________________________________________________________
36530 [ 6722] By: jhi on 2000/08/20 19:46:01
36531 Log: Update to CGI 2.72, from Lincoln Stein.
36534 ____________________________________________________________________________
36535 [ 6721] By: jhi on 2000/08/20 19:43:54
36536 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
36537 From: Radu Greab <radu@netsoft.ro>
36538 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
36539 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
36541 ! ext/GDBM_File/GDBM_File.xs
36542 ____________________________________________________________________________
36543 [ 6720] By: jhi on 2000/08/20 19:42:01
36544 Log: pp_open() could pass an uninitialized filename down to do_open9().
36547 ____________________________________________________________________________
36548 [ 6719] By: jhi on 2000/08/20 14:06:41
36549 Log: UTF8 concat fixes.
36551 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
36552 From: Hugo <hv@crypt.compulink.co.uk>
36553 Date: Sun, 20 Aug 2000 07:30:46 +0100
36554 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
36556 ! pp_hot.c t/op/append.t
36557 ____________________________________________________________________________
36558 [ 6718] By: jhi on 2000/08/20 02:09:37
36559 Log: Let's try #6717 again.
36562 ____________________________________________________________________________
36563 [ 6717] By: jhi on 2000/08/20 01:56:55
36564 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
36565 From: "Craig A. Berry" <craig.berry@metamorgs.com>
36566 Date: Sat, 19 Aug 2000 18:15:39 -0500
36567 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
36570 ____________________________________________________________________________
36571 [ 6716] By: jhi on 2000/08/19 15:50:11
36572 Log: Update Changes.
36574 ! Changes patchlevel.h
36575 ____________________________________________________________________________
36576 [ 6715] By: jhi on 2000/08/19 15:39:09
36577 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
36578 From: Jonathan D Johnston <jdjohnston2@juno.com>
36579 Date: Thu, 17 Aug 2000 23:13:01 -0400
36580 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
36583 ____________________________________________________________________________
36584 [ 6714] By: jhi on 2000/08/19 15:34:04
36585 Log: Introduce a 'veryclean' target that is like 'distclean'
36586 but also removes *~ and *.orig.
36588 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
36589 ! utils/Makefile x2p/Makefile.SH
36590 ____________________________________________________________________________
36591 [ 6713] By: jhi on 2000/08/19 14:15:45
36592 Log: Put back the long double avoidance code to POSIX.xs
36593 because VMS seems to need it still.
36595 ! ext/POSIX/POSIX.xs
36596 ____________________________________________________________________________
36597 [ 6712] By: jhi on 2000/08/19 14:10:41
36598 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
36599 From: Peter Prymmer <pvhp@forte.com>
36600 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
36601 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
36603 ! lib/Pod/Find.pm t/pod/find.t
36604 ____________________________________________________________________________
36605 [ 6711] By: jhi on 2000/08/19 14:09:19
36606 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
36607 From: Peter Prymmer <pvhp@forte.com>
36608 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
36609 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
36610 cc: vmsperl@perl.org
36613 ____________________________________________________________________________
36614 [ 6710] By: jhi on 2000/08/19 14:08:01
36615 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
36616 From: Jan Dubois <jand@ActiveState.com>
36617 Date: Fri, 18 Aug 2000 16:31:48 -0700
36618 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
36621 ____________________________________________________________________________
36622 [ 6709] By: jhi on 2000/08/19 14:06:57
36623 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
36625 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
36626 From: Spider.Boardman@Orb.Nashua.NH.US
36627 Date: Fri, 18 Aug 2000 18:41:14 -0400
36628 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
36631 ____________________________________________________________________________
36632 [ 6708] By: jhi on 2000/08/18 22:04:49
36633 Log: Update Changes.
36635 ! Changes patchlevel.h
36636 ____________________________________________________________________________
36637 [ 6707] By: jhi on 2000/08/18 21:55:14
36638 Log: Add warnif(), check warnings further up the stack,
36639 all the warnings functions now can take an optional object reference.
36641 Subject: [PATCH bleedperl@6691] warnings pragma update
36642 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36643 Date: Fri, 18 Aug 2000 22:42:06 +0100
36644 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
36646 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
36647 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
36648 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
36649 ____________________________________________________________________________
36650 [ 6706] By: jhi on 2000/08/18 21:41:45
36651 Log: Typo in pp_complement().
36653 Subject: [PATCH perl-current] Deparse
36654 From: Peter Scott <Peter@PSDT.com>
36655 Date: Fri, 18 Aug 2000 12:44:37 -0700
36656 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
36658 ! ext/B/B/Deparse.pm
36659 ____________________________________________________________________________
36660 [ 6705] By: jhi on 2000/08/18 21:25:59
36661 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
36662 From: Jan Dubois <jand@ActiveState.com>
36663 Date: Fri, 18 Aug 2000 14:22:51 -0700
36664 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
36666 ! lib/Win32.pod win32/win32.c
36667 ____________________________________________________________________________
36668 [ 6704] By: jhi on 2000/08/18 21:16:14
36669 Log: Don't eat leading os from index entries.
36671 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
36672 From: Russ Allbery <rra@stanford.edu>
36673 Date: 10 Aug 2000 20:49:25 -0700
36674 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
36677 ____________________________________________________________________________
36678 [ 6703] By: jhi on 2000/08/18 21:07:06
36679 Log: Add [[:blank:]] as suggested in
36681 Subject: [ID 20000716.024] [=cc=] / [:blank:]
36682 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
36683 Date: Sun, 16 Jul 2000 17:55:29 -0700
36684 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
36686 (the [=cc=] has already been taken care of by #6439
36687 so the whole bug report can be closed)
36689 and make [[:space:]] to be equivalent to isspace(3)
36690 (as opposed to \s, which is isSPACE()). The difference
36691 is that now [[:space:]] matches the mythical vertical tab,
36694 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
36695 ! regexec.c t/op/pat.t
36696 ____________________________________________________________________________
36697 [ 6702] By: jhi on 2000/08/18 18:47:47
36698 Log: The new tests were missing from #6415.
36701 ____________________________________________________________________________
36702 [ 6701] By: jhi on 2000/08/18 18:20:40
36703 Log: Document the NDBM_File and ODBM_File as SDBM_File
36704 was documented in #6417.
36706 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
36707 ! ext/SDBM_File/SDBM_File.pm
36708 ____________________________________________________________________________
36709 [ 6700] By: jhi on 2000/08/18 18:10:39
36710 Log: Subject: [PATCH perl@6698] cygwin port
36711 From: "Fifer, Eric" <EFifer@sanwaint.com>
36712 Date: Fri, 18 Aug 2000 17:30:05 +0100
36713 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
36716 ____________________________________________________________________________
36717 [ 6699] By: jhi on 2000/08/18 16:21:49
36718 Log: Document code point which makes if (defined %stash::) to work
36719 (noted by Spider Boardman).
36722 ____________________________________________________________________________
36723 [ 6698] By: jhi on 2000/08/18 13:43:27
36724 Log: Update Changes.
36726 ! Changes patchlevel.h
36727 ____________________________________________________________________________
36728 [ 6697] By: jhi on 2000/08/18 13:35:57
36729 Log: Tiny Getopt::Long patch from Johan Vromans.
36731 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
36732 ____________________________________________________________________________
36733 [ 6696] By: jhi on 2000/08/18 13:26:14
36734 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
36735 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
36736 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
36737 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
36739 ! pod/perldiag.pod pod/perlsyn.pod
36740 ____________________________________________________________________________
36741 [ 6695] By: jhi on 2000/08/18 13:13:26
36742 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
36743 From: Daniel Chetlin <daniel@chetlin.com>
36744 Date: Fri, 18 Aug 2000 03:13:36 -0700
36745 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
36748 ____________________________________________________________________________
36749 [ 6694] By: jhi on 2000/08/18 13:08:05
36750 Log: Subject: [PATCH] perltrap.pod spring cleaning
36751 From: Daniel Chetlin <daniel@chetlin.com>
36752 Date: Fri, 18 Aug 2000 03:06:54 -0700
36753 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
36755 plus Mike Guy's nitfix.
36758 ____________________________________________________________________________
36759 [ 6693] By: jhi on 2000/08/18 13:00:26
36760 Log: Unbuffer the output.
36762 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
36763 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36764 Date: Thu, 17 Aug 2000 18:39:29 -0700
36765 Message-ID: <RPJn5gzkgydf092yn@efn.org>
36768 ____________________________________________________________________________
36769 [ 6692] By: jhi on 2000/08/18 05:19:17
36770 Log: Delete the image, too, not just its MANIFEStation.
36772 - lib/CGI/eg/wilogo.gif
36773 ____________________________________________________________________________
36774 [ 6691] By: jhi on 2000/08/18 05:10:26
36775 Log: Propagate new Configure vars.
36777 ! configure.com epoc/config.sh uconfig.h uconfig.sh
36778 ! vos/config.def vos/config.h vos/config_h.SH_orig
36779 ! win32/config.bc win32/config.gc win32/config.vc
36780 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36781 ____________________________________________________________________________
36782 [ 6690] By: jhi on 2000/08/18 04:30:56
36783 Log: Update Changes.
36785 ! Changes patchlevel.h
36786 ____________________________________________________________________________
36787 [ 6689] By: jhi on 2000/08/18 04:12:30
36788 Log: Fix the lib/complex failure of
36790 From: abigail@foad.org
36791 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
36792 Date: 15 Aug 2000 04:06:38 -0000
36793 Message-Id: <20000815040638.8524.qmail@foad.org>
36795 Linux long double accuracy issue: something that
36796 when printed with %g looks like "2" but int() of it is 1.
36798 ! lib/Math/Complex.pm
36799 ____________________________________________________________________________
36800 [ 6688] By: jhi on 2000/08/18 03:15:35
36801 Log: The byteorder code in #6671 was wrong.
36804 ____________________________________________________________________________
36805 [ 6687] By: jhi on 2000/08/18 02:08:42
36806 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
36807 From: Jan Dubois <jand@ActiveState.com>
36808 Date: Thu, 17 Aug 2000 18:31:55 -0700
36809 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
36812 ____________________________________________________________________________
36813 [ 6686] By: jhi on 2000/08/18 02:04:15
36814 Log: Use NVs in POSIX math, not doubles.
36816 From: abigail@foad.org
36817 Subject: [ID 20000817.014] POSIX & modfl
36818 Date: 17 Aug 2000 20:49:18 -0000
36819 Message-Id: <20000817204918.23123.qmail@foad.org>
36821 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
36822 ____________________________________________________________________________
36823 [ 6685] By: jhi on 2000/08/18 02:02:12
36824 Log: Introduce NVef, NVff, and NVgf, use the middle one.
36825 (helps for lib/peek + Linux + long doubles) Reported in
36827 From: abigail@foad.org
36828 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
36829 Date: 15 Aug 2000 04:06:38 -0000
36830 Message-Id: <20000815040638.8524.qmail@foad.org>
36832 (note: the lib/complex failure has not yet been addressed)
36833 Branch: metaconfig/U/perl
36836 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36837 ! config_h.SH dump.c perl.h pod/perlguts.pod
36838 ____________________________________________________________________________
36839 [ 6684] By: jhi on 2000/08/17 23:22:19
36840 Log: Add byteorder to the myconfig output.
36843 ____________________________________________________________________________
36844 [ 6683] By: jhi on 2000/08/17 23:20:19
36845 Log: The image doth not exist, spotted by Johan Vromans.
36848 ____________________________________________________________________________
36849 [ 6682] By: jhi on 2000/08/17 22:38:16
36850 Log: Document what the backtick returns if the command fails.
36853 ____________________________________________________________________________
36854 [ 6681] By: jhi on 2000/08/17 22:33:12
36855 Log: Do not use prototyping here.
36857 Subject: [ID 20000817.016] [PATCH] Peek.xs
36858 From: abigail@foad.org
36859 Date: 17 Aug 2000 20:55:56 -0000
36860 Message-Id: <20000817205556.24270.qmail@foad.org>
36862 ! ext/Devel/Peek/Makefile.PL
36863 ____________________________________________________________________________
36864 [ 6680] By: jhi on 2000/08/17 19:46:43
36865 Log: Don't propose using modules built for 5.005 if no binary
36866 compatibility with 5.005 is attempted.
36868 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36869 Subject: Minor nit with 5.7.0 (6655)
36870 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
36871 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
36873 ! U/installdirs/inc_version_list.U
36875 ! Configure config_h.SH
36876 ____________________________________________________________________________
36877 [ 6679] By: jhi on 2000/08/17 19:16:39
36878 Log: Microperl config update.
36880 ! uconfig.h uconfig.sh
36881 ____________________________________________________________________________
36882 [ 6678] By: jhi on 2000/08/17 19:16:13
36883 Log: The #6648 wasn't protective enough for limited platforms
36887 ____________________________________________________________________________
36888 [ 6677] By: jhi on 2000/08/17 14:46:35
36889 Log: Update Changes.
36891 ! Changes patchlevel.h
36892 ____________________________________________________________________________
36893 [ 6676] By: jhi on 2000/08/17 14:44:02
36894 Log: Add perlebcdic from Peter Prymmer, regen toc.
36896 + pod/perlebcdic.pod
36897 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36898 ____________________________________________________________________________
36899 [ 6675] By: jhi on 2000/08/17 14:41:52
36900 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
36902 ! pod/perldebtut.pod
36903 ____________________________________________________________________________
36904 [ 6674] By: jhi on 2000/08/17 14:29:43
36905 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
36907 Subject: [ID 20000724.006] -DLEAKTEST problem
36908 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
36909 Date: Tue, 25 Jul 2000 00:36:32 -0500
36910 Message-Id: <20000725003632.A26186@www.llamacom.com>
36914 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
36915 From: Hugo <hv@crypt.compulink.co.uk>
36916 Date: Thu, 17 Aug 2000 15:23:42 +0100
36917 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
36920 ____________________________________________________________________________
36921 [ 6673] By: jhi on 2000/08/17 04:07:10
36922 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
36923 From: John Peacock <JPeacock@UnivPress.com>
36924 Date: Tue, 01 Aug 2000 09:38:12 -0400
36925 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
36927 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
36928 ____________________________________________________________________________
36929 [ 6672] By: jhi on 2000/08/17 03:04:35
36930 Log: Subject: [PATCH] Cwd.pm now uses strict
36931 From: Tim Jenness <timj@jach.hawaii.edu>
36932 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
36933 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
36936 ____________________________________________________________________________
36937 [ 6671] By: jhi on 2000/08/17 02:16:35
36938 Log: Make $Config{byteorder} more magical so that it is
36939 dynamically computed: nice for 'fat binaries'.
36941 Subject: [PATCH]: default byteorder
36942 From: Wilfredo Sánchez <wsanchez@apple.com>
36943 Date: Mon, 31 Jul 2000 19:45:31 -0700
36944 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
36947 ____________________________________________________________________________
36948 [ 6670] By: gsar on 2000/08/17 01:22:21
36949 Log: move WNOHANG definition to where other such things are
36952 ____________________________________________________________________________
36953 [ 6669] By: jhi on 2000/08/17 01:19:17
36954 Log: Update Changes.
36956 ! Changes patchlevel.h
36957 ____________________________________________________________________________
36958 [ 6668] By: jhi on 2000/08/17 01:16:29
36959 Log: Doc nits spotted by Richard Soderberg.
36961 ! README.posix-bc README.vmesa
36962 ____________________________________________________________________________
36963 [ 6667] By: jhi on 2000/08/17 01:12:11
36964 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
36965 From: "Casey R. Tweten" <crt@kiski.net>
36966 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
36967 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
36969 ! pod/perldebtut.pod
36970 ____________________________________________________________________________
36971 [ 6666] By: jhi on 2000/08/17 01:09:31
36972 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
36973 From: "Casey R. Tweten" <crt@kiski.net>
36974 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
36975 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
36978 ____________________________________________________________________________
36979 [ 6665] By: gsar on 2000/08/17 01:03:52
36980 Log: add "ok" targets from change#6632 in makefile.mk
36982 ! pod/perlport.pod win32/Makefile win32/makefile.mk
36983 ____________________________________________________________________________
36984 [ 6664] By: gsar on 2000/08/17 00:56:11
36985 Log: avoid warnings from dense compiler
36988 ____________________________________________________________________________
36989 [ 6663] By: jhi on 2000/08/17 00:51:49
36990 Log: Tweak the regex compilation errors once more.
36992 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
36993 ! t/op/regmesg.t t/pragma/warn/regcomp
36994 ____________________________________________________________________________
36995 [ 6662] By: gsar on 2000/08/17 00:28:19
36996 Log: trailing new %ENV entries weren't being pushed into the real
36997 environment of subprocesses on Windows
36999 ! t/op/magic.t win32/perlhost.h
37000 ____________________________________________________________________________
37001 [ 6661] By: gsar on 2000/08/17 00:19:20
37002 Log: waitpid() now handles externally spawned pids correctly;
37003 fixes for backtick/wait/waitpid failures on Windows 9x
37005 these changes make the pid returned by process functions on
37006 Windows 9x always positive by clearing the high bit (which
37007 is always set on Win9x); pseudo-process PIDs are likewise
37008 always negative now on Win9x (just as on NT/2000)
37010 ! pp_sys.c win32/perlhost.h win32/win32.c
37011 ____________________________________________________________________________
37012 [ 6660] By: jhi on 2000/08/17 00:04:32
37013 Log: Retract #6645.
37015 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37016 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
37018 ____________________________________________________________________________
37019 [ 6659] By: gsar on 2000/08/16 23:59:28
37020 Log: on windows, the return values from wait() and waitpid() don't
37021 match those of pseudo-pids
37023 ! pp_sys.c t/op/fork.t util.c win32/win32.c
37024 ____________________________________________________________________________
37025 [ 6658] By: gsar on 2000/08/16 23:56:14
37026 Log: pod nit seen in passing
37029 ____________________________________________________________________________
37030 [ 6657] By: gsar on 2000/08/16 23:53:42
37031 Log: change#6328 could make close(SOCKET) return false on windows
37035 ____________________________________________________________________________
37036 [ 6656] By: gsar on 2000/08/16 23:46:57
37037 Log: check that the number pseudo children doesn't exceed
37038 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
37039 the WaitForMultipleObjects() limit that would cause wait()
37042 wait() and waitpid() could potentially be rewritten to use
37043 more than one thread to do the waiting to eliminate this
37047 ____________________________________________________________________________
37048 [ 6655] By: jhi on 2000/08/16 14:11:05
37049 Log: Update Changes.
37051 ! Changes patchlevel.h
37052 ____________________________________________________________________________
37053 [ 6654] By: jhi on 2000/08/16 14:10:12
37054 Log: Update to perldebtut 1.9, from Richard Foley.
37056 ! pod/perldebtut.pod
37057 ____________________________________________________________________________
37058 [ 6653] By: jhi on 2000/08/16 14:08:17
37059 Log: Change the regx compilation error markers to use = instead of <
37060 since pod makes using the latter quite messy. Reported in
37061 ID 20000814.006 by Abigail and in
37062 Subject: Unknown escape E<> ?
37063 From: Lupe Christoph <lupe@lupe-christoph.de>
37064 Date: Fri, 11 Aug 2000 00:30:27 +0200
37065 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
37067 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
37068 ! t/op/regmesg.t t/pragma/warn/regcomp
37069 ____________________________________________________________________________
37070 [ 6652] By: jhi on 2000/08/16 13:25:31
37071 Log: Change the perlbug address to perl.org since it's more forgiving.
37073 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
37074 From: abigail@foad.org
37075 Date: 15 Aug 2000 04:15:40 -0000
37076 Message-Id: <20000815041540.8633.qmail@foad.org>
37079 ____________________________________________________________________________
37080 [ 6651] By: jhi on 2000/08/16 13:22:35
37081 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37082 From: Tim Jenness <timj@jach.hawaii.edu>
37083 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
37084 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
37087 ____________________________________________________________________________
37088 [ 6650] By: jhi on 2000/08/16 13:18:13
37089 Log: Update to CPAN 1.57.
37091 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
37092 From: andreas.koenig@anima.de (Andreas J. Koenig)
37093 Date: 16 Aug 2000 15:09:46 +0200
37094 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
37097 ____________________________________________________________________________
37098 [ 6649] By: jhi on 2000/08/16 13:12:31
37099 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
37100 From: "Larry W. Virden" <lvirden@cas.org>
37101 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
37102 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
37105 ____________________________________________________________________________
37106 [ 6648] By: jhi on 2000/08/16 13:03:53
37107 Log: The numeric locale was reset to "C" by s?printf and never restored.
37109 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37110 From: Christian Kirsch <ck@held.mind.de>
37111 Date: Wed, 9 Aug 2000 17:05:17 +0200
37112 Message-Id: <20000809170517.A25389@held>
37114 No test since adding the failing example to locale.t
37115 does not fail -- probably because the locale settings are so
37116 thoroughly tweaked by that time. Running the example standalone
37117 does fail, though. UPDATE: test case added at change #7540.
37119 ! dump.c perl.h pp.c pp_ctl.c sv.c
37120 ____________________________________________________________________________
37121 [ 6647] By: jhi on 2000/08/16 00:07:54
37122 Log: Update Changes and test semi-automatic patchlevel updating.
37124 ! Changes patchlevel.h
37125 ____________________________________________________________________________
37126 [ 6646] By: jhi on 2000/08/15 23:35:07
37127 Log: Fix a dependency problem.
37129 Subject: [PATCH: 6640] VMS Makefile.SH update
37130 From: Peter Prymmer <pvhp@forte.com>
37131 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
37132 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
37134 ! vms/descrip_mms.template
37135 ____________________________________________________________________________
37136 [ 6645] By: jhi on 2000/08/15 23:33:23
37137 Log: (Retracted by #6660)
37139 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
37140 From: Dominic Dunlop <domo@computer.org>
37141 Date: Tue, 15 Aug 2000 22:20:52 +0200
37142 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
37143 Branch: metaconfig/U/perl
37146 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37147 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
37149 ____________________________________________________________________________
37150 [ 6644] By: jhi on 2000/08/15 21:17:20
37151 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37152 From: abigail@foad.org
37153 Date: 15 Aug 2000 20:12:41 -0000
37154 Message-Id: <20000815201241.25556.qmail@foad.org>
37157 ____________________________________________________________________________
37158 [ 6643] By: jhi on 2000/08/15 21:15:28
37159 Log: (an already applied patch)
37162 ____________________________________________________________________________
37163 [ 6642] By: gsar on 2000/08/15 19:54:05
37164 Log: magic callbacks all need to have same type signature
37166 ! embed.pl mg.c proto.h
37167 ____________________________________________________________________________
37168 [ 6641] By: jhi on 2000/08/15 17:56:27
37169 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)
37170 From: Mike Guy <mjtg@cam.ac.uk>
37171 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
37172 Date: Tue, 15 Aug 2000 18:26:45 +0100
37174 Only the peek.t part applied, not the hash quality part.
37177 ____________________________________________________________________________
37178 [ 6640] By: jhi on 2000/08/15 16:37:37
37179 Log: Update Changes.
37182 ____________________________________________________________________________
37183 [ 6639] By: jhi on 2000/08/15 16:34:55
37184 Log: Missed a file from #6638.
37187 ____________________________________________________________________________
37188 [ 6638] By: jhi on 2000/08/15 16:33:19
37189 Log: Subject: [PATCH perl@6620] cygwin port
37190 From: "Fifer, Eric" <EFifer@sanwaint.com>
37191 Date: Tue, 15 Aug 2000 17:00:49 +0100
37192 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
37194 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
37195 ____________________________________________________________________________
37196 [ 6637] By: jhi on 2000/08/15 16:29:22
37197 Log: Subject: [PATCH] debugger exit code should reflect user exit code
37198 From: Mike Guy <mjtg@cam.ac.uk>
37199 Date: Tue, 15 Aug 2000 16:55:59 +0100
37200 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
37203 ____________________________________________________________________________
37204 [ 6636] By: jhi on 2000/08/15 15:30:58
37205 Log: Update Changes.
37208 ____________________________________________________________________________
37209 [ 6635] By: jhi on 2000/08/15 15:27:21
37210 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
37212 ! U/mkglossary U/mksample
37213 Branch: metaconfig/U/perl
37216 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37217 ____________________________________________________________________________
37218 [ 6634] By: jhi on 2000/08/15 14:11:55
37219 Log: Don't blow limited stacks, a lower number is enough to
37220 tickle the lookbehind limit.
37222 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
37223 From: Dominic Dunlop <domo@computer.org>
37224 Date: Tue, 15 Aug 2000 13:51:24 +0200
37225 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
37228 ____________________________________________________________________________
37229 [ 6633] By: jhi on 2000/08/15 14:01:46
37230 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
37231 From: Mike Guy <mjtg@cam.ac.uk>
37232 Date: Tue, 15 Aug 2000 12:10:50 +0100
37233 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
37236 ____________________________________________________________________________
37237 [ 6632] By: jhi on 2000/08/15 13:58:48
37238 Log: make ok etc also for win32.
37240 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
37241 From: Prymmer/Kahn <pvhp@best.com>
37242 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
37243 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
37246 ____________________________________________________________________________
37247 [ 6631] By: jhi on 2000/08/15 13:45:03
37248 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
37251 ____________________________________________________________________________
37252 [ 6630] By: jhi on 2000/08/15 03:25:09
37253 Log: Update Changes.
37256 ____________________________________________________________________________
37257 [ 6629] By: jhi on 2000/08/15 03:23:53
37258 Log: magic_regdatum_set() is void, not int.
37260 ! embed.pl mg.c proto.h
37261 ____________________________________________________________________________
37262 [ 6628] By: jhi on 2000/08/15 03:08:02
37263 Log: Make the user to give up his firstborn, err, to knowingly
37264 verify installing an unstable developer release. Also bump
37265 the release to 5.7.0, but leave a patch tag in the local
37266 patches saying that this is not yet the real thing.
37268 ! U/modified/Instruct.U
37269 Branch: metaconfig/U/perl
37272 ! Configure patchlevel.h
37273 ____________________________________________________________________________
37274 [ 6627] By: jhi on 2000/08/14 22:32:52
37275 Log: README.os2 update.
37277 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
37278 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37279 Date: Wed, 02 Aug 2000 21:55:09 -0700
37280 Message-ID: <tsPi5gzkgegX092yn@efn.org>
37283 ____________________________________________________________________________
37284 [ 6626] By: jhi on 2000/08/14 21:00:02
37285 Log: Subject: Re: File::Temp problems on VMS in bleedperl
37286 From: Tim Jenness <timj@jach.hawaii.edu>
37287 cc: vmsperl@perl.org
37288 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
37289 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
37291 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
37292 ____________________________________________________________________________
37293 [ 6625] By: jhi on 2000/08/14 20:52:16
37294 Log: Add SUIDMAIL as was done for the CERT alert.
37297 ____________________________________________________________________________
37298 [ 6624] By: jhi on 2000/08/14 20:48:50
37299 Log: Subject: sfio2000
37300 From: Daniel Muino <dmuino@afip.gov.ar>
37301 Date: Mon, 14 Aug 2000 16:58:11 -0300
37302 Message-ID: <20000814165811.B16368@con2-dgi>
37304 ! perlsdio.h perlsfio.h
37305 ____________________________________________________________________________
37306 [ 6623] By: jhi on 2000/08/14 20:47:36
37307 Log: Subject: warning: storage class after type is obsolescent
37308 From: Daniel Muino <dmuino@afip.gov.ar>
37309 Date: Mon, 14 Aug 2000 16:42:47 -0300
37310 Message-ID: <20000814164247.A16368@con2-dgi>
37312 ! regcomp.pl regnodes.h
37313 ____________________________________________________________________________
37314 [ 6622] By: jhi on 2000/08/14 20:43:05
37315 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
37316 From: abigail@foad.org
37317 Date: 14 Aug 2000 20:00:10 -0000
37318 Message-Id: <20000814200010.27271.qmail@foad.org>
37321 ____________________________________________________________________________
37322 [ 6621] By: jhi on 2000/08/14 15:23:05
37323 Log: Update Changes.
37326 ____________________________________________________________________________
37327 [ 6620] By: jhi on 2000/08/14 15:22:14
37328 Log: Subject: Re: [PATCH] @+, @- readonly
37329 From: Mike Guy <mjtg@cam.ac.uk>
37330 Date: Mon, 14 Aug 2000 15:26:55 +0100
37331 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
37333 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
37335 ____________________________________________________________________________
37336 [ 6619] By: jhi on 2000/08/14 14:12:08
37337 Log: Update Changes.
37340 ____________________________________________________________________________
37341 [ 6618] By: jhi on 2000/08/14 14:09:34
37342 Log: For now remove the mail code.
37345 ____________________________________________________________________________
37346 [ 6617] By: jhi on 2000/08/14 14:08:28
37347 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
37349 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
37350 ! pod/perlfaq8.pod pod/perlsec.pod
37351 ____________________________________________________________________________
37352 [ 6616] By: jhi on 2000/08/14 14:00:11
37353 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37354 From: Mike Guy <mjtg@cam.ac.uk>
37355 Date: Mon, 14 Aug 2000 08:26:02 +0100
37356 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
37359 ____________________________________________________________________________
37360 [ 6615] By: jhi on 2000/08/14 13:58:45
37361 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
37362 From: Mike Guy <mjtg@cam.ac.uk>
37363 Date: Mon, 14 Aug 2000 08:04:22 +0100
37364 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
37366 ! gv.c mg.c t/op/pat.t
37367 ____________________________________________________________________________
37368 [ 6614] By: jhi on 2000/08/14 13:56:45
37369 Log: Subject: Test fails / warnings with perl-current #6612
37370 From: Mike Guy <mjtg@cam.ac.uk>
37371 Date: Mon, 14 Aug 2000 07:57:23 +0100
37372 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
37374 ! t/lib/b.t t/lib/peek.t
37375 ____________________________________________________________________________
37376 [ 6613] By: jhi on 2000/08/14 13:45:33
37377 Log: VMS configure.com update continues.
37379 - vms/configure.com
37380 ! MANIFEST configure.com
37381 ____________________________________________________________________________
37382 [ 6612] By: jhi on 2000/08/13 22:13:35
37383 Log: Update Changes.
37386 ____________________________________________________________________________
37387 [ 6611] By: jhi on 2000/08/13 16:21:45
37388 Log: Upgrade to CGI 2.71, from Lincoln Stein.
37390 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
37391 ____________________________________________________________________________
37392 [ 6610] By: jhi on 2000/08/13 15:09:16
37393 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
37394 From: Mike Guy <mjtg@cam.ac.uk>
37395 Date: Sun, 13 Aug 2000 13:45:51 +0100
37396 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
37399 ____________________________________________________________________________
37400 [ 6609] By: jhi on 2000/08/13 14:31:26
37401 Log: Andreas says that 1.56 is fine, so reverting back to it.
37404 ____________________________________________________________________________
37405 [ 6608] By: jhi on 2000/08/13 05:34:20
37406 Log: Update Changes.
37409 ____________________________________________________________________________
37410 [ 6607] By: jhi on 2000/08/13 05:32:01
37411 Log: Put back the \z changes of #5406 to CPAN.pm.
37414 ____________________________________________________________________________
37415 [ 6606] By: jhi on 2000/08/13 05:20:16
37416 Log: Fix-n-skip the tests under 5005threads.
37419 ____________________________________________________________________________
37420 [ 6605] By: jhi on 2000/08/13 05:07:48
37421 Log: Fix the test for 5005threads.
37424 ____________________________________________________________________________
37425 [ 6604] By: jhi on 2000/08/13 03:35:37
37426 Log: Should have deleted this in #6603.
37428 - vms/subconfigure.com
37429 ____________________________________________________________________________
37430 [ 6603] By: jhi on 2000/08/12 18:29:32
37431 Log: Rewrite of vms/subconfigure.com as configure.com,
37432 from Peter Prymmer and the vmsperl crew.
37434 + vms/configure.com
37436 ____________________________________________________________________________
37437 [ 6602] By: jhi on 2000/08/11 13:00:01
37438 Log: PlainText.pm is dead.
37440 - lib/Pod/PlainText.pm
37442 ____________________________________________________________________________
37443 [ 6601] By: jhi on 2000/08/11 04:06:45
37444 Log: Update Changes.
37447 ____________________________________________________________________________
37448 [ 6600] By: jhi on 2000/08/11 04:06:10
37449 Log: Add a few missing files, update MANIFEST.
37451 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
37452 + lib/Pod/PlainText.pm t/pod/find.t
37453 ! MANIFEST t/op/regmesg.t
37454 ____________________________________________________________________________
37455 [ 6599] By: jhi on 2000/08/11 03:31:10
37456 Log: Add Perl debugging tutorial, regen toc.
37458 Subject: perldebtut.pod
37459 From: Richard Foley <Richard.Foley@m.dasa.de>
37460 Date: Wed, 09 Aug 2000 10:17:15 +0200
37461 Message-id: <3991138B.262247B8@m.dasa.de>
37463 + pod/perldebtut.pod
37464 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37465 ____________________________________________________________________________
37466 [ 6598] By: jhi on 2000/08/11 02:48:56
37467 Log: tiny Changes edit
37470 ____________________________________________________________________________
37471 [ 6597] By: jhi on 2000/08/11 02:39:04
37472 Log: Tests for #6589.
37474 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37475 From: simon@brecon.co.uk (Simon Cozens)
37476 Date: 11 Aug 2000 02:24:52 GMT
37477 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
37480 ____________________________________________________________________________
37481 [ 6596] By: jhi on 2000/08/11 01:50:07
37482 Log: Update Changes.
37485 ____________________________________________________________________________
37486 [ 6595] By: jhi on 2000/08/11 01:47:16
37490 ____________________________________________________________________________
37491 [ 6594] By: jhi on 2000/08/11 01:36:16
37492 Log: Subject: Getting perlio and threads to compile
37493 From: Lupe Christoph <lupe@lupe-christoph.de>
37494 Date: Wed, 9 Aug 2000 11:35:54 +0200
37495 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
37497 (the Solaris version changes in Configure skipped)
37499 ! hints/solaris_2.sh thread.h
37500 ____________________________________________________________________________
37501 [ 6593] By: jhi on 2000/08/11 01:30:16
37502 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
37503 From: simon@brecon.co.uk (Simon Cozens)
37504 Date: 1 Aug 2000 06:55:19 GMT
37505 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
37508 ____________________________________________________________________________
37509 [ 6592] By: jhi on 2000/08/11 01:26:39
37510 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
37511 From: Peter Scott <Peter@PeterScott.com>
37512 Date: Thu, 10 Aug 2000 08:23:27 -0700
37513 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
37516 ____________________________________________________________________________
37517 [ 6591] By: jhi on 2000/08/11 01:22:02
37518 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
37519 From: Hugo <hv@crypt.compulink.co.uk>
37520 Date: Thu, 10 Aug 2000 19:23:04 +0100
37521 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
37523 ! regexec.c t/op/pat.t
37524 ____________________________________________________________________________
37525 [ 6590] By: jhi on 2000/08/11 01:19:19
37526 Log: Preprocessing and postprocessing for File::Find.
37528 Subject: Patch to Find::File.pm to allow alphabetical results
37529 From: Joe Smith <jsmith@inwap.com>
37530 Date: Wed, 9 Aug 2000 02:44:54 -0700
37531 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
37534 ____________________________________________________________________________
37535 [ 6589] By: jhi on 2000/08/11 01:12:39
37536 Log: B::Deparse didn't do sub attributes.
37538 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37539 From: simon@brecon.co.uk (Simon Cozens)
37540 Date: 9 Aug 2000 04:49:20 GMT
37541 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
37543 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
37544 ____________________________________________________________________________
37545 [ 6588] By: jhi on 2000/08/11 01:06:40
37546 Log: Subject: debugger "d" command doesnt check line number
37547 From: Mike Guy <mjtg@cam.ac.uk>
37548 Date: Tue, 08 Aug 2000 21:54:29 +0100
37549 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
37551 ! lib/perl5db.pl mg.c pod/perldiag.pod
37552 ____________________________________________________________________________
37553 [ 6587] By: jhi on 2000/08/11 00:45:03
37554 Log: sleep(1) does not necessarily return 1.
37556 Subject: [PATCH bleadperl] op/lex_assign.t
37557 From: Hugo <hv@crypt.compulink.co.uk>
37558 Date: Thu, 03 Aug 2000 14:34:22 +0100
37559 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
37561 ! t/op/lex_assign.t
37562 ____________________________________________________________________________
37563 [ 6586] By: jhi on 2000/08/11 00:31:50
37564 Log: Document the IO::Select timeout.
37566 ! ext/IO/lib/IO/Select.pm
37567 ____________________________________________________________________________
37568 [ 6585] By: jhi on 2000/08/11 00:13:54
37569 Log: Forgot contributor.
37572 ____________________________________________________________________________
37573 [ 6584] By: jhi on 2000/08/11 00:09:19
37577 ____________________________________________________________________________
37578 [ 6583] By: jhi on 2000/08/11 00:07:53
37579 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
37581 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
37582 From: Mike Guy <mjtg@cam.ac.uk>
37583 Date: Thu, 10 Aug 2000 15:50:54 +0100
37584 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
37587 ____________________________________________________________________________
37588 [ 6582] By: jhi on 2000/08/10 23:29:32
37589 Log: Update Changes.
37592 ____________________________________________________________________________
37593 [ 6581] By: jhi on 2000/08/10 23:26:16
37594 Log: Put back the std @INC thing.
37596 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
37597 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
37598 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
37600 ____________________________________________________________________________
37601 [ 6580] By: jhi on 2000/08/10 23:03:34
37602 Log: Update to CGI 2.70, from Lincoln Stein.
37604 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
37605 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
37606 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
37607 ! t/lib/cgi-request.t
37608 ____________________________________________________________________________
37609 [ 6579] By: jhi on 2000/08/10 22:41:50
37610 Log: Update to CPAN 1.56, from Andreas König.
37612 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37613 ____________________________________________________________________________
37614 [ 6578] By: jhi on 2000/08/10 22:38:13
37615 Log: Update to Pod::Parser 1.17, from Brad Appleton.
37617 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
37618 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
37619 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
37620 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
37621 ! t/pod/include.t t/pod/included.t t/pod/lref.t
37622 ! t/pod/multiline_items.t t/pod/nested_items.t
37623 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
37624 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
37625 ! t/pod/special_seqs.t
37626 ____________________________________________________________________________
37627 [ 6577] By: jhi on 2000/08/10 22:35:41
37628 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
37631 ____________________________________________________________________________
37632 [ 6576] By: jhi on 2000/08/10 22:24:54
37633 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
37636 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
37637 ! t/lib/gol-compat.t t/lib/gol-linkage.t
37638 ____________________________________________________________________________
37639 [ 6575] By: jhi on 2000/08/10 22:02:07
37640 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
37642 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
37643 ____________________________________________________________________________
37644 [ 6574] By: jhi on 2000/08/10 21:55:03
37645 Log: Iterating perl6 description.
37648 ____________________________________________________________________________
37649 [ 6573] By: jhi on 2000/08/10 21:48:26
37650 Log: Revert the sv.c part of #6559, a better fix is needed.
37653 ____________________________________________________________________________
37654 [ 6572] By: jhi on 2000/08/10 20:33:43
37655 Log: It's the 2ndO'ROSSC.
37658 ____________________________________________________________________________
37659 [ 6571] By: jhi on 2000/08/10 15:55:48
37663 ____________________________________________________________________________
37664 [ 6570] By: jhi on 2000/08/10 14:11:17
37665 Log: An exceptionally sticky typo.
37668 ____________________________________________________________________________
37669 [ 6569] By: jhi on 2000/08/10 14:09:33
37670 Log: detypo (and test Changes updating script)
37673 ____________________________________________________________________________
37674 [ 6568] By: jhi on 2000/08/10 14:07:07
37675 Log: Update Changes.
37678 ____________________________________________________________________________
37679 [ 6567] By: jhi on 2000/08/10 14:06:19
37680 Log: Amend the description of Perl6.
37681 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
37682 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37683 Date: Wed, 9 Aug 2000 22:11:06 -0500
37684 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
37687 ____________________________________________________________________________
37688 [ 6566] By: jhi on 2000/08/10 13:58:57
37689 Log: Subject: Remove dead entry in perldiag
37690 From: Mike Guy <mjtg@cam.ac.uk>
37691 Date: Thu, 10 Aug 2000 14:19:19 +0100
37692 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
37695 ____________________________________________________________________________
37696 [ 6565] By: jhi on 2000/08/10 13:51:48
37697 Log: Zero entries were skipped, fix from Adrian Goalby
37698 <argoalby@yahoo.co.uk>
37700 ! lib/unicode/Number.pl lib/unicode/mktables.PL
37701 ____________________________________________________________________________
37702 [ 6564] By: jhi on 2000/08/10 13:00:12
37703 Log: Subject: [PATCH 5.6.0] cygwin port
37704 From: "Fifer, Eric" <EFifer@sanwaint.com>
37705 Date: Thu, 10 Aug 2000 13:15:36 +0100
37706 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
37708 ! README.cygwin hints/cygwin.sh
37709 ____________________________________________________________________________
37710 [ 6563] By: jhi on 2000/08/10 12:55:16
37711 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
37713 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
37714 ____________________________________________________________________________
37715 [ 6562] By: gsar on 2000/08/10 08:38:39
37716 Log: warn is a macro, avoid using at a variable to avoid warnings
37717 in some configurations; readdir.t is too conservative in
37718 estimating number of *.t's
37720 ! t/op/readdir.t util.c
37721 ____________________________________________________________________________
37722 [ 6561] By: jhi on 2000/08/09 23:35:42
37723 Log: Update Changes.
37726 ____________________________________________________________________________
37727 [ 6560] By: jhi on 2000/08/09 23:05:47
37728 Log: Subject: Re: enhanced(?) regex error messages
37729 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37730 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
37731 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
37733 (plus two small patches sent privately)
37734 (this still seems to leave few test failures)
37737 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
37738 ! t/pragma/warn/regcomp
37739 ____________________________________________________________________________
37740 [ 6559] By: jhi on 2000/08/09 20:41:18
37741 Log: (The fix did work but was not right, retracted in #6573)
37743 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37744 From: Christian Kirsch <ck@held.mind.de>
37745 Date: Wed, 9 Aug 2000 17:05:17 +0200
37746 Message-Id: <20000809170517.A25389@held>
37748 ! sv.c t/pragma/locale.t
37749 ____________________________________________________________________________
37750 [ 6558] By: jhi on 2000/08/08 22:34:08
37751 Log: Tiny updates on the contributors list.
37754 ____________________________________________________________________________
37755 [ 6557] By: jhi on 2000/08/08 19:34:28
37756 Log: Double check that we have a dirhandle.
37759 ____________________________________________________________________________
37760 [ 6556] By: jhi on 2000/08/08 19:01:51
37761 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
37762 May be repopulated with fresh maintained examples.
37764 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
37765 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
37766 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
37767 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
37768 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
37769 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
37770 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
37771 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
37772 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
37773 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
37774 + lib/CGI/eg/wilogo_gif.uu
37775 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
37776 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
37777 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
37778 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
37779 - eg/cgi/frameset.cgi eg/cgi/index.html
37780 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37781 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37782 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37783 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37784 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37785 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37786 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37787 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37788 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37789 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37790 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37791 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37792 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37793 - eg/van/vanish eg/who eg/wrapsuid
37795 ____________________________________________________________________________
37796 [ 6555] By: jhi on 2000/08/08 18:51:08
37797 Log: Delete chat2 as requested by Randal.
37799 Subject: Re: perlfaq8 coyness
37800 From: merlyn@stonehenge.com (Randal L. Schwartz)
37801 Date: 15 May 2000 18:52:42 -0700
37802 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
37806 ____________________________________________________________________________
37807 [ 6554] By: jhi on 2000/08/08 18:31:35
37808 Log: Regen global.sym.
37811 ____________________________________________________________________________
37812 [ 6553] By: jhi on 2000/08/08 18:28:13
37813 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
37814 (either perlbug or p5p ate the original), plus regen
37815 perlapi and perltoc.
37817 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
37818 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
37819 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
37820 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
37821 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
37822 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
37823 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
37824 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
37825 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
37826 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
37827 ____________________________________________________________________________
37828 [ 6552] By: jhi on 2000/08/08 18:06:29
37829 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
37830 From: Mike Guy <mjtg@cam.ac.uk>
37831 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
37832 Date: Tue, 08 Aug 2000 15:51:27 +0100
37834 ! doop.c sv.h t/op/join.t t/pragma/overload.t
37835 ____________________________________________________________________________
37836 [ 6551] By: jhi on 2000/08/08 18:01:11
37837 Log: Re-apply #6549.
37840 ____________________________________________________________________________
37841 [ 6550] By: jhi on 2000/08/08 17:43:08
37842 Log: Accidental retraction of #6549.
37845 ____________________________________________________________________________
37846 [ 6549] By: jhi on 2000/08/08 17:40:04
37847 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37848 From: Mike Guy <mjtg@cam.ac.uk>
37849 Date: Mon, 07 Aug 2000 21:49:58 +0100
37850 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
37853 ____________________________________________________________________________
37854 [ 6548] By: jhi on 2000/08/08 17:37:57
37855 Log: Document here-doc better.
37857 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
37858 From: Mike Guy <mjtg@cam.ac.uk>
37859 Date: Mon, 07 Aug 2000 14:02:09 +0100
37860 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
37863 ____________________________________________________________________________
37864 [ 6547] By: jhi on 2000/08/08 17:33:34
37865 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
37866 From: "Randy J. Ray" <rjray@redhat.com>
37867 Date: Mon, 07 Aug 2000 19:12:25 -0700
37868 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
37870 ! perl.c pod/perlrun.pod
37871 ____________________________________________________________________________
37872 [ 6546] By: jhi on 2000/08/08 17:29:26
37873 Log: Subject: Re: enhanced(?) regex error messages
37874 From: Hugo <hv@crypt.compulink.co.uk>
37875 Date: Tue, 08 Aug 2000 03:25:51 +0100
37876 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
37878 plus Capitalize the error messages, plus perldiag them.
37880 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
37881 ____________________________________________________________________________
37882 [ 6545] By: jhi on 2000/08/08 13:59:28
37883 Log: Augment #6539 a bit: don't croak if there's magic in the air.
37885 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
37886 From: Hugo <hv@crypt.compulink.co.uk>
37887 Date: Tue, 08 Aug 2000 03:02:03 +0100
37888 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
37890 ! pp.c t/op/bless.t
37891 ____________________________________________________________________________
37892 [ 6544] By: jhi on 2000/08/07 21:11:52
37893 Log: Make the test -w clean.
37896 ____________________________________________________________________________
37897 [ 6543] By: jhi on 2000/08/07 19:49:53
37898 Log: use warnings instead of $^W.
37901 ____________________________________________________________________________
37902 [ 6542] By: jhi on 2000/08/07 17:41:41
37903 Log: Disable a portability warning Because We Know What We Are Doing.
37906 ____________________________________________________________________________
37907 [ 6541] By: jhi on 2000/08/07 17:29:51
37908 Log: Tiny tidying on report_evil_fh().
37911 ____________________________________________________________________________
37912 [ 6540] By: jhi on 2000/08/07 16:37:38
37913 Log: Make regular expression parse error messages easier to understand.
37915 Subject: Re: enhanced(?) regex error messages
37916 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37917 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
37918 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
37921 ____________________________________________________________________________
37922 [ 6539] By: jhi on 2000/08/07 16:12:27
37923 Log: Make bless(REF, REF) a fatal error, add bless tests.
37925 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
37926 From: Hugo <hv@crypt.compulink.co.uk>
37927 Date: Mon, 07 Aug 2000 16:59:38 +0100
37928 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
37931 ! MANIFEST pod/perldiag.pod pp.c sv.c
37932 ____________________________________________________________________________
37933 [ 6538] By: jhi on 2000/08/07 15:59:43
37934 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
37935 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
37936 Date: Thu, 3 Aug 2000 14:29:21 -0700
37937 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
37940 ____________________________________________________________________________
37941 [ 6537] By: jhi on 2000/08/07 15:47:18
37942 Log: Retract #6419 for now since it breaks in AFS and MachTen.
37945 ____________________________________________________________________________
37946 [ 6536] By: jhi on 2000/08/07 15:05:29
37947 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
37948 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
37949 The security hole exists only in suidperls, which isn't
37950 installed or even built by default.
37953 ____________________________________________________________________________
37954 [ 6535] By: jhi on 2000/08/07 14:45:14
37955 Log: tr memory corruption fix from Simon Cozens.
37958 ____________________________________________________________________________
37959 [ 6534] By: jhi on 2000/08/06 11:38:16
37960 Log: Document a bit that UDP is not what you might think.
37962 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
37963 From: Lupe Christoph <lupe@lupe-christoph.de>
37964 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
37965 Date: Mon, 24 Jul 2000 08:59:15 +0200
37968 ____________________________________________________________________________
37969 [ 6533] By: jhi on 2000/08/06 11:35:01
37970 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
37971 From: Jeff Pinyan <jeffp@hut.crusoe.net>
37972 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
37973 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
37976 ____________________________________________________________________________
37977 [ 6532] By: jhi on 2000/08/06 03:45:41
37978 Log: Have symbols for the IoTYPEs.
37980 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
37981 ____________________________________________________________________________
37982 [ 6531] By: jhi on 2000/08/06 01:33:55
37983 Log: Continue fixing the io warnings. This also
37984 sort of fixes bug ID 20000802.003: the core dump
37985 is no more. Whether the current behaviour is correct
37986 (giving a warning: "Not a format reference"), is another matter.
37988 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
37989 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
37990 ____________________________________________________________________________
37991 [ 6530] By: jhi on 2000/08/05 21:33:12
37992 Log: Change the Policy policy: now -Dprefix= with an existing
37993 Policy.sh and prefix == siteprefix == vendorprefix, then all
37994 of them follow along the new prefix.
37996 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
37997 From: Andy Dougherty <doughera@lafayette.edu>
37998 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
37999 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
38002 ____________________________________________________________________________
38003 [ 6529] By: jhi on 2000/08/05 18:57:28
38004 Log: Zap lib/Sys directory when cleaning up.
38007 ____________________________________________________________________________
38008 [ 6528] By: jhi on 2000/08/05 18:40:44
38009 Log: Essential prototype changes were missing from #6527.
38010 Also make report_evil_fh() more bomb-proof.
38013 ____________________________________________________________________________
38014 [ 6527] By: jhi on 2000/08/05 03:22:05
38015 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
38016 From: "Ronald F. Guilmette" <rfg@monkeys.com>
38017 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
38018 Message-Id: <200007242247.PAA52177@monkeys.com>
38020 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
38021 ____________________________________________________________________________
38022 [ 6526] By: jhi on 2000/08/04 21:23:27
38023 Log: gcc versions might have (parentheses) in them.
38024 Branch: metaconfig/U/perl
38027 ! Configure config_h.SH
38028 ____________________________________________________________________________
38029 [ 6525] By: jhi on 2000/08/04 20:23:12
38030 Log: Weed buglets pointed out by
38032 From: Lupe Christoph <lupe@lupe-christoph.de>
38033 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
38034 Date: Fri, 4 Aug 2000 17:34:39 +0200
38035 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
38036 Branch: metaconfig/U/perl
38037 ! gccvers.U uselfs.U
38039 ! Configure config_h.SH
38040 ____________________________________________________________________________
38041 [ 6524] By: jhi on 2000/08/04 19:02:08
38042 Log: Warn under -w if lstat(FH) is attempted.
38044 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
38045 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
38046 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
38047 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
38049 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
38050 ! t/pragma/warn/pp_sys
38051 ____________________________________________________________________________
38052 [ 6523] By: jhi on 2000/08/04 12:31:11
38053 Log: Subject: New perlcc, take 2
38054 From: simon@brecon.co.uk (Simon Cozens)
38055 Date: 4 Aug 2000 06:21:04 GMT
38056 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
38059 ____________________________________________________________________________
38060 [ 6522] By: jhi on 2000/08/04 12:26:33
38061 Log: Subject: Re: Array vs. List context
38062 From: Daniel Chetlin <daniel@chetlin.com>
38063 Date: Fri, 4 Aug 2000 00:22:44 -0700
38064 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
38066 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
38068 ____________________________________________________________________________
38069 [ 6521] By: jhi on 2000/08/04 12:22:38
38070 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38071 From: Raymund Will <ray@caldera.de>
38072 Date: Fri, 4 Aug 2000 12:07:09 +0200
38073 Message-Id: <20000804120709.A14982@caldera.de>
38076 ____________________________________________________________________________
38077 [ 6520] By: jhi on 2000/08/04 04:09:06
38078 Log: After the #6519 a warning about stat() is just that,
38079 not about a filetest, which now have their own warning.
38082 ____________________________________________________________________________
38083 [ 6519] By: jhi on 2000/08/04 04:06:30
38084 Log: In the warnings call filehandles consistently so;
38085 add "unopened" warning for stat().
38087 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
38088 ! t/pragma/warn/pp_sys
38089 ____________________________________________________________________________
38090 [ 6518] By: jhi on 2000/08/04 02:55:35
38091 Log: Subject: Minor tweak to perlvar.pod
38092 From: "Stephen P. Potter" <spp@ds.net>
38093 Date: Tue, 18 Apr 2000 09:26:03 -0400
38094 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
38097 ____________________________________________________________________________
38098 [ 6517] By: jhi on 2000/08/04 02:50:08
38099 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
38100 From: "Clinton Pierce" <cpierce1@ford.com>
38101 Date: Wed, 21 Jul 1999 16:45:31 -0400
38102 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
38104 Fix by Stephen Potter (visible in the bug db but not in p5p?)
38106 ! pod/perlfunc.pod pod/perlop.pod
38107 ____________________________________________________________________________
38108 [ 6516] By: jhi on 2000/08/04 02:09:25
38109 Log: This is 6512. Really.
38112 ____________________________________________________________________________
38113 [ 6515] By: jhi on 2000/08/04 01:25:50
38114 Log: mention the idea of @( and @)
38117 ____________________________________________________________________________
38118 [ 6514] By: bailey on 2000/08/04 01:18:46
38119 Log: YA resync with mainstem, including VMS patches from others
38121 +> (branch 48 files)
38122 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
38123 !> (integrate 354 files)
38124 ____________________________________________________________________________
38125 [ 6513] By: jhi on 2000/08/04 01:18:18
38126 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38127 From: Mark Dickinson <dickins3@fas.harvard.edu>
38128 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
38129 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
38131 ! t/op/grent.t t/op/pwent.t
38132 ____________________________________________________________________________
38133 [ 6512] By: jhi on 2000/08/04 01:14:06
38134 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38135 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38136 Date: Wed, 02 Aug 2000 10:51:01 +0100
38137 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
38140 ____________________________________________________________________________
38141 [ 6511] By: jhi on 2000/08/04 00:57:00
38142 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
38143 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38144 Date: Thu, 03 Aug 2000 17:20:04 -0700
38145 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
38147 ! U/modified/Cppsym.U
38149 ! Configure config_h.SH
38150 ____________________________________________________________________________
38151 [ 6510] By: jhi on 2000/08/04 00:25:28
38155 ____________________________________________________________________________
38156 [ 6509] By: jhi on 2000/08/03 23:43:18
38157 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38158 From: Dominic Dunlop <domo@computer.org>
38159 Date: Thu, 3 Aug 2000 22:16:46 +0200
38160 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
38163 ____________________________________________________________________________
38164 [ 6508] By: jhi on 2000/08/03 23:40:37
38165 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
38166 From: Hugo <hv@crypt.compulink.co.uk>
38167 Date: Thu, 03 Aug 2000 18:25:30 +0100
38168 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
38170 ! regcomp.c t/op/re_tests
38171 ____________________________________________________________________________
38172 [ 6507] By: jhi on 2000/08/03 23:38:28
38173 Log: Subject: [PATCH] sv.h documentation - SvLEN
38174 From: Mike Guy <mjtg@cam.ac.uk>
38175 Date: Thu, 03 Aug 2000 14:43:09 +0100
38176 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
38179 ____________________________________________________________________________
38180 [ 6506] By: jhi on 2000/08/03 15:49:14
38181 Log: Disable the fix_pl hack for now.
38184 ____________________________________________________________________________
38185 [ 6505] By: jhi on 2000/08/03 13:49:04
38186 Log: Add a URL for FSF.
38188 Subject: Patch for README
38189 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38190 Date: Wed, 2 Aug 2000 13:25:09 -0500
38191 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
38194 ____________________________________________________________________________
38195 [ 6504] By: jhi on 2000/08/03 13:29:19
38196 Log: Be more informative on what is skipped and why,
38197 also repeat the list at the end.
38200 ____________________________________________________________________________
38201 [ 6503] By: jhi on 2000/08/03 13:07:05
38202 Log: Circumvent the removal of .patch by fix_pl.
38204 Subject: Re: [ID 20000802.011] unable to 'make test'
38205 From: simon@brecon.co.uk (Simon Cozens)
38206 Date: 3 Aug 2000 04:17:00 GMT
38207 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
38210 ____________________________________________________________________________
38211 [ 6502] By: jhi on 2000/08/03 00:14:34
38212 Log: Add the missing setproctitle unit.
38213 Branch: metaconfig/U/perl
38215 ____________________________________________________________________________
38216 [ 6501] By: jhi on 2000/08/03 00:00:26
38217 Log: The subtest 4 may fail also on VOBS, as pointed out
38218 by Nick Ing-Simmons in November 1999, bug id 19991124.003
38219 (but the failure in that bug report isn't the subtest 4).
38222 ____________________________________________________________________________
38223 [ 6500] By: jhi on 2000/08/02 23:49:30
38224 Log: Better skip message for the test; one of the two problems in
38226 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
38227 From: Lupe Christoph <lupe@lupe-christoph.de>
38228 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
38229 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
38231 ! t/op/numconvert.t
38232 ____________________________________________________________________________
38233 [ 6499] By: jhi on 2000/08/02 22:49:16
38234 Log: Allow "no Module;" even if there is no 'unimport'.
38236 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
38237 From: mjd@plover.com
38238 Date: 24 Mar 2000 15:24:34 -0000
38239 Message-Id: <20000324152434.15160.qmail@plover.com>
38242 ____________________________________________________________________________
38243 [ 6498] By: jhi on 2000/08/02 22:42:58
38244 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
38245 that are hopefully soon put into use.
38247 ! opcode.h opcode.pl opnames.h
38248 ____________________________________________________________________________
38249 [ 6497] By: gsar on 2000/08/02 22:28:59
38250 Log: require.t needs binmode() to work on windows
38253 ____________________________________________________________________________
38254 [ 6496] By: jhi on 2000/08/02 22:08:51
38255 Log: Document the IVdf UVuf UVof UVxf.
38258 ____________________________________________________________________________
38259 [ 6495] By: jhi on 2000/08/02 21:54:26
38262 ! ext/Data/Dumper/Dumper.xs
38263 ____________________________________________________________________________
38264 [ 6494] By: jhi on 2000/08/02 21:49:17
38265 Log: Dump UVs as UVs in Data::Dumper.
38267 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
38268 From: Gurusamy Sarathy <gsar@ActiveState.com>
38269 Date: Thu, 27 Apr 2000 12:26:25 -0700
38270 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
38272 ! ext/Data/Dumper/Dumper.xs
38273 ____________________________________________________________________________
38274 [ 6493] By: jhi on 2000/08/02 17:01:58
38275 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
38276 From: Hugo <hv@crypt.compulink.co.uk>
38277 Date: Wed, 02 Aug 2000 14:53:56 +0100
38278 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
38280 ! regexec.c t/op/re_tests
38281 ____________________________________________________________________________
38282 [ 6492] By: jhi on 2000/08/02 15:02:46
38283 Log: The new setproctitle() feature is available only in
38284 bleeding edge FreeBSD. From Paul Saab.
38287 ____________________________________________________________________________
38288 [ 6491] By: jhi on 2000/08/02 13:34:36
38289 Log: The tr utf8 patching continues.
38291 Subject: Re: #6469, too many tests claimed in require.t
38292 From: simon@brecon.co.uk (Simon Cozens)
38293 Date: 2 Aug 2000 02:37:17 GMT
38294 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
38296 (the logic of the test was the wrong way round in the patch)
38299 ____________________________________________________________________________
38300 [ 6490] By: jhi on 2000/08/02 13:27:38
38301 Log: The name of a filehandle does not have <these>.
38303 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
38304 ! t/pragma/warn/pp_sys util.c
38305 ____________________________________________________________________________
38306 [ 6489] By: jhi on 2000/08/02 04:26:46
38307 Log: Remove the extraneous "main::" prefix from all the
38308 "opened only for", "on closed", and "never opened" warnings.
38310 Subject: Re: inappropriate warning
38311 From: Gurusamy Sarathy <gsar@ActiveState.com>
38312 Date: Mon, 20 Mar 2000 11:28:02 -0800
38313 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
38315 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
38316 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
38317 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
38318 ____________________________________________________________________________
38319 [ 6488] By: jhi on 2000/08/02 03:02:57
38320 Log: memcpy has n o in it, as pinted ut by Sarathy.
38323 ____________________________________________________________________________
38324 [ 6487] By: jhi on 2000/08/02 02:44:51
38325 Log: Document in one place the memory abstractions used in Perl core.
38327 Subject: Re: Memory abstraction
38328 From: simon@brecon.co.uk (Simon Cozens)
38329 Date: 2 Aug 2000 02:20:23 GMT
38330 Organization: Earth.li Origins
38333 ____________________________________________________________________________
38334 [ 6486] By: jhi on 2000/08/02 02:41:57
38335 Log: regen_headers, regen perltoc.
38337 ! perlapi.c pod/perltoc.pod
38338 ____________________________________________________________________________
38339 [ 6485] By: jhi on 2000/08/02 01:43:33
38340 Log: "This little thing tests for a file .patch, and if it contains
38341 a number, pops into patchlevel.h" (making it easier to track
38342 which development version people are reporting bugs against)
38344 Subject: Patchlevel autogeneration for repository perls
38345 From: simon@brecon.co.uk (Simon Cozens)
38346 Date: 14 Jul 2000 07:12:15 GMT
38347 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
38350 ! MANIFEST Makefile.SH
38351 ____________________________________________________________________________
38352 [ 6484] By: jhi on 2000/08/02 01:32:54
38353 Log: FreeBSD 3.* updates from
38355 From: Paul Saab <ps@yahoo-inc.com>
38356 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38357 Date: Tue, 1 Aug 2000 15:41:39 -0700
38358 Message-Id: <20000801154139.A53740@yahoo-inc.com>
38361 ____________________________________________________________________________
38362 [ 6483] By: jhi on 2000/08/02 01:27:44
38363 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
38364 instead one must use setproctitle(). This was already addressed
38365 by change #6457, but the below has a new variant for FreeBSD 4.0
38366 or later, and the matter is also documented more.
38368 From: Paul Saab <ps@yahoo-inc.com>
38369 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38370 Date: Tue, 1 Aug 2000 15:41:39 -0700
38371 Message-Id: <20000801154139.A53740@yahoo-inc.com>
38372 Branch: metaconfig/U/perl
38375 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
38376 ____________________________________________________________________________
38377 [ 6482] By: jhi on 2000/08/01 22:17:32
38378 Log: The test from this
38380 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
38381 Date: Sat, 15 Apr 2000 17:03:44 +0100
38382 From: Tom Hughes <tom@compton.nu>
38383 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
38385 was missing, the code change went in as #5989
38386 (which had a different test?)
38389 ____________________________________________________________________________
38390 [ 6481] By: jhi on 2000/08/01 21:48:38
38391 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
38392 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38393 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
38394 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
38397 ____________________________________________________________________________
38398 [ 6480] By: jhi on 2000/08/01 18:05:28
38399 Log: Make p4desc to skip non-mainperl branches by default.
38402 ____________________________________________________________________________
38403 [ 6479] By: jhi on 2000/08/01 17:29:19
38404 Log: If gccosandvers is equal to osname, clear gccosandvers.
38405 Branch: metaconfig/U/perl
38408 ! Configure config_h.SH
38409 ____________________________________________________________________________
38410 [ 6478] By: jhi on 2000/08/01 15:54:08
38411 Log: BOM patching from Simon Cozens.
38414 ____________________________________________________________________________
38415 [ 6477] By: jhi on 2000/08/01 04:50:33
38416 Log: Stash away the largefiles flags and libswanted.
38418 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
38419 ____________________________________________________________________________
38420 [ 6476] By: gsar on 2000/08/01 04:24:24
38421 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
38424 ! t/pragma/utf8.t utf8.c win32/win32.c
38425 ____________________________________________________________________________
38426 [ 6475] By: jhi on 2000/08/01 03:35:24
38427 Log: Make chr() for values >127 to create utf8 when under utf8.
38429 Subject: Re: uft8/chr()
38430 From: simon@brecon.co.uk (Simon Cozens)
38431 Date: 1 Aug 2000 02:37:02 GMT
38432 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
38434 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
38435 ____________________________________________________________________________
38436 [ 6474] By: jhi on 2000/08/01 02:36:18
38437 Log: In Digital UNIX warn if gcc explicitly chosen because even
38438 2.95.2 is known to cause problems.
38441 ____________________________________________________________________________
38442 [ 6473] By: jhi on 2000/08/01 02:00:56
38443 Log: Make the safety catch for buggy gccs work with triple version
38444 numbers like 2.95.2. Reported in
38446 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
38447 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
38448 Date: Mon, 31 Jul 2000 14:55:06 +0200
38449 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
38452 ____________________________________________________________________________
38453 [ 6472] By: jhi on 2000/08/01 01:13:33
38454 Log: Subject: fix and question re: waitpid() under win32
38455 From: Brian Clarke <clarke@appliedmeta.com>
38456 Date: Fri, 28 Jul 2000 15:18:29 -0400
38457 Message-ID: <3981DC85.290314EB@appliedmeta.com>
38459 Slightly reformatted and WNOHANG # define moved to win32.h
38460 so that also POSIX.xs sees it, as suggsted by Sarathy.
38462 ! win32/win32.c win32/win32.h
38463 ____________________________________________________________________________
38464 [ 6471] By: jhi on 2000/08/01 00:55:05
38465 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
38466 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38467 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
38468 Date: Mon, 31 Jul 2000 13:28:51 +0100
38470 (aka ID 20000730.002)
38473 ____________________________________________________________________________
38474 [ 6470] By: jhi on 2000/07/31 23:34:42
38475 Log: Document the problem with -P in HP-UX and its workaround.
38477 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
38478 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
38479 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
38480 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
38483 ____________________________________________________________________________
38484 [ 6469] By: jhi on 2000/07/31 04:15:02
38485 Log: The swallow_bom() saga continues. The #23 of require.t
38486 (UTF16-LE) still fails (silently, no output) but the #22
38487 (UTF16-BE) seems to be working now. The root of the
38488 failure may be in sv_gets(): is it UTF-16LE-aware,
38489 especially when it comes to line endings?
38491 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
38492 ! t/comp/require.t toke.c utf8.c
38493 ____________________________________________________________________________
38494 [ 6468] By: jhi on 2000/07/30 19:05:48
38495 Log: Find green threads before native threads.
38497 Subject: Re: Patch to jpl/JNI/Makefile.PL
38498 From: Jens Thomsen <jens@fiend.cis.com>
38499 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
38500 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
38502 ! jpl/JNI/Makefile.PL
38503 ____________________________________________________________________________
38504 [ 6467] By: jhi on 2000/07/30 18:36:22
38505 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
38508 ____________________________________________________________________________
38509 [ 6466] By: jhi on 2000/07/30 04:37:29
38510 Log: A new version of the "remove UPPERACSE string comparison"
38511 operators. The problem with the previous one (change #6454)
38512 was that it was for Perl 5.6.0. From Paul Marquess.
38514 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
38515 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
38516 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38517 ____________________________________________________________________________
38518 [ 6465] By: jhi on 2000/07/29 22:39:56
38519 Log: Do not upgrade SVs into utf8 just because they participate
38520 in eq or cmp. Reported and fix suggested in
38522 Subject: [ID 20000720.009] sv_eq UTF8 bug
38523 From: "Simon Cozens" <simon@othersideofthe.earth.li>
38524 Date: 21 Jul 2000 04:37:29 -0000
38525 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
38527 Exercise for the kind reader: should we or should we not
38528 cache the utf8 conversion alonside the SV? (as magic,
38529 as thestrxfrm()ed version is cached under use locale)
38530 Argue both for and against.
38533 ____________________________________________________________________________
38534 [ 6464] By: jhi on 2000/07/29 22:36:22
38535 Log: Subject: UTF8 concat
38536 From: simon@brecon.co.uk (Simon Cozens)
38537 Date: 30 Jun 2000 06:13:25 GMT
38538 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
38540 (with a memory leak fixed, plus a few casts added)
38542 This also seems to help for
38544 Subject: [ID 20000716.015] join UTF8 weirdness
38545 From: root <root@ak-71.mind.de>
38546 Date: Sat, 15 Jul 2000 15:29:54 +0200
38547 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
38549 (from Andreas König)
38552 ____________________________________________________________________________
38553 [ 6463] By: jhi on 2000/07/29 00:55:39
38554 Log: Tune the comments and hopefully stop a memory leak.
38557 ____________________________________________________________________________
38558 [ 6462] By: jhi on 2000/07/29 00:16:53
38559 Log: The problem described in this
38561 Subject: [ID 20000322.018] named chars aren't magical enough
38562 From: root <root@dixie.cscaper.com>
38563 Date: Wed, 22 Mar 2000 18:37:42 -0700
38564 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
38566 has been fixed in perl 5.6.0 but just in case added a test
38567 to keep it away. (The report from Joseph Hall.)
38569 ! t/lib/charnames.t
38570 ____________________________________________________________________________
38571 [ 6461] By: jhi on 2000/07/28 23:56:36
38572 Log: Tiny fixes for #6460.
38573 Branch: metaconfig/U/perl
38576 ! Configure config_h.SH
38577 ____________________________________________________________________________
38578 [ 6460] By: jhi on 2000/07/28 23:24:41
38579 Log: Warn if the version of the operating system used to compile gcc
38580 differs from the current version of the operating system.
38581 Also display the gcc compilation os and version in myconfig.
38584 Subject: Re: [ID 20000710.003] ERRORS!!
38585 From: "Kurt D. Starsinic" <kstar@chapin.edu>
38586 Date: Mon, 10 Jul 2000 15:54:16 -0400
38587 Message-ID: <20000710155416.A1384@O2.chapin.edu>
38588 Branch: metaconfig/U/perl
38591 ! Configure config_h.SH myconfig.SH
38592 ____________________________________________________________________________
38593 [ 6459] By: jhi on 2000/07/28 22:00:32
38594 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
38595 letter to $Config{osvers}.
38597 ! U/modified/Oldconfig.U
38599 ! Configure config_h.SH
38600 ____________________________________________________________________________
38601 [ 6458] By: jhi on 2000/07/28 04:15:39
38602 Log: Back out #6454, doesn't seem to work.
38603 (Reason: that patch was for perl 5.6.0, not perl-current)
38604 (A version of the patch for perl-current came in later as #6466)
38606 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
38607 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
38608 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38609 ____________________________________________________________________________
38610 [ 6457] By: jhi on 2000/07/27 23:31:49
38611 Log: Use setproctitle() if available to modify $0.
38613 Subject: setting $* on BSD4 broken
38614 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38615 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
38616 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
38618 ! U/modified/Myinit.U
38620 ! Configure config_h.SH mg.c
38621 ____________________________________________________________________________
38622 [ 6456] By: jhi on 2000/07/27 14:50:47
38623 Log: Allow "no AutoLoader;", based on change #6444,
38624 suggested by Graham Barr.
38626 ! lib/AutoLoader.pm
38627 ____________________________________________________________________________
38628 [ 6455] By: jhi on 2000/07/27 14:19:10
38629 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
38630 From: rspier@pobox.com (Robert Spier)
38631 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
38632 Message-ID: <14720.15855.787664.424783@rls.cx>
38635 ____________________________________________________________________________
38636 [ 6454] By: jhi on 2000/07/27 14:03:02
38637 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
38642 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
38643 From: Ryan Herbert <rherbert@sycamorehq.com>
38644 Date: Mon, 17 Jul 2000 11:40:42 -0400
38645 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
38649 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
38650 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38651 Date: Wed, 26 Jul 2000 23:40:18 +0100
38652 Message-ID: <000001bff752$79511880$0a17073e@tiny>
38654 based on an earlier patch from Stephen P. Potter.
38656 (Removed later by change #6458 because this patch was for
38657 perl 5.6.0, not perl-current)
38659 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
38660 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
38661 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38662 ____________________________________________________________________________
38663 [ 6453] By: jhi on 2000/07/27 13:48:02
38664 Log: Subject: [PATCH] fixes bug 20000508.004
38665 From: Michael Stevens <mstevens@globnix.org>
38666 Date: Thu, 27 Jul 2000 13:49:04 +0100
38667 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
38670 ____________________________________________________________________________
38671 [ 6452] By: jhi on 2000/07/26 23:51:26
38672 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
38673 and Craig A. Berry.
38675 ! lib/File/Temp.pm pod/perlport.pod
38676 ____________________________________________________________________________
38677 [ 6451] By: jhi on 2000/07/26 19:43:30
38678 Log: Be wary of close()s, too.
38680 Subject: Re: [PATCH] perlbug cleanup
38681 From: Tim Jenness <t.jenness@jach.hawaii.edu>
38682 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
38683 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
38686 ____________________________________________________________________________
38687 [ 6450] By: jhi on 2000/07/26 18:41:40
38688 Log: Subject: Minor doc patch: handy.h
38689 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
38690 Date: Wed, 26 Jul 2000 15:34:25 -0300
38691 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
38693 ! handy.h pod/perlapi.pod
38694 ____________________________________________________________________________
38695 [ 6449] By: jhi on 2000/07/26 18:23:55
38696 Log: Subject: [PATCH] minor doc change - perlguts
38697 From: Michael Stevens <mstevens@globnix.org>
38698 Date: Thu, 13 Jul 2000 12:39:18 +0100
38699 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
38702 ____________________________________________________________________________
38703 [ 6448] By: jhi on 2000/07/26 18:20:30
38704 Log: open() wariness in perlbug.
38706 Subject: [PATCH] perlbug cleanup
38707 From: Michael Stevens <mstevens@globnix.org>
38708 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
38709 Date: Thu, 13 Jul 2000 15:52:23 +0100
38712 ____________________________________________________________________________
38713 [ 6447] By: jhi on 2000/07/26 18:13:04
38714 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
38716 ! lib/File/Temp.pm t/lib/ftmp-security.t
38717 ____________________________________________________________________________
38718 [ 6446] By: jhi on 2000/07/26 18:06:32
38719 Log: docfix from Peter Scott <Peter@PSDT.com>.
38722 ____________________________________________________________________________
38723 [ 6445] By: jhi on 2000/07/26 17:53:31
38724 Log: Fix *foo{FORMAT}.
38726 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38727 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
38728 Date: Wed, 26 Jul 2000 19:51:02 +0200
38729 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
38731 From: Graham Barr <gbarr@pobox.com>
38732 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
38733 Date: Wed, 26 Jul 2000 17:38:36 +0100
38734 Message-ID: <20000726173836.L472@pobox.com>
38736 ! pp.c sv.c t/op/gv.t
38737 ____________________________________________________________________________
38738 [ 6444] By: jhi on 2000/07/26 17:49:14
38739 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
38740 from Graham Barr in the module list.
38742 ! gv.c pod/perlobj.pod
38743 ____________________________________________________________________________
38744 [ 6443] By: jhi on 2000/07/26 16:06:56
38745 Log: More split() doc and test patches from Mike Guy.
38747 ! pod/perlfunc.pod t/op/split.t
38748 ____________________________________________________________________________
38749 [ 6442] By: jhi on 2000/07/26 16:05:30
38750 Log: MacOS nits from Matthias Neeracher.
38753 ____________________________________________________________________________
38754 [ 6441] By: jhi on 2000/07/26 04:39:57
38755 Log: Subject: [PATCH] split /^/
38756 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38757 Date: Tue, 25 Jul 2000 14:18:57 +0100
38758 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
38760 (with notes from tchrist and gbarr)
38762 ! pod/perlfunc.pod t/op/split.t
38763 ____________________________________________________________________________
38764 [ 6440] By: jhi on 2000/07/26 04:32:32
38765 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
38766 From: Peter Prymmer <pvhp@forte.com>
38767 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
38768 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
38770 ! vms/munchconfig.c
38771 ____________________________________________________________________________
38772 [ 6439] By: jhi on 2000/07/26 04:31:01
38773 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
38774 to be fatal errors (instead of by default ignoring them, and
38775 ignoring with a bug: even though -w gave an error, the opening [
38776 was left in) Reported in:
38778 Subject: [ID 20000716.024] [=cc=] / [:blank:]
38779 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
38780 Date: Sun, 16 Jul 2000 17:55:29 -0700
38781 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
38783 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
38784 ____________________________________________________________________________
38785 [ 6438] By: jhi on 2000/07/25 15:41:15
38786 Log: Subject: [PATCH] av.c apidoc
38787 From: simon@brecon.co.uk (Simon Cozens)
38788 Date: 24 Jul 2000 06:40:52 GMT
38789 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
38791 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
38792 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
38793 ____________________________________________________________________________
38794 [ 6437] By: jhi on 2000/07/25 14:05:36
38795 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
38796 From: "Stephen P. Potter" <spp@ds.net>
38797 Date: Mon, 24 Jul 2000 14:22:23 -0400
38798 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
38800 ! pod/perllocale.pod
38801 ____________________________________________________________________________
38802 [ 6436] By: jhi on 2000/07/25 14:02:03
38803 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
38804 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38805 Date: Mon, 24 Jul 2000 18:04:28 +0100
38806 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
38808 ! t/lib/syslfs.t t/op/lfs.t
38809 ____________________________________________________________________________
38810 [ 6435] By: jhi on 2000/07/25 13:59:28
38811 Log: Get UTF16 BOMs working. Patch from
38813 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38814 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38815 Date: Tue, 25 Jul 2000 12:52:45 +0100
38816 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
38820 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38821 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38822 Date: Tue, 25 Jul 2000 11:43:25 +0100
38823 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
38825 ! t/comp/require.t toke.c utf8.c
38826 ____________________________________________________________________________
38827 [ 6434] By: jhi on 2000/07/25 02:39:54
38828 Log: Make the "uninit variable" warning to say "concat or string"
38829 or "join or string" when in concat or join .
38831 Subject: Re: [ID 20000403.009] uninitialised concatenation???
38832 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38833 Date: Tue, 04 Apr 2000 18:22:58 +0100
38834 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
38836 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
38837 From: William R Ward <hermit@BayView.COM>
38838 Date: Thu, 30 Mar 2000 19:50:03 -0800
38839 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
38841 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
38842 ! t/pragma/warn/op t/pragma/warn/sv
38843 ____________________________________________________________________________
38844 [ 6433] By: jhi on 2000/07/24 17:52:56
38845 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
38847 ! lib/File/Spec/VMS.pm
38848 ____________________________________________________________________________
38849 [ 6432] By: jhi on 2000/07/24 17:44:44
38850 Log: Test cases for #6431.
38852 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38853 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38854 Date: Mon, 24 Jul 2000 15:32:29 +0100
38855 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
38857 ! t/op/pat.t t/op/split.t
38858 ____________________________________________________________________________
38859 [ 6431] By: jhi on 2000/07/24 17:43:17
38862 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38863 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38864 Date: Mon, 17 Jul 2000 20:04:56 +0100
38865 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
38868 ____________________________________________________________________________
38869 [ 6430] By: jhi on 2000/07/24 03:42:42
38870 Log: Subject: [ID 20000716.023] syslog test fails without sockets
38871 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38872 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
38873 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
38874 Branch: metaconfig/U/perl
38877 ! Configure config_h.SH
38878 ____________________________________________________________________________
38879 [ 6429] By: jhi on 2000/07/24 03:11:52
38880 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
38881 case, but add also notes explaining the relationship of this
38882 patch and the earlier notes by Sarathy.
38884 Subject: Map is still slow
38885 From: "Ben Tilly" <ben_tilly@hotmail.com>
38886 Date: Sat, 15 Jul 2000 17:23:27 EDT
38887 Message-ID: <20000715212327.21656.qmail@hotmail.com>
38890 ____________________________________________________________________________
38891 [ 6428] By: jhi on 2000/07/24 02:58:52
38892 Log: Documentation to explain the behaviour of map().
38894 Subject: Re: Map is still slow
38895 From: Gurusamy Sarathy <gsar@ActiveState.com>
38896 Date: Sat, 15 Jul 2000 16:05:09 -0700
38897 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
38900 ____________________________________________________________________________
38901 [ 6427] By: jhi on 2000/07/24 02:50:03
38903 [ID 19991110.003] another matching finding by pcre author
38904 which has already been fixed by some patch, as verified in
38906 Subject: Re: two regex bugs from the mists of time (well, last November)
38907 From: Hugo <hv@crypt.compulink.co.uk>
38908 Date: Sat, 22 Jul 2000 18:12:58 +0100
38909 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
38912 ____________________________________________________________________________
38913 [ 6426] By: jhi on 2000/07/24 02:11:20
38914 Log: A missing 'break' after the [[:space:]] switch case.
38916 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
38917 From: "Stephen P. Potter" <spp@ds.net>
38918 Date: Tue, 18 Jul 2000 16:25:17 -0400
38919 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
38922 ____________________________________________________________________________
38923 [ 6425] By: jhi on 2000/07/24 02:06:12
38924 Log: The output might have been produced in the wrong order.
38926 Subject: [ID 20000720.003] [PATCH] t/op/write.t
38927 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38928 Date: Thu, 20 Jul 2000 18:49:18 +0100
38929 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
38932 ____________________________________________________________________________
38933 [ 6424] By: jhi on 2000/07/24 02:00:07
38934 Log: Use STDOUT consistently.
38936 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
38937 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38938 Date: Thu, 20 Jul 2000 18:04:01 +0100
38939 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
38941 ! lib/Test/Harness.pm
38942 ____________________________________________________________________________
38943 [ 6423] By: jhi on 2000/07/24 01:54:54
38944 Log: Protect against "wild next"s, that is, callbacks doing "next"
38945 instead of "return".
38947 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
38948 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38949 Date: Tue, 18 Jul 2000 11:30:16 +0100
38950 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
38953 ____________________________________________________________________________
38954 [ 6422] By: jhi on 2000/07/24 01:35:47
38955 Log: Out-of-date note removed.
38957 Subject: [PATCH] documentation perlipc
38958 From: rspier@pobox.com (Robert Spier)
38959 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
38960 Message-ID: <14711.35178.572612.502654@rls.cx>
38963 ____________________________________________________________________________
38964 [ 6421] By: jhi on 2000/07/24 00:09:18
38965 Log: Send all installperl messages to STDERR and be -w clean.
38967 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
38968 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38969 Date: Sat, 22 Jul 2000 14:02:11 +0100
38970 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
38973 ____________________________________________________________________________
38974 [ 6420] By: jhi on 2000/07/24 00:04:19
38975 Log: Decutandpasto.
38977 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
38978 From: "Richard Soderberg" <rs@crystalflame.net>
38979 Date: Sun, 23 Jul 2000 01:37:23 -0700
38980 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
38983 ____________________________________________________________________________
38984 [ 6419] By: jhi on 2000/07/24 00:01:12
38985 Log: A cleaner abs_path().
38986 Subject: Re: unix alternative to Cwd.pm
38987 From: Jeff Pinyan <jeffp@crusoe.net>
38988 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
38989 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
38992 ____________________________________________________________________________
38993 [ 6418] By: jhi on 2000/07/23 23:48:56
38996 Subject: [PATCH perl-current] Typo in hints/powerux.sh
38997 From: "Richard Soderberg" <rs@crystalflame.net>
38998 Date: Sun, 23 Jul 2000 01:27:33 -0700
38999 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
39002 ____________________________________________________________________________
39003 [ 6417] By: jhi on 2000/07/17 22:13:31
39004 Log: Subject: SDBM_File documentation
39005 From: mjd@plover.com
39006 Date: 16 Jul 2000 17:41:17 -0000
39007 Message-ID: <20000716174117.18515.qmail@plover.com>
39009 ! ext/SDBM_File/SDBM_File.pm
39010 ____________________________________________________________________________
39011 [ 6416] By: jhi on 2000/07/17 19:13:26
39012 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
39014 ! hints/mpeix.sh mpeix/relink
39015 ____________________________________________________________________________
39016 [ 6415] By: jhi on 2000/07/15 14:11:02
39017 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
39018 the utf8 'characters' can be more than one octet).
39020 Date: Sat, 15 Jul 2000 00:21:56 +0100
39021 From: Tom Hughes <tom@compton.nu>
39022 Subject: Re: [ID 20000714.002]
39023 Message-ID: <db2334de49.tom@compton.compton.nu>
39027 Subject: [ID 20000714.002]
39028 From: "Simon Cozens" <simon@othersideofthe.earth.li>
39029 Date: 14 Jul 2000 15:13:09 -0000
39030 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
39033 ____________________________________________________________________________
39034 [ 6414] By: jhi on 2000/07/15 03:13:41
39035 Log: another VMS build tweak from Peter Prymmer
39037 ! vms/descrip_mms.template
39038 ____________________________________________________________________________
39039 [ 6413] By: jhi on 2000/07/15 03:10:40
39040 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
39043 ____________________________________________________________________________
39044 [ 6412] By: jhi on 2000/07/15 00:31:05
39045 Log: More docs for sv functions.
39047 Subject: [PATCH cfgperl] sv.c apidoc
39048 From: simon@brecon.co.uk (Simon Cozens)
39049 Date: 13 Jul 2000 09:00:20 GMT
39050 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
39052 Subject: Re: [PATCH cfgperl] sv.c apidoc
39053 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39054 Date: Thu, 13 Jul 2000 12:27:41 +0100
39055 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
39057 Subject: Re: [PATCH cfgperl] sv.c apidoc
39058 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39059 Date: Thu, 13 Jul 2000 13:23:09 +0100
39060 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
39062 Subject: Re: [PATCH cfgperl] sv.c apidoc
39063 From: simon@brecon.co.uk (Simon Cozens)
39064 Date: 14 Jul 2000 06:51:02 GMT
39065 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
39067 ! embed.pl pod/perlapi.pod sv.c
39068 ____________________________________________________________________________
39069 [ 6411] By: jhi on 2000/07/15 00:10:41
39070 Log: lib/b test fixes from Peter Prymmer.
39073 ____________________________________________________________________________
39074 [ 6410] By: jhi on 2000/07/15 00:02:09
39075 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
39076 From: Hugo <hv@crypt.compulink.co.uk>
39077 Date: Fri, 14 Jul 2000 23:05:20 +0100
39078 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
39080 Didn't anymore apply, but that point still could use another fix.
39083 ____________________________________________________________________________
39084 [ 6409] By: jhi on 2000/07/14 23:15:15
39085 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
39086 not in pod, from Peter Prymmer
39088 ! vms/descrip_mms.template
39089 ____________________________________________________________________________
39090 [ 6408] By: jhi on 2000/07/14 20:35:05
39091 Log: The bug report
39092 [ID 19991110.002] minimal matching discrepancy found by pcre author
39093 seems to have been fixed (though differently from what was suggested
39094 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
39097 ____________________________________________________________________________
39098 [ 6407] By: jhi on 2000/07/14 17:38:08
39099 Log: Fix AutoSplit to use File::Spec the right way in VMS,
39100 from Peter Prymmer.
39103 ____________________________________________________________________________
39104 [ 6406] By: jhi on 2000/07/14 14:13:22
39105 Log: Merge perlhacktut into perlhack, update perlguts.
39107 Subject: Re: Perlhacktut
39108 From: simon@brecon.co.uk (Simon Cozens)
39109 Date: 14 Jul 2000 06:49:21 GMT
39110 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
39112 Subject: Re: Perlhacktut
39113 From: simon@brecon.co.uk (Simon Cozens)
39114 Date: 14 Jul 2000 07:09:45 GMT
39115 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
39117 ! pod/perlguts.pod pod/perlhack.pod
39118 ____________________________________________________________________________
39119 [ 6405] By: jhi on 2000/07/14 14:02:31
39120 Log: Integrate with Sarathy.
39122 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
39123 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
39124 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
39125 ____________________________________________________________________________
39126 [ 6404] By: gsar on 2000/07/14 12:15:02
39127 Log: PERL_OBJECT build tweaks
39130 ____________________________________________________________________________
39131 [ 6403] By: gsar on 2000/07/14 11:23:41
39132 Log: inconsistent types needs casts
39135 ____________________________________________________________________________
39136 [ 6402] By: gsar on 2000/07/14 11:12:04
39137 Log: typos in change#6399, regen headers
39139 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
39140 ____________________________________________________________________________
39141 [ 6401] By: gsar on 2000/07/14 10:59:12
39142 Log: typecasts needed for change#6394
39145 ____________________________________________________________________________
39146 [ 6400] By: gsar on 2000/07/14 10:49:37
39147 Log: integrate cfgperl contents into mainline
39149 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
39150 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
39151 ____________________________________________________________________________
39152 [ 6399] By: gsar on 2000/07/14 10:38:35
39153 Log: enable UTF-16 filter by default if relevant BOM is seen; various
39154 cleanups (typos, misformatted code, and small bugs)
39156 ! doop.c embed.pl mg.c op.c pp.c toke.c
39157 ____________________________________________________________________________
39158 [ 6398] By: gsar on 2000/07/14 08:55:38
39159 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
39160 name suggests anyway)
39162 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
39163 ____________________________________________________________________________
39164 [ 6397] By: gsar on 2000/07/14 08:44:33
39165 Log: move new variables to the end of the interpreter structure (for
39166 bincompat in code that doesn't #include XSUB.h)
39169 ____________________________________________________________________________
39170 [ 6396] By: gsar on 2000/07/14 08:13:58
39171 Log: MakeMaker should not remove editor backups (*~) on `make clean`
39172 by default (completes change#6383)
39174 ! lib/ExtUtils/MM_Unix.pm
39175 ____________________________________________________________________________
39176 [ 6395] By: jhi on 2000/07/14 05:20:33
39177 Log: Replace change #6337 with a better one.
39179 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39180 From: Hugo <hv@crypt.compulink.co.uk>
39181 Date: Fri, 14 Jul 2000 04:16:20 +0100
39182 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
39184 ! regexec.c t/op/re_tests
39185 ____________________________________________________________________________
39186 [ 6394] By: jhi on 2000/07/14 01:33:59
39187 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
39189 ! embed.pl global.sym proto.h toke.c
39190 ____________________________________________________________________________
39191 [ 6393] By: jhi on 2000/07/13 23:41:23
39192 Log: remove discarded test
39195 ____________________________________________________________________________
39196 [ 6392] By: jhi on 2000/07/13 23:32:25
39197 Log: The {multiplier} of a fixed substring was overlooked which
39198 caused a wrong initial search offset for that substring.
39200 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
39201 From: Hugo <hv@crypt.compulink.co.uk>
39202 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
39203 Date: Thu, 13 Jul 2000 19:27:13 +0100
39205 ! regcomp.c t/op/re_tests
39206 ____________________________________________________________________________
39207 [ 6391] By: jhi on 2000/07/13 16:37:42
39208 Log: typo fix from Craig Berry
39210 ! vms/subconfigure.com
39211 ____________________________________________________________________________
39212 [ 6390] By: jhi on 2000/07/13 13:20:12
39213 Log: Integrate with Sarathy.
39215 - t/op/method2entersub.t
39216 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
39217 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
39218 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
39219 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
39220 ____________________________________________________________________________
39221 [ 6389] By: jhi on 2000/07/13 13:18:48
39222 Log: Detypo from Peter Prymmer, part of #6388.
39224 ! Configure config_h.SH
39226 ! U/modified/d_longlong.U
39227 ____________________________________________________________________________
39228 [ 6388] By: gsar on 2000/07/13 06:33:40
39229 Log: typos (spotted by Peter Prymmer)
39231 ! Configure t/lib/english.t
39232 ____________________________________________________________________________
39233 [ 6387] By: gsar on 2000/07/13 05:35:28
39234 Log: new selfloader.t in change#6183 doesn't close DATA handles,
39235 and thus fails to clean up tmp files on dosish platforms
39237 ! t/lib/selfloader.t
39238 ____________________________________________________________________________
39239 [ 6386] By: gsar on 2000/07/12 21:42:39
39240 Log: sprintf test tweaks (from Dominic Dunlop)
39243 ____________________________________________________________________________
39244 [ 6385] By: gsar on 2000/07/12 21:33:46
39245 Log: fix bugs in processing %v-*d and similar format specs (from
39246 Avi Finkel <avi@finkel.org>)
39248 ! sv.c t/op/sprintf.t
39249 ____________________________________________________________________________
39250 [ 6384] By: gsar on 2000/07/12 16:04:19
39251 Log: readd missing perldelta.pod changes from changes#6339,6376
39253 ! pod/perldelta.pod
39254 ____________________________________________________________________________
39255 [ 6383] By: gsar on 2000/07/12 16:00:51
39256 Log: don't clobber *.orig files on *clean targets
39258 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
39259 ____________________________________________________________________________
39260 [ 6382] By: gsar on 2000/07/12 07:59:12
39261 Log: fix broken integrations in cfgperl
39263 !> Changes pod/perldelta.pod
39264 ____________________________________________________________________________
39265 [ 6381] By: gsar on 2000/07/12 07:42:17
39266 Log: integrate cfgperl changes into mainline
39269 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
39271 ____________________________________________________________________________
39272 [ 6380] By: gsar on 2000/07/12 07:31:00
39273 Log: get sprintf.t to adjust properly for 3-digit exponents
39276 ____________________________________________________________________________
39277 [ 6379] By: gsar on 2000/07/12 06:40:04
39278 Log: change#6174 needs corresponding change in win32/config_h.PL,
39279 which grovels through config_h.SH to find the config.h name
39281 ! win32/config_h.PL
39282 ____________________________________________________________________________
39283 [ 6378] By: jhi on 2000/07/12 05:03:59
39284 Log: Do the cc sanity check both before the hints and
39285 after the cc selction.
39287 ! Configure config_h.SH
39289 ! U/modified/Oldconfig.U U/modified/cc.U
39290 Branch: metaconfig/U/perl
39292 ____________________________________________________________________________
39293 [ 6377] By: jhi on 2000/07/12 02:49:22
39294 Log: Fix nits noticed by Boston.pm.
39297 ____________________________________________________________________________
39298 [ 6376] By: jhi on 2000/07/11 21:22:13
39299 Log: Configure cosmetics and perldelta.
39301 ! Configure config_h.SH pod/perldelta.pod
39304 ____________________________________________________________________________
39305 [ 6375] By: gsar on 2000/07/11 21:17:35
39306 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
39308 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
39310 ____________________________________________________________________________
39311 [ 6374] By: gsar on 2000/07/11 20:48:50
39312 Log: tweak for build failure under multiplicity
39315 ____________________________________________________________________________
39316 [ 6373] By: gsar on 2000/07/11 20:37:23
39317 Log: integrate cfgperl changes#6325..6373 into mainline
39318 (NOTE: today's batch of integrations still untested)
39320 +> ext/DynaLoader/hints/netbsd.pl
39322 !> (integrate 26 files)
39323 ____________________________________________________________________________
39324 [ 6372] By: jhi on 2000/07/11 20:30:36
39325 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
39329 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
39331 ____________________________________________________________________________
39332 [ 6371] By: jhi on 2000/07/11 20:08:56
39333 Log: Minor cleanups on the booklist.
39336 ____________________________________________________________________________
39337 [ 6370] By: jhi on 2000/07/11 19:31:13
39338 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
39340 ! t/pragma/overload.t
39341 ____________________________________________________________________________
39342 [ 6369] By: gsar on 2000/07/11 19:27:48
39343 Log: integrate cfgperl changes#6293..6324 into mainline
39345 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
39346 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
39347 !> (integrate 30 files)
39348 ____________________________________________________________________________
39349 [ 6368] By: gsar on 2000/07/11 19:18:57
39350 Log: skip integrate of problematic change#6292 from cfgperl into mainline
39353 ____________________________________________________________________________
39354 [ 6367] By: gsar on 2000/07/11 19:17:21
39355 Log: integrate cfgperl changes#6288..6290 into mainline
39357 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
39358 ____________________________________________________________________________
39359 [ 6366] By: gsar on 2000/07/11 19:11:18
39360 Log: integrate cfgperl changes#6268..6282 into mainline
39362 !> (integrate 30 files)
39363 ____________________________________________________________________________
39364 [ 6365] By: gsar on 2000/07/11 18:57:00
39365 Log: delete new accidentally branched file
39367 - t/op/method2entersub.t
39368 ____________________________________________________________________________
39369 [ 6364] By: gsar on 2000/07/11 18:55:13
39370 Log: skip integrate of change#6267 from cfgperl into mainline (the
39371 method call optimization is flawed without additional hints
39372 from user about immutableness of @ISA and no runtime method
39375 +> t/op/method2entersub.t
39376 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
39377 !> perl.h t/op/sprintf.t xsutils.c
39378 ____________________________________________________________________________
39379 [ 6363] By: gsar on 2000/07/11 18:49:43
39380 Log: integrate cfgperl changes#6261..6266 into mainline
39382 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
39383 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
39384 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39385 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
39386 ____________________________________________________________________________
39387 [ 6362] By: gsar on 2000/07/11 18:43:26
39388 Log: integrate cfgperl changes#6252..6260 into mainline
39390 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
39391 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
39392 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
39393 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
39394 ____________________________________________________________________________
39395 [ 6361] By: gsar on 2000/07/11 18:37:12
39396 Log: skip integrate of problematic change#6251 from cfgperl into mainline
39399 ____________________________________________________________________________
39400 [ 6360] By: gsar on 2000/07/11 18:34:56
39401 Log: integrate cfgperl change#6250 into mainline
39404 !> MANIFEST embed.pl proto.h toke.c
39405 ____________________________________________________________________________
39406 [ 6359] By: gsar on 2000/07/11 18:21:19
39407 Log: integrate cfgperl changes#6242..6249 into mainline
39409 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
39410 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
39411 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
39412 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
39413 !> t/lib/peek.t utf8.c
39414 ____________________________________________________________________________
39415 [ 6358] By: gsar on 2000/07/11 18:15:45
39416 Log: skip integrate of problematic change#6241 from cfgperl into mainline
39418 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
39419 ____________________________________________________________________________
39420 [ 6357] By: jhi on 2000/07/11 18:15:16
39422 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
39423 From: Roderick Schertler <roderick@argon.org>
39424 Date: Tue, 11 Jul 2000 13:55:05 -0400
39425 Message-Id: <200007111755.NAA05077@jones.argon.org>
39428 ____________________________________________________________________________
39429 [ 6356] By: jhi on 2000/07/11 18:12:51
39430 Log: Typo in #6341.
39433 ____________________________________________________________________________
39434 [ 6355] By: gsar on 2000/07/11 18:12:10
39435 Log: integrate cfgperl changes#6231..6240 into mainline
39437 +> pod/perlutil.pod
39438 !> (integrate 35 files)
39439 ____________________________________________________________________________
39440 [ 6354] By: jhi on 2000/07/11 18:04:34
39441 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
39442 From: Dominic Dunlop <domo@computer.org>
39443 Date: Tue, 11 Jul 2000 12:27:33 +0200
39444 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
39446 Replaces change #6268.
39449 ____________________________________________________________________________
39450 [ 6353] By: gsar on 2000/07/11 17:59:51
39451 Log: skip integrate of problematic change#6230 from cfgperl into mainline
39452 (a later version of File::Spec is already in mainline)
39454 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
39455 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
39456 ____________________________________________________________________________
39457 [ 6352] By: gsar on 2000/07/11 17:57:48
39458 Log: integrate cfgperl changes#6224..6229 into mainline
39462 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
39463 !> lib/English.pm op.c t/lib/english.t
39464 ____________________________________________________________________________
39465 [ 6351] By: gsar on 2000/07/11 17:50:10
39466 Log: skip integrate of problematic change#6223 from cfgperl into mainline
39469 ____________________________________________________________________________
39470 [ 6350] By: gsar on 2000/07/11 17:48:28
39471 Log: integrate cfgperl changes#6220..6222 into mainline
39473 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
39474 !> toke.c utf8.c win32/win32.h
39475 ____________________________________________________________________________
39476 [ 6349] By: gsar on 2000/07/11 17:46:13
39477 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
39480 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39481 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39482 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39483 ____________________________________________________________________________
39484 [ 6348] By: jhi on 2000/07/11 17:45:49
39485 Log: README.posix-bc podified from Thomas Dorner.
39488 ____________________________________________________________________________
39489 [ 6347] By: gsar on 2000/07/11 17:42:04
39490 Log: integrate cfgperl change#6217 into mainline
39492 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
39493 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
39494 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
39495 ____________________________________________________________________________
39496 [ 6346] By: gsar on 2000/07/11 17:39:37
39497 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
39500 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
39501 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39502 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
39503 !> perlapi.h pod/perlapi.pod
39504 ____________________________________________________________________________
39505 [ 6345] By: gsar on 2000/07/11 17:36:42
39506 Log: integrate cfgperl changes#6207..6210 into mainline
39508 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
39509 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
39510 ____________________________________________________________________________
39511 [ 6344] By: gsar on 2000/07/11 17:31:20
39512 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
39515 !> (integrate 40 files)
39516 ____________________________________________________________________________
39517 [ 6343] By: gsar on 2000/07/11 17:19:08
39518 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
39520 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
39522 !> (integrate 34 files)
39523 ____________________________________________________________________________
39524 [ 6342] By: jhi on 2000/07/11 16:05:48
39525 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
39526 To: perl5-porters@perl.org
39527 From: Karsten Sperling <spiff@phreax.net>
39528 Date: Mon, 10 Jul 2000 15:12:52 +0200
39529 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
39532 ____________________________________________________________________________
39533 [ 6341] By: jhi on 2000/07/11 15:59:23
39534 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
39535 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39536 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
39537 Date: Fri, 07 Jul 2000 17:57:16 +0100
39540 ____________________________________________________________________________
39541 [ 6340] By: jhi on 2000/07/11 15:55:47
39542 Log: Subject: Re: format bug report [Patch]
39543 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39544 Date: Wed, 05 Jul 2000 13:12:52 +0200
39545 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
39547 Subject: Re: format bug report [Patch]
39548 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39549 Date: Wed, 05 Jul 2000 14:10:01 +0200
39550 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
39552 ! t/op/write.t toke.c
39553 ____________________________________________________________________________
39554 [ 6339] By: jhi on 2000/07/11 13:54:09
39555 Log: Be less forgiving about ambiguous and illegal tr ranges.
39556 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
39557 From: Mark-Jason Dominus <mjd@plover.com>
39558 Date: Tue, 04 Jul 2000 10:00:12 -0400
39559 Message-ID: <20000704140012.17772.qmail@plover.com>
39561 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
39562 From: Mark-Jason Dominus <mjd@plover.com>
39563 Date: Wed, 05 Jul 2000 09:37:36 -0400
39564 Message-ID: <20000705133736.27293.qmail@plover.com>
39566 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
39567 ____________________________________________________________________________
39568 [ 6338] By: jhi on 2000/07/11 13:31:24
39569 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
39570 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39571 Date: Tue, 11 Jul 2000 13:50:51 +0100
39572 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
39575 ____________________________________________________________________________
39576 [ 6337] By: jhi on 2000/07/11 13:29:14
39577 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
39578 From: Hugo <hv@crypt.compulink.co.uk>
39579 Date: Tue, 11 Jul 2000 12:44:50 +0100
39580 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
39582 ! regexec.c t/op/re_tests
39583 ____________________________________________________________________________
39584 [ 6336] By: jhi on 2000/07/11 13:26:47
39585 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
39586 From: simon@brecon.co.uk (Simon Cozens)
39587 Date: 7 Jul 2000 11:26:09 GMT
39588 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
39591 ____________________________________________________________________________
39592 [ 6335] By: jhi on 2000/07/11 13:23:37
39593 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
39594 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
39595 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
39596 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
39598 + ext/DynaLoader/hints/netbsd.pl
39599 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
39600 ____________________________________________________________________________
39601 [ 6334] By: jhi on 2000/07/11 13:20:38
39602 Log: Subject: PATCH perlguts.pod: Document D and d magic types
39603 From: mjd@plover.com
39604 Date: 5 Jul 2000 18:01:51 -0000
39605 Message-ID: <20000705180151.29413.qmail@plover.com>
39608 ____________________________________________________________________________
39609 [ 6333] By: jhi on 2000/07/11 13:15:51
39610 Log: Precedence goof, fix based on
39611 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
39612 From: Hugo <hv@crypt.compulink.co.uk>
39613 Date: Tue, 11 Jul 2000 12:52:38 +0100
39614 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
39617 ____________________________________________________________________________
39618 [ 6332] By: jhi on 2000/07/11 12:40:17
39619 Log: Integrate with Sarathy.
39621 !> win32/win32sck.c
39622 ____________________________________________________________________________
39623 [ 6331] By: jhi on 2000/07/10 20:14:16
39624 Log: Sprinkle ldlibpath.
39627 ____________________________________________________________________________
39628 [ 6330] By: jhi on 2000/07/10 17:54:49
39629 Log: More POSIX.pod tweaks.
39631 ! ext/POSIX/POSIX.pod
39632 ____________________________________________________________________________
39633 [ 6329] By: jhi on 2000/07/10 14:02:12
39634 Log: Reorder perl.pod once more.
39636 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39637 ____________________________________________________________________________
39638 [ 6328] By: gsar on 2000/07/10 07:06:00
39639 Log: accept() leaks memory on windows due to incorrect ordering of
39640 closesocket() and fclose() calls
39643 ____________________________________________________________________________
39644 [ 6327] By: gsar on 2000/07/10 06:49:17
39645 Log: winsock options weren't being set in all threads under ithreads
39646 (caused send()s from second and subsequent threads to fail)
39649 ____________________________________________________________________________
39650 [ 6326] By: jhi on 2000/07/08 02:45:40
39651 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
39652 was cast to an unsigned (32-bit) integer with wild abandon.
39654 ! ext/Devel/DProf/DProf.xs
39655 ____________________________________________________________________________
39656 [ 6325] By: jhi on 2000/07/07 18:50:33
39657 Log: Remove perlbook, update perlfaq book listing,
39658 rearrange perl.pod, regenerate perltoc.
39661 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
39662 ! pod/perlfaq2.pod pod/perltoc.pod
39663 ____________________________________________________________________________
39664 [ 6324] By: jhi on 2000/07/07 14:03:40
39665 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
39668 ____________________________________________________________________________
39669 [ 6323] By: jhi on 2000/07/06 16:03:55
39670 Log: Fix complaints of buildtoc.
39674 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39675 ____________________________________________________________________________
39676 [ 6322] By: jhi on 2000/07/06 15:15:52
39677 Log: Add =head1 NAMEs so that buildtoc is happy.
39678 (The CGI::Util nit reported to Lincoln.)
39680 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
39682 ____________________________________________________________________________
39683 [ 6321] By: jhi on 2000/07/06 03:16:04
39684 Log: Config is being used.
39687 ____________________________________________________________________________
39688 [ 6320] By: jhi on 2000/07/06 03:13:13
39689 Log: Integrate with Sarathy.
39691 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
39692 ____________________________________________________________________________
39693 [ 6319] By: jhi on 2000/07/06 03:11:46
39694 Log: Autogenerate pod/Makefile and pod/buildtoc.
39695 buildtoc also checks whether the existin pods are
39696 mentioned in MANIFEST and perl.pod, and vice versa.
39697 (None of the thusly found discrepancies fixed yet.)
39698 roffitall also needs to be autogenerated similarly but it
39699 seems so badly out of date that I didn't touch it yet.
39701 + pod/Makefile.SH pod/buildtoc.PL
39702 - pod/Makefile pod/buildtoc
39703 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
39704 ____________________________________________________________________________
39705 [ 6318] By: gsar on 2000/07/05 22:10:54
39706 Log: fix UNC path handling on Windows under ithreads, and chdir()
39707 return value when given a non-existent directory
39710 ____________________________________________________________________________
39711 [ 6317] By: gsar on 2000/07/05 22:08:19
39712 Log: winsock cleanup never done on Windows (leads to handle leaks)
39714 ! win32/perllib.c win32/win32sck.c
39715 ____________________________________________________________________________
39716 [ 6316] By: gsar on 2000/07/05 22:06:19
39717 Log: some debugger output does not go to the socket when RemotePort is set
39720 ____________________________________________________________________________
39721 [ 6315] By: jhi on 2000/07/05 00:25:21
39722 Log: Integrate with Sarathy, preliminary fix for unicos
39723 alignment problems in [ID 20000612.002] Perl problem on Cray system.
39727 ____________________________________________________________________________
39728 [ 6314] By: gsar on 2000/07/04 23:34:02
39729 Log: tyop in change#6306
39732 ____________________________________________________________________________
39733 [ 6313] By: jhi on 2000/07/04 22:14:38
39734 Log: Multiline string literals ENONPORTABLE.
39737 ____________________________________________________________________________
39738 [ 6312] By: jhi on 2000/07/04 20:34:44
39739 Log: Integrate with Sarathy.
39741 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
39743 ____________________________________________________________________________
39744 [ 6311] By: jhi on 2000/07/04 20:30:56
39745 Log: More POSIX.pod embellishment.
39747 ! ext/POSIX/POSIX.pod
39748 ____________________________________________________________________________
39749 [ 6310] By: gsar on 2000/07/04 17:28:48
39750 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
39753 ____________________________________________________________________________
39754 [ 6309] By: jhi on 2000/07/04 17:22:18
39755 Log: The #6308 required a little bit more.
39757 ! Makefile.SH win32/Makefile
39758 ____________________________________________________________________________
39759 [ 6308] By: jhi on 2000/07/04 16:35:24
39760 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
39764 ! MANIFEST Makefile.SH
39765 ____________________________________________________________________________
39766 [ 6307] By: jhi on 2000/07/04 16:28:58
39767 Log: Win32 patches for cfgperl from Sarathy.
39769 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
39770 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
39771 ! thread.h toke.c util.c win32/Makefile win32/win32.c
39772 ____________________________________________________________________________
39773 [ 6306] By: gsar on 2000/07/04 16:28:40
39774 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
39775 (from Richard Soderberg <rs@oregonnet.com>)
39777 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
39778 ____________________________________________________________________________
39779 [ 6305] By: jhi on 2000/07/04 16:24:24
39780 Log: Integrate with Sarathy.
39782 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
39783 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39784 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
39785 !> proto.h win32/win32.c
39786 ____________________________________________________________________________
39787 [ 6304] By: gsar on 2000/07/04 16:17:24
39788 Log: missing perldiag entry for unpack("w",...) diagnostic (from
39792 ____________________________________________________________________________
39793 [ 6303] By: gsar on 2000/07/04 16:14:44
39794 Log: remove rel2abs prototypes (from Barrie Slaymaker)
39796 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39797 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39798 ____________________________________________________________________________
39799 [ 6302] By: gsar on 2000/07/04 04:59:35
39800 Log: adjust change#6299
39802 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
39804 ____________________________________________________________________________
39805 [ 6301] By: jhi on 2000/07/04 04:50:07
39806 Log: Integrate with Sarathy.
39808 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
39809 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
39810 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
39811 ____________________________________________________________________________
39812 [ 6300] By: gsar on 2000/07/04 04:42:09
39813 Log: PERL_OBJECT build tweak
39816 ____________________________________________________________________________
39817 [ 6299] By: gsar on 2000/07/04 04:37:00
39818 Log: fix memory leak on Windows (PL_sys_intern contents were never
39821 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39822 ! perlapi.c proto.h win32/win32.c
39823 ____________________________________________________________________________
39824 [ 6298] By: gsar on 2000/07/04 04:15:59
39825 Log: fix large memory leak that has been around for ever, masked by
39826 -DPURIFY (most of the arenas were never freed!)
39828 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
39829 ____________________________________________________________________________
39830 [ 6297] By: gsar on 2000/07/04 04:07:46
39831 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
39834 ____________________________________________________________________________
39835 [ 6296] By: jhi on 2000/06/30 18:28:37
39836 Log: Elaborate POSIX.pod. Still needs work.
39838 ! ext/POSIX/POSIX.pod
39839 ____________________________________________________________________________
39840 [ 6295] By: jhi on 2000/06/30 14:58:18
39841 Log: Point to perlipc for more SysV IPC examples.
39844 ____________________________________________________________________________
39845 [ 6294] By: gsar on 2000/06/30 14:47:45
39846 Log: slurp mode fix in change#4736 still not quite right
39848 ! pp_hot.c t/io/argv.t
39849 ____________________________________________________________________________
39850 [ 6293] By: jhi on 2000/06/30 12:02:55
39851 Log: Integrate with Sarathy.
39853 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
39854 ____________________________________________________________________________
39855 [ 6292] By: jhi on 2000/06/30 12:01:11
39856 Log: From: simon@brecon.co.uk (Simon Cozens)
39857 Subject: UTF8 concat
39858 Date: 30 Jun 2000 06:13:25 GMT
39859 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
39862 ____________________________________________________________________________
39863 [ 6291] By: gsar on 2000/06/30 04:37:33
39864 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
39865 when @_ is modified, causing coredumps
39867 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
39868 ____________________________________________________________________________
39869 [ 6290] By: jhi on 2000/06/30 02:21:44
39870 Log: Integrate with Sarathy.
39872 !> vms/vms.c vms/vmsish.h
39873 ____________________________________________________________________________
39874 [ 6289] By: jhi on 2000/06/30 02:21:02
39875 Log: Check VERSIONs.
39877 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
39878 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
39879 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39880 ____________________________________________________________________________
39881 [ 6288] By: jhi on 2000/06/30 02:18:52
39882 Log: Integrate with Sarathy.
39884 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
39885 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
39886 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
39887 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
39888 ____________________________________________________________________________
39889 [ 6287] By: gsar on 2000/06/30 02:17:08
39890 Log: integrate vmsperl changes into mainline
39892 !> vms/vms.c vms/vmsish.h
39893 ____________________________________________________________________________
39894 [ 6285] By: gsar on 2000/06/30 02:05:28
39895 Log: localize %INC in a Safe compartment so that use/require work
39896 (many other magic globals probably need similar treatment)
39898 ! ext/Opcode/Opcode.xs
39899 ____________________________________________________________________________
39900 [ 6284] By: gsar on 2000/06/30 01:54:54
39901 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
39904 ! pod/perlembed.pod
39905 ____________________________________________________________________________
39906 [ 6283] By: jhi on 2000/06/30 01:50:10
39907 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
39908 From: Barrie Slaymaker <barries@jester.slaysys.com>
39909 Date: Wed, 28 Jun 2000 11:35:29 -0400
39910 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
39912 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
39913 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
39914 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39915 ! lib/File/Spec/Win32.pm
39916 ____________________________________________________________________________
39917 [ 6282] By: jhi on 2000/06/29 22:57:22
39918 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
39919 From: Dan Sugalski <dan@sidhe.org>
39920 Date: Tue, 06 Jun 2000 11:59:50 -0400
39921 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
39924 ____________________________________________________________________________
39925 [ 6281] By: jhi on 2000/06/29 22:52:50
39926 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
39927 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39928 Date: Wed, 7 Jun 2000 04:02:04 -0500
39929 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
39932 ____________________________________________________________________________
39933 [ 6280] By: jhi on 2000/06/29 22:45:47
39934 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
39935 From: rspier@pobox.com (Robert Spier)
39936 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
39937 Message-ID: <14654.31913.845602.610277@rls.cx>
39940 ____________________________________________________________________________
39941 [ 6279] By: jhi on 2000/06/29 22:38:16
39942 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
39943 From: Tim Ayers <tayers@bridge.com>
39944 Date: Thu, 08 Jun 2000 08:11:06 +0200
39945 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
39946 [resent by Richard Foley, Message-Id probably wrong]
39949 ____________________________________________________________________________
39950 [ 6278] By: jhi on 2000/06/29 22:21:45
39951 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
39952 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
39953 Date: Fri, 09 Jun 2000 12:39:27 -0400
39954 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
39955 (plus update the version "number" of Text::Wrap)
39958 ____________________________________________________________________________
39959 [ 6277] By: jhi on 2000/06/29 22:13:10
39960 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
39961 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39962 Date: Mon, 12 Jun 2000 14:55:59 +0100
39963 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
39966 ____________________________________________________________________________
39967 [ 6276] By: jhi on 2000/06/29 22:11:06
39968 Log: Subject: [PATCH] Re: eval documentation: context
39969 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39970 Date: Mon, 12 Jun 2000 15:07:29 +0100
39971 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
39974 ____________________________________________________________________________
39975 [ 6275] By: jhi on 2000/06/29 21:59:46
39976 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
39977 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39978 Date: Tue, 13 Jun 2000 02:43:48 -0500
39979 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
39981 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
39982 ____________________________________________________________________________
39983 [ 6274] By: jhi on 2000/06/29 21:56:14
39984 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
39985 From: Andy Dougherty <doughera@lafayette.edu>
39986 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
39987 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
39989 ! ext/File/Glob/Glob.pm
39990 ____________________________________________________________________________
39991 [ 6273] By: jhi on 2000/06/29 21:49:09
39992 Log: Subject: [PATCH] xsub attributes
39993 From: Doug MacEachern <dougm@covalent.net>
39994 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
39995 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
39997 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
39998 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
39999 ____________________________________________________________________________
40000 [ 6272] By: jhi on 2000/06/29 21:41:28
40001 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
40002 From: Tom Phoenix <rootbeer@redcat.com>
40003 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
40004 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
40007 ____________________________________________________________________________
40008 [ 6271] By: jhi on 2000/06/29 21:36:55
40009 Log: Subject: PATCH pod/perltie.pod
40010 From: Ian Phillipps <Ian.Phillipps@iname.com>
40011 Date: Fri, 16 Jun 2000 00:17:19 +0100
40012 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
40013 (only the first hunk, the second hunk had already been done
40014 by some other patch)
40017 ____________________________________________________________________________
40018 [ 6270] By: jhi on 2000/06/29 21:24:51
40019 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
40020 From: Nicholas Clark <nick@talking.bollo.cx>
40021 Date: Fri, 23 Jun 2000 16:21:15 +0100
40022 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
40024 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
40025 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
40026 ____________________________________________________________________________
40027 [ 6269] By: jhi on 2000/06/29 19:38:15
40028 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
40029 silence few compiler warnings.
40031 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
40032 ____________________________________________________________________________
40033 [ 6268] By: jhi on 2000/06/29 18:21:50
40034 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
40035 From: Dominic Dunlop <domo@computer.org>
40036 Date: Thu, 29 Jun 2000 12:32:39 +0200
40037 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
40040 ____________________________________________________________________________
40041 [ 6267] By: jhi on 2000/06/29 18:16:07
40042 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
40043 From: Doug MacEachern <dougm@covalent.net>
40044 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
40045 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
40047 + t/op/method2entersub.t
40048 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
40049 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40050 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
40052 ____________________________________________________________________________
40053 [ 6266] By: jhi on 2000/06/29 15:11:15
40054 Log: Subject: [PATCH 5.6.0] cygwin port
40055 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
40056 From: "Fifer, Eric" <EFifer@sanwaint.com>
40057 Date: Thu, 29 Jun 2000 12:58:29 +0100
40059 ! cygwin/Makefile.SHs
40060 ____________________________________________________________________________
40061 [ 6265] By: jhi on 2000/06/29 15:04:05
40062 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
40063 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40064 Date: Wed, 28 Jun 2000 17:50:12 -0700
40065 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
40067 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40068 ____________________________________________________________________________
40069 [ 6264] By: jhi on 2000/06/29 15:00:57
40070 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
40071 From: Marty Lucich <marty@netcom.com>
40072 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
40073 Message-Id: <200006282116.OAA11148@netcom.com>
40074 ccdlflags update (the BSD/OS 4.1 part had already been taken
40078 ____________________________________________________________________________
40079 [ 6263] By: jhi on 2000/06/29 13:47:44
40080 Log: tr fixes from Simon Cozens
40083 ____________________________________________________________________________
40084 [ 6262] By: jhi on 2000/06/28 18:46:01
40085 Log: Subject: 5.6.0 Patch for EPOC
40086 From: Olaf Flebbe <o.flebbe@gmx.de>
40087 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
40088 Message-ID: <23449.960929969@www11.gmx.net>
40090 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
40092 ____________________________________________________________________________
40093 [ 6261] By: jhi on 2000/06/28 18:29:07
40094 Log: Subject: Re: [PATCH cfgperl] BOMs away!
40095 From: simon@brecon.co.uk (Simon Cozens)
40096 Date: 17 Jun 2000 11:49:57 GMT
40097 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
40099 ! pod/perldiag.pod t/comp/require.t toke.c
40100 ____________________________________________________________________________
40101 [ 6260] By: jhi on 2000/06/28 17:47:16
40102 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
40103 From: simon@brecon.co.uk (Simon Cozens)
40104 Date: 17 Jun 2000 11:56:44 GMT
40105 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
40108 ! pod/perlfunc.pod pp.c t/op/pack.t
40109 ____________________________________________________________________________
40110 [ 6259] By: jhi on 2000/06/28 16:43:17
40111 Log: perlnewmod was missing from MANIFEST.
40114 ____________________________________________________________________________
40115 [ 6258] By: jhi on 2000/06/28 15:54:30
40116 Log: linenumber tweak
40118 ! t/pragma/warn/regcomp
40119 ____________________________________________________________________________
40120 [ 6257] By: jhi on 2000/06/28 15:50:44
40121 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
40122 From: Doug MacEachern <dougm@covalent.net>
40123 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
40124 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
40125 (one part of the patch had been applied earlier)
40127 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
40128 ____________________________________________________________________________
40129 [ 6256] By: jhi on 2000/06/28 15:40:22
40130 Log: tweaks from Simon Cozens to further fix tr/// under utf8
40133 ____________________________________________________________________________
40134 [ 6255] By: jhi on 2000/06/28 15:33:45
40135 Log: small thinko tweaks
40137 ! lib/IPC/Open3.pm t/op/my_stash.t
40138 ____________________________________________________________________________
40139 [ 6254] By: jhi on 2000/06/28 15:33:25
40140 Log: Subject: tr///, help wanted.
40141 From: simon@brecon.co.uk (Simon Cozens)
40142 Date: 28 Jun 2000 11:29:04 GMT
40143 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
40145 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
40146 ! pp_proto.h proto.h t/op/tr.t
40147 ____________________________________________________________________________
40148 [ 6253] By: jhi on 2000/06/28 15:09:17
40149 Log: Paranoia tweak on #6249.
40150 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40151 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40152 Date: Sun, 25 Jun 2000 23:43:12 -0400
40153 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
40156 ____________________________________________________________________________
40157 [ 6252] By: jhi on 2000/06/28 15:01:38
40158 Log: Document #6249 and #6251.
40160 ! lib/Exporter.pm lib/IPC/Open3.pm
40161 ____________________________________________________________________________
40162 [ 6251] By: jhi on 2000/06/28 14:50:43
40163 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
40164 From: Doug MacEachern <dougm@covalent.net>
40165 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
40166 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
40169 ____________________________________________________________________________
40170 [ 6250] By: jhi on 2000/06/28 14:45:23
40171 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
40172 From: Doug MacEachern <dougm@covalent.net>
40173 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
40174 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
40177 ! MANIFEST embed.pl global.sym proto.h toke.c
40178 ____________________________________________________________________________
40179 [ 6249] By: jhi on 2000/06/28 14:36:34
40180 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40181 From: Frank Tobin <ftobin@uiuc.edu>
40182 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
40183 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
40186 ____________________________________________________________________________
40187 [ 6248] By: jhi on 2000/06/28 14:11:25
40188 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
40189 From: Mark-Jason Dominus <mjd@plover.com>
40190 Date: Tue, 27 Jun 2000 22:36:42 -0400
40191 Message-ID: <20000628023642.12166.qmail@plover.com>
40194 ____________________________________________________________________________
40195 [ 6247] By: jhi on 2000/06/27 12:46:37
40196 Log: Tweak $VERSION, patch from Doug MacEachern.
40199 ____________________________________________________________________________
40200 [ 6246] By: jhi on 2000/06/27 03:34:46
40201 Log: Allow for standalone testing.
40203 ! t/lib/filefunc.t t/lib/filespec.t
40204 ____________________________________________________________________________
40205 [ 6245] By: jhi on 2000/06/27 02:50:02
40206 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
40207 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40208 Date: Sat, 24 Jun 2000 13:06:20 +0100
40209 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
40211 ! ext/DynaLoader/DynaLoader_pm.PL
40212 ____________________________________________________________________________
40213 [ 6244] By: jhi on 2000/06/27 02:46:10
40214 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
40215 From: Doug MacEachern <dougm@covalent.net>
40216 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
40217 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
40219 ! gv.c sv.c t/lib/peek.t
40220 ____________________________________________________________________________
40221 [ 6243] By: jhi on 2000/06/27 02:38:07
40222 Log: Subject: [PATCH] is_utf8_string
40223 From: simon@brecon.co.uk (Simon Cozens)
40224 Date: 26 Jun 2000 02:25:59 GMT
40225 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
40227 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
40228 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
40230 ____________________________________________________________________________
40231 [ 6242] By: jhi on 2000/06/27 02:24:00
40232 Log: Subject: [PATCH] bytes<->utf8 fixes
40233 From: simon@brecon.co.uk (Simon Cozens)
40234 Date: 26 Jun 2000 04:55:45 GMT
40235 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
40237 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
40238 ____________________________________________________________________________
40239 [ 6241] By: jhi on 2000/06/27 02:12:42
40240 Log: Do no -warn on \_, only on \alpha.
40241 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
40242 From: David Dyck <dcd@tc.fluke.com>
40243 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
40244 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
40246 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
40247 ____________________________________________________________________________
40248 [ 6240] By: jhi on 2000/06/27 02:00:01
40249 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
40250 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40251 Date: Mon, 26 Jun 2000 18:40:14 +0100
40252 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
40255 ____________________________________________________________________________
40256 [ 6239] By: jhi on 2000/06/27 01:53:40
40257 Log: Configure maintenance. Sever some dependency cycles,
40258 separate gccversion from the cc unit,
40259 address [ID 20000623.006] Configure script patch for using gcc on AIX
40260 (but solve it a little bit differently),
40261 unduplex some accidentally duplicated units,
40262 suggest using gcc if no cc available
40263 (p5p thread: "Solaris configure: counterproposal", 1999-09)
40265 ! Configure Todo-5.6 config_h.SH
40267 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
40268 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
40269 Branch: metaconfig/U/perl
40271 ! d_getespwnam.U d_getprpwnam.U i_prot.U
40272 ____________________________________________________________________________
40273 [ 6238] By: jhi on 2000/06/25 18:04:56
40274 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
40275 From: Dan Sugalski <dan@sidhe.org>
40276 Date: Fri, 23 Jun 2000 17:00:00 -0400
40277 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
40279 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
40280 ____________________________________________________________________________
40281 [ 6237] By: jhi on 2000/06/25 16:36:45
40282 Log: Tweak embed.pl, regen headers.
40284 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
40285 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
40286 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
40287 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
40288 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
40289 ____________________________________________________________________________
40290 [ 6236] By: jhi on 2000/06/25 15:26:42
40291 Log: Regen headers.
40293 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
40294 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
40295 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
40296 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
40297 ! regnodes.h warnings.h
40298 ____________________________________________________________________________
40299 [ 6235] By: jhi on 2000/06/23 19:39:35
40300 Log: The thread begun by
40301 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
40302 From: Kevin.Ruscoe@ubsw.com
40303 Date: Fri, 16 Jun 2000 16:38:51 +0100
40304 Message-Id: <H000019b03c300d6@MHS>
40306 ! hints/solaris_2.sh
40307 ____________________________________________________________________________
40308 [ 6234] By: jhi on 2000/06/23 19:23:36
40309 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
40310 because when run as services (Win32ese for daemons)
40311 no environment variables are set and tmpdir ends up as /tmp,
40312 which is ambiguous.
40314 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
40315 From: matt@sergeant.org
40316 Date: 16 Jun 2000 16:30:43 -0000
40317 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
40319 ! lib/File/Spec/Win32.pm
40320 ____________________________________________________________________________
40321 [ 6233] By: jhi on 2000/06/23 19:18:58
40322 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
40323 From: Mark-Jason Dominus <mjd@plover.com>
40324 Date: Fri, 16 Jun 2000 20:53:04 -0400
40325 Message-ID: <20000617005304.8008.qmail@plover.com>
40328 ____________________________________________________________________________
40329 [ 6232] By: jhi on 2000/06/23 16:10:02
40330 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
40331 From: simon@brecon.co.uk (Simon Cozens)
40332 Date: 19 Jun 2000 15:18:27 GMT
40333 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
40335 plus update pod/Makefile and regenerate perltoc
40338 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
40339 ____________________________________________________________________________
40340 [ 6231] By: jhi on 2000/06/23 15:19:18
40341 Log: Subject: [PATCH 5.6.0] cygwin port
40342 From: "Fifer, Eric" <EFifer@sanwaint.com>
40343 Date: Tue, 20 Jun 2000 14:30:58 +0100
40344 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
40346 ! README.cygwin lib/File/Find.pm
40347 ____________________________________________________________________________
40348 [ 6230] By: jhi on 2000/06/23 14:25:21
40349 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
40351 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
40352 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40353 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40354 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
40355 ____________________________________________________________________________
40356 [ 6229] By: jhi on 2000/06/23 14:13:34
40357 Log: Subject: README.hpux version 0.6.1
40358 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
40359 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40360 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
40363 ____________________________________________________________________________
40364 [ 6228] By: jhi on 2000/06/23 14:07:20
40365 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
40366 From: Doug MacEachern <dougm@covalent.net>
40367 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
40368 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
40371 ____________________________________________________________________________
40372 [ 6227] By: jhi on 2000/06/23 14:01:06
40373 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
40374 From: Doug MacEachern <dougm@covalent.net>
40375 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
40376 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
40380 ! MANIFEST Makefile.SH
40381 ____________________________________________________________________________
40382 [ 6226] By: jhi on 2000/06/23 13:53:07
40383 Log: Subject: [PATCH] remove forward declarations in Socket.pm
40384 From: Doug MacEachern <dougm@covalent.net>
40385 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
40386 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
40388 From: Doug MacEachern <dougm@covalent.net>
40389 Subject: Re: [PATCH] remove forward declarations in Socket.pm
40390 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
40391 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
40393 ! ext/Socket/Socket.pm op.c
40394 ____________________________________________________________________________
40395 [ 6225] By: jhi on 2000/06/23 13:41:52
40396 Log: Add source code filenames to apidoc.
40397 From: simon@brecon.co.uk (Simon Cozens)
40398 Subject: [PATCH embed.pl] Source X-ref
40399 Date: 22 Jun 2000 02:18:49 GMT
40400 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
40403 ____________________________________________________________________________
40404 [ 6224] By: jhi on 2000/06/23 13:32:33
40405 Log: A way to avoid English.pm performance hit.
40406 From: root <root@jester.slaysys.com>
40407 Subject: [YAPATCH English.pm] My turn to putt again
40408 Date: Thu, 22 Jun 2000 20:33:58 -0400
40409 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
40411 ! lib/English.pm t/lib/english.t
40412 ____________________________________________________________________________
40413 [ 6223] By: jhi on 2000/06/23 13:27:06
40414 Log: Avoid double close().
40415 Subject: [PATCH] avoid double close()
40416 From: Doug MacEachern <dougm@covalent.net>
40417 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
40418 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
40421 ____________________________________________________________________________
40422 [ 6222] By: jhi on 2000/06/23 13:25:54
40424 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
40425 From: Ian Phillipps <Ian.Phillipps@iname.com>
40426 Date: Fri, 23 Jun 2000 10:40:58 +0100
40427 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
40430 ____________________________________________________________________________
40431 [ 6221] By: jhi on 2000/06/23 13:24:15
40432 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
40433 From: simon@brecon.co.uk (Simon Cozens)
40434 Subject: [PATCH] Eliminate tr///[CU][CU]
40435 Date: 23 Jun 2000 11:05:40 GMT
40436 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
40438 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
40439 ____________________________________________________________________________
40440 [ 6220] By: jhi on 2000/06/22 16:07:51
40441 Log: Win32 patches from Benjamin Stuhl.
40443 ! makedef.pl win32/win32.h
40444 ____________________________________________________________________________
40445 [ 6219] By: jhi on 2000/06/22 16:06:34
40446 Log: Bytecode patches from Benjamin Stuhl.
40448 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40449 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40450 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40451 ____________________________________________________________________________
40452 [ 6218] By: jhi on 2000/06/15 23:54:16
40453 Log: Bytecode patches from Benjamin Stuhl.
40455 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40456 ____________________________________________________________________________
40457 [ 6217] By: jhi on 2000/06/09 13:38:29
40458 Log: Rename the fdpid locking and integrate with Sarathy.
40460 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
40461 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
40462 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
40464 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
40465 ____________________________________________________________________________
40466 [ 6216] By: gsar on 2000/06/08 14:54:21
40467 Log: be more optimal about clearing @_
40470 ____________________________________________________________________________
40471 [ 6215] By: gsar on 2000/06/08 14:33:04
40472 Log: tweak comment about @DB::args
40475 ____________________________________________________________________________
40476 [ 6214] By: gsar on 2000/06/08 13:57:54
40477 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
40478 caller() wants to populate @DB::args with it (causes a coredump
40479 in Carp::confess())
40481 ! cop.h t/op/runlevel.t
40482 ____________________________________________________________________________
40483 [ 6213] By: gsar on 2000/06/08 07:06:35
40484 Log: back out change#6106 (seems problematic)
40486 ! hints/solaris_2.sh
40487 ____________________________________________________________________________
40488 [ 6212] By: jhi on 2000/06/07 03:10:36
40489 Log: Continuing mopup for #6204.
40491 ! ext/B/defsubs_h.PL
40492 ____________________________________________________________________________
40493 [ 6211] By: jhi on 2000/06/07 02:41:50
40494 Log: Mopup for #6204.
40495 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
40496 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
40497 This is comes from const() where POK isn't on when expected.
40499 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
40500 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40501 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
40502 ! perlapi.h pod/perlapi.pod
40503 ____________________________________________________________________________
40504 [ 6210] By: jhi on 2000/06/07 01:56:29
40505 Log: Mopup for #6207 and #6209.
40507 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
40508 ____________________________________________________________________________
40509 [ 6209] By: jhi on 2000/06/07 01:33:12
40510 Log: Lock PL_fdpid against race conditions, based on:
40511 Subject: [PATCH 5.6.0]subprocess fixup for threads
40512 From: Dan Sugalski <dan@sidhe.org>
40513 To: perl5-porters@perl.org
40514 Date: Tue, 11 Apr 2000 17:02:32 -0400
40515 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
40517 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
40519 ____________________________________________________________________________
40520 [ 6208] By: jhi on 2000/06/07 01:05:23
40521 Log: Regen headers for #6207.
40523 ! embed.h global.sym objXSUB.h proto.h
40524 ____________________________________________________________________________
40525 [ 6207] By: jhi on 2000/06/06 23:43:13
40526 Log: Subject: [PATCH 5.6.0] Threadsafe patches
40527 From: Dan Sugalski <dan@sidhe.org>
40528 To: perl5-porters@perl.org
40529 Date: Mon, 08 May 2000 18:08:13 -0400
40530 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
40532 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
40533 ! proto.h sv.h util.c
40534 ____________________________________________________________________________
40535 [ 6206] By: jhi on 2000/06/06 23:21:23
40536 Log: Subject: [PATCH] Eliminate $a/$b in pod
40537 From: David Glasser <me@davidglasser.net>
40538 To: perl5-porters@perl.org
40539 Date: Mon, 29 May 2000 21:15:59 -0400
40540 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
40542 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
40543 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
40544 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
40545 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
40546 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
40547 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
40548 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
40549 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
40550 ! pod/perlvar.pod pod/perlxs.pod
40551 ____________________________________________________________________________
40552 [ 6205] By: jhi on 2000/06/06 23:12:14
40553 Log: Subject: [PATCH] Win32 improvements
40554 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
40555 To: gsar@activestate.com, perl5-porters@perl.org
40556 Date: Mon, 29 May 2000 17:22:24 PDT
40557 Message-ID: <20000530002224.91142.qmail@hotmail.com>
40558 (MUA had mangled many lines by wordwrapping)
40560 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
40561 ____________________________________________________________________________
40562 [ 6204] By: jhi on 2000/06/06 23:01:50
40563 Log: Subject: [PATCH] B::Bytecode patches
40564 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
40565 To: gsar@activestate.com, jhi@iki.fi
40566 Cc: perl5-porters@perl.org
40567 Message-ID: <20000602202526.48694.qmail@hotmail.com>
40568 (MUA had mangled many lines by wordwrapping)
40570 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
40571 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
40572 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40573 ! intrpvar.h perl.c
40574 ____________________________________________________________________________
40575 [ 6203] By: jhi on 2000/06/06 22:32:43
40576 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
40577 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40578 Date: Tue, 06 Jun 2000 13:07:45 -0700
40579 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
40582 ____________________________________________________________________________
40583 [ 6202] By: jhi on 2000/06/06 19:38:35
40584 Log: Integrate with Sarathy.
40587 ____________________________________________________________________________
40588 [ 6201] By: gsar on 2000/06/06 00:42:59
40589 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
40590 does a PUSHMARK that's never ever POPMARKed; in general, only
40591 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
40592 Perl_eval_[sp]v() don't because they don't take any incoming
40593 arguments (this leak has been around since the original version
40594 of perl_eval_pv() in 5.003_97e)
40597 ____________________________________________________________________________
40598 [ 6200] By: jhi on 2000/06/04 03:44:52
40599 Log: Update to cperl-mode.el 4.31 from
40600 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
40601 Subject: A couple of notes
40602 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40603 To: Mailing list Perl5 <perl5-porters@perl.org>
40604 Date: Sat, 3 Jun 2000 23:33:32 -0400
40605 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
40607 ! emacs/cperl-mode.el
40608 ____________________________________________________________________________
40609 [ 6199] By: jhi on 2000/06/03 15:11:05
40610 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
40611 From: Dan Sugalski <dan@sidhe.org>
40612 To: perl5-porters@perl.org, vmsperl@perl.org
40613 Date: Fri, 02 Jun 2000 17:30:51 -0400
40614 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
40616 ! vms/descrip_mms.template vms/gen_shrfls.pl
40617 ____________________________________________________________________________
40618 [ 6198] By: jhi on 2000/06/03 14:59:15
40619 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
40620 From: Dan Sugalski <dan@sidhe.org>
40621 To: vmsperl@perl.org, perl5-porters@perl.org
40622 Date: Fri, 02 Jun 2000 16:00:41 -0400
40623 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
40624 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
40626 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
40627 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
40628 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
40629 ____________________________________________________________________________
40630 [ 6197] By: jhi on 2000/06/03 14:41:30
40631 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
40632 From: John Borwick <jhborwic@unity.ncsu.edu>
40633 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
40634 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
40637 ____________________________________________________________________________
40638 [ 6196] By: jhi on 2000/06/03 14:38:09
40639 Log: Integrate with Sarathy.
40641 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
40642 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
40644 ____________________________________________________________________________
40645 [ 6195] By: gsar on 2000/06/02 22:43:13
40646 Log: fix yet another eval"" leak under USE_ITHREADS
40649 ____________________________________________________________________________
40650 [ 6194] By: gsar on 2000/06/02 18:22:06
40651 Log: fix small eval"" memory leaks under USE_ITHREADS
40653 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
40654 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
40656 ____________________________________________________________________________
40657 [ 6193] By: jhi on 2000/06/01 13:03:56
40658 Log: Signals-be-gone for microperl.
40660 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
40661 ____________________________________________________________________________
40662 [ 6192] By: jhi on 2000/06/01 12:52:02
40663 Log: Integrate with Sarathy.
40665 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
40666 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
40667 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
40668 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
40669 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
40670 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
40671 !> t/op/vec.t utils/h2xs.PL
40672 ____________________________________________________________________________
40673 [ 6191] By: gsar on 2000/06/01 09:38:21
40674 Log: vec() loses numericalness (modified version of patch suggested
40677 ! doop.c t/op/vec.t
40678 ____________________________________________________________________________
40679 [ 6190] By: gsar on 2000/06/01 09:26:15
40680 Log: submit missing embed.pl change
40683 ____________________________________________________________________________
40684 [ 6189] By: gsar on 2000/06/01 09:05:34
40685 Log: counting tr/// corrupts later operation (from M.J.T Guy)
40688 ____________________________________________________________________________
40689 [ 6188] By: gsar on 2000/06/01 08:58:39
40693 ____________________________________________________________________________
40694 [ 6187] By: gsar on 2000/06/01 08:50:07
40695 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
40696 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40699 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
40701 ____________________________________________________________________________
40702 [ 6186] By: gsar on 2000/06/01 08:24:40
40703 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
40704 <wolfgang.laun@alcatel.at>)
40706 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
40707 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
40708 ____________________________________________________________________________
40709 [ 6185] By: gsar on 2000/06/01 08:12:00
40710 Log: remove incorrect documentation about implicit split to @_ in
40711 list context, which never really worked in perl 5 (from
40714 ! pod/perlfunc.pod pod/perltrap.pod
40715 ____________________________________________________________________________
40716 [ 6184] By: gsar on 2000/06/01 07:52:27
40717 Log: tweak for change#6127
40720 ____________________________________________________________________________
40721 [ 6183] By: gsar on 2000/06/01 07:41:02
40722 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
40725 + t/lib/selfloader.t
40726 ! MANIFEST lib/SelfLoader.pm
40727 ____________________________________________________________________________
40728 [ 6182] By: jhi on 2000/06/01 00:34:42
40729 Log: Be Cleaner Part Deux.
40732 ____________________________________________________________________________
40733 [ 6181] By: jhi on 2000/06/01 00:32:09
40734 Log: Integrate with Sarathy.
40736 !> pp.c t/op/arith.t
40737 ____________________________________________________________________________
40738 [ 6180] By: jhi on 2000/06/01 00:31:13
40739 Log: microperl nits from Simon Cozens.
40742 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
40744 ____________________________________________________________________________
40745 [ 6179] By: gsar on 2000/05/31 22:37:51
40746 Log: buggy modulus on UVs introduced by change#3378 (resulted in
40747 4063328477 % 65535 amounting to 27406, instead of 27407)
40749 ! pp.c t/op/arith.t
40750 ____________________________________________________________________________
40751 [ 6178] By: jhi on 2000/05/31 21:52:41
40755 ____________________________________________________________________________
40756 [ 6177] By: jhi on 2000/05/31 21:47:33
40757 Log: Substitution utf8 patch from Simon Cozens.
40760 ____________________________________________________________________________
40761 [ 6176] By: jhi on 2000/05/31 21:45:34
40762 Log: Single-quoted utf8 patch from Simon Cozens.
40765 ____________________________________________________________________________
40766 [ 6175] By: jhi on 2000/05/31 21:40:18
40767 Log: Integrate with Sarathy.
40769 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
40770 ____________________________________________________________________________
40771 [ 6174] By: jhi on 2000/05/31 21:37:31
40772 Log: microperl changes from Simon Cozens; Makefile for microperl
40773 written from scratch; few casts added as microperl compilation
40774 doesn't have all prototypes available.
40776 + Makefile.micro README.micro Todo.micro uconfig.sh
40777 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
40778 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
40780 + U/modified/Config_h.U
40781 ____________________________________________________________________________
40782 [ 6173] By: jhi on 2000/05/31 20:00:24
40783 Log: metaconfig maintenance.
40785 + U/modified/Inhdr.U U/typedefs/inotype.U
40786 Branch: metaconfig/U/perl
40787 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
40788 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
40789 ____________________________________________________________________________
40790 [ 6172] By: gsar on 2000/05/31 05:05:42
40791 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
40792 (from Ilya Zakharevich)
40794 ! regexec.c t/op/re_tests
40795 ____________________________________________________________________________
40796 [ 6171] By: gsar on 2000/05/31 05:01:47
40797 Log: scalar() doesn't force scalar context when used in void context
40798 (from Simon Cozens)
40800 ! op.c t/op/wantarray.t
40801 ____________________________________________________________________________
40802 [ 6170] By: gsar on 2000/05/31 04:41:33
40803 Log: change#6142 needs tweaks to tests to work where there's no symlink()
40804 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40807 ____________________________________________________________________________
40808 [ 6169] By: gsar on 2000/05/31 04:29:49
40809 Log: integrate cfgperl contents into mainline
40811 +> pod/perlmodlib.PL pod/perlnewmod.pod
40812 !> (integrate 42 files)
40813 ____________________________________________________________________________
40814 [ 6168] By: jhi on 2000/05/30 22:53:37
40815 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
40817 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40818 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
40819 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
40820 ! win32/config.bc win32/config.gc win32/config.vc
40821 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40822 ! win32/config_h.PL win32/config_sh.PL
40823 Branch: metaconfig/U/perl
40825 ____________________________________________________________________________
40826 [ 6167] By: jhi on 2000/05/30 22:20:21
40830 ____________________________________________________________________________
40831 [ 6166] By: jhi on 2000/05/30 22:11:51
40832 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
40833 in case somebody wants to write an extension for more
40834 shadow database interfaces.
40836 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40837 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
40838 ! vos/config.def vos/config.h vos/config_h.SH_orig
40839 ! win32/config.bc win32/config.gc win32/config.vc
40840 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40842 ! U/modified/Myinit.U
40843 Branch: metaconfig/U/perl
40844 + d_getespwnam.U d_getprpwnam.U i_prot.U
40845 ____________________________________________________________________________
40846 [ 6165] By: jhi on 2000/05/30 18:35:34
40847 Log: Integrate with Sarathy.
40850 ____________________________________________________________________________
40851 [ 6164] By: jhi on 2000/05/30 18:30:16
40854 ! Configure config_h.SH
40855 Branch: metaconfig/U/perl
40857 ____________________________________________________________________________
40858 [ 6163] By: gsar on 2000/05/30 03:24:03
40859 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40862 ____________________________________________________________________________
40863 [ 6162] By: gsar on 2000/05/30 03:09:38
40864 Log: fix memory leak in method call optimization (change#3768);
40865 made C<eval "$x->foo()"> leak
40868 ____________________________________________________________________________
40869 [ 6161] By: jhi on 2000/05/29 17:56:26
40870 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
40871 both from Simon Cozens.
40873 + pod/perlmodlib.PL pod/perlnewmod.pod
40874 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
40875 ! pod/perlmodlib.pod pod/perltoc.pod
40876 ____________________________________________________________________________
40877 [ 6160] By: jhi on 2000/05/29 17:23:55
40878 Log: Changes for the File::Temp 0.08 (change #6159) test suite
40879 to fit better into the Perl distribution test framework.
40881 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
40882 ! t/lib/ftmp-tempfile.t
40883 ____________________________________________________________________________
40884 [ 6159] By: jhi on 2000/05/29 16:55:36
40885 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
40887 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40888 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40889 ____________________________________________________________________________
40890 [ 6158] By: bailey on 2000/05/29 16:22:08
40891 Log: Add fallback to tmpfile for use in cases where user's relying on
40892 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
40895 ! vms/vms.c vms/vmsish.h
40896 ____________________________________________________________________________
40897 [ 6157] By: jhi on 2000/05/29 03:10:36
40898 Log: Regen Configure to jive with #6149.
40902 ! U/modified/Getfile.U
40903 ____________________________________________________________________________
40904 [ 6156] By: jhi on 2000/05/29 03:01:38
40905 Log: Integrate with Sarathy.
40907 +> ext/DynaLoader/dl_mac.xs
40908 !> (integrate 38 files)
40909 ____________________________________________________________________________
40910 [ 6155] By: gsar on 2000/05/28 21:15:58
40911 Log: small bug in change#6144; remove random \xA0 character that snuck
40914 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
40915 ____________________________________________________________________________
40916 [ 6154] By: gsar on 2000/05/28 21:04:19
40917 Log: avoid type mismatch warning
40920 ____________________________________________________________________________
40921 [ 6153] By: gsar on 2000/05/28 20:58:31
40922 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
40923 <nick@Bagpuss.uk.boo.com>)
40925 ! lib/Test/Harness.pm
40926 ____________________________________________________________________________
40927 [ 6152] By: gsar on 2000/05/28 20:53:42
40928 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
40931 ____________________________________________________________________________
40932 [ 6151] By: gsar on 2000/05/28 20:50:28
40933 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
40936 ____________________________________________________________________________
40937 [ 6150] By: gsar on 2000/05/28 20:39:58
40938 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
40940 ! pod/perlrequick.pod
40941 ____________________________________________________________________________
40942 [ 6149] By: gsar on 2000/05/28 20:35:16
40943 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
40946 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
40947 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
40948 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
40949 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
40950 ____________________________________________________________________________
40951 [ 6148] By: gsar on 2000/05/28 20:21:07
40952 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
40954 ! lib/ExtUtils/MM_Unix.pm
40955 ____________________________________________________________________________
40956 [ 6147] By: gsar on 2000/05/28 20:12:41
40957 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
40958 (from Peter Prymmer)
40960 ! vms/subconfigure.com
40961 ____________________________________________________________________________
40962 [ 6146] By: gsar on 2000/05/28 20:06:15
40965 ! lib/warnings.pm warnings.h warnings.pl
40966 ____________________________________________________________________________
40967 [ 6145] By: gsar on 2000/05/28 18:44:33
40968 Log: make xsubpp skip embedded pod (from Matthias Neeracher
40969 <neeri@iis.ee.ethz.ch>)
40971 ! lib/ExtUtils/xsubpp
40972 ____________________________________________________________________________
40973 [ 6144] By: gsar on 2000/05/28 18:42:49
40974 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
40975 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
40976 <neeri@iis.ee.ethz.ch>)
40979 ____________________________________________________________________________
40980 [ 6143] By: gsar on 2000/05/28 18:41:12
40981 Log: MacOS support, part 1 (from Matthias Neeracher
40982 <neeri@iis.ee.ethz.ch>)
40984 + ext/DynaLoader/dl_mac.xs
40985 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
40986 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
40987 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
40989 ____________________________________________________________________________
40990 [ 6142] By: gsar on 2000/05/28 18:21:51
40991 Log: File::Find fails to chdir when chasing symlinks (from
40992 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40994 ! lib/File/Find.pm t/lib/filefind.t
40995 ____________________________________________________________________________
40996 [ 6141] By: jhi on 2000/05/28 14:25:15
40997 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
40998 forwarded by Peter Seebach from the bsdi-users mailing list.
40999 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
41002 ____________________________________________________________________________
41003 [ 6140] By: jhi on 2000/05/28 14:11:57
41004 Log: Integrate with Sarathy.
41006 +> (branch 30 files)
41007 !> (integrate 93 files)
41008 ____________________________________________________________________________
41009 [ 6139] By: gsar on 2000/05/28 10:01:48
41010 Log: revise mktables.PL for bugs and newness in Unicode 3.0
41011 (from James Bence <jbence@amgen.com>)
41013 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
41014 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
41015 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
41016 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
41017 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
41018 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
41019 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
41020 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
41021 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
41022 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
41023 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
41024 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
41025 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
41026 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
41027 + lib/unicode/Is/SylWU.pl
41028 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
41029 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
41030 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
41031 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
41032 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
41033 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
41034 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
41035 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
41036 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
41037 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
41038 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
41039 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
41040 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
41041 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
41042 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
41043 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
41044 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
41045 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
41046 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
41047 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
41048 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
41049 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
41050 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
41051 ! lib/unicode/Makefile lib/unicode/mktables.PL
41052 ____________________________________________________________________________
41053 [ 6138] By: gsar on 2000/05/28 08:50:32
41054 Log: add note about the handling of negative indices to tied arrays
41055 (from Michael G Schwern <schwern@pobox.com>)
41058 ____________________________________________________________________________
41059 [ 6137] By: gsar on 2000/05/28 08:46:10
41060 Log: fix bogus redeclaration warning for "our" variables in different
41063 ! op.c t/pragma/strict-vars
41064 ____________________________________________________________________________
41065 [ 6136] By: gsar on 2000/05/28 08:31:20
41066 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
41068 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
41069 ____________________________________________________________________________
41070 [ 6135] By: gsar on 2000/05/28 08:17:50
41071 Log: enable Test::Harness to dynamically determine column width etc.
41072 (from Rob Napier <rnapier@employees.org>)
41074 ! lib/Test/Harness.pm
41075 ____________________________________________________________________________
41076 [ 6134] By: gsar on 2000/05/28 08:13:39
41077 Log: make Test::Harness use wait.h/WCOREDUMP if available
41078 (from Ben Tilly <ben_tilly@hotmail.com>)
41080 ! lib/Test/Harness.pm
41081 ____________________________________________________________________________
41082 [ 6133] By: gsar on 2000/05/28 08:08:05
41083 Log: elide bogus test in change#6132
41085 ! t/pragma/warn/9enabled
41086 ____________________________________________________________________________
41087 [ 6132] By: gsar on 2000/05/28 08:03:14
41088 Log: warnings::enabled() doesn't fall back to looking at $^W if
41089 caller isn't using lexical warnings (from Paul Marquess)
41091 ! pp_ctl.c t/pragma/warn/9enabled
41092 ____________________________________________________________________________
41093 [ 6131] By: gsar on 2000/05/28 07:57:47
41094 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
41096 ! ext/POSIX/POSIX.pm
41097 ____________________________________________________________________________
41098 [ 6130] By: gsar on 2000/05/28 07:29:12
41099 Log: fix places that mean C<"word" character> but say C<alphanumeric
41102 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41103 ____________________________________________________________________________
41104 [ 6129] By: gsar on 2000/05/28 07:18:41
41105 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41108 ____________________________________________________________________________
41109 [ 6128] By: gsar on 2000/05/28 07:12:55
41110 Log: new perlxstut example for passing/returning refs to arrays
41111 (from David Lowe <dlowe@pootpoot.com>)
41113 ! pod/perlxstut.pod
41114 ____________________________________________________________________________
41115 [ 6127] By: gsar on 2000/05/28 07:02:50
41116 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
41117 failed (from Gisle Aas)
41120 ____________________________________________________________________________
41121 [ 6126] By: gsar on 2000/05/28 06:39:53
41122 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
41123 (reworked variant of patch suggested by Simon Cozens)
41125 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41126 ! pp_hot.c proto.h t/op/gv.t
41127 ____________________________________________________________________________
41128 [ 6125] By: gsar on 2000/05/28 05:14:55
41129 Log: enable propagating exception objects via Perl_croak() in XS code
41133 ____________________________________________________________________________
41134 [ 6124] By: gsar on 2000/05/28 05:07:28
41135 Log: integrate vmsperl contents into mainline
41137 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41138 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41140 ____________________________________________________________________________
41141 [ 6123] By: gsar on 2000/05/28 05:03:53
41142 Log: clarify gotcha with #line directives (from Rocco Caputo
41145 ! pod/perldebug.pod pod/perlsyn.pod
41146 ____________________________________________________________________________
41147 [ 6122] By: gsar on 2000/05/28 04:58:29
41148 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
41149 (from Mark-Jason Dominus)
41151 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
41152 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41153 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41155 ____________________________________________________________________________
41156 [ 6121] By: bailey on 2000/05/25 04:46:54
41157 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
41158 lists (based on fixes by Craig Berry)
41160 ! lib/File/Spec/VMS.pm
41161 ____________________________________________________________________________
41162 [ 6120] By: bailey on 2000/05/25 04:25:38
41163 Log: Add missing escape (Charles Lane)
41165 ! t/op/lex_assign.t
41166 ____________________________________________________________________________
41167 [ 6119] By: bailey on 2000/05/25 04:21:25
41168 Log: Quiet error messages in vmsish.t (Charles Lane)
41171 ____________________________________________________________________________
41172 [ 6118] By: bailey on 2000/05/25 04:17:57
41173 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
41174 Flatten case labels in switch statements uniformly (Charles Bailey)
41177 ____________________________________________________________________________
41178 [ 6117] By: bailey on 2000/05/25 03:58:09
41179 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
41182 ____________________________________________________________________________
41183 [ 6116] By: bailey on 2000/05/25 03:11:15
41184 Log: Miscellaneous cosmetic fixes (Charles Lane)
41186 ! lib/ExtUtils/MM_VMS.pm
41187 ____________________________________________________________________________
41188 [ 6115] By: bailey on 2000/05/25 03:10:36
41189 Log: Add bounds checking for several strings (Charles Lane)
41192 ____________________________________________________________________________
41193 [ 6114] By: bailey on 2000/05/25 02:25:34
41194 Log: Urk -- undo previous removal of vmsish 'exit' change
41196 ! vms/ext/vmsish.pm vms/vmsish.h
41197 ____________________________________________________________________________
41198 [ 6113] By: bailey on 2000/05/24 02:24:40
41199 Log: Ugly workaround for version-specific RTL error
41202 ____________________________________________________________________________
41203 [ 6112] By: bailey on 2000/05/24 02:19:55
41204 Log: Check for existence of file before trying to delete
41207 ____________________________________________________________________________
41208 [ 6111] By: bailey on 2000/05/23 23:35:13
41209 Log: Resync with mainline prior to post-5.6.0 updates
41211 +> (branch 49 files)
41212 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
41213 ! vms/ext/vmsish.pm
41214 !> (integrate 334 files)
41215 ____________________________________________________________________________
41216 [ 6110] By: jhi on 2000/05/23 19:28:32
41220 ____________________________________________________________________________
41221 [ 6109] By: jhi on 2000/05/18 17:38:54
41222 Log: Integrate with Sarathy.
41224 !> mg.c perl.h win32/perlhost.h
41225 ____________________________________________________________________________
41226 [ 6108] By: gsar on 2000/05/17 02:24:56
41227 Log: reenable fake signal handling on Windows, bugs and all
41229 ! mg.c perl.h win32/perlhost.h
41230 ____________________________________________________________________________
41231 [ 6107] By: jhi on 2000/05/15 18:01:41
41232 Log: Tweak the todo list.
41235 ____________________________________________________________________________
41236 [ 6106] By: jhi on 2000/05/15 13:41:48
41237 Log: The (Configure) script refuses to go on, after asking for
41238 'You may also choose to try maximal 64-bitness....'.
41239 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
41241 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
41243 ! hints/solaris_2.sh
41244 ____________________________________________________________________________
41245 [ 6105] By: jhi on 2000/05/11 14:37:43
41246 Log: Integrate with Sarathy.
41248 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
41249 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
41250 ____________________________________________________________________________
41251 [ 6104] By: gsar on 2000/05/11 03:39:07
41252 Log: PL_sys_intern was being initialized too late on windows
41254 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
41255 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
41256 ____________________________________________________________________________
41257 [ 6103] By: jhi on 2000/05/09 19:42:20
41258 Log: Test tweaking for Unicos continues.
41261 ____________________________________________________________________________
41262 [ 6102] By: jhi on 2000/05/09 16:47:27
41263 Log: The test suite tweak in #6101 wasn't quite right.
41266 ____________________________________________________________________________
41267 [ 6101] By: jhi on 2000/05/09 15:35:34
41268 Log: Hints and test tweaks for Unicos.
41270 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
41271 ____________________________________________________________________________
41272 [ 6100] By: jhi on 2000/05/08 21:15:06
41273 Log: More compilation tweakery from Allen Smith.
41276 ____________________________________________________________________________
41277 [ 6099] By: jhi on 2000/05/08 19:21:18
41278 Log: Tweaks for the cc bugs from Allen Smith.
41281 ____________________________________________________________________________
41282 [ 6098] By: jhi on 2000/05/08 19:13:37
41283 Log: Add a note about other, yet unsupported, shadow password APIs.
41286 ____________________________________________________________________________
41287 [ 6097] By: jhi on 2000/05/08 18:46:34
41288 Log: Add a note about possible compilation problems from Allen Smith.
41291 ____________________________________________________________________________
41292 [ 6096] By: jhi on 2000/05/08 17:33:10
41293 Log: Integrate with Sarathy.
41295 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41296 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
41297 ____________________________________________________________________________
41298 [ 6095] By: jhi on 2000/05/08 16:21:33
41299 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
41300 might be useful in future.
41302 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41305 ! U/installdirs/inc_version_list.U
41306 Branch: metaconfig/U/perl
41308 ____________________________________________________________________________
41309 [ 6094] By: gsar on 2000/05/08 14:22:22
41310 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
41312 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41313 ! hints/cygwin.sh pp_sys.c
41314 ____________________________________________________________________________
41315 [ 6093] By: gsar on 2000/05/08 12:52:28
41316 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
41317 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
41319 ! pp_sys.c sv.c win32/perlhost.h
41320 ____________________________________________________________________________
41321 [ 6092] By: jhi on 2000/05/07 22:40:34
41322 Log: Regen perltoc with the fixed buildtoc.
41325 ____________________________________________________________________________
41326 [ 6091] By: jhi on 2000/05/07 22:24:16
41327 Log: Integrate with Sarathy.
41329 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
41330 !> t/op/substr.t toke.c
41331 ____________________________________________________________________________
41332 [ 6090] By: gsar on 2000/05/07 19:47:07
41333 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
41334 [NI]OK; added tests for both
41336 ! perl.c pp_hot.c sv.c t/op/substr.t
41337 ____________________________________________________________________________
41338 [ 6089] By: gsar on 2000/05/07 18:18:38
41339 Log: buildtoc tweak to fix newline lossage
41342 ____________________________________________________________________________
41343 [ 6088] By: jhi on 2000/05/07 16:35:36
41344 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
41345 because we do not use those. The HAS_GETSPNAM remains,
41346 though, because we still do use that.
41348 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41349 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
41350 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
41351 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
41352 ! win32/config.vc win32/config_H.bc win32/config_H.gc
41353 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41354 ____________________________________________________________________________
41355 [ 6087] By: gsar on 2000/05/07 16:05:16
41356 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
41358 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
41359 ____________________________________________________________________________
41360 [ 6086] By: jhi on 2000/05/07 15:27:07
41361 Log: Integrate with Sarathy.
41363 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41364 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41365 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
41366 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
41367 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
41368 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
41369 ____________________________________________________________________________
41370 [ 6085] By: gsar on 2000/05/07 05:52:02
41371 Log: repeat operator (x) doesn't preserve utf8-ness
41373 ! pp.c t/op/substr.t
41374 ____________________________________________________________________________
41375 [ 6084] By: gsar on 2000/05/07 05:39:55
41376 Log: substr() does not preserve utf8-ness (from Stefan Eissing
41377 <Eissing@medicaldataservice.de>); added tests
41379 ! pp.c t/op/substr.t
41380 ____________________________________________________________________________
41381 [ 6083] By: gsar on 2000/05/07 05:24:46
41382 Log: note about undocumented caller() return value (from M.J.T. Guy);
41383 yet another peek.t tweak
41385 ! pod/perlfunc.pod t/lib/peek.t
41386 ____________________________________________________________________________
41387 [ 6082] By: gsar on 2000/05/07 05:08:40
41388 Log: peek.t non-portable to ithreads
41391 ____________________________________________________________________________
41392 [ 6081] By: gsar on 2000/05/07 04:17:04
41393 Log: better default perlbug categories for ok reports (from Richard Foley)
41396 ____________________________________________________________________________
41397 [ 6080] By: gsar on 2000/05/07 04:08:07
41398 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
41399 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41401 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41402 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41403 ! AUTHORS MAINTAIN MANIFEST
41404 ____________________________________________________________________________
41405 [ 6079] By: gsar on 2000/05/07 04:01:38
41406 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
41408 ! lib/Carp/Heavy.pm
41409 ____________________________________________________________________________
41410 [ 6078] By: gsar on 2000/05/07 01:24:19
41411 Log: workaround for CRT bug in chdir() (from Charles Lane, via
41414 ! iperlsys.h vms/vms.c vms/vmsish.h
41415 ____________________________________________________________________________
41416 [ 6077] By: gsar on 2000/05/07 01:22:23
41417 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
41420 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
41421 ____________________________________________________________________________
41422 [ 6076] By: gsar on 2000/05/06 17:36:29
41423 Log: integrate cfgperl contents into mainline
41426 !> Configure MANIFEST Porting/Glossary Porting/config.sh
41427 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
41428 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
41429 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
41430 ____________________________________________________________________________
41431 [ 6075] By: jhi on 2000/05/05 18:56:10
41432 Log: Make the test more portable.
41435 ____________________________________________________________________________
41436 [ 6074] By: jhi on 2000/05/05 18:49:20
41437 Log: Introduce t/lib/peek.t.
41441 ____________________________________________________________________________
41442 [ 6073] By: jhi on 2000/05/05 14:30:45
41443 Log: Complex tweaks.
41445 ! lib/Math/Complex.pm t/lib/complex.t
41446 ____________________________________________________________________________
41447 [ 6072] By: jhi on 2000/05/05 12:27:13
41448 Log: Integrate with Sarathy.
41450 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41451 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41452 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
41453 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
41454 ____________________________________________________________________________
41455 [ 6071] By: gsar on 2000/05/05 02:24:46
41456 Log: misformatted perllocal.pod (from Tim Jenness
41457 <t.jenness@jach.hawaii.edu>)
41459 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41460 ____________________________________________________________________________
41461 [ 6070] By: gsar on 2000/05/05 02:16:52
41462 Log: remove misleading comment (from M.J.T. Guy)
41465 ____________________________________________________________________________
41466 [ 6069] By: gsar on 2000/05/05 02:15:13
41467 Log: File::Spec compatibility update (from Barrie Slaymaker
41468 <barries@slaysys.com>)
41470 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41471 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41472 ____________________________________________________________________________
41473 [ 6068] By: gsar on 2000/05/05 02:01:50
41474 Log: note about values()
41477 ____________________________________________________________________________
41478 [ 6067] By: gsar on 2000/05/05 01:33:09
41479 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
41482 ____________________________________________________________________________
41483 [ 6066] By: gsar on 2000/05/05 01:23:43
41487 ____________________________________________________________________________
41488 [ 6065] By: jhi on 2000/05/04 17:30:22
41489 Log: Integrate with Sarathy.
41491 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
41492 ____________________________________________________________________________
41493 [ 6064] By: gsar on 2000/05/04 17:26:14
41494 Log: change#5905 wasn't quite right--it's intent only applies when arguments
41495 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
41498 ____________________________________________________________________________
41499 [ 6063] By: gsar on 2000/05/04 16:52:29
41500 Log: tokeq() could read unallocated field in argument
41503 ____________________________________________________________________________
41504 [ 6062] By: gsar on 2000/05/04 16:34:51
41505 Log: additional tests for utf8.t
41508 ____________________________________________________________________________
41509 [ 6061] By: gsar on 2000/05/04 16:09:28
41510 Log: change#5921 neglected to make eq honor "use bytes"
41513 ____________________________________________________________________________
41514 [ 6060] By: jhi on 2000/05/04 15:30:16
41515 Log: Integrate with Sarathy.
41517 !> perl.c regcomp.c t/pragma/utf8.t
41518 ____________________________________________________________________________
41519 [ 6059] By: jhi on 2000/05/04 15:26:37
41520 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
41521 in natively 64-bit platforms where a long is a quad (no need
41522 for long longs). Also added bias for IVs.
41525 ____________________________________________________________________________
41526 [ 6058] By: gsar on 2000/05/04 00:19:14
41527 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
41528 (spotted by Donald Kinzer <dkinzer@premia.com>)
41531 ____________________________________________________________________________
41532 [ 6057] By: gsar on 2000/05/03 18:34:01
41533 Log: fix broken parsing of /\x{ab}/
41535 ! regcomp.c t/pragma/utf8.t
41536 ____________________________________________________________________________
41537 [ 6056] By: jhi on 2000/05/03 17:57:16
41538 Log: The search of infinity continues, this time simplified.
41540 ! lib/Math/Complex.pm
41541 ____________________________________________________________________________
41542 [ 6055] By: jhi on 2000/05/03 17:45:30
41546 ____________________________________________________________________________
41547 [ 6054] By: jhi on 2000/05/02 22:28:27
41548 Log: Be more forgiving in POSIX about HUGE_VALL.
41550 ! ext/POSIX/POSIX.xs
41551 ____________________________________________________________________________
41552 [ 6053] By: jhi on 2000/05/02 22:25:05
41553 Log: Integrate with Sarathy.
41555 !> hints/irix_6.sh pod/perlop.pod
41556 ____________________________________________________________________________
41557 [ 6052] By: jhi on 2000/05/02 22:24:31
41558 Log: Unicos hint tweak.
41561 ____________________________________________________________________________
41562 [ 6051] By: jhi on 2000/05/02 22:21:26
41563 Log: Complex tweakery.
41565 ! lib/Math/Complex.pm t/lib/complex.t
41566 ____________________________________________________________________________
41567 [ 6050] By: jhi on 2000/05/02 19:26:22
41568 Log: Use setxxent()/endxxent().
41570 ! t/op/grent.t t/op/pwent.t
41571 ____________________________________________________________________________
41572 [ 6049] By: jhi on 2000/05/02 19:06:02
41573 Log: Test both the scalar and list contexts.
41575 ! t/op/grent.t t/op/pwent.t
41576 ____________________________________________________________________________
41577 [ 6048] By: gsar on 2000/05/02 18:29:10
41578 Log: add note about how $( doesn't interpolate in REs (from
41579 Philip Newton <newton@ficus.frogspace.net>)
41582 ____________________________________________________________________________
41583 [ 6047] By: jhi on 2000/05/02 17:41:24
41584 Log: Call getspnam() only iff needd.
41587 ____________________________________________________________________________
41588 [ 6046] By: gsar on 2000/05/02 17:07:25
41589 Log: libscheck has insufficient checks for n32 libs (from
41590 Albert Chin-A-Young <china@thewrittenword.com>)
41593 ____________________________________________________________________________
41594 [ 6045] By: jhi on 2000/05/02 13:57:17
41595 Log: Integrate with Sarathy.
41597 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
41598 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
41599 ____________________________________________________________________________
41600 [ 6044] By: gsar on 2000/05/02 06:48:19
41601 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
41602 such that underscores are only ignored in literal numbers,
41603 "\x{...}", and hex/oct argument
41605 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
41606 ____________________________________________________________________________
41607 [ 6043] By: gsar on 2000/05/02 02:22:29
41608 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
41610 ! pod/perlretut.pod
41611 ____________________________________________________________________________
41612 [ 6042] By: gsar on 2000/05/02 02:17:51
41613 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
41616 ____________________________________________________________________________
41617 [ 6041] By: gsar on 2000/05/02 01:53:51
41618 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
41622 ____________________________________________________________________________
41623 [ 6040] By: gsar on 2000/05/02 01:51:57
41624 Log: missing files in MANIFEST
41627 ____________________________________________________________________________
41628 [ 6039] By: jhi on 2000/05/02 00:36:46
41629 Log: Infinite problems.
41631 ! lib/Math/Complex.pm
41632 ____________________________________________________________________________
41633 [ 6038] By: jhi on 2000/05/02 00:06:38
41634 Log: pwent/spent #ifdef imbalance.
41637 ____________________________________________________________________________
41638 [ 6037] By: jhi on 2000/05/01 22:50:11
41639 Log: Use HUGE_VALL if applicable.
41641 ! ext/POSIX/POSIX.xs util.c
41642 ____________________________________________________________________________
41643 [ 6036] By: jhi on 2000/05/01 22:20:53
41644 Log: Correct Freudian slip.
41647 ____________________________________________________________________________
41648 [ 6035] By: jhi on 2000/05/01 21:07:38
41649 Log: Continue on the pwent/spent case.
41652 ____________________________________________________________________________
41653 [ 6034] By: jhi on 2000/05/01 17:45:14
41654 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
41655 adjustments in 6032 conflicted badly with this, will have
41656 to revisit them later.
41658 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
41659 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
41660 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
41661 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
41662 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
41663 !> t/lib/cgi-html.t t/lib/cgi-request.t
41664 ____________________________________________________________________________
41665 [ 6033] By: jhi on 2000/05/01 17:40:49
41666 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
41669 ____________________________________________________________________________
41670 [ 6032] By: gsar on 2000/05/01 15:56:32
41671 Log: whitespace adjustments
41674 ____________________________________________________________________________
41675 [ 6031] By: gsar on 2000/05/01 15:19:41
41676 Log: small nits in diagnostics.pm (from Robin Barker)
41678 ! lib/diagnostics.pm pod/perldiag.pod
41679 ____________________________________________________________________________
41680 [ 6030] By: gsar on 2000/05/01 08:39:18
41681 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
41682 for @- and @+ (from Johan Vromans)
41684 ! lib/English.pm pod/perlvar.pod
41685 ____________________________________________________________________________
41686 [ 6029] By: gsar on 2000/05/01 08:16:10
41687 Log: add CGI.pm v2.66 (from Lincoln Stein)
41689 + lib/CGI/Util.pm t/lib/cgi-pretty.t
41690 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
41691 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
41692 ! t/lib/cgi-html.t t/lib/cgi-request.t
41693 ____________________________________________________________________________
41694 [ 6028] By: gsar on 2000/05/01 06:34:41
41695 Log: Pod::Man generates groff-incompatible macro definition (from
41699 ____________________________________________________________________________
41700 [ 6027] By: gsar on 2000/05/01 06:31:36
41701 Log: podlators-1.02 update (from Russ Allbery)
41703 ! lib/Pod/Man.pm lib/Pod/Text.pm
41704 ____________________________________________________________________________
41705 [ 6026] By: jhi on 2000/04/30 23:24:23
41706 Log: Integrate with Sarathy.
41708 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41709 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
41710 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41711 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41712 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
41713 !> t/lib/syslog.t toke.c win32/win32.h
41714 ____________________________________________________________________________
41715 [ 6025] By: gsar on 2000/04/30 18:17:47
41716 Log: Is{Alnum,Alpha,Word} don't match titlecase
41718 TODO: IsSpace is defined recursively!
41720 (both spotted by Larry)
41722 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41723 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41724 ____________________________________________________________________________
41725 [ 6024] By: gsar on 2000/04/30 17:50:19
41726 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
41727 (from Hugo van der Sanden)
41730 ____________________________________________________________________________
41731 [ 6023] By: gsar on 2000/04/30 17:14:43
41732 Log: debugger stomps on $. (from M.J.T. Guy)
41735 ____________________________________________________________________________
41736 [ 6022] By: gsar on 2000/04/30 16:59:22
41737 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
41740 ____________________________________________________________________________
41741 [ 6021] By: gsar on 2000/04/29 21:00:08
41742 Log: remove Win2K issue in pod (fixed by change#6020)
41744 ! README.win32 pod/perl56delta.pod
41745 ____________________________________________________________________________
41746 [ 6020] By: gsar on 2000/04/29 20:51:49
41750 ____________________________________________________________________________
41751 [ 6019] By: gsar on 2000/04/29 20:34:27
41752 Log: windows portability tweaks
41754 ! t/lib/b.t win32/win32.h
41755 ____________________________________________________________________________
41756 [ 6018] By: gsar on 2000/04/29 19:55:24
41757 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
41758 make _PATH_LOG() return "" if unavailable
41760 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41761 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
41762 ____________________________________________________________________________
41763 [ 6017] By: jhi on 2000/04/28 22:49:46
41764 Log: Integrate with Sarathy.
41766 !> op.c perl.c pod/perldiag.pod t/lib/b.t
41767 ____________________________________________________________________________
41768 [ 6016] By: jhi on 2000/04/28 22:46:14
41769 Log: Do not warn that an infinity does not look like a number.
41772 ____________________________________________________________________________
41773 [ 6015] By: gsar on 2000/04/28 22:35:49
41774 Log: tweak test for portability
41777 ____________________________________________________________________________
41778 [ 6014] By: gsar on 2000/04/28 22:05:31
41779 Log: glob() loading File::Glob behind the scenes may cause syntax errors
41782 ____________________________________________________________________________
41783 [ 6013] By: gsar on 2000/04/28 21:25:22
41784 Log: tweak change#5945 to display correct switch name in diagnostic
41786 ! perl.c pod/perldiag.pod
41787 ____________________________________________________________________________
41788 [ 6012] By: jhi on 2000/04/28 21:08:12
41789 Log: Integrate with Sarathy.
41791 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
41792 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
41793 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
41794 ____________________________________________________________________________
41795 [ 6011] By: jhi on 2000/04/28 21:04:46
41796 Log: &HUGE_VAL is not defined, it exists.
41798 ! lib/Math/Complex.pm
41799 ____________________________________________________________________________
41800 [ 6010] By: gsar on 2000/04/28 21:02:58
41801 Log: clarify note about shadow password support (from
41802 gellyfish@gellyfish.com)
41805 ____________________________________________________________________________
41806 [ 6009] By: gsar on 2000/04/28 21:00:00
41807 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
41809 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
41810 ____________________________________________________________________________
41811 [ 6008] By: gsar on 2000/04/28 20:56:33
41812 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
41814 ! installperl vms/subconfigure.com
41815 ____________________________________________________________________________
41816 [ 6007] By: gsar on 2000/04/28 20:51:21
41817 Log: note about compile failures and END blocks (from M.J.T. Guy)
41819 ! pod/perl56delta.pod pod/perlmod.pod
41820 ____________________________________________________________________________
41821 [ 6006] By: jhi on 2000/04/28 20:42:14
41822 Log: Regen Configure.
41824 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41826 ____________________________________________________________________________
41827 [ 6005] By: gsar on 2000/04/28 20:41:16
41828 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
41831 ____________________________________________________________________________
41832 [ 6004] By: jhi on 2000/04/28 20:28:21
41833 Log: Integrate with Sarathy.
41835 !> Configure INSTALL Porting/Glossary Porting/config.sh
41836 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
41837 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
41838 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41839 !> win32/config.vc win32/win32.c
41840 ____________________________________________________________________________
41841 [ 6003] By: gsar on 2000/04/28 20:11:20
41842 Log: allow REG_EXPAND_SZ keys in Windows registry (from
41843 John Clayton <John.Clayton@barclayscapital.com>)
41846 ____________________________________________________________________________
41847 [ 6002] By: gsar on 2000/04/28 19:34:16
41848 Log: destructive sv_setsv() can lose UV-ness from source, causing
41849 numeric promotions/comparisons to fail to do the right thing
41852 ____________________________________________________________________________
41853 [ 6001] By: gsar on 2000/04/28 18:44:15
41854 Log: support additional library locations via $Config{otherlibdirs}
41855 (from Andy Dougherty)
41857 ! Configure INSTALL Porting/Glossary Porting/config.sh
41858 ! Porting/config_H config_h.SH epoc/config.sh perl.c
41859 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
41860 ! win32/config.bc win32/config.gc win32/config.vc
41861 ____________________________________________________________________________
41862 [ 6000] By: gsar on 2000/04/28 18:26:58
41863 Log: reworked otherlibdirs.U (from Andy Dougherty)
41865 ! U/installdirs/otherlibdirs.U
41866 ____________________________________________________________________________
41867 [ 5999] By: gsar on 2000/04/28 18:17:07
41868 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
41870 ! t/pragma/warn/toke toke.c
41871 ____________________________________________________________________________
41872 [ 5998] By: jhi on 2000/04/28 13:32:17
41873 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
41875 ! lib/Math/Complex.pm
41876 ____________________________________________________________________________
41877 [ 5997] By: jhi on 2000/04/28 13:14:04
41880 ! lib/Math/Complex.pm
41881 ____________________________________________________________________________
41882 [ 5996] By: jhi on 2000/04/28 12:59:23
41883 Log: Integrate with Sarathy.
41885 +> pod/perlrequick.pod pod/perlretut.pod
41886 !> (integrate 51 files)
41887 ____________________________________________________________________________
41888 [ 5995] By: gsar on 2000/04/28 09:37:36
41889 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
41891 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
41892 ____________________________________________________________________________
41893 [ 5994] By: gsar on 2000/04/28 09:33:26
41894 Log: fix for missed accounting for null byte in pack("Z",...) (from
41898 ____________________________________________________________________________
41899 [ 5993] By: gsar on 2000/04/28 09:30:05
41900 Log: various minor tweaks seen on p5p
41902 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
41903 ____________________________________________________________________________
41904 [ 5992] By: gsar on 2000/04/28 09:08:19
41905 Log: pod nit (from Simon Cozens)
41908 ____________________________________________________________________________
41909 [ 5991] By: gsar on 2000/04/28 09:06:36
41910 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
41912 ! README.posix-bc hints/posix-bc.sh
41913 ____________________________________________________________________________
41914 [ 5990] By: gsar on 2000/04/28 08:54:52
41915 Log: use $ENV{LIB} to search for libs under Visual C compiler
41916 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
41918 ! lib/ExtUtils/Liblist.pm
41919 ____________________________________________________________________________
41920 [ 5989] By: gsar on 2000/04/28 08:27:12
41921 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
41922 itself and no other (from Tom Hughes)
41924 ! t/op/array.t toke.c
41925 ____________________________________________________________________________
41926 [ 5988] By: gsar on 2000/04/28 08:01:38
41927 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
41928 <paul@miraclefish.com>)
41930 ! lib/ExtUtils/MakeMaker.pm
41931 ____________________________________________________________________________
41932 [ 5987] By: gsar on 2000/04/28 07:53:09
41933 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
41935 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
41936 ____________________________________________________________________________
41937 [ 5986] By: gsar on 2000/04/28 07:44:17
41938 Log: add regular expressions tutorial and quick-start guide (from
41939 Mark Kvale <kvale@phy.ucsf.edu>)
41941 + pod/perlrequick.pod pod/perlretut.pod
41942 ! AUTHORS MAINTAIN MANIFEST
41943 ____________________________________________________________________________
41944 [ 5985] By: gsar on 2000/04/28 07:30:28
41945 Log: forked child may not exit correctly if it failed to open
41946 /dev/console (from Graham Barr)
41948 ! ext/Sys/Syslog/Syslog.pm
41949 ____________________________________________________________________________
41950 [ 5984] By: gsar on 2000/04/28 07:27:20
41951 Log: attributes::reftype() doesn't work on tied argument
41954 ____________________________________________________________________________
41955 [ 5983] By: gsar on 2000/04/28 07:15:04
41956 Log: numeric conversion of non-number in change#3378 tramples on
41957 OOK offset, causing segfaults
41960 ____________________________________________________________________________
41961 [ 5982] By: gsar on 2000/04/28 04:48:25
41962 Log: avoid error in IO::Socket::INET when given an unknown service name
41963 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
41965 ! ext/IO/lib/IO/Socket/INET.pm
41966 ____________________________________________________________________________
41967 [ 5981] By: gsar on 2000/04/28 04:31:31
41968 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
41969 prototype mismatch with CORE::glob(); update pod and tests to
41970 suit (File::Glob::glob() is still available for backward
41971 compatibility, but should be considered deprecated)
41973 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
41974 ! t/lib/glob-taint.t
41975 ____________________________________________________________________________
41976 [ 5980] By: gsar on 2000/04/28 03:47:29
41977 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
41980 ! U/modified/Options.U
41983 ____________________________________________________________________________
41984 [ 5979] By: gsar on 2000/04/28 03:07:54
41985 Log: under useithreads, constant pad entries could inadvertantly be
41986 shared across threads (from Eric Blood <eblood@xmission.com>);
41987 added Eric's test case to testsuite
41990 ____________________________________________________________________________
41991 [ 5978] By: gsar on 2000/04/27 21:13:00
41992 Log: sync version numbers in File::Spec with the ones on CPAN
41993 (from Barrie Slaymaker)
41995 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
41996 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41997 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41998 ____________________________________________________________________________
41999 [ 5977] By: gsar on 2000/04/27 21:07:29
42000 Log: autoquote barewords followed by newline and arrow properly
42001 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
42003 ! t/pragma/warn/toke toke.c
42004 ____________________________________________________________________________
42005 [ 5976] By: gsar on 2000/04/27 20:41:20
42006 Log: DB_File v1.73 update (from Paul Marquess)
42008 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42009 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42010 ____________________________________________________________________________
42011 [ 5975] By: gsar on 2000/04/27 20:34:24
42012 Log: allow sort() reentrancy (variant of patch suggested by
42013 Hugo van der Sanden)
42015 ! pp_ctl.c t/op/sort.t
42016 ____________________________________________________________________________
42017 [ 5974] By: gsar on 2000/04/27 19:46:57
42018 Log: change#4197 somehow missed initializing PL_errors, meaning
42019 sytax error queueing wasn't working outside eval"" at all;
42020 also fixed eval"" to localize PL_error_count, so that compile-time
42021 eval's don't clobber the error state of the outer context
42023 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
42024 ! t/pragma/warn/toke
42025 ____________________________________________________________________________
42026 [ 5973] By: gsar on 2000/04/27 18:29:05
42027 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
42029 ! regcomp.c regexec.c t/op/re_tests
42030 ____________________________________________________________________________
42031 [ 5972] By: jhi on 2000/04/27 18:22:41
42032 Log: Integrate with Sarathy.
42034 +> t/lib/b.t t/lib/syslog.t
42035 !> (integrate 31 files)
42036 ____________________________________________________________________________
42037 [ 5971] By: jhi on 2000/04/27 18:18:46
42038 Log: Unicos tweaks from Mark P. Lutz.
42040 ! hints/unicos.sh lib/Math/Complex.pm
42041 ____________________________________________________________________________
42042 [ 5970] By: gsar on 2000/04/27 18:05:11
42043 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
42046 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
42047 ____________________________________________________________________________
42048 [ 5969] By: gsar on 2000/04/27 17:50:56
42049 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
42052 ! MANIFEST ext/Sys/Syslog/Syslog.pm
42053 ____________________________________________________________________________
42054 [ 5968] By: gsar on 2000/04/27 17:44:49
42055 Log: tolerate spaces in group names in test on solaris (from David Boyce
42059 ____________________________________________________________________________
42060 [ 5967] By: gsar on 2000/04/27 17:41:22
42061 Log: improved docs on the warn_uninit diagnostic (from David Glasser
42065 ____________________________________________________________________________
42066 [ 5966] By: gsar on 2000/04/27 16:54:58
42067 Log: add testsuite for B backends, fix bug in B::Deparse (from
42068 Simon Cozens <simon@brecon.co.uk>)
42071 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42072 ____________________________________________________________________________
42073 [ 5965] By: gsar on 2000/04/27 16:10:37
42074 Log: avoid "will not stay shared" warnings for our variables (from
42077 ! op.c t/pragma/warn/op
42078 ____________________________________________________________________________
42079 [ 5964] By: gsar on 2000/04/27 07:05:05
42080 Log: reformat to 72 columns (again)
42083 ____________________________________________________________________________
42084 [ 5963] By: gsar on 2000/04/27 06:28:31
42085 Log: patch from Larry to make (\&) prototype work; added tests for
42088 ! op.c t/comp/proto.t
42089 ____________________________________________________________________________
42090 [ 5962] By: gsar on 2000/04/27 06:15:47
42091 Log: updated README.hpux (from Jeff Okamoto)
42094 ____________________________________________________________________________
42095 [ 5961] By: gsar on 2000/04/27 05:55:03
42096 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42098 ! emacs/cperl-mode.el
42099 ____________________________________________________________________________
42100 [ 5960] By: gsar on 2000/04/27 05:49:26
42101 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
42104 ____________________________________________________________________________
42105 [ 5959] By: gsar on 2000/04/27 05:33:41
42106 Log: doubled words in pods (from Simon Cozens
42107 <simon.p.cozens@jp.pwcglobal.com>)
42109 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
42110 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
42111 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
42112 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
42113 ! pod/perltootc.pod
42114 ____________________________________________________________________________
42115 [ 5958] By: gsar on 2000/04/27 05:11:39
42116 Log: change#3569 deleted some essential code, revert; avoid use of
42117 atexit() to make DynaLoader work properly on AIX under mod_perl
42118 (from Jens-Uwe Mager <jum@helios.de>)
42120 ! ext/DynaLoader/dl_aix.xs
42121 ____________________________________________________________________________
42122 [ 5957] By: gsar on 2000/04/27 04:54:51
42123 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
42126 ____________________________________________________________________________
42127 [ 5956] By: gsar on 2000/04/27 04:51:47
42128 Log: better diagnostics on failed tests (from Ilya Zakharevich)
42130 ! t/op/lex_assign.t
42131 ____________________________________________________________________________
42132 [ 5955] By: gsar on 2000/04/27 04:26:44
42133 Log: longstanding bug exposed by change#3307: sort arguments weren't
42134 compiled with the right wantarray context (ensuing runtime lookup
42135 via block_gimme() was getting the incidental context of the
42139 ____________________________________________________________________________
42140 [ 5954] By: gsar on 2000/04/26 23:42:12
42141 Log: integrate cfgperl contents into mainline
42143 !> (integrate 30 files)
42144 ____________________________________________________________________________
42145 [ 5953] By: jhi on 2000/04/26 23:06:42
42146 Log: Integrate with Sarathy.
42148 !> README.win32 ext/B/B/Deparse.pm
42149 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42150 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
42151 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
42152 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
42153 !> utils/perldoc.PL vms/perlvms.pod
42154 ____________________________________________________________________________
42155 [ 5952] By: jhi on 2000/04/26 23:03:46
42156 Log: Undo "use integer" addition from 64bitint as it seems
42157 to break most of the subtests in Digital UNIX;
42158 Unicos needs to find another way.
42161 ____________________________________________________________________________
42162 [ 5951] By: jhi on 2000/04/26 22:57:53
42163 Log: Be more robust on "extreme" (large absolute value)
42164 arguments. Originally reported by Daniel Connelly
42165 as a problem with asinh() on large negative arguments,
42166 asinh() used to bail out because an argument to log()
42167 ended up being zero. Ilya Zakharevich proposed using
42168 Taylor's series in such cases, which for such large
42169 arguments is a very good approximation.
42171 ! lib/Math/Complex.pm t/lib/complex.t
42172 ____________________________________________________________________________
42173 [ 5950] By: gsar on 2000/04/25 19:13:12
42174 Log: reformat perldiag to avoid long lines
42177 ____________________________________________________________________________
42178 [ 5949] By: gsar on 2000/04/25 18:41:11
42179 Log: make perldoc use the pod2man from the same version (from
42183 ____________________________________________________________________________
42184 [ 5948] By: gsar on 2000/04/25 18:21:57
42185 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
42186 <kompas@kompas.usr.onet.pl>)
42189 ____________________________________________________________________________
42190 [ 5947] By: gsar on 2000/04/25 18:11:53
42191 Log: use &dl_error rather than &dl_load_file as the guard for calling
42192 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42193 statically built perl)
42195 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42196 ____________________________________________________________________________
42197 [ 5946] By: jhi on 2000/04/25 17:37:54
42198 Log: Document that tr() is not tr(1).
42201 ____________________________________________________________________________
42202 [ 5945] By: gsar on 2000/04/25 16:34:33
42203 Log: make module name mandatory after -M switch; reorder perldiag
42204 alphabetically (from Mark-Jason Dominus)
42206 ! perl.c pod/perldiag.pod
42207 ____________________________________________________________________________
42208 [ 5944] By: jhi on 2000/04/25 01:15:18
42209 Log: On second thoughts frexp() does have two arguments.
42212 ____________________________________________________________________________
42213 [ 5943] By: jhi on 2000/04/24 22:56:32
42214 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42215 Now pp_ncmp() returns undef is either operand is a NaN.
42217 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42218 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
42219 ! vms/subconfigure.com vos/config.def vos/config.h
42220 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
42221 ! win32/config.vc win32/config_H.bc win32/config_H.gc
42222 ! win32/config_H.vc
42223 Branch: metaconfig/U/perl
42225 ____________________________________________________________________________
42226 [ 5942] By: jhi on 2000/04/24 19:45:17
42227 Log: Regen Configure to match #5937.
42229 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42232 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
42233 ____________________________________________________________________________
42234 [ 5941] By: jhi on 2000/04/24 19:24:11
42235 Log: Further Unicos fixes for Mark Lutz.
42237 ! hints/unicos.sh pp_ctl.c
42238 ____________________________________________________________________________
42239 [ 5940] By: jhi on 2000/04/24 19:09:06
42240 Log: Various Unicos 10.0.0.6 fixes.
42242 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
42243 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
42244 Reply-To: tecmpl1@triton.ca.boeing.com
42245 To: perl5-porters@perl.org
42246 Date: Fri, 14 Apr 2000 20:21:00 GMT
42247 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
42249 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
42250 ____________________________________________________________________________
42251 [ 5939] By: gsar on 2000/04/24 19:01:24
42252 Log: more pod nits (from Larry Virden)
42254 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
42255 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42256 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42257 ____________________________________________________________________________
42258 [ 5938] By: gsar on 2000/04/24 18:54:01
42259 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
42261 ! ext/B/B/Deparse.pm
42262 ____________________________________________________________________________
42263 [ 5937] By: jhi on 2000/04/24 17:39:00
42264 Log: Integrate with Sarathy.
42266 +> (branch 31 files)
42267 !> (integrate 73 files)
42268 ____________________________________________________________________________
42269 [ 5936] By: gsar on 2000/04/24 17:30:06
42270 Log: additional tests for change#5934 (from Paul Marquess, who also
42271 sent in the same fix)
42273 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42274 ! t/pragma/warn/5nolint t/pragma/warn/6default
42275 ____________________________________________________________________________
42276 [ 5935] By: jhi on 2000/04/24 17:26:05
42277 Log: Do not assume sign propagation.
42278 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
42279 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42280 To: payner@ncifcrf.gov, perl5-porters@perl.org
42281 Date: Tue, 18 Apr 2000 18:24:49 +0100
42282 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
42284 ! t/op/bop.t t/op/misc.t
42285 ____________________________________________________________________________
42286 [ 5934] By: gsar on 2000/04/24 17:16:54
42287 Log: propagate lexical warnings from surrounding scope correctly
42288 within string eval()
42290 ! pp_ctl.c t/pragma/warn/pp_ctl
42291 ____________________________________________________________________________
42292 [ 5933] By: jhi on 2000/04/24 17:01:07
42293 Log: Flatten the cpp jungle doing the nosuid checking.
42296 ____________________________________________________________________________
42297 [ 5932] By: gsar on 2000/04/24 09:08:14
42298 Log: add rsignal(), whichsig() and do_join() to public API list
42299 (mod_perl uses them to good advantage)
42301 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
42302 ____________________________________________________________________________
42303 [ 5931] By: gsar on 2000/04/24 09:01:40
42304 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42306 ! pp_hot.c regexec.c t/op/pat.t
42307 ____________________________________________________________________________
42308 [ 5930] By: gsar on 2000/04/24 08:58:33
42309 Log: small os390 tweaks (from Peter Prymmer)
42311 ! config_h.SH makedepend.SH
42312 ____________________________________________________________________________
42313 [ 5929] By: gsar on 2000/04/24 08:55:25
42317 ____________________________________________________________________________
42318 [ 5928] By: gsar on 2000/04/24 08:50:13
42319 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
42321 ! ext/IO/lib/IO/Poll.pm
42322 ____________________________________________________________________________
42323 [ 5927] By: gsar on 2000/04/24 08:43:24
42324 Log: arrange for next() to resume at the unstack op rather than the
42325 loop conditional, so that scope cleanup happens correctly
42326 (from Stephen McCamant)
42328 ! op.c pp_ctl.c t/op/misc.t
42329 ____________________________________________________________________________
42330 [ 5926] By: gsar on 2000/04/24 08:18:40
42331 Log: on windows, reserve 16M of stack rather than 128M (allows more
42332 threads to run concurrently)
42334 ! win32/Makefile win32/makefile.mk
42335 ____________________________________________________________________________
42336 [ 5925] By: gsar on 2000/04/24 08:13:52
42337 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42340 ____________________________________________________________________________
42341 [ 5924] By: gsar on 2000/04/24 08:08:59
42342 Log: avoid using uninitialized memory in require version check
42344 ! pp_ctl.c universal.c
42345 ____________________________________________________________________________
42346 [ 5923] By: gsar on 2000/04/24 07:20:14
42347 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
42349 ! ext/IO/lib/IO/Poll.pm
42350 ____________________________________________________________________________
42351 [ 5922] By: gsar on 2000/04/24 07:08:42
42352 Log: commentary about IoTYPE() (from Nathan Torkington)
42355 ____________________________________________________________________________
42356 [ 5921] By: gsar on 2000/04/24 06:58:26
42357 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42360 ! sv.c t/lib/charnames.t t/pragma/utf8.t
42361 ____________________________________________________________________________
42362 [ 5920] By: gsar on 2000/04/24 06:37:59
42363 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
42365 ! doop.c t/op/ver.t
42366 ____________________________________________________________________________
42367 [ 5919] By: gsar on 2000/04/24 06:21:58
42368 Log: Configure might miss old directories when prefix must be
42369 expanded (from Robin Barker)
42371 ! U/installdirs/inc_version_list.U
42374 ____________________________________________________________________________
42375 [ 5918] By: gsar on 2000/04/24 06:16:11
42376 Log: VMS nits in glob() test (from Charles Lane)
42378 ! t/lib/glob-basic.t
42379 ____________________________________________________________________________
42380 [ 5917] By: gsar on 2000/04/24 06:11:56
42381 Log: various pod nits (from Larry Virden and others)
42383 ! README.amiga README.hpux README.machten README.os2
42384 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
42385 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
42386 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
42387 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
42388 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
42389 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
42390 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
42391 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
42392 ____________________________________________________________________________
42393 [ 5916] By: gsar on 2000/04/24 05:52:43
42394 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
42395 <wjones@tc.fluke.com>)
42397 ! t/lib/glob-basic.t
42398 ____________________________________________________________________________
42399 [ 5915] By: gsar on 2000/04/24 05:07:01
42400 Log: supported platforms mixed up
42402 ! pod/perl56delta.pod pod/perlport.pod
42403 ____________________________________________________________________________
42404 [ 5914] By: gsar on 2000/04/24 04:56:08
42405 Log: caller() wasn't returning the right number of elements for
42408 ! pp_ctl.c t/pragma/warn/9enabled
42409 ____________________________________________________________________________
42410 [ 5913] By: gsar on 2000/04/24 04:35:41
42411 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
42412 Mark-Jason Dominus)
42415 ____________________________________________________________________________
42416 [ 5912] By: gsar on 2000/04/24 04:17:15
42417 Log: fix totally broken caching in UNIVERSAL::isa() (from
42420 ! t/op/universal.t universal.c
42421 ____________________________________________________________________________
42422 [ 5911] By: gsar on 2000/04/24 03:39:47
42423 Log: add linebreak properties from unicode/LineBrk.txt (from
42424 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42426 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42427 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
42428 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
42429 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
42430 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
42431 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
42432 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
42433 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
42434 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
42435 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
42436 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
42437 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
42438 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
42439 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
42440 + lib/unicode/Is/LbrkZW.pl
42441 ! lib/unicode/mktables.PL
42442 ____________________________________________________________________________
42443 [ 5910] By: gsar on 2000/04/24 03:23:10
42446 ! ext/Thread/Thread.pm
42447 ____________________________________________________________________________
42448 [ 5909] By: gsar on 2000/04/24 03:22:03
42449 Log: mode argument to do_binmode() should be file mode, not boolean
42452 ____________________________________________________________________________
42453 [ 5908] By: gsar on 2000/04/16 16:51:08
42454 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
42455 always returns a valid GV even when the symbol is trapped by strictures
42458 TODO: the C<package;> hack needs similar treatment
42460 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
42461 ! t/pragma/strict-vars
42462 ____________________________________________________________________________
42463 [ 5907] By: jhi on 2000/03/31 23:42:56
42464 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
42465 an assumption which #5905 demolished.
42468 ____________________________________________________________________________
42469 [ 5906] By: jhi on 2000/03/31 18:54:37
42470 Log: Typo in #5905.
42473 ____________________________________________________________________________
42474 [ 5905] By: jhi on 2000/03/31 18:50:54
42475 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
42476 reported by Joseph N. Hall. The bug was that even with use64bitint
42477 one had to use the prefixes q, L, or ll with printf/sprintf,
42478 contrary to the documentation and common sense.
42480 ! sv.c t/op/64bitint.t
42481 ____________________________________________________________________________
42482 [ 5904] By: gsar on 2000/03/28 02:31:32
42483 Log: add Changes, perldelta.pod
42485 + Changes pod/perldelta.pod
42486 ____________________________________________________________________________
42487 [ 5903] By: gsar on 2000/03/28 02:03:55
42488 Log: rename Changes and perldelta.pod
42490 +> Changes5.6 pod/perl56delta.pod
42491 - Changes pod/perldelta.pod
42493 ____________________________________________________________________________
42494 [ 5902] By: gsar on 2000/03/28 01:59:14
42495 Log: create maint-5.6 branch
42496 Branch: maint-5.6/perl
42497 +> (branch 1611 files)
42498 ____________________________________________________________________________
42499 [ 5901] By: jhi on 2000/03/23 05:48:43
42500 Log: Integrate with Sarathy.
42502 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
42503 ____________________________________________________________________________
42504 [ 5900] By: gsar on 2000/03/23 05:42:43
42505 Log: three guesses on what this is :-)