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.2 Development release working toward v5.8
33 ____________________________________________________________________________
34 [ 13165] By: jhi on 2001/11/21 14:34:43
35 Log: Small doc tweaks.
37 ! ext/PerlIO/Via/Via.pm
38 ____________________________________________________________________________
39 [ 13164] By: jhi on 2001/11/21 14:13:00
40 Log: Redundant return.
42 ! ext/MIME/Base64/QuotedPrint.pm
43 ____________________________________________________________________________
44 [ 13163] By: jhi on 2001/11/21 13:52:30
45 Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
46 From: "Wolfgang Laun" <wolfgang.laun@chello.at>
47 Date: Wed, 21 Nov 2001 10:23:16 +0100
48 Message-ID: <200111211023160020.0050BD28@smtp.chello.at>
50 ! pp_pack.c t/op/pack.t
51 ____________________________________________________________________________
52 [ 13162] By: jhi on 2001/11/21 13:44:41
53 Log: Add Devel::PPPort originally from Kenneth Albanowski,
54 revigorated by Paul Marquess: gives h2xs a Perl version
57 + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
58 + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
59 + ext/Devel/PPPort/harness/Harness.pm
60 + ext/Devel/PPPort/harness/Harness.xs
61 + ext/Devel/PPPort/harness/Makefile.PL
62 + ext/Devel/PPPort/harness/module2.c
63 + ext/Devel/PPPort/harness/module3.c
64 + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
65 ! MANIFEST lib/h2xs.t utils/h2xs.PL
66 ____________________________________________________________________________
67 [ 13161] By: jhi on 2001/11/21 13:43:08
70 ! lib/Test/Simple/t/filehandles.t
71 ____________________________________________________________________________
72 [ 13160] By: jhi on 2001/11/21 13:23:07
73 Log: Subject: Re: PERFORCE change 13152 for review
74 From: Philip Newton <Philip.Newton@gmx.net>
75 Date: Wed, 21 Nov 2001 09:04:05 +0100
76 Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
79 ____________________________________________________________________________
80 [ 13159] By: jhi on 2001/11/21 13:19:08
81 Log: Subject: Re: PERFORCE change 13142 for review
82 From: Philip Newton <Philip.Newton@gmx.net>
83 Date: Wed, 21 Nov 2001 09:04:03 +0100
84 Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
86 plus rewrap few paragraphs.
89 ____________________________________________________________________________
90 [ 13158] By: jhi on 2001/11/21 03:59:51
91 Log: Integrate #13154 from macperl; Remove comments.
93 !> lib/File/Spec/Mac.pm
94 ____________________________________________________________________________
95 [ 13157] By: jhi on 2001/11/21 03:53:06
96 Log: Update the list of modules having tests.
99 ____________________________________________________________________________
100 [ 13156] By: pudge on 2001/11/21 03:19:09
101 Log: Slight doc changes.
102 Branch: maint-5.6/macperl
103 ! macos/macperl/MacPerl.podhelp
104 ____________________________________________________________________________
105 [ 13155] By: pudge on 2001/11/21 03:18:48
106 Log: Add UTF-16 coercion.
107 Branch: maint-5.6/macperl
108 ! macos/lib/Mac/AppleEvents/Simple.pm
109 ____________________________________________________________________________
110 [ 13154] By: pudge on 2001/11/21 03:16:55
111 Log: Remove comments.
112 Branch: maint-5.6/macperl
113 ! lib/File/Spec/Mac.pm
114 ____________________________________________________________________________
115 [ 13153] By: pudge on 2001/11/21 03:16:00
116 Log: Fix FSpGetCatInfo (and other functions) corrupting
117 memory with bad filespecs (bug #471867)
118 Branch: maint-5.6/macperl
119 ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
120 ____________________________________________________________________________
121 [ 13152] By: jhi on 2001/11/21 03:09:46
122 Log: Upgrade to Test::Simple 0.33.
124 ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
125 ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
126 ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
127 ____________________________________________________________________________
128 [ 13151] By: jhi on 2001/11/21 03:01:36
129 Log: Upgrade to Test::Harness 1.26.
131 ! lib/Test/Harness.pm lib/Test/Harness/Changes
132 ____________________________________________________________________________
133 [ 13150] By: jhi on 2001/11/21 02:15:47
134 Log: Integrate change #13145 from maintperl;
135 another compatibility tweak to change#12559: avoid quoting
136 arguments that already have quotes; add test case
138 !> t/op/system_tests win32/win32.c
139 ____________________________________________________________________________
140 [ 13149] By: gsar on 2001/11/21 02:00:28
141 Log: integrate change#13147 from mainline (fixes nit in change#10091)
143 Subject: [PATCH] spaceship and refs
144 Branch: maint-5.6/perl
145 ! pp.c pp_hot.c t/op/cmp.t
146 ____________________________________________________________________________
147 [ 13148] By: jhi on 2001/11/21 00:44:56
148 Log: Subject: [PATCH] Add test for Pod::ParseUtils
149 From: Tim Jenness <t.jenness@jach.hawaii.edu>
150 Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
151 Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
155 ____________________________________________________________________________
156 [ 13147] By: jhi on 2001/11/21 00:40:09
157 Log: Subject: [PATCH] spaceship and refs
158 From: Nicholas Clark <nick@ccl4.org>
159 Date: Tue, 20 Nov 2001 21:59:51 +0000
160 Message-ID: <20011120215951.U62891@plum.flirble.org>
162 ! pp.c pp_hot.c t/op/cmp.t
163 ____________________________________________________________________________
164 [ 13146] By: jhi on 2001/11/21 00:37:00
165 Log: Try to clarify which I/O call operates on bytes,
166 which on characters, which on either.
169 ____________________________________________________________________________
170 [ 13145] By: gsar on 2001/11/21 00:14:29
171 Log: another compatibility tweak to change#12559: avoid quoting
172 arguments that already have quotes; add test case
173 Branch: maint-5.6/perl
174 ! t/op/system_tests win32/win32.c
175 ____________________________________________________________________________
176 [ 13144] By: jhi on 2001/11/20 22:31:47
177 Log: Give a simple example of writing PerlIO::Via handlers
180 ! ext/PerlIO/Via/Via.pm
181 ____________________________________________________________________________
182 [ 13143] By: jhi on 2001/11/20 20:50:41
183 Log: Add test for Pod::LaTeX; re-sort MANIFEST.
187 ____________________________________________________________________________
188 [ 13142] By: jhi on 2001/11/20 20:42:48
189 Log: Subject: [PATCH] Pod::LaTeX up to V0.54
190 From: Tim Jenness <t.jenness@jach.hawaii.edu>
191 Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
192 Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
194 ! lib/Pod/LaTeX.pm pod/pod2latex.PL
195 ____________________________________________________________________________
196 [ 13141] By: jhi on 2001/11/20 20:35:14
197 Log: Spread d_procselfexe to far-off lands (undefined).
199 ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
200 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
201 ! vos/config.ga.def vos/config.ga.h win32/config.bc
202 ! win32/config.gc win32/config.vc win32/config.win64
204 ____________________________________________________________________________
205 [ 13140] By: jhi on 2001/11/20 20:17:13
206 Log: Integrate perlio; add detection and use of /proc/self/exe
207 (Linuxism for finding the absolute path of the executable)
209 !> Configure config_h.SH perl.c t/op/magic.t
210 ____________________________________________________________________________
211 [ 13139] By: jhi on 2001/11/20 20:12:06
212 Log: Really define do_report_used() only if DEBUGGING.
215 ____________________________________________________________________________
216 [ 13138] By: nick on 2001/11/20 20:01:05
217 Log: perl.c change to use HAS_PROCSELFEXE, also
218 tweak to $^X test to comprehend full path to real executable
219 being returned (like Cygwin as it happens...)
221 ! perl.c t/op/magic.t
222 ____________________________________________________________________________
223 [ 13137] By: nick on 2001/11/20 19:46:00
224 Log: Integrate mainline
226 +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
227 +> lib/NEXT/t/unseen.t
229 !> (integrate 34 files)
230 ____________________________________________________________________________
231 [ 13136] By: jhi on 2001/11/20 17:47:36
232 Log: Subject: [?PATCH] terser pp_eq
233 From: Nicholas Clark <nick@ccl4.org>
234 Date: Mon, 19 Nov 2001 23:09:02 +0000
235 Message-ID: <20011119230901.O62891@plum.flirble.org>
238 ____________________________________________________________________________
239 [ 13135] By: jhi on 2001/11/20 17:40:13
240 Log: Pass 4 at perldelta - cleanup problems found by podchecker.
243 ____________________________________________________________________________
244 [ 13134] By: jhi on 2001/11/20 16:59:54
245 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
246 From: Andy Dougherty <doughera@lafayette.edu>
247 Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
248 Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
250 ! ext/re/Makefile.PL ext/re/re.xs
251 ____________________________________________________________________________
252 [ 13133] By: jhi on 2001/11/20 15:51:04
253 Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
254 From: Andy Dougherty <doughera@lafayette.edu>
255 Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
256 Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
259 ____________________________________________________________________________
260 [ 13132] By: jhi on 2001/11/20 15:31:43
261 Log: Integrate change #13119 from macperl.
262 (No changes since already applied the patch,
263 just keep perforce happy and well-fed.)
266 ____________________________________________________________________________
267 [ 13131] By: jhi on 2001/11/20 15:29:55
268 Log: Subject: [PATCH] filter-util.pl for Mac OS
269 From: Chris Nandor <pudge@pobox.com>
270 Date: Tue, 20 Nov 2001 00:16:11 -0500
271 Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
273 ! t/lib/filter-util.pl
274 ____________________________________________________________________________
275 [ 13130] By: jhi on 2001/11/20 15:23:11
276 Log: Subject: [PATCH] Portability fix for Pod::Html
277 From: Chris Nandor <pudge@pobox.com>
278 Date: Tue, 20 Nov 2001 00:01:05 -0500
279 Message-Id: <p05100307b81f92788846@[10.0.1.177]>
282 ____________________________________________________________________________
283 [ 13129] By: jhi on 2001/11/20 15:14:49
284 Log: Need to skip more tests if not perlio.
287 ____________________________________________________________________________
288 [ 13128] By: jhi on 2001/11/20 15:04:55
289 Log: Pass 3 at perldelta - sort the lists of new modules,
290 module improvements, and new platforms.
293 ____________________________________________________________________________
294 [ 13127] By: jhi on 2001/11/20 13:42:22
295 Log: Document ${^OPEN}.
298 ____________________________________________________________________________
299 [ 13126] By: pudge on 2001/11/20 03:28:51
300 Log: Make configpm work with extra keys
301 Branch: maint-5.6/macperl
303 ____________________________________________________________________________
304 [ 13125] By: pudge on 2001/11/20 03:28:09
305 Log: Version and doc updates
306 Branch: maint-5.6/macperl
307 ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
308 ____________________________________________________________________________
309 [ 13124] By: pudge on 2001/11/20 03:27:44
310 Log: More fixes for error message parsing (bug #470316)
311 Branch: maint-5.6/macperl
313 ____________________________________________________________________________
314 [ 13123] By: pudge on 2001/11/20 03:26:32
315 Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
316 remove obsolete function (bug #465225)
317 Branch: maint-5.6/macperl
318 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
319 ! macos/macperl/MPScript.c
320 ____________________________________________________________________________
321 [ 13122] By: pudge on 2001/11/20 03:20:17
322 Log: Add p2as droplet to distribution.
323 Branch: maint-5.6/macperl
324 + macos/macperl/Droplets/p2as.plx
325 ____________________________________________________________________________
326 [ 13121] By: pudge on 2001/11/20 03:10:36
327 Log: Bundle File::Sort.
328 Branch: maint-5.6/macperl
329 + macos/bundled_lib/blib/lib/File/Sort.pm
330 ____________________________________________________________________________
331 [ 13120] By: pudge on 2001/11/20 03:09:21
332 Log: Various bundled module fixes.
333 Branch: maint-5.6/macperl
334 ! macos/bundled_ext/Compress/Zlib/Makefile.mk
335 ! macos/bundled_ext/Digest/MD5/t/files.t
336 ! macos/bundled_ext/Filter/t/filter-util.pl
337 ! macos/bundled_lib/blib/lib/Net/Config.pm
338 ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
339 ____________________________________________________________________________
340 [ 13119] By: pudge on 2001/11/20 03:08:27
341 Log: Portability fix for Pod::Html.
342 Branch: maint-5.6/macperl
344 ____________________________________________________________________________
345 [ 13118] By: jhi on 2001/11/20 02:58:38
346 Log: Upgrade to Text::Balanced 1.89.
348 ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
349 ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
350 ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
351 ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
352 ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
353 ! lib/Text/Balanced/t/gentag.t
354 ____________________________________________________________________________
355 [ 13117] By: jhi on 2001/11/20 02:53:32
356 Log: Upgrade to NEXT 0.50.
358 + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
359 + lib/NEXT/t/unseen.t
361 ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
362 ____________________________________________________________________________
363 [ 13116] By: pudge on 2001/11/20 02:47:23
364 Log: Integrate with maint-5.6/perl.
365 Branch: maint-5.6/macperl
367 ____________________________________________________________________________
368 [ 13115] By: jhi on 2001/11/20 01:57:41
369 Log: Update the README.threads scary header a bit.
372 ____________________________________________________________________________
373 [ 13114] By: jhi on 2001/11/20 01:49:59
374 Log: Pass 2 at perldelta: add some changes since 5.7.2.
377 ____________________________________________________________________________
378 [ 13113] By: jhi on 2001/11/20 00:55:25
379 Log: Subject: [DOC PATCH] perlfaq4.pod
380 From: Tim Jenness <t.jenness@jach.hawaii.edu>
381 Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
382 Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>
385 ____________________________________________________________________________
386 [ 13112] By: jhi on 2001/11/20 00:53:17
387 Log: Subject: [PATCH perl.c] Extra diagnostics for -DP
388 From: Michael G Schwern <schwern@pobox.com>
389 Date: Mon, 19 Nov 2001 19:53:12 -0500
390 Message-ID: <20011119195311.I11883@blackrider>
393 ____________________________________________________________________________
394 [ 13111] By: jhi on 2001/11/20 00:48:46
395 Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
396 From: PPrymmer@factset.com
397 Date: Mon, 19 Nov 2001 17:08:59 -0500
398 Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
400 ! vms/descrip_mms.template
401 ____________________________________________________________________________
402 [ 13110] By: jhi on 2001/11/20 00:39:02
403 Log: Create a per-interpeter debug scratchpad container
404 and use that for the regexec debugging.
406 ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
407 ____________________________________________________________________________
408 [ 13109] By: nick on 2001/11/19 22:01:45
409 Log: Use /proc/self/exe to set $^X on linux (or anywhere new
410 Configure unit detects the feature).
411 Branch: metaconfig/U/perl
414 ! Configure config_h.SH
415 ____________________________________________________________________________
416 [ 13108] By: nick on 2001/11/19 20:39:17
417 Log: Integrate mainline
420 !> (integrate 44 files)
421 ____________________________________________________________________________
422 [ 13107] By: jhi on 2001/11/19 20:22:36
426 ____________________________________________________________________________
427 [ 13106] By: jhi on 2001/11/19 20:18:42
428 Log: Move the sysio tests from io/utf8 to lib/open.
430 ! lib/open.t t/io/utf8.t
431 ____________________________________________________________________________
432 [ 13105] By: nick on 2001/11/19 20:15:39
433 Log: Add a .package and a README to //depot/metaconfig
436 ____________________________________________________________________________
437 [ 13104] By: jhi on 2001/11/19 20:01:54
438 Log: Thou shalt not mix stdio and sysio.
441 ____________________________________________________________________________
442 [ 13103] By: jhi on 2001/11/19 19:28:40
445 ! Changes patchlevel.h
446 ____________________________________________________________________________
447 [ 13102] By: jhi on 2001/11/19 19:17:14
448 Log: The runops_debug needs to be present always, otherwise
449 places like AIX which need an explicit symbol export list
450 will croak when trying to build Devel::Peek (which uses
454 ____________________________________________________________________________
455 [ 13101] By: jhi on 2001/11/19 19:06:48
456 Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
457 From: PPrymmer@factset.com
458 Date: Mon, 19 Nov 2001 11:34:22 -0500
459 Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
461 ! lib/Memoize/t/tie_sdbm.t
462 ____________________________________________________________________________
463 [ 13100] By: jhi on 2001/11/19 18:57:11
464 Log: Retract #13088: it seems that unless dump.c is extensively
465 reorganized as to what symbols it shows, when, and to whom,
466 we are stuck with having the dump.o symbols in the libperl
467 and thusly in the main Perl binary.
469 ! embedvar.h perlapi.h perlvars.h
470 ____________________________________________________________________________
471 [ 13099] By: jhi on 2001/11/19 18:02:14
472 Log: The _uni_display should not be in dump.c since they
473 are used under normal operation (S_not_a_number()).
475 ! dump.c embed.h embed.pl global.sym proto.h utf8.c
476 ____________________________________________________________________________
477 [ 13098] By: jhi on 2001/11/19 17:37:26
478 Log: Protect sv_dump() from being included unless DEBUGGING,
482 ____________________________________________________________________________
483 [ 13097] By: jhi on 2001/11/19 15:11:41
484 Log: Pending further investigation skip the tell() tests.
485 The tell() is okay on Solaris, HP-UX and Tru64, but fails
486 (by returning too much) in Linux.
489 ____________________________________________________________________________
490 [ 13096] By: jhi on 2001/11/19 14:28:57
491 Log: Retract #13082 until a better solution is found:
492 statics break ithreads.
495 ____________________________________________________________________________
496 [ 13095] By: jhi on 2001/11/19 14:24:33
497 Log: Figures 1 and 2 for UTF-8.
499 ! pod/perlunicode.pod
500 ____________________________________________________________________________
501 [ 13094] By: jhi on 2001/11/19 14:09:34
502 Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
503 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
504 Date: Mon, 19 Nov 2001 13:26:45 +0100
505 Message-ID: <20011119132645.A15034@rafael>
507 ! op.c pod/perldiag.pod t/lib/warnings/op
508 ____________________________________________________________________________
509 [ 13093] By: jhi on 2001/11/19 14:07:20
510 Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
511 From: Michael G Schwern <schwern@pobox.com>
512 Date: Mon, 19 Nov 2001 03:11:12 -0500
513 Message-ID: <20011119031112.E786@blackrider>
516 ____________________________________________________________________________
517 [ 13092] By: jhi on 2001/11/19 14:05:21
518 Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
519 From: Michael G Schwern <schwern@pobox.com>
520 Date: Mon, 19 Nov 2001 03:42:56 -0500
521 Message-ID: <20011119034256.I786@blackrider>
525 ____________________________________________________________________________
526 [ 13091] By: jhi on 2001/11/19 13:50:45
527 Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
528 From: "Craig A. Berry" <craigberry@mac.com>
529 Date: Sun, 18 Nov 2001 14:33:48 -0600
530 Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
532 ! ext/IO/lib/IO/t/io_poll.t vms/test.com
533 ____________________________________________________________________________
534 [ 13090] By: jhi on 2001/11/19 13:49:28
535 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
536 From: Dave Rolsky <autarch@urth.org>
537 Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
538 Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
540 ! lib/ExtUtils/Manifest.pm
541 ____________________________________________________________________________
542 [ 13089] By: jhi on 2001/11/19 13:48:35
543 Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
544 From: Dave Rolsky <autarch@urth.org>
545 Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
546 Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
548 ! lib/ExtUtils/Install.pm
549 ____________________________________________________________________________
550 [ 13088] By: jhi on 2001/11/19 13:44:49
551 Log: The runops_dbg should not be needed.
553 ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
554 ____________________________________________________________________________
555 [ 13087] By: jhi on 2001/11/19 13:28:22
556 Log: do_spawn() cleanup from Charles Lane.
559 ____________________________________________________________________________
560 [ 13086] By: jhi on 2001/11/19 13:22:26
561 Log: Update the list of tests.
564 ____________________________________________________________________________
565 [ 13085] By: jhi on 2001/11/18 21:57:23
566 Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
567 From: Michael G Schwern <schwern@pobox.com>
568 Date: Fri, 16 Nov 2001 17:37:04 -0500
569 Message-ID: <20011116173703.L30160@blackrider>
572 ____________________________________________________________________________
573 [ 13084] By: jhi on 2001/11/18 21:38:50
577 ____________________________________________________________________________
578 [ 13083] By: jhi on 2001/11/18 21:37:06
579 Log: Integrate perlio; win32 sync.
581 !> perlio.c win32/win32io.c
582 ____________________________________________________________________________
583 [ 13082] By: jhi on 2001/11/18 19:13:06
584 Log: (retracted by #13096)
585 Debugging would be badly skewed by a malloc per regex dump.
588 ____________________________________________________________________________
589 [ 13081] By: nick on 2001/11/18 19:08:40
590 Log: Win32 layer has a dup which needs to match new prototype.
593 ____________________________________________________________________________
594 [ 13080] By: nick on 2001/11/18 19:05:02
595 Log: Wrong way to get stdio mode used.
598 ____________________________________________________________________________
599 [ 13079] By: jhi on 2001/11/18 18:59:28
600 Log: Retract #13048: that introduced a malloc() (through savepvn())
601 to *every* m//, which killed the performance quite badly.
603 ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
604 ____________________________________________________________________________
605 [ 13078] By: jhi on 2001/11/18 17:37:31
606 Log: Pass 1 at perldelta.pod: sort the section contents
607 together, drop all but the 5.7.2 known problems,
608 leave the 5.7.1 security note since that's the
609 fullest explanation (update the date on that).
612 ____________________________________________________________________________
613 [ 13077] By: jhi on 2001/11/18 17:07:12
614 Log: Retract 11635: close 20011113.110, reopen 20010809.028.
616 Tiny problem in the test for 20011113.110: I hope
617 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
620 ____________________________________________________________________________
621 [ 13076] By: jhi on 2001/11/18 16:46:11
622 Log: All of syswrite/send/sendto need to return character counts,
623 and character counts from the offset, not the beginning of
627 ____________________________________________________________________________
628 [ 13075] By: jhi on 2001/11/18 16:39:32
629 Log: Integrate PerlIO: duping fixes.
631 !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
632 !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
634 ____________________________________________________________________________
635 [ 13074] By: jhi on 2001/11/18 16:34:29
636 Log: syswrite() was still returning byte counts, not character counts.
638 ! pp_sys.c t/io/utf8.t
639 ____________________________________________________________________________
640 [ 13073] By: jhi on 2001/11/18 16:16:17
641 Log: Add test for sysread().
644 ____________________________________________________________________________
645 [ 13072] By: nick on 2001/11/18 16:15:31
646 Log: Allow dup'ing of PerlIO::Scalar etc.
648 ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
649 ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
651 ____________________________________________________________________________
652 [ 13071] By: jhi on 2001/11/18 16:12:32
653 Log: Prepend a null byte to the test set.
656 ____________________________________________________________________________
657 [ 13070] By: jhi on 2001/11/18 15:13:57
658 Log: Document how "no utf8;" can become handy.
661 ____________________________________________________________________________
662 [ 13069] By: jhi on 2001/11/18 14:05:23
663 Log: Integrate perlio; force the inclusion of the PL_runops_*
665 !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
666 ____________________________________________________________________________
667 [ 13068] By: nick on 2001/11/18 13:23:33
668 Log: embed.pl generated changes I forgot to include
670 ! embedvar.h perlapi.h pod/perlapi.pod
671 ____________________________________________________________________________
672 [ 13067] By: nick on 2001/11/18 12:50:19
673 Log: Force inclusion of both Perl_runops_* in perl itself,
674 so they are available for Peek.xs etc.
677 ____________________________________________________________________________
678 [ 13066] By: nick on 2001/11/18 11:00:34
679 Log: Integrate mainline - a few Devel::Peak fails.
682 - ext/Thread/Thread.pm lib/Benchmark.t
683 - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
684 - lib/Lingua/KO/Hangul/Util/README
685 - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
686 - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
687 - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
688 - vms/ext/vmsish.pm vms/ext/vmsish.t
690 !> (integrate 389 files)
691 ____________________________________________________________________________
692 [ 13065] By: jhi on 2001/11/18 01:22:25
693 Log: Start working on perldelta. This is not yet any sort of
694 editing; just concatenating perl570delta, perl571delta,
695 and perl572delta. Any sorting not done, any duplicate
696 removal not done, any removal or update of obsolete items
697 not done, any changes since 5.7.2 not included. So there.
700 ____________________________________________________________________________
701 [ 13064] By: jhi on 2001/11/17 22:22:47
702 Log: Banish "use utf8".
704 ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
705 ____________________________________________________________________________
706 [ 13063] By: jhi on 2001/11/17 17:53:38
707 Log: Tweak from Charles Lane.
710 ____________________________________________________________________________
711 [ 13062] By: jhi on 2001/11/17 15:35:22
712 Log: Integrate change #13058 from maintperl;
713 change#12559 breaks things on Win9x because command.com doesn't
714 grok dquotes at all; disable all the system() smarts for
718 ____________________________________________________________________________
719 [ 13061] By: ams on 2001/11/17 13:46:11
720 Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
721 From: Jonathan Stowe <gellyfish@gellyfish.com>
722 Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
723 Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
726 ____________________________________________________________________________
727 [ 13060] By: ams on 2001/11/17 09:49:10
728 Log: Subject: [PATCH9 File/Find.pm doc nits
729 From: Tels <perl_dummy@bloodgate.com>
730 Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
733 ____________________________________________________________________________
734 [ 13059] By: ams on 2001/11/17 09:38:38
735 Log: Subject: [PATCH] Benchmark.pm nit
736 From: Tels <perl_dummy@bloodgate.com>
737 Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
740 ____________________________________________________________________________
741 [ 13058] By: gsar on 2001/11/17 03:50:49
742 Log: change#12559 breaks things on Win9x because command.com doesn't
743 grok dquotes at all; disable all the system() smarts for
745 Branch: maint-5.6/perl
747 ____________________________________________________________________________
748 [ 13057] By: ams on 2001/11/16 20:30:03
749 Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
750 From: Andy Dougherty <doughera@lafayette.edu>
751 Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
752 Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
755 ____________________________________________________________________________
756 [ 13056] By: jhi on 2001/11/16 19:18:21
757 Log: Subject: [Patch Perl@13023] VMS system() warning
758 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
759 Date: Fri, 16 Nov 2001 15:20:11 EST
760 Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
763 ____________________________________________________________________________
764 [ 13055] By: jhi on 2001/11/16 19:03:39
765 Log: It's neither-nor, and protect against the impossible.
768 ____________________________________________________________________________
769 [ 13054] By: jhi on 2001/11/16 18:37:30
770 Log: 5005threads didn't work because $Thread::VERSION wasn't
773 ! ext/Thread/Makefile.PL lib/Thread.pm
774 ____________________________________________________________________________
775 [ 13053] By: jhi on 2001/11/16 17:08:15
776 Log: Robustness against Linux using something else than gcc;
779 Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
780 From: Charles Randall <cfriv@yahoo.com>
781 Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
782 Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
784 ! ext/Errno/Errno_pm.PL
785 ____________________________________________________________________________
786 [ 13052] By: ams on 2001/11/16 16:46:39
787 Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
788 From: Russ Allbery <rra@stanford.edu>
789 Date: 16 Nov 2001 09:44:21 -0800
790 Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
792 ! lib/Pod/ParseLink.pm
793 ____________________________________________________________________________
794 [ 13051] By: jhi on 2001/11/16 15:26:41
795 Log: Update perluniintro on the UTF-8 output matters
796 (that -w will warn unless the stream is explicitly UTF-8-ified).
798 ! pod/perluniintro.pod
799 ____________________________________________________________________________
800 [ 13050] By: jhi on 2001/11/16 15:08:52
801 Log: Adding new files to MANIFEST is nice.
804 ____________________________________________________________________________
805 [ 13049] By: jhi on 2001/11/16 15:04:45
808 ! Changes patchlevel.h
809 ____________________________________________________________________________
810 [ 13048] By: jhi on 2001/11/16 14:46:17
811 Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
812 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
813 Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST)
814 Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
816 ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
817 ____________________________________________________________________________
818 [ 13047] By: jhi on 2001/11/16 14:37:32
819 Log: Rename perlunintro to perluniintro; regen toc.
821 + pod/perluniintro.pod
822 - pod/perlunintro.pod
823 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
824 ____________________________________________________________________________
825 [ 13046] By: jhi on 2001/11/16 14:14:38
826 Log: Document the negated lookeahead trick to emulate
827 character class subtraction.
829 ! pod/perlunicode.pod
830 ____________________________________________________________________________
831 [ 13045] By: jhi on 2001/11/16 14:08:43
832 Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
833 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
834 Date: Fri, 16 Nov 2001 23:31:04 +0900
835 Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
837 (with the tweak that Cntrl is not C, it's Cc)
839 ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
840 ! lib/unicore/mktables
841 ____________________________________________________________________________
842 [ 13044] By: jhi on 2001/11/16 13:42:44
843 Log: Subject: [PATCH current] runtime runops switch
844 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
845 Date: Fri, 16 Nov 2001 00:48:09 -0500
846 Message-ID: <20011116004809.A934@math.ohio-state.edu>
848 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
849 ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
850 ! pod/perlintern.pod proto.h run.c
851 ____________________________________________________________________________
852 [ 13043] By: jhi on 2001/11/16 13:24:28
853 Log: Further discourage old Thread code; tell how to tell
857 ____________________________________________________________________________
858 [ 13042] By: jhi on 2001/11/16 13:16:13
859 Log: A missing return; from Charles Lane.
862 ____________________________________________________________________________
863 [ 13041] By: ams on 2001/11/16 12:11:14
864 Log: Subject: [PATCH] Doc spellcheck + podcheck
865 From: Autrijus Tang <autrijus@egb.elixus.org>
866 Date: Thu, 15 Nov 2001 22:49:05 -0800
867 Message-Id: <20011116064905.GA44092@egb.elixus.org>
869 Subject: [PATCH] podcheck+spellcheck, the rest of the story
870 From: Autrijus Tang <autrijus@egb.elixus.org>
871 Date: Fri, 16 Nov 2001 00:42:20 -0800
872 Message-Id: <20011116084220.GA44295@egb.elixus.org>
874 Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
875 From: Nicholas Clark <nick@ccl4.org>
876 Date: Fri, 16 Nov 2001 10:32:01 +0000
877 Message-Id: <20011116103200.F62891@plum.flirble.org>
878 (Applied after suitable de-mangling.)
880 ! README.aix README.dgux README.dos README.epoc README.hpux
881 ! README.mint README.mpeix README.netware README.os2
882 ! README.os390 README.plan9 README.qnx README.solaris
883 ! README.threads doio.c pod/perl571delta.pod
884 ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
885 ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
886 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
887 ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
888 ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
889 ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
890 ____________________________________________________________________________
891 [ 13040] By: jhi on 2001/11/16 04:48:16
892 Log: Avoid redefinedness warning for now.
895 ____________________________________________________________________________
896 [ 13039] By: jhi on 2001/11/16 04:44:30
900 ____________________________________________________________________________
901 [ 13038] By: jhi on 2001/11/16 04:40:19
902 Log: Subject: [PATCH Perl@13023] subprocess command line size increase
903 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
904 Date: Thu, 15 Nov 2001 22:54:47 EST
905 Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>
907 ! vms/vms.c vms/vmspipe.com
908 ____________________________________________________________________________
909 [ 13037] By: jhi on 2001/11/16 04:38:47
910 Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
911 From: "chromatic" <chromatic@rmci.net>
912 Date: Thu, 15 Nov 2001 19:54:23 -0700
913 Message-ID: <20011116030139.6821.qmail@onion.perl.org>
916 ____________________________________________________________________________
917 [ 13036] By: jhi on 2001/11/16 04:37:52
918 Log: Make Thread a wrapper for both ithreads and 5005threads.
919 Needs a lot of work and Arthur's eyeballing (and finishing
920 few missing odds and ends of threads.pm). Now Thread
921 is an extension without its own .pm.
923 If there are people who have experience working with
924 either the 5005threads or the ithreads: cleaning up
925 the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
926 and porting the various Thread::* modules, like Thread::Queue,
927 to work also with ithreads, is needed.
929 Removed the 5005threads requirement from the 5005 tests
930 for easier testing (not all of them work yet since
931 they use the Thread::* modules that have not been made
932 to work with ithreads). Leave the 5005 tests named as
933 *.tx so that they are not run by "make test".
936 - ext/Thread/Thread.pm
937 ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
938 ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
939 ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
940 ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
941 ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
942 ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
943 ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
944 ____________________________________________________________________________
945 [ 13035] By: jhi on 2001/11/16 03:30:38
946 Log: $VERSION "a5" doesn't quite work.
949 ____________________________________________________________________________
950 [ 13034] By: jhi on 2001/11/16 00:38:41
951 Log: Add the fruits of Larry Shatzer's version verifying script.
952 (There are some straddlers, but they will be fixed in the
953 upcoming releases of the modules.)
955 ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
956 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
957 ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
958 ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
959 ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
960 ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
961 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
962 ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
963 ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
964 ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
966 ____________________________________________________________________________
967 [ 13033] By: jhi on 2001/11/16 00:37:36
968 Log: Add Larry Shatzer's VERSION verifying script.
970 + Porting/checkVERSION.pl
971 ! MANIFEST Porting/pumpkin.pod
972 ____________________________________________________________________________
973 [ 13032] By: jhi on 2001/11/16 00:09:31
974 Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
975 From: Michael G Schwern <schwern@pobox.com>
976 Date: Thu, 15 Nov 2001 19:26:40 -0500
977 Message-ID: <20011115192640.R31399@blackrider>
980 ____________________________________________________________________________
981 [ 13031] By: jhi on 2001/11/15 23:18:19
982 Log: Document the MY_CXT business; from Paul Marquess.
985 ____________________________________________________________________________
986 [ 13030] By: jhi on 2001/11/15 22:03:46
987 Log: VMSCMD synch attempt.
989 ! vms/vms.c vms/vmsish.h
990 ____________________________________________________________________________
991 [ 13029] By: jhi on 2001/11/15 21:35:36
992 Log: Advise against -P as instructed by Schwern.
995 ____________________________________________________________________________
996 [ 13028] By: jhi on 2001/11/15 21:21:29
997 Log: Subject: [PATCH] v-strings as Objects Step 1
998 From: John Peacock <jpeacock@rowman.com>
999 Date: Thu, 15 Nov 2001 12:41:04 -0500
1000 Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
1002 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
1004 ____________________________________________________________________________
1005 [ 13027] By: jhi on 2001/11/15 21:16:57
1006 Log: Subject: [PATCH] -x (was Re: [PATCH] new tests for command-line switches)
1007 From: Michael G Schwern <schwern@pobox.com>
1008 Date: Thu, 15 Nov 2001 12:47:59 -0500
1009 Message-ID: <20011115124759.E31399@blackrider>
1011 + t/run/switchx.aux t/run/switchx.t
1012 ! MANIFEST t/run/switches.t
1013 ____________________________________________________________________________
1014 [ 13026] By: jhi on 2001/11/15 20:55:31
1015 Log: Upgrade to Getopt::Long 2.26_03.
1017 ! lib/Getopt/Long.pm
1018 ____________________________________________________________________________
1019 [ 13025] By: ams on 2001/11/15 20:46:22
1020 Log: Subject: [PATCH vms/vms.c] VMSCMD missing
1021 From: Michael G Schwern <schwern@pobox.com>
1022 Date: Thu, 15 Nov 2001 16:24:11 -0500
1023 Message-Id: <20011115162411.M31399@blackrider>
1026 ____________________________________________________________________________
1027 [ 13024] By: ams on 2001/11/15 19:32:06
1028 Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
1029 From: rspier@pobox.com (Robert Spier)
1030 Date: Thu, 15 Nov 2001 11:19:21 -0800
1031 Message-Id: <15348.5433.732364.963687@rls.cx>
1034 ____________________________________________________________________________
1035 [ 13023] By: jhi on 2001/11/15 15:35:48
1036 Log: Update Changes.
1038 ! Changes patchlevel.h
1039 ____________________________________________________________________________
1040 [ 13022] By: jhi on 2001/11/15 15:11:37
1041 Log: Subject: [PATCH] new tests for command-line switches
1042 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1043 Date: Thu, 15 Nov 2001 17:00:30 +0100
1044 Message-ID: <20011115170030.A14193@rafael>
1048 ____________________________________________________________________________
1049 [ 13021] By: jhi on 2001/11/15 15:06:36
1050 Log: Upgrade to podlators 1.13.
1052 + lib/Pod/ParseLink.pm
1053 ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
1054 ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
1055 ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
1056 ! t/pod/pod2usage.xr t/pod/podselect.xr
1057 ____________________________________________________________________________
1058 [ 13020] By: jhi on 2001/11/15 14:47:29
1059 Log: skip "might be used uninitialized".
1062 ____________________________________________________________________________
1063 [ 13019] By: jhi on 2001/11/15 14:35:55
1064 Log: Fix for "perlio bug in koi8-r encoding". The problem
1065 seemed to be that binmode() always flushed the handle,
1066 which is not so good when switching encodings. Fixed,
1067 added Matt Sergeant's testcase, documented in perlfunc/binmode,
1068 also added a pointer about disciplines to perlfunc/open,
1069 and in general cleaned up and reformatted the open entry.
1071 ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
1072 ____________________________________________________________________________
1073 [ 13018] By: jhi on 2001/11/15 13:22:57
1074 Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
1075 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1076 Date: 15 Nov 2001 08:57:06 -0000
1077 Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
1079 chop() and chomp() are not real list functions,
1080 so let's not have them overrideable. (Casey will
1081 be confused since in #7071 he patched the other way.)
1083 ! pod/perlfunc.pod toke.c
1084 ____________________________________________________________________________
1085 [ 13017] By: ams on 2001/11/15 12:56:49
1086 Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
1087 From: Robin Barker <rmb1@cise.npl.co.uk>
1088 Date: Thu, 15 Nov 2001 13:48:34 GMT
1089 Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
1090 (Applied with tweaks.)
1093 ____________________________________________________________________________
1094 [ 13016] By: ams on 2001/11/15 09:12:48
1095 Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
1096 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1097 Date: Thu, 15 Nov 2001 09:06:39 +0100
1098 Message-Id: <20011115090639.A13005@rafael>
1101 ____________________________________________________________________________
1102 [ 13015] By: jhi on 2001/11/15 04:08:50
1103 Log: "link =" from utils.lst was being processed oddly.
1106 ____________________________________________________________________________
1107 [ 13014] By: ams on 2001/11/15 02:52:52
1108 Log: Subject: [PATCH current] CreateTTY in -d
1109 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1110 Date: Wed, 14 Nov 2001 21:26:31 -0500
1111 Message-Id: <20011114212631.A25705@math.ohio-state.edu>
1114 ____________________________________________________________________________
1115 [ 13013] By: jhi on 2001/11/15 00:46:07
1116 Log: Corify the Filter::Simple tests.
1118 ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
1119 ! lib/Filter/Simple/t/filter_only.t
1120 ____________________________________________________________________________
1121 [ 13012] By: jhi on 2001/11/15 00:42:25
1122 Log: Upgrade to Filter::Simple 0.70.
1124 + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
1125 + t/lib/FilterOnlyTest.pm
1126 ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
1127 ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1128 ! t/lib/FilterTest.pm
1129 ____________________________________________________________________________
1130 [ 13011] By: jhi on 2001/11/14 22:38:31
1131 Log: Cleanliness inspired by Cygwin.
1133 ! Makefile.SH x2p/Makefile.SH
1134 ____________________________________________________________________________
1135 [ 13010] By: jhi on 2001/11/14 22:30:59
1136 Log: Add perlunintro (formerly known as perlunitut); regen toc.
1138 + pod/perlunintro.pod
1139 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1140 ____________________________________________________________________________
1141 [ 13009] By: jhi on 2001/11/14 22:27:12
1145 ____________________________________________________________________________
1146 [ 13008] By: jhi on 2001/11/14 22:16:06
1147 Log: Quieten pgcc 2.91.66 worries.
1149 ! gv.c pp_ctl.c utf8.c
1150 ____________________________________________________________________________
1151 [ 13007] By: jhi on 2001/11/14 22:05:01
1152 Log: Upgrade to Switch 2.06.
1154 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1155 ! lib/Switch/t/nested.t
1156 ____________________________________________________________________________
1157 [ 13006] By: jhi on 2001/11/14 21:55:51
1158 Log: Upgrade to Attribute::Handlers 0.76.
1160 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1161 ! lib/Attribute/Handlers/README
1162 ! lib/Attribute/Handlers/demo/Demo.pm
1163 ! lib/Attribute/Handlers/demo/Descriptions.pm
1164 ! lib/Attribute/Handlers/demo/MyClass.pm
1165 ! lib/Attribute/Handlers/demo/demo_cycle.pl
1166 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1167 ! lib/Attribute/Handlers/t/multi.t
1168 ____________________________________________________________________________
1169 [ 13005] By: jhi on 2001/11/14 21:53:22
1170 Log: Signedness nit.
1173 ____________________________________________________________________________
1174 [ 13004] By: jhi on 2001/11/14 21:24:39
1177 ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
1179 ____________________________________________________________________________
1180 [ 13003] By: jhi on 2001/11/14 21:17:02
1181 Log: No pod in internal Net::FTP classes.
1184 ____________________________________________________________________________
1185 [ 13002] By: jhi on 2001/11/14 21:11:48
1186 Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY*
1187 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
1188 Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
1189 Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
1192 ____________________________________________________________________________
1193 [ 13001] By: jhi on 2001/11/14 21:09:48
1194 Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
1198 ____________________________________________________________________________
1199 [ 13000] By: jhi on 2001/11/14 21:00:23
1200 Log: Add comments to mark where $^X is being handled.
1203 ____________________________________________________________________________
1204 [ 12999] By: jhi on 2001/11/14 20:45:42
1205 Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
1206 From: Michael G Schwern <schwern@pobox.com>
1207 Date: Wed, 14 Nov 2001 16:38:25 -0500
1208 Message-ID: <20011114163825.D6519@blackrider>
1211 ____________________________________________________________________________
1212 [ 12998] By: jhi on 2001/11/14 20:22:06
1213 Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
1214 From: Michael G Schwern <schwern@pobox.com>
1215 Date: Wed, 14 Nov 2001 13:19:15 -0500
1216 Message-ID: <20011114131915.K5096@blackrider>
1219 ____________________________________________________________________________
1220 [ 12997] By: jhi on 2001/11/14 19:36:57
1221 Log: Subject: Re: [PATCH] new version of runperl()
1222 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1223 Date: Wed, 14 Nov 2001 15:39:12 EST
1224 Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
1226 "VMS $^X pipes etc" patch.
1229 ____________________________________________________________________________
1230 [ 12996] By: jhi on 2001/11/14 19:31:01
1231 Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
1232 and add "verbose" option to show the final command.
1235 ____________________________________________________________________________
1236 [ 12995] By: jhi on 2001/11/14 15:02:29
1237 Log: Goof in some of the comment fields of #12994.
1239 ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
1240 ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
1241 ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
1242 ! lib/unicore/In/9.pl
1243 ____________________________________________________________________________
1244 [ 12994] By: jhi on 2001/11/14 14:59:32
1245 Log: The First, Last ranges in the Unicode data weren't
1246 getting their general categories added properly;
1247 noticed by Jeffrey Friedl.
1249 ! lib/unicore/Category.pl lib/unicore/In/0.pl
1250 ! lib/unicore/In/1.pl lib/unicore/In/164.pl
1251 ! lib/unicore/In/169.pl lib/unicore/In/170.pl
1252 ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
1253 ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
1254 ! lib/unicore/In/8.pl lib/unicore/In/9.pl
1255 ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
1256 ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
1257 ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
1258 ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
1259 ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
1260 ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
1261 ! lib/unicore/mktables
1262 ____________________________________________________________________________
1263 [ 12993] By: jhi on 2001/11/14 13:54:20
1264 Log: Subject: [PATCH] new version of runperl()
1265 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1266 Date: Wed, 14 Nov 2001 12:23:01 +0100
1267 Message-ID: <20011114122301.A29384@rafael>
1269 ! t/io/argv.t t/test.pl
1270 ____________________________________________________________________________
1271 [ 12992] By: ams on 2001/11/14 13:40:39
1272 Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
1273 From: Michael G Schwern <schwern@pobox.com>
1274 Date: Tue, 13 Nov 2001 23:17:54 -0500
1275 Message-Id: <20011113231754.S32567@blackrider>
1278 ____________________________________________________________________________
1279 [ 12991] By: jhi on 2001/11/14 13:24:34
1280 Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
1281 From: Philip Newton <Philip.Newton@gmx.net>
1282 Date: Wed, 14 Nov 2001 10:59:53 +0100
1283 Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
1285 plus a lot of paragraph reformatting because of long lines.
1288 ____________________________________________________________________________
1289 [ 12990] By: jhi on 2001/11/14 13:19:19
1290 Log: A bool is not a pointer.
1293 ____________________________________________________________________________
1294 [ 12989] By: jhi on 2001/11/14 02:41:42
1295 Log: AUTHORS updates.
1298 ____________________________________________________________________________
1299 [ 12988] By: jhi on 2001/11/14 02:18:44
1300 Log: There are several MIME RFCs.
1302 ! ext/Encode/Encode.pm
1303 ____________________________________________________________________________
1304 [ 12987] By: ams on 2001/11/14 01:09:28
1305 Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
1306 From: Michael G Schwern <schwern@pobox.com>
1307 Date: Tue, 13 Nov 2001 20:59:13 -0500
1308 Message-Id: <20011113205913.H32567@blackrider>
1310 ! t/op/groups.t vms/test.com
1311 ____________________________________________________________________________
1312 [ 12986] By: ams on 2001/11/14 01:07:06
1313 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
1314 From: Michael G Schwern <schwern@pobox.com>
1315 Date: Tue, 13 Nov 2001 20:51:34 -0500
1316 Message-Id: <20011113205134.F32567@blackrider>
1318 ! ext/IO/lib/IO/t/io_sel.t vms/test.com
1319 ____________________________________________________________________________
1320 [ 12985] By: ams on 2001/11/14 00:43:59
1321 Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
1322 From: Michael G Schwern <schwern@pobox.com>
1323 Date: Tue, 13 Nov 2001 20:38:42 -0500
1324 Message-Id: <20011113203842.E32567@blackrider>
1327 ____________________________________________________________________________
1328 [ 12984] By: ams on 2001/11/14 00:32:15
1329 Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
1330 From: Michael G Schwern <schwern@pobox.com>
1331 Date: Tue, 13 Nov 2001 20:27:02 -0500
1332 Message-Id: <20011113202702.D32567@blackrider>
1334 ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
1335 ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
1336 ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
1337 ! ext/IO/lib/IO/t/io_xs.t vms/test.com
1338 ____________________________________________________________________________
1339 [ 12983] By: ams on 2001/11/14 00:00:27
1340 Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
1341 From: Michael G Schwern <schwern@pobox.com>
1342 Date: Tue, 13 Nov 2001 19:51:59 -0500
1343 Message-Id: <20011113195159.B32567@blackrider>
1346 ____________________________________________________________________________
1347 [ 12982] By: ams on 2001/11/13 23:53:11
1348 Log: Subject: [PATCH pod/perlapio.pod double-word fix]
1349 From: Larry Shatzer <fugazi@zippy.zyx.net>
1350 Date: Tue, 13 Nov 2001 17:27:59 -0700
1351 Message-Id: <20011113172759.E27768@zippy.zyx.net>
1354 ____________________________________________________________________________
1355 [ 12981] By: jhi on 2001/11/13 22:50:27
1356 Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
1357 "large enough" Unicode characters returned more than one
1358 as their "Unicode size".
1360 ! pp_sys.c t/io/utf8.t
1361 ____________________________________________________________________________
1362 [ 12980] By: ams on 2001/11/13 19:32:33
1363 Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
1364 From: "Craig A. Berry" <craigberry@mac.com>
1365 Date: Tue, 13 Nov 2001 14:33:25 -0600
1366 Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
1369 ____________________________________________________________________________
1370 [ 12979] By: jhi on 2001/11/13 18:10:15
1371 Log: Subject: Minor patch to Encode.pm (detypo)
1372 From: "Philip Newton" <Philip.Newton@gmx.net>
1373 Date: Tue, 13 Nov 2001 20:11:01 +0100
1374 Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
1376 ! ext/Encode/Encode.pm
1377 ____________________________________________________________________________
1378 [ 12978] By: jhi on 2001/11/13 17:55:02
1379 Log: Evil tabulators.
1381 ! ext/Encode/Encode.pm
1382 ____________________________________________________________________________
1383 [ 12977] By: jhi on 2001/11/13 17:52:17
1384 Log: Document the available encodings.
1386 ! ext/Encode/Encode.pm
1387 ____________________________________________________________________________
1388 [ 12976] By: ams on 2001/11/13 17:14:07
1389 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
1390 From: Barrie Slaymaker <barries@slaysys.com>
1391 Date: Tue, 13 Nov 2001 12:41:36 -0500
1392 Message-Id: <20011113124133.C24305@sizzle.whoville.com>
1395 ____________________________________________________________________________
1396 [ 12975] By: ams on 2001/11/13 16:24:21
1397 Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
1398 From: Barrie Slaymaker <barries@slaysys.com>
1399 Date: Tue, 13 Nov 2001 10:56:20 -0500
1400 Message-Id: <20011113105620.B24192@sizzle.whoville.com>
1401 (Test applied with minor tweaks and ->isa("HASH") omission.)
1403 ! lib/UNIVERSAL.pm t/op/universal.t
1404 ____________________________________________________________________________
1405 [ 12974] By: ams on 2001/11/13 15:46:07
1406 Log: Subject: [PATCH Benchmark.pm] docco tweaks
1407 From: Barrie Slaymaker <barries@slaysys.com>
1408 Date: Tue, 13 Nov 2001 11:34:45 -0500
1409 Message-Id: <20011113113442.B24305@sizzle.whoville.com>
1412 ____________________________________________________________________________
1413 [ 12973] By: jhi on 2001/11/13 13:42:40
1414 Log: Subject: [PATCH] Attack of the C loops, round 1
1415 From: Richard Soderberg <rs@oregonnet.com>
1416 Date: Mon, 12 Nov 2001 12:07:29 -0800
1417 Message-Id: <200111122007.MAA01994@oregonnet.com>
1419 Subject: [PATCH] bytecode.pl (tiny patch)
1420 From: Richard Soderberg <rs@oregonnet.com>
1421 Date: Mon, 12 Nov 2001 12:53:24 -0800
1422 Message-Id: <200111122053.MAA06272@oregonnet.com>
1424 ! bytecode.pl installhtml
1425 ____________________________________________________________________________
1426 [ 12972] By: jhi on 2001/11/13 13:41:02
1427 Log: Subject: [PATCH] Update to Filter::Util::Call
1428 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1429 Date: Sun, 11 Nov 2001 22:33:33 -0000
1430 Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
1432 Use the new CXT* macros.
1434 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1435 ____________________________________________________________________________
1436 [ 12971] By: jhi on 2001/11/13 13:31:34
1437 Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS
1438 From: Michael G Schwern <schwern@pobox.com>
1439 Date: Mon, 12 Nov 2001 20:50:34 -0500
1440 Message-ID: <20011112205034.H2888@blackrider>
1442 + lib/vmsish.pm lib/vmsish.t
1443 - vms/ext/vmsish.pm vms/ext/vmsish.t
1444 ! MANIFEST vms/descrip_mms.template
1445 ____________________________________________________________________________
1446 [ 12970] By: jhi on 2001/11/13 13:09:23
1447 Log: :utf8 works only with perlio.
1450 ____________________________________________________________________________
1451 [ 12969] By: jhi on 2001/11/13 13:03:36
1452 Log: Subject: Re: @Config -"des" not quite working on VMS
1453 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1454 Date: Tue, 13 Nov 2001 08:35:13 EST
1455 Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
1458 ____________________________________________________________________________
1459 [ 12968] By: jhi on 2001/11/13 12:59:11
1460 Log: Subject: [PATCH] lib/charnames.pm
1461 From: Jeffrey Friedl <jfriedl@yahoo.com>
1462 Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST)
1463 Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
1466 ____________________________________________________________________________
1467 [ 12967] By: pudge on 2001/11/13 05:44:13
1468 Log: Docs for Mac::err.
1469 Branch: maint-5.6/macperl
1470 ! macos/ext/Mac/err/err.pm
1471 ____________________________________________________________________________
1472 [ 12966] By: pudge on 2001/11/13 05:43:58
1473 Log: Some cleanup; change some globals to references for
1474 possible persistence later.
1475 Branch: maint-5.6/macperl
1476 ! macos/lib/Mac/Glue.pm
1477 ____________________________________________________________________________
1478 [ 12965] By: pudge on 2001/11/13 05:42:59
1479 Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
1480 Branch: maint-5.6/macperl
1481 ! macos/ext/Mac/Files/Files.pm
1482 ____________________________________________________________________________
1483 [ 12964] By: pudge on 2001/11/13 05:42:35
1484 Log: Get Mac::Navigation to compile (bug #464684).
1485 Branch: maint-5.6/macperl
1486 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
1487 ! macos/ext/Mac/Navigation/Makefile.PL
1488 ! macos/ext/Mac/Navigation/Navigation.xs
1489 ! macos/macperl/Makefile.mk
1490 ____________________________________________________________________________
1491 [ 12963] By: pudge on 2001/11/13 05:41:12
1492 Log: Add in modules and POD to help menu.
1493 Branch: maint-5.6/macperl
1494 ! macos/macperl/MacPerl.podhelp
1495 ____________________________________________________________________________
1496 [ 12962] By: pudge on 2001/11/13 05:28:18
1497 Log: Update bundled modules.
1498 Branch: maint-5.6/macperl
1499 + macos/bundled_ext/Filter/t/FilterTest.pm
1500 + macos/bundled_ext/List/Util/t/shuffle.t
1501 + macos/bundled_ext/Storable/t/compat06.t
1502 + macos/bundled_ext/Storable/t/st-dump.pl
1503 + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
1504 + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
1505 + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
1506 + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
1507 + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
1508 + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
1509 + macos/bundled_lib/blib/lib/lwpcook.pod
1510 + macos/bundled_lib/t/Filter/Simple/filter.t
1511 + macos/bundled_lib/t/Switch/t/given.t
1512 + macos/bundled_lib/t/Switch/t/nested.t
1513 + macos/bundled_lib/t/Switch/t/switch.t
1514 + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
1515 + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
1516 + macos/bundled_lib/t/Text/Balanced/t/extdel.t
1517 + macos/bundled_lib/t/Text/Balanced/t/extmul.t
1518 + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
1519 + macos/bundled_lib/t/Text/Balanced/t/exttag.t
1520 + macos/bundled_lib/t/Text/Balanced/t/extvar.t
1521 + macos/bundled_lib/t/Text/Balanced/t/gentag.t
1522 + macos/bundled_lib/t/URI/rfc2732.t
1523 + macos/bundled_lib/t/libnet/config.t
1524 + macos/bundled_lib/t/libnet/libnet_t.pl
1525 + macos/bundled_lib/t/libwww-perl/live/google.t
1526 + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
1527 + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
1528 + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
1529 + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
1530 + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
1531 + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
1532 + macos/bundled_lib/t/libwww-perl/live/validator.t
1533 - macos/bundled_ext/Filter/t/MyFilter.pm
1534 - macos/bundled_ext/Storable/t/compat-0.6.t
1535 - macos/bundled_ext/Storable/t/dump.pl
1536 - macos/bundled_ext/Time/Piece/Makefile.PL
1537 - macos/bundled_ext/Time/Piece/Piece.pm
1538 - macos/bundled_ext/Time/Piece/Piece.t
1539 - macos/bundled_ext/Time/Piece/Piece.xs
1540 - macos/bundled_ext/Time/Piece/README
1541 - macos/bundled_ext/Time/Piece/Seconds.pm
1542 - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
1543 - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
1544 - macos/bundled_lib/blib/lib/Net/PH.pm
1545 - macos/bundled_lib/blib/lib/Net/SNPP.pm
1546 - macos/bundled_lib/blib/lib/Text/Balanced.pod
1547 - macos/bundled_lib/t/Filter/Simple/test.pl
1548 - macos/bundled_lib/t/Switch/test.pl
1549 - macos/bundled_lib/t/Text/Balanced/t/genxt.t
1550 - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
1551 - macos/bundled_lib/t/Text/Balanced/t/xcode.t
1552 - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
1553 - macos/bundled_lib/t/Text/Balanced/t/xmult.t
1554 - macos/bundled_lib/t/Text/Balanced/t/xquot.t
1555 - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
1556 - macos/bundled_lib/t/Text/Balanced/t/xvari.t
1557 - macos/bundled_lib/t/libnet/ph.t
1559 ____________________________________________________________________________
1560 [ 12961] By: ams on 2001/11/13 00:45:08
1561 Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
1562 From: Michael G Schwern <schwern@pobox.com>
1563 Date: Mon, 12 Nov 2001 20:16:45 -0500
1564 Message-Id: <20011112201644.G2888@blackrider>
1567 ____________________________________________________________________________
1568 [ 12960] By: ams on 2001/11/12 23:54:00
1569 Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
1570 Recoving dup tests for VMS
1571 From: Michael G Schwern <schwern@pobox.com>
1572 Date: Mon, 12 Nov 2001 19:35:33 -0500
1573 Message-Id: <20011112193533.D2888@blackrider>
1575 ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
1576 ____________________________________________________________________________
1577 [ 12959] By: jhi on 2001/11/12 20:23:59
1578 Log: Update Changes.
1580 ! Changes patchlevel.h
1581 ____________________________________________________________________________
1582 [ 12958] By: jhi on 2001/11/12 16:33:01
1583 Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS
1584 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1585 Date: Mon, 12 Nov 2001 12:35:18 EST
1586 Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
1588 ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
1589 ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
1590 ____________________________________________________________________________
1591 [ 12957] By: jhi on 2001/11/12 15:26:37
1592 Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
1593 From: Barrie Slaymaker <barries@slaysys.com>
1594 Date: Mon, 12 Nov 2001 11:19:52 -0500
1595 Message-ID: <20011112111948.C7626@sizzle.whoville.com>
1597 ! lib/File/Spec.t lib/File/Spec/Win32.pm
1598 ____________________________________________________________________________
1599 [ 12956] By: jhi on 2001/11/12 15:23:48
1600 Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
1601 From: Barrie Slaymaker <barries@slaysys.com>
1602 Date: Mon, 12 Nov 2001 11:07:36 -0500
1603 Message-ID: <20011112110733.B7626@sizzle.whoville.com>
1606 ____________________________________________________________________________
1607 [ 12955] By: jhi on 2001/11/12 15:22:23
1608 Log: Misplaced test, noticed by Barrie Slaymaker.
1609 (We are missing Benchmark tests, then.)
1611 + ext/Devel/DProf/DProf.t
1614 ____________________________________________________________________________
1615 [ 12954] By: jhi on 2001/11/12 14:50:44
1616 Log: Subject: [PATCH] a few typo fixes
1617 From: Jeffrey Friedl <jfriedl@yahoo.com>
1618 Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
1619 Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
1621 Patching README.foo instead of pod/perlfoo.pod,
1622 not patching Math::BigInt (Tels will take care of that),
1623 dropping broken hv.c and sv.h patches, patching libnetcfg.PL
1624 and perldoc.PL instead of libnetcfg and perldoc, patching
1625 ext/Digest/MD5/t/files.t since MD5.pm was changed.
1628 ____________________________________________________________________________
1629 [ 12953] By: jhi on 2001/11/12 13:11:55
1630 Log: Add a note about the dangers of bad UTF-8.
1632 ! pod/perlunicode.pod
1633 ____________________________________________________________________________
1634 [ 12952] By: jhi on 2001/11/12 12:54:52
1635 Log: NetWare Nit from Ananth Kesari.
1638 ____________________________________________________________________________
1639 [ 12951] By: jhi on 2001/11/12 12:32:13
1640 Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950.
1642 ! ext/Encode/Encode.pm
1643 ____________________________________________________________________________
1644 [ 12950] By: jhi on 2001/11/12 12:14:53
1645 Log: (retracted by #12951)
1647 ! ext/Encode/Encode.pm
1648 ____________________________________________________________________________
1649 [ 12949] By: ams on 2001/11/12 06:40:18
1650 Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
1651 From: Robert Spier <rspier@pobox.com>
1652 Date: Sun, 11 Nov 2001 18:50:18 -0800
1653 Message-Id: <15343.14570.121505.233336@rls.cx>
1655 Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
1656 From: Rick Delaney <rick.delaney@home.com>
1657 Date: 12 Nov 2001 00:15:52 -0500
1658 Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
1660 ! pp_hot.c t/op/taint.t
1661 ____________________________________________________________________________
1662 [ 12948] By: jhi on 2001/11/12 01:23:58
1663 Log: It seems that we actually have this detail implemented
1664 as for as Level 1 Support of Unicode regex support is
1665 concerned: at Level 1 only 1:1 support for loose
1666 (aka caseless, aka caseigoring ) matching is required.
1668 ! pod/perlunicode.pod
1669 ____________________________________________________________________________
1670 [ 12947] By: jhi on 2001/11/11 21:41:44
1671 Log: (retracted by #12951)
1673 ! ext/Encode/Encode.pm
1674 ____________________________________________________________________________
1675 [ 12946] By: jhi on 2001/11/11 21:09:31
1678 ! pod/perlunicode.pod
1679 ____________________________________________________________________________
1680 [ 12945] By: jhi on 2001/11/11 21:07:18
1681 Log: Upgrade to Math::BigInt 1.46.
1683 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1684 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1685 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1686 ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
1687 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1688 ____________________________________________________________________________
1689 [ 12944] By: jhi on 2001/11/11 18:52:22
1690 Log: Subject: Re: PERFORCE change 12943 for review
1691 From: "Philip Newton" <Philip.Newton@gmx.net>
1692 Date: Sun, 11 Nov 2001 20:53:36 +0100
1693 Message-ID: <20011111.204950@ID-11583.news.dfncis.de>
1695 ! pod/perlunicode.pod
1696 ____________________________________________________________________________
1697 [ 12943] By: jhi on 2001/11/11 18:00:03
1698 Log: Doc updates; make the Unicode discussions a little
1699 bit less alarming, and add information about encodings,
1700 surrogates, and BOMs.
1702 ! pod/perlunicode.pod
1703 ____________________________________________________________________________
1704 [ 12942] By: ams on 2001/11/11 16:45:00
1705 Log: Subject: [PATCH @12917] Unicode::Collate v0.09
1706 From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
1707 Date: Mon, 12 Nov 2001 00:22:57 +0900
1708 Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
1710 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1711 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1712 ____________________________________________________________________________
1713 [ 12941] By: ams on 2001/11/11 13:01:40
1714 Log: Subject: Re: PERFORCE change 12929 for review
1715 From: "Philip Newton" <Philip.Newton@gmx.net>
1716 Date: Sun, 11 Nov 2001 14:27:44 +0100
1717 Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
1720 ____________________________________________________________________________
1721 [ 12940] By: ams on 2001/11/11 05:06:43
1722 Log: Subject: [PATCH t/op/chdir.t] %ENV protection
1723 From: Michael G Schwern <schwern@pobox.com>
1724 Date: Thu, 8 Nov 2001 22:56:45 -0500
1725 Message-Id: <20011108225645.H5587@blackrider>
1728 ____________________________________________________________________________
1729 [ 12939] By: ams on 2001/11/11 05:01:00
1730 Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
1731 From: Michael G Schwern <schwern@pobox.com>
1732 Date: Sun, 11 Nov 2001 00:54:43 -0500
1733 Message-Id: <20011111005443.A24450@blackrider>
1736 ____________________________________________________________________________
1737 [ 12938] By: ams on 2001/11/11 03:25:13
1738 Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
1739 (was Re: [ID 20011110.104] File::stat vs. $! conflict)
1740 From: "chromatic" <chromatic@rmci.net>
1741 Date: Sat, 10 Nov 2001 21:03:20 -0700
1742 Message-Id: <20011111041025.12984.qmail@onion.perl.org>
1744 ! lib/File/stat.pm lib/File/stat.t
1745 ____________________________________________________________________________
1746 [ 12937] By: ams on 2001/11/11 02:05:23
1747 Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
1748 From: "Craig A. Berry" <craigberry@mac.com>
1749 Date: Sat, 10 Nov 2001 17:23:52 -0600
1750 Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
1753 ____________________________________________________________________________
1754 [ 12936] By: jhi on 2001/11/10 18:55:21
1755 Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x.
1757 ! lib/open.pm lib/open.t
1758 ____________________________________________________________________________
1759 [ 12935] By: jhi on 2001/11/10 17:47:21
1760 Log: The Official name of ASCII.
1762 ! ext/Encode/Encode.pm
1763 ____________________________________________________________________________
1764 [ 12934] By: jhi on 2001/11/10 17:44:27
1765 Log: The KOI8-R example wasn't quite right.
1767 ! lib/open.pm lib/open.t
1768 ____________________________________________________________________________
1769 [ 12933] By: jhi on 2001/11/10 17:30:52
1770 Log: Enhance the open pragma to support :utf8, :locale,
1771 and :encoding directly as special cases, and rename
1774 ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
1775 ____________________________________________________________________________
1776 [ 12932] By: jhi on 2001/11/10 15:15:29
1777 Log: Document the UTF-16 surrogate encoding and decoding.
1779 ! ext/Encode/Encode.pm
1780 ____________________________________________________________________________
1781 [ 12931] By: jhi on 2001/11/10 15:05:56
1782 Log: A potential recursion breaker.
1785 ____________________________________________________________________________
1786 [ 12930] By: ams on 2001/11/10 07:46:53
1787 Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
1788 (was Re: perl@12892)
1789 From: "chromatic" <chromatic@rmci.net>
1790 Date: Sat, 10 Nov 2001 01:28:09 -0700
1791 Message-Id: <20011110083514.86488.qmail@onion.perl.org>
1793 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
1794 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
1795 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
1796 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
1797 ____________________________________________________________________________
1798 [ 12929] By: jhi on 2001/11/10 06:38:07
1799 Log: Add a test for the bytes pragma.
1803 ____________________________________________________________________________
1804 [ 12928] By: jhi on 2001/11/10 06:10:39
1808 ____________________________________________________________________________
1809 [ 12927] By: jhi on 2001/11/10 04:19:44
1810 Log: Cease to exist.
1812 - lib/Unicode/Normalize.pm
1813 ____________________________________________________________________________
1814 [ 12926] By: ams on 2001/11/10 03:23:16
1815 Log: Subject: [patch] my_setenv speedup + fixes
1816 From: Doug MacEachern <dougm@covalent.net>
1817 Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
1818 Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
1821 ____________________________________________________________________________
1822 [ 12925] By: jhi on 2001/11/10 01:55:13
1823 Log: Newline trouble.
1825 ! lib/ExtUtils/Embed.t
1826 ____________________________________________________________________________
1827 [ 12924] By: jhi on 2001/11/10 01:42:29
1828 Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
1829 From: "Craig A. Berry" <craigberry@mac.com>
1830 Date: Fri, 09 Nov 2001 18:13:16 -0600
1831 Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
1834 ____________________________________________________________________________
1835 [ 12923] By: jhi on 2001/11/10 01:39:01
1836 Log: Subject: [PATCH] new tests for swiches -n -p -a -F
1837 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1838 Date: Sat, 10 Nov 2001 00:10:45 +0100
1839 Message-ID: <20011110001045.A11945@rafael>
1841 + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
1842 + t/run/switchn.t t/run/switchp.t
1844 ____________________________________________________________________________
1845 [ 12922] By: jhi on 2001/11/10 01:34:51
1846 Log: Subject: [PATCH] some tests not cleaning up properly
1847 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1848 Date: Fri, 9 Nov 2001 22:13:10 +0100
1849 Message-ID: <20011109221310.A11115@rafael>
1851 ! ext/Cwd/t/cwd.t t/io/argv.t
1852 ____________________________________________________________________________
1853 [ 12921] By: jhi on 2001/11/10 01:32:52
1854 Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS
1855 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1856 Date: Fri, 9 Nov 2001 15:07:19 EST
1857 Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
1859 ! lib/ExtUtils/Embed.t
1860 ____________________________________________________________________________
1861 [ 12920] By: dougm on 2001/11/10 00:34:50
1862 Log: when PERL_USE_SAFE_PUTENV is defined environ will not
1863 have been copied so it shouldn't be freed in perl_destruct()
1866 ____________________________________________________________________________
1867 [ 12919] By: ams on 2001/11/09 15:36:22
1868 Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
1869 From: Michael G Schwern <schwern@pobox.com>
1870 Date: Fri, 9 Nov 2001 00:38:59 -0500
1871 Message-Id: <20011109003859.K5587@blackrider>
1872 (Applied with directory name changes suggested by Craig Berry.)
1875 ____________________________________________________________________________
1876 [ 12918] By: ams on 2001/11/09 15:29:15
1877 Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
1878 From: Michael G Schwern <schwern@pobox.com>
1879 Date: Fri, 9 Nov 2001 01:44:14 -0500
1880 Message-Id: <20011109014414.N5587@blackrider>
1882 ! vms/ext/filespec.t
1883 ____________________________________________________________________________
1884 [ 12917] By: jhi on 2001/11/09 14:39:14
1885 Log: Update Changes.
1887 ! Changes patchlevel.h
1888 ____________________________________________________________________________
1889 [ 12916] By: jhi on 2001/11/09 14:33:39
1893 ____________________________________________________________________________
1894 [ 12915] By: jhi on 2001/11/09 14:08:30
1895 Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
1896 see http://www.jepstone.net/bjepson//jpl/cvs.html
1898 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1899 ____________________________________________________________________________
1900 [ 12914] By: ams on 2001/11/09 14:05:12
1901 Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
1902 From: Michael G Schwern <schwern@pobox.com>
1903 Date: Thu, 8 Nov 2001 22:05:49 -0500
1904 Message-Id: <20011108220549.F5587@blackrider>
1907 ____________________________________________________________________________
1908 [ 12913] By: jhi on 2001/11/09 13:54:23
1909 Log: NetWare update from Ananth Kesari.
1911 ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
1912 ____________________________________________________________________________
1913 [ 12912] By: ams on 2001/11/09 13:40:26
1914 Log: Subject: [PATCH ID 20011109.100] #!perl -F...
1915 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1916 Date: Fri, 9 Nov 2001 14:32:28 +0100
1917 Message-Id: <20011109143228.A18996@rafael>
1920 ____________________________________________________________________________
1921 [ 12911] By: jhi on 2001/11/09 13:37:01
1924 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1925 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1926 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
1927 ____________________________________________________________________________
1928 [ 12910] By: ams on 2001/11/09 07:33:49
1929 Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
1930 From: Michael G Schwern <schwern@pobox.com>
1931 Date: Fri, 9 Nov 2001 00:41:56 -0500
1932 Message-Id: <20011109004156.L5587@blackrider>
1934 ! lib/File/Find/t/find.t
1935 ____________________________________________________________________________
1936 [ 12909] By: jhi on 2001/11/09 00:23:40
1937 Log: Upgrade to Unicode::Normalize 0.10, now in XS.
1938 The CPAN distribution has both pm and XS implementations,
1939 and for performance reasons we choose the XS.
1940 Another reason to choose the XS is that it doesn't
1941 require Lingua::KO::Hangul::Util, which means that
1942 we can delete that-- which in turn means that Unicode::UCD
1943 cannot expect that: support it, but don't expect.
1944 Ditto Unicode::Collate.
1946 Note that Unicode::Normalize Makefile.PL and
1947 Normalize.xs have been modified from the CPAN 0.10
1948 versions: the first one to be simpler (no pm) and
1949 clean up the generated unf*.h files, the second one
1950 to quench compiler grumblings. Must notify Sadahiro
1951 about these changes.
1953 + ext/Unicode/Normalize/Changes
1954 + ext/Unicode/Normalize/Makefile.PL
1955 + ext/Unicode/Normalize/Normalize.pm
1956 + ext/Unicode/Normalize/Normalize.pod
1957 + ext/Unicode/Normalize/Normalize.xs
1958 + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1959 + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
1960 + ext/Unicode/Normalize/t/test.t
1961 - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1962 - lib/Lingua/KO/Hangul/Util/README
1963 - lib/Lingua/KO/Hangul/Util/t/test.t
1964 - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
1965 - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
1966 ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
1967 ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
1968 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
1970 ____________________________________________________________________________
1971 [ 12908] By: jhi on 2001/11/08 23:49:42
1972 Log: Test miscounting.
1974 ! ext/POSIX/t/posix.t
1975 ____________________________________________________________________________
1976 [ 12907] By: jhi on 2001/11/08 22:06:31
1977 Log: Quote the variables in failures messages more nicely.
1980 ____________________________________________________________________________
1981 [ 12906] By: jhi on 2001/11/08 21:55:32
1982 Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1983 From: Michael G Schwern <schwern@pobox.com>
1984 Date: Thu, 8 Nov 2001 17:24:49 -0500
1985 Message-ID: <20011108172449.A5587@blackrider>
1987 Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
1988 From: "Craig A. Berry" <craigberry@mac.com>
1989 Date: Thu, 8 Nov 2001 16:35:00 -0600
1990 Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
1992 ! ext/POSIX/t/posix.t t/test.pl vms/test.com
1993 ____________________________________________________________________________
1994 [ 12905] By: jhi on 2001/11/08 21:51:51
1995 Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
1996 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
1997 Date: Thu, 8 Nov 2001 22:52:50 -0000
1998 Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
2000 ! ext/DB_File/t/db-recno.t
2001 ____________________________________________________________________________
2002 [ 12904] By: jhi on 2001/11/08 21:49:20
2003 Log: Unicode::UCD is not yet supported in EBCDIC platforms.
2004 (Probably not an EBCDIC issue the way one would think
2005 since no chr() et alia are used in UCD.pm.)
2007 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2008 ____________________________________________________________________________
2009 [ 12903] By: jhi on 2001/11/08 15:16:49
2010 Log: Whether overwriting the $self->{...} values (see #12902)
2011 is a good policy or not is debatable, but let's at least
2014 ! lib/ExtUtils/MM_Unix.pm
2015 ____________________________________________________________________________
2016 [ 12902] By: jhi on 2001/11/08 15:13:15
2017 Log: The MakeMaker argument () quoting patch that sneaked
2018 in at #12883 didn't handle make macros like this $(...).
2019 Leaning toothpicks, we've got them.
2021 ! lib/ExtUtils/MM_Unix.pm
2022 ____________________________________________________________________________
2023 [ 12901] By: jhi on 2001/11/08 14:28:38
2024 Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
2025 From: Michael G Schwern <schwern@pobox.com>
2026 Date: Wed, 7 Nov 2001 02:02:29 -0500
2027 Message-ID: <20011107020229.K2858@blackrider>
2029 ! t/io/argv.t t/test.pl vms/test.com
2030 ____________________________________________________________________________
2031 [ 12900] By: jhi on 2001/11/08 14:14:40
2032 Log: Subject: [PATCH 20011106.084] -s on #! line
2033 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2034 Date: Wed, 7 Nov 2001 22:23:39 +0100
2035 Message-ID: <20011107222339.E729@rafael>
2037 ! embed.h embed.pl perl.c proto.h toke.c
2038 ____________________________________________________________________________
2039 [ 12899] By: jhi on 2001/11/08 13:46:02
2040 Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
2041 From: Michael G Schwern <schwern@pobox.com>
2042 Date: Wed, 7 Nov 2001 16:52:49 -0500
2043 Message-ID: <20011107165249.I7346@blackrider>
2046 ____________________________________________________________________________
2047 [ 12898] By: ams on 2001/11/08 13:02:19
2048 Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
2049 From: Mark-Jason Dominus <mjd@plover.com>
2050 Date: Thu, 08 Nov 2001 08:59:02 -0500
2051 Message-Id: <20011108135902.2275.qmail@plover.com>
2053 ! INSTALL README README.amiga README.os2 README.vms
2054 ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
2055 ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
2056 ____________________________________________________________________________
2057 [ 12897] By: ams on 2001/11/08 12:49:28
2058 Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
2059 From: mjd@plover.com
2060 Date: 8 Nov 2001 13:33:18 -0000
2061 Message-Id: <20011108133318.1786.qmail@plover.com>
2063 ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
2064 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2065 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2066 ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
2067 ! pod/perlport.pod pod/perlvar.pod
2068 ____________________________________________________________________________
2069 [ 12896] By: ams on 2001/11/08 11:22:12
2070 Log: open(FH, $file) should strip leading and trailing whitespace.
2073 ____________________________________________________________________________
2074 [ 12895] By: ams on 2001/11/08 10:17:14
2075 Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
2076 From: "Craig A. Berry" <craigberry@mac.com>
2077 Date: Wed, 07 Nov 2001 13:41:50 -0600
2078 Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
2081 ____________________________________________________________________________
2082 [ 12894] By: ams on 2001/11/08 08:32:20
2083 Log: Subject: [ID 20011108.092] makedepend bug with new gcc
2084 From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
2085 Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
2086 Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
2089 ____________________________________________________________________________
2090 [ 12893] By: ams on 2001/11/08 08:26:31
2091 Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
2092 From: mjd@plover.com
2093 Date: 8 Nov 2001 08:08:07 -0000
2094 Message-Id: <20011108080807.30147.qmail@plover.com>
2096 Subject: bleadperl perl.pod
2097 From: mjd@plover.com
2098 Date: 8 Nov 2001 08:10:47 -0000
2099 Message-Id: <20011108081047.30178.qmail@plover.com>
2101 Subject: more bleadperl perl.pod
2102 From: mjd@plover.com
2103 Date: 8 Nov 2001 08:16:28 -0000
2104 Message-Id: <20011108081628.30229.qmail@plover.com>
2106 ! pod/perl.pod pod/perldebug.pod
2107 ____________________________________________________________________________
2108 [ 12892] By: jhi on 2001/11/07 16:01:37
2109 Log: Tweak for Cray-friendliness from Nicholas Clark.
2112 ____________________________________________________________________________
2113 [ 12891] By: jhi on 2001/11/07 15:54:24
2114 Log: VMS patch redo from Charles Lane.
2117 ____________________________________________________________________________
2118 [ 12890] By: ams on 2001/11/07 15:16:10
2119 Log: Subject: [ID 20011107.088] two perl pod nits
2120 From: lvirden@cas.org
2121 Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
2122 Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
2124 ! pod/perl.pod pod/perlfaq3.pod
2125 ____________________________________________________________________________
2126 [ 12889] By: jhi on 2001/11/07 15:07:18
2127 Log: Update Changes.
2129 ! Changes patchlevel.h
2130 ____________________________________________________________________________
2131 [ 12888] By: jhi on 2001/11/07 14:26:42
2132 Log: The (emulated) "no utf8" must be in a BEGIN block
2136 ____________________________________________________________________________
2137 [ 12887] By: jhi on 2001/11/07 13:52:58
2138 Log: "v-strings" is the right term.
2141 ____________________________________________________________________________
2142 [ 12886] By: jhi on 2001/11/07 13:48:36
2143 Log: Add vstrings-as-objects need to perltodo.
2146 ____________________________________________________________________________
2147 [ 12885] By: jhi on 2001/11/07 13:43:33
2148 Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
2149 From: Nicholas Clark <nick@ccl4.org>
2150 Date: Wed, 7 Nov 2001 14:36:32 +0000
2151 Message-ID: <20011107143631.I24980@plum.flirble.org>
2154 ____________________________________________________________________________
2155 [ 12884] By: jhi on 2001/11/07 13:34:44
2156 Log: The Embed test requires a major rewrite for VMS
2157 (plus it reveals a couple of annoying glitches
2158 in buffering), so skip the test for now; from
2161 ! lib/ExtUtils/Embed.t
2162 ____________________________________________________________________________
2163 [ 12883] By: jhi on 2001/11/07 13:33:16
2164 Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
2165 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2166 Date: Wed, 7 Nov 2001 09:23:28 EST
2167 Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
2169 ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
2170 ____________________________________________________________________________
2171 [ 12882] By: ams on 2001/11/07 05:14:04
2172 Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
2173 From: Mark-Jason Dominus <mjd@plover.com>
2174 Date: Wed, 07 Nov 2001 00:43:46 -0500
2175 Message-Id: <20011107054346.14428.qmail@plover.com>
2178 ____________________________________________________________________________
2179 [ 12881] By: jhi on 2001/11/07 03:33:08
2180 Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts
2181 From: Michael G Schwern <schwern@pobox.com>
2182 Date: Tue, 6 Nov 2001 22:04:39 -0500
2183 Message-ID: <20011106220439.D2858@blackrider>
2186 ____________________________________________________________________________
2187 [ 12880] By: jhi on 2001/11/07 01:35:30
2188 Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
2190 From: Jonathan Stowe <gellyfish@gellyfish.com>
2191 Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
2192 Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
2194 (except for one hunk where indentation differs)
2197 ____________________________________________________________________________
2198 [ 12879] By: jhi on 2001/11/07 01:22:40
2199 Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
2200 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2201 Date: Tue, 6 Nov 2001 21:45:01 +0100
2202 Message-ID: <20011106214501.A704@rafael>
2204 ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
2205 ! lib/File/Spec/Win32.pm
2206 ____________________________________________________________________________
2207 [ 12878] By: jhi on 2001/11/07 01:06:41
2208 Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test()
2209 From: Michael G Schwern <schwern@pobox.com>
2210 Date: Tue, 6 Nov 2001 20:58:45 -0500
2211 Message-ID: <20011106205845.G29411@blackrider>
2214 ____________________________________________________________________________
2215 [ 12877] By: jhi on 2001/11/07 01:01:18
2216 Log: Subject: making do_sprintf public
2217 From: Doug MacEachern <dougm@covalent.net>
2218 Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
2219 Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
2221 ! embed.h embed.pl global.sym
2222 ____________________________________________________________________________
2223 [ 12876] By: jhi on 2001/11/06 22:12:28
2224 Log: Update to CGI.pm 2.78.
2226 TODO: the test suite needs to be merged so that
2227 when in core, the core version is tested, and when
2228 using the CPAN version, testing the CPAN version.
2229 (the changes need to be sent to Lincoln, too...)
2231 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
2232 ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
2233 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
2234 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
2235 ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
2236 ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
2237 ____________________________________________________________________________
2238 [ 12875] By: jhi on 2001/11/06 22:10:03
2239 Log: Integrate with perlio; (strictly) readonly hashes via XS.
2242 !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
2243 ____________________________________________________________________________
2244 [ 12874] By: nick on 2001/11/06 21:05:16
2245 Log: Keep It Simple and Stupid version of readonly hash support.
2246 - Test for SvREAONLY(hv) at a few spots in hv.c
2247 - add the error message to perldiag.pod
2248 - (dubious) add access::readonly() to univeral.c
2249 - add test using above
2250 - fixup ext/B/t/stash.t to account for access:: existing
2253 ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
2254 ____________________________________________________________________________
2255 [ 12873] By: jhi on 2001/11/06 17:07:50
2256 Log: Fix incorrect warnings about broken globbing;
2257 from Andy Dougherty.
2260 ____________________________________________________________________________
2261 [ 12872] By: jhi on 2001/11/06 15:18:41
2262 Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8
2263 toggle-on from the encoding pragma.
2265 ! regcomp.c regexec.c
2266 ____________________________________________________________________________
2267 [ 12871] By: jhi on 2001/11/06 13:19:46
2268 Log: Retract #12824, doesn't help and is ignored
2269 by Configure anyway.
2272 ____________________________________________________________________________
2273 [ 12870] By: ams on 2001/11/06 10:40:37
2274 Log: Subject: Cosmetic change
2275 From: H.Merijn Brand <h.m.brand@hccnet.nl>
2276 Date: Tue, 06 Nov 2001 12:30:52 +0100
2277 Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
2280 ____________________________________________________________________________
2281 [ 12869] By: nick on 2001/11/06 08:26:40
2282 Log: Integrate mainline
2284 !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
2285 !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
2286 ____________________________________________________________________________
2287 [ 12868] By: jhi on 2001/11/06 03:15:50
2288 Log: The parentheses are protected enough.
2291 ____________________________________________________________________________
2292 [ 12867] By: jhi on 2001/11/06 03:13:50
2293 Log: ccflags, not ldflags.
2296 ____________________________________________________________________________
2297 [ 12866] By: jhi on 2001/11/06 03:12:57
2298 Log: ... and the proto to go with #12865.
2301 ____________________________________________________________________________
2302 [ 12865] By: jhi on 2001/11/06 03:11:12
2303 Log: Oops. Luckily nothing was using this symbol yet.
2306 ____________________________________________________________________________
2307 [ 12864] By: jhi on 2001/11/06 03:05:34
2308 Log: Implement the encoding pragma for regex literals.
2310 ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
2311 ____________________________________________________________________________
2312 [ 12863] By: jhi on 2001/11/06 01:01:49
2313 Log: More UTF8 EXACT fixing.
2316 ____________________________________________________________________________
2317 [ 12862] By: jhi on 2001/11/06 00:05:19
2318 Log: More re debugging.
2321 ____________________________________________________________________________
2322 [ 12861] By: jhi on 2001/11/05 23:24:24
2323 Log: EXACT correction attempt. Continued in #12863.
2326 ____________________________________________________________________________
2327 [ 12860] By: jhi on 2001/11/05 22:57:04
2328 Log: Unterminated L<.
2330 ! ext/DB_File/DB_File.pm
2331 ____________________________________________________________________________
2332 [ 12859] By: nick on 2001/11/05 19:15:17
2333 Log: Integrate mainline
2335 +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2336 +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2337 +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
2338 +> lib/Math/BigInt/t/sub_mbi.t
2339 - lib/Math/BigInt/t/Math/Subclass.pm
2340 - lib/Math/BigInt/t/subclass.t
2341 !> (integrate 30 files)
2342 ____________________________________________________________________________
2343 [ 12858] By: jhi on 2001/11/05 17:05:38
2344 Log: Regex debugging fixes from Hugo.
2346 ! regcomp.c regexec.c
2347 ____________________________________________________________________________
2348 [ 12857] By: jhi on 2001/11/05 16:09:51
2349 Log: IRIX: at some point the cc -version has started
2350 to output to stderr, not stdout any more.
2353 ____________________________________________________________________________
2354 [ 12856] By: jhi on 2001/11/05 15:27:45
2355 Log: Update Changes.
2357 ! Changes patchlevel.h
2358 ____________________________________________________________________________
2359 [ 12855] By: jhi on 2001/11/05 15:21:13
2360 Log: The ${"\cTAINT"} raises the ire of 'use strict'.
2362 ! lib/File/Spec/Unix.pm
2363 ____________________________________________________________________________
2364 [ 12854] By: jhi on 2001/11/05 15:16:24
2365 Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
2366 From: rgarciasuarez@free.fr
2367 Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)
2368 Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
2370 ! lib/File/Spec/Unix.pm
2371 ____________________________________________________________________________
2372 [ 12853] By: jhi on 2001/11/05 14:54:37
2373 Log: Use config.arch in OS/390 where the combination of
2374 IEEE floats and ldflags is tricky.
2377 ____________________________________________________________________________
2378 [ 12852] By: jhi on 2001/11/05 14:53:53
2379 Log: Metaconfig unit change for #12851.
2381 ! U/modified/Config_sh.U
2382 ____________________________________________________________________________
2383 [ 12851] By: jhi on 2001/11/05 14:53:14
2384 Log: Support a config.arch file, similar to config.over,
2385 but loaded just before it.
2388 ____________________________________________________________________________
2389 [ 12850] By: jhi on 2001/11/05 13:34:25
2390 Log: Subject: [PATCH Symbol.{pm.t}] bugfixes
2391 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2392 Date: Mon, 5 Nov 2001 14:26:24 +0100
2393 Message-ID: <20011105142624.C31977@rafael>
2395 ! lib/Symbol.pm lib/Symbol.t
2396 ____________________________________________________________________________
2397 [ 12849] By: jhi on 2001/11/04 22:15:39
2398 Log: Subject: [PATCH] unbalanced parenthesis in pods
2399 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2400 Date: Sun, 4 Nov 2001 22:28:57 +0100
2401 Message-ID: <20011104222857.C696@rafael>
2403 ! pod/perldebug.pod pod/perlpodspec.pod
2404 ____________________________________________________________________________
2405 [ 12848] By: jhi on 2001/11/04 22:11:24
2406 Log: The missing pieces from the Math::BigInt 1.45 puzzle.
2408 ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
2409 ____________________________________________________________________________
2410 [ 12847] By: jhi on 2001/11/04 17:44:41
2411 Log: Math::Big* test tweaks to work better with core:
2412 but the coast still not clear.
2414 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
2415 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2416 ____________________________________________________________________________
2417 [ 12846] By: jhi on 2001/11/04 17:43:10
2418 Log: Protect against high load: measure how much wall
2419 clock time went by while sleeping. Avoids some
2420 false negatives, while may introduce some false
2421 positives. Life is hard.
2423 ! ext/Time/HiRes/HiRes.t
2424 ____________________________________________________________________________
2425 [ 12845] By: jhi on 2001/11/04 17:29:40
2426 Log: More forgotten from #12843.
2428 ! lib/Math/BigInt/t/bigfltpm.inc
2429 ____________________________________________________________________________
2430 [ 12844] By: jhi on 2001/11/04 17:19:13
2431 Log: Forgot from #12843.
2433 + lib/Math/BigInt/t/bigintpm.inc
2435 ____________________________________________________________________________
2436 [ 12843] By: jhi on 2001/11/04 16:52:45
2437 Log: Upgrade to Math::BigInt 1.45; from Tels.
2438 NOTE: some of the tests are failing but that's because
2439 the core integration is not yet done.
2441 + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
2442 + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
2443 + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2444 - lib/Math/BigInt/t/Math/Subclass.pm
2445 - lib/Math/BigInt/t/subclass.t
2446 ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2447 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
2448 ! lib/Math/BigInt/t/mbimbf.t
2449 ____________________________________________________________________________
2450 [ 12842] By: jhi on 2001/11/04 16:45:02
2451 Log: VMS: adds capability to control more configuration stuff with
2452 -D and -U switches; parsing config.sh to extract previous config
2453 info in VMS-form, and a rewrite of the "prompt/response" routine;
2457 ____________________________________________________________________________
2458 [ 12841] By: jhi on 2001/11/04 15:18:39
2459 Log: Subject: Typo correction in perldebguts.pod
2460 From: mjd@plover.com
2461 Date: 4 Nov 2001 16:20:05 -0000
2462 Message-ID: <20011104162005.16699.qmail@plover.com>
2464 ! pod/perldebguts.pod
2465 ____________________________________________________________________________
2466 [ 12840] By: jhi on 2001/11/04 15:17:22
2467 Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
2468 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2469 Date: Sun, 4 Nov 2001 11:47:30 +0100
2470 Message-ID: <20011104114730.A715@rafael>
2472 Remove -T from the test, wrong place for that.
2474 ! lib/File/Temp/t/mktemp.t
2475 ____________________________________________________________________________
2476 [ 12839] By: jhi on 2001/11/04 15:15:42
2477 Log: Subject: [REPATCH] Re: PerlIOBuf_dup
2478 From: Nicholas Clark <nick@ccl4.org>
2479 Date: Sun, 4 Nov 2001 10:41:24 +0000
2480 Message-ID: <20011104104123.U20123@plum.flirble.org>
2482 ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
2483 ____________________________________________________________________________
2484 [ 12838] By: jhi on 2001/11/03 21:19:43
2485 Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
2486 From: Michael G Schwern <schwern@pobox.com>
2487 Date: Sat, 3 Nov 2001 15:41:47 -0500
2488 Message-ID: <20011103154147.C600@blackrider>
2491 ____________________________________________________________________________
2492 [ 12837] By: jhi on 2001/11/03 21:14:34
2493 Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t
2494 From: "Craig A. Berry" <craigberry@mac.com>
2495 Date: Sat, 03 Nov 2001 16:02:28 -0600
2496 Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
2498 ! ext/Time/HiRes/HiRes.t
2499 ____________________________________________________________________________
2500 [ 12836] By: jhi on 2001/11/03 18:41:33
2501 Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
2502 From: "chromatic" <chromatic@rmci.net>
2503 Date: Sat, 03 Nov 2001 12:28:17 -0700
2504 Message-ID: <20011103193507.94848.qmail@onion.perl.org>
2507 ____________________________________________________________________________
2508 [ 12835] By: jhi on 2001/11/03 18:34:08
2509 Log: Don't bother doing POSIX charclass parsing if it
2510 possibly cannot be so. Prepares way for charclass
2511 syntax like [[abc]||[def]] (or just [[abc][def]])
2512 for union, [[\w]&&[$a]] for intersection,
2513 and [[a-z]&&[^def]] for subtraction.
2515 Currently /[[a]/ (or /[a[]/) parses as a character
2516 class containing two characters, "[" and "a",
2517 this may have to be broken for the syntax described
2518 above, otherwise we would have to scan the whole pattern
2519 to find out whether the square brackets match pairwise.
2520 Luckily, the special case of "[" doesn't seem to be
2521 documented (as opposed to "]" and "-"), so we may have
2522 better story for breaking it... One can always use \[
2523 if one wants a literal "[", so there.
2526 ____________________________________________________________________________
2527 [ 12834] By: jhi on 2001/11/03 17:51:44
2528 Log: Comment correction.
2531 ____________________________________________________________________________
2532 [ 12833] By: jhi on 2001/11/03 17:33:21
2533 Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
2534 The latter is a RedHatism.
2536 ! lib/ExtUtils/MakeMaker.pm
2537 ____________________________________________________________________________
2538 [ 12832] By: jhi on 2001/11/03 15:43:03
2539 Log: Integrate perlio.
2542 ____________________________________________________________________________
2543 [ 12831] By: nick on 2001/11/03 11:42:15
2544 Log: Integrate mainline
2546 !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
2547 !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
2548 !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
2550 ____________________________________________________________________________
2551 [ 12830] By: nick on 2001/11/03 10:27:34
2552 Log: Fix clone_leak problem.
2553 PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
2554 as vestige of calling PerlLIO_dup().
2557 ____________________________________________________________________________
2558 [ 12829] By: nick on 2001/11/03 09:40:46
2559 Log: Tweaks attempting to locate Doug's clone_leak leak.
2560 - add some PerlIO_debug()
2561 - handle PerlIO_clone() with empty lists (clone before Perl_parse())
2562 - Even if it closing stdout etc. do a fflush()
2565 ____________________________________________________________________________
2566 [ 12828] By: nick on 2001/11/03 08:34:31
2567 Log: Integrate mainline
2569 !> (integrate 54 files)
2570 ____________________________________________________________________________
2571 [ 12827] By: ams on 2001/11/03 03:45:19
2572 Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
2573 remove this later). Based on a patch from Robert Spier in
2574 <15330.61459.14452.795263@rls.cx>.
2577 ____________________________________________________________________________
2578 [ 12826] By: jhi on 2001/11/02 23:56:00
2579 Log: microperl sync.
2581 ! doio.c perl.c perl.h perlio.c regexec.c
2582 ____________________________________________________________________________
2583 [ 12825] By: jhi on 2001/11/02 23:20:03
2584 Log: Definitions for the Unicode Newline Guidelines.
2587 ____________________________________________________________________________
2588 [ 12824] By: jhi on 2001/11/02 23:08:05
2589 Log: There is no csh of any kind in default BeOS.
2590 For the purposes of miniperl globbing, bash
2594 ____________________________________________________________________________
2595 [ 12823] By: jhi on 2001/11/02 21:56:36
2596 Log: Integrate change #12820 from macperl to maint and blead;
2598 Fix up (dynaloading) to work properly with multiplicity
2599 Branch: maint-5.6/perl
2600 !> ext/DynaLoader/dl_mac.xs
2602 !> ext/DynaLoader/dl_mac.xs
2603 ____________________________________________________________________________
2604 [ 12822] By: pudge on 2001/11/02 21:38:22
2605 Log: Several fixes for various exit problems and clearing out
2606 task queue, as well as another (incomplete) go at
2607 fixing error message handling
2608 Branch: maint-5.6/macperl
2609 ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
2610 ____________________________________________________________________________
2611 [ 12821] By: pudge on 2001/11/02 21:36:26
2612 Log: Add source files for bleadperl builds
2613 Branch: maint-5.6/macperl
2615 ____________________________________________________________________________
2616 [ 12820] By: pudge on 2001/11/02 21:35:15
2617 Log: Fix up to work properly with multiplicity
2618 Branch: maint-5.6/macperl
2619 ! ext/DynaLoader/dl_mac.xs
2620 ____________________________________________________________________________
2621 [ 12819] By: pudge on 2001/11/02 21:21:56
2622 Log: Integrate with maintperl.
2623 Branch: maint-5.6/macperl
2624 +> t/op/system.t t/op/system_tests
2625 !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
2626 !> pod/perltodo.pod util.c win32/win32.c
2627 ____________________________________________________________________________
2628 [ 12818] By: jhi on 2001/11/02 21:03:58
2629 Log: Locate _PATH_LOG if it's a socket even if not #defined
2630 (helps Tru64) From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
2633 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
2634 ____________________________________________________________________________
2635 [ 12817] By: jhi on 2001/11/02 20:07:05
2636 Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
2637 From: Michael G Schwern <schwern@pobox.com>
2638 Date: Fri, 2 Nov 2001 15:36:41 -0500
2639 Message-ID: <20011102153641.E23234@blackrider>
2642 ____________________________________________________________________________
2643 [ 12816] By: jhi on 2001/11/02 17:53:00
2644 Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
2645 From: merlyn@stonehenge.com (Randal L. Schwartz)
2646 Date: 02 Nov 2001 09:33:34 -0800
2647 Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
2649 (two of the changes)
2651 Better coexistence with extensions.
2653 ! ext/Errno/Errno_pm.PL hints/darwin.sh
2654 ____________________________________________________________________________
2655 [ 12815] By: ams on 2001/11/02 16:47:43
2656 Log: Subject: Re: [PATCH] the the double double word word fix fix
2657 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2658 Date: Fri, 02 Nov 2001 19:43:07 +0100
2659 Message-Id: <3BE2E93B.627C198E@alcatel.at>
2662 ____________________________________________________________________________
2663 [ 12814] By: jhi on 2001/11/02 15:24:10
2664 Log: Update Changes.
2666 ! Changes patchlevel.h
2667 ____________________________________________________________________________
2668 [ 12813] By: jhi on 2001/11/02 15:19:35
2669 Log: More encoding testing.
2671 ! lib/encoding.pm lib/encoding.t
2672 ____________________________________________________________________________
2673 [ 12812] By: ams on 2001/11/02 15:07:11
2674 Log: Slight modification of #12811.
2677 ____________________________________________________________________________
2678 [ 12811] By: jhi on 2001/11/02 14:58:13
2679 Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
2680 From: Radu Greab <radu@netsoft.ro>
2681 Date: Fri, 2 Nov 2001 15:28:58 +0200
2682 Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
2685 ____________________________________________________________________________
2686 [ 12810] By: jhi on 2001/11/02 14:15:34
2687 Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
2688 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2689 Date: Thu, 1 Nov 2001 22:35:50 +0100
2690 Message-ID: <20011101223550.A10849@rafael>
2692 ! lib/ExtUtils/Embed.t
2693 ____________________________________________________________________________
2694 [ 12809] By: jhi on 2001/11/02 14:10:05
2695 Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
2696 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2697 Date: 2 Nov 2001 14:48:51 -0000
2698 Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net>
2701 ____________________________________________________________________________
2702 [ 12808] By: jhi on 2001/11/02 05:40:21
2703 Log: Add documentation.
2705 ! embed.pl pod/perlapi.pod utf8.c
2706 ____________________________________________________________________________
2707 [ 12807] By: jhi on 2001/11/02 05:18:45
2708 Log: Unicode: add ToFold mapping. Not used yet; but basically
2709 a more useful mapping for caseless aka case-ignoring than
2710 doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
2711 algorithm for creating the foldings uses equivalence classes,
2712 see http://www.unicode.org/unicode/reports/tr21/
2713 Hopefully this feature will be used in //i.
2714 (The folding tables were introduced by #12689.)
2716 ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
2718 ____________________________________________________________________________
2719 [ 12806] By: jhi on 2001/11/02 05:04:05
2720 Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
2721 From: "Craig A. Berry" <craigberry@mac.com>
2722 Date: Fri, 02 Nov 2001 00:03:52 -0600
2723 Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
2726 ____________________________________________________________________________
2727 [ 12805] By: jhi on 2001/11/02 04:17:04
2728 Log: Subject: Trivial doc patch
2729 From: andreas.koenig@anima.de (Andreas J. Koenig)
2730 Date: 02 Nov 2001 06:11:35 +0100
2731 Message-ID: <m37kt94v08.fsf@anima.de>
2734 ____________________________________________________________________________
2735 [ 12804] By: jhi on 2001/11/02 02:14:46
2736 Log: Make encoding and charnames pragmas coexist.
2738 ! lib/charnames.pm lib/encoding.pm lib/encoding.t
2739 ____________________________________________________________________________
2740 [ 12803] By: jhi on 2001/11/02 01:26:53
2741 Log: The basic character classes seem to go untested with Unicode.
2744 ____________________________________________________________________________
2745 [ 12802] By: ams on 2001/11/02 00:39:36
2746 Log: Subject: [PATCH] the the double double word word fix fix
2747 From: Richard Soderberg <rs@oregonnet.com>
2748 Date: Thu, 1 Nov 2001 13:12:03 -0800
2749 Message-Id: <200111012112.NAA23288@oregonnet.com>
2751 Subject: Re: [PATCH] the the double double word word fix fix
2752 From: Mark-Jason Dominus <mjd@plover.com>
2753 Date: Thu, 01 Nov 2001 16:43:40 -0500
2754 Message-Id: <20011101214340.2044.qmail@plover.com>
2756 Subject: Re: [PATCH] the the double double word word fix fix
2757 From: Mark-Jason Dominus <mjd@plover.com>
2758 Date: Thu, 01 Nov 2001 16:51:39 -0500
2759 Message-Id: <20011101215139.2196.qmail@plover.com>
2761 ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
2762 ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
2763 ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
2764 ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
2765 ! pod/perltodo.pod pod/perlxstut.pod
2766 ____________________________________________________________________________
2767 [ 12801] By: jhi on 2001/11/01 14:27:51
2768 Log: Comment tweaks.
2771 ____________________________________________________________________________
2772 [ 12800] By: jhi on 2001/11/01 14:06:04
2776 ____________________________________________________________________________
2777 [ 12799] By: jhi on 2001/11/01 13:59:42
2778 Log: If an encoding is set by -M/-m, it must be in
2779 effect only for the actual script, not any other
2780 required/-M/-m'ed module, otherwise we enter a nasty
2781 recursion in regexec.c while trying to init the simple
2782 UTF-8 charclasses like PL_utf8_alnum.
2784 ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
2785 ____________________________________________________________________________
2786 [ 12798] By: jhi on 2001/10/31 21:10:09
2787 Log: A bit more descriptive name.
2790 ____________________________________________________________________________
2791 [ 12797] By: jhi on 2001/10/31 20:32:29
2792 Log: Subject: [PATCH Perl@12768] Time::Hires test fix
2793 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2794 Date: Wed, 31 Oct 2001 13:47:04 EST
2795 Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
2797 ! ext/Time/HiRes/HiRes.t
2798 ____________________________________________________________________________
2799 [ 12796] By: jhi on 2001/10/31 20:31:20
2800 Log: Subject: [PATCH Perl@12768] make setting signal() persistent
2801 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2802 Date: Wed, 31 Oct 2001 13:43:29 EST
2803 Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
2806 ____________________________________________________________________________
2807 [ 12795] By: jhi on 2001/10/31 20:29:37
2808 Log: Subject: [PATCH] Various test cleanups
2809 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2810 Date: Tue, 30 Oct 2001 21:56:26 +0100
2811 Message-ID: <20011030215626.A28503@rafael>
2813 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2814 ! ext/DB_File/t/db-recno.t ext/Encode.t
2815 ____________________________________________________________________________
2816 [ 12794] By: jhi on 2001/10/31 15:26:59
2817 Log: Update Changes.
2819 ! Changes patchlevel.h
2820 ____________________________________________________________________________
2821 [ 12793] By: jhi on 2001/10/31 15:23:12
2822 Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
2823 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2824 Date: Wed, 31 Oct 2001 17:16:39 +0100
2825 Message-ID: <20011031171639.A32511@rafael>
2827 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
2828 ____________________________________________________________________________
2829 [ 12792] By: jhi on 2001/10/31 15:20:01
2830 Log: Skip message nit.
2833 ____________________________________________________________________________
2834 [ 12791] By: jhi on 2001/10/31 14:54:19
2835 Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
2836 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2837 Date: 31 Oct 2001 14:49:37 -0000
2838 Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net>
2840 ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
2841 ____________________________________________________________________________
2842 [ 12790] By: jhi on 2001/10/31 14:44:33
2843 Log: Extend the effect of the encoding pragma to chr() and ord().
2845 TODO: regex literals, reentrancy problems with the utf8
2846 and charnames pragmas.
2848 ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
2849 ____________________________________________________________________________
2850 [ 12789] By: jhi on 2001/10/31 13:25:02
2854 ____________________________________________________________________________
2855 [ 12788] By: nick on 2001/10/31 08:59:56
2856 Log: Integrate mainline
2858 +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
2859 !> (integrate 49 files)
2860 ____________________________________________________________________________
2861 [ 12787] By: jhi on 2001/10/31 03:22:34
2862 Log: Forgot new proto.
2865 ____________________________________________________________________________
2866 [ 12786] By: jhi on 2001/10/31 02:32:35
2867 Log: Clarification: use encoding cannot be used to
2868 change the default encoding of "your whole script";
2869 only the default encoding of the *data*. Also, it
2870 seems that "use encoding" does not mix with "use utf8"
2871 (a coredumping recursion ensues). Should not be a huge
2872 problem since "use utf8" is pretty marginal nowadays.
2874 ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
2875 ____________________________________________________________________________
2876 [ 12785] By: jhi on 2001/10/31 02:19:49
2877 Log: More documentation for the encode pragma.
2879 ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
2880 ! pod/perlapi.pod pod/perlunicode.pod sv.c
2881 ____________________________________________________________________________
2882 [ 12784] By: jhi on 2001/10/31 02:08:27
2883 Log: Thinko in #12783.
2886 ____________________________________________________________________________
2887 [ 12783] By: jhi on 2001/10/31 02:04:22
2888 Log: Make sv_recode_to_utf8() a real API: the encoding
2889 is a parameter, instead of a global. Document the
2892 ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
2894 ____________________________________________________________________________
2895 [ 12782] By: jhi on 2001/10/31 00:57:42
2896 Log: Enable -Mencoding=foobar also for string literals.
2898 ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
2899 ! pod/perlapi.pod proto.h sv.c toke.c
2900 ____________________________________________________________________________
2901 [ 12781] By: jhi on 2001/10/30 17:06:39
2902 Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
2903 From: Andy Dougherty <doughera@lafayette.edu>
2904 Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
2905 Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
2907 ! ext/POSIX/hints/svr4.pl
2908 ____________________________________________________________________________
2909 [ 12780] By: jhi on 2001/10/30 14:54:12
2910 Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
2911 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2912 Date: Mon, 29 Oct 2001 23:11:58 -0000
2913 Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2917 ! lib/h2xs.t utils/h2xs.PL
2918 ____________________________________________________________________________
2919 [ 12779] By: jhi on 2001/10/30 13:51:43
2920 Log: Subject: PerlIOBuf_dup
2921 From: Nicholas Clark <nick@ccl4.org>
2922 Date: Mon, 29 Oct 2001 21:52:35 +0000
2923 Message-ID: <20011029215235.K41204@plum.flirble.org>
2928 ____________________________________________________________________________
2929 [ 12778] By: jhi on 2001/10/30 13:49:51
2930 Log: Subject: [PATCH] Make malloc.c errors more useful
2931 From: Richard Soderberg <rs@oregonnet.com>
2932 Date: Mon, 29 Oct 2001 22:28:02 -0800
2933 Message-Id: <200110300628.WAA11025@oregonnet.com>
2936 ____________________________________________________________________________
2937 [ 12777] By: jhi on 2001/10/30 04:02:10
2938 Log: Retract #12776 - the bug 19990906.001Â is still valid.
2941 ____________________________________________________________________________
2942 [ 12776] By: jhi on 2001/10/30 03:03:49
2943 Log: (Retracted by #12777)
2944 Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
2945 From: Michael G Schwern <schwern@pobox.com>
2946 Date: Mon, 29 Oct 2001 23:01:08 -0500
2947 Message-ID: <20011029230108.G18053@blackrider>
2950 ____________________________________________________________________________
2951 [ 12775] By: jhi on 2001/10/30 02:56:41
2955 ____________________________________________________________________________
2956 [ 12774] By: gsar on 2001/10/30 01:32:57
2957 Log: integrate change#12772 from mainline
2959 Subject: [PATCH] Mommy, what's a pointer cast?
2960 Branch: maint-5.6/perl
2962 ____________________________________________________________________________
2963 [ 12773] By: jhi on 2001/10/30 01:19:32
2964 Log: Subject: [PATCH] Mommy, what's a pointer cast?
2965 From: Richard Soderberg <rs@oregonnet.com>
2966 Date: Mon, 29 Oct 2001 17:01:10 -0800
2967 Message-Id: <200110300101.RAA31561@oregonnet.com>
2971 ! ext/threads/shared/shared.xs ext/threads/threads.xs
2972 ____________________________________________________________________________
2973 [ 12772] By: jhi on 2001/10/30 01:19:13
2974 Log: Subject: [PATCH] Mommy, what's a pointer cast?
2975 From: Richard Soderberg <rs@oregonnet.com>
2976 Date: Mon, 29 Oct 2001 17:01:10 -0800
2977 Message-Id: <200110300101.RAA31561@oregonnet.com>
2982 ____________________________________________________________________________
2983 [ 12771] By: jhi on 2001/10/30 01:17:21
2984 Log: Subject: [PATCH] OpenBSD likes signal.h
2985 From: Richard Soderberg <rs@oregonnet.com>
2986 Date: Mon, 29 Oct 2001 17:00:31 -0800
2987 Message-Id: <200110300100.RAA31533@oregonnet.com>
2990 ____________________________________________________________________________
2991 [ 12770] By: jhi on 2001/10/30 01:10:24
2992 Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
2993 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2994 Date: Mon, 29 Oct 2001 23:04:23 -0000
2995 Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
2997 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
2998 ! ext/DB_File/t/db-recno.t
2999 ____________________________________________________________________________
3000 [ 12769] By: jhi on 2001/10/30 01:08:01
3001 Log: Subject: [PATCH perl@12718] HiRes.t tweaks
3002 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3003 Date: Mon, 29 Oct 2001 12:34:07 -0600
3004 Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
3006 ! ext/Time/HiRes/HiRes.t
3007 ____________________________________________________________________________
3008 [ 12768] By: jhi on 2001/10/29 15:10:04
3009 Log: Update Changes.
3011 ! Changes patchlevel.h
3012 ____________________________________________________________________________
3013 [ 12767] By: jhi on 2001/10/29 14:49:28
3014 Log: AIX needs an explicit symbol export list.
3016 ! lib/ExtUtils/Embed.t
3017 ____________________________________________________________________________
3018 [ 12766] By: jhi on 2001/10/29 14:08:21
3019 Log: The test (and the module) would require some
3020 quality hacking time to work on EBCDIC. Based n
3021 the test results nothing seems to be majorly broken,
3022 the module just seems to have strange assumptions:
3023 got: ''\226\225\205'
3025 The \226\225\205 being, of course, 'one', in EBCDIC.
3028 ____________________________________________________________________________
3029 [ 12765] By: jhi on 2001/10/29 13:58:48
3030 Log: Mark the test known to be failing in EBCDIC.
3033 ____________________________________________________________________________
3034 [ 12764] By: jhi on 2001/10/29 13:51:51
3035 Log: None of the libnet modules are going to work in
3036 EBCDIC without the Convert::EBCDIC.
3039 ____________________________________________________________________________
3040 [ 12763] By: jhi on 2001/10/29 13:45:39
3041 Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
3044 ____________________________________________________________________________
3045 [ 12762] By: jhi on 2001/10/29 13:40:17
3046 Log: UTF-EBCDIC ain't UTF-8.
3049 ____________________________________________________________________________
3050 [ 12761] By: jhi on 2001/10/29 13:35:35
3051 Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
3054 ____________________________________________________________________________
3055 [ 12760] By: jhi on 2001/10/29 13:32:20
3056 Log: Let's not assume ASCII.
3059 ____________________________________________________________________________
3060 [ 12759] By: jhi on 2001/10/29 13:24:54
3061 Log: Call the new perlio symbols differently.
3064 ____________________________________________________________________________
3065 [ 12758] By: jhi on 2001/10/29 13:23:11
3066 Log: Don't expect ASCII ordering.
3068 ! lib/ExtUtils/Manifest.t
3069 ____________________________________________________________________________
3070 [ 12757] By: jhi on 2001/10/29 13:13:09
3071 Log: Forgot from #12756.
3074 ____________________________________________________________________________
3075 [ 12756] By: jhi on 2001/10/29 13:12:41
3077 - fseeko and ftello can be found by Configure but
3078 we do not seem to have prototypes for them so
3080 - BeOS didn't use to have real sockets (sockets as
3081 filedescriptors) but the BONE package is supposed
3082 to fix this. I do not know how to detect BONEness,
3083 see hints/beos.sh for a spot that needs to fixed.
3084 - BeOS has O_TEXT != O_BINARY but has no setmode()
3086 ! hints/beos.sh perlio.c
3087 ____________________________________________________________________________
3088 [ 12755] By: sky on 2001/10/29 12:56:12
3089 Log: Ugly fix to not die when a thread creator is holding locks.
3091 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3092 ! ext/threads/threads.xs
3093 ____________________________________________________________________________
3094 [ 12754] By: jhi on 2001/10/29 12:31:34
3095 Log: Integrate change #12752 from maintperl;
3097 croak(Nullch) wasn't printing the contents of ERRSV if there was
3098 no outer eval (bug in change#6125)
3101 ____________________________________________________________________________
3102 [ 12753] By: jhi on 2001/10/29 12:28:41
3103 Log: Subject: [PATCH h2xs] Use of static data in XS modules
3104 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3105 Date: Sun, 28 Oct 2001 21:19:07 -0000
3106 Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
3108 with nits from Sarathy.
3111 ____________________________________________________________________________
3112 [ 12752] By: gsar on 2001/10/29 03:07:15
3113 Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
3114 no outer eval (bug in change#6125)
3115 Branch: maint-5.6/perl
3117 ____________________________________________________________________________
3118 [ 12751] By: jhi on 2001/10/28 23:11:15
3119 Log: More todo for the encoding pragma.
3122 ____________________________________________________________________________
3123 [ 12750] By: jhi on 2001/10/28 22:55:24
3124 Log: Add the encoding pragma to control the "upgrade"
3125 from the native eight bit data to Unicode.
3127 TODO: \x.. and \0... literals. \N{}. chr()? ord()?
3129 + lib/encoding.pm lib/encoding.t
3130 ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
3131 ! pod/perlunicode.pod pod/perlvar.pod sv.c
3132 ____________________________________________________________________________
3133 [ 12749] By: sky on 2001/10/28 21:02:33
3134 Log: Update documentation.
3136 ! ext/threads/shared/shared.pm
3137 ____________________________________________________________________________
3138 [ 12748] By: jhi on 2001/10/28 20:55:57
3139 Log: Integrate change #12747 from maintperl;
3141 finishing touches to system() fixes on windows:
3142 * detect cmd shell correctly even if it had full path in it
3143 * more quoting needed for single-arg system if the argument
3144 really had multiple quoted arguments within it
3145 * be smarter about not calling the shell when the executable
3146 has spaces, but otherwise does not need shell involvement
3147 * add a testsuite (windows-specific currently)
3149 +> t/op/system.t t/op/system_tests
3150 ! MANIFEST pod/perltodo.pod
3152 ____________________________________________________________________________
3153 [ 12747] By: gsar on 2001/10/28 18:33:23
3154 Log: finishing touches to system() fixes on windows:
3155 * detect cmd shell correctly even if it had full path in it
3156 * more quoting needed for single-arg system if the argument
3157 really had multiple quoted arguments within it
3158 * be smarter about not calling the shell when the executable
3159 has spaces, but otherwise does not need shell involvement
3160 * add a testsuite (windows-specific currently)
3161 Branch: maint-5.6/perl
3162 + t/op/system.t t/op/system_tests
3163 ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
3164 ____________________________________________________________________________
3165 [ 12746] By: jhi on 2001/10/28 16:34:35
3166 Log: Integrate perlio.
3168 !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
3169 ____________________________________________________________________________
3170 [ 12745] By: nick on 2001/10/28 16:08:14
3171 Log: Mingw32 fixup for Embed.t
3173 ! lib/ExtUtils/Embed.t
3174 ____________________________________________________________________________
3175 [ 12744] By: nick on 2001/10/28 15:54:14
3176 Log: GCC vs MS 64-bit constant syntax
3178 ! ext/Time/HiRes/HiRes.xs
3179 ____________________________________________________________________________
3180 [ 12743] By: nick on 2001/10/28 15:42:55
3181 Log: Integrate mainline
3183 !> ext/threads/threads.pm lib/ExtUtils/Embed.t
3184 ____________________________________________________________________________
3185 [ 12742] By: sky on 2001/10/28 14:47:10
3186 Log: Manpage updates.
3188 ! ext/threads/threads.pm
3189 ____________________________________________________________________________
3190 [ 12741] By: jhi on 2001/10/28 14:39:55
3191 Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
3193 ! lib/ExtUtils/Embed.t
3194 ____________________________________________________________________________
3195 [ 12740] By: nick on 2001/10/28 14:14:24
3196 Log: Integrate mainline
3198 !> lib/ExtUtils/Embed.t win32/win32.c
3199 ____________________________________________________________________________
3200 [ 12739] By: jhi on 2001/10/28 14:06:58
3201 Log: Need to be ./executed.
3203 ! lib/ExtUtils/Embed.t
3204 ____________________________________________________________________________
3205 [ 12738] By: jhi on 2001/10/28 14:03:58
3206 Log: Integrate perlio.
3208 !> perlio.c win32/win32.h
3209 ____________________________________________________________________________
3210 [ 12737] By: nick on 2001/10/28 13:53:45
3211 Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
3215 ____________________________________________________________________________
3216 [ 12736] By: nick on 2001/10/28 13:50:50
3217 Log: Have :stdio layer update an honour the fd refcnt table.
3218 Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
3221 ____________________________________________________________________________
3222 [ 12735] By: jhi on 2001/10/28 13:34:37
3223 Log: Integrate changes #12724 and #12725 from maintperl;
3224 multiarg system now works.
3227 ____________________________________________________________________________
3228 [ 12734] By: jhi on 2001/10/28 13:31:54
3229 Log: Integrate perlio.
3231 +> lib/ExtUtils/Embed.t
3232 !> MANIFEST perlio.c
3233 ____________________________________________________________________________
3234 [ 12733] By: nick on 2001/10/28 13:07:16
3235 Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
3236 least for PERLIO=perlio unthreaded case
3239 ____________________________________________________________________________
3240 [ 12732] By: nick on 2001/10/28 11:10:24
3241 Log: Typo in exe name
3243 ! lib/ExtUtils/Embed.t
3244 ____________________________________________________________________________
3245 [ 12731] By: nick on 2001/10/28 11:09:59
3246 Log: Integrate Mainline
3248 !> Changes configure.com ext/DB_File/DB_File.pm
3249 !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
3250 !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
3251 !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
3252 !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
3253 !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
3254 !> t/TEST t/op/regexp.t win32/buildext.pl
3255 ____________________________________________________________________________
3256 [ 12730] By: nick on 2001/10/28 11:05:35
3257 Log: Fixup Embed.t for Win32/VC++
3259 ! lib/ExtUtils/Embed.t
3260 ____________________________________________________________________________
3261 [ 12729] By: nick on 2001/10/28 09:36:20
3262 Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
3263 bug as lib/ExtUtils/Embed.t which tests that and some aspects of
3266 + lib/ExtUtils/Embed.t
3268 ____________________________________________________________________________
3269 [ 12728] By: sky on 2001/10/28 08:12:53
3270 Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
3273 ! lib/ExtUtils/xsubpp
3274 ____________________________________________________________________________
3275 [ 12727] By: sky on 2001/10/28 08:02:09
3276 Log: And here we use the prototypes.
3278 ! ext/threads/shared/shared.xs
3279 ____________________________________________________________________________
3280 [ 12726] By: sky on 2001/10/28 08:00:48
3281 Log: Support [] style prototypes.
3283 ! lib/ExtUtils/xsubpp
3284 ____________________________________________________________________________
3285 [ 12725] By: gsar on 2001/10/28 04:49:15
3286 Log: yet another multi-arg system() fix on windows: batch files as the
3287 first argument (i.e. directly executed by CreateProcess()) need
3288 extra quoting to escape shell-shock
3289 Branch: maint-5.6/perl
3291 ____________________________________________________________________________
3292 [ 12724] By: gsar on 2001/10/28 03:49:31
3293 Log: another multi-arg system() fix on windows: passing empty arguments
3295 Branch: maint-5.6/perl
3297 ____________________________________________________________________________
3298 [ 12723] By: jhi on 2001/10/28 03:32:32
3299 Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
3300 No final #else #error because we do not seem to
3304 ____________________________________________________________________________
3305 [ 12722] By: jhi on 2001/10/28 02:41:04
3306 Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
3307 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3308 Date: Sat, 27 Oct 2001 23:28:44 EST
3309 Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
3311 ! ext/Time/HiRes/HiRes.xs
3312 ____________________________________________________________________________
3313 [ 12721] By: jhi on 2001/10/28 01:53:34
3314 Log: Regen perlapi, perltoc.
3316 ! pod/perlapi.pod pod/perltoc.pod
3317 ____________________________________________________________________________
3318 [ 12720] By: jhi on 2001/10/28 01:30:04
3319 Log: Subject: [PATCH] sv.h documentation
3320 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3321 Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST)
3322 Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
3325 ____________________________________________________________________________
3326 [ 12719] By: gsar on 2001/10/27 23:42:51
3327 Log: "nmake clean" fails to clean ext/... because buildext.pl calls
3328 system("nmake -nologo", "clean") and there is no executable
3329 called "nmake -nologo"; this used to "work" pre-change#12559 due
3330 to bugs in multiarg system() that have since been fixed
3333 ____________________________________________________________________________
3334 [ 12718] By: jhi on 2001/10/27 21:58:35
3335 Log: Update Changes.
3337 ! Changes patchlevel.h
3338 ____________________________________________________________________________
3339 [ 12717] By: jhi on 2001/10/27 21:54:11
3340 Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
3341 From: Richard.Foley@t-online.de (Richard Foley)
3342 Date: Sun, 28 Oct 2001 00:48:32 +0200
3343 Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
3346 ____________________________________________________________________________
3347 [ 12716] By: jhi on 2001/10/27 21:41:02
3348 Log: Must store pointers with the right width.
3351 ____________________________________________________________________________
3352 [ 12715] By: jhi on 2001/10/27 21:22:52
3353 Log: Integrate change #12711 from perlio;
3355 Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
3356 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
3359 ____________________________________________________________________________
3360 [ 12714] By: jhi on 2001/10/27 21:04:59
3361 Log: Subject: [PATCH] make minitest
3362 From: Nicholas Clark <nick@ccl4.org>
3363 Date: Sat, 27 Oct 2001 22:56:16 +0100
3364 Message-ID: <20011027225616.L20275@plum.flirble.org>
3367 ____________________________________________________________________________
3368 [ 12713] By: jhi on 2001/10/27 20:58:33
3369 Log: Patch #12661 missed this.
3371 ! ext/DB_File/DB_File.pm
3372 ____________________________________________________________________________
3373 [ 12712] By: jhi on 2001/10/27 20:56:38
3374 Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
3375 From: "Craig A. Berry" <craigberry@mac.com>
3376 Date: Sat, 27 Oct 2001 16:07:47 -0500
3377 Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
3379 ! configure.com perlio.c
3380 ____________________________________________________________________________
3381 [ 12711] By: nick on 2001/10/27 19:49:25
3382 Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
3383 Restores op/fork.t on Win32 (still segfault on exit of ok 2).
3386 ____________________________________________________________________________
3387 [ 12710] By: jhi on 2001/10/27 17:07:46
3388 Log: Let's not replace reason if there's one already supplied.
3391 ____________________________________________________________________________
3392 [ 12709] By: jhi on 2001/10/27 17:02:30
3396 ____________________________________________________________________________
3397 [ 12708] By: jhi on 2001/10/27 16:54:07
3398 Log: ldlibpth can exist but be unset.
3401 ____________________________________________________________________________
3402 [ 12707] By: jhi on 2001/10/27 16:47:07
3403 Log: Unicode: property alias naming cleanup.
3405 ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
3406 ____________________________________________________________________________
3407 [ 12706] By: jhi on 2001/10/27 15:24:06
3411 ____________________________________________________________________________
3412 [ 12705] By: jhi on 2001/10/27 15:23:15
3413 Log: Integrate change #12703 from maintperl;
3415 typemap stuff intervenes before declaration, move it to PREINIT
3418 (an empty integrate, but now the files are in sync
3419 between the branches)
3421 !> ext/ODBM_File/ODBM_File.xs
3422 ____________________________________________________________________________
3423 [ 12704] By: jhi on 2001/10/27 15:21:17
3424 Log: More PerlIO symbols.
3427 ____________________________________________________________________________
3428 [ 12703] By: gsar on 2001/10/27 15:12:54
3429 Log: typemap stuff intervenes before declaration, move it to PREINIT
3431 Branch: maint-5.6/perl
3432 ! ext/ODBM_File/ODBM_File.xs
3433 ____________________________________________________________________________
3434 [ 12702] By: nick on 2001/10/27 14:09:35
3435 Log: Integrate mainline
3437 +> ext/threads/shared/t/av_simple.t
3438 +> ext/threads/shared/t/hv_refs.t
3439 +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
3440 !> (integrate 109 files)
3441 ____________________________________________________________________________
3442 [ 12700] By: ams on 2001/10/26 21:22:23
3443 Log: Subject: [PATCH] tweak divide
3444 From: Nicholas Clark <nick@ccl4.org>
3445 Date: Fri, 26 Oct 2001 22:52:17 +0100
3446 Message-Id: <20011026225217.B20275@plum.flirble.org>
3449 ____________________________________________________________________________
3450 [ 12699] By: pudge on 2001/10/26 20:49:00
3451 Log: Integrate a buncha things from maintperl.
3452 Branch: maint-5.6/macperl
3453 !> (integrate 32 files)
3454 ____________________________________________________________________________
3455 [ 12698] By: jhi on 2001/10/26 19:13:24
3456 Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
3457 From: Andy Dougherty <doughera@lafayette.edu>
3458 Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
3459 Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
3462 ____________________________________________________________________________
3463 [ 12697] By: jhi on 2001/10/26 18:42:58
3464 Log: When you're root, many things become writable.
3466 ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
3467 ____________________________________________________________________________
3468 [ 12696] By: jhi on 2001/10/26 15:52:58
3469 Log: Update Changes.
3471 ! Changes patchlevel.h
3472 ____________________________________________________________________________
3473 [ 12695] By: gsar on 2001/10/26 15:34:31
3474 Log: Term/Cap.t attempts to access the floppy drive for no good reason
3478 ____________________________________________________________________________
3479 [ 12694] By: gsar on 2001/10/26 15:15:16
3480 Log: fix misleading comment on known inadequacy in B::Terse, and skip
3484 ____________________________________________________________________________
3485 [ 12693] By: gsar on 2001/10/26 14:53:56
3486 Log: fix spurious AutoSplit.t failure under windows
3489 ____________________________________________________________________________
3490 [ 12692] By: gsar on 2001/10/26 14:39:06
3491 Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
3493 ! ext/Time/HiRes/HiRes.t
3494 ____________________________________________________________________________
3495 [ 12691] By: jhi on 2001/10/26 14:34:15
3496 Log: More logical to use %04"UVXf" than %"UVuf" since
3497 the Unicode standard prefers hex.
3499 ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
3500 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
3501 ! lib/unicore/mktables utf8.c
3502 ____________________________________________________________________________
3503 [ 12690] By: gsar on 2001/10/26 14:15:55
3504 Log: change#12065 seems to have broken Encode build on windows; fix
3506 ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
3507 ____________________________________________________________________________
3508 [ 12689] By: jhi on 2001/10/26 14:12:04
3509 Log: Unicode: add the case folding table.
3511 + lib/unicore/To/Fold.pl
3512 ! MANIFEST lib/unicore/mktables
3513 ____________________________________________________________________________
3514 [ 12688] By: sky on 2001/10/26 13:51:29
3515 Log: Get the new functions right, do not export lock since we use builtin lock.
3516 TODO: fix xsubpp to support the new prototypes
3518 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3519 ____________________________________________________________________________
3520 [ 12687] By: jhi on 2001/10/26 13:43:03
3521 Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
3522 as suggested by Sarathy.
3525 ____________________________________________________________________________
3526 [ 12686] By: gsar on 2001/10/26 13:39:52
3527 Log: avoid compiler warning
3530 ____________________________________________________________________________
3531 [ 12685] By: jhi on 2001/10/26 13:39:12
3532 Log: WinCE update from Rainer Keuchel.
3534 ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
3536 ____________________________________________________________________________
3537 [ 12684] By: sky on 2001/10/26 13:34:33
3538 Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
3540 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3541 ____________________________________________________________________________
3542 [ 12683] By: gbarr on 2001/10/26 13:32:47
3543 Log: More fixes that were made to the core and not in the libnet src
3546 ____________________________________________________________________________
3547 [ 12682] By: jhi on 2001/10/26 13:31:10
3548 Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
3549 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3550 Date: Fri, 26 Oct 2001 13:55:21 +0200
3551 Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
3553 (plus make the db-recno.t#59 accept both \n and \r\n)
3555 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3556 ! ext/DB_File/t/db-recno.t
3557 ____________________________________________________________________________
3558 [ 12681] By: gbarr on 2001/10/26 13:22:38
3559 Log: Fix tests to be able to run in the core and the CPAN dist
3561 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
3562 ! lib/Net/t/require.t lib/Net/t/smtp.t
3563 ____________________________________________________________________________
3564 [ 12680] By: jhi on 2001/10/26 13:16:03
3565 Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
3566 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3567 Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
3568 Date: Fri, 26 Oct 2001 08:34:46 EDT
3570 ! ext/Time/HiRes/HiRes.t
3571 ____________________________________________________________________________
3572 [ 12679] By: gbarr on 2001/10/26 13:11:00
3573 Log: Sync libnet modules with what will be libnet-1.08
3575 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
3576 ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
3577 ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
3578 ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
3579 ____________________________________________________________________________
3580 [ 12678] By: jhi on 2001/10/26 13:03:01
3581 Log: Integrate maintperl changes #12268 and #12669;
3583 final touches to the audit for statics and thread-unsafe code
3584 * make DB_File, ODBM_File thread-safe
3585 * remove unnecessary/dangerous statics and protect others
3586 from not getting accidentally enabled under threaded perls
3588 windows support functions get_childdir() et al aren't exported
3589 correctly under vanilla build
3591 Testing under win32 appreciated since changes there had
3592 to be manually merged and I cannot test how badly did I do.
3594 !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
3595 !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
3596 !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
3597 !> win32/vmem.h win32/win32.c win32/win32iop.h
3598 ____________________________________________________________________________
3599 [ 12677] By: sky on 2001/10/26 12:37:17
3600 Log: More Config::threads to threads::threads changes
3602 ! ext/threads/shared/shared.pm ext/threads/t/basic.t
3603 ____________________________________________________________________________
3604 [ 12676] By: sky on 2001/10/26 12:31:46
3605 Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
3607 ! ext/threads/threads.pm ext/threads/threads.xs
3608 ____________________________________________________________________________
3609 [ 12675] By: sky on 2001/10/26 12:06:30
3610 Log: Allocing a TLS in runtime is not too hot.
3612 ! ext/threads/threads.xs
3613 ____________________________________________________________________________
3614 [ 12674] By: sky on 2001/10/26 11:59:09
3615 Log: Don't display debug data.
3617 ! ext/threads/threads.pm
3618 ____________________________________________________________________________
3619 [ 12673] By: sky on 2001/10/26 11:35:47
3620 Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
3621 complete bar support for blessed objects.
3622 TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
3624 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
3625 ____________________________________________________________________________
3626 [ 12672] By: sky on 2001/10/26 11:15:28
3627 Log: Fix case where shared reference does not exist in current thread.
3629 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
3630 ____________________________________________________________________________
3631 [ 12671] By: sky on 2001/10/26 08:48:52
3632 Log: Support for references in shared arrays.
3634 ! ext/threads/shared/shared.xs
3635 ____________________________________________________________________________
3636 [ 12670] By: sky on 2001/10/26 08:30:11
3637 Log: Add tests for references in hashes.
3639 + ext/threads/shared/t/hv_refs.t
3641 ____________________________________________________________________________
3642 [ 12669] By: gsar on 2001/10/26 06:07:10
3643 Log: windows support functions get_childdir() et al aren't exported
3644 correctly under vanilla build
3645 Branch: maint-5.6/perl
3646 ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
3647 ____________________________________________________________________________
3648 [ 12668] By: gsar on 2001/10/26 03:52:12
3649 Log: final touches to the audit for statics and thread-unsafe code
3650 * make DB_File, ODBM_File thread-safe
3651 * remove unnecessary/dangerous statics and protect others
3652 from not getting accidentally enabled under threaded perls
3653 Branch: maint-5.6/perl
3654 ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
3655 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
3656 ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
3658 ____________________________________________________________________________
3659 [ 12667] By: ams on 2001/10/26 03:48:36
3660 Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
3661 From: "Richard Soderberg" <rs@crystalflame.net>
3662 Date: Thu, 25 Oct 2001 23:42:50 -0400
3663 Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
3666 ____________________________________________________________________________
3667 [ 12666] By: jhi on 2001/10/26 02:07:17
3668 Log: Integrate change #12664 from maintperl;
3670 the newest GCCs don't seem to like C<"string1"##STRING2>
3671 so keep it as C<"string1" STRING2> (latter appears to
3674 !> ext/DynaLoader/dlutils.c
3675 ____________________________________________________________________________
3676 [ 12665] By: jhi on 2001/10/26 02:04:29
3677 Log: Subject: [PATCH] perl.h for Mac OS (Classic)
3678 From: Chris Nandor <pudge@pobox.com>
3679 Date: Thu, 25 Oct 2001 22:15:03 -0400
3680 Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
3683 ____________________________________________________________________________
3684 [ 12664] By: gsar on 2001/10/26 00:22:35
3685 Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
3686 C<"string1" STRING2> (latter appears to work everywhere)
3687 Branch: maint-5.6/perl
3688 ! ext/DynaLoader/dlutils.c
3689 ____________________________________________________________________________
3690 [ 12663] By: jhi on 2001/10/25 22:59:44
3691 Log: AUTHORS update.
3694 ____________________________________________________________________________
3695 [ 12662] By: jhi on 2001/10/25 22:50:41
3696 Log: Integrate change #12660 from maintperl;
3698 make the dMY_CXT stuff available under all of
3699 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
3702 ____________________________________________________________________________
3703 [ 12661] By: jhi on 2001/10/25 22:47:28
3704 Log: Subject: [PATCH] DB_File-1.79
3705 From: "Paul Marquess" <paul.marquess@openwave.com>
3706 Date: Fri, 26 Oct 2001 00:03:54 +0100
3707 Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
3709 ! ext/DB_File/Changes ext/DB_File/DB_File.xs
3710 ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
3711 ____________________________________________________________________________
3712 [ 12660] By: gsar on 2001/10/25 22:44:44
3713 Log: make the dMY_CXT stuff available under all of
3714 MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
3715 Branch: maint-5.6/perl
3717 ____________________________________________________________________________
3718 [ 12659] By: jhi on 2001/10/25 21:27:23
3719 Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
3720 From: Michael G Schwern <schwern@pobox.com>
3721 Date: Thu, 25 Oct 2001 18:28:12 -0400
3722 Message-ID: <20011025182812.M4811@blackrider>
3725 ____________________________________________________________________________
3726 [ 12658] By: jhi on 2001/10/25 20:54:58
3729 ! regcomp.c regexec.c
3730 ____________________________________________________________________________
3731 [ 12657] By: jhi on 2001/10/25 20:51:44
3732 Log: Subject: [PATCH] remove small IVop redundancy
3733 From: Nicholas Clark <nick@ccl4.org>
3734 Date: Thu, 25 Oct 2001 22:48:28 +0100
3735 Message-ID: <20011025224827.M66471@plum.flirble.org>
3738 ____________________________________________________________________________
3739 [ 12656] By: jhi on 2001/10/25 18:45:52
3740 Log: Metaconfig unit change for #12655.
3741 Branch: metaconfig/U/perl
3743 ____________________________________________________________________________
3744 [ 12655] By: jhi on 2001/10/25 18:45:18
3745 Log: Subject: Re: Not OK @12650
3746 From: Andy Dougherty <doughera@lafayette.edu>
3747 Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
3748 Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
3751 ____________________________________________________________________________
3752 [ 12654] By: jhi on 2001/10/25 18:07:58
3753 Log: Integrate changes #12652 and #12653 from maintperl;
3755 more tweaks to change#12626
3756 * move the boilerplate code over to perl.h and make DynaLoader
3758 * make re, Opcode, File::Glob and B threadsafe
3759 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
3762 include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
3764 File::Glob required a bit more work in bleadperl
3765 because of ExtUtils::Constant (see the Makefile.PL change)
3767 ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
3768 !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3769 !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
3770 ____________________________________________________________________________
3771 [ 12653] By: gsar on 2001/10/25 17:23:52
3772 Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
3773 Branch: maint-5.6/perl
3774 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3775 ! ext/Opcode/Opcode.xs ext/re/re.xs
3776 ____________________________________________________________________________
3777 [ 12652] By: gsar on 2001/10/25 16:46:44
3778 Log: more tweaks to change#12626
3779 * move the boilerplate code over to perl.h and make DynaLoader
3781 * make re, Opcode, File::Glob and B threadsafe
3782 * re.xs needed s/deinstall/uninstall/ (guess nobody uses
3784 Branch: maint-5.6/perl
3785 ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
3786 ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
3787 ____________________________________________________________________________
3788 [ 12651] By: jhi on 2001/10/25 16:35:51
3789 Log: Metaconfig unit change for #12650.
3790 Branch: metaconfig/U/perl
3792 ____________________________________________________________________________
3793 [ 12650] By: jhi on 2001/10/25 16:35:34
3794 Log: Subject: Re: ithreads doesn't like usedl=n
3795 From: Andy Dougherty <doughera@lafayette.edu>
3796 Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
3797 Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
3799 Special-case threads::shared.
3802 ____________________________________________________________________________
3803 [ 12649] By: jhi on 2001/10/25 16:21:35
3804 Log: Getting fancier...
3807 ____________________________________________________________________________
3808 [ 12648] By: jhi on 2001/10/25 14:26:20
3809 Log: csh - what a pain.
3812 ____________________________________________________________________________
3813 [ 12647] By: jhi on 2001/10/25 14:04:01
3814 Log: Update Changes.
3816 ! Changes patchlevel.h
3817 ____________________________________________________________________________
3818 [ 12646] By: jhi on 2001/10/25 13:34:19
3819 Log: Allow resetting the locale system for the duration
3820 of the build (Mac OS X default setting LANG=En_US
3824 ____________________________________________________________________________
3825 [ 12645] By: jhi on 2001/10/25 13:04:17
3826 Log: Update the MD5 checksum of MD5.xs (caused by #12642)
3828 ! ext/Digest/MD5/t/files.t
3829 ____________________________________________________________________________
3830 [ 12644] By: jhi on 2001/10/25 12:56:33
3831 Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
3832 From: Andy Dougherty <doughera@lafayette.edu>
3833 Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT)
3834 Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
3836 ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
3837 ! ext/threads/shared/Makefile.PL
3838 ____________________________________________________________________________
3839 [ 12643] By: sky on 2001/10/25 12:28:26
3840 Log: Add support for reference members of hashes.
3842 ! ext/threads/shared/shared.xs
3843 ____________________________________________________________________________
3844 [ 12642] By: ams on 2001/10/25 12:21:13
3845 Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
3846 From: "Norton Allen" <nort@qnx.com>
3847 Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
3848 Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
3850 ! ext/Digest/MD5/MD5.xs
3851 ____________________________________________________________________________
3852 [ 12641] By: sky on 2001/10/25 10:27:39
3853 Log: Tests shared hashes.
3855 + ext/threads/shared/t/hv_simple.t
3857 ____________________________________________________________________________
3858 [ 12640] By: sky on 2001/10/25 10:18:23
3859 Log: Fix threadcounts for arrays and hashes.
3861 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3862 ____________________________________________________________________________
3863 [ 12639] By: sky on 2001/10/25 10:17:26
3864 Log: Note to self, doing *src_ary++ in a macro that evaluates
3865 the value more than once is a good way to dump core.
3868 ____________________________________________________________________________
3869 [ 12638] By: jhi on 2001/10/25 05:18:06
3870 Log: Integrate change #12636 from maintperl; more dl fixups.
3872 !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3873 !> ext/DynaLoader/dl_vms.xs
3874 ____________________________________________________________________________
3875 [ 12637] By: jhi on 2001/10/25 05:14:17
3876 Log: Like dl_hpux, like dl_dld.
3878 ! ext/DynaLoader/dl_dld.xs
3879 ____________________________________________________________________________
3880 [ 12636] By: gsar on 2001/10/25 02:34:06
3881 Log: followups to change#12635
3882 Branch: maint-5.6/perl
3883 ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
3884 ! ext/DynaLoader/dl_vms.xs
3885 ____________________________________________________________________________
3886 [ 12635] By: gsar on 2001/10/25 02:22:03
3887 Log: add part of change#12634 to the two files that need it; dl_aix.xs
3888 in maint-5.6 doesn't have the branch that had the problem in
3890 Branch: maint-5.6/perl
3891 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
3892 ____________________________________________________________________________
3893 [ 12634] By: jhi on 2001/10/25 01:53:03
3894 Log: Fixes for #12627.
3896 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
3897 ____________________________________________________________________________
3898 [ 12633] By: jhi on 2001/10/25 01:52:33
3899 Log: Since pv_uni_display and sv_uni_display are now used
3900 in the re extension, their symbols have to be exported.
3902 ! embed.pl global.sym
3903 ____________________________________________________________________________
3904 [ 12632] By: jhi on 2001/10/25 01:00:06
3905 Log: Subject: Re: [PATCH Perl@12567] debug /list
3906 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3907 Date: Tue, 23 Oct 2001 21:40:33 EDT
3908 Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
3911 ____________________________________________________________________________
3912 [ 12631] By: jhi on 2001/10/25 00:25:55
3913 Log: This takes care of some of the re 'debug' cases but
3914 not all cases since the information whether the pattern
3915 or the target are utf8 seems to be either lost or not
3916 spread widely enough, sigh.
3919 ____________________________________________________________________________
3920 [ 12630] By: jhi on 2001/10/25 00:03:07
3921 Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
3922 From: John Peacock <jpeacock@rowman.com>
3923 Date: Wed, 24 Oct 2001 16:53:29 -0400
3924 Message-ID: <3BD72A49.1508D152@rowman.com>
3927 ____________________________________________________________________________
3928 [ 12629] By: jhi on 2001/10/24 23:16:21
3929 Log: Upgrade NetWare and WinCE as in #12626.
3931 ! NetWare/dl_netware.xs wince/dl_win32.xs
3932 ____________________________________________________________________________
3933 [ 12628] By: jhi on 2001/10/24 23:07:00
3934 Log: Tru64 compiler nit.
3936 ! ext/threads/shared/shared.xs
3937 ____________________________________________________________________________
3938 [ 12627] By: jhi on 2001/10/24 22:02:23
3939 Log: Integrate change #12626 from maintperl;
3940 make DynaLoader threadsafe by moving all statics into
3941 interpreter-local space
3943 TODO: Netware, OS/2, WinCE
3945 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3946 !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3947 !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3948 !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3949 !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3950 !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3951 !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
3952 ____________________________________________________________________________
3953 [ 12626] By: gsar on 2001/10/24 21:43:10
3954 Log: make DynaLoader threadsafe by moving all statics into interpreter-local
3956 Branch: maint-5.6/perl
3957 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
3958 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
3959 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
3960 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
3961 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3962 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
3963 ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
3964 ____________________________________________________________________________
3965 [ 12625] By: sky on 2001/10/24 20:05:26
3966 Log: Change #12623 inflicted an infinite hang. Fixed.
3968 ! ext/threads/shared/shared.xs
3969 ____________________________________________________________________________
3970 [ 12624] By: sky on 2001/10/24 19:06:55
3971 Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
3973 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3974 ____________________________________________________________________________
3975 [ 12623] By: sky on 2001/10/24 18:06:34
3976 Log: We need to do sharedsv_find in the original perl context.
3978 ! ext/threads/shared/shared.xs
3979 ____________________________________________________________________________
3980 [ 12622] By: sky on 2001/10/24 17:26:51
3981 Log: Add support for basic support for AVs, references not supported yet.
3983 Add more tests to sv_refs
3984 Fix documentation issues.
3986 + ext/threads/shared/t/av_simple.t
3987 ! MANIFEST ext/threads/shared/shared.pm
3988 ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
3989 ____________________________________________________________________________
3990 [ 12621] By: jhi on 2001/10/24 14:08:39
3991 Log: Dump Unicode better for re 'debug'. The regprop()
3992 is unfinished since have to figure out how to detect
3993 Unicodeness in there.
3995 ! regcomp.c regexec.c
3996 ____________________________________________________________________________
3997 [ 12620] By: sky on 2001/10/24 13:18:07
3998 Log: Add support for finding shared arrays and hashes.
4001 ____________________________________________________________________________
4002 [ 12619] By: jhi on 2001/10/24 13:06:24
4003 Log: Rewrite sv_uni_display() as pv_uni_display() as
4004 reimplement sv_uni_display() using that.
4006 ! dump.c embed.h embed.pl proto.h
4007 ____________________________________________________________________________
4008 [ 12618] By: jhi on 2001/10/24 12:14:03
4009 Log: Integrate change #12615 from maintperl;
4010 on Windows, IO::File::new_tmpfile() fails after being called
4011 32767 times because MSVCRT thinks stdio's TMP_MAX is a
4015 ____________________________________________________________________________
4016 [ 12617] By: jhi on 2001/10/24 12:10:37
4017 Log: Don't try to print ints as IVs.
4019 ! ext/Time/HiRes/HiRes.xs
4020 ____________________________________________________________________________
4021 [ 12616] By: sky on 2001/10/24 11:06:35
4022 Log: We only need to fetch the SV from the backend if the index
4023 is not the same as mg_private. In theory this could be
4024 a problem if there are an exact multiple of U16 changes
4025 of a shared variable between two access in a given thread,
4026 we choose to avoid theory for now.
4028 ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
4029 ____________________________________________________________________________
4030 [ 12615] By: gsar on 2001/10/24 04:09:43
4031 Log: on Windows, IO::File::new_tmpfile() fails after being called
4032 32767 times because MSVCRT thinks stdio's TMP_MAX is a
4034 Branch: maint-5.6/perl
4036 ____________________________________________________________________________
4037 [ 12614] By: jhi on 2001/10/23 22:19:34
4038 Log: Negation and Unicode: sort of solves 20010303.010,
4039 except not quite like reported in the Subject
4040 (Perl_warner is still utf8-ignorant).
4042 ! pp.c t/lib/warnings/sv
4043 ____________________________________________________________________________
4044 [ 12613] By: jhi on 2001/10/23 21:53:13
4045 Log: Make the "isn't numeric" warning to show Unicode as Unicode.
4047 ! sv.c t/lib/warnings/sv
4048 ____________________________________________________________________________
4049 [ 12612] By: jhi on 2001/10/23 21:52:45
4050 Log: sv_uni_display(): do not add the "...", let the caller
4051 do it if wanted, and be prepared for more display options.
4053 ! dump.c embed.h embed.pl proto.h
4054 ____________________________________________________________________________
4055 [ 12611] By: nick on 2001/10/23 20:28:07
4056 Log: Integrate mainline
4058 !> Changes configure.com cygwin/cygwin.c
4059 !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
4060 !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
4061 !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
4062 !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
4063 !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
4064 !> utils/h2xs.PL utils/perldoc.PL
4065 ____________________________________________________________________________
4066 [ 12610] By: sky on 2001/10/23 19:39:24
4067 Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
4068 READONLY but still dies with modification attempt. We only call bless for ext and
4072 ____________________________________________________________________________
4073 [ 12609] By: jhi on 2001/10/23 19:35:02
4074 Log: Croak() on negative time; doc tweaks.
4076 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4077 ! ext/Time/HiRes/HiRes.xs
4078 ____________________________________________________________________________
4079 [ 12608] By: jhi on 2001/10/23 18:38:03
4082 ! pod/perlfaq4.pod pod/perlfaq7.pod
4083 ____________________________________________________________________________
4084 [ 12607] By: sky on 2001/10/23 18:27:27
4085 Log: Call setmagic on the referant we blessing!
4088 ____________________________________________________________________________
4089 [ 12606] By: jhi on 2001/10/23 16:30:00
4090 Log: Small test nits.
4093 ____________________________________________________________________________
4094 [ 12605] By: jhi on 2001/10/23 13:08:32
4095 Log: Update Changes.
4097 ! Changes patchlevel.h
4098 ____________________________________________________________________________
4099 [ 12604] By: jhi on 2001/10/23 13:03:21
4100 Log: Make the PerlIO_init() prototypes consistent.
4103 ____________________________________________________________________________
4104 [ 12603] By: jhi on 2001/10/23 12:54:52
4105 Log: Upping the test count is a good idea.
4108 ____________________________________________________________________________
4109 [ 12602] By: jhi on 2001/10/23 12:52:10
4110 Log: Document the final sigma spot.
4113 ____________________________________________________________________________
4114 [ 12601] By: jhi on 2001/10/23 12:26:12
4115 Log: Fix multicharacter titlecase (ucfirst).
4117 ! pod/perlunicode.pod pp.c t/op/lc.t
4118 ____________________________________________________________________________
4119 [ 12600] By: jhi on 2001/10/23 11:47:19
4120 Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
4121 From: Mikhail Zabaluev <mhz@alt-linux.org>
4122 Date: Tue, 23 Oct 2001 10:40:37 +0400
4123 Message-ID: <20011023104037.A12761@localhost.localdomain>
4125 (#12406 replaced with this)
4128 ____________________________________________________________________________
4129 [ 12599] By: jhi on 2001/10/23 00:26:17
4130 Log: MacOS Classic updates from Pudge.
4132 ! lib/File/Spec.t lib/File/Spec/Mac.pm
4133 ____________________________________________________________________________
4134 [ 12598] By: jhi on 2001/10/22 22:32:59
4135 Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
4136 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4137 Date: Sun, 14 Oct 2001 23:14:46 +0200
4138 Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
4140 except for the 2->4 changes.
4143 ____________________________________________________________________________
4144 [ 12597] By: gsar on 2001/10/22 22:02:50
4145 Log: integrate macperl contents into maint-5.6
4146 Branch: maint-5.6/perl
4148 !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
4149 !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
4150 !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
4151 !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
4152 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
4153 !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
4154 !> t/lib/filefind.t t/lib/filespec.t
4155 ____________________________________________________________________________
4156 [ 12596] By: jhi on 2001/10/22 21:43:44
4157 Log: At some point the #6234 has been lost from the mainline
4158 (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
4160 ! lib/File/Spec/Win32.pm
4161 ____________________________________________________________________________
4162 [ 12595] By: jhi on 2001/10/22 21:31:31
4163 Log: Cygwin seems to round up (or closest, but not down)
4164 for time(), so half of the time (bad pun intended)
4165 Time::HiRes::time() is less than time(), half of
4166 the time it's more. So let's try harder in the loop.
4168 ! ext/Time/HiRes/HiRes.t
4169 ____________________________________________________________________________
4170 [ 12594] By: jhi on 2001/10/22 21:23:15
4171 Log: MacOS Classic timeofday(), from Chris Nandor.
4173 ! ext/Time/HiRes/HiRes.xs
4174 ____________________________________________________________________________
4175 [ 12593] By: jhi on 2001/10/22 21:17:39
4176 Log: Integrate changes #12580 and #12581 from macperl;
4178 Fix path construction.
4182 !> ext/DynaLoader/DynaLoader_pm.PL perl.c
4183 ____________________________________________________________________________
4184 [ 12592] By: jhi on 2001/10/22 21:00:18
4185 Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
4186 doesn't seem to help (the error being output to console, maybe?)
4189 ____________________________________________________________________________
4190 [ 12591] By: jhi on 2001/10/22 20:55:08
4191 Log: Taint the getcwd() result also in Cygwin.
4192 (TODO: which other platforms need the same thing?)
4195 ____________________________________________________________________________
4196 [ 12590] By: jhi on 2001/10/22 20:27:47
4197 Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
4200 ____________________________________________________________________________
4201 [ 12589] By: jhi on 2001/10/22 20:10:40
4202 Log: getpwuid() fragility continues.
4205 ____________________________________________________________________________
4206 [ 12588] By: jhi on 2001/10/22 19:58:34
4207 Log: getpwuid() might succeed but that's no guarantee
4208 that the $home will be defined.
4210 ! ext/File/Glob/t/basic.t
4211 ____________________________________________________________________________
4212 [ 12587] By: jhi on 2001/10/22 19:50:35
4213 Log: It's safer to to expand the variable, too... (see #12571)
4216 ____________________________________________________________________________
4217 [ 12586] By: pudge on 2001/10/22 19:42:04
4218 Log: Integrate with maintperl.
4219 Branch: maint-5.6/macperl
4220 !> win32/bin/pl2bat.pl win32/win32.c
4221 ____________________________________________________________________________
4222 [ 12585] By: pudge on 2001/10/22 19:32:02
4223 Log: Oops, forgot to include Win32 ... just as well, since it
4224 seems in bleadperl, change #7764 was not included
4225 (adding C:\temp). Re-added. Rip it back out if it
4227 Branch: maint-5.6/macperl
4228 ! lib/File/Spec/Win32.pm
4229 ____________________________________________________________________________
4230 [ 12584] By: jhi on 2001/10/22 19:26:47
4231 Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
4232 From: "Craig A. Berry" <craigberry@mac.com>
4233 Date: Mon, 22 Oct 2001 15:25:19 -0500
4234 Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
4237 ____________________________________________________________________________
4238 [ 12583] By: pudge on 2001/10/22 19:26:00
4239 Log: Add in lots of File::Spec changes, from Thomas Wegner,
4240 and sync with changes from bleadperl.
4241 Branch: maint-5.6/macperl
4242 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
4243 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
4244 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4245 ! lib/File/Spec/Win32.pm t/lib/filespec.t
4246 ____________________________________________________________________________
4247 [ 12582] By: pudge on 2001/10/22 19:23:28
4248 Log: Sync with latest File::Find and tests from bleadperl.
4249 Branch: maint-5.6/macperl
4250 ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
4251 ____________________________________________________________________________
4252 [ 12581] By: pudge on 2001/10/22 19:22:12
4254 Branch: maint-5.6/macperl
4256 ____________________________________________________________________________
4257 [ 12580] By: pudge on 2001/10/22 19:21:37
4258 Log: Fix path construction.
4259 Branch: maint-5.6/macperl
4260 ! ext/DynaLoader/DynaLoader_pm.PL
4261 ____________________________________________________________________________
4262 [ 12579] By: nick on 2001/10/22 19:08:35
4263 Log: Integrate mainline (for Arthurs thread.xs fix)
4265 !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
4266 ____________________________________________________________________________
4267 [ 12578] By: pudge on 2001/10/22 19:02:34
4268 Log: Fix up exported symbols, move relevant docs
4269 over from macperl.pod.
4270 Branch: maint-5.6/macperl
4271 ! macos/ext/MacPerl/MacPerl.pm
4272 ____________________________________________________________________________
4273 [ 12577] By: pudge on 2001/10/22 19:01:38
4274 Log: Make ADDRESS called optionally as a method.
4275 Branch: maint-5.6/macperl
4276 ! macos/lib/Mac/Glue.pm
4277 ____________________________________________________________________________
4278 [ 12576] By: pudge on 2001/10/22 18:58:22
4279 Log: Fix exit code (MacPerl bug #422129) and add Stop Script
4281 Branch: maint-5.6/macperl
4282 ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
4283 ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
4284 ! macos/macperl/MPTerminology.aete
4285 ____________________________________________________________________________
4286 [ 12575] By: pudge on 2001/10/22 18:56:34
4287 Log: Clean up some build utilities. Change Entab to Duplicate;
4288 fix docs and error reporting; improve macify() of paths;
4289 remove requirement for Exporter.pm presence.
4290 Branch: maint-5.6/macperl
4291 ! macos/InstallBLIB macos/MacPerlTests.cmd
4292 ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
4293 ____________________________________________________________________________
4294 [ 12574] By: pudge on 2001/10/22 18:53:28
4295 Log: Sync Time::HiRes with bleadperl
4296 Branch: maint-5.6/macperl
4297 ! macos/bundled_ext/Time/HiRes/HiRes.pm
4298 ! macos/bundled_ext/Time/HiRes/HiRes.t
4299 ! macos/bundled_ext/Time/HiRes/HiRes.xs
4300 ____________________________________________________________________________
4301 [ 12573] By: pudge on 2001/10/22 18:52:58
4303 Branch: maint-5.6/macperl
4305 ____________________________________________________________________________
4306 [ 12572] By: jhi on 2001/10/22 18:49:32
4307 Log: A user might belong to only a single group
4308 (the group equal to the group id).
4311 ____________________________________________________________________________
4312 [ 12571] By: jhi on 2001/10/22 18:36:46
4313 Log: Prepending (instead of replacing with) the pwd is safer.
4316 ____________________________________________________________________________
4317 [ 12570] By: jhi on 2001/10/22 18:34:54
4318 Log: Be more robust if no hostname or domainname
4319 (especially the latter)
4322 ____________________________________________________________________________
4323 [ 12569] By: sky on 2001/10/22 17:41:07
4324 Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
4326 ! ext/threads/threads.xs
4327 ____________________________________________________________________________
4328 [ 12568] By: nick on 2001/10/22 16:31:24
4329 Log: Integrate mainline
4331 +> ext/threads/shared/Makefile.PL ext/threads/shared/README
4332 +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4333 +> ext/threads/shared/t/sv_refs.t
4334 +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
4335 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4336 - lib/unicore/To/SpecUpper.pl
4337 !> (integrate 42 files)
4338 ____________________________________________________________________________
4339 [ 12567] By: jhi on 2001/10/22 12:56:20
4340 Log: Update Changes.
4342 ! Changes patchlevel.h
4343 ____________________________________________________________________________
4344 [ 12566] By: jhi on 2001/10/22 12:22:29
4345 Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
4346 From: Michael G Schwern <schwern@pobox.com>
4347 Date: Mon, 22 Oct 2001 03:48:38 -0400
4348 Message-ID: <20011022034838.B1676@blackrider>
4351 ____________________________________________________________________________
4352 [ 12565] By: jhi on 2001/10/22 12:21:28
4353 Log: Pod nits, as suggested by Stas Bekman.
4355 ! ext/threads/shared/shared.pm ext/threads/threads.pm
4356 ____________________________________________________________________________
4357 [ 12564] By: jhi on 2001/10/22 12:17:00
4358 Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
4359 From: "Paul Marquess" <paul.marquess@openwave.com>
4360 Date: Sun, 21 Oct 2001 21:11:15 +0100
4361 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
4363 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
4364 ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
4365 ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
4366 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
4367 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
4368 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
4369 ! ext/SDBM_File/sdbm.t
4370 ____________________________________________________________________________
4371 [ 12563] By: jhi on 2001/10/22 12:15:19
4372 Log: Integrate change #12559 from maintperl;
4373 various fixes for system() and backticks under windows
4376 ____________________________________________________________________________
4377 [ 12562] By: jhi on 2001/10/22 12:05:35
4378 Log: Integrate change #12560 from maintperl;
4379 make pl2bat use %0 rather than "%0" (the latter fails to work
4380 in a lot of common cases)
4382 !> win32/bin/pl2bat.pl
4383 ____________________________________________________________________________
4384 [ 12561] By: jhi on 2001/10/22 12:00:23
4385 Log: Integrate changes #12549 and #12550 from maintperl;
4387 readline() doesn't work with our variables; it confuses them with
4388 my variables (change#4227 was incomplete)
4391 !> t/base/rs.t toke.c
4392 ____________________________________________________________________________
4393 [ 12560] By: gsar on 2001/10/22 09:51:59
4394 Log: make pl2bat use %0 rather than "%0" (the latter fails to work
4395 in a lot of common cases)
4396 Branch: maint-5.6/perl
4397 ! win32/bin/pl2bat.pl
4398 ____________________________________________________________________________
4399 [ 12559] By: gsar on 2001/10/22 09:49:51
4400 Log: various fixes for system() and backticks under windows:
4402 * avoid munging whitespace that is passed within quotes
4403 * work around a cmd.exe misfeature that made multi-arg
4404 system() unreliable when there is more than one quoted
4406 * make multi-arg system() autoquote arguments as needed
4407 before passing them to the shell (this avoids having to
4408 second guess the shell quoting)
4409 * perl's -Dp switch can be used to trace the innards
4410 Branch: maint-5.6/perl
4412 ____________________________________________________________________________
4413 [ 12558] By: nick on 2001/10/22 08:58:42
4414 Log: Integrate ithreads buffer flush fix from perlio
4416 !> ext/threads/t/basic.t perl.c
4417 ____________________________________________________________________________
4418 [ 12557] By: nick on 2001/10/22 08:35:09
4419 Log: All tests pass (legitimately) on ithreads
4421 ! ext/threads/t/basic.t perl.c
4422 ____________________________________________________________________________
4423 [ 12556] By: nick on 2001/10/22 06:51:22
4424 Log: Integrate non-ithreads fix to mainline
4427 ____________________________________________________________________________
4428 [ 12555] By: nick on 2001/10/22 06:48:33
4429 Log: Restore non-ithreads build. Interestingly binmode test passes
4430 non-ithreads - so crlf layer is not damaged and ithreads fail
4434 ____________________________________________________________________________
4435 [ 12554] By: jhi on 2001/10/21 22:21:55
4436 Log: Integrate from perlio; restructuring.
4438 !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
4439 !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
4441 ____________________________________________________________________________
4442 [ 12553] By: pudge on 2001/10/21 21:51:34
4443 Log: Integrate from maintperl
4444 (Changes 12350, 12496, 12548, 12549, 12550)
4445 Branch: maint-5.6/macperl
4446 !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
4447 !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
4448 ____________________________________________________________________________
4449 [ 12552] By: nick on 2001/10/21 19:18:12
4450 Log: Win32 PerlIO_cleanup special cases should no longer be required.
4453 ____________________________________________________________________________
4454 [ 12551] By: nick on 2001/10/21 19:16:56
4455 Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
4458 ____________________________________________________________________________
4459 [ 12550] By: gsar on 2001/10/21 19:05:54
4460 Log: change#12549 wasn't aware of strictures
4461 Branch: maint-5.6/perl
4462 ! t/pragma/strict-vars toke.c
4463 ____________________________________________________________________________
4464 [ 12549] By: gsar on 2001/10/21 18:03:19
4465 Log: readline() doesn't work with our variables; it confuses them with
4466 my variables (change#4227 was incomplete)
4467 Branch: maint-5.6/perl
4468 ! t/base/rs.t toke.c
4469 ____________________________________________________________________________
4470 [ 12548] By: gsar on 2001/10/21 17:48:01
4471 Log: change#12220 appears to have pulled in a mainline change that
4472 isn't applicable to maint-5.6 (some platforms don't taint
4474 Branch: maint-5.6/perl
4475 ! t/lib/filefind-taint.t
4476 ____________________________________________________________________________
4477 [ 12547] By: nick on 2001/10/21 17:15:54
4478 Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
4479 for them. Call explicit cleanup during destruct process.
4480 - one binmode test is failing
4481 - also ext/threads/t/basic.t fails under make test, and is noisy under
4482 harness. (Threads results are intermingled and don't match order expected.)
4484 ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
4485 ! perlio.h perliol.h pod/perlapi.pod sv.c
4486 ____________________________________________________________________________
4487 [ 12546] By: jhi on 2001/10/21 16:12:08
4488 Log: Implement multicharacter case mappings where a single
4489 Unicode character can be mapped into several.
4491 - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4492 - lib/unicore/To/SpecUpper.pl
4493 ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
4494 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
4495 ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
4496 ! proto.h t/op/lc.t utf8.c
4497 ____________________________________________________________________________
4498 [ 12545] By: sky on 2001/10/21 15:25:16
4499 Log: First support of threads::shared, support shared svs and references.
4501 + ext/threads/shared/Makefile.PL ext/threads/shared/README
4502 + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4503 + ext/threads/shared/t/sv_refs.t
4504 + ext/threads/shared/t/sv_simple.t
4505 ! MANIFEST sharedsv.c
4506 ____________________________________________________________________________
4507 [ 12544] By: nick on 2001/10/21 14:52:35
4508 Log: PerlIO layer table as PL_perlio (per-interpreter)
4510 ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
4511 ! pod/perlapi.pod sv.c
4512 ____________________________________________________________________________
4513 [ 12543] By: jhi on 2001/10/21 13:36:40
4514 Log: Prettyprinting.
4516 ! pod/perlunicode.pod
4517 ____________________________________________________________________________
4518 [ 12542] By: ams on 2001/10/21 03:50:25
4519 Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
4520 From: "Sean M. Burke" <sburke@cpan.org>
4521 Date: Sat, 20 Oct 2001 17:51:09 -0600
4522 Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
4524 + pod/perlpodspec.pod
4525 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
4527 ____________________________________________________________________________
4528 [ 12541] By: nick on 2001/10/20 22:23:53
4529 Log: Fix typos in new locking on MemShared
4530 Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
4531 - seems to make segfaults more deterministic - suspect they are
4532 attempt to free() after Interp and Host have gone.
4534 ! perlio.c win32/perlhost.h
4535 ____________________________________________________________________________
4536 [ 12540] By: nick on 2001/10/20 21:50:46
4537 Log: Remove the MemShared re-#define (again)
4540 ____________________________________________________________________________
4541 [ 12539] By: nick on 2001/10/20 21:49:06
4542 Log: Use locks on MemShared
4545 ____________________________________________________________________________
4546 [ 12538] By: jhi on 2001/10/20 17:31:07
4547 Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
4548 From: "chromatic" <chromatic@rmci.net>
4549 Date: Sat, 20 Oct 2001 11:13:47 -0600
4550 Message-ID: <20011020172003.60024.qmail@onion.perl.org>
4553 ____________________________________________________________________________
4554 [ 12537] By: nick on 2001/10/20 16:44:03
4555 Log: Integrate mainline
4557 !> (integrate 48 files)
4558 ____________________________________________________________________________
4559 [ 12536] By: jhi on 2001/10/20 15:58:00
4560 Log: Update Changes.
4562 ! Changes patchlevel.h
4563 ____________________________________________________________________________
4564 [ 12535] By: jhi on 2001/10/20 15:18:57
4565 Log: Upgrade to podlators 1.11, from Russ Allbery.
4567 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4568 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4569 ! pod/pod2man.PL pod/pod2text.PL
4570 ____________________________________________________________________________
4571 [ 12534] By: jhi on 2001/10/20 15:14:25
4572 Log: Integrate perlio change #12532:
4573 introduce and use PerlIO_intmod2str().
4575 !> doio.c lib/Net/Domain.pm perlio.c perlio.h
4576 ____________________________________________________________________________
4577 [ 12533] By: jhi on 2001/10/20 14:42:33
4578 Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
4580 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
4581 ____________________________________________________________________________
4582 [ 12532] By: nick on 2001/10/20 14:25:37
4583 Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
4584 Use for non-PERLIO fdupopen().
4586 ! doio.c lib/Net/Domain.pm perlio.c perlio.h
4587 ____________________________________________________________________________
4588 [ 12531] By: jhi on 2001/10/20 14:05:47
4589 Log: Integrate perlio: PerlIO win32 fixes.
4591 !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
4592 !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
4593 !> proto.h sv.h win32/win32io.c
4594 ____________________________________________________________________________
4595 [ 12530] By: nick on 2001/10/20 12:53:30
4596 Log: Fixed in two places - p4 resolve
4599 ____________________________________________________________________________
4600 [ 12529] By: nick on 2001/10/20 12:51:05
4601 Log: Fix for ithreads/stdio build
4603 ! perlio.c perlsdio.h
4604 ____________________________________________________________________________
4605 [ 12528] By: ams on 2001/10/20 12:13:25
4606 Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
4607 From: Michael G Schwern <schwern@pobox.com>
4608 Date: Sat, 20 Oct 2001 01:41:21 -0400
4609 Message-Id: <20011020014121.I3681@blackrider>
4612 ____________________________________________________________________________
4613 [ 12527] By: ams on 2001/10/20 12:09:41
4614 Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
4615 From: Michael G Schwern <schwern@pobox.com>
4616 Date: Sat, 20 Oct 2001 02:04:21 -0400
4617 Message-Id: <20011020020421.A11732@blackrider>
4619 ! lib/Pod/Checker.pm
4620 ____________________________________________________________________________
4621 [ 12526] By: ams on 2001/10/20 11:59:41
4622 Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
4623 From: "chromatic" <chromatic@rmci.net>
4624 Date: Fri, 19 Oct 2001 22:46:39 -0600
4625 Message-Id: <20011020045254.73112.qmail@onion.perl.org>
4628 ____________________________________________________________________________
4629 [ 12525] By: nick on 2001/10/20 11:16:18
4630 Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
4631 Perl_sv_setsv_flags directly.
4633 ! ext/threads/threads.xs
4634 ____________________________________________________________________________
4635 [ 12524] By: nick on 2001/10/20 10:28:17
4636 Log: Add a new flag character 'm' to embed.pl set to represent
4637 "functions" which are really macros. Use it foe the troublesome
4638 sv_setsv() etc. macros in sv.h - changing latter to define
4639 sv_setsv rather than sv_setsv_macro etc.
4641 ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
4642 ! pod/perlapi.pod proto.h sv.h
4643 ____________________________________________________________________________
4644 [ 12523] By: nick on 2001/10/20 09:17:17
4645 Log: Add comments explaining why win32.h/embed.h are included where they are
4649 ____________________________________________________________________________
4650 [ 12522] By: nick on 2001/10/20 08:27:44
4651 Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
4655 ____________________________________________________________________________
4656 [ 12521] By: jhi on 2001/10/20 02:36:21
4657 Log: Wording tweaks.
4660 ____________________________________________________________________________
4661 [ 12520] By: jhi on 2001/10/20 01:02:26
4662 Log: Subject: IO module with nonblocking socket connect patch
4663 From: Raul Dias <raul@dias.com.br>
4664 Date: Fri, 19 Oct 2001 22:45:32 -0300
4665 Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
4667 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
4668 ____________________________________________________________________________
4669 [ 12519] By: jhi on 2001/10/20 00:51:07
4670 Log: Test vertical whitespace combined with /x in \p{}.
4673 ____________________________________________________________________________
4674 [ 12518] By: jhi on 2001/10/20 00:13:47
4675 Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
4676 From: Gisle Aas <gisle@ActiveState.com>
4677 Date: 19 Oct 2001 16:46:02 -0700
4678 Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
4680 ! lib/ExtUtils/MakeMaker.pm
4681 ____________________________________________________________________________
4682 [ 12517] By: jhi on 2001/10/19 23:59:34
4683 Log: No more this symbol.
4686 ____________________________________________________________________________
4687 [ 12516] By: jhi on 2001/10/19 23:57:48
4688 Log: Integrate change #12511; fix gross win32 build issues.
4691 ____________________________________________________________________________
4692 [ 12515] By: jhi on 2001/10/19 23:16:06
4693 Log: Unpack in scalar context should return the first value
4694 returned in list context, as pointed out by Ton Hospel
4695 in 2001-05-21 (this is how it works already in blead,
4696 just adding the test).
4699 ____________________________________________________________________________
4700 [ 12514] By: jhi on 2001/10/19 21:10:43
4701 Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
4702 From: "Craig A. Berry" <craigberry@mac.com>
4703 Date: Fri, 19 Oct 2001 16:59:30 -0500
4704 Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
4707 ____________________________________________________________________________
4708 [ 12513] By: jhi on 2001/10/19 21:09:27
4709 Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
4710 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4711 Date: Fri, 19 Oct 2001 17:45:23 EDT
4712 Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
4714 ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
4715 ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
4716 ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
4718 ____________________________________________________________________________
4719 [ 12512] By: jhi on 2001/10/19 20:28:48
4720 Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
4721 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4722 Date: Fri, 19 Oct 2001 17:26:35 EDT
4723 Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
4725 ! lib/Term/Complete.t lib/Test/Simple/t/output.t
4726 ____________________________________________________________________________
4727 [ 12511] By: nick on 2001/10/19 19:55:36
4728 Log: Fix gross win32 build issues
4731 ____________________________________________________________________________
4732 [ 12510] By: jhi on 2001/10/19 19:52:17
4733 Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
4734 From: David Dyck <dcd@tc.fluke.com>
4735 Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
4736 Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
4739 ____________________________________________________________________________
4740 [ 12509] By: jhi on 2001/10/19 19:01:46
4741 Log: Subject: Re: PerlIO and Encode
4742 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4743 Date: Tue, 16 Oct 2001 01:50:16 +0900
4744 Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
4746 ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
4747 ! ext/Encode/Encode/Tcl.t
4748 ____________________________________________________________________________
4749 [ 12508] By: ams on 2001/10/19 17:59:16
4750 Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
4754 ____________________________________________________________________________
4755 [ 12507] By: nick on 2001/10/19 16:30:43
4756 Log: Integrate mainline
4758 +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
4759 +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
4760 +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
4761 +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
4762 +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
4763 +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
4764 +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
4765 +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
4766 +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
4767 +> win32/config_H.win64
4768 - lib/Test/Utils.pm lib/unicore/mktables.PL
4769 - t/lib/Test/Simple/Catch/More.pm
4770 !> (integrate 84 files)
4771 ____________________________________________________________________________
4772 [ 12506] By: jhi on 2001/10/19 14:20:15
4773 Log: Retract the #10451 which seems to be the cause
4774 of the major leakage from while(){eval"sub{}"}
4776 ! op.c t/run/kill_perl.t
4777 ____________________________________________________________________________
4778 [ 12505] By: jhi on 2001/10/19 13:39:59
4782 ____________________________________________________________________________
4783 [ 12504] By: jhi on 2001/10/19 13:35:59
4787 ____________________________________________________________________________
4788 [ 12503] By: ams on 2001/10/19 13:34:24
4789 Log: Subject: Re: perlintro.pod
4790 From: Abe Timmerman <abe@ztreet.demon.nl>
4791 Date: Fri, 19 Oct 2001 14:12:40 +0200
4792 Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
4795 ____________________________________________________________________________
4796 [ 12502] By: ams on 2001/10/19 13:24:12
4797 Log: Slight reorganisation of references.
4800 ____________________________________________________________________________
4801 [ 12501] By: jhi on 2001/10/19 13:19:14
4802 Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
4803 From: Kay Röpke <kroepke@dolphin-services.de>
4804 Date: Fri, 19 Oct 2001 14:04:01 +0200
4805 Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
4807 ! lib/ExtUtils/MakeMaker.pm
4808 ____________________________________________________________________________
4809 [ 12500] By: jhi on 2001/10/19 03:25:44
4810 Log: Unicode categories continue:
4811 implement Category=, Script=, Block=
4812 (these are based on an upcoming update of TR#18)
4813 Fix a bug where we got two In categories named "old italic",
4814 and another where shortcut for the Is categories wasn't taken.
4816 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
4817 ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
4818 ! pod/perlunicode.pod t/op/pat.t
4819 ____________________________________________________________________________
4820 [ 12499] By: ams on 2001/10/19 01:42:29
4821 Log: Subject: a small patch to perlintro.pod.
4822 From: Autrijus Tang <autrijus@autrijus.org>
4823 Date: Fri, 19 Oct 2001 01:45:51 +0800
4824 Message-Id: <20011019014551.A35625@not.autrijus.org>
4825 (Applied by hand with nits.)
4828 ____________________________________________________________________________
4829 [ 12498] By: jhi on 2001/10/19 00:14:50
4830 Log: Subject: [PATCH] OpenBSD hints for ithreads
4831 From: Andy Dougherty <doughera@lafayette.edu>
4832 Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
4833 Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
4836 ____________________________________________________________________________
4837 [ 12497] By: jhi on 2001/10/18 16:14:13
4838 Log: Retract #12446; the problem solved by #12474.
4841 ____________________________________________________________________________
4842 [ 12496] By: gsar on 2001/10/18 15:38:22
4843 Log: Carp::shortmess_heavy() doesn't notice trailing newline in
4844 message and suppress line number info (from Steve Hay
4845 <Steve.Hay@uk.radan.com>)
4846 Branch: maint-5.6/perl
4848 ____________________________________________________________________________
4849 [ 12495] By: jhi on 2001/10/18 14:06:52
4850 Log: More documented In categories.
4852 ! pod/perlunicode.pod
4853 ____________________________________________________________________________
4854 [ 12494] By: jhi on 2001/10/18 13:04:48
4855 Log: Update Changes.
4857 ! Changes patchlevel.h
4858 ____________________________________________________________________________
4859 [ 12493] By: jhi on 2001/10/18 12:58:31
4860 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
4863 ____________________________________________________________________________
4864 [ 12492] By: jhi on 2001/10/18 12:37:28
4865 Log: Wrong skip() arguments.
4868 ____________________________________________________________________________
4869 [ 12491] By: jhi on 2001/10/18 12:17:16
4870 Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems
4871 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4872 Date: Wed, 17 Oct 2001 09:10:53 EDT
4873 Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
4875 ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
4876 ! pod/perlapi.pod vms/vms.c
4877 ____________________________________________________________________________
4878 [ 12490] By: ams on 2001/10/18 09:31:00
4879 Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
4880 From: Mark-Jason Dominus <mjd@plover.com>
4881 Date: Thu, 18 Oct 2001 06:25:35 -0400
4882 Message-Id: <20011018102535.19264.qmail@plover.com>
4885 ____________________________________________________________________________
4886 [ 12489] By: jhi on 2001/10/18 02:24:52
4887 Log: Prettyprinting.
4889 ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
4890 ____________________________________________________________________________
4891 [ 12488] By: jhi on 2001/10/18 00:47:19
4894 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4895 ____________________________________________________________________________
4896 [ 12487] By: jhi on 2001/10/18 00:43:18
4897 Log: Add perlintro, from Skud.
4901 ____________________________________________________________________________
4902 [ 12486] By: jhi on 2001/10/18 00:10:44
4905 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
4906 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
4907 ! pod/perlfaq8.pod pod/perlfaq9.pod
4908 ____________________________________________________________________________
4909 [ 12485] By: jhi on 2001/10/17 23:57:15
4910 Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
4911 in speed (upto 20% speedup in certain operations) but meanwhile
4912 regexps and arithmetics got slower (5-10%) (according to
4913 perlbench average speedup is negligible, and within measuring
4914 flutter, 1%). Therefore retracting all the changes
4915 aimed at getting -std1 to compile cleanly: #12475, #12476,
4916 #12479, #12480, #12481, #12482, #12483, #12484.
4918 ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
4919 ! pp_hot.c pp_sys.c toke.c
4920 ____________________________________________________________________________
4921 [ 12484] By: jhi on 2001/10/17 21:58:40
4922 Log: (retracted by #12485)
4923 Strict ANSI doesn't like the third argument of main()
4924 so enable ignoring it if using ultra picky compiler.
4927 ____________________________________________________________________________
4928 [ 12483] By: jhi on 2001/10/17 21:48:24
4929 Log: (retracted by #12485)
4930 Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
4933 ____________________________________________________________________________
4934 [ 12482] By: jhi on 2001/10/17 21:42:57
4935 Log: (retracted by #12485)
4936 Add explanatory comment.
4939 ____________________________________________________________________________
4940 [ 12481] By: jhi on 2001/10/17 20:50:37
4941 Log: (retracted by #12485)
4944 ! doio.c perl.h pp_sys.c
4945 ____________________________________________________________________________
4946 [ 12480] By: jhi on 2001/10/17 20:27:34
4947 Log: (retracted by #12485)
4951 ____________________________________________________________________________
4952 [ 12479] By: jhi on 2001/10/17 19:57:34
4953 Log: (retracted by #12485)
4954 Thou shalt not #ifdef inside macro invocations,
4955 noticed by Rafael Garcia-Suarez.
4958 ____________________________________________________________________________
4959 [ 12478] By: ams on 2001/10/17 18:50:55
4960 Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
4961 From: Anton Berezin <tobez@tobez.org>
4962 Date: Wed, 17 Oct 2001 18:25:48 +0200
4963 Message-Id: <20011017182548.A12082@heechee.tobez.org>
4966 ____________________________________________________________________________
4967 [ 12476] By: jhi on 2001/10/17 16:46:50
4968 Log: (retracted by #12485)
4969 Unterminated #ifdef.
4972 ____________________________________________________________________________
4973 [ 12475] By: jhi on 2001/10/17 16:42:49
4974 Log: (retracted by #12485)
4975 Avoid dollar signs in identifiers (in non-VMS) to
4976 placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
4978 ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
4980 ____________________________________________________________________________
4981 [ 12474] By: ams on 2001/10/17 15:14:50
4982 Log: Subject: Two AIX patches
4983 From: H.Merijn Brand <h.m.brand@hccnet.nl>
4984 Date: Wed, 17 Oct 2001 18:04:35 +0200
4985 Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
4987 ! hints/aix.sh makedef.pl
4988 ____________________________________________________________________________
4989 [ 12473] By: jhi on 2001/10/17 14:48:38
4990 Log: Limiting the Time::HiRes::sleep and usleep to
4991 one second is not a good policy if drop-in
4992 replacement is still a goal.
4994 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
4995 ! ext/Time/HiRes/HiRes.xs
4996 ____________________________________________________________________________
4997 [ 12472] By: jhi on 2001/10/17 11:00:54
4998 Log: Subject: [PATCH] Test::Simple 0.32
4999 From: Michael G Schwern <schwern@pobox.com>
5000 Date: Wed, 17 Oct 2001 03:42:41 -0400
5001 Message-ID: <20011017034241.A25038@blackrider>
5003 + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
5004 + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
5005 + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
5006 + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
5007 + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
5008 + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
5009 - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
5010 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
5011 ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
5012 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5013 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5014 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
5015 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
5016 ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
5017 ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
5018 ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
5019 ! t/lib/Test/Simple/Catch.pm
5020 ! t/lib/Test/Simple/sample_tests/five_fail.plx
5021 ____________________________________________________________________________
5022 [ 12471] By: jhi on 2001/10/17 10:25:06
5023 Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var
5024 From: Michael G Schwern <schwern@pobox.com>
5025 Date: Wed, 17 Oct 2001 04:04:13 -0400
5026 Message-ID: <20011017040413.C25550@blackrider>
5028 ! t/TEST t/harness vms/test.com
5029 ____________________________________________________________________________
5030 [ 12470] By: jhi on 2001/10/17 02:25:01
5031 Log: Regen doc with perlmodstyle added.
5033 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5034 ____________________________________________________________________________
5035 [ 12469] By: jhi on 2001/10/17 02:24:02
5038 ! lib/File/Spec.pm lib/File/Spec/Mac.pm
5039 ____________________________________________________________________________
5040 [ 12468] By: jhi on 2001/10/17 02:16:11
5041 Log: Subject: perlmodstyle as a patch
5042 From: Kirrily Robert <skud@infotrope.net>
5043 Date: Tue, 16 Oct 2001 22:47:23 -0400
5044 Message-ID: <20011016224723.A20673@infotrope.net>
5046 + pod/perlmodstyle.pod
5048 ____________________________________________________________________________
5049 [ 12467] By: jhi on 2001/10/17 00:59:43
5050 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
5051 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
5052 Date: Thu, 6 Sep 2001 11:09:40 +0100
5053 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
5055 Mention also the develooper p5p archive.
5058 ____________________________________________________________________________
5059 [ 12466] By: jhi on 2001/10/17 00:57:38
5060 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
5061 From: Kay Röpke <kroepke@dolphin-services.de>
5062 Date: Tue, 16 Oct 2001 17:23:52 +0200
5063 Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
5065 ! lib/ExtUtils/MakeMaker.pm
5066 ____________________________________________________________________________
5067 [ 12465] By: jhi on 2001/10/17 00:54:28
5068 Log: Add the special casing mappings (from SpecCase.txt)
5069 (except for the hyper special case mappings that have
5070 the condition list); the special casing mappings are
5071 unused for now. Small tidying up on mktables.
5073 + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
5074 + lib/unicore/To/SpecUpper.pl
5075 ! lib/unicore/mktables
5076 ____________________________________________________________________________
5077 [ 12464] By: jhi on 2001/10/16 22:38:24
5078 Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
5079 From: "David H. Adler" <dha@panix.com>
5080 Date: Tue, 16 Oct 2001 11:59:35 -0400
5081 Message-ID: <20011016115935.A13078@panix.com>
5083 Subject: [ PATCH ] perldata patch, revised
5084 From: "David H. Adler" <dha@panix.com>
5085 Date: Tue, 16 Oct 2001 18:26:49 -0400
5086 Message-ID: <20011016182649.C23970@panix.com>
5088 ! pod/perldata.pod pod/perlop.pod
5089 ____________________________________________________________________________
5090 [ 12463] By: jhi on 2001/10/16 19:39:25
5091 Log: Integrate perlio: PerlIO_dup (for all but Win32).
5093 !> embed.h embed.pl ext/Encode/Encode.xs
5094 !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
5095 !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
5097 ____________________________________________________________________________
5098 [ 12462] By: nick on 2001/10/16 19:11:30
5099 Log: PerlIOXxxx_dups for all but Win32
5101 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5102 ! ext/PerlIO/Via/Via.xs
5103 ____________________________________________________________________________
5104 [ 12461] By: nick on 2001/10/16 18:28:48
5105 Log: Implement PerlIOStdio_dup (explains core dumps - dup
5106 was not setting up a FILE * to be fclosed()).
5109 ____________________________________________________________________________
5110 [ 12460] By: nick on 2001/10/16 17:31:47
5111 Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
5115 ____________________________________________________________________________
5116 [ 12459] By: jhi on 2001/10/16 17:10:22
5117 Log: Subject: [PATCH perl@12443] VMS 64-bit configure
5118 From: "Craig A. Berry" <craigberry@mac.com>
5119 Date: Tue, 16 Oct 2001 13:08:38 -0500
5120 Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
5123 ____________________________________________________________________________
5124 [ 12458] By: jhi on 2001/10/16 17:07:20
5125 Log: Can't expect too much accuracy from a sleep of one second.
5126 (I think this will also fail with high load.)
5128 ! ext/Time/HiRes/HiRes.t
5129 ____________________________________________________________________________
5130 [ 12457] By: jhi on 2001/10/16 16:50:24
5131 Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
5132 From: "Werner, Randolf" <randolf.werner@sap.com>
5133 Date: Tue, 16 Oct 2001 18:33:02 +0200
5134 Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
5136 + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
5137 ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
5138 ____________________________________________________________________________
5139 [ 12456] By: nick on 2001/10/16 14:08:16
5140 Log: Builds under ithreads (but fails all threads tests)
5142 ! hv.c perlio.c sv.c
5143 ____________________________________________________________________________
5144 [ 12455] By: jhi on 2001/10/16 13:59:32
5145 Log: I think the Perl_sortsv needs *not* be skipped?
5148 ____________________________________________________________________________
5149 [ 12454] By: jhi on 2001/10/16 13:05:38
5150 Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
5151 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
5152 Date: Tue, 16 Oct 2001 15:32:44 +0200
5153 Message-ID: <3BCC531C.11494.3E433F@localhost>
5156 ____________________________________________________________________________
5157 [ 12453] By: jhi on 2001/10/16 13:04:38
5158 Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
5159 From: "Gerrit P. Haase" <gerrit.haase@convey.de>
5160 Date: Tue, 16 Oct 2001 15:01:04 +0200
5161 Message-ID: <3BCC4BB0.30935.2145B7@localhost>
5164 ____________________________________________________________________________
5165 [ 12452] By: jhi on 2001/10/16 12:03:49
5166 Log: A forgotten deletion.
5168 - lib/unicore/mktables.PL
5169 ____________________________________________________________________________
5170 [ 12451] By: nick on 2001/10/16 11:32:48
5171 Log: Skeleton of "PerlIO_dup" coded.
5172 Still-passes all tests non-threaded (well it would wouldn't it!)
5174 ! embed.h embed.pl ext/Encode/Encode.xs
5175 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
5176 ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
5178 ____________________________________________________________________________
5179 [ 12450] By: jhi on 2001/10/16 02:27:51
5180 Log: Document the problem with the swash_fetch() API that affects
5181 more complex case conversions.
5183 ! lib/utf8_heavy.pl utf8.c
5184 ____________________________________________________________________________
5185 [ 12449] By: jhi on 2001/10/16 01:55:48
5186 Log: Make Time::HiRes::sleep() and usleep() to return
5187 the number of seconds (a floating point value) and
5188 microseconds (an integer) actually slept (well,
5189 modulo the time spent in measuring the time actually
5190 slept...), to be a better drop-in replacement for
5191 the builtin sleep(). Noticed by Chris Nandor.
5193 Also make usleep() to croak if fed illegal number
5194 of useconds (anything greater than 1_000_000).
5196 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
5197 ! ext/Time/HiRes/HiRes.xs
5198 ____________________________________________________________________________
5199 [ 12448] By: jhi on 2001/10/16 00:57:05
5200 Log: A missing SvREFCNT_dec.
5203 ____________________________________________________________________________
5204 [ 12447] By: nick on 2001/10/15 20:27:53
5205 Log: Beginings of PerlIO_dup support (unstable)
5207 ! perlio.c perliol.h
5208 ____________________________________________________________________________
5209 [ 12446] By: jhi on 2001/10/15 18:44:19
5210 Log: (retracted by #12497)
5211 In AIX vac 5 just can't seem to get regcomp right.
5214 ____________________________________________________________________________
5215 [ 12445] By: jhi on 2001/10/15 16:44:04
5216 Log: Bump the version number to agree with the maintperl one.
5218 ! lib/Tie/RefHash.pm
5219 ____________________________________________________________________________
5220 [ 12444] By: nick on 2001/10/15 15:59:57
5221 Log: Integrate mainline
5223 +> lib/Math/BigInt/t/Math/Subclass.pm
5224 +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
5225 +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
5226 +> lib/unicore/In/164.pl lib/unicore/In/165.pl
5227 +> lib/unicore/In/166.pl lib/unicore/In/167.pl
5228 +> lib/unicore/In/168.pl lib/unicore/In/169.pl
5229 +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
5230 +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
5231 +> lib/unicore/mktables
5232 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
5233 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
5234 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
5235 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
5236 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
5237 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
5238 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
5239 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
5240 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
5241 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
5242 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
5243 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
5244 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
5245 - lib/unicore/syllables.txt
5246 !> (integrate 344 files)
5247 ____________________________________________________________________________
5248 [ 12443] By: jhi on 2001/10/15 13:40:20
5249 Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
5251 ! ext/DB_File/DB_File.xs
5252 ____________________________________________________________________________
5253 [ 12442] By: jhi on 2001/10/15 13:35:36
5254 Log: Sync the skip() amounts with the number of tests.
5256 ! lib/Term/Complete.t
5257 ____________________________________________________________________________
5258 [ 12441] By: jhi on 2001/10/15 13:11:03
5259 Log: Update Changes.
5261 ! Changes patchlevel.h
5262 ____________________________________________________________________________
5263 [ 12440] By: jhi on 2001/10/15 12:58:24
5264 Log: MacOS Classic catdir() rewrite from Thomas Wegner
5265 (backward incompatibility, but a deliberate one,
5266 the old version simply is broken in its logic),
5267 also documentation updates, and as suggested replicated
5268 the File::Spec::Unix documentation updates also on the
5269 File::Spec documentation.
5271 TODO: there seems to be duplication of documentation
5272 between File::Spec and File::Spec::Unix. I think
5273 the ::Unix should be left only with specific UNIXisms,
5274 and all the generic documentation should be in ::Spec.
5276 ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
5277 ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
5278 ! lib/File/Spec/Unix.pm
5279 ____________________________________________________________________________
5280 [ 12439] By: jhi on 2001/10/15 12:32:07
5281 Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
5282 From: Blair Zajac <blair@orcaware.com>
5283 Date: Mon, 24 Sep 2001 11:48:58 -0700
5284 Message-ID: <3BAF801A.88A4F614@orcaware.com>
5286 (the skip() messages)
5289 ____________________________________________________________________________
5290 [ 12438] By: ams on 2001/10/14 23:43:59
5291 Log: Subject: [PATCH] make PerlIO default on VMS
5292 From: "Craig A. Berry" <craigberry@mac.com>
5293 Date: Sun, 14 Oct 2001 15:27:18 -0500
5294 Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
5297 ____________________________________________________________________________
5298 [ 12437] By: jhi on 2001/10/14 23:05:57
5299 Log: Retract #12436 (Abhijit already did this at #12426)
5301 ! lib/ExtUtils/MM_Unix.pm
5302 ____________________________________________________________________________
5303 [ 12436] By: jhi on 2001/10/14 21:22:43
5304 Log: (retracted by #12437)
5305 Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
5306 From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
5307 Date: Sat, 13 Oct 2001 20:33:55 +0200
5308 Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
5310 ! lib/ExtUtils/MM_Unix.pm
5311 ____________________________________________________________________________
5312 [ 12435] By: jhi on 2001/10/14 21:21:52
5313 Log: Subject: h2xs grammar nit
5314 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5315 Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
5316 Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
5319 ____________________________________________________________________________
5320 [ 12434] By: jhi on 2001/10/14 13:48:30
5321 Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
5322 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5323 Date: Sun, 14 Oct 2001 11:25:08 +0100
5324 Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
5326 ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
5328 ____________________________________________________________________________
5329 [ 12433] By: jhi on 2001/10/13 23:20:11
5330 Log: Use File::Spec (needs Thomas Wegner's upcoming patch
5331 for File::Spec::Mac::catfile)
5334 ____________________________________________________________________________
5335 [ 12432] By: jhi on 2001/10/13 23:17:31
5336 Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)
5337 From: Nicholas Clark <nick@ccl4.org>
5338 Date: Sat, 13 Oct 2001 00:07:31 +0100
5339 Message-ID: <20011013000731.D67535@plum.flirble.org>
5341 ! lib/h2xs.t utils/h2xs.PL
5342 ____________________________________________________________________________
5343 [ 12431] By: jhi on 2001/10/13 22:35:58
5344 Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
5345 before DEFINE and INC), and repent by taking DEFINE and
5346 INC away from PASTHRU.
5348 ! lib/ExtUtils/MM_Unix.pm
5349 ____________________________________________________________________________
5350 [ 12430] By: jhi on 2001/10/13 21:23:09
5351 Log: More MANIFEST anomalies.
5354 ____________________________________________________________________________
5355 [ 12429] By: jhi on 2001/10/13 21:01:32
5359 ____________________________________________________________________________
5360 [ 12428] By: sky on 2001/10/13 20:59:27
5361 Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
5362 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5363 Date: Sat, 13 Oct 2001 23:15:55 +0200
5364 Message-ID: <20011013231555.A18071@rafael>
5366 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
5367 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
5368 ____________________________________________________________________________
5369 [ 12427] By: jhi on 2001/10/13 20:54:17
5370 Log: Rewrite mktables from scratch.
5372 - Faster: 15-20 seconds as opposed to several minutes.
5373 - More dynamic: the names of the various categories
5374 such as the linebreak ones are dynamic, not static.
5375 - Is.pl: long names for the general category properties
5377 - Ranges (<... ,First>, <..., Last>) from the general
5378 categories work now.
5379 - No more mktables.PL because the mktables.PL is not
5380 and never has been run to create a mktables.
5381 - syllables.txt and Is/Syl*.pl removed: non-standard
5382 (not part of the Unicode), and the whole concept is
5383 being reworked (http://syllabary.sourceforge.net/),
5384 the old way wouldn't even work with the new Syllables.txt
5385 (it would result in 1000+ new categories)
5387 + lib/unicore/In/163.pl lib/unicore/In/164.pl
5388 + lib/unicore/In/165.pl lib/unicore/In/166.pl
5389 + lib/unicore/In/167.pl lib/unicore/In/168.pl
5390 + lib/unicore/In/169.pl lib/unicore/In/170.pl
5391 + lib/unicore/In/171.pl lib/unicore/Is.pl
5392 + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
5393 + lib/unicore/mktables
5394 - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
5395 - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
5396 - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
5397 - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
5398 - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
5399 - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
5400 - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
5401 - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
5402 - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
5403 - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
5404 - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
5405 - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
5406 - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
5407 - lib/unicore/syllables.txt
5409 ____________________________________________________________________________
5410 [ 12426] By: ams on 2001/10/13 18:05:36
5411 Log: ExtUtils::MM_Unix should ignore comments when searching for
5414 ! lib/ExtUtils/MM_Unix.pm
5415 ____________________________________________________________________________
5416 [ 12425] By: jhi on 2001/10/13 12:26:41
5417 Log: Subject: Re: New module XML::Clean
5418 From: andreas.koenig@anima.de (Andreas J. Koenig)
5419 Date: 13 Oct 2001 10:17:09 +0200
5420 Message-ID: <m37ku0t0my.fsf@anima.de>
5422 ! pod/perlnewmod.pod
5423 ____________________________________________________________________________
5424 [ 12424] By: sky on 2001/10/13 09:39:59
5425 Log: Set thread stack size if needed.
5427 ! ext/threads/threads.xs
5428 ____________________________________________________________________________
5429 [ 12423] By: sky on 2001/10/13 09:36:49
5430 Log: We do want to set the attribute to joinable even on modern posix
5433 ! ext/threads/threads.xs
5434 ____________________________________________________________________________
5435 [ 12422] By: jhi on 2001/10/13 02:04:44
5436 Log: Subject: [PATCH ext/Data/Dumper.xs]
5437 From: Brian Ingerson <ingy@ttul.org>
5438 Date: Fri, 12 Oct 2001 19:32:35 -0700
5439 Message-ID: <20011012193235.B889@ttul.org>
5441 ! ext/Data/Dumper/Dumper.xs
5442 ____________________________________________________________________________
5443 [ 12421] By: jhi on 2001/10/12 23:22:45
5444 Log: Update Changes.
5446 ! Changes patchlevel.h
5447 ____________________________________________________________________________
5448 [ 12420] By: jhi on 2001/10/12 22:51:17
5451 ! pod/perlfaq3.pod pod/perlfaq4.pod
5452 ____________________________________________________________________________
5453 [ 12419] By: jhi on 2001/10/12 22:46:49
5454 Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles
5455 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
5456 Date: Fri, 12 Oct 2001 11:51:05 -0700
5457 Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
5460 ____________________________________________________________________________
5461 [ 12418] By: jhi on 2001/10/12 22:44:24
5462 Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
5463 From: "chromatic" <chromatic@rmci.net>
5464 Date: Thu, 11 Oct 2001 10:57:55 -0600
5465 Message-ID: <20011011170354.74354.qmail@onion.perl.org>
5467 Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
5468 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5469 Date: Thu, 11 Oct 2001 22:34:21 +0200
5470 Message-ID: <20011011223421.A693@rafael>
5472 plus undef $Term::Complete::stty as suggested by Rafael.
5474 ! lib/Term/Complete.pm lib/Term/Complete.t
5475 ____________________________________________________________________________
5476 [ 12417] By: jhi on 2001/10/12 20:35:49
5477 Log: UUnndduupplleexx..
5480 ____________________________________________________________________________
5481 [ 12416] By: sky on 2001/10/12 20:16:19
5482 Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
5483 From: Andy Dougherty <doughera@lafayette.edu>
5484 Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
5485 Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
5486 (Potentially only band-aid)
5489 ____________________________________________________________________________
5490 [ 12415] By: jhi on 2001/10/12 20:13:06
5491 Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
5492 mishandles kill(), and therefore the sigaction test
5493 should be skipped, from Charles Lane.
5495 ! ext/POSIX/t/sigaction.t
5496 ____________________________________________________________________________
5497 [ 12414] By: sky on 2001/10/12 18:47:49
5498 Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
5501 ____________________________________________________________________________
5502 [ 12413] By: jhi on 2001/10/12 18:35:31
5503 Log: Upgrade to Math::BigInt 1.44 from Tels and
5504 further fixes from John Peacock.
5506 + lib/Math/BigInt/t/Math/Subclass.pm
5507 + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
5508 + lib/Math/BigInt/t/subclass.t
5509 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5510 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5511 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5512 ! lib/Math/BigInt/t/mbimbf.t
5513 ____________________________________________________________________________
5514 [ 12412] By: sky on 2001/10/12 18:28:23
5515 Log: perhaps pthread_attr_t really needs to be set for the old api
5517 ! ext/threads/threads.xs
5518 ____________________________________________________________________________
5519 [ 12411] By: sky on 2001/10/12 18:11:45
5520 Log: pthread_keycreate not pthread_key_create under the here be dragons API
5522 ! ext/threads/threads.h
5523 ____________________________________________________________________________
5524 [ 12410] By: sky on 2001/10/12 18:07:37
5525 Log: Apperently OLD PTHREADS API is a bit retarded.
5526 This should fix another set of compile failures in HP-UX 10.20.
5528 ! ext/threads/threads.h ext/threads/threads.xs
5529 ____________________________________________________________________________
5530 [ 12409] By: nick on 2001/10/12 15:30:01
5531 Log: Blind integrate of mainline
5533 +> (branch 32 files)
5534 - lib/unicode/README
5535 !> (integrate 121 files)
5536 ____________________________________________________________________________
5537 [ 12408] By: sky on 2001/10/12 14:55:08
5538 Log: Let us avoid being smart for now.
5540 ! ext/threads/threads.h
5541 ____________________________________________________________________________
5542 [ 12407] By: sky on 2001/10/12 14:38:12
5543 Log: (void*) the argument to make sure we work with picky compilers
5545 ! ext/threads/threads.xs
5546 ____________________________________________________________________________
5547 [ 12406] By: ams on 2001/10/12 13:26:04
5548 Log: (replaced with #12600)
5550 Subject: [PATCH 5.6.1 perldoc] use File::Temp
5551 From: Mikhail Zabaluev <mhz@alt-linux.org>
5552 Date: Fri, 12 Oct 2001 12:47:47 +0400
5553 Message-Id: <20011012124747.E13918@localhost.localdomain>
5556 ____________________________________________________________________________
5557 [ 12405] By: ams on 2001/10/12 13:05:32
5558 Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
5559 From: andreas.koenig@anima.de (Andreas J. Koenig)
5560 Date: 12 Oct 2001 11:12:07 +0200
5561 Message-Id: <m3wv21te6w.fsf_-_@anima.de>
5563 ! lib/Memoize/t/speed.t
5564 ____________________________________________________________________________
5565 [ 12404] By: sky on 2001/10/12 12:46:15
5566 Log: A) Support OLD_PTHREADS_API
5567 B) Change from using pthread_t to using a TLS to store the
5568 index of the thread in an hash, this is to avoid problems when
5569 in fact pthread_t was not a seralizable type.
5570 Both these changes are because of HP-UX 10.20
5571 This has not been tested on win32 but should work there.
5572 Need to add support for NetWare.
5574 ! ext/threads/threads.h ext/threads/threads.xs
5575 ____________________________________________________________________________
5576 [ 12403] By: ams on 2001/10/12 07:34:19
5577 Log: Subject: Re: New module XML::Clean
5578 From: andreas.koenig@anima.de (Andreas J. Koenig)
5579 Date: 12 Oct 2001 10:20:35 +0200
5580 Message-Id: <m3elo9uv58.fsf@anima.de>
5582 ! pod/perlnewmod.pod
5583 ____________________________________________________________________________
5584 [ 12402] By: jhi on 2001/10/11 19:51:04
5585 Log: More HP model tweaks from Merijn.
5588 ____________________________________________________________________________
5589 [ 12401] By: jhi on 2001/10/11 13:03:10
5590 Log: Update Changes.
5592 ! Changes patchlevel.h
5593 ____________________________________________________________________________
5594 [ 12400] By: jhi on 2001/10/11 11:33:20
5595 Log: HP-UX update from H.Merijn Brand.
5598 ____________________________________________________________________________
5599 [ 12399] By: jhi on 2001/10/11 00:53:56
5600 Log: Subject: [PATCH] fix link rot in README.vms
5601 From: "Craig A. Berry" <craigberry@mac.com>
5602 Date: Wed, 10 Oct 2001 17:17:00 -0500
5603 Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
5606 ____________________________________________________________________________
5607 [ 12398] By: jhi on 2001/10/11 00:49:42
5608 Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
5609 From: "chromatic" <chromatic@rmci.net>
5610 Date: Wed, 10 Oct 2001 15:50:30 -0600
5611 Message-ID: <20011010215627.13283.qmail@onion.perl.org>
5613 ! lib/Term/Complete.t
5614 ____________________________________________________________________________
5615 [ 12397] By: jhi on 2001/10/11 00:48:54
5616 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
5617 From: "chromatic" <chromatic@rmci.net>
5618 Date: Wed, 10 Oct 2001 15:45:42 -0600
5619 Message-ID: <20011010215140.8913.qmail@onion.perl.org>
5621 + lib/ExtUtils/Packlist.t
5623 ____________________________________________________________________________
5624 [ 12396] By: jhi on 2001/10/10 20:20:22
5625 Log: VMS needs quotes around the -I option to keep it from
5626 being downcased, from Charles Lane.
5629 ____________________________________________________________________________
5630 [ 12395] By: ams on 2001/10/10 16:22:32
5631 Log: Subject: [PATCH lib/FindBin.pm]
5632 From: Stas Bekman <stas@stason.org>
5633 Date: Tue, 09 Oct 2001 23:57:10 +0800
5634 Message-Id: <3BC31E56.60805@stason.org>
5637 ____________________________________________________________________________
5638 [ 12394] By: ams on 2001/10/10 16:09:53
5639 Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
5640 From: Abhijit Menon-Sen <ams@wiw.org>
5641 Date: Wed, 10 Oct 2001 21:59:33 +0530
5642 Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
5644 ! ext/Data/Dumper/Dumper.xs
5645 ____________________________________________________________________________
5646 [ 12393] By: jhi on 2001/10/10 15:53:39
5647 Log: VMS: reorder the elimination of 000000 in the canonpath logic,
5650 ! lib/File/Spec/VMS.pm
5651 ____________________________________________________________________________
5652 [ 12392] By: ams on 2001/10/10 14:49:43
5653 Log: Subject: [PATCH] two s/// bugfixes
5654 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5655 Date: Wed, 10 Oct 2001 17:23:44 +0200
5656 Message-Id: <20011010172344.C22440@rafael>
5658 ! pp_ctl.c regexec.c t/op/subst.t
5659 ____________________________________________________________________________
5660 [ 12391] By: jhi on 2001/10/10 12:22:02
5661 Log: Fix/improve handling of the [000000] special "root"
5662 directory, by putting cwd in canonical form when doing
5663 abs2rel, and prepending a 000000 to directory "chunks"
5664 if missing from base or path. Also adjust test to
5665 reflect the (improved) output from abs2rel.
5668 ! lib/File/Spec.t lib/File/Spec/VMS.pm
5669 ____________________________________________________________________________
5670 [ 12390] By: jhi on 2001/10/10 11:48:14
5671 Log: In VMS the copy-to-untaint %ENV in the initialization also loses
5672 all of the extra VMSish attributes (such as "treat this logical
5673 as a device name") that are necessary to make programs run.
5674 A tainted %ENV does not hinder VMS. From Charles Lane.
5676 ! lib/File/Find/t/taint.t
5677 ____________________________________________________________________________
5678 [ 12389] By: jhi on 2001/10/10 11:40:29
5679 Log: VMS-specific fixes to the ExtUtils::Manifest tests.
5681 o VMS is case-insensitive, RTL downcases filenames read
5682 by perl... so need to re-upcase filenames like MANIFEST
5685 o Need to convert VMS-style to Unix-style filenames when comparing
5686 names in MANIFEST to names in filesystem.
5688 o Need to remove mantest/MANIFEST before rmdir'ing mantest,
5689 since VMS won't let you (easily) delete non-empty directories.
5693 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
5694 ____________________________________________________________________________
5695 [ 12388] By: jhi on 2001/10/10 11:28:44
5696 Log: Unix and VMS agree on "*" as a "match any number of any chars"
5697 wildcards, but differ ("?" vs. "%") for their "match any single
5698 char" wildcard. This patch changes "?" chars to "%" before doing a
5699 VMS glob...at no loss of functionality, since "?" isn't a valid
5700 filename char on VMS. From Charles Lane.
5703 ____________________________________________________________________________
5704 [ 12387] By: jhi on 2001/10/10 11:20:13
5705 Log: (accidentally empty submit; new life as #12390)
5707 ! lib/File/Find/t/taint.t
5708 ____________________________________________________________________________
5709 [ 12386] By: jhi on 2001/10/10 11:12:40
5710 Log: Even more VMS tweakage from Charles Lane:
5712 Tweak #1: splitdir only works on directory part of filespec,
5713 split off volume first
5714 Tweak #2: VMS pre-7.0's $ENV{'HOME'} is not settable
5715 (it's a horrible kludge in the run-time library,
5716 improved in later versions). Check the
5717 $Config{'d_setenv'} flag before attempting to set it.
5720 ____________________________________________________________________________
5721 [ 12385] By: jhi on 2001/10/09 20:34:36
5722 Log: VMS tweakage from Charles Lane.
5724 . command.com doubles an output line when prompting for extensions
5725 . Term::Cap has no business trying to run obscure Un*x utilities on VMS
5726 . perl5db doesn't clean up after itself
5728 ! configure.com lib/Term/Cap.pm lib/perl5db.pl
5729 ____________________________________________________________________________
5730 [ 12384] By: sky on 2001/10/09 19:16:11
5731 Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
5732 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5733 Date: Tue, 9 Oct 2001 22:10:26 +0200
5734 Message-ID: <20011009221026.A8579@rafael>
5737 ____________________________________________________________________________
5738 [ 12383] By: jhi on 2001/10/09 14:33:15
5739 Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
5740 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
5741 Date: 9 Oct 2001 15:15:06 -0000
5742 Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
5745 ____________________________________________________________________________
5746 [ 12382] By: jhi on 2001/10/09 14:03:30
5747 Log: Update Changes.
5749 ! Changes patchlevel.h
5750 ____________________________________________________________________________
5751 [ 12381] By: jhi on 2001/10/09 13:52:50
5752 Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
5753 Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
5754 when a NULL is passed for the filename string pointer.
5758 ____________________________________________________________________________
5759 [ 12379] By: jhi on 2001/10/09 13:03:49
5760 Log: Subject: HP systems update
5761 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5762 Date: Tue, 09 Oct 2001 15:59:22 +0200
5763 Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
5766 ____________________________________________________________________________
5767 [ 12378] By: jhi on 2001/10/09 12:52:21
5768 Log: CPAN::Nox does now have a test.
5771 ____________________________________________________________________________
5772 [ 12377] By: jhi on 2001/10/09 12:23:27
5773 Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
5774 From: David Dyck <dcd@tc.fluke.com>
5775 Date: Mon, 1 Oct 2001 12:17:36 -0700
5776 Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
5779 ____________________________________________________________________________
5780 [ 12376] By: jhi on 2001/10/09 12:18:39
5781 Log: NetWare update from Ananth Kesari.
5783 ! NetWare/nwperlsys.h makedef.pl
5784 ____________________________________________________________________________
5785 [ 12375] By: jhi on 2001/10/09 11:43:01
5786 Log: Subject: [PATCH Perl@12307] File::Find test on VMS
5787 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5788 Date: Tue, 9 Oct 2001 08:40:57 EDT
5789 Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
5791 ! lib/File/Find/t/find.t
5792 ____________________________________________________________________________
5793 [ 12374] By: ams on 2001/10/09 05:31:45
5794 Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
5795 ExtUtils::Mkbootstrap
5796 From: "chromatic" <chromatic@rmci.net>
5797 Date: Tue, 09 Oct 2001 00:08:37 -0600
5798 Message-Id: <20011009061432.46666.qmail@onion.perl.org>
5800 + lib/ExtUtils/Mkbootstrap.t
5802 ____________________________________________________________________________
5803 [ 12373] By: jhi on 2001/10/09 02:56:13
5804 Log: Enable more debugging.
5807 ____________________________________________________________________________
5808 [ 12372] By: ams on 2001/10/09 02:11:59
5809 Log: #12370 forgot to modify is_gv_magical().
5812 ____________________________________________________________________________
5813 [ 12371] By: jhi on 2001/10/09 01:48:17
5814 Log: Make the toupper/lower/title API for Unicode not right
5815 but at least less wrong: prepare for the mapping being
5816 more than just one-character-to-one-character.
5818 ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
5820 ____________________________________________________________________________
5821 [ 12370] By: jhi on 2001/10/09 01:23:08
5822 Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
5823 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5824 Date: Mon, 8 Oct 2001 22:18:23 -0400
5825 Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
5827 ! pod/perlvar.pod t/op/taint.t
5828 ____________________________________________________________________________
5829 [ 12369] By: jhi on 2001/10/08 23:31:21
5832 ! pod/perlfaq3.pod pod/perlfaq4.pod
5833 ____________________________________________________________________________
5834 [ 12368] By: jhi on 2001/10/08 21:20:45
5835 Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
5836 From: "chromatic" <chromatic@rmci.net>
5837 Date: Mon, 08 Oct 2001 14:05:32 -0600
5838 Message-ID: <20011008201126.73702.qmail@onion.perl.org>
5841 ____________________________________________________________________________
5842 [ 12367] By: jhi on 2001/10/08 21:10:49
5843 Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
5844 From: Michael G Schwern <schwern@pobox.com>
5845 Date: Mon, 8 Oct 2001 17:00:14 -0400
5846 Message-ID: <20011008170014.L17083@blackrider>
5848 ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
5849 ____________________________________________________________________________
5850 [ 12366] By: jhi on 2001/10/08 20:43:19
5851 Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
5852 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5853 Date: Mon, 8 Oct 2001 16:01:33 EDT
5854 Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
5856 ! ext/Time/HiRes/HiRes.xs
5857 ____________________________________________________________________________
5858 [ 12365] By: jhi on 2001/10/08 20:41:50
5859 Log: Subject: [PATCH] Autosplit patch for VMS
5860 From: "Craig A. Berry" <craigberry@mac.com>
5861 Date: Mon, 08 Oct 2001 15:40:43 -0500
5862 Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
5864 ! lib/AutoSplit.pm lib/AutoSplit.t
5865 ____________________________________________________________________________
5866 [ 12364] By: jhi on 2001/10/08 20:36:58
5867 Log: Don't assume that everybody is running OS X 10.1 yet;
5871 ____________________________________________________________________________
5872 [ 12363] By: jhi on 2001/10/08 14:26:35
5873 Log: Update Changes.
5875 ! Changes patchlevel.h
5876 ____________________________________________________________________________
5877 [ 12362] By: jhi on 2001/10/08 14:05:50
5878 Log: Retract #12358 for now.
5881 ____________________________________________________________________________
5882 [ 12361] By: jhi on 2001/10/08 13:57:10
5883 Log: Can't figure out what this is testing.
5884 (If it is trying to catch SIGKILL, it should stop
5885 trying because that is by definition impossible.)
5888 ____________________________________________________________________________
5889 [ 12360] By: jhi on 2001/10/08 13:23:28
5890 Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
5891 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5892 Date: Sun, 30 Sep 2001 21:15:13 +0200
5893 Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
5895 ! lib/ExtUtils/MM_Win32.pm
5896 ____________________________________________________________________________
5897 [ 12359] By: jhi on 2001/10/08 12:37:17
5898 Log: Clarify the ldlibpth part and condense the overall text.
5901 ____________________________________________________________________________
5902 [ 12358] By: jhi on 2001/10/08 11:56:49
5903 Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
5904 From: "chromatic" <chromatic@rmci.net>
5905 Date: Sun, 07 Oct 2001 16:59:26 -0600
5906 Message-ID: <20011007230518.90917.qmail@onion.perl.org>
5909 ____________________________________________________________________________
5910 [ 12357] By: jhi on 2001/10/08 11:54:50
5911 Log: Update the list because fo #12265.
5914 ____________________________________________________________________________
5915 [ 12356] By: jhi on 2001/10/08 11:53:30
5916 Log: Subject: [PATCH] & what's to be done for 5.8.0?
5917 From: Nicholas Clark <nick@ccl4.org>
5918 Date: Sun, 7 Oct 2001 20:53:33 +0100
5919 Message-ID: <20011007205333.S38756@plum.flirble.org>
5921 ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
5922 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5923 ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
5924 ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
5925 ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5926 ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
5927 ! lib/Switch/t/switch.t lib/Term/Complete.t
5928 ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
5929 ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
5931 ____________________________________________________________________________
5932 [ 12355] By: jhi on 2001/10/08 11:51:29
5933 Log: Integrate patch #12350 from maintperl; typo in
5936 !> ext/IO/lib/IO/Seekable.pm
5937 ____________________________________________________________________________
5938 [ 12354] By: jhi on 2001/10/08 11:41:16
5942 ____________________________________________________________________________
5943 [ 12353] By: sky on 2001/10/07 17:16:14
5944 Log: Change 12349 didn't really get it right.
5946 ! lib/Unicode/README
5947 ____________________________________________________________________________
5948 [ 12352] By: jhi on 2001/10/07 15:03:18
5949 Log: If running the harness the dynamic library search path
5953 ____________________________________________________________________________
5954 [ 12351] By: jhi on 2001/10/07 14:17:12
5955 Log: It seems that in MacOS X 10.1 one must use -flat_namespace
5959 ____________________________________________________________________________
5960 [ 12350] By: gsar on 2001/10/07 13:30:42
5961 Log: typo in IO::Seekable doc
5962 Branch: maint-5.6/perl
5963 ! ext/IO/lib/IO/Seekable.pm
5964 ____________________________________________________________________________
5965 [ 12349] By: jhi on 2001/10/07 12:49:31
5966 Log: Give up the fantasy of having lib/Unicode and lib/unicode:
5967 doesn't work on Mac OS X 10.1 (when unpacking the tar the
5968 latter gets renamed as lib/unicode:1, assumedly for security
5969 reasons not to overwrite stuff)
5971 + lib/Unicode/README
5972 - lib/unicode/README
5974 ____________________________________________________________________________
5975 [ 12348] By: ams on 2001/10/07 05:33:40
5976 Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
5977 From: "chromatic" <chromatic@rmci.net>
5978 Date: Sat, 06 Oct 2001 21:42:03 -0600
5979 Message-Id: <20011007034754.21057.qmail@onion.perl.org>
5983 ____________________________________________________________________________
5984 [ 12347] By: ams on 2001/10/07 00:48:10
5985 Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
5986 From: "chromatic" <chromatic@rmci.net>
5987 Date: Sat, 06 Oct 2001 18:52:10 -0600
5988 Message-Id: <20011007005801.98381.qmail@onion.perl.org>
5992 ____________________________________________________________________________
5993 [ 12346] By: ams on 2001/10/06 23:14:01
5994 Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
5996 From: Nicholas Clark <nick@ccl4.org>
5997 Date: Sat, 6 Oct 2001 21:46:43 +0100
5998 Message-Id: <20011006214643.L38756@plum.flirble.org>
6001 ____________________________________________________________________________
6002 [ 12345] By: ams on 2001/10/06 17:39:53
6003 Log: Subject: [PATCH] Memoize tests
6004 From: Nicholas Clark <nick@ccl4.org>
6005 Date: Sat, 6 Oct 2001 18:04:21 +0100
6006 Message-Id: <20011006180421.J38756@plum.flirble.org>
6008 ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
6009 ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
6010 ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
6011 ! lib/Memoize/t/expire_module_n.t
6012 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
6013 ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
6014 ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
6015 ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
6016 ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
6017 ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
6018 ____________________________________________________________________________
6019 [ 12344] By: jhi on 2001/10/06 00:30:23
6020 Log: Retract the latter part of #12343.
6022 ! ext/IO/lib/IO/Socket/INET.pm
6023 ____________________________________________________________________________
6024 [ 12343] By: jhi on 2001/10/05 23:32:07
6025 Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
6026 From: David Dyck <dcd@tc.fluke.com>
6027 Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
6028 Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
6030 Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
6031 From: David Dyck <dcd@tc.fluke.com>
6032 Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
6033 Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
6035 ! ext/IO/lib/IO/Socket/INET.pm
6036 ____________________________________________________________________________
6037 [ 12342] By: jhi on 2001/10/05 16:28:37
6038 Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
6039 From: Robin Barker <rmb1@cise.npl.co.uk>
6040 Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
6041 Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
6044 ____________________________________________________________________________
6045 [ 12341] By: jhi on 2001/10/05 13:54:08
6046 Log: Don't assume that %x is good for displaying UVs.
6049 ____________________________________________________________________________
6050 [ 12340] By: jhi on 2001/10/05 12:41:31
6051 Log: Update Changes.
6053 ! Changes patchlevel.h
6054 ____________________________________________________________________________
6055 [ 12339] By: ams on 2001/10/05 10:22:34
6056 Log: Subject: [PATCH] perlfunc/select
6057 From: Nicholas Clark <nick@ccl4.org>
6058 Date: Fri, 5 Oct 2001 11:33:58 +0100
6059 Message-Id: <20011005113358.Z38756@plum.flirble.org>
6062 ____________________________________________________________________________
6063 [ 12338] By: jhi on 2001/10/04 22:54:06
6064 Log: Retract #12313 and #12249.
6066 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
6067 ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
6068 ! pod/perlebcdic.pod
6069 ____________________________________________________________________________
6070 [ 12337] By: jhi on 2001/10/04 17:17:03
6071 Log: Subject: [PATCH] perlvms.pod update
6072 From: "Craig A. Berry" <craigberry@mac.com>
6073 Date: Thu, 04 Oct 2001 12:55:52 -0500
6074 Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
6077 ____________________________________________________________________________
6078 [ 12336] By: jhi on 2001/10/04 14:02:17
6079 Log: Subject: PATCH: Tie::SubstrHash
6080 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6081 Date: Thu, 04 Oct 2001 12:12:41 +0100
6082 Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk>
6084 ! lib/Tie/SubstrHash.pm
6085 ____________________________________________________________________________
6086 [ 12335] By: jhi on 2001/10/04 04:45:00
6087 Log: Unicode properties saga continues.
6089 ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
6090 ! lib/unicore/mktables.PL lib/utf8_heavy.pl
6091 ____________________________________________________________________________
6092 [ 12334] By: jhi on 2001/10/04 03:42:04
6093 Log: Yet more Unicode properties.
6095 + lib/unicore/In/137.pl lib/unicore/In/138.pl
6096 + lib/unicore/In/139.pl lib/unicore/In/140.pl
6097 + lib/unicore/In/141.pl lib/unicore/In/142.pl
6098 + lib/unicore/In/143.pl lib/unicore/In/144.pl
6099 + lib/unicore/In/145.pl lib/unicore/In/146.pl
6100 + lib/unicore/In/147.pl lib/unicore/In/148.pl
6101 + lib/unicore/In/149.pl lib/unicore/In/150.pl
6102 + lib/unicore/In/151.pl lib/unicore/In/152.pl
6103 + lib/unicore/In/153.pl lib/unicore/In/154.pl
6104 + lib/unicore/In/155.pl lib/unicore/In/156.pl
6105 + lib/unicore/In/157.pl lib/unicore/In/158.pl
6106 + lib/unicore/In/159.pl lib/unicore/In/160.pl
6107 + lib/unicore/In/161.pl lib/unicore/In/162.pl
6108 ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
6109 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
6110 ! pod/perlunicode.pod
6111 ____________________________________________________________________________
6112 [ 12333] By: jhi on 2001/10/04 03:02:19
6113 Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
6114 From: "Craig A. Berry" <craigberry@mac.com>
6115 Date: Wed, 03 Oct 2001 17:45:25 -0500
6116 Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
6118 (the lib/Term/Complete.t patched differently by #12332)
6120 ! lib/ExtUtils/Command.t
6121 ____________________________________________________________________________
6122 [ 12332] By: jhi on 2001/10/04 03:00:03
6123 Log: Restore only if something to restore.
6125 ! lib/Term/Complete.t
6126 ____________________________________________________________________________
6127 [ 12331] By: pudge on 2001/10/03 19:30:48
6128 Log: Update various resources for credits,
6129 minor icons fixes, and versions.
6130 Branch: maint-5.6/macperl
6131 ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
6132 ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
6133 ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
6134 ____________________________________________________________________________
6135 [ 12330] By: pudge on 2001/10/03 19:17:25
6136 Log: Quiet the warnings about using undef value
6137 Branch: maint-5.6/macperl
6139 ____________________________________________________________________________
6140 [ 12329] By: pudge on 2001/10/03 19:14:59
6141 Log: Fix up Ballon Help and Help menu docs (first pass);
6142 remove balloon rez file, and autogenerate with
6143 Balloon2Rez instead.
6144 Branch: maint-5.6/macperl
6145 + macos/macperl/macscripts/Balloon2Rez
6146 - macos/macperl/MPBalloons.r
6147 ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
6148 ____________________________________________________________________________
6149 [ 12328] By: pudge on 2001/10/03 19:11:15
6150 Log: Allow overriding of defaults, for change #12327.
6151 Branch: maint-5.6/macperl
6153 ____________________________________________________________________________
6154 [ 12327] By: pudge on 2001/10/03 19:10:26
6155 Log: Override PerlProc_exit.
6156 Branch: maint-5.6/macperl
6158 ____________________________________________________________________________
6159 [ 12326] By: pudge on 2001/10/03 19:08:28
6160 Log: Add in new macos/ modules, fix up BuildTools and Makefile.
6161 Branch: maint-5.6/macperl
6162 + macos/bundled_lib/blib/lib/MD5.pm
6163 + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
6164 + macos/lib/Mac/AETE/Dialect.pm
6165 + macos/lib/Mac/AETE/Format/Converter.pm
6166 + macos/lib/Mac/AETE/Format/Dictionary.pm
6167 + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
6168 + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
6169 + macos/lib/Mac/Toolbox.pod
6170 ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
6171 ____________________________________________________________________________
6172 [ 12325] By: pudge on 2001/10/03 18:51:28
6173 Log: Sync up silly CVS headers ... I should commit CVS
6174 first to avoid this ...
6175 Branch: maint-5.6/macperl
6176 ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
6177 ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
6178 ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
6179 ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
6180 ____________________________________________________________________________
6181 [ 12324] By: pudge on 2001/10/03 18:44:09
6182 Log: Fix Matthias' address, and attributions.
6183 Branch: maint-5.6/macperl
6184 ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
6186 ____________________________________________________________________________
6187 [ 12323] By: pudge on 2001/10/03 18:42:37
6188 Log: Fix Matthias' address, and attributions.
6189 Branch: maint-5.6/macperl
6190 ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
6191 ! macos/ext/Mac/Components/Components.pm
6192 ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
6193 ! macos/ext/Mac/Dialogs/Dialogs.pm
6194 ! macos/ext/Mac/Events/Events.pm
6195 ! macos/ext/Mac/ExtUtils/MakeToolboxModule
6196 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
6197 ! macos/ext/Mac/Gestalt/Gestalt.pm
6198 ! macos/ext/Mac/ImageCompression/ImageCompression.pm
6199 ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
6200 ! macos/ext/Mac/Menus/Menus.pm
6201 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
6202 ! macos/ext/Mac/Movies/Movies.pm
6203 ! macos/ext/Mac/Navigation/Navigation.pm
6204 ! macos/ext/Mac/Notification/Notification.pm
6205 ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
6206 ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
6207 ! macos/ext/Mac/QuickDraw/QuickDraw.pm
6208 ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
6209 ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
6210 ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
6211 ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
6212 ! macos/ext/Mac/StandardFile/StandardFile.pm
6213 ! macos/ext/Mac/TextEdit/TextEdit.pm
6214 ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
6215 ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
6216 ! macos/lib/Mac/LowMem.pm
6217 ____________________________________________________________________________
6218 [ 12322] By: sky on 2001/10/03 18:41:07
6219 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
6220 From: "Craig A. Berry" <craigberry@mac.com>
6221 Date: Wed, 03 Oct 2001 14:30:55 -0500
6222 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
6225 ____________________________________________________________________________
6226 [ 12321] By: jhi on 2001/10/03 18:38:34
6227 Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
6228 From: "Craig A. Berry" <craigberry@mac.com>
6229 Date: Wed, 03 Oct 2001 14:30:55 -0500
6230 Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
6233 ____________________________________________________________________________
6234 [ 12320] By: jhi on 2001/10/03 16:47:30
6235 Log: Unicode properties: fix L& (the #12319 didn't allow L&,
6236 only IsL&) and Inherited (negative lookahead good);
6237 add tests for Common, Inherited, and L&.
6239 ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
6240 ____________________________________________________________________________
6241 [ 12319] By: jhi on 2001/10/03 16:12:53
6242 Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
6243 (The Unicode standard uses L& quite often.)
6246 ____________________________________________________________________________
6247 [ 12318] By: jhi on 2001/10/03 15:57:34
6248 Log: Add the 'Common' Unicode property (code points not
6249 explicitly assigned to any other script).
6251 + lib/unicore/In/136.pl
6252 ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
6253 ____________________________________________________________________________
6254 [ 12317] By: jhi on 2001/10/03 13:23:32
6255 Log: Skip the RV printing test under threads until fixed.
6258 ____________________________________________________________________________
6259 [ 12316] By: jhi on 2001/10/03 12:57:05
6260 Log: Subject: 12309 / cygwin / win2k
6261 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6262 Date: Wed, 03 Oct 2001 15:25:15 +0200
6263 Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
6266 ____________________________________________________________________________
6267 [ 12315] By: jhi on 2001/10/03 12:50:17
6268 Log: Metaconfig unit change for #12314.
6271 ____________________________________________________________________________
6272 [ 12314] By: jhi on 2001/10/03 12:49:26
6273 Log: Subject: Both cygwin and djgpp on one machine
6274 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6275 Date: Wed, 03 Oct 2001 15:02:59 +0200
6276 Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
6279 ____________________________________________________________________________
6280 [ 12313] By: jhi on 2001/10/03 12:04:49
6281 Log: (retracted by #12338)
6283 Subject: [PATCH] Code clean up for perlboot.pod
6284 From: Casey West <casey@geeknest.com>
6285 Date: Tue, 2 Oct 2001 19:24:43 -0400
6286 Message-ID: <20011002192443.B2163@stupid.geeknest.com>
6288 Subject: [PATCH] Code clean up for perlbot.diff
6289 From: Casey West <casey@geeknest.com>
6290 Date: Tue, 2 Oct 2001 19:25:22 -0400
6291 Message-ID: <20011002192522.C2163@stupid.geeknest.com>
6293 Subject: [PATCH] Code clean up for perlcall.pod
6294 From: Casey West <casey@geeknest.com>
6295 Date: Tue, 2 Oct 2001 19:25:57 -0400
6296 Message-ID: <20011002192557.D2163@stupid.geeknest.com>
6298 Subject: [PATCH] Code clean up for perldata.pod
6299 From: Casey West <casey@geeknest.com>
6300 Date: Tue, 2 Oct 2001 19:26:29 -0400
6301 Message-ID: <20011002192629.E2163@stupid.geeknest.com>
6303 Subject: [PATCH] Code clean up for perldbmfilter.pod
6304 From: Casey West <casey@geeknest.com>
6305 Date: Tue, 2 Oct 2001 19:26:59 -0400
6306 Message-ID: <20011002192659.F2163@stupid.geeknest.com>
6308 Subject: [PATCH] Code clean up for perlebcdic.pod
6309 From: Casey West <casey@geeknest.com>
6310 Date: Tue, 2 Oct 2001 19:27:37 -0400
6311 Message-ID: <20011002192737.G2163@stupid.geeknest.com>
6313 ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
6314 ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
6315 ____________________________________________________________________________
6316 [ 12312] By: ams on 2001/10/02 23:43:55
6317 Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
6318 From: Michael G Schwern <schwern@pobox.com>
6319 Date: Tue, 2 Oct 2001 17:00:49 -0400
6320 Message-Id: <20011002170049.A9955@blackrider>
6322 ! lib/ExtUtils/MakeMaker.pm
6323 ____________________________________________________________________________
6324 [ 12311] By: jhi on 2001/10/02 23:24:07
6328 ____________________________________________________________________________
6329 [ 12310] By: nick on 2001/10/02 16:09:49
6330 Log: Integrate mainline
6332 !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
6333 !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
6334 !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
6335 !> patchlevel.h t/op/pat.t
6336 ____________________________________________________________________________
6337 [ 12309] By: jhi on 2001/10/02 14:34:59
6338 Log: Unicode properties: allow also intra(wordbreak)name whitespace,
6339 not just one single space.
6341 ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
6342 ____________________________________________________________________________
6343 [ 12308] By: jhi on 2001/10/02 12:49:41
6344 Log: AUTHORS updates.
6347 ____________________________________________________________________________
6348 [ 12307] By: jhi on 2001/10/02 12:22:21
6349 Log: Update Changes.
6351 ! Changes patchlevel.h
6352 ____________________________________________________________________________
6353 [ 12306] By: jhi on 2001/10/02 11:59:12
6354 Log: Work around old buggy glibcs for langinfo constants,
6355 from Nicholas Clark and David Dyck.
6357 ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
6358 ____________________________________________________________________________
6359 [ 12305] By: jhi on 2001/10/02 11:45:55
6360 Log: Eradicate Time::Piece; add an example.
6362 ! ext/I18N/Langinfo/Langinfo.pm
6363 ____________________________________________________________________________
6364 [ 12304] By: jhi on 2001/10/02 11:34:18
6365 Log: Subject: [PATCH] Pod::Html makes a poor guess at author
6366 From: Robert Spier <rspier@pobox.com>
6367 Date: Mon, 1 Oct 2001 23:20:16 -0700
6368 Message-ID: <15289.23712.422087.878224@rls.cx>
6371 ____________________________________________________________________________
6372 [ 12303] By: sky on 2001/10/02 10:40:57
6373 Log: Fixes obscure bug that manifests itself by.
6374 local $!=0;undef*STDOUT;#segfaults
6375 Has been around for a while. Possible other magic IO vars are
6376 possibly affected aswell. Reported by Jos Boumans.
6379 ____________________________________________________________________________
6380 [ 12302] By: nick on 2001/10/02 09:00:52
6381 Log: Integrate mainline
6383 !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
6384 !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
6385 !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
6386 ____________________________________________________________________________
6387 [ 12301] By: nick on 2001/10/02 08:40:57
6388 Log: Integrate mainline + lib/open.t patch from Chromatic
6390 +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
6392 !> (integrate 29 files)
6393 ____________________________________________________________________________
6394 [ 12300] By: jhi on 2001/10/01 19:22:16
6395 Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
6396 Until it has, better stop early if someone requests threads.
6399 ____________________________________________________________________________
6400 [ 12299] By: jhi on 2001/10/01 19:01:31
6401 Log: Subject: [ID 20011001.011] redundant code in t/TEST
6402 From: David Dyck <dcd@tc.fluke.com>
6403 Date: Mon, 1 Oct 2001 12:56:24 -0700
6404 Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
6407 ____________________________________________________________________________
6408 [ 12298] By: jhi on 2001/10/01 18:52:12
6409 Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
6410 From: "chromatic" <chromatic@rmci.net>
6411 Date: Mon, 01 Oct 2001 12:27:12 -0600
6412 Message-ID: <20011001183251.89148.qmail@onion.perl.org>
6415 ____________________________________________________________________________
6416 [ 12297] By: jhi on 2001/10/01 17:04:18
6417 Log: UNICOS testing patches from Nicholas Clark.
6419 ! t/op/arith.t t/op/pack.t
6420 ____________________________________________________________________________
6421 [ 12296] By: jhi on 2001/10/01 17:01:26
6422 Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
6423 From: "chromatic" <chromatic@rmci.net>
6424 Date: Mon, 01 Oct 2001 10:21:51 -0600
6425 Message-ID: <20011001162731.40639.qmail@onion.perl.org>
6428 ____________________________________________________________________________
6429 [ 12295] By: jhi on 2001/10/01 14:55:37
6430 Log: Make missing the RADIXCHAR a softer, gentler error.
6432 ! ext/I18N/Langinfo/Langinfo.t
6433 ____________________________________________________________________________
6434 [ 12294] By: jhi on 2001/10/01 14:51:42
6435 Log: Nuke also the LANG because of glibc.
6438 ____________________________________________________________________________
6439 [ 12293] By: jhi on 2001/10/01 14:51:20
6440 Log: Also the ^Is is optional.
6442 ! pod/perlunicode.pod t/op/pat.t
6443 ____________________________________________________________________________
6444 [ 12292] By: jhi on 2001/10/01 14:08:26
6445 Log: Be careful to pull chars from the varargs stack when
6449 ____________________________________________________________________________
6450 [ 12291] By: jhi on 2001/10/01 12:27:57
6451 Log: sortsv not in place anymore, noticed by John P. Linderman.
6453 ! pod/perlapi.pod pp_ctl.c
6454 ____________________________________________________________________________
6455 [ 12290] By: jhi on 2001/10/01 12:25:03
6456 Log: Make the diagnostic messages more neutral.
6459 ____________________________________________________________________________
6460 [ 12289] By: jhi on 2001/10/01 03:59:34
6461 Log: Forgotten from #12288.
6463 ! ext/Data/Dumper/Dumper.pm
6464 ____________________________________________________________________________
6465 [ 12288] By: jhi on 2001/10/01 03:58:37
6466 Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
6467 From: Brian Ingerson <ingy@ttul.org>
6468 Date: Sun, 30 Sep 2001 21:45:56 -0700
6469 Message-ID: <20010930214556.D26392@ttul.org>
6471 (remember also the #12289)
6473 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6474 ____________________________________________________________________________
6475 [ 12287] By: jhi on 2001/10/01 03:33:15
6476 Log: More Unicode property tests for the abbreviated
6480 ____________________________________________________________________________
6481 [ 12286] By: jhi on 2001/10/01 02:02:08
6482 Log: Further tweaks to the Unicode properties.
6484 ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
6485 ____________________________________________________________________________
6486 [ 12285] By: jhi on 2001/10/01 01:46:35
6487 Log: Retract #12284.
6490 ____________________________________________________________________________
6491 [ 12284] By: jhi on 2001/10/01 01:24:12
6492 Log: (Retracted by #12285)
6495 ____________________________________________________________________________
6496 [ 12283] By: jhi on 2001/10/01 01:22:05
6497 Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap
6498 From: "chromatic" <chromatic@rmci.net>
6499 Date: Sun, 30 Sep 2001 16:10:02 -0600
6500 Message-ID: <20010930221540.67279.qmail@onion.perl.org>
6504 ____________________________________________________________________________
6505 [ 12282] By: jhi on 2001/10/01 01:19:21
6506 Log: Use stty -g to restore the terminal state, do not even
6507 try to run the tests if stty -g is not available.
6509 ! lib/Term/Complete.t
6510 ____________________________________________________________________________
6511 [ 12281] By: jhi on 2001/09/30 21:05:00
6512 Log: Cleanup utf8_heavy; allow dropping the In prefix from
6513 Unicode script/block properties.
6516 ____________________________________________________________________________
6517 [ 12280] By: jhi on 2001/09/30 13:42:18
6518 Log: Retract the #12259 for now.
6520 ! embed.h embed.pl sv.h
6521 ____________________________________________________________________________
6522 [ 12279] By: jhi on 2001/09/30 13:37:59
6523 Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
6525 + lib/Text/TabsWrap/CHANGELOG
6526 ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
6527 ____________________________________________________________________________
6528 [ 12278] By: jhi on 2001/09/30 05:05:18
6529 Log: #12272 wasn't right, it introduced an extra ().
6532 ____________________________________________________________________________
6533 [ 12277] By: jhi on 2001/09/30 00:31:07
6534 Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
6535 From: Jonathan Stowe <gellyfish@gellyfish.com>
6536 Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
6537 Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
6539 ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
6540 ____________________________________________________________________________
6541 [ 12276] By: jhi on 2001/09/30 00:15:38
6542 Log: Subject: Patch to put qsortsv in the public API
6543 From: Brian Ingerson <ingy@ttul.org>
6544 Date: Sat, 29 Sep 2001 17:41:13 -0700
6545 Message-ID: <20010929174113.A30223@ttul.org>
6547 ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
6548 ____________________________________________________________________________
6549 [ 12275] By: jhi on 2001/09/30 00:11:21
6550 Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
6551 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6552 Date: Sat, 29 Sep 2001 23:54:48 +0200
6553 Message-ID: <20010929235448.A5017@rafael>
6555 ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
6556 ____________________________________________________________________________
6557 [ 12274] By: jhi on 2001/09/30 00:03:19
6560 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6562 ____________________________________________________________________________
6563 [ 12273] By: bailey on 2001/09/29 23:43:46
6564 Log: Resync with mainline
6566 +> (branch 1207 files)
6567 - (delete 324 files)
6568 !> (integrate 866 files)
6569 ____________________________________________________________________________
6570 [ 12272] By: jhi on 2001/09/29 21:32:33
6571 Log: Nasty recursion trap if one would match Unicode.
6574 ____________________________________________________________________________
6575 [ 12271] By: jhi on 2001/09/29 21:18:44
6576 Log: More Unicode todo.
6579 ____________________________________________________________________________
6580 [ 12270] By: jhi on 2001/09/29 20:15:32
6581 Log: Explain a bit the new more flexible \p\P syntax.
6583 ! pod/perlunicode.pod
6584 ____________________________________________________________________________
6585 [ 12269] By: jhi on 2001/09/29 20:05:24
6586 Log: More leniency to the \p and \P: now can have whitespace
6587 between the property definition and the curlies; now can
6588 invert the property by having a caret between the open
6589 curly and the property.
6591 ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
6592 ____________________________________________________________________________
6593 [ 12268] By: nick on 2001/09/29 17:39:26
6594 Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
6595 one test (lib/open.t) fails
6597 +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
6598 +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
6599 +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
6600 +> lib/Tie/Scalar.t lib/open.t
6601 - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
6603 !> (integrate 62 files)
6604 ____________________________________________________________________________
6605 [ 12267] By: jhi on 2001/09/29 13:54:04
6606 Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
6609 ____________________________________________________________________________
6610 [ 12266] By: jhi on 2001/09/29 13:51:49
6611 Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
6612 From: "Craig A. Berry" <craigberry@mac.com>
6613 Date: Sat, 29 Sep 2001 09:35:33 -0500
6614 Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
6617 ____________________________________________________________________________
6618 [ 12265] By: jhi on 2001/09/29 13:49:43
6619 Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
6620 From: "chromatic" <chromatic@rmci.net>
6621 Date: Fri, 28 Sep 2001 21:20:12 -0600
6622 Message-ID: <20010929032543.58322.qmail@onion.perl.org>
6625 ! MANIFEST lib/Tie/Scalar.pm
6626 ____________________________________________________________________________
6627 [ 12264] By: jhi on 2001/09/29 04:57:42
6628 Log: Allow for more flexibility in the \p{In...} names, now
6629 case doesn't matter, and any space or dash can be
6630 matched by any space, dash, underbar, or empty.
6631 (may be going too far on leniency)
6633 ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
6634 ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
6636 ____________________________________________________________________________
6637 [ 12263] By: jhi on 2001/09/28 23:04:13
6638 Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
6639 From: "chromatic" <chromatic@rmci.net>
6640 Date: Fri, 28 Sep 2001 17:39:50 -0600
6641 Message-ID: <20010928234521.14178.qmail@onion.perl.org>
6645 ____________________________________________________________________________
6646 [ 12262] By: jhi on 2001/09/28 22:23:53
6647 Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
6648 From: "Craig A. Berry" <craigberry@mac.com>
6649 Date: Fri, 28 Sep 2001 16:24:51 -0500
6650 Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
6652 ! ext/File/Glob/t/basic.t
6653 ____________________________________________________________________________
6654 [ 12261] By: jhi on 2001/09/28 22:23:05
6655 Log: Subject: [DOC PATCH] Carp.pm pod typo
6656 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6657 Date: Fri, 28 Sep 2001 23:14:51 +0200
6658 Message-ID: <20010928231451.E16889@rafael>
6661 ____________________________________________________________________________
6662 [ 12260] By: jhi on 2001/09/28 22:21:55
6663 Log: Subject: [PATCH] Allow an @INC hook to set %INC
6664 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6665 Date: Fri, 28 Sep 2001 22:18:13 +0200
6666 Message-ID: <20010928221813.A16889@rafael>
6669 ____________________________________________________________________________
6670 [ 12259] By: jhi on 2001/09/28 22:20:26
6671 Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
6672 From: Nicholas Clark <nick@ccl4.org>
6673 Date: Fri, 28 Sep 2001 23:39:33 +0100
6674 Message-ID: <20010928233933.C23673@plum.flirble.org>
6676 ! embed.h embed.pl sv.h
6677 ____________________________________________________________________________
6678 [ 12258] By: jhi on 2001/09/28 12:45:45
6679 Log: Update Changes.
6681 ! Changes patchlevel.h
6682 ____________________________________________________________________________
6683 [ 12256] By: jhi on 2001/09/28 12:18:29
6684 Log: Move the B tests to B/t.
6686 + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
6687 + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
6688 - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
6689 - ext/B/Showlex.t ext/B/Stash.t
6691 ____________________________________________________________________________
6692 [ 12255] By: jhi on 2001/09/28 12:09:40
6693 Log: Forgot from #12254.
6696 ____________________________________________________________________________
6697 [ 12254] By: jhi on 2001/09/28 12:09:06
6698 Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
6699 From: "chromatic" <chromatic@rmci.net>
6700 Date: Thu, 27 Sep 2001 23:22:17 -0600
6701 Message-ID: <20010928052747.56587.qmail@onion.perl.org>
6704 ____________________________________________________________________________
6705 [ 12253] By: jhi on 2001/09/28 02:31:49
6706 Log: Test numbering mismatch.
6709 ____________________________________________________________________________
6710 [ 12252] By: jhi on 2001/09/27 22:46:42
6711 Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
6712 From: "Craig A. Berry" <craigberry@mac.com>
6713 Date: Wed, 26 Sep 2001 17:43:14 -0500
6714 Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
6716 ! iperlsys.h t/op/chdir.t
6717 ____________________________________________________________________________
6718 [ 12251] By: jhi on 2001/09/27 22:44:35
6719 Log: Subject: [PATCH gv.c] make __ANON__ global
6720 From: Robin Barker <rmb1@cise.npl.co.uk>
6721 Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
6722 Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
6724 ! gv.c t/op/anonsub.t t/op/runlevel.t
6725 ____________________________________________________________________________
6726 [ 12250] By: jhi on 2001/09/27 22:33:11
6727 Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
6728 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6729 Date: Thu, 27 Sep 2001 22:34:32 +0200
6730 Message-ID: <20010927223432.A1485@rafael>
6733 ____________________________________________________________________________
6734 [ 12249] By: jhi on 2001/09/27 22:29:32
6735 Log: (retracted by #12338)
6737 Subject: [PATCH] Cleanup of perldsc.pod
6738 From: Casey West <casey@geeknest.com>
6739 Date: Thu, 27 Sep 2001 11:13:17 -0400
6740 Message-ID: <20010927111317.A1942@stupid.geeknest.com>
6743 ____________________________________________________________________________
6744 [ 12248] By: jhi on 2001/09/27 22:23:24
6745 Log: Not everyone is using ithreads...
6747 ! ext/Devel/Peek/Peek.t
6748 ____________________________________________________________________________
6749 [ 12247] By: jhi on 2001/09/27 13:39:39
6750 Log: Document the nss_delete core dump workaround for HP-UX
6751 and Solaris, bug IDs 20010805.018 and 20010629.004.
6753 ! README.hpux README.solaris
6754 ____________________________________________________________________________
6755 [ 12246] By: jhi on 2001/09/27 12:05:36
6756 Log: Dump Unicode hash keys also as Unicode,
6757 not just as a byte string.
6759 ! dump.c ext/Devel/Peek/Peek.t
6760 ____________________________________________________________________________
6761 [ 12245] By: jhi on 2001/09/27 11:15:51
6762 Log: Integrate changes #12241 and #12242 from macperl:
6764 Remove unneeded disabling of umask() calls
6766 Note (get|set)sockopt are available.
6768 !> lib/File/Temp.pm pod/perlport.pod
6769 ____________________________________________________________________________
6770 [ 12244] By: sky on 2001/09/27 08:53:00
6771 Log: Flush buffers on thread closedown.
6773 ! ext/threads/threads.xs
6774 ____________________________________________________________________________
6775 [ 12243] By: jhi on 2001/09/27 02:20:06
6776 Log: Dump SvUTF8(sv)s also as \x{...}.
6778 TODO: dump the SvUTF8() hash keys similarly.
6780 ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
6781 ____________________________________________________________________________
6782 [ 12242] By: pudge on 2001/09/26 20:41:35
6783 Log: Note (get|set)sockopt are available.
6784 Branch: maint-5.6/macperl
6786 ____________________________________________________________________________
6787 [ 12241] By: pudge on 2001/09/26 20:28:49
6788 Log: Remove unneeded disabling of umask() calls
6789 Branch: maint-5.6/macperl
6791 ____________________________________________________________________________
6792 [ 12240] By: sky on 2001/09/26 18:44:56
6793 Log: Documention update
6795 ! ext/threads/threads.pm
6796 ____________________________________________________________________________
6797 [ 12239] By: jhi on 2001/09/26 13:49:05
6798 Log: Update Changes.
6800 ! Changes patchlevel.h
6801 ____________________________________________________________________________
6802 [ 12238] By: jhi on 2001/09/26 13:40:53
6803 Log: Check that all environment variables are tainted.
6806 ____________________________________________________________________________
6807 [ 12237] By: jhi on 2001/09/26 13:02:07
6808 Log: Manual integration error in #12235.
6810 ! lib/File/DosGlob.t
6811 ____________________________________________________________________________
6812 [ 12236] By: jhi on 2001/09/26 12:57:11
6813 Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
6814 From: "chromatic" <chromatic@rmci.net>
6815 Date: Tue, 25 Sep 2001 23:57:07 -0600
6816 Message-ID: <20010926060233.7554.qmail@onion.perl.org>
6819 ____________________________________________________________________________
6820 [ 12235] By: jhi on 2001/09/26 12:53:16
6821 Log: Integrate macperl changes from Chris Nandor:
6822 12192 11817 11815 11813 11778 11775
6824 Update CPAN.pm to work with new Mac::BuildTools instead
6825 of ExtUtils::MM_MacOS "orphan" functions
6829 Make syntax check report in MPW style, fix tests
6830 to use Mac::err=unix to get normal-style error
6833 More module and test ports from Thomas Wegner et al
6835 Fix open of /dev/null for Mac OS
6837 Allow for platforms to override formatting of errors
6838 on output from Matthias Neeracher (core files)
6840 ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
6841 ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
6842 ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
6843 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
6844 !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
6845 !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
6846 ____________________________________________________________________________
6847 [ 12234] By: jhi on 2001/09/26 11:58:11
6851 ____________________________________________________________________________
6852 [ 12233] By: jhi on 2001/09/26 11:56:09
6853 Log: Retract #12232.
6856 ____________________________________________________________________________
6857 [ 12232] By: jhi on 2001/09/26 11:53:37
6858 Log: (Retracted by #12233.)
6861 ____________________________________________________________________________
6862 [ 12231] By: jhi on 2001/09/26 11:52:09
6865 ! ext/Encode/Makefile.PL
6866 ____________________________________________________________________________
6867 [ 12230] By: sky on 2001/09/26 11:36:23
6868 Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
6869 We are using a "delay" here because we do not want to depend on thread synchronization issues.
6871 + ext/threads/t/stress_cv.t
6872 ! MANIFEST ext/threads/t/stress_string.t
6873 ____________________________________________________________________________
6874 [ 12229] By: jhi on 2001/09/26 11:27:54
6875 Log: NetWare tweak from Ananth Kesari.
6877 ! NetWare/t/Readme.txt
6878 ____________________________________________________________________________
6879 [ 12228] By: jhi on 2001/09/26 11:26:26
6880 Log: Trick to fool case-blind filesystems.
6882 ! ext/Encode/Makefile.PL
6883 ____________________________________________________________________________
6884 [ 12227] By: sky on 2001/09/26 11:06:50
6885 Log: Threads can start executing in a different order than they were
6886 created.... so we cannot ok() inside the threadstarter.
6888 ! ext/threads/t/stress_string.t
6889 ____________________________________________________________________________
6890 [ 12226] By: sky on 2001/09/26 07:41:45
6891 Log: Add in stress_string.t to stress test threads a bit more.
6893 + ext/threads/t/stress_string.t
6895 ____________________________________________________________________________
6896 [ 12225] By: sky on 2001/09/26 07:04:21
6897 Log: Fix negative refcount introduced by #12223.
6899 ! ext/threads/threads.xs
6900 ____________________________________________________________________________
6901 [ 12224] By: sky on 2001/09/26 06:57:58
6902 Log: Update documentation to match change #12223
6905 ____________________________________________________________________________
6906 [ 12223] By: sky on 2001/09/26 06:54:32
6907 Log: Use a separate interpreter for the sharedsv space. Another
6908 negative sv leak. Sigh.
6911 ____________________________________________________________________________
6912 [ 12222] By: sky on 2001/09/26 05:58:35
6913 Log: Do the environ assignment in perl_contruct to match perl_destruct.
6914 Now we don't need to perl_parse/perl_run. However environ is a
6918 ____________________________________________________________________________
6919 [ 12221] By: sky on 2001/09/26 05:41:02
6920 Log: Move the creation of PL_strtab to perl_construct so we can work
6921 with HV and HEs without running perl_parse.
6924 ____________________________________________________________________________
6925 [ 12220] By: gsar on 2001/09/26 02:18:26
6926 Log: integrate macperl changes into maint-5.6
6927 Branch: maint-5.6/perl
6928 !> (integrate 26 files)
6929 ____________________________________________________________________________
6930 [ 12219] By: pudge on 2001/09/26 00:19:35
6931 Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
6932 fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
6933 Branch: maint-5.6/macperl
6934 ! macos/ext/Mac/Fonts/Fonts.xs
6935 ! macos/ext/Mac/InternetConfig/InternetConfig.pm
6936 ____________________________________________________________________________
6937 [ 12218] By: ams on 2001/09/25 23:31:33
6938 Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
6939 From: Nicholas Clark <nick@ccl4.org>
6940 Date: Wed, 26 Sep 2001 01:20:20 +0100
6941 Message-Id: <20010926012020.B48092@plum.flirble.org>
6944 ____________________________________________________________________________
6945 [ 12217] By: ams on 2001/09/25 22:33:05
6946 Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
6947 From: "Craig A. Berry" <craigberry@mac.com>
6948 Date: Tue, 25 Sep 2001 18:08:42 -0500
6949 Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
6952 ____________________________________________________________________________
6953 [ 12216] By: ams on 2001/09/25 21:41:01
6954 Log: Subject: [PATCH lib/AutoSplit.t] Fixing mysterious TEST failure. (was
6955 Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
6956 From: Michael G Schwern <schwern@pobox.com>
6957 Date: Wed, 26 Sep 2001 00:38:21 -0400
6958 Message-Id: <20010926003821.A627@blackrider>
6961 ____________________________________________________________________________
6962 [ 12215] By: jhi on 2001/09/25 21:40:04
6963 Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
6964 From: Michael G Schwern <schwern@pobox.com>
6965 Date: Tue, 25 Sep 2001 17:43:49 -0400
6966 Message-ID: <20010925174349.B19534@blackrider>
6968 ! lib/Test/Simple.pm lib/Test/Utils.pm
6969 ____________________________________________________________________________
6970 [ 12214] By: pudge on 2001/09/25 21:11:21
6971 Log: Integrate changes from bleadperl.
6972 Branch: maint-5.6/macperl
6974 ____________________________________________________________________________
6975 [ 12213] By: jhi on 2001/09/25 20:37:14
6976 Log: skip($mess) should result in one skip.
6979 ____________________________________________________________________________
6980 [ 12212] By: pudge on 2001/09/25 20:21:06
6981 Log: Integrate change #12200 from maintperl.
6982 Branch: maint-5.6/macperl
6984 ____________________________________________________________________________
6985 [ 12211] By: pudge on 2001/09/25 20:11:56
6986 Log: Fix file types to "apple"
6987 Branch: maint-5.6/macperl
6988 ! macos/ext/Mac/Menus/t/MenuBar.rsrc
6989 ! macos/ext/Mac/SAT/t/Collision.rsrc
6990 ____________________________________________________________________________
6991 [ 12210] By: pudge on 2001/09/25 19:28:20
6992 Log: Fix rsrc file as snd file; fix path in t file.
6993 Branch: maint-5.6/macperl
6994 ! macos/ext/Mac/Notification/t/Notification.rsrc
6995 ! macos/ext/Mac/Notification/t/Notification.t
6996 ____________________________________________________________________________
6997 [ 12209] By: pudge on 2001/09/25 19:15:57
6998 Log: Sync up with File::Find from bleadperl.
6999 Branch: maint-5.6/macperl
7000 ! lib/File/Find.pm t/lib/filefind-taint.t
7001 ____________________________________________________________________________
7002 [ 12208] By: pudge on 2001/09/25 19:06:48
7003 Log: Ignore SIGPIPE being set to IGNORE. Temporary fix until we upgrade
7004 to new version of libnet. (Axel Rose, Paul Schinder, and a cast
7006 Branch: maint-5.6/macperl
7007 ! macos/bundled_lib/blib/lib/Net/Cmd.pm
7008 ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
7009 ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
7010 ____________________________________________________________________________
7011 [ 12207] By: nick on 2001/09/25 19:04:36
7012 Log: Integrate mainline (untested while modem is up)
7014 +> lib/AutoSplit.t t/test.pl
7015 - lib/warnings/register.t
7016 !> (integrate 28 files)
7017 ____________________________________________________________________________
7018 [ 12206] By: jhi on 2001/09/25 17:21:00
7019 Log: perldiag entry for #12205.
7022 ____________________________________________________________________________
7023 [ 12205] By: jhi on 2001/09/25 17:20:38
7024 Log: Subject: [PATCH] warning on v-string in use/require
7025 From: John Peacock <jpeacock@rowman.com>
7026 Date: Mon, 24 Sep 2001 17:29:03 -0400
7027 Message-ID: <3BAFA59F.9C0E0339@rowman.com>
7029 ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
7030 ____________________________________________________________________________
7031 [ 12204] By: jhi on 2001/09/25 17:11:02
7032 Log: perltooc et al updates.
7034 ! plan9/mkfile pod/roffitall
7035 ____________________________________________________________________________
7036 [ 12203] By: jhi on 2001/09/25 17:05:19
7037 Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
7038 From: Michael G Schwern <schwern@pobox.com>
7039 Date: Sun, 23 Sep 2001 00:07:12 -0400
7040 Message-ID: <20010923000712.A7005@blackrider>
7042 ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
7043 ____________________________________________________________________________
7044 [ 12202] By: jhi on 2001/09/25 16:55:29
7045 Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
7046 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7047 Date: Wed, 26 Sep 2001 01:25:10 +0900
7048 Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
7050 ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
7051 ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
7052 ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
7053 ____________________________________________________________________________
7054 [ 12201] By: jhi on 2001/09/25 16:52:03
7055 Log: Integrate change #12200 from maintperl;
7056 on windows, virtualized environment could propagate deleted variables
7057 into children if they happen to be at the very end of the table
7060 ____________________________________________________________________________
7061 [ 12200] By: gsar on 2001/09/25 16:36:01
7062 Log: on windows, virtualized environment could propagate deleted variables
7063 into children if they happen to be at the very end of the table
7064 (thanks for succinct test case from Johan Holmberg, and fix from
7066 Branch: maint-5.6/perl
7068 ____________________________________________________________________________
7069 [ 12199] By: gsar on 2001/09/25 15:19:13
7070 Log: avoid the use of ftime() (it does a useless, potentially
7071 expensive call to GetTimeZoneInformation()); this potentially
7072 also results in three more digits of precision from
7075 ! ext/Time/HiRes/HiRes.xs
7076 ____________________________________________________________________________
7077 [ 12198] By: jhi on 2001/09/25 14:27:01
7078 Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
7080 Note: io/binmode is failing, have to figure out why.
7083 ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
7084 ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
7086 ____________________________________________________________________________
7087 [ 12197] By: ams on 2001/09/25 13:48:55
7088 Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
7089 From: Nicholas Clark <nick@ccl4.org>
7090 Date: Tue, 25 Sep 2001 00:37:40 +0100
7091 Message-Id: <20010925003740.S4971@plum.flirble.org>
7092 (Further changes expected.)
7096 ____________________________________________________________________________
7097 [ 12196] By: sky on 2001/09/25 13:37:12
7098 Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses
7099 _ftime to try and be more robust.
7101 ! ext/Time/HiRes/HiRes.xs
7102 ____________________________________________________________________________
7103 [ 12194] By: ams on 2001/09/25 11:40:00
7104 Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
7105 From: "Craig A. Berry" <craigberry@mac.com>
7106 Date: Mon, 24 Sep 2001 17:54:20 -0500
7107 Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
7109 ! vms/descrip_mms.template
7110 ____________________________________________________________________________
7111 [ 12193] By: pudge on 2001/09/25 02:53:42
7112 Log: Fixes for multiline error parsing (Bug #459263); cmd-.
7113 not working, cursor not spinning (Bug #422129); external
7114 editor problems (Bug #456329); escape/cmd-. not activating
7115 "Cancel" in Save dialog box (Bug #446960); Runtimes not
7116 executing on launch (Bug #464441).
7117 Branch: maint-5.6/macperl
7118 ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
7119 ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
7120 ! macos/macperl/MacPerl.r
7121 ____________________________________________________________________________
7122 [ 12192] By: pudge on 2001/09/25 02:42:49
7123 Log: Update CPAN.pm to work with new Mac::BuildTools instead
7124 of ExtUtils::MM_MacOS "orphan" functions
7125 Branch: maint-5.6/macperl
7127 ____________________________________________________________________________
7128 [ 12191] By: pudge on 2001/09/25 02:37:58
7129 Log: Fix up another xsubpp problem (Matthias Neeracher)
7130 Branch: maint-5.6/macperl
7132 ____________________________________________________________________________
7133 [ 12190] By: pudge on 2001/09/25 02:37:38
7134 Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
7135 Branch: maint-5.6/macperl
7136 ! macos/lib/ExtUtils/MM_MacOS.pm
7137 ____________________________________________________________________________
7138 [ 12189] By: pudge on 2001/09/25 02:37:08
7139 Log: Fix up Makefiles for more Mac:: modules (and prepare for
7141 Branch: maint-5.6/macperl
7142 ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
7143 ! macos/macperl/Makefile.mk
7144 ____________________________________________________________________________
7145 [ 12188] By: pudge on 2001/09/25 02:36:19
7147 Branch: maint-5.6/macperl
7148 ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7149 ____________________________________________________________________________
7150 [ 12187] By: pudge on 2001/09/25 02:11:13
7151 Log: Make malloc smarter, fix bugs. (Bug #404030)
7152 Branch: maint-5.6/macperl
7153 ! macos/icemalloc.c macos/icemalloc.h
7154 ____________________________________________________________________________
7155 [ 12186] By: nick on 2001/09/24 19:18:17
7156 Log: Integrate mainline
7158 +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
7160 !> (integrate 30 files)
7161 ____________________________________________________________________________
7162 [ 12185] By: jhi on 2001/09/24 18:56:40
7163 Log: Retract #12136, the warnings::register is already
7164 tested by t/lib/warnings/9enabled, as pointed out
7167 - lib/warnings/register.t
7168 ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
7169 ____________________________________________________________________________
7170 [ 12184] By: gsar on 2001/09/24 18:39:58
7171 Log: fix Time::HiRes implementation of gettimeofday() on windows
7172 (HiRes.t#14 now passes)
7174 ! ext/Time/HiRes/HiRes.xs
7175 ____________________________________________________________________________
7176 [ 12183] By: gsar on 2001/09/24 18:13:23
7177 Log: File::Spec::catfile() canonifies everything to blackslashes on
7180 ! lib/ExtUtils/Manifest.t
7181 ____________________________________________________________________________
7182 [ 12182] By: gsar on 2001/09/24 17:59:54
7183 Log: test number mismatch
7186 ____________________________________________________________________________
7187 [ 12181] By: jhi on 2001/09/24 17:10:41
7191 ____________________________________________________________________________
7192 [ 12180] By: jhi on 2001/09/24 16:09:37
7193 Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
7194 Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7196 ! pp_pack.c t/op/pack.t
7197 ____________________________________________________________________________
7198 [ 12179] By: jhi on 2001/09/24 15:46:49
7199 Log: Update Changes.
7201 ! Changes patchlevel.h
7202 ____________________________________________________________________________
7203 [ 12178] By: jhi on 2001/09/24 14:12:06
7204 Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
7205 From: Michael G Schwern <schwern@pobox.com>
7206 Date: Mon, 24 Sep 2001 11:12:13 -0400
7207 Message-ID: <20010924111213.G27885@blackrider>
7209 ! lib/ExtUtils/Manifest.pm
7210 ____________________________________________________________________________
7211 [ 12177] By: jhi on 2001/09/24 14:02:32
7212 Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
7213 From: Michael G Schwern <schwern@pobox.com>
7214 Date: Mon, 24 Sep 2001 11:02:07 -0400
7215 Message-ID: <20010924110207.E27885@blackrider>
7218 ____________________________________________________________________________
7219 [ 12176] By: ams on 2001/09/24 14:01:59
7220 Log: Update Changes.
7223 ____________________________________________________________________________
7224 [ 12175] By: jhi on 2001/09/24 13:20:28
7225 Log: Various cleanups.
7227 ! ext/threads/Makefile.PL ext/threads/threads.xs
7228 ____________________________________________________________________________
7229 [ 12173] By: pudge on 2001/09/24 12:56:13
7230 Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
7231 Branch: maint-5.6/macperl
7232 !> (integrate 33 files)
7233 ____________________________________________________________________________
7234 [ 12171] By: jhi on 2001/09/24 12:26:58
7235 Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
7236 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7237 Date: Mon, 24 Sep 2001 20:04:58 +0900
7238 Message-Id: <20010924200207.A030.BQW10602@nifty.com>
7240 ! ext/Encode/Encode/gb2312.enc
7241 ____________________________________________________________________________
7242 [ 12170] By: jhi on 2001/09/24 12:08:30
7243 Log: Clarifying comment to #12164.
7246 ____________________________________________________________________________
7247 [ 12169] By: jhi on 2001/09/24 11:59:33
7248 Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
7249 From: Nicholas Clark <nick@ccl4.org>
7250 Date: Sun, 23 Sep 2001 23:00:56 +0100
7251 Message-ID: <20010923230055.Y4971@plum.flirble.org>
7253 (with "sample_constants" changed to "fallback")
7255 + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
7256 ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
7257 ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
7258 ! lib/h2xs.t utils/h2xs.PL
7259 ____________________________________________________________________________
7260 [ 12168] By: jhi on 2001/09/24 11:25:56
7261 Log: Metaconfig unit change for #12167.
7263 ! U/modified/Cppsym.U
7264 ____________________________________________________________________________
7265 [ 12167] By: jhi on 2001/09/24 11:25:22
7266 Log: Add a few glibc cpp symbols to probe for.
7269 ____________________________________________________________________________
7270 [ 12166] By: jhi on 2001/09/24 11:14:43
7271 Log: DJGPP tweaks for Laszlo Molnar.
7273 ! djgpp/djgppsed.sh dosish.h
7274 ____________________________________________________________________________
7275 [ 12165] By: ams on 2001/09/24 10:07:08
7276 Log: Subject: [PATCH t/op/inccode.t] More tests
7277 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7278 Date: 24 Sep 2001 10:01:44 -0000
7279 Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
7282 ____________________________________________________________________________
7283 [ 12164] By: ams on 2001/09/24 09:43:29
7284 Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
7285 From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
7286 Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
7287 Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
7290 ____________________________________________________________________________
7291 [ 12163] By: jhi on 2001/09/23 22:50:35
7292 Log: 1_compile updates.
7295 ____________________________________________________________________________
7296 [ 12162] By: jhi on 2001/09/23 21:11:22
7297 Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
7298 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7299 Date: Wed, 19 Sep 2001 22:47:14 +0200
7300 Message-ID: <20010919224714.A6382@rafael>
7302 ! pod/perlvar.pod pp_ctl.c
7303 ____________________________________________________________________________
7304 [ 12161] By: ams on 2001/09/23 17:40:02
7305 Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
7307 From: "chromatic" <chromatic@rmci.net>
7308 Date: Sun, 23 Sep 2001 12:07:25 -0600
7309 Message-Id: <20010923181223.32427.qmail@onion.perl.org>
7312 ! MANIFEST t/lib/1_compile.t
7313 ____________________________________________________________________________
7314 [ 12160] By: ams on 2001/09/23 16:32:11
7315 Log: Additional minor chdir() tweak.
7318 ____________________________________________________________________________
7319 [ 12159] By: ams on 2001/09/23 16:25:01
7320 Log: Subject: PATCH lib/ExtUtils/Command.t
7321 From: Abe Timmerman <abe@ztreet.demon.nl>
7322 Date: Sun, 23 Sep 2001 19:11:44 +0200
7323 Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
7325 ! lib/ExtUtils/Command.t
7326 ____________________________________________________________________________
7327 [ 12158] By: jhi on 2001/09/23 12:52:36
7328 Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
7329 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7330 Date: Sun, 23 Sep 2001 02:02:26 +0200
7331 Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
7334 ____________________________________________________________________________
7335 [ 12157] By: jhi on 2001/09/23 12:46:05
7336 Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
7337 From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)
7338 Date: Sat, 22 Sep 2001 12:54:39 -0500
7339 Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
7342 ____________________________________________________________________________
7343 [ 12156] By: nick on 2001/09/23 07:48:44
7344 Log: Integrate mainline
7347 !> ext/Encode/Encode/2022-cn.enc
7348 ____________________________________________________________________________
7349 [ 12155] By: nick on 2001/09/23 07:48:01
7350 Log: Integrate mainline
7352 +> (branch 64 files)
7353 - ext/Encode/Encode/cns11643-1.enc
7354 - ext/Encode/Encode/cns11643-2.enc
7355 - ext/Encode/Encode/iso2022-cn.enc
7356 - ext/Encode/Encode/iso2022-jp.enc
7357 - ext/Encode/Encode/iso2022-jp1.enc
7358 - ext/Encode/Encode/iso2022-jp2.enc
7359 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
7360 - ext/Encode/Encode/iso8859-1.enc
7361 - ext/Encode/Encode/iso8859-1.ucm
7362 - ext/Encode/Encode/iso8859-10.enc
7363 - ext/Encode/Encode/iso8859-10.ucm
7364 - ext/Encode/Encode/iso8859-13.enc
7365 - ext/Encode/Encode/iso8859-13.ucm
7366 - ext/Encode/Encode/iso8859-14.enc
7367 - ext/Encode/Encode/iso8859-14.ucm
7368 - ext/Encode/Encode/iso8859-15.enc
7369 - ext/Encode/Encode/iso8859-15.ucm
7370 - ext/Encode/Encode/iso8859-16.enc
7371 - ext/Encode/Encode/iso8859-16.ucm
7372 - ext/Encode/Encode/iso8859-2.enc
7373 - ext/Encode/Encode/iso8859-2.ucm
7374 - ext/Encode/Encode/iso8859-3.enc
7375 - ext/Encode/Encode/iso8859-3.ucm
7376 - ext/Encode/Encode/iso8859-4.enc
7377 - ext/Encode/Encode/iso8859-4.ucm
7378 - ext/Encode/Encode/iso8859-5.enc
7379 - ext/Encode/Encode/iso8859-5.ucm
7380 - ext/Encode/Encode/iso8859-6.enc
7381 - ext/Encode/Encode/iso8859-6.ucm
7382 - ext/Encode/Encode/iso8859-7.enc
7383 - ext/Encode/Encode/iso8859-7.ucm
7384 - ext/Encode/Encode/iso8859-8.enc
7385 - ext/Encode/Encode/iso8859-8.ucm
7386 - ext/Encode/Encode/iso8859-9.enc
7387 - ext/Encode/Encode/iso8859-9.ucm
7388 - ext/Encode/Encode/isoir-197.enc
7389 - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
7390 - t/lib/sample-tests/header_at_end
7391 - t/lib/sample-tests/header_at_end_fail
7392 !> (integrate 174 files)
7393 ____________________________________________________________________________
7394 [ 12154] By: ams on 2001/09/23 07:11:46
7395 Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
7399 ____________________________________________________________________________
7400 [ 12153] By: ams on 2001/09/23 06:56:32
7401 Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
7402 Forgotten deprecation of *glob{FILEHANDLE}?
7403 From: "chromatic" <chromatic@rmci.net>
7404 Date: Sat, 22 Sep 2001 21:27:56 -0600
7405 Message-Id: <20010923033252.33085.qmail@onion.perl.org>
7407 ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
7408 ____________________________________________________________________________
7409 [ 12152] By: ams on 2001/09/23 06:42:58
7410 Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
7411 From: Michael G Schwern <schwern@pobox.com>
7412 Date: Sun, 23 Sep 2001 03:34:39 -0400
7413 Message-Id: <20010923033439.E7005@blackrider>
7416 ____________________________________________________________________________
7417 [ 12151] By: ams on 2001/09/23 06:37:57
7418 Log: Subject: Re: t/op/magic.t missing tests on Win32
7419 From: Michael G Schwern <schwern@pobox.com>
7420 Date: Sat, 22 Sep 2001 20:29:09 -0400
7421 Message-Id: <20010922202909.I18223@blackrider>
7424 ____________________________________________________________________________
7425 [ 12150] By: ams on 2001/09/23 06:36:26
7426 Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
7428 From: "chromatic" <chromatic@rmci.net>
7429 Date: Sat, 22 Sep 2001 19:41:31 -0600
7430 Message-Id: <20010923014628.7739.qmail@onion.perl.org>
7433 ! MANIFEST lib/Dumpvalue.pm
7434 ____________________________________________________________________________
7435 [ 12149] By: ams on 2001/09/23 06:25:35
7436 Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
7437 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7438 Date: Sun, 23 Sep 2001 15:27:56 +0900
7439 Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
7441 ! ext/Encode/Encode/2022-cn.enc
7442 ____________________________________________________________________________
7443 [ 12148] By: jhi on 2001/09/22 23:33:42
7444 Log: Manual eror in #12147.
7447 ____________________________________________________________________________
7448 [ 12147] By: jhi on 2001/09/22 23:25:02
7449 Log: Integrate change #12146 from maintperl;
7450 win32_chdir() et al don't handle a NULL argument gracefully
7452 !> win32/perlhost.h win32/win32.c
7453 ____________________________________________________________________________
7454 [ 12146] By: gsar on 2001/09/22 23:18:47
7455 Log: win32_chdir() et al don't handle a NULL argument gracefully
7456 Branch: maint-5.6/perl
7457 ! win32/perlhost.h win32/win32.c
7458 ____________________________________________________________________________
7459 [ 12145] By: gsar on 2001/09/22 23:17:42
7460 Log: typo in change#12026
7461 Branch: maint-5.6/perl
7463 ____________________________________________________________________________
7464 [ 12144] By: jhi on 2001/09/22 21:22:28
7465 Log: Subject: [PATCH] Re: scalar context unpack bugs
7466 From: Nicholas Clark <nick@ccl4.org>
7467 Date: Sat, 22 Sep 2001 23:07:56 +0100
7468 Message-ID: <20010922230755.O4971@plum.flirble.org>
7470 ! pp_pack.c t/op/pack.t
7471 ____________________________________________________________________________
7472 [ 12143] By: jhi on 2001/09/22 21:18:43
7473 Log: Try ExtUtils::Command.t everywhere, not just on Win32
7474 (as suggested by NI-S). Also allow running it either
7475 in t/ or in the main directory.
7477 ! lib/ExtUtils/Command.t
7478 ____________________________________________________________________________
7479 [ 12142] By: jhi on 2001/09/22 21:04:39
7480 Log: Update the test on warnings/register.t.
7483 ____________________________________________________________________________
7484 [ 12141] By: jhi on 2001/09/22 20:40:06
7485 Log: The code is now almost tidy enough to keep the IRIX cc happy.
7488 ____________________________________________________________________________
7489 [ 12140] By: ams on 2001/09/22 17:26:32
7490 Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
7492 From: "Craig A. Berry" <craigberry@mac.com>
7493 Date: Sat, 22 Sep 2001 13:15:32 -0500
7494 Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
7497 ____________________________________________________________________________
7498 [ 12139] By: ams on 2001/09/22 16:44:08
7499 Log: Do what perl_clone() does for sharedsv functions.
7502 ____________________________________________________________________________
7503 [ 12138] By: jhi on 2001/09/22 16:42:04
7504 Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
7505 (suggested by Sarathy, extensions shouldn't be dabbling with
7506 op structures, so binary backward compatibility should not be
7509 ! hints/irix_6.sh op.h
7510 ____________________________________________________________________________
7511 [ 12137] By: ams on 2001/09/22 16:21:05
7512 Log: More cleanups. (What's PERL_DECL_PROT?)
7514 ! embed.pl proto.h sharedsv.h
7515 ____________________________________________________________________________
7516 [ 12136] By: ams on 2001/09/22 15:14:34
7517 Log: (Retracted by #12185)
7519 Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
7520 Add Tests for warnings::register, Doc Update
7521 From: "chromatic" <chromatic@rmci.net>
7522 Date: Sat, 22 Sep 2001 09:43:20 -0600
7523 Message-Id: <20010922154815.32004.qmail@onion.perl.org>
7525 + lib/warnings/register.t
7526 ! MANIFEST lib/warnings/register.pm
7527 ____________________________________________________________________________
7528 [ 12135] By: ams on 2001/09/22 15:07:50
7529 Log: `@foo' should be @foo for consistency.
7532 ____________________________________________________________________________
7533 [ 12134] By: jhi on 2001/09/22 14:20:47
7534 Log: (Retracted by #12138)
7536 Add -woff (turn warning off) 3187:
7537 "A pointer is converted to a smaller integer."
7538 This happens when your pointers are 64-bit: then every case
7539 of converting pointers to PADOFFSETs (explicitly 32-bit)
7540 faces truncation (even explicit use of INT2PTR doesn't help).
7541 CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
7542 Changing PADOFFSET from U32 to UV would help, but that
7543 would break binary backward compatibility of BASEOP and padop
7544 (assuming you have been using 64-bit pointers).
7547 ____________________________________________________________________________
7548 [ 12133] By: jhi on 2001/09/22 13:53:49
7549 Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
7550 but the name comes from the inside the file, not from the file
7551 name, and Rumanian is the name of the language.
7553 + ext/Encode/Encode/macRumanian.enc
7554 - ext/Encode/Encode/macRomania.enc
7556 ____________________________________________________________________________
7557 [ 12132] By: jhi on 2001/09/22 13:48:29
7558 Log: Rename perltootc as perltooc for 8.3-friedliness.
7562 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
7563 ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
7565 ____________________________________________________________________________
7566 [ 12131] By: jhi on 2001/09/22 13:38:49
7567 Log: Find more conflicts by lowercasing.
7569 + Porting/check83.pl
7572 ____________________________________________________________________________
7573 [ 12130] By: jhi on 2001/09/22 13:20:20
7574 Log: The AIX cc 5.0.0.0 is simply too buggy.
7577 ____________________________________________________________________________
7578 [ 12129] By: ams on 2001/09/22 12:35:38
7579 Log: Uninteresting cleanup.
7582 ____________________________________________________________________________
7583 [ 12128] By: ams on 2001/09/22 12:28:48
7584 Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
7585 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7586 Date: Sat, 22 Sep 2001 14:29:13 +0100
7587 Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
7590 ____________________________________________________________________________
7591 [ 12127] By: ams on 2001/09/22 12:04:28
7592 Log: What's a backet?
7595 ____________________________________________________________________________
7596 [ 12126] By: ams on 2001/09/22 10:02:34
7597 Log: Removed duplicated tests #19 and #20.
7600 ____________________________________________________________________________
7601 [ 12125] By: ams on 2001/09/22 03:58:41
7602 Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
7603 From: Michael Carman <mjcarman@home.com>
7604 Date: Fri, 21 Sep 2001 17:54:05 -0500
7605 Message-Id: <3BABC50D.6040202@home.com>
7606 (Applied with some changes.)
7609 ____________________________________________________________________________
7610 [ 12124] By: ams on 2001/09/22 03:44:19
7611 Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
7612 From: Michael G Schwern <schwern@pobox.com>
7613 Date: Fri, 21 Sep 2001 19:20:40 -0400
7614 Message-Id: <20010921192040.E5494@blackrider>
7617 ____________________________________________________________________________
7618 [ 12123] By: ams on 2001/09/22 03:41:08
7619 Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
7620 From: Blair Zajac <blair@orcaware.com>
7621 Date: Fri, 21 Sep 2001 15:13:04 -0700
7622 Message-Id: <3BABBB70.55FD41DC@orcaware.com>
7625 ____________________________________________________________________________
7626 [ 12122] By: ams on 2001/09/22 03:37:07
7627 Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
7629 From: Michael G Schwern <schwern@pobox.com>
7630 Date: Fri, 21 Sep 2001 17:59:03 -0400
7631 Message-Id: <20010921175903.V5494@blackrider>
7634 ____________________________________________________________________________
7635 [ 12121] By: ams on 2001/09/22 03:30:38
7636 Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
7638 From: Michael G Schwern <schwern@pobox.com>
7639 Date: Fri, 21 Sep 2001 19:41:03 -0400
7640 Message-Id: <20010921194103.G5494@blackrider>
7643 ____________________________________________________________________________
7644 [ 12120] By: ams on 2001/09/22 03:28:06
7645 Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
7646 From: Michael G Schwern <schwern@pobox.com>
7647 Date: Fri, 21 Sep 2001 17:33:35 -0400
7648 Message-Id: <20010921173335.T5494@blackrider>
7649 ($ENV{FOO}=undef hunk not applied.)
7652 ____________________________________________________________________________
7653 [ 12119] By: ams on 2001/09/22 03:02:26
7654 Log: Subject: [PATCH] perldiag.pod
7655 From: Peter Scott <Peter@PSDT.com>
7656 Date: Fri, 21 Sep 2001 18:54:50 -0700
7657 Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
7658 (Moved to the right place.)
7661 ____________________________________________________________________________
7662 [ 12118] By: ams on 2001/09/21 20:05:29
7663 Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
7664 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7665 Date: Fri, 21 Sep 2001 22:36:54 +0200
7666 Message-Id: <20010921223654.A12742@rafael>
7669 ____________________________________________________________________________
7670 [ 12117] By: jhi on 2001/09/21 20:05:23
7671 Log: Restore things as they were before
7672 the backward compatibility police notices.
7675 ____________________________________________________________________________
7676 [ 12116] By: jhi on 2001/09/21 17:52:28
7677 Log: More Cwd from Schwern: make also OS/2 and DOS
7678 Cwd agree with File::Spec (that is, native path
7679 syntax using \ instead of / -- backward compatibility
7680 polic warning) and stop Win32 from using bsd_realpath().
7683 ____________________________________________________________________________
7684 [ 12115] By: jhi on 2001/09/21 17:19:03
7685 Log: Subject: [PATCH @12110] RE: Untested libraries update
7686 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7687 Date: Fri, 21 Sep 2001 18:21:07 +0100
7688 Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
7690 ! lib/warnings/register.pm
7691 ____________________________________________________________________________
7692 [ 12114] By: jhi on 2001/09/21 17:09:52
7693 Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
7694 From: Michael G Schwern <schwern@pobox.com>
7695 Date: Thu, 20 Sep 2001 22:54:02 -0400
7696 Message-ID: <20010920225402.A3611@blackrider>
7699 ____________________________________________________________________________
7700 [ 12113] By: ams on 2001/09/21 17:08:24
7701 Log: Subject: [PATCH] avoid v-strings with require/use
7702 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7703 Date: Fri, 21 Sep 2001 12:34:40 -0400
7704 Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
7706 ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
7707 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
7708 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7709 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
7710 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
7711 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
7712 ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
7713 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7714 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
7715 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
7716 ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
7717 ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
7718 ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
7719 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
7720 ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
7721 ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
7722 ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
7723 ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
7724 ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
7725 ____________________________________________________________________________
7726 [ 12110] By: jhi on 2001/09/21 13:59:13
7727 Log: Update Changes.
7729 ! Changes patchlevel.h
7730 ____________________________________________________________________________
7731 [ 12109] By: jhi on 2001/09/21 13:44:43
7732 Log: Make AIX and Tru64 compilers happy.
7734 ! ext/threads/threads.h ext/threads/threads.xs
7735 ____________________________________________________________________________
7736 [ 12108] By: jhi on 2001/09/21 12:16:27
7737 Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
7738 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7739 Date: 21 Sep 2001 09:16:37 -0000
7740 Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
7743 ____________________________________________________________________________
7744 [ 12107] By: jhi on 2001/09/21 12:14:41
7745 Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
7746 From: Michael G Schwern <schwern@pobox.com>
7747 Date: Thu, 20 Sep 2001 21:21:34 -0400
7748 Message-ID: <20010920212134.Y28291@blackrider>
7751 ____________________________________________________________________________
7752 [ 12106] By: jhi on 2001/09/21 12:12:09
7753 Log: Subject: Re: GDB Debugging Macros from mod_perl
7754 From: rspier@pobox.com (Robert Spier)
7755 Date: Thu, 20 Sep 2001 22:45:03 -0700
7756 Message-ID: <15274.54239.413929.49430@rls.cx>
7759 ____________________________________________________________________________
7760 [ 12105] By: sky on 2001/09/21 10:33:34
7761 Log: Fixed bug where Time::HiRes::time returned time adjusted to
7762 timezone! GetSystemTime should be available on all Win32
7763 platforms we support. Perhaps Time::HiRes should be extended to
7764 support WinCE and Novell?
7766 ! ext/Time/HiRes/HiRes.xs
7767 ____________________________________________________________________________
7768 [ 12104] By: sky on 2001/09/21 08:12:39
7769 Log: Attempt to fix solaris issue raised by Andy Dougherty.
7771 ! ext/threads/threads.h ext/threads/threads.xs
7772 ____________________________________________________________________________
7773 [ 12103] By: sky on 2001/09/21 07:57:41
7774 Log: Rename the *thread* functions to Perl_* to avoid clashes.
7775 Notably on AIX but could become a problem on other platforms.
7777 ! ext/threads/threads.h ext/threads/threads.xs
7778 ____________________________________________________________________________
7779 [ 12102] By: sky on 2001/09/21 07:35:30
7780 Log: Add the shared sv space to the global vars.
7781 Fix problems compiling on win32.
7783 ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
7784 ! sharedsv.c sharedsv.h
7785 ____________________________________________________________________________
7786 [ 12101] By: ams on 2001/09/21 00:19:55
7787 Log: Subject: [PATCH] win32/Makefile warning fix
7788 From: Blair Zajac <blair@orcaware.com>
7789 Date: Thu, 20 Sep 2001 18:15:43 -0700
7790 Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
7793 ____________________________________________________________________________
7794 [ 12100] By: jhi on 2001/09/20 21:57:04
7795 Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
7796 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7797 Date: Thu, 20 Sep 2001 18:36:22 +0200
7798 Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
7800 ! lib/ExtUtils/Command.t
7801 ____________________________________________________________________________
7802 [ 12099] By: jhi on 2001/09/20 21:53:00
7803 Log: Cant spl wirth a dam.
7806 ____________________________________________________________________________
7807 [ 12098] By: jhi on 2001/09/20 21:52:24
7808 Log: Don't use C++ comments.
7810 ! ext/threads/threads.xs
7811 ____________________________________________________________________________
7812 [ 12097] By: ams on 2001/09/20 21:42:07
7813 Log: Change #12044 didn't.
7816 ____________________________________________________________________________
7817 [ 12096] By: jhi on 2001/09/20 13:38:44
7818 Log: Metaconfig unit changes for #12095.
7820 ! U/modified/Myinit.U U/modified/libs.U
7821 ____________________________________________________________________________
7822 [ 12095] By: jhi on 2001/09/20 13:38:22
7823 Log: Remove iconv references since we are not using it
7824 and not going to; regen perltoc, perlmodlib.
7825 (Some references still linger in perltoc, have to figure
7826 out where they are coming from.)
7828 ! Configure NetWare/config.wc NetWare/config_H.wc
7829 ! Porting/Glossary Porting/config.sh Porting/config_H
7830 ! config_h.SH configure.com epoc/config.sh perl.h
7831 ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
7832 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7833 ! vos/config.ga.h win32/config.bc win32/config.gc
7834 ! win32/config.vc win32/config_H.bc win32/config_H.gc
7835 ! win32/config_H.vc wince/config.ce wince/config.h
7837 ____________________________________________________________________________
7838 [ 12094] By: jhi on 2001/09/20 12:49:17
7839 Log: Subject: [PATCH docs] Re: ARGV and read
7840 From: Dave Mitchell <davem@fdgroup.co.uk>
7841 Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
7842 Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
7844 ! pod/perltodo.pod pod/perlvar.pod
7845 ____________________________________________________________________________
7846 [ 12093] By: jhi on 2001/09/20 12:45:35
7847 Log: Fresh copies from the cvs.perl.org perlfaq repository.
7849 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7850 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7851 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7853 ____________________________________________________________________________
7854 [ 12092] By: jhi on 2001/09/20 12:32:44
7855 Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)
7856 From: Nicholas Clark <nick@ccl4.org>
7857 Date: Thu, 20 Sep 2001 14:27:08 +0100
7858 Message-ID: <20010920142708.X4971@plum.flirble.org>
7860 ! pp_pack.c t/op/pack.t
7861 ____________________________________________________________________________
7862 [ 12091] By: jhi on 2001/09/20 12:16:50
7863 Log: The sharedsv_space* are variables, not code. Duh.
7865 ! intrpvar.h makedef.pl
7866 ____________________________________________________________________________
7867 [ 12090] By: ams on 2001/09/20 11:26:06
7868 Log: Subject: [patch lib/lib_pm.PL]
7869 From: Stas Bekman <stas@stason.org>
7870 Date: Thu, 20 Sep 2001 18:48:53 +0800
7871 Message-Id: <3BA9C995.6010302@stason.org>
7875 ____________________________________________________________________________
7876 [ 12089] By: jhi on 2001/09/20 01:36:23
7877 Log: Only 21 tests, skipping or not.
7879 ! lib/ExtUtils/Command.t
7880 ____________________________________________________________________________
7881 [ 12088] By: jhi on 2001/09/19 18:54:37
7882 Log: New exported symbols.
7885 ____________________________________________________________________________
7886 [ 12087] By: jhi on 2001/09/19 13:45:59
7887 Log: Update Changes.
7889 ! Changes patchlevel.h
7890 ____________________________________________________________________________
7891 [ 12086] By: jhi on 2001/09/19 13:02:58
7892 Log: Correct numbering of the tests is useful.
7894 ! ext/threads/t/basic.t
7895 ____________________________________________________________________________
7896 [ 12085] By: jhi on 2001/09/19 12:11:15
7897 Log: More tests now too.
7899 ! lib/ExtUtils/Command.t
7900 ____________________________________________________________________________
7901 [ 12084] By: jhi on 2001/09/19 12:08:33
7902 Log: More tests now.
7904 ! ext/threads/t/basic.t
7905 ____________________________________________________________________________
7906 [ 12083] By: jhi on 2001/09/19 11:35:55
7907 Log: The test assumed 7-bit ASCII. Now it "just"
7908 assumes 8-bit whatever.
7911 ____________________________________________________________________________
7912 [ 12082] By: jhi on 2001/09/19 11:19:56
7913 Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
7914 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7915 Date: Wed, 19 Sep 2001 11:45:28 +0200
7916 Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
7918 Lvalue casts are not portable.
7920 ! ext/threads/threads.xs
7921 ____________________________________________________________________________
7922 [ 12081] By: sky on 2001/09/19 10:17:52
7923 Log: Make the basic test contain only realy basic API tests
7924 Seems to be a problem with detach.
7926 ! ext/threads/t/basic.t
7927 ____________________________________________________________________________
7928 [ 12080] By: ams on 2001/09/19 01:23:55
7929 Log: Subject: [PATCH] Syncing with Test::Simple 0.19
7930 From: Michael G Schwern <schwern@pobox.com>
7931 Date: Tue, 18 Sep 2001 19:53:48 -0400
7932 Message-Id: <20010918195348.M585@blackrider>
7934 Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
7935 From: Michael G Schwern <schwern@pobox.com>
7936 Date: Tue, 18 Sep 2001 22:07:13 -0400
7937 Message-Id: <20010918220713.B19616@blackrider>
7939 ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
7940 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7941 ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
7942 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
7943 ! lib/Test/Tutorial.pod
7944 ____________________________________________________________________________
7945 [ 12079] By: jhi on 2001/09/19 00:19:45
7946 Log: Indent the test a bit.
7948 ! ext/threads/t/basic.t
7949 ____________________________________________________________________________
7950 [ 12078] By: jhi on 2001/09/18 22:54:21
7951 Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
7952 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7953 Date: Tue, 18 Sep 2001 18:06:44 +0200
7954 Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
7957 ____________________________________________________________________________
7958 [ 12077] By: jhi on 2001/09/18 22:52:24
7959 Log: Subject: stat access time is wrong on Win95
7960 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7961 Date: Tue, 18 Sep 2001 21:59:24 +0200
7962 Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
7964 ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
7965 ____________________________________________________________________________
7966 [ 12076] By: ams on 2001/09/18 22:11:25
7967 Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
7968 From: Michael G Schwern <schwern@pobox.com>
7969 Date: Tue, 18 Sep 2001 18:47:14 -0400
7970 Message-Id: <20010918184714.I585@blackrider>
7973 ____________________________________________________________________________
7974 [ 12075] By: sky on 2001/09/18 19:29:37
7975 Log: two test failures
7976 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7977 Message-ID: <20010918221702.A17408@rafael>
7978 partly applied, #12074 already fixed half the patch
7980 ! ext/threads/t/basic.t
7981 ____________________________________________________________________________
7982 [ 12074] By: sky on 2001/09/18 18:49:03
7983 Log: Fixes test case failure introduced by #12071, the warning is
7984 now correctly spelled :-)
7986 ! ext/IO/lib/IO/t/io_sel.t
7987 ____________________________________________________________________________
7988 [ 12073] By: sky on 2001/09/18 18:46:22
7989 Log: Make the test behave properly!
7991 ! ext/threads/t/basic.t
7992 ____________________________________________________________________________
7993 [ 12072] By: ams on 2001/09/18 18:44:59
7994 Log: OP_RCATLINE is an SVOP, not a BASEOP.
7996 ! opcode.h opcode.pl
7997 ____________________________________________________________________________
7998 [ 12071] By: ams on 2001/09/18 18:06:27
7999 Log: Deprecate != Depreciate.
8001 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
8002 ! lib/Pod/ParseUtils.pm
8003 ____________________________________________________________________________
8004 [ 12070] By: ams on 2001/09/18 15:14:58
8005 Log: Subject: [PATCH] Getopt::Std cleanup
8006 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8007 Date: Tue, 18 Sep 2001 17:32:13 +0200
8008 Message-Id: <20010918173213.C777@rafael>
8010 ! lib/Getopt/Std.pm lib/Getopt/Std.t
8011 ____________________________________________________________________________
8012 [ 12069] By: sky on 2001/09/18 14:56:33
8013 Log: Forgot the makefile
8015 + ext/threads/Makefile.PL
8016 ____________________________________________________________________________
8017 [ 12068] By: sky on 2001/09/18 14:13:26
8018 Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
8019 The test will fail because of Test.pm not knowing about threads.
8020 basic needs to be manually tested
8021 compile time warnings on IV2PTR conversions need to be fixed
8023 + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
8024 + ext/threads/threads.h ext/threads/threads.pm
8025 + ext/threads/threads.xs
8027 ____________________________________________________________________________
8028 [ 12067] By: jhi on 2001/09/18 11:51:08
8029 Log: DJGPP tweak from Laszlo Molnar.
8032 ____________________________________________________________________________
8033 [ 12066] By: sky on 2001/09/18 10:24:31
8034 Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
8036 ! sharedsv.c sharedsv.h
8037 ____________________________________________________________________________
8038 [ 12065] By: jhi on 2001/09/18 00:00:09
8039 Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
8042 + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
8043 + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
8044 + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
8045 + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
8046 + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
8047 + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
8048 + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
8049 + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
8050 + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
8051 + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
8052 + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
8053 + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
8054 + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
8055 + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
8056 + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
8057 + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
8058 + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
8059 + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
8060 + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
8061 + ext/Encode/Encode/ir-197.enc
8062 - ext/Encode/Encode/cns11643-1.enc
8063 - ext/Encode/Encode/cns11643-2.enc
8064 - ext/Encode/Encode/iso2022-cn.enc
8065 - ext/Encode/Encode/iso2022-jp.enc
8066 - ext/Encode/Encode/iso2022-jp1.enc
8067 - ext/Encode/Encode/iso2022-jp2.enc
8068 - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
8069 - ext/Encode/Encode/iso8859-1.enc
8070 - ext/Encode/Encode/iso8859-1.ucm
8071 - ext/Encode/Encode/iso8859-10.enc
8072 - ext/Encode/Encode/iso8859-10.ucm
8073 - ext/Encode/Encode/iso8859-11.enc
8074 - ext/Encode/Encode/iso8859-11.ucm
8075 - ext/Encode/Encode/iso8859-13.enc
8076 - ext/Encode/Encode/iso8859-13.ucm
8077 - ext/Encode/Encode/iso8859-14.enc
8078 - ext/Encode/Encode/iso8859-14.ucm
8079 - ext/Encode/Encode/iso8859-15.enc
8080 - ext/Encode/Encode/iso8859-15.ucm
8081 - ext/Encode/Encode/iso8859-16.enc
8082 - ext/Encode/Encode/iso8859-16.ucm
8083 - ext/Encode/Encode/iso8859-2.enc
8084 - ext/Encode/Encode/iso8859-2.ucm
8085 - ext/Encode/Encode/iso8859-3.enc
8086 - ext/Encode/Encode/iso8859-3.ucm
8087 - ext/Encode/Encode/iso8859-4.enc
8088 - ext/Encode/Encode/iso8859-4.ucm
8089 - ext/Encode/Encode/iso8859-5.enc
8090 - ext/Encode/Encode/iso8859-5.ucm
8091 - ext/Encode/Encode/iso8859-6.enc
8092 - ext/Encode/Encode/iso8859-6.ucm
8093 - ext/Encode/Encode/iso8859-7.enc
8094 - ext/Encode/Encode/iso8859-7.ucm
8095 - ext/Encode/Encode/iso8859-8.enc
8096 - ext/Encode/Encode/iso8859-8.ucm
8097 - ext/Encode/Encode/iso8859-9.enc
8098 - ext/Encode/Encode/iso8859-9.ucm
8099 - ext/Encode/Encode/isoir-197.enc
8100 ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
8101 ____________________________________________________________________________
8102 [ 12064] By: jhi on 2001/09/17 23:53:38
8103 Log: Must Uppercase.
8105 ! ext/Encode/Encode.pm
8106 ____________________________________________________________________________
8107 [ 12063] By: jhi on 2001/09/17 23:39:28
8108 Log: Add various encodings.
8110 + ext/Encode/Encode/iso8859-11.enc
8111 + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
8112 + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
8113 + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
8114 + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
8115 + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
8116 + ext/Encode/Encode/viscii.ucm
8117 ! MANIFEST ext/Encode/Encode.pm
8118 ____________________________________________________________________________
8119 [ 12062] By: jhi on 2001/09/17 22:48:21
8120 Log: lib/unicode relic.
8122 ! ext/Encode/compile
8123 ____________________________________________________________________________
8124 [ 12061] By: jhi on 2001/09/17 20:50:16
8125 Log: Subject: [PATCH] Re: filename problems
8126 From: Michael G Schwern <schwern@pobox.com>
8127 Date: Mon, 17 Sep 2001 17:26:26 -0400
8128 Message-ID: <20010917172626.Q585@blackrider>
8130 + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
8131 - t/lib/sample-tests/header_at_end
8132 - t/lib/sample-tests/header_at_end_fail
8133 ! MANIFEST lib/Test/Harness/t/test-harness.t
8134 ____________________________________________________________________________
8135 [ 12060] By: jhi on 2001/09/17 20:14:53
8136 Log: Explicitly explain the 1e9 seconds, not everybody
8139 ! ext/Time/HiRes/HiRes.pm
8140 ____________________________________________________________________________
8141 [ 12059] By: jhi on 2001/09/17 20:07:20
8142 Log: Explain an apparent bug reported by
8143 Richard J. Barbalace <rjbarbal@MIT.EDU>,
8144 with additional explanation from Gisle Aas.
8146 ! ext/Time/HiRes/HiRes.pm
8147 ____________________________________________________________________________
8148 [ 12058] By: ams on 2001/09/17 19:52:01
8149 Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
8150 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8151 Date: Mon, 17 Sep 2001 22:48:05 +0200
8152 Message-Id: <20010917224805.C11744@rafael>
8154 ! t/lib/warnings/op t/lib/warnings/pp
8155 ____________________________________________________________________________
8156 [ 12057] By: ams on 2001/09/17 16:51:18
8160 ____________________________________________________________________________
8161 [ 12056] By: ams on 2001/09/17 16:47:55
8162 Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
8163 From: "Craig A. Berry" <craigberry@mac.com>
8164 Date: Mon, 17 Sep 2001 12:34:20 -0500
8165 Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
8168 ____________________________________________________________________________
8169 [ 12055] By: ams on 2001/09/17 16:05:15
8170 Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
8171 From: Gisle Aas <gisle@ActiveState.com>
8172 Date: 16 Apr 2001 16:20:34 -0700
8173 Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
8176 ! lib/CPAN.pm lib/CPAN/Nox.pm
8177 ____________________________________________________________________________
8178 [ 12054] By: jhi on 2001/09/17 14:06:26
8179 Log: Update Changes.
8181 ! Changes patchlevel.h
8182 ____________________________________________________________________________
8183 [ 12053] By: jhi on 2001/09/17 13:45:26
8184 Log: Adding new files to the MANIFEST is always nice.
8187 ____________________________________________________________________________
8188 [ 12052] By: jhi on 2001/09/17 13:12:31
8189 Log: Reindent the PerlIO files (suggested by NI-S), used
8190 indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
8191 (GNU indent). Note that wholesale re-indenting might
8192 be nice, but that would break nice formatting/alignment
8193 of assignments, equality testing, and complex boolean
8194 expressions with lots of &s and |s.
8196 ! perlio.c perlio.h perliol.h
8197 ____________________________________________________________________________
8198 [ 12051] By: jhi on 2001/09/17 12:55:53
8199 Log: Add a script for being 8.3-polite.
8200 The found conflicts are being worked on.
8203 ! MANIFEST Porting/pumpkin.pod
8204 ____________________________________________________________________________
8205 [ 12050] By: sky on 2001/09/17 12:44:36
8206 Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
8210 ____________________________________________________________________________
8211 [ 12049] By: jhi on 2001/09/17 11:55:07
8212 Log: Bump up versions because of #12041.
8214 ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
8215 ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
8216 ! lib/Time/localtime.pm
8217 ____________________________________________________________________________
8218 [ 12048] By: jhi on 2001/09/17 11:51:54
8219 Log: Bump the version number because of #12042.
8221 ! lib/CPAN/FirstTime.pm
8222 ____________________________________________________________________________
8223 [ 12047] By: ams on 2001/09/17 11:21:40
8224 Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
8225 From: Abhijit Menon-Sen <ams@wiw.org>
8226 Date: Mon, 17 Sep 2001 17:44:12 +0530
8227 Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
8230 ____________________________________________________________________________
8231 [ 12046] By: sky on 2001/09/17 07:14:17
8232 Log: Subject: Re: t/op/ver.t using skip() improperly
8233 From: "chromatic" <chromatic@rmci.net>
8234 Date: Mon, 17 Sep 2001 00:22:29 -0600
8235 Message-ID: <20010917062713.47716.qmail@onion.perl.org>
8238 ____________________________________________________________________________
8239 [ 12045] By: nick on 2001/09/17 07:12:14
8240 Log: Integrate mainline
8243 !> (integrate 117 files)
8244 ____________________________________________________________________________
8245 [ 12044] By: ams on 2001/09/17 05:49:53
8246 Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
8247 From: Ilmari Karonen <iltzu@sci.fi>
8248 Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
8249 Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
8250 (And $VERSION = '1.05'.)
8253 ____________________________________________________________________________
8254 [ 12043] By: ams on 2001/09/17 05:44:50
8255 Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
8256 From: Michael G Schwern <schwern@pobox.com>
8257 Date: Mon, 17 Sep 2001 07:49:04 +0200
8258 Message-Id: <20010917074904.V1588@blackrider>
8259 (Applied with tweaks to chdir.t and pp_sys.c hunks.)
8263 ____________________________________________________________________________
8264 [ 12042] By: jhi on 2001/09/17 02:54:13
8265 Log: Subject: Re: CPAN.pm needs some hacking
8266 From: "chromatic" <chromatic@rmci.net>
8267 Date: Sun, 16 Sep 2001 16:46:29 -0600
8268 Message-ID: <20010916225113.5606.qmail@onion.perl.org>
8270 ! lib/CPAN/FirstTime.pm
8271 ____________________________________________________________________________
8272 [ 12041] By: jhi on 2001/09/16 20:43:15
8273 Log: Change use|require 5.005_64 to use|require 5.6.1.
8275 ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
8276 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8277 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
8278 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
8279 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
8280 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8281 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
8282 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
8283 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
8284 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
8285 ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
8286 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
8287 ! lib/base.pm lib/fields.pm
8288 ____________________________________________________________________________
8289 [ 12040] By: jhi on 2001/09/16 20:36:58
8290 Log: Bump up version numbers.
8292 TODO 1: double check that pre-5.6.1 CPAN.pm:s
8293 don't try to download 5.8.0 because of the
8294 version numbers. Mainly this means using _00
8295 in the core version numbers.
8297 TODO 2: the "use 5.005_64" in many modules
8298 needs to be changed to, say, "use 5.6.1".
8300 ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
8301 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
8302 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
8303 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
8304 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
8305 ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
8306 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8307 ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
8308 ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
8309 ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
8310 ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
8311 ____________________________________________________________________________
8312 [ 12039] By: jhi on 2001/09/16 19:23:07
8313 Log: Use UCHARAT() as suggested by Inaba Hiroto.
8316 ____________________________________________________________________________
8317 [ 12038] By: ams on 2001/09/16 15:16:24
8318 Log: Subject: [PATCH] Re: Core module version numbers review
8319 From: Peter Scott <Peter@PSDT.com>
8320 Date: Sun, 16 Sep 2001 09:09:58 -0700
8321 Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
8324 ____________________________________________________________________________
8325 [ 12037] By: jhi on 2001/09/16 14:27:54
8326 Log: Supply more details on how lc/uc/lcfirst/ucfirst are
8327 not yet fully implemented.
8329 ! pod/perlfunc.pod pod/perlunicode.pod
8330 ____________________________________________________________________________
8331 [ 12036] By: jhi on 2001/09/15 23:13:12
8332 Log: Subject: [patch] plug PL_beginav_save leak
8333 From: Doug MacEachern <dougm@covalent.net>
8334 Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
8335 Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
8338 ____________________________________________________________________________
8339 [ 12035] By: jhi on 2001/09/15 23:12:28
8340 Log: (accidentally empty checkin)
8343 ____________________________________________________________________________
8344 [ 12034] By: jhi on 2001/09/15 23:08:09
8345 Log: Subject: [patch] ithreads+PL_beginav_save
8346 From: Doug MacEachern <dougm@covalent.net>
8347 Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
8348 Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
8351 ____________________________________________________________________________
8352 [ 12033] By: jhi on 2001/09/15 23:07:19
8353 Log: Subject: [PATCH] h2xs.PL with C::Scan
8354 From: Tim Jenness <t.jenness@jach.hawaii.edu>
8355 Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
8356 Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
8359 ____________________________________________________________________________
8360 [ 12032] By: jhi on 2001/09/15 18:43:20
8361 Log: Elaborate (well, make more vague, really) #12030.
8363 ! pod/perltodo.pod pod/perlunicode.pod
8364 ____________________________________________________________________________
8365 [ 12031] By: jhi on 2001/09/15 18:37:07
8366 Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
8367 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8368 Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
8369 Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
8372 ____________________________________________________________________________
8373 [ 12030] By: jhi on 2001/09/15 17:15:40
8374 Log: Document that the lc(), uc(), lcfirst(), ucfirst()
8375 are not yet complete.
8377 ! pod/perltodo.pod pod/perlunicode.pod
8378 ____________________________________________________________________________
8379 [ 12029] By: jhi on 2001/09/15 13:53:42
8380 Log: Document what's still to be done on the regular expression
8381 Unicode support, based on the UTR#18.
8383 ! pod/perltodo.pod pod/perlunicode.pod
8384 ____________________________________________________________________________
8385 [ 12028] By: jhi on 2001/09/15 12:37:31
8388 ! embedvar.h perlapi.h
8389 ____________________________________________________________________________
8390 [ 12027] By: jhi on 2001/09/15 12:33:49
8391 Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex
8392 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8393 Date: Sun, 09 Sep 2001 18:41:54 +0100
8394 Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
8396 ! Porting/findvars ext/ByteLoader/bytecode.h
8397 ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
8398 ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
8399 ____________________________________________________________________________
8400 [ 12026] By: gsar on 2001/09/15 04:04:04
8401 Log: enable most warnings for windows build; fix the various typecasting
8402 nits that showed up (no bugfixes here)
8403 Branch: maint-5.6/perl
8404 ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
8405 ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
8406 ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
8407 ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
8408 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
8410 ____________________________________________________________________________
8411 [ 12025] By: jhi on 2001/09/14 22:22:58
8412 Log: Integrate change #12024 from maintperl
8413 (a local() precedence bug)
8415 !> lib/ExtUtils/Install.pm
8416 ____________________________________________________________________________
8417 [ 12024] By: gsar on 2001/09/14 22:11:06
8418 Log: fix local() precedence bug in change#8311, came into maint-5.6 as
8420 Branch: maint-5.6/perl
8421 ! lib/ExtUtils/Install.pm
8422 ____________________________________________________________________________
8423 [ 12023] By: jhi on 2001/09/14 15:04:16
8424 Log: Update Changes.
8426 ! Changes patchlevel.h
8427 ____________________________________________________________________________
8428 [ 12022] By: jhi on 2001/09/14 14:49:52
8429 Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
8430 From: "chromatic" <chromatic@rmci.net>
8431 Date: Fri, 14 Sep 2001 09:44:57 -0600
8432 Message-ID: <20010914154936.70059.qmail@onion.perl.org>
8434 ! lib/ExtUtils/Manifest.t
8435 ____________________________________________________________________________
8436 [ 12021] By: jhi on 2001/09/14 14:46:36
8437 Log: Hopefully better skipping of the Complete.t tests
8438 in case of not a tty.
8440 ! lib/Term/Complete.t t/op/stat.t
8441 ____________________________________________________________________________
8442 [ 12020] By: jhi on 2001/09/14 14:10:44
8443 Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
8444 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8445 Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
8446 Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>
8448 ! regexec.c t/op/pat.t
8449 ____________________________________________________________________________
8450 [ 12019] By: jhi on 2001/09/14 14:02:59
8451 Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
8452 From: Robin Barker <rmb1@cise.npl.co.uk>
8453 Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
8454 Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
8457 ____________________________________________________________________________
8458 [ 12018] By: jhi on 2001/09/14 13:55:56
8459 Log: NetWare tweaks from Ananth Kesari.
8461 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
8463 ____________________________________________________________________________
8464 [ 12017] By: jhi on 2001/09/14 13:50:08
8465 Log: Subject: unterminated C<...> at line 426 in file perlport.pod
8466 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8467 Date: Fri, 14 Sep 2001 10:51:13 +0200
8468 Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
8471 ____________________________________________________________________________
8472 [ 12016] By: jhi on 2001/09/14 13:28:08
8473 Log: Subject: Re: [PATCH 2 pl2pm.PL]
8474 From: Joe Smith <Joe.Smith@inwap.com>
8475 Date: Fri, 14 Sep 2001 00:13:32 -0700
8476 Message-Id: <3BA1AE1C.64313CEE@inwap.com>
8480 ! keywords.h keywords.pl utils/pl2pm.PL
8481 ____________________________________________________________________________
8482 [ 12015] By: jhi on 2001/09/14 02:38:23
8483 Log: Retract #12013, didn't go over too well in Tru64.
8485 ! embed.h embed.pl sv.h
8486 ____________________________________________________________________________
8487 [ 12014] By: jhi on 2001/09/14 02:31:05
8488 Log: Subject: [PATCH] Execute files of debugger commands
8489 From: Peter Scott <Peter@PSDT.com>
8490 Date: Thu, 13 Sep 2001 15:26:31 -0700
8491 Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
8493 ! lib/perl5db.pl pod/perldebug.pod
8494 ____________________________________________________________________________
8495 [ 12013] By: jhi on 2001/09/14 02:25:05
8496 Log: (Retracted by #12015)
8497 Subject: [proposed PATCH] Re: perl@11920
8498 From: Nicholas Clark <nick@ccl4.org>
8499 Date: Wed, 12 Sep 2001 23:46:09 +0100
8500 Message-ID: <20010912234609.H4971@plum.flirble.org>
8502 ! embed.h embed.pl sv.h
8503 ____________________________________________________________________________
8504 [ 12012] By: jhi on 2001/09/14 02:12:02
8505 Log: ucblib shouldn't be linked against in nonstop-ux,
8508 ! hints/nonstopux.sh
8509 ____________________________________________________________________________
8510 [ 12011] By: jhi on 2001/09/13 12:54:51
8511 Log: Do stty only if we have stty.
8513 TODO: non-UNIX platforms. Solaris and /usr/ucb/stty?
8515 ! lib/Term/Complete.pm
8516 ____________________________________________________________________________
8517 [ 12010] By: jhi on 2001/09/13 12:44:28
8518 Log: Skip the test if not running on a tty.
8520 ! lib/Term/Complete.t
8521 ____________________________________________________________________________
8522 [ 12009] By: jhi on 2001/09/13 12:01:56
8525 ! embed.h opcode.h pod/perlapi.pod proto.h
8526 ____________________________________________________________________________
8527 [ 12008] By: jhi on 2001/09/12 17:51:32
8528 Log: Subject: [PATCH op.c] Re: perl@12003
8529 From: Robin Barker <rmb1@cise.npl.co.uk>
8530 Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
8531 Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
8534 ____________________________________________________________________________
8535 [ 12007] By: jhi on 2001/09/12 17:49:39
8536 Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
8537 From: Robin Barker <rmb1@cise.npl.co.uk>
8538 Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
8539 Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
8542 ____________________________________________________________________________
8543 [ 12006] By: jhi on 2001/09/12 17:41:49
8544 Log: Upgrade to Memoize 0.66.
8546 ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8547 ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
8548 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8549 ____________________________________________________________________________
8550 [ 12005] By: jhi on 2001/09/12 13:14:59
8551 Log: Subject: [ID 20010912.007] substr reference core dump
8552 From: me-01@ton.iguana.be
8553 Date: 12 Sep 2001 14:11:16 -0000
8554 Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
8557 ____________________________________________________________________________
8558 [ 12004] By: ams on 2001/09/12 01:13:49
8559 Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
8560 From: Ilmari Karonen <iltzu@sci.fi>
8561 Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
8562 Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
8565 ____________________________________________________________________________
8566 [ 12003] By: jhi on 2001/09/11 13:02:37
8567 Log: Update Changes.
8569 ! Changes patchlevel.h
8570 ____________________________________________________________________________
8571 [ 12002] By: jhi on 2001/09/11 11:50:48
8572 Log: NetWare update from Ananth Kesari.
8574 ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
8575 ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
8576 ____________________________________________________________________________
8577 [ 12001] By: jhi on 2001/09/11 11:40:51
8578 Log: Retract #11984: div() being redefined, and 1397
8579 failing on 64-bit platforms.
8581 ! lib/Math/BigInt/Calc.pm
8582 ____________________________________________________________________________
8583 [ 12000] By: jhi on 2001/09/11 11:19:07
8584 Log: Metaconfig unit change for #11999.
8586 ! U/protos/d_lseekproto.U
8587 ____________________________________________________________________________
8588 [ 11999] By: jhi on 2001/09/11 11:18:36
8589 Log: The lseek fix (#11991) was no fix.
8592 ____________________________________________________________________________
8593 [ 11998] By: sky on 2001/09/11 07:52:06
8594 Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
8595 From: Matt Sergeant <MSergeant@star.net.uk>
8596 Date: Tue, 11 Sep 2001 09:22:32 +0100
8597 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
8599 ! ext/Encode/Encode.pm
8600 ____________________________________________________________________________
8601 [ 11997] By: sky on 2001/09/11 06:35:29
8602 Log: Sometimes dTHX is added because it is needed on non
8603 gnuc platforms, but not needed there. This uses GCC
8604 to silence GCC specific warnings by marking pTHX as
8608 ____________________________________________________________________________
8609 [ 11996] By: nick on 2001/09/11 06:25:27
8610 Log: Integrate mainline
8612 - ext/POSIX/sigaction.t lib/File/Find/taint.t
8613 !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
8614 ____________________________________________________________________________
8615 [ 11995] By: nick on 2001/09/11 06:23:39
8616 Log: Part Integrate mainline
8618 +> (branch 69 files)
8619 - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
8620 - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
8621 - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
8622 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
8623 - lib/Switch/t/switch_case.t lib/Test/Harness.t
8624 - lib/Test/More/Changes lib/Test/More/t/More.t
8625 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8626 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8627 - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
8628 - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
8629 - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
8630 - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
8631 - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
8632 - t/lib/Test/More/Catch.pm wince/perl.ico
8633 !> (integrate 197 files)
8634 ____________________________________________________________________________
8635 [ 11994] By: jhi on 2001/09/11 03:12:44
8636 Log: Subject: Re: [PATCH] Encode.pm docs fix
8637 From: Gisle Aas <gisle@ActiveState.com>
8638 Date: 10 Sep 2001 11:27:02 -0700
8639 Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
8641 ! ext/Encode/Encode.pm
8642 ____________________________________________________________________________
8643 [ 11993] By: jhi on 2001/09/11 02:27:25
8644 Log: Fix unpack U to be the reverse of pack U
8645 (but implement unpack U0U as a backdoor to get
8646 the UTF-8 malformed warnings from un-UTF-8 data)
8648 ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
8649 ____________________________________________________________________________
8650 [ 11992] By: jhi on 2001/09/11 00:14:24
8651 Log: Metaconfig unit change for #11991;
8652 delete an unused unit (d_strtoull.U is the one used)
8654 ! U/protos/d_lseekproto.U
8655 Branch: metaconfig/U/perl
8657 ____________________________________________________________________________
8658 [ 11991] By: jhi on 2001/09/11 00:14:01
8659 Log: Subject: [PATCH] Configure not recording lseek proto
8660 From: Blair Zajac <blair@orcaware.com>
8661 Date: Mon, 10 Sep 2001 17:52:37 -0700
8662 Message-ID: <3B9D6055.BA334A31@orcaware.com>
8664 plus regen Configure.
8666 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8667 ! config_h.SH uconfig.h
8668 ____________________________________________________________________________
8669 [ 11990] By: jhi on 2001/09/10 23:59:25
8670 Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))
8671 From: Nicholas Clark <nick@ccl4.org>
8672 Date: Tue, 11 Sep 2001 00:00:31 +0100
8673 Message-ID: <20010911000031.G1512@plum.flirble.org>
8676 ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
8677 ____________________________________________________________________________
8678 [ 11989] By: jhi on 2001/09/10 23:31:45
8679 Log: Subject: [PATCH] Building on win32 w/o perlio
8680 From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8681 Date: Mon, 10 Sep 2001 23:38:46 +0200
8682 Message-ID: <3B9D4F06.14433.2C37644@localhost>
8684 ! perl.c win32/Makefile win32/makefile.mk
8685 ____________________________________________________________________________
8686 [ 11988] By: jhi on 2001/09/10 23:26:40
8687 Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
8688 From: "chromatic" <chromatic@rmci.net>
8689 Date: Mon, 10 Sep 2001 15:14:01 -0600
8690 Message-ID: <20010910211833.30177.qmail@onion.perl.org>
8694 ____________________________________________________________________________
8695 [ 11987] By: jhi on 2001/09/10 23:24:11
8696 Log: Subject: avoiding hoardes of zombies
8697 From: Nicholas Clark <nick@ccl4.org>
8698 Date: Mon, 10 Sep 2001 22:00:40 +0100
8699 Message-ID: <20010910220040.C1512@plum.flirble.org>
8702 ____________________________________________________________________________
8703 [ 11986] By: jhi on 2001/09/10 23:22:10
8704 Log: Subject: PATCH Resubmission - was Re: [ID 20010902.001] v strings over 2*31 barf
8705 From: John Peacock <jpeacock@rowman.com>
8706 Date: Mon, 10 Sep 2001 16:34:30 -0400
8707 Message-ID: <3B9D23D6.90BCCC25@rowman.com>
8709 ! sv.c t/op/ver.t utf8.h
8710 ____________________________________________________________________________
8711 [ 11985] By: ams on 2001/09/10 23:20:13
8712 Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
8715 ____________________________________________________________________________
8716 [ 11984] By: jhi on 2001/09/10 23:09:31
8717 Log: (Retracted by #12001)
8718 Subject: Calc with USE_MUL/USE_DIV
8719 From: Tels <perl_dummy@bloodgate.com>
8720 Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
8721 Message-Id: <200109071651.TAA11249@tiku.hut.fi>
8723 ! lib/Math/BigInt/Calc.pm
8724 ____________________________________________________________________________
8725 [ 11983] By: jhi on 2001/09/10 22:37:14
8726 Log: Subject: [PATCH op.c] Re: perl@11978
8727 From: Robin Barker <rmb1@cise.npl.co.uk>
8728 Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
8729 Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
8734 ____________________________________________________________________________
8735 [ 11982] By: jhi on 2001/09/10 22:35:57
8736 Log: Switch PADOFFSET back to U32 both because of binary backward
8737 compatibility and because Arthur seems to have been fixing the
8738 problems with naughty integer-pointer casting.
8741 ____________________________________________________________________________
8742 [ 11981] By: ams on 2001/09/10 16:31:43
8743 Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
8744 Fix Pod Typo, Add Test for ExtUtils::Command
8745 From: "chromatic" <chromatic@rmci.net>
8746 Date: Mon, 10 Sep 2001 11:20:56 -0600
8747 Message-Id: <20010910172528.54160.qmail@onion.perl.org>
8749 + lib/ExtUtils/Command.t
8750 ! MANIFEST lib/ExtUtils/Command.pm
8751 ____________________________________________________________________________
8752 [ 11980] By: jhi on 2001/09/10 13:29:35
8753 Log: Subject: [PATCH] Encode.pm docs fix
8754 From: Matt Sergeant <MSergeant@star.net.uk>
8755 Date: Mon, 10 Sep 2001 15:24:01 +0100
8756 Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
8758 ! ext/Encode/Encode.pm
8759 ____________________________________________________________________________
8760 [ 11979] By: jhi on 2001/09/10 13:17:48
8761 Log: Update Changes.
8763 ! Changes patchlevel.h
8764 ____________________________________________________________________________
8765 [ 11978] By: jhi on 2001/09/10 12:59:40
8766 Log: Revert #11973, the dTHX seems to be needed in there
8767 for threaded builds.
8770 ____________________________________________________________________________
8771 [ 11977] By: jhi on 2001/09/10 12:55:47
8775 ____________________________________________________________________________
8776 [ 11976] By: jhi on 2001/09/10 12:46:34
8777 Log: Further Class::Struct patching from Damian.
8779 The new new semantics are:
8781 * If you pass an initializer for a nested object, it has to be:
8782 a) a reference to an object of that class, or
8783 b) a reference to an object of a subclass of that class, or
8784 c) a reference to a hash of arguments to be passed to the
8786 * If you pass no initializer for a nested object, the attribute
8787 is initialized to C<undef>
8789 ! lib/Class/Struct.pm
8790 ____________________________________________________________________________
8791 [ 11975] By: jhi on 2001/09/10 12:42:24
8792 Log: Skip the crypt test if no crypt.
8795 ____________________________________________________________________________
8796 [ 11974] By: jhi on 2001/09/10 12:39:25
8797 Log: Warn against using bare v-strings as IP addresses
8798 (okay if using the wrappers from Socket)
8800 ! pod/perldata.pod pod/perlport.pod
8801 ____________________________________________________________________________
8802 [ 11973] By: sky on 2001/09/10 11:57:58
8803 Log: Remove unused dTHX. Silenced another warning.
8806 ____________________________________________________________________________
8807 [ 11972] By: sky on 2001/09/10 11:54:25
8808 Log: Silence some more warnings INT2PTR.
8810 ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
8811 ____________________________________________________________________________
8812 [ 11971] By: sky on 2001/09/10 11:21:50
8813 Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
8816 ____________________________________________________________________________
8817 [ 11970] By: sky on 2001/09/10 11:17:25
8818 Log: Apply INT2PTR with force to silence warnings from
8819 PM_GETRE and friends. No more warnings with 64bit
8820 IVs and 32bit pointers.
8823 ____________________________________________________________________________
8824 [ 11969] By: sky on 2001/09/10 10:13:02
8825 Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
8828 ____________________________________________________________________________
8829 [ 11968] By: sky on 2001/09/10 10:02:51
8830 Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
8831 Rename to custop_op_name to Perl_custom_op_name to match perlapi
8832 Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
8835 ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
8836 ____________________________________________________________________________
8837 [ 11967] By: jhi on 2001/09/10 03:14:35
8838 Log: Using strlen() not good on embedded nul bytes.
8841 ____________________________________________________________________________
8842 [ 11966] By: ams on 2001/09/09 21:06:13
8843 Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
8844 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8845 Date: Mon, 13 Aug 2001 22:51:59 +0200
8846 Message-ID: <20010813225159.C6681@rafael>
8847 (Applied with several tweaks.)
8849 ! embed.h embed.pl proto.h toke.c
8850 ____________________________________________________________________________
8851 [ 11965] By: jhi on 2001/09/09 14:40:39
8852 Log: The exact error message is system-dependent.
8854 ! lib/ExtUtils/Manifest.t
8855 ____________________________________________________________________________
8856 [ 11964] By: jhi on 2001/09/09 14:38:05
8857 Log: Add Windows and Mac Sami support to Encode
8858 (http://www.egt.ie/standards/se/sami-teastabaiki.html)
8860 + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
8862 ____________________________________________________________________________
8863 [ 11963] By: jhi on 2001/09/09 13:54:07
8864 Log: Use the tried method.
8867 ____________________________________________________________________________
8868 [ 11962] By: jhi on 2001/09/09 13:46:59
8869 Log: Can't count parentheses.
8871 ! ext/IO/lib/IO/Socket/INET.pm
8872 ____________________________________________________________________________
8873 [ 11961] By: jhi on 2001/09/09 13:34:12
8874 Log: perlport additions: 1 while unlink, add/delete directory
8875 entries and permissions, cygwin stat funkiness (from Michael
8876 Schwern and Nicholas Clark)
8879 ____________________________________________________________________________
8880 [ 11960] By: jhi on 2001/09/09 13:19:12
8881 Log: blib does have a detectable test.
8884 ____________________________________________________________________________
8885 [ 11959] By: jhi on 2001/09/09 13:16:43
8886 Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
8887 From: "chromatic" <chromatic@rmci.net>
8888 Date: Sat, 08 Sep 2001 19:33:42 -0600
8889 Message-ID: <20010909013810.11522.qmail@onion.perl.org>
8891 + lib/Term/Complete.t
8893 ____________________________________________________________________________
8894 [ 11958] By: jhi on 2001/09/09 13:09:02
8895 Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
8896 From: Michael G Schwern <schwern@pobox.com>
8897 Date: Sat, 8 Sep 2001 02:40:26 -0400
8898 Message-ID: <20010908024026.A26283@blackrider>
8900 + lib/Test/Tutorial.pod
8902 ____________________________________________________________________________
8903 [ 11957] By: jhi on 2001/09/09 13:03:33
8904 Log: Try to look up protocol (by name) only iff it has non-numbers:
8905 nice if the server is in a chrooted environment (no /etc/protocols,
8906 server code using hardcorded protocol numbers like 6 for tcp),
8907 suggested by John Holdsworth <coldwave@bigfoot.com>.
8908 In other words, if we are given a number, why look it up again
8911 ! ext/IO/lib/IO/Socket/INET.pm
8912 ____________________________________________________________________________
8913 [ 11956] By: jhi on 2001/09/09 12:53:12
8914 Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
8915 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8916 Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
8917 Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
8919 Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
8920 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8921 Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
8922 Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
8923 Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
8924 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
8925 Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
8926 Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
8928 ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
8929 ____________________________________________________________________________
8930 [ 11955] By: ams on 2001/09/09 02:54:21
8931 Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
8932 From: "Craig A. Berry" <craigberry@mac.com>
8933 Date: Sat, 08 Sep 2001 19:02:16 -0500
8934 Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
8937 ____________________________________________________________________________
8938 [ 11954] By: jhi on 2001/09/09 02:30:39
8939 Log: Documentation tweaks; think the IP address as an opaque string.
8941 ! ext/Socket/Socket.pm
8942 ____________________________________________________________________________
8943 [ 11953] By: jhi on 2001/09/09 00:32:05
8944 Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
8945 From: Michael G Schwern <schwern@pobox.com>
8946 Date: Sat, 8 Sep 2001 19:45:46 -0400
8947 Message-ID: <20010908194546.C9193@blackrider>
8950 ! MANIFEST lib/blib.pm t/lib/1_compile.t
8951 ____________________________________________________________________________
8952 [ 11952] By: jhi on 2001/09/09 00:27:15
8953 Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
8954 From: "chromatic" <chromatic@rmci.net>
8955 Date: Sat, 08 Sep 2001 12:31:44 -0600
8956 Message-ID: <20010908183612.49960.qmail@onion.perl.org>
8960 ____________________________________________________________________________
8961 [ 11951] By: jhi on 2001/09/09 00:24:07
8962 Log: The Socket tests were wrong: they were assuming too much.
8964 ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
8965 ____________________________________________________________________________
8966 [ 11950] By: jhi on 2001/09/08 20:09:07
8967 Log: Retract the portability changes since they
8968 seem to have opened a can of worms... will
8969 go back to UNICOS/mk and do the bare minimum
8970 required to get the tests working.
8972 ! ext/Socket/Socket.xs
8973 ____________________________________________________________________________
8974 [ 11949] By: jhi on 2001/09/08 19:48:20
8975 Log: PADOFFSET is used to cast pointers into integers,
8976 if pointers are 64 bits and U32 32 bits,
8977 bad things may happen, or at least warnings issued.
8980 ____________________________________________________________________________
8981 [ 11948] By: jhi on 2001/09/08 18:50:07
8982 Log: Still more Socket portability tweaking.
8983 Now Socket.t seems to be happy in all of
8984 Linux/x86, Tru64/alpha, Solaris/sparc,
8985 IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
8987 Addendum: it seems that io_multihomed, io_sock, and hostent
8988 were broken in little-endians (linux/x86 and tru64/alpha)
8989 because of this change. Argh.
8991 ! ext/Socket/Socket.xs
8992 ____________________________________________________________________________
8993 [ 11947] By: jhi on 2001/09/08 17:23:23
8994 Log: More portability kicking on inet_ntoa().
8996 ! ext/Socket/Socket.xs
8997 ____________________________________________________________________________
8998 [ 11946] By: jhi on 2001/09/08 15:09:58
8999 Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
9000 From: Michael G Schwern <schwern@pobox.com>
9001 Date: Fri, 7 Sep 2001 23:06:51 -0400
9002 Message-ID: <20010907230651.R606@blackrider>
9004 + lib/ExtUtils/Manifest.t
9005 ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
9006 ____________________________________________________________________________
9007 [ 11945] By: jhi on 2001/09/08 14:49:15
9008 Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
9009 From: "chromatic" <chromatic@rmci.net>
9010 Date: Fri, 07 Sep 2001 17:53:15 -0600
9011 Message-ID: <20010907235740.80566.qmail@onion.perl.org>
9013 + lib/ExtUtils/testlib.t
9015 ____________________________________________________________________________
9016 [ 11944] By: jhi on 2001/09/07 22:57:00
9020 ____________________________________________________________________________
9021 [ 11943] By: jhi on 2001/09/07 20:34:55
9022 Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
9023 From: "Craig A. Berry" <craigberry@mac.com>
9024 Date: Fri, 07 Sep 2001 15:30:03 -0500
9025 Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
9028 ____________________________________________________________________________
9029 [ 11942] By: jhi on 2001/09/07 20:30:43
9030 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
9031 From: Michael G Schwern <schwern@pobox.com>
9032 Date: Fri, 7 Sep 2001 15:38:13 -0400
9033 Message-ID: <20010907153813.K606@blackrider>
9035 ! lib/ExtUtils/MM_Unix.pm
9036 ____________________________________________________________________________
9037 [ 11941] By: jhi on 2001/09/07 20:28:24
9038 Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
9039 From: Robin Barker <rmb1@cise.npl.co.uk>
9040 Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
9041 Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
9043 ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
9044 ____________________________________________________________________________
9045 [ 11940] By: jhi on 2001/09/07 20:26:29
9046 Log: Clean up 1_compile.t; move tests to more consistent
9047 places (t/ subdirectories); add integer.t (much of
9048 the pragma is tested elsewhere but there is no one
9051 + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
9052 + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
9053 + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
9054 - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
9055 - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
9056 - lib/File/Find/find.t lib/File/Find/taint.t
9057 ! MANIFEST t/lib/1_compile.t t/op/lfs.t
9058 ____________________________________________________________________________
9059 [ 11939] By: jhi on 2001/09/07 17:25:32
9060 Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
9061 From: "chromatic" <chromatic@rmci.net>
9062 Date: Fri, 07 Sep 2001 10:17:40 -0600
9063 Message-ID: <20010907162205.84723.qmail@onion.perl.org>
9065 ! lib/File/Find/taint.t
9066 ____________________________________________________________________________
9067 [ 11938] By: jhi on 2001/09/07 14:04:43
9068 Log: Update Changes.
9070 ! Changes patchlevel.h
9071 ____________________________________________________________________________
9072 [ 11937] By: jhi on 2001/09/07 13:52:03
9073 Log: Rename the old threading tutorial, start a new one,
9076 + pod/perlothrtut.pod
9077 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
9079 ____________________________________________________________________________
9080 [ 11936] By: jhi on 2001/09/07 13:05:48
9081 Log: vars very much has a test.
9084 ____________________________________________________________________________
9085 [ 11935] By: jhi on 2001/09/07 12:52:06
9086 Log: Subject: Re: wince/perl.ico marked as binary
9087 From: Nicholas Clark <nick@ccl4.org>
9088 Date: Fri, 7 Sep 2001 13:54:40 +0100
9089 Message-ID: <20010907135439.D39150@plum.flirble.org>
9091 and wince/Makefile.ce change from Rainer Keuchel.
9094 ! MANIFEST wince/Makefile.ce
9095 ____________________________________________________________________________
9096 [ 11934] By: jhi on 2001/09/07 12:43:50
9097 Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
9098 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9099 Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
9100 Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
9103 ____________________________________________________________________________
9104 [ 11933] By: jhi on 2001/09/07 12:37:46
9105 Log: (Replaced by #11934)
9106 Subject: Re: [PATCH regexec.c] more general .* and .*?
9107 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9108 Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
9109 Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
9112 ____________________________________________________________________________
9113 [ 11932] By: jhi on 2001/09/07 12:27:14
9114 Log: The #11931 patching misbehaved.
9116 ! lib/Test/Harness/t/test-harness.t
9117 ____________________________________________________________________________
9118 [ 11931] By: jhi on 2001/09/07 12:21:30
9119 Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
9120 From: Michael G Schwern <schwern@pobox.com>
9121 Date: Fri, 7 Sep 2001 03:30:41 -0400
9122 Message-ID: <20010907033041.A2796@blackrider>
9124 + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
9125 + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
9126 + t/lib/sample-tests/header_at_end_fail
9127 + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
9128 - lib/Test/Harness.t
9129 ! MANIFEST lib/Test/Harness.pm t/TEST
9130 ____________________________________________________________________________
9131 [ 11930] By: jhi on 2001/09/07 11:59:17
9132 Log: Subject: [PATCH] Digest::MD5 update
9133 From: Gisle Aas <gisle@ActiveState.com>
9134 Date: 06 Sep 2001 23:32:56 -0700
9135 Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
9137 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9138 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
9139 ____________________________________________________________________________
9140 [ 11929] By: jhi on 2001/09/07 11:23:05
9141 Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
9142 From: "chromatic" <chromatic@rmci.net>
9143 Date: Thu, 06 Sep 2001 23:11:44 -0600
9144 Message-ID: <20010907051609.91459.qmail@onion.perl.org>
9147 ! MANIFEST t/lib/1_compile.t
9148 ____________________________________________________________________________
9149 [ 11928] By: jhi on 2001/09/07 11:19:29
9150 Log: The binary file must somehow differently stored.
9154 ____________________________________________________________________________
9155 [ 11927] By: jhi on 2001/09/07 03:53:29
9156 Log: Add more modules to the list of modules that have tests,
9157 Schwern's wallet is getting more nervous.
9158 (Run t/lib/1_compile.t manually to see which modules
9159 are lacking tests, or the tests can't be run for some
9160 reason or another, such as the Net:: modules)
9163 ____________________________________________________________________________
9164 [ 11926] By: jhi on 2001/09/07 03:43:11
9165 Log: Try to make Socket::inet_ntoa() more robust.
9167 ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
9168 ____________________________________________________________________________
9169 [ 11925] By: jhi on 2001/09/07 01:57:58
9170 Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
9171 From: chromatic <chromatic@rmci.net>
9172 Date: Wed, 5 Sep 2001 22:58:05 -0600
9173 Message-Id: <01090522580506.19590@firewheel>
9176 ____________________________________________________________________________
9177 [ 11924] By: jhi on 2001/09/07 01:55:05
9178 Log: Subject: Re: perlvar manpage and localizing special vars
9179 From: Stas Bekman <stas@stason.org>
9180 Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
9181 Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
9184 ____________________________________________________________________________
9185 [ 11923] By: jhi on 2001/09/07 01:49:36
9186 Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
9187 From: Robin Barker <rmb1@cise.npl.co.uk>
9188 Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
9189 Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
9191 ! lib/ExtUtils/MakeMaker.pm
9192 ____________________________________________________________________________
9193 [ 11922] By: jhi on 2001/09/06 18:09:08
9194 Log: Symbol missing; AIX unhappy.
9197 ____________________________________________________________________________
9198 [ 11921] By: jhi on 2001/09/06 17:52:43
9199 Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
9200 Reported in 5.61, seems to work okay in blead.
9203 ____________________________________________________________________________
9204 [ 11920] By: jhi on 2001/09/06 14:35:09
9205 Log: Update Changes.
9207 ! Changes patchlevel.h
9208 ____________________________________________________________________________
9209 [ 11919] By: jhi on 2001/09/06 14:20:10
9210 Log: Document the bad assumptions currently breaking
9211 the Socket.t tests 10, 11, and 13 in UNICOS.
9213 ! ext/Socket/Socket.xs
9214 ____________________________________________________________________________
9215 [ 11918] By: jhi on 2001/09/06 14:07:45
9216 Log: Subject: [PATCH x2p] make OPTIMIZE=...
9217 From: Robin Barker <rmb1@cise.npl.co.uk>
9218 Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
9219 Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
9221 ! x2p/Makefile.SH x2p/cflags.SH
9222 ____________________________________________________________________________
9223 [ 11917] By: jhi on 2001/09/06 14:01:45
9224 Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
9225 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9226 Date: Thu, 6 Sep 2001 11:09:40 +0100
9227 Message-ID: <20010906110939.A914@homer.diplex.co.uk>
9229 Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
9230 From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9231 Date: 6 Sep 2001 10:14:38 -0000
9232 Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
9234 ! pod/perlfaq1.pod pod/perlhack.pod
9235 ____________________________________________________________________________
9236 [ 11916] By: jhi on 2001/09/06 13:56:19
9237 Log: Subject: Extra NUL is Data::Dumper output - patch
9238 From: Tony Cook <tony@develop-help.com>
9239 Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
9240 Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
9242 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
9243 ____________________________________________________________________________
9244 [ 11915] By: jhi on 2001/09/06 13:51:16
9245 Log: Avoid redefinition warning
9246 Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
9248 perl -w -Ilib -MCwd -e ''
9251 ____________________________________________________________________________
9252 [ 11914] By: jhi on 2001/09/06 13:30:32
9253 Log: Update the is_tainted() example implementation.
9256 ____________________________________________________________________________
9257 [ 11913] By: jhi on 2001/09/06 13:15:59
9258 Log: Missing) in #11912.
9260 ! lib/Test/Simple/t/fail.t
9261 ____________________________________________________________________________
9262 [ 11912] By: jhi on 2001/09/06 13:08:48
9263 Log: Rewhack Test-Simple into core harness.
9265 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9266 ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
9267 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
9268 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
9269 ! lib/Test/Simple/t/skipall.t
9270 ____________________________________________________________________________
9271 [ 11911] By: jhi on 2001/09/06 11:54:06
9272 Log: Workaround for the new Exporter 'feature'.
9275 ____________________________________________________________________________
9276 [ 11910] By: jhi on 2001/09/06 11:52:56
9277 Log: Re-introduce pure-Perl fall-back for abs_path,
9278 re-introduce #11898.
9280 ! lib/Cwd.pm lib/File/Find.pm
9281 ____________________________________________________________________________
9282 [ 11909] By: jhi on 2001/09/06 03:49:13
9286 ____________________________________________________________________________
9287 [ 11908] By: jhi on 2001/09/06 03:38:22
9288 Log: Retract #11898 for now because it introduces
9289 a rather nasty depencency: when B is being built,
9290 MakeMaker is used. MakeMaker uses File::Find.
9291 File::Find uses Cwd::getcwd()...which doesn't
9295 ____________________________________________________________________________
9296 [ 11907] By: jhi on 2001/09/06 03:20:02
9297 Log: New test welcome.
9299 + lib/Test/Simple/t/simple.t
9300 ____________________________________________________________________________
9301 [ 11906] By: jhi on 2001/09/06 03:08:01
9302 Log: Old test begone.
9304 - lib/Attribute/Handlers/test.pl
9305 ____________________________________________________________________________
9306 [ 11905] By: jhi on 2001/09/06 01:41:03
9307 Log: Test-Simple syncup from Schwern.
9309 + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
9310 + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
9311 + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
9312 + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
9313 + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
9314 - lib/Test/More/Changes lib/Test/More/t/More.t
9315 - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
9316 - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
9317 - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
9318 ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
9319 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
9320 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
9321 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
9322 ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
9323 ! t/lib/Test/Simple/sample_tests/death.plx
9324 ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
9325 ! t/lib/Test/Simple/sample_tests/extras.plx
9326 ! t/lib/Test/Simple/sample_tests/five_fail.plx
9327 ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
9328 ! t/lib/Test/Simple/sample_tests/one_fail.plx
9329 ! t/lib/Test/Simple/sample_tests/require.plx
9330 ! t/lib/Test/Simple/sample_tests/success.plx
9331 ! t/lib/Test/Simple/sample_tests/too_few.plx
9332 ! t/lib/Test/Simple/sample_tests/two_fail.plx
9333 ____________________________________________________________________________
9334 [ 11904] By: pudge on 2001/09/06 00:28:01
9335 Log: Integrate File::Find changes from bleadperl
9336 Branch: maint-5.6/macperl
9337 ! lib/File/Find.pm t/lib/filefind-taint.t
9338 ____________________________________________________________________________
9339 [ 11903] By: pudge on 2001/09/06 00:22:29
9340 Log: Integrate 11847 from maint-5.6/perl
9341 Branch: maint-5.6/macperl
9343 ____________________________________________________________________________
9344 [ 11902] By: jhi on 2001/09/05 23:27:57
9345 Log: In UNICOS division yada yada.
9348 ____________________________________________________________________________
9349 [ 11901] By: jhi on 2001/09/05 23:26:23
9350 Log: In UNICOS division is really lossy, better use
9353 ! ext/Time/HiRes/HiRes.t
9354 ____________________________________________________________________________
9355 [ 11900] By: jhi on 2001/09/05 23:22:38
9356 Log: In UNICOS sigaction() sets an extra flag
9357 ("the signal has been registered for all the processes in
9358 a multitasking group.")
9360 ! ext/POSIX/sigaction.t
9361 ____________________________________________________________________________
9362 [ 11899] By: jhi on 2001/09/05 23:18:48
9363 Log: Documentation micropatch from Damian.
9365 ! lib/Attribute/Handlers.pm
9366 ____________________________________________________________________________
9367 [ 11898] By: jhi on 2001/09/05 23:16:50
9368 Log: (Retracted by #11908)
9369 Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
9370 From: Michael G Schwern <schwern@pobox.com>
9371 Date: Wed, 5 Sep 2001 15:58:21 -0400
9372 Message-ID: <20010905155821.I632@blackrider>
9374 ! lib/File/Find.pm lib/File/Find/taint.t
9375 ____________________________________________________________________________
9376 [ 11897] By: jhi on 2001/09/05 23:14:43
9377 Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp
9378 From: Michael G Schwern <schwern@pobox.com>
9379 Date: Wed, 5 Sep 2001 19:16:31 -0400
9380 Message-ID: <20010905191631.E11386@blackrider>
9384 ____________________________________________________________________________
9385 [ 11896] By: jhi on 2001/09/05 23:14:11
9386 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
9387 From: chromatic <chromatic@rmci.net>
9388 Date: Wed, 5 Sep 2001 18:08:07 -0600
9389 Message-Id: <01090518080700.19590@firewheel>
9392 ____________________________________________________________________________
9393 [ 11895] By: jhi on 2001/09/05 22:52:01
9394 Log: Fix a typo #11889 and add a test for the same.
9396 ! ext/Socket/Socket.t ext/Socket/Socket.xs
9397 ____________________________________________________________________________
9398 [ 11894] By: jhi on 2001/09/05 22:43:26
9399 Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
9400 From: "Craig A. Berry" <craigberry@mac.com>
9401 Date: Wed, 05 Sep 2001 17:48:54 -0500
9402 Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
9404 ! lib/warnings.t t/run/kill_perl.t
9405 ____________________________________________________________________________
9406 [ 11893] By: jhi on 2001/09/05 22:36:35
9407 Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
9408 From: Michael G Schwern <schwern@pobox.com>
9409 Date: Wed, 5 Sep 2001 17:22:25 -0400
9410 Message-ID: <20010905172225.C11386@blackrider>
9413 ____________________________________________________________________________
9414 [ 11892] By: jhi on 2001/09/05 22:34:55
9415 Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
9416 From: Nicholas Clark <nick@ccl4.org>
9417 Date: Wed, 5 Sep 2001 20:54:24 +0100
9418 Message-ID: <20010905205424.C25120@plum.flirble.org>
9420 ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
9421 ____________________________________________________________________________
9422 [ 11891] By: jhi on 2001/09/05 22:34:16
9423 Log: Forgotten thing.
9426 ____________________________________________________________________________
9427 [ 11890] By: jhi on 2001/09/05 22:27:42
9428 Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
9429 From: chromatic <chromatic@rmci.net>
9430 Date: Wed, 5 Sep 2001 13:22:08 -0600
9431 Message-Id: <01090513220807.10587@firewheel>
9434 ____________________________________________________________________________
9435 [ 11889] By: jhi on 2001/09/05 22:23:06
9436 Log: inet_ntoa() tweaks:
9437 - don't allow addresses with > 255 characters
9438 - indent the HP-UX workaround
9441 ! ext/Socket/Socket.xs
9442 ____________________________________________________________________________
9443 [ 11888] By: jhi on 2001/09/05 16:26:17
9444 Log: Clear up a documentation confusion noticed by Xiaoyun Wu
9445 <xwu@theeducationcenter.com>
9448 ____________________________________________________________________________
9449 [ 11887] By: jhi on 2001/09/05 15:40:03
9453 ____________________________________________________________________________
9454 [ 11886] By: jhi on 2001/09/05 15:30:11
9458 ____________________________________________________________________________
9459 [ 11885] By: gbarr on 2001/09/05 15:26:18
9460 Log: Update to Scalar-List-Utils 1.05
9462 ! ext/List/Util/ChangeLog ext/List/Util/README
9463 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
9464 ____________________________________________________________________________
9465 [ 11884] By: jhi on 2001/09/05 13:05:14
9466 Log: Update Changes.
9468 ! Changes patchlevel.h
9469 ____________________________________________________________________________
9470 [ 11883] By: gbarr on 2001/09/05 12:51:35
9471 Log: Update to Scalar-List-Utils 1.04
9473 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
9474 ! ext/List/Util/lib/List/Util.pm
9475 ! ext/List/Util/lib/Scalar/Util.pm
9476 ____________________________________________________________________________
9477 [ 11882] By: jhi on 2001/09/05 12:29:44
9478 Log: Metaconfigify #11724.
9480 ! U/threads/archname.U
9481 ____________________________________________________________________________
9482 [ 11881] By: jhi on 2001/09/05 12:21:44
9483 Log: The MacOS reference is okay, no reason to hide it.
9486 ____________________________________________________________________________
9487 [ 11880] By: jhi on 2001/09/05 12:20:49
9488 Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.)
9489 From: Michael G Schwern <schwern@pobox.com>
9490 Date: Tue, 4 Sep 2001 15:30:10 -0400
9491 Message-ID: <20010904153010.H26466@blackrider>
9493 (We'll see whether the ../../lib/Cwd.pm works in alien lands)
9495 ! ext/Cwd/Makefile.PL lib/Cwd.pm
9496 ____________________________________________________________________________
9497 [ 11879] By: jhi on 2001/09/05 12:12:18
9498 Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was Re: [PATCH lib/Cwd.pm] Try this again.))
9499 From: Michael G Schwern <schwern@pobox.com>
9500 Date: Tue, 4 Sep 2001 17:39:13 -0400
9501 Message-ID: <20010904173913.C626@blackrider>
9504 ____________________________________________________________________________
9505 [ 11878] By: jhi on 2001/09/05 12:10:50
9506 Log: Subject: Re: Perl_pp_* in public API?
9507 From: "Craig A. Berry" <craigberry@mac.com>
9508 Date: Tue, 4 Sep 2001 21:51:29 -0500
9509 Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
9511 ! ext/List/Util/Util.xs
9512 ____________________________________________________________________________
9513 [ 11877] By: jhi on 2001/09/05 12:07:53
9514 Log: From Damian: Class::Struct was unable to define
9515 recursive classes. After the patch an object reference
9516 (rather than a hash) is required to initialize
9517 an object attribute. If no such initializer is given to
9518 the constructor, object attributes are now default
9519 initialized to C<undef>.
9521 ! lib/Class/Struct.pm lib/Class/Struct.t
9522 ____________________________________________________________________________
9523 [ 11876] By: jhi on 2001/09/05 11:51:24
9524 Log: Subject: Re: sv_catpvfn and sv_setpvfn
9525 From: Richard Soderberg <rs@oregonnet.com>
9526 Date: Tue, 4 Sep 2001 15:16:47 -0700
9527 Message-Id: <200109042216.PAA17858@oregonnet.com>
9529 ! pod/perlclib.pod pod/perlguts.pod
9530 ____________________________________________________________________________
9531 [ 11875] By: jhi on 2001/09/05 11:48:14
9532 Log: NetWare updates from Ananth Kesari.
9534 ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
9535 ! NetWare/nw5thread.h
9536 ____________________________________________________________________________
9537 [ 11874] By: jhi on 2001/09/05 11:30:59
9538 Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
9539 From: Nicholas Clark <nick@ccl4.org>
9540 Date: Tue, 4 Sep 2001 22:42:50 +0100
9541 Message-ID: <20010904224250.P25120@plum.flirble.org>
9543 ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
9544 ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
9546 ____________________________________________________________________________
9547 [ 11873] By: jhi on 2001/09/04 21:03:17
9548 Log: Fix Cwd::getcwd() not being tainted, as noticed
9551 + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
9553 ! MANIFEST ext/Cwd/Cwd.xs util.c
9554 ____________________________________________________________________________
9555 [ 11872] By: jhi on 2001/09/04 20:00:50
9556 Log: Retract #11870 and volatilize the right destruct_level.
9557 Silly thinko pointed out by Sarathy.
9560 ____________________________________________________________________________
9561 [ 11871] By: jhi on 2001/09/04 19:45:59
9562 Log: At least a temporary fix for the mysterious scope core dumps
9563 in Tru64 from Graham.
9565 ! ext/List/Util/Util.xs
9566 ____________________________________________________________________________
9567 [ 11870] By: jhi on 2001/09/04 19:01:48
9568 Log: (Retracted by #11872)
9571 ____________________________________________________________________________
9572 [ 11869] By: jhi on 2001/09/04 17:43:31
9573 Log: Quench a -Wall gripe noticed by Robin Barker.
9576 ____________________________________________________________________________
9577 [ 11868] By: jhi on 2001/09/04 16:38:07
9578 Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
9579 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9580 Date: Wed, 05 Sep 2001 02:01:32 +0900
9581 Message-Id: <20010905015059.E684.BQW10602@nifty.com>
9583 ! lib/Unicode/UCD.pm
9584 ____________________________________________________________________________
9585 [ 11867] By: jhi on 2001/09/04 16:35:27
9586 Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
9587 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9588 Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
9589 Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
9592 ____________________________________________________________________________
9593 [ 11866] By: jhi on 2001/09/04 13:52:28
9594 Log: Update Changes.
9596 ! Changes patchlevel.h
9597 ____________________________________________________________________________
9598 [ 11865] By: jhi on 2001/09/04 13:36:58
9599 Log: Add the \[$@%&*] prototype support.
9601 ! op.c pod/perlsub.pod t/comp/proto.t
9602 ____________________________________________________________________________
9603 [ 11864] By: jhi on 2001/09/04 13:10:38
9604 Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
9605 From: Michael G Schwern <schwern@pobox.com>
9606 Date: Mon, 3 Sep 2001 18:59:01 -0400
9607 Message-ID: <20010903185901.Z9233@blackrider>
9610 ____________________________________________________________________________
9611 [ 11863] By: jhi on 2001/09/04 13:06:39
9612 Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
9613 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
9614 Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
9615 Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
9618 ____________________________________________________________________________
9619 [ 11862] By: jhi on 2001/09/04 13:05:23
9620 Log: More srand entry tweakage based on Randal's suggestion.
9623 ____________________________________________________________________________
9624 [ 11861] By: jhi on 2001/09/04 12:48:14
9625 Log: Subject: [PATCH] 'main' *is* a reserved word
9626 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9627 Date: Mon, 3 Sep 2001 22:55:41 +0200
9628 Message-ID: <20010903225541.A24097@rafael>
9631 ____________________________________________________________________________
9632 [ 11860] By: jhi on 2001/09/04 12:46:30
9633 Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
9634 From: Peter Prymmer <pvhp@best.com>
9635 Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
9636 Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
9638 ! README.vms configure.com
9639 ____________________________________________________________________________
9640 [ 11859] By: jhi on 2001/09/04 12:44:29
9641 Log: Subject: Re: A slightly better default seed?
9642 From: Michael G Schwern <schwern@pobox.com>
9643 Date: Mon, 3 Sep 2001 18:08:15 -0400
9644 Message-ID: <20010903180815.W9233@blackrider>
9647 ____________________________________________________________________________
9648 [ 11858] By: jhi on 2001/09/04 12:41:59
9649 Log: Add sharedsv.o to microperl object files.
9652 ____________________________________________________________________________
9653 [ 11857] By: jhi on 2001/09/04 12:27:51
9654 Log: AUTHORS updates and
9656 Subject: [PATCH] Just some preening :-)
9657 From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
9658 Date: Tue, 4 Sep 2001 14:16:59 +0100
9659 Message-ID: <20010904141659.A10129@homer.diplex.co.uk>
9661 ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
9662 ____________________________________________________________________________
9663 [ 11856] By: jhi on 2001/09/04 12:09:43
9664 Log: Typo fix and slight rewording.
9667 ____________________________________________________________________________
9668 [ 11855] By: jhi on 2001/09/04 12:04:16
9669 Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
9672 ____________________________________________________________________________
9673 [ 11854] By: jhi on 2001/09/03 20:12:21
9674 Log: The helper file changed name.
9677 ____________________________________________________________________________
9678 [ 11853] By: gbarr on 2001/09/03 20:00:00
9679 Log: Update to Scalar-List-Utils 1.03
9681 + ext/List/Util/t/shuffle.t
9682 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
9683 ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
9684 ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
9685 ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
9686 ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
9687 ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
9688 ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
9689 ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
9690 ____________________________________________________________________________
9691 [ 11852] By: jhi on 2001/09/03 19:50:57
9692 Log: Make crypt() do something more sane for Unicode
9693 (take crypt() of the low eight bits of the characters,
9694 instead of taking crypt() of the UTF-8 of the scalar);
9695 add a test for crypt().
9698 ! MANIFEST pod/perlfunc.pod pp.c
9699 ____________________________________________________________________________
9700 [ 11851] By: jhi on 2001/09/03 19:19:35
9701 Log: Reorganize the srand entry.
9704 ____________________________________________________________________________
9705 [ 11850] By: jhi on 2001/09/03 18:54:51
9706 Log: Remove the tests that assume something about
9707 calling srand() without arguments multiple times.
9710 ____________________________________________________________________________
9711 [ 11849] By: jhi on 2001/09/03 18:15:16
9712 Log: Upgrade to Math::BigInt 1.42.
9714 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9715 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
9716 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
9717 ! lib/Math/BigInt/t/mbimbf.t
9718 ____________________________________________________________________________
9719 [ 11848] By: gsar on 2001/09/03 17:07:54
9720 Log: integrate change#11847 from maint-5.6
9722 typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
9725 ____________________________________________________________________________
9726 [ 11847] By: gsar on 2001/09/03 16:47:54
9727 Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
9728 Branch: maint-5.6/perl
9730 ____________________________________________________________________________
9731 [ 11846] By: jhi on 2001/09/03 15:12:58
9732 Log: As far as I can tell these functions have been Unicodified.
9735 ____________________________________________________________________________
9736 [ 11845] By: jhi on 2001/09/03 15:11:27
9737 Log: Update to Storable 1.0.13.
9739 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9740 ! ext/Storable/Storable.xs
9741 ____________________________________________________________________________
9742 [ 11844] By: jhi on 2001/09/03 12:42:06
9743 Log: Patch the Filter::Simple test to work with
9744 the core test suite (since the FilterTest.pm
9745 is in t/lib, not in lib).
9747 ! lib/Filter/Simple/t/filter.t
9748 ____________________________________________________________________________
9749 [ 11843] By: jhi on 2001/09/03 12:39:11
9750 Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
9752 + t/lib/FilterTest.pm
9754 ____________________________________________________________________________
9755 [ 11842] By: jhi on 2001/09/03 12:17:30
9756 Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
9757 Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
9758 Text::Balanced 1.86.
9760 + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
9761 + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
9762 + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
9763 + lib/Switch/t/nested.t lib/Switch/t/switch.t
9764 + lib/Text/Balanced/Changes lib/Text/Balanced/README
9765 + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
9766 + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
9767 + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
9768 + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
9769 - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
9770 - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
9771 - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
9772 - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
9773 - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
9774 - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
9775 ! MANIFEST lib/Attribute/Handlers.pm
9776 ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9777 ! lib/Attribute/Handlers/demo/Demo.pm
9778 ! lib/Attribute/Handlers/demo/Descriptions.pm
9779 ! lib/Attribute/Handlers/demo/MyClass.pm
9780 ! lib/Attribute/Handlers/demo/demo.pl
9781 ! lib/Attribute/Handlers/demo/demo2.pl
9782 ! lib/Attribute/Handlers/demo/demo3.pl
9783 ! lib/Attribute/Handlers/demo/demo4.pl
9784 ! lib/Attribute/Handlers/demo/demo_call.pl
9785 ! lib/Attribute/Handlers/demo/demo_chain.pl
9786 ! lib/Attribute/Handlers/demo/demo_cycle.pl
9787 ! lib/Attribute/Handlers/demo/demo_hashdir.pl
9788 ! lib/Attribute/Handlers/demo/demo_phases.pl
9789 ! lib/Attribute/Handlers/demo/demo_range.pl
9790 ! lib/Attribute/Handlers/demo/demo_rawdata.pl
9791 ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
9792 ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
9793 ! lib/Text/Balanced.pm
9794 ____________________________________________________________________________
9795 [ 11841] By: sky on 2001/09/03 11:04:15
9796 Log: Forgot to add a file with Change #11840
9799 ____________________________________________________________________________
9800 [ 11840] By: sky on 2001/09/03 11:02:04
9801 Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
9802 From: Michael G Schwern <schwern@pobox.com>
9803 Date: Mon, 3 Sep 2001 07:43:00 -0400
9804 Message-ID: <20010903074300.E9233@blackrider>
9806 ! MANIFEST pod/perlfunc.pod t/op/rand.t
9807 ____________________________________________________________________________
9808 [ 11839] By: sky on 2001/09/03 10:47:11
9809 Log: Document the changes with regards to running of END blocks.
9810 And DESTROY on global objects are called in perl_destruct()!
9812 ! pod/perl572delta.pod pod/perlembed.pod
9813 ____________________________________________________________________________
9814 [ 11838] By: sky on 2001/09/03 09:34:44
9815 Log: Subject: [PATCH t/op/time.t] Partial cleanup
9816 From: Michael G Schwern <schwern@pobox.com>
9817 Date: Mon, 3 Sep 2001 06:29:42 -0400
9818 Message-ID: <20010903062942.C9233@blackrider>
9821 ____________________________________________________________________________
9822 [ 11837] By: sky on 2001/09/03 09:30:02
9823 Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
9824 From: Michael G Schwern <schwern@pobox.com>
9825 Date: Mon, 3 Sep 2001 06:24:13 -0400
9826 Message-ID: <20010903062413.B9233@blackrider>
9829 ____________________________________________________________________________
9830 [ 11836] By: sky on 2001/09/03 07:56:47
9831 Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
9832 From: Michael G Schwern <schwern@pobox.com>
9833 Date: Sun, 2 Sep 2001 21:38:43 -0400
9834 Message-ID: <20010902213843.L2711@blackrider>
9836 + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
9838 ____________________________________________________________________________
9839 [ 11835] By: nick on 2001/09/03 06:20:06
9840 Log: Integrate mainline
9842 +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
9844 !> (integrate 187 files)
9845 ____________________________________________________________________________
9846 [ 11834] By: jhi on 2001/09/02 13:07:53
9847 Log: Update Changes.
9849 ! Changes patchlevel.h
9850 ____________________________________________________________________________
9851 [ 11833] By: jhi on 2001/09/02 12:59:05
9855 ____________________________________________________________________________
9856 [ 11832] By: jhi on 2001/09/02 12:41:12
9857 Log: Special casing had become a little bit more complex in Unicode 3.1.1.
9859 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9860 ____________________________________________________________________________
9861 [ 11831] By: sky on 2001/09/02 12:10:42
9862 Log: Change #11828 wasn't complete, this updates to intest path
9865 ____________________________________________________________________________
9866 [ 11830] By: jhi on 2001/09/02 11:56:18
9870 ____________________________________________________________________________
9871 [ 11829] By: jhi on 2001/09/02 11:54:22
9872 Log: Update Changes.
9874 ! Changes patchlevel.h
9875 ____________________________________________________________________________
9876 [ 11828] By: sky on 2001/09/02 11:53:56
9877 Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
9878 From: Michael G Schwern <schwern@pobox.com>
9879 Date: Sat, 1 Sep 2001 20:18:58 -0400
9880 Message-ID: <20010901201858.X606@blackrider>
9884 - t/op/misc.t t/run/segfault.t
9886 ____________________________________________________________________________
9887 [ 11827] By: jhi on 2001/09/02 11:46:47
9888 Log: Subject: [PATCH] lib/Time/Local.pm
9889 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
9890 Date: Sun, 2 Sep 2001 06:50:01 -0500
9891 Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
9894 ____________________________________________________________________________
9895 [ 11826] By: jhi on 2001/09/02 11:40:49
9896 Log: Tick off Unicode collation and the normalization from
9900 ____________________________________________________________________________
9901 [ 11825] By: jhi on 2001/09/02 11:16:24
9902 Log: Update to Unicode 3.1.1.
9904 ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
9905 ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
9906 ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
9907 ! lib/unicore/PropList.txt lib/unicore/README.perl
9908 ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
9909 ! lib/unicore/rename lib/unicore/version
9910 ____________________________________________________________________________
9911 [ 11824] By: jhi on 2001/09/02 10:32:30
9912 Log: Slight doc tweaks for the module.
9914 ! lib/Unicode/UCD.pm
9915 ____________________________________________________________________________
9916 [ 11823] By: jhi on 2001/09/02 10:02:20
9917 Log: Rename the variable: it *used* to be (wrongly) that the
9918 code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
9919 but that is no more the case: PL_reg_match_utf8 is better.
9921 ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
9922 ! regexec.c sv.c thrdvar.h
9923 ____________________________________________________________________________
9924 [ 11822] By: ams on 2001/09/02 02:54:50
9925 Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
9926 From: Ilmari Karonen <iltzu@sci.fi>
9927 Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
9928 Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
9929 (op/sub_lval.t updated to take new error message into account.)
9931 ! op.c t/op/sub_lval.t
9932 ____________________________________________________________________________
9933 [ 11821] By: gsar on 2001/09/02 01:06:30
9934 Log: remove stray CRs in files; keep all files with UNIX line-ends
9935 (Porting/makerel adds CRs to the files that need it in the
9938 ! NetWare/t/NWScripts.pl README.dos
9939 ! ext/Encode/Encode/cns11643-1.enc
9940 ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
9941 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9942 ____________________________________________________________________________
9943 [ 11820] By: gsar on 2001/09/02 00:56:44
9944 Log: some remnants of change#11803
9946 ! ext/ByteLoader/byterun.h perl.h
9947 ____________________________________________________________________________
9948 [ 11819] By: jhi on 2001/09/01 23:40:36
9949 Log: Update to Unicode::Collate 0.08.
9951 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9952 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
9953 ____________________________________________________________________________
9954 [ 11818] By: jhi on 2001/09/01 23:02:09
9958 ____________________________________________________________________________
9959 [ 11817] By: pudge on 2001/09/01 22:36:29
9961 Branch: maint-5.6/macperl
9963 ____________________________________________________________________________
9964 [ 11816] By: pudge on 2001/09/01 22:15:09
9965 Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
9966 warnings in Config.pm with -W; increase default and
9967 minimum RAM; bump version number.
9968 Branch: maint-5.6/macperl
9969 + macos/lib/Mac/LowMem.pm
9970 ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
9971 ! macos/configpm macos/macperl/MacPerl.r
9972 ____________________________________________________________________________
9973 [ 11815] By: pudge on 2001/09/01 22:10:49
9974 Log: Make syntax check report in MPW style, fix tests
9975 to use Mac::err=unix to get normal-style error
9977 Branch: maint-5.6/macperl
9978 ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
9979 ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
9980 ____________________________________________________________________________
9981 [ 11814] By: pudge on 2001/09/01 22:09:08
9982 Log: Make MPW-style errors optional (but the default); add
9983 MacPerl::ErrorFormat() function and Mac::err pragma
9984 Branch: maint-5.6/macperl
9985 + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
9986 + macos/ext/Mac/err/err.xs
9987 ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
9988 ! macos/macish.c macos/macish.h macos/macperl.sym
9989 ____________________________________________________________________________
9990 [ 11813] By: pudge on 2001/09/01 22:01:40
9991 Log: More module and test ports from Thomas Wegner et al
9992 Branch: maint-5.6/macperl
9993 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9994 ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
9995 ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
9997 ____________________________________________________________________________
9998 [ 11812] By: sky on 2001/09/01 17:19:30
9999 Log: Subject: [PATCH t/op/concat.t] cleanup
10000 From: Michael G Schwern <schwern@pobox.com>
10001 Date: Sat, 1 Sep 2001 14:06:28 -0400
10002 Message-ID: <20010901140628.C606@blackrider>
10005 ____________________________________________________________________________
10006 [ 11811] By: sky on 2001/09/01 12:25:29
10007 Log: Change #11805 didn't update the MANIFEST
10010 ____________________________________________________________________________
10011 [ 11810] By: sky on 2001/09/01 11:52:44
10012 Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
10013 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10014 Date: Sat, 1 Sep 2001 14:50:14 +0200
10015 Message-ID: <20010901145014.A691@rafael>
10018 ____________________________________________________________________________
10019 [ 11809] By: sky on 2001/09/01 11:49:22
10020 Log: Subject: PATCH: ExtUtils::MakeMaker
10021 From: Tony Bowden <tony@kasei.com>
10022 Date: Sat, 1 Sep 2001 10:33:53 +0100
10023 Message-ID: <20010901103353.A13863@soto.kasei.com>
10026 ! lib/ExtUtils/MakeMaker.pm
10027 ____________________________________________________________________________
10028 [ 11808] By: sky on 2001/09/01 11:39:13
10029 Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
10030 From: mike808@users.sourceforge.net
10031 Date: Sat, 1 Sep 101 11:27:50 GMT
10032 Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
10036 ____________________________________________________________________________
10037 [ 11807] By: ams on 2001/09/01 11:31:16
10038 Log: Subject: oct() and hex()
10039 From: Nicholas Clark <nick@ccl4.org>
10040 Date: Fri, 31 Aug 2001 23:14:13 +0100
10041 Message-Id: <20010831231413.J4950@plum.flirble.org>
10044 ____________________________________________________________________________
10045 [ 11806] By: pudge on 2001/09/01 00:04:52
10046 Log: Integrate change 11801 from maintperl
10047 Branch: maint-5.6/macperl
10049 ____________________________________________________________________________
10050 [ 11805] By: sky on 2001/08/31 21:35:10
10051 Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
10052 From: Michael G Schwern <schwern@pobox.com>
10053 Date: Fri, 31 Aug 2001 15:36:28 -0400
10054 Message-ID: <20010831153628.B598@blackrider>
10055 Check for things which used to segfault
10058 ____________________________________________________________________________
10059 [ 11804] By: gsar on 2001/08/31 21:02:54
10060 Log: integrate change#11801 from maint-5.6
10062 remove age-old UNICOS "workaround" that introduces a static, and
10063 hence an egregious race condition for threaded builds (*sigh*
10064 beats me why this kludge wasn't guarded by a UNICOS-specific
10068 ____________________________________________________________________________
10069 [ 11803] By: gsar on 2001/08/31 20:58:38
10070 Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
10074 ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
10075 ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
10076 ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
10077 ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
10078 ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
10079 ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
10080 ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
10081 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10082 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
10083 ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
10084 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10085 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
10086 ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
10087 ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
10088 ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
10089 ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
10090 ! vms/perly_c.vms win32/Makefile win32/config_h.PL
10091 ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
10092 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
10093 ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
10094 ! wince/dl_win32.xs wince/perllib.c wince/win32.h
10095 ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
10096 ____________________________________________________________________________
10097 [ 11802] By: ams on 2001/08/31 18:11:32
10098 Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
10099 From: "Philip Newton" <Philip.Newton@gmx.net>
10100 Date: Fri, 31 Aug 2001 21:12:56 +0200
10101 Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
10104 ____________________________________________________________________________
10105 [ 11801] By: gsar on 2001/08/31 17:49:03
10106 Log: remove age-old UNICOS "workaround" that introduces a static, and
10107 hence an egregious race condition for threaded builds (*sigh*
10108 beats me why this kludge wasn't guarded by a UNICOS-specific
10110 Branch: maint-5.6/perl
10112 ____________________________________________________________________________
10113 [ 11800] By: sky on 2001/08/31 17:30:26
10114 Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
10115 Might break on platforms where bool is larger than 8 bites ???
10118 ____________________________________________________________________________
10119 [ 11799] By: ams on 2001/08/31 12:15:44
10120 Log: Integrate 11778 into mainline.
10123 ____________________________________________________________________________
10124 [ 11798] By: sky on 2001/08/31 11:31:44
10125 Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
10126 supposed to happen.
10129 ____________________________________________________________________________
10130 [ 11797] By: sky on 2001/08/31 11:28:17
10131 Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t
10132 From: "John P. Linderman" <jpl@research.att.com>
10133 Date: Fri, 31 Aug 2001 08:20:35 -0400
10134 Message-Id: <200108311220.IAA54125@raptor.research.att.com>
10135 Fixes test 14 which could fail randomly in rare cases.
10137 ! ext/Time/HiRes/HiRes.t regcomp.c
10138 ____________________________________________________________________________
10139 [ 11796] By: ams on 2001/08/31 01:13:07
10140 Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
10141 From: Nicholas Clark <nick@ccl4.org>
10142 Date: Thu, 30 Aug 2001 23:21:50 +0100
10143 Message-Id: <20010830232150.D4950@plum.flirble.org>
10145 ! ext/Sys/Syslog/Makefile.PL
10146 ____________________________________________________________________________
10147 [ 11795] By: ams on 2001/08/30 23:53:23
10148 Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
10150 From: Michael G Schwern <schwern@pobox.com>
10151 Date: Thu, 30 Aug 2001 17:02:08 -0400
10152 Message-Id: <20010830170208.M2318@blackrider>
10155 ____________________________________________________________________________
10156 [ 11794] By: ams on 2001/08/30 19:35:36
10157 Log: Subject: [PATCH] pp_modulo
10158 From: Nicholas Clark <nick@ccl4.org>
10159 Date: Thu, 30 Aug 2001 18:20:54 +0100
10160 Message-Id: <20010830182053.A4950@plum.flirble.org>
10162 ! pp.c t/op/64bitint.t
10163 ____________________________________________________________________________
10164 [ 11793] By: sky on 2001/08/30 13:02:48
10165 Log: 11792 wasn't complete
10167 ! makedef.pl regcomp.c
10168 ____________________________________________________________________________
10169 [ 11792] By: sky on 2001/08/30 12:21:11
10170 Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
10173 ____________________________________________________________________________
10174 [ 11791] By: sky on 2001/08/30 10:08:02
10175 Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
10178 ____________________________________________________________________________
10179 [ 11790] By: sky on 2001/08/30 08:22:31
10180 Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
10181 on the pad. Fixes coredumps in cleanups introduced by
10185 ____________________________________________________________________________
10186 [ 11789] By: sky on 2001/08/29 19:01:47
10187 Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
10188 This is a replacement implmentation that works on HPUX.
10189 This bug should probably be fixed in GCC.
10191 ! ext/Socket/Socket.xs
10192 ____________________________________________________________________________
10193 [ 11788] By: ams on 2001/08/29 17:35:33
10194 Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
10195 From: Nicholas Clark <nick@ccl4.org>
10196 Date: Wed, 29 Aug 2001 18:21:56 +0100
10197 Message-Id: <20010829182156.O4950@plum.flirble.org>
10199 ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
10200 ____________________________________________________________________________
10201 [ 11787] By: sky on 2001/08/29 10:42:54
10202 Log: Added test for pack_addr_in and unpack_addr_in
10205 ! ext/Socket/Socket.t
10206 ____________________________________________________________________________
10207 [ 11786] By: sky on 2001/08/29 10:28:14
10208 Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
10209 Trying to catch errors on HP-UX
10211 ! ext/Socket/Socket.t
10212 ____________________________________________________________________________
10213 [ 11785] By: sky on 2001/08/29 09:07:03
10214 Log: make sure USE_THREADS is defined so external apps work
10217 ____________________________________________________________________________
10218 [ 11784] By: sky on 2001/08/29 08:06:12
10219 Log: Subject: Re: The hitlist of untested modules.
10220 From: Jonathan Stowe <gellyfish@gellyfish.com>
10221 Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
10222 Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
10223 Start of tests for Shell.pm (make Schwern poorer!)
10227 ____________________________________________________________________________
10228 [ 11783] By: sky on 2001/08/29 07:37:50
10229 Log: END{} can change the return value even if we die from BEGIN{}
10232 ____________________________________________________________________________
10233 [ 11782] By: ams on 2001/08/29 06:32:17
10234 Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
10235 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10236 Date: Wed, 29 Aug 2001 09:18:17 +0200
10237 Message-Id: <20010829091817.A4453@rafael>
10240 ____________________________________________________________________________
10241 [ 11781] By: pudge on 2001/08/29 02:28:33
10242 Log: Delete xsubpp.patch, as full copy exists now
10243 Branch: maint-5.6/macperl
10244 - macos/xsubpp.patch
10245 ____________________________________________________________________________
10246 [ 11780] By: pudge on 2001/08/29 02:26:03
10247 Log: Add Changes file
10248 Branch: maint-5.6/macperl
10250 ____________________________________________________________________________
10251 [ 11779] By: pudge on 2001/08/29 02:23:11
10252 Log: Add Mac version of xsubpp as separate file
10253 Branch: maint-5.6/macperl
10255 ! macos/Makefile.mk
10256 ____________________________________________________________________________
10257 [ 11778] By: pudge on 2001/08/29 02:14:57
10258 Log: Fix open of /dev/null for Mac OS
10259 Branch: maint-5.6/macperl
10261 ____________________________________________________________________________
10262 [ 11777] By: pudge on 2001/08/29 02:12:52
10263 Log: Various patches: enable more tests; skip CVS in PerlInstall;
10264 fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
10265 Branch: maint-5.6/macperl
10266 ! macos/MacPerlTests.cmd macos/PerlInstall
10267 ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
10268 ____________________________________________________________________________
10269 [ 11776] By: pudge on 2001/08/29 02:11:42
10270 Log: Allow for platforms to override formatting of errors
10271 on output from Matthias Neeracher (Mac files)
10272 Branch: maint-5.6/macperl
10273 ! macos/macish.c macos/macish.h
10274 ____________________________________________________________________________
10275 [ 11775] By: pudge on 2001/08/29 01:59:32
10276 Log: Allow for platforms to override formatting of errors
10277 on output from Matthias Neeracher (core files)
10278 Branch: maint-5.6/macperl
10279 ! perl.h pp_ctl.c util.c
10280 ____________________________________________________________________________
10281 [ 11774] By: pudge on 2001/08/29 01:29:43
10282 Log: Add some param checking, from reports by Kevin Reid.
10283 Branch: maint-5.6/macperl
10284 ! macos/ext/Mac/Controls/Controls.pm
10285 ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
10286 ____________________________________________________________________________
10287 [ 11773] By: ams on 2001/08/28 23:54:57
10288 Log: Subject: [PATCH] make coretest
10289 From: Paul Johnson <paul@pjcj.net>
10290 Date: Wed, 29 Aug 2001 00:11:38 +0200
10291 Message-Id: <20010829001138.B12169@pjcj.net>
10292 (Applied without the change to perlhack.pod. This should
10293 probably stay undocumented.)
10295 ! Makefile.SH t/TEST
10296 ____________________________________________________________________________
10297 [ 11772] By: sky on 2001/08/28 13:01:20
10298 Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic
10299 From: Michael G Schwern <schwern@pobox.com>
10300 Date: Tue, 28 Aug 2001 09:57:39 -0400
10301 Message-ID: <20010828095738.E17775@blackrider>
10303 ! pod/perlhack.pod t/op/pack.t
10304 ____________________________________________________________________________
10305 [ 11771] By: sky on 2001/08/28 11:20:13
10306 Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
10307 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10308 Date: Tue, 28 Aug 2001 14:23:43 +0200
10309 Message-ID: <20010828142343.A19299@rafael>
10311 ! pod/perlvar.pod pp_ctl.c
10312 ____________________________________________________________________________
10313 [ 11770] By: ams on 2001/08/28 10:13:21
10314 Log: Subject: [PATCH] odd typo in op.h
10315 From: Nicholas Clark <nick@ccl4.org>
10316 Date: Tue, 28 Aug 2001 12:10:26 +0100
10317 Message-Id: <20010828121026.V4950@plum.flirble.org>
10320 ____________________________________________________________________________
10321 [ 11769] By: sky on 2001/08/28 08:09:16
10322 Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
10323 From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
10324 Date: Tue, 28 Aug 2001 02:22:20 +0300
10325 Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
10328 ____________________________________________________________________________
10329 [ 11768] By: ams on 2001/08/28 00:47:35
10330 Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
10331 From: Michael G Schwern <schwern@pobox.com>
10332 Date: Mon, 27 Aug 2001 21:24:44 -0400
10333 Message-Id: <20010827212444.F12582@blackrider>
10335 ! pod/perlhack.pod t/op/pack.t
10336 ____________________________________________________________________________
10337 [ 11767] By: ams on 2001/08/27 23:59:48
10338 Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
10339 From: Michael G Schwern <schwern@pobox.com>
10340 Date: Mon, 27 Aug 2001 20:12:29 -0400
10341 Message-Id: <20010827201229.D12582@blackrider>
10343 ! pod/perlhack.pod t/op/pack.t
10344 ____________________________________________________________________________
10345 [ 11766] By: ams on 2001/08/27 23:39:40
10346 Log: Update Changes.
10349 ____________________________________________________________________________
10350 [ 11765] By: ams on 2001/08/27 22:53:10
10351 Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
10352 From: Michael G Schwern <schwern@pobox.com>
10353 Date: Mon, 27 Aug 2001 19:47:30 -0400
10354 Message-Id: <20010827194730.C12582@blackrider>
10357 ____________________________________________________________________________
10358 [ 11764] By: ams on 2001/08/27 22:46:21
10359 Log: Subject: [PATCH] new tests for the coderef-in-@INC
10360 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10361 Date: Mon, 27 Aug 2001 22:36:27 +0200
10362 Message-Id: <20010827223627.C690@rafael>
10364 Subject: Re: [PATCH] new tests for the coderef-in-@INC
10365 From: Nicholas Clark <nick@ccl4.org>
10366 Date: Tue, 28 Aug 2001 00:02:46 +0100
10367 Message-Id: <20010828000245.R4950@plum.flirble.org>
10371 ____________________________________________________________________________
10372 [ 11763] By: ams on 2001/08/27 22:41:09
10373 Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement (was Re:
10374 bleadperl on fire, Win95+4NT)
10375 From: Michael G Schwern <schwern@pobox.com>
10376 Date: Mon, 27 Aug 2001 16:54:42 -0400
10377 Message-Id: <20010827165442.F9436@blackrider>
10380 ____________________________________________________________________________
10381 [ 11762] By: sky on 2001/08/27 19:19:17
10382 Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
10383 avaible at compile time. This broke the compilation of
10387 ____________________________________________________________________________
10388 [ 11761] By: sky on 2001/08/27 18:34:48
10389 Log: Removed tripple definitions of CUSTOM_OP functions.
10391 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
10392 ____________________________________________________________________________
10393 [ 11760] By: sky on 2001/08/27 18:21:27
10396 ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
10397 ! perlapi.h proto.h
10398 ____________________________________________________________________________
10399 [ 11759] By: ams on 2001/08/27 16:31:53
10400 Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
10401 From: "chromatic" <chromatic@rmci.net>
10402 Date: Mon, 27 Aug 2001 11:17:09 -0600
10403 Message-Id: <20010827172111.89491.qmail@onion.perl.org>
10405 ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
10406 ____________________________________________________________________________
10407 [ 11758] By: sky on 2001/08/27 15:16:42
10408 Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
10409 Thanks to H. Merijn Brand for the patch.
10410 Some of the comments and or guards might be removable in perl.h now.
10412 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
10413 ! Porting/Glossary Porting/config_H README.threads config_h.SH
10414 ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
10415 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
10416 ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
10417 ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
10418 ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
10419 ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
10420 ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
10421 ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
10422 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
10423 ! win32/config_H.vc win32/perllib.c win32/win32.h
10424 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
10425 ! wince/config.h wince/config_H.ce wince/win32.h
10426 ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
10427 ____________________________________________________________________________
10428 [ 11757] By: sky on 2001/08/27 13:39:16
10429 Log: Subject: GNU ld parses arguments different
10430 From: H.Merijn Brand <h.m.brand@hccnet.nl>
10431 Date: Mon, 27 Aug 2001 16:25:51 +0200
10432 Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
10435 ____________________________________________________________________________
10436 [ 11756] By: sky on 2001/08/27 13:18:45
10437 Log: Subject: Custom Ops
10438 From: Simon Cozens <simon@netthink.co.uk>
10439 Date: Sat, 25 Aug 2001 17:45:09 +0100
10440 Message-ID: <20010825174509.A5752@netthink.co.uk>
10441 I also added a fix to Opcode.pm to quite test cases.
10443 ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
10444 ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
10445 ____________________________________________________________________________
10446 [ 11755] By: sky on 2001/08/27 05:37:17
10447 Log: Plugs a memory leak on destruction of regular expressions
10448 introcued by #11274.
10449 PL_regex_padav now has an AV as it's first entry with a list
10450 of freed regex_padav slots that it will reuse on creating
10454 ____________________________________________________________________________
10455 [ 11754] By: ams on 2001/08/26 14:38:52
10456 Log: Subject: [PATCH] t/io/binmode.t
10457 From: Nicholas Clark <nick@ccl4.org>
10458 Date: Sun, 26 Aug 2001 12:03:05 +0100
10459 Message-Id: <20010826120305.C4950@plum.flirble.org>
10461 (Also a nitpick in #11752 to t/op/universal.t)
10463 ! t/io/binmode.t t/op/universal.t
10464 ____________________________________________________________________________
10465 [ 11753] By: ams on 2001/08/26 08:19:34
10466 Log: Subject: [PATCH] op/universal.t failing
10467 From: Nicholas Clark <nick@ccl4.org>
10468 Date: Sun, 26 Aug 2001 09:48:22 +0100
10469 Message-Id: <20010826094822.B4950@plum.flirble.org>
10472 ____________________________________________________________________________
10473 [ 11752] By: ams on 2001/08/25 22:46:13
10474 Log: Subject: Re: 'can' with undefined subs
10475 From: Tony Bowden <tony@kasei.com>
10476 Date: Sat, 25 Aug 2001 14:58:17 +0100
10477 Message-Id: <20010825145817.A11788@soto.kasei.com>
10478 (Applied with minor modifications.)
10481 ____________________________________________________________________________
10482 [ 11751] By: ams on 2001/08/25 18:28:43
10483 Log: Subject: Re: 'can' with undefined subs
10484 From: Tony Bowden <tony@kasei.com>
10485 Date: Sat, 25 Aug 2001 15:13:14 +0100
10486 Message-Id: <20010825151314.B11788@soto.kasei.com>
10489 ____________________________________________________________________________
10490 [ 11750] By: nick on 2001/08/25 15:24:15
10491 Log: Integrate mainline
10494 !> (integrate 26 files)
10495 ____________________________________________________________________________
10496 [ 11749] By: nick on 2001/08/25 14:55:41
10497 Log: Subject: Re: [PATCH] Added wisdom to perlhack.pod
10498 From: John Peacock <jpeacock@rowman.com>
10499 Date: Wed, 22 Aug 2001 12:05:28 -0400
10500 Message-Id: <3B83D848.7FD9C6EF@rowman.com>
10503 ____________________________________________________________________________
10504 [ 11748] By: nick on 2001/08/25 14:53:04
10505 Log: Subject: Re: [PATCH] (was Re: PerlIO regerssion tests?)
10506 From: Michael G Schwern <schwern@pobox.com>
10507 Date: Wed, 22 Aug 2001 19:22:45 -0400
10508 Message-Id: <20010822192245.U619@blackrider>
10511 ____________________________________________________________________________
10512 [ 11747] By: nick on 2001/08/25 14:52:33
10513 Log: Subject: [PATCH] (was Re: PerlIO regerssion tests?)
10514 From: Nicholas Clark <nick@ccl4.org>
10515 Date: Wed, 22 Aug 2001 23:29:06 +0100
10516 Message-Id: <20010822232906.Z82818@plum.flirble.org>
10519 ! perlio.c pod/perlfunc.pod
10520 ____________________________________________________________________________
10521 [ 11744] By: nick on 2001/08/25 14:37:33
10522 Log: Subject: [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
10523 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10524 Date: Fri, 24 Aug 2001 22:10:42 +0200
10525 Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
10527 ! x2p/a2py.c x2p/walk.c
10528 ____________________________________________________________________________
10529 [ 11743] By: nick on 2001/08/25 14:32:47
10530 Log: Subject: [DOC PATCH] The coderef-in-@INC feature
10531 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10532 Date: Fri, 24 Aug 2001 23:34:13 +0200
10533 Message-Id: <20010824233413.A1285@rafael>
10535 ! pod/perlfunc.pod pod/perlvar.pod
10536 ____________________________________________________________________________
10537 [ 11742] By: ams on 2001/08/25 13:16:02
10538 Log: Subject: [PATCH] Re: The coderef in @INC strikes back
10539 From: Nicholas Clark <nick@ccl4.org>
10540 Date: Sat, 25 Aug 2001 14:50:07 +0100
10541 Message-Id: <20010825145007.L41464@plum.flirble.org>
10544 ____________________________________________________________________________
10545 [ 11741] By: nick on 2001/08/24 07:08:45
10546 Log: When applying patch via Porting/apply fails, do p4 refresh
10547 to get old files back.
10550 ____________________________________________________________________________
10551 [ 11740] By: ams on 2001/08/24 04:47:24
10552 Log: #11739 was incomplete.
10555 ____________________________________________________________________________
10556 [ 11739] By: ams on 2001/08/24 04:09:40
10557 Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
10558 From: "Philip Newton" <Philip.Newton@gmx.net>
10559 Date: Fri, 24 Aug 2001 07:08:34 +0200
10562 ____________________________________________________________________________
10563 [ 11738] By: ams on 2001/08/24 02:19:42
10564 Log: Fixed Doug Wilson's email address.
10567 ____________________________________________________________________________
10568 [ 11737] By: ams on 2001/08/24 00:10:13
10569 Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
10570 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10571 Date: Thu, 23 Aug 2001 22:22:58 +0200
10572 Message-Id: <20010823222258.A901@rafael>
10575 ____________________________________________________________________________
10576 [ 11736] By: ams on 2001/08/24 00:05:02
10577 Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
10578 From: "Craig A. Berry" <craigberry@mac.com>
10579 Date: Thu, 23 Aug 2001 19:07:45 -0500
10580 Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
10583 ____________________________________________________________________________
10584 [ 11735] By: sky on 2001/08/23 13:42:07
10585 Log: Backed out 11732, it breaks lib/strict.t
10588 ____________________________________________________________________________
10589 [ 11734] By: sky on 2001/08/23 11:45:59
10590 Log: Removed toy from 17133 after Matt Sargeants request.
10593 ____________________________________________________________________________
10594 [ 11733] By: sky on 2001/08/23 11:36:29
10595 Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
10596 From: Robin Houston <robin@kitsite.com>
10597 Date: Wed, 22 Aug 2001 23:06:16 +0100
10598 Message-ID: <20010822230616.A254@robin.kitsite.com>
10601 ____________________________________________________________________________
10602 [ 11732] By: sky on 2001/08/23 10:36:02
10603 Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
10604 From: Simon Cozens <simon@netthink.co.uk>
10605 Date: Thu, 23 Aug 2001 12:06:36 +0100
10606 Message-ID: <20010823120636.A9961@netthink.co.uk>
10609 ____________________________________________________________________________
10610 [ 11731] By: gsar on 2001/08/23 03:58:58
10611 Log: fix broken windows build
10614 ____________________________________________________________________________
10615 [ 11730] By: ams on 2001/08/22 21:35:30
10616 Log: Subject: [PATCH] io/tell.t doesn't chdir t
10617 From: Nicholas Clark <nick@ccl4.org>
10618 Date: Wed, 22 Aug 2001 23:25:58 +0100
10619 Message-Id: <20010822232557.Y82818@plum.flirble.org>
10622 ____________________________________________________________________________
10623 [ 11729] By: ams on 2001/08/22 20:32:21
10624 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
10626 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10627 Date: Wed, 22 Aug 2001 17:09:04 -0400
10628 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
10629 (Oops, forgot File::Spec::Unix in the previous patch.)
10631 ! lib/File/Spec/Unix.pm
10632 ____________________________________________________________________________
10633 [ 11728] By: ams on 2001/08/22 20:25:41
10634 Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
10636 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10637 Date: Wed, 22 Aug 2001 17:09:04 -0400
10638 Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
10641 ____________________________________________________________________________
10642 [ 11727] By: ams on 2001/08/22 19:43:30
10643 Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
10644 From: John Peacock <jpeacock@rowman.com>
10645 Date: Wed, 22 Aug 2001 12:35:52 -0400
10646 Message-Id: <3B83DF68.5D89DC81@rowman.com>
10647 (Adds proper tests for $], notwithstanding Subject. +nitpick)
10650 ____________________________________________________________________________
10651 [ 11726] By: ams on 2001/08/22 19:36:39
10652 Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
10653 From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
10654 Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
10655 Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
10657 ! lib/diagnostics.pm lib/diagnostics.t
10658 ____________________________________________________________________________
10659 [ 11725] By: ams on 2001/08/22 19:25:01
10660 Log: Subject: [PATCH] 64 bit integer preserving pp_divide
10661 From: Nicholas Clark <nick@ccl4.org>
10662 Date: Wed, 22 Aug 2001 20:59:05 +0100
10663 Message-Id: <20010822205905.U82818@plum.flirble.org>
10665 ! pp.c t/op/64bitint.t t/op/arith.t
10666 ____________________________________________________________________________
10667 [ 11724] By: ams on 2001/08/22 10:02:33
10668 Log: Subject: Configure blooper
10669 From: H.Merijn Brand <h.m.brand@hccnet.nl>
10670 Date: Wed, 22 Aug 2001 12:38:35 +0200
10671 Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
10674 ____________________________________________________________________________
10675 [ 11723] By: ams on 2001/08/21 16:17:53
10676 Log: Subject: [PATCH] installperl -help
10677 From: Nicholas Clark <nick@ccl4.org>
10678 Date: Tue, 21 Aug 2001 17:34:23 +0100
10679 Message-Id: <20010821173423.F82818@plum.flirble.org>
10682 ____________________________________________________________________________
10683 [ 11722] By: ams on 2001/08/20 07:46:31
10684 Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
10685 From: Ilmari Karonen <iltzu@sci.fi>
10686 Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
10687 Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
10690 ____________________________________________________________________________
10691 [ 11721] By: nick on 2001/08/20 06:24:31
10692 Log: Integrate mainline
10694 +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
10695 +> lib/Lingua/KO/Hangul/Util/Changes
10696 +> lib/Lingua/KO/Hangul/Util/README
10697 +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
10698 +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
10699 +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
10700 +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
10701 +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
10702 +> lib/Unicode/Normalize/t/test.t
10703 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
10704 !> (integrate 55 files)
10705 ____________________________________________________________________________
10706 [ 11720] By: pudge on 2001/08/19 19:00:16
10707 Log: Integrate Change #11599 from maint-5.6/perl
10708 Branch: maint-5.6/macperl
10710 ____________________________________________________________________________
10711 [ 11719] By: ams on 2001/08/18 21:21:42
10712 Log: Add Porting/apply to MANIFEST.
10715 ____________________________________________________________________________
10716 [ 11718] By: sky on 2001/08/18 14:38:01
10717 Log: PL_reentrant_buffer does not exist in 5005threaded perl.
10718 Better solution would be to make 5005threaded perl use
10719 the same system as ithreads do
10722 ____________________________________________________________________________
10723 [ 11717] By: jhi on 2001/08/18 14:24:42
10724 Log: New try for ID 20010407.006: detach the semantics
10725 "was the last match target UTF8" into its own variable.
10727 ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
10728 ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
10729 ____________________________________________________________________________
10730 [ 11716] By: jhi on 2001/08/18 12:11:14
10731 Log: UTF8 flag should be meaningful only when POK.
10734 ____________________________________________________________________________
10735 [ 11715] By: sky on 2001/08/18 11:45:16
10736 Log: USE_THREADS and USE_ITHREADS are never true at the same time
10739 ____________________________________________________________________________
10740 [ 11714] By: jhi on 2001/08/18 06:03:24
10741 Log: Retract #11712 for now. The real fix would probably
10742 be something like making PL_reg_sv a copy (PV + UTF8)
10743 of the matched/substituted string (note: not just a SvPOK
10744 string, for example the stringified form of a ROK would
10745 be applicable) Beware of leaks.
10747 ! pp_hot.c t/op/pat.t
10748 ____________________________________________________________________________
10749 [ 11713] By: jhi on 2001/08/18 03:22:42
10750 Log: UTF8 wasn't printing for PVMGs.
10753 ____________________________________________________________________________
10754 [ 11712] By: jhi on 2001/08/18 03:22:24
10755 Log: (Retracted by #11714)
10757 Okay analysis, debatable fix. (The fix will inc
10758 the refcount of all temporary match objects,
10759 like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
10760 which will then cause griping at untie() time
10761 ("inner references remain").
10763 Fix for ID 20010407.006: PL_reg_sv got wiped out
10764 by freetemps if the match target was a temporary
10765 (like function_call() =~ /.../), which in turn meant
10766 that the $1 et al stopped working if they had UTF-8
10767 in them. Therefore bump up the refcount of PL_reg_sv.
10769 ! pp_hot.c t/op/pat.t
10770 ____________________________________________________________________________
10771 [ 11711] By: ams on 2001/08/17 20:32:08
10772 Log: Subject: [PATCH] doesn't compile, was perl@11710
10773 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10774 Date: Fri, 17 Aug 2001 23:21:10 +0200
10775 Message-Id: <20010817232110.C7041@rafael>
10778 ____________________________________________________________________________
10779 [ 11710] By: jhi on 2001/08/17 14:26:57
10780 Log: Update Changes.
10782 ! Changes patchlevel.h
10783 ____________________________________________________________________________
10784 [ 11709] By: jhi on 2001/08/17 13:47:53
10785 Log: Upgrade to libnet 1.0704.
10787 - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
10788 ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
10789 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
10790 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
10791 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
10792 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
10793 ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
10794 ____________________________________________________________________________
10795 [ 11708] By: sky on 2001/08/17 13:34:04
10796 Log: Let perl_clone copy PL_exit_flags
10799 ____________________________________________________________________________
10800 [ 11707] By: sky on 2001/08/17 12:28:41
10801 Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
10803 ! sharedsv.c sharedsv.h
10804 ____________________________________________________________________________
10805 [ 11706] By: jhi on 2001/08/17 11:59:28
10806 Log: The metaconfig unit change for #11705.
10807 Branch: metaconfig/U/perl
10809 ____________________________________________________________________________
10810 [ 11705] By: jhi on 2001/08/17 11:58:48
10811 Log: Allow the threads extension to be found if present.
10814 ____________________________________________________________________________
10815 [ 11704] By: nick on 2001/08/17 11:47:54
10816 Log: Mail -> change script (pre-alpha)
10819 ____________________________________________________________________________
10820 [ 11703] By: sky on 2001/08/17 07:11:24
10821 Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
10822 Thanks to Tom Hospel for pointing out my error.
10825 ____________________________________________________________________________
10826 [ 11702] By: sky on 2001/08/17 04:18:11
10827 Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
10829 ! embed.pl miniperlmain.c perl.c perl.h proto.h
10830 ____________________________________________________________________________
10831 [ 11701] By: jhi on 2001/08/17 03:22:38
10832 Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
10833 and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
10835 + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
10836 + lib/Lingua/KO/Hangul/Util/README
10837 + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
10838 + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
10839 + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
10840 + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
10841 + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
10842 + lib/Unicode/Normalize/t/test.t
10844 ____________________________________________________________________________
10845 [ 11700] By: jhi on 2001/08/17 02:58:59
10846 Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
10847 Date: Thu, 16 Aug 2001 22:46:15 -0500
10848 From: "Craig A. Berry" <craigberry@mac.com>
10849 Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
10851 ! configure.com numeric.c
10852 ____________________________________________________________________________
10853 [ 11699] By: jhi on 2001/08/17 02:33:00
10854 Log: It seems that Tru64 has "naturally" threadsafe APIs only for
10855 of the usual suspects (like getpwent) but not for others
10856 (like localtime and rand). The _r versions are available
10857 for all of them, so let's use them.
10860 ____________________________________________________________________________
10861 [ 11698] By: jhi on 2001/08/17 01:53:02
10862 Log: (Accidental apply; thankfully empty.)
10865 ____________________________________________________________________________
10866 [ 11697] By: jhi on 2001/08/17 01:50:55
10867 Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1
10868 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10869 Date: Thu, 16 Aug 2001 16:27:49 +0100
10870 Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
10872 ! regexec.c t/op/re_tests
10873 ____________________________________________________________________________
10874 [ 11696] By: jhi on 2001/08/17 01:50:01
10875 Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context
10876 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10877 Date: Thu, 16 Aug 2001 18:50:01 +0100
10878 Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
10880 ! pp_hot.c t/op/pat.t
10881 ____________________________________________________________________________
10882 [ 11695] By: jhi on 2001/08/17 01:49:12
10883 Log: Subject: [PATCH] *time_r again
10884 From: "Arthur Bergman" <arthur@contiller.se>
10885 Date: Thu, 16 Aug 2001 16:01:54 +0200
10886 Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
10889 ____________________________________________________________________________
10890 [ 11694] By: jhi on 2001/08/17 01:47:53
10891 Log: system() and backtick error handling cleanup from Craig A. Berry.
10894 ____________________________________________________________________________
10895 [ 11693] By: gsar on 2001/08/17 01:07:21
10896 Log: change#10334 leaks memory, copies string when it doesn't
10900 ____________________________________________________________________________
10901 [ 11692] By: jhi on 2001/08/16 12:22:29
10902 Log: One more twist to the sprintf + utf8 testing.
10905 ____________________________________________________________________________
10906 [ 11691] By: jhi on 2001/08/16 11:46:02
10907 Log: Fix for 20010407.008 sprintf removes utf8-ness.
10910 ____________________________________________________________________________
10911 [ 11690] By: jhi on 2001/08/16 11:31:00
10912 Log: Subject: [PATCH] *time_r fixes
10913 From: "Arthur Bergman" <arthur@contiller.se>
10914 Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
10915 Date: Thu, 16 Aug 2001 14:22:27 +0200
10918 ____________________________________________________________________________
10919 [ 11689] By: jhi on 2001/08/16 11:29:30
10920 Log: Upgrade to CGI.pm 2.77.
10922 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
10923 ! lib/CGI/t/function.t
10924 ____________________________________________________________________________
10925 [ 11688] By: jhi on 2001/08/16 01:07:21
10926 Log: Document the bytes-to-Unicode upgrading.
10928 ! pod/perlunicode.pod
10929 ____________________________________________________________________________
10930 [ 11687] By: jhi on 2001/08/16 00:29:29
10931 Log: Add a test for Unicode sprintf.
10934 ____________________________________________________________________________
10935 [ 11686] By: jhi on 2001/08/16 00:20:40
10936 Log: Add Unicode tests for index/rindex.
10939 ____________________________________________________________________________
10940 [ 11685] By: jhi on 2001/08/15 22:51:53
10941 Log: Document a bit the art of minimizing the installation,
10942 based on the p5p discussion.
10945 ____________________________________________________________________________
10946 [ 11684] By: nick on 2001/08/15 15:03:31
10947 Log: Integrate mainline
10949 +> sharedsv.c sharedsv.h
10950 !> (integrate 53 files)
10951 ____________________________________________________________________________
10952 [ 11683] By: jhi on 2001/08/15 13:49:07
10953 Log: Update Changes.
10955 ! Changes patchlevel.h
10956 ____________________________________________________________________________
10957 [ 11682] By: jhi on 2001/08/15 13:26:00
10958 Log: The #11673 necessitated a test tweak.
10961 ____________________________________________________________________________
10962 [ 11681] By: jhi on 2001/08/15 13:12:50
10963 Log: Also UNICOS is in the general case unable to silently
10964 handle fp overflows.
10967 ____________________________________________________________________________
10968 [ 11680] By: jhi on 2001/08/15 13:05:15
10969 Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
10970 NV_EPSILON #defined.
10973 ____________________________________________________________________________
10974 [ 11679] By: jhi on 2001/08/15 12:48:32
10975 Log: Re-establish the fp overflow detection for VAX VMS; there
10976 is no easy way to have the IEEE fp silent overflow semantics.
10977 (in Alpha VMS we still will use IEEE fp by default-- but it
10978 is still possible to configure Perl to use G_FLOAT)
10981 ____________________________________________________________________________
10982 [ 11678] By: jhi on 2001/08/15 12:27:41
10983 Log: Subject: [PATCH] pp_lock
10984 From: "Arthur Bergman" <arthur@contiller.se>
10985 Date: Wed, 15 Aug 2001 11:52:16 +0200
10986 Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
10989 ____________________________________________________________________________
10990 [ 11677] By: jhi on 2001/08/15 12:26:44
10991 Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
10992 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10993 Date: Wed, 15 Aug 2001 11:32:11 +0100
10994 Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
10996 ! regcomp.c t/op/re_tests
10997 ____________________________________________________________________________
10998 [ 11676] By: jhi on 2001/08/15 12:25:29
10999 Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks
11000 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11001 Date: Wed, 15 Aug 2001 10:33:49 +0100
11002 Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
11004 ! regexec.c t/op/re_tests
11005 ____________________________________________________________________________
11006 [ 11675] By: jhi on 2001/08/15 03:28:20
11007 Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
11008 From: Barrie Slaymaker <barries@slaysys.com>
11009 Date: Tue, 14 Aug 2001 14:32:25 -0400
11010 Message-ID: <20010814143225.A19822@jester.slaysys.com>
11012 ! lib/File/Spec.t lib/File/Spec/Unix.pm
11013 ____________________________________________________________________________
11014 [ 11674] By: jhi on 2001/08/15 03:25:32
11015 Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
11016 From: Peter Prymmer <pvhp@forte.com>
11017 Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
11018 Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
11020 ! README.vms configure.com
11021 ____________________________________________________________________________
11022 [ 11673] By: jhi on 2001/08/15 03:16:14
11023 Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
11024 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11025 Date: Tue, 14 Aug 2001 21:23:27 +0200
11026 Message-ID: <20010814212327.A1919@rafael>
11029 ____________________________________________________________________________
11030 [ 11672] By: jhi on 2001/08/15 03:15:25
11031 Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
11032 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11033 Date: Tue, 14 Aug 2001 22:30:11 +0200
11034 Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
11036 Combination of nmake, quoting, and Perl expanded $( in here-doc.
11038 ! ext/SDBM_File/Makefile.PL
11039 ____________________________________________________________________________
11040 [ 11671] By: jhi on 2001/08/14 13:44:40
11044 ____________________________________________________________________________
11045 [ 11670] By: jhi on 2001/08/14 13:10:36
11046 Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
11047 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11048 Date: Mon, 13 Aug 2001 23:15:01 +0200
11049 Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
11052 ____________________________________________________________________________
11053 [ 11669] By: jhi on 2001/08/14 13:07:09
11054 Log: Subject: [PATCH] [b-]showlex.t
11055 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11056 Date: Sun, 12 Aug 2001 22:24:51 +0200
11057 Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
11059 The 4nt command shell will expand the % in command line
11060 no matter what quoting is attempted, changed the % to @.
11063 ____________________________________________________________________________
11064 [ 11668] By: jhi on 2001/08/14 13:01:02
11065 Log: Subject: [PATCH] magic.t
11066 From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11067 Date: Sun, 12 Aug 2001 20:49:27 +0200
11068 Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
11071 ____________________________________________________________________________
11072 [ 11667] By: jhi on 2001/08/14 12:35:17
11073 Log: Add sharedsv* to the DOSish platforms; plus add
11074 some WinCE files to the list of DOSish files.
11076 ! NetWare/Makefile Porting/makerel win32/Makefile
11077 ! win32/makefile.mk wince/Makefile.ce
11078 ____________________________________________________________________________
11079 [ 11666] By: jhi on 2001/08/14 12:29:57
11080 Log: More DOSish files.
11083 ____________________________________________________________________________
11084 [ 11665] By: jhi on 2001/08/14 12:27:58
11085 Log: Strip CRs from the WinCE files. Now we need to
11086 figure out in which CRs are really needed: probably
11087 Makefile.ce and the README files, at least, probably
11088 also the registry.bat.
11090 ! wince/Makefile.ce wince/README.compile wince/README.perlce
11091 ! wince/config.h wince/include/cectype.h wince/include/errno.h
11092 ! wince/include/sys/stat.h wince/include/sys/types.h
11093 ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
11094 ! wince/perldll.def wince/registry.bat wince/wince.h
11095 ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
11096 ____________________________________________________________________________
11097 [ 11664] By: jhi on 2001/08/14 12:05:09
11098 Log: Add some files to DOSish and writables.
11101 ____________________________________________________________________________
11102 [ 11663] By: jhi on 2001/08/14 03:08:07
11103 Log: Compile failure message tidying.
11105 ! t/lib/1_compile.t
11106 ____________________________________________________________________________
11107 [ 11662] By: jhi on 2001/08/14 01:41:22
11108 Log: The new sharedsv* should be exported only if usethreads.
11111 ____________________________________________________________________________
11112 [ 11661] By: jhi on 2001/08/14 00:25:30
11113 Log: Subject: [PATCH: perl@11626] URL updates for README.os390
11114 From: Peter Prymmer <pvhp@forte.com>
11115 Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
11116 Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
11119 ____________________________________________________________________________
11120 [ 11660] By: jhi on 2001/08/13 12:54:54
11121 Log: Update Changes.
11123 ! Changes patchlevel.h
11124 ____________________________________________________________________________
11125 [ 11659] By: jhi on 2001/08/13 12:45:21
11126 Log: Subject: [PATHC] sharedsv.[c|h]
11127 From: "Artur Bergman" <artur@contiller.se>
11128 Date: Mon, 13 Aug 2001 14:38:41 +0200
11129 Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>
11131 Subject: [PATCH] embed.pl
11132 From: Arthur Bergman <arthur@contiller.se>
11133 Date: Mon, 13 Aug 2001 14:38:14 +0200
11134 Message-ID: <B79D96D6.3088%arthur@contiller.se>
11136 Subject: [PATCH] sharedsv cleanups
11137 From: "Arthur Bergman" <arthur@contiller.se>
11138 Date: Mon, 13 Aug 2001 15:14:25 +0200
11139 Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>
11141 Plus few tweaks: _init needs to be Adp, the prototypes
11142 should not be revealed unless using ithreads, #endif FOO
11143 must be #endif /* FOO */, adding (parentheses) around
11144 do { } while doesn't work too well.
11146 + sharedsv.c sharedsv.h
11147 ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
11148 ! perl.h perlapi.c pod/perlapi.pod proto.h
11149 ____________________________________________________________________________
11150 [ 11658] By: jhi on 2001/08/13 12:00:08
11151 Log: Subject: Re: END {} blocks run in perl_run
11152 From: Arthur Bergman <arthur@contiller.se>
11153 Date: Mon, 13 Aug 2001 11:11:30 +0200
11154 Message-ID: <B79D6661.3068%arthur@contiller.se>
11157 ____________________________________________________________________________
11158 [ 11657] By: nick on 2001/08/13 09:03:02
11159 Log: Integrate mainline
11161 +> (branch 326 files)
11162 - (delete 330 files)
11163 !> (integrate 85 files)
11164 ____________________________________________________________________________
11165 [ 11656] By: jhi on 2001/08/12 23:24:18
11166 Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
11167 and the Perl will be built to do that by default (adding that
11168 will break scripts having non-UTF-8 binary data, such as Latin-1.)
11170 ! op.c toke.c utf8.h
11171 ____________________________________________________________________________
11172 [ 11655] By: jhi on 2001/08/12 23:05:14
11173 Log: Unnecessary downgrades.
11176 ____________________________________________________________________________
11177 [ 11654] By: jhi on 2001/08/12 22:56:47
11178 Log: Failure not true anymore (probably caused by my broken setup).
11181 ____________________________________________________________________________
11182 [ 11653] By: jhi on 2001/08/12 22:46:12
11183 Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
11186 ! op.h pp_ctl.c regcomp.c
11187 ____________________________________________________________________________
11188 [ 11652] By: jhi on 2001/08/12 22:30:04
11189 Log: There is no IN_UTF8.
11192 ____________________________________________________________________________
11193 [ 11651] By: jhi on 2001/08/12 21:08:06
11194 Log: More (less) regex/utf8 relics. (Toned down later in #11653.)
11196 ! op.c op.h pp_ctl.c regcomp.c
11197 ____________________________________________________________________________
11198 [ 11650] By: jhi on 2001/08/12 20:17:32
11199 Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
11202 ! op.c t/pod/find.t
11203 ____________________________________________________________________________
11204 [ 11649] By: jhi on 2001/08/12 18:45:52
11205 Log: Todo updates and fixes.
11208 ____________________________________________________________________________
11209 [ 11648] By: jhi on 2001/08/12 18:43:50
11210 Log: Mark tests (and one module) having explicit Latin-1
11211 (and one file having explicit UTF-8) with an explicit
11212 'no utf8' (and one explicit 'use utf8').
11214 NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
11216 ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
11217 ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
11218 ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
11219 ____________________________________________________________________________
11220 [ 11647] By: jhi on 2001/08/12 17:10:22
11221 Log: Subject: SV: END {} blocks run in perl_run
11222 From: "Arthur Bergman" <arthur@contiller.se>
11223 Date: Sun, 12 Aug 2001 00:34:28 +0200
11224 Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
11226 ! miniperlmain.c perl.c
11227 ____________________________________________________________________________
11228 [ 11646] By: jhi on 2001/08/12 16:59:00
11229 Log: Typos in #11645.
11232 ____________________________________________________________________________
11233 [ 11645] By: jhi on 2001/08/12 16:55:31
11234 Log: On ithreads default to use_reentrant except on naturally
11235 threadsafe platforms.
11238 ____________________________________________________________________________
11239 [ 11644] By: jhi on 2001/08/12 15:45:43
11240 Log: (Hopefully) a fix for 20010723.004: make install needs
11241 write permission in build directory. The problem was
11242 probably caused by overeager sprinkling of the lib/re.pm
11243 dependencies (which was done to guarantee lib/re.pm being
11244 uptodate for parallel makes: now solved by funneling that
11245 through an explicit recursive make in the preplibrary target).
11248 ____________________________________________________________________________
11249 [ 11643] By: jhi on 2001/08/12 14:16:44
11250 Log: Dispell the "use utf8" superstition.
11252 ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
11253 ! pod/perlunicode.pod
11254 ____________________________________________________________________________
11255 [ 11642] By: jhi on 2001/08/12 13:56:42
11256 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
11257 From: "Abigail" <abigail@foad.org>
11258 Date: Sat, 11 Aug 2001 23:49:49 +0200
11259 Message-ID: <20010811214950.23255.qmail@foad.org>
11262 ____________________________________________________________________________
11263 [ 11641] By: jhi on 2001/08/12 13:56:18
11264 Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
11265 From: Abhijit Menon-Sen <ams@wiw.org>
11266 Date: Sat, 11 Aug 2001 06:18:19 +0530
11267 Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
11270 ____________________________________________________________________________
11271 [ 11640] By: jhi on 2001/08/12 13:45:58
11272 Log: Test for change #11639.
11275 ____________________________________________________________________________
11276 [ 11639] By: jhi on 2001/08/12 13:42:03
11277 Log: Subject: Re: Can't localize *FH, then tie it
11278 From: Abhijit Menon-Sen <ams@wiw.org>
11279 Date: Sun, 12 Aug 2001 16:08:06 +0530
11280 Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
11282 ! pp_hot.c pp_sys.c
11283 ____________________________________________________________________________
11284 [ 11638] By: jhi on 2001/08/12 03:30:07
11285 Log: Drop all the unnecessary "use utf8" clauses and some of
11286 the unnecessary "use bytes" ones.
11288 TODO: scour the documentation for unnecessary "use utf8"
11289 and prominently display it in perldelta when the time comes.
11290 ("use utf8" should be necessary ONLY if one wants the script
11291 to be in UTF-8.) Also should be checked in some non-ASCII
11292 non-Latin-1 platform, like EBCDIC.
11294 ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
11295 ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
11296 ____________________________________________________________________________
11297 [ 11637] By: jhi on 2001/08/11 17:55:36
11298 Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
11299 Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
11300 in Unicode handling.
11303 ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
11304 ____________________________________________________________________________
11305 [ 11636] By: jhi on 2001/08/11 17:14:06
11306 Log: Thinko: we want the flags for native cc, not gcc.
11309 ____________________________________________________________________________
11310 [ 11635] By: jhi on 2001/08/11 15:14:48
11311 Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
11312 From: Robin Houston <robin@kitsite.com>
11313 Date: Fri, 10 Aug 2001 14:42:02 +0100
11314 Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
11317 ____________________________________________________________________________
11318 [ 11634] By: jhi on 2001/08/11 14:59:22
11319 Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
11320 From: Abhijit Menon-Sen <ams@wiw.org>
11321 Date: Sat, 11 Aug 2001 16:31:04 +0530
11322 Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
11325 ____________________________________________________________________________
11326 [ 11633] By: jhi on 2001/08/11 14:58:07
11327 Log: Get rid of indread, from Abhijit Menon-Sen.
11330 ____________________________________________________________________________
11331 [ 11632] By: jhi on 2001/08/10 23:39:04
11334 ! win32/Makefile win32/makefile.mk
11335 ____________________________________________________________________________
11336 [ 11631] By: jhi on 2001/08/10 23:37:43
11337 Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
11339 - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
11340 - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
11341 - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
11342 ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
11343 ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
11344 ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
11345 ! win32/Makefile win32/makefile.mk
11346 ____________________________________________________________________________
11347 [ 11630] By: jhi on 2001/08/10 13:53:15
11348 Log: Avoid #elif (less portable than #else #if).
11351 ____________________________________________________________________________
11352 [ 11629] By: jhi on 2001/08/10 13:49:53
11353 Log: Subject: patch for perlvar.pod
11354 From: mah@everybody.org (Mark A. Hershberger)
11355 Date: 08 Aug 2001 17:03:16 -0500
11356 Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
11359 ____________________________________________________________________________
11360 [ 11628] By: jhi on 2001/08/10 13:45:48
11361 Log: cpp commands must start (the # must be) at the column #0.
11364 ____________________________________________________________________________
11365 [ 11627] By: jhi on 2001/08/10 13:41:07
11366 Log: If using gcc -B/foo/bar makedepend would give
11367 unnecessary warnings about unused -B/foo/bar.
11370 ____________________________________________________________________________
11371 [ 11626] By: jhi on 2001/08/09 14:56:29
11372 Log: Update Changes.
11374 ! Changes patchlevel.h
11375 ____________________________________________________________________________
11376 [ 11625] By: jhi on 2001/08/09 14:54:05
11380 ____________________________________________________________________________
11381 [ 11624] By: jhi on 2001/08/09 14:52:52
11385 ____________________________________________________________________________
11386 [ 11623] By: jhi on 2001/08/09 14:49:00
11387 Log: Rename lib/unicode files to lib/unicore to avoid
11388 conflicts between core lib/unicode and Unicode::
11389 files in case-ignoring filesystems.
11392 - (delete 324 files)
11393 ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
11394 ____________________________________________________________________________
11395 [ 11622] By: jhi on 2001/08/09 13:33:47
11396 Log: Upgrade to Math::BigInt 1.41.
11398 ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
11399 ____________________________________________________________________________
11400 [ 11621] By: jhi on 2001/08/09 13:31:20
11401 Log: Subject: [PATCH] remove PL_na from typemap
11402 From: James <james@rf.net>
11403 Date: Mon, 06 Aug 2001 20:23:15 -0700
11404 Message-ID: <3B6F5F23.A31A81B1@rf.net>
11406 (had to be manually applied)
11408 ! lib/ExtUtils/typemap
11409 ____________________________________________________________________________
11410 [ 11620] By: jhi on 2001/08/09 13:27:11
11411 Log: The metaconfig unit changes for #11618.
11412 Branch: metaconfig/U/perl
11413 + d_fpclassl.U i_fp.U
11414 ____________________________________________________________________________
11415 [ 11619] By: jhi on 2001/08/09 13:25:21
11416 Log: Forgot this from #11618.
11418 NOTE: wince/config_H.ce needs updating.
11421 ____________________________________________________________________________
11422 [ 11618] By: jhi on 2001/08/09 13:21:51
11423 Log: Introduce more floating point classifying APIs;
11424 try to define (most importantly) Perl_is{inf,nan}(x).
11426 For this first cut, assume none such APIs exist in non-UNIXoid
11427 platforms-- this is of course too unkind: Win32 rumoredly has
11428 _fpclass() and _isnan(), and VMS/VOS very probably have some
11429 of the APIs available. The only thing Perl uses at the moment
11430 is Perl_isnan() (has been in use for a while now).
11432 NOTE: the Win32 and NetWare config_h.?c need regenerating.
11434 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
11435 ! Porting/config_H config_h.SH configure.com epoc/config.sh
11436 ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
11437 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11438 ! vos/config.ga.h win32/config.bc win32/config.gc
11439 ! win32/config.vc win32/config_H.bc win32/config_H.gc
11440 ! win32/config_H.vc wince/config.ce wince/config.h
11441 ____________________________________________________________________________
11442 [ 11617] By: jhi on 2001/08/09 11:08:51
11443 Log: Integrate change #11519 from perlio:
11445 Avoid testing for (non-)existance of "encoding(xxxx)"
11446 layer is called "encoding" the (xxxx) is an argument.
11449 ____________________________________________________________________________
11450 [ 11616] By: nick on 2001/08/09 07:50:24
11451 Log: Integrate mainline
11453 +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
11454 +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
11455 +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
11456 +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
11457 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
11458 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
11459 !> (integrate 79 files)
11460 ____________________________________________________________________________
11461 [ 11615] By: nick on 2001/08/09 06:23:44
11462 Log: Avoid testing for (non-)existance of "encoding(xxxx)"
11463 layer is called "encoding" the (xxxx) is an argument.
11466 ____________________________________________________________________________
11467 [ 11614] By: jhi on 2001/08/08 21:50:19
11468 Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
11469 From: Paul Johnson <paul@pjcj.net>
11470 Date: Wed, 8 Aug 2001 23:54:17 +0200
11471 Message-ID: <20010808235417.O1006@pjcj.net>
11473 ! ext/B/B/Concise.pm
11474 ____________________________________________________________________________
11475 [ 11613] By: jhi on 2001/08/08 13:22:13
11476 Log: Make VMS use IEEE math by default; reorder Tru64 hints
11477 so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
11478 exception semantics) is always set if using (the new) cc.
11480 ! configure.com hints/dec_osf.sh
11481 ____________________________________________________________________________
11482 [ 11612] By: jhi on 2001/08/08 12:14:56
11483 Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
11484 From: Abhijit Menon-Sen <ams@wiw.org>
11485 Date: Tue, 7 Aug 2001 17:16:05 +0530
11486 Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
11489 ____________________________________________________________________________
11490 [ 11611] By: jhi on 2001/08/08 02:28:58
11491 Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
11492 From: "Craig A. Berry" <craigberry@mac.com>
11493 Date: Tue, 07 Aug 2001 22:27:47 -0500
11494 Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
11497 ____________________________________________________________________________
11498 [ 11610] By: jhi on 2001/08/08 00:12:00
11499 Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
11500 From: "Craig A. Berry" <craigberry@mac.com>
11501 Date: Tue, 07 Aug 2001 20:01:53 -0500
11502 Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
11504 ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
11505 ____________________________________________________________________________
11506 [ 11609] By: jhi on 2001/08/07 23:49:09
11507 Log: Update the magazine information.
11510 ____________________________________________________________________________
11511 [ 11608] By: jhi on 2001/08/07 23:35:27
11512 Log: Ignore SIGFPE everywhere.
11514 ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
11515 ____________________________________________________________________________
11516 [ 11607] By: jhi on 2001/08/07 23:07:04
11517 Log: With permission, change the licensing of the docs by
11518 TomC (and Gnat) to comply with the rest of Perl.
11520 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11521 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11522 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11523 ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
11524 ! pod/perltootc.pod
11525 ____________________________________________________________________________
11526 [ 11606] By: jhi on 2001/08/07 22:50:04
11527 Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
11528 From: Andy Dougherty <doughera@lafayette.edu>
11529 Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
11530 Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
11533 ____________________________________________________________________________
11534 [ 11605] By: jhi on 2001/08/07 22:49:18
11535 Log: Subject: [PATCH] Makefile.SH test_prep dependency
11536 From: Andy Dougherty <doughera@lafayette.edu>
11537 Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
11538 Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
11541 ____________________________________________________________________________
11542 [ 11604] By: jhi on 2001/08/07 22:44:35
11543 Log: Don't autogenerate the headers et alia,
11544 make regen_headers explicitly.
11547 ____________________________________________________________________________
11548 [ 11603] By: jhi on 2001/08/07 22:33:48
11549 Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
11550 From: Gurusamy Sarathy <gsar@ActiveState.com>
11551 Date: Tue, 07 Aug 2001 08:33:26 -0700
11552 Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
11554 Unnecessary dependency.
11557 ____________________________________________________________________________
11558 [ 11602] By: jhi on 2001/08/07 13:52:41
11559 Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
11560 From: Abhijit Menon-Sen <ams@wiw.org>
11561 Date: Tue, 7 Aug 2001 09:10:54 +0530
11562 Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
11565 ____________________________________________________________________________
11566 [ 11601] By: jhi on 2001/08/07 13:46:33
11567 Log: Subject: [PATCH perl@11597] B && BEGIN handling
11568 From: "James A. Duncan" <jduncan@fotango.com>
11569 Date: Mon, 6 Aug 2001 17:29:11 +0100
11570 Message-ID: <20010806172911.A2071@fotango.com>
11572 (the intrpvar.h addition moved to the end for bincompat)
11574 ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
11575 ____________________________________________________________________________
11576 [ 11600] By: jhi on 2001/08/07 11:53:48
11577 Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
11580 ____________________________________________________________________________
11581 [ 11599] By: gsar on 2001/08/07 06:31:39
11582 Log: fix URLs for fcrypt.c
11583 Branch: maint-5.6/perl
11585 ____________________________________________________________________________
11586 [ 11598] By: jhi on 2001/08/06 15:02:48
11587 Log: Yet another way to say Infinity: HP-UX calls its "++".
11589 ! lib/Math/BigInt/t/bigintpm.t
11590 ____________________________________________________________________________
11591 [ 11597] By: jhi on 2001/08/06 13:40:01
11592 Log: Update Changes.
11594 ! Changes patchlevel.h
11595 ____________________________________________________________________________
11596 [ 11596] By: jhi on 2001/08/06 13:24:28
11597 Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
11600 ____________________________________________________________________________
11601 [ 11595] By: jhi on 2001/08/06 12:51:38
11602 Log: The #11593 wasn't right.
11604 ! lib/Math/BigInt/t/bigintpm.t
11605 ____________________________________________________________________________
11606 [ 11594] By: jhi on 2001/08/06 12:34:15
11607 Log: Subject: [PATCH: perl@11564] introducing perlivp
11608 From: Prymmer/Kahn <pvhp@best.com>
11609 Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
11610 Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
11612 Subject: Re: [PATCH: perl@11564] introducing perlivp
11613 From: Prymmer/Kahn <pvhp@best.com>
11614 Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
11615 Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
11618 ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
11619 ! win32/Makefile win32/makefile.mk
11620 ____________________________________________________________________________
11621 [ 11593] By: jhi on 2001/08/05 23:10:52
11622 Log: libcs are confused what to call Infinity.
11624 ! lib/Math/BigInt/t/bigintpm.t
11625 ____________________________________________________________________________
11626 [ 11592] By: jhi on 2001/08/05 23:07:50
11627 Log: Avoid SIGFPE in Tru64.
11630 ____________________________________________________________________________
11631 [ 11591] By: jhi on 2001/08/05 22:46:10
11632 Log: Upgrade to Math::BigInt 1.40.
11634 NOTE: this patch necessitates doing something about
11635 infinity handling since the new bigintpm.t tests use
11636 infinity, which causes SIGFPEs at least in Tru64.
11638 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11639 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11640 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11641 ! lib/Math/BigInt/t/mbimbf.t
11642 ____________________________________________________________________________
11643 [ 11590] By: gsar on 2001/08/05 21:57:43
11644 Log: remove hardcoded cmd shell in testsuite
11646 ! t/op/glob.t t/op/magic.t t/op/stat.t
11647 ____________________________________________________________________________
11648 [ 11589] By: gsar on 2001/08/05 21:35:50
11649 Log: 4-arg select() was busted on windows because change#8178 didn't
11650 make it into mainline
11652 ! perl.h win32/include/sys/socket.h
11653 ____________________________________________________________________________
11654 [ 11588] By: jhi on 2001/08/05 19:40:31
11655 Log: Rename the Getopt::Long tests to be as they are
11656 in the Getopt::Long official distribution.
11658 + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
11659 + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
11660 - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
11661 - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
11663 ____________________________________________________________________________
11664 [ 11587] By: jhi on 2001/08/05 19:38:07
11665 Log: Upgrade to Getopt::Long 2.26.
11667 + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
11668 ! MANIFEST lib/Getopt/Long.pm
11669 ____________________________________________________________________________
11670 [ 11586] By: jhi on 2001/08/05 19:26:50
11671 Log: Retract #10874 (the hack should be unnecessary by now)
11673 ! lib/Test/Harness.pm
11674 ____________________________________________________________________________
11675 [ 11585] By: gsar on 2001/08/05 16:45:54
11676 Log: avoid temp file littering in tests
11678 ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
11679 ____________________________________________________________________________
11680 [ 11584] By: jhi on 2001/08/05 16:42:50
11681 Log: Subject: warning in sv.c: double format, NV arg
11682 From: "Philip Newton" <Philip.Newton@gmx.net>
11683 Date: Sun, 5 Aug 2001 19:41:07 +0200
11684 Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
11687 ____________________________________________________________________________
11688 [ 11583] By: gsar on 2001/08/05 16:28:22
11689 Log: fix POSIX.t#13 for windos
11691 ! ext/POSIX/POSIX.t
11692 ____________________________________________________________________________
11693 [ 11582] By: jhi on 2001/08/05 16:10:59
11694 Log: Add a test for PerlIO::Via.
11696 + ext/PerlIO/t/via.t
11697 ! MANIFEST ext/PerlIO/Via/Via.pm
11698 ____________________________________________________________________________
11699 [ 11581] By: gsar on 2001/08/05 15:00:26
11700 Log: flock() and link() are not available on Windows 9x
11702 ! win32/config_sh.PL
11703 ____________________________________________________________________________
11704 [ 11580] By: jhi on 2001/08/05 13:56:46
11705 Log: Some Tru64 C compilers have C++ components that confuse
11706 the ccversion parsing.
11709 ____________________________________________________________________________
11710 [ 11579] By: jhi on 2001/08/05 13:31:07
11711 Log: (Reintroduce #11125)
11713 Subject: MakeMaker should pass through DEFINE and INC to subdirs
11714 From: Alan Burlison <Alan.Burlison@sun.com>
11715 Date: Tue, 03 Jul 2001 15:20:13 +0100
11716 Message-ID: <3B41D49D.A923D4F9@sun.com>
11718 ! lib/ExtUtils/MM_Unix.pm
11719 ____________________________________________________________________________
11720 [ 11578] By: jhi on 2001/08/05 03:17:20
11721 Log: Little pointer juggling for HP-UX cc to avoid
11722 "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
11724 "error 1549: Modifiable lvalue required for assignment operator."
11727 ____________________________________________________________________________
11728 [ 11577] By: jhi on 2001/08/04 18:09:38
11729 Log: Continuation of #11575: SANY_SEEN completely deprecated,
11730 plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
11731 plus a fix for the bug.
11733 ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
11734 ____________________________________________________________________________
11735 [ 11576] By: jhi on 2001/08/04 17:31:06
11736 Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
11737 From: Doug MacEachern <dougm@covalent.net>
11738 Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
11739 Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
11742 ____________________________________________________________________________
11743 [ 11575] By: jhi on 2001/08/04 17:28:55
11744 Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
11745 the new CANY is the \C. The problem reported and the
11746 test case supplied in
11748 Subject: UTF-8 bugs in string length & single line regex matches
11749 From: "Daniel P. Berrange" <dan@berrange.com>
11750 Date: Fri, 3 Aug 2001 11:39:33 +0100
11751 Message-ID: <20010803113932.A19318@berrange.com>
11753 ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
11755 ____________________________________________________________________________
11756 [ 11574] By: jhi on 2001/08/04 15:42:34
11757 Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
11758 From: Doug MacEachern <dougm@covalent.net>
11759 Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
11760 Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
11763 ____________________________________________________________________________
11764 [ 11573] By: jhi on 2001/08/04 14:20:26
11765 Log: The #11572 didn't up the test count.
11768 ____________________________________________________________________________
11769 [ 11572] By: jhi on 2001/08/04 14:12:45
11770 Log: Subject: UTF-8 bugs in string length & single line regex matches
11771 From: "Daniel P. Berrange" <dan@berrange.com>
11772 Date: Fri, 3 Aug 2001 11:39:33 +0100
11773 Message-ID: <20010803113932.A19318@berrange.com>
11775 (the mg_length() fix)
11777 ! mg.c t/op/length.t
11778 ____________________________________________________________________________
11779 [ 11571] By: jhi on 2001/08/04 14:10:39
11780 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11781 From: Abhijit Menon-Sen <ams@wiw.org>
11782 Date: Sat, 4 Aug 2001 16:56:35 +0530
11783 Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
11786 ____________________________________________________________________________
11787 [ 11570] By: jhi on 2001/08/04 14:09:59
11788 Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11789 From: Abhijit Menon-Sen <ams@wiw.org>
11790 Date: Sat, 4 Aug 2001 16:16:03 +0530
11791 Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
11794 ____________________________________________________________________________
11795 [ 11569] By: jhi on 2001/08/04 14:09:09
11796 Log: Subject: Re: [patch] refcount re ops
11797 From: Abhijit Menon-Sen <ams@wiw.org>
11798 Date: Sat, 4 Aug 2001 08:54:55 +0530
11799 Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
11802 ____________________________________________________________________________
11803 [ 11568] By: jhi on 2001/08/04 14:08:19
11804 Log: Subject: [patch] refcount re ops
11805 From: Doug MacEachern <dougm@covalent.net>
11806 Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
11807 Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
11810 ____________________________________________________________________________
11811 [ 11567] By: jhi on 2001/08/03 23:52:56
11812 Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
11813 From: Doug MacEachern <dougm@covalent.net>
11814 Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
11815 Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
11818 ____________________________________________________________________________
11819 [ 11566] By: jhi on 2001/08/03 20:45:10
11820 Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
11821 From: "Craig A. Berry" <craigberry@mac.com>
11822 Date: Fri, 03 Aug 2001 16:16:16 -0500
11823 Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>
11826 ____________________________________________________________________________
11827 [ 11565] By: jhi on 2001/08/03 13:46:40
11828 Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
11829 From: John Kristian <jmk2001@engineer.com>
11830 Date: Fri, 03 Aug 2001 00:59:08 -0700
11831 Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
11834 ____________________________________________________________________________
11835 [ 11564] By: jhi on 2001/08/03 13:25:39
11836 Log: Update Changes.
11838 ! Changes patchlevel.h
11839 ____________________________________________________________________________
11840 [ 11563] By: jhi on 2001/08/03 12:13:17
11841 Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
11842 From: "Craig A. Berry" <craigberry@mac.com>
11843 Date: Thu, 02 Aug 2001 23:15:24 -0500
11844 Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
11847 ____________________________________________________________________________
11848 [ 11562] By: jhi on 2001/08/03 12:11:57
11849 Log: Subject: [patch] plug PL_cshname leak
11850 From: Doug MacEachern <dougm@covalent.net>
11851 Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
11852 Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
11855 ____________________________________________________________________________
11856 [ 11561] By: jhi on 2001/08/03 12:10:32
11857 Log: Subject: [patch] plug PL_sh_path leak
11858 From: Doug MacEachern <dougm@covalent.net>
11859 Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
11860 Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
11863 ____________________________________________________________________________
11864 [ 11560] By: jhi on 2001/08/03 12:09:50
11865 Log: Subject: [patch] plug PL_regex_padav leaks
11866 From: Doug MacEachern <dougm@covalent.net>
11867 Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
11868 Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
11871 ____________________________________________________________________________
11872 [ 11559] By: jhi on 2001/08/03 12:08:59
11873 Log: Subject: [patch] plug PL_origargv leak
11874 From: Doug MacEachern <dougm@covalent.net>
11875 Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
11876 Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
11879 ____________________________________________________________________________
11880 [ 11558] By: jhi on 2001/08/03 12:07:58
11881 Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
11882 From: Abhijit Menon-Sen <ams@wiw.org>
11883 Date: Fri, 3 Aug 2001 06:38:11 +0530
11884 Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
11887 ____________________________________________________________________________
11888 [ 11557] By: nick on 2001/08/03 08:17:38
11889 Log: Integrate mainline
11891 +> (branch 47 files)
11892 - lib/Switch/test.pl
11893 !> (integrate 49 files)
11894 ____________________________________________________________________________
11895 [ 11556] By: jhi on 2001/08/02 22:46:22
11896 Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
11897 From: "Craig A. Berry" <craigberry@mac.com>
11898 Date: Thu, 02 Aug 2001 12:56:19 -0500
11899 Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
11902 ____________________________________________________________________________
11903 [ 11555] By: jhi on 2001/08/02 22:29:34
11904 Log: Be more careful about non-existent files.
11907 ____________________________________________________________________________
11908 [ 11554] By: jhi on 2001/08/02 21:37:27
11909 Log: Subject: [PATCH resend] deparse empty formats
11910 From: Robin Houston <robin@kitsite.com>
11911 Date: Thu, 2 Aug 2001 14:32:36 +0100
11912 Message-ID: <20010802143236.A894@robin.kitsite.com>
11914 ! ext/B/B/Deparse.pm
11915 ____________________________________________________________________________
11916 [ 11553] By: jhi on 2001/08/02 16:37:32
11917 Log: Subject: [patch] ithreads + refto fix improvement
11918 From: Doug MacEachern <dougm@covalent.net>
11919 Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
11920 Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
11923 ____________________________________________________________________________
11924 [ 11552] By: jhi on 2001/08/02 14:24:26
11925 Log: Readability nit from Abhijit.
11928 ____________________________________________________________________________
11929 [ 11551] By: jhi on 2001/08/02 14:22:31
11930 Log: setproctitle() API version nit from Anton Berezin.
11933 ____________________________________________________________________________
11934 [ 11550] By: jhi on 2001/08/02 13:51:41
11935 Log: Add PerlCE to the docs.
11937 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11938 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11939 ____________________________________________________________________________
11940 [ 11549] By: jhi on 2001/08/02 13:25:43
11941 Log: Integrate the PerlCE (WinCE Perl) port;
11942 kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
11944 + README.ce wince/FindExt.pm wince/Makefile.ce
11945 + wince/README.compile wince/README.perlce wince/bin/exetype.pl
11946 + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
11947 + wince/bin/search.pl wince/config.ce wince/config.h
11948 + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
11949 + wince/dl_win32.xs wince/include/arpa/inet.h
11950 + wince/include/cectype.h wince/include/errno.h
11951 + wince/include/netdb.h wince/include/sys/socket.h
11952 + wince/include/sys/stat.h wince/include/sys/types.h
11953 + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
11954 + wince/perl.rc wince/perldll.def wince/perllib.c
11955 + wince/perlmain.c wince/registry.bat wince/runperl.c
11956 + wince/splittree.pl wince/win32.h wince/win32iop.h
11957 + wince/win32thread.c wince/win32thread.h wince/wince.c
11958 + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
11959 + wince/xdistclean.ksh wince/xmakediffs.ksh
11960 ! MANIFEST perl.c perl.h perlio.c
11961 ____________________________________________________________________________
11962 [ 11548] By: jhi on 2001/08/02 13:18:08
11963 Log: setproctitle() made simpler. (This assumes the string is
11964 \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
11965 should be used. Note len, not len + 1.) BSD-fu from Anton
11969 ____________________________________________________________________________
11970 [ 11547] By: jhi on 2001/08/02 12:49:54
11971 Log: Subject: [PATCH] -Wall cleanup: op.c
11972 From: Richard Soderberg <rs@oregonnet.com>
11973 Date: Thu, 2 Aug 2001 00:17:09 -0700
11974 Message-Id: <200108020717.AAA26895@oregonnet.com>
11976 Subject: [PATCH] -Wall cleanup: sv.c
11977 From: Richard Soderberg <rs@oregonnet.com>
11978 Date: Thu, 2 Aug 2001 00:49:21 -0700
11979 Message-Id: <200108020749.AAA27492@oregonnet.com>
11982 ____________________________________________________________________________
11983 [ 11546] By: jhi on 2001/08/02 00:53:34
11984 Log: Update Changes.
11986 ! Changes patchlevel.h
11987 ____________________________________________________________________________
11988 [ 11545] By: jhi on 2001/08/02 00:48:55
11989 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
11990 From: Doug MacEachern <dougm@covalent.net>
11991 Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
11992 Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
11995 ____________________________________________________________________________
11996 [ 11544] By: jhi on 2001/08/01 23:08:41
11997 Log: The #11541 didn't work under threads.
12000 ____________________________________________________________________________
12001 [ 11543] By: jhi on 2001/08/01 22:46:41
12002 Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
12003 From: Hugo <hv@crypt.compulink.co.uk>
12004 Date: Fri, 22 Jun 2001 01:19:08 +0100
12005 Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
12007 (Skip tests if accept() failed)
12009 ! ext/IO/lib/IO/t/io_unix.t
12010 ____________________________________________________________________________
12011 [ 11542] By: jhi on 2001/08/01 22:40:09
12012 Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
12013 From: "Stian Seeberg" <sseeberg@nimsoft.no>
12014 Date: Mon, 30 Jul 2001 12:28:07 +0200
12015 Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
12018 ____________________________________________________________________________
12019 [ 11541] By: jhi on 2001/08/01 22:38:31
12020 Log: Subject: Pluggable optimizer
12021 From: Simon Cozens <simon@netthink.co.uk>
12022 Date: Wed, 1 Aug 2001 13:57:02 -0700
12023 Message-ID: <20010801135702.I10442@netthink.co.uk>
12025 ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
12026 ____________________________________________________________________________
12027 [ 11540] By: jhi on 2001/08/01 22:29:54
12028 Log: Subject: [ID 20010801.039] perlre.pod message typo
12029 From: Autrijus Tang <autrijus@geb.elixus.org>
12030 Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
12031 Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>
12034 ____________________________________________________________________________
12035 [ 11539] By: jhi on 2001/08/01 16:32:52
12036 Log: Test for change #11536.
12039 ____________________________________________________________________________
12040 [ 11538] By: jhi on 2001/08/01 16:27:19
12041 Log: More test fixups for #11537.
12043 ! t/lib/warnings/4lint t/lib/warnings/9enabled
12044 ____________________________________________________________________________
12045 [ 11537] By: jhi on 2001/08/01 16:26:25
12046 Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
12047 From: Doug MacEachern <dougm@covalent.net>
12048 Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
12049 Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
12051 ! op.c t/TestInit.pm
12052 ____________________________________________________________________________
12053 [ 11536] By: jhi on 2001/08/01 16:08:08
12054 Log: Subject: [patch] ithreads + refto bug
12055 From: Doug MacEachern <dougm@covalent.net>
12056 Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
12057 Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
12059 (Test in change #11539)
12062 ____________________________________________________________________________
12063 [ 11535] By: jhi on 2001/08/01 16:05:56
12064 Log: Subject: [PATCH: perl@11523] fixups for t/harness
12065 From: Prymmer/Kahn <pvhp@best.com>
12066 Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
12067 Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
12070 ____________________________________________________________________________
12071 [ 11534] By: jhi on 2001/08/01 16:00:45
12072 Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
12073 From: Prymmer/Kahn <pvhp@best.com>
12074 Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
12075 Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
12077 ! win32/Makefile win32/makefile.mk
12078 ____________________________________________________________________________
12079 [ 11533] By: jhi on 2001/08/01 13:38:29
12080 Log: Need to know the number of tests.
12083 ____________________________________________________________________________
12084 [ 11532] By: jhi on 2001/08/01 13:04:31
12085 Log: Subject: Re: new exit tests on VMS
12086 From: "Craig A. Berry" <craigberry@mac.com>
12087 Date: Tue, 31 Jul 2001 12:19:29 -0500
12088 Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
12091 ____________________________________________________________________________
12092 [ 11531] By: jhi on 2001/08/01 12:46:43
12093 Log: Retract #11530 (the dTHX is needed under threads)
12096 ____________________________________________________________________________
12097 [ 11530] By: jhi on 2001/08/01 12:39:35
12098 Log: (Retracted by #11531)
12101 ____________________________________________________________________________
12102 [ 11529] By: jhi on 2001/08/01 12:32:22
12103 Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
12104 From: Richard Soderberg <rs@crystalflame.net>
12105 Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT)
12106 Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
12109 ____________________________________________________________________________
12110 [ 11528] By: jhi on 2001/08/01 12:18:59
12111 Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs
12112 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12113 Date: Tue, 31 Jul 2001 05:39:09 -0400
12114 Message-ID: <20010731053909.A1810@math.ohio-state.edu>
12116 (with a note about the case of UV being equal to long long)
12119 ____________________________________________________________________________
12120 [ 11527] By: jhi on 2001/07/31 23:49:04
12121 Log: Subject: [PATCH perl@11487] fix fs.t for VMS
12122 From: "Craig A. Berry" <craigberry@mac.com>
12123 Date: Tue, 31 Jul 2001 14:57:43 -0500
12124 Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
12127 ____________________________________________________________________________
12128 [ 11526] By: jhi on 2001/07/31 23:47:57
12131 Subject: [ID 20010116.001] File::Copy truncates orig file
12132 From: arbor@al37al08.telecel.pt
12133 Date: Tue, 16 Jan 2001 11:43:02 GMT
12134 Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
12136 (copy($foo, $foo) would truncate $foo)
12138 ! lib/File/Copy.pm lib/File/Copy.t
12139 ____________________________________________________________________________
12140 [ 11525] By: jhi on 2001/07/31 23:01:01
12141 Log: Metaconfig unit change for #11524.
12142 Branch: metaconfig/U/perl
12144 ____________________________________________________________________________
12145 [ 11524] By: jhi on 2001/07/31 23:00:36
12146 Log: Multiple modules didn't work; plus typo fixes.
12149 ____________________________________________________________________________
12150 [ 11523] By: jhi on 2001/07/31 15:29:58
12151 Log: Update Changes.
12153 ! Changes patchlevel.h
12154 ____________________________________________________________________________
12155 [ 11522] By: jhi on 2001/07/31 15:25:35
12156 Log: Regen perlapi.
12159 ____________________________________________________________________________
12160 [ 11521] By: jhi on 2001/07/31 15:19:01
12161 Log: Subject: Re: [PATCH sv.c] mortal doc thinko
12162 From: Dave Mitchell <davem@fdgroup.co.uk>
12163 Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
12164 Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
12167 ____________________________________________________________________________
12168 [ 11520] By: jhi on 2001/07/31 15:17:43
12172 ____________________________________________________________________________
12173 [ 11519] By: jhi on 2001/07/31 15:17:17
12174 Log: Regen Porting stuff.
12176 ! Porting/Glossary Porting/config.sh Porting/config_H
12177 ____________________________________________________________________________
12178 [ 11518] By: jhi on 2001/07/31 14:16:08
12179 Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
12180 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12181 Date: Tue, 31 Jul 2001 05:34:38 -0400
12182 Message-ID: <20010731053438.A1754@math.ohio-state.edu>
12185 ____________________________________________________________________________
12186 [ 11517] By: jhi on 2001/07/31 14:15:01
12187 Log: Metaconfig unit change for #11516.
12188 Branch: metaconfig/U/perl
12190 ____________________________________________________________________________
12191 [ 11516] By: jhi on 2001/07/31 14:14:35
12192 Log: Add -Wall in cflags, not in Configure.
12193 (This way -Wall affects only the core and the core XS,
12194 not user modules' XS. Concern from Paul Marquess,
12195 implementation idea from Andy Dougherty.)
12197 ! Configure cflags.SH
12198 ____________________________________________________________________________
12199 [ 11515] By: jhi on 2001/07/31 13:57:15
12200 Log: Metaconfig unit changes for #11514.
12202 + U/modified/sysman.U
12203 ! U/installdirs/man1dir.U
12204 ____________________________________________________________________________
12205 [ 11514] By: jhi on 2001/07/31 13:56:26
12206 Log: Subject: Configure's detection of system manual
12207 From: Sean Dague <sean@dague.net>
12208 Date: Sun, 13 May 2001 15:53:15 -0400
12209 Message-ID: <20010513155315.A15833@underhill.dague.net>
12212 ____________________________________________________________________________
12213 [ 11513] By: jhi on 2001/07/31 03:23:01
12214 Log: Subject: [ID 20010621.004] Typo in perlobj.pod
12215 From: Autrijus Tang <autrijus@autrijus.org>
12216 Date: Thu, 21 Jun 2001 23:56:48 +0800
12217 Message-Id: <20010621235648.A57340@not.autrijus.org>
12220 ____________________________________________________________________________
12221 [ 11512] By: jhi on 2001/07/31 03:13:35
12222 Log: Subject: Typo in DB_File.pm
12223 From: "Philip Newton" <Philip.Newton@gmx.net>
12224 Date: Tue, 31 Jul 2001 06:19:35 +0200
12225 Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
12227 ! ext/DB_File/DB_File.pm
12228 ____________________________________________________________________________
12229 [ 11511] By: jhi on 2001/07/31 03:01:49
12230 Log: Subject: Re: [ID 20010529.002] typos in man page perlre
12231 From: "Stephen P. Potter" <spp@spotter.yi.org>
12232 Date: Wed, 30 May 2001 13:59:34 -0400
12233 Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
12236 ____________________________________________________________________________
12237 [ 11510] By: jhi on 2001/07/31 02:13:58
12238 Log: eval "format foo=" would loop indefinitely; reported in
12240 Subject: A load of old rubbish
12241 From: Mike Guy <mjtg@cam.ac.uk>
12242 Date: Mon, 14 May 2001 16:12:22 +0100
12243 Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
12245 (The core dumps reported in there already fixed.)
12248 ____________________________________________________________________________
12249 [ 11509] By: jhi on 2001/07/31 00:37:49
12250 Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
12252 + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
12253 + lib/Switch/t/switch_case.t
12254 - lib/Switch/test.pl
12255 ! MANIFEST lib/Switch.pm
12256 ____________________________________________________________________________
12257 [ 11508] By: jhi on 2001/07/31 00:17:38
12258 Log: Subject: [PATCH @11505] DB_File-1.78
12259 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12260 Date: Mon, 30 Jul 2001 22:54:37 +0100
12261 Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
12263 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12264 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
12265 ____________________________________________________________________________
12266 [ 11507] By: jhi on 2001/07/30 23:11:10
12267 Log: Explain in more detail why -pipe and -fno-common are good.
12270 ____________________________________________________________________________
12271 [ 11506] By: nick on 2001/07/30 14:32:23
12272 Log: Integrate mainline
12274 !> INSTALL Makefile.SH doio.c hints/darwin.sh
12275 ____________________________________________________________________________
12276 [ 11505] By: jhi on 2001/07/30 14:14:39
12277 Log: Perl hasn't been putting man pages into $prefix/lib for
12278 a long time now; pointed out by Andy Dougherty.
12281 ____________________________________________________________________________
12282 [ 11504] By: jhi on 2001/07/30 14:13:15
12283 Log: Document the extras Configure option.
12286 ____________________________________________________________________________
12287 [ 11503] By: jhi on 2001/07/30 13:52:14
12288 Log: Integrate change #11051 from macperl; O_RDONLY is not zero
12292 ____________________________________________________________________________
12293 [ 11502] By: jhi on 2001/07/30 13:45:27
12294 Log: Doubly guard against invoking CPAN if no extras defined,
12295 pointed out by H. Merijn Brand.
12298 ____________________________________________________________________________
12299 [ 11501] By: pudge on 2001/07/30 12:57:56
12300 Log: Fix O_RDONLY check to check for O_RDONLY.
12301 Branch: maint-5.6/macperl
12303 ____________________________________________________________________________
12304 [ 11500] By: pudge on 2001/07/30 12:41:11
12305 Log: Integrate miscellaneous changes from maint-5.6/perl.
12306 Branch: maint-5.6/macperl
12307 !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
12308 ____________________________________________________________________________
12309 [ 11499] By: nick on 2001/07/30 06:52:42
12310 Log: Integrate mainline
12312 +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
12313 +> win32/sync_ext.pl
12314 - win32/sncfnmcs.pl
12315 !> (integrate 71 files)
12316 ____________________________________________________________________________
12317 [ 11498] By: jhi on 2001/07/30 03:53:34
12318 Log: Update Changes.
12320 ! Changes patchlevel.h
12321 ____________________________________________________________________________
12322 [ 11497] By: jhi on 2001/07/30 03:45:32
12323 Log: Now Configure -Dextras=Foo::Bar and "make install" will
12324 fetch and install Foo::Bar.
12327 ____________________________________________________________________________
12328 [ 11496] By: jhi on 2001/07/30 03:18:28
12329 Log: Metaconfig unit change for #11495.
12330 Branch: metaconfig/U/perl
12332 ____________________________________________________________________________
12333 [ 11495] By: jhi on 2001/07/30 03:18:01
12334 Log: extras.make, extras.test, and extras.install make targets.
12336 ! Configure Makefile.SH
12337 ____________________________________________________________________________
12338 [ 11494] By: jhi on 2001/07/30 01:37:35
12339 Log: Metaconfig unit change for #11493.
12340 Branch: metaconfig/U/perl
12342 ____________________________________________________________________________
12343 [ 11493] By: jhi on 2001/07/30 01:37:14
12344 Log: Better to have the list of extras in $extras than 'define'.
12347 ____________________________________________________________________________
12348 [ 11492] By: jhi on 2001/07/30 01:33:16
12349 Log: The metaconfig unit change for #11490.
12350 Branch: metaconfig/U/perl
12352 ____________________________________________________________________________
12353 [ 11491] By: jhi on 2001/07/30 01:32:54
12354 Log: Missed from #11490 (the required dependency).
12357 ____________________________________________________________________________
12358 [ 11490] By: jhi on 2001/07/30 01:32:02
12359 Log: Add the support of asking for extra modules or bundles of modules
12360 to be fetched from the CPAN and installed as a part of the Perl
12361 build process. None of this installation is yet really done;
12362 only the list is asked, and saved away in extras.lst for
12363 the build and installation process to worry about later.
12366 ____________________________________________________________________________
12367 [ 11489] By: jhi on 2001/07/29 22:15:25
12368 Log: Beginnings of better Inf and NaN support.
12369 At least toke.c and sv.c still need quite a bit of work.
12372 ____________________________________________________________________________
12373 [ 11488] By: jhi on 2001/07/29 21:18:57
12374 Log: Top-level Makefile didn't honour OPTIMIZE.
12377 ____________________________________________________________________________
12378 [ 11487] By: jhi on 2001/07/29 20:56:04
12379 Log: Update Changes.
12381 ! Changes patchlevel.h
12382 ____________________________________________________________________________
12383 [ 11486] By: jhi on 2001/07/29 20:38:09
12384 Log: Use Search::Dict 1.02 interface for charinfo().
12387 ____________________________________________________________________________
12388 [ 11485] By: jhi on 2001/07/29 20:37:11
12389 Log: Now also allow transforming the read lines before comparing them.
12390 (This will help UnicodeCD.)
12392 ! lib/Search/Dict.pm
12393 ____________________________________________________________________________
12394 [ 11484] By: jhi on 2001/07/29 20:03:13
12395 Log: Remove tiehandle code.
12398 ____________________________________________________________________________
12399 [ 11483] By: jhi on 2001/07/29 19:59:02
12400 Log: Allow specifying a comparison function for Search::Dict::look().
12402 ! lib/Search/Dict.pm
12403 ____________________________________________________________________________
12404 [ 11482] By: jhi on 2001/07/29 18:55:04
12405 Log: Small UnicodeCD tweaks.
12407 ! lib/UnicodeCD.pm lib/UnicodeCD.t
12408 ____________________________________________________________________________
12409 [ 11481] By: jhi on 2001/07/29 17:14:19
12410 Log: Subject: [PATCH @11446] UnicodeCD::charinfo
12411 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12412 Date: Tue, 24 Jul 2001 01:51:32 +0900
12413 Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
12415 ! lib/UnicodeCD.pm lib/UnicodeCD.t
12416 ____________________________________________________________________________
12417 [ 11480] By: jhi on 2001/07/29 16:55:58
12418 Log: Subject: [PATCH] installperl
12419 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
12420 Date: Fri, 27 Jul 2001 19:05:04 -0700
12421 Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
12424 ____________________________________________________________________________
12425 [ 11479] By: jhi on 2001/07/29 16:52:52
12426 Log: Subject: [PATCH] Set proper compatibility versions in core
12427 From: Wilfredo Sánchez <wsanchez@MIT.EDU>
12428 Date: Fri, 27 Jul 2001 20:01:49 -0700
12429 Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
12432 ____________________________________________________________________________
12433 [ 11478] By: jhi on 2001/07/29 16:50:55
12434 Log: Metaconfig unit change for #11477.
12435 Branch: metaconfig/U/perl
12437 ____________________________________________________________________________
12438 [ 11477] By: jhi on 2001/07/29 16:50:35
12439 Log: Subject: [PATCH] Darwin: -fpic not so good
12440 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
12441 Date: Fri, 27 Jul 2001 18:57:38 -0700
12442 Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
12445 ____________________________________________________________________________
12446 [ 11476] By: jhi on 2001/07/29 16:44:03
12447 Log: Subject: [PATCH] Clean up Darwin hints
12448 From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
12449 Date: Fri, 27 Jul 2001 19:13:15 -0700
12450 Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
12453 ____________________________________________________________________________
12454 [ 11475] By: jhi on 2001/07/29 16:28:45
12455 Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
12456 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12457 Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
12458 Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
12460 ! pod/perlfunc.pod pp.c t/op/split.t
12461 ____________________________________________________________________________
12462 [ 11474] By: jhi on 2001/07/29 16:27:54
12463 Log: Subject: [PATCH perlvar.pod] $^N foolery as well
12464 From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
12465 Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
12466 Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
12469 ____________________________________________________________________________
12470 [ 11473] By: jhi on 2001/07/29 16:27:00
12471 Log: Subject: [PATCH] fixes to constant.pm documentation
12472 From: Ilmari Karonen <iltzu@sci.fi>
12473 Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
12474 Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
12477 ____________________________________________________________________________
12478 [ 11472] By: jhi on 2001/07/28 18:39:03
12479 Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
12480 From: "Philip Newton" <Philip.Newton@gmx.net>
12481 Date: Fri, 27 Jul 2001 07:51:10 +0200
12482 Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
12485 ____________________________________________________________________________
12486 [ 11471] By: nick on 2001/07/26 06:23:32
12487 Log: Subject: [PATCH] Doc fix for perlguts / threading
12488 From: Arthur Bergman <arthur@contiller.se>
12489 Date: Wed, 25 Jul 2001 11:28:23 +0200
12490 Message-Id: <B7845DD6.2812%arthur@contiller.se>
12493 ____________________________________________________________________________
12494 [ 11470] By: nick on 2001/07/26 06:21:06
12495 Log: Subject: [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
12496 From: Philip Newton <Philip.Newton@gmx.net>
12497 Date: Wed, 25 Jul 2001 08:19:47 +0200
12498 Message-Id: <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
12501 ____________________________________________________________________________
12502 [ 11469] By: nick on 2001/07/26 06:20:25
12503 Log: Subject: [DOC PATCH bleadperl] typo in INSTALL?
12504 From: Philip Newton <Philip.Newton@gmx.net>
12505 Date: Wed, 25 Jul 2001 08:12:48 +0200
12506 Message-Id: <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
12509 ____________________________________________________________________________
12510 [ 11468] By: jhi on 2001/07/25 01:39:11
12514 ____________________________________________________________________________
12515 [ 11467] By: jhi on 2001/07/24 16:05:34
12516 Log: Update Changes.
12518 ! Changes patchlevel.h
12519 ____________________________________________________________________________
12520 [ 11466] By: jhi on 2001/07/24 15:40:28
12521 Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
12522 From: "Philip Newton" <Philip.Newton@gmx.net>
12523 Date: Tue, 24 Jul 2001 06:45:55 +0200
12524 Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
12527 ____________________________________________________________________________
12528 [ 11465] By: jhi on 2001/07/24 15:37:48
12529 Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
12530 From: Peter Prymmer <pvhp@forte.com>
12531 Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
12532 Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
12534 ! pod/perlport.pod t/io/fs.t vms/test.com
12535 ____________________________________________________________________________
12536 [ 11464] By: jhi on 2001/07/24 02:58:20
12537 Log: Workaround on Cwd bootstrap problem.
12539 ! lib/ExtUtils/MakeMaker.pm
12540 ____________________________________________________________________________
12541 [ 11463] By: jhi on 2001/07/23 23:11:41
12542 Log: When in Rome, quote like the Romans do.
12545 ____________________________________________________________________________
12546 [ 11462] By: jhi on 2001/07/23 23:04:02
12547 Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
12548 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12549 Date: Mon, 23 Jul 2001 19:29:49 -0400
12550 Message-ID: <20010723192949.A14802@math.ohio-state.edu>
12553 ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
12554 ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
12556 ____________________________________________________________________________
12557 [ 11461] By: jhi on 2001/07/23 22:58:15
12558 Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
12559 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12560 Date: Mon, 23 Jul 2001 18:43:42 -0400
12561 Message-ID: <20010723184342.A14494@math.ohio-state.edu>
12563 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12564 ____________________________________________________________________________
12565 [ 11460] By: jhi on 2001/07/23 22:54:52
12566 Log: Subject: [PATCH 5.7.2] MakeMaker subdir
12567 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12568 Date: Mon, 23 Jul 2001 18:33:16 -0400
12569 Message-ID: <20010723183316.A14298@math.ohio-state.edu>
12571 ! lib/ExtUtils/MakeMaker.pm
12572 ____________________________________________________________________________
12573 [ 11459] By: jhi on 2001/07/23 22:52:02
12574 Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
12575 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12576 Date: Mon, 23 Jul 2001 18:20:35 -0400
12577 Message-ID: <20010723182035.A14192@math.ohio-state.edu>
12579 ! Makefile.SH cflags.SH
12580 ____________________________________________________________________________
12581 [ 11458] By: jhi on 2001/07/23 22:41:19
12582 Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
12583 From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
12584 Date: Mon, 23 Jul 2001 11:32:17 -0500
12585 Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
12587 ! lib/ExtUtils/MakeMaker.pm
12588 ____________________________________________________________________________
12589 [ 11457] By: jhi on 2001/07/23 21:22:36
12590 Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
12591 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12592 Date: Mon, 23 Jul 2001 18:13:20 -0400
12593 Message-ID: <20010723181320.A14005@math.ohio-state.edu>
12596 ____________________________________________________________________________
12597 [ 11456] By: jhi on 2001/07/23 21:19:28
12598 Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
12599 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12600 Date: Mon, 23 Jul 2001 18:07:40 -0400
12601 Message-ID: <20010723180740.A13960@math.ohio-state.edu>
12604 ____________________________________________________________________________
12605 [ 11455] By: jhi on 2001/07/23 21:13:12
12606 Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
12607 From: "Craig A. Berry" <craigberry@mac.com>
12608 Date: Mon, 23 Jul 2001 15:35:06 -0500
12609 Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
12612 ____________________________________________________________________________
12613 [ 11454] By: jhi on 2001/07/23 21:09:13
12614 Log: Subject: [PATCH perlfaq9.pod typo]
12615 From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
12616 Date: Mon, 23 Jul 2001 07:49:05 -0700
12617 Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
12620 ____________________________________________________________________________
12621 [ 11453] By: jhi on 2001/07/23 21:06:42
12622 Log: Subject: win32\sncfnmcs.pl corrections
12623 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
12624 Date: Mon, 23 Jul 2001 12:56:54 +0200
12625 Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
12627 Rename the script a little bit more sensibly.
12629 + win32/sync_ext.pl
12630 - win32/sncfnmcs.pl
12631 ! MANIFEST README.win32
12632 ____________________________________________________________________________
12633 [ 11452] By: jhi on 2001/07/23 17:22:37
12637 ____________________________________________________________________________
12638 [ 11451] By: jhi on 2001/07/23 17:10:52
12639 Log: Metaconfig unit tweak for #11450.
12640 Branch: metaconfig/U/perl
12642 ____________________________________________________________________________
12643 [ 11450] By: jhi on 2001/07/23 17:09:46
12644 Log: Too volatile failsafe check.
12647 ____________________________________________________________________________
12648 [ 11449] By: jhi on 2001/07/23 16:53:59
12649 Log: Further doc tweaks.
12652 ____________________________________________________________________________
12653 [ 11448] By: jhi on 2001/07/23 05:26:50
12657 ____________________________________________________________________________
12658 [ 11447] By: jhi on 2001/07/23 04:57:49
12659 Log: Doc tweakery from Abhijit.
12661 ! Porting/repository.pod
12662 ____________________________________________________________________________
12663 [ 11446] By: jhi on 2001/07/22 15:41:02
12664 Log: An accidental empty line.
12667 ____________________________________________________________________________
12668 [ 11445] By: jhi on 2001/07/22 15:38:30
12669 Log: Missing MANIFESTations.
12672 ____________________________________________________________________________
12673 [ 11444] By: jhi on 2001/07/22 15:30:10
12674 Log: Update Changes.
12676 ! Changes patchlevel.h
12677 ____________________________________________________________________________
12678 [ 11443] By: jhi on 2001/07/22 15:02:11
12679 Log: Subject: Re: Typo in Porting/pumpkin/pod ?
12680 From: Mike Guy <mjtg@cam.ac.uk>
12681 Date: Fri, 20 Jul 2001 16:12:49 +0100
12682 Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
12684 ! Porting/pumpkin.pod
12685 ____________________________________________________________________________
12686 [ 11442] By: jhi on 2001/07/22 14:58:33
12687 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
12688 From: Peter Prymmer <pvhp@forte.com>
12689 Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
12690 Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
12693 ____________________________________________________________________________
12694 [ 11441] By: jhi on 2001/07/22 14:54:29
12695 Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
12696 From: Michael G Schwern <schwern@pobox.com>
12697 Date: Fri, 20 Jul 2001 20:22:35 -0400
12698 Message-ID: <20010720202235.O4498@blackrider>
12700 ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
12701 ! lib/Test/t/todo.t
12702 ____________________________________________________________________________
12703 [ 11440] By: jhi on 2001/07/22 14:51:14
12704 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
12705 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12706 Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
12707 Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
12709 ! ext/POSIX/POSIX.pod
12710 ____________________________________________________________________________
12711 [ 11439] By: jhi on 2001/07/22 14:49:25
12712 Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
12713 From: Mark-Jason Dominus <mjd@plover.com>
12714 Date: Fri, 20 Jul 2001 23:16:54 -0400
12715 Message-ID: <20010721031654.21877.qmail@plover.com>
12717 ! ext/POSIX/POSIX.pod
12718 ____________________________________________________________________________
12719 [ 11438] By: jhi on 2001/07/22 14:41:58
12720 Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
12721 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12722 Date: Sun, 22 Jul 2001 14:56:09 +0200
12723 Message-ID: <20010722145609.A766@rafael>
12726 ____________________________________________________________________________
12727 [ 11437] By: jhi on 2001/07/22 14:39:07
12728 Log: Subject: regexec.c #define cleanup
12729 From: Mark-Jason Dominus <mjd@plover.com>
12730 Date: Sat, 21 Jul 2001 18:33:25 -0400
12731 Message-ID: <20010721223325.3069.qmail@plover.com>
12734 ____________________________________________________________________________
12735 [ 11436] By: jhi on 2001/07/22 14:36:43
12736 Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
12737 From: Prymmer/Kahn <pvhp@best.com>
12738 Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
12739 Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
12742 ____________________________________________________________________________
12743 [ 11435] By: jhi on 2001/07/22 00:22:51
12744 Log: Typo in #11432.
12746 ! ext/POSIX/POSIX.t
12747 ____________________________________________________________________________
12748 [ 11434] By: jhi on 2001/07/21 23:12:26
12749 Log: Integrate (manually) change #11424 from macperl.
12751 ! ext/Filter/t/call.t
12752 ____________________________________________________________________________
12753 [ 11433] By: jhi on 2001/07/21 23:07:43
12754 Log: Integrate change #11408 from macperl.
12756 !> README.macos pod/perlport.pod
12757 ____________________________________________________________________________
12758 [ 11432] By: jhi on 2001/07/21 23:02:30
12759 Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
12761 +> macos/MacPerlTests.cmd macos/xsubpp.patch
12762 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12763 ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
12764 ! ext/POSIX/POSIX.t
12765 ____________________________________________________________________________
12766 [ 11431] By: gsar on 2001/07/21 05:03:44
12767 Log: pod/*.t tests not picked up by t/TEST either
12768 Branch: maint-5.6/perl
12770 ____________________________________________________________________________
12771 [ 11430] By: gsar on 2001/07/21 04:58:12
12772 Log: better tweak for change#11429 (windows has both / and \ separated
12773 paths in @INC at that point)
12774 Branch: maint-5.6/perl
12775 ! t/pod/testp2pt.pl
12776 ____________________________________________________________________________
12777 [ 11429] By: gsar on 2001/07/21 04:41:15
12778 Log: MacOS pod test tweak needs \Escape
12779 Branch: maint-5.6/perl
12780 ! t/pod/testp2pt.pl
12781 ____________________________________________________________________________
12782 [ 11428] By: gsar on 2001/07/21 04:39:34
12783 Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
12784 resulting duplicate output, but t/harness isn't)
12785 Branch: maint-5.6/perl
12787 ____________________________________________________________________________
12788 [ 11427] By: gsar on 2001/07/21 04:37:26
12789 Log: t/harness wasn't picking up all the tests
12790 Branch: maint-5.6/perl
12792 ____________________________________________________________________________
12793 [ 11426] By: gsar on 2001/07/21 04:09:26
12794 Log: update MANIFEST for new file
12795 Branch: maint-5.6/perl
12797 ____________________________________________________________________________
12798 [ 11425] By: gsar on 2001/07/21 04:07:46
12799 Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
12800 the exception of the macperl/macos/... tree
12801 Branch: maint-5.6/perl
12802 +> t/lib/filefind-taint.t
12803 !> (integrate 72 files)
12804 ____________________________________________________________________________
12805 [ 11424] By: pudge on 2001/07/20 18:55:25
12807 Branch: maint-5.6/macperl
12808 ! macos/bundled_ext/Filter/t/call.t
12809 ____________________________________________________________________________
12810 [ 11423] By: gsar on 2001/07/20 18:38:48
12811 Log: Make perl fork()-safe (in a slightly limited way) even on
12812 platforms that don't have pthread_atfork() (extension of
12813 the fix in change#11151).
12815 Note that this will not help extensions that call fork()
12816 directly in C, or that link to libraries that call fork()
12817 directly. Such cases must be fixed to either call
12818 PerlProc_fork(), or call atfork_lock() in parent before the
12819 calling the function that forks and call atfork_unlock()
12820 in both parent and child immediately after the fork().
12821 (There are no worries if C code calls exec() in the child
12822 immediately after a fork(). Only cases where the child
12823 calls perl's API functions (including New()) after the
12824 fork() are problematic.)
12826 This change also eliminates the use of vfork() from perl,
12827 since all such uses were violating the severe restrictions
12828 on modifying the state of the process between the vfork()
12831 This is a modified version of patches suggested by Abhijit
12832 Menon-Sen and Richard Soderberg.
12834 ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
12835 ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
12836 ____________________________________________________________________________
12837 [ 11422] By: pudge on 2001/07/20 18:16:37
12838 Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
12839 Switch, and Text::Balanced.
12840 Branch: maint-5.6/macperl
12841 + macos/bundled_ext/Filter/Util/Call/Call.pm
12842 + macos/bundled_ext/Filter/Util/Call/Call.xs
12843 + macos/bundled_ext/Filter/Util/Call/Makefile.PL
12844 + macos/bundled_ext/Filter/t/MyFilter.pm
12845 + macos/bundled_ext/Filter/t/call.t
12846 + macos/bundled_ext/Filter/t/filter-util.pl
12847 + macos/bundled_lib/blib/lib/Class/ISA.pm
12848 + macos/bundled_lib/blib/lib/Digest.pm
12849 + macos/bundled_lib/blib/lib/Filter/Simple.pm
12850 + macos/bundled_lib/blib/lib/Switch.pm
12851 + macos/bundled_lib/blib/lib/Text/Balanced.pm
12852 + macos/bundled_lib/blib/lib/Text/Balanced.pod
12853 + macos/bundled_lib/t/Class/ISA/test.pl
12854 + macos/bundled_lib/t/Digest/Digest.t
12855 + macos/bundled_lib/t/Filter/Simple/test.pl
12856 + macos/bundled_lib/t/Switch/test.pl
12857 + macos/bundled_lib/t/Text/Balanced/t/genxt.t
12858 + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
12859 + macos/bundled_lib/t/Text/Balanced/t/xcode.t
12860 + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
12861 + macos/bundled_lib/t/Text/Balanced/t/xmult.t
12862 + macos/bundled_lib/t/Text/Balanced/t/xquot.t
12863 + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
12864 + macos/bundled_lib/t/Text/Balanced/t/xvari.t
12865 ____________________________________________________________________________
12866 [ 11421] By: pudge on 2001/07/20 18:03:28
12867 Log: Add Filter::Util::Call to config/make files; edit utils
12868 to recognize the module (it was descended too far down).
12869 Bump version to 5.6.1a4.
12870 Branch: maint-5.6/macperl
12871 ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
12872 ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
12873 ! macos/macperl/Makefile.mk macos/xsubpp.patch
12874 ____________________________________________________________________________
12875 [ 11420] By: pudge on 2001/07/20 18:02:05
12876 Log: Make DB_File the default for MLDBM on MacOS.
12877 Branch: maint-5.6/macperl
12878 ! macos/bundled_lib/blib/lib/MLDBM.pm
12879 ____________________________________________________________________________
12880 [ 11419] By: nick on 2001/07/20 14:51:03
12881 Log: Subject: [PATCH UnicodeCD.pm] Fix erronous documentation
12882 From: Simon Cozens <simon@netthink.co.uk>
12883 Date: Fri, 20 Jul 2001 11:42:35 -0400
12884 Message-Id: <20010720114235.A5235@netthink.co.uk>
12887 ____________________________________________________________________________
12888 [ 11418] By: nick on 2001/07/20 14:48:12
12889 Log: Subject: [PATCH regcomp.h] adds a comment
12890 From: Abhijit Menon-Sen <ams@wiw.org>
12891 Date: Fri, 20 Jul 2001 21:05:37 +0530
12892 Message-Id: <20010720210537.A7678@lustre.dyn.wiw.org>
12895 ____________________________________________________________________________
12896 [ 11417] By: nick on 2001/07/20 14:16:38
12897 Log: Subject: [PATCH 5.7.2] INSTALL updates
12898 From: Andy Dougherty <doughera@lafayette.edu>
12899 Date: Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
12900 Message-Id: <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
12903 ____________________________________________________________________________
12904 [ 11416] By: nick on 2001/07/20 06:44:44
12905 Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
12906 From: Russ Allbery <rra@stanford.edu>
12907 Date: 19 Jul 2001 15:52:37 -0700
12908 Message-Id: <ylvgko4jm2.fsf@windlord.stanford.edu>
12911 ____________________________________________________________________________
12912 [ 11415] By: nick on 2001/07/20 06:35:11
12913 Log: Subject: [PATCH] defer op_seq allocation
12914 From: Abhijit Menon-Sen <ams@wiw.org>
12915 Date: Thu, 19 Jul 2001 22:12:24 +0530
12916 Message-Id: <20010719221224.A13786@lustre.dyn.wiw.org>
12919 ____________________________________________________________________________
12920 [ 11414] By: nick on 2001/07/20 06:23:36
12921 Log: Subject: [PATCH] prototype for Time::HiRes::sleep()
12922 From: Abhijit Menon-Sen <ams@wiw.org>
12923 Date: Fri, 20 Jul 2001 01:18:50 +0530
12924 Message-Id: <20010720011850.A19650@lustre.dyn.wiw.org>
12927 ! ext/Time/HiRes/HiRes.xs
12928 ____________________________________________________________________________
12929 [ 11413] By: nick on 2001/07/20 06:18:53
12930 Log: Integrate mainline
12932 +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
12933 - t/base/commonsense.t
12934 !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
12935 !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
12936 !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
12937 !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
12938 !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
12940 ____________________________________________________________________________
12941 [ 11412] By: nick on 2001/07/19 06:44:27
12942 Log: Integrate win32/perlhost.h from maintenance branch.
12943 (Rest of $ENV{PATH} / system() fix.)
12945 !> win32/perlhost.h
12946 ____________________________________________________________________________
12947 [ 11411] By: nick on 2001/07/19 06:41:34
12948 Log: Subject: [DOC PATCH bleadperl] its vs it's in perlhack.pod
12949 From: Philip Newton <Philip.Newton@gmx.net>
12950 Date: Wed, 18 Jul 2001 21:43:57 +0200
12951 Message-Id: <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
12954 ____________________________________________________________________________
12955 [ 11410] By: nick on 2001/07/19 06:39:35
12956 Log: Subject: Security hole in taint checking in open()
12957 From: deekoo@tentacle.net
12958 Date: Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
12959 Message-Id: <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
12962 ____________________________________________________________________________
12963 [ 11409] By: nick on 2001/07/19 06:28:08
12964 Log: Subject: [PATCH] Re: Time::HiRes qw(sleep) fails
12965 From: Abhijit Menon-Sen <ams@wiw.org>
12966 Date: Thu, 19 Jul 2001 04:30:43 +0530
12967 Message-Id: <20010719043043.A10327@lustre.dyn.wiw.org>
12969 ! ext/Time/HiRes/HiRes.xs
12970 ____________________________________________________________________________
12971 [ 11408] By: pudge on 2001/07/19 03:27:36
12972 Log: Update docs with latest implementation information and new URLs.
12973 Branch: maint-5.6/macperl
12974 ! README.macos pod/perlport.pod
12975 ____________________________________________________________________________
12976 [ 11407] By: pudge on 2001/07/19 02:35:46
12977 Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
12978 Fix BuildRules to accept optimization variables.
12979 Branch: maint-5.6/macperl
12980 + macos/bundled_ext/Digest/MD5/Makefile.mk
12981 ! macos/BuildRules.mk macos/Makefile.mk
12982 ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
12983 ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
12984 ____________________________________________________________________________
12985 [ 11406] By: pudge on 2001/07/19 01:11:39
12986 Log: Integrate changes 11399,11401
12987 Branch: maint-5.6/macperl
12988 !> win32/perlhost.h win32/win32.c
12989 ____________________________________________________________________________
12990 [ 11405] By: nick on 2001/07/18 06:50:33
12991 Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
12994 !> win32/perlhost.h win32/win32.c
12995 ____________________________________________________________________________
12996 [ 11404] By: nick on 2001/07/18 06:43:59
12997 Log: Subject: Re: Perl 5.7.2 Has Been Released
12998 From: hv@crypt0.demon.co.uk
12999 Date: Wed, 18 Jul 2001 05:58:46 +0100
13000 Message-Id: <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
13002 ! ext/POSIX/POSIX.t
13003 ____________________________________________________________________________
13004 [ 11403] By: nick on 2001/07/18 06:38:57
13005 Log: Subject: Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace)
13006 From: hv@crypt0.demon.co.uk
13007 Date: Wed, 18 Jul 2001 05:21:54 +0100
13008 Message-Id: <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
13010 ! numeric.c t/op/arith.t
13011 ____________________________________________________________________________
13012 [ 11402] By: nick on 2001/07/18 06:19:17
13013 Log: Subject: Doc patch: perlre should mention perlrequick and perlretut
13014 From: mjd@plover.com
13015 Date: 17 Jul 2001 17:59:20 -0000
13016 Message-Id: <20010717175920.8177.qmail@plover.com>
13019 ____________________________________________________________________________
13020 [ 11401] By: gsar on 2001/07/17 21:31:31
13021 Log: thinko in change#11400 (duh)
13022 Branch: maint-5.6/perl
13024 ____________________________________________________________________________
13025 [ 11400] By: gsar on 2001/07/17 19:46:34
13026 Log: change#11399 revealed another unrelated bug; this is just a temporary
13028 Branch: maint-5.6/perl
13030 ____________________________________________________________________________
13031 [ 11399] By: gsar on 2001/07/17 19:11:57
13032 Log: fix bugs in handling of the virtualized environment under windows;
13033 there were bugs in propagating any changes to %ENV down to the real
13034 environment when such changes happened in the toplevel process
13035 (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
13036 problem identification, and for a part of the fix)
13037 Branch: maint-5.6/perl
13038 ! win32/perlhost.h win32/win32.c
13039 ____________________________________________________________________________
13040 [ 11398] By: nick on 2001/07/17 08:26:35
13041 Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
13042 From: Peter Prymmer <pvhp@forte.com>
13043 Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
13044 Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
13046 Move t/base/commonsense.t to t/lib/commonsense.t - base tests
13047 should not depend on existance of Config.pm
13049 +> t/lib/commonsense.t
13050 - t/base/commonsense.t
13051 ! MANIFEST t/README
13052 ____________________________________________________________________________
13053 [ 11397] By: nick on 2001/07/17 08:09:58
13054 Log: Subject: [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
13055 From: Michael G Schwern <schwern@pobox.com>
13056 Date: Mon, 16 Jul 2001 18:20:31 -0400
13057 Message-Id: <20010716182031.A1128@blackrider>
13060 ____________________________________________________________________________
13061 [ 11396] By: nick on 2001/07/17 08:04:11
13062 Log: Subject: [PATCH perlfunc.pod] make printf refer to sprintf
13063 From: Gwyn Judd <b.judd@xtra.co.nz>
13064 Date: Tue, 17 Jul 2001 20:55:58 +1200
13065 Message-Id: <20010717205558.A3107@thislove>
13068 ____________________________________________________________________________
13069 [ 11395] By: nick on 2001/07/17 08:02:22
13070 Log: Subject: [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
13071 From: Peter Prymmer <pvhp@forte.com>
13072 Date: Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
13073 Message-Id: <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
13076 ____________________________________________________________________________
13077 [ 11394] By: nick on 2001/07/17 07:57:06
13078 Log: Subject: Re: [PATCH gv.c] allow ${"1f"} to be non-regex var
13079 From: Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
13080 Date: Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
13081 Message-Id: <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
13084 ____________________________________________________________________________
13085 [ 11392] By: nick on 2001/07/17 07:50:12
13086 Log: Subject: [PATCH] fix PTHREAD_ATFORK croaking too early, too often
13087 From: Coral <coral@moonlight.crystalflame.net>
13088 Date: Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
13089 Message-Id: <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
13091 ! pp_sys.c thread.h
13092 ____________________________________________________________________________
13093 [ 11391] By: nick on 2001/07/17 07:34:28
13094 Log: Subject: Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:
13095 From: Jonathan Stowe <gellyfish@gellyfish.com>
13096 Date: Mon, 16 Jul 2001 18:31:21 +0100 (BST)
13097 Message-Id: <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
13100 ____________________________________________________________________________
13101 [ 11390] By: pudge on 2001/07/16 23:54:44
13102 Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
13103 modules. Also added Mac::BuildTools, Mac::AppleEvents::Simple,
13104 and Mac::Apps::Launch, which don't work, and Time::HiRes and
13105 Time::Piece, which don't yet work.
13106 Branch: maint-5.6/macperl
13108 ____________________________________________________________________________
13109 [ 11389] By: pudge on 2001/07/16 23:13:10
13110 Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
13111 Also add hack to get around missing setenv for PERL5DB.
13112 Branch: maint-5.6/macperl
13113 ! macos/macish.c macos/macish.h
13114 ____________________________________________________________________________
13115 [ 11388] By: pudge on 2001/07/16 23:11:26
13116 Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
13117 Branch: maint-5.6/macperl
13118 ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
13119 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
13120 ____________________________________________________________________________
13121 [ 11387] By: pudge on 2001/07/16 23:05:12
13122 Log: Fix up some configuration and make options, add extra
13124 Branch: maint-5.6/macperl
13125 ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
13126 ! macos/macperl/Makefile.mk
13127 ____________________________________________________________________________
13128 [ 11386] By: pudge on 2001/07/16 21:22:32
13129 Log: From Change 11374 in maintperl.
13130 Branch: maint-5.6/macperl
13132 ____________________________________________________________________________
13133 [ 11385] By: nick on 2001/07/16 14:12:58
13134 Log: Back out change to h2xs till it passes its test.
13137 ____________________________________________________________________________
13138 [ 11384] By: nick on 2001/07/16 14:00:10
13139 Log: Subject: [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
13140 From: Jonathan Stowe <gellyfish@gellyfish.com>
13141 Date: Mon, 16 Jul 2001 08:37:05 +0100 (BST)
13142 Message-Id: <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
13145 ____________________________________________________________________________
13146 [ 11383] By: nick on 2001/07/16 13:53:12
13147 Log: Subject: [PATCH hints/darwin.sh] Don't override user-specified optimize flag
13148 From: Robin Houston <robin@kitsite.com>
13149 Date: Sun, 15 Jul 2001 18:22:31 +0100
13150 Message-Id: <20010715182230.A11174@robin>
13153 ____________________________________________________________________________
13154 [ 11382] By: nick on 2001/07/16 13:52:49
13155 Log: Subject: [PATCH perl@11372] re_dup
13156 From: Radu Greab <radu@netsoft.ro>
13157 Date: Sun, 15 Jul 2001 04:50:06 +0300
13158 Message-Id: <15184.63182.656988.340591@ix.netsoft.ro>
13161 ____________________________________________________________________________
13162 [ 11379] By: nick on 2001/07/16 13:35:39
13163 Log: Subject: [PATCH B::Deparse] formats can't contain formats
13164 From: Robin Houston <robin@kitsite.com>
13165 Date: Sat, 14 Jul 2001 14:28:50 +0100
13166 Message-Id: <20010714142850.A10205@robin>
13168 ! ext/B/B/Deparse.pm
13169 ____________________________________________________________________________
13170 [ 11378] By: nick on 2001/07/16 13:30:36
13171 Log: Subject: [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
13172 From: Sadahiro Tomoyuki <BQW10602@nifty.com>
13173 Date: Sat, 14 Jul 2001 22:17:42 +0900
13174 Message-Id: <20010714221736.6CA3.BQW10602@nifty.com>
13176 + ext/Encode/Encode/euc-jp-0212.enc
13177 ! ext/Encode/Encode/Tcl.pm
13178 ____________________________________________________________________________
13179 [ 11377] By: nick on 2001/07/16 13:17:28
13180 Log: Subject: [PATCH 5.7.2] Remove useless ccflags hints
13181 From: Andy Dougherty <doughera@lafayette.edu>
13182 Date: Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
13183 Message-Id: <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
13185 ! hints/darwin.sh hints/rhapsody.sh
13186 ____________________________________________________________________________
13187 [ 11376] By: nick on 2001/07/16 09:05:00
13188 Log: Integrate mainline
13190 +> ext/Encode/Encode/7bit-greek.enc
13191 +> ext/Encode/Encode/7bit-latin1.enc
13192 +> ext/Encode/Encode/cns11643-1.enc
13193 +> ext/Encode/Encode/cns11643-2.enc
13194 +> ext/Encode/Encode/iso2022-cn.enc
13195 +> ext/Encode/Encode/iso2022-jp1.enc
13196 +> ext/Encode/Encode/iso2022-jp2.enc
13197 !> Changes Configure MANIFEST Makefile.SH
13198 !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
13199 !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
13200 !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
13201 !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
13202 !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
13203 ____________________________________________________________________________
13204 [ 11375] By: gsar on 2001/07/16 02:46:11
13205 Log: integrate change#11374 from maint-5.6
13207 make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
13210 ____________________________________________________________________________
13211 [ 11374] By: gsar on 2001/07/16 02:10:51
13212 Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
13213 Branch: maint-5.6/perl
13215 ____________________________________________________________________________
13216 [ 11373] By: jhi on 2001/07/14 09:27:10
13217 Log: Update Changes.
13219 ! Changes patchlevel.h
13220 ____________________________________________________________________________
13221 [ 11372] By: jhi on 2001/07/14 09:19:18
13222 Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
13223 From: Jonathan Stowe <gellyfish@gellyfish.com>
13224 Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
13225 Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
13228 ____________________________________________________________________________
13229 [ 11371] By: jhi on 2001/07/14 09:18:09
13230 Log: Subject: patch to add DEL to [:cntrl:]
13231 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13232 Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
13233 Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
13235 ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
13236 ____________________________________________________________________________
13237 [ 11370] By: jhi on 2001/07/14 01:33:17
13238 Log: Metaconfig unit change for #11369; plus a dependency nit.
13240 ! U/compline/nblock_io.U
13241 Branch: metaconfig/U/perl
13243 ____________________________________________________________________________
13244 [ 11369] By: jhi on 2001/07/14 01:32:33
13245 Log: #include <stdlib.h> so that exit() is prototyped,
13249 ____________________________________________________________________________
13250 [ 11368] By: jhi on 2001/07/14 01:18:28
13251 Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
13252 From: Peter Prymmer <pvhp@forte.com>
13253 Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
13254 Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
13257 ____________________________________________________________________________
13258 [ 11367] By: jhi on 2001/07/14 01:07:03
13259 Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
13260 From: Peter Prymmer <pvhp@forte.com>
13261 Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
13262 Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
13264 ! ext/Encode/Encode/Tcl.t
13265 ____________________________________________________________________________
13266 [ 11366] By: jhi on 2001/07/13 22:48:47
13267 Log: Add information about gcc 3.0 basic block profiling.
13269 ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
13270 ____________________________________________________________________________
13271 [ 11365] By: jhi on 2001/07/13 21:22:20
13272 Log: Subject: Error in lib/PerlIO/Via.pm ?
13273 From: Mark-Jason Dominus <mjd@plover.com>
13274 Date: Fri, 13 Jul 2001 15:55:41 -0400
13275 Message-ID: <20010713195541.26751.qmail@plover.com>
13277 ! ext/PerlIO/Via/Via.pm
13278 ____________________________________________________________________________
13279 [ 11364] By: jhi on 2001/07/13 21:21:23
13280 Log: Move both usemymalloc and d_bincompat5005 to the Platfom
13281 section from the Compiler section.
13284 ____________________________________________________________________________
13285 [ 11363] By: jhi on 2001/07/13 21:19:34
13286 Log: Handle glibc style of constant definitions using enum
13287 with intervening #defines; from Brendan O'Dea.
13290 ____________________________________________________________________________
13291 [ 11362] By: jhi on 2001/07/13 21:17:40
13292 Log: Add LC_MESSAGES to the locale_h export tag (it already is
13293 in the Makefile.PL and thusly eligible for an XS constant)
13294 (see also maintperl #10543)
13296 ! ext/POSIX/POSIX.pm
13297 ____________________________________________________________________________
13298 [ 11361] By: jhi on 2001/07/13 15:12:37
13299 Log: Subject: Re: [patch] re_dup
13300 From: Abhijit Menon-Sen <ams@wiw.org>
13301 Date: Fri, 13 Jul 2001 21:41:09 +0530
13302 Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
13305 ____________________________________________________________________________
13306 [ 11360] By: jhi on 2001/07/13 15:11:45
13307 Log: Subject: [patch] re_dup
13308 From: Doug MacEachern <dougm@covalent.net>
13309 Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
13310 Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
13313 ____________________________________________________________________________
13314 [ 11359] By: jhi on 2001/07/13 14:30:32
13315 Log: Update Changes.
13317 ! Changes patchlevel.h
13318 ____________________________________________________________________________
13319 [ 11358] By: jhi on 2001/07/13 14:26:36
13320 Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
13321 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13322 Date: Sat, 14 Jul 2001 00:06:30 +0900
13323 Message-Id: <20010713235522.8406.BQW10602@nifty.com>
13325 + ext/Encode/Encode/7bit-greek.enc
13326 + ext/Encode/Encode/7bit-latin1.enc
13327 + ext/Encode/Encode/cns11643-1.enc
13328 + ext/Encode/Encode/cns11643-2.enc
13329 + ext/Encode/Encode/iso2022-cn.enc
13330 + ext/Encode/Encode/iso2022-jp1.enc
13331 + ext/Encode/Encode/iso2022-jp2.enc
13332 ! MANIFEST ext/Encode/Encode/Tcl.pm
13333 ! ext/Encode/Encode/iso2022-kr.enc
13334 ____________________________________________________________________________
13335 [ 11357] By: nick on 2001/07/13 14:24:06
13336 Log: Blind integrate mainline (as of 5.7.2?)
13338 !> AUTHORS Changes Porting/config.sh Porting/config_H
13339 !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
13340 !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
13341 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13342 !> win32/makefile.mk
13343 ____________________________________________________________________________
13344 [ 11355] By: jhi on 2001/07/13 13:13:46
13345 Log: Snip away the devel patchlevel.
13348 ____________________________________________________________________________
13349 [ 11354] By: jhi on 2001/07/13 13:12:01
13350 Log: Bump the version to 5.7.2.
13352 ! Porting/config.sh Porting/config_H patchlevel.h
13353 ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
13354 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13355 ! win32/makefile.mk
13356 ____________________________________________________________________________
13357 [ 11353] By: jhi on 2001/07/13 13:00:00
13358 Log: Update Changes.
13361 ____________________________________________________________________________
13362 [ 11352] By: jhi on 2001/07/13 12:54:49
13366 ____________________________________________________________________________
13367 [ 11351] By: jhi on 2001/07/13 12:52:47
13368 Log: AUTHORS update.
13371 ____________________________________________________________________________
13372 [ 11350] By: jhi on 2001/07/13 12:24:36
13373 Log: Ignore PL_regex_pad and PL_regex_padav from symbols
13377 ____________________________________________________________________________
13378 [ 11349] By: jhi on 2001/07/13 11:54:10
13379 Log: Integrate perlio.
13381 !> win32/distclean.bat
13382 ____________________________________________________________________________
13383 [ 11348] By: jhi on 2001/07/13 11:49:50
13384 Log: Test the encoding transform only iff we have PerlIO,
13385 noticed by H. Merijn Brand.
13387 ! ext/PerlIO/t/encoding.t
13388 ____________________________________________________________________________
13389 [ 11347] By: jhi on 2001/07/13 11:40:13
13390 Log: README.netware tweaks from Ananth Kesari.
13393 ____________________________________________________________________________
13394 [ 11346] By: nick on 2001/07/13 09:18:51
13395 Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so
13396 to avoid /unicode vs /Unicode issues.
13398 ! win32/distclean.bat
13399 ____________________________________________________________________________
13400 [ 11345] By: nick on 2001/07/13 06:24:18
13401 Log: Integrate mainline
13403 +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
13404 - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
13405 !> (integrate 63 files)
13406 ____________________________________________________________________________
13407 [ 11344] By: jhi on 2001/07/13 04:50:22
13408 Log: Add d_bincompat5005 information to perl -V.
13411 ____________________________________________________________________________
13412 [ 11343] By: jhi on 2001/07/13 03:42:05
13413 Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
13414 From: Abhijit Menon-Sen <ams@wiw.org>
13415 Date: Fri, 13 Jul 2001 07:12:36 +0530
13416 Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
13419 ____________________________________________________________________________
13420 [ 11342] By: jhi on 2001/07/13 03:36:22
13421 Log: Remove unicode::distinct, as per Inaba Hiroto.
13423 - lib/unicode/distinct.pm
13424 ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
13425 ! t/lib/1_compile.t
13426 ____________________________________________________________________________
13427 [ 11341] By: jhi on 2001/07/13 00:05:53
13428 Log: Paging for Dr Octothorpe.
13431 ____________________________________________________________________________
13432 [ 11340] By: jhi on 2001/07/12 23:53:44
13433 Log: cut-n-paste error noticed by mjd.
13436 ____________________________________________________________________________
13437 [ 11339] By: jhi on 2001/07/12 23:39:42
13438 Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
13439 From: Peter Prymmer <pvhp@forte.com>
13440 Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
13441 Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
13444 ____________________________________________________________________________
13445 [ 11338] By: jhi on 2001/07/12 23:38:49
13446 Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
13447 From: Randall Gellens <randy@qualcomm.com>
13448 Date: Thu, 12 Jul 2001 16:56:23 -0700
13449 Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
13451 ! Porting/repository.pod
13452 ____________________________________________________________________________
13453 [ 11337] By: jhi on 2001/07/12 23:35:06
13454 Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
13457 ____________________________________________________________________________
13458 [ 11336] By: jhi on 2001/07/12 23:23:39
13459 Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK
13460 From: coral <coral@moonlight.crystalflame.net>
13461 Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
13462 Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
13465 ____________________________________________________________________________
13466 [ 11335] By: jhi on 2001/07/12 23:23:14
13467 Log: Metaconfig unit change for #11134.
13469 + U/threads/d_pthread_atfork.U
13470 ____________________________________________________________________________
13471 [ 11334] By: jhi on 2001/07/12 23:22:42
13472 Log: Add HAS_PTHREAD_ATFORK.
13474 ! Configure NetWare/config.wc NetWare/config_H.wc
13475 ! Porting/Glossary Porting/config.sh Porting/config_H
13476 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
13477 ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
13478 ! vos/config.ga.def vos/config.ga.h win32/config.bc
13479 ! win32/config.gc win32/config.vc win32/config_H.bc
13480 ! win32/config_H.gc win32/config_H.vc
13481 ____________________________________________________________________________
13482 [ 11333] By: jhi on 2001/07/12 22:58:35
13483 Log: Subject: [PATCH] File::Copy fails on tied handles
13484 From: "Wilson, Doug" <Doug_Wilson@intuit.com>
13485 Date: Thu, 12 Jul 2001 15:18:51 -0700
13486 Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
13489 ____________________________________________________________________________
13490 [ 11332] By: jhi on 2001/07/12 22:57:04
13491 Log: Subject: [PATCH] Langinfo.t
13492 From: Nicholas Clark <nick@ccl4.org>
13493 Date: Thu, 12 Jul 2001 23:55:38 +0100
13494 Message-ID: <20010712235538.M5827@plum.flirble.org>
13496 ! ext/I18N/Langinfo/Langinfo.t
13497 ____________________________________________________________________________
13498 [ 11331] By: jhi on 2001/07/12 22:56:09
13499 Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
13500 From: Peter Prymmer <pvhp@forte.com>
13501 Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
13502 Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
13504 ! pod/perl572delta.pod
13505 ____________________________________________________________________________
13506 [ 11330] By: jhi on 2001/07/12 22:55:23
13507 Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
13508 From: Abhijit Menon-Sen <ams@wiw.org>
13509 Date: Fri, 13 Jul 2001 05:21:16 +0530
13510 Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
13513 ____________________________________________________________________________
13514 [ 11329] By: jhi on 2001/07/12 22:54:39
13515 Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
13516 From: Abhijit Menon-Sen <ams@wiw.org>
13517 Date: Fri, 13 Jul 2001 03:04:25 +0530
13518 Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
13521 ____________________________________________________________________________
13522 [ 11328] By: gsar on 2001/07/12 19:02:01
13525 ! win32/Makefile win32/makefile.mk
13526 ____________________________________________________________________________
13527 [ 11327] By: jhi on 2001/07/12 18:54:09
13528 Log: Update Changes.
13530 ! Changes patchlevel.h
13531 ____________________________________________________________________________
13532 [ 11326] By: jhi on 2001/07/12 18:17:18
13533 Log: Typo spotted by Philip Newton.
13535 ! pod/perl572delta.pod
13536 ____________________________________________________________________________
13537 [ 11325] By: jhi on 2001/07/12 18:11:42
13538 Log: Subject: [PATCH] fixes perl_clone of perl_clone
13539 From: Artur Bergman <artur@contiller.se>
13540 Date: Thu, 12 Jul 2001 20:57:09 +0200
13541 Message-ID: <B773BFA4.236B%artur@contiller.se>
13544 ____________________________________________________________________________
13545 [ 11324] By: jhi on 2001/07/12 18:09:17
13546 Log: Add README.uts from Hal Morris.
13549 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
13550 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13551 ____________________________________________________________________________
13552 [ 11323] By: jhi on 2001/07/12 17:48:33
13553 Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
13554 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13555 Date: Thu, 12 Jul 2001 20:32:37 +0200
13556 Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
13559 ____________________________________________________________________________
13560 [ 11322] By: jhi on 2001/07/12 17:44:29
13561 Log: Subject: Patch: document reg_data.what member
13562 From: Mark-Jason Dominus <mjd@plover.com>
13563 Message-ID: <20010712182532.14821.qmail@plover.com>
13564 Date: Thu, 12 Jul 2001 14:25:32 -0400
13566 ! regcomp.c regcomp.h
13567 ____________________________________________________________________________
13568 [ 11321] By: jhi on 2001/07/12 17:43:18
13569 Log: Subject: [PATCH] Perl_re_dup()
13570 From: Abhijit Menon-Sen <ams@wiw.org>
13571 Date: Thu, 12 Jul 2001 23:54:32 +0530
13572 Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
13574 ! embed.h embed.pl perlapi.c proto.h sv.c
13575 ____________________________________________________________________________
13576 [ 11320] By: jhi on 2001/07/12 17:18:54
13577 Log: Regen Configure, modlib, toc.
13579 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13580 ! pod/perlmodlib.pod pod/perltoc.pod
13581 ____________________________________________________________________________
13582 [ 11319] By: jhi on 2001/07/12 17:08:15
13583 Log: The problem seems to be in PerlIO::Layer::->find() not
13584 accepting the ":encoding(blurflur)" arguments.
13586 ! lib/PerlIO.pm lib/open.pm
13587 ____________________________________________________________________________
13588 [ 11318] By: jhi on 2001/07/12 16:58:11
13589 Log: AIX doc update.
13591 ! README.aix pod/perl572delta.pod
13592 ____________________________________________________________________________
13593 [ 11317] By: jhi on 2001/07/12 16:39:11
13594 Log: Subject: AIX README update
13595 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13596 Date: Thu, 12 Jul 2001 19:28:30 +0200
13597 Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
13600 ____________________________________________________________________________
13601 [ 11316] By: jhi on 2001/07/12 16:37:15
13602 Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
13603 From: Norton Allen <allen@huarp.harvard.edu>
13604 Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
13605 Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
13607 ! ext/IO/lib/IO/t/io_unix.t
13608 ____________________________________________________________________________
13609 [ 11315] By: jhi on 2001/07/12 16:35:53
13610 Log: Subject: [PATCH README.qnx hints/qnx.sh]
13611 From: Norton Allen <allen@huarp.harvard.edu>
13612 Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
13613 Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
13615 ! README.qnx hints/qnx.sh
13616 ____________________________________________________________________________
13617 [ 11314] By: jhi on 2001/07/12 16:13:15
13618 Log: Subject: [patch] faster PM_GETRE
13619 From: Doug MacEachern <dougm@covalent.net>
13620 Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
13621 Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
13624 ____________________________________________________________________________
13625 [ 11313] By: jhi on 2001/07/12 16:12:23
13626 Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
13627 From: Doug MacEachern <dougm@covalent.net>
13628 Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
13629 Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
13632 ____________________________________________________________________________
13633 [ 11312] By: jhi on 2001/07/12 16:07:22
13634 Log: Tell where the nice Estonian database is.
13637 ____________________________________________________________________________
13638 [ 11311] By: jhi on 2001/07/12 16:05:31
13639 Log: Retract #11309 since #11310 is a better fix.
13641 ! t/lib/1_compile.t
13642 ____________________________________________________________________________
13643 [ 11310] By: gsar on 2001/07/12 15:50:40
13644 Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
13645 change#11300 needs to return the status of failed win32_spawnvp())
13647 fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
13648 splitting correctly; remove unused variables; 'require' at run time
13649 rather than 'use' at compile time for I18N::Langinfo, since it
13652 ! lib/open.pm win32/win32.c
13653 ____________________________________________________________________________
13654 [ 11309] By: jhi on 2001/07/12 15:29:55
13655 Log: Temporary workaround.
13657 ! t/lib/1_compile.t
13658 ____________________________________________________________________________
13659 [ 11308] By: jhi on 2001/07/12 14:44:51
13660 Log: UCD typo in #11306 and add also more known-to-be-tested
13661 modules to the skip list.
13663 ! t/lib/1_compile.t
13664 ____________________________________________________________________________
13665 [ 11307] By: jhi on 2001/07/12 14:38:38
13666 Log: Rename Unicode::UCD to UnicodeCD to avoid
13667 messups with case-insensitive filesystems.
13669 + lib/UnicodeCD.pm lib/UnicodeCD.t
13670 - lib/Unicode/UCD.pm lib/Unicode/UCD.t
13671 ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
13672 ____________________________________________________________________________
13673 [ 11306] By: jhi on 2001/07/12 13:32:05
13674 Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT
13675 From: daniel@biz.bitpusher.com
13676 Date: Wed, 11 Jul 2001 23:25:47 -0700
13677 Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
13679 ! lib/Tie/Array.pm t/op/splice.t
13680 ____________________________________________________________________________
13681 [ 11305] By: jhi on 2001/07/12 13:05:46
13682 Log: Subject: [PATCH] More accurate line numbers in messages
13683 From: Paul Johnson <paul@pjcj.net>
13684 Date: Thu, 12 Jul 2001 04:14:11 +0200
13685 Message-ID: <20010712041411.A3467@pjcj.net>
13687 (With prototyping and multiplicity tweaks.)
13689 ! dump.c embed.h embed.pl t/lib/warnings/util util.c
13690 ____________________________________________________________________________
13691 [ 11304] By: nick on 2001/07/12 12:53:40
13692 Log: Integrate mainline
13694 !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
13695 !> regexec.c thread.h
13696 ____________________________________________________________________________
13697 [ 11303] By: jhi on 2001/07/12 12:46:20
13698 Log: Cut-and-pasto in #11298.
13700 ! ext/ByteLoader/bytecode.h
13701 ____________________________________________________________________________
13702 [ 11302] By: jhi on 2001/07/12 12:42:35
13703 Log: Update the AIX known problems section.
13705 ! pod/perl572delta.pod
13706 ____________________________________________________________________________
13707 [ 11301] By: jhi on 2001/07/12 12:36:46
13708 Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
13709 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13710 Date: Thu, 12 Jul 2001 12:16:16 +0200
13711 Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
13714 ____________________________________________________________________________
13715 [ 11300] By: jhi on 2001/07/12 12:35:44
13716 Log: Integrate perlio.
13718 !> makedef.pl win32/win32.c
13719 ____________________________________________________________________________
13720 [ 11299] By: jhi on 2001/07/12 12:33:57
13721 Log: Subject: [PATCH] fix for PMOP threadness failures
13722 From: Artur Bergman <artur@contiller.se>
13723 Date: Thu, 12 Jul 2001 09:48:06 +0200
13724 Message-ID: <B77322D6.22DD%artur@contiller.se>
13727 ____________________________________________________________________________
13728 [ 11298] By: jhi on 2001/07/12 12:27:47
13729 Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
13730 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
13731 Date: Thu, 12 Jul 2001 09:09:48 +0200
13732 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U>
13734 More parentheses to keep bcc happy.
13736 ! ext/ByteLoader/bytecode.h
13737 ____________________________________________________________________________
13738 [ 11297] By: jhi on 2001/07/12 12:24:50
13739 Log: Subject: Re: [patch] pthread_atfork bandaid
13740 From: Doug MacEachern <dougm@covalent.net>
13741 Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
13742 Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
13745 ____________________________________________________________________________
13746 [ 11296] By: nick on 2001/07/12 11:55:48
13747 Log: Exclude reentrant_buffer from .def file
13750 ____________________________________________________________________________
13751 [ 11295] By: nick on 2001/07/12 11:11:44
13752 Log: Honour void-ness of my_exit()
13755 ____________________________________________________________________________
13756 [ 11294] By: nick on 2001/07/12 07:51:04
13757 Log: Integrate mainline
13759 +> uts/sprintf_wrap.c
13760 !> (integrate 35 files)
13761 ____________________________________________________________________________
13762 [ 11293] By: jhi on 2001/07/12 04:58:08
13763 Log: Retract #11289.
13765 ! embed.h embed.pl perl.c proto.h thread.h
13766 ____________________________________________________________________________
13767 [ 11292] By: jhi on 2001/07/12 04:47:43
13768 Log: Now the :locale pseudolayer *almost* works...
13771 ____________________________________________________________________________
13772 [ 11291] By: jhi on 2001/07/12 04:36:47
13773 Log: Locale encoding tweaks.
13776 ____________________________________________________________________________
13777 [ 11290] By: jhi on 2001/07/12 04:25:53
13778 Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
13779 From: Mark-Jason Dominus <mjd@plover.com>
13780 Date: Thu, 12 Jul 2001 00:59:31 -0400
13781 Message-ID: <20010712045931.8543.qmail@plover.com>
13783 Remove the chmod/umask leading zero warning.
13785 ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
13786 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13787 ____________________________________________________________________________
13788 [ 11289] By: jhi on 2001/07/12 04:16:41
13789 Log: (Retracted by #11289.)
13791 ! embed.h embed.pl perl.c proto.h thread.h
13792 ____________________________________________________________________________
13793 [ 11288] By: jhi on 2001/07/12 03:45:11
13794 Log: Needed by #11283.
13797 ____________________________________________________________________________
13798 [ 11287] By: jhi on 2001/07/12 03:40:04
13799 Log: Metaconfig unit change for #11286.
13800 Branch: metaconfig/U/perl
13802 ____________________________________________________________________________
13803 [ 11286] By: jhi on 2001/07/12 03:39:18
13804 Log: Subject: Re: [PATCH Configure] perl -V broken
13805 From: Andy Dougherty <doughera@lafayette.edu>
13806 Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
13807 Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
13809 ! Configure myconfig.SH
13810 ____________________________________________________________________________
13811 [ 11285] By: jhi on 2001/07/12 03:27:28
13812 Log: Retract #11166 (and #11237).
13814 ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
13815 ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
13816 ! t/lib/warnings/toke toke.c warnings.h warnings.pl
13817 ____________________________________________________________________________
13818 [ 11284] By: jhi on 2001/07/12 02:36:42
13819 Log: UTS tweaks for Hal Morris.
13821 + uts/sprintf_wrap.c
13822 ! MANIFEST hints/uts.sh perl.h
13823 ____________________________________________________________________________
13824 [ 11283] By: jhi on 2001/07/12 00:52:36
13825 Log: Subject: [PATCH] Use reentrant API glibc
13826 From: Artur Bergman <artur@contiller.se>
13827 Date: Thu, 12 Jul 2001 00:58:21 +0200
13828 Message-ID: <B772A6AD.2288%artur@contiller.se>
13830 ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
13832 ____________________________________________________________________________
13833 [ 11282] By: jhi on 2001/07/12 00:35:27
13834 Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
13835 From: barries <barries@slaysys.com>
13836 Date: Wed, 11 Jul 2001 15:11:46 -0400
13837 Message-ID: <20010711151146.G24560@jester.slaysys.com>
13839 ! pp_sys.c t/lib/warnings/doio win32/win32.c
13840 ____________________________________________________________________________
13841 [ 11281] By: jhi on 2001/07/12 00:32:17
13842 Log: Subject: [patch] pthread_atfork bandaid
13843 From: Doug MacEachern <dougm@covalent.net>
13844 Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
13845 Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
13847 ! miniperlmain.c perl.c
13848 ____________________________________________________________________________
13849 [ 11280] By: jhi on 2001/07/12 00:31:34
13850 Log: Subject: [patch] perl_clone leaks
13851 From: Doug MacEachern <dougm@covalent.net>
13852 Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
13853 Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
13856 ____________________________________________________________________________
13857 [ 11279] By: nick on 2001/07/11 15:49:38
13858 Log: Integrate mainline
13860 +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
13861 +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
13862 +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
13863 +> lib/Term/ANSIColor/README
13864 !> (integrate 54 files)
13865 ____________________________________________________________________________
13866 [ 11278] By: jhi on 2001/07/11 13:52:20
13867 Log: Update Changes.
13869 ! Changes patchlevel.h
13870 ____________________________________________________________________________
13871 [ 11277] By: jhi on 2001/07/11 13:31:43
13872 Log: Subject: blead kit timestamps && the problem with running perl embed.pl
13873 From: Peter Prymmer <pvhp@forte.com>
13874 Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
13875 Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
13877 Backport of embed.pl to 5.003.
13880 ____________________________________________________________________________
13881 [ 11276] By: jhi on 2001/07/11 13:18:07
13882 Log: Subject: Re: POSIX test #14 on UTS
13883 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13884 Date: Wed, 11 Jul 2001 03:02:14 +0100
13885 Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
13887 ! ext/POSIX/POSIX.t
13888 ____________________________________________________________________________
13889 [ 11275] By: jhi on 2001/07/11 13:15:49
13890 Log: Make the I32 an IV to preserve structure alignment and size.
13893 ____________________________________________________________________________
13894 [ 11274] By: jhi on 2001/07/11 13:13:27
13895 Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
13896 From: "Artur Bergman" <artur@contiller.se>
13897 Date: Wed, 11 Jul 2001 14:23:37 +0200
13898 Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
13900 Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
13902 ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
13903 ! pod/perlapi.pod sv.c
13904 ____________________________________________________________________________
13905 [ 11273] By: jhi on 2001/07/11 03:53:28
13906 Log: Tweak until Pod::Parser gets updated.
13908 ! t/pod/special_seqs.xr
13909 ____________________________________________________________________________
13910 [ 11272] By: jhi on 2001/07/11 00:46:05
13911 Log: File::Spec usage tweak.
13914 ____________________________________________________________________________
13915 [ 11271] By: jhi on 2001/07/11 00:37:19
13916 Log: Integrate #11263 from macperl; macos and macosx updates.
13918 !> pod/perlport.pod
13919 ____________________________________________________________________________
13920 [ 11270] By: jhi on 2001/07/11 00:33:27
13921 Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
13922 From: Peter Prymmer <pvhp@forte.com>
13923 Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
13924 Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
13926 + ext/Time/HiRes/hints/dynixptx.pl
13927 ! MANIFEST hints/dynixptx.sh
13928 ____________________________________________________________________________
13929 [ 11269] By: jhi on 2001/07/11 00:32:16
13930 Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
13931 From: Nicholas Clark <nick@ccl4.org>
13932 Date: Tue, 10 Jul 2001 23:17:43 +0100
13933 Message-ID: <20010710231742.B59620@plum.flirble.org>
13935 ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
13936 ____________________________________________________________________________
13937 [ 11268] By: jhi on 2001/07/11 00:30:56
13938 Log: Subject: [DOC PATCH] Pluggable runops
13939 From: Paul Johnson <paul@pjcj.net>
13940 Date: Tue, 10 Jul 2001 21:53:28 +0200
13941 Message-ID: <20010710215328.B26577@pjcj.net>
13944 ____________________________________________________________________________
13945 [ 11267] By: jhi on 2001/07/11 00:29:59
13946 Log: Subject: [PATCH] Authors
13947 From: Artur Bergman <artur@contiller.se>
13948 Date: Tue, 10 Jul 2001 20:39:12 +0200
13949 Message-ID: <B771186F.21CD%artur@contiller.se>
13952 ____________________________________________________________________________
13953 [ 11266] By: jhi on 2001/07/11 00:29:13
13954 Log: Subject: Re: [PATCH] Small fix to pp_gmtime
13955 From: Doug MacEachern <dougm@covalent.net>
13956 Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
13957 Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
13960 ____________________________________________________________________________
13961 [ 11265] By: jhi on 2001/07/11 00:28:15
13962 Log: Subject: doc patch; times() in scalar context
13963 From: mjd@plover.com
13964 Date: 10 Jul 2001 18:01:17 -0000
13965 Message-ID: <20010710180117.12477.qmail@plover.com>
13968 ____________________________________________________________________________
13969 [ 11264] By: jhi on 2001/07/11 00:27:17
13970 Log: Subject: [PATCH] Small fix to pp_gmtime
13971 From: Artur Bergman <artur@contiller.se>
13972 Date: Tue, 10 Jul 2001 19:54:52 +0200
13973 Message-ID: <B7710E0B.21C5%artur@contiller.se>
13976 ____________________________________________________________________________
13977 [ 11263] By: pudge on 2001/07/10 21:06:10
13978 Log: Integrate changes from mainline perl, add notes about
13979 Mac OS X and Mac OS.
13980 Branch: maint-5.6/macperl
13982 ____________________________________________________________________________
13983 [ 11262] By: jhi on 2001/07/10 15:21:26
13984 Log: A proof of the dangers of package; ?
13986 ! t/lib/warnings/op
13987 ____________________________________________________________________________
13988 [ 11261] By: jhi on 2001/07/10 15:02:27
13989 Log: Regen toc and modlib.
13991 ! pod/perlmodlib.pod pod/perltoc.pod
13992 ____________________________________________________________________________
13993 [ 11260] By: jhi on 2001/07/10 15:00:37
13994 Log: Add compexcl(), casefold(), and casespec() interfaces;
13995 and make all interfaces to return hash references instead
13998 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
13999 ____________________________________________________________________________
14000 [ 11259] By: jhi on 2001/07/10 13:50:17
14001 Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
14002 From: "Philip Newton" <Philip.Newton@gmx.net>
14003 Date: Tue, 10 Jul 2001 09:55:59 +0200
14004 Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
14006 Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
14007 From: "Philip Newton" <Philip.Newton@gmx.net>
14008 Date: Tue, 10 Jul 2001 09:56:37 +0200
14009 Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
14011 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14012 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
14013 ____________________________________________________________________________
14014 [ 11258] By: jhi on 2001/07/10 13:47:20
14015 Log: Subject: [patch] undef &xsub for 1,2
14016 From: Doug MacEachern <dougm@covalent.net>
14017 Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
14018 Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
14020 (This version of the patch with a comment from Gisle.)
14023 ____________________________________________________________________________
14024 [ 11257] By: jhi on 2001/07/10 13:45:44
14025 Log: Mention package; deprecation and the Win32 problems.
14027 ! pod/perl572delta.pod
14028 ____________________________________________________________________________
14029 [ 11256] By: jhi on 2001/07/10 13:45:12
14030 Log: Subject: [PATCH] deprecate package with no arguments
14031 From: Robin Houston <robin@kitsite.com>
14032 Date: Tue, 10 Jul 2001 13:33:40 +0100
14033 Message-ID: <20010710133340.A13452@robin.kitsite.com>
14035 ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
14036 ____________________________________________________________________________
14037 [ 11255] By: jhi on 2001/07/10 13:16:11
14038 Log: Upgrade to podlators 1.10.
14040 ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
14041 ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
14042 ! pod/pod2man.PL pod/pod2text.PL
14043 ____________________________________________________________________________
14044 [ 11254] By: jhi on 2001/07/10 13:09:34
14045 Log: Upgrade to Term::ANSIColor 1.04.
14047 + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
14048 ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
14049 ____________________________________________________________________________
14050 [ 11253] By: jhi on 2001/07/10 12:59:27
14051 Log: Integrate perlio (the right fix for the ":layer(args)")
14054 ____________________________________________________________________________
14055 [ 11252] By: nick on 2001/07/10 06:58:14
14056 Log: Fix open(...,"...:layer(xxx)",...)
14057 - use memEQ not strEQ as there is '(' not '\0'
14060 ____________________________________________________________________________
14061 [ 11251] By: jhi on 2001/07/10 04:04:18
14062 Log: Telling the number of tests helps.
14064 ! ext/PerlIO/t/encoding.t
14065 ____________________________________________________________________________
14066 [ 11250] By: jhi on 2001/07/10 03:55:38
14067 Log: Require I18N::Langinfo, not use.
14070 ____________________________________________________________________________
14071 [ 11249] By: jhi on 2001/07/10 03:50:18
14072 Log: Add a test for for PerlIO ":encoding(...)" layer.
14074 + ext/PerlIO/t/encoding.t
14075 ! MANIFEST ext/Encode/Encode.pm
14076 ____________________________________________________________________________
14077 [ 11248] By: jhi on 2001/07/10 02:06:57
14078 Log: PerlIO ":encoding(foobar)" temporary fix.
14079 Not really correct, I think, since the change means
14080 that prefixes match.
14083 ____________________________________________________________________________
14084 [ 11247] By: jhi on 2001/07/10 01:38:11
14085 Log: Update to Math::BigInt 1.36. The biggest news is
14086 the separation of the backend; now the pure Perl
14087 implementation is in Math::BigInt::Calc, but one
14088 can plugin, say, Math::BigInt::BitVect, and get
14089 considerable speedup.
14091 + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
14092 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14093 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14094 ! lib/Math/BigInt/t/mbimbf.t
14095 ____________________________________________________________________________
14096 [ 11246] By: jhi on 2001/07/10 01:19:55
14097 Log: Subject: Re: compatibility question
14098 From: Peter Prymmer <pvhp@forte.com>
14099 Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
14100 Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
14102 ! lib/ExtUtils/MM_VMS.pm
14103 ____________________________________________________________________________
14104 [ 11245] By: jhi on 2001/07/10 01:18:04
14105 Log: Subject: [PATCH ext/File/Glob/t/basic.t]
14106 From: Norton Allen <allen@huarp.harvard.edu>
14107 Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
14108 Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
14110 ! ext/File/Glob/t/basic.t
14111 ____________________________________________________________________________
14112 [ 11244] By: jhi on 2001/07/10 01:16:27
14113 Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
14114 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14115 Date: Tue, 10 Jul 2001 00:29:55 +0900
14116 Message-Id: <20010710002756.B497.BQW10602@nifty.com>
14118 + ext/Encode/Encode/HZ.enc
14119 ! MANIFEST ext/Encode/Encode/7bit-kana.enc
14120 ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
14121 ! ext/Encode/Encode/iso2022-jp.enc
14122 ! ext/Encode/Encode/iso2022-kr.enc
14123 ____________________________________________________________________________
14124 [ 11243] By: pudge on 2001/07/09 22:16:12
14125 Log: Add in all them there macos/ files.
14126 Branch: maint-5.6/macperl
14128 ____________________________________________________________________________
14129 [ 11242] By: jhi on 2001/07/09 20:26:04
14130 Log: Add the new modules to the list of having those own tests.
14132 ! t/lib/1_compile.t
14133 ____________________________________________________________________________
14134 [ 11241] By: jhi on 2001/07/09 19:09:58
14135 Log: Add INOUT to control both ways at the same time.
14138 ____________________________________________________________________________
14139 [ 11240] By: nick on 2001/07/09 16:33:50
14140 Log: Integrate mainline
14142 +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
14143 +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
14144 !> (integrate 41 files)
14145 ____________________________________________________________________________
14146 [ 11239] By: jhi on 2001/07/09 16:14:35
14147 Log: More encoding mapping magic.
14150 ____________________________________________________________________________
14151 [ 11238] By: jhi on 2001/07/09 14:40:43
14152 Log: Update Changes.
14154 ! Changes patchlevel.h
14155 ____________________________________________________________________________
14156 [ 11237] By: jhi on 2001/07/09 14:27:27
14157 Log: (Retracted by #11285).
14159 Subject: [PATCH] OPpCONST_OCTAL fixes
14160 From: Abhijit Menon-Sen <ams@wiw.org>
14161 Date: Mon, 9 Jul 2001 07:38:45 +0530
14162 Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
14165 ____________________________________________________________________________
14166 [ 11236] By: jhi on 2001/07/09 14:10:07
14167 Log: Add a pseudolayer ":locale" to the open pragma which
14168 will get the encoding from the locale. Yet undocumented
14169 because I can't get the PerlIO :encoding(foobar) to work.
14171 ! ext/Encode/Encode.pm lib/open.pm
14172 ____________________________________________________________________________
14173 [ 11235] By: jhi on 2001/07/09 13:38:43
14174 Log: Add more encoding mappings.
14176 ! ext/Encode/Encode.pm
14177 ____________________________________________________________________________
14178 [ 11234] By: jhi on 2001/07/09 13:24:54
14179 Log: Document that using :encoding layer requires using Encode.
14181 ! ext/Encode/Encode.pm lib/PerlIO.pm
14182 ____________________________________________________________________________
14183 [ 11233] By: jhi on 2001/07/09 13:19:34
14184 Log: Netware tweak from Ananth Kesari.
14186 ! NetWare/netware.h
14187 ____________________________________________________________________________
14188 [ 11232] By: gsar on 2001/07/09 04:40:07
14189 Log: t/harness doesn't know about run/*.t
14192 ____________________________________________________________________________
14193 [ 11231] By: gsar on 2001/07/09 04:36:30
14194 Log: run/exit.t busted on windows
14197 ____________________________________________________________________________
14198 [ 11230] By: gsar on 2001/07/09 04:14:54
14199 Log: fix a couple of UCD.t tests that fail due to bad case
14201 ! lib/Unicode/UCD.t
14202 ____________________________________________________________________________
14203 [ 11229] By: gsar on 2001/07/09 03:57:06
14204 Log: test skip logic was broken
14206 ! ext/I18N/Langinfo/Langinfo.t
14207 ____________________________________________________________________________
14208 [ 11228] By: gsar on 2001/07/09 03:42:20
14209 Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
14210 failure of ExtUtils.t#27 when built in debug mode)
14212 ! lib/ExtUtils/MM_Win32.pm
14213 ____________________________________________________________________________
14214 [ 11227] By: gsar on 2001/07/09 02:11:04
14215 Log: I18N::Langinfo is not available on windows
14218 ____________________________________________________________________________
14219 [ 11226] By: gsar on 2001/07/09 01:55:23
14222 ! ext/POSIX/POSIX.xs
14223 ____________________________________________________________________________
14224 [ 11225] By: jhi on 2001/07/08 23:42:37
14225 Log: Update Changes.
14227 ! Changes patchlevel.h
14228 ____________________________________________________________________________
14229 [ 11224] By: jhi on 2001/07/08 23:05:41
14230 Log: Guard the nl_langinfo() with HAS_NL_LANGINFO
14231 as pointed out by Sarathy.
14233 ! ext/I18N/Langinfo/Langinfo.xs
14234 ____________________________________________________________________________
14235 [ 11223] By: jhi on 2001/07/08 22:59:01
14236 Log: Retract #11212.
14238 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
14239 ____________________________________________________________________________
14240 [ 11222] By: jhi on 2001/07/08 17:41:22
14241 Log: Bump up the VERSION of Cwd.xs.
14243 ! ext/Cwd/Makefile.PL
14244 ____________________________________________________________________________
14245 [ 11221] By: jhi on 2001/07/08 17:13:38
14246 Log: Retract #11220, the problem wasn't the missing leading zero.
14247 Here's the problem:
14248 $ ./perl -we 'chmod(oct("755"), ".")'
14249 Non-octal literal mode (493) specified at -e line 1.
14250 (Did you mean 0493 instead?)
14252 ! lib/ExtUtils/MM_Unix.pm
14253 ____________________________________________________________________________
14254 [ 11220] By: jhi on 2001/07/08 17:05:55
14255 Log: (Retracted by #11221)
14256 Change the PERM_RW and PERM_RWX to 0644 and 0755
14257 (add the leading zero).
14259 ! lib/ExtUtils/MM_Unix.pm
14260 ____________________________________________________________________________
14261 [ 11219] By: jhi on 2001/07/08 16:17:32
14262 Log: Integrate changes #11193, 11205, 11209 from macperl.
14264 Fix up AutoLoader to fudge for Mac paths in import().
14266 Allow symbols in try_symbol() to begin with "_".
14268 Small portability fix for Mac OS.
14270 !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
14271 ____________________________________________________________________________
14272 [ 11218] By: jhi on 2001/07/08 16:10:30
14273 Log: Metaconfig unit change for #11217.
14274 Branch: metaconfig/U/perl
14276 ____________________________________________________________________________
14277 [ 11217] By: jhi on 2001/07/08 16:10:07
14278 Log: Detypo, problem noticed by Gerrit P. Haase.
14280 ! Configure config_h.SH
14281 ____________________________________________________________________________
14282 [ 11216] By: jhi on 2001/07/08 15:58:35
14286 ____________________________________________________________________________
14287 [ 11215] By: jhi on 2001/07/08 15:52:57
14288 Log: Slight tweaks on #11213.
14291 ____________________________________________________________________________
14292 [ 11214] By: jhi on 2001/07/08 14:32:28
14293 Log: A missing dTHX noticed by Gerrit P. Haase.
14295 ! ext/POSIX/POSIX.xs
14296 ____________________________________________________________________________
14297 [ 11213] By: jhi on 2001/07/08 14:24:44
14298 Log: Subject: [PATCH toke.c] Simplify yytoke()
14299 From: Simon Cozens <simon@netthink.co.uk>
14300 Date: Sun, 8 Jul 2001 13:24:34 +0100
14301 Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
14303 Split out pending_ident().
14305 ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
14306 ____________________________________________________________________________
14307 [ 11212] By: jhi on 2001/07/08 14:17:10
14308 Log: (Retracted by #11223.)
14309 Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
14310 Date: Wed, 05 Nov 1997 17:22:34 -0600
14311 From: Graham Barr <gbarr@ti.com>
14312 Message-Id: <3460FFBA.6DA51F46@ti.com>
14314 ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
14315 ____________________________________________________________________________
14316 [ 11211] By: jhi on 2001/07/08 13:53:38
14317 Log: Fix I18N::Langinfo nits noticed but Philip Newton.
14319 ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
14320 ! pod/perllocale.pod
14321 ____________________________________________________________________________
14322 [ 11210] By: jhi on 2001/07/08 01:34:09
14323 Log: Really do the test under the C locale.
14325 ! ext/I18N/Langinfo/Langinfo.t
14326 ____________________________________________________________________________
14327 [ 11209] By: pudge on 2001/07/08 01:19:25
14328 Log: Small portability fix for Mac OS.
14329 Branch: maint-5.6/macperl
14331 ____________________________________________________________________________
14332 [ 11208] By: jhi on 2001/07/08 01:14:58
14333 Log: Metaconfig unit change for #11207.
14334 Branch: metaconfig/U/perl
14336 ____________________________________________________________________________
14337 [ 11207] By: jhi on 2001/07/08 01:14:02
14338 Log: Add I18N::Langinfo, which is basically a wrapper around
14339 nl_langinfo(), which is an additional way to query locale
14340 specific information.
14342 + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
14343 + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
14344 ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
14345 ____________________________________________________________________________
14346 [ 11206] By: pudge on 2001/07/08 00:56:29
14347 Log: Bugfixes for some tests. commonsense.t not in perl 5.6,
14348 used in File::Find tests; replace with if.t.
14349 Branch: maint-5.6/macperl
14350 ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
14352 ____________________________________________________________________________
14353 [ 11205] By: pudge on 2001/07/07 23:55:56
14354 Log: Allow symbols in try_symbol() to begin with "_".
14355 Branch: maint-5.6/macperl
14357 ____________________________________________________________________________
14358 [ 11204] By: pudge on 2001/07/07 23:53:37
14359 Log: Sync up the File::Find changes from the rewrite by
14360 Thomas Wegner, et al.
14361 Branch: maint-5.6/macperl
14362 + t/lib/filefind-taint.t
14363 ! lib/File/Find.pm t/lib/filefind.t
14364 ____________________________________________________________________________
14365 [ 11203] By: pudge on 2001/07/07 23:43:06
14366 Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
14367 From: Thomas Wegner <wegner_thomas@yahoo.com>
14368 Date: Thu, 5 Jul 2001 20:31:25 +0200
14369 Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
14370 Branch: maint-5.6/macperl
14371 ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
14372 ____________________________________________________________________________
14373 [ 11202] By: pudge on 2001/07/07 23:38:36
14374 Log: Some more test portability fixes.
14375 Branch: maint-5.6/macperl
14376 ! t/lib/filecopy.t t/pragma/warn/pp_sys
14377 ____________________________________________________________________________
14378 [ 11201] By: jhi on 2001/07/07 22:52:38
14379 Log: The #11200 removed wrong (non-existent) target. Duh.
14382 ____________________________________________________________________________
14383 [ 11200] By: jhi on 2001/07/07 22:44:14
14384 Log: Zap the lib/re.pm before creating it.
14387 ____________________________________________________________________________
14388 [ 11199] By: pudge on 2001/07/07 20:54:35
14389 Log: Another test. Please ignore.
14390 Branch: maint-5.6/macperl
14392 ____________________________________________________________________________
14393 [ 11198] By: pudge on 2001/07/07 20:44:12
14394 Log: Portability fixes for a lot of tests, especially IO-related
14395 tests, and warnings, and the harness script.
14396 Branch: maint-5.6/macperl
14397 ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
14398 ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
14399 ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
14400 ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
14401 ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
14402 ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
14403 ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
14404 ! t/pragma/warnings.t
14405 ____________________________________________________________________________
14406 [ 11197] By: jhi on 2001/07/07 20:32:28
14407 Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
14408 From: Nicholas Clark <nick@ccl4.org>
14409 Date: Sat, 7 Jul 2001 21:00:17 +0100
14410 Message-ID: <20010707210017.H59620@plum.flirble.org>
14413 ____________________________________________________________________________
14414 [ 11196] By: jhi on 2001/07/07 20:26:36
14415 Log: The UNICOS/mk SysV IPC problem has been fixed.
14417 ! pod/perl572delta.pod
14418 ____________________________________________________________________________
14419 [ 11195] By: jhi on 2001/07/07 19:59:51
14420 Log: Slight update tweaks on perlunicode.pod.
14422 ! pod/perlunicode.pod
14423 ____________________________________________________________________________
14424 [ 11194] By: jhi on 2001/07/07 17:53:03
14425 Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
14426 From: Mark-Jason Dominus <mjd@plover.com>
14427 Date: Sat, 07 Jul 2001 13:04:04 -0400
14428 Message-ID: <20010707170404.32694.qmail@plover.com>
14430 ! ext/DB_File/DB_File.pm
14431 ____________________________________________________________________________
14432 [ 11193] By: pudge on 2001/07/07 17:26:28
14433 Log: Fix up AutoLoader to fudge for Mac paths in import().
14434 Branch: maint-5.6/macperl
14435 ! lib/AutoLoader.pm
14436 ____________________________________________________________________________
14437 [ 11192] By: jhi on 2001/07/07 17:03:06
14438 Log: Try to force the lib/re.pm to be there before entering
14439 the extensions builds, should help for parallel makes.
14442 ____________________________________________________________________________
14443 [ 11191] By: jhi on 2001/07/07 15:26:16
14444 Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
14445 From: Norton Allen <allen@huarp.harvard.edu>
14446 Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
14447 Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
14449 ! ext/POSIX/POSIX.xs
14450 ____________________________________________________________________________
14451 [ 11190] By: jhi on 2001/07/07 15:22:08
14452 Log: Subject: [PATCH] Re: op/arith.t
14453 From: Nicholas Clark <nick@ccl4.org>
14454 Date: Sat, 7 Jul 2001 13:04:54 +0100
14455 Message-ID: <20010707130454.D59620@plum.flirble.org>
14458 ____________________________________________________________________________
14459 [ 11189] By: jhi on 2001/07/07 15:20:44
14460 Log: Subject: [PATCH] h2xs
14461 From: Nicholas Clark <nick@ccl4.org>
14462 Date: Fri, 6 Jul 2001 23:25:14 +0100
14463 Message-ID: <20010706232514.X59620@plum.flirble.org>
14466 ____________________________________________________________________________
14467 [ 11188] By: jhi on 2001/07/07 15:12:36
14468 Log: Subject: Re: bleedperl perl_alloc..free leakage
14469 From: Radu Greab <radu@netsoft.ro>
14470 Date: Fri, 6 Jul 2001 19:48:54 +0300
14471 Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
14476 ____________________________________________________________________________
14477 [ 11187] By: pudge on 2001/07/07 02:11:36
14478 Log: Test again. Please ignore.
14479 Branch: maint-5.6/macperl
14481 ____________________________________________________________________________
14482 [ 11186] By: pudge on 2001/07/07 02:08:13
14483 Log: Test. Please ignore.
14484 Branch: maint-5.6/macperl
14486 ____________________________________________________________________________
14487 [ 11185] By: pudge on 2001/07/06 23:46:57
14488 Log: Include changes already sent in separately as patches,
14489 before branch was created.
14490 Branch: maint-5.6/macperl
14491 ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
14492 ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
14493 ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
14494 ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
14495 ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
14496 ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
14497 ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
14498 ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
14499 ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
14500 ! t/pragma/strict.t
14501 ____________________________________________________________________________
14502 [ 11184] By: jhi on 2001/07/06 16:41:30
14503 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
14504 From: Norton Allen <allen@huarp.harvard.edu>
14505 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
14506 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
14509 ____________________________________________________________________________
14510 [ 11183] By: nick on 2001/07/06 16:27:40
14511 Log: Integrate mainline
14513 +> (branch 42 files)
14514 - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
14515 - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
14516 - win32/bin/mdelete.bat
14517 !> (integrate 215 files)
14518 ____________________________________________________________________________
14519 [ 11182] By: jhi on 2001/07/06 15:57:16
14520 Log: The #11166 needed also these updated.
14522 ! lib/warnings.pm warnings.h
14523 ____________________________________________________________________________
14524 [ 11181] By: jhi on 2001/07/06 13:24:42
14525 Log: Update Changes.
14527 ! Changes patchlevel.h
14528 ____________________________________________________________________________
14529 [ 11180] By: jhi on 2001/07/06 13:20:08
14533 ____________________________________________________________________________
14534 [ 11179] By: jhi on 2001/07/06 12:57:13
14535 Log: Nit from Abhijit.
14538 ____________________________________________________________________________
14539 [ 11178] By: jhi on 2001/07/06 12:53:04
14540 Log: Retract #11172.
14543 ____________________________________________________________________________
14544 [ 11177] By: jhi on 2001/07/06 12:44:51
14545 Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
14546 From: Norton Allen <allen@huarp.harvard.edu>
14547 Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
14548 Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
14551 ____________________________________________________________________________
14552 [ 11176] By: jhi on 2001/07/06 12:42:45
14553 Log: (Accidentally empty check-in.)
14556 ____________________________________________________________________________
14557 [ 11175] By: jhi on 2001/07/06 12:29:56
14558 Log: Retract #11165 since Sarathy pointed out it'll not
14559 work properly under threads, the problem should be
14560 solved using "the savestack, either via SSNEW() or
14561 using a newSVpv()+SAVEFREESV() combo."
14563 ! ext/POSIX/POSIX.xs
14564 ____________________________________________________________________________
14565 [ 11174] By: jhi on 2001/07/06 12:27:31
14566 Log: Retract #11125 since NI-S pointed out it'll not work in
14567 cases where the extension has their own handcrafted INC
14570 ! lib/ExtUtils/MM_Unix.pm
14571 ____________________________________________________________________________
14572 [ 11173] By: jhi on 2001/07/06 12:20:50
14573 Log: Subject: RE: [PATCH] -I and MakeMaker again
14574 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14575 Date: Fri, 6 Jul 2001 09:18:29 +0200
14576 Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
14578 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
14579 ! lib/ExtUtils/MM_Win32.pm
14580 ____________________________________________________________________________
14581 [ 11172] By: jhi on 2001/07/06 12:18:39
14582 Log: (Retracted by #11178)
14583 Subject: [PATCH t/op/method.t] SUPER:: strangeness
14584 From: Piers Cawley <pdcawley@iterative-software.com>
14585 Date: 06 Jul 2001 10:49:01 +0100
14586 Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
14589 ____________________________________________________________________________
14590 [ 11171] By: jhi on 2001/07/06 01:38:55
14591 Log: VOS README update from Paul Green.
14594 ____________________________________________________________________________
14595 [ 11170] By: jhi on 2001/07/06 01:19:33
14596 Log: Subject: [PATCH README.qnx hints/qnx.sh]
14597 From: Norton Allen <allen@huarp.harvard.edu>
14598 Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
14599 Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
14601 ! README.qnx hints/qnx.sh
14602 ____________________________________________________________________________
14603 [ 11169] By: jhi on 2001/07/06 01:17:43
14604 Log: Subject: [PATCH] Doc patch for Tie::Hash
14605 From: Artur Bergman <artur@contiller.se>
14606 Date: Thu, 05 Jul 2001 22:51:18 +0200
14607 Message-ID: <B76A9FE6.1F04%artur@contiller.se>
14610 ____________________________________________________________________________
14611 [ 11168] By: jhi on 2001/07/06 01:16:27
14612 Log: Subject: [PATCH] perlfaq4.pod
14613 From: "Liney, Dave" <dave.liney@gbr.conoco.com>
14614 Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
14615 Date: Thu, 5 Jul 2001 18:44:10 +0100
14618 ____________________________________________________________________________
14619 [ 11167] By: jhi on 2001/07/06 01:14:41
14620 Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
14621 From: Robin Houston <robin@kitsite.com>
14622 Date: Thu, 5 Jul 2001 18:33:21 +0100
14623 Message-ID: <20010705183321.A27345@robin.kitsite.com>
14625 ! ext/B/B/Deparse.pm
14626 ____________________________________________________________________________
14627 [ 11166] By: jhi on 2001/07/06 01:11:50
14628 Log: (Retracted by #11285.)
14630 Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
14631 From: Abhijit Menon-Sen <ams@wiw.org>
14632 Date: Fri, 6 Jul 2001 01:26:32 +0530
14633 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
14635 ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
14636 ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
14638 ____________________________________________________________________________
14639 [ 11165] By: jhi on 2001/07/06 00:19:26
14640 Log: (Retracted by #11175)
14641 Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
14642 From: Norton Allen <allen@huarp.harvard.edu>
14643 Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
14644 Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
14646 ! ext/POSIX/POSIX.xs
14647 ____________________________________________________________________________
14648 [ 11164] By: jhi on 2001/07/06 00:14:57
14649 Log: Unterminated C< (noticed by Richard Hatch), and few other
14650 small Unicode doc tweaks.
14652 ! pod/perlretut.pod
14653 ____________________________________________________________________________
14654 [ 11163] By: jhi on 2001/07/05 19:33:34
14655 Log: More flexible argument understanding; add charblocks() and
14656 charscripts(); make charblock() and charscript() two-way;
14657 add charinrange(); separate the $Unicode::UCD::VERSION and
14658 the version of the Unicode by adding UnicodeVersion().
14660 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14661 ____________________________________________________________________________
14662 [ 11162] By: jhi on 2001/07/05 13:38:36
14663 Log: Update Unicode::UCD on \p{In...}.
14665 ! lib/Unicode/UCD.pm
14666 ____________________________________________________________________________
14667 [ 11161] By: jhi on 2001/07/05 13:26:00
14668 Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
14669 From: Norton Allen <allen@huarp.harvard.edu>
14670 Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
14671 Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
14673 ! lib/ExtUtils/MM_Unix.pm
14674 ____________________________________________________________________________
14675 [ 11160] By: jhi on 2001/07/05 13:06:53
14676 Log: POSIX-BC tweaks from Thomas Dorner.
14678 ! hints/posix-bc.sh perlio.h
14679 ____________________________________________________________________________
14680 [ 11159] By: jhi on 2001/07/05 04:17:18
14681 Log: Module updates for the delta.
14683 ! pod/perl572delta.pod
14684 ____________________________________________________________________________
14685 [ 11158] By: jhi on 2001/07/05 03:45:19
14686 Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
14687 From: Norton Allen <allen@huarp.harvard.edu>
14688 Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
14689 Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
14691 ! ext/IO/lib/IO/t/io_sock.t
14692 ____________________________________________________________________________
14693 [ 11157] By: jhi on 2001/07/05 03:44:19
14694 Log: Subject: [PATCH perldiag.pod] Quick fixes
14695 From: Simon Cozens <simon@netthink.co.uk>
14696 Date: Wed, 4 Jul 2001 20:22:12 +0100
14697 Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
14700 ____________________________________________________________________________
14701 [ 11156] By: jhi on 2001/07/05 03:43:28
14702 Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
14703 From: Radu Greab <radu@netsoft.ro>
14704 Date: Wed, 4 Jul 2001 22:13:31 +0300
14705 Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
14707 ! op.c sv.c t/op/pos.t
14708 ____________________________________________________________________________
14709 [ 11155] By: jhi on 2001/07/05 03:40:24
14710 Log: Subject: [PATCH] -I and MakeMaker again
14711 From: Michael G Schwern <schwern@pobox.com>
14712 Date: Wed, 4 Jul 2001 15:03:07 -0400
14713 Message-ID: <20010704150307.I20340@blackrider>
14715 (and retract #11145)
14717 ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
14718 ! lib/ExtUtils/MakeMaker.pm
14719 ____________________________________________________________________________
14720 [ 11154] By: jhi on 2001/07/05 03:32:43
14721 Log: Subject: Re: PERFORCE change 11142 for review
14722 From: "Philip Newton" <Philip.Newton@gmx.net>
14723 Date: Wed, 4 Jul 2001 20:46:26 +0200
14724 Message-Id: <200107041841.VAA25380@taas.iki.fi>
14726 ! lib/ExtUtils/MakeMaker.pm
14727 ____________________________________________________________________________
14728 [ 11153] By: jhi on 2001/07/05 03:29:21
14729 Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
14730 From: Jonathan Stowe <gellyfish@gellyfish.com>
14731 Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
14732 Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
14735 ____________________________________________________________________________
14736 [ 11152] By: gsar on 2001/07/05 00:52:57
14737 Log: fix the binary compatibility issue when building with/without
14738 usemymalloc by exporting Perl_malloc() et al as simple wrappers
14739 around the system functions (this allows most extensions built
14740 using one mode to coexist with perls built in the other mode)
14742 XXX the Perl_mfree() wrapper might need to do return(free()) on
14743 platforms where Free_t isn't "void"
14745 ! embed.h embed.pl makedef.pl proto.h util.c
14746 ____________________________________________________________________________
14747 [ 11151] By: gsar on 2001/07/05 00:42:49
14748 Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
14749 since it doesn't ensure threads other than the one calling fork()
14750 aren't holding any locks; the fix is to use pthread_atfork() to
14753 building perl with -Dusemymalloc exacerbates the problem since
14754 Perl_malloc() holds a mutex, and perl's exec() calls New()
14756 XXX the code in win32thread.h may be needed on platforms that have
14757 no pthread_atfork()
14759 ! perl.c thread.h win32/win32thread.h
14760 ____________________________________________________________________________
14761 [ 11150] By: pudge on 2001/07/04 20:07:54
14762 Log: Integrate #11009 from maintperl.
14763 Branch: maint-5.6/macperl
14764 !> lib/ExtUtils/Manifest.pm
14765 ____________________________________________________________________________
14766 [ 11149] By: pudge on 2001/07/04 19:54:46
14767 Log: Flexing my Perforce muscles.
14768 Branch: maint-5.6/macperl
14770 ____________________________________________________________________________
14771 [ 11148] By: jhi on 2001/07/04 17:14:51
14772 Log: Update Changes.
14774 ! Changes patchlevel.h
14775 ____________________________________________________________________________
14776 [ 11147] By: jhi on 2001/07/04 16:41:25
14777 Log: Metaconfig unit change for #11146.
14778 Branch: metaconfig/U/perl
14779 ! d_fcntl_can_lock.U
14780 ____________________________________________________________________________
14781 [ 11146] By: jhi on 2001/07/04 16:36:31
14782 Log: Somehow the #ifdefs of the added code (in #11093) made
14783 HP-UX to fail the fcntl locking test, without the ifdefs
14784 the test seems to be working again. Reason unknown:
14785 HP-UX cc doesn't complain either way.
14788 ____________________________________________________________________________
14789 [ 11145] By: jhi on 2001/07/04 16:08:00
14790 Log: (Retracted by #11155) PERLRUNINST needed in some spots.
14792 ! lib/ExtUtils/MM_Unix.pm
14793 ____________________________________________________________________________
14794 [ 11144] By: jhi on 2001/07/04 16:07:35
14795 Log: gcc -Wall nit.
14798 ____________________________________________________________________________
14799 [ 11143] By: jhi on 2001/07/04 15:08:26
14800 Log: When removing tests updating the test count is a good idea, too.
14802 ! lib/Net/t/require.t
14803 ____________________________________________________________________________
14804 [ 11142] By: jhi on 2001/07/04 14:57:51
14805 Log: Document #11134 and add the new symbols to the list of
14806 of MakeMaker known ones.
14808 ! lib/ExtUtils/MakeMaker.pm
14809 ____________________________________________________________________________
14810 [ 11141] By: jhi on 2001/07/04 14:34:11
14811 Log: Microperl update.
14814 ____________________________________________________________________________
14815 [ 11140] By: jhi on 2001/07/04 14:32:27
14816 Log: Update the libnet tests as per #11138.
14819 ! MANIFEST lib/Net/t/require.t
14820 ____________________________________________________________________________
14821 [ 11139] By: jhi on 2001/07/04 14:14:33
14822 Log: Regen toc and modlib.
14824 ! pod/perlmodlib.pod pod/perltoc.pod
14825 ____________________________________________________________________________
14826 [ 11138] By: jhi on 2001/07/04 14:10:38
14827 Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
14830 - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
14832 ____________________________________________________________________________
14833 [ 11137] By: jhi on 2001/07/04 14:06:35
14834 Log: Add the OS/390 harness results to the delta.
14836 ! pod/perl572delta.pod
14837 ____________________________________________________________________________
14838 [ 11136] By: jhi on 2001/07/04 13:59:01
14839 Log: Avoid the two study tests in OS/390 until the bug has been solved.
14842 ____________________________________________________________________________
14843 [ 11135] By: jhi on 2001/07/04 13:49:08
14844 Log: DOS/DJGPP tweaks from Laszlo Molnar.
14846 ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
14847 ____________________________________________________________________________
14848 [ 11134] By: jhi on 2001/07/04 13:47:46
14849 Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
14850 From: Michael G Schwern <schwern@pobox.com>
14851 Date: Wed, 4 Jul 2001 00:01:16 -0400
14852 Message-ID: <20010704000116.C591@blackrider>
14854 ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
14855 ____________________________________________________________________________
14856 [ 11133] By: jhi on 2001/07/04 01:55:20
14857 Log: The #11132 missed singleton characters (not part
14858 of a unilo..unihi range) in Unicode scripts.
14860 ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
14861 ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
14862 ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14863 ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
14864 ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
14865 ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
14866 ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
14867 ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
14868 ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
14869 ! lib/unicode/mktables.PL t/op/pat.t
14870 ____________________________________________________________________________
14871 [ 11132] By: jhi on 2001/07/04 01:32:11
14872 Log: Support preferentially the Unicode 'scripts' definition
14873 in the \p{In...} notation since according to Unicode the
14874 scripts concept is more natural for matching than using
14875 the somewhat artificial block names. The block names are
14876 still available, though, and if there's a name conflict,
14877 the scripts one wins and the blocks one has to do with
14878 'Block' appended to its name. For more information see
14880 http://www.unicode.org/unicode/reports/tr24/
14882 + lib/unicode/In/100.pl lib/unicode/In/101.pl
14883 + lib/unicode/In/102.pl lib/unicode/In/103.pl
14884 + lib/unicode/In/104.pl lib/unicode/In/105.pl
14885 + lib/unicode/In/106.pl lib/unicode/In/107.pl
14886 + lib/unicode/In/108.pl lib/unicode/In/109.pl
14887 + lib/unicode/In/110.pl lib/unicode/In/111.pl
14888 + lib/unicode/In/112.pl lib/unicode/In/113.pl
14889 + lib/unicode/In/114.pl lib/unicode/In/115.pl
14890 + lib/unicode/In/116.pl lib/unicode/In/117.pl
14891 + lib/unicode/In/118.pl lib/unicode/In/119.pl
14892 + lib/unicode/In/120.pl lib/unicode/In/121.pl
14893 + lib/unicode/In/122.pl lib/unicode/In/123.pl
14894 + lib/unicode/In/124.pl lib/unicode/In/125.pl
14895 + lib/unicode/In/126.pl lib/unicode/In/127.pl
14896 + lib/unicode/In/128.pl lib/unicode/In/129.pl
14897 + lib/unicode/In/130.pl lib/unicode/In/131.pl
14898 + lib/unicode/In/132.pl lib/unicode/In/133.pl
14899 + lib/unicode/In/134.pl lib/unicode/In/135.pl
14900 + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
14901 + lib/unicode/In/99.pl lib/unicode/Scripts.pl
14903 ____________________________________________________________________________
14904 [ 11131] By: jhi on 2001/07/03 23:02:02
14905 Log: Better document the difference between a block and a script.
14907 ! lib/Unicode/UCD.pm
14908 ____________________________________________________________________________
14909 [ 11130] By: jhi on 2001/07/03 22:49:15
14910 Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
14911 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14912 Date: Tue, 3 Jul 2001 15:04:23 -0500
14913 Message-ID: <20010703150423.C9787@chaos.wustl.edu>
14916 ____________________________________________________________________________
14917 [ 11129] By: jhi on 2001/07/03 22:45:41
14918 Log: Add tests for charscript().
14920 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14921 ____________________________________________________________________________
14922 [ 11128] By: jhi on 2001/07/03 20:41:54
14923 Log: Add charscript() to get the UTR#24 script names of characters.
14925 ! lib/Unicode/UCD.pm
14926 ____________________________________________________________________________
14927 [ 11127] By: jhi on 2001/07/03 19:53:29
14931 ____________________________________________________________________________
14932 [ 11126] By: jhi on 2001/07/03 19:45:30
14933 Log: Unicode::UCD updates.
14935 ! lib/Unicode/UCD.pm
14936 ____________________________________________________________________________
14937 [ 11125] By: jhi on 2001/07/03 16:12:20
14938 Log: (Retracted by #11174)
14939 Subject: MakeMaker should pass through DEFINE and INC to subdirs
14940 From: Alan Burlison <Alan.Burlison@sun.com>
14941 Date: Tue, 03 Jul 2001 15:20:13 +0100
14942 Message-ID: <3B41D49D.A923D4F9@sun.com>
14944 ! lib/ExtUtils/MM_Unix.pm
14945 ____________________________________________________________________________
14946 [ 11124] By: jhi on 2001/07/03 16:06:53
14947 Log: Subject: Patch needed for UTS
14948 From: hom00@utsglobal.com (Hal Morris)
14949 Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
14950 Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
14952 Replace #11113 with a better version.
14955 ____________________________________________________________________________
14956 [ 11123] By: jhi on 2001/07/03 16:04:49
14957 Log: Subject: Re: POINTERRIGOR
14958 From: Andy Dougherty <doughera@lafayette.edu>
14959 Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
14960 Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
14963 ____________________________________________________________________________
14964 [ 11122] By: jhi on 2001/07/03 16:03:31
14965 Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
14966 From: "Philip Newton" <pnewton@gmx.de>
14967 Date: Tue, 3 Jul 2001 17:03:34 +0200
14968 Message-ID: <3B41FAE6.29564.660E117@localhost>
14971 ____________________________________________________________________________
14972 [ 11121] By: jhi on 2001/07/03 13:26:08
14976 ____________________________________________________________________________
14977 [ 11120] By: jhi on 2001/07/03 11:34:47
14978 Log: Subject: [PATCH 5.6.1] debugger fixes
14979 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14980 Date: Tue, 3 Jul 2001 03:38:18 -0400
14981 Message-ID: <20010703033818.A16788@math.ohio-state.edu>
14983 The $^S is working again.
14986 ____________________________________________________________________________
14987 [ 11119] By: jhi on 2001/07/03 11:33:27
14988 Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
14989 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14990 Date: Tue, 3 Jul 2001 03:34:06 -0400
14991 Message-ID: <20010703033406.A16776@math.ohio-state.edu>
14993 ! os2/OS2/Process/Process.pm
14994 ____________________________________________________________________________
14995 [ 11118] By: jhi on 2001/07/03 11:29:54
14996 Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
14997 From: "Philip Newton" <Philip.Newton@gmx.net>
14998 Date: Tue, 3 Jul 2001 09:11:27 +0200
14999 Message-Id: <200107030706.KAA04596@taas.iki.fi>
15002 ____________________________________________________________________________
15003 [ 11117] By: jhi on 2001/07/03 11:25:14
15006 ! pod/perl572delta.pod
15007 ____________________________________________________________________________
15008 [ 11116] By: jhi on 2001/07/02 23:06:50
15009 Log: Metaconfig unit change for 11115.
15011 ! U/modified/libc.U
15012 ____________________________________________________________________________
15013 [ 11115] By: jhi on 2001/07/02 23:06:27
15014 Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
15015 (from Richard Hatch) (this was the cause of pipes() and
15016 times() myeteriously not being found)
15019 ____________________________________________________________________________
15020 [ 11114] By: jhi on 2001/07/02 22:58:41
15021 Log: Retract #10142, the real culprit found by Richard Hatch,
15022 coming soon to Configure near you.
15025 ____________________________________________________________________________
15026 [ 11113] By: jhi on 2001/07/02 22:56:09
15027 Log: (Replaced by #11124) UTS workaround from Hal Morris.
15030 ____________________________________________________________________________
15031 [ 11112] By: jhi on 2001/07/02 22:53:29
15032 Log: Subject: [PATCH] grok not grocking correctly
15033 From: Nicholas Clark <nick@ccl4.org>
15034 Date: Tue, 3 Jul 2001 00:19:08 +0100
15035 Message-ID: <20010703001908.H59620@plum.flirble.org>
15038 ____________________________________________________________________________
15039 [ 11111] By: jhi on 2001/07/02 22:48:42
15040 Log: Subject: [PATCH Deparse.t] test just-posted patches
15041 From: Robin Houston <robin@kitsite.com>
15042 Date: Mon, 2 Jul 2001 23:46:15 +0100
15043 Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
15046 ____________________________________________________________________________
15047 [ 11110] By: jhi on 2001/07/02 22:27:10
15048 Log: Subject: [PATCH toke.c] autosplit into @F
15049 From: Robin Houston <robin@kitsite.com>
15050 Date: Mon, 2 Jul 2001 23:18:20 +0100
15051 Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
15054 ____________________________________________________________________________
15055 [ 11109] By: jhi on 2001/07/02 22:25:03
15056 Log: Subject: [PATCH B::Deparse] hash key auto-quoting
15057 From: Robin Houston <robin@kitsite.com>
15058 Date: Mon, 2 Jul 2001 23:00:48 +0100
15059 Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
15061 ! ext/B/B/Deparse.pm
15062 ____________________________________________________________________________
15063 [ 11108] By: jhi on 2001/07/02 19:21:18
15064 Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
15065 From: "Philip Newton" <Philip.Newton@gmx.net>
15066 Date: Mon, 2 Jul 2001 22:06:22 +0200
15069 ! ext/NDBM_File/hints/linux.pl
15070 ____________________________________________________________________________
15071 [ 11107] By: jhi on 2001/07/02 19:19:25
15072 Log: Subject: Re: Fixed pack problem - sort of
15073 From: Nicholas Clark <nick@ccl4.org>
15074 Date: Mon, 2 Jul 2001 20:59:20 +0100
15075 Message-ID: <20010702205919.F59620@plum.flirble.org>
15077 ! pp_pack.c t/op/pack.t
15078 ____________________________________________________________________________
15079 [ 11106] By: jhi on 2001/07/02 19:18:28
15080 Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
15081 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15082 Date: Mon, 2 Jul 2001 15:45:41 -0400
15083 Message-ID: <20010702154541.B24295@math.ohio-state.edu>
15086 ____________________________________________________________________________
15087 [ 11105] By: jhi on 2001/07/02 19:17:27
15088 Log: (Mistaken retraction)
15091 ____________________________________________________________________________
15092 [ 11104] By: jhi on 2001/07/02 18:56:15
15093 Log: Detypo in #11103.
15096 ____________________________________________________________________________
15097 [ 11103] By: jhi on 2001/07/02 18:54:53
15098 Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
15099 From: Jonathan Stowe <gellyfish@gellyfish.com>
15100 Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
15101 Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
15104 ____________________________________________________________________________
15105 [ 11102] By: jhi on 2001/07/02 18:16:09
15106 Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
15107 From: "Craig A. Berry" <craigberry@mac.com>
15108 Date: Mon, 02 Jul 2001 14:11:23 -0500
15109 Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
15111 ! lib/Unicode/UCD.pm
15112 ____________________________________________________________________________
15113 [ 11101] By: jhi on 2001/07/02 18:14:51
15114 Log: Subject: [PATCH] Re: op/numconvert.t failures
15115 From: Nicholas Clark <nick@ccl4.org>
15116 Date: Mon, 2 Jul 2001 20:10:48 +0100
15117 Message-ID: <20010702201048.E59620@plum.flirble.org>
15119 ! t/op/numconvert.t
15120 ____________________________________________________________________________
15121 [ 11100] By: jhi on 2001/07/02 17:51:44
15122 Log: Update Changes.
15124 ! Changes patchlevel.h
15125 ____________________________________________________________________________
15126 [ 11099] By: jhi on 2001/07/02 17:46:31
15127 Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
15128 The real fix must be more involved. The line of code all the leaky
15129 call stacks seem to go through is op.c:2949, the PmopSTASH_set()
15130 line of Perl_newPMOP().
15133 ____________________________________________________________________________
15134 [ 11098] By: jhi on 2001/07/02 17:37:44
15137 Subject: Re: sizeof(struct sembuf)
15138 From: Nicholas Clark <nick@ccl4.org>
15139 Date: Sun, 1 Jul 2001 22:26:48 +0100
15140 Message-ID: <20010701222648.W59620@plum.flirble.org>
15142 but do semop() always the slow way.
15145 ____________________________________________________________________________
15146 [ 11097] By: jhi on 2001/07/02 17:22:14
15147 Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
15148 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15149 Date: Tue, 03 Jul 2001 00:56:30 +0900
15150 Message-Id: <20010703005600.2225.BQW10602@nifty.com>
15152 ! ext/Encode/Encode/Tcl.t
15153 ____________________________________________________________________________
15154 [ 11096] By: jhi on 2001/07/02 17:11:24
15155 Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
15156 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15157 Date: Tue, 03 Jul 2001 00:55:46 +0900
15158 Message-Id: <20010703005516.2222.BQW10602@nifty.com>
15160 ! ext/Encode/Encode/Tcl.pm
15161 ____________________________________________________________________________
15162 [ 11095] By: jhi on 2001/07/02 17:07:14
15163 Log: Regen api and toc.
15165 ! pod/perlapi.pod pod/perltoc.pod
15166 ____________________________________________________________________________
15167 [ 11094] By: jhi on 2001/07/02 16:29:42
15168 Log: Metaconfig unit change for #11093.
15169 Branch: metaconfig/U/perl
15170 ! d_fcntl_can_lock.U
15171 ____________________________________________________________________________
15172 [ 11093] By: jhi on 2001/07/02 16:28:56
15173 Log: The fcntl locking test may hang if NFS locking messed up;
15174 break out with alarm(10).
15177 ____________________________________________________________________________
15178 [ 11092] By: jhi on 2001/07/02 14:11:31
15179 Log: Move the mdelete.bat from win32/bin to win32.
15182 ____________________________________________________________________________
15183 [ 11091] By: jhi on 2001/07/02 14:10:01
15184 Log: Typo in #11083.
15186 ! ext/Time/Piece/Piece.t
15187 ____________________________________________________________________________
15188 [ 11090] By: jhi on 2001/07/02 13:36:58
15189 Log: Netware tweaks from Guruprasad.
15191 - NetWare/perlsdio.h
15192 ! MANIFEST NetWare/Makefile NetWare/interface.c
15193 ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
15195 ____________________________________________________________________________
15196 [ 11089] By: jhi on 2001/07/02 13:25:40
15197 Log: Subject: Re: [PATH] shared -> unique;
15198 From: Abhijit Menon-Sen <ams@wiw.org>
15199 Date: Wed, 27 Jun 2001 03:51:27 +0530
15200 Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
15202 ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
15203 ____________________________________________________________________________
15204 [ 11088] By: jhi on 2001/07/02 13:24:27
15205 Log: Subject: Re: AIX / gcc-3.0
15206 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15207 Date: Mon, 02 Jul 2001 15:20:21 +0200
15208 Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
15211 ____________________________________________________________________________
15212 [ 11087] By: jhi on 2001/07/02 13:23:21
15213 Log: Subject: Re: Bug report: split splits on wrong pattern
15214 From: Abhijit Menon-Sen <ams@wiw.org>
15215 Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
15216 Date: Mon, 2 Jul 2001 16:31:33 +0530
15219 ____________________________________________________________________________
15220 [ 11086] By: jhi on 2001/07/02 13:22:30
15221 Log: Subject: [PATCH 5.6.1] test harness
15222 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15223 Date: Mon, 2 Jul 2001 06:29:21 -0400
15224 Message-ID: <20010702062921.A1810@math.ohio-state.edu>
15226 ! lib/Test/Harness.pm
15227 ____________________________________________________________________________
15228 [ 11085] By: jhi on 2001/07/02 13:21:39
15229 Log: Subject: [PATCH 5.6.1] debugger goof
15230 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15231 Date: Mon, 2 Jul 2001 06:27:22 -0400
15232 Message-ID: <20010702062722.A1746@math.ohio-state.edu>
15235 ____________________________________________________________________________
15236 [ 11084] By: jhi on 2001/07/02 13:20:50
15237 Log: Subject: [PATCH 5.6.1] OS/2 cwd
15238 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15239 Date: Mon, 2 Jul 2001 06:21:17 -0400
15240 Message-ID: <20010702062117.A1401@math.ohio-state.edu>
15242 ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
15243 ____________________________________________________________________________
15244 [ 11083] By: jhi on 2001/07/02 13:19:18
15245 Log: Make #11082 more OS/2-specific.
15247 ! ext/Time/Piece/Piece.t
15248 ____________________________________________________________________________
15249 [ 11082] By: jhi on 2001/07/02 13:14:36
15250 Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
15251 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15252 Date: Mon, 2 Jul 2001 06:06:34 -0400
15253 Message-ID: <20010702060634.A1356@math.ohio-state.edu>
15255 ! ext/Time/Piece/Piece.t
15256 ____________________________________________________________________________
15257 [ 11081] By: jhi on 2001/07/02 13:13:08
15258 Log: Subject: [PATCH B::Deparse] version number & changes
15259 From: Robin Houston <robin@kitsite.com>
15260 Date: Sun, 1 Jul 2001 17:17:29 +0100
15261 Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
15263 ! ext/B/B/Deparse.pm
15264 ____________________________________________________________________________
15265 [ 11080] By: jhi on 2001/07/02 13:11:48
15266 Log: Subject: a small fix.
15267 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15268 Date: Mon, 2 Jul 2001 12:17:53 +0200
15269 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
15271 ! ext/Thread/Thread.xs
15272 ____________________________________________________________________________
15273 [ 11079] By: jhi on 2001/07/02 13:10:39
15274 Log: Subject: RE: perl@10907
15275 From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15276 Date: Mon, 2 Jul 2001 12:06:16 +0200
15277 Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
15279 Borland C vs PerlIO.
15281 ! win32/config.bc win32/config_H.bc
15282 ____________________________________________________________________________
15283 [ 11078] By: jhi on 2001/07/02 13:03:44
15284 Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
15285 From: "H.M. Brand" <merijn@l1.procura.nl>
15286 Date: Mon, 02 Jul 2001 11:18:57 +0200
15287 Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
15290 ____________________________________________________________________________
15291 [ 11077] By: jhi on 2001/07/02 12:58:27
15292 Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
15293 From: Michael G Schwern <schwern@pobox.com>
15294 Date: Mon, 2 Jul 2001 00:26:24 -0400
15295 Message-ID: <20010702002624.A18302@blackrider>
15297 - ext/util/mkbootstrap
15298 ____________________________________________________________________________
15299 [ 11076] By: jhi on 2001/07/02 12:56:20
15300 Log: Subject: [PATCH op.h] v minor comment tweak
15301 From: Robin Houston <robin@puffinry.freeserve.co.uk>
15302 Date: Mon, 2 Jul 2001 00:42:01 +0100
15303 Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
15306 ____________________________________________________________________________
15307 [ 11075] By: jhi on 2001/07/02 12:53:48
15308 Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
15311 ____________________________________________________________________________
15312 [ 11074] By: jhi on 2001/07/02 12:52:28
15313 Log: Subject: Re: sizeof(struct sembuf)
15314 From: Nicholas Clark <nick@ccl4.org>
15315 Date: Sun, 1 Jul 2001 19:23:16 +0100
15316 Message-ID: <20010701192316.V59620@plum.flirble.org>
15318 s/signaling/signalling/
15321 ____________________________________________________________________________
15322 [ 11073] By: jhi on 2001/07/02 12:49:51
15323 Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
15324 From: "Philip Newton" <Philip.Newton@gmx.net>
15325 Date: Sun, 1 Jul 2001 09:37:56 +0200
15326 Message-Id: <200107010733.KAA03920@taas.iki.fi>
15329 ____________________________________________________________________________
15330 [ 11072] By: jhi on 2001/07/02 12:48:03
15331 Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
15332 From: "Philip Newton" <Philip.Newton@gmx.net>
15333 Date: Sun, 1 Jul 2001 09:37:56 +0200
15334 Message-Id: <200107010733.KAA03925@taas.iki.fi>
15336 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
15337 ____________________________________________________________________________
15338 [ 11071] By: jhi on 2001/07/02 12:45:12
15339 Log: Metaconfig unit change for #11070.
15341 ! U/compline/randfunc.U
15342 ____________________________________________________________________________
15343 [ 11070] By: jhi on 2001/07/02 12:43:58
15344 Log: Subject: [PATCH perlsnap] its --> it's --> its
15345 From: "Philip Newton" <Philip.Newton@gmx.net>
15346 Date: Sun, 1 Jul 2001 09:37:56 +0200
15347 Message-Id: <200107010733.KAA03914@taas.iki.fi>
15350 ____________________________________________________________________________
15351 [ 11069] By: jhi on 2001/07/02 12:01:52
15352 Log: Sync with Sarathy; integrate with perlio.
15355 ____________________________________________________________________________
15356 [ 11068] By: gsar on 2001/07/02 08:07:54
15357 Log: regenerate win32/config_H.?c files
15359 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15360 ____________________________________________________________________________
15361 [ 11067] By: gsar on 2001/07/02 08:03:55
15362 Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
15365 win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
15368 fix a warning about "fd" being used without being set in Cwd.xs
15370 ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
15371 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
15372 ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
15374 ____________________________________________________________________________
15375 [ 11066] By: gsar on 2001/07/02 07:12:10
15376 Log: win32 fixes: fix various syntax errors ("no preprocessor directives
15377 within macro arguments") and warnings ("unary minus applied to
15378 unsigned type", among others)
15380 ! gv.c hv.c op.c pp.c sv.c toke.c
15381 ____________________________________________________________________________
15382 [ 11065] By: gsar on 2001/07/02 06:26:22
15383 Log: win32 fixes: more spurious CRs
15385 ! win32/mdelete.bat
15386 ____________________________________________________________________________
15387 [ 11064] By: gsar on 2001/07/02 06:25:22
15388 Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
15389 from win32/bin (or it gets deleted by distclean); don't delete
15390 lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
15391 NT (should be made Win9x specific, and added to makefile.mk)
15393 +> win32/mdelete.bat
15394 - win32/bin/mdelete.bat
15395 ! win32/Makefile win32/makefile.mk
15396 ____________________________________________________________________________
15397 [ 11063] By: nick on 2001/07/01 18:54:09
15398 Log: Quick for for #ifdef mess
15401 ____________________________________________________________________________
15402 [ 11062] By: nick on 2001/07/01 18:47:42
15403 Log: Raw integrate - does not build #if mess in gv.c
15405 !> (integrate 29 files)
15406 ____________________________________________________________________________
15407 [ 11061] By: jhi on 2001/07/01 15:20:38
15408 Log: Make 'compile' target a little less broken.
15409 Still very broken, though: -Wall warnings from
15410 the generated code, boot_Foo prototypes missing,
15411 can't autoload Fcntl::SEEK_CUR et alia, ...
15413 ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
15414 ! utils/perlcc.PL x2p/Makefile.SH
15415 ____________________________________________________________________________
15416 [ 11060] By: jhi on 2001/07/01 14:04:20
15417 Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
15419 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15420 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
15421 ____________________________________________________________________________
15422 [ 11059] By: jhi on 2001/07/01 05:02:59
15423 Log: Update Changes.
15425 ! Changes patchlevel.h
15426 ____________________________________________________________________________
15427 [ 11058] By: jhi on 2001/07/01 04:57:05
15428 Log: Still one typo, regen toc.
15430 ! lib/Unicode/UCD.pm pod/perltoc.pod
15431 ____________________________________________________________________________
15432 [ 11057] By: jhi on 2001/07/01 04:54:35
15433 Log: Detypos and regen toc.
15435 ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
15436 ____________________________________________________________________________
15437 [ 11056] By: jhi on 2001/07/01 04:26:08
15438 Log: VERSION tweak.
15440 ! ext/List/Util/lib/List/Util.pm
15441 ____________________________________________________________________________
15442 [ 11055] By: jhi on 2001/06/30 22:18:37
15443 Log: Attempt at plugging the leak under ithreads detected by Doug.
15446 ____________________________________________________________________________
15447 [ 11054] By: jhi on 2001/06/30 21:33:29
15448 Log: gcc -Wall lint after #11051.
15451 ____________________________________________________________________________
15452 [ 11053] By: jhi on 2001/06/30 21:13:55
15453 Log: Integrate perlio.
15455 !> lib/File/Find/taint.t
15456 ____________________________________________________________________________
15457 [ 11052] By: jhi on 2001/06/30 21:07:38
15458 Log: Don't use the v-strings for module VERSIONs.
15460 ! lib/Unicode/UCD.pm
15461 ____________________________________________________________________________
15462 [ 11051] By: jhi on 2001/06/30 20:59:57
15463 Log: Code cleanup based on turning off the -woffs in IRIX.
15464 Not all of the gripes cleaned up (hairy code in hv.c and
15465 regcomp.c; unused newsp, gimme, and optype from cop.h macros;
15466 unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
15469 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
15470 ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
15471 ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
15473 ____________________________________________________________________________
15474 [ 11050] By: nick on 2001/06/30 20:46:46
15475 Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
15477 ! lib/File/Find/taint.t
15478 ____________________________________________________________________________
15479 [ 11049] By: nick on 2001/06/30 18:13:33
15480 Log: Integrate mainline
15482 +> NetWare/nwstdio.h NetWare/perlsdio.h
15483 +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
15484 +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
15485 +> lib/Unicode/UCD.t t/run/exit.t
15486 !> (integrate 60 files)
15487 ____________________________________________________________________________
15488 [ 11048] By: jhi on 2001/06/30 16:23:39
15491 ! pod/perl572delta.pod
15492 ____________________________________________________________________________
15493 [ 11047] By: jhi on 2001/06/30 16:03:40
15494 Log: More VERSION tuning: to avoid unnecessary Perl upgrades
15495 by CPAN.pm, use rather _00.
15497 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
15498 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
15499 ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
15500 ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
15501 ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
15502 ! lib/ExtUtils/Embed.pm lib/Test.pm
15503 ____________________________________________________________________________
15504 [ 11046] By: jhi on 2001/06/30 15:53:22
15505 Log: Add a simple Unicode character database interface, Unicode::UCD.
15507 + lib/Unicode/UCD.pm lib/Unicode/UCD.t
15509 ____________________________________________________________________________
15510 [ 11045] By: jhi on 2001/06/30 13:42:37
15511 Log: Subject: [PATCH] op/numconver.t
15512 From: Nicholas Clark <nick@ccl4.org>
15513 Date: Sat, 30 Jun 2001 15:40:10 +0100
15514 Message-ID: <20010630154010.I59620@plum.flirble.org>
15516 ! t/op/numconvert.t
15517 ____________________________________________________________________________
15518 [ 11044] By: jhi on 2001/06/30 13:29:25
15519 Log: The $^N is now taken (by #11038).
15522 ____________________________________________________________________________
15523 [ 11043] By: jhi on 2001/06/30 13:15:59
15524 Log: The #11040 had slipped to a wrong function...
15527 ____________________________________________________________________________
15528 [ 11042] By: jhi on 2001/06/30 13:08:25
15529 Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
15530 the Configure library symbol probe mysteriously finds all
15531 symbols but those of pipe() and times().
15534 ____________________________________________________________________________
15535 [ 11041] By: jhi on 2001/06/30 13:01:25
15536 Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
15537 From: Nicholas Clark <nick@ccl4.org>
15538 Date: Fri, 29 Jun 2001 23:49:07 +0100
15539 Message-ID: <20010629234907.D59620@plum.flirble.org>
15542 ____________________________________________________________________________
15543 [ 11040] By: jhi on 2001/06/30 13:00:24
15544 Log: Subject: [PATCH] weakref fix 2, not yet there
15545 From: Artur Bergman <artur@contiller.se>
15546 Date: Sat, 30 Jun 2001 01:18:16 +0200
15547 Message-ID: <B762D957.1CC9%artur@contiller.se>
15550 ____________________________________________________________________________
15551 [ 11039] By: jhi on 2001/06/30 12:59:25
15552 Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
15553 From: Michael G Schwern <schwern@pobox.com>
15554 Date: Fri, 29 Jun 2001 19:39:11 -0400
15555 Message-ID: <20010629193910.D25304@blackrider>
15559 ____________________________________________________________________________
15560 [ 11038] By: jhi on 2001/06/30 12:58:16
15561 Log: Add support for $^N, the most-recently closed group.
15563 ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
15564 ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
15566 ____________________________________________________________________________
15567 [ 11037] By: jhi on 2001/06/30 12:53:40
15568 Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
15569 From: lvirden@cas.org
15570 Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
15571 Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
15573 Subject: [ID 20010630.002] Another editorial tweak to README.solaris
15574 From: lvirden@cas.org
15575 Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
15576 Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
15579 ____________________________________________________________________________
15580 [ 11036] By: jhi on 2001/06/30 12:51:45
15581 Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
15582 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15583 Date: Sat, 30 Jun 2001 07:33:37 +0900
15584 Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
15586 Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
15587 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
15588 Date: Sat, 30 Jun 2001 21:38:14 +0900
15589 Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
15591 + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
15592 + ext/Encode/Encode/7bit-kr.enc
15593 ! MANIFEST ext/Encode/Encode/Tcl.pm
15594 ____________________________________________________________________________
15595 [ 11035] By: jhi on 2001/06/30 12:44:51
15596 Log: NetWare tweaks from Guruprasad.
15598 + NetWare/nwstdio.h NetWare/perlsdio.h
15599 ! MANIFEST NetWare/Makefile NetWare/config.wc
15600 ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
15601 ! NetWare/t/Readme.txt
15602 ____________________________________________________________________________
15603 [ 11034] By: jhi on 2001/06/29 23:28:16
15604 Log: More module $VERSION bump-ups.
15606 ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
15607 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
15608 ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
15609 ____________________________________________________________________________
15610 [ 11033] By: jhi on 2001/06/29 21:25:23
15611 Log: Doc update due to #11032.
15613 ! pod/perl572delta.pod
15614 ____________________________________________________________________________
15615 [ 11032] By: jhi on 2001/06/29 21:19:44
15616 Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
15617 From: Peter Prymmer <pvhp@forte.com>
15618 Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
15619 Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
15621 ! ext/Time/HiRes/HiRes.xs
15622 ____________________________________________________________________________
15623 [ 11031] By: jhi on 2001/06/29 14:31:53
15624 Log: -lpthreads missing in AIX.
15627 ____________________________________________________________________________
15628 [ 11030] By: jhi on 2001/06/29 14:08:12
15629 Log: Subject: [PATCH] CLONE && weakrefs
15630 From: Artur Bergman <artur@contiller.se>
15631 Date: Fri, 29 Jun 2001 17:02:00 +0200
15632 Message-ID: <B7626508.1CA0%artur@contiller.se>
15635 ____________________________________________________________________________
15636 [ 11029] By: jhi on 2001/06/29 14:06:50
15637 Log: Subject: Re: Bug report: split splits on wrong pattern
15638 From: Radu Greab <radu@netsoft.ro>
15639 Date: Wed, 27 Jun 2001 21:50:52 +0300
15640 Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
15642 ! pp_ctl.c t/op/split.t
15643 ____________________________________________________________________________
15644 [ 11028] By: jhi on 2001/06/29 13:47:38
15645 Log: Metaconfig unit change for #11027.
15646 Branch: metaconfig/U/perl
15648 ____________________________________________________________________________
15649 [ 11027] By: jhi on 2001/06/29 13:47:03
15650 Log: I thought this Configure glitch for AIX was just recently fixed?
15653 ____________________________________________________________________________
15654 [ 11026] By: jhi on 2001/06/29 13:14:07
15655 Log: Update Changes.
15657 ! Changes patchlevel.h
15658 ____________________________________________________________________________
15659 [ 11025] By: jhi on 2001/06/29 13:07:57
15660 Log: Subject: Re: perl@10967, File::Find, and Cwd
15661 From: Mike Guy <mjtg@cam.ac.uk>
15662 Date: Fri, 29 Jun 2001 14:56:49 +0100
15663 Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
15665 ! lib/File/Find/taint.t
15666 ____________________________________________________________________________
15667 [ 11024] By: jhi on 2001/06/29 12:39:23
15668 Log: Update the sv_pvprintify() spec.
15671 ____________________________________________________________________________
15672 [ 11023] By: jhi on 2001/06/29 12:33:33
15673 Log: Known test failures update.
15675 ! pod/perl572delta.pod
15676 ____________________________________________________________________________
15677 [ 11022] By: jhi on 2001/06/29 12:24:32
15680 Subject: [PATCH @11016] More );) fixes
15681 From: Richard Soderberg <rs@crystalflame.net>
15682 Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
15683 Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com>
15685 ! ext/Thread/Thread.xs ext/Thread/typemap
15686 ____________________________________________________________________________
15687 [ 11021] By: jhi on 2001/06/29 12:21:51
15688 Log: Subject: [PATCH @11016] Fixes compile errors in four files
15689 From: Richard Soderberg <rs@crystalflame.net>
15690 Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
15691 Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
15693 ! mg.c pp.c pp_hot.c util.c
15694 ____________________________________________________________________________
15695 [ 11020] By: jhi on 2001/06/29 12:05:54
15696 Log: AIX hints tweaking continues, from Merijn Brand.
15699 ____________________________________________________________________________
15700 [ 11019] By: jhi on 2001/06/29 12:05:10
15701 Log: HP-UX needs gccversion sooner, from Merijn Brand.
15704 ____________________________________________________________________________
15705 [ 11018] By: jhi on 2001/06/29 11:52:31
15706 Log: Subject: [PATCH 5.6.1] OS/2 docs
15707 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15708 Date: Fri, 29 Jun 2001 02:34:12 -0400
15709 Message-ID: <20010629023412.A6033@math.ohio-state.edu>
15711 ! README.os2 os2/Changes
15712 ____________________________________________________________________________
15713 [ 11017] By: nick on 2001/06/29 10:20:30
15714 Log: Integrate mainline
15716 +> (branch 37 files)
15717 - ext/ODBM_File/sdbm.t
15718 !> (integrate 211 files)
15719 ____________________________________________________________________________
15720 [ 11016] By: jhi on 2001/06/29 03:38:56
15721 Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
15722 the modules found using a script written by Larry Schatzer Jr.
15724 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
15725 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
15726 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15727 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
15728 ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
15729 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
15730 ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
15731 ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
15732 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
15733 ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
15734 ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
15735 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
15736 ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
15737 ! lib/constant.pm lib/fields.pm lib/strict.pm
15738 ____________________________________________________________________________
15739 [ 11015] By: jhi on 2001/06/29 02:55:58
15740 Log: The latest JPL from the anoncvs.
15742 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
15743 ____________________________________________________________________________
15744 [ 11014] By: jhi on 2001/06/29 02:16:55
15745 Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
15748 ____________________________________________________________________________
15749 [ 11013] By: jhi on 2001/06/28 23:14:53
15750 Log: Worrying about insecure directories now is a bit too late.
15752 ! lib/File/Find/taint.t
15753 ____________________________________________________________________________
15754 [ 11012] By: jhi on 2001/06/28 21:36:36
15755 Log: Cannot DIE() in a void function,
15756 from Richard Hatch <rhatch@austin.ibm.com>.
15758 ! ext/IPC/SysV/SysV.xs
15759 ____________________________________________________________________________
15760 [ 11011] By: jhi on 2001/06/28 19:32:13
15761 Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
15762 From: Peter Prymmer <pvhp@forte.com>
15763 Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
15764 Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
15766 (unfinished: time/hires tests 3, 5, 14 failing, but better
15767 than wholesale failure)
15769 ! ext/Time/HiRes/HiRes.xs
15770 ____________________________________________________________________________
15771 [ 11010] By: jhi on 2001/06/28 19:10:54
15772 Log: Subject: [PATCH 5.6.1] OS/2 improvements
15773 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15774 Date: Thu, 28 Jun 2001 16:03:14 -0400
15775 Message-ID: <20010628160314.A17906@math.ohio-state.edu>
15778 ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
15779 ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
15780 ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
15782 ____________________________________________________________________________
15783 [ 11009] By: jhi on 2001/06/28 18:54:14
15784 Log: Subject: Incrementing Extutils::Manifest's $VERSION
15785 From: Michael G Schwern <schwern@pobox.com>
15786 Date: Thu, 28 Jun 2001 13:13:49 -0400
15787 Message-ID: <20010628131349.A14738@blackrider>
15788 Branch: maint-5.6/perl
15789 ! lib/ExtUtils/Manifest.pm
15790 ____________________________________________________________________________
15791 [ 11008] By: jhi on 2001/06/28 18:52:20
15792 Log: AIX tweak from Merijn Brand.
15795 ____________________________________________________________________________
15796 [ 11007] By: jhi on 2001/06/28 17:46:27
15797 Log: Create the macperl branch.
15798 Branch: maint-5.6/macperl
15799 +> (branch 1728 files)
15800 ____________________________________________________________________________
15801 [ 11006] By: jhi on 2001/06/28 14:46:21
15802 Log: Update Changes.
15804 ! Changes patchlevel.h
15805 ____________________________________________________________________________
15806 [ 11005] By: jhi on 2001/06/28 14:40:11
15807 Log: More Perforce lore.
15809 ! Porting/repository.pod
15810 ____________________________________________________________________________
15811 [ 11004] By: jhi on 2001/06/28 14:12:50
15812 Log: Metaconfig unit changes for #11003.
15813 Branch: metaconfig/U/perl
15814 + d_nl_langinfo.U i_langinfo.U
15815 ____________________________________________________________________________
15816 [ 11003] By: jhi on 2001/06/28 14:12:27
15817 Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
15818 Expected not to exist in non-UNIX excepting in VMS, where
15819 according to a quick web survey they just might.
15821 ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
15822 ! Porting/config_H config_h.SH configure.com epoc/config.sh
15823 ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
15824 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15825 ! win32/config.bc win32/config.gc win32/config.vc
15826 ____________________________________________________________________________
15827 [ 11002] By: jhi on 2001/06/28 13:39:11
15828 Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
15829 in AIX is one is doing a 64-bit build.
15832 ____________________________________________________________________________
15833 [ 11001] By: jhi on 2001/06/28 13:28:37
15834 Log: Metaconfig unit changes for #11000.
15835 Branch: metaconfig/U/perl
15836 ! use64bits.U uselfs.U
15837 ____________________________________________________________________________
15838 [ 11000] By: jhi on 2001/06/28 13:21:16
15839 Log: Move use64bitint and use64bitall before uselargefiles.
15842 ____________________________________________________________________________
15843 [ 10999] By: jhi on 2001/06/28 03:49:07
15844 Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
15845 From: Robert Spier <rspier@pobox.com>
15846 Message-ID: <15162.41164.618712.841415@rls.cx>
15847 Date: Wed, 27 Jun 2001 23:13:16 -0400
15850 ____________________________________________________________________________
15851 [ 10998] By: jhi on 2001/06/28 03:42:57
15852 Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
15853 From: Peter Prymmer <pvhp@forte.com>
15854 Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
15855 Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
15858 ____________________________________________________________________________
15859 [ 10997] By: jhi on 2001/06/28 03:42:12
15860 Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
15861 From: Peter Prymmer <pvhp@forte.com>
15862 Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
15863 Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
15865 ! configure.com ext/Digest/MD5/Makefile.PL
15866 ____________________________________________________________________________
15867 [ 10996] By: jhi on 2001/06/27 20:34:11
15868 Log: Update Changes.
15870 ! Changes patchlevel.h
15871 ____________________________________________________________________________
15872 [ 10995] By: jhi on 2001/06/27 20:06:28
15873 Log: Tiny EPOC updates.
15876 ____________________________________________________________________________
15877 [ 10994] By: jhi on 2001/06/27 19:55:16
15878 Log: The Test::More and Test::Simple tests required help
15879 thanks to our schizophrenic test scheme.
15881 ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15882 ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15883 ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15884 ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15885 ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15886 ____________________________________________________________________________
15887 [ 10993] By: jhi on 2001/06/27 17:17:30
15888 Log: Upgrade to Test::Simple 0.09.
15890 + lib/Test/Simple/Changes
15891 ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
15892 ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15893 ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15894 ! lib/Test/Simple/t/plan_is_noplan.t
15895 ____________________________________________________________________________
15896 [ 10992] By: jhi on 2001/06/27 17:11:28
15897 Log: Upgrade to Test::More 0.07.
15899 + lib/Test/More/Changes
15900 ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
15901 ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
15902 ! lib/Test/More/t/skipall.t
15903 ____________________________________________________________________________
15904 [ 10991] By: jhi on 2001/06/27 17:04:13
15905 Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
15906 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15907 Date: Wed, 27 Jun 2001 18:40:04 +0200
15908 Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
15911 ____________________________________________________________________________
15912 [ 10990] By: jhi on 2001/06/27 17:02:55
15913 Log: Subject: [PATCH README.qnx hints/qnx.sh]
15914 From: Norton Allen <allen@huarp.harvard.edu>
15915 Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
15916 Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
15918 ! README.qnx hints/qnx.sh
15919 ____________________________________________________________________________
15920 [ 10989] By: jhi on 2001/06/27 14:33:53
15921 Log: Subject: [PATCH] two little documentation nits
15922 From: Abhijit Menon-Sen <ams@wiw.org>
15923 Date: Wed, 27 Jun 2001 20:07:50 +0530
15924 Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
15927 ____________________________________________________________________________
15928 [ 10988] By: jhi on 2001/06/27 13:33:32
15929 Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
15930 From: Norton Allen <allen@huarp.harvard.edu>
15931 Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
15932 Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
15934 ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
15935 ____________________________________________________________________________
15936 [ 10987] By: jhi on 2001/06/27 12:14:36
15937 Log: Subject: [PATCH vms/test.com] Adding TODO tests (was: Re: a report on perl@10930 results on a couple of Alphas)
15938 From: Michael G Schwern <schwern@pobox.com>
15939 Date: Wed, 27 Jun 2001 02:34:58 -0400
15940 Message-ID: <20010627023458.K23874@blackrider>
15943 ____________________________________________________________________________
15944 [ 10986] By: jhi on 2001/06/27 12:01:49
15945 Log: Add perl_clone_host() for Netware.
15948 ____________________________________________________________________________
15949 [ 10985] By: jhi on 2001/06/27 11:56:53
15950 Log: GCC 3.0 hints for HP-UX.
15953 ____________________________________________________________________________
15954 [ 10984] By: jhi on 2001/06/27 11:55:06
15955 Log: In some Linux distributions the libndbm is broken
15956 (no null key support), therefore link with libgdbm
15957 (if available), since it has a working ndbm emulation,
15958 from Jonathan Stowe.
15960 + ext/NDBM_File/hints/linux.pl
15962 ____________________________________________________________________________
15963 [ 10983] By: jhi on 2001/06/27 11:48:56
15964 Log: Subject: [PATCH perl@10930] find.t hack for VMS
15965 From: "Craig A. Berry" <craigberry@mac.com>
15966 Date: Tue, 26 Jun 2001 23:40:25 -0500
15967 Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
15969 ! lib/File/Find/find.t
15970 ____________________________________________________________________________
15971 [ 10982] By: jhi on 2001/06/27 11:47:30
15972 Log: AUTHORS updates.
15975 ____________________________________________________________________________
15976 [ 10981] By: jhi on 2001/06/27 11:46:02
15977 Log: Metaconfig unit change like #10980.
15979 ! U/compline/d_stdstdio.U
15980 ____________________________________________________________________________
15981 [ 10980] By: jhi on 2001/06/27 11:45:29
15982 Log: "lose the it's", from Abhijit Menon-Sen.
15983 ("It's" not searched, pods not searched.)
15985 ! Porting/Glossary Porting/config_H README.qnx config_h.SH
15986 ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
15987 ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
15988 ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
15989 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15990 ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
15991 ____________________________________________________________________________
15992 [ 10979] By: jhi on 2001/06/27 11:36:40
15993 Log: "lose the looses", from Abhijit Menon-Sen.
15995 ! ext/B/B/Assembler.pm gv.c
15996 ____________________________________________________________________________
15997 [ 10978] By: jhi on 2001/06/27 11:35:38
15998 Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
16001 ____________________________________________________________________________
16002 [ 10977] By: jhi on 2001/06/27 11:33:28
16003 Log: DEC C 5.3 on the VAX simply doesn't seem to like
16004 compiling the MD5 extension, disable it there for now,
16005 from Peter Prymmer.
16008 ____________________________________________________________________________
16009 [ 10976] By: jhi on 2001/06/26 21:35:40
16010 Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
16011 From: Jonathan Stowe <gellyfish@gellyfish.com>
16012 Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
16013 Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
16016 ____________________________________________________________________________
16017 [ 10975] By: jhi on 2001/06/26 21:32:41
16018 Log: Subject: [PATCH 5.6.1] perlxs misprints
16019 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16020 Date: Tue, 26 Jun 2001 17:20:00 -0400
16021 Message-ID: <20010626172000.A26951@math.ohio-state.edu>
16024 ____________________________________________________________________________
16025 [ 10974] By: jhi on 2001/06/26 21:31:51
16026 Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
16027 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16028 Date: Tue, 26 Jun 2001 17:27:07 -0400
16029 Message-ID: <20010626172707.A27097@math.ohio-state.edu>
16031 ! lib/ExtUtils/MM_Unix.pm
16032 ____________________________________________________________________________
16033 [ 10973] By: jhi on 2001/06/26 21:27:05
16034 Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
16035 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16036 Date: Tue, 26 Jun 2001 17:23:24 -0400
16037 Message-ID: <20010626172324.A27003@math.ohio-state.edu>
16039 ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16040 ____________________________________________________________________________
16041 [ 10972] By: jhi on 2001/06/26 20:27:19
16042 Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
16046 ____________________________________________________________________________
16047 [ 10971] By: jhi on 2001/06/26 19:59:41
16050 ! lib/Memoize/t/tie_sdbm.t
16051 ____________________________________________________________________________
16052 [ 10970] By: jhi on 2001/06/26 19:10:19
16053 Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
16056 ____________________________________________________________________________
16057 [ 10969] By: jhi on 2001/06/26 17:21:31
16058 Log: Subject: [patch] perl_clone+CvFILE
16059 From: Doug MacEachern <dougm@covalent.net>
16060 Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
16061 Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
16064 ____________________________________________________________________________
16065 [ 10968] By: jhi on 2001/06/26 16:48:32
16066 Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
16067 From: Mark-Jason Dominus <mjd@plover.com>
16068 Date: Tue, 26 Jun 2001 12:33:01 -0400
16069 Message-ID: <20010626163301.31298.qmail@plover.com>
16071 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16072 ____________________________________________________________________________
16073 [ 10967] By: jhi on 2001/06/26 14:21:49
16074 Log: Update Changes.
16076 ! Changes patchlevel.h
16077 ____________________________________________________________________________
16078 [ 10966] By: jhi on 2001/06/26 14:08:34
16079 Log: Also catfile() needs now to explicitly exported.
16081 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16082 ____________________________________________________________________________
16083 [ 10965] By: jhi on 2001/06/26 13:57:54
16087 ____________________________________________________________________________
16088 [ 10964] By: jhi on 2001/06/26 13:56:11
16089 Log: Nonexistent pod command.
16091 ! pod/perl572delta.pod
16092 ____________________________________________________________________________
16093 [ 10963] By: jhi on 2001/06/26 13:50:53
16094 Log: Be more portable in the quest for tmpdir.
16096 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
16097 ____________________________________________________________________________
16098 [ 10962] By: jhi on 2001/06/26 13:43:51
16099 Log: Be more portable in finding out the home directory,
16100 and use File::Spec to do the concat.
16101 (Come to think of it, couldn't File::Spec provide
16102 for a ->homedir method?)
16104 ! lib/Net/Config.pm
16105 ____________________________________________________________________________
16106 [ 10961] By: jhi on 2001/06/26 13:37:30
16107 Log: Doc patch for #10959.
16110 ____________________________________________________________________________
16111 [ 10960] By: jhi on 2001/06/26 13:33:07
16112 Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
16113 From: "Philip Newton" <pnewton@gmx.de>
16114 Date: Tue, 26 Jun 2001 16:26:47 +0200
16115 Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
16118 ____________________________________________________________________________
16119 [ 10959] By: jhi on 2001/06/26 13:31:57
16120 Log: Subject: [PATH] shared -> unique;
16121 From: "Artur Bergman" <artur@contiller.se>
16122 Date: Tue, 26 Jun 2001 16:18:40 +0200
16123 Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
16125 Because "shared" isn't: it's read-only.
16128 ____________________________________________________________________________
16129 [ 10958] By: jhi on 2001/06/26 13:28:27
16130 Log: Escape multiline croak messages.
16133 ____________________________________________________________________________
16134 [ 10957] By: jhi on 2001/06/26 13:18:34
16135 Log: No more pragma/*.t for minitest.
16138 ____________________________________________________________________________
16139 [ 10956] By: jhi on 2001/06/26 13:18:00
16140 Log: AUTHORS updates.
16143 ____________________________________________________________________________
16144 [ 10955] By: jhi on 2001/06/26 13:17:05
16145 Log: delta updates.
16147 ! pod/perl572delta.pod
16148 ____________________________________________________________________________
16149 [ 10954] By: jhi on 2001/06/26 12:36:07
16150 Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
16151 From: Artur Bergman <artur@contiller.se>
16152 Date: Tue, 26 Jun 2001 15:32:53 +0200
16153 Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
16155 ! makedef.pl sv.c sv.h win32/perllib.c
16156 ____________________________________________________________________________
16157 [ 10953] By: jhi on 2001/06/26 12:33:55
16158 Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
16159 From: Jonathan Stowe <gellyfish@gellyfish.com>
16160 Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
16161 Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
16163 SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
16165 + ext/Time/HiRes/hints/sco.pl
16167 ____________________________________________________________________________
16168 [ 10952] By: jhi on 2001/06/26 11:57:44
16169 Log: Subject: [PATCH 5.6.1] static build
16170 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16171 Date: Tue, 26 Jun 2001 04:22:25 -0400
16172 Message-ID: <20010626042225.A2604@math.ohio-state.edu>
16174 ! ext/List/Util/Makefile.PL lib/ExtUtils.t
16175 ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16176 ____________________________________________________________________________
16177 [ 10951] By: jhi on 2001/06/26 11:55:59
16178 Log: DJGPP patches from Laszlo Molnar.
16180 ! djgpp/djgpp.c perl.c util.c
16181 ____________________________________________________________________________
16182 [ 10950] By: jhi on 2001/06/26 11:54:32
16183 Log: Netware patches from Ananth Kesari.
16185 ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
16186 ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
16187 ! NetWare/nwtinfo.h
16188 ____________________________________________________________________________
16189 [ 10949] By: jhi on 2001/06/26 11:49:09
16192 ! ext/Errno/Errno_pm.PL
16193 ____________________________________________________________________________
16194 [ 10948] By: jhi on 2001/06/26 03:44:29
16195 Log: There seems to be two ways of spelling the $^O in *STEP.
16197 ! ext/Errno/Errno_pm.PL
16198 ____________________________________________________________________________
16199 [ 10947] By: jhi on 2001/06/26 03:01:01
16200 Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
16201 the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
16203 ! ext/Errno/Errno_pm.PL
16204 ____________________________________________________________________________
16205 [ 10946] By: jhi on 2001/06/26 02:50:46
16206 Log: Known bugs update.
16208 ! pod/perl572delta.pod
16209 ____________________________________________________________________________
16210 [ 10945] By: jhi on 2001/06/26 01:15:39
16211 Log: The default installation of Cygwin has 500 as root's uid.
16214 ____________________________________________________________________________
16215 [ 10944] By: jhi on 2001/06/26 01:12:39
16216 Log: Be even more relaxed (re-allow having only one entry).
16218 ! t/op/grent.t t/op/pwent.t
16219 ____________________________________________________________________________
16220 [ 10943] By: jhi on 2001/06/26 01:03:30
16221 Log: Test failure updates.
16223 ! pod/perl572delta.pod
16224 ____________________________________________________________________________
16225 [ 10942] By: jhi on 2001/06/25 23:32:05
16226 Log: MPE/iX test tweaks from Mark Bixby.
16228 ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
16229 ! t/io/fs.t t/op/stat.t
16230 ____________________________________________________________________________
16231 [ 10941] By: jhi on 2001/06/25 22:18:31
16232 Log: Microperl findings.
16235 ____________________________________________________________________________
16236 [ 10940] By: jhi on 2001/06/25 21:59:29
16237 Log: Touch uconfig.h.
16240 ____________________________________________________________________________
16241 [ 10939] By: jhi on 2001/06/25 21:32:52
16242 Log: Subject: [PATCH] Proposed fix for Pod::Man
16243 From: Rob Napier <rnapier@employees.org>
16244 Date: Mon, 25 Jun 2001 15:49:24 -0400
16245 Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
16247 Cater for Solaris nroff brokenness (shortchanges daisywheel
16248 printers, but hey, we also no more support PDPs.)
16251 ____________________________________________________________________________
16252 [ 10938] By: jhi on 2001/06/25 21:14:41
16253 Log: Typo in #10937.
16255 ! ext/POSIX/sigaction.t
16256 ____________________________________________________________________________
16257 [ 10937] By: jhi on 2001/06/25 19:42:02
16258 Log: SIGCONT not trappable in VMS.
16260 ! ext/POSIX/sigaction.t
16261 ____________________________________________________________________________
16262 [ 10936] By: jhi on 2001/06/25 19:28:13
16263 Log: Subject: [DRAFT] Encode-Tcl.t
16264 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16265 Date: Tue, 26 Jun 2001 03:38:08 +0900
16266 Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
16268 + ext/Encode/Encode/Tcl.t
16269 ! MANIFEST ext/Encode/Encode/Tcl.pm
16270 ____________________________________________________________________________
16271 [ 10935] By: jhi on 2001/06/25 18:40:03
16272 Log: Because of #10932 retract also the perlfunc hunk of #10910.
16275 ____________________________________________________________________________
16276 [ 10934] By: jhi on 2001/06/25 18:27:19
16277 Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
16278 by Ilya Zakharevich in
16279 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
16282 ____________________________________________________________________________
16283 [ 10933] By: jhi on 2001/06/25 18:25:26
16284 Log: Typo in #10889.
16287 ____________________________________________________________________________
16288 [ 10932] By: jhi on 2001/06/25 18:23:30
16289 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
16290 From: Abhijit Menon-Sen <ams@wiw.org>
16291 Date: Mon, 25 Jun 2001 23:45:45 +0530
16292 Message-ID: <20010625234545.A5022@lustre.linux.in>
16294 ! lib/overload.t opcode.h opcode.pl t/op/flip.t
16295 ____________________________________________________________________________
16296 [ 10931] By: jhi on 2001/06/25 17:50:38
16297 Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
16298 From: Michael G Schwern <schwern@pobox.com>
16299 Date: Mon, 25 Jun 2001 14:35:51 -0400
16300 Message-ID: <20010625143551.H13819@blackrider>
16303 ____________________________________________________________________________
16304 [ 10930] By: jhi on 2001/06/25 14:33:46
16305 Log: Update Changes.
16307 ! Changes patchlevel.h
16308 ____________________________________________________________________________
16309 [ 10929] By: jhi on 2001/06/25 14:17:57
16310 Log: Regen toc and modlib.
16312 ! pod/perlmodlib.pod pod/perltoc.pod
16313 ____________________________________________________________________________
16314 [ 10928] By: jhi on 2001/06/25 14:13:09
16315 Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
16316 for the benefit of C++ compilers, as suggested by Guruprasad.
16319 ____________________________________________________________________________
16320 [ 10927] By: jhi on 2001/06/25 14:11:59
16321 Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
16322 From: Jonathan Stowe <gellyfish@gellyfish.com>
16323 Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
16324 Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
16327 ____________________________________________________________________________
16328 [ 10926] By: jhi on 2001/06/25 14:04:07
16329 Log: Missed from #10925.
16332 ____________________________________________________________________________
16333 [ 10925] By: jhi on 2001/06/25 14:00:06
16334 Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
16335 From: Robin Houston <robin@kitsite.com>
16336 Date: Sat, 19 May 2001 16:19:34 +0100
16337 Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
16340 ____________________________________________________________________________
16341 [ 10924] By: jhi on 2001/06/25 13:58:18
16342 Log: Netware README tweak.
16345 ____________________________________________________________________________
16346 [ 10923] By: jhi on 2001/06/25 13:57:13
16347 Log: Subject: [PATCH] Re: overload.t fails
16348 From: Abhijit Menon-Sen <ams@wiw.org>
16349 Date: Mon, 25 Jun 2001 14:52:20 +0530
16350 Message-ID: <20010625145220.A24114@lustre.linux.in>
16353 ____________________________________________________________________________
16354 [ 10922] By: jhi on 2001/06/25 13:56:20
16355 Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
16356 From: Mike Guy <mjtg@cam.ac.uk>
16357 Date: Mon, 25 Jun 2001 11:43:23 +0100
16358 Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
16361 ____________________________________________________________________________
16362 [ 10921] By: jhi on 2001/06/25 13:50:02
16363 Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
16364 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16365 Date: Sun, 24 Jun 2001 05:17:05 -0400
16366 Message-ID: <20010624051704.A27604@math.ohio-state.edu>
16369 ____________________________________________________________________________
16370 [ 10920] By: jhi on 2001/06/25 13:49:13
16371 Log: Subject: [PATCH 5.6.1] crypt() on OS/2
16372 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16373 Date: Mon, 25 Jun 2001 05:52:27 -0400
16374 Message-ID: <20010625055227.A24635@math.ohio-state.edu>
16377 ____________________________________________________________________________
16378 [ 10919] By: jhi on 2001/06/25 13:48:30
16379 Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
16380 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16381 Date: Mon, 25 Jun 2001 05:23:35 -0400
16382 Message-ID: <20010625052334.A24320@math.ohio-state.edu>
16385 ____________________________________________________________________________
16386 [ 10918] By: jhi on 2001/06/25 13:47:46
16387 Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
16388 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16389 Date: Mon, 25 Jun 2001 05:04:32 -0400
16390 Message-ID: <20010625050432.A24128@math.ohio-state.edu>
16392 ! os2/OS2/REXX/DLL/DLL.pm
16393 ____________________________________________________________________________
16394 [ 10917] By: jhi on 2001/06/25 13:44:14
16395 Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
16396 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16397 Date: Mon, 25 Jun 2001 05:02:36 -0400
16398 Message-ID: <20010625050235.A24046@math.ohio-state.edu>
16400 ! mg.c os2/dl_os2.c os2/os2.c
16401 ____________________________________________________________________________
16402 [ 10916] By: jhi on 2001/06/25 13:41:20
16403 Log: Subject: Re: [PATCH 5.6.1] misprints
16404 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16405 Date: Mon, 25 Jun 2001 04:50:50 -0400
16406 Message-ID: <20010625045049.A23965@math.ohio-state.edu>
16408 ! os2/os2.c pp_sys.c
16409 ____________________________________________________________________________
16410 [ 10915] By: jhi on 2001/06/25 13:39:59
16411 Log: Add Test::More and Test::Simple to the delta.
16413 ! pod/perl572delta.pod
16414 ____________________________________________________________________________
16415 [ 10914] By: jhi on 2001/06/25 13:38:08
16416 Log: Add Test::More, from Michael G Schwern.
16418 + lib/Test/More.pm lib/Test/More/t/More.t
16419 + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
16420 + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
16421 + t/lib/Test/More/Catch.pm
16423 ____________________________________________________________________________
16424 [ 10913] By: jhi on 2001/06/25 13:35:41
16425 Log: Add Test::Simple from Michael G Schwern.
16427 + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
16428 + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
16429 + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
16430 + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
16431 + t/lib/Test/Simple/Catch.pm
16432 + t/lib/Test/Simple/sample_tests/death.plx
16433 + t/lib/Test/Simple/sample_tests/death_in_eval.plx
16434 + t/lib/Test/Simple/sample_tests/extras.plx
16435 + t/lib/Test/Simple/sample_tests/five_fail.plx
16436 + t/lib/Test/Simple/sample_tests/last_minute_death.plx
16437 + t/lib/Test/Simple/sample_tests/one_fail.plx
16438 + t/lib/Test/Simple/sample_tests/require.plx
16439 + t/lib/Test/Simple/sample_tests/success.plx
16440 + t/lib/Test/Simple/sample_tests/too_few.plx
16441 + t/lib/Test/Simple/sample_tests/two_fail.plx
16443 ____________________________________________________________________________
16444 [ 10912] By: jhi on 2001/06/25 13:31:57
16445 Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
16446 From: "Craig A. Berry" <craigberry@mac.com>
16447 Date: Sun, 24 Jun 2001 23:41:36 -0500
16448 Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
16451 ____________________________________________________________________________
16452 [ 10911] By: jhi on 2001/06/25 13:05:00
16453 Log: Upgrade to Attribute::Handlers 0.70.
16455 + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16456 ! MANIFEST lib/Attribute/Handlers.pm
16457 ____________________________________________________________________________
16458 [ 10910] By: jhi on 2001/06/25 00:09:27
16459 Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
16460 From: Abhijit Menon-Sen <ams@wiw.org>
16461 Date: Sat, 23 Jun 2001 05:17:44 +0530
16462 Message-ID: <20010623051744.A18583@lustre.linux.in>
16464 (Can't think of a good place to put tests.)
16466 ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
16467 ____________________________________________________________________________
16468 [ 10909] By: jhi on 2001/06/24 23:45:13
16469 Log: Subject: [PATCH] t/op/pat.t typo fix
16470 From: Richard Soderberg <rs@crystalflame.net>
16471 Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
16472 Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
16475 ____________________________________________________________________________
16476 [ 10908] By: jhi on 2001/06/24 22:24:49
16477 Log: Move the pack warnings to their own file, as pointed
16480 + t/lib/warnings/pp_pack
16481 ! MANIFEST t/lib/warnings/pp
16482 ____________________________________________________________________________
16483 [ 10907] By: jhi on 2001/06/24 19:55:15
16484 Log: Update Changes.
16486 ! Changes patchlevel.h
16487 ____________________________________________________________________________
16488 [ 10906] By: jhi on 2001/06/24 19:50:40
16489 Log: Partially fix a problem noticed by IRIX compiler:
16490 the initialization of parse_start was bypassed by
16491 several gotos. Now initialized to zero, which may
16492 not be the best choice.
16495 ____________________________________________________________________________
16496 [ 10905] By: jhi on 2001/06/24 19:43:25
16497 Log: Relax the group and password tests back to moaning only
16498 if no matches at all are found. (Even with a small sample
16499 I could find many sites where there are, umm, anomalies in
16500 the said databases.)
16502 ! t/op/grent.t t/op/pwent.t
16503 ____________________________________________________________________________
16504 [ 10904] By: jhi on 2001/06/24 18:45:55
16505 Log: Argh. How hard it can be to re-apply a patch manually? :-)
16508 ____________________________________________________________________________
16509 [ 10903] By: jhi on 2001/06/24 18:40:52
16510 Log: De-cut-and-pasto in #10902.
16513 ____________________________________________________________________________
16514 [ 10902] By: jhi on 2001/06/24 18:35:18
16515 Log: The #10771 didn't take?
16518 ____________________________________________________________________________
16519 [ 10901] By: jhi on 2001/06/24 18:29:50
16520 Log: Undo the filetests part of #10900, under multiplicity
16521 weird errors take place.
16524 ____________________________________________________________________________
16525 [ 10900] By: jhi on 2001/06/24 18:20:36
16526 Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
16528 ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
16529 ____________________________________________________________________________
16530 [ 10899] By: jhi on 2001/06/24 17:00:34
16531 Log: (Replaced by #10922)
16533 Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
16534 From: Tony Bowden <tony@kasei.com>
16535 Date: Sun, 24 Jun 2001 17:32:40 +0100
16536 Message-ID: <20010624173240.A16293@blackstar.co.uk>
16538 Document (well, mention) shortmess() and longmess()
16539 to rob people of their fun of reinventing the weel.
16542 ____________________________________________________________________________
16543 [ 10898] By: jhi on 2001/06/24 16:51:40
16544 Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
16545 From: Brian Jepson <bjepson@oreilly.com>
16546 Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
16547 Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
16550 ____________________________________________________________________________
16551 [ 10897] By: jhi on 2001/06/24 16:38:23
16552 Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
16553 From: Robin Barker <rmb1@cise.npl.co.uk>
16554 Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
16555 Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
16558 ____________________________________________________________________________
16559 [ 10896] By: jhi on 2001/06/24 16:36:32
16560 Log: Memoize patch from mjd.
16562 ! lib/Memoize/t/tie_storable.t
16563 ____________________________________________________________________________
16564 [ 10895] By: jhi on 2001/06/24 16:33:59
16565 Log: Spec the sv_pvprintify() a bit more.
16568 ____________________________________________________________________________
16569 [ 10894] By: jhi on 2001/06/24 14:43:36
16570 Log: Upgrade to Memoize 0.65.
16572 + lib/Memoize/t/array_confusion.t
16573 ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
16574 ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
16575 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
16576 ! lib/Memoize/README lib/Memoize/SDBM_File.pm
16577 ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
16578 ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
16579 ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
16580 ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
16581 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
16582 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
16583 ! lib/Memoize/t/tie_storable.t
16584 ____________________________________________________________________________
16585 [ 10893] By: jhi on 2001/06/24 14:21:09
16586 Log: Metaconfig unit change for #10892.
16588 ! U/modified/Options.U
16589 ____________________________________________________________________________
16590 [ 10892] By: jhi on 2001/06/24 14:20:38
16591 Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
16592 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16593 Date: Sun, 24 Jun 2001 05:24:40 -0400
16594 Message-ID: <20010624052440.A27698@math.ohio-state.edu>
16596 ! Configure hints/os2.sh
16597 ____________________________________________________________________________
16598 [ 10891] By: jhi on 2001/06/24 13:50:26
16599 Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
16600 From: Mike Guy <mjtg@cam.ac.uk>
16601 Date: Sun, 24 Jun 2001 15:28:39 +0100
16602 Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
16604 Fix an ancient (5.002) bug.
16606 ! lib/Carp/Heavy.pm
16607 ____________________________________________________________________________
16608 [ 10890] By: jhi on 2001/06/24 13:44:43
16609 Log: The #10881 was too vigorous in pp_system() in moving 'unused'
16613 ____________________________________________________________________________
16614 [ 10889] By: jhi on 2001/06/24 13:24:00
16615 Log: Make UTS as per #10888.
16618 ____________________________________________________________________________
16619 [ 10888] By: jhi on 2001/06/24 13:21:23
16620 Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
16622 ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
16623 ! mpeix/mpeixish.h perl.h unixish.h
16624 ____________________________________________________________________________
16625 [ 10887] By: jhi on 2001/06/24 13:15:45
16626 Log: AUTHORS update.
16629 ____________________________________________________________________________
16630 [ 10886] By: jhi on 2001/06/24 13:14:31
16631 Log: Subject: Encode::Tcl for multibyte doesnot work
16632 From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16633 Date: Sun, 24 Jun 2001 22:48:21 +0900
16634 Message-Id: <20010624223252.6658.BQW10602@nifty.com>
16636 ! ext/Encode/Encode/Tcl.pm
16637 ____________________________________________________________________________
16638 [ 10885] By: jhi on 2001/06/24 13:12:46
16639 Log: Subject: [PATCH] Remove tautology in error messages
16640 From: Mike Guy <mjtg@cam.ac.uk>
16641 Date: Sun, 24 Jun 2001 13:31:00 +0100
16642 Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
16645 ____________________________________________________________________________
16646 [ 10884] By: jhi on 2001/06/24 13:11:36
16647 Log: Darwin needs -traditional-cpp for cppflags to build Errno.
16650 ____________________________________________________________________________
16651 [ 10883] By: jhi on 2001/06/24 13:09:55
16652 Log: Subject: Re: [PATCH 5.6.1] test suite
16653 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16654 Date: Sun, 24 Jun 2001 05:47:05 -0400
16655 Message-ID: <20010624054705.A27890@math.ohio-state.edu>
16659 ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
16660 ____________________________________________________________________________
16661 [ 10882] By: jhi on 2001/06/24 13:07:46
16662 Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
16663 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16664 Date: Sun, 24 Jun 2001 05:37:19 -0400
16665 Message-ID: <20010624053719.A27866@math.ohio-state.edu>
16667 ! os2/dl_os2.c os2/os2.c os2/os2ish.h
16668 ____________________________________________________________________________
16669 [ 10881] By: jhi on 2001/06/24 13:05:24
16670 Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
16671 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16672 Date: Sun, 24 Jun 2001 05:34:50 -0400
16673 Message-ID: <20010624053450.A27856@math.ohio-state.edu>
16675 Pacify compiler warnings.
16678 ____________________________________________________________________________
16679 [ 10880] By: jhi on 2001/06/24 13:02:30
16680 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
16681 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16682 Date: Sun, 24 Jun 2001 05:21:18 -0400
16683 Message-ID: <20010624052118.A27615@math.ohio-state.edu>
16685 Enable compression of executables during link time.
16688 ____________________________________________________________________________
16689 [ 10879] By: jhi on 2001/06/24 13:00:47
16690 Log: Subject: Re: [PATCH 5.6.1] OS2 linking
16691 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16692 Date: Sun, 24 Jun 2001 05:15:11 -0400
16693 Message-ID: <20010624051511.A27544@math.ohio-state.edu>
16695 Add ordinals to the export list for Perl DLL.
16696 (Breaks intra-version DLL compatibility.)
16699 ____________________________________________________________________________
16700 [ 10878] By: jhi on 2001/06/24 02:12:04
16701 Log: Allow (displaying and) re-editing the Subject in perlbug.
16702 Also abstract the Subject quality control into a function.
16705 ____________________________________________________________________________
16706 [ 10877] By: jhi on 2001/06/24 01:40:53
16707 Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
16710 ____________________________________________________________________________
16711 [ 10876] By: jhi on 2001/06/24 01:37:05
16712 Log: Regen toc and modlib.
16714 ! pod/perlmodlib.pod pod/perltoc.pod
16715 ____________________________________________________________________________
16716 [ 10875] By: jhi on 2001/06/24 01:29:33
16717 Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
16718 by John Peacock. (Can be 'ntea' which means emulate UNIX file
16719 attribute semantics as much as possible, or 'ntsec' which uses
16720 native NTFS semantics.) (See also #10877.)
16723 ____________________________________________________________________________
16724 [ 10874] By: jhi on 2001/06/23 23:57:28
16725 Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
16727 ! lib/Test/Harness.pm
16728 ____________________________________________________________________________
16729 [ 10873] By: jhi on 2001/06/23 23:36:56
16730 Log: Just zap the -uPerlio.
16733 ____________________________________________________________________________
16734 [ 10872] By: jhi on 2001/06/23 21:29:10
16735 Log: Do not test PerlIO if PerlIO not used.
16737 ! ext/PerlIO/PerlIO.t
16738 ____________________________________________________________________________
16739 [ 10871] By: jhi on 2001/06/23 21:12:49
16740 Log: Regen perlapi.
16743 ____________________________________________________________________________
16744 [ 10870] By: jhi on 2001/06/23 21:03:31
16745 Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
16746 From: Nicholas Clark <nick@ccl4.org>
16747 Date: Sat, 23 Jun 2001 22:55:47 +0100
16748 Message-ID: <20010623225547.Z98663@plum.flirble.org>
16751 ____________________________________________________________________________
16752 [ 10869] By: jhi on 2001/06/23 17:13:21
16753 Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
16754 From: Prymmer/Kahn <pvhp@best.com>
16755 Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
16756 Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
16759 ____________________________________________________________________________
16760 [ 10868] By: jhi on 2001/06/23 16:04:38
16761 Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
16762 cygwin does not taint cwd, just like win32.
16764 ! lib/File/Find/taint.t t/op/taint.t
16765 ____________________________________________________________________________
16766 [ 10867] By: jhi on 2001/06/23 15:39:15
16767 Log: Retract #10865, the patch should be unnecessary.
16768 (But seemingly helpful in Cygwin? Strange.)
16770 ! lib/Memoize/t/tie_ndbm.t
16771 ____________________________________________________________________________
16772 [ 10866] By: jhi on 2001/06/23 15:06:30
16773 Log: Misplaced test file; plus Cygwin filesystem semantics.
16775 + ext/SDBM_File/sdbm.t
16776 - ext/ODBM_File/sdbm.t
16778 ____________________________________________________________________________
16779 [ 10865] By: jhi on 2001/06/23 15:01:02
16780 Log: (Retracted by #10867.)
16782 ! lib/Memoize/t/tie_ndbm.t
16783 ____________________________________________________________________________
16784 [ 10864] By: jhi on 2001/06/23 14:25:43
16785 Log: Metaconfig unit change for #10863.
16786 Branch: metaconfig/U/perl
16788 ____________________________________________________________________________
16789 [ 10863] By: jhi on 2001/06/23 14:25:20
16790 Log: In Cygwin do not build NDBM_File and ODBM_File unless
16791 -lndbm and -ldbm are available.
16793 ! Configure config_h.SH
16794 ____________________________________________________________________________
16795 [ 10862] By: jhi on 2001/06/23 14:02:14
16796 Log: More Cygwin filesystem semantics.
16798 ! t/io/fs.t t/op/stat.t
16799 ____________________________________________________________________________
16800 [ 10861] By: jhi on 2001/06/23 13:38:00
16801 Log: More DOSish permission semantics for Cygwin.
16803 ! lib/AnyDBM_File.t
16804 ____________________________________________________________________________
16805 [ 10860] By: jhi on 2001/06/23 13:32:41
16806 Log: Cygwin too has different permission semantics.
16808 ! ext/GDBM_File/gdbm.t
16809 ____________________________________________________________________________
16810 [ 10859] By: jhi on 2001/06/23 13:30:06
16811 Log: The group (and assumedly passwd) databases can have
16812 only one entry (this is the case in cygwin).
16814 ! t/op/grent.t t/op/pwent.t
16815 ____________________________________________________________________________
16816 [ 10858] By: jhi on 2001/06/23 13:16:26
16817 Log: Also in Cygwin use Socket to figure out domainname
16818 (if any) (avoids trying to call external 'domainname',
16819 which doesn't at the moment exist in Cygwin)
16821 ! lib/Net/Domain.pm
16822 ____________________________________________________________________________
16823 [ 10857] By: jhi on 2001/06/23 12:48:32
16824 Log: Remove also the lib$Foo.def, not just $Foo.def.
16826 ! lib/ExtUtils/MM_Unix.pm
16827 ____________________________________________________________________________
16828 [ 10856] By: jhi on 2001/06/23 12:21:53
16829 Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
16832 ____________________________________________________________________________
16833 [ 10855] By: jhi on 2001/06/23 12:14:15
16834 Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
16835 to match the whole isprint(), only the space character.
16837 ! handy.h pod/perlre.pod t/op/pat.t
16838 ____________________________________________________________________________
16839 [ 10854] By: nick on 2001/06/23 08:09:33
16840 Log: Integrate mainline
16842 !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
16843 !> lib/ExtUtils.t lib/File/Find/taint.t
16844 !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
16845 !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
16846 !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16847 ____________________________________________________________________________
16848 [ 10853] By: jhi on 2001/06/23 03:48:09
16849 Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
16850 with its floats in os390 and s390 (UTS).
16852 ! lib/Math/BigInt/t/bigintpm.t
16853 ____________________________________________________________________________
16854 [ 10852] By: jhi on 2001/06/23 03:38:53
16855 Log: Add also UTS (s390) to the non-IEEE float platforms.
16858 ____________________________________________________________________________
16859 [ 10851] By: jhi on 2001/06/23 03:36:04
16860 Log: Subject: RFC: what are applicable standards for exponent sizes?
16861 From: Peter Prymmer <pvhp@forte.com>
16862 Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
16863 Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
16866 ____________________________________________________________________________
16867 [ 10850] By: jhi on 2001/06/23 03:29:04
16868 Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
16869 From: Peter Prymmer <pvhp@forte.com>
16870 Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
16871 Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
16873 ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
16874 ____________________________________________________________________________
16875 [ 10849] By: jhi on 2001/06/23 03:27:21
16876 Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
16877 From: Peter Prymmer <pvhp@forte.com>
16878 Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
16879 Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
16882 ____________________________________________________________________________
16883 [ 10848] By: jhi on 2001/06/22 21:51:31
16884 Log: Retract #10845.
16886 ! lib/File/Find/taint.t
16887 ____________________________________________________________________________
16888 [ 10847] By: jhi on 2001/06/22 21:50:38
16889 Log: Yet another error message.
16892 ____________________________________________________________________________
16893 [ 10846] By: jhi on 2001/06/22 21:48:39
16894 Log: The croak message for nonexistent socket functions may vary.
16896 ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
16897 ____________________________________________________________________________
16898 [ 10845] By: jhi on 2001/06/22 21:42:38
16899 Log: (Retracted by #10848.)
16901 ! lib/File/Find/taint.t
16902 ____________________________________________________________________________
16903 [ 10844] By: jhi on 2001/06/22 21:32:58
16904 Log: Integrate perlio.
16906 !> lib/File/Find/taint.t t/op/write.t
16907 ____________________________________________________________________________
16908 [ 10843] By: nick on 2001/06/22 21:24:51
16909 Log: Back out debug in taint.t
16911 ! lib/File/Find/taint.t
16912 ____________________________________________________________________________
16913 [ 10842] By: jhi on 2001/06/22 21:20:02
16914 Log: setitimer() does not exist in Unicos, despite of what
16915 Configure thinks, from Mark P. Lutz.
16918 ____________________________________________________________________________
16919 [ 10841] By: nick on 2001/06/22 21:19:36
16920 Log: Skip cwd test on Win32 ???
16922 ! lib/File/Find/taint.t
16923 ____________________________________________________________________________
16924 [ 10840] By: jhi on 2001/06/22 21:17:34
16925 Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
16926 and Tru64 gcc -Wall happy.
16929 ____________________________________________________________________________
16930 [ 10839] By: jhi on 2001/06/22 21:15:32
16931 Log: The packs must be done in native shorts, fix from Mark P. Lutz.
16933 ! ext/IPC/SysV/Semaphore.pm
16934 ____________________________________________________________________________
16935 [ 10838] By: jhi on 2001/06/22 21:12:02
16936 Log: Metaconfig unit change for #10837.
16937 Branch: metaconfig/U/perl
16939 ____________________________________________________________________________
16940 [ 10837] By: jhi on 2001/06/22 21:09:42
16941 Log: Cleanup of the cross-compilation unit.
16944 ____________________________________________________________________________
16945 [ 10836] By: nick on 2001/06/22 20:45:12
16946 Log: Skip |- based op/write.t on Win32 as well as VMS
16949 ____________________________________________________________________________
16950 [ 10835] By: jhi on 2001/06/22 20:44:20
16951 Log: Integrate perlio.
16954 ____________________________________________________________________________
16955 [ 10834] By: nick on 2001/06/22 20:41:54
16956 Log: Integrate mainline
16958 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16959 !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
16961 ____________________________________________________________________________
16962 [ 10833] By: nick on 2001/06/22 20:22:58
16966 ____________________________________________________________________________
16967 [ 10832] By: jhi on 2001/06/22 20:13:02
16968 Log: Metaconfig unit changes for #10831.
16970 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
16971 ____________________________________________________________________________
16972 [ 10831] By: jhi on 2001/06/22 20:12:29
16973 Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
16974 From: Andy Dougherty <doughera@lafayette.edu>
16975 Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
16976 Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
16978 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16979 ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
16980 ____________________________________________________________________________
16981 [ 10830] By: jhi on 2001/06/22 19:50:15
16982 Log: MPE/iX prototype nits from Mark Bixby.
16985 ____________________________________________________________________________
16986 [ 10829] By: jhi on 2001/06/22 16:25:16
16990 ____________________________________________________________________________
16991 [ 10828] By: nick on 2001/06/22 15:33:37
16992 Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
16995 !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
16996 !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
16997 !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
16998 !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
16999 !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17000 !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
17001 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
17002 !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
17004 ____________________________________________________________________________
17005 [ 10827] By: jhi on 2001/06/22 14:15:26
17006 Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
17007 Date: Fri, 22 Jun 2001 10:08:35 -0500
17008 From: "Craig A. Berry" <craigberry@mac.com>
17009 Message-Id: <a05101001b75908704194@[192.168.56.145]>
17011 ! vms/vms.c vms/vmsish.h
17012 ____________________________________________________________________________
17013 [ 10826] By: jhi on 2001/06/22 13:35:37
17014 Log: NetWare scripts tweak from Ananth Kesari.
17016 ! NetWare/t/NWScripts.pl
17017 ____________________________________________________________________________
17018 [ 10825] By: jhi on 2001/06/22 13:00:55
17019 Log: Update Changes.
17021 ! Changes patchlevel.h
17022 ____________________________________________________________________________
17023 [ 10824] By: jhi on 2001/06/22 12:46:56
17024 Log: Add .i and .s targets.
17027 ____________________________________________________________________________
17028 [ 10823] By: jhi on 2001/06/22 12:25:20
17029 Log: Upgrade to Locale::Maketext 1.03.
17031 ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17032 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
17033 ____________________________________________________________________________
17034 [ 10822] By: jhi on 2001/06/22 12:23:57
17035 Log: Upgrade to I18N::LangTags 0.26.
17037 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
17038 ! lib/I18N/LangTags/test.pl
17039 ____________________________________________________________________________
17040 [ 10821] By: jhi on 2001/06/22 12:16:41
17041 Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
17044 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17045 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17046 ____________________________________________________________________________
17047 [ 10820] By: jhi on 2001/06/22 12:13:37
17048 Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
17049 From: Prymmer/Kahn <pvhp@best.com>
17050 Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
17051 Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
17054 ! MANIFEST utils/h2xs.PL
17055 ____________________________________________________________________________
17056 [ 10819] By: jhi on 2001/06/22 12:11:56
17057 Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
17058 From: Prymmer/Kahn <pvhp@best.com>
17059 Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
17060 Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
17063 ____________________________________________________________________________
17064 [ 10818] By: jhi on 2001/06/22 12:11:08
17065 Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
17066 From: Prymmer/Kahn <pvhp@best.com>
17067 Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
17068 Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
17071 ____________________________________________________________________________
17072 [ 10817] By: jhi on 2001/06/22 12:10:05
17073 Log: AUTHORS update.
17076 ____________________________________________________________________________
17077 [ 10816] By: jhi on 2001/06/22 12:08:24
17078 Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
17079 From: "Craig A. Berry" <craigberry@mac.com>
17080 Date: Thu, 21 Jun 2001 18:20:38 -0500
17081 Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
17083 ! ext/POSIX/POSIX.xs
17084 ____________________________________________________________________________
17085 [ 10815] By: jhi on 2001/06/22 12:07:19
17086 Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
17087 From: "Craig A. Berry" <craigberry@mac.com>
17088 Date: Thu, 21 Jun 2001 09:58:52 -0500
17089 Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
17091 ! ext/B/Deparse.t t/op/write.t
17092 ____________________________________________________________________________
17093 [ 10814] By: nick on 2001/06/22 08:13:09
17094 Log: Integrate mainline.
17096 !> (integrate 46 files)
17097 ____________________________________________________________________________
17098 [ 10813] By: jhi on 2001/06/22 02:48:58
17099 Log: Change the prefixes only if $prefix is unset,
17100 as originally patched by Marcel Grunauer.
17102 ! hints/darwin.sh hints/rhapsody.sh
17103 ____________________________________________________________________________
17104 [ 10812] By: jhi on 2001/06/22 02:44:41
17105 Log: Subject: Re: Patch for hints/darwin.sh
17106 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
17107 Date: Thu, 21 Jun 2001 11:23:46 -0700
17108 Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
17110 ! hints/darwin.sh hints/rhapsody.sh
17111 ____________________________________________________________________________
17112 [ 10811] By: jhi on 2001/06/22 02:34:27
17113 Log: Add .PHONY targets for non-file targets,
17114 from Wilfredo Sánchez. Should help saying
17115 "make install" on case-insensitive filesystems.
17118 ____________________________________________________________________________
17119 [ 10810] By: jhi on 2001/06/22 02:01:23
17120 Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
17121 From: Doug MacEachern <dougm@covalent.net>
17122 Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
17123 Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
17125 plus reword the getcwd() comment, plus use getcwd() buffer
17129 ____________________________________________________________________________
17130 [ 10809] By: jhi on 2001/06/22 01:16:58
17131 Log: More gprofing from Doug MacEachern.
17134 ____________________________________________________________________________
17135 [ 10808] By: jhi on 2001/06/22 01:15:11
17136 Log: Metaconfig unit change for #10807.
17137 Branch: metaconfig/U/perl
17139 ____________________________________________________________________________
17140 [ 10807] By: jhi on 2001/06/22 01:14:43
17141 Log: Tell that you are removing the unneeded -lsfio.
17144 ____________________________________________________________________________
17145 [ 10806] By: jhi on 2001/06/22 01:03:14
17146 Log: More MPE/iX tweaks from Mark Bixby.
17148 ! perl.c t/op/magic.t
17149 ____________________________________________________________________________
17150 [ 10805] By: jhi on 2001/06/21 22:41:11
17151 Log: The fchdir() proto is supposed to live in <unistd.h>.
17154 ____________________________________________________________________________
17155 [ 10804] By: jhi on 2001/06/21 22:24:42
17156 Log: This town is too small for the Cwd extension and me,
17160 ____________________________________________________________________________
17161 [ 10803] By: jhi on 2001/06/21 21:54:00
17162 Log: Metaconfig unit change for #10802.
17163 Branch: metaconfig/U/perl
17165 ____________________________________________________________________________
17166 [ 10802] By: jhi on 2001/06/21 21:53:37
17170 ____________________________________________________________________________
17171 [ 10801] By: jhi on 2001/06/21 21:38:38
17172 Log: Off-by-one. I'm so classic.
17175 ____________________________________________________________________________
17176 [ 10800] By: jhi on 2001/06/21 20:10:19
17177 Log: Update Changes.
17179 ! Changes patchlevel.h
17180 ____________________________________________________________________________
17181 [ 10799] By: jhi on 2001/06/21 20:03:54
17182 Log: Subject: Documentation patch for Net::FTP
17183 From: Marcel Grunauer <marcel@codewerk.com>
17184 Date: Wed, 20 Jun 2001 23:03:26 +0200
17185 Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
17188 ____________________________________________________________________________
17189 [ 10798] By: jhi on 2001/06/21 20:01:14
17190 Log: Retract the #10417 mg.c and embed.pl parts because of
17191 strange SEGVs in 64bit x86 FreeBSD observed by
17194 ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
17195 ____________________________________________________________________________
17196 [ 10797] By: jhi on 2001/06/21 19:40:34
17197 Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
17199 ! Configure NetWare/config.wc NetWare/config_H.wc
17200 ! Porting/Glossary Porting/config.sh Porting/config_H
17201 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17202 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17203 ! vos/config.ga.h win32/config.bc win32/config.gc
17204 ! win32/config.vc win32/config_H.bc win32/config_H.gc
17205 ! win32/config_H.vc
17206 ____________________________________________________________________________
17207 [ 10796] By: jhi on 2001/06/21 19:08:28
17208 Log: Cwd tweak from Doug MacEachern.
17211 ____________________________________________________________________________
17212 [ 10795] By: jhi on 2001/06/21 19:03:48
17213 Log: Protect the fchdir() and lstat() with ifdefs.
17214 fchdir() needs a Configure probe.
17217 ____________________________________________________________________________
17218 [ 10794] By: nick on 2001/06/21 17:11:35
17219 Log: Integrate mainline
17221 +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
17222 +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
17223 +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
17224 +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
17225 +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
17226 +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
17227 +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
17228 +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
17229 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
17230 - lib/File/Glob/case.t lib/File/Glob/global.t
17231 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
17232 - lib/File/Temp/posix.t lib/File/Temp/security.t
17233 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
17234 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
17235 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
17236 - lib/Text/Wrap/wrap.t
17237 !> (integrate 41 files)
17238 ____________________________________________________________________________
17239 [ 10793] By: jhi on 2001/06/21 17:01:26
17240 Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
17241 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17242 Date: Thu, 21 Jun 2001 13:04:54 -0500
17243 Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
17246 ____________________________________________________________________________
17247 [ 10792] By: jhi on 2001/06/21 16:13:57
17248 Log: Subject: [PATCH pod] overlong =item
17249 From: Robin Barker <rmb1@cise.npl.co.uk>
17250 Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
17251 Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
17253 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
17254 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17255 ____________________________________________________________________________
17256 [ 10791] By: jhi on 2001/06/21 16:10:51
17257 Log: Subject: [PATCH perlio.c] format
17258 From: Robin Barker <rmb1@cise.npl.co.uk>
17259 Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
17260 Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
17263 ____________________________________________________________________________
17264 [ 10790] By: jhi on 2001/06/21 15:52:04
17265 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
17266 From: Radu Greab <radu@netsoft.ro>
17267 Date: Thu, 21 Jun 2001 19:06:02 +0300
17268 Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
17270 ! pod/perlapi.pod sv.c
17271 ____________________________________________________________________________
17272 [ 10789] By: jhi on 2001/06/21 14:48:25
17273 Log: The metaconfig unit changes for #10788.
17274 Branch: metaconfig/U/perl
17275 ! Cross.U fflushall.U
17276 ____________________________________________________________________________
17277 [ 10788] By: jhi on 2001/06/21 14:47:48
17278 Log: Cross-configuration changes: make $from to rm the files
17279 before copying them over (this means that he rm can be
17280 removed from the fflushall test), create $targetmkdir
17281 (not documented in install since it is supposed to internal
17282 use only), make $run to copy over the executable only if
17283 a stamp file .xok doesn't already exist (to avoid unnecessary
17284 copying of the executable)
17286 ! Configure Makefile.SH
17287 ____________________________________________________________________________
17288 [ 10787] By: nick on 2001/06/21 14:16:18
17289 Log: Integrate mainline
17291 +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
17292 +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
17293 +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
17294 - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
17295 !> (integrate 34 files)
17296 ____________________________________________________________________________
17297 [ 10786] By: jhi on 2001/06/21 13:59:32
17298 Log: Re-add the files as text.
17300 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
17301 ____________________________________________________________________________
17302 [ 10785] By: jhi on 2001/06/21 13:57:55
17303 Log: Delete the binary files.
17305 - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
17306 ____________________________________________________________________________
17307 [ 10784] By: jhi on 2001/06/21 13:49:47
17308 Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
17309 From: Andy Dougherty <doughera@lafayette.edu>
17310 Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
17311 Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
17313 ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
17314 ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
17315 ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
17316 ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
17317 ____________________________________________________________________________
17318 [ 10783] By: jhi on 2001/06/21 13:46:50
17319 Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
17320 From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
17321 Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST)
17322 Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
17324 Setting umask to something friendlier.
17326 ! installman installperl
17327 ____________________________________________________________________________
17328 [ 10782] By: jhi on 2001/06/21 13:42:17
17329 Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
17330 Resort MANIFEST with sort -f, looks much better.
17332 + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
17333 + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
17334 + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
17335 + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
17336 + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
17337 + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
17338 + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
17339 + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
17340 - lib/Attribute/Handlers.t lib/File/Glob/basic.t
17341 - lib/File/Glob/case.t lib/File/Glob/global.t
17342 - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
17343 - lib/File/Temp/posix.t lib/File/Temp/security.t
17344 - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
17345 - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
17346 - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
17347 - lib/Text/Wrap/wrap.t
17349 ____________________________________________________________________________
17350 [ 10781] By: jhi on 2001/06/21 13:16:04
17351 Log: Upgrade to I18N::LangTags 0.25.
17353 ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
17354 ! lib/I18N/LangTags/List.pm
17355 ____________________________________________________________________________
17356 [ 10780] By: jhi on 2001/06/21 13:12:54
17357 Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
17358 From: Richard Soderberg <rs@crystalflame.net>
17359 Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
17360 Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
17362 ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
17363 ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
17364 ____________________________________________________________________________
17365 [ 10779] By: jhi on 2001/06/21 12:59:57
17366 Log: Test obsoleted by change #10777.
17369 ____________________________________________________________________________
17370 [ 10778] By: jhi on 2001/06/21 12:52:37
17371 Log: Case of confused test numbering.
17374 ____________________________________________________________________________
17375 [ 10777] By: jhi on 2001/06/21 12:30:57
17376 Log: Subject: Re: Opinion on undef lvalue
17377 From: Abhijit Menon-Sen <ams@wiw.org>
17378 Date: Sun, 17 Jun 2001 13:04:46 +0530
17379 Message-ID: <20010617130446.B27925@lustre.linux.in>
17381 Allow lvalue subs to return undef in array context.
17384 ____________________________________________________________________________
17385 [ 10776] By: jhi on 2001/06/21 12:27:48
17386 Log: Just a guess that using the same hack for cygwin as
17387 for win32 might help.
17389 ! lib/File/Find/find.t
17390 ____________________________________________________________________________
17391 [ 10775] By: jhi on 2001/06/21 12:25:58
17392 Log: NetWare tweaks from Guruprasad.
17394 ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
17395 ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
17396 ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
17397 ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
17398 ____________________________________________________________________________
17399 [ 10774] By: jhi on 2001/06/21 12:21:17
17400 Log: Subject: Re: perl@10722: Bogus warnings on REs
17401 From: Hugo <hv@crypt.compulink.co.uk>
17402 Date: Thu, 21 Jun 2001 09:51:17 +0100
17403 Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
17405 Unroll to avoid a UTS compiler bug.
17408 ____________________________________________________________________________
17409 [ 10773] By: jhi on 2001/06/21 12:13:13
17410 Log: Subject: Re: [PATCH] Make /o work under i?threads
17411 From: Artur Bergman <artur@contiller.se>
17412 Date: Thu, 21 Jun 2001 14:38:03 +0200
17413 Message-ID: <B757B74A.184D%artur@contiller.se>
17416 ____________________________________________________________________________
17417 [ 10772] By: jhi on 2001/06/21 12:12:23
17418 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
17419 From: Artur Bergman <artur@contiller.se>
17420 Date: Thu, 21 Jun 2001 14:27:33 +0200
17421 Message-ID: <B757B4D4.1849%artur@contiller.se>
17423 Plus extra parentheses.
17426 ____________________________________________________________________________
17427 [ 10771] By: jhi on 2001/06/21 12:10:29
17428 Log: Subject: [PATCH] Make /o work under i?threads
17429 From: Richard Soderberg <rs@crystalflame.net>
17430 Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
17431 Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
17434 ____________________________________________________________________________
17435 [ 10770] By: jhi on 2001/06/21 12:09:28
17436 Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
17437 From: Artur Bergman <artur@contiller.se>
17438 Date: Thu, 21 Jun 2001 14:04:54 +0200
17439 Message-ID: <B757AF86.1842%artur@contiller.se>
17442 ____________________________________________________________________________
17443 [ 10769] By: jhi on 2001/06/21 12:08:03
17444 Log: Subject: Re: perl@10765: sv.c not OK on win32
17445 From: Artur Bergman <artur@contiller.se>
17446 Date: Thu, 21 Jun 2001 10:31:06 +0200
17447 Message-ID: <B7577D69.182C%artur@contiller.se>
17450 ____________________________________________________________________________
17451 [ 10768] By: jhi on 2001/06/21 12:03:56
17452 Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
17453 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17454 Date: Thu, 21 Jun 2001 06:23:56 -0400
17455 Message-ID: <20010621062356.A8619@math.ohio-state.edu>
17457 Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
17458 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17459 Date: Thu, 21 Jun 2001 06:32:21 -0400
17460 Message-ID: <20010621063221.A8823@math.ohio-state.edu>
17462 ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
17463 ____________________________________________________________________________
17464 [ 10767] By: jhi on 2001/06/21 12:00:07
17465 Log: Subject: [PATCH] make syslog test more verbose
17466 From: Robert Spier <rspier@pobox.com>
17467 Date: Thu, 21 Jun 2001 00:54:32 -0400
17468 Message-ID: <15153.32264.295807.333073@rls.cx>
17470 ! ext/Sys/Syslog/syslog.t
17471 ____________________________________________________________________________
17472 [ 10766] By: jhi on 2001/06/20 23:27:57
17473 Log: Subject: op/study.t refinements
17474 From: Hugo <hv@crypt.compulink.co.uk>
17475 Date: Thu, 21 Jun 2001 00:29:07 +0100
17476 Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
17479 ____________________________________________________________________________
17480 [ 10765] By: jhi on 2001/06/20 19:51:47
17481 Log: Update Changes.
17483 ! Changes patchlevel.h
17484 ____________________________________________________________________________
17485 [ 10764] By: jhi on 2001/06/20 19:00:23
17486 Log: Subject: Re: [PATCH] djgpp updates
17487 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
17488 Date: Wed, 20 Jun 2001 10:05:15 +0200
17489 Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
17491 ! djgpp/config.over
17492 ____________________________________________________________________________
17493 [ 10763] By: jhi on 2001/06/20 18:58:06
17494 Log: Fix for ID 20010619.002 "When building hash, hash keys that
17495 are function calls are not being called", from Abhijit.
17497 ! t/base/lex.t toke.c
17498 ____________________________________________________________________________
17499 [ 10762] By: jhi on 2001/06/20 18:45:00
17500 Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
17502 + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
17503 + lib/Locale/Maketext/test.pl
17504 - lib/Locale/Maketext.t
17505 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17506 ! lib/Locale/Maketext/TPJ13.pod
17507 ____________________________________________________________________________
17508 [ 10761] By: jhi on 2001/06/20 18:44:15
17509 Log: Metaconfig unit change for #10760.
17511 ! U/modified/Cppsym.U
17512 ____________________________________________________________________________
17513 [ 10760] By: jhi on 2001/06/20 18:42:04
17514 Log: Do not remove the ccsym* Cppsym* files since
17515 they are useful for metaconfig units coming after us.
17516 (This is the Configure nit mentioned in #10752.)
17519 ____________________________________________________________________________
17520 [ 10759] By: jhi on 2001/06/20 18:02:18
17521 Log: Update to I18N::LangTags 0.24, from Sean Burke.
17523 + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
17524 + lib/I18N/LangTags/README
17525 - lib/I18N/LangTags/List.pod
17526 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
17527 ____________________________________________________________________________
17528 [ 10758] By: jhi on 2001/06/20 17:34:43
17529 Log: Regen headers.
17531 ! embed.h embedvar.h global.sym perlapi.c perlapi.h
17532 ! pod/perlapi.pod proto.h
17533 ____________________________________________________________________________
17534 [ 10757] By: jhi on 2001/06/20 17:23:08
17535 Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
17536 From: Artur Bergman <artur@contiller.se>
17537 Date: Wed, 20 Jun 2001 11:31:32 +0200
17538 Message-ID: <B7563A14.17D8%artur@contiller.se>
17540 ! embed.pl hv.c intrpvar.h sv.c sv.h
17541 ____________________________________________________________________________
17542 [ 10756] By: jhi on 2001/06/20 17:13:26
17543 Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
17544 From: Tim Sweetman <tim@aldigital.co.uk>
17545 Date: Wed, 13 Jun 2001 14:25:17 +0100
17546 Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk>
17548 ! ext/POSIX/POSIX.t lib/AutoLoader.pm
17549 ____________________________________________________________________________
17550 [ 10755] By: nick on 2001/06/20 16:12:37
17551 Log: Integrate mainline
17553 !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
17554 !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
17555 !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
17556 !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
17557 !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
17558 !> t/op/study.t util.c
17559 ____________________________________________________________________________
17560 [ 10754] By: gsar on 2001/06/20 15:22:27
17561 Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
17563 Branch: maint-5.6/perl
17565 ____________________________________________________________________________
17566 [ 10753] By: jhi on 2001/06/20 14:03:20
17567 Log: Security tweak on readlink().
17570 ____________________________________________________________________________
17571 [ 10752] By: jhi on 2001/06/20 14:00:23
17572 Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
17574 ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
17575 ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
17576 ! mpeix/relink t/op/pwent.t
17577 ____________________________________________________________________________
17578 [ 10751] By: jhi on 2001/06/20 13:57:27
17579 Log: Reinstate #10725 (with probe for alarm()).
17582 ____________________________________________________________________________
17583 [ 10750] By: jhi on 2001/06/20 13:53:46
17584 Log: Replace our implementation of realpath() with OpenBSD's
17585 (src/lib/libc/stdlib/realpath.c 1.4).
17587 ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
17588 ! pod/perldiag.pod proto.h util.c
17589 ____________________________________________________________________________
17590 [ 10749] By: jhi on 2001/06/20 13:07:49
17591 Log: Integrate perlio.
17594 ____________________________________________________________________________
17595 [ 10748] By: jhi on 2001/06/20 13:07:18
17596 Log: No point in going into memory-saving contortions
17597 with getcwd() since there's a danger of buffer overflow.
17598 Also make the POSIX extension to use sv_getcwd().
17599 Finally, a missed proto.h fragment.
17601 ! ext/POSIX/POSIX.xs proto.h util.c
17602 ____________________________________________________________________________
17603 [ 10747] By: nick on 2001/06/20 12:38:26
17604 Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
17607 ____________________________________________________________________________
17608 [ 10746] By: jhi on 2001/06/20 11:51:10
17609 Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
17610 From: Graham Barr <gbarr@pobox.com>
17611 Date: Wed, 20 Jun 2001 11:05:49 +0100
17612 Message-ID: <20010620110549.I19188@pobox.com>
17616 Subject: Bug in IO::Socket::INET module (repeat)
17617 From: "Harmon S. Nine" <hnine@netarx.com>
17618 Date: Tue, 19 Jun 2001 09:41:35 -0400
17619 Message-ID: <3B2F568F.8080605@netarx.com>
17621 The bug was that the IO::Socket::INET constructor
17622 did not allow a 'LocalPort' of 0.
17624 ! ext/IO/lib/IO/Socket/INET.pm
17625 ____________________________________________________________________________
17626 [ 10745] By: nick on 2001/06/20 08:56:39
17627 Log: Integrate mainline.
17629 !> (integrate 37 files)
17630 ____________________________________________________________________________
17631 [ 10744] By: jhi on 2001/06/20 04:54:53
17632 Log: After some reading I don't think we can blindly
17633 use systems' realpath(). Too many security problems,
17634 too many buggy implementations.
17636 TODO: the realpath() emulation code in util.c doesn't
17637 seem fully operational? (readlink(), for example?)
17639 ! Configure Makefile.micro Porting/Glossary Porting/config.sh
17640 ! Porting/config_H config_h.SH embed.h embed.pl global.sym
17641 ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
17642 ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
17643 ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
17644 ! win32/config_H.gc win32/config_H.vc
17645 ____________________________________________________________________________
17646 [ 10743] By: jhi on 2001/06/20 00:48:48
17647 Log: Metaconfig unit change for #10738.
17649 ! U/compline/d_gconvert.U
17650 ____________________________________________________________________________
17651 [ 10742] By: jhi on 2001/06/20 00:48:20
17652 Log: Integrate change #10739 from maintperl:
17654 C<eval "/x$\r\n/x"> fails to compile correctly
17656 !> t/op/pat.t toke.c
17657 ____________________________________________________________________________
17658 [ 10741] By: jhi on 2001/06/20 00:41:05
17659 Log: Retract #10725 (Hugo asked NOT to apply the patch)
17662 ____________________________________________________________________________
17663 [ 10740] By: jhi on 2001/06/19 23:58:25
17664 Log: The test.third results were funnily named because of the
17668 ____________________________________________________________________________
17669 [ 10739] By: gsar on 2001/06/19 23:49:15
17670 Log: C<eval "/x$\r\n/x"> fails to compile correctly
17671 Branch: maint-5.6/perl
17672 ! t/op/pat.t toke.c
17673 ____________________________________________________________________________
17674 [ 10738] By: jhi on 2001/06/19 23:04:15
17675 Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
17676 From: Spider Boardman <spider@Orb.Nashua.NH.US>
17677 Date: Tue, 19 Jun 2001 19:15:40 -0400
17678 Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
17680 The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
17681 because "1e+129" being expected but "1.e+129" being returned.
17682 The culprit (at least in Tru64) is the use of gcvt().
17685 ____________________________________________________________________________
17686 [ 10737] By: jhi on 2001/06/19 22:56:52
17687 Log: Subject: [PATCH perl@10722] test hunting on VMS
17688 From: "Craig A. Berry" <craigberry@mac.com>
17689 Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
17690 Date: Tue, 19 Jun 2001 18:59:01 -0500
17693 ____________________________________________________________________________
17694 [ 10736] By: jhi on 2001/06/19 21:32:29
17695 Log: Subject: [PATCH] s/typos//
17696 From: Abhijit Menon-Sen <ams@wiw.org>
17697 Date: Wed, 20 Jun 2001 02:15:02 +0530
17698 Message-ID: <20010620021502.A14541@lustre.linux.in>
17700 Without the op.h s/bearword/bareword/ hunk, see
17701 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
17704 ____________________________________________________________________________
17705 [ 10735] By: jhi on 2001/06/19 21:26:43
17706 Log: Metaconfig unit change for #10732 and #10733.
17707 Branch: metaconfig/U/perl
17709 ____________________________________________________________________________
17710 [ 10734] By: jhi on 2001/06/19 21:24:41
17711 Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
17712 From: "Craig A. Berry" <craigberry@mac.com>
17713 Date: Tue, 19 Jun 2001 17:19:48 -0500
17714 Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
17716 ! configure.com vms/descrip_mms.template
17717 ____________________________________________________________________________
17718 [ 10733] By: jhi on 2001/06/19 19:57:44
17719 Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
17720 From: Spider Boardman <spider@Orb.Nashua.NH.US>
17721 Date: Tue, 19 Jun 2001 16:48:07 -0400
17722 Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
17724 Further fixes to fflush(NULL) detection.
17727 ____________________________________________________________________________
17728 [ 10732] By: jhi on 2001/06/19 19:38:20
17729 Log: AIX test -s hangs with non-existent files?
17730 (A genuine logic bug in Configure, but AIX also broken?)
17733 ____________________________________________________________________________
17734 [ 10731] By: jhi on 2001/06/19 19:17:35
17735 Log: AUTHORS updates.
17738 ____________________________________________________________________________
17739 [ 10730] By: jhi on 2001/06/19 19:03:07
17740 Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
17741 From: Spider Boardman <spider@Orb.Nashua.NH.US>
17742 Date: Tue, 19 Jun 2001 15:33:25 -0400
17743 Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
17745 ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
17746 ! t/lib/warnings/pp
17747 ____________________________________________________________________________
17748 [ 10729] By: jhi on 2001/06/19 18:34:10
17749 Log: Integrate perlio.
17751 !> lib/File/Find/find.t win32/distclean.bat
17752 ____________________________________________________________________________
17753 [ 10728] By: nick on 2001/06/19 18:24:53
17754 Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
17756 ! lib/File/Find/find.t win32/distclean.bat
17757 ____________________________________________________________________________
17758 [ 10727] By: jhi on 2001/06/19 18:07:31
17759 Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
17760 also add information how to find out whether one has PerlIO.
17763 ____________________________________________________________________________
17764 [ 10726] By: jhi on 2001/06/19 17:59:30
17765 Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
17766 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17767 Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
17768 Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
17771 ____________________________________________________________________________
17772 [ 10725] By: jhi on 2001/06/19 17:28:30
17773 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
17774 From: Hugo <hv@crypt.compulink.co.uk>
17775 Date: Tue, 19 Jun 2001 12:37:30 +0100
17776 Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
17779 ____________________________________________________________________________
17780 [ 10724] By: jhi on 2001/06/19 17:22:20
17781 Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study
17782 From: Hugo <hv@crypt.compulink.co.uk>
17783 Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
17784 Date: Tue, 19 Jun 2001 13:15:17 +0100
17787 ____________________________________________________________________________
17788 [ 10723] By: nick on 2001/06/19 14:46:15
17789 Log: Integrate mainline
17791 +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
17792 +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
17793 +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
17794 +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
17795 +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
17796 +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17797 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17798 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17799 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17800 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17801 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17802 - ext/Thread/unsync4.t
17803 !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
17804 !> djgpp/config.over djgpp/fixpmain
17805 !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
17806 !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
17807 !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
17808 ____________________________________________________________________________
17809 [ 10722] By: jhi on 2001/06/19 11:55:30
17810 Log: Update Changes.
17812 ! Changes patchlevel.h
17813 ____________________________________________________________________________
17814 [ 10721] By: jhi on 2001/06/19 11:29:34
17815 Log: The existence shall be MANIFESted.
17818 ____________________________________________________________________________
17819 [ 10720] By: jhi on 2001/06/19 10:58:09
17820 Log: The old libnet.cfg is first searched from the current directory,
17821 only then from the module path.
17823 ! utils/libnetcfg.PL
17824 ____________________________________________________________________________
17825 [ 10719] By: jhi on 2001/06/19 10:55:59
17826 Log: NetWare tweaks from Guruprasad.
17828 ! NetWare/Makefile NetWare/config.wc
17829 ____________________________________________________________________________
17830 [ 10718] By: jhi on 2001/06/19 10:54:22
17831 Log: Subject: [PATCH] djgpp updates
17832 From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
17833 Date: Tue, 19 Jun 2001 10:59:06 +0200
17834 Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
17836 ! djgpp/config.over djgpp/fixpmain
17837 ____________________________________________________________________________
17838 [ 10717] By: jhi on 2001/06/19 10:53:20
17839 Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
17840 From: Prymmer/Kahn <pvhp@best.com>
17841 Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
17842 Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
17845 ____________________________________________________________________________
17846 [ 10716] By: jhi on 2001/06/19 10:52:25
17847 Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
17848 to happen right after the inclusion of <inttypes.h>,
17852 ____________________________________________________________________________
17853 [ 10715] By: jhi on 2001/06/19 10:49:21
17854 Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
17855 From: Doug MacEachern <dougm@covalent.net>
17856 Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
17857 Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
17859 ! ext/DynaLoader/DynaLoader_pm.PL
17860 ____________________________________________________________________________
17861 [ 10714] By: jhi on 2001/06/19 10:48:19
17862 Log: Revert #10656 for perfomance reasons but leave in the
17863 use of Hv*() macros -- in comments, so that grepping the
17864 source is easier, from Abhijit. (Also add the ENV_HV_NAME speedup
17865 suggested by Sarathy, also by Abhijit.)
17868 ____________________________________________________________________________
17869 [ 10713] By: jhi on 2001/06/19 10:46:08
17870 Log: Subject: [patch] .s MakeMaker suffix
17871 From: Doug MacEachern <dougm@covalent.net>
17872 Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
17873 Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
17875 ! lib/ExtUtils/MM_Unix.pm
17876 ____________________________________________________________________________
17877 [ 10712] By: jhi on 2001/06/19 10:34:35
17878 Log: One test lost in the big shuffle restored.
17880 + ext/IPC/SysV/ipcsysv.t
17881 ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17882 ____________________________________________________________________________
17883 [ 10711] By: jhi on 2001/06/19 10:25:46
17884 Log: Rename the old non-standard threads tests so that
17885 they won't be invoked.
17887 + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
17888 + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
17889 + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
17890 + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
17891 + ext/Thread/unsync.tx ext/Thread/unsync2.tx
17892 + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
17893 - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
17894 - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
17895 - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
17896 - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
17897 - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
17898 - ext/Thread/unsync4.t
17900 ____________________________________________________________________________
17901 [ 10710] By: jhi on 2001/06/19 10:18:41
17902 Log: Integrate perlio.
17904 !> win32/config_sh.PL
17905 ____________________________________________________________________________
17906 [ 10709] By: nick on 2001/06/19 08:18:18
17907 Log: Integrate mainline
17909 +> (branch 40 files)
17910 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
17911 - lib/strict/subs lib/strict/vars lib/warnings/1global
17912 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
17913 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
17914 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
17915 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
17916 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
17917 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
17918 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
17919 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
17920 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
17921 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
17922 - lib/warnings/utf8 lib/warnings/util
17923 !> (integrate 57 files)
17924 ____________________________________________________________________________
17925 [ 10708] By: nick on 2001/06/19 07:57:10
17926 Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
17928 ! win32/config_sh.PL
17929 ____________________________________________________________________________
17930 [ 10707] By: nick on 2001/06/19 07:05:07
17931 Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
17933 ! perly.c perly.y perly_c.diff vms/perly_c.vms
17934 ____________________________________________________________________________
17935 [ 10706] By: jhi on 2001/06/19 02:58:26
17936 Log: More perl572delta tweaks.
17938 ! pod/perl572delta.pod
17939 ____________________________________________________________________________
17940 [ 10705] By: jhi on 2001/06/19 01:53:40
17941 Log: Update perl572delta.
17943 ! pod/perl572delta.pod
17944 ____________________________________________________________________________
17945 [ 10704] By: jhi on 2001/06/19 01:28:40
17946 Log: VOS updates from Paul Green.
17948 ! vos/Changes vos/build.cm vos/perl.bind
17949 ____________________________________________________________________________
17950 [ 10703] By: jhi on 2001/06/19 01:03:53
17951 Log: Update the vos/config.*.* files.
17953 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17955 ____________________________________________________________________________
17956 [ 10702] By: jhi on 2001/06/19 01:03:32
17957 Log: Add a makefile for more painless adding of symbols to the
17958 VOS headers while in UNIX (in VOS the vos/configure_perl.cm
17959 takes care of the adding)
17962 ____________________________________________________________________________
17963 [ 10701] By: jhi on 2001/06/19 00:51:44
17964 Log: Make libnetcfg by default display the libnet configuration,
17965 -c to change, add -i for old config, document all options,
17968 ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
17969 ____________________________________________________________________________
17970 [ 10700] By: jhi on 2001/06/18 23:45:12
17971 Log: gcc -Wall sweep.
17973 ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
17974 ____________________________________________________________________________
17975 [ 10699] By: jhi on 2001/06/18 23:19:53
17979 ____________________________________________________________________________
17980 [ 10698] By: jhi on 2001/06/18 23:10:22
17981 Log: Document the need for sv_printify().
17983 Document that 'use utf8' has been considered.
17985 (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
17987 ! pod/perltodo.pod universal.c
17988 ____________________________________________________________________________
17989 [ 10697] By: jhi on 2001/06/18 22:50:53
17990 Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
17991 From: Nicholas Clark <nick@ccl4.org>
17992 Date: Mon, 18 Jun 2001 23:29:23 +0100
17993 Message-ID: <20010618232923.I98663@plum.flirble.org>
17995 ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
17996 ! ext/Sys/Syslog/Makefile.PL
17997 ____________________________________________________________________________
17998 [ 10696] By: jhi on 2001/06/18 22:39:32
17999 Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
18000 From: Scott.L.Miller@Compaq.com
18001 Date: Mon, 18 Jun 2001 10:12:27 -0500
18002 Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
18004 ! lib/perl5db.pl pod/perldebug.pod
18005 ____________________________________________________________________________
18006 [ 10695] By: jhi on 2001/06/18 22:35:13
18007 Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
18008 From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
18009 Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
18010 Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
18012 ! lib/Carp/Heavy.pm
18013 ____________________________________________________________________________
18014 [ 10694] By: jhi on 2001/06/18 22:34:06
18015 Log: Subject: [PATCH] Documentation changes for CLONE
18016 From: Artur Bergman <artur@contiller.se>
18017 Date: Mon, 18 Jun 2001 22:06:37 +0200
18018 Message-ID: <B7542BEC.1719%artur@contiller.se>
18020 ! pod/perlmod.pod pod/perlsub.pod
18021 ____________________________________________________________________________
18022 [ 10693] By: jhi on 2001/06/18 22:31:38
18023 Log: Subject: Re: configure.com
18024 From: "Craig A. Berry" <craigberry@mac.com>
18025 Date: Mon, 18 Jun 2001 16:04:38 -0500
18026 Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
18029 ____________________________________________________________________________
18030 [ 10692] By: jhi on 2001/06/18 22:30:43
18031 Log: Subject: PL_nullstash + perl_clone()
18032 From: Doug MacEachern <dougm@covalent.net>
18033 Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
18034 Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
18037 ____________________________________________________________________________
18038 [ 10691] By: jhi on 2001/06/18 22:26:20
18039 Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
18040 From: davem@fdgroup.co.uk
18041 Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
18042 Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
18044 ! embed.pl pod/perlapi.pod
18045 ____________________________________________________________________________
18046 [ 10690] By: jhi on 2001/06/18 22:17:05
18047 Log: More cross-compilation defaults gleaned from -Dcc
18048 if it is CPU-OS-gcc.
18050 ! U/modified/libc.U
18051 Branch: metaconfig/U/perl
18054 ! Configure INSTALL
18055 ____________________________________________________________________________
18056 [ 10689] By: jhi on 2001/06/18 13:59:47
18057 Log: Update Changes.
18059 ! Changes patchlevel.h
18060 ____________________________________________________________________________
18061 [ 10688] By: jhi on 2001/06/18 13:44:18
18062 Log: Subject: [PATCH 5.7.1] sv.c documentation
18063 From: davem@fdgroup.co.uk
18064 Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
18065 Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
18067 ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
18069 ____________________________________________________________________________
18070 [ 10687] By: jhi on 2001/06/18 13:38:03
18071 Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
18072 From: "Jon Gunnip" <jongunnip@hotmail.com>
18073 Date: Sun, 17 Jun 2001 18:24:29 -0400
18074 Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
18077 ____________________________________________________________________________
18078 [ 10686] By: jhi on 2001/06/18 13:32:13
18079 Log: Move the locale/strict/warnings helper files back
18080 under the t/lib; this way the amount of non-installabled
18081 stuff under lib/ stays smaller.
18083 + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
18084 + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
18085 + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
18086 + t/lib/warnings/5nolint t/lib/warnings/6default
18087 + t/lib/warnings/7fatal t/lib/warnings/8signal
18088 + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
18089 + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
18090 + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
18091 + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
18092 + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
18093 + t/lib/warnings/pp_sys t/lib/warnings/regcomp
18094 + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
18095 + t/lib/warnings/taint t/lib/warnings/toke
18096 + t/lib/warnings/universal t/lib/warnings/utf8
18097 + t/lib/warnings/util
18098 - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
18099 - lib/strict/subs lib/strict/vars lib/warnings/1global
18100 - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
18101 - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
18102 - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
18103 - lib/warnings/doio lib/warnings/doop lib/warnings/gv
18104 - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
18105 - lib/warnings/op lib/warnings/perl lib/warnings/perlio
18106 - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
18107 - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
18108 - lib/warnings/regexec lib/warnings/run lib/warnings/sv
18109 - lib/warnings/taint lib/warnings/toke lib/warnings/universal
18110 - lib/warnings/utf8 lib/warnings/util
18111 ! MANIFEST installperl lib/locale.t lib/strict.t
18112 ____________________________________________________________________________
18113 [ 10685] By: jhi on 2001/06/18 13:11:49
18114 Log: Split off the pack/unpack code, from Nicholas Clark.
18117 ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
18118 ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
18119 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
18120 ____________________________________________________________________________
18121 [ 10684] By: jhi on 2001/06/18 12:25:55
18122 Log: Guard the SysV IPC tests against being invoked in
18123 SysV-IPC-less places.
18125 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
18126 ____________________________________________________________________________
18127 [ 10683] By: nick on 2001/06/18 12:24:42
18128 Log: Integrate mainline (new test scheme now ok on Linux).
18132 ____________________________________________________________________________
18133 [ 10682] By: jhi on 2001/06/18 12:20:50
18134 Log: Add the locale.c and numeric.c to the microperl sources.
18136 ! Makefile.micro win32/Makefile
18137 ____________________________________________________________________________
18138 [ 10681] By: jhi on 2001/06/18 11:57:45
18139 Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
18140 From: Abhijit Menon-Sen <ams@wiw.org>
18141 Date: Mon, 18 Jun 2001 14:23:44 +0530
18142 Message-ID: <20010618142344.A13136@lustre.linux.in>
18145 ____________________________________________________________________________
18146 [ 10680] By: jhi on 2001/06/18 11:56:12
18147 Log: Subject: Re: [PATCH] more anonymous stash cleanups
18148 From: Abhijit Menon-Sen <ams@wiw.org>
18149 Date: Mon, 18 Jun 2001 15:50:32 +0530
18150 Message-ID: <20010618155032.A13223@lustre.linux.in>
18152 Plus the comment left in as suggested by NI-S.
18155 ____________________________________________________________________________
18156 [ 10679] By: jhi on 2001/06/18 11:49:27
18157 Log: One missed file.
18160 ____________________________________________________________________________
18161 [ 10678] By: nick on 2001/06/18 08:05:29
18162 Log: Integrate mainline (part2 - the deletes)
18164 - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
18165 - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
18166 - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
18167 - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
18168 - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
18169 - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
18170 - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
18171 - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
18172 - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
18173 - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
18174 - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
18175 ____________________________________________________________________________
18176 [ 10677] By: nick on 2001/06/18 08:04:44
18177 Log: Integrate mainline (part1)
18179 +> (branch 376 files)
18180 - (delete 219 files)
18181 !> (integrate 151 files)
18182 ____________________________________________________________________________
18183 [ 10676] By: jhi on 2001/06/18 04:17:15
18184 Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
18185 No doubt I made some mistakes like missed some files or
18186 misnamed some files. The naming rules were more or less:
18187 (1) if the module is from CPAN, follows its ways, be it
18189 (2) otherwise if there are multiple tests for a module
18191 (3) otherwise if there's only one test put it in Module.t
18192 (4) helper files go to module/ (locale, strict, warnings)
18193 (5) use longer filenames now that we can (but e.g. the
18194 compat-0.6.t and the Text::Balanced test files still
18195 were renamed to be more civil against the 8.3 people)
18196 installperl was updated appropriately not to install the
18197 *.t files or the help files from under lib.
18199 TODO: some helper files still remain under t/ that could
18200 follow their 'masters'. UPDATE: On second thoughts, why
18201 should they. They can continue to live under t/lib, and
18202 in fact the locale/strict/warnings helpers that were moved
18203 could be moved back. This way the amount of non-installable
18204 stuff under lib/ stays smaller.
18207 - (delete 254 files)
18208 ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
18209 ____________________________________________________________________________
18210 [ 10675] By: jhi on 2001/06/18 03:15:02
18211 Log: The warning no more comes from util.c, it comes from numeric.c.
18214 ____________________________________________________________________________
18215 [ 10674] By: jhi on 2001/06/18 00:56:22
18216 Log: Subject: Re: anyone good at casting spells?
18217 From: Spider Boardman <spider@Orb.Nashua.NH.US>
18218 Date: Sun, 17 Jun 2001 21:21:04 -0400
18219 Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>
18221 ! ext/POSIX/POSIX.xs hv.h
18222 ____________________________________________________________________________
18223 [ 10673] By: jhi on 2001/06/17 22:24:53
18224 Log: Protect the (original) thread tests against testing if no 5.005
18225 threads have been configured.
18227 ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
18228 ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
18229 ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
18230 ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
18231 ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
18232 ! ext/Thread/unsync4.t
18233 ____________________________________________________________________________
18234 [ 10672] By: jhi on 2001/06/17 22:09:28
18235 Log: Try the new test scanning scheme on Text::Abbrev.
18237 + lib/Text/Abbrev.t
18238 - lib/Text/Abbrev/t/abbrev.t
18240 ____________________________________________________________________________
18241 [ 10671] By: jhi on 2001/06/17 22:07:08
18242 Log: Change the scan policy of the *.t and test.pl files,
18243 now the *.t do not need to live in a t/ directory.
18246 ____________________________________________________________________________
18247 [ 10670] By: jhi on 2001/06/17 20:32:35
18248 Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
18249 From: Ilmari Karonen <iltzu@sci.fi>
18250 Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
18251 Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
18254 ____________________________________________________________________________
18255 [ 10669] By: jhi on 2001/06/17 20:30:22
18256 Log: Quench the warnings from Tru64; the HP-UX is still
18257 broken because it really, REALLY, doesn't like the
18258 HvARRAY() being lvalue:
18260 cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
18261 cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
18264 ____________________________________________________________________________
18265 [ 10668] By: jhi on 2001/06/17 19:13:24
18266 Log: Integrate change #10667 from maintperl:
18268 change#10449 broke the special-case that makes lexicals inside the
18269 eval"" within DB::DB() visible
18272 ____________________________________________________________________________
18273 [ 10667] By: gsar on 2001/06/17 19:08:27
18274 Log: change#10449 broke the special-case that makes lexicals inside the
18275 eval"" within DB::DB() visible
18276 Branch: maint-5.6/perl
18278 ____________________________________________________________________________
18279 [ 10666] By: jhi on 2001/06/17 17:50:07
18280 Log: Still spurious output; indent the code a bit.
18282 TODO1: separate the utility functions like MkDir
18283 into a helper script?
18285 TODO2: I see a lot of repetition in the filepath()
18286 and dirpath() calls.
18288 ! t/lib/filefind.t t/lib/findtaint.t
18289 ____________________________________________________________________________
18290 [ 10665] By: jhi on 2001/06/17 16:59:42
18291 Log: Regen modlib, toc.
18293 ! pod/perlmodlib.pod pod/perltoc.pod
18294 ____________________________________________________________________________
18295 [ 10664] By: jhi on 2001/06/17 16:55:28
18296 Log: Add libnetcfg to perlutil.
18299 ____________________________________________________________________________
18300 [ 10663] By: jhi on 2001/06/17 16:53:29
18301 Log: Initial integration of libnet-1.0703.
18302 The Configure script renamed as libnetcfg, will be
18303 installed along other utilities.
18305 + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
18306 + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
18307 + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
18308 + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
18309 + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
18310 + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
18311 + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
18312 + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
18313 + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
18314 + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
18315 + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
18316 + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
18317 + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
18318 + utils/libnetcfg.PL
18319 ! MANIFEST utils.lst utils/Makefile
18320 ____________________________________________________________________________
18321 [ 10662] By: jhi on 2001/06/17 15:37:32
18322 Log: Less potentially test-harness-confusing output.
18324 ! lib/Memoize/t/expire_module_t.t
18325 ____________________________________________________________________________
18326 [ 10661] By: jhi on 2001/06/17 15:31:04
18327 Log: The final print annoys make test.
18329 ! t/lib/filefind.t t/lib/findtaint.t
18330 ____________________________________________________________________________
18331 [ 10660] By: jhi on 2001/06/17 14:00:21
18332 Log: Add an option for handling dangling symbolic links.
18334 ! lib/File/Find.pm t/lib/filefind.t
18335 ____________________________________________________________________________
18336 [ 10659] By: jhi on 2001/06/17 13:45:48
18337 Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
18338 From: Thomas Wegner <wegner_thomas@yahoo.com>
18339 Date: Sun, 17 Jun 2001 14:43:11 +0200
18340 Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
18342 + t/lib/findtaint.t
18343 ! MANIFEST lib/File/Find.pm t/lib/filefind.t
18344 ____________________________________________________________________________
18345 [ 10658] By: jhi on 2001/06/17 13:13:25
18346 Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
18347 From: Jonathan Stowe <gellyfish@gellyfish.com>
18348 Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
18349 Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
18351 ! lib/ExtUtils/MM_Unix.pm
18352 ____________________________________________________________________________
18353 [ 10657] By: jhi on 2001/06/17 13:12:25
18354 Log: Subject: [PATCH] more anonymous stash cleanups
18355 From: Abhijit Menon-Sen <ams@wiw.org>
18356 Date: Sun, 17 Jun 2001 11:44:06 +0530
18357 Message-ID: <20010617114406.A25203@lustre.linux.in>
18360 ____________________________________________________________________________
18361 [ 10656] By: jhi on 2001/06/17 13:11:11
18362 Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
18363 From: Abhijit Menon-Sen <ams@wiw.org>
18364 Date: Sun, 17 Jun 2001 08:02:59 +0530
18365 Message-ID: <20010617080259.A28776@lustre.linux.in>
18367 Subject: [PATCH #2/7] xhv_eiter
18368 From: Abhijit Menon-Sen <ams@wiw.org>
18369 Date: Sun, 17 Jun 2001 08:13:18 +0530
18370 Message-ID: <20010617081318.B28776@lustre.linux.in>
18372 Subject: [PATCH #3/7] xhv_fill
18373 From: Abhijit Menon-Sen <ams@wiw.org>
18374 Date: Sun, 17 Jun 2001 08:25:16 +0530
18375 Message-ID: <20010617082516.C28776@lustre.linux.in>
18377 Subject: [PATCH #4/7] xhv_keys
18378 From: Abhijit Menon-Sen <ams@wiw.org>
18379 Date: Sun, 17 Jun 2001 08:36:17 +0530
18380 Message-ID: <20010617083617.D28776@lustre.linux.in>
18382 Subject: [PATCH #5/7] xhv_max
18383 From: Abhijit Menon-Sen <ams@wiw.org>
18384 Date: Sun, 17 Jun 2001 08:39:48 +0530
18385 Message-ID: <20010617083948.E28776@lustre.linux.in>
18387 Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
18388 From: Abhijit Menon-Sen <ams@wiw.org>
18389 Date: Sun, 17 Jun 2001 08:51:11 +0530
18390 Message-ID: <20010617085111.F28776@lustre.linux.in>
18393 ____________________________________________________________________________
18394 [ 10655] By: jhi on 2001/06/16 23:32:03
18395 Log: Update Changes.
18397 ! Changes patchlevel.h
18398 ____________________________________________________________________________
18399 [ 10654] By: jhi on 2001/06/16 23:18:37
18400 Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
18401 From: Abhijit Menon-Sen <ams@wiw.org>
18402 Date: Sat, 16 Jun 2001 07:41:19 +0530
18403 Message-ID: <20010616074119.A24720@lustre.linux.in>
18405 ! hv.c perl.c vms/vmsish.h win32/win32.h
18406 ____________________________________________________________________________
18407 [ 10653] By: jhi on 2001/06/16 23:15:11
18408 Log: Document tests failing when threaded, since we now have more.
18410 ! pod/perl572delta.pod
18411 ____________________________________________________________________________
18412 [ 10652] By: jhi on 2001/06/16 23:12:19
18413 Log: -Wall cleanup.
18415 ! ext/Thread/Thread.xs
18416 ____________________________________________________________________________
18417 [ 10651] By: jhi on 2001/06/16 23:06:55
18418 Log: pthread_attr_setstacksize() isn't absolutely necessary
18419 to call, only iff THREAD_CREATE_NEEDS_STACK.
18421 ! ext/Thread/Thread.xs
18422 ____________________________________________________________________________
18423 [ 10650] By: jhi on 2001/06/16 22:58:48
18427 ____________________________________________________________________________
18428 [ 10649] By: jhi on 2001/06/16 22:47:40
18429 Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
18430 (and INT64_MIN) brokenness.
18432 ! hints/darwin.sh perl.h
18433 ____________________________________________________________________________
18434 [ 10648] By: jhi on 2001/06/16 22:27:48
18435 Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
18436 From: Nicholas Clark <nick@ccl4.org>
18437 Date: Sun, 17 Jun 2001 00:16:05 +0100
18438 Message-ID: <20010617001605.V98663@plum.flirble.org>
18440 ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
18441 ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
18442 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18443 ____________________________________________________________________________
18444 [ 10647] By: jhi on 2001/06/16 22:24:47
18445 Log: Add perlnetware to docs; regen toc; supply skeleton
18446 docs for some Memoize submodules.
18448 ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
18449 ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18450 ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
18451 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18452 ! win32/Makefile win32/makefile.mk
18453 ____________________________________________________________________________
18454 [ 10646] By: jhi on 2001/06/16 22:06:52
18458 ____________________________________________________________________________
18459 [ 10645] By: jhi on 2001/06/16 21:47:00
18460 Log: Integrate Memoize 0.64. Few tweaks were required in
18461 the test scripts. Note that the speed and expire*
18462 tests take several dozen seconds to run.
18464 + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18465 + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
18466 + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18467 + lib/Memoize/README lib/Memoize/SDBM_File.pm
18468 + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
18469 + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
18470 + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
18471 + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
18472 + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
18473 + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
18474 + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
18475 + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
18476 + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
18477 + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
18478 ! MANIFEST t/lib/1_compile.t
18479 ____________________________________________________________________________
18480 [ 10644] By: jhi on 2001/06/16 20:35:49
18481 Log: Document the cross-compilation options.
18483 ! Cross/README INSTALL
18484 ____________________________________________________________________________
18485 [ 10643] By: jhi on 2001/06/16 19:46:38
18486 Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
18488 + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
18489 + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
18490 + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
18491 + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
18492 + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
18493 + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
18494 + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
18495 + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
18496 + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
18497 + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
18498 + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
18499 + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
18500 + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
18501 + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
18502 + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
18503 + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
18504 + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
18505 + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
18506 + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
18507 + lib/ExtUtils/MM_NW5.pm
18508 ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
18509 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
18510 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18511 ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
18512 ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
18513 ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
18514 ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
18515 ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
18516 ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
18517 ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
18518 ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
18519 ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
18520 ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
18521 ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
18522 ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
18523 ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
18524 ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
18525 ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
18526 ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
18527 ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
18528 ! util.h x2p/a2py.c
18529 ____________________________________________________________________________
18530 [ 10642] By: jhi on 2001/06/16 19:16:04
18531 Log: Resort MANIFEST.
18534 ____________________________________________________________________________
18535 [ 10641] By: jhi on 2001/06/16 18:52:26
18536 Log: Integrate perlio.
18539 !> MANIFEST perlio.c perliol.h win32/makefile.mk
18540 ____________________________________________________________________________
18541 [ 10640] By: nick on 2001/06/16 18:38:31
18542 Log: Disable :win32 layer as default till I get it working
18544 ! MANIFEST perlio.c
18545 ____________________________________________________________________________
18546 [ 10639] By: jhi on 2001/06/16 18:35:46
18547 Log: Try the new scheme by moving the Text::Abbrev test
18548 to a new place under lib.
18550 + lib/Text/Abbrev/t/abbrev.t
18553 ____________________________________________________________________________
18554 [ 10638] By: jhi on 2001/06/16 18:34:30
18555 Log: Make the code even more dynamical so that testname
18556 suffix length can change.
18558 ! lib/Test/Harness.pm t/TEST
18559 ____________________________________________________________________________
18560 [ 10637] By: jhi on 2001/06/16 18:16:28
18561 Log: Allow for deeper t/ and also a single test.pl.
18564 ____________________________________________________________________________
18565 [ 10636] By: jhi on 2001/06/16 18:13:59
18566 Log: #define fix from Nicholas Clark.
18568 ! ext/POSIX/POSIX.xs
18569 ____________________________________________________________________________
18570 [ 10635] By: jhi on 2001/06/16 17:50:43
18571 Log: Initialization is nice.
18573 ! lib/Test/Harness.pm
18574 ____________________________________________________________________________
18575 [ 10634] By: jhi on 2001/06/16 17:38:53
18576 Log: Make t/TEST and t/harness to test also the t/ tests
18577 under the main lib/ and ext/ directories. Fix Test::Harness
18578 to dynamically change the width of its "foo/bar....ok" output.
18580 ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
18581 ____________________________________________________________________________
18582 [ 10633] By: jhi on 2001/06/16 16:58:57
18583 Log: Subject: [PATCH] Re: perl@10611
18584 From: Nicholas Clark <nick@ccl4.org>
18585 Date: Sat, 16 Jun 2001 16:52:47 +0100
18586 Message-ID: <20010616165247.O98663@plum.flirble.org>
18588 The .xs parts, too.
18590 ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
18591 ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
18592 ____________________________________________________________________________
18593 [ 10632] By: nick on 2001/06/16 16:44:35
18594 Log: Work-in-progress win32 layer semi-functional, checking
18597 ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
18598 ____________________________________________________________________________
18599 [ 10631] By: jhi on 2001/06/16 16:40:30
18600 Log: Subject: [PATCH] Re: perl@10611
18601 From: Nicholas Clark <nick@ccl4.org>
18602 Date: Sat, 16 Jun 2001 16:52:47 +0100
18603 Message-ID: <20010616165247.O98663@plum.flirble.org>
18605 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
18606 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
18607 ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
18608 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18609 ! lib/ExtUtils/Constant.pm
18610 ____________________________________________________________________________
18611 [ 10630] By: jhi on 2001/06/16 15:11:38
18612 Log: Metaconfig unit change for #10629.
18614 ! U/modified/Finish.U
18615 ____________________________________________________________________________
18616 [ 10629] By: jhi on 2001/06/16 15:11:10
18617 Log: The extraction changed directories.
18620 ____________________________________________________________________________
18621 [ 10628] By: jhi on 2001/06/16 14:59:38
18622 Log: Math::BigInt 1.35 from Tels.
18625 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18626 ! t/lib/bigfltpm.t t/lib/bigintpm.t
18627 ____________________________________________________________________________
18628 [ 10627] By: nick on 2001/06/16 14:54:52
18629 Log: Work in progress UNIX-side edit of win32 PerLIO layer
18632 ! perlio.c win32/makefile.mk
18633 ____________________________________________________________________________
18634 [ 10626] By: jhi on 2001/06/16 14:01:50
18635 Log: Subject: [PATCH 5.6.1] os2/diff-configure
18636 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18637 Date: Fri, 15 Jun 2001 01:19:36 -0400
18638 Message-ID: <20010615011936.A26982@math.ohio-state.edu>
18640 Empty all of it because I think #10624 made even the
18641 last patch hunk unnecessary.
18643 ! os2/diff.configure
18644 ____________________________________________________________________________
18645 [ 10625] By: jhi on 2001/06/16 13:58:34
18646 Log: Metaconfig unit change for 10624.
18648 ! U/modified/libc.U
18651 ____________________________________________________________________________
18652 [ 10624] By: jhi on 2001/06/16 13:58:13
18653 Log: Move the initialization of libnames to the beginning so
18654 that can one 'seed' it (as OS/2 does.)
18657 ____________________________________________________________________________
18658 [ 10623] By: jhi on 2001/06/16 13:47:54
18659 Log: Subject: [PATCH 5.6.1] OS2::DLL patch
18660 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18661 Date: Fri, 15 Jun 2001 19:10:57 -0400
18662 Message-ID: <20010615191057.A8050@math.ohio-state.edu>
18664 ! os2/OS2/REXX/DLL/DLL.pm
18665 ____________________________________________________________________________
18666 [ 10622] By: jhi on 2001/06/16 13:29:42
18667 Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring
18668 From: "Craig A. Berry" <craigberry@mac.com>
18669 Date: Fri, 15 Jun 2001 17:00:03 -0500
18670 Message-Id: <a05101007b750342599be@[172.16.52.1]>
18672 ! vms/descrip_mms.template
18673 ____________________________________________________________________________
18674 [ 10621] By: jhi on 2001/06/16 13:28:37
18675 Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
18676 From: "Craig A. Berry" <craigberry@mac.com>
18677 Date: Fri, 15 Jun 2001 18:39:42 -0500
18678 Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
18680 ! lib/File/Spec/VMS.pm t/lib/extutils.t
18681 ____________________________________________________________________________
18682 [ 10620] By: jhi on 2001/06/16 13:25:06
18683 Log: Integrate perlio.
18685 !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
18686 !> t/io/utf8.t t/lib/io_scalar.t
18687 ____________________________________________________________________________
18688 [ 10619] By: nick on 2001/06/15 21:05:19
18689 Log: Generated files
18692 ____________________________________________________________________________
18693 [ 10618] By: nick on 2001/06/15 20:27:42
18694 Log: Fix open.pm to work via XS-implemented method calls rather
18695 than *open::layers variables which caused all the HV/AV hassle.
18697 ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
18698 ! t/lib/io_scalar.t
18699 ____________________________________________________________________________
18700 [ 10617] By: jhi on 2001/06/15 18:50:53
18701 Log: Integrate perlio.
18703 !> lib/ExtUtils/Constant.pm
18704 ____________________________________________________________________________
18705 [ 10616] By: nick on 2001/06/15 18:46:47
18706 Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
18708 ! lib/ExtUtils/Constant.pm
18709 ____________________________________________________________________________
18710 [ 10615] By: jhi on 2001/06/15 18:36:43
18711 Log: Integrate perlio.
18713 !> ext/Socket/Socket.xs
18714 ____________________________________________________________________________
18715 [ 10614] By: nick on 2001/06/15 18:33:37
18716 Log: MULTIPLICITY fix for Socket.xs
18718 ! ext/Socket/Socket.xs
18719 ____________________________________________________________________________
18720 [ 10613] By: jhi on 2001/06/15 16:34:06
18721 Log: Subject: Re: perl@10611
18722 From: Doug MacEachern <dougm@covalent.net>
18723 Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
18724 Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
18726 ! ext/Socket/Socket.xs
18727 ____________________________________________________________________________
18728 [ 10612] By: nick on 2001/06/15 16:14:38
18729 Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
18731 !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18732 !> ext/Socket/Socket.pm ext/Socket/Socket.xs
18733 !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
18734 !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
18735 !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
18737 ____________________________________________________________________________
18738 [ 10611] By: jhi on 2001/06/15 14:29:04
18739 Log: Update Changes.
18741 ! Changes patchlevel.h
18742 ____________________________________________________________________________
18743 [ 10610] By: jhi on 2001/06/15 14:20:33
18744 Log: Upping the test count.
18747 ____________________________________________________________________________
18748 [ 10609] By: jhi on 2001/06/15 14:13:29
18749 Log: Integrate perlio.
18751 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18752 ____________________________________________________________________________
18753 [ 10608] By: jhi on 2001/06/15 14:12:31
18754 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
18755 From: andreas.koenig@anima.de (Andreas J. Koenig)
18756 Date: 15 Jun 2001 13:30:39 +0200
18757 Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
18759 Record the grim history.
18762 ____________________________________________________________________________
18763 [ 10607] By: jhi on 2001/06/15 14:08:19
18764 Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
18765 From: Brian McCauley <nobull@mail.com>
18766 Date: 15 Jun 2001 07:51:26 +0100
18767 Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
18769 ! lib/File/Find.pm t/lib/filefind.t
18770 ____________________________________________________________________________
18771 [ 10606] By: nick on 2001/06/15 14:00:08
18772 Log: regen_config_h for Win32.
18774 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18775 ____________________________________________________________________________
18776 [ 10605] By: jhi on 2001/06/15 13:49:55
18777 Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
18778 From: Peter Prymmer <pvhp@forte.com>
18779 Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
18780 Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
18782 ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
18783 ____________________________________________________________________________
18784 [ 10604] By: jhi on 2001/06/15 13:45:03
18785 Log: Some filesystems require writability for rename/unlink.
18788 ____________________________________________________________________________
18789 [ 10603] By: jhi on 2001/06/15 13:41:34
18790 Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report
18791 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18792 Date: Fri, 15 Jun 2001 12:08:53 +0200
18793 Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
18796 ____________________________________________________________________________
18797 [ 10602] By: jhi on 2001/06/15 13:27:04
18798 Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
18799 From: Mike Guy <mjtg@cam.ac.uk>
18800 Date: Fri, 15 Jun 2001 14:11:49 +0100
18801 Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
18804 ____________________________________________________________________________
18805 [ 10601] By: jhi on 2001/06/15 13:21:18
18806 Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
18807 From: Nicholas Clark <nick@ccl4.org>
18808 Date: Thu, 14 Jun 2001 23:52:56 +0100
18809 Message-ID: <20010614235256.G98663@plum.flirble.org>
18811 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
18812 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
18813 ____________________________________________________________________________
18814 [ 10600] By: jhi on 2001/06/15 13:16:56
18815 Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18816 From: Russ Allbery <rra@stanford.edu>
18817 Date: 14 Jun 2001 13:24:43 -0700
18818 Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
18820 ! ext/GDBM_File/GDBM_File.pm
18821 ____________________________________________________________________________
18822 [ 10599] By: jhi on 2001/06/15 13:15:26
18823 Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
18824 From: Nicholas Clark <nick@ccl4.org>
18825 Date: Thu, 14 Jun 2001 20:37:47 +0100
18826 Message-ID: <20010614203747.F98663@plum.flirble.org>
18828 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18830 ____________________________________________________________________________
18831 [ 10598] By: jhi on 2001/06/15 13:13:13
18832 Log: Integrate perlio.
18835 ____________________________________________________________________________
18836 [ 10597] By: nick on 2001/06/15 11:08:13
18837 Log: Check that HVs with HvNAME() != NULL are really stashes before
18838 treating them as such. Also be more defensive on the GvCV.
18839 Win32 fork and dprof now working again.
18842 ____________________________________________________________________________
18843 [ 10596] By: nick on 2001/06/15 10:11:20
18844 Log: Integrate mainline.
18847 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
18848 !> Porting/config_H config_h.SH configure.com epoc/config.sh
18849 !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
18850 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18851 !> vos/config.ga.h win32/config.bc win32/config.gc
18852 !> win32/config.vc win32/config_H.bc win32/config_H.gc
18853 !> win32/config_H.vc
18854 ____________________________________________________________________________
18855 [ 10595] By: nick on 2001/06/15 09:37:17
18856 Log: Skip Perl_my_bcopy in .def file as we do not provide it.
18857 - Win32 (VC++) now builds but fails:
18858 filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
18859 fork.t - No &___ENV_HV_NAME___::CLONE method ???
18860 write.t - open(...,"|-") not implemented on Win32
18863 ____________________________________________________________________________
18864 [ 10594] By: jhi on 2001/06/15 00:17:16
18865 Log: Integrate perlio.
18867 !> perlio.c win32/makefile.mk
18868 ____________________________________________________________________________
18869 [ 10593] By: jhi on 2001/06/15 00:16:44
18870 Log: Metaconfig unit changes for #10592.
18872 + U/modified/i_varhdr.U U/modified/startsh.U
18873 - U/a_dvisory/crosscompile.U U/target/Target.U
18874 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
18875 ! U/compline/bitpbyte.U U/compline/byteorder.U
18876 ! U/compline/ccflags.U U/compline/charsize.U
18877 ! U/compline/d_casti32.U U/compline/d_castneg.U
18878 ! U/compline/d_closedir.U U/compline/d_fd_set.U
18879 ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
18880 ! U/compline/d_keepsig.U U/compline/d_open3.U
18881 ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18882 ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
18883 ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
18884 ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
18885 ! U/compline/doublesize.U U/compline/floatsize.U
18886 ! U/compline/nblock_io.U U/compline/orderlib.U
18887 ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
18888 ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
18889 ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
18890 ! U/modified/d_longlong.U U/modified/d_setpgrp.U
18891 ! U/modified/d_strtoul.U U/modified/d_union_semun.U
18892 ! U/modified/spitshell.U U/threads/archname.U
18893 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
18894 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
18895 ! U/typedefs/pidsign.U U/typedefs/pidsize.U
18896 ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
18897 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
18898 Branch: metaconfig/U/perl
18900 ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
18901 ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
18902 ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
18903 ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
18904 ! stdio_streams.U uselfs.U
18905 ____________________________________________________________________________
18906 [ 10592] By: jhi on 2001/06/15 00:15:52
18907 Log: The first steps towards cross-compilation.
18909 Abstract execution of compiled test executables with $run,
18910 and abstract transfer of files with $to and $from.
18912 Under cross-compilation the $run, $to, and $from will point
18913 to appropriate wrapper scripts, by default ssh and scp,
18914 but also rsh, rcp, and cp are supported. If not
18915 cross-compiling, they will be set to '', ':', and ':',
18918 With these patches I was able to get Configure for
18919 iPAQ ARM Linux on an Intel Linux about 95% right
18920 (only a few tests failed to execute or they produced
18921 incorrect results), and I was able to compile
18922 a functional miniperl.
18924 The symbol crosscompile renamed to be usecrosscompile,
18925 the corresponding C symbol from CROSSCOMPILE to
18928 ! Configure Cross/README Makefile.SH Porting/Glossary
18929 ! Porting/config.sh Porting/config_H config_h.SH configure.com
18930 ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
18931 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18932 ! vos/config.ga.def vos/config.ga.h win32/config.bc
18933 ! win32/config.gc win32/config.vc win32/config_H.bc
18934 ! win32/config_H.gc win32/config_H.vc
18935 ____________________________________________________________________________
18936 [ 10591] By: nick on 2001/06/14 20:00:12
18937 Log: Steps along the road toward Win32 building again.
18939 ! perlio.c win32/makefile.mk
18940 ____________________________________________________________________________
18941 [ 10590] By: jhi on 2001/06/14 16:11:11
18942 Log: Integrate perlio.
18944 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18945 ____________________________________________________________________________
18946 [ 10589] By: nick on 2001/06/14 13:54:07
18947 Log: Routine regen_config_h for Win32
18949 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18950 ____________________________________________________________________________
18951 [ 10588] By: jhi on 2001/06/14 12:30:46
18952 Log: Integrate perlio.
18955 !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
18956 ____________________________________________________________________________
18957 [ 10587] By: jhi on 2001/06/14 12:23:24
18958 Log: A placeholder.
18961 ____________________________________________________________________________
18962 [ 10586] By: nick on 2001/06/14 08:25:07
18963 Log: Add new step to run_byacc which:
18964 A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
18965 B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
18968 ! MANIFEST Makefile.SH perly.c
18969 ____________________________________________________________________________
18970 [ 10585] By: nick on 2001/06/14 08:22:29
18971 Log: Integrate mainline
18973 +> locale.c numeric.c
18974 !> Changes cygwin/Makefile.SHs embed.h embed.pl
18975 !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
18976 !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
18977 !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
18979 ____________________________________________________________________________
18980 [ 10584] By: nick on 2001/06/14 08:05:53
18981 Log: Hack to remove insecure directories from PATH so test will run.
18984 ____________________________________________________________________________
18985 [ 10583] By: jhi on 2001/06/14 03:11:16
18986 Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
18990 ____________________________________________________________________________
18991 [ 10582] By: jhi on 2001/06/14 03:04:51
18995 ____________________________________________________________________________
18996 [ 10581] By: jhi on 2001/06/14 03:03:14
18997 Log: de-$CONFIG continues.
18999 ! cygwin/Makefile.SHs x2p/Makefile.SH
19000 ____________________________________________________________________________
19001 [ 10580] By: jhi on 2001/06/13 23:56:59
19002 Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
19003 From: Nicholas Clark <nick@ccl4.org>
19004 Date: Wed, 13 Jun 2001 21:20:13 +0100
19005 Message-ID: <20010613212013.D98663@plum.flirble.org>
19008 ____________________________________________________________________________
19009 [ 10579] By: jhi on 2001/06/13 23:55:29
19010 Log: Subject: splitting util.c
19011 From: Hugo <hv@crypt.compulink.co.uk>
19012 Date: Thu, 14 Jun 2001 00:41:08 +0100
19013 Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
19015 + locale.c numeric.c
19016 ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
19017 ! pod/perlapi.pod proto.h util.c
19018 ____________________________________________________________________________
19019 [ 10578] By: jhi on 2001/06/13 23:45:11
19020 Log: Upgrade to Math::BigInt 1.34 from Tels.
19023 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19024 ! t/lib/bigfltpm.t t/lib/bigintpm.t
19025 ____________________________________________________________________________
19026 [ 10577] By: nick on 2001/06/13 19:02:48
19027 Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
19029 !> (integrate 125 files)
19030 ____________________________________________________________________________
19031 [ 10576] By: jhi on 2001/06/13 18:10:01
19032 Log: Update Changes.
19034 ! Changes patchlevel.h
19035 ____________________________________________________________________________
19036 [ 10575] By: jhi on 2001/06/13 18:05:09
19037 Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
19038 From: "Craig A. Berry" <craigberry@mac.com>
19039 Date: Wed, 13 Jun 2001 13:24:28 -0500
19040 Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
19042 ! ext/re/Makefile.PL
19043 ____________________________________________________________________________
19044 [ 10574] By: jhi on 2001/06/13 17:34:36
19045 Log: Mc.u.c. for #10573.
19047 ! U/threads/usethreads.U
19048 ____________________________________________________________________________
19049 [ 10573] By: jhi on 2001/06/13 17:34:00
19050 Log: It would be also be good if I could type.
19053 ____________________________________________________________________________
19054 [ 10572] By: jhi on 2001/06/13 17:26:29
19055 Log: Metaconfig unit change for #10571.
19057 ! U/threads/usethreads.U
19058 ____________________________________________________________________________
19059 [ 10571] By: jhi on 2001/06/13 17:26:05
19060 Log: A non-empty default is a good thing.
19063 ____________________________________________________________________________
19064 [ 10570] By: jhi on 2001/06/13 17:15:16
19065 Log: Metaconfig unit change for #10569.
19067 ! U/threads/usethreads.U
19068 ____________________________________________________________________________
19069 [ 10569] By: jhi on 2001/06/13 17:14:17
19070 Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
19071 extremely experimental, not even prompted for.
19073 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19074 ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
19075 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19076 ! win32/config.bc win32/config.gc win32/config.vc
19077 ____________________________________________________________________________
19078 [ 10568] By: jhi on 2001/06/13 16:22:27
19079 Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
19082 ____________________________________________________________________________
19083 [ 10567] By: jhi on 2001/06/13 16:20:23
19084 Log: Integrate perlio; conflicts, accept Nick's versions.
19086 !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19087 !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
19088 ____________________________________________________________________________
19089 [ 10566] By: jhi on 2001/06/13 16:17:42
19090 Log: Subject: Re: ext/ + -Wall
19091 From: Doug MacEachern <dougm@covalent.net>
19092 Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
19093 Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
19095 ! XSUB.h lib/ExtUtils/xsubpp perl.h
19096 ____________________________________________________________________________
19097 [ 10565] By: jhi on 2001/06/13 16:16:07
19098 Log: Similar logic as DB_File.xs, using the modern macros and
19099 defines them to older ones for older Perls where PERL_VERSION
19100 is not defined, from Doug MacEachern.
19102 ! ext/Storable/Storable.xs
19103 ____________________________________________________________________________
19104 [ 10564] By: nick on 2001/06/13 15:22:01
19105 Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
19106 and using that instead (name lookups are sequential search for now).
19108 ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
19109 ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
19110 ____________________________________________________________________________
19111 [ 10563] By: jhi on 2001/06/13 14:07:43
19112 Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
19113 From: "Richard Soderberg" <rs@crystalflame.net>
19114 Date: Sat, 26 May 2001 06:44:20 -0700
19115 Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
19118 ____________________________________________________________________________
19119 [ 10562] By: jhi on 2001/06/13 13:55:10
19120 Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
19121 From: "Craig A. Berry" <craigberry@mac.com>
19122 Date: Tue, 12 Jun 2001 23:55:26 -0500
19123 Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
19125 ! ext/re/Makefile.PL ext/re/re.xs
19126 ____________________________________________________________________________
19127 [ 10561] By: jhi on 2001/06/13 13:44:58
19128 Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
19131 ! XSUB.h malloc.c perl.h
19132 ____________________________________________________________________________
19133 [ 10560] By: jhi on 2001/06/13 13:35:42
19137 ____________________________________________________________________________
19138 [ 10559] By: jhi on 2001/06/13 12:53:18
19139 Log: Subject: [patch] perl.gprof control
19140 From: Doug MacEachern <dougm@covalent.net>
19141 Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
19142 Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
19144 ! miniperlmain.c perl.h
19145 ____________________________________________________________________________
19146 [ 10558] By: jhi on 2001/06/13 12:51:47
19147 Log: Subject: Re: ext/ + -Wall
19148 From: Doug MacEachern <dougm@covalent.net>
19149 Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
19150 Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
19152 Document ax and break up dXSARGS.
19154 ! XSUB.h pod/perlapi.pod
19155 ____________________________________________________________________________
19156 [ 10557] By: jhi on 2001/06/13 12:39:55
19157 Log: More AIX tweakage from Merijn.
19160 ____________________________________________________________________________
19161 [ 10556] By: jhi on 2001/06/13 03:26:58
19162 Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
19163 From: "Craig A. Berry" <craigberry@mac.com>
19164 Date: Tue, 12 Jun 2001 22:57:45 -0500
19165 Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
19167 ! vms/descrip_mms.template
19168 ____________________________________________________________________________
19169 [ 10555] By: jhi on 2001/06/13 02:50:43
19170 Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
19171 From: "Craig A. Berry" <craigberry@mac.com>
19172 Date: Tue, 12 Jun 2001 22:21:39 -0500
19173 Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
19175 ! configure.com util.c
19176 ____________________________________________________________________________
19177 [ 10554] By: jhi on 2001/06/13 02:23:16
19178 Log: New AIX dynaloading code from Jens-Uwe Mager.
19179 Does break binary compatibility.
19181 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
19182 ____________________________________________________________________________
19183 [ 10553] By: jhi on 2001/06/13 02:10:16
19184 Log: VMS DEC C compiler found nits by Peter Prymmer.
19187 ____________________________________________________________________________
19188 [ 10552] By: jhi on 2001/06/13 01:36:12
19189 Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
19190 From: Peter Prymmer <pvhp@forte.com>
19191 Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
19192 Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
19195 ____________________________________________________________________________
19196 [ 10551] By: jhi on 2001/06/13 01:26:53
19197 Log: I wonder how many $CONFIGs still lurk in the shadows.
19199 ! pod/Makefile.SH x2p/cflags.SH
19200 ____________________________________________________________________________
19201 [ 10550] By: jhi on 2001/06/13 01:25:12
19202 Log: Grok three kinds of line endings, should fix [ID 20010612.003]
19205 ____________________________________________________________________________
19206 [ 10549] By: jhi on 2001/06/13 01:05:28
19207 Log: Use __attribute__((unused)) to silence -Wall on unused ax.
19209 ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
19210 ____________________________________________________________________________
19211 [ 10548] By: jhi on 2001/06/13 00:41:28
19212 Log: Subject: [patch] rid local_patches warnings
19213 From: Doug MacEachern <dougm@covalent.net>
19214 Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
19215 Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
19217 ! ext/List/Util/Util.xs ext/Storable/Storable.xs
19218 ____________________________________________________________________________
19219 [ 10547] By: jhi on 2001/06/13 00:40:29
19220 Log: Subject: Re: ext/ + -Wall
19221 From: Doug MacEachern <dougm@covalent.net>
19222 Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
19223 Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
19225 ! ext/attrs/attrs.xs
19226 ____________________________________________________________________________
19227 [ 10546] By: jhi on 2001/06/13 00:39:06
19228 Log: Subject: [PATCH] perlretut.pod: unterminated C<>
19229 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19230 Date: Tue, 12 Jun 2001 14:36:20 -0400
19231 Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
19233 ! pod/perlretut.pod
19234 ____________________________________________________________________________
19235 [ 10545] By: jhi on 2001/06/13 00:38:02
19236 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
19237 From: Mike Guy <mjtg@cam.ac.uk>
19238 Date: Tue, 12 Jun 2001 19:10:31 +0100
19239 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
19241 Subject: Re: [ID 20010612.001] out of memory during regex compilation
19242 From: Mike Guy <mjtg@cam.ac.uk>
19243 Date: Tue, 12 Jun 2001 19:21:01 +0100
19244 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
19247 ____________________________________________________________________________
19248 [ 10544] By: jhi on 2001/06/13 00:34:39
19249 Log: AIX tweaks from Merijn H. Brand.
19252 ____________________________________________________________________________
19253 [ 10543] By: jhi on 2001/06/13 00:11:42
19254 Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
19255 From: "Brendan O'Dea" <bod@compusol.com.au>
19256 Date: Wed, 13 Jun 2001 05:16:47 +1000
19257 Message-ID: <20010613051647.A8945@compusol.com.au>
19258 Branch: maint-5.6/perl
19259 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19260 ____________________________________________________________________________
19261 [ 10542] By: jhi on 2001/06/13 00:07:50
19262 Log: Subject: Small bcopy cleanup
19263 From: Andy Dougherty <doughera@lafayette.edu>
19264 Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
19265 Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
19267 ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
19268 ____________________________________________________________________________
19269 [ 10541] By: jhi on 2001/06/13 00:05:18
19270 Log: Subject: [PATCH] Re: ext/ + -Wall
19271 From: Nicholas Clark <nick@ccl4.org>
19272 Date: Wed, 13 Jun 2001 00:04:30 +0100
19273 Message-ID: <20010613000430.M5901@plum.flirble.org>
19275 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19276 ____________________________________________________________________________
19277 [ 10540] By: jhi on 2001/06/13 00:02:25
19278 Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
19279 From: Nicholas Clark <nick@ccl4.org>
19280 Date: Tue, 12 Jun 2001 23:53:07 +0100
19281 Message-ID: <20010612235307.L5901@plum.flirble.org>
19283 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19284 ____________________________________________________________________________
19285 [ 10539] By: jhi on 2001/06/12 23:59:10
19286 Log: MPE/iX tweaks from Mark Bixby.
19288 ! hints/mpeix.sh mpeix/mpeixish.h util.c
19289 ____________________________________________________________________________
19290 [ 10538] By: jhi on 2001/06/12 14:16:15
19291 Log: Update Changes.
19293 ! Changes patchlevel.h
19294 ____________________________________________________________________________
19295 [ 10537] By: jhi on 2001/06/12 14:11:26
19296 Log: One less -Wall whine (found under DEBUGGING).
19298 ! x2p/Makefile.SH x2p/a2p.c
19299 ____________________________________________________________________________
19300 [ 10536] By: jhi on 2001/06/12 13:32:09
19301 Log: s/case-independent/case-insensitive/g
19303 ! pod/perldebug.pod
19304 ____________________________________________________________________________
19305 [ 10535] By: jhi on 2001/06/12 13:27:28
19306 Log: As suggested in
19308 Subject: Re: ext/ + -Wall
19309 From: Gurusamy Sarathy <gsar@ActiveState.com>
19310 Date: Mon, 11 Jun 2001 23:34:31 -0700
19311 Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
19313 ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
19315 ____________________________________________________________________________
19316 [ 10534] By: jhi on 2001/06/12 13:13:27
19317 Log: Subject: ext/ + -Wall
19318 From: Doug MacEachern <dougm@covalent.net>
19319 Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
19320 Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
19322 ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
19323 ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
19324 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
19325 ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
19326 ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
19327 ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
19328 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
19329 ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
19330 ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
19331 ! lib/ExtUtils/xsubpp
19332 ____________________________________________________________________________
19333 [ 10533] By: jhi on 2001/06/12 12:52:57
19334 Log: Subject: [PATCH] anonymous stashes
19335 From: Abhijit Menon-Sen <ams@wiw.org>
19336 Date: Tue, 12 Jun 2001 12:47:04 +0530
19337 Message-ID: <20010612124704.A29029@lustre.linux.in>
19339 ! dump.c gv.c sv.c xsutils.c
19340 ____________________________________________________________________________
19341 [ 10532] By: jhi on 2001/06/12 12:37:36
19342 Log: One more test for $^S.
19345 ____________________________________________________________________________
19346 [ 10531] By: jhi on 2001/06/12 12:35:02
19347 Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
19348 From: Abhijit Menon-Sen <ams@wiw.org>
19349 Date: Tue, 12 Jun 2001 17:35:55 +0530
19350 Message-ID: <20010612173555.A32426@lustre.linux.in>
19352 ! mg.c t/op/magic.t
19353 ____________________________________________________________________________
19354 [ 10530] By: jhi on 2001/06/12 12:31:11
19355 Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
19356 From: Mike Guy <mjtg@cam.ac.uk>
19357 Date: Tue, 12 Jun 2001 13:14:15 +0100
19358 Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
19361 ____________________________________________________________________________
19362 [ 10529] By: jhi on 2001/06/12 12:21:06
19363 Log: AUTHORS updates.
19366 ____________________________________________________________________________
19367 [ 10528] By: jhi on 2001/06/12 12:19:47
19368 Log: Subject: [PATCH] rhapsody/darwin minor cleanup
19369 From: Wilfredo Sanchez <wsanchez@MIT.EDU>
19370 Content-Transfer-Encoding: 7bit
19371 Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
19373 ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
19374 ____________________________________________________________________________
19375 [ 10527] By: jhi on 2001/06/12 11:58:53
19376 Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
19377 From: "Philip Newton" <Philip.Newton@gmx.net>
19378 Date: Mon, 11 Jun 2001 07:08:03 +0200
19379 Message-Id: <200106120802.LAA08992@taas.iki.fi>
19382 ____________________________________________________________________________
19383 [ 10526] By: jhi on 2001/06/12 01:35:34
19384 Log: Cleanup the a2p.c for -Wall.
19386 ! x2p/Makefile.SH x2p/a2p.c
19387 ____________________________________________________________________________
19388 [ 10525] By: jhi on 2001/06/12 01:10:56
19389 Log: File::Find update for MacOS from Chris Nandor.
19391 ! lib/File/Find.pm t/lib/filefind.t
19392 ____________________________________________________________________________
19393 [ 10524] By: jhi on 2001/06/12 00:29:20
19394 Log: gcc -Wall nits picked out by a non-UNIX system
19395 (courtesy of Mark Bixby)
19397 ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
19398 ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
19400 ____________________________________________________________________________
19401 [ 10523] By: jhi on 2001/06/11 22:34:03
19402 Log: Metaconfig unit change for #10522. (The d_modfl changes
19404 Branch: metaconfig/U/perl
19405 ! d_modfl.U d_u32align.U
19406 ____________________________________________________________________________
19407 [ 10522] By: jhi on 2001/06/11 22:33:00
19408 Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
19409 be "./try 2>&1 >/dev/null".
19412 ____________________________________________________________________________
19413 [ 10521] By: jhi on 2001/06/11 19:49:54
19414 Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
19415 From: "Craig A. Berry" <craigberry@mac.com>
19416 Date: Mon, 11 Jun 2001 14:00:32 -0500
19417 Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
19420 ____________________________________________________________________________
19421 [ 10520] By: jhi on 2001/06/11 17:55:47
19422 Log: Move the full \p\P lists to perlunicode.
19424 ! pod/perlretut.pod pod/perlunicode.pod
19425 ____________________________________________________________________________
19426 [ 10519] By: jhi on 2001/06/11 17:10:00
19427 Log: VOS build tweak for 5.6.1 from Paul Green.
19428 Branch: maint-5.6/perl
19430 ____________________________________________________________________________
19431 [ 10518] By: jhi on 2001/06/11 17:07:03
19432 Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
19433 From: "Craig A. Berry" <craigberry@mac.com>
19434 Date: Fri, 8 Jun 2001 18:08:18 -0500
19435 Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
19438 ____________________________________________________________________________
19439 [ 10517] By: jhi on 2001/06/11 14:52:01
19440 Log: Update Changes.
19442 ! Changes patchlevel.h
19443 ____________________________________________________________________________
19444 [ 10516] By: jhi on 2001/06/11 14:46:33
19445 Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
19447 ! vos/config.alpha.h vos/config.ga.h
19448 ____________________________________________________________________________
19449 [ 10515] By: jhi on 2001/06/11 14:39:05
19450 Log: VOS updates from Paul Green for @10476.
19452 ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
19453 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19454 ! vos/config.ga.h vos/configure_perl.cm
19455 ____________________________________________________________________________
19456 [ 10514] By: jhi on 2001/06/11 12:58:43
19457 Log: Subject: [PATCH] Not many people know this ...
19458 From: Mike Guy <mjtg@cam.ac.uk>
19459 Date: Mon, 11 Jun 2001 14:55:15 +0100
19460 Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
19462 ! pod/perldebug.pod
19463 ____________________________________________________________________________
19464 [ 10513] By: jhi on 2001/06/11 12:30:06
19465 Log: Add final commas to lists as suggested by Philip Newton.
19467 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19468 ____________________________________________________________________________
19469 [ 10512] By: jhi on 2001/06/11 12:28:49
19470 Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
19471 Date: Sun, 10 Jun 2001 23:35:38 -0400
19472 From: Chris Nandor <pudge@pobox.com>
19473 Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
19475 ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
19476 ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
19477 ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
19478 ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
19479 ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
19480 ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
19481 ! t/op/write.t t/pragma/strict.t
19482 ____________________________________________________________________________
19483 [ 10511] By: jhi on 2001/06/11 12:13:31
19484 Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
19485 From: Chris Nandor <pudge@pobox.com>
19486 Date: Mon, 11 Jun 2001 08:24:28 -0400
19487 Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
19489 ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
19491 ____________________________________________________________________________
19492 [ 10510] By: jhi on 2001/06/11 12:03:16
19493 Log: One more run_byacc (a hand-tweaked version had slipped in).
19495 ! perly.c vms/perly_c.vms
19496 ____________________________________________________________________________
19497 [ 10509] By: nick on 2001/06/11 07:49:15
19498 Log: Integrate mainline
19500 !> Makefile.SH embed.h embed.pl global.sym
19501 !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
19502 !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
19503 !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
19504 !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
19505 ____________________________________________________________________________
19506 [ 10508] By: jhi on 2001/06/10 22:38:05
19507 Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
19508 From: Mike Guy <mjtg@cam.ac.uk>
19509 Reply-To: mjtg@cam.ac.uk
19510 Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
19512 ! lib/ExtUtils/Manifest.pm
19513 ____________________________________________________________________________
19514 [ 10507] By: jhi on 2001/06/10 22:37:16
19515 Log: Subject: [PATCH] ExtUtils::Constant
19516 From: Nicholas Clark <nick@ccl4.org>
19517 Date: Sun, 10 Jun 2001 23:25:41 +0100
19518 Message-ID: <20010610232540.C76396@plum.flirble.org>
19520 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
19521 ____________________________________________________________________________
19522 [ 10506] By: jhi on 2001/06/10 20:57:20
19523 Log: Integrate perlio.
19526 ____________________________________________________________________________
19527 [ 10505] By: jhi on 2001/06/10 18:37:57
19528 Log: Move the grok_number and its lieutenant grok_numeric_radix
19529 from sv.c statics to util.c and public.
19531 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
19532 ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
19533 ____________________________________________________________________________
19534 [ 10504] By: nick on 2001/06/10 17:47:06
19535 Log: Fix (valid) -Wall warnings in perlio.c
19538 ____________________________________________________________________________
19539 [ 10503] By: jhi on 2001/06/10 17:38:28
19540 Log: Update perly_c.diff, update perly.fixer to edit away
19541 some of the -Wall noise.
19543 ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
19544 ____________________________________________________________________________
19545 [ 10502] By: jhi on 2001/06/10 17:09:42
19546 Log: Check the version of byacc.
19549 ____________________________________________________________________________
19550 [ 10501] By: jhi on 2001/06/10 17:00:08
19551 Log: Subject: [PATCH] perly.y overhaul
19552 From: Simon Cozens <simon@netthink.co.uk>
19553 Date: Sun, 10 Jun 2001 16:56:54 +0100
19554 Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
19556 Plus make run_byacc.
19558 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
19559 ____________________________________________________________________________
19560 [ 10500] By: jhi on 2001/06/10 16:07:28
19561 Log: Integrate perlio.
19563 !> perlio.c perlsfio.h
19564 ____________________________________________________________________________
19565 [ 10499] By: nick on 2001/06/10 15:01:08
19566 Log: Integrate mainline
19568 !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
19569 !> t/pragma/locale.t util.c
19570 ____________________________________________________________________________
19571 [ 10498] By: jhi on 2001/06/10 13:49:23
19572 Log: Put some meat on the perl572delta bones. The list of
19573 selected bug fixes needs more work, as does still the
19576 ! pod/perl572delta.pod
19577 ____________________________________________________________________________
19578 [ 10497] By: nick on 2001/06/10 12:27:51
19579 Log: Paper over a crack or two with USE_SFIO
19581 ! perlio.c perlsfio.h
19582 ____________________________________________________________________________
19583 [ 10496] By: jhi on 2001/06/10 11:04:22
19584 Log: Update Changes.
19586 ! Changes patchlevel.h
19587 ____________________________________________________________________________
19588 [ 10495] By: jhi on 2001/06/10 10:55:34
19589 Log: Subject: Re: pragma/locale.t #107
19590 From: Hugo <hv@crypt.compulink.co.uk>
19591 Date: Sun, 10 Jun 2001 11:23:30 +0100
19592 Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
19594 Encapsulate the scan of the decimal radix separator.
19596 ! embed.h embed.pl proto.h sv.c
19597 ____________________________________________________________________________
19598 [ 10494] By: jhi on 2001/06/10 03:00:17
19599 Log: Try to grok numbers both with the locale specific separator
19600 and with the usual "." (if different from the lss); add a test
19601 to locale.t to do also a little bit of math in addition to just
19602 equalness testing; remove extraneous logic as suggested in
19604 Subject: Re: pragma/locale.t #107
19605 From: Nicholas Clark <nick@ccl4.org>
19606 Date: Sat, 9 Jun 2001 22:37:36 +0100
19607 Message-ID: <20010609223735.Y76396@plum.flirble.org>
19609 ! sv.c t/pragma/locale.t
19610 ____________________________________________________________________________
19611 [ 10493] By: jhi on 2001/06/10 01:25:23
19612 Log: Metaconfig unit change for #10492.
19613 Branch: metaconfig/U/perl
19615 ____________________________________________________________________________
19616 [ 10492] By: jhi on 2001/06/10 01:23:59
19617 Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
19618 From: Artur Bergman <artur@contiller.se>
19619 Date: Sat, 09 Jun 2001 21:03:51 +0200
19620 Message-ID: <B7483FB6.1398%artur@contiller.se>
19623 ____________________________________________________________________________
19624 [ 10491] By: jhi on 2001/06/10 01:15:40
19625 Log: Integrate perlio.
19628 ____________________________________________________________________________
19629 [ 10490] By: jhi on 2001/06/10 01:08:26
19630 Log: Do locale specific separator if only in locale.
19633 ____________________________________________________________________________
19634 [ 10489] By: nick on 2001/06/09 19:13:25
19635 Log: Make XS/Typemap compile (but fail) with sfio
19638 ____________________________________________________________________________
19639 [ 10488] By: nick on 2001/06/09 19:12:51
19640 Log: Re-integrate mainline
19642 !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
19643 !> proto.h sv.c util.c
19644 ____________________________________________________________________________
19645 [ 10487] By: nick on 2001/06/09 16:26:29
19646 Log: Integrate mainline
19648 !> (integrate 31 files)
19649 ____________________________________________________________________________
19650 [ 10486] By: jhi on 2001/06/09 16:11:51
19651 Log: Subject: [PATCH] New attempt to clone callack
19652 From: Artur Bergman <artur@contiller.se>
19653 Date: Thu, 07 Jun 2001 11:52:16 +0200
19654 Message-ID: <B7451B6F.12B7%artur@contiller.se>
19656 ! embedvar.h intrpvar.h perlapi.h sv.c
19657 ____________________________________________________________________________
19658 [ 10485] By: jhi on 2001/06/09 15:23:52
19659 Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
19661 ! embed.h embed.pl perl.h proto.h sv.c util.c
19662 ____________________________________________________________________________
19663 [ 10484] By: jhi on 2001/06/09 14:47:25
19664 Log: Subject: Re: pragma/locale.t #107
19665 From: Nicholas Clark <nick@ccl4.org>
19666 Date: Sat, 9 Jun 2001 16:26:10 +0100
19667 Message-ID: <20010609162609.V76396@plum.flirble.org>
19669 A missing NVification.
19672 ____________________________________________________________________________
19673 [ 10483] By: jhi on 2001/06/08 19:40:32
19674 Log: Redo the #10482, there already was a test script for formats.
19677 ! MANIFEST t/op/write.t
19678 ____________________________________________________________________________
19679 [ 10482] By: jhi on 2001/06/08 19:34:45
19680 Log: Twisted format testing, from Merijn.
19684 ____________________________________________________________________________
19685 [ 10481] By: jhi on 2001/06/08 19:21:56
19686 Log: More \p{In...} testing, combined with \N{...}.
19688 ! lib/utf8_heavy.pl t/op/pat.t
19689 ____________________________________________________________________________
19690 [ 10480] By: jhi on 2001/06/08 14:16:06
19691 Log: Metaconfig changes for #10479.
19694 Branch: metaconfig/U/perl
19696 ____________________________________________________________________________
19697 [ 10479] By: jhi on 2001/06/08 14:15:32
19698 Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
19700 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19701 ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
19702 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
19703 ! win32/config.bc win32/config.gc win32/config.vc
19704 ____________________________________________________________________________
19705 [ 10478] By: jhi on 2001/06/08 12:20:41
19706 Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
19707 From: "Craig A. Berry" <craigberry@mac.com>
19708 Date: Thu, 7 Jun 2001 14:27:20 -0500
19709 Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
19712 ____________________________________________________________________________
19713 [ 10477] By: jhi on 2001/06/08 12:19:00
19714 Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
19715 From: Gisle Aas <gisle@ActiveState.com>
19716 Date: 07 Jun 2001 17:04:29 -0700
19717 Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
19720 ____________________________________________________________________________
19721 [ 10476] By: jhi on 2001/06/08 01:35:42
19722 Log: Update Changes.
19724 ! Changes patchlevel.h
19725 ____________________________________________________________________________
19726 [ 10475] By: jhi on 2001/06/08 00:53:45
19727 Log: Regen Glossary et alia.
19729 ! Porting/Glossary Porting/config.sh Porting/config_H
19730 ____________________________________________________________________________
19731 [ 10474] By: jhi on 2001/06/07 22:06:38
19732 Log: Metaconfig unit changes for #10473.
19733 Branch: metaconfig/U/perl
19735 ____________________________________________________________________________
19736 [ 10473] By: jhi on 2001/06/07 22:06:16
19737 Log: Harumph, also AIX will spill its guts (i.e. dump core)
19738 if an executable contains modfl() but it hasn't been
19739 compiled right (in the case of AIX, with cc -qlongdouble).
19742 ____________________________________________________________________________
19743 [ 10472] By: gsar on 2001/06/07 20:04:28
19744 Log: integrate change#10471 from mainline
19746 in change#10451, check that CvOUTSIDE is a CV before looking in
19747 (it can apparently be SVt_NULL during global destruction)
19748 Branch: maint-5.6/perl
19750 ____________________________________________________________________________
19751 [ 10471] By: gsar on 2001/06/07 20:01:31
19752 Log: in change#10451, check that CvOUTSIDE is a CV before looking in
19753 (it can apparently be SVt_NULL during global destruction)
19756 ____________________________________________________________________________
19757 [ 10470] By: jhi on 2001/06/07 12:17:51
19758 Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
19759 From: Robin Barker <rmb1@cise.npl.co.uk>
19760 Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
19761 Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
19763 ! lib/diagnostics.pm pod/perldiag.pod
19764 ____________________________________________________________________________
19765 [ 10469] By: jhi on 2001/06/07 12:16:12
19766 Log: Subject: [PATCH perl@10439] long =item
19767 From: Robin Barker <rmb1@cise.npl.co.uk>
19768 Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
19769 Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
19771 ! README.amiga lib/Attribute/Handlers.pm
19772 ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19773 ____________________________________________________________________________
19774 [ 10468] By: jhi on 2001/06/07 12:08:56
19775 Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
19776 Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
19777 Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
19778 Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
19781 ____________________________________________________________________________
19782 [ 10467] By: jhi on 2001/06/07 12:04:26
19783 Log: Integrate perlio.
19786 ____________________________________________________________________________
19787 [ 10466] By: nick on 2001/06/07 10:25:40
19788 Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
19790 Still coredumps in pragma/overload.t - what a nice hard fail that is...
19793 ____________________________________________________________________________
19794 [ 10465] By: nick on 2001/06/07 08:41:58
19795 Log: Raw integrate of mainline for S_grok_number debug
19796 (sv.c has MULTIPLICITY issues as well as whatever else ...)
19798 - plan9/perlplan9.doc plan9/perlplan9.pod
19799 !> (integrate 46 files)
19800 ____________________________________________________________________________
19801 [ 10464] By: jhi on 2001/06/06 23:33:58
19802 Log: The proper prototyping for #10463.
19804 ! embed.h embed.pl proto.h sv.c
19805 ____________________________________________________________________________
19806 [ 10463] By: jhi on 2001/06/06 23:15:30
19807 Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
19808 From: Nicholas Clark <nick@ccl4.org>
19809 Date: Thu, 7 Jun 2001 00:29:59 +0100
19810 Message-ID: <20010607002959.Z76396@plum.flirble.org>
19813 ____________________________________________________________________________
19814 [ 10462] By: jhi on 2001/06/06 23:13:19
19815 Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
19816 From: "Craig A. Berry" <craigberry@mac.com>
19817 Date: Wed, 06 Jun 2001 17:54:30 -0500
19818 Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
19821 ____________________________________________________________________________
19822 [ 10461] By: jhi on 2001/06/06 23:10:00
19823 Log: Podify the remaining README.platform files;
19824 merge README.plan9 and plan9/perlplan9.pod;
19825 delete plan9/perlplan9.* (the perlplan.doc needs to
19826 be regenerated in Plan 9); make the =head1 and =head2
19827 in the README.platform to be a little more verbose
19828 (skipped README.os2 not to anger Ilya) so that they
19829 look better in the toc; regen toc.
19831 - plan9/perlplan9.doc plan9/perlplan9.pod
19832 ! MANIFEST README.aix README.amiga README.apollo README.beos
19833 ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
19834 ! README.hpux README.hurd README.machten README.macos
19835 ! README.micro README.mint README.mpeix README.os390
19836 ! README.plan9 README.qnx README.solaris README.threads
19837 ! README.tru64 README.vmesa README.vms README.vos README.win32
19838 ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19839 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19840 ____________________________________________________________________________
19841 [ 10460] By: jhi on 2001/06/06 20:58:53
19842 Log: Subject: [PATCH] Re: Bug in perlguts documentation?
19843 From: Mike Guy <mjtg@cam.ac.uk>
19844 Reply-To: mjtg@cam.ac.uk
19845 Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
19848 ____________________________________________________________________________
19849 [ 10459] By: jhi on 2001/06/06 20:58:15
19850 Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
19851 From: Mike Guy <mjtg@cam.ac.uk>
19852 Reply-To: mjtg@cam.ac.uk
19853 Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
19856 ____________________________________________________________________________
19857 [ 10458] By: jhi on 2001/06/06 20:56:04
19858 Log: Disable long doubles from pre-5.0 Tru64s.
19860 ! README.tru64 hints/dec_osf.sh
19861 ____________________________________________________________________________
19862 [ 10457] By: jhi on 2001/06/06 20:49:23
19863 Log: The #10455 exposed that modfl() is fundamentally busted
19864 (as in: dumps core) in pre-5.0 Tru64, so better avoid even
19868 ____________________________________________________________________________
19869 [ 10456] By: jhi on 2001/06/06 20:48:35
19870 Log: Metaconfig unit change for #10455.
19871 Branch: metaconfig/U/perl
19873 ____________________________________________________________________________
19874 [ 10455] By: jhi on 2001/06/06 20:48:09
19875 Log: Configure check for geborken modfl(), inspired by
19877 Subject: Re: [20010118.017] op/int.t failure
19878 From: Hugo <hv@crypt.compulink.co.uk>
19879 Date: Tue, 05 Jun 2001 13:43:27 +0100
19880 Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
19883 ____________________________________________________________________________
19884 [ 10454] By: jhi on 2001/06/06 11:45:08
19885 Log: Integrate changes #10450 and #10451 from maintperl:
19887 optimize change#10448 slightly (don't repeat search in eval""s lexical
19888 scope, since that has already been searched)
19890 change#9108 needs subtler treatment for case of closures created
19893 !> op.c t/op/misc.t
19894 ____________________________________________________________________________
19895 [ 10453] By: jhi on 2001/06/06 11:42:10
19896 Log: MakeMaker magic to compile (when no dynamic loading)
19897 List/Util.xsc as (ListUtil.c and) ListUtil.o since
19898 POSIX-BC (BS2000) linker has an evil limitation of
19899 being unable to include in the same executable several
19900 object files with the same name - case-insensitively -
19901 because otherwise we conflict with util.c.
19902 Strictly speaking currently required only in POSIX-BC
19903 but probably will do no harm elsewhere where static
19904 linking is required.
19906 ! ext/List/Util/Makefile.PL
19907 ____________________________________________________________________________
19908 [ 10452] By: nick on 2001/06/06 08:59:51
19909 Log: Integrate mainline.
19911 +> lib/Attribute/Handlers/demo/Demo.pm
19912 +> lib/Attribute/Handlers/demo/Descriptions.pm
19913 +> lib/Attribute/Handlers/demo/MyClass.pm
19914 +> lib/Attribute/Handlers/demo/demo.pl
19915 +> lib/Attribute/Handlers/demo/demo2.pl
19916 +> lib/Attribute/Handlers/demo/demo3.pl
19917 +> lib/Attribute/Handlers/demo/demo4.pl
19918 +> lib/Attribute/Handlers/demo/demo_call.pl
19919 +> lib/Attribute/Handlers/demo/demo_chain.pl
19920 +> lib/Attribute/Handlers/demo/demo_cycle.pl
19921 +> lib/Attribute/Handlers/demo/demo_hashdir.pl
19922 +> lib/Attribute/Handlers/demo/demo_phases.pl
19923 +> lib/Attribute/Handlers/demo/demo_range.pl
19924 +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
19925 +> uts/strtol_wrap.c
19926 !> (integrate 91 files)
19927 ____________________________________________________________________________
19928 [ 10451] By: gsar on 2001/06/06 07:11:36
19929 Log: change#9108 needs subtler treatment for case of closures created
19931 Branch: maint-5.6/perl
19933 ____________________________________________________________________________
19934 [ 10450] By: gsar on 2001/06/06 05:47:25
19935 Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
19936 scope, since that has already been searched)
19937 Branch: maint-5.6/perl
19939 ____________________________________________________________________________
19940 [ 10449] By: jhi on 2001/06/06 01:33:31
19941 Log: Integrate change #10448 from maintperl; lexicals
19942 outside an eval"" weren't resolved correctly inside a subroutine
19943 definition inside the eval"" if they were not already referenced
19944 in the toplevel of the eval""-ed code
19946 !> cop.h op.c pp_ctl.c t/op/misc.t
19947 ____________________________________________________________________________
19948 [ 10448] By: gsar on 2001/06/06 01:03:26
19949 Log: fix yet another bug of hoary vintage found by change#10394: lexicals
19950 outside an eval"" weren't resolved correctly inside a subroutine
19951 definition inside the eval"" if they were not already referenced
19952 in the toplevel of the eval""-ed code
19953 Branch: maint-5.6/perl
19954 ! cop.h op.c pp_ctl.c t/op/misc.t
19955 ____________________________________________________________________________
19956 [ 10447] By: jhi on 2001/06/06 00:51:04
19957 Log: Subject: [PATCH] perl570delta.pod
19958 From: Peter Scott <Peter@PSDT.com>
19959 Date: Tue, 05 Jun 2001 18:51:02 -0700
19960 Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
19962 ! pod/perl570delta.pod
19963 ____________________________________________________________________________
19964 [ 10446] By: jhi on 2001/06/05 23:45:05
19965 Log: The fudge factor is no more needed. I hope.
19968 ____________________________________________________________________________
19969 [ 10445] By: jhi on 2001/06/05 23:19:19
19970 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
19971 From: Hugo <hv@crypt.compulink.co.uk>
19972 Date: Tue, 05 Jun 2001 12:58:19 +0100
19973 Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
19976 ____________________________________________________________________________
19977 [ 10444] By: jhi on 2001/06/05 11:09:01
19978 Log: Make up prototypes only for those who have the functions
19979 but not the prototypes.
19982 ____________________________________________________________________________
19983 [ 10443] By: jhi on 2001/06/05 11:02:13
19984 Log: Subject: Re: Not OK: perl@10439 on win32
19985 From: Prymmer/Kahn <pvhp@best.com>
19986 Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
19987 Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
19990 ____________________________________________________________________________
19991 [ 10442] By: jhi on 2001/06/05 00:55:46
19992 Log: The metaconfig units changes for #10441.
19994 ! U/modified/Extract.U U/modified/Extractall.U
19995 ! U/modified/Finish.U
19996 ____________________________________________________________________________
19997 [ 10441] By: jhi on 2001/06/05 00:55:17
19998 Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
20001 ____________________________________________________________________________
20002 [ 10440] By: jhi on 2001/06/05 00:28:27
20003 Log: Unnecessary fuzziness undone, noted by Mike Guy.
20006 ____________________________________________________________________________
20007 [ 10439] By: jhi on 2001/06/04 17:14:31
20008 Log: Update Changes.
20010 ! Changes patchlevel.h
20011 ____________________________________________________________________________
20012 [ 10438] By: jhi on 2001/06/04 17:10:16
20013 Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
20014 bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
20018 ____________________________________________________________________________
20019 [ 10437] By: jhi on 2001/06/04 17:01:06
20020 Log: Test case for #10433/#10424.
20023 ____________________________________________________________________________
20024 [ 10436] By: jhi on 2001/06/04 16:54:21
20025 Log: Subject: One fix for strtoul not setting errno
20026 From: hom00@utsglobal.com (Hal Morris)
20027 Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
20028 Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
20030 + uts/strtol_wrap.c
20031 ! MANIFEST hints/uts.sh
20032 ____________________________________________________________________________
20033 [ 10435] By: jhi on 2001/06/04 16:54:01
20034 Log: Metaconfig units changes for #10434.
20036 ! U/modified/Cppsym.U
20037 Branch: metaconfig/U/perl
20038 + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
20039 + d_syscallproto.U d_usleepproto.U
20040 ! longdblfio.U quadfio.U
20041 ____________________________________________________________________________
20042 [ 10434] By: jhi on 2001/06/04 16:48:33
20043 Log: Configure tweaks; add prototype probes, make the cpp symbols
20044 probe to cast, not whine; test for %Ld and %Lf before %lld and
20045 %llf because the L is the ANSI way.
20047 ! Configure config_h.SH configure.com epoc/config.sh
20048 ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
20049 ! uconfig.sh vos/config.alpha.def vos/config.ga.def
20050 ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
20051 ____________________________________________________________________________
20052 [ 10433] By: jhi on 2001/06/04 16:45:23
20053 Log: Sigh. This is what #10424 was supposed to check in.
20056 ____________________________________________________________________________
20057 [ 10432] By: jhi on 2001/06/04 16:29:40
20058 Log: More verbose failure.
20061 ____________________________________________________________________________
20062 [ 10431] By: jhi on 2001/06/04 16:21:55
20063 Log: The .pm changes to go with #10428.
20065 ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
20066 ! ext/Sys/Syslog/Syslog.pm
20067 ____________________________________________________________________________
20068 [ 10430] By: jhi on 2001/06/04 16:05:20
20069 Log: On second thoughts show to utf8 skippage message only
20070 on failures, it's too confusing otherwise,
20072 ! t/pragma/locale.t
20073 ____________________________________________________________________________
20074 [ 10429] By: jhi on 2001/06/04 14:47:50
20075 Log: Do not import anything from Encode.
20077 ! ext/MIME/Base64/QuotedPrint.pm
20078 ____________________________________________________________________________
20079 [ 10428] By: jhi on 2001/06/04 14:45:47
20080 Log: The #10402 didn't take. Weird.
20082 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
20083 ! ext/Sys/Syslog/Syslog.xs
20084 ____________________________________________________________________________
20085 [ 10427] By: jhi on 2001/06/04 12:55:39
20086 Log: Eradicate traces of 'asciirange' re subpragma.
20088 ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
20090 ____________________________________________________________________________
20091 [ 10426] By: jhi on 2001/06/04 12:44:05
20092 Log: use is a compile-time thing.
20094 ! ext/MIME/Base64/QuotedPrint.pm
20095 ____________________________________________________________________________
20096 [ 10425] By: jhi on 2001/06/04 12:39:44
20097 Log: Subject: [PATCH perl@10419] -Wall casting patch
20098 From: Robin Barker <rmb1@cise.npl.co.uk>
20099 Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
20100 Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
20102 ! ext/Devel/DProf/DProf.xs mg.c
20103 ____________________________________________________________________________
20104 [ 10424] By: jhi on 2001/06/04 12:23:30
20105 Log: Subject: [PATCH #2] introducing SVpad_TYPED
20106 From: Abhijit Menon-Sen <ams@wiw.org>
20107 Date: Mon, 4 Jun 2001 12:26:02 +0530
20108 Message-ID: <20010604122602.A5775@lustre.linux.in>
20111 ____________________________________________________________________________
20112 [ 10423] By: gsar on 2001/06/04 05:12:18
20113 Log: testsuite for change#10192 (from Gisle Aas)
20117 ____________________________________________________________________________
20118 [ 10422] By: gsar on 2001/06/04 02:32:03
20119 Log: integrate changes#10414-10416 from mainline
20121 Potential buffer overrun if the radix separator is more than
20122 one byte. Also, under locales, prefer the locale-specific
20123 separator over the old boring ".".
20125 "10.", that is, decimal numbers can have no decimal part at all.
20127 The non-locale places need love, too.
20128 Branch: maint-5.6/perl
20130 ____________________________________________________________________________
20131 [ 10421] By: jhi on 2001/06/04 02:25:53
20132 Log: Missed from #10420.
20135 ____________________________________________________________________________
20136 [ 10420] By: jhi on 2001/06/04 02:19:58
20137 Log: Missed HAS_SETRESGID_PROTO. No serious harm done since
20138 often this prototype goes with HAS_SETRESUID_PROTO.
20140 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20141 ! config_h.SH configure.com perl.h uconfig.h
20142 ____________________________________________________________________________
20143 [ 10419] By: jhi on 2001/06/04 00:24:55
20144 Log: Update Changes.
20146 ! Changes patchlevel.h
20147 ____________________________________________________________________________
20148 [ 10418] By: jhi on 2001/06/03 23:58:04
20149 Log: -Wall "subscript has type `char'" cleanup.
20151 ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
20152 ____________________________________________________________________________
20153 [ 10417] By: jhi on 2001/06/03 23:37:17
20154 Log: Various "cast to pointer from integer of different size"
20155 picked up by gcc -Wall (in Tru64 where pointers are 64 bits
20156 wide but I32 (int) only 32 bits wide).
20158 WARNING: the classnum and tagnum changes in Storable.xs
20159 may not be wise, they may be breaking binary compatibility
20160 (in 64-bit platforms), asked Raphael Manfredi about the changes.
20162 ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
20164 ____________________________________________________________________________
20165 [ 10416] By: jhi on 2001/06/03 23:15:24
20166 Log: The non-locale places need love, too.
20169 ____________________________________________________________________________
20170 [ 10415] By: jhi on 2001/06/03 23:10:55
20171 Log: "10.", that is, decimal numbers can have no decimal part at all.
20174 ____________________________________________________________________________
20175 [ 10414] By: jhi on 2001/06/03 22:49:55
20176 Log: Potential buffer overrun if the radix separator is more than
20177 one byte. Also, under locales, prefer the locale-specific
20178 separator over the old boring ".".
20181 ____________________________________________________________________________
20182 [ 10413] By: jhi on 2001/06/03 22:42:10
20183 Log: Integrate change #10412 from maintperl; locale is now
20184 per-cop, not per-op; plus retweak the locale.t to always
20185 list the skipped utf8 locales.
20187 ! t/pragma/locale.t
20188 !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
20189 !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
20190 ____________________________________________________________________________
20191 [ 10412] By: gsar on 2001/06/03 22:23:16
20192 Log: rationalize locale handling to fix the bugs uncovered by change#10394
20194 the major issue was that the runtime was looking at PL_hints rather
20195 than op_private to notice whether locale was enabled
20197 the secondary issue was that many locale-sensitive numeric ops didn't
20198 have HINT_LOCALE propagated into their op_private
20200 HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
20201 instead of per-op, just like HINT_BYTE and the hints for lexical
20202 warnings (this makes the hint available to every op via PL_curcop)
20204 pragma/locale.t may need to be reworked with these fixes in mind
20205 (it currently passes its tests)
20206 Branch: maint-5.6/perl
20207 ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
20208 ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
20209 ____________________________________________________________________________
20210 [ 10411] By: jhi on 2001/06/03 17:50:49
20211 Log: More verbose debugging.
20213 ! t/pragma/locale.t
20214 ____________________________________________________________________________
20215 [ 10410] By: jhi on 2001/06/03 17:36:40
20216 Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
20217 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
20218 Date: Sat, 2 Jun 2001 22:53:33 +0100
20219 Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
20221 ! regcomp.c t/pragma/warn/regcomp
20222 ____________________________________________________________________________
20223 [ 10409] By: jhi on 2001/06/03 17:27:13
20224 Log: Mention that lexicalizing $a or $b is a bad idea if one
20225 wants to use sort().
20228 ____________________________________________________________________________
20229 [ 10408] By: jhi on 2001/06/03 16:52:41
20230 Log: Tweak the test to be happy if the accuracy is 'good enough'.
20233 ____________________________________________________________________________
20234 [ 10407] By: jhi on 2001/06/03 16:50:33
20235 Log: Upgrade to Attribute::Handlers 0.70.
20237 NOTE: this unearthed the "too late for CHECK block" bug,
20238 that's why the 1_compile.t change.
20240 + lib/Attribute/Handlers/demo/Demo.pm
20241 + lib/Attribute/Handlers/demo/Descriptions.pm
20242 + lib/Attribute/Handlers/demo/MyClass.pm
20243 + lib/Attribute/Handlers/demo/demo.pl
20244 + lib/Attribute/Handlers/demo/demo2.pl
20245 + lib/Attribute/Handlers/demo/demo3.pl
20246 + lib/Attribute/Handlers/demo/demo4.pl
20247 + lib/Attribute/Handlers/demo/demo_call.pl
20248 + lib/Attribute/Handlers/demo/demo_chain.pl
20249 + lib/Attribute/Handlers/demo/demo_cycle.pl
20250 + lib/Attribute/Handlers/demo/demo_hashdir.pl
20251 + lib/Attribute/Handlers/demo/demo_phases.pl
20252 + lib/Attribute/Handlers/demo/demo_range.pl
20253 + lib/Attribute/Handlers/demo/demo_rawdata.pl
20254 ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
20256 ____________________________________________________________________________
20257 [ 10406] By: jhi on 2001/06/03 16:40:03
20258 Log: One less -Wall whine.
20261 ____________________________________________________________________________
20262 [ 10405] By: jhi on 2001/06/03 16:30:34
20263 Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
20266 ____________________________________________________________________________
20267 [ 10404] By: gsar on 2001/06/03 16:23:07
20268 Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
20269 aren't "normally" visible inside eval""s contained in subs unless
20270 a cloned reference to them already exists)
20272 strangely enough, t/harness didn't show this up as a failure
20273 (harness needs fixing?)
20274 Branch: maint-5.6/perl
20276 ____________________________________________________________________________
20277 [ 10403] By: jhi on 2001/06/03 16:22:59
20278 Log: Update to Text::Balanced 1.85.
20280 ! lib/Text/Balanced.pm t/lib/tb-xvari.t
20281 ____________________________________________________________________________
20282 [ 10402] By: jhi on 2001/06/03 16:18:09
20283 Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
20284 From: Nicholas Clark <nick@ccl4.org>
20285 Date: Sun, 3 Jun 2001 17:54:36 +0100
20286 Message-ID: <20010603175436.E76396@plum.flirble.org>
20288 ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
20289 ! ext/Sys/Syslog/Syslog.xs
20290 ____________________________________________________________________________
20291 [ 10401] By: jhi on 2001/06/03 16:09:33
20292 Log: Unused variables.
20295 ____________________________________________________________________________
20296 [ 10400] By: jhi on 2001/06/03 16:04:26
20297 Log: Subject: [PATCH] APIfy op_clear
20298 From: Simon Cozens <simon@netthink.co.uk>
20299 Date: Sun, 3 Jun 2001 13:51:46 +0100
20300 Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
20302 (despite the subject line, op_null is APIfied by the patch)
20304 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20305 ____________________________________________________________________________
20306 [ 10399] By: jhi on 2001/06/03 15:51:35
20307 Log: Subject: [PATCH] t/lib/extutils.t
20308 From: Nicholas Clark <nick@ccl4.org>
20309 Date: Sat, 2 Jun 2001 23:57:05 +0100
20310 Message-ID: <20010602235705.Q12698@plum.flirble.org>
20312 ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20313 ____________________________________________________________________________
20314 [ 10398] By: jhi on 2001/06/03 15:34:11
20315 Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
20316 From: Prymmer/Kahn <pvhp@best.com>
20317 Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
20318 Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
20320 ! win32/Makefile win32/makefile.mk
20321 ____________________________________________________________________________
20322 [ 10397] By: jhi on 2001/06/03 15:12:13
20323 Log: Subject: Re: 'decimal digits' macro?
20324 From: Hugo <hv@crypt.compulink.co.uk>
20325 Date: Sun, 03 Jun 2001 04:26:36 +0100
20326 Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
20328 ! handy.h t/lib/posix.t t/op/tr.t
20329 ____________________________________________________________________________
20330 [ 10396] By: jhi on 2001/06/03 15:10:49
20331 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
20332 From: Hugo <hv@crypt.compulink.co.uk>
20333 Date: Sun, 03 Jun 2001 14:56:30 +0100
20334 Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
20337 ____________________________________________________________________________
20338 [ 10395] By: jhi on 2001/06/03 14:59:41
20339 Log: Integrate change #10394 from maintperl; lexical file scope leakage.
20341 !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
20343 ____________________________________________________________________________
20344 [ 10394] By: gsar on 2001/06/03 03:05:43
20345 Log: fix leakage of lexicals at file scope into subroutines that were
20346 declared before them; this appears to be a longstanding bug that
20347 meant that lexicals at file scope were never "deintroduced", meaning
20348 their scope range was never properly closed, and their visibility
20349 extended to all subsequent eval""s or requires
20353 seems to also fix a case of bogus duplicate warnings
20354 Branch: maint-5.6/perl
20355 ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
20357 ____________________________________________________________________________
20358 [ 10393] By: jhi on 2001/06/02 16:55:03
20359 Log: More VMS tweaks from Craig A. Berry.
20361 ! configure.com t/lib/extutils.t
20362 ____________________________________________________________________________
20363 [ 10392] By: jhi on 2001/06/02 16:48:26
20364 Log: -Wall cleanup continues.
20366 ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
20367 ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
20368 ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
20369 ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
20370 ! run.c toke.c util.c
20371 ____________________________________________________________________________
20372 [ 10391] By: jhi on 2001/06/02 13:29:47
20373 Log: The metaconfig unit change for #10390.
20374 Branch: metaconfig/U/perl
20376 ____________________________________________________________________________
20377 [ 10390] By: jhi on 2001/06/02 13:29:12
20378 Log: Drop the -ansi from the default gcc flags.
20380 Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
20381 that struct cannot be compared with a flat integer, such as STRLEN.
20382 The -ansi will also cause a lot of noise in Solaris because of:
20383 /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
20386 ____________________________________________________________________________
20387 [ 10389] By: jhi on 2001/06/02 13:14:57
20388 Log: Integrate perlio.
20390 !> pod/perlapi.pod util.c
20391 ____________________________________________________________________________
20392 [ 10388] By: nick on 2001/06/02 08:01:12
20393 Log: Integrate mainline
20395 +> lib/Attribute/Handlers.pm t/lib/attrhand.t
20396 !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
20397 !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
20398 !> t/lib/1_compile.t t/lib/mimeqp.t
20399 ____________________________________________________________________________
20400 [ 10387] By: nick on 2001/06/02 07:39:17
20401 Log: Tweak util.c's atof2 for MULTIPLICITY
20404 ____________________________________________________________________________
20405 [ 10386] By: nick on 2001/06/02 07:38:33
20406 Log: Integrate mainline
20408 !> (integrate 41 files)
20409 ____________________________________________________________________________
20410 [ 10385] By: jhi on 2001/06/01 22:12:48
20411 Log: Add Attribute::Handlers 0.61 from Damian Conway.
20413 + lib/Attribute/Handlers.pm t/lib/attrhand.t
20414 ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
20415 ____________________________________________________________________________
20416 [ 10384] By: jhi on 2001/06/01 21:53:14
20417 Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
20418 From: Peter Prymmer <pvhp@forte.com>
20419 Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
20420 Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
20422 ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
20423 ____________________________________________________________________________
20424 [ 10383] By: jhi on 2001/06/01 21:36:11
20425 Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
20426 From: Jeff Pinyan <jeffp@crusoe.net>
20427 Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
20428 Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
20431 ____________________________________________________________________________
20432 [ 10382] By: jhi on 2001/06/01 21:35:02
20433 Log: Subject: [PATCH perl@10381] configure.com tweaks
20434 From: "Craig A. Berry" <craigberry@mac.com>
20435 Date: Fri, 1 Jun 2001 13:55:43 -0500
20436 Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
20439 ____________________________________________________________________________
20440 [ 10381] By: jhi on 2001/06/01 16:37:21
20441 Log: Update Changes.
20443 ! Changes patchlevel.h
20444 ____________________________________________________________________________
20445 [ 10380] By: jhi on 2001/06/01 16:19:18
20446 Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
20447 From: Mike Guy <mjtg@cam.ac.uk>
20448 Date: Fri, 01 Jun 2001 18:17:02 +0100
20449 Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
20452 ____________________________________________________________________________
20453 [ 10379] By: jhi on 2001/06/01 16:13:28
20454 Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
20455 From: Hugo <hv@crypt.compulink.co.uk>
20456 Date: Thu, 31 May 2001 20:49:48 +0100
20457 Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
20459 ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
20461 ____________________________________________________________________________
20462 [ 10378] By: jhi on 2001/06/01 15:56:35
20463 Log: Zero() is not available in x2p (or, rather, some of its
20464 implementations like memzero() might not be available.)
20467 ____________________________________________________________________________
20468 [ 10377] By: jhi on 2001/06/01 15:44:48
20469 Log: Subject: [PATCH x2p/hash.c] bzero -> memset
20470 From: Michael G Schwern <schwern@pobox.com>
20471 Date: Fri, 1 Jun 2001 12:00:29 +0100
20472 Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
20474 (But use Zero() instead of memset.)
20477 ____________________________________________________________________________
20478 [ 10376] By: jhi on 2001/06/01 15:39:52
20479 Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
20480 From: Jeff Pinyan <jeffp@crusoe.net>
20481 Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
20482 Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
20484 ! pod/perldiag.pod regcomp.c t/op/pat.t
20485 ____________________________________________________________________________
20486 [ 10375] By: jhi on 2001/06/01 15:36:35
20487 Log: Retract #10324 and #10333; not needed.
20489 ! hints/irix_6.sh hints/linux.sh
20490 ____________________________________________________________________________
20491 [ 10374] By: jhi on 2001/06/01 15:35:19
20492 Log: The #10370 wasn't quite right.
20494 ! ext/XS/Typemap/Typemap.xs
20495 ____________________________________________________________________________
20496 [ 10373] By: jhi on 2001/06/01 15:34:49
20497 Log: The metaconfig units changes for #10372.
20498 Branch: metaconfig/U/perl
20499 + d_realpath.U d_sresgproto.U d_sresuproto.U
20501 ____________________________________________________________________________
20502 [ 10372] By: jhi on 2001/06/01 15:34:24
20503 Log: Configure tweaks; record the Berkeley DB version,
20504 probe for realpath(), for setresuid() and setresgid()
20505 prototypes; use realpath() (try to be paranoid enough),
20506 use the setres[ug]id prototypes because glibc has the functions
20507 but not their prototypes; add -Wall -ansi to gcc ccflags;
20510 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20511 ! config_h.SH configure.com epoc/config.sh
20512 ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
20513 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
20514 ! vos/config.ga.def win32/config.bc win32/config.gc
20516 ____________________________________________________________________________
20517 [ 10371] By: jhi on 2001/06/01 12:50:05
20518 Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
20519 From: Michael G Schwern <schwern@pobox.com>
20520 Date: Fri, 1 Jun 2001 11:28:14 +0100
20521 Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
20523 ! lib/attributes.pm xsutils.c
20524 ____________________________________________________________________________
20525 [ 10370] By: jhi on 2001/06/01 12:48:55
20526 Log: Subject: [PATCH] Fix -Wall on XS::Typemap
20527 From: Tim Jenness <t.jenness@jach.hawaii.edu>
20528 Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
20529 Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
20531 ! ext/XS/Typemap/Typemap.xs
20532 ____________________________________________________________________________
20533 [ 10369] By: jhi on 2001/06/01 12:47:21
20534 Log: Subject: [patch] Cwd.xs optimizations/abstraction
20535 From: Doug MacEachern <dougm@covalent.net>
20536 Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
20537 Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net>
20539 ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
20540 ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
20541 ____________________________________________________________________________
20542 [ 10368] By: jhi on 2001/06/01 12:32:00
20543 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!])
20544 From: Nicholas Clark <nick@ccl4.org>
20545 Date: Thu, 31 May 2001 23:56:40 +0100
20546 Message-ID: <20010531235640.F12698@plum.flirble.org>
20548 Make the test work also under only static extensions
20549 (sh Configure -Uusedl fakes this nicely)
20552 ____________________________________________________________________________
20553 [ 10367] By: jhi on 2001/06/01 12:27:53
20554 Log: Subject: [PATCH hv.c] Eliminating trigraph
20555 From: Michael G Schwern <schwern@pobox.com>
20556 Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
20557 Date: Fri, 1 Jun 2001 11:49:56 +0100
20560 ____________________________________________________________________________
20561 [ 10366] By: jhi on 2001/06/01 12:14:57
20562 Log: Subject: Re: [PATCH] Tests for File::Compare
20563 From: "Philip Newton" <Philip.Newton@gmx.net>
20564 Date: Thu, 31 May 2001 19:44:05 +0200
20565 Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
20567 Unnecessary "quotation marks".
20570 ____________________________________________________________________________
20571 [ 10365] By: jhi on 2001/06/01 12:13:26
20572 Log: Integrate perlio.
20574 !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
20575 ____________________________________________________________________________
20576 [ 10364] By: nick on 2001/06/01 10:13:31
20577 Log: Cleanup dll.base and dll.exp created by GCC builds.
20579 ! lib/ExtUtils/MM_Win32.pm
20580 ____________________________________________________________________________
20581 [ 10363] By: nick on 2001/06/01 10:02:17
20582 Log: Make filecomp test work on CRLF platforms by adding binmode.
20585 ____________________________________________________________________________
20586 [ 10362] By: nick on 2001/06/01 08:37:17
20587 Log: Integrate mainline
20589 !> Changes Configure patchlevel.h perlio.c
20590 ____________________________________________________________________________
20591 [ 10361] By: jhi on 2001/05/31 15:09:34
20592 Log: panic:claustrophobia.
20595 ____________________________________________________________________________
20596 [ 10360] By: jhi on 2001/05/31 13:04:25
20597 Log: Update Changes.
20599 ! Changes patchlevel.h
20600 ____________________________________________________________________________
20601 [ 10359] By: nick on 2001/05/31 12:35:50
20602 Log: Integrate mainline.
20604 +> t/lib/filecomp.t
20605 !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
20606 !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
20607 ____________________________________________________________________________
20608 [ 10358] By: jhi on 2001/05/31 12:35:05
20609 Log: Integrate perlio.
20611 !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
20612 !> win32/config_H.vc
20613 ____________________________________________________________________________
20614 [ 10357] By: jhi on 2001/05/31 12:34:04
20615 Log: Metaconfig unit change for #10356.
20617 ! U/installdirs/inc_version_list.U
20618 ____________________________________________________________________________
20619 [ 10356] By: jhi on 2001/05/31 12:33:41
20620 Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
20621 (idea from Sarathy; implementation from Andy)
20624 ____________________________________________________________________________
20625 [ 10355] By: jhi on 2001/05/31 12:18:06
20629 ____________________________________________________________________________
20630 [ 10354] By: jhi on 2001/05/31 12:16:24
20631 Log: Subject: Re: [PATCH] Tests for File::Compare
20632 From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
20633 Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
20634 Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
20637 ! MANIFEST t/lib/1_compile.t
20638 ____________________________________________________________________________
20639 [ 10353] By: jhi on 2001/05/31 12:11:24
20640 Log: Subject: [PATCH] DEBUG_* macro cleanups
20641 From: Abhijit Menon-Sen <ams@wiw.org>
20642 Date: Thu, 31 May 2001 12:16:22 +0530
20643 Message-ID: <20010531121622.B4829@lustre.linux.in>
20645 Subject: Re: [PATCH] DEBUG_* macro cleanups
20646 From: Abhijit Menon-Sen <ams@wiw.org>
20647 Date: Thu, 31 May 2001 13:57:01 +0530
20648 Message-ID: <20010531135701.A21775@lustre.linux.in>
20650 (The DEBUG_ definitions in perl.h changed to use the
20651 STMT_START and STMT_END.)
20653 ! perl.h pp_ctl.c sv.c toke.c
20654 ____________________________________________________________________________
20655 [ 10352] By: jhi on 2001/05/31 11:53:31
20656 Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
20657 From: Abhijit Menon-Sen <ams@wiw.org>
20658 Date: Thu, 31 May 2001 08:27:55 +0530
20659 Message-ID: <20010531082755.A10018@lustre.linux.in>
20661 ! ext/Storable/Storable.xs gv.c perl.c
20662 ____________________________________________________________________________
20663 [ 10351] By: jhi on 2001/05/31 11:45:16
20664 Log: Subject: [PATCH] AUTHORS
20665 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
20666 Date: Thu, 31 May 2001 01:27:59 -0500
20667 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
20669 Subject: Re: [PATCH] AUTHORS
20670 From: "Philip Newton" <Philip.Newton@gmx.net>
20671 Date: Thu, 31 May 2001 10:08:06 +0200
20672 (Message-Id missing?)
20675 ____________________________________________________________________________
20676 [ 10350] By: nick on 2001/05/31 11:40:43
20677 Log: win32 - dmake regen_config_h
20679 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20680 ____________________________________________________________________________
20681 [ 10349] By: jhi on 2001/05/31 11:38:27
20682 Log: Subject: Re: [PATCH util.c] More warning cleanups.
20683 From: "Philip Newton" <Philip.Newton@gmx.net>
20684 Date: Thu, 31 May 2001 07:41:36 +0200
20685 Message-Id: <200105310538.IAA25458@taku.hut.fi>
20687 Undo C++-ism that snekt in.
20690 ____________________________________________________________________________
20691 [ 10348] By: nick on 2001/05/31 11:36:46
20692 Log: Tolerate Win32 numerics
20694 ! t/pragma/warn/toke
20695 ____________________________________________________________________________
20696 [ 10347] By: jhi on 2001/05/31 11:29:40
20697 Log: Integrate perlio.
20699 !> perlio.c win32/win32.h
20700 ____________________________________________________________________________
20701 [ 10346] By: nick on 2001/05/31 10:54:55
20702 Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
20703 perlio.c change 10255.
20706 ____________________________________________________________________________
20707 [ 10345] By: nick on 2001/05/31 10:01:57
20708 Log: Conditionaly put back some "unused" dTHX which are used
20709 with PERL_IMPLICIT_SYS
20712 ____________________________________________________________________________
20713 [ 10344] By: nick on 2001/05/31 10:00:59
20714 Log: Fix Win32 for new spelling IN_BYTES
20717 ____________________________________________________________________________
20718 [ 10343] By: nick on 2001/05/31 08:01:32
20719 Log: perlio.c -Wall cleaner under MULTIPLICITY
20720 - still minor noise with linux stdio
20723 ____________________________________________________________________________
20724 [ 10342] By: nick on 2001/05/31 07:52:23
20725 Log: Integrate mainline.
20727 !> (integrate 42 files)
20728 ____________________________________________________________________________
20729 [ 10341] By: jhi on 2001/05/31 01:39:02
20730 Log: AUTHORS updates.
20733 ____________________________________________________________________________
20734 [ 10340] By: jhi on 2001/05/31 00:19:29
20735 Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
20736 From: Peter Prymmer <pvhp@forte.com>
20737 Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
20738 Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
20741 ____________________________________________________________________________
20742 [ 10339] By: jhi on 2001/05/31 00:16:44
20743 Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
20744 patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
20745 to match the pragma name; various robustness cleanups.
20747 ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
20748 ! sv.c toke.c utf8.c utf8.h utfebcdic.h
20749 ____________________________________________________________________________
20750 [ 10338] By: jhi on 2001/05/30 23:56:14
20751 Log: More -Wall sweeping.
20753 ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
20754 ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
20755 ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
20756 ! regcomp.c sv.c toke.c utf8.c
20757 ____________________________________________________________________________
20758 [ 10337] By: jhi on 2001/05/30 23:20:23
20759 Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
20760 From: Nicholas Clark <nick@ccl4.org>
20761 Date: Wed, 30 May 2001 22:34:41 +0100
20762 Message-ID: <20010530223441.Y86445@plum.flirble.org>
20765 ____________________________________________________________________________
20766 [ 10336] By: jhi on 2001/05/30 23:18:48
20767 Log: It's is not, it isn't ain't, and it's it's, not its,
20768 if you mean it is. If you don't, it's its. Then too,
20769 it's hers. It isn't her's. It isn't our's either.
20770 It's ours, and likewise yours and theirs.
20771 -- Oxford University Press, Edpress News
20774 ____________________________________________________________________________
20775 [ 10335] By: jhi on 2001/05/30 23:12:30
20776 Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
20778 ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
20779 ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
20780 ! x2p/str.c x2p/walk.c xsutils.c
20781 ____________________________________________________________________________
20782 [ 10334] By: jhi on 2001/05/30 22:52:41
20783 Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20784 From: Michael G Schwern <schwern@pobox.com>
20785 Date: Wed, 30 May 2001 17:10:38 +0100
20786 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
20788 Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
20789 From: Abhijit Menon-Sen <ams@wiw.org>
20790 Date: Wed, 30 May 2001 23:16:13 +0530
20791 Message-ID: <20010530231613.A31933@lustre.linux.in>
20793 ! perl.c t/run/runenv.t
20794 ____________________________________________________________________________
20795 [ 10333] By: jhi on 2001/05/30 22:25:02
20796 Log: (Retracted by #10375.)
20798 IRIX hints patch from Merijn Broeren.
20800 TODO: (this and the earlier Linux hints patch) should be solved
20801 at Configure level. Merijn: -ldb should not be used on any platform
20802 for perl, just when linking DBFile itself. Trying to be helpful here
20803 is counterproductive.
20806 ____________________________________________________________________________
20807 [ 10332] By: jhi on 2001/05/30 22:11:13
20808 Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
20809 From: Nicholas Clark <nick@ccl4.org>
20810 Date: Wed, 30 May 2001 23:20:58 +0100
20811 Message-ID: <20010530232058.B86445@plum.flirble.org>
20814 ____________________________________________________________________________
20815 [ 10331] By: jhi on 2001/05/30 22:09:49
20816 Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20817 From: Michael G Schwern <schwern@pobox.com>
20818 Date: Wed, 30 May 2001 15:24:20 +0100
20819 Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
20821 ! t/pragma/autouse.t
20822 ____________________________________________________________________________
20823 [ 10330] By: jhi on 2001/05/30 22:02:21
20824 Log: The regex trick wasn't a good idea.
20827 ____________________________________________________________________________
20828 [ 10329] By: nick on 2001/05/30 18:34:35
20829 Log: Integrate mainline
20831 !> (integrate 40 files)
20832 ____________________________________________________________________________
20833 [ 10328] By: jhi on 2001/05/30 14:28:39
20834 Log: Update Changes.
20836 ! Changes patchlevel.h
20837 ____________________________________________________________________________
20838 [ 10327] By: jhi on 2001/05/30 14:07:01
20839 Log: The metaconfig unit change for #10325.
20842 ____________________________________________________________________________
20843 [ 10326] By: jhi on 2001/05/30 14:06:36
20844 Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
20847 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
20848 ____________________________________________________________________________
20849 [ 10325] By: jhi on 2001/05/30 14:04:28
20850 Log: Introduce $Config{afsroot}.
20852 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20853 ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
20854 ! win32/config.gc win32/config.vc
20855 ____________________________________________________________________________
20856 [ 10324] By: jhi on 2001/05/30 13:49:44
20857 Log: (Retracted by #10375.)
20859 Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
20862 ____________________________________________________________________________
20863 [ 10323] By: jhi on 2001/05/30 13:49:29
20864 Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
20865 (Also Configure tweaks needed; coming up soon.)
20867 ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
20868 ____________________________________________________________________________
20869 [ 10322] By: jhi on 2001/05/30 13:37:56
20870 Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
20871 From: Michael G Schwern <schwern@pobox.com>
20872 Date: Sun, 27 May 2001 10:29:43 +0100
20873 Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
20876 ____________________________________________________________________________
20877 [ 10321] By: jhi on 2001/05/30 13:36:28
20878 Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
20879 and Abhijit Menon-Sen.
20881 ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
20882 ! perl.c pp_sys.c regcomp.c
20883 ____________________________________________________________________________
20884 [ 10320] By: jhi on 2001/05/30 13:35:27
20885 Log: Fix the BOOT section to call myU2time properly.
20887 ! ext/Time/HiRes/HiRes.xs
20888 ____________________________________________________________________________
20889 [ 10319] By: jhi on 2001/05/30 13:06:09
20890 Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
20891 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20892 Date: Wed, 30 May 2001 09:44:29 -0400
20893 Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
20895 Detypo; plus add one more trick.
20898 ____________________________________________________________________________
20899 [ 10318] By: jhi on 2001/05/30 12:47:11
20900 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)
20901 From: Michael G Schwern <schwern@pobox.com>
20902 Date: Wed, 30 May 2001 14:39:06 +0100
20903 Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
20905 ! lib/autouse.pm t/pragma/autouse.t
20906 ____________________________________________________________________________
20907 [ 10317] By: jhi on 2001/05/30 12:46:02
20908 Log: Subject: Re: AIX and gcc (moving targets)
20909 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20910 Date: Wed, 30 May 2001 15:25:08 +0200
20911 Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
20913 ! ext/Time/HiRes/HiRes.xs
20914 ____________________________________________________________________________
20915 [ 10316] By: jhi on 2001/05/30 12:40:46
20916 Log: Subject: [PATCH t/TEST] sorting tests
20917 From: Michael G Schwern <schwern@pobox.com>
20918 Date: Wed, 30 May 2001 10:24:02 +0100
20919 Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
20922 ____________________________________________________________________________
20923 [ 10315] By: jhi on 2001/05/30 12:37:43
20924 Log: Subject: [ID 20010529.002] typos in man page perlre
20925 From: bart@cg681574-a.adubn1.nj.home.com
20926 Date: Tue, 29 May 2001 13:58:59 -0500
20927 Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
20930 ____________________________________________________________________________
20931 [ 10314] By: jhi on 2001/05/30 12:33:53
20932 Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
20933 From: "Craig A. Berry" <craigberry@mac.com>
20934 Date: Tue, 29 May 2001 23:23:45 -0500
20935 Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
20937 ! t/lib/extutils.t t/pragma/autouse.t
20938 ____________________________________________________________________________
20939 [ 10313] By: jhi on 2001/05/30 12:32:17
20940 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)
20941 From: David Dyck <dcd@tc.fluke.com>
20942 Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
20943 Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
20946 ____________________________________________________________________________
20947 [ 10312] By: jhi on 2001/05/30 12:31:02
20948 Log: AIX hints update for gcc from Merijn H. Brand.
20951 ____________________________________________________________________________
20952 [ 10311] By: jhi on 2001/05/30 12:18:20
20953 Log: Retract #10295 and #10296: a more generic solution
20954 is needed (there's something funny with gcc on AIX).
20956 ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
20957 ____________________________________________________________________________
20958 [ 10310] By: jhi on 2001/05/30 12:08:07
20959 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
20960 From: Hugo <hv@crypt.compulink.co.uk>
20961 Date: Wed, 30 May 2001 11:59:19 +0100
20962 Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
20964 localizing $@ has unfortunate semantics - if you die past
20965 a local $@, the die message is lost.
20967 ! lib/utf8_heavy.pl
20968 ____________________________________________________________________________
20969 [ 10309] By: nick on 2001/05/30 08:23:02
20970 Log: Integrate mainline (autouse works again.)
20972 !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
20973 !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
20974 !> pod/perlvar.pod t/op/cmp.t
20975 ____________________________________________________________________________
20976 [ 10308] By: jhi on 2001/05/30 01:55:02
20977 Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
20978 From: David Dyck <dcd@tc.fluke.com>
20979 Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
20980 Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
20983 ____________________________________________________________________________
20984 [ 10307] By: jhi on 2001/05/30 01:47:22
20985 Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
20986 From: Nicholas Clark <nick@ccl4.org>
20987 Date: Tue, 29 May 2001 23:16:09 +0100
20988 Message-ID: <20010529231609.U86445@plum.flirble.org>
20990 Make the test output slightly clearer by distinguishing
20991 between '' and undef.
20994 ____________________________________________________________________________
20995 [ 10306] By: jhi on 2001/05/30 01:45:12
20996 Log: Subject: [PATCH 5.6.1] flushNULL OS/2
20997 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20998 Date: Tue, 29 May 2001 19:15:19 -0400
20999 Message-ID: <20010529191519.A16020@math.ohio-state.edu>
21002 ____________________________________________________________________________
21003 [ 10305] By: jhi on 2001/05/30 01:42:36
21004 Log: Subject: perlvar.pod addition
21005 From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
21006 Date: Fri, 25 May 2001 20:23:12 +0200
21007 Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
21009 Subject: Re: perlvar.pod addition
21010 From: "Abigail" <abigail@foad.org>
21011 Date: Fri, 25 May 2001 22:00:39 +0200
21012 Message-ID: <20010525200039.28029.qmail@foad.org>
21014 Mention $a and $b in perlvar.
21017 ____________________________________________________________________________
21018 [ 10304] By: jhi on 2001/05/30 01:36:37
21019 Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
21020 From: Jeff Pinyan <jeffp@crusoe.net>
21021 Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
21022 Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
21025 ____________________________________________________________________________
21026 [ 10303] By: jhi on 2001/05/30 01:35:31
21027 Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
21028 From: Jeff Pinyan <jeffp@crusoe.net>
21029 Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
21030 Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
21033 ____________________________________________________________________________
21034 [ 10302] By: jhi on 2001/05/29 20:18:49
21035 Log: Mention Time::localtime and Time::gmtime.
21037 ! ext/Time/Piece/Piece.pm
21038 ____________________________________________________________________________
21039 [ 10301] By: jhi on 2001/05/29 20:13:54
21040 Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
21041 From: Michael G Schwern <schwern@pobox.com>
21042 Date: Tue, 29 May 2001 18:51:32 +0100
21043 Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
21046 ____________________________________________________________________________
21047 [ 10300] By: jhi on 2001/05/29 20:12:09
21048 Log: Retract #10243.
21051 ____________________________________________________________________________
21052 [ 10299] By: nick on 2001/05/29 18:41:19
21053 Log: Post weekend integrate mainline (fails one test pragma/autouse).
21055 +> (branch 29 files)
21056 !> (integrate 91 files)
21057 ____________________________________________________________________________
21058 [ 10298] By: jhi on 2001/05/29 16:29:19
21059 Log: Update Changes.
21061 ! Changes patchlevel.h
21062 ____________________________________________________________________________
21063 [ 10297] By: jhi on 2001/05/29 16:25:47
21064 Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
21065 before Perl_load_module/Perl_call_method and restore the value
21066 after if !SvTRUE(ERRSV). (from Inaba Hiroto)
21069 ____________________________________________________________________________
21070 [ 10296] By: jhi on 2001/05/29 16:01:53
21071 Log: Subject: Re: AIX and gcc (moving targets)
21072 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21073 Date: Tue, 29 May 2001 17:59:40 +0200
21074 Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
21076 ! ext/Storable/Makefile.PL
21077 ____________________________________________________________________________
21078 [ 10295] By: jhi on 2001/05/29 15:59:05
21079 Log: Subject: Re: AIX and gcc (moving targets)
21080 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21081 Date: Tue, 29 May 2001 12:32:57 +0200
21082 Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
21084 ! ext/POSIX/Makefile.PL
21085 ____________________________________________________________________________
21086 [ 10294] By: jhi on 2001/05/29 15:53:43
21087 Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
21088 From: Michael G Schwern <schwern@pobox.com>
21089 Date: Tue, 29 May 2001 09:53:29 +0100
21090 Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
21094 ! lib/Test/Harness.pm t/lib/test-harness.t
21095 ____________________________________________________________________________
21096 [ 10293] By: jhi on 2001/05/29 15:46:10
21097 Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
21098 From: Michael G Schwern <schwern@pobox.com>
21099 Date: Tue, 29 May 2001 09:19:52 +0100
21100 Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
21102 + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
21103 + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
21104 + t/lib/Test/todo.t
21105 ! MANIFEST lib/Test.pm t/TEST
21106 ____________________________________________________________________________
21107 [ 10292] By: jhi on 2001/05/29 15:34:08
21108 Log: From: Michael G Schwern <schwern@pobox.com>
21109 Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
21110 Date: Tue, 29 May 2001 08:26:09 +0100
21111 Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
21114 ____________________________________________________________________________
21115 [ 10291] By: jhi on 2001/05/29 15:29:37
21116 Log: Add tests for Time::gmtime and Time::localtime.
21118 + t/lib/time-gmtime.t t/lib/time-localtime.t
21119 ! MANIFEST t/lib/1_compile.t
21120 ____________________________________________________________________________
21121 [ 10290] By: jhi on 2001/05/29 15:15:44
21122 Log: Add test for File::stat.
21125 ! MANIFEST t/lib/1_compile.t
21126 ____________________________________________________________________________
21127 [ 10289] By: jhi on 2001/05/29 15:05:38
21128 Log: Add test for Net::servent.
21131 ! MANIFEST t/lib/1_compile.t
21132 ____________________________________________________________________________
21133 [ 10288] By: jhi on 2001/05/29 14:57:15
21134 Log: Add test for Net::protoent.
21137 ! MANIFEST t/lib/1_compile.t
21138 ____________________________________________________________________________
21139 [ 10287] By: jhi on 2001/05/29 14:53:10
21140 Log: Add test for Net::netent.
21143 ! MANIFEST t/lib/1_compile.t
21144 ____________________________________________________________________________
21145 [ 10286] By: jhi on 2001/05/29 14:31:57
21146 Log: Add test for User::grent. Portability doubtful.
21148 + t/lib/user-grent.t
21149 ! MANIFEST t/lib/1_compile.t
21150 ____________________________________________________________________________
21151 [ 10285] By: jhi on 2001/05/29 14:24:20
21152 Log: Add test for User::pwent.
21153 Probably will fall down somewhere for portability reasons.
21155 + t/lib/user-pwent.t
21156 ! MANIFEST t/lib/1_compile.t
21157 ____________________________________________________________________________
21158 [ 10284] By: jhi on 2001/05/29 13:26:43
21159 Log: Metaconfig units changes for #10283.
21161 ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
21162 ! U/installdirs/siteman1.U U/installdirs/siteman3.U
21163 ! U/installdirs/sitescript.U U/modified/Signal.U
21164 ____________________________________________________________________________
21165 [ 10283] By: jhi on 2001/05/29 13:26:24
21166 Log: Subject: [PATCH 5.6.1] signal names in Configure
21167 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21168 Date: Tue, 29 May 2001 03:52:25 -0400
21169 Message-ID: <20010529035225.A9400@math.ohio-state.edu>
21171 Subject: [PATCH 5.6.1] older perl in Configure
21172 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21173 Date: Tue, 29 May 2001 03:55:40 -0400
21174 Message-ID: <20010529035539.A9411@math.ohio-state.edu>
21176 Subject: [PATCH 5.6.1] goofs in Configure
21177 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21178 Date: Tue, 29 May 2001 04:13:07 -0400
21179 Message-ID: <20010529041307.A9658@math.ohio-state.edu>
21181 Configure portability tweaks.
21184 ____________________________________________________________________________
21185 [ 10282] By: jhi on 2001/05/29 12:41:41
21186 Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
21187 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21188 Date: Tue, 29 May 2001 04:07:06 -0400
21189 Message-ID: <20010529040706.A9579@math.ohio-state.edu>
21192 ____________________________________________________________________________
21193 [ 10281] By: jhi on 2001/05/29 12:40:31
21194 Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
21195 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21196 Date: Tue, 29 May 2001 04:01:38 -0400
21197 Message-ID: <20010529040138.A9482@math.ohio-state.edu>
21199 ! hints/os2.sh os2/Makefile.SHs
21200 ____________________________________________________________________________
21201 [ 10280] By: jhi on 2001/05/29 12:38:48
21202 Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
21203 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21204 Date: Tue, 29 May 2001 03:50:18 -0400
21205 Message-ID: <20010529035018.A9387@math.ohio-state.edu>
21207 ! lib/Test/Harness.pm
21208 ____________________________________________________________________________
21209 [ 10279] By: jhi on 2001/05/29 12:34:53
21210 Log: Additional safeguard against $@ getting trampled; idea from Hugo.
21212 ! lib/utf8_heavy.pl
21213 ____________________________________________________________________________
21214 [ 10278] By: jhi on 2001/05/29 02:15:24
21215 Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
21216 From: Hugo <hv@crypt.compulink.co.uk>
21217 Date: Tue, 29 May 2001 03:03:45 +0100
21218 Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
21220 Explanation why the $@ always gets the UTF8 flag when under use utf8--
21221 because we told it to have the flag when under use utf8.
21224 ____________________________________________________________________________
21225 [ 10277] By: jhi on 2001/05/29 00:51:34
21226 Log: At least a partial fix for 20010528.004.
21228 ! lib/utf8_heavy.pl
21229 ____________________________________________________________________________
21230 [ 10276] By: jhi on 2001/05/29 00:42:59
21231 Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
21232 From: Nicholas Clark <nick@ccl4.org>
21233 Date: Mon, 28 May 2001 23:39:38 +0100
21234 Message-ID: <20010528233938.M86445@plum.flirble.org>
21236 More portable non-zero UV.
21239 ____________________________________________________________________________
21240 [ 10275] By: jhi on 2001/05/29 00:40:28
21241 Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
21242 From: Nicholas Clark <nick@ccl4.org>
21243 Date: Mon, 28 May 2001 22:46:09 +0100
21244 Message-ID: <20010528224608.L86445@plum.flirble.org>
21246 Test also "make clean".
21249 ____________________________________________________________________________
21250 [ 10274] By: jhi on 2001/05/29 00:39:18
21251 Log: Subject: Re: Would -Wno-unused -Wall be better?
21252 From: Michael G Schwern <schwern@pobox.com>
21253 Date: Tue, 29 May 2001 00:55:54 +0100
21254 Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
21257 ____________________________________________________________________________
21258 [ 10273] By: jhi on 2001/05/29 00:36:06
21259 Log: Add a test for 20010528.007, fixed in #10272.
21261 ! t/op/misc.t toke.c
21262 ____________________________________________________________________________
21263 [ 10272] By: jhi on 2001/05/29 00:21:12
21264 Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space
21265 From: Hugo <hv@crypt.compulink.co.uk>
21266 Date: Tue, 29 May 2001 00:23:23 +0100
21267 Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
21270 ____________________________________________________________________________
21271 [ 10271] By: jhi on 2001/05/28 22:52:11
21272 Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
21273 From: Michael G Schwern <schwern@pobox.com>
21274 Date: Tue, 29 May 2001 00:42:59 +0100
21275 Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
21277 ! t/pragma/autouse.t
21278 ____________________________________________________________________________
21279 [ 10270] By: jhi on 2001/05/28 21:44:06
21280 Log: Some shells seemingly arrange the signal handlers differently
21281 (bug id 20010521.004).
21283 ! t/lib/sigaction.t
21284 ____________________________________________________________________________
21285 [ 10269] By: jhi on 2001/05/28 20:34:21
21286 Log: Regen perlmodlib.
21288 ! pod/perlmodlib.pod
21289 ____________________________________________________________________________
21290 [ 10268] By: jhi on 2001/05/28 19:08:45
21291 Log: Update Changes.
21293 ! Changes patchlevel.h
21294 ____________________________________________________________________________
21295 [ 10267] By: jhi on 2001/05/28 19:03:54
21296 Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
21297 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21298 Date: Mon, 28 May 2001 14:56:35 -0500
21299 Message-ID: <20010528145635.L8487@chaos.wustl.edu>
21301 ! pod/perlnewmod.pod
21302 ____________________________________________________________________________
21303 [ 10266] By: jhi on 2001/05/28 18:35:03
21307 ____________________________________________________________________________
21308 [ 10265] By: jhi on 2001/05/28 18:33:32
21309 Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array)
21310 From: "Richard Soderberg" <rs@crystalflame.net>
21311 Date: Mon, 28 May 2001 12:31:23 -0700
21312 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
21315 ____________________________________________________________________________
21316 [ 10264] By: jhi on 2001/05/28 17:59:00
21317 Log: The #10260 was too bold: locales and utf8 still do not mix.
21319 ! t/pragma/locale.t
21320 ____________________________________________________________________________
21321 [ 10263] By: jhi on 2001/05/28 17:52:25
21322 Log: Subject: [PATCH] Pod nitpicks
21323 From: "Richard Soderberg" <rs@crystalflame.net>
21324 Date: Mon, 28 May 2001 10:08:58 -0700
21325 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
21327 ! pod/perl571delta.pod pod/perlapi.pod sv.h
21328 ____________________________________________________________________________
21329 [ 10262] By: jhi on 2001/05/28 17:50:05
21330 Log: Upgrade to I18N::LangTags 0.22.
21332 + lib/I18N/LangTags/List.pod
21333 ! MANIFEST lib/I18N/LangTags.pm
21334 ____________________________________________________________________________
21335 [ 10261] By: jhi on 2001/05/28 17:23:40
21336 Log: A slightly more serious bug found by -Mutf8; op/misc and
21337 lib/complex dumped core.
21340 ____________________________________________________________________________
21341 [ 10260] By: jhi on 2001/05/28 16:58:11
21342 Log: Various buglets shaken out by -Mutf8.
21344 ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
21345 ! t/pragma/locale.t
21346 ____________________________________________________________________________
21347 [ 10259] By: jhi on 2001/05/28 15:48:46
21348 Log: STDERR looks much like STDOUT. (Subtest #2 wasn't really okay.)
21351 ____________________________________________________________________________
21352 [ 10258] By: jhi on 2001/05/28 15:32:41
21353 Log: Subject: [PATCH] todo patch
21354 From: Artur Bergman <artur@contiller.se>
21355 Date: Mon, 28 May 2001 17:03:51 +0200
21356 Message-ID: <B7383577.F34%artur@contiller.se>
21359 ____________________________________________________________________________
21360 [ 10257] By: jhi on 2001/05/28 15:31:25
21361 Log: Subject: typo in perlguts.pod
21362 From: "John P. Linderman" <jpl@research.att.com>
21363 Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
21364 Message-Id: <200105281335.JAA27851@raptor.research.att.com>
21367 ____________________________________________________________________________
21368 [ 10256] By: jhi on 2001/05/28 15:30:42
21369 Log: Subject: AIX and gcc (moving targets)
21370 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21371 Date: Mon, 28 May 2001 12:54:04 +0200
21372 Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
21375 ____________________________________________________________________________
21376 [ 10255] By: jhi on 2001/05/28 15:28:55
21377 Log: Subject: Re: perlio + multiple perl_alloc..destruct
21378 From: Doug MacEachern <dougm@covalent.net>
21379 Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
21380 Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
21383 ____________________________________________________________________________
21384 [ 10254] By: jhi on 2001/05/28 15:27:49
21385 Log: The #10251 wasn't quite up-to-the-code.
21388 ____________________________________________________________________________
21389 [ 10253] By: jhi on 2001/05/28 15:26:39
21390 Log: Test case for bug 20010526.004, fixed in #10252.
21393 ____________________________________________________________________________
21394 [ 10252] By: jhi on 2001/05/28 15:26:14
21395 Log: Subject: Re: [ID 20010526.004] Taint looses value
21396 From: Hugo <hv@crypt.compulink.co.uk>
21397 Date: Sun, 27 May 2001 20:39:32 +0100
21398 Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
21401 ____________________________________________________________________________
21402 [ 10251] By: jhi on 2001/05/28 15:13:40
21403 Log: Test case for 20010422.005, fixed by #10250.
21406 ____________________________________________________________________________
21407 [ 10250] By: jhi on 2001/05/28 15:11:16
21408 Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD
21409 From: Spider Boardman <spider@Orb.Nashua.NH.US>
21410 Date: Mon, 28 May 2001 06:39:12 -0400
21411 Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
21414 ____________________________________________________________________________
21415 [ 10249] By: jhi on 2001/05/28 15:09:24
21416 Log: Linerewrapping.
21419 ____________________________________________________________________________
21420 [ 10248] By: jhi on 2001/05/28 15:09:07
21421 Log: Updates on the modules list.
21423 ! t/lib/1_compile.t
21424 ____________________________________________________________________________
21425 [ 10247] By: jhi on 2001/05/28 15:03:35
21426 Log: Add a test for PerlIO.
21428 (I probably got the crlf/raw thing wrong for clrfy platforms...)
21431 ! MANIFEST lib/PerlIO.pm
21432 ____________________________________________________________________________
21433 [ 10246] By: jhi on 2001/05/28 14:24:08
21434 Log: Add a test for carp et alia.
21438 ____________________________________________________________________________
21439 [ 10245] By: jhi on 2001/05/28 13:42:55
21440 Log: Adding the new test would be swell.
21442 + t/pragma/autouse.t
21443 ____________________________________________________________________________
21444 [ 10244] By: jhi on 2001/05/28 13:42:34
21445 Log: Add a test for the autouse pragma.
21448 ____________________________________________________________________________
21449 [ 10243] By: jhi on 2001/05/28 13:26:25
21450 Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
21451 From: dLux <dlux@spam.sch.bme.hu>
21452 Date: Sun, 27 May 2001 16:14:26 +0200
21453 Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
21456 ____________________________________________________________________________
21457 [ 10242] By: jhi on 2001/05/28 13:21:50
21458 Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
21459 From: "Richard Soderberg" <rs@crystalflame.net>
21460 Date: Mon, 28 May 2001 03:56:36 -0700
21461 Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
21464 ____________________________________________________________________________
21465 [ 10241] By: jhi on 2001/05/28 13:18:56
21466 Log: Subject: Re: [ID 20010522.003] Time::Local module bug
21467 From: "Stephen P. Potter" <spp@spotter.yi.org>
21468 Date: Tue, 22 May 2001 11:40:25 -0400
21469 Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
21471 Subject: Re: [ID 20010522.003] Time::Local module bug
21472 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21473 Date: Tue, 22 May 2001 11:50:19 -0400
21474 Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
21476 ! lib/Time/Local.pm
21477 ____________________________________________________________________________
21478 [ 10240] By: jhi on 2001/05/27 22:44:49
21479 Log: The PERL_DL_NONLAZY can have whitespace in front.
21482 ____________________________________________________________________________
21483 [ 10239] By: jhi on 2001/05/27 21:23:21
21484 Log: Document strftime() and strptime().
21486 ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
21487 ____________________________________________________________________________
21488 [ 10238] By: jhi on 2001/05/27 20:29:07
21489 Log: Make Time::Piece::strptime() to be a function, not a method.
21491 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
21492 ____________________________________________________________________________
21493 [ 10237] By: jhi on 2001/05/27 20:22:09
21494 Log: Tweak the test to be more portable.
21497 ____________________________________________________________________________
21498 [ 10236] By: jhi on 2001/05/27 19:15:54
21499 Log: Subject: PATCH: Re: Re: Attributes that tie
21500 From: Leon Brocard <acme@astray.com>
21501 Date: Sun, 27 May 2001 12:37:29 +0100
21502 Message-ID: <20010527123729.A22663@ns0.astray.com>
21504 Document that variable attributes are not currently usable
21505 for tieing. (An ugly limitation that should be fixed.)
21507 ! lib/attributes.pm
21508 ____________________________________________________________________________
21509 [ 10235] By: jhi on 2001/05/27 19:03:31
21510 Log: Microperl tweaks.
21512 ! Makefile.micro uconfig.h uconfig.sh
21513 ____________________________________________________________________________
21514 [ 10234] By: jhi on 2001/05/27 18:22:09
21515 Log: Add make target for microperl (kind of silly, but convenient).
21518 ____________________________________________________________________________
21519 [ 10233] By: jhi on 2001/05/27 18:18:56
21520 Log: O_APPEND and O_TRUNC are not portable. (Not available e.g.
21524 ____________________________________________________________________________
21525 [ 10232] By: jhi on 2001/05/27 17:57:18
21526 Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files
21527 From: rspier@pobox.com (Robert Spier)
21528 Date: Sat, 26 May 2001 20:05:23 -0400
21529 Message-ID: <15120.17603.148648.12430@rls.cx>
21531 Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
21532 From: rspier@pobox.com (Robert Spier)
21533 Date: Sun, 27 May 2001 00:23:12 -0400
21534 Message-ID: <15120.33072.511966.767230@rls.cx>
21536 ! doio.c pod/perlfunc.pod
21537 ____________________________________________________________________________
21538 [ 10231] By: jhi on 2001/05/27 15:45:20
21539 Log: Regen toc. (And add the README.tru64 from #10230 to MANIFEST.)
21541 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21542 ____________________________________________________________________________
21543 [ 10230] By: jhi on 2001/05/27 15:41:06
21544 Log: Add README.tru64.
21547 ____________________________________________________________________________
21548 [ 10229] By: jhi on 2001/05/27 13:50:57
21549 Log: Integrate Locale::Maketext 1.01 from Sean Burke.
21551 + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
21552 + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
21554 ____________________________________________________________________________
21555 [ 10228] By: jhi on 2001/05/27 13:43:38
21556 Log: Integrate I18N::LangTags from Sean Burke.
21558 TODO: the language list from RFC 3066 needs to be integrated
21559 and made available somehow. The list is included in the
21560 I18N-LangTags 0.21 distribution, but it is undocumented
21561 and unconnected to the module.
21563 + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
21565 ____________________________________________________________________________
21566 [ 10227] By: jhi on 2001/05/27 01:41:33
21567 Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
21568 envisioned by Sarathy.
21570 ! t/op/ver.t toke.c
21571 ____________________________________________________________________________
21572 [ 10226] By: jhi on 2001/05/27 00:28:34
21573 Log: Subject: [ID 20010525.001] Pod typo nits fixed
21574 From: lvirden@cas.org
21575 Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
21576 Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
21578 minus the perlsolaris decimation plus the
21580 Subject: Re: [ID 20010525.001] Pod typo nits fixed
21581 From: "Philip Newton" <Philip.Newton@gmx.net>
21582 Date: Fri, 25 May 2001 18:05:55 +0200
21583 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
21585 ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
21586 ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
21587 ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
21588 ! pod/perlutil.pod pod/perlxstut.pod
21589 ____________________________________________________________________________
21590 [ 10225] By: jhi on 2001/05/26 22:38:16
21591 Log: return clauses are nice.
21594 ____________________________________________________________________________
21595 [ 10224] By: jhi on 2001/05/26 22:35:31
21596 Log: Subject: change 10199 backwards?
21597 From: Doug MacEachern <dougm@covalent.net>
21598 Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
21599 Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
21602 ____________________________________________________________________________
21603 [ 10223] By: jhi on 2001/05/26 22:31:46
21604 Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
21605 From: Hugo <hv@crypt.compulink.co.uk>
21606 Date: Sat, 26 May 2001 17:05:12 +0100
21607 Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
21610 ! MANIFEST doop.c embed.h embed.pl global.sym
21611 ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
21612 ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
21613 ____________________________________________________________________________
21614 [ 10222] By: jhi on 2001/05/26 22:10:38
21615 Log: Regen headers for #10221.
21617 ! global.sym objXSUB.h perlapi.c
21618 ____________________________________________________________________________
21619 [ 10221] By: jhi on 2001/05/26 22:06:06
21620 Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
21621 From: Juha Laiho <juha.laiho@Elma.Net>
21622 Date: Thu, 3 May 2001 09:51:30 +0300
21623 Message-Id: <200105030651.JAA327254@tokka.elma.fi>
21626 ____________________________________________________________________________
21627 [ 10220] By: jhi on 2001/05/26 22:01:30
21628 Log: Subject: Re: [PATCH] Re: stability of sort()?
21629 From: "John P. Linderman" <jpl@research.att.com>
21630 Date: Sat, 26 May 2001 13:27:19 -0400
21631 Message-Id: <200105261727.NAA06654@raptor.research.att.com>
21634 ____________________________________________________________________________
21635 [ 10219] By: jhi on 2001/05/26 14:02:34
21636 Log: Integrate perlio.
21638 !> pod/perlguts.pod
21639 ____________________________________________________________________________
21640 [ 10218] By: jhi on 2001/05/26 13:39:52
21641 Log: Subject: [PATCH perl@10210] PerlIO for VMS
21642 From: "Craig A. Berry" <craigberry@mac.com>
21643 Date: Sat, 26 May 2001 09:34:11 -0500
21644 Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
21646 ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
21647 ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
21649 ____________________________________________________________________________
21650 [ 10217] By: jhi on 2001/05/26 13:19:05
21651 Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12 doesn't stop on breakpoints
21652 From: David Dyck <dcd@tc.fluke.com>
21653 Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
21654 Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
21657 ____________________________________________________________________________
21658 [ 10216] By: jhi on 2001/05/26 13:17:47
21659 Log: Subject: utf8 regexp tests
21660 From: Hugo <hv@crypt.compulink.co.uk>
21661 Date: Fri, 25 May 2001 22:35:01 +0100
21662 Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
21665 ____________________________________________________________________________
21666 [ 10215] By: jhi on 2001/05/26 13:15:40
21667 Log: Subject: [PATCH] Re: stability of sort()?
21668 From: Nicholas Clark <nick@ccl4.org>
21669 Date: Fri, 25 May 2001 22:40:19 +0100
21670 Message-ID: <20010525224019.B86445@plum.flirble.org>
21673 ____________________________________________________________________________
21674 [ 10214] By: jhi on 2001/05/26 13:14:30
21675 Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
21676 From: John Peacock <jpeacock@rowman.com>
21677 Date: Thu, 24 May 2001 22:14:01 -0400
21678 Message-ID: <3B0DBFE9.A7C49084@rowman.com>
21680 ! mg.c scope.c sv.c
21681 ____________________________________________________________________________
21682 [ 10213] By: jhi on 2001/05/26 13:08:56
21683 Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
21684 From: Nicholas Clark <nick@ccl4.org>
21685 Date: Sun, 20 May 2001 19:24:13 +0100
21686 Message-ID: <20010520192413.G83222@plum.flirble.org>
21688 + lib/ExtUtils/Constant.pm t/lib/extutils.t
21689 ! MANIFEST utils/h2xs.PL
21690 ____________________________________________________________________________
21691 [ 10212] By: nick on 2001/05/26 09:49:28
21692 Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
21693 add a few more notes there on use of mortals on the stack.
21696 ____________________________________________________________________________
21697 [ 10211] By: nick on 2001/05/26 09:05:36
21698 Log: Integrate mainline
21700 +> t/lib/fcntl.t t/pragma/vars.t
21701 !> (integrate 49 files)
21702 ____________________________________________________________________________
21703 [ 10210] By: jhi on 2001/05/25 12:29:16
21704 Log: Update Changes.
21706 ! Changes patchlevel.h
21707 ____________________________________________________________________________
21708 [ 10209] By: jhi on 2001/05/25 12:24:45
21711 Subject: [PATCH pp.c] Wrapping pack("C",256)
21712 From: Simon Cozens <simon@netthink.co.uk>
21713 Date: Sat, 12 May 2001 17:58:41 +0100
21714 Message-ID: <20010512175841.A6132@netthink.co.uk>
21716 ! pod/perldiag.pod pp.c t/pragma/warn/pp
21717 ____________________________________________________________________________
21718 [ 10208] By: jhi on 2001/05/25 01:37:03
21719 Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
21720 From: "Brendan O'Dea" <bod@compusol.com.au>
21721 Date: Fri, 25 May 2001 11:18:29 +1000
21722 Message-ID: <20010525111829.A28411@compusol.com.au>
21724 (Slightly modified.)
21727 ____________________________________________________________________________
21728 [ 10207] By: jhi on 2001/05/25 01:12:14
21729 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
21730 From: Hugo <hv@crypt.compulink.co.uk>
21731 Date: Fri, 25 May 2001 02:13:25 +0100
21732 Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
21735 ____________________________________________________________________________
21736 [ 10206] By: jhi on 2001/05/25 01:07:59
21737 Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
21738 From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
21739 Date: Fri, 25 May 2001 10:25:36 +0900
21740 Message-Id: <200105250124.KAA19571@toshiba.co.jp>
21742 ! regcomp.c regexec.c
21743 ____________________________________________________________________________
21744 [ 10205] By: jhi on 2001/05/25 01:07:00
21745 Log: Subject: [PATCH #2] stash autovivification and method call error messages
21746 From: Ilmari Karonen <iltzu@sci.fi>
21747 Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
21748 Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
21750 ! gv.c pp_hot.c t/op/method.t
21751 ____________________________________________________________________________
21752 [ 10204] By: jhi on 2001/05/25 01:03:50
21753 Log: Add make target and documentation for gprof profiling.
21755 ! Makefile.SH pod/perlhack.pod
21756 ____________________________________________________________________________
21757 [ 10203] By: jhi on 2001/05/24 21:09:36
21758 Log: Subject: Don't think about UTF8
21759 From: Mike Guy <mjtg@cam.ac.uk>
21760 Date: Tue, 22 May 2001 14:35:39 +0100
21761 Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
21764 ____________________________________________________________________________
21765 [ 10202] By: jhi on 2001/05/24 21:07:25
21766 Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
21767 From: Geraint A Edwards <gedge@serf.org>
21768 Date: Thu, 24 May 2001 22:51:24 +0100
21769 Message-Id: <20010524225124.A34981@cymru.serf.org>
21772 ____________________________________________________________________________
21773 [ 10201] By: jhi on 2001/05/24 21:02:30
21774 Log: DB_File has its own attribute story.
21776 ! ext/DB_File/DB_File.xs
21777 ____________________________________________________________________________
21778 [ 10200] By: jhi on 2001/05/24 19:54:21
21779 Log: Subject: Re: Making perl with -Wall
21780 From: Andy Dougherty <doughera@lafayette.edu>
21781 Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
21782 Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
21785 ____________________________________________________________________________
21786 [ 10199] By: jhi on 2001/05/24 15:15:03
21787 Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
21788 From: "Richard Soderberg" <rs@crystalflame.net>
21789 Date: Thu, 24 May 2001 08:58:16 -0700
21790 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
21793 ____________________________________________________________________________
21794 [ 10198] By: jhi on 2001/05/24 15:10:04
21795 Log: IV/UV casting fixes from Nicholas Clark.
21797 ! perl.h pp_sys.c util.c
21798 ____________________________________________________________________________
21799 [ 10197] By: jhi on 2001/05/24 14:19:44
21800 Log: Subject: Re: Making perl with -Wall
21801 From: Michael G Schwern <schwern@pobox.com>
21802 Date: Thu, 24 May 2001 15:40:28 +0100
21803 Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
21806 ____________________________________________________________________________
21807 [ 10196] By: jhi on 2001/05/24 14:04:41
21808 Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync
21809 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21810 Date: Tue, 22 May 2001 11:49:37 +0200
21811 Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
21813 ! U/modified/Oldsym.U
21814 Branch: metaconfig/U/perl
21817 ! Configure config_h.SH myconfig.SH
21818 ____________________________________________________________________________
21819 [ 10195] By: jhi on 2001/05/24 13:25:04
21820 Log: Under versiononly install also the scripts with the version suffix.
21821 (e.g. .../bin/h2xs5.7.1)
21824 ____________________________________________________________________________
21825 [ 10194] By: jhi on 2001/05/24 13:02:49
21826 Log: Subject: [PATCH] Stop segfault in mg.c:636
21827 From: "Richard Soderberg" <rs@crystalflame.net>
21828 Date: Thu, 24 May 2001 05:51:52 -0700
21829 Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
21832 ____________________________________________________________________________
21833 [ 10193] By: jhi on 2001/05/24 12:37:13
21834 Log: Iteration continues; hopefully convergently.
21837 ____________________________________________________________________________
21838 [ 10192] By: jhi on 2001/05/24 12:36:35
21839 Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
21840 From: Gisle Aas <gisle@ActiveState.com>
21841 Date: 23 May 2001 16:13:10 -0700
21842 Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
21845 ____________________________________________________________________________
21846 [ 10191] By: jhi on 2001/05/24 12:25:12
21847 Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
21848 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21849 Date: Thu, 24 May 2001 05:05:22 -0500
21850 Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
21852 ! lib/dumpvar.pl lib/perl5db.pl
21853 ____________________________________________________________________________
21854 [ 10190] By: jhi on 2001/05/24 12:24:07
21855 Log: Subject: Re: [ID 20010524.001] perl5db.pl x @INC doesn't work like it used to
21856 From: David Dyck <dcd@tc.fluke.com>
21857 Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
21858 Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
21861 ____________________________________________________________________________
21862 [ 10189] By: jhi on 2001/05/23 22:43:31
21863 Log: Tiny pod nits on READMEs, mostly whitespace issues.
21865 ! README.amiga README.dos README.macos README.mpeix README.vmesa
21867 ____________________________________________________________________________
21868 [ 10188] By: jhi on 2001/05/23 22:26:03
21869 Log: The DG/UX part of the 20010521.005.
21872 ____________________________________________________________________________
21873 [ 10187] By: jhi on 2001/05/23 22:04:05
21874 Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems
21875 From: Hugo <hv@crypt.compulink.co.uk>
21876 Date: Mon, 21 May 2001 16:32:02 +0100
21877 Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
21879 ! regcomp.c t/op/misc.t
21880 ____________________________________________________________________________
21881 [ 10186] By: jhi on 2001/05/23 21:42:15
21882 Log: Subject: [PATCH] Extra UNIVERSAL tests
21883 From: Mike Guy <mjtg@cam.ac.uk>
21884 Date: Wed, 23 May 2001 12:29:20 +0100
21885 Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
21888 ____________________________________________________________________________
21889 [ 10185] By: jhi on 2001/05/23 21:38:48
21890 Log: Subject: [PATCH] Remove EQ keyword
21891 From: Mike Guy <mjtg@cam.ac.uk>
21892 Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
21893 Date: Wed, 23 May 2001 11:17:29 +0100
21895 ! keywords.h keywords.pl
21896 ____________________________________________________________________________
21897 [ 10184] By: jhi on 2001/05/23 21:29:41
21898 Log: Subject: [PATCH] lib/perl5db.pl
21899 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21900 Date: Wed, 23 May 2001 02:18:03 -0500
21901 Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
21904 ____________________________________________________________________________
21905 [ 10183] By: jhi on 2001/05/23 21:27:54
21906 Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
21907 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21908 Date: Tue, 22 May 2001 23:34:41 -0500
21909 Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
21912 ____________________________________________________________________________
21913 [ 10182] By: jhi on 2001/05/23 21:24:30
21914 Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
21915 From: davem@fdgroup.co.uk
21916 Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
21917 Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
21920 ____________________________________________________________________________
21921 [ 10181] By: jhi on 2001/05/23 21:23:29
21922 Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
21923 From: Michael G Schwern <schwern@pobox.com>
21924 Date: Tue, 22 May 2001 14:15:09 +0100
21925 Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
21928 ____________________________________________________________________________
21929 [ 10180] By: jhi on 2001/05/23 21:22:14
21930 Log: Subject: [PATCH lib/vars.pm] Odd code nit
21931 From: Michael G Schwern <schwern@pobox.com>
21932 Date: Tue, 22 May 2001 14:14:28 +0100
21933 Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
21936 ____________________________________________________________________________
21937 [ 10179] By: jhi on 2001/05/23 21:19:51
21938 Log: Use the new use vars feature.
21941 ____________________________________________________________________________
21942 [ 10178] By: jhi on 2001/05/23 21:19:28
21943 Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
21944 From: Mike Guy <mjtg@cam.ac.uk>
21945 Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21946 Date: Tue, 22 May 2001 13:11:39 +0100
21949 ! MANIFEST lib/vars.pm t/lib/1_compile.t
21950 ____________________________________________________________________________
21951 [ 10177] By: jhi on 2001/05/23 21:01:48
21952 Log: -qlongdouble considered harmful by Merijn.
21955 ____________________________________________________________________________
21956 [ 10176] By: jhi on 2001/05/21 13:21:21
21957 Log: Update Changes.
21959 ! Changes patchlevel.h
21960 ____________________________________________________________________________
21961 [ 10175] By: jhi on 2001/05/21 13:17:28
21962 Log: Add a test of its very own for Fcntl. Hopefully portable.
21966 ____________________________________________________________________________
21967 [ 10174] By: jhi on 2001/05/21 12:45:41
21968 Log: Must be trickier for 'minitest' not to die.
21971 ____________________________________________________________________________
21972 [ 10173] By: jhi on 2001/05/21 11:24:43
21973 Log: Can't declare other people's variables.
21976 ____________________________________________________________________________
21977 [ 10172] By: jhi on 2001/05/20 20:33:08
21978 Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
21980 ! doio.c t/op/taint.t
21981 ____________________________________________________________________________
21982 [ 10171] By: jhi on 2001/05/20 20:18:45
21983 Log: The OS/2 variable needs to be declared.
21986 ____________________________________________________________________________
21987 [ 10170] By: nick on 2001/05/20 16:48:29
21988 Log: Integrate mainline
21990 !> (integrate 41 files)
21991 ____________________________________________________________________________
21992 [ 10169] By: jhi on 2001/05/20 11:50:20
21993 Log: Small perlsec updates: clarify the taintedness of filename
21994 globbing; suggest using Scalar::Util::tainted().
21997 ____________________________________________________________________________
21998 [ 10168] By: jhi on 2001/05/20 11:24:11
21999 Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
22000 From: Dave Mitchell <davem@fdgroup.co.uk>
22001 Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
22002 Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
22004 ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
22005 ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
22006 ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
22008 ____________________________________________________________________________
22009 [ 10167] By: jhi on 2001/05/20 11:12:14
22010 Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
22011 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22012 Date: Sat, 19 May 2001 04:08:46 -0400
22013 Message-ID: <20010519040846.A16969@math.ohio-state.edu>
22015 ! lib/ExtUtils/Mksymlists.pm makedef.pl
22016 ____________________________________________________________________________
22017 [ 10166] By: jhi on 2001/05/20 11:08:27
22018 Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
22019 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22020 Date: Sat, 19 May 2001 04:30:45 -0400
22021 Message-ID: <20010519043045.A17033@math.ohio-state.edu>
22024 ____________________________________________________________________________
22025 [ 10165] By: jhi on 2001/05/20 11:07:06
22026 Log: Subject: [PATCH 5.6.1] build bugs OS/2
22027 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22028 Date: Sat, 19 May 2001 04:35:28 -0400
22029 Message-ID: <20010519043528.A17363@math.ohio-state.edu>
22031 ! os2/Makefile.SHs os2/os2.c
22032 ____________________________________________________________________________
22033 [ 10164] By: jhi on 2001/05/20 11:06:01
22034 Log: Subject: [PATCH 5.6.1] Mis-Failing tests
22035 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22036 Date: Sat, 19 May 2001 04:04:23 -0400
22037 Message-ID: <20010519040423.A16861@math.ohio-state.edu>
22039 (In bleadperl patched b-stash.t instead of b.t)
22041 ! t/lib/b-stash.t t/lib/bigfltpm.t
22042 ____________________________________________________________________________
22043 [ 10163] By: jhi on 2001/05/20 10:59:46
22044 Log: Subject: [PATCH 5.6.1] perl5db
22045 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22046 Date: Sat, 19 May 2001 03:49:09 -0400
22047 Message-ID: <20010519034909.A14902@math.ohio-state.edu>
22050 ____________________________________________________________________________
22051 [ 10162] By: jhi on 2001/05/20 10:58:18
22052 Log: Subject: [PATCH] require $mod where $mod has touched numeric context
22053 From: Gisle Aas <gisle@ActiveState.com>
22054 Date: 18 May 2001 14:24:51 -0700
22055 Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
22058 ____________________________________________________________________________
22059 [ 10161] By: jhi on 2001/05/20 10:57:00
22060 Log: Subject: [PATCH] Chomp should not always stringify
22061 From: Gisle Aas <gisle@ActiveState.com>
22062 Date: 18 May 2001 07:55:25 -0700
22063 Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
22065 ! doop.c t/op/chop.t
22066 ____________________________________________________________________________
22067 [ 10160] By: jhi on 2001/05/20 10:49:40
22068 Log: Integrate perlio.
22070 !> pod/perlfunc.pod
22071 ____________________________________________________________________________
22072 [ 10159] By: nick on 2001/05/20 09:39:46
22073 Log: Document some more of open's features.
22076 ____________________________________________________________________________
22077 [ 10158] By: gsar on 2001/05/18 18:43:38
22078 Log: back out change#10153 (it has compatibility issues such as the
22079 changed behavior of /[~%@+-]/, and after talking to Jarkko, the
22080 benefit for 5.6.x doesn't seem worth the risk)
22081 Branch: maint-5.6/perl
22083 ____________________________________________________________________________
22084 [ 10157] By: jhi on 2001/05/18 17:05:40
22085 Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
22088 ____________________________________________________________________________
22089 [ 10156] By: jhi on 2001/05/18 12:06:40
22090 Log: Update Changes.
22092 ! Changes patchlevel.h
22093 ____________________________________________________________________________
22094 [ 10155] By: jhi on 2001/05/18 11:58:57
22095 Log: Integrate change #10144 from maintperl.
22097 s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
22099 !> win32/config.bc win32/config.gc win32/config.vc
22100 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22101 ____________________________________________________________________________
22102 [ 10154] By: nick on 2001/05/18 07:23:03
22103 Log: Integrate mainline.
22105 +> README.dgux t/lib/i18n-collate.t utils.lst
22106 !> (integrate 49 files)
22107 ____________________________________________________________________________
22108 [ 10153] By: jhi on 2001/05/18 00:41:51
22109 Log: Integrate change #7224 from mainline into maintperl.
22111 Allow @+ and @- to be doublequoted, from Simon Cozens.
22112 (Approved by Larry, see Tom's comment in 20000830.005.)
22113 Branch: maint-5.6/perl
22115 ____________________________________________________________________________
22116 [ 10152] By: jhi on 2001/05/17 23:18:15
22117 Log: Subject: [PATCH bleadperl] small lookbehind fix
22118 From: Hugo <hv@crypt.compulink.co.uk>
22119 Date: Fri, 18 May 2001 00:07:19 +0100
22120 Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
22123 ____________________________________________________________________________
22124 [ 10151] By: jhi on 2001/05/17 22:00:06
22127 ! installman utils.lst
22128 ____________________________________________________________________________
22129 [ 10150] By: jhi on 2001/05/17 20:32:48
22130 Log: Add better debug to glob/basic #8 as suggested by Nick Clark
22133 ! t/lib/glob-basic.t
22134 ____________________________________________________________________________
22135 [ 10149] By: jhi on 2001/05/17 20:08:58
22136 Log: Subject: [PATCH] Test for bug 20010515.004
22137 From: Benjamin Sugars <bsugars@canoe.ca>
22138 Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
22139 Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
22142 ____________________________________________________________________________
22143 [ 10148] By: jhi on 2001/05/17 20:06:23
22144 Log: Integrate #10145 from maintperl.
22146 fix for ID 20010515.004 (needs test)
22149 ____________________________________________________________________________
22150 [ 10147] By: jhi on 2001/05/17 19:10:46
22151 Log: Thinko noticed by Doug MacEachern.
22154 ____________________________________________________________________________
22155 [ 10146] By: jhi on 2001/05/17 17:30:37
22156 Log: Subject: Re: [PATCH] HERE mark in regex
22157 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22158 Date: Thu, 17 May 2001 12:20:33 -0400
22159 Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu>
22162 ____________________________________________________________________________
22163 [ 10145] By: gsar on 2001/05/17 16:59:55
22164 Log: fix for ID 20010515.004 (needs test)
22165 Branch: maint-5.6/perl
22167 ____________________________________________________________________________
22168 [ 10144] By: gsar on 2001/05/17 16:39:02
22169 Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
22170 Branch: maint-5.6/perl
22171 ! win32/config.bc win32/config.gc win32/config.vc
22172 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22173 ____________________________________________________________________________
22174 [ 10143] By: jhi on 2001/05/17 14:21:08
22175 Log: Macrofy the getspecific (and use it also in util.c)
22178 ____________________________________________________________________________
22179 [ 10142] By: jhi on 2001/05/17 01:43:50
22180 Log: Use the unchecked thread-specific key fetch also in Tru64.
22183 ____________________________________________________________________________
22184 [ 10141] By: jhi on 2001/05/17 01:41:07
22185 Log: Subject: [PATCH 5.6.1]Quick thread speedup
22186 From: Dan Sugalski <dan@sidhe.org>
22187 Date: Wed, 16 May 2001 18:05:19 -0400
22188 Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
22191 ____________________________________________________________________________
22192 [ 10140] By: jhi on 2001/05/16 19:58:29
22193 Log: I think this is quite enough testing for a deprecated feature.
22195 + t/lib/i18n-collate.t
22196 ! MANIFEST t/lib/1_compile.t
22197 ____________________________________________________________________________
22198 [ 10139] By: jhi on 2001/05/16 18:47:03
22199 Log: More HP-UX lore from Jeff Okamoto.
22202 ____________________________________________________________________________
22203 [ 10138] By: jhi on 2001/05/16 18:21:04
22204 Log: Sort utils.lst for easier maintenance.
22207 ____________________________________________________________________________
22208 [ 10137] By: jhi on 2001/05/16 18:12:01
22209 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22210 From: Tim Jenness <t.jenness@jach.hawaii.edu>
22211 Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
22212 Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
22214 Add pod2latex to utils.lst.
22216 ! MANIFEST utils.lst
22217 ____________________________________________________________________________
22218 [ 10136] By: jhi on 2001/05/16 18:00:00
22219 Log: Subject: Re: [PATCH] HERE mark in regex
22220 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22221 Date: Wed, 16 May 2001 13:04:43 -0400
22222 Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu>
22224 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
22225 ! t/op/regmesg.t t/pragma/warn/regcomp
22226 ____________________________________________________________________________
22227 [ 10135] By: jhi on 2001/05/16 17:51:50
22228 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22229 From: Simon Cozens <simon@netthink.co.uk>
22230 Date: Wed, 16 May 2001 18:02:08 +0100
22231 Message-ID: <20010516180208.A6458@netthink.co.uk>
22233 ! installman utils.lst
22234 ____________________________________________________________________________
22235 [ 10134] By: jhi on 2001/05/16 17:47:26
22236 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
22237 From: "Philip Newton" <pnewton@gmx.de>
22238 Date: Tue, 15 May 2001 15:09:30 +0200
22239 Message-ID: <3B0146AA.2839.17BFDA6@localhost>
22241 Test case for #10128.
22243 ! t/pragma/warn/pp_hot
22244 ____________________________________________________________________________
22245 [ 10133] By: jhi on 2001/05/16 15:12:52
22246 Log: Update Changes.
22248 ! Changes patchlevel.h
22249 ____________________________________________________________________________
22250 [ 10132] By: jhi on 2001/05/16 14:50:55
22251 Log: Deprecate pseudo-hashes.
22253 ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
22254 ____________________________________________________________________________
22255 [ 10131] By: jhi on 2001/05/16 14:26:01
22256 Log: HP-UX hints update from Merijn.
22259 ____________________________________________________________________________
22260 [ 10130] By: jhi on 2001/05/16 14:23:01
22261 Log: README.hpux update from Merijn.
22264 ____________________________________________________________________________
22265 [ 10129] By: jhi on 2001/05/16 14:18:56
22266 Log: Subject: Re: [PATCH] Abstract "utility" information from installman
22267 From: Simon Cozens <simon@netthink.co.uk>
22268 Date: Wed, 16 May 2001 15:57:55 +0100
22269 Message-ID: <20010516155755.A4728@netthink.co.uk>
22272 ! MANIFEST installman installperl
22273 ____________________________________________________________________________
22274 [ 10128] By: jhi on 2001/05/16 14:15:36
22275 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
22276 From: "Philip Newton" <pnewton@gmx.de>
22277 Date: Tue, 15 May 2001 16:31:05 +0200
22278 Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
22280 Fix PERL_Y2KWARN test to check before rather than after appending.
22283 ____________________________________________________________________________
22284 [ 10127] By: jhi on 2001/05/16 14:08:15
22285 Log: Regen Porting stuff.
22287 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22289 ____________________________________________________________________________
22290 [ 10126] By: jhi on 2001/05/16 13:41:50
22291 Log: Metaconfig unit change for #10125.
22293 ! U/modified/Oldconfig.U
22294 ____________________________________________________________________________
22295 [ 10125] By: jhi on 2001/05/16 13:41:35
22298 ! Configure config_h.SH perl.c
22299 ____________________________________________________________________________
22300 [ 10124] By: jhi on 2001/05/16 13:41:09
22303 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22304 ____________________________________________________________________________
22305 [ 10123] By: jhi on 2001/05/16 13:25:38
22306 Log: Adding the README.dgux to the MANIFEST would be a good idea.
22309 ____________________________________________________________________________
22310 [ 10122] By: jhi on 2001/05/16 13:08:33
22311 Log: Move the stack desire definition to thread.h.
22313 ! ext/Thread/Thread.xs thread.h
22314 ____________________________________________________________________________
22315 [ 10121] By: jhi on 2001/05/16 13:00:12
22316 Log: DG-UX threading patches, including a README.dgux,
22317 from Takis Psarogiannakopoulos.
22320 ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
22321 ____________________________________________________________________________
22322 [ 10120] By: jhi on 2001/05/16 12:55:33
22323 Log: Subject: [PATCH B::Deparse] More on /x regexes
22324 From: Robin Houston <robin@kitsite.com>
22325 Date: Tue, 15 May 2001 19:09:35 +0100
22326 Message-ID: <20010515190935.A27268@penderel>
22328 ! ext/B/B/Deparse.pm
22329 ____________________________________________________________________________
22330 [ 10119] By: jhi on 2001/05/16 12:45:29
22331 Log: Document that the core time() may be rounding rather
22332 than truncating, would have saved at least my confusion.
22334 ! ext/Time/HiRes/HiRes.pm
22335 ____________________________________________________________________________
22336 [ 10118] By: jhi on 2001/05/16 12:37:57
22337 Log: Subject: perl-current/t/time-hires.t
22338 From: John Peacock <jpeacock@rowman.com>
22339 Date: Fri, 11 May 2001 14:09:41 -0400
22340 Message-ID: <3AFC2AE5.5E787E54@rowman.com>
22342 ! t/lib/time-hires.t
22343 ____________________________________________________________________________
22344 [ 10117] By: jhi on 2001/05/15 13:40:33
22345 Log: Subject: [PATCH dump.c] Op private flags
22346 From: Simon Cozens <simon@netthink.co.uk>
22347 Date: Sun, 13 May 2001 20:20:36 +0100
22348 Message-ID: <20010513202036.A21896@netthink.co.uk>
22351 ____________________________________________________________________________
22352 [ 10116] By: jhi on 2001/05/15 13:28:26
22353 Log: Upgrade to Switch 2.03.
22356 ____________________________________________________________________________
22357 [ 10115] By: jhi on 2001/05/15 13:19:01
22358 Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
22359 to PERL_CONFIG_SH and use it consistently.
22360 Branch: maint-5.6/perl
22361 !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
22362 !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
22363 !> myconfig.SH writemain.SH
22364 ____________________________________________________________________________
22365 [ 10114] By: jhi on 2001/05/15 13:13:21
22366 Log: Metaconfig units changes for #10113.
22368 ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
22369 ____________________________________________________________________________
22370 [ 10113] By: jhi on 2001/05/15 13:12:40
22371 Log: The problem described in 20010514.031 still wasn't
22372 fully cured, there were remnants of $CONFIG when
22373 $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH
22374 to avoid future conflicts.
22376 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
22377 ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
22378 ! myconfig.SH writemain.SH
22379 ____________________________________________________________________________
22380 [ 10112] By: jhi on 2001/05/15 11:55:44
22381 Log: Half of #10107 got lost.
22383 ! ext/B/B/Deparse.pm
22384 ____________________________________________________________________________
22385 [ 10111] By: nick on 2001/05/15 08:39:14
22386 Log: Integrate mainline.
22388 +> ext/POSIX/hints/uts.pl
22389 - Todo Todo-5.6 t/camel-III/vstring.t
22390 !> (integrate 48 files)
22391 ____________________________________________________________________________
22392 [ 10110] By: jhi on 2001/05/15 02:04:05
22393 Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
22394 From: Robin Houston <robin@kitsite.com>
22395 Date: Mon, 14 May 2001 22:27:08 +0100
22396 Message-ID: <20010514222708.A22963@penderel>
22399 ____________________________________________________________________________
22400 [ 10109] By: jhi on 2001/05/15 02:03:12
22401 Log: Subject: [PATCH B::Deparse] Lvaluable method calls
22402 From: Robin Houston <robin@kitsite.com>
22403 Date: Mon, 14 May 2001 22:16:43 +0100
22404 Message-ID: <20010514221643.A22437@penderel>
22406 ! ext/B/B/Deparse.pm
22407 ____________________________________________________________________________
22408 [ 10108] By: jhi on 2001/05/15 02:02:17
22409 Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
22410 From: Robin Houston <robin@kitsite.com>
22411 Date: Mon, 14 May 2001 22:03:44 +0100
22412 Message-ID: <20010514220344.A20643@penderel>
22414 ! ext/B/B/Deparse.pm
22415 ____________________________________________________________________________
22416 [ 10107] By: jhi on 2001/05/15 02:01:24
22417 Log: Subject: [PATCH B::Deparse] "${foo}_bar"
22418 From: Robin Houston <robin@kitsite.com>
22419 Date: Mon, 14 May 2001 22:10:07 +0100
22420 Message-ID: <20010514221007.A21118@penderel>
22422 ! ext/B/B/Deparse.pm
22423 ____________________________________________________________________________
22424 [ 10106] By: jhi on 2001/05/15 01:41:26
22425 Log: Fix for 20010514.037; substr() didn't invalidate the locale
22429 ____________________________________________________________________________
22430 [ 10105] By: jhi on 2001/05/14 18:18:24
22431 Log: Update Changes.
22433 ! Changes patchlevel.h
22434 ____________________________________________________________________________
22435 [ 10104] By: jhi on 2001/05/14 18:09:07
22436 Log: Retract #10094.
22439 ____________________________________________________________________________
22440 [ 10103] By: jhi on 2001/05/14 15:20:58
22441 Log: Integrate change #10100 from maintperl.
22443 PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
22444 bug ID 20010514.027)
22447 ____________________________________________________________________________
22448 [ 10102] By: jhi on 2001/05/14 15:19:21
22449 Log: Document the deprecatedness of suidperl.
22451 ! INSTALL pod/perlfaq1.pod
22452 ____________________________________________________________________________
22453 [ 10101] By: jhi on 2001/05/14 14:54:31
22454 Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
22455 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22456 Date: Mon, 14 May 2001 09:38:59 -0400
22457 Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
22459 ! lib/ExtUtils/MM_Unix.pm
22460 ____________________________________________________________________________
22461 [ 10100] By: gsar on 2001/05/14 14:43:50
22462 Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
22463 bug ID 20010514.027)
22465 TODO: this needs a testsuite addition
22466 Branch: maint-5.6/perl
22468 ____________________________________________________________________________
22469 [ 10099] By: jhi on 2001/05/14 13:42:38
22470 Log: More DWIMminess for Class::Struct: calling the array or hash
22471 accessors only with one argument, an array or a hash reference,
22472 sets the underlying array or hash. This mirrors nicely also
22473 the usage in the constructor.
22474 From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
22476 ! lib/Class/Struct.pm t/lib/class-struct.t
22477 ____________________________________________________________________________
22478 [ 10098] By: jhi on 2001/05/14 13:10:34
22479 Log: Reference cmp'ing should go through the whole stringification
22480 process shebang, as pointed out by Sarathy in #10091.
22483 ____________________________________________________________________________
22484 [ 10097] By: jhi on 2001/05/14 12:54:31
22485 Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
22486 From: Simon Cozens <simon@netthink.co.uk>
22487 Date: Sat, 12 May 2001 16:36:27 +0100
22488 Message-ID: <20010512163627.A5522@netthink.co.uk>
22490 with some additions salvaged from Todo and Todo-5.6 before
22494 ! MANIFEST pod/perltodo.pod
22495 ____________________________________________________________________________
22496 [ 10096] By: jhi on 2001/05/14 12:37:01
22497 Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
22498 From: "Golubev I. N." <gin@mo.msk.ru>
22499 Date: Mon, 07 May 2001 14:33:34 (GMT)
22500 Message-Id: <02453af6b23e63-gin@mo.msk.ru>
22503 ____________________________________________________________________________
22504 [ 10095] By: jhi on 2001/05/14 12:34:24
22505 Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
22506 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
22507 Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
22508 Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
22510 ! lib/ExtUtils/MM_Unix.pm
22511 ____________________________________________________________________________
22512 [ 10094] By: jhi on 2001/05/14 12:32:44
22513 Log: (Retracted by #10104.)
22515 Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
22516 From: barries <barries@slaysys.com>
22517 Date: Sat, 12 May 2001 01:28:10 -0400
22518 Message-ID: <20010512012810.B26358@jester.slaysys.com>
22521 ____________________________________________________________________________
22522 [ 10093] By: jhi on 2001/05/14 12:30:38
22523 Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
22524 From: Mike Guy <mjtg@cam.ac.uk>
22525 Date: Sat, 12 May 2001 19:24:33 +0100
22526 Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
22529 ____________________________________________________________________________
22530 [ 10092] By: jhi on 2001/05/14 12:29:21
22531 Log: Yet another HP-UX hints tweak from Merijn.
22534 ____________________________________________________________________________
22535 [ 10091] By: gsar on 2001/05/14 04:38:32
22536 Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
22537 isn't defined (changes#9366,9368,9370 from mainline without the
22539 Branch: maint-5.6/perl
22540 ! pp.c pp.h pp_hot.c
22541 ____________________________________________________________________________
22542 [ 10090] By: jhi on 2001/05/12 13:39:43
22543 Log: The sorting seems to happen now automatically.
22545 ! t/lib/glob-basic.t
22546 ____________________________________________________________________________
22547 [ 10089] By: jhi on 2001/05/12 03:38:15
22548 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
22549 From: Benjamin Sugars <bsugars@canoe.ca>
22550 Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
22551 Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
22554 ____________________________________________________________________________
22555 [ 10088] By: jhi on 2001/05/12 03:37:00
22556 Log: Subject: Re: undef(&foo) does not work for XS functions
22557 From: Doug MacEachern <dougm@covalent.net>
22558 Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
22559 Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
22562 ____________________________________________________________________________
22563 [ 10087] By: jhi on 2001/05/12 03:35:58
22564 Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
22565 From: Peter Prymmer <pvhp@forte.com>
22566 Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
22567 Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
22570 ____________________________________________________________________________
22571 [ 10086] By: jhi on 2001/05/11 14:23:08
22572 Log: Update Changes.
22574 ! Changes patchlevel.h
22575 ____________________________________________________________________________
22576 [ 10085] By: jhi on 2001/05/11 14:08:20
22577 Log: Remove the 'asciir' re subpragma. Should instead implement
22578 the 'physical vs logical' range scheme:
22580 \xAA-\xCC is a native physical range, you want that range of
22581 codepoints in your native encoding. In EBCDIC the codepoints
22582 in the gaps (between i-j and r-s) should be included.
22584 \x{AA}-\x{CC} is a physical Unicode range, you want that range of
22585 codepoints in Unicode.
22587 a-z is a logical range, you want that range of 'logical' codepoints
22588 in your native encoding. In EBCDIC the codepoints in the gaps
22589 (between i-j and r-s) should not be included.
22591 Mixed cases (a-\xAA, etc) should either be errors, or maybe
22592 the 'logical' endpoints should be converted to native/Unicode
22593 codepoints, and the range handled as a physical range.
22595 'Logical endpoints' are to be recognized only in the A-Z, a-z,
22596 and 0-9 ranges. Probably a warning should be given for mixed
22597 cases like A-z or a-9 (since such expressions are encoding
22598 dependent), with a recommendation to use physical ranges.
22600 ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
22602 ____________________________________________________________________________
22603 [ 10084] By: jhi on 2001/05/11 13:56:16
22604 Log: Make the test to cleanup the test directory tree
22605 both before and after the testing so that we always
22606 have a clean slate to work with.
22609 ____________________________________________________________________________
22610 [ 10083] By: jhi on 2001/05/11 13:46:30
22611 Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
22612 From: Jon Eveland <jweveland@yahoo.com>
22613 Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
22614 Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
22617 ____________________________________________________________________________
22618 [ 10082] By: jhi on 2001/05/11 13:45:06
22619 Log: Merge the camel-III/vstring.t with op/ver.t.
22621 - t/camel-III/vstring.t
22622 ! MANIFEST t/TEST t/harness t/op/ver.t
22623 ____________________________________________________________________________
22624 [ 10081] By: jhi on 2001/05/11 13:15:55
22625 Log: Add test.deparse make target.
22628 ____________________________________________________________________________
22629 [ 10080] By: jhi on 2001/05/11 12:52:49
22630 Log: Subject: [PATCH B::Deparse] $foo->bar(0)
22631 From: Robin Houston <robin@kitsite.com>
22632 Date: Fri, 11 May 2001 12:02:22 +0100
22633 Message-ID: <20010511120222.A11529@penderel>
22635 ! ext/B/B/Deparse.pm t/op/method.t
22636 ____________________________________________________________________________
22637 [ 10079] By: jhi on 2001/05/11 01:59:06
22638 Log: A nicely working combination for UTS from Hal Morris.
22640 + ext/POSIX/hints/uts.pl
22641 ! MANIFEST hints/uts.sh
22642 ____________________________________________________________________________
22643 [ 10078] By: jhi on 2001/05/11 01:15:04
22644 Log: i_ieeefp=undef for UTS.
22647 ____________________________________________________________________________
22648 [ 10077] By: jhi on 2001/05/10 22:42:35
22649 Log: Subject: RE: rand(0) is rand(1)
22650 From: Larry Shatzer <lshatzer@islanddata.com>
22651 Date: Thu, 10 May 2001 11:09:27 -0700
22652 Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
22655 ____________________________________________________________________________
22656 [ 10076] By: jhi on 2001/05/10 22:36:50
22657 Log: Subject: [patch] make op_{clear,null} public
22658 From: Doug MacEachern <dougm@covalent.net>
22659 Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
22660 Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
22662 ! embed.h embed.pl op.c proto.h
22663 ____________________________________________________________________________
22664 [ 10075] By: jhi on 2001/05/10 22:28:36
22665 Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
22666 From: Robin Houston <robin@kitsite.com>
22667 Date: Thu, 10 May 2001 18:54:59 +0100
22668 Message-ID: <20010510185459.A5995@penderel>
22670 ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
22671 ____________________________________________________________________________
22672 [ 10074] By: jhi on 2001/05/10 22:23:41
22673 Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
22674 From: Robin Houston <robin@kitsite.com>
22675 Date: Thu, 10 May 2001 12:56:39 +0100
22676 Message-ID: <20010510125639.A2119@penderel>
22678 ! ext/B/B/Deparse.pm
22679 ____________________________________________________________________________
22680 [ 10073] By: jhi on 2001/05/10 14:26:01
22681 Log: Retract #10070, not ready yet.
22683 ! ext/B/B/Deparse.pm
22684 ____________________________________________________________________________
22685 [ 10072] By: jhi on 2001/05/10 13:40:24
22686 Log: The metaconfig unit change for #10071.
22688 ! U/modified/mallocsrc.U
22689 ____________________________________________________________________________
22690 [ 10071] By: jhi on 2001/05/10 13:39:57
22691 Log: The #9525+#9526 didn't allow for overriding usemymalloc.
22694 ____________________________________________________________________________
22695 [ 10070] By: jhi on 2001/05/10 13:18:42
22696 Log: (Retracted by #10073)
22698 Subject: Re: [PATCH t/TEST] B::Deparse tester
22699 From: Hugo <hv@crypt.compulink.co.uk>
22700 Date: Thu, 10 May 2001 05:48:09 +0100
22701 Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
22703 ! ext/B/B/Deparse.pm
22704 ____________________________________________________________________________
22705 [ 10069] By: jhi on 2001/05/10 12:24:06
22706 Log: Add a for(func()) test.
22709 ____________________________________________________________________________
22710 [ 10068] By: jhi on 2001/05/10 12:16:00
22711 Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
22712 From: Robin Houston <robin@kitsite.com>
22713 Date: Thu, 10 May 2001 13:50:08 +0100
22714 Message-ID: <20010510135008.A2454@penderel>
22716 ! ext/B/B/Deparse.pm
22717 ____________________________________________________________________________
22718 [ 10067] By: jhi on 2001/05/10 01:45:03
22719 Log: A thinko in #10065.
22722 ____________________________________________________________________________
22723 [ 10066] By: jhi on 2001/05/10 01:33:12
22724 Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
22725 From: Robin Houston <robin@kitsite.com>
22726 Date: Thu, 10 May 2001 02:10:34 +0100
22727 Message-ID: <20010510021034.A19421@penderel>
22729 ! ext/B/B.xs ext/B/B/Deparse.pm
22730 ____________________________________________________________________________
22731 [ 10065] By: jhi on 2001/05/10 01:30:43
22732 Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
22733 From: Doug MacEachern <dougm@covalent.net>
22734 Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
22735 Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
22738 ____________________________________________________________________________
22739 [ 10064] By: jhi on 2001/05/09 23:13:29
22740 Log: One more workaround for the UTS compiler from Hal Morris.
22743 ____________________________________________________________________________
22744 [ 10063] By: jhi on 2001/05/09 23:09:53
22745 Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
22746 From: Robin Houston <robin@kitsite.com>
22747 Date: Thu, 10 May 2001 01:02:08 +0100
22748 Message-ID: <20010510010208.A18200@penderel>
22751 ____________________________________________________________________________
22752 [ 10062] By: jhi on 2001/05/09 23:06:25
22753 Log: Subject: [PATCH] Simplify deb_curcv() a bit
22754 From: Benjamin Sugars <bsugars@canoe.ca>
22755 Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
22756 Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
22759 ____________________________________________________________________________
22760 [ 10061] By: jhi on 2001/05/09 23:05:28
22761 Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
22762 From: Benjamin Sugars <bsugars@canoe.ca>
22763 Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
22764 Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
22766 ! t/lib/io_scalar.t
22767 ____________________________________________________________________________
22768 [ 10060] By: jhi on 2001/05/09 23:04:38
22769 Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
22770 From: Peter Prymmer <pvhp@forte.com>
22771 Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
22772 Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
22775 ____________________________________________________________________________
22776 [ 10059] By: jhi on 2001/05/09 23:03:52
22777 Log: Subject: [PATCH t/TEST] B::Deparse tester
22778 From: Robin Houston <robin@kitsite.com>
22779 Date: Wed, 9 May 2001 19:17:50 +0100
22780 Message-ID: <20010509191750.A16940@penderel>
22782 ! ext/B/O.pm t/TEST
22783 ____________________________________________________________________________
22784 [ 10058] By: jhi on 2001/05/09 23:02:56
22785 Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
22786 From: Jeff Pinyan <jeffp@crusoe.net>
22787 Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
22788 Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
22791 ____________________________________________________________________________
22792 [ 10057] By: nick on 2001/05/09 18:37:56
22793 Log: Integrate mainline.
22795 !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
22796 !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
22797 ____________________________________________________________________________
22798 [ 10056] By: jhi on 2001/05/09 16:44:44
22799 Log: Update Changes.
22801 ! Changes patchlevel.h
22802 ____________________________________________________________________________
22803 [ 10055] By: jhi on 2001/05/09 16:26:47
22804 Log: Integrate perlio.
22806 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22807 ____________________________________________________________________________
22808 [ 10054] By: jhi on 2001/05/09 16:25:42
22809 Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
22810 From: Benjamin Sugars <bsugars@canoe.ca>
22811 Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
22812 Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
22815 ____________________________________________________________________________
22816 [ 10053] By: jhi on 2001/05/09 16:24:37
22817 Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
22818 From: Benjamin Sugars <bsugars@canoe.ca>
22819 Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
22820 Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
22822 ! ext/PerlIO/Scalar/Scalar.xs
22823 ____________________________________________________________________________
22824 [ 10052] By: jhi on 2001/05/09 16:19:04
22825 Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
22826 From: Jeff Pinyan <jeffp@crusoe.net>
22827 Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
22828 Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
22831 ____________________________________________________________________________
22832 [ 10051] By: jhi on 2001/05/09 15:30:17
22833 Log: EPOC tweak from Olaf Flebbe.
22836 ____________________________________________________________________________
22837 [ 10050] By: nick on 2001/05/09 14:37:57
22838 Log: win32, regen_config_h
22840 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22841 ____________________________________________________________________________
22842 [ 10049] By: jhi on 2001/05/09 12:33:39
22843 Log: Integrate perlio.
22846 ____________________________________________________________________________
22847 [ 10048] By: nick on 2001/05/09 11:59:50
22848 Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
22849 and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
22852 ____________________________________________________________________________
22853 [ 10047] By: jhi on 2001/05/09 10:50:12
22854 Log: Integrate perlio.
22857 ____________________________________________________________________________
22858 [ 10046] By: jhi on 2001/05/09 10:49:34
22859 Log: Subject: Re: Less warnings during configure
22860 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22861 Date: Wed, 09 May 2001 13:12:49 +0200
22862 Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
22865 ____________________________________________________________________________
22866 [ 10045] By: nick on 2001/05/09 09:56:59
22867 Log: MULTIPLICITY/DEBUGGING build fix.
22870 ____________________________________________________________________________
22871 [ 10044] By: nick on 2001/05/09 09:46:37
22872 Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
22874 +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
22875 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22876 !> (integrate 65 files)
22877 ____________________________________________________________________________
22878 [ 10043] By: jhi on 2001/05/08 22:41:49
22879 Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22880 From: Robin Houston <robin@kitsite.com>
22881 Date: Tue, 8 May 2001 19:38:00 +0100
22882 Message-ID: <20010508193800.A4389@penderel>
22884 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22885 From: Robin Houston <robin@kitsite.com>
22886 Date: Tue, 8 May 2001 20:03:57 +0100
22887 Message-ID: <20010508200357.A4614@penderel>
22889 Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
22890 From: Robin Houston <robin@kitsite.com>
22891 Date: Wed, 9 May 2001 00:12:05 +0100
22892 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
22894 ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
22895 ____________________________________________________________________________
22896 [ 10042] By: jhi on 2001/05/08 22:09:35
22897 Log: Retract #10031.
22900 ____________________________________________________________________________
22901 [ 10041] By: jhi on 2001/05/08 18:27:34
22902 Log: The metaconfig unit changes for #10040.
22903 Branch: metaconfig/U/perl
22904 ! Checkcc.U d_dlsymun.U dlsrc.U
22905 ____________________________________________________________________________
22906 [ 10040] By: jhi on 2001/05/08 18:24:47
22907 Log: The Configure half of
22909 Subject: Less warnings during configure
22910 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22911 Date: Tue, 08 May 2001 08:44:02 +0200
22912 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22915 ____________________________________________________________________________
22916 [ 10039] By: jhi on 2001/05/08 16:48:31
22917 Log: Subject: Less warnings during configure
22918 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22919 Date: Tue, 08 May 2001 08:44:02 +0200
22920 Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
22923 ____________________________________________________________________________
22924 [ 10038] By: jhi on 2001/05/08 16:32:07
22925 Log: Don't forget to whine about \d__\d.
22927 ! t/pragma/warn/toke toke.c
22928 ____________________________________________________________________________
22929 [ 10037] By: jhi on 2001/05/08 16:07:05
22930 Log: Allow underscores also in the exponent part.
22932 ! t/pragma/warn/toke toke.c
22933 ____________________________________________________________________________
22934 [ 10036] By: jhi on 2001/05/08 13:33:55
22935 Log: CodeMagicCD doesn't look like an *I*DE.
22938 ____________________________________________________________________________
22939 [ 10035] By: jhi on 2001/05/08 13:27:48
22940 Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
22941 to be consistently down).
22944 ____________________________________________________________________________
22945 [ 10034] By: jhi on 2001/05/08 13:21:07
22946 Log: Upgrade to Text::Balanced 1.84.
22948 ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
22949 ____________________________________________________________________________
22950 [ 10033] By: jhi on 2001/05/08 12:41:53
22951 Log: Subject: Re: [PATCH] Find the last of the missing pad variables
22952 From: Benjamin Sugars <bsugars@canoe.ca>
22953 Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
22954 Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
22957 ____________________________________________________________________________
22958 [ 10032] By: jhi on 2001/05/08 12:40:28
22959 Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
22960 From: Peter Prymmer <pvhp@forte.com>
22961 Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
22962 Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
22965 ____________________________________________________________________________
22966 [ 10031] By: jhi on 2001/05/08 12:35:25
22967 Log: (Retracted by #10042)
22969 Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
22970 From: "Philip Newton" <pnewton@gmx.de>
22971 Date: Tue, 8 May 2001 09:18:10 +0200
22972 Message-ID: <3AF7B9D2.28861.603732@localhost>
22975 ____________________________________________________________________________
22976 [ 10030] By: jhi on 2001/05/08 12:32:23
22977 Log: Subject: [PATCH B::Deparse] Document known bugs
22978 From: Robin Houston <robin@kitsite.com>
22979 Date: Tue, 8 May 2001 01:53:34 +0100
22980 Message-ID: <20010508015334.A32394@penderel>
22982 ! ext/B/B/Deparse.pm
22983 ____________________________________________________________________________
22984 [ 10029] By: jhi on 2001/05/08 12:28:28
22985 Log: Subject: Re: Perl book, magazine and website updates.
22986 From: "Philip Newton" <pnewton@gmx.de>
22987 Date: Mon, 7 May 2001 17:03:58 +0200
22988 Message-ID: <3AF6D57E.5387.1E29930@localhost>
22991 ____________________________________________________________________________
22992 [ 10028] By: jhi on 2001/05/07 23:53:30
22993 Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
22994 From: Peter Prymmer <pvhp@forte.com>
22995 Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
22996 Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com>
22999 ____________________________________________________________________________
23000 [ 10027] By: jhi on 2001/05/07 23:22:48
23001 Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
23002 From: Robin Houston <robin@kitsite.com>
23003 Date: Tue, 8 May 2001 01:14:55 +0100
23004 Message-ID: <20010508011455.A32162@penderel>
23006 ! ext/B/B/Deparse.pm
23007 ____________________________________________________________________________
23008 [ 10026] By: jhi on 2001/05/07 23:15:05
23009 Log: Typo in #10025.
23012 ____________________________________________________________________________
23013 [ 10025] By: jhi on 2001/05/07 21:15:35
23014 Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
23017 ____________________________________________________________________________
23018 [ 10024] By: jhi on 2001/05/07 20:58:40
23019 Log: Subject: Re: [ID 20010506.045] question about hash syntax
23020 From: Peter Scott <Peter@PSDT.com>
23021 Date: Sun, 06 May 2001 13:10:40 -0700
23022 Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
23024 ! pod/perl56delta.pod
23025 ____________________________________________________________________________
23026 [ 10023] By: jhi on 2001/05/07 20:41:26
23027 Log: Configure should figure out the list of dynamic extensions
23028 just fine in UTS-- and in fact it does, as reported by Hal Morris.
23031 ____________________________________________________________________________
23032 [ 10022] By: jhi on 2001/05/07 20:24:11
23033 Log: Update Changes.
23035 ! Changes patchlevel.h
23036 ____________________________________________________________________________
23037 [ 10021] By: jhi on 2001/05/07 20:11:31
23038 Log: Subject: [PATCH regcomp.c] Insecure regexes
23039 From: Robin Houston <robin@kitsite.com>
23040 Date: Mon, 7 May 2001 21:56:12 +0100
23041 Message-ID: <20010507215612.A31114@penderel>
23044 ____________________________________________________________________________
23045 [ 10020] By: jhi on 2001/05/07 20:02:30
23046 Log: Drop the foobar.perl.com references for now until Simon
23047 gets them sorted out.
23050 ____________________________________________________________________________
23051 [ 10019] By: jhi on 2001/05/07 19:54:33
23052 Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
23053 From: Prymmer/Kahn <pvhp@best.com>
23054 Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
23055 Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
23057 ! lib/Devel/SelfStubber.pm
23058 ____________________________________________________________________________
23059 [ 10018] By: jhi on 2001/05/07 19:53:10
23060 Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
23061 From: Prymmer/Kahn <pvhp@best.com>
23062 Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
23063 Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
23066 ____________________________________________________________________________
23067 [ 10017] By: jhi on 2001/05/07 19:35:10
23068 Log: s/WebTechnique's/WebTechniques/
23071 ____________________________________________________________________________
23072 [ 10016] By: jhi on 2001/05/07 12:26:29
23073 Log: Llama 3 updates from Randal.
23076 ____________________________________________________________________________
23077 [ 10015] By: jhi on 2001/05/07 01:34:38
23078 Log: Subject: [PATCH] Help -Dt show correct pad variables
23079 From: Benjamin Sugars <ben.sugars@home.com>
23080 Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
23081 Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
23083 ! embed.h embed.pl proto.h run.c
23084 ____________________________________________________________________________
23085 [ 10014] By: jhi on 2001/05/07 01:23:56
23086 Log: Subject: [PATCH] Document C<our $foo : shared>
23087 From: Benjamin Sugars <ben.sugars@home.com>
23088 Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
23089 Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
23092 ____________________________________________________________________________
23093 [ 10013] By: jhi on 2001/05/07 01:22:22
23094 Log: Subject: [PATCH B::Deparse] undefined folded constants
23095 From: Robin Houston <robin@kitsite.com>
23096 Date: Sun, 6 May 2001 17:19:09 +0100
23097 Message-ID: <20010506171909.A7046@penderel>
23099 ! ext/B/B/Deparse.pm
23100 ____________________________________________________________________________
23101 [ 10012] By: jhi on 2001/05/07 00:57:38
23102 Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
23103 From: Robin Houston <robin@kitsite.com>
23104 Message-ID: <20010506164654.A6848@penderel>
23105 Date: Sun, 6 May 2001 16:46:54 +0100
23107 ! ext/B/B/Deparse.pm
23108 ____________________________________________________________________________
23109 [ 10011] By: jhi on 2001/05/07 00:52:18
23110 Log: Subject: [PATCH t/op/my_stash.t] Naughty?
23111 From: Robin Houston <robin@kitsite.com>
23112 Date: Sun, 6 May 2001 14:47:02 +0100
23113 Message-ID: <20010506144702.A6308@penderel>
23116 ____________________________________________________________________________
23117 [ 10010] By: jhi on 2001/05/06 15:07:51
23118 Log: Subject: Perl book, magazine and website updates.
23119 From: Simon Cozens <simon@netthink.co.uk>
23120 Date: Sun, 6 May 2001 16:55:36 +0100
23121 Message-ID: <20010506165536.A1795@netthink.co.uk>
23123 ! pod/perlbook.pod pod/perlfaq2.pod
23124 ____________________________________________________________________________
23125 [ 10009] By: jhi on 2001/05/06 14:11:40
23126 Log: Tweaks on the Tru64 prof options.
23129 ____________________________________________________________________________
23130 [ 10008] By: jhi on 2001/05/06 13:51:49
23131 Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
23132 From: Robin Houston <robin@kitsite.com>
23133 Date: Sun, 6 May 2001 14:40:51 +0100
23134 Message-ID: <20010506144051.A6279@penderel>
23136 ! t/pod/testp2pt.pl
23137 ____________________________________________________________________________
23138 [ 10007] By: jhi on 2001/05/06 13:49:31
23139 Log: Subject: [PATCH B::Deparse] scoping
23140 From: Robin Houston <robin@kitsite.com>
23141 Date: Sun, 6 May 2001 14:36:56 +0100
23142 Message-ID: <20010506143656.A4006@penderel>
23144 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
23145 ____________________________________________________________________________
23146 [ 10006] By: jhi on 2001/05/06 13:24:12
23147 Log: Document the undefinedness of bitshifting out of range.
23150 ____________________________________________________________________________
23151 [ 10005] By: jhi on 2001/05/06 13:03:17
23152 Log: Retract #10003 and update the IDE descriptions a bit.
23155 ____________________________________________________________________________
23156 [ 10004] By: jhi on 2001/05/06 03:02:41
23157 Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
23158 From: Prymmer/Kahn <pvhp@best.com>
23159 Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
23160 Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
23162 ! win32/Makefile win32/buildext.pl win32/config.bc
23163 ! win32/config.gc win32/config.vc
23164 ____________________________________________________________________________
23165 [ 10003] By: jhi on 2001/05/05 20:24:44
23166 Log: (Retracted by #10005.)
23169 ____________________________________________________________________________
23170 [ 10002] By: jhi on 2001/05/05 19:23:36
23171 Log: It's "psed", not "sed".
23174 ____________________________________________________________________________
23175 [ 10001] By: jhi on 2001/05/05 18:35:38
23176 Log: Update Changes.
23178 ! Changes patchlevel.h
23179 ____________________________________________________________________________
23180 [ 10000] By: jhi on 2001/05/05 18:32:15
23181 Log: Subject: Re: bleadperl make install fails due to "psed"
23182 From: andreas.koenig@anima.de (Andreas J. Koenig)
23183 Date: 05 May 2001 18:23:28 +0200
23184 Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
23186 ! x2p/Makefile.SH x2p/s2p.PL
23187 ____________________________________________________________________________
23188 [ 9999] By: jhi on 2001/05/05 18:28:09
23189 Log: AUTHORS updates.
23192 ____________________________________________________________________________
23193 [ 9998] By: jhi on 2001/05/05 18:16:00
23194 Log: Updates on the pods related to the modules included since 5.6.
23196 TODO: perltodo really could use major updating.
23198 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
23199 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
23200 ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
23201 ! pod/perlsyn.pod pod/perltodo.pod
23202 ____________________________________________________________________________
23203 [ 9997] By: jhi on 2001/05/05 17:35:17
23204 Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
23209 ____________________________________________________________________________
23210 [ 9996] By: jhi on 2001/05/05 17:25:00
23211 Log: Add preemptive #undefs for some of the shorter and more prone
23212 to collision regcomp.h #defines. (Background: the MASK collided
23213 with a system header #define in Rhapsody.)
23216 ____________________________________________________________________________
23217 [ 9995] By: jhi on 2001/05/05 13:24:21
23218 Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
23219 From: Nicholas Clark <nick@ccl4.org>
23220 Date: Sat, 5 May 2001 14:46:39 +0100
23221 Message-ID: <20010505144639.O53513@plum.flirble.org>
23223 Add a test for the constants (if any) being processed correctly.
23226 ____________________________________________________________________________
23227 [ 9994] By: jhi on 2001/05/05 02:11:03
23228 Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
23229 From: Peter Prymmer <pvhp@forte.com>
23230 Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
23231 Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
23234 ____________________________________________________________________________
23235 [ 9993] By: jhi on 2001/05/05 02:03:49
23236 Log: Subject: [PATCH: perl@9973] fix const poisioning in PerlIO_openn->fdopen->openn
23237 From: Peter Prymmer <pvhp@forte.com>
23238 Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
23239 Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
23241 ! perlio.c vms/vmsish.h
23242 ____________________________________________________________________________
23243 [ 9992] By: jhi on 2001/05/04 17:21:12
23244 Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
23245 From: Robin Barker <rmb1@cise.npl.co.uk>
23246 Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
23247 Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
23251 ____________________________________________________________________________
23252 [ 9991] By: jhi on 2001/05/04 16:47:45
23253 Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
23254 From: Robin Barker <rmb1@cise.npl.co.uk>
23255 Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
23256 Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
23259 ____________________________________________________________________________
23260 [ 9990] By: jhi on 2001/05/04 14:37:20
23261 Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
23262 From: Prymmer/Kahn <pvhp@best.com>
23263 Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
23264 Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
23267 ____________________________________________________________________________
23268 [ 9989] By: jhi on 2001/05/04 14:03:58
23269 Log: Introduce perl572delta, update Todo, add the missing
23270 mention about signal safety since 5.7.1 (though this
23271 requires verification and more details.)
23273 + pod/perl572delta.pod
23274 ! MANIFEST Todo pod/perl571delta.pod
23275 ____________________________________________________________________________
23276 [ 9988] By: jhi on 2001/05/04 12:41:51
23277 Log: Subject: [PATCH perl@9944] long =item
23278 From: Robin Barker <rmb1@cise.npl.co.uk>
23279 Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
23280 Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
23282 ! ext/Time/HiRes/HiRes.pm
23283 ____________________________________________________________________________
23284 [ 9987] By: jhi on 2001/05/04 12:39:19
23285 Log: The #9901 had removed one line essential for EBCDIC.
23288 ____________________________________________________________________________
23289 [ 9986] By: jhi on 2001/05/04 12:30:23
23290 Log: Subject: cygwin/Makefile.SHs INSTALL patch
23291 From: Reini Urban <rurban@sbox.tu-graz.ac.at>
23292 Date: Mon, 08 Jan 2001 04:59:21 +0200
23293 Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at>
23295 ! cygwin/Makefile.SHs
23296 ____________________________________________________________________________
23297 [ 9985] By: jhi on 2001/05/04 03:51:39
23298 Log: Encode/IO doc tweaks.
23300 ! ext/Encode/Encode.pm
23301 ____________________________________________________________________________
23302 [ 9984] By: jhi on 2001/05/04 03:29:34
23303 Log: Remove GDBM_File from the dynamic extensions for UTS,
23304 GDBM is not a standard feature.
23307 ____________________________________________________________________________
23308 [ 9983] By: jhi on 2001/05/04 03:22:59
23309 Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
23311 ! pod/perlretut.pod
23312 ____________________________________________________________________________
23313 [ 9982] By: jhi on 2001/05/03 23:21:03
23314 Log: Subject: [PATCH] Let sv_dump understand GvSHARED
23315 From: Benjamin Sugars <bsugars@canoe.ca>
23316 Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
23317 Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
23320 ____________________________________________________________________________
23321 [ 9981] By: jhi on 2001/05/03 23:20:05
23322 Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
23323 From: Benjamin Sugars <bsugars@canoe.ca>
23324 Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
23325 Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
23327 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23328 ____________________________________________________________________________
23329 [ 9980] By: jhi on 2001/05/03 23:15:29
23330 Log: Integrate perlio.
23332 !> ext/Encode/Encode.pm
23333 ____________________________________________________________________________
23334 [ 9979] By: jhi on 2001/05/03 16:54:59
23335 Log: Install psed man page.
23338 ____________________________________________________________________________
23339 [ 9978] By: jhi on 2001/05/03 16:45:58
23340 Log: Remove unused files; noted by Sarathy.
23342 - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
23344 ____________________________________________________________________________
23345 [ 9977] By: jhi on 2001/05/03 16:42:30
23346 Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
23347 From: Andy Dougherty <doughera@lafayette.edu>
23348 Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
23349 Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
23352 ____________________________________________________________________________
23353 [ 9976] By: nick on 2001/05/03 16:40:42
23354 Log: Allow $answer = encode($object,$text); like it says in docs.
23356 ! ext/Encode/Encode.pm
23357 ____________________________________________________________________________
23358 [ 9975] By: nick on 2001/05/03 16:22:30
23359 Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
23360 to be in scope (fair enough), and also a package variable (our) for eval to see it.
23362 ! ext/Encode/Encode.pm
23363 ____________________________________________________________________________
23364 [ 9974] By: nick on 2001/05/03 15:48:17
23365 Log: Integrate mainline.
23367 +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
23368 +> t/lib/filter-simple.t t/lib/next.t
23369 !> (integrate 70 files)
23370 ____________________________________________________________________________
23371 [ 9973] By: jhi on 2001/05/03 13:09:09
23372 Log: Update Changes.
23374 ! Changes patchlevel.h
23375 ____________________________________________________________________________
23376 [ 9972] By: jhi on 2001/05/03 12:58:33
23377 Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
23378 From: Prymmer/Kahn <pvhp@best.com>
23379 Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
23380 Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
23383 ____________________________________________________________________________
23384 [ 9971] By: jhi on 2001/05/03 12:57:26
23385 Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
23386 From: Prymmer/Kahn <pvhp@best.com>
23387 Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
23388 Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
23391 ____________________________________________________________________________
23392 [ 9970] By: jhi on 2001/05/03 02:42:46
23393 Log: Can't croak sans thread context, from Doug MacEachern.
23396 ____________________________________________________________________________
23397 [ 9969] By: jhi on 2001/05/03 01:23:48
23398 Log: Subject: Random input test and Perl
23399 From: Ilya Zakharevich <ilya@math.berkeley.edu>
23400 Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
23401 Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
23404 ____________________________________________________________________________
23405 [ 9968] By: jhi on 2001/05/02 22:17:21
23406 Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
23407 From: Peter Prymmer <pvhp@forte.com>
23408 Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
23409 Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
23411 ! pod/perlfunc.pod pod/perlport.pod
23412 ____________________________________________________________________________
23413 [ 9967] By: jhi on 2001/05/02 20:12:45
23414 Log: Workaround for UTS compiler casting bug from Hal Morris.
23417 ____________________________________________________________________________
23418 [ 9966] By: jhi on 2001/05/02 18:31:37
23419 Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
23420 From: Dan Sugalski <dan@sidhe.org>
23421 Date: Wed, 02 May 2001 15:23:22 -0400
23422 Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
23425 ____________________________________________________________________________
23426 [ 9965] By: jhi on 2001/05/02 18:21:29
23427 Log: Minor doc tweaks on endianness, closes bug 20010327.004.
23430 ____________________________________________________________________________
23431 [ 9964] By: jhi on 2001/05/02 18:15:01
23432 Log: Document large files in INSTALL, document also the %x
23433 limitation if not use64bitint, closes bug 20010326.007.
23436 ____________________________________________________________________________
23437 [ 9963] By: jhi on 2001/05/02 17:24:47
23438 Log: perlmodlib tweaks; regen pods.
23440 ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
23442 ____________________________________________________________________________
23443 [ 9962] By: jhi on 2001/05/02 17:14:00
23444 Log: Fix for a segfault, from Marc Lehmann.
23446 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
23447 ____________________________________________________________________________
23448 [ 9961] By: jhi on 2001/05/02 15:55:53
23449 Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
23450 From: "Philip Newton" <pnewton@gmx.de>
23451 Date: Wed, 2 May 2001 18:39:03 +0200
23452 Message-ID: <3AF05447.15525.173B588@localhost>
23455 ____________________________________________________________________________
23456 [ 9960] By: jhi on 2001/05/02 15:35:37
23457 Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
23458 From: Dan Sugalski <dan@sidhe.org>
23459 Date: Wed, 02 May 2001 11:37:27 -0400
23460 Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
23462 ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
23463 ! thread.h vms/vms.c vms/vmsish.h
23464 ____________________________________________________________________________
23465 [ 9959] By: jhi on 2001/05/02 15:21:08
23466 Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
23467 From: Benjamin Sugars <bsugars@canoe.ca>
23468 Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
23469 Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
23471 ! ext/PerlIO/Scalar/Scalar.xs
23472 ____________________________________________________________________________
23473 [ 9958] By: jhi on 2001/05/02 15:15:53
23474 Log: Bug in #9915, spotted by Mike Guy.
23477 ____________________________________________________________________________
23478 [ 9957] By: jhi on 2001/05/02 13:26:01
23479 Log: Add a test for not griping about references as array
23480 indices if the reference has magic in it (overloaded
23483 ! pod/perldiag.pod t/pragma/warn/pp_hot
23484 ____________________________________________________________________________
23485 [ 9956] By: jhi on 2001/05/02 13:07:01
23486 Log: Retracted a bit too much in #9952.
23488 ! t/pragma/sub_lval.t
23489 ____________________________________________________________________________
23490 [ 9955] By: jhi on 2001/05/02 13:05:38
23491 Log: Test for #9952.
23494 ____________________________________________________________________________
23495 [ 9954] By: jhi on 2001/05/02 11:48:18
23496 Log: Additional note on the encoding example: one cannot
23497 convert string constants in-place.
23499 ! ext/Encode/Encode.pm
23500 ____________________________________________________________________________
23501 [ 9953] By: jhi on 2001/05/02 11:43:51
23502 Log: Note that if you have recent enough Perl you already
23503 have Filter::Util::Call.
23505 ! lib/Filter/Simple.pm
23506 ____________________________________________________________________________
23507 [ 9952] By: jhi on 2001/05/02 11:31:53
23508 Log: Retract changes #8254 and #8255, causes coredump in
23509 'tie FH, "main"', reported by Abigail, culprit found by
23510 Benjamin Sugars. Mirrors maintperl change #9950.
23512 ! op.c t/pragma/sub_lval.t
23513 ____________________________________________________________________________
23514 [ 9951] By: jhi on 2001/05/02 11:14:29
23515 Log: Forgot from #9942. (Needed by t/lib/filter-simple.t.)
23517 + t/lib/MyFilter.pm
23518 ____________________________________________________________________________
23519 [ 9950] By: gsar on 2001/05/02 03:17:11
23520 Log: revert integration of changes#8254,8255 in change#8620 (causes
23521 a coredump in C<tie FH, 'foo'>; the idea itself may need better
23523 Branch: maint-5.6/perl
23524 ! op.c t/pragma/sub_lval.t
23525 ____________________________________________________________________________
23526 [ 9949] By: gsar on 2001/05/02 02:56:32
23527 Log: integrate changes#9774,9814 from mainline (Unixware fixes)
23529 Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23531 Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
23532 Branch: maint-5.6/perl
23534 ____________________________________________________________________________
23535 [ 9948] By: gsar on 2001/05/02 02:49:15
23536 Log: pod/find.t breaks on VMS (from Craig Berry)
23537 Branch: maint-5.6/perl
23539 ____________________________________________________________________________
23540 [ 9947] By: jhi on 2001/05/02 02:43:09
23541 Log: Add an encoding conversion example.
23543 ! ext/Encode/Encode.pm
23544 ____________________________________________________________________________
23545 [ 9946] By: jhi on 2001/05/02 01:34:22
23546 Log: Another coat of paint but still nowhere finished.
23547 Need to decide on the semantics of strptime(): should
23548 strptime() be a function instead of a method? To do
23549 the week/monthname-strptiming the i18n/l10n bullet needs
23550 to be bitten with gusto.
23552 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23553 ____________________________________________________________________________
23554 [ 9945] By: jhi on 2001/05/01 23:40:52
23555 Log: Update Changes.
23557 ! Changes patchlevel.h
23558 ____________________________________________________________________________
23559 [ 9944] By: jhi on 2001/05/01 23:33:37
23560 Log: Add known-to-be-tested modules to the list-to-be-skipped.
23562 ! t/lib/1_compile.t
23563 ____________________________________________________________________________
23564 [ 9943] By: jhi on 2001/05/01 23:24:40
23565 Log: Subject: BorlandC++ fix
23566 From: "Vadim Konovalov" <watman@inbox.ru>
23567 Date: Mon, 30 Apr 2001 20:12:26 -0700
23568 Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
23570 ! win32/makefile.mk
23571 ____________________________________________________________________________
23572 [ 9942] By: jhi on 2001/05/01 23:18:02
23573 Log: Update to Filter::Simple 0.60, create a test for it.
23575 + t/lib/filter-simple.t
23576 ! MANIFEST lib/Filter/Simple.pm
23577 ____________________________________________________________________________
23578 [ 9941] By: jhi on 2001/05/01 19:47:24
23579 Log: Subject: Re: bleadperl: s/// failure with \b and /g
23580 From: Hugo <hv@crypt.compulink.co.uk>
23581 Date: Tue, 01 May 2001 20:12:20 +0100
23582 Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
23584 ! pp_hot.c t/op/re_tests
23585 ____________________________________________________________________________
23586 [ 9940] By: jhi on 2001/05/01 19:42:16
23587 Log: Integrate perlio.
23589 !> lib/base.pm t/lib/fields.t
23590 ____________________________________________________________________________
23591 [ 9939] By: jhi on 2001/05/01 19:39:51
23592 Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
23593 From: Benjamin Sugars <bsugars@canoe.ca>
23594 Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
23595 Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
23597 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23598 ____________________________________________________________________________
23599 [ 9938] By: jhi on 2001/05/01 19:34:09
23600 Log: Add NEXT, a pseudo-class for method redispatching.
23601 <Damian>NEXT.pm probably offers more bang-for-buck
23602 than anything else I've ever written.</Damian>
23604 + lib/NEXT.pm t/lib/next.t
23606 ____________________________________________________________________________
23607 [ 9937] By: jhi on 2001/05/01 19:21:41
23608 Log: Update to Switch 2.02.
23610 ! lib/Switch.pm t/lib/switch.t
23611 ____________________________________________________________________________
23612 [ 9936] By: nick on 2001/05/01 19:09:21
23613 Log: Fix for base.pm clobbering $VERSION
23616 ____________________________________________________________________________
23617 [ 9935] By: nick on 2001/05/01 18:54:38
23618 Log: Test for base.pm clobbering $VERSION.
23621 ____________________________________________________________________________
23622 [ 9934] By: jhi on 2001/05/01 18:39:10
23623 Log: Add information about Scalar::Util::blessed.
23626 ____________________________________________________________________________
23627 [ 9933] By: jhi on 2001/05/01 18:33:51
23628 Log: Subject: Extra UNIVERSAL documentation
23629 From: Mike Guy <mjtg@cam.ac.uk>
23630 Date: Tue, 01 May 2001 20:12:11 +0100
23631 Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
23634 ____________________________________________________________________________
23635 [ 9932] By: jhi on 2001/05/01 18:26:54
23636 Log: Subject: Autoflush in tests as appropriate
23637 From: Mike Guy <mjtg@cam.ac.uk>
23638 Date: Tue, 01 May 2001 20:05:31 +0100
23639 Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
23641 ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
23643 ____________________________________________________________________________
23644 [ 9931] By: jhi on 2001/05/01 18:02:29
23645 Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
23646 From: Benjamin Sugars <bsugars@canoe.ca>
23647 Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
23648 Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
23650 ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
23651 ____________________________________________________________________________
23652 [ 9930] By: jhi on 2001/05/01 15:12:26
23653 Log: Subject: Re: Finally got a round tuit
23654 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23655 Date: Tue, 01 May 2001 14:14:10 +0200
23656 Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
23658 The -DP part, slightly modified.
23661 ____________________________________________________________________________
23662 [ 9929] By: jhi on 2001/05/01 14:17:15
23663 Log: Subject: Re: Finally got a round tuit
23664 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23665 Date: Tue, 01 May 2001 16:34:06 +0200
23666 Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
23668 cpp and optimization tweaks for HP-UX.
23671 ____________________________________________________________________________
23672 [ 9928] By: jhi on 2001/05/01 13:24:20
23673 Log: Tune the scan_num() comments to reality.
23676 ____________________________________________________________________________
23677 [ 9927] By: jhi on 2001/05/01 13:14:01
23678 Log: Subject: [PATCH B::Deparse] optimised sort
23679 From: Robin Houston <robin@kitsite.com>
23680 Date: Tue, 1 May 2001 14:07:12 +0100
23681 Message-ID: <20010501140712.A4266@penderel>
23683 ! ext/B/B/Deparse.pm
23684 ____________________________________________________________________________
23685 [ 9926] By: jhi on 2001/05/01 13:10:53
23686 Log: Subject: [PATCH t/lib/b-deparse.t]
23687 From: Robin Houston <robin@kitsite.com>
23688 Date: Tue, 1 May 2001 13:37:42 +0100
23689 Message-ID: <20010501133742.A4082@penderel>
23691 ! t/lib/b-deparse.t
23692 ____________________________________________________________________________
23693 [ 9925] By: jhi on 2001/05/01 13:10:13
23694 Log: Subject: [PATCH B::Deparse] for(;;), sort
23695 From: Robin Houston <robin@kitsite.com>
23696 Date: Tue, 1 May 2001 13:35:00 +0100
23697 Message-ID: <20010501133500.A4061@penderel>
23699 ! ext/B/B/Deparse.pm
23700 ____________________________________________________________________________
23701 [ 9924] By: jhi on 2001/05/01 13:09:22
23702 Log: Subject: [PATCH B::Deparse] do, warn, use
23703 From: Robin Houston <robin@kitsite.com>
23704 Date: Tue, 1 May 2001 13:31:03 +0100
23705 Message-ID: <20010501133103.A4041@penderel>
23707 ! ext/B/B/Deparse.pm
23708 ____________________________________________________________________________
23709 [ 9923] By: jhi on 2001/05/01 11:45:36
23710 Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
23711 From: Benjamin Sugars <ben.sugars@home.com>
23712 Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
23713 Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
23717 ____________________________________________________________________________
23718 [ 9922] By: jhi on 2001/05/01 11:35:42
23719 Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
23720 From: Peter Prymmer <pvhp@forte.com>
23721 Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
23722 Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
23724 ! t/lib/selfstubber.t
23725 ____________________________________________________________________________
23726 [ 9921] By: jhi on 2001/04/30 16:34:33
23727 Log: Subject: [PATCH B::Concise] suppress warning
23728 From: Robin Houston <robin@kitsite.com>
23729 Date: Mon, 30 Apr 2001 16:09:49 +0100
23730 Message-ID: <20010430160949.A25086@penderel>
23732 ! ext/B/B/Concise.pm
23733 ____________________________________________________________________________
23734 [ 9920] By: jhi on 2001/04/30 13:56:04
23735 Log: Strip the *markers* from #9919.
23737 ! pod/perlfaq.pod pod/perlfaq5.pod
23738 ____________________________________________________________________________
23739 [ 9919] By: jhi on 2001/04/30 13:54:04
23740 Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
23741 From: Gwyn Judd <b.judd@xtra.co.nz>
23742 Date: Sun, 29 Apr 2001 01:47:49 +1200
23743 Message-ID: <20010429014749.A4418@thislove>
23745 ! pod/perlfaq.pod pod/perlfaq5.pod
23746 ____________________________________________________________________________
23747 [ 9918] By: jhi on 2001/04/30 13:13:54
23748 Log: More_tweakage.
23750 ! pod/perldata.pod pod/perldiag.pod
23751 ____________________________________________________________________________
23752 [ 9917] By: jhi on 2001/04/30 13:01:27
23753 Log: Update Changes.
23755 ! Changes patchlevel.h
23756 ____________________________________________________________________________
23757 [ 9916] By: jhi on 2001/04/30 12:57:03
23758 Log: T_w_e_a_k_a_g_e.
23760 ! pod/perldata.pod pod/perldiag.pod
23761 ____________________________________________________________________________
23762 [ 9915] By: jhi on 2001/04/30 12:39:29
23763 Log: Install s2p also as psed.
23765 TODO: psed documentation?
23768 ____________________________________________________________________________
23769 [ 9914] By: jhi on 2001/04/30 12:29:21
23770 Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
23771 From: Jens Hamisch <jens@Strawberry.COM>
23772 Date: Fri, 27 Apr 2001 17:00:36 +0200
23773 Message-ID: <20010427170036.K1372@Strawberry.COM>
23775 SOCKS5_VERSION_NAME is the right symbol to detect
23776 the presence of SOCKS5. (HAS_SOCKS5_INIT is telling whether
23777 function called socks5_init() is available, and even that is
23778 not universal, most SOCKS5 installations use SOCKSinit()).
23781 ____________________________________________________________________________
23782 [ 9913] By: jhi on 2001/04/30 12:22:15
23783 Log: Allow a zero timeout on IO::Socket accept and connect--
23784 though one really shouldn't do that. Based on
23786 Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
23787 From: "John Holdsworth" <coldwave@bigfoot.com>
23788 Date: Sun, 4 Feb 2001 12:48:18 +0100
23789 Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
23791 ! ext/IO/lib/IO/Socket.pm
23792 ____________________________________________________________________________
23793 [ 9912] By: jhi on 2001/04/30 11:27:27
23794 Log: Save the spot of regprev (see #9911) for binary compatibility;
23797 ! embedvar.h perlapi.h thrdvar.h
23798 ____________________________________________________________________________
23799 [ 9911] By: jhi on 2001/04/30 11:22:03
23800 Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
23801 From: Hugo <hv@crypt.compulink.co.uk>
23802 Date: Sun, 29 Apr 2001 17:09:30 +0100
23803 Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
23805 ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
23806 ____________________________________________________________________________
23807 [ 9910] By: jhi on 2001/04/30 11:15:12
23808 Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
23809 a dummy for PL_numeric_radix); no pressing reason to break
23810 binary compatibility; regen API.
23812 ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
23813 ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
23814 ____________________________________________________________________________
23815 [ 9909] By: jhi on 2001/04/30 10:56:08
23816 Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
23817 From: Walt Mankowski <waltman@netaxs.com>
23818 Date: Sun, 29 Apr 2001 21:53:48 -0400
23819 Message-ID: <20010429215348.A3971@netaxs.com>
23822 ____________________________________________________________________________
23823 [ 9908] By: jhi on 2001/04/30 10:49:40
23824 Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
23826 ! t/lib/selfstubber.t
23827 ____________________________________________________________________________
23828 [ 9907] By: nick on 2001/04/30 09:26:50
23829 Log: Integrate mainline.
23831 !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23832 ____________________________________________________________________________
23833 [ 9906] By: jhi on 2001/04/29 23:24:20
23834 Log: Abigail spotted a thinko in #9905.
23837 ____________________________________________________________________________
23838 [ 9905] By: jhi on 2001/04/29 15:55:39
23839 Log: Changed the underscore/undebar syntax in numeric constants;
23840 now any grouping will do, as long as the underscores are not
23841 consecutive (so "zero-grouping" is out), and they do not begin
23842 or end the integer or fractional parts.
23844 ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
23845 ____________________________________________________________________________
23846 [ 9904] By: nick on 2001/04/29 15:43:22
23847 Log: Integrate mainline.
23849 +> (branch 98 files)
23850 - lib/unicode/Block.pl
23851 - lib/unicode/In/AlphabeticPresentationForms.pl
23852 - lib/unicode/In/Arabic.pl
23853 - lib/unicode/In/ArabicPresentationForms-A.pl
23854 - lib/unicode/In/ArabicPresentationForms-B.pl
23855 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
23856 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
23857 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
23858 - lib/unicode/In/BopomofoExtended.pl
23859 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
23860 - lib/unicode/In/CJKCompatibility.pl
23861 - lib/unicode/In/CJKCompatibilityForms.pl
23862 - lib/unicode/In/CJKCompatibilityIdeographs.pl
23863 - lib/unicode/In/CJKRadicalsSupplement.pl
23864 - lib/unicode/In/CJKSymbolsandPunctuation.pl
23865 - lib/unicode/In/CJKUnifiedIdeographs.pl
23866 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
23867 - lib/unicode/In/Cherokee.pl
23868 - lib/unicode/In/CombiningDiacriticalMarks.pl
23869 - lib/unicode/In/CombiningHalfMarks.pl
23870 - lib/unicode/In/CombiningMarksforSymbols.pl
23871 - lib/unicode/In/ControlPictures.pl
23872 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
23873 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
23874 - lib/unicode/In/EnclosedAlphanumerics.pl
23875 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
23876 - lib/unicode/In/Ethiopic.pl
23877 - lib/unicode/In/GeneralPunctuation.pl
23878 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
23879 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
23880 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
23881 - lib/unicode/In/HalfwidthandFullwidthForms.pl
23882 - lib/unicode/In/HangulCompatibilityJamo.pl
23883 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
23884 - lib/unicode/In/Hebrew.pl
23885 - lib/unicode/In/HighPrivateUseSurrogates.pl
23886 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
23887 - lib/unicode/In/IPAExtensions.pl
23888 - lib/unicode/In/IdeographicDescriptionCharacters.pl
23889 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
23890 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
23891 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
23892 - lib/unicode/In/Latin-1Supplement.pl
23893 - lib/unicode/In/LatinExtended-A.pl
23894 - lib/unicode/In/LatinExtended-B.pl
23895 - lib/unicode/In/LatinExtendedAdditional.pl
23896 - lib/unicode/In/LetterlikeSymbols.pl
23897 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
23898 - lib/unicode/In/MathematicalOperators.pl
23899 - lib/unicode/In/MiscellaneousSymbols.pl
23900 - lib/unicode/In/MiscellaneousTechnical.pl
23901 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
23902 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
23903 - lib/unicode/In/OpticalCharacterRecognition.pl
23904 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
23905 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
23906 - lib/unicode/In/SmallFormVariants.pl
23907 - lib/unicode/In/SpacingModifierLetters.pl
23908 - lib/unicode/In/Specials.pl
23909 - lib/unicode/In/SuperscriptsandSubscripts.pl
23910 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
23911 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
23912 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
23913 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
23914 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
23915 !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
23916 !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
23917 !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
23918 !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
23919 !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
23920 !> utf8.c win32/Makefile
23921 ____________________________________________________________________________
23922 [ 9903] By: jhi on 2001/04/29 14:30:53
23923 Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
23924 From: Prymmer/Kahn <pvhp@best.com>
23925 Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
23926 Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
23929 ____________________________________________________________________________
23930 [ 9902] By: jhi on 2001/04/29 02:52:44
23931 Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
23932 From: "Abigail" <abigail@foad.org>
23933 Date: Sun, 29 Apr 2001 03:14:25 +0200
23934 Message-ID: <20010429011425.24503.qmail@foad.org>
23936 ! ext/IO/lib/IO/Seekable.pm
23937 ____________________________________________________________________________
23938 [ 9901] By: jhi on 2001/04/29 02:04:46
23939 Log: In character classes one couldn't have 0x80..0xff characters
23940 at the left hand side if there were 0x100.. characters in the
23943 ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
23944 ! t/op/pat.t utf8.c
23945 ____________________________________________________________________________
23946 [ 9900] By: jhi on 2001/04/28 22:55:04
23947 Log: Forgot the latest mktables.PL from #9899.
23949 ! lib/unicode/mktables.PL
23950 ____________________________________________________________________________
23951 [ 9899] By: jhi on 2001/04/28 22:53:28
23952 Log: Explain the \p{} and \P{} error message better and
23953 have prettier prettyprint in In.pl.
23955 ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
23957 ____________________________________________________________________________
23958 [ 9898] By: jhi on 2001/04/28 21:03:34
23959 Log: Add one possible explanation for the "Invalid [] range" error.
23962 ____________________________________________________________________________
23963 [ 9897] By: jhi on 2001/04/28 17:18:26
23964 Log: Add a level of indirection to the implementation of \p{InFoo}
23965 so that we don't have to have long filenames. (Nothing changes
23966 in the user interface.) The indirection is defined in
23967 the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
23968 Also rename some the character classes by removing '-' from
23969 the classnames, and finally renamed Block.pl as Blocks.pl.
23971 + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
23972 + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
23973 + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
23974 + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
23975 + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
23976 + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
23977 + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
23978 + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
23979 + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
23980 + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
23981 + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
23982 + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
23983 + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
23984 + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
23985 + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
23986 + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
23987 + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
23988 + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
23989 + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
23990 + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
23991 + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
23992 + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
23993 + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
23994 + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
23995 + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
23996 + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
23997 + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
23998 + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
23999 + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
24000 + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
24001 + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
24002 + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
24003 + lib/unicode/In/94.pl lib/unicode/In/95.pl
24004 - lib/unicode/Block.pl
24005 - lib/unicode/In/AlphabeticPresentationForms.pl
24006 - lib/unicode/In/Arabic.pl
24007 - lib/unicode/In/ArabicPresentationForms-A.pl
24008 - lib/unicode/In/ArabicPresentationForms-B.pl
24009 - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24010 - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24011 - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24012 - lib/unicode/In/BopomofoExtended.pl
24013 - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
24014 - lib/unicode/In/CJKCompatibility.pl
24015 - lib/unicode/In/CJKCompatibilityForms.pl
24016 - lib/unicode/In/CJKCompatibilityIdeographs.pl
24017 - lib/unicode/In/CJKRadicalsSupplement.pl
24018 - lib/unicode/In/CJKSymbolsandPunctuation.pl
24019 - lib/unicode/In/CJKUnifiedIdeographs.pl
24020 - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
24021 - lib/unicode/In/Cherokee.pl
24022 - lib/unicode/In/CombiningDiacriticalMarks.pl
24023 - lib/unicode/In/CombiningHalfMarks.pl
24024 - lib/unicode/In/CombiningMarksforSymbols.pl
24025 - lib/unicode/In/ControlPictures.pl
24026 - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24027 - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24028 - lib/unicode/In/EnclosedAlphanumerics.pl
24029 - lib/unicode/In/EnclosedCJKLettersandMonths.pl
24030 - lib/unicode/In/Ethiopic.pl
24031 - lib/unicode/In/GeneralPunctuation.pl
24032 - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24033 - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24034 - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24035 - lib/unicode/In/HalfwidthandFullwidthForms.pl
24036 - lib/unicode/In/HangulCompatibilityJamo.pl
24037 - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24038 - lib/unicode/In/Hebrew.pl
24039 - lib/unicode/In/HighPrivateUseSurrogates.pl
24040 - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24041 - lib/unicode/In/IPAExtensions.pl
24042 - lib/unicode/In/IdeographicDescriptionCharacters.pl
24043 - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
24044 - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24045 - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
24046 - lib/unicode/In/Latin-1Supplement.pl
24047 - lib/unicode/In/LatinExtended-A.pl
24048 - lib/unicode/In/LatinExtended-B.pl
24049 - lib/unicode/In/LatinExtendedAdditional.pl
24050 - lib/unicode/In/LetterlikeSymbols.pl
24051 - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24052 - lib/unicode/In/MathematicalOperators.pl
24053 - lib/unicode/In/MiscellaneousSymbols.pl
24054 - lib/unicode/In/MiscellaneousTechnical.pl
24055 - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
24056 - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
24057 - lib/unicode/In/OpticalCharacterRecognition.pl
24058 - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24059 - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
24060 - lib/unicode/In/SmallFormVariants.pl
24061 - lib/unicode/In/SpacingModifierLetters.pl
24062 - lib/unicode/In/Specials.pl
24063 - lib/unicode/In/SuperscriptsandSubscripts.pl
24064 - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
24065 - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
24066 - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24067 - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
24068 - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
24069 ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
24070 ! pod/perlunicode.pod
24071 ____________________________________________________________________________
24072 [ 9896] By: jhi on 2001/04/28 14:33:17
24073 Log: Update the information on shared library path on HP-UX.
24076 ____________________________________________________________________________
24077 [ 9895] By: jhi on 2001/04/28 14:32:30
24078 Log: Because #9894 seems to do the trick, this workaround can be removed.
24080 ! t/lib/selfstubber.t
24081 ____________________________________________________________________________
24082 [ 9894] By: jhi on 2001/04/28 14:26:13
24083 Log: For PerlIO flush the children's file handles (on fork/exec/system).
24086 ____________________________________________________________________________
24087 [ 9893] By: jhi on 2001/04/28 14:23:15
24088 Log: Test tweak for #9891.
24090 ! t/lib/b-deparse.t
24091 ____________________________________________________________________________
24092 [ 9892] By: jhi on 2001/04/28 14:10:13
24093 Log: New HP-UX hints from Merijn.
24096 ____________________________________________________________________________
24097 [ 9891] By: jhi on 2001/04/28 14:07:27
24098 Log: Subject: [PATCH B::Deparse] non-block scopes
24099 From: Robin Houston <robin@kitsite.com>
24100 Date: Fri, 27 Apr 2001 19:15:14 +0100
24101 Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
24103 ! ext/B/B/Deparse.pm
24104 ____________________________________________________________________________
24105 [ 9890] By: nick on 2001/04/27 19:41:25
24106 Log: Integrate mainline
24108 +> t/lib/selfstubber.t
24109 !> (integrate 50 files)
24110 ____________________________________________________________________________
24111 [ 9889] By: jhi on 2001/04/27 18:23:46
24112 Log: Subject: Re: selfstubber test fail on bleadperl
24113 From: Mike Guy <mjtg@cam.ac.uk>
24114 Date: Fri, 27 Apr 2001 19:31:18 +0100
24115 Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
24117 ! t/lib/selfstubber.t
24118 ____________________________________________________________________________
24119 [ 9888] By: jhi on 2001/04/27 16:20:54
24120 Log: Test tweak for #9886.
24122 ! t/lib/b-deparse.t
24123 ____________________________________________________________________________
24124 [ 9887] By: jhi on 2001/04/27 16:16:33
24125 Log: Buffering issue at least in Solaris (even with perlio).
24127 ! t/lib/selfstubber.t
24128 ____________________________________________________________________________
24129 [ 9886] By: jhi on 2001/04/27 14:59:23
24130 Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
24131 From: Robin Houston <robin@kitsite.com>
24132 Date: Fri, 27 Apr 2001 16:53:20 +0100
24133 Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
24135 ! ext/B/B/Deparse.pm
24136 ____________________________________________________________________________
24137 [ 9885] By: jhi on 2001/04/27 14:23:51
24138 Log: Update Changes.
24140 ! Changes patchlevel.h
24141 ____________________________________________________________________________
24142 [ 9884] By: jhi on 2001/04/27 14:14:12
24143 Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
24144 From: "Philip Newton" <pnewton@gmx.de>
24145 Date: Fri, 27 Apr 2001 16:40:13 +0200
24146 Message-ID: <3AE9A0ED.5248.CEA127@localhost>
24149 ____________________________________________________________________________
24150 [ 9883] By: jhi on 2001/04/27 13:28:19
24151 Log: Add LOG_PERROR; prettify the "removed".
24153 ! ext/Sys/Syslog/Syslog.xs
24154 ____________________________________________________________________________
24155 [ 9882] By: jhi on 2001/04/27 13:13:18
24156 Log: h2xs tweaks: use NV instead of double, "quote" the removed
24157 prefixes for clarity (especially when nothing is removed),
24158 slight pod reformats.
24161 ____________________________________________________________________________
24162 [ 9881] By: jhi on 2001/04/27 12:58:48
24163 Log: Don't bother creating existing directories.
24166 ____________________________________________________________________________
24167 [ 9880] By: jhi on 2001/04/27 12:45:39
24168 Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
24169 From: Mike Schilli <m@perlmeister.com>
24170 Date: Wed, 25 Apr 2001 01:29:21 -0700
24171 Message-id: <3AE68AE1.6A981723@perlmeister.com>
24174 ____________________________________________________________________________
24175 [ 9879] By: jhi on 2001/04/27 12:40:55
24176 Log: break is not yet Perl. Added the template license also to README.
24179 ____________________________________________________________________________
24180 [ 9878] By: jhi on 2001/04/27 03:08:20
24181 Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
24182 From: Tim Jenness <t.jenness@jach.hawaii.edu>
24183 Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
24184 Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
24186 ! t/lib/xs-typemap.t
24187 ____________________________________________________________________________
24188 [ 9877] By: jhi on 2001/04/26 23:54:40
24189 Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
24190 From: "Abigail" <abigail@foad.org>
24191 Date: Fri, 27 Apr 2001 01:44:28 +0200
24192 Message-ID: <20010426234428.19786.qmail@foad.org>
24195 ____________________________________________________________________________
24196 [ 9876] By: jhi on 2001/04/26 23:52:06
24197 Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
24198 From: Peter Prymmer <pvhp@forte.com>
24199 Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
24200 Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
24202 ! t/lib/selfstubber.t
24203 ____________________________________________________________________________
24204 [ 9875] By: jhi on 2001/04/26 23:48:10
24207 ! ext/B/B/Deparse.pm t/lib/b-deparse.t
24208 ____________________________________________________________________________
24209 [ 9874] By: jhi on 2001/04/26 22:46:05
24210 Log: Document ANYOF_CLASS.
24213 ____________________________________________________________________________
24214 [ 9873] By: jhi on 2001/04/26 22:35:03
24215 Log: Subject: Re: [PATCH @9846] dumping ANYOF
24216 From: Hugo <hv@crypt.compulink.co.uk>
24217 Date: Thu, 26 Apr 2001 23:33:38 +0100
24218 Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
24220 ! regcomp.c regcomp.h
24221 ____________________________________________________________________________
24222 [ 9872] By: jhi on 2001/04/26 22:34:31
24223 Log: Subject: [PATCH] more for Devel::SelfStubber
24224 From: Nicholas Clark <nick@ccl4.org>
24225 Date: Fri, 27 Apr 2001 00:13:52 +0100
24226 Message-ID: <20010427001351.K88186@plum.flirble.org>
24228 ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
24229 ____________________________________________________________________________
24230 [ 9871] By: jhi on 2001/04/26 21:59:17
24231 Log: Subject: [PATCH B::Deparse] formats must be flush left
24232 From: Robin Houston <robin@kitsite.com>
24233 Date: Thu, 26 Apr 2001 23:54:29 +0100
24234 Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
24236 ! ext/B/B/Deparse.pm
24237 ____________________________________________________________________________
24238 [ 9870] By: jhi on 2001/04/26 21:57:37
24239 Log: If some of the constants are prefixes of others,
24240 the prefixes may never get recognized. (See 20010426.006.)
24243 ____________________________________________________________________________
24244 [ 9869] By: jhi on 2001/04/26 21:50:42
24245 Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
24246 From: Chris Bongaarts <cab@tc.umn.edu>
24247 Date: Thu, 26 Apr 2001 17:10:31 -0500
24248 Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
24250 ! ext/Sys/Syslog/Syslog.xs
24251 ____________________________________________________________________________
24252 [ 9868] By: jhi on 2001/04/26 21:35:12
24253 Log: Further cuts and more docs from Graham Barr.
24255 ! ext/List/Util/lib/List/Util.pm
24256 ! ext/List/Util/lib/Scalar/Util.pm
24257 ____________________________________________________________________________
24258 [ 9867] By: jhi on 2001/04/26 21:18:57
24259 Log: Subject: [PATCH 5.7.1] DB_File-1.77
24260 From: "Paul Marquess" <Paul.Marquess@Openwave.com>
24261 Date: Thu, 26 Apr 2001 22:37:53 +0100
24262 Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
24264 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24265 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24266 ____________________________________________________________________________
24267 [ 9866] By: jhi on 2001/04/26 21:12:31
24268 Log: Subject: [PATCH B::Deparse] fix easy bugs
24269 From: Robin Houston <robin@kitsite.com>
24270 Date: Thu, 26 Apr 2001 23:03:33 +0100
24271 Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
24273 ! ext/B/B/Deparse.pm
24274 ____________________________________________________________________________
24275 [ 9865] By: jhi on 2001/04/26 20:26:13
24276 Log: Update Changes.
24278 ! Changes patchlevel.h
24279 ____________________________________________________________________________
24280 [ 9864] By: jhi on 2001/04/26 19:27:48
24281 Log: Dethinko from Robin Houston.
24283 ! ext/B/B/Deparse.pm
24284 ____________________________________________________________________________
24285 [ 9863] By: jhi on 2001/04/26 19:10:35
24286 Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
24287 From: Robin Houston <robin@kitsite.com>
24288 Date: Thu, 26 Apr 2001 21:08:32 +0100
24289 Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
24291 ! ext/B/B/Deparse.pm
24292 ____________________________________________________________________________
24293 [ 9862] By: jhi on 2001/04/26 19:04:23
24294 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
24295 From: Robin Houston <robin@kitsite.com>
24296 Date: Thu, 26 Apr 2001 20:52:50 +0100
24297 Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
24299 ! ext/B/B/Deparse.pm
24300 ____________________________________________________________________________
24301 [ 9861] By: jhi on 2001/04/26 18:56:14
24302 Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
24303 From: Mike Guy <mjtg@cam.ac.uk>
24304 Date: Thu, 26 Apr 2001 14:22:40 +0100
24305 Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
24308 ____________________________________________________________________________
24309 [ 9860] By: jhi on 2001/04/26 18:46:42
24310 Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
24311 From: Robin Houston <robin@kitsite.com>
24312 Date: Thu, 26 Apr 2001 20:34:29 +0100
24313 Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
24315 Hashes do not interpolate.
24317 ! ext/B/B/Deparse.pm
24318 ____________________________________________________________________________
24319 [ 9859] By: jhi on 2001/04/26 18:43:51
24320 Log: Subject: The Time::Piece conspiracy unmasked!!!
24321 From: Mike Guy <mjtg@cam.ac.uk>
24322 Date: Thu, 26 Apr 2001 19:02:50 +0100
24323 Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
24325 Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
24326 From: Mike Guy <mjtg@cam.ac.uk>
24327 Date: Thu, 26 Apr 2001 19:08:21 +0100
24328 Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
24330 Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
24331 From: Graham Barr <gbarr@pobox.com>
24332 Date: Thu, 26 Apr 2001 19:12:03 +0100
24333 Message-ID: <20010426191203.A70835@pobox.com>
24335 Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
24337 ! ext/List/Util/lib/List/Util.pm
24338 ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
24339 ____________________________________________________________________________
24340 [ 9858] By: jhi on 2001/04/26 18:17:42
24341 Log: Subject: [PATCH t/comp/proto.t] disable correct warning
24342 From: Robin Houston <robin@kitsite.com>
24343 Date: Thu, 26 Apr 2001 16:09:35 +0100
24344 Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
24347 ____________________________________________________________________________
24348 [ 9857] By: jhi on 2001/04/26 18:04:59
24349 Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
24350 From: barries <barries@slaysys.com>
24351 Date: Thu, 26 Apr 2001 12:01:10 -0400
24352 Message-ID: <20010426120110.E29698@jester.slaysys.com>
24355 ____________________________________________________________________________
24356 [ 9856] By: jhi on 2001/04/26 18:03:33
24357 Log: Subject: [PATCH B::Deparse] fix string uninterpretation
24358 Date: Thu, 26 Apr 2001 17:13:41 +0100
24359 From: Robin Houston <robin@kitsite.com>
24360 Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
24362 Subject: Re: [PATCH B::Deparse] fix string uninterpretation
24363 From: Robin Houston <robin@kitsite.com>
24364 Date: Thu, 26 Apr 2001 18:44:29 +0100
24365 Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
24367 ! ext/B/B/Deparse.pm
24368 ____________________________________________________________________________
24369 [ 9855] By: jhi on 2001/04/26 17:56:04
24370 Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
24371 From: Robin Houston <robin@kitsite.com>
24372 Date: Thu, 26 Apr 2001 17:04:08 +0100
24373 Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
24375 ! ext/B/B/Deparse.pm
24376 ____________________________________________________________________________
24377 [ 9854] By: jhi on 2001/04/26 17:47:26
24378 Log: Subject: Re: Short test case for undef %stash:: crash
24379 From: Benjamin Sugars <bsugars@canoe.ca>
24380 Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT)
24381 Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
24382 Changed and moved the perldiag entry.
24384 ! gv.c pod/perldiag.pod
24385 ____________________________________________________________________________
24386 [ 9853] By: jhi on 2001/04/26 14:35:16
24387 Log: Beginnings of strptime(). Do not touch the wet paint.
24389 ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
24390 ____________________________________________________________________________
24391 [ 9852] By: jhi on 2001/04/26 13:17:21
24392 Log: Retract #9851, core dumps from pod2man.
24395 ____________________________________________________________________________
24396 [ 9851] By: jhi on 2001/04/26 11:54:41
24397 Log: (Retracted by #9852.)
24399 Subject: [PATCH @9846] dumping ANYOF
24400 From: Hugo <hv@crypt.compulink.co.uk>
24401 Date: Thu, 26 Apr 2001 05:32:38 +0100
24402 Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
24405 ____________________________________________________________________________
24406 [ 9850] By: jhi on 2001/04/26 02:34:44
24407 Log: If ccflags was empty the _previous_ $* containing all the
24408 environment variables and Configure variables was used,
24409 which lead, among other bad things, into $ccflags being your
24410 uname -a output, which lead into test compile with cc failing,
24411 which lead into gcc being selected, which didn't work that well
24412 since gcc (ancient 2.8.1 in that particular box) wasn't too happy
24413 with large files, et cetera.
24416 ____________________________________________________________________________
24417 [ 9849] By: jhi on 2001/04/26 01:44:57
24418 Log: Make selfstubber test more portable.
24420 ! t/lib/selfstubber.t
24421 ____________________________________________________________________________
24422 [ 9848] By: jhi on 2001/04/26 00:50:26
24423 Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
24424 From: Benjamin Sugars <ben.sugars@home.com>
24425 Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
24426 Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
24429 ____________________________________________________________________________
24430 [ 9847] By: jhi on 2001/04/26 00:46:58
24431 Log: Subject: [PATCH: perl@9841] VMS updates
24432 From: Peter Prymmer <pvhp@forte.com>
24433 Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
24434 Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
24436 ! README.vms configure.com vms/descrip_mms.template
24437 ! vms/ext/filespec.t
24438 ____________________________________________________________________________
24439 [ 9846] By: jhi on 2001/04/26 00:11:56
24440 Log: re 'debug' was broken by #9084.
24443 ____________________________________________________________________________
24444 [ 9845] By: jhi on 2001/04/25 22:33:17
24445 Log: Subject: [PATCH] test for Devel::SelfStubber
24446 From: Nicholas Clark <nick@ccl4.org>
24447 Date: Thu, 26 Apr 2001 00:00:54 +0100
24448 Message-ID: <20010426000054.D89026@plum.flirble.org>
24450 + t/lib/selfstubber.t
24451 ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
24452 ____________________________________________________________________________
24453 [ 9844] By: jhi on 2001/04/25 22:29:32
24454 Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
24455 From: Paul Johnson <paul@pjcj.net>
24456 Date: Thu, 26 Apr 2001 00:46:08 +0200
24457 Message-ID: <20010426004608.H2338@pjcj.net>
24459 ! ext/B/B/Concise.pm
24460 ____________________________________________________________________________
24461 [ 9843] By: jhi on 2001/04/25 22:28:28
24462 Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
24463 From: Peter Prymmer <pvhp@forte.com>
24464 Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
24465 Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
24468 ____________________________________________________________________________
24469 [ 9842] By: jhi on 2001/04/25 20:58:12
24470 Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
24471 From: John Peacock <jpeacock@rowman.com>
24472 Date: Wed, 25 Apr 2001 17:30:26 -0400
24473 Message-ID: <3AE741F2.B3217464@rowman.com>
24475 ! lib/Math/BigInt.pm t/lib/bigintpm.t
24476 ____________________________________________________________________________
24477 [ 9841] By: jhi on 2001/04/25 20:07:05
24478 Log: Update Changes.
24480 ! Changes patchlevel.h
24481 ____________________________________________________________________________
24482 [ 9840] By: jhi on 2001/04/25 19:56:51
24483 Log: Yet another HP-UX hints version from Merijn.
24486 ____________________________________________________________________________
24487 [ 9839] By: jhi on 2001/04/25 19:53:04
24488 Log: abs_path() didn't terminate the filename correctly,
24489 in DIRNAMLENless systems like HP-UX this would fail.
24492 ____________________________________________________________________________
24493 [ 9838] By: jhi on 2001/04/25 16:37:26
24494 Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
24495 From: Mike Guy <mjtg@cam.ac.uk>
24496 Date: Wed, 25 Apr 2001 18:31:47 +0100
24497 Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
24500 ____________________________________________________________________________
24501 [ 9837] By: jhi on 2001/04/25 16:21:53
24502 Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
24503 From: Jon Eveland <jweveland@yahoo.com>
24504 Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
24505 Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
24508 ____________________________________________________________________________
24509 [ 9836] By: jhi on 2001/04/25 14:17:50
24510 Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
24511 From: "Philip Newton" <pnewton@gmx.de>
24512 Date: Wed, 25 Apr 2001 17:05:58 +0200
24513 Message-ID: <3AE703F6.3234.1833C45@localhost>
24515 ! Porting/patching.pod
24516 ____________________________________________________________________________
24517 [ 9835] By: jhi on 2001/04/25 13:58:07
24518 Log: It would seem that both ar and full_ar need to be overridden
24519 for HP-UX to avoid the GNU ar.
24522 ____________________________________________________________________________
24523 [ 9834] By: jhi on 2001/04/25 13:50:40
24524 Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
24525 From: "Philip Newton" <pnewton@gmx.de>
24526 Date: Wed, 25 Apr 2001 16:09:23 +0200
24527 Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
24532 ____________________________________________________________________________
24533 [ 9833] By: jhi on 2001/04/25 12:36:11
24534 Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
24537 ____________________________________________________________________________
24538 [ 9832] By: jhi on 2001/04/25 12:33:36
24539 Log: New version of HP-UX hints from Merijn.
24542 ____________________________________________________________________________
24543 [ 9831] By: jhi on 2001/04/25 03:39:45
24544 Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
24547 ____________________________________________________________________________
24548 [ 9830] By: jhi on 2001/04/25 02:53:25
24549 Log: The tzname[] bit is not needed by util.c -- and causes
24550 heartburn in VMS (and it missing was probably the cause of
24551 the Mac OS X trouble). Ouch.
24553 ! ext/POSIX/POSIX.xs util.c
24554 ____________________________________________________________________________
24555 [ 9829] By: jhi on 2001/04/25 00:10:06
24556 Log: Metaconfig unit change for #9828.
24558 ! U/compline/ccflags.U
24559 ____________________________________________________________________________
24560 [ 9828] By: jhi on 2001/04/25 00:04:18
24561 Log: Allow setting cppflags hints. This may affect Darwin (Mac OS X)
24562 (which is actually the reason for the change, we need to pass
24563 cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
24564 EP/IX, OS/2, and TitanOS, based on the hints files.
24566 ! Configure config_h.SH
24567 ____________________________________________________________________________
24568 [ 9827] By: jhi on 2001/04/24 23:49:20
24569 Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
24570 the $cat must have an absolute path.
24573 ____________________________________________________________________________
24574 [ 9826] By: jhi on 2001/04/24 23:40:53
24575 Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
24578 ____________________________________________________________________________
24579 [ 9825] By: jhi on 2001/04/24 23:35:35
24580 Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
24581 From: "Philip Newton" <pnewton@gmx.de>
24582 Date: Tue, 24 Apr 2001 18:52:49 +0200
24583 Message-Id: <3AE5CB81.12234.1FC246F@localhost>
24586 ____________________________________________________________________________
24587 [ 9824] By: jhi on 2001/04/24 23:33:07
24588 Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
24589 Some gcc specifics dropped out due to extensive rewriting;
24590 will be put back later as needed.
24593 ____________________________________________________________________________
24594 [ 9823] By: jhi on 2001/04/24 23:27:57
24595 Log: Mac OS X patch for missing tzname definition from Paul Schinder.
24597 ! ext/POSIX/POSIX.xs
24598 ____________________________________________________________________________
24599 [ 9822] By: jhi on 2001/04/24 23:25:21
24600 Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
24601 From: Tim Jenness <t.jenness@jach.hawaii.edu>
24602 Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
24603 Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
24605 ! ext/XS/Typemap/Typemap.xs
24606 ____________________________________________________________________________
24607 [ 9821] By: jhi on 2001/04/24 23:24:10
24608 Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
24609 From: "Abigail" <abigail@foad.org>
24610 Date: Tue, 24 Apr 2001 23:12:03 +0200
24611 Message-ID: <20010424211203.7901.qmail@foad.org>
24614 ____________________________________________________________________________
24615 [ 9820] By: jhi on 2001/04/24 23:23:15
24616 Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
24617 From: Matt Sergeant <matt@sergeant.org>
24618 Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
24619 Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
24622 ____________________________________________________________________________
24623 [ 9819] By: nick on 2001/04/24 18:49:43
24624 Log: Integrate mainline.
24626 +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
24627 !> (integrate 37 files)
24628 ____________________________________________________________________________
24629 [ 9818] By: jhi on 2001/04/24 14:35:23
24630 Log: Update Changes.
24632 ! Changes patchlevel.h
24633 ____________________________________________________________________________
24634 [ 9817] By: jhi on 2001/04/24 14:09:17
24635 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
24636 From: "Philip Newton" <pnewton@gmx.de>
24637 Date: Tue, 24 Apr 2001 12:58:12 +0200
24638 Message-ID: <3AE57864.8304.B77A0A@localhost>
24640 plus add CPAN to the list of modules that have their own tests.
24642 ! t/lib/1_compile.t
24643 ____________________________________________________________________________
24644 [ 9816] By: jhi on 2001/04/24 14:07:03
24645 Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
24646 From: Michael G Schwern <schwern@pobox.com>
24647 Date: Sat, 21 Apr 2001 22:35:00 +0100
24648 Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
24650 ! t/lib/1_compile.t
24651 ____________________________________________________________________________
24652 [ 9815] By: jhi on 2001/04/24 13:54:32
24653 Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
24654 From: Robin Houston <robin@kitsite.com>
24655 Date: Tue, 24 Apr 2001 15:51:18 +0100
24656 Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
24658 ! ext/B/B/Deparse.pm
24659 ____________________________________________________________________________
24660 [ 9814] By: jhi on 2001/04/24 13:17:34
24661 Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24662 From: Bill Glicker <billg@burrelles.com>
24663 Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
24664 Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
24667 ____________________________________________________________________________
24668 [ 9813] By: jhi on 2001/04/24 12:54:23
24669 Log: Prevent path disclosure (probing for existence of filenames)
24670 using suidperl; bug id 20010322.218.
24672 ! perl.c pod/perldiag.pod
24673 ____________________________________________________________________________
24674 [ 9812] By: jhi on 2001/04/24 12:08:36
24675 Log: Retract #9811.
24677 ! ext/POSIX/POSIX.xs
24678 ____________________________________________________________________________
24679 [ 9811] By: jhi on 2001/04/24 11:57:35
24680 Log: (Retracted by #9812.)
24682 ! ext/POSIX/POSIX.xs
24683 ____________________________________________________________________________
24684 [ 9810] By: jhi on 2001/04/24 03:32:35
24685 Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
24688 ____________________________________________________________________________
24689 [ 9809] By: jhi on 2001/04/24 03:16:13
24690 Log: The Math::BigFloat::import() was broken.
24691 (Fixes bug id 20010422.002.)
24693 ! lib/Math/BigFloat.pm
24694 ____________________________________________________________________________
24695 [ 9808] By: jhi on 2001/04/24 01:11:40
24696 Log: Additional dependencies; should help for parallel makes
24697 not to fail on missing lib/lib.pm or lib/re.pm.
24700 ____________________________________________________________________________
24701 [ 9807] By: jhi on 2001/04/24 00:57:01
24702 Log: Update the test failure disclaimer.
24704 ! t/pragma/warn/pp_hot
24705 ____________________________________________________________________________
24706 [ 9806] By: jhi on 2001/04/24 00:54:04
24707 Log: Add make target "install-all" which is alias for "install"
24708 to cater for case-preserving filesystems like HFS+.
24710 ! INSTALL Makefile.SH
24711 ____________________________________________________________________________
24712 [ 9805] By: jhi on 2001/04/24 00:47:28
24713 Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
24714 From: Peter Prymmer <pvhp@forte.com>
24715 Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
24716 Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
24718 (Ken William's message forwarded from macosx@perl.org)
24721 ____________________________________________________________________________
24722 [ 9804] By: jhi on 2001/04/23 23:57:35
24723 Log: Cut-and-pasto.
24726 ____________________________________________________________________________
24727 [ 9803] By: jhi on 2001/04/23 23:52:25
24728 Log: More PerlIO robustness.
24731 ____________________________________________________________________________
24732 [ 9802] By: jhi on 2001/04/23 23:43:35
24733 Log: Make the "STD* opened only for ..." errors more consistent.
24736 ____________________________________________________________________________
24737 [ 9801] By: jhi on 2001/04/23 23:34:26
24738 Log: Test case for #9800.
24741 ____________________________________________________________________________
24742 [ 9800] By: jhi on 2001/04/23 23:14:43
24743 Log: Avoid coredump on 'close STDERR; die' by making
24744 the PerlIO calls more robust. Also use SETERRNO()
24745 instead of errno = to be more VMS-ready.
24748 ____________________________________________________________________________
24749 [ 9799] By: jhi on 2001/04/23 21:41:10
24750 Log: Subject: test for ID 20010423.002
24751 From: Robin Houston <robin@kitsite.com>
24752 Date: Mon, 23 Apr 2001 16:52:21 +0100
24753 Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
24756 ____________________________________________________________________________
24757 [ 9798] By: jhi on 2001/04/23 21:40:07
24758 Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
24759 From: David Dyck <dcd@tc.fluke.com>
24760 Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
24761 Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
24764 ____________________________________________________________________________
24765 [ 9797] By: jhi on 2001/04/23 21:37:56
24766 Log: Subject: [PATCH] Implement Cwd::abs_path in XS
24767 From: Benjamin Sugars <bsugars@canoe.ca>
24768 Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
24769 Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
24771 ! ext/Cwd/Cwd.xs lib/Cwd.pm
24772 ____________________________________________________________________________
24773 [ 9796] By: jhi on 2001/04/23 21:29:24
24774 Log: Synchronize h2xs and pod2man some more on the documentation
24775 templates they propose.
24777 ! pod/pod2man.PL utils/h2xs.PL
24778 ____________________________________________________________________________
24779 [ 9795] By: jhi on 2001/04/23 17:30:40
24780 Log: Add one more naughty test for base64; make encoding logic cleaner.
24783 ____________________________________________________________________________
24784 [ 9794] By: jhi on 2001/04/23 13:51:32
24785 Log: Update Changes.
24787 ! Changes patchlevel.h
24788 ____________________________________________________________________________
24789 [ 9793] By: jhi on 2001/04/23 13:44:18
24790 Log: Duplicate lines.
24793 ____________________________________________________________________________
24794 [ 9792] By: jhi on 2001/04/23 13:39:13
24795 Log: Subject: Re: PATCH 5.7.1
24796 From: Mark-Jason Dominus <mjd@plover.com>
24797 Date: Mon, 23 Apr 2001 10:30:21 -0400
24798 Message-ID: <20010423143021.17335.qmail@plover.com>
24801 ____________________________________________________________________________
24802 [ 9791] By: jhi on 2001/04/23 13:32:40
24803 Log: Add the CPAN.pm 1.59_54 tests.
24805 + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
24807 ____________________________________________________________________________
24808 [ 9790] By: jhi on 2001/04/23 13:21:55
24809 Log: Subject: Deparse nit
24810 From: Robin Houston <robin@kitsite.com>
24811 Date: Mon, 23 Apr 2001 12:38:20 +0100
24812 Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
24814 ! ext/B/B/Deparse.pm
24815 ____________________________________________________________________________
24816 [ 9789] By: jhi on 2001/04/23 13:19:07
24817 Log: Subject: [PATCH] bug 20010423.002
24818 From: Robin Houston <robin@kitsite.com>
24819 Date: Mon, 23 Apr 2001 13:12:30 +0100
24820 Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
24823 ____________________________________________________________________________
24824 [ 9788] By: jhi on 2001/04/23 13:02:49
24825 Log: Subject: PATCH [5.7.1] hv.c unused #define
24826 From: Mark-Jason Dominus <mjd@plover.com>
24827 Date: Sun, 22 Apr 2001 14:17:49 -0400
24828 Message-ID: <20010422181749.26976.qmail@plover.com>
24831 ____________________________________________________________________________
24832 [ 9787] By: jhi on 2001/04/23 13:02:02
24833 Log: Subject: PATCH 5.7.1
24834 From: Mark-Jason Dominus <mjd@plover.com>
24835 Date: Sun, 22 Apr 2001 15:12:57 -0400
24836 Message-ID: <20010422191258.6539.qmail@plover.com>
24838 plus Sarathy's STMT_START + STMT_END suggestion.
24841 ____________________________________________________________________________
24842 [ 9786] By: jhi on 2001/04/23 12:53:25
24845 Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
24846 From: dLux <dlux@spam.sch.bme.hu>
24847 Date: Mon, 23 Apr 2001 01:25:26 +0200
24848 Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
24850 (SvGROW really does return a char *.)
24852 ! pod/perlapi.pod sv.h
24853 ____________________________________________________________________________
24854 [ 9785] By: jhi on 2001/04/23 04:34:04
24855 Log: Time::Piece work continues. $t->day removed since
24856 I think it's too confusing. Now has normal and
24857 abbreviated length weekday names and month names,
24858 the names change with _names(), not _list().
24859 Now has strftime() in Perl, _strftime() is
24860 the libc version (to which strftime() falls back
24861 if it doesn't know the format. To do: the reverse
24862 of strftime, strptime(), and the localisation of both.
24864 ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
24865 ! t/lib/time-piece.t
24866 ____________________________________________________________________________
24867 [ 9784] By: jhi on 2001/04/23 02:41:46
24868 Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
24869 From: andreas.koenig@anima.de (Andreas J. Koenig)
24870 Date: 23 Apr 2001 05:20:55 +0200
24871 Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
24873 ! t/pragma/overload.t
24874 ____________________________________________________________________________
24875 [ 9783] By: jhi on 2001/04/22 23:32:42
24876 Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
24877 From: Robin Houston <robin@kitsite.com>
24878 Date: Mon, 23 Apr 2001 00:38:18 +0100
24879 Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
24881 ! ext/B/B/Deparse.pm
24882 ____________________________________________________________________________
24883 [ 9782] By: jhi on 2001/04/22 20:55:43
24884 Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
24885 From: Simon Cozens <simon@netthink.co.uk>
24886 Date: Sun, 22 Apr 2001 18:47:25 +0100
24887 Message-ID: <20010422184725.A14411@netthink.co.uk>
24889 ! sv.c t/pragma/overload.t
24890 ____________________________________________________________________________
24891 [ 9781] By: jhi on 2001/04/22 20:52:13
24892 Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
24893 From: Robin Houston <robin@kitsite.com>
24894 Date: Sun, 22 Apr 2001 22:14:50 +0100
24895 Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
24897 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24898 ____________________________________________________________________________
24899 [ 9780] By: nick on 2001/04/22 20:40:31
24900 Log: Integrate mainline.
24902 +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24904 !> (integrate 38 files)
24905 ____________________________________________________________________________
24906 [ 9779] By: jhi on 2001/04/22 15:16:03
24907 Log: Subject: IO::Socket::INET patch
24908 From: andrew deryabin <djsf@technarchy.ru>
24909 Date: Sat, 21 Apr 2001 17:46:52 +0400
24910 Message-ID: <20010421174652.B1426@technarchy>
24912 ! ext/IO/lib/IO/Socket/INET.pm
24913 ____________________________________________________________________________
24914 [ 9778] By: jhi on 2001/04/22 15:14:33
24915 Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1
24916 From: Mark-Jason Dominus <mjd@plover.com>
24917 Date: Sat, 21 Apr 2001 21:27:49 -0400
24918 Message-ID: <20010422012749.27024.qmail@plover.com>
24921 ____________________________________________________________________________
24922 [ 9777] By: jhi on 2001/04/22 15:10:51
24923 Log: Subject: Re: Regex debugger patch
24924 From: Mark-Jason Dominus <mjd@plover.com>
24925 Date: Sat, 21 Apr 2001 21:48:51 -0400
24926 Message-ID: <20010422014851.27165.qmail@plover.com>
24928 ! pod/perldebguts.pod
24929 ____________________________________________________________________________
24930 [ 9776] By: jhi on 2001/04/22 15:09:48
24931 Log: Subject: Re: Regex debugger patch
24932 From: Mark-Jason Dominus <mjd@plover.com>
24933 Date: Sat, 21 Apr 2001 14:24:39 -0400
24934 Message-ID: <20010421182439.16508.qmail@plover.com>
24936 Regex debugger backend.
24938 ! regcomp.c regexp.h
24939 ____________________________________________________________________________
24940 [ 9775] By: jhi on 2001/04/21 16:45:40
24941 Log: Subject: [PATCH] Typo in utf8.h
24942 From: Jesús Quiroga <jquiroga@pobox.com>
24943 Date: Sat, 21 Apr 2001 19:25:33 +0200
24944 Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
24947 ____________________________________________________________________________
24948 [ 9774] By: jhi on 2001/04/21 16:43:52
24949 Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
24950 From: Joe Orton <jorton@redhat.com>
24951 Date: Tue, 17 Apr 2001 15:50:43 +0100
24952 Message-Id: <20010417155043.D19132@eu.c2.net>
24955 ____________________________________________________________________________
24956 [ 9773] By: jhi on 2001/04/21 15:30:15
24957 Log: Subject: Patch utils/h2xs.PL
24958 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24959 Date: Sat, 21 Apr 2001 10:32:16 -0500
24960 Message-ID: <20010421103216.C14521@chaos.wustl.edu>
24962 Add MAILING list and LICENSE templates.
24965 ____________________________________________________________________________
24966 [ 9772] By: jhi on 2001/04/21 15:28:36
24967 Log: Subject: perlfaq2.patch for 5.7.1
24968 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24969 Message-ID: <20010420164219.J3194@chaos.wustl.edu>
24970 Date: Fri, 20 Apr 2001 16:42:19 -0500
24972 rm an extra tab, a blurb about the xx.cpan to clarify
24973 which countries actually have that and dejanews is history
24974 as well as most of that nonsensical entry.
24977 ____________________________________________________________________________
24978 [ 9771] By: jhi on 2001/04/21 15:27:17
24979 Log: Subject: perlfaq1.patch for 5.7.1
24980 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24981 Date: Fri, 20 Apr 2001 16:57:36 -0500
24982 Message-ID: <20010420165736.K3194@chaos.wustl.edu>
24984 Evil URLs must die. Especially when they are broken.
24987 ____________________________________________________________________________
24988 [ 9770] By: jhi on 2001/04/21 15:23:38
24989 Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
24990 From: Michael G Schwern <schwern@pobox.com>
24991 Date: Sat, 21 Apr 2001 16:11:12 +0100
24992 Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
24994 + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
24996 ! MANIFEST ext/B/B.pm t/lib/b.t
24997 ____________________________________________________________________________
24998 [ 9769] By: jhi on 2001/04/21 15:03:32
24999 Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
25000 From: Michael G Schwern <schwern@pobox.com>
25001 Date: Sat, 21 Apr 2001 09:48:00 +0100
25002 Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
25005 ____________________________________________________________________________
25006 [ 9768] By: jhi on 2001/04/21 14:33:49
25007 Log: PerlIO and Encode doc cleanup and tweaks.
25009 ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
25010 ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
25011 ____________________________________________________________________________
25012 [ 9767] By: jhi on 2001/04/21 12:40:16
25013 Log: Integrate perlio.
25016 ____________________________________________________________________________
25017 [ 9766] By: nick on 2001/04/20 18:28:35
25018 Log: Avoid core dump on
25019 open(STDOUT,">",\$foo);
25022 ____________________________________________________________________________
25023 [ 9765] By: jhi on 2001/04/20 13:23:43
25024 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
25025 From: Robin Houston <robin@kitsite.com>
25026 Date: Fri, 20 Apr 2001 14:29:22 +0100
25027 Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
25029 ! ext/B/B.pm ext/B/B/Deparse.pm
25030 ____________________________________________________________________________
25031 [ 9764] By: jhi on 2001/04/20 13:19:33
25032 Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
25033 From: Peter Prymmer <pvhp@forte.com>
25034 Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
25035 Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
25037 ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
25038 ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
25039 ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
25040 ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
25041 ____________________________________________________________________________
25042 [ 9763] By: jhi on 2001/04/20 12:36:39
25043 Log: Subject: Re: A new PerlIO coredump
25044 From: Nick Ing-Simmons <nik@tiuk.ti.com>
25045 Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
25046 Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
25049 ____________________________________________________________________________
25050 [ 9762] By: jhi on 2001/04/19 23:02:30
25051 Log: Update Changes.
25053 ! Changes patchlevel.h
25054 ____________________________________________________________________________
25055 [ 9761] By: jhi on 2001/04/19 22:59:19
25056 Log: More cleanup cleanup.
25058 ! Makefile.SH win32/Makefile win32/makefile.mk
25059 ____________________________________________________________________________
25060 [ 9760] By: jhi on 2001/04/19 22:50:31
25061 Log: lib/Time is non-empty, let's not rmdir it.
25064 ____________________________________________________________________________
25065 [ 9759] By: jhi on 2001/04/19 22:36:51
25066 Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
25067 From: Robin Houston <robin@kitsite.com>
25068 Date: Fri, 20 Apr 2001 00:18:53 +0100
25069 Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
25071 ! ext/B/B/Deparse.pm
25072 ____________________________________________________________________________
25073 [ 9758] By: jhi on 2001/04/19 22:36:00
25074 Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
25075 From: Peter Prymmer <pvhp@forte.com>
25076 Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
25077 Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
25080 ____________________________________________________________________________
25081 [ 9757] By: nick on 2001/04/19 18:53:54
25082 Log: Blind (untested) integrate of mainline.
25084 +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
25085 +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
25086 +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
25087 !> (integrate 53 files)
25088 ____________________________________________________________________________
25089 [ 9756] By: jhi on 2001/04/19 16:59:23
25090 Log: Document and test Time::Piece.
25092 ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
25093 ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
25094 ____________________________________________________________________________
25095 [ 9755] By: jhi on 2001/04/19 12:13:29
25096 Log: A better fix for the \x{12345678} trouble from NI-S.
25099 ____________________________________________________________________________
25100 [ 9754] By: jhi on 2001/04/19 11:56:07
25101 Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
25102 From: Robin Houston <robin@kitsite.com>
25103 Date: Wed, 18 Apr 2001 17:58:33 +0100
25104 Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
25106 ! ext/B/B/Deparse.pm op.c
25107 ____________________________________________________________________________
25108 [ 9753] By: jhi on 2001/04/19 04:21:52
25109 Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
25110 From: "Kurt D. Starsinic" <kstar@wolfetech.com>
25111 Date: Thu, 19 Apr 2001 01:11:41 -0400
25112 Message-ID: <20010419011141.A5798@cpan.org>
25114 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25115 ____________________________________________________________________________
25116 [ 9752] By: jhi on 2001/04/19 02:41:10
25117 Log: The new time utils need to be thread-aware, too.
25120 ____________________________________________________________________________
25121 [ 9751] By: jhi on 2001/04/19 02:26:47
25122 Log: Compilation nit noticed by AIX compiler.
25125 ____________________________________________________________________________
25126 [ 9750] By: jhi on 2001/04/19 02:20:06
25127 Log: The new time utils need to be public.
25130 ____________________________________________________________________________
25131 [ 9749] By: jhi on 2001/04/19 01:42:39
25135 ____________________________________________________________________________
25136 [ 9748] By: jhi on 2001/04/19 01:41:10
25137 Log: Add Time::Piece, a slight rewrite of Time::Object,
25138 from Matt Sergeant.
25140 + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
25141 + ext/Time/Piece/Piece.xs ext/Time/Piece/README
25142 + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
25143 ! MANIFEST configure.com djgpp/config.over epoc/config.sh
25144 ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
25145 ! win32/makefile.mk
25146 ____________________________________________________________________________
25147 [ 9747] By: jhi on 2001/04/19 00:55:35
25148 Log: The new metaconfig unit from strftime.
25149 Branch: metaconfig/U/perl
25151 ____________________________________________________________________________
25152 [ 9746] By: jhi on 2001/04/19 00:54:54
25153 Log: Move the strftime() wrapper from POSIX.xs to util.c
25154 as my_strftime(), requires HAS_STRFTIME.
25156 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25157 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
25158 ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
25159 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25160 ! vos/config.ga.h win32/config.bc win32/config.gc
25162 ____________________________________________________________________________
25163 [ 9745] By: jhi on 2001/04/18 23:11:03
25164 Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
25165 in preparation of Time::Piece.
25167 ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
25168 ____________________________________________________________________________
25169 [ 9744] By: jhi on 2001/04/18 22:33:12
25170 Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
25171 From: Peter Prymmer <pvhp@forte.com>
25172 Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
25173 Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
25176 ____________________________________________________________________________
25177 [ 9743] By: jhi on 2001/04/18 22:32:23
25178 Log: Subject: Fwd: pod2html leaves cache files lying around?
25179 From: Rajesh Vaidheeswarran <rv@gnu.org>
25180 Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
25181 Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
25184 ____________________________________________________________________________
25185 [ 9742] By: jhi on 2001/04/18 20:31:49
25186 Log: Update Changes.
25188 ! Changes patchlevel.h
25189 ____________________________________________________________________________
25190 [ 9741] By: jhi on 2001/04/18 20:23:02
25191 Log: Declare hints only if needed.
25193 ! ext/B/B/Deparse.pm
25194 ____________________________________________________________________________
25195 [ 9740] By: jhi on 2001/04/18 19:06:05
25196 Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
25197 bug noticed by Robin Houston; basically the code of detecting
25198 value wraparound was acting differently under different compilers
25199 and platforms. The workaround is to remove the overflow check
25200 for now, a real fix would be to do the overflow (portably) right.
25202 ! t/op/pat.t utf8.c
25203 ____________________________________________________________________________
25204 [ 9739] By: jhi on 2001/04/18 19:01:23
25205 Log: Subject: [PATCH B::Deparse] some pragma support
25206 From: Robin Houston <robin@kitsite.com>
25207 Date: Wed, 18 Apr 2001 19:32:12 +0100
25208 Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
25210 ! ext/B/B/Deparse.pm
25211 ____________________________________________________________________________
25212 [ 9738] By: jhi on 2001/04/18 15:16:37
25213 Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
25214 From: Benjamin Sugars <bsugars@canoe.ca>
25215 Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
25216 Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
25219 ____________________________________________________________________________
25220 [ 9737] By: jhi on 2001/04/18 13:24:50
25221 Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
25222 From: Tim Jenness <t.jenness@jach.hawaii.edu>
25223 Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
25224 Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
25226 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
25227 ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
25228 ____________________________________________________________________________
25229 [ 9736] By: jhi on 2001/04/18 04:15:14
25230 Log: The #9735 also changes the subtest 12.
25233 ____________________________________________________________________________
25234 [ 9735] By: jhi on 2001/04/18 03:55:17
25235 Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
25236 From: David Dyck <dcd@tc.fluke.com>
25237 Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
25238 Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
25240 ! ext/B/B/Deparse.pm
25241 ____________________________________________________________________________
25242 [ 9734] By: jhi on 2001/04/18 03:54:11
25243 Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
25244 From: Gisle Aas <gisle@ActiveState.com>
25245 Date: 17 Apr 2001 19:06:45 -0700
25246 Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
25248 ! pp_hot.c t/op/misc.t
25249 ____________________________________________________________________________
25250 [ 9733] By: jhi on 2001/04/17 22:25:22
25251 Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
25252 From: "Abigail" <abigail@foad.org>
25253 Date: Wed, 18 Apr 2001 01:17:46 +0200
25254 Message-ID: <20010417231746.21657.qmail@foad.org>
25256 ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
25257 ____________________________________________________________________________
25258 [ 9732] By: jhi on 2001/04/17 20:47:56
25259 Log: Subject: Re: Deparse - parenthesise args to undeclared subs
25260 From: Robin Houston <robin@kitsite.com>
25261 Date: Tue, 17 Apr 2001 22:37:42 +0100
25262 Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
25264 ! ext/B/B/Deparse.pm
25265 ____________________________________________________________________________
25266 [ 9731] By: nick on 2001/04/17 20:46:35
25267 Log: Re-sync for t/lib/b.t fix
25269 !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
25270 ____________________________________________________________________________
25271 [ 9730] By: jhi on 2001/04/17 20:45:29
25272 Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
25273 From: Robin Houston <robin@kitsite.com>
25274 Date: Tue, 17 Apr 2001 22:29:36 +0100
25275 Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
25277 ! ext/B/B.xs ext/B/B/Deparse.pm
25278 ____________________________________________________________________________
25279 [ 9729] By: jhi on 2001/04/17 20:43:11
25280 Log: Subject: Deparse - parenthesise args to undeclared subs
25281 From: Robin Houston <robin@kitsite.com>
25282 Date: Tue, 17 Apr 2001 21:31:05 +0100
25283 Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
25285 ! ext/B/B/Deparse.pm
25286 ____________________________________________________________________________
25287 [ 9728] By: jhi on 2001/04/17 18:57:30
25288 Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
25289 From: Benjamin Sugars <ben.sugars@home.com>
25290 Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
25291 Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
25294 ____________________________________________________________________________
25295 [ 9727] By: jhi on 2001/04/17 18:20:20
25296 Log: Subject: [PATCH B::Deparse] ambient pragmas
25297 From: Robin Houston <robin@kitsite.com>
25298 Date: Tue, 17 Apr 2001 20:01:59 +0100
25299 Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
25301 ! ext/B/B/Deparse.pm t/lib/b.t
25302 ____________________________________________________________________________
25303 [ 9726] By: nick on 2001/04/17 16:33:51
25304 Log: Integrate mainline (t/lib/b.t fails test 2...)
25306 +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
25307 +> ext/List/Util/README ext/List/Util/Util.xs
25308 +> ext/List/Util/lib/List/Util.pm
25309 +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
25310 +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
25311 +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
25312 +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
25313 +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
25314 !> (integrate 31 files)
25315 ____________________________________________________________________________
25316 [ 9725] By: jhi on 2001/04/17 12:14:24
25317 Log: Subject: multiple B::* changes
25318 From: Robin Houston <robin@kitsite.com>
25319 Date: Thu, 12 Apr 2001 20:12:27 +0100
25320 Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
25322 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25323 ____________________________________________________________________________
25324 [ 9724] By: jhi on 2001/04/17 11:59:05
25325 Log: Thread-awareness from Doug MacEachern.
25327 ! ext/List/Util/Util.xs
25328 ____________________________________________________________________________
25329 [ 9723] By: jhi on 2001/04/17 11:57:41
25330 Log: Make the test more portable.
25333 ____________________________________________________________________________
25334 [ 9722] By: jhi on 2001/04/17 11:53:50
25335 Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
25336 From: Benjamin Sugars <ben.sugars@home.com>
25337 Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
25338 Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
25341 ____________________________________________________________________________
25342 [ 9721] By: jhi on 2001/04/17 11:52:17
25343 Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
25344 From: Benjamin Sugars <bsugars@canoe.ca>
25345 Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
25346 Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
25349 ____________________________________________________________________________
25350 [ 9720] By: jhi on 2001/04/17 11:35:42
25351 Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
25352 From: Chris Nandor <pudge@pobox.com>
25353 Date: Tue, 17 Apr 2001 00:30:49 -0400
25354 Message-Id: <p05100207b701768712de@[10.0.1.177]>
25356 ! ext/File/Glob/bsd_glob.c gv.c
25357 ____________________________________________________________________________
25358 [ 9719] By: jhi on 2001/04/17 11:32:13
25359 Log: Subject: [PATCH] Tweten->West
25360 From: Casey West <casey@geeknest.com>
25361 Date: Mon, 16 Apr 2001 12:11:22 -0400
25362 Message-ID: <20010416121122.B14554@stupid.geeknest.com>
25364 ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
25366 ____________________________________________________________________________
25367 [ 9718] By: jhi on 2001/04/16 03:22:52
25368 Log: Update Changes.
25370 ! Changes patchlevel.h
25371 ____________________________________________________________________________
25372 [ 9717] By: jhi on 2001/04/16 03:06:28
25376 ____________________________________________________________________________
25377 [ 9716] By: jhi on 2001/04/16 02:58:42
25378 Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
25379 From: Prymmer/Kahn <pvhp@best.com>
25380 Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
25381 Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
25384 ____________________________________________________________________________
25385 [ 9715] By: jhi on 2001/04/15 23:40:35
25386 Log: Subject: Re: Net::Ping patch, adds stream protocol
25387 From: bronson@rinspin.com (Scott Bronson)
25388 Date: Tue, 10 Apr 2001 23:58:33 -0700
25389 Message-ID: <20010410235833.N29719@rinspin.com>
25392 ____________________________________________________________________________
25393 [ 9714] By: jhi on 2001/04/15 23:31:46
25394 Log: Printing out the ok messages helps successful testing.
25396 ! t/lib/time-hires.t
25397 ____________________________________________________________________________
25398 [ 9713] By: jhi on 2001/04/15 21:43:24
25399 Log: Update Douglas Wegscheid's email.
25402 ____________________________________________________________________________
25403 [ 9712] By: jhi on 2001/04/15 21:40:41
25404 Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
25405 From: Michael G Schwern <schwern@pobox.com>
25406 Date: Sat, 14 Apr 2001 22:40:50 +0100
25407 Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
25410 ! MANIFEST lib/Exporter/Heavy.pm
25411 ____________________________________________________________________________
25412 [ 9711] By: jhi on 2001/04/15 21:39:21
25413 Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
25414 From: Michael G Schwern <schwern@pobox.com>
25415 Date: Sat, 14 Apr 2001 22:13:59 +0100
25416 Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
25419 ____________________________________________________________________________
25420 [ 9710] By: jhi on 2001/04/15 21:30:19
25421 Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
25422 From: Michael G Schwern <schwern@pobox.com>
25423 Date: Sat, 14 Apr 2001 22:05:32 +0100
25424 Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
25426 ! t/pragma/warnings.t
25427 ____________________________________________________________________________
25428 [ 9709] By: jhi on 2001/04/15 19:34:09
25429 Log: Integrate changes #9706,9707 from maintperl into mainline.
25431 change#7210 broke .packlist generation
25433 ExtUtils::Installed doesn't quote regex metacharacters in paths
25434 before using them in match; also make it work for dosish platforms
25436 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25437 ____________________________________________________________________________
25438 [ 9708] By: jhi on 2001/04/15 19:31:01
25439 Log: Test also the scalar aspect of getitimer().
25441 ! t/lib/time-hires.t
25442 ____________________________________________________________________________
25443 [ 9707] By: gsar on 2001/04/15 17:24:20
25444 Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
25445 before using them in match; also make it work for dosish platforms
25446 Branch: maint-5.6/perl
25447 ! lib/ExtUtils/Installed.pm
25448 ____________________________________________________________________________
25449 [ 9706] By: gsar on 2001/04/15 17:21:59
25450 Log: change#7210 broke .packlist generation (listed only filename
25451 rather than fully qualified path name)
25452 Branch: maint-5.6/perl
25453 ! lib/ExtUtils/Install.pm
25454 ____________________________________________________________________________
25455 [ 9705] By: jhi on 2001/04/15 12:36:33
25456 Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
25458 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
25459 ! t/lib/time-hires.t
25460 ____________________________________________________________________________
25461 [ 9704] By: jhi on 2001/04/15 10:49:08
25462 Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
25463 From: Prymmer/Kahn <pvhp@best.com>
25464 Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
25465 Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
25467 ! lib/utf8.pm pod/perlebcdic.pod
25468 ____________________________________________________________________________
25469 [ 9703] By: jhi on 2001/04/15 02:26:26
25470 Log: I keep forgetting to sort MANIFEST.
25473 ____________________________________________________________________________
25474 [ 9702] By: jhi on 2001/04/15 02:07:47
25475 Log: Add Scalar-List-Utils 1.02, from Graham Barr.
25476 Now we have blessed, reftype, tainted, first, reduce, ...
25478 + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
25479 + ext/List/Util/README ext/List/Util/Util.xs
25480 + ext/List/Util/lib/List/Util.pm
25481 + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
25482 + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
25483 + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
25484 + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
25485 + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
25487 ____________________________________________________________________________
25488 [ 9701] By: jhi on 2001/04/14 15:05:25
25489 Log: Subject: RE: dprofpp.pl updates
25490 From: Carl Eklof <CEklof@endeca.com>
25491 Date: Thu, 12 Apr 2001 18:45:46 -0400
25492 Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
25495 ____________________________________________________________________________
25496 [ 9700] By: jhi on 2001/04/14 14:44:55
25497 Log: Do not just blindly add CR.
25500 ____________________________________________________________________________
25501 [ 9699] By: jhi on 2001/04/13 13:17:01
25502 Log: Update Changes.
25504 ! Changes patchlevel.h
25505 ____________________________________________________________________________
25506 [ 9698] By: jhi on 2001/04/13 12:44:48
25507 Log: Integrate perlio.
25509 !> ext/PerlIO/Scalar/Scalar.xs
25510 ____________________________________________________________________________
25511 [ 9697] By: jhi on 2001/04/13 12:29:15
25512 Log: Add more debug output to the test.
25515 ____________________________________________________________________________
25516 [ 9696] By: nick on 2001/04/13 10:14:29
25517 Log: Fix core dump on binmode($fh,'Scalar')
25519 ! ext/PerlIO/Scalar/Scalar.xs
25520 ____________________________________________________________________________
25521 [ 9695] By: nick on 2001/04/13 09:05:42
25522 Log: Integrate mainline
25524 +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25525 +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
25526 +> t/lib/time-hires.t
25527 !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
25528 !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
25529 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
25530 !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
25531 !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
25532 !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
25533 !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
25534 ____________________________________________________________________________
25535 [ 9694] By: jhi on 2001/04/12 22:23:35
25536 Log: Integrate change #9693 from maintperl into mainline.
25538 $VERSION and Version() on the same line provokes a warning from
25539 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
25541 !> lib/Devel/SelfStubber.pm
25542 ____________________________________________________________________________
25543 [ 9693] By: gsar on 2001/04/12 21:55:56
25544 Log: $VERSION and Version() on the same line provokes a warning from
25545 CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
25546 Branch: maint-5.6/perl
25547 ! lib/Devel/SelfStubber.pm
25548 ____________________________________________________________________________
25549 [ 9692] By: jhi on 2001/04/12 13:54:00
25550 Log: This is at least 5.005.
25552 ! ext/Time/HiRes/HiRes.xs
25553 ____________________________________________________________________________
25554 [ 9691] By: jhi on 2001/04/12 13:37:20
25555 Log: Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
25557 ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
25558 ! win32/Makefile win32/makefile.mk
25559 ____________________________________________________________________________
25560 [ 9690] By: jhi on 2001/04/12 01:34:46
25561 Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
25563 + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25564 + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
25565 + t/lib/time-hires.t
25567 ____________________________________________________________________________
25568 [ 9689] By: jhi on 2001/04/12 00:28:39
25569 Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
25570 From: Gisle Aas <gisle@ActiveState.com>
25571 Date: 11 Apr 2001 16:36:11 -0700
25572 Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
25574 ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
25575 ____________________________________________________________________________
25576 [ 9688] By: jhi on 2001/04/12 00:27:39
25577 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
25578 From: Gisle Aas <gisle@ActiveState.com>
25579 Date: 11 Apr 2001 11:13:24 -0700
25580 Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
25582 ! ext/MIME/Base64/Base64.xs
25583 ____________________________________________________________________________
25584 [ 9687] By: jhi on 2001/04/11 19:51:47
25585 Log: Slight update on the Todo list. (Should integrate to Todo?)
25588 ____________________________________________________________________________
25589 [ 9686] By: jhi on 2001/04/11 16:54:25
25590 Log: Subject: [PATCH opcode.pl] Documentation of table format
25591 From: Simon Cozens <simon@netthink.co.uk>
25592 Date: Wed, 11 Apr 2001 12:59:31 +0100
25593 Message-ID: <20010411125931.A25681@netthink.co.uk>
25596 ____________________________________________________________________________
25597 [ 9685] By: jhi on 2001/04/11 16:53:15
25598 Log: Subject: [PATCH] prototype("CORE::recv")
25599 From: Simon Cozens <simon@netthink.co.uk>
25600 Date: Wed, 11 Apr 2001 13:24:35 +0100
25601 Message-ID: <20010411132435.A26169@netthink.co.uk>
25603 ! pp.c t/comp/proto.t
25604 ____________________________________________________________________________
25605 [ 9684] By: jhi on 2001/04/11 16:47:13
25606 Log: FAQ (and AUTHORS) update from Dan Carson: the information
25607 was several years obsolete, Term::Readkey has been updated
25608 to have the functionality.
25610 ! AUTHORS pod/perlfaq5.pod
25611 ____________________________________________________________________________
25612 [ 9683] By: jhi on 2001/04/11 12:15:46
25613 Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
25614 From: Calle Dybedahl <calle@lysator.liu.se>
25615 Date: 10 Apr 2001 16:44:16 +0200
25616 Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
25618 ! ext/MIME/Base64/Base64.xs
25619 ____________________________________________________________________________
25620 [ 9682] By: jhi on 2001/04/11 12:12:26
25621 Log: A more minimal fix for 20010410.006 from Hugo.
25624 ____________________________________________________________________________
25625 [ 9681] By: jhi on 2001/04/11 11:34:23
25626 Log: Integrate changes #9678,9679 from maintline into mainperl.
25628 addendum to change#9676
25630 up $File::Glob::VERSION; add a note pointing out the version of
25631 the OpenBSD glob bsd_glob.c resembles
25633 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25634 !> ext/File/Glob/bsd_glob.h
25635 ____________________________________________________________________________
25636 [ 9680] By: jhi on 2001/04/11 11:30:38
25637 Log: Bad test numbering in integrate in #9677.
25638 Fixes ID 20010411.001.
25641 ____________________________________________________________________________
25642 [ 9679] By: gsar on 2001/04/11 03:38:40
25643 Log: up $File::Glob::VERSION; add a note pointing out the version of
25644 the OpenBSD glob bsd_glob.c resembles
25645 Branch: maint-5.6/perl
25646 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25647 ! ext/File/Glob/bsd_glob.h
25648 ____________________________________________________________________________
25649 [ 9678] By: gsar on 2001/04/11 03:09:48
25650 Log: addendum to change#9676: some missing changes from OpenBSD glob.c
25651 revision 1.8.10.1 found here:
25653 http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
25654 Branch: maint-5.6/perl
25655 ! ext/File/Glob/bsd_glob.c
25656 ____________________________________________________________________________
25657 [ 9677] By: jhi on 2001/04/11 02:54:39
25658 Log: Integrate changes #9675,9676 from maintperl into mainline.
25660 fix for bug 20010410.006, undo change#7115
25662 port the OpenBSD glob() security patch
25664 !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
25665 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
25667 ____________________________________________________________________________
25668 [ 9676] By: gsar on 2001/04/11 02:19:02
25669 Log: port the glob() security patch found at:
25671 ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
25673 CERT advisory for the issue is here:
25675 http://www.cert.org/advisories/CA-2001-07.html
25677 Note that the security scare is only relevant for those who are
25678 foolish enough to build suidperl (which is now officially discouraged)
25679 Branch: maint-5.6/perl
25680 ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
25681 ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
25682 ____________________________________________________________________________
25683 [ 9675] By: gsar on 2001/04/10 23:52:11
25684 Log: fix for bug 20010410.006
25686 undo change#7115 (came into maint-5.6 as change#8156)
25688 add tests to keep it from coming back
25689 Branch: maint-5.6/perl
25690 ! regexec.c t/op/pat.t
25691 ____________________________________________________________________________
25692 [ 9674] By: nick on 2001/04/10 20:39:31
25693 Log: Integrate mainline
25695 +> Porting/testall.atom
25696 !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
25697 !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
25698 !> t/lib/lc-uk.t t/pod/find.t
25699 ____________________________________________________________________________
25700 [ 9673] By: nick on 2001/04/10 18:46:14
25701 Log: Integrate against change 9670 aka perl-5.7.1
25703 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25704 !> (integrate 53 files)
25705 ____________________________________________________________________________
25706 [ 9672] By: jhi on 2001/04/10 13:45:01
25707 Log: Add a script for doing cumulative profile of the test suite.
25708 (Requires ATOM, that is, Tru64.)
25710 + Porting/testall.atom
25712 ____________________________________________________________________________
25713 [ 9671] By: jhi on 2001/04/10 12:38:53
25714 Log: Missing std block.
25716 ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
25717 ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
25719 ____________________________________________________________________________
25720 [ 9670] By: jhi on 2001/04/10 01:25:58
25721 Log: This is 5.7.1.
25724 ____________________________________________________________________________
25725 [ 9669] By: jhi on 2001/04/10 01:09:14
25726 Log: Update Changes.
25728 ! Changes patchlevel.h
25729 ____________________________________________________________________________
25730 [ 9668] By: jhi on 2001/04/10 01:00:38
25734 ____________________________________________________________________________
25735 [ 9667] By: jhi on 2001/04/10 00:52:16
25736 Log: Update perlhist.
25739 ____________________________________________________________________________
25740 [ 9666] By: jhi on 2001/04/09 23:38:59
25741 Log: Slight wording tweaks from Damian to #9658.
25744 ____________________________________________________________________________
25745 [ 9665] By: jhi on 2001/04/09 19:56:06
25746 Log: Subject: [PATCH perlutil.pod] Nit
25747 From: Simon Cozens <simon@netthink.co.uk>
25748 Date: Mon, 9 Apr 2001 20:29:44 +0100
25749 Message-ID: <20010409202944.A14796@the.earth.li>
25752 ____________________________________________________________________________
25753 [ 9664] By: jhi on 2001/04/09 19:54:42
25754 Log: Subject: Re: perl571delta.pod@9631
25755 From: Mike Guy <mjtg@cam.ac.uk>
25756 Date: Mon, 09 Apr 2001 18:09:14 +0100
25757 Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
25759 ! pod/perl571delta.pod
25760 ____________________________________________________________________________
25761 [ 9663] By: jhi on 2001/04/09 13:43:35
25762 Log: Update Changes.
25764 ! Changes patchlevel.h
25765 ____________________________________________________________________________
25766 [ 9662] By: jhi on 2001/04/09 13:24:46
25769 ! AUTHORS pod/perl571delta.pod
25770 ____________________________________________________________________________
25771 [ 9661] By: jhi on 2001/04/09 13:15:13
25772 Log: Thinko in manual patch applying.
25775 ____________________________________________________________________________
25776 [ 9660] By: jhi on 2001/04/09 13:07:53
25777 Log: Subject: Re: [PATCH perl@9424] isn't numeric warning
25778 From: Robin Barker <rmb1@cise.npl.co.uk>
25779 Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
25780 Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
25782 (This corrects the case where the "isn't numeric" string contains \0s
25783 and is longer than the temporary buffer, and contains \0 at the point
25784 the string would be truncated by "...".)
25787 ____________________________________________________________________________
25788 [ 9659] By: jhi on 2001/04/09 12:57:41
25789 Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
25791 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
25792 ! t/lib/cgi-function.t t/lib/cgi-html.t
25793 ____________________________________________________________________________
25794 [ 9658] By: jhi on 2001/04/09 12:48:47
25795 Log: Subject: [PATCH] Partial rewrite of perlobj.pod
25796 From: Ilmari Karonen <iltzu@sci.fi>
25797 Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
25798 Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
25800 Rearrange and rewrite the Method Invocation section
25801 to explain the concepts in nicer order.
25804 ____________________________________________________________________________
25805 [ 9657] By: jhi on 2001/04/09 12:35:58
25806 Log: Upgrade to podlators 1.09, from Russ Allbery.
25808 ! lib/Pod/Man.pm lib/Pod/Text.pm
25809 ____________________________________________________________________________
25810 [ 9656] By: jhi on 2001/04/09 12:31:53
25813 ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
25814 ____________________________________________________________________________
25815 [ 9655] By: jhi on 2001/04/09 12:20:09
25816 Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
25817 From: Prymmer/Kahn <pvhp@best.com>
25818 Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
25819 Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
25821 ! lib/utf8.pm pod/perlunicode.pod
25822 ____________________________________________________________________________
25823 [ 9654] By: gsar on 2001/04/09 03:38:33
25824 Log: here lies 5.6.1
25825 Branch: maint-5.6/perl
25827 ____________________________________________________________________________
25828 [ 9653] By: jhi on 2001/04/09 03:25:24
25829 Log: Update perlhist.
25832 ____________________________________________________________________________
25833 [ 9652] By: jhi on 2001/04/09 03:18:49
25834 Log: perl571delta tweaking continues.
25836 ! pod/perl571delta.pod
25837 ____________________________________________________________________________
25838 [ 9651] By: gsar on 2001/04/09 03:11:19
25839 Log: update Changes, patchlevel.h &c.
25840 Branch: maint-5.6/perl
25841 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
25843 ____________________________________________________________________________
25844 [ 9650] By: jhi on 2001/04/09 02:40:24
25845 Log: Integrate the perlfork half of #9513 from maintperl into mainline
25846 (the perlunicode half is obsolete)
25849 ____________________________________________________________________________
25850 [ 9649] By: gsar on 2001/04/09 02:35:43
25851 Log: tweak perldelta as suggested by Jarkko
25852 Branch: maint-5.6/perl
25853 ! pod/perldelta.pod
25854 ____________________________________________________________________________
25855 [ 9648] By: jhi on 2001/04/09 02:13:04
25856 Log: Integrate change #9646 from maintperl into mainline.
25858 add note about ithreads and Thread.pm
25860 !> ext/Thread/Thread.pm ext/Thread/Thread.xs
25861 ____________________________________________________________________________
25862 [ 9647] By: jhi on 2001/04/09 02:10:18
25863 Log: Bad assumption that shortsize == 2.
25865 ! t/lib/xs-typemap.t
25866 ____________________________________________________________________________
25867 [ 9646] By: gsar on 2001/04/09 00:48:04
25868 Log: add note about ithreads and Thread.pm (too many people are
25869 confused by the fact that Thread.pm is built and installed
25870 under non-5005threads but doesn't work)
25871 Branch: maint-5.6/perl
25872 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
25873 ____________________________________________________________________________
25874 [ 9645] By: gsar on 2001/04/09 00:19:03
25875 Log: update perldelta.pod for changes in 5.6.1
25876 Branch: maint-5.6/perl
25877 ! Changes pod/perldelta.pod
25878 ____________________________________________________________________________
25879 [ 9644] By: jhi on 2001/04/08 20:37:00
25880 Log: Integrate change #9639 from maintperl into mainline:
25881 on windows, many of the README.* pods were being copied to
25884 !> win32/Makefile win32/makefile.mk
25885 ____________________________________________________________________________
25886 [ 9643] By: jhi on 2001/04/08 20:07:11
25887 Log: Integrate change #9624 from maintperl into mainline:
25888 the pod tests were not okay. (t/pod/find.t changes ignored)
25890 !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
25891 !> t/pod/include.t t/pod/included.t t/pod/lref.t
25892 !> t/pod/multiline_items.t t/pod/nested_items.t
25893 !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25894 !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
25895 ____________________________________________________________________________
25896 [ 9642] By: jhi on 2001/04/08 19:57:17
25897 Log: Integrate change #9638 from maintperl into mainline:
25898 update to latest JPL from the anoncvs repository
25900 +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25901 !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25902 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25903 ____________________________________________________________________________
25904 [ 9641] By: jhi on 2001/04/08 19:53:30
25905 Log: perl571delta updates.
25907 ! lib/Filter/Simple.pm pod/perl571delta.pod
25908 ____________________________________________________________________________
25909 [ 9640] By: gsar on 2001/04/08 19:20:46
25910 Log: integrate change#9634 from mainline
25912 Fix the perlmodlib generation (didn't understand separate .pod
25913 files; didn't understand -- as the name-thing separator).
25914 Update the CPAN mirrors list.
25915 Branch: maint-5.6/perl
25916 ! pod/perlmodlib.pod
25917 !> pod/perlmodlib.PL
25918 ____________________________________________________________________________
25919 [ 9639] By: gsar on 2001/04/08 18:57:31
25920 Log: on windows, many of the README.* pods were being copied to the wrong
25922 Branch: maint-5.6/perl
25923 ! win32/Makefile win32/makefile.mk
25924 ____________________________________________________________________________
25925 [ 9638] By: gsar on 2001/04/08 18:38:25
25926 Log: update to latest JPL from the anoncvs repository
25927 Branch: maint-5.6/perl
25928 + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
25929 ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
25930 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
25931 ____________________________________________________________________________
25932 [ 9637] By: jhi on 2001/04/08 17:53:53
25933 Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
25935 ! pod/perl571delta.pod
25936 ____________________________________________________________________________
25937 [ 9636] By: jhi on 2001/04/08 17:18:32
25941 ____________________________________________________________________________
25942 [ 9635] By: jhi on 2001/04/08 17:16:33
25943 Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
25944 From: "Craig A. Berry" <craigberry@mac.com>
25945 Date: Sun, 08 Apr 2001 12:30:16 -0500
25946 Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
25948 ! ext/IO/IO.xs lib/ExtUtils/xsubpp
25949 ____________________________________________________________________________
25950 [ 9634] By: jhi on 2001/04/08 17:09:19
25951 Log: Fix the perlmodlib generation (didn't understand separate .pod
25952 files; didn't understand -- as the name-thing separator).
25954 Update the CPAN mirrors list.
25956 ! pod/perlmodlib.PL pod/perlmodlib.pod
25957 ____________________________________________________________________________
25958 [ 9633] By: jhi on 2001/04/08 16:49:17
25959 Log: Sort MANIFEST.
25962 ____________________________________________________________________________
25963 [ 9632] By: gsar on 2001/04/08 16:36:06
25964 Log: add $Tie::RefHash::VERSION
25965 Branch: maint-5.6/perl
25966 ! lib/Tie/RefHash.pm
25967 ____________________________________________________________________________
25968 [ 9631] By: jhi on 2001/04/08 16:10:15
25969 Log: perl571delta updates based on p5p feedback; still needs
25972 ! pod/perl571delta.pod
25973 ____________________________________________________________________________
25974 [ 9630] By: jhi on 2001/04/08 15:59:13
25975 Log: Update the list of supported platforms to talk about 5.7.1
25979 ____________________________________________________________________________
25980 [ 9629] By: jhi on 2001/04/08 15:55:41
25981 Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
25982 from maintperl into mainline: perlport updates.
25985 ____________________________________________________________________________
25986 [ 9628] By: jhi on 2001/04/08 15:53:17
25987 Log: perlsolaris.pod copied to wrong directory.
25989 ! win32/makefile.mk
25990 ____________________________________________________________________________
25991 [ 9627] By: jhi on 2001/04/08 14:48:18
25992 Log: Subject: Typos in perl571delta.pod
25993 From: "Stephen P. Potter" <spp@spotter.yi.org>
25994 Date: Sat, 07 Apr 2001 20:37:05 -0400
25995 Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
25997 ! pod/perl571delta.pod
25998 ____________________________________________________________________________
25999 [ 9626] By: jhi on 2001/04/08 14:39:04
26000 Log: Smoke out dTHR, spotted by by Stephen P. Potter.
26003 ____________________________________________________________________________
26004 [ 9625] By: nick on 2001/04/08 10:14:23
26005 Log: Integrate mainline
26007 +> pod/perl570delta.pod pod/perl571delta.pod
26008 !> (integrate 27 files)
26009 ____________________________________________________________________________
26010 [ 9624] By: gsar on 2001/04/08 06:08:17
26011 Log: test in t/pod/* were busted
26013 these tests are still not enabled in t/{harness,TEST}
26014 Branch: maint-5.6/perl
26015 ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
26016 ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
26017 ! t/pod/multiline_items.t t/pod/nested_items.t
26018 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26019 ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
26020 ____________________________________________________________________________
26021 [ 9623] By: gsar on 2001/04/08 03:37:01
26022 Log: integrate change#9470 from mainline
26024 Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
26025 Branch: maint-5.6/perl
26026 !> ext/Socket/Socket.xs
26027 ____________________________________________________________________________
26028 [ 9622] By: jhi on 2001/04/07 22:40:47
26029 Log: Update Changes.
26031 ! Changes patchlevel.h
26032 ____________________________________________________________________________
26033 [ 9621] By: jhi on 2001/04/07 22:34:16
26034 Log: Update AUTHORS.
26037 ____________________________________________________________________________
26038 [ 9620] By: jhi on 2001/04/07 22:12:47
26039 Log: Forgot to bump the number of tests in #9164.
26042 ____________________________________________________________________________
26043 [ 9619] By: jhi on 2001/04/07 22:09:50
26044 Log: Bump patchlevel to 5.7.1.
26046 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26047 ! config_h.SH patchlevel.h
26048 ____________________________________________________________________________
26049 [ 9618] By: jhi on 2001/04/07 22:02:41
26050 Log: Populate perl571delta.
26052 ! pod/perl571delta.pod
26053 ____________________________________________________________________________
26054 [ 9617] By: jhi on 2001/04/07 22:01:23
26055 Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
26056 to forget it later; do not change patchlevel.h yet or regenerate
26059 ! epoc/config.sh win32/Makefile win32/config_H.bc
26060 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
26061 ____________________________________________________________________________
26062 [ 9616] By: jhi on 2001/04/07 17:46:33
26063 Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
26065 ! pod/perl571delta.pod
26066 ____________________________________________________________________________
26067 [ 9615] By: jhi on 2001/04/07 17:33:21
26068 Log: Change the toc configuration.
26070 ! pod/buildtoc.PL pod/perl.pod
26071 ____________________________________________________________________________
26072 [ 9614] By: jhi on 2001/04/07 17:29:47
26073 Log: Subject: PATCH: $[
26074 From: Robin Houston <robin@kitsite.com>
26075 Date: Fri, 6 Apr 2001 18:10:14 +0100
26076 Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
26078 ! op.c t/op/array.t
26079 ____________________________________________________________________________
26080 [ 9613] By: jhi on 2001/04/07 17:28:26
26081 Log: Subject: [PATCH perl@9424] isn't numeric warning
26082 From: Robin Barker <rmb1@cise.npl.co.uk>
26083 Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
26084 Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
26086 ! sv.c t/pragma/warn/sv
26087 ____________________________________________________________________________
26088 [ 9612] By: jhi on 2001/04/07 17:26:45
26089 Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
26090 From: Mike Guy <mjtg@cam.ac.uk>
26091 Date: Fri, 06 Apr 2001 12:47:06 +0100
26092 Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
26094 ! dump.c t/lib/peek.t
26095 ____________________________________________________________________________
26096 [ 9611] By: jhi on 2001/04/07 17:21:35
26097 Log: Create perl571delta and seed it off with the perldelta changes
26098 since 5.7.0; remove those changes from perldelta and rename it
26099 as perl570delta; recreate perldelta but leave it almost empty.
26101 + pod/perl570delta.pod pod/perl571delta.pod
26102 ! MANIFEST pod/perldelta.pod
26103 ____________________________________________________________________________
26104 [ 9610] By: jhi on 2001/04/07 16:56:32
26107 ! pod/perldelta.pod
26108 ____________________________________________________________________________
26109 [ 9609] By: jhi on 2001/04/07 16:38:32
26110 Log: Retract #9523: needs more thought.
26113 ____________________________________________________________________________
26114 [ 9608] By: jhi on 2001/04/07 14:59:20
26115 Log: atmark() code cleanaup.
26118 ____________________________________________________________________________
26119 [ 9607] By: jhi on 2001/04/07 14:48:14
26120 Log: Integrate change #9605 from maintperl into mainline.
26122 can't optimize away scope entry if tr/// is present
26125 ____________________________________________________________________________
26126 [ 9606] By: jhi on 2001/04/07 14:43:59
26127 Log: Integrate perlio.
26129 +> win32/FindExt.pm
26130 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
26131 !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
26132 ____________________________________________________________________________
26133 [ 9605] By: gsar on 2001/04/07 11:52:40
26134 Log: can't optimize away scope entry if tr/// is present
26135 Branch: maint-5.6/perl
26137 ____________________________________________________________________________
26138 [ 9604] By: nick on 2001/04/07 11:39:45
26139 Log: Split out extension finding code from buildext.pl into FindExt.pm
26140 Use it to get Config.pm's idea of available extensions in line
26141 with what is built.
26144 ! MANIFEST win32/buildext.pl win32/config_sh.PL
26145 ! win32/makefile.mk
26146 ____________________________________________________________________________
26147 [ 9603] By: nick on 2001/04/07 09:11:38
26148 Log: Cleanup correction for failed :Via() layer, also set an error code.
26150 ! ext/PerlIO/Via/Via.xs
26151 ____________________________________________________________________________
26152 [ 9602] By: nick on 2001/04/07 08:38:04
26153 Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
26154 style. So don't use binmode() on the handles so that Win32 etc. see
26155 same sequence and produce same digests.
26158 ____________________________________________________________________________
26159 [ 9601] By: nick on 2001/04/07 08:36:26
26160 Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
26161 Else it complains and so crlf layer (say) does not get pushed.
26164 ____________________________________________________________________________
26165 [ 9600] By: jhi on 2001/04/06 23:00:09
26166 Log: Integrate change #9599 from perlio into mainline.
26168 !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
26169 !> win32/config_H.vc
26170 ____________________________________________________________________________
26171 [ 9599] By: nick on 2001/04/06 21:42:43
26172 Log: Quote $VERSION in Encode.pm.
26173 regen_config_h as requested.
26175 ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
26176 ! win32/config_H.vc
26177 ____________________________________________________________________________
26178 [ 9598] By: nick on 2001/04/06 20:34:59
26179 Log: Integrate mainline
26182 !> (integrate 39 files)
26183 ____________________________________________________________________________
26184 [ 9597] By: gsar on 2001/04/06 18:06:35
26185 Log: integrate change#9464 from mainline (addendum to change#8313)
26187 Subject: [PATCH @9452] Better peep()ing for foreach() loops
26188 Branch: maint-5.6/perl
26190 ____________________________________________________________________________
26191 [ 9596] By: jhi on 2001/04/06 17:26:03
26192 Log: The d_casti32=undef is good for you even when not use64bitall.
26195 ____________________________________________________________________________
26196 [ 9595] By: gsar on 2001/04/06 14:57:17
26197 Log: add a low-impact fix to accomodate darwin-ism
26198 Branch: maint-5.6/perl
26199 ! ext/Errno/Errno_pm.PL
26200 ____________________________________________________________________________
26201 [ 9594] By: jhi on 2001/04/06 14:55:14
26202 Log: Integrate changes #9528,9593 from mainline into maintperl;
26203 tweaking the editor/IDE/shell list.
26204 Branch: maint-5.6/perl
26205 !> pod/perlfaq3.pod
26206 ____________________________________________________________________________
26207 [ 9593] By: jhi on 2001/04/06 14:51:39
26208 Log: Make the editor/IDE/shell list a little bit airier.
26211 ____________________________________________________________________________
26212 [ 9592] By: gsar on 2001/04/06 14:45:18
26213 Log: integrate change#9477 from mainline (base.pm doc tweak)
26215 missing doc entry for fmod()
26216 Branch: maint-5.6/perl
26217 ! lib/Math/BigFloat.pm
26219 ____________________________________________________________________________
26220 [ 9591] By: jhi on 2001/04/06 13:55:48
26224 ____________________________________________________________________________
26225 [ 9590] By: jhi on 2001/04/06 13:54:52
26226 Log: Math::BigFloat patches from John Peacock. The equivalent
26227 of #9586 from maintperl but reworked by John to work with
26230 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
26231 ____________________________________________________________________________
26232 [ 9589] By: jhi on 2001/04/06 13:42:23
26233 Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
26235 ! ext/Digest/MD5/Makefile.PL
26236 ____________________________________________________________________________
26237 [ 9588] By: jhi on 2001/04/06 13:31:45
26238 Log: Integrate changes #9584,9587 from maintperl into mainline.
26240 keep eval"" CVs alive until the end of the statement in which
26243 add README.macos (from Chris Nandor)
26245 tyop in change#9555
26248 !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
26249 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
26250 !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
26251 !> win32/makefile.mk
26252 ____________________________________________________________________________
26253 [ 9587] By: gsar on 2001/04/06 07:31:30
26254 Log: add README.macos (from Chris Nandor)
26256 tyop in change#9555
26257 Branch: maint-5.6/perl
26259 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
26260 ! win32/Makefile win32/makefile.mk
26261 ____________________________________________________________________________
26262 [ 9586] By: gsar on 2001/04/06 07:08:54
26263 Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
26264 Branch: maint-5.6/perl
26265 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
26266 ____________________________________________________________________________
26267 [ 9585] By: gsar on 2001/04/06 06:58:44
26268 Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
26271 Subject: [PATCH] Base64 update to perlfaq9.pod
26273 Subject: [PATCH AUTHORS] Housekeeping
26275 Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
26276 Mac OS X (Darwin) has extra pwent fields.
26278 Subject: [PATCH B::*] print control-character vars readably
26279 Needs EBCDICification.
26281 Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
26283 Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
26285 Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
26287 Subject: [PATCH B::Deparse] binmode is no longer an UNOP
26289 Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
26291 Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
26293 Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
26295 Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
26297 FreeBSD hints tweak from Anton Berezin.
26299 Subject: [PATCH foolperl & bleadperl] README.vms update
26301 Subject: Re: [PATCH foolperl & bleadperl] README.vms update
26302 Branch: maint-5.6/perl
26303 !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
26304 !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
26305 !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
26306 ____________________________________________________________________________
26307 [ 9584] By: gsar on 2001/04/06 04:09:00
26308 Log: keep eval"" CVs alive until the end of the statement in which
26309 they're called; this avoids a coredump ensuing from search for
26310 lexicals in code such as:
26314 eval q[sub { eval 'sub { &$s }' }];
26318 this code still doesn't work as intended (as it has remained
26319 since time immemorial), but it doesn't provoke a coredump anymore
26320 Branch: maint-5.6/perl
26321 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26322 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
26323 ____________________________________________________________________________
26324 [ 9583] By: jhi on 2001/04/05 23:52:51
26325 Log: Update Changes.
26327 ! Changes patchlevel.h
26328 ____________________________________________________________________________
26329 [ 9582] By: jhi on 2001/04/05 23:11:23
26330 Log: Slight doc tweak.
26332 ! pod/perlunicode.pod
26333 ____________________________________________________________________________
26334 [ 9581] By: jhi on 2001/04/05 23:04:11
26335 Log: Integrate perlio.
26337 !> pod/perlunicode.pod
26338 ____________________________________________________________________________
26339 [ 9580] By: jhi on 2001/04/05 23:03:29
26340 Log: Test for #9579.
26343 ____________________________________________________________________________
26344 [ 9579] By: jhi on 2001/04/05 22:54:17
26345 Log: Subject: [PATCH] Propagate calling context for do '...'
26346 From: Gisle Aas <gisle@ActiveState.com>
26347 Date: 04 Apr 2001 20:17:29 -0700
26348 Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
26350 ! pod/perlfunc.pod pp_ctl.c
26351 ____________________________________________________________________________
26352 [ 9578] By: jhi on 2001/04/05 22:52:51
26353 Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
26354 From: Peter Prymmer <pvhp@forte.com>
26355 Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
26356 Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
26359 ____________________________________________________________________________
26360 [ 9577] By: jhi on 2001/04/05 22:48:22
26361 Log: Subject: [PATCH foolperl & bleadperl] README.vms update
26362 From: "Craig A. Berry" <craigberry@mac.com>
26363 Date: Thu, 5 Apr 2001 13:43:28 -0500
26364 Message-Id: <p04330101b6f269936918@[172.16.52.1]>
26367 ____________________________________________________________________________
26368 [ 9576] By: jhi on 2001/04/05 22:31:38
26369 Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
26370 From: Michael G Schwern <schwern@pobox.com>
26371 Date: Thu, 5 Apr 2001 21:53:21 +0100
26372 Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
26374 ! lib/base.pm t/lib/fields.t
26375 ____________________________________________________________________________
26376 [ 9575] By: jhi on 2001/04/05 22:26:10
26377 Log: FreeBSD hints tweak from Anton Berezin.
26380 ____________________________________________________________________________
26381 [ 9574] By: jhi on 2001/04/05 22:24:03
26382 Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
26383 From: David Dyck <dcd@tc.fluke.com>
26384 Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
26385 Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
26388 ____________________________________________________________________________
26389 [ 9573] By: jhi on 2001/04/05 22:23:06
26390 Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate ( with patch)
26391 Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
26392 From: David Dyck <dcd@tc.fluke.com>
26393 Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
26396 ____________________________________________________________________________
26397 [ 9572] By: jhi on 2001/04/05 22:14:47
26398 Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
26399 From: Robin Houston <robin@kitsite.com>
26400 Date: Thu, 5 Apr 2001 20:56:48 +0100
26401 Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
26403 ! ext/B/B/Deparse.pm
26404 ____________________________________________________________________________
26405 [ 9571] By: jhi on 2001/04/05 22:12:53
26406 Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
26407 From: Robin Houston <robin@kitsite.com>
26408 Date: Thu, 5 Apr 2001 19:55:51 +0100
26409 Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
26411 ! ext/B/B/Deparse.pm
26412 ____________________________________________________________________________
26413 [ 9570] By: jhi on 2001/04/05 22:11:06
26414 Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
26415 From: Robin Houston <robin@kitsite.com>
26416 Date: Thu, 5 Apr 2001 20:16:29 +0100
26417 Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
26419 ! ext/B/B/Deparse.pm
26420 ____________________________________________________________________________
26421 [ 9569] By: nick on 2001/04/05 21:32:26
26422 Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
26424 ! pod/perlunicode.pod
26425 ____________________________________________________________________________
26426 [ 9568] By: nick on 2001/04/05 19:38:09
26427 Log: Integrate mainline
26429 +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
26430 !> (integrate 35 files)
26431 ____________________________________________________________________________
26432 [ 9567] By: jhi on 2001/04/05 18:31:45
26433 Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
26434 From: Robin Houston <robin@kitsite.com>
26435 Date: Thu, 5 Apr 2001 18:03:23 +0100
26436 Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
26438 ! ext/B/B/Deparse.pm
26439 ____________________________________________________________________________
26440 [ 9566] By: jhi on 2001/04/05 18:29:35
26441 Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
26442 From: Robin Houston <robin@kitsite.com>
26443 Date: Thu, 5 Apr 2001 16:45:18 +0100
26444 Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
26446 ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
26447 ____________________________________________________________________________
26448 [ 9565] By: jhi on 2001/04/05 18:24:23
26449 Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
26450 From: Robin Houston <robin@kitsite.com>
26451 Date: Thu, 5 Apr 2001 14:50:09 +0100
26452 Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
26454 ! ext/B/B/Deparse.pm
26455 ____________________________________________________________________________
26456 [ 9564] By: jhi on 2001/04/05 18:23:03
26457 Log: Subject: [PATCH B::*] print control-character vars readably
26458 From: Robin Houston <robin@kitsite.com>
26459 Date: Thu, 5 Apr 2001 14:27:38 +0100
26460 Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
26462 Needs EBCDICification.
26464 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
26466 ____________________________________________________________________________
26467 [ 9563] By: jhi on 2001/04/05 18:20:32
26468 Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
26469 Date: Thu, 5 Apr 2001 13:21:42 -0400
26470 From: Paul Schinder <schinder@pobox.com>
26471 Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
26473 Mac OS X (Darwin) has extra pwent fields.
26476 ____________________________________________________________________________
26477 [ 9562] By: jhi on 2001/04/05 17:57:51
26481 ____________________________________________________________________________
26482 [ 9561] By: jhi on 2001/04/05 17:47:33
26483 Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
26486 Branch: metaconfig/U/perl
26488 ! d_cmsghdr_s.U d_msghdr_s.U
26489 ____________________________________________________________________________
26490 [ 9560] By: jhi on 2001/04/05 17:47:01
26491 Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
26492 ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
26493 Introduce probes for struct msghdr, struct cmsghdr,
26494 sendmsg, recvmsg, readv, writev, setitimer, getitimer,
26495 ualarm, usleep, for possible later extension work.
26497 + t/lib/md5-align.t
26498 ! Configure MANIFEST Porting/Glossary Porting/config.sh
26499 ! Porting/config_H config_h.SH configure.com epoc/config.sh
26500 ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
26501 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26502 ! vos/config.ga.h win32/config.bc win32/config.gc
26504 ____________________________________________________________________________
26505 [ 9559] By: jhi on 2001/04/05 13:03:04
26506 Log: Be traditional in your cpp (for the Errno extension).
26509 ____________________________________________________________________________
26510 [ 9558] By: jhi on 2001/04/05 13:00:05
26511 Log: Add $Config{cppflags} to the gcc incantation.
26513 ! ext/Errno/Errno_pm.PL
26514 ____________________________________________________________________________
26515 [ 9557] By: jhi on 2001/04/05 04:22:39
26516 Log: Introduce Sean Burke's Class::ISA 0.32.
26518 + lib/Class/ISA.pm t/lib/class-isa.t
26520 ____________________________________________________________________________
26521 [ 9556] By: jhi on 2001/04/05 04:09:50
26522 Log: Subject: [PATCH AUTHORS] Housekeeping
26523 From: Paul Johnson <paul@pjcj.net>
26524 Date: Wed, 4 Apr 2001 22:45:47 +0200
26525 Message-ID: <20010404224547.D9548@pjcj.net>
26528 ____________________________________________________________________________
26529 [ 9555] By: jhi on 2001/04/05 04:06:33
26530 Log: Subject: [PATCH] Base64 update to perlfaq9.pod
26531 From: Gisle Aas <gisle@ActiveState.com>
26532 Date: 04 Apr 2001 14:23:04 -0700
26533 Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
26536 ____________________________________________________________________________
26537 [ 9554] By: jhi on 2001/04/05 04:05:49
26538 Log: Downgrade also the "Wide character" diagnostic.
26541 ____________________________________________________________________________
26542 [ 9553] By: jhi on 2001/04/05 04:00:33
26543 Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
26544 maintperl into mainline.
26546 "double" should be "NV"; standard typemap is missing entry
26551 Downgrade "Wide character in print" to a warning.
26553 B::Deparse fix for ${^FOO} and documentation for PVX() method
26554 (from Robin Houston)
26556 tr/// doesn't null-terminate the result in some situations
26559 !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
26560 !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
26561 !> t/io/utf8.t t/op/tr.t
26562 ____________________________________________________________________________
26563 [ 9552] By: jhi on 2001/04/05 03:52:50
26564 Log: Retract changes #9542 and #9538 (from maintperl, integrated
26565 at #9540), shouldn't be needed because of the perlio changes.
26568 ____________________________________________________________________________
26569 [ 9551] By: gsar on 2001/04/05 00:18:34
26570 Log: tr/// doesn't null-terminate the result in some situations
26572 Branch: maint-5.6/perl
26574 ____________________________________________________________________________
26575 [ 9550] By: gsar on 2001/04/04 20:04:17
26576 Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
26577 (from Robin Houston)
26578 Branch: maint-5.6/perl
26579 ! ext/B/B.pm ext/B/B/Deparse.pm
26580 ____________________________________________________________________________
26581 [ 9549] By: nick on 2001/04/04 18:56:15
26582 Log: Downgrade "Wide character in print" to a warning.
26584 ! doio.c t/io/utf8.t
26585 ____________________________________________________________________________
26586 [ 9548] By: gsar on 2001/04/04 18:51:49
26587 Log: integrate changes#9460,9462,9482,9521,9522
26589 Subject: PATCH: B::Debug should show LOOP-specific fields
26591 Subject: B::Deparse precedence bug. (Patch included.)
26593 Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
26595 Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
26597 Subject: [PATCH B::Concise] padname values may have bogus SvCUR
26598 Branch: maint-5.6/perl
26599 !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
26600 !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
26601 ____________________________________________________________________________
26602 [ 9547] By: gsar on 2001/04/04 18:49:16
26604 Branch: maint-5.6/perl
26605 ! ext/Thread/Thread.xs
26606 ____________________________________________________________________________
26607 [ 9546] By: nick on 2001/04/04 18:44:00
26608 Log: Integrate mainline.
26610 !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
26611 !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
26612 ____________________________________________________________________________
26613 [ 9545] By: gsar on 2001/04/04 18:38:52
26614 Log: integrate change#8837 from mainline
26616 Subject: [patch] -Wall cleanup round 2
26617 Branch: maint-5.6/perl
26618 !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
26619 !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
26620 !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
26621 !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
26622 !> ext/SDBM_File/SDBM_File.xs
26623 ____________________________________________________________________________
26624 [ 9544] By: gsar on 2001/04/04 17:49:57
26625 Log: "double" should be "NV"; standard typemap is missing entry
26627 Branch: maint-5.6/perl
26628 ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
26629 ____________________________________________________________________________
26630 [ 9543] By: jhi on 2001/04/04 14:13:18
26631 Log: Thou shalt not (just) match for English error messages.
26633 ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
26634 ! os2/OS2/Process/Process.pm
26635 ____________________________________________________________________________
26636 [ 9542] By: jhi on 2001/04/04 13:20:39
26637 Log: Make the stdio tricks of fflush_all() to exist only if
26638 stdio is being used.
26641 ____________________________________________________________________________
26642 [ 9541] By: jhi on 2001/04/04 04:20:24
26643 Log: Subject: Re: [PATCH] Lighten up glob
26644 From: Benjamin Sugars <bsugars@canoe.ca>
26645 Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
26646 Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
26648 ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
26650 ____________________________________________________________________________
26651 [ 9540] By: jhi on 2001/04/04 04:03:57
26652 Log: Integrate changes #9538,9539 from maintperl into mainline.
26654 fflush() is a macro on SunOS 4.1.x, so provide a wrapper
26655 for use with _fwalk() (fix for change#7705)
26657 another tweak needed for SunOS 4.1.x build (from Mike Guy)
26658 (cp -f is not portable)
26660 !> Makefile.SH util.c
26661 ____________________________________________________________________________
26662 [ 9539] By: gsar on 2001/04/04 03:01:14
26663 Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
26664 Branch: maint-5.6/perl
26666 ____________________________________________________________________________
26667 [ 9538] By: gsar on 2001/04/04 01:00:38
26668 Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
26669 for use with _fwalk() (fix for change#7705)
26670 Branch: maint-5.6/perl
26672 ____________________________________________________________________________
26673 [ 9537] By: nick on 2001/04/03 19:24:55
26674 Log: Integrate mainline
26676 +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
26677 +> lib/unicode/PropList.html
26678 - lib/unicode/Names.txt lib/unicode/README.Ethiopic
26679 !> (integrate 69 files)
26680 ____________________________________________________________________________
26681 [ 9536] By: jhi on 2001/04/03 18:02:31
26682 Log: Integrate change #9533 from maintperl into mainline.
26684 better fix for change#9517 to accomodate UNC paths like
26685 \\server\share\foo, and paths with trailing backslash
26688 !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26689 ____________________________________________________________________________
26690 [ 9535] By: jhi on 2001/04/03 17:58:07
26691 Log: Change the push/unshift warning to be of class syntax, not misc.
26693 ! op.c pod/perldiag.pod t/pragma/warn/op
26694 ____________________________________________________________________________
26695 [ 9534] By: jhi on 2001/04/03 15:03:46
26696 Log: Change the push/unshift warning (#9532) to talk about "no values"
26697 instead of "no arguments".
26699 ! op.c pod/perldiag.pod t/pragma/warn/op
26700 ____________________________________________________________________________
26701 [ 9533] By: gsar on 2001/04/03 14:30:07
26702 Log: better fix for change#9517 to accomodate UNC paths like
26703 \\server\share\foo, and paths with trailing backslash
26705 Branch: maint-5.6/perl
26706 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26707 ____________________________________________________________________________
26708 [ 9532] By: jhi on 2001/04/03 13:11:46
26709 Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
26710 From: Robin Houston <robin@kitsite.com>
26711 Date: Mon, 2 Apr 2001 15:03:29 +0100
26712 Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
26714 ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
26715 ____________________________________________________________________________
26716 [ 9531] By: jhi on 2001/04/03 13:06:34
26717 Log: Integrate change #9530 from maintperl into mainline.
26719 accomodate VMS "mailbox overflow" quirk in testsuite (from
26723 ____________________________________________________________________________
26724 [ 9530] By: gsar on 2001/04/03 04:56:41
26725 Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
26727 Branch: maint-5.6/perl
26729 ____________________________________________________________________________
26730 [ 9529] By: jhi on 2001/04/03 02:34:34
26731 Log: Update Changes.
26733 ! Changes patchlevel.h
26734 ____________________________________________________________________________
26735 [ 9528] By: jhi on 2001/04/03 01:27:57
26736 Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
26737 Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
26738 To: perl5-porters@perl.org
26739 Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
26742 ____________________________________________________________________________
26743 [ 9527] By: jhi on 2001/04/03 01:22:09
26744 Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
26745 From: Peter Prymmer <pvhp@forte.com>
26746 Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
26747 Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>
26749 ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
26750 ____________________________________________________________________________
26751 [ 9526] By: jhi on 2001/04/03 01:18:25
26752 Log: The metaconfig unit changes for #9525.
26754 ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
26755 Branch: metaconfig/U/perl
26757 ____________________________________________________________________________
26758 [ 9525] By: jhi on 2001/04/03 01:17:30
26759 Log: Configure sanity checks:
26760 * if use64bitall is attempted but pointers are only 32-bit,
26761 'downgrade' to use64bitint
26762 * if use64bitint is attempted but there's no quad type,
26763 forget about use64bitint (well, the default for it is 'n',
26764 the user can still override this)
26765 * if pointers are 64 bits, do not try to use Perl's malloc
26768 ____________________________________________________________________________
26769 [ 9524] By: gsar on 2001/04/03 01:09:12
26770 Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
26771 Branch: maint-5.6/perl
26773 ____________________________________________________________________________
26774 [ 9523] By: jhi on 2001/04/03 00:02:31
26775 Log: (Retracted by #9609)
26777 Make it harder for parallel makes to enter 'test' before
26778 Dynaloader and File::Glob are happy. (In principle 'make_ext'
26779 should be unhappy enough, but sometimes parallel makes seem
26780 to sneak past both in Tru64 and AIX.)
26783 ____________________________________________________________________________
26784 [ 9522] By: jhi on 2001/04/02 22:35:31
26785 Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
26786 Date: Mon, 2 Apr 2001 22:54:10 +0100
26787 From: Robin Houston <robin@kitsite.com>
26788 Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
26790 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
26791 ____________________________________________________________________________
26792 [ 9521] By: jhi on 2001/04/02 22:32:23
26793 Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
26794 From: Robin Houston <robin@kitsite.com>
26795 Date: Mon, 2 Apr 2001 20:24:03 +0100
26796 Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
26798 ! ext/B/B/Concise.pm
26799 ____________________________________________________________________________
26800 [ 9520] By: jhi on 2001/04/02 22:30:43
26801 Log: Subject: [PATCH] REALLY pedantic hv.h nit
26802 From: Simon Cozens <simon@netthink.co.uk>
26803 Date: Mon, 2 Apr 2001 15:43:06 +0100
26804 Message-ID: <20010402154306.A21711@netthink.co.uk>
26807 ____________________________________________________________________________
26808 [ 9519] By: jhi on 2001/04/02 22:28:04
26811 Subject: [foolperl] EPOC fix
26812 From: Olaf Flebbe <O.Flebbe@science-computing.de>
26813 Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
26814 Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
26817 ____________________________________________________________________________
26818 [ 9518] By: jhi on 2001/04/02 22:22:34
26819 Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
26821 README.win32 tweaks; add a note about alternative location for
26822 getting a gcc-2.95.2 that will build perl properly on windows
26824 add some notes about gutsy threading matters
26826 many of the utilities interpolate literal paths within doublequotes
26827 (fails on dosish platforms where path contains backslashes)
26829 !> README.win32 pod/perlguts.pod utils/perldoc.PL
26830 !> x2p/find2perl.PL x2p/s2p.PL
26831 ____________________________________________________________________________
26832 [ 9517] By: gsar on 2001/04/02 19:52:21
26833 Log: many of the utilities interpolate literal paths within doublequotes
26834 (fails on dosish platforms where path contains backslashes)
26835 Branch: maint-5.6/perl
26836 ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
26837 ____________________________________________________________________________
26838 [ 9516] By: gsar on 2001/04/02 05:49:37
26839 Log: a foolish release
26840 Branch: maint-5.6/perl
26841 ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
26843 ____________________________________________________________________________
26844 [ 9515] By: gsar on 2001/04/02 05:04:29
26845 Log: add missing changelog summaries
26846 Branch: maint-5.6/perl
26848 ____________________________________________________________________________
26849 [ 9514] By: gsar on 2001/04/02 04:07:13
26850 Log: add some notes about gutsy threading matters
26851 Branch: maint-5.6/perl
26853 ____________________________________________________________________________
26854 [ 9513] By: gsar on 2001/04/02 03:25:21
26855 Log: add more prominent caveat notices about experimental features
26856 Branch: maint-5.6/perl
26857 ! pod/perlfork.pod pod/perlunicode.pod
26858 ____________________________________________________________________________
26859 [ 9512] By: gsar on 2001/04/02 02:54:33
26860 Log: integrate changes#9479,9509 from mainline
26862 [PATCH] File::Glob stuff for Mac OS
26864 [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26865 Branch: maint-5.6/perl
26866 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
26867 !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
26868 !> t/lib/glob-taint.t
26869 ____________________________________________________________________________
26870 [ 9511] By: gsar on 2001/04/02 02:38:24
26871 Log: README.win32 tweaks; add a note about alternative location for
26872 getting a gcc-2.95.2 that will build perl properly on windows
26873 Branch: maint-5.6/perl
26875 ____________________________________________________________________________
26876 [ 9510] By: jhi on 2001/04/01 20:45:10
26877 Log: An ambiguosity warning.
26880 ____________________________________________________________________________
26881 [ 9509] By: jhi on 2001/04/01 19:53:47
26882 Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
26883 From: Jonathan Stowe <gellyfish@gellyfish.com>
26884 Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
26885 Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
26887 ! ext/File/Glob/bsd_glob.c
26888 ____________________________________________________________________________
26889 [ 9508] By: jhi on 2001/04/01 19:35:03
26890 Log: Update Changes.
26892 ! Changes patchlevel.h
26893 ____________________________________________________________________________
26894 [ 9507] By: jhi on 2001/04/01 19:24:01
26895 Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
26896 from mainline to maintperl: pod tweaks.
26897 Branch: maint-5.6/perl
26898 !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
26899 !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
26901 ____________________________________________________________________________
26902 [ 9506] By: jhi on 2001/04/01 19:11:53
26903 Log: Commit Sarathy to April release of 5.6.1 :-)
26906 ____________________________________________________________________________
26907 [ 9505] By: jhi on 2001/04/01 19:03:15
26908 Log: Subject: PATCH 5.6.0 (perldebug.pod)
26909 From: Mark-Jason Dominus <mjd@plover.com>
26910 Date: Sun, 01 Apr 2001 14:25:11 -0400
26911 Message-ID: <20010401182511.9247.qmail@plover.com>
26913 ! pod/perldebug.pod
26914 ____________________________________________________________________________
26915 [ 9504] By: jhi on 2001/04/01 18:43:09
26916 Log: Add great_circle_direction().
26918 ! lib/Math/Trig.pm t/lib/trig.t
26919 ____________________________________________________________________________
26920 [ 9503] By: jhi on 2001/04/01 17:29:12
26921 Log: Unicode ReadMe update for Unicode 3.1.
26923 ! lib/unicode/ReadMe.txt
26924 ____________________________________________________________________________
26925 [ 9502] By: jhi on 2001/04/01 17:18:40
26926 Log: Integrate change #9501 from maintperl into mainline.
26928 fix the perlembed notes on multiple interpreters
26930 fix ExtUtils::Embed to work passably on Windows
26932 !> lib/ExtUtils/Embed.pm pod/perlembed.pod
26933 ____________________________________________________________________________
26934 [ 9501] By: gsar on 2001/04/01 07:21:57
26935 Log: fix the perlembed notes on multiple interpreters
26937 fix ExtUtils::Embed to work passably on Windows
26938 Branch: maint-5.6/perl
26939 ! lib/ExtUtils/Embed.pm pod/perlembed.pod
26940 ____________________________________________________________________________
26941 [ 9500] By: jhi on 2001/04/01 05:58:23
26942 Log: Test for #9499.
26945 ____________________________________________________________________________
26946 [ 9499] By: jhi on 2001/04/01 05:55:46
26947 Log: tr/// UTF-8 tweaking from Inaba Hiroto.
26949 ! embed.h embed.pl op.c proto.h
26950 ____________________________________________________________________________
26951 [ 9498] By: jhi on 2001/04/01 05:44:34
26952 Log: Protect the workaround hunk more.
26955 ____________________________________________________________________________
26956 [ 9497] By: jhi on 2001/04/01 00:24:25
26957 Log: Integrate changes #9493,9494,9495,9496 from maintperl
26960 fix a broken workaround for Borland compiler in change#4739
26961 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26963 nits spotted by Borland compiler
26965 avoid redefinition warnings under Borland 5.02
26967 various nits identified by the Borland 5.5 compiler; remove suppression
26970 !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
26972 ____________________________________________________________________________
26973 [ 9496] By: gsar on 2001/03/31 23:22:28
26974 Log: various nits identified by the Borland 5.5 compiler; remove suppression
26976 Branch: maint-5.6/perl
26977 ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
26978 ____________________________________________________________________________
26979 [ 9495] By: gsar on 2001/03/31 21:03:08
26980 Log: avoid redefinition warnings under Borland 5.02
26981 Branch: maint-5.6/perl
26982 ! win32/makefile.mk
26983 ____________________________________________________________________________
26984 [ 9494] By: gsar on 2001/03/31 20:18:59
26985 Log: nits spotted by Borland compiler
26986 Branch: maint-5.6/perl
26987 ! utf8.h win32/win32.h
26988 ____________________________________________________________________________
26989 [ 9493] By: gsar on 2001/03/31 20:18:05
26990 Log: fix a broken workaround for Borland compiler in change#4739
26991 (caused weird "short reads" on DATA, which caused op/misc.t to fail)
26992 Branch: maint-5.6/perl
26994 ____________________________________________________________________________
26995 [ 9492] By: jhi on 2001/03/31 18:36:24
26996 Log: Integrate change #9491 from maintperl into mainline.
26998 Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
26999 directory is relative (need to fetch the full path name *before*
27003 ____________________________________________________________________________
27004 [ 9491] By: gsar on 2001/03/31 17:01:56
27005 Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
27006 directory is relative (need to fetch the full path name *before*
27009 this is a followup patch for change#6749
27010 Branch: maint-5.6/perl
27012 ____________________________________________________________________________
27013 [ 9490] By: jhi on 2001/03/31 15:50:18
27014 Log: Subject: Re: [PATCH] av.h cosmetics
27015 From: Simon Cozens <simon@netthink.co.uk>
27016 Date: Sat, 31 Mar 2001 13:09:59 +0100
27017 Message-ID: <20010331130959.A22000@netthink.co.uk>
27022 ____________________________________________________________________________
27023 [ 9489] By: jhi on 2001/03/31 15:48:44
27024 Log: Subject: [PATCH] Re: Math::Big* v1.21
27025 From: Tels <perl_dummy@bloodgate.com>
27026 Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
27027 Message-Id: <200103311125.GAA377738@www08.hway.net>
27030 ____________________________________________________________________________
27031 [ 9488] By: jhi on 2001/03/31 03:39:51
27032 Log: Debug output tweak.
27035 ____________________________________________________________________________
27036 [ 9487] By: jhi on 2001/03/31 03:33:02
27037 Log: OverVMSification.
27040 ____________________________________________________________________________
27041 [ 9486] By: jhi on 2001/03/31 03:01:40
27042 Log: Missed MANIFESTations in #9483.
27045 ____________________________________________________________________________
27046 [ 9485] By: jhi on 2001/03/31 02:58:17
27047 Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
27048 From: Peter Prymmer <pvhp@forte.com>
27049 Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
27050 Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
27052 ! regexec.c t/lib/cwd.t
27053 ____________________________________________________________________________
27054 [ 9484] By: jhi on 2001/03/31 01:04:41
27055 Log: Obsolete file (see #3938)
27057 - lib/unicode/README.Ethiopic
27059 ____________________________________________________________________________
27060 [ 9483] By: jhi on 2001/03/31 00:52:42
27061 Log: Update to Unicode 3.1.
27062 (Rename Names.txt to NamesList.txt.)
27064 + lib/unicode/NamesList.txt lib/unicode/PropList.html
27065 - lib/unicode/Names.txt
27066 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27067 ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
27068 ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
27069 ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
27070 ! lib/unicode/UCD.html lib/unicode/Unicode.html
27071 ! lib/unicode/rename lib/unicode/version
27072 ____________________________________________________________________________
27073 [ 9482] By: jhi on 2001/03/30 23:33:44
27074 Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
27075 From: Robin Houston <robin@kitsite.com>
27076 Date: Fri, 30 Mar 2001 20:07:22 +0100
27077 Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
27079 ! ext/B/B/Deparse.pm
27080 ____________________________________________________________________________
27081 [ 9481] By: jhi on 2001/03/30 23:20:25
27082 Log: Subject: Re: [PATCH] CwdXS, Take 2
27083 From: Benjamin Sugars <bsugars@canoe.ca>
27084 Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
27085 Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
27087 + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
27088 ! MANIFEST lib/Cwd.pm t/lib/cwd.t
27089 ____________________________________________________________________________
27090 [ 9480] By: jhi on 2001/03/30 22:52:38
27091 Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
27092 From: David Dyck <dcd@tc.fluke.com>
27093 Date: Fri, 30 Mar 2001 14:44:13 -0800
27094 Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
27096 The t/rantests flags file creation was accidentally
27100 ____________________________________________________________________________
27101 [ 9479] By: jhi on 2001/03/30 22:45:45
27102 Log: Subject: [PATCH] File::Glob stuff for Mac OS
27103 From: Chris Nandor <pudge@pobox.com>
27104 Date: Fri, 30 Mar 2001 16:51:00 -0500
27105 Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
27107 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27108 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
27109 ! t/lib/glob-taint.t
27110 ____________________________________________________________________________
27111 [ 9478] By: jhi on 2001/03/30 22:43:12
27112 Log: Subject: fix for win32/buildext.pl
27113 From: "Vadim Konovalov" <watman@inbox.ru>
27114 Date: Sat, 31 Mar 2001 00:50:36 +0400
27115 Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
27117 ! win32/buildext.pl
27118 ____________________________________________________________________________
27119 [ 9477] By: jhi on 2001/03/30 22:41:16
27120 Log: Subject: small base.pm doc patch
27121 From: Leon Brocard <acme@astray.com>
27122 Date: Fri, 30 Mar 2001 21:49:57 +0100
27123 Message-ID: <20010330214957.B8733@ns0.astray.com>
27126 ____________________________________________________________________________
27127 [ 9476] By: jhi on 2001/03/30 18:16:57
27128 Log: Subject: [PATCH] av.h cosmetics
27129 From: Simon Cozens <simon@netthink.co.uk>
27130 Date: Fri, 30 Mar 2001 18:12:28 +0100
27131 Message-ID: <20010330181228.A9319@netthink.co.uk>
27134 ____________________________________________________________________________
27135 [ 9475] By: jhi on 2001/03/30 18:15:50
27136 Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
27137 From: "Philip Newton" <pnewton@gmx.de>
27138 Date: Fri, 30 Mar 2001 19:06:57 +0200
27139 Message-ID: <3AC4D951.14815.1AC7068@localhost>
27142 ____________________________________________________________________________
27143 [ 9474] By: jhi on 2001/03/30 18:14:02
27144 Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
27145 From: Benjamin Sugars <bsugars@canoe.ca>
27146 Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
27147 Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
27149 ! t/lib/glob-basic.t
27150 ____________________________________________________________________________
27151 [ 9473] By: jhi on 2001/03/30 16:09:24
27152 Log: Update Changes.
27154 ! Changes patchlevel.h
27155 ____________________________________________________________________________
27156 [ 9472] By: jhi on 2001/03/30 15:16:08
27157 Log: Integrate perlio.
27159 !> t/lib/cwd.t t/lib/glob-basic.t
27160 ____________________________________________________________________________
27161 [ 9471] By: nick on 2001/03/30 14:47:10
27162 Log: Should be (^O eq 'MSWin32') not 'Win32'
27163 Fail #12 seems real - chdir is in wrong dir.
27166 ____________________________________________________________________________
27167 [ 9470] By: jhi on 2001/03/30 14:41:11
27168 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
27169 From: Radu Greab <radu@netsoft.ro>
27170 Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
27171 Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
27175 ! ext/Socket/Socket.xs pp_sys.c
27176 ____________________________________________________________________________
27177 [ 9469] By: jhi on 2001/03/30 14:37:51
27178 Log: Subject: PATCH pod/perldiag.pod
27179 From: Robin Houston <robin@kitsite.com>
27180 Date: Fri, 30 Mar 2001 14:10:36 +0100
27181 Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
27183 ! pod/perldiag.pod t/lib/glob-basic.t
27184 ____________________________________________________________________________
27185 [ 9468] By: jhi on 2001/03/30 14:36:36
27186 Log: Subject: Better diagnostic in io/fs.t
27187 From: andreas.koenig@anima.de (Andreas J. Koenig)
27188 Date: 30 Mar 2001 10:11:43 +0200
27189 Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
27192 ____________________________________________________________________________
27193 [ 9467] By: nick on 2001/03/30 14:25:43
27194 Log: Skip order test of glob if case-ignoring system cannot
27195 create a.test and A.test
27197 ! t/lib/glob-basic.t
27198 ____________________________________________________________________________
27199 [ 9466] By: nick on 2001/03/30 13:03:12
27200 Log: Integrate mainline.
27202 - ext/re/hints/aix.pl
27203 !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
27204 !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
27205 !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
27206 !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
27207 ____________________________________________________________________________
27208 [ 9465] By: jhi on 2001/03/30 03:53:37
27209 Log: Add timeouts to the tests. (In AIX 4.3.1.0 + vac 5.0.0.0
27210 the tests sometimes hang, sometimes not.)
27212 ! t/lib/io_multihomed.t t/lib/io_sock.t
27213 ____________________________________________________________________________
27214 [ 9464] By: jhi on 2001/03/30 02:56:04
27215 Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
27216 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27217 Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
27218 Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
27221 ____________________________________________________________________________
27222 [ 9463] By: jhi on 2001/03/30 02:34:48
27223 Log: Test for #9462.
27226 ____________________________________________________________________________
27227 [ 9462] By: jhi on 2001/03/30 02:29:37
27228 Log: Subject: B::Deparse precedence bug. (Patch included.)
27229 From: Jeremy Madea <jmadea@inktomi.com>
27230 Date: Thu, 29 Mar 2001 12:05:02 -0800
27231 Message-ID: <20010329120502.A24881@dr.inktomi.com>
27233 ! ext/B/B/Deparse.pm
27234 ____________________________________________________________________________
27235 [ 9461] By: jhi on 2001/03/30 02:18:41
27236 Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
27237 From: Peter Prymmer <pvhp@forte.com>
27238 Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
27239 Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
27241 ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
27243 ____________________________________________________________________________
27244 [ 9460] By: jhi on 2001/03/30 02:17:07
27245 Log: Subject: PATCH: B::Debug should show LOOP-specific fields
27246 From: Robin Houston <robin@kitsite.com>
27247 Date: Thu, 29 Mar 2001 20:47:56 +0100
27248 Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
27251 ____________________________________________________________________________
27252 [ 9459] By: jhi on 2001/03/30 02:16:05
27253 Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
27254 From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
27255 Date: Wed, 28 Mar 2001 18:02:20 -0600
27256 Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
27258 ! lib/ExtUtils/MM_VMS.pm
27259 ____________________________________________________________________________
27260 [ 9458] By: jhi on 2001/03/30 02:07:58
27261 Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
27262 From: "Joshua E. Rodd" <jrodd@pbs.org>
27263 Date: Wed, 28 Mar 2001 17:29:12 -0500
27264 Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
27267 ____________________________________________________________________________
27268 [ 9457] By: jhi on 2001/03/30 02:04:33
27269 Log: Subject: ext/re/aix.pl can go
27270 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27271 Date: Thu, 29 Mar 2001 12:03:28 +0200
27272 Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
27274 - ext/re/hints/aix.pl
27276 ____________________________________________________________________________
27277 [ 9456] By: jhi on 2001/03/30 02:03:32
27278 Log: Integrate perlio.
27280 !> ext/Encode/Encode.xs installperl
27281 ____________________________________________________________________________
27282 [ 9455] By: nick on 2001/03/29 21:11:46
27283 Log: DLL name has changed so installperl needs to know
27284 (Why isn't it working it out or passed it?)
27287 ____________________________________________________________________________
27288 [ 9454] By: nick on 2001/03/29 20:56:12
27289 Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
27290 and we don't get undef warnings.
27292 ! ext/Encode/Encode.xs
27293 ____________________________________________________________________________
27294 [ 9453] By: nick on 2001/03/29 17:58:48
27295 Log: Integrate mainline
27297 !> Changes patchlevel.h
27298 ____________________________________________________________________________
27299 [ 9452] By: jhi on 2001/03/29 16:44:55
27300 Log: Update Changes.
27302 ! Changes patchlevel.h
27303 ____________________________________________________________________________
27304 [ 9451] By: nick on 2001/03/29 16:31:38
27305 Log: Integrate mainline
27307 !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
27308 !> ext/Encode/Encode.xs ext/Storable/Storable.xs
27309 !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
27310 !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
27311 !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
27312 ____________________________________________________________________________
27313 [ 9450] By: jhi on 2001/03/29 16:29:17
27314 Log: Integrate perlio.
27316 !> win32/buildext.pl
27317 ____________________________________________________________________________
27318 [ 9449] By: jhi on 2001/03/29 15:50:01
27319 Log: Update Changes.
27321 ! Changes patchlevel.h
27322 ____________________________________________________________________________
27323 [ 9448] By: nick on 2001/03/29 15:47:15
27324 Log: Make sure buildext.pl finds Errno.pm
27326 ! win32/buildext.pl
27327 ____________________________________________________________________________
27328 [ 9447] By: jhi on 2001/03/29 15:39:34
27329 Log: Integrate perlio.
27331 !> win32/makefile.mk
27332 ____________________________________________________________________________
27333 [ 9446] By: nick on 2001/03/29 15:30:03
27334 Log: Integrate win32/makefile.mk with mainline.
27336 !> win32/makefile.mk
27337 ____________________________________________________________________________
27338 [ 9445] By: nick on 2001/03/29 15:27:32
27339 Log: Fix breakage ...
27341 ! win32/makefile.mk
27342 ____________________________________________________________________________
27343 [ 9444] By: jhi on 2001/03/29 15:03:08
27344 Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
27345 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
27346 Date: Thu, 29 Mar 2001 10:32:59 +0400
27347 Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
27349 ! win32/makefile.mk
27350 ____________________________________________________________________________
27351 [ 9443] By: jhi on 2001/03/29 15:02:12
27352 Log: Integrate perlio.
27354 +> win32/buildext.pl
27355 !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
27356 !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
27357 ____________________________________________________________________________
27358 [ 9442] By: nick on 2001/03/29 14:59:11
27359 Log: Work in progress - determine win32 extensions to build via script.
27361 + win32/buildext.pl
27362 ! MANIFEST win32/makefile.mk
27363 ____________________________________________________________________________
27364 [ 9441] By: jhi on 2001/03/29 14:51:47
27365 Log: Reintroduce the use of external pwd.
27368 ____________________________________________________________________________
27369 [ 9440] By: jhi on 2001/03/29 14:42:58
27370 Log: use warnings instead of -w.
27373 ____________________________________________________________________________
27374 [ 9439] By: jhi on 2001/03/29 14:41:52
27375 Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
27376 From: Jonathan Stowe <gellyfish@gellyfish.com>
27377 Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
27378 Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
27381 ____________________________________________________________________________
27382 [ 9438] By: jhi on 2001/03/29 14:39:38
27383 Log: Subject: [PATCH perl@9424] minor pod nits
27384 From: Robin Barker <rmb1@cise.npl.co.uk>
27385 Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
27386 Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
27388 ! pod/perlhack.pod pod/perliol.pod
27389 ____________________________________________________________________________
27390 [ 9437] By: jhi on 2001/03/29 14:29:16
27391 Log: Subject: [PATCH perl@9424] typemap cast warning
27392 From: Robin Barker <rmb1@cise.npl.co.uk>
27393 Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
27394 Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
27396 ! lib/ExtUtils/typemap
27397 ____________________________________________________________________________
27398 [ 9436] By: jhi on 2001/03/29 14:26:03
27399 Log: Subject: [PATCH perl@9424] printf warning
27400 From: Robin Barker <rmb1@cise.npl.co.uk>
27401 Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
27402 Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
27404 ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
27405 ! ext/Storable/Storable.xs toke.c
27406 ____________________________________________________________________________
27407 [ 9435] By: nick on 2001/03/29 14:23:31
27408 Log: Win32 has name conflict with ERROR
27410 ! ext/PerlIO/Via/Via.xs
27411 ____________________________________________________________________________
27412 [ 9434] By: jhi on 2001/03/29 14:17:48
27413 Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
27414 From: Peter Prymmer <pvhp@forte.com>
27415 Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
27416 Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
27418 ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
27419 ____________________________________________________________________________
27420 [ 9433] By: jhi on 2001/03/29 13:52:44
27421 Log: test-prep target was missing.
27424 ____________________________________________________________________________
27425 [ 9432] By: nick on 2001/03/29 12:40:03
27426 Log: Make as-shipped compiler default to MSVC6
27428 ! win32/makefile.mk
27429 ____________________________________________________________________________
27430 [ 9431] By: nick on 2001/03/29 12:12:16
27431 Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
27432 akin to PerlIO::Scalar.
27434 ! perlio.c perlio.h
27435 ____________________________________________________________________________
27436 [ 9430] By: nick on 2001/03/29 10:56:35
27437 Log: Integrate mainline.
27439 !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
27440 !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
27441 !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
27442 !> win32/makefile.mk win32/win32sck.c
27443 ____________________________________________________________________________
27444 [ 9429] By: nick on 2001/03/29 09:03:43
27445 Log: Noticed that two tests were skipped as perlio:: package
27446 isn't there any more. Changed the skip condition.
27447 Avoid core-dump if sv_utf8_upgrade() called on something
27448 that does not become SvPOK after SvPV() (e.g. a ref).
27450 ! sv.c t/io/utf8.t t/lib/io_scalar.t
27451 ____________________________________________________________________________
27452 [ 9428] By: jhi on 2001/03/29 01:31:47
27453 Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
27454 From: Benjamin Sugars <bsugars@canoe.ca>
27455 Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
27456 Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
27458 ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
27459 ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
27460 ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
27461 ____________________________________________________________________________
27462 [ 9427] By: jhi on 2001/03/29 00:49:30
27463 Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
27464 From: "Vadim Konovalov" <watman@inbox.ru>
27465 Date: Thu, 29 Mar 2001 01:50:12 +0400
27466 Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
27468 ! win32/makefile.mk win32/win32sck.c
27469 ____________________________________________________________________________
27470 [ 9426] By: gsar on 2001/03/29 00:28:04
27471 Log: dmake can only handle == and != in comparisons; support building
27472 with Borland's VCL libraries (from Vadim Konovalov)
27473 Branch: maint-5.6/perl
27474 ! win32/makefile.mk
27475 ____________________________________________________________________________
27476 [ 9425] By: nick on 2001/03/28 19:29:56
27477 Log: Integrate (@snapshot)
27479 !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
27480 ____________________________________________________________________________
27481 [ 9424] By: jhi on 2001/03/28 19:03:16
27482 Log: Update Changes.
27484 ! Changes patchlevel.h
27485 ____________________________________________________________________________
27486 [ 9423] By: jhi on 2001/03/28 18:52:09
27487 Log: Rmdir lib/XS on cleanup.
27490 ____________________________________________________________________________
27491 [ 9422] By: jhi on 2001/03/28 18:49:34
27492 Log: Integrate perlio.
27494 !> t/op/utf8decode.t
27495 ____________________________________________________________________________
27496 [ 9421] By: nick on 2001/03/28 18:46:44
27497 Log: Loose duplicate chunk.
27499 ! t/op/utf8decode.t
27500 ____________________________________________________________________________
27501 [ 9420] By: nick on 2001/03/28 18:44:11
27502 Log: Integrate mainline.
27504 !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
27506 ____________________________________________________________________________
27507 [ 9419] By: jhi on 2001/03/28 18:42:05
27508 Log: Can't trust external pwds
27509 (either shell builtins or external programs)
27512 ____________________________________________________________________________
27513 [ 9418] By: jhi on 2001/03/28 18:34:05
27514 Log: Integrate perlio.
27517 !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
27518 !> t/op/utf8decode.t
27519 ____________________________________________________________________________
27520 [ 9417] By: nick on 2001/03/28 18:24:02
27521 Log: PerlIO.pm / perlio.pm conflict.
27523 Make t/op/utf8decode.t a text file.
27526 ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
27527 ! t/op/utf8decode.t
27528 ____________________________________________________________________________
27529 [ 9416] By: jhi on 2001/03/28 18:06:07
27530 Log: Integrate change #9409 from mainline to maintperl.
27532 Yet another tweak on AIX dynaloading.
27533 Branch: maint-5.6/perl
27534 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27535 ____________________________________________________________________________
27536 [ 9415] By: gsar on 2001/03/28 17:13:01
27537 Log: integrate changes#9377,9385,9401 from mainline
27539 Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
27541 If directory entries compare equal case-insensitively,
27542 retry case-sensitively.
27544 Subject: [PATCH] B::Terse and warnings
27545 Branch: maint-5.6/perl
27546 !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
27547 !> t/pragma/warn/perl
27548 ____________________________________________________________________________
27549 [ 9414] By: jhi on 2001/03/28 17:11:12
27550 Log: Subject: [PATCH perl@9359] VMS fix-ups and status
27551 From: "Craig A. Berry" <craigberry@mac.com>
27552 Date: Wed, 28 Mar 2001 10:55:20 -0600
27553 Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
27555 ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
27556 ____________________________________________________________________________
27557 [ 9413] By: jhi on 2001/03/28 17:03:12
27560 ! t/op/utf8decode.t
27561 ____________________________________________________________________________
27562 [ 9412] By: jhi on 2001/03/28 17:02:36
27563 Log: Forced integrate from perlio.
27565 !> t/op/utf8decode.t
27566 ____________________________________________________________________________
27567 [ 9411] By: nick on 2001/03/28 16:50:03
27568 Log: Integrate mainline.
27571 !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27572 !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
27573 !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
27574 !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
27575 !> t/pragma/warn/perl
27576 ____________________________________________________________________________
27577 [ 9410] By: jhi on 2001/03/28 16:44:23
27578 Log: Subject: Re: [PATCH] 9403 cannot be tested
27579 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27580 Date: Wed, 28 Mar 2001 18:33:56 +0200
27581 Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
27584 ____________________________________________________________________________
27585 [ 9409] By: jhi on 2001/03/28 16:12:45
27586 Log: Yet another tweak on AIX dynaloading.
27588 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
27589 ____________________________________________________________________________
27590 [ 9408] By: jhi on 2001/03/28 15:52:55
27591 Log: Subject: [PATCH] 9403 cannot be tested
27592 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27593 Date: Wed, 28 Mar 2001 17:23:00 +0200
27594 Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
27599 ____________________________________________________________________________
27600 [ 9407] By: jhi on 2001/03/28 15:47:43
27601 Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
27603 ! t/op/utf8decode.t
27604 !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
27605 !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
27606 ____________________________________________________________________________
27607 [ 9406] By: jhi on 2001/03/28 15:37:08
27608 Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
27609 From: Benjamin Sugars <bsugars@canoe.ca>
27610 Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
27611 Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
27615 ____________________________________________________________________________
27616 [ 9405] By: jhi on 2001/03/28 15:13:18
27617 Log: pp_ne() needs a CORRECT boolean.
27620 ____________________________________________________________________________
27621 [ 9404] By: jhi on 2001/03/28 15:09:23
27622 Log: pp_ne() needs a boolean, not an integer.
27625 ____________________________________________________________________________
27626 [ 9403] By: jhi on 2001/03/28 14:47:43
27627 Log: (Retracted by #9404.)
27630 ____________________________________________________________________________
27631 [ 9402] By: jhi on 2001/03/28 14:43:59
27632 Log: Subject: Re: [PATCH] Typemap testing
27633 From: Tim Jenness <t.jenness@jach.hawaii.edu>
27634 Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
27635 Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
27637 ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27638 ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
27639 ____________________________________________________________________________
27640 [ 9401] By: jhi on 2001/03/28 14:42:14
27641 Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
27642 From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
27643 Date: Sun, 25 Mar 2001 21:59:15 +0100
27644 Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
27646 A variable will be checked for the "use once" warnings if:
27648 1. It is in the scope of a use warnings 'once'
27649 2. It isn't in the scope of the warnings pragma at all AND $^W is set.
27651 Otherwise it won't be checked at all.
27653 Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
27655 The enclosed patch partially fixes this issue. What I didn't
27656 get to work was the case where the "used once" warning is enabled
27657 in any file other than the main file.
27659 ! gv.c t/pragma/warn/perl
27660 ____________________________________________________________________________
27661 [ 9400] By: nick on 2001/03/28 14:38:24
27662 Log: More EBCDIC tweaks:
27663 - one more swash issue &~(0xA0-1) did not do the right thing,
27664 for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
27665 - add "use re 'asciirange'" to make [!-~] etc. work
27666 use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
27667 - Choose a key for t/op/each.t test which gets encoded.
27668 - Skip utf8decode if this is UTF-EBCDIC.
27670 ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
27671 ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
27672 ____________________________________________________________________________
27673 [ 9399] By: jhi on 2001/03/28 14:21:00
27674 Log: Extend the SvROK() testing also to pp_ne(), pointed out by
27678 ____________________________________________________________________________
27679 [ 9398] By: jhi on 2001/03/28 00:55:56
27680 Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
27681 From: David Dyck <dcd@tc.fluke.com>
27682 Date: Tue, 27 Mar 2001 15:16:24 -0800
27683 Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
27685 ! ext/IO/lib/IO/Socket.pm
27686 ____________________________________________________________________________
27687 [ 9397] By: jhi on 2001/03/27 21:52:49
27688 Log: Integrate perlio.
27690 +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
27691 +> ext/PerlIO/Via/Via.xs
27692 !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
27693 ____________________________________________________________________________
27694 [ 9396] By: nick on 2001/03/27 21:45:13
27695 Log: Integrate mainline.
27697 !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
27698 !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
27699 ____________________________________________________________________________
27700 [ 9395] By: nick on 2001/03/27 21:18:58
27701 Log: Outline docs for PerlIO and PerlIO::Scalar
27703 ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
27704 ____________________________________________________________________________
27705 [ 9394] By: nick on 2001/03/27 20:50:13
27706 Log: PerlIO::Via layer (alpha-ish).
27708 + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
27709 + ext/PerlIO/Via/Via.xs
27711 ____________________________________________________________________________
27712 [ 9393] By: jhi on 2001/03/27 20:49:55
27713 Log: Retract #9329 now that 9390 should take care of the matter.
27716 ____________________________________________________________________________
27717 [ 9390] By: jhi on 2001/03/27 20:47:50
27718 Log: Subject: Autoloading Errno.pm when %! is encountered
27719 From: Robin Houston <robin@kitsite.com>
27720 Date: Tue, 27 Mar 2001 20:57:11 +0100
27721 Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
27723 ! embed.h embed.pl gv.c proto.h t/op/magic.t
27724 ____________________________________________________________________________
27725 [ 9389] By: jhi on 2001/03/27 20:24:31
27726 Log: Integrate perlio.
27728 !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
27729 !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
27731 ____________________________________________________________________________
27732 [ 9388] By: jhi on 2001/03/27 20:21:38
27733 Log: Better have a three-element array if one is going to assign
27734 to the third element of that array. (from Tim Jenness)
27736 ! ext/XS/Typemap/Typemap.xs
27737 ____________________________________________________________________________
27738 [ 9387] By: nick on 2001/03/27 20:15:43
27739 Log: Integrate mainline.
27741 +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
27742 +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27743 +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
27744 +> t/lib/xs-typemap.t
27745 !> (integrate 34 files)
27746 ____________________________________________________________________________
27747 [ 9386] By: jhi on 2001/03/27 20:04:18
27748 Log: Subject: Re: perl@9359 breaks HTML::Parser
27749 From: Gisle Aas <gisle@ActiveState.com>
27750 Date: 27 Mar 2001 11:30:24 -0800
27751 Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
27753 Clarify the UTF-8 issues of the API docs.
27754 (Slightly reworded and expanded.)
27756 ! pod/perlapi.pod sv.c sv.h
27757 ____________________________________________________________________________
27758 [ 9385] By: jhi on 2001/03/27 19:44:25
27759 Log: If directory entries compare equal case-insensitively,
27760 retry case-sensitively.
27762 ! ext/File/Glob/bsd_glob.c
27763 ____________________________________________________________________________
27764 [ 9384] By: nick on 2001/03/27 19:38:50
27765 Log: Various EBCDIC fixes:
27766 - major revelation that swash code is encoding aware,
27767 (or thought it was) - now it is ;-)
27768 - With that out of the way fix a slab of tr/// cases.
27769 - Fix Encode 'Unicode' to be true Unicode so tests pass.
27770 - As anticipated Base64.xs needed tweaks.
27771 - Until tr/// works right avoid old_encode64 in MIME tests.
27773 ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
27774 ! t/lib/encode.t t/lib/mimeb64.t utf8.c
27775 ____________________________________________________________________________
27776 [ 9383] By: jhi on 2001/03/27 18:34:41
27777 Log: Add the std test suite BEGIN block.
27779 ! t/lib/xs-typemap.t
27780 ____________________________________________________________________________
27781 [ 9382] By: jhi on 2001/03/27 15:16:07
27782 Log: Add debugging output to the test.
27784 ! t/lib/glob-basic.t
27785 ____________________________________________________________________________
27786 [ 9381] By: jhi on 2001/03/27 15:08:10
27787 Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
27789 + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
27790 + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27791 + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
27792 + t/lib/xs-typemap.t
27794 ____________________________________________________________________________
27795 [ 9380] By: jhi on 2001/03/27 14:48:34
27796 Log: Subject: [PATCH] Typemap testing
27797 From: Tim Jenness <t.jenness@jach.hawaii.edu>
27798 Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
27799 Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
27801 (The first part of the patch.)
27803 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
27804 ____________________________________________________________________________
27805 [ 9379] By: jhi on 2001/03/27 14:44:56
27806 Log: Subject: Re: [PATCH] t/lib/glob-basic.t
27807 From: Benjamin Sugars <bsugars@canoe.ca>
27808 Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
27809 Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
27811 ! t/lib/glob-basic.t
27812 ____________________________________________________________________________
27813 [ 9378] By: jhi on 2001/03/27 14:42:30
27814 Log: Subject: [PATCH] perlvar nit
27815 From: Simon Cozens <simon@netthink.co.uk>
27816 Date: Tue, 27 Mar 2001 01:12:01 +0100
27817 Message-ID: <20010327011201.A19179@netthink.co.uk>
27820 ____________________________________________________________________________
27821 [ 9377] By: jhi on 2001/03/27 14:36:26
27822 Log: Subject: [PATCH] B::Terse and warnings
27823 From: Benjamin Sugars <ben.sugars@home.com>
27824 Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
27825 Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
27827 ! ext/B/B.pm ext/B/B/Terse.pm
27828 ____________________________________________________________________________
27829 [ 9376] By: jhi on 2001/03/27 14:31:31
27830 Log: Document sockatmark() some.
27832 ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
27834 ____________________________________________________________________________
27835 [ 9375] By: jhi on 2001/03/27 14:00:24
27836 Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
27837 noted by Gisle and fixed by NI-S.
27840 ____________________________________________________________________________
27841 [ 9374] By: jhi on 2001/03/27 05:50:01
27845 ____________________________________________________________________________
27846 [ 9373] By: jhi on 2001/03/27 05:43:51
27847 Log: Pixie documenting.
27849 ! Makefile.SH pod/perlhack.pod
27850 ____________________________________________________________________________
27851 [ 9372] By: jhi on 2001/03/27 05:29:34
27852 Log: Metaconfig unit changes for #9371.
27854 ! U/modified/myhostname.U
27855 Branch: metaconfig/U/perl
27858 ____________________________________________________________________________
27859 [ 9371] By: jhi on 2001/03/27 05:29:07
27860 Log: Add sockatmark() probing.
27862 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27863 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
27864 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27865 ! vos/config.ga.h win32/config.bc win32/config.gc
27867 ____________________________________________________________________________
27868 [ 9370] By: jhi on 2001/03/26 22:01:18
27869 Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
27870 Really need to benchmark this.
27873 ____________________________________________________________________________
27874 [ 9369] By: nick on 2001/03/26 21:59:30
27875 Log: Integrate mainline.
27877 ! ext/MIME/Base64/QuotedPrint.pm
27878 !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27879 !> patchlevel.h pod/perlhack.pod pp_sys.c
27880 ____________________________________________________________________________
27881 [ 9368] By: jhi on 2001/03/26 21:47:03
27882 Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
27885 TODO2: le, lt, ge, gt? Yech.
27888 ____________________________________________________________________________
27889 [ 9367] By: jhi on 2001/03/26 21:34:57
27890 Log: Too much cut-and-paste in #9363.
27893 ____________________________________________________________________________
27894 [ 9366] By: jhi on 2001/03/26 21:20:53
27895 Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
27896 From: Andreas Schwab <schwab@suse.de>
27897 Date: 26 Mar 2001 17:29:04 +0200
27898 Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
27900 (The patch for 5.6.0 or so, this is a guess for bleadperl)
27903 ____________________________________________________________________________
27904 [ 9365] By: jhi on 2001/03/26 21:07:54
27905 Log: Integrate perlio.
27908 ____________________________________________________________________________
27909 [ 9364] By: nick on 2001/03/26 20:30:48
27910 Log: REFCNT botch in layer name cache hash.
27913 ____________________________________________________________________________
27914 [ 9363] By: jhi on 2001/03/26 18:44:32
27915 Log: Subject: [PATCH] socket() leaks file descriptors
27916 From: Benjamin Sugars <bsugars@canoe.ca>
27917 Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
27918 Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
27920 Also sockpair() fixed similarly.
27923 ____________________________________________________________________________
27924 [ 9362] By: jhi on 2001/03/26 18:37:52
27925 Log: Integrate perlio.
27927 !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
27928 ____________________________________________________________________________
27929 [ 9361] By: nick on 2001/03/26 17:32:06
27930 Log: Implement flush of linebuffered streams on read of a tty.
27932 ! perlio.c perliol.h
27933 ____________________________________________________________________________
27934 [ 9360] By: nick on 2001/03/26 17:12:32
27935 Log: Memory tweaks and notes for OEMVS.
27937 ! README.os390 miniperlmain.c t/op/pat.t
27938 ____________________________________________________________________________
27939 [ 9359] By: jhi on 2001/03/26 02:12:54
27940 Log: Update Changes.
27942 ! Changes patchlevel.h
27943 ____________________________________________________________________________
27944 [ 9358] By: jhi on 2001/03/26 02:05:32
27945 Log: Document the most common pixie options.
27948 ____________________________________________________________________________
27949 [ 9357] By: jhi on 2001/03/26 01:25:28
27950 Log: For perl.pixie check *before* compiling that optimize is -g,
27954 ____________________________________________________________________________
27955 [ 9356] By: jhi on 2001/03/26 01:13:41
27956 Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
27959 ____________________________________________________________________________
27960 [ 9355] By: jhi on 2001/03/26 01:11:19
27961 Log: Remove t/perl.third.
27964 ____________________________________________________________________________
27965 [ 9354] By: jhi on 2001/03/26 00:23:38
27966 Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
27969 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
27970 ____________________________________________________________________________
27971 [ 9353] By: jhi on 2001/03/25 22:25:04
27972 Log: Integrate perlio.
27974 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
27975 !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
27976 !> pp_hot.c win32/makefile.mk
27977 ____________________________________________________________________________
27978 [ 9352] By: jhi on 2001/03/25 22:21:41
27979 Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
27980 From: Radu Greab <radu@netsoft.ro>
27981 Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
27982 Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
27985 ____________________________________________________________________________
27986 [ 9351] By: nick on 2001/03/25 22:15:02
27987 Log: Fix readline in list mode to tell rest of world that it has
27988 things on the stack. Otherwise if perl code gets invoked
27989 underneath it it scribbles over results-so-far.
27990 (Why TIEHANDLE has not tripped on this is a mystery.)
27993 ____________________________________________________________________________
27994 [ 9350] By: nick on 2001/03/25 22:10:13
27995 Log: win32/makefile.mk typos
27997 ! win32/makefile.mk
27998 ____________________________________________________________________________
27999 [ 9349] By: nick on 2001/03/25 21:31:14
28000 Log: Integrate now-non-binary file.
28003 ____________________________________________________________________________
28004 [ 9348] By: nick on 2001/03/25 21:27:24
28008 ____________________________________________________________________________
28009 [ 9347] By: nick on 2001/03/25 21:25:37
28010 Log: Integrate mainline.
28012 !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
28013 !> lib/Term/ReadLine.pm t/lib/md5-file.t
28014 ____________________________________________________________________________
28015 [ 9346] By: nick on 2001/03/25 20:58:15
28016 Log: Add destruct time hook to PerlIO (for work-in-process implementing
28017 layers in perl code. In such cases layers need to be popped before
28018 we loose the ability to run perl code.)
28019 Also back-out "PerlIO::object" hook - it isn't going to work like that...
28021 ! perl.c perlio.c perlio.h perliol.h
28022 ____________________________________________________________________________
28023 [ 9345] By: nick on 2001/03/25 20:49:11
28024 Log: Avoid at leasy one of undefined warnings in Encode.
28026 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28027 ____________________________________________________________________________
28028 [ 9344] By: jhi on 2001/03/25 20:37:43
28029 Log: A workaround for using Term::ReadLine in emacs minibuffer
28030 from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
28031 additional tweaks from Ilya Zakharevich.
28033 ! lib/Term/ReadLine.pm
28034 ____________________________________________________________________________
28035 [ 9343] By: nick on 2001/03/25 20:21:14
28036 Log: Missing return value.
28038 ! ext/PerlIO/Scalar/Scalar.xs
28039 ____________________________________________________________________________
28040 [ 9342] By: jhi on 2001/03/25 16:21:00
28041 Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
28042 to equal the CPAN versions since no code changes have been made.
28044 ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
28046 ____________________________________________________________________________
28047 [ 9341] By: jhi on 2001/03/25 16:01:48
28048 Log: Escape 8-bit characters.
28051 ____________________________________________________________________________
28052 [ 9340] By: gsar on 2001/03/25 15:50:53
28053 Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
28057 ____________________________________________________________________________
28058 [ 9339] By: gsar on 2001/03/25 15:48:50
28059 Log: delete mimeqp.t for later with text mode set
28062 ____________________________________________________________________________
28063 [ 9338] By: nick on 2001/03/25 09:01:57
28064 Log: Integrate mainline.
28066 +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28067 +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28068 +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
28069 +> t/lib/mimeb64u.t t/lib/mimeqp.t
28070 !> MANIFEST configure.com djgpp/config.over epoc/config.sh
28071 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
28072 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
28073 ____________________________________________________________________________
28074 [ 9337] By: jhi on 2001/03/25 04:23:24
28075 Log: Add MIME::Base64 here and there. Again, a lot of
28076 optimism is in the air.
28078 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
28079 ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
28080 ____________________________________________________________________________
28081 [ 9336] By: jhi on 2001/03/25 04:12:43
28082 Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
28083 this by ear as I do not do Win32 programming.)
28085 ! win32/Makefile win32/makefile.mk
28086 ____________________________________________________________________________
28087 [ 9335] By: jhi on 2001/03/25 04:03:50
28088 Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
28091 ____________________________________________________________________________
28092 [ 9334] By: jhi on 2001/03/25 03:58:53
28093 Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
28095 + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28096 + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28097 + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
28098 + t/lib/mimeb64u.t t/lib/mimeqp.t
28100 ____________________________________________________________________________
28101 [ 9333] By: jhi on 2001/03/24 20:14:37
28102 Log: Integrate perlio.
28104 !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
28105 ____________________________________________________________________________
28106 [ 9332] By: nick on 2001/03/24 19:40:34
28107 Log: Fix un-init variable leading to spurious "Out of Memory!"
28110 ____________________________________________________________________________
28111 [ 9331] By: nick on 2001/03/24 19:09:59
28112 Log: Tweak docs for C<open> (boy does that need wholesale revision...)
28113 and update layers internals doc.
28115 ! pod/perlfunc.pod pod/perliol.pod
28116 ____________________________________________________________________________
28117 [ 9330] By: jhi on 2001/03/24 18:42:11
28118 Log: The length might be uninitialized garbage if the *svp is the undef.
28121 ____________________________________________________________________________
28122 [ 9329] By: jhi on 2001/03/24 18:26:57
28123 Log: (Retracted by #9393)
28125 Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
28126 From: Simon Cozens <simon@netthink.co.uk>
28127 Date: Sat, 24 Mar 2001 17:13:17 +0000
28128 Message-ID: <20010324171317.A13406@netthink.co.uk>
28131 ____________________________________________________________________________
28132 [ 9328] By: nick on 2001/03/24 17:22:02
28133 Log: Integrate mainline.
28135 !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
28136 !> lib/unicode/version
28137 ____________________________________________________________________________
28138 [ 9327] By: nick on 2001/03/24 17:16:02
28139 Log: Integrate mainline.
28141 +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28142 +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
28143 +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
28144 +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
28145 +> t/lib/md5-file.t
28146 !> MANIFEST Makefile.SH configure.com djgpp/config.over
28147 !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
28148 !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
28149 !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
28150 !> win32/makefile.mk
28151 ____________________________________________________________________________
28152 [ 9326] By: jhi on 2001/03/24 17:00:42
28153 Log: Upgrade to Unicode 3.1 beta 2001-03-23.
28155 ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
28156 ! lib/unicode/version
28157 ____________________________________________________________________________
28158 [ 9325] By: jhi on 2001/03/24 16:22:33
28159 Log: Subject: Re: B::Deparse bug (5.6.0)
28160 From: Robin Houston <robin@kitsite.com>
28161 Date: Sat, 24 Mar 2001 14:33:09 +0000
28162 Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
28164 ! op.c pp.c t/lib/b.t t/op/repeat.t
28165 ____________________________________________________________________________
28166 [ 9324] By: jhi on 2001/03/24 16:21:56
28167 Log: Boldly add extensions to be built to VMS, EPOC, UTS,
28168 U/WIN, and VM/ESA (and fixups for DJGPP). Some of
28169 these additions may be too optimistic.
28171 ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
28172 ! hints/uwin.sh hints/vmesa.sh
28173 ____________________________________________________________________________
28174 [ 9323] By: jhi on 2001/03/24 16:06:01
28175 Log: Integrate perlio.
28177 +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
28178 +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28180 !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
28181 !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
28182 !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
28183 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28184 !> win32/makefile.mk win32/perlhost.h win32/win32.c
28185 !> win32/win32iop.h
28186 ____________________________________________________________________________
28187 [ 9322] By: nick on 2001/03/24 14:39:12
28188 Log: Routine Win32 regen_config_h - no real changes.
28190 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28191 ____________________________________________________________________________
28192 [ 9321] By: nick on 2001/03/24 14:31:49
28193 Log: PerlIO fixups for Win32:
28194 - provide win33_popenlist() - non-functional as yet.
28195 - avoid need for aTHX in PerlIO_debug calls - even if not
28196 enabled args are still evaluated so Win32 has trouble during fork().
28197 - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
28198 - Fixup makedef.pl for latest set of symbols.
28200 ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
28201 ! win32/perlhost.h win32/win32.c win32/win32iop.h
28202 ____________________________________________________________________________
28203 [ 9320] By: nick on 2001/03/24 14:26:58
28204 Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
28205 was gibberish - broke it on WIn32 at least.
28207 ! ext/POSIX/POSIX.xs
28208 ____________________________________________________________________________
28209 [ 9319] By: nick on 2001/03/24 11:29:41
28210 Log: Generated files.
28212 ! embed.h global.sym objXSUB.h perlapi.c proto.h
28213 ____________________________________________________________________________
28214 [ 9318] By: nick on 2001/03/24 10:29:37
28216 1. open($fh,"+<",undef); # add test to t/io/open.t
28217 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t
28219 + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
28220 + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28221 ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
28222 ! t/io/open.t t/io/utf8.t
28223 ____________________________________________________________________________
28224 [ 9317] By: jhi on 2001/03/23 23:41:25
28225 Log: AIX does seems to have optimization problems with its C compilers.
28228 ____________________________________________________________________________
28229 [ 9316] By: jhi on 2001/03/23 23:40:46
28230 Log: Integrate perlio.
28233 !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
28235 ____________________________________________________________________________
28236 [ 9315] By: jhi on 2001/03/23 22:16:30
28237 Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
28240 ____________________________________________________________________________
28241 [ 9314] By: nick on 2001/03/23 20:49:02
28242 Log: Perlio internals re-organized.
28243 - open process creates AV of layer/arg pairs
28244 (appends layers from open() or open.pm to default list).
28245 - push arg is now an SV.
28246 - layer ->Open get passed the AV
28247 - open is no longer mandatory method.
28248 - topmost layer that has ->Open method does the open
28249 - any layers above are pushed once that returns.
28250 - vtable re-ordered so dummy layers need only provide push/pop methods.
28252 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28253 ____________________________________________________________________________
28254 [ 9313] By: nick on 2001/03/23 16:27:41
28255 Log: Check in a stable (working) version before next round of tweaks.
28257 - Move default layers code out of doio.c and into perlio.c
28258 - Single routine for parsing layer specification strings.
28259 - Skeleton support for demand loading of layers
28260 - Core-dump avoidance if PERLIO environment specifies loadable layer
28261 (does not _work_ as need IO to load and need load to do IO ...)
28264 ! MANIFEST doio.c perlio.c
28265 ____________________________________________________________________________
28266 [ 9312] By: gsar on 2001/03/23 16:25:25
28267 Log: add execute bit to files with shebang lines in the repository;
28268 avoid clobbering execute bit in Porting/makerel
28269 Branch: maint-5.6/perl
28271 ____________________________________________________________________________
28272 [ 9311] By: jhi on 2001/03/23 14:25:35
28273 Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
28276 ____________________________________________________________________________
28277 [ 9310] By: jhi on 2001/03/23 13:45:04
28278 Log: Subject: [PATCH] Net::Ping
28279 From: Colin McMillen <mcmi0037@tc.umn.edu>
28280 Date: Thu, 22 Mar 2001 19:30:31 -0600
28281 Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
28284 ____________________________________________________________________________
28285 [ 9309] By: jhi on 2001/03/23 13:39:13
28286 Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
28288 ! t/lib/md5-aaa.t t/lib/md5-file.t
28289 ____________________________________________________________________________
28290 [ 9308] By: jhi on 2001/03/23 13:20:34
28291 Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
28292 - bump the version to 2.14
28293 - drop the base64 tests since they require MIME::Base64
28294 - drop the rfc1321.txt
28295 - drop the hints/dec_osf.pl since it's only needed for
28298 - the U32 alignment testing is now removed; it needs to
28299 be reintroduced as as a Config variable (meaning also
28300 as a Configure test)
28301 - get the new EBCDIC md5sum for MD5.pm
28302 - test in Win32 to see how badly I botched the makefiles
28304 + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28305 + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
28306 + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
28307 + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
28309 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
28310 ! win32/Makefile win32/makefile.mk
28311 ____________________________________________________________________________
28312 [ 9307] By: jhi on 2001/03/23 12:56:14
28313 Log: Integrate change #9306 from maintperl into mainline,
28314 AIX dynaloader for AIXes without <load.h>.
28316 !> ext/DynaLoader/hints/aix.pl
28317 ____________________________________________________________________________
28318 [ 9306] By: jhi on 2001/03/23 12:51:36
28319 Log: There are AIXes without /usr/include/load.h,
28320 patch from H.Merijn Brand.
28321 Branch: maint-5.6/perl
28322 ! ext/DynaLoader/hints/aix.pl
28323 ____________________________________________________________________________
28324 [ 9305] By: nick on 2001/03/23 11:00:42
28325 Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
28327 ! ext/Encode/Encode.xs perlio.c perlio.h
28328 ____________________________________________________________________________
28329 [ 9304] By: nick on 2001/03/23 10:20:46
28330 Log: Render -Duseperlio functional again.
28331 - this is "quick fix" which calls PerlIO_apply_layers after opening,
28332 which is what old scheme did. New scheme needs to change that
28333 to make open(...,\$scalar) etc. work but this will do for now.
28336 ____________________________________________________________________________
28337 [ 9303] By: nick on 2001/03/23 09:53:20
28338 Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
28339 -Uuseperlio now works again.
28340 -Duseperlio is still poorly. Don't merge yet...
28343 ____________________________________________________________________________
28344 [ 9302] By: nick on 2001/03/22 22:26:51
28345 Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
28347 - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
28348 is its main caller. In particular now has access to "extra" args, and
28349 can tell when an open handle is "reopened" (or duped?).
28350 - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
28351 - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
28352 PerlIO_open() et. al. (i.e. other way round).
28353 - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
28354 with args close to PerlIO_openn().
28356 ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
28357 ____________________________________________________________________________
28358 [ 9301] By: jhi on 2001/03/22 20:58:04
28359 Log: Integrate perlio.
28361 !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
28362 !> t/io/open.t util.c
28363 ____________________________________________________________________________
28364 [ 9300] By: nick on 2001/03/22 17:36:32
28365 Log: Don't include $@ in not ok message.
28368 ____________________________________________________________________________
28369 [ 9299] By: gsar on 2001/03/22 16:53:45
28370 Log: back out changes#7532,7521 for now (appears to have problems
28372 Branch: maint-5.6/perl
28373 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28374 ! ext/POSIX/typemap pod/perlvar.pod
28375 ____________________________________________________________________________
28376 [ 9298] By: nick on 2001/03/22 14:35:46
28377 Log: Give a meaning to '&' in n-arg open case:
28378 open($fh,"<&",$scalar);
28380 - an integer which does "fdopen"
28381 open($fh,"<&",2); # like open($fh,"<&2")
28382 - something that will yield a file handle via sv_2io()
28383 useful for dup'ing anonymous handles.
28385 open(my $fh,"<&",\*STDIN);
28386 open(my $dup,"<&",$fh);
28388 ! doio.c t/io/open.t
28389 ____________________________________________________________________________
28390 [ 9297] By: nick on 2001/03/22 13:34:35
28391 Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
28394 ____________________________________________________________________________
28395 [ 9296] By: nick on 2001/03/22 12:51:20
28396 Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
28399 ____________________________________________________________________________
28400 [ 9295] By: nick on 2001/03/22 11:59:44
28401 Log: If stdin, stdout or stderr get opened in unexpected read/write state
28402 then warn at time of open not at time of use.
28404 ! doio.c pp_hot.c pp_sys.c
28405 ____________________________________________________________________________
28406 [ 9294] By: nick on 2001/03/22 10:54:35
28407 Log: Die on n-arg open(...,"",xxx,yyy,...)
28408 - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
28409 - die on read/write cases so we can decide what it means later.
28411 ! doio.c embed.pl iperlsys.h util.c
28412 ____________________________________________________________________________
28413 [ 9293] By: nick on 2001/03/22 09:02:45
28414 Log: perlio tweaks (reported by Nick Clark)
28415 Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
28416 error check in Pendinf_read().
28419 ____________________________________________________________________________
28420 [ 9292] By: gsar on 2001/03/22 07:12:00
28421 Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
28423 Branch: maint-5.6/perl
28424 !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
28425 ____________________________________________________________________________
28426 [ 9291] By: jhi on 2001/03/22 06:06:44
28427 Log: Regex tests from Chicheng Zhang. (Already fixed.)
28430 ____________________________________________________________________________
28431 [ 9290] By: jhi on 2001/03/22 05:57:01
28432 Log: Move MacOS Classic higher in the list of supported platforms.
28433 Branch: maint-5.6/perl
28435 ____________________________________________________________________________
28436 [ 9289] By: gsar on 2001/03/22 05:35:04
28437 Log: revert part of change#6438 for compatibility (av_reify()
28438 appears to be needed to implement av_splice()ish things
28440 Branch: maint-5.6/perl
28441 ! embed.pl global.sym objXSUB.h perlapi.c
28442 ____________________________________________________________________________
28443 [ 9288] By: gsar on 2001/03/22 03:09:19
28444 Log: update copyright year
28445 Branch: maint-5.6/perl
28446 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28447 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
28448 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
28449 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
28450 ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
28451 ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
28452 ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
28454 ____________________________________________________________________________
28455 [ 9287] By: jhi on 2001/03/21 20:30:54
28456 Log: Integrate perlio.
28458 !> ext/Data/Dumper/Dumper.xs
28459 ____________________________________________________________________________
28460 [ 9286] By: gsar on 2001/03/21 19:49:54
28461 Log: makefile.mk tweak
28462 Branch: maint-5.6/perl
28463 ! win32/Makefile win32/makefile.mk
28464 ____________________________________________________________________________
28465 [ 9285] By: nick on 2001/03/21 19:07:13
28466 Log: Multiplicity fix for Dumper.
28468 ! ext/Data/Dumper/Dumper.xs
28469 ____________________________________________________________________________
28470 [ 9284] By: nick on 2001/03/21 19:01:07
28471 Log: Integrate mainline - (does not build xTHX issue in Dumper).
28473 !> (integrate 27 files)
28474 ____________________________________________________________________________
28475 [ 9283] By: jhi on 2001/03/21 17:17:35
28476 Log: Integrate change #9282 from mainline into maintperl,
28477 4-arg UTF-8 substr().
28478 Branch: maint-5.6/perl
28480 ____________________________________________________________________________
28481 [ 9282] By: jhi on 2001/03/21 17:15:43
28482 Log: The #9270 would have leaked a scalar if pp_substr()
28486 ____________________________________________________________________________
28487 [ 9281] By: gsar on 2001/03/21 17:03:14
28488 Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
28489 Branch: maint-5.6/perl
28490 ! win32/makefile.mk
28491 ____________________________________________________________________________
28492 [ 9280] By: gsar on 2001/03/21 17:01:20
28493 Log: some tweaks to change#9278 (fork() emulation should be enabled
28494 by setting BUILD_FLAVOR instead of changing the defaults)
28495 Branch: maint-5.6/perl
28496 ! win32/makefile.mk
28497 ____________________________________________________________________________
28498 [ 9279] By: gsar on 2001/03/21 16:47:19
28499 Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
28500 Branch: maint-5.6/perl
28501 ! ext/File/Glob/Glob.pm
28503 ____________________________________________________________________________
28504 [ 9278] By: jhi on 2001/03/21 14:35:10
28505 Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
28506 From: "Vadim Konovalov" <watman@inbox.ru>
28507 Date: Wed, 21 Mar 2001 01:53:51 +0300
28508 Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
28509 Branch: maint-5.6/perl
28510 ! win32/makefile.mk win32/win32sck.c
28511 ____________________________________________________________________________
28512 [ 9277] By: jhi on 2001/03/21 13:58:28
28513 Log: Integrate change #9270 from mainline to maintperl:
28514 continued 4-arg UTF-8 substr() fixing.
28515 Branch: maint-5.6/perl
28516 !> pp.c t/op/substr.t
28517 ____________________________________________________________________________
28518 [ 9276] By: jhi on 2001/03/21 13:33:00
28519 Log: More pixie cleaning.
28522 ____________________________________________________________________________
28523 [ 9275] By: jhi on 2001/03/21 03:54:17
28524 Log: Update Changes.
28526 ! Changes patchlevel.h
28527 ____________________________________________________________________________
28528 [ 9274] By: jhi on 2001/03/21 03:48:24
28529 Log: First stab at making Data::Dumper to grok Unicode.
28531 TODO: tests, EBCDICify.
28533 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
28534 ____________________________________________________________________________
28535 [ 9273] By: jhi on 2001/03/21 02:23:00
28538 Subject: Memory leak in unquoted print
28539 From: Benjamin Sugars <bsugars@canoe.ca>
28540 Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
28541 Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
28544 ____________________________________________________________________________
28545 [ 9272] By: jhi on 2001/03/21 01:33:17
28546 Log: Subject: Re: [PATCH] POSIX::getcwd()
28547 From: Benjamin Sugars <bsugars@canoe.ca>
28548 Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
28549 Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>
28551 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
28552 ____________________________________________________________________________
28553 [ 9271] By: jhi on 2001/03/21 01:22:52
28554 Log: Subject: [PATCH] Cwd.pm docs
28555 From: Benjamin Sugars <bsugars@canoe.ca>
28556 Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
28557 Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
28560 ____________________________________________________________________________
28561 [ 9270] By: jhi on 2001/03/21 01:16:29
28562 Log: Continue 4-arg substr() UTF-8 fixage.
28564 ! pp.c t/op/substr.t
28565 ____________________________________________________________________________
28566 [ 9269] By: jhi on 2001/03/21 00:46:14
28567 Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
28569 revert the leak fix in change#9142 (problem needs a more experimental
28570 fix unsuitable for 5.6.1)
28572 do alphabetical sorting by default (for csh compatibility)
28574 cut-n-paste goof in change#9264
28576 VMS piping fixes (from Charles Lane)
28578 !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
28579 !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28580 !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
28581 ____________________________________________________________________________
28582 [ 9268] By: jhi on 2001/03/21 00:37:04
28583 Log: Integrate perlio.
28585 !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
28586 !> utf8.c utf8.h utfebcdic.h
28587 ____________________________________________________________________________
28588 [ 9267] By: nick on 2001/03/20 20:04:39
28589 Log: More EBCDIC stuff:
28590 - Loose the extra level of function on ASCII.
28591 - spotted a chr(0) issue in sv.c
28592 - re-work of UTF-X tr/// ranges to work in Unicode
28593 space. Still issues with the "0xff is illegal UTF-8" hack.
28594 - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
28595 (why do it once when you can do it all over the place :-(
28596 - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
28597 need utf8.pm for swashes.
28598 - Simplified and commented scan_const() in toke.c
28599 Still something wrong regexp and tr (swashes?).
28601 ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
28602 ! utf8.c utf8.h utfebcdic.h
28603 ____________________________________________________________________________
28604 [ 9266] By: gsar on 2001/03/20 19:16:43
28605 Log: VMS piping fixes (from Charles Lane)
28606 Branch: maint-5.6/perl
28607 ! vms/vms.c vms/vmspipe.com
28608 ____________________________________________________________________________
28609 [ 9265] By: gsar on 2001/03/20 17:53:52
28610 Log: cut-n-paste goof in change#9264
28611 Branch: maint-5.6/perl
28612 ! ext/File/Glob/Glob.xs
28613 ____________________________________________________________________________
28614 [ 9264] By: gsar on 2001/03/20 17:43:47
28615 Log: do alphabetical sorting by default (for csh compatibility);
28616 bsd_glob() does ASCII sort by default as usual, unless
28617 GLOB_ALPHASORT was specified
28618 Branch: maint-5.6/perl
28619 ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
28620 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
28621 ! ext/File/Glob/bsd_glob.h
28622 ____________________________________________________________________________
28623 [ 9263] By: gsar on 2001/03/20 16:40:08
28624 Log: integrate change#9255 from mainline (unicode fix)
28626 substr($bytestr, i, n, $charstr)
28627 Branch: maint-5.6/perl
28628 !> Todo-5.6 pp.c t/op/substr.t
28629 ____________________________________________________________________________
28630 [ 9262] By: gsar on 2001/03/20 15:57:41
28631 Log: revert the leak fix in change#9142 (problem needs a more experimental
28632 fix unsuitable for 5.6.1)
28633 Branch: maint-5.6/perl
28635 ____________________________________________________________________________
28636 [ 9261] By: jhi on 2001/03/20 14:26:25
28637 Log: Integrate changes #9259,9260 from maintperl into mainline.
28639 Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
28641 Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
28643 !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
28644 ____________________________________________________________________________
28645 [ 9260] By: jhi on 2001/03/20 14:05:46
28646 Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
28647 From: Robin Barker <rmb1@cise.npl.co.uk>
28648 Date: Tue, 20 Mar 2001 10:12:04 GMT
28649 Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
28650 Branch: maint-5.6/perl
28652 ____________________________________________________________________________
28653 [ 9259] By: jhi on 2001/03/20 14:04:39
28654 Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
28655 From: Chris Nandor <pudge@pobox.com>
28656 Date: Tue, 20 Mar 2001 00:40:56 -0500
28657 Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
28658 Branch: maint-5.6/perl
28659 ! ext/POSIX/POSIX.xs lib/File/Path.pm
28660 ____________________________________________________________________________
28661 [ 9258] By: jhi on 2001/03/20 05:09:34
28662 Log: Update Changes.
28664 ! Changes patchlevel.h
28665 ____________________________________________________________________________
28666 [ 9257] By: jhi on 2001/03/20 05:04:25
28667 Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
28670 ____________________________________________________________________________
28671 [ 9256] By: jhi on 2001/03/20 04:43:12
28672 Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
28673 From: Peter Prymmer <pvhp@forte.com>
28674 Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
28675 Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
28676 Branch: maint-5.6/perl
28677 ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
28678 ____________________________________________________________________________
28679 [ 9255] By: jhi on 2001/03/19 23:17:17
28680 Log: substr($bytestr, i, n, $charstr)
28682 TODO: we are still broken if $bytestr needs UTF-8 upgrading.
28684 ! Todo-5.6 pp.c t/op/substr.t
28685 ____________________________________________________________________________
28686 [ 9254] By: jhi on 2001/03/19 22:25:09
28687 Log: Rearrange the make test target prerequisites so that
28688 in a parallel make 'all' is finished before 'test'.
28691 ____________________________________________________________________________
28692 [ 9253] By: jhi on 2001/03/19 21:48:07
28693 Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
28694 From: Robin Houston <robin@kitsite.com>
28695 Date: Mon, 19 Mar 2001 15:48:41 +0000
28696 Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
28699 ____________________________________________________________________________
28700 [ 9252] By: jhi on 2001/03/19 21:42:27
28701 Log: Integrate perlio.
28703 !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
28704 !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
28705 !> utfebcdic.h vms/perly_c.vms
28706 ____________________________________________________________________________
28707 [ 9251] By: jhi on 2001/03/19 21:31:28
28708 Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
28710 Dynaloading in 64-bit AIX with vac.
28712 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28714 ____________________________________________________________________________
28715 [ 9250] By: jhi on 2001/03/19 21:18:00
28716 Log: A more robust solution for the 64bitall AIX dynaloading
28717 problem, from Jens-Uwe Mager.
28718 Branch: maint-5.6/perl
28719 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
28720 ____________________________________________________________________________
28721 [ 9249] By: nick on 2001/03/19 20:59:37
28722 Log: Integrate mainline.
28724 !> (integrate 42 files)
28725 ____________________________________________________________________________
28726 [ 9248] By: nick on 2001/03/19 20:22:07
28727 Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
28728 (Building on OS390 uses native YACC and YYDEBUG has other
28731 ! perly.c perly.y vms/perly_c.vms
28732 ____________________________________________________________________________
28733 [ 9247] By: jhi on 2001/03/19 19:59:53
28734 Log: 64-bit AIX dynaloading problem (see #9244) idea
28735 from Jens-Uwe Mager.
28736 Branch: maint-5.6/perl
28737 ! ext/DynaLoader/dl_aix.xs
28738 ____________________________________________________________________________
28739 [ 9246] By: nick on 2001/03/19 19:27:57
28740 Log: More EBCDIC fixes.
28742 ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
28743 ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
28744 ____________________________________________________________________________
28745 [ 9245] By: jhi on 2001/03/19 19:05:19
28746 Log: Integrate change #9243 from mainline into maintperl.
28748 Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
28749 Branch: maint-5.6/perl
28751 ____________________________________________________________________________
28752 [ 9244] By: jhi on 2001/03/19 19:03:15
28753 Log: Get 64bitall AIX building, but still does not test okay:
28754 dynaloading anything fails, for example for op/defins:
28755 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
28756 (update: fixed by #9247,9250)
28757 Branch: maint-5.6/perl
28759 ____________________________________________________________________________
28760 [ 9243] By: jhi on 2001/03/19 19:00:16
28761 Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
28762 From: Robin Barker <rmb1@cise.npl.co.uk>
28763 Date: Mon, 19 Mar 2001 18:01:57 GMT
28764 Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
28767 ____________________________________________________________________________
28768 [ 9242] By: jhi on 2001/03/19 18:58:43
28769 Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
28774 ____________________________________________________________________________
28775 [ 9241] By: gsar on 2001/03/19 17:34:46
28776 Log: VMSify tests (from Charles Lane)
28777 Branch: maint-5.6/perl
28778 ! t/lib/filehand.t t/lib/texttabs.t
28779 ____________________________________________________________________________
28780 [ 9240] By: jhi on 2001/03/19 14:24:26
28781 Log: Integrate change #9233 from maintperl into mainline.
28783 some refcounts were incorrect in perl_clone()
28786 ____________________________________________________________________________
28787 [ 9239] By: gsar on 2001/03/19 09:23:17
28788 Log: this is 5.6.1-trial3
28789 Branch: maint-5.6/perl
28791 ____________________________________________________________________________
28792 [ 9238] By: gsar on 2001/03/19 08:47:04
28793 Log: some new symbols are only available under ithreads
28794 Branch: maint-5.6/perl
28796 ____________________________________________________________________________
28797 [ 9237] By: gsar on 2001/03/19 08:42:28
28798 Log: update patchlevel.h, Changes, &c.
28799 Branch: maint-5.6/perl
28800 ! Changes patchlevel.h pod/perlhist.pod
28802 ____________________________________________________________________________
28803 [ 9236] By: gsar on 2001/03/19 08:17:49
28804 Log: integrate changes#8068,8717 from mainline
28806 [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
28808 [PATCH CPAN 1.59_51] warning message (not!)
28809 Branch: maint-5.6/perl
28810 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
28811 !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
28812 !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
28813 !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
28814 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
28815 ____________________________________________________________________________
28816 [ 9235] By: gsar on 2001/03/19 08:07:09
28817 Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
28819 [PATCH] Add missing CV flags to dump.c
28821 Re: [patch] Re: PL_ptr_table
28823 Fixup non-ithread build after 8713
28825 Generated files form 8713 etc.
28827 Correct the correction :-(
28829 Documenting coderef @INC (Re: CPAN "make this script work" feature)
28831 Subject: Re: sync sync sync: have I missed any patches?
28832 Replace djSP with dSP.
28833 Branch: maint-5.6/perl
28834 !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
28835 !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
28836 !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
28837 !> sv.c sv.h win32/perlhost.h
28838 ____________________________________________________________________________
28839 [ 9234] By: gsar on 2001/03/19 07:22:05
28840 Log: revert the change#9090 integrate for now (change looks somewhat
28841 incomplete in that [ha]v_exists() need something similar; lacks
28843 Branch: maint-5.6/perl
28845 ____________________________________________________________________________
28846 [ 9233] By: gsar on 2001/03/19 07:10:01
28847 Log: some refcounts were incorrect in perl_clone(); avoid hang in global
28848 destruction when there are unreferenced scalars (SvREFCNT==0)
28849 Branch: maint-5.6/perl
28851 ____________________________________________________________________________
28852 [ 9232] By: jhi on 2001/03/19 05:11:02
28853 Log: Regen api and toc.
28854 Branch: maint-5.6/perl
28855 ! pod/perlapi.pod pod/perltoc.pod
28856 ____________________________________________________________________________
28857 [ 9231] By: jhi on 2001/03/19 04:06:03
28858 Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
28859 add a lost line in pp.c:pp_chop(), update to new op/chop.
28861 Clarify the description differentiating for and while; inspired by
28863 Subject: [ID 20010306.004] || != named unary operator
28865 The $Is_MacOS needs to be declared.
28866 Branch: maint-5.6/perl
28868 !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
28869 ____________________________________________________________________________
28870 [ 9230] By: jhi on 2001/03/19 03:48:16
28871 Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
28872 9079,9083,9089,9090,9091 from mainline to maintperl.
28874 Quieten some noise in Win32 builds
28876 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
28878 The perlretut was still talking about the old \p and \P
28881 More tweakage on the Unicode character class descriptions.
28883 Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
28885 Subject: 'no *POSIX' Patch speeding up make on BS2000
28887 Subject: [PATCH] perldata.pod here-doc docs
28889 Add /sbin and /usr/sbin to the list of directories scanned
28890 for setuid programs. Takes care of bug id 20010309.003.
28892 Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
28894 In op/stat #35 better to scan all the potential directories
28895 for setuids, not just the first one.
28896 Branch: maint-5.6/perl
28898 !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
28899 !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
28900 !> t/op/stat.t toke.c win32/win32.h
28901 ____________________________________________________________________________
28902 [ 9229] By: jhi on 2001/03/19 02:31:50
28903 Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
28904 From: Chris Nandor <pudge@pobox.com>
28905 Date: Sat, 10 Mar 2001 14:22:19 -0500
28906 Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
28907 Branch: maint-5.6/perl
28908 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
28909 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
28910 ! t/lib/b.t t/lib/errno.t
28911 ____________________________________________________________________________
28912 [ 9228] By: jhi on 2001/03/19 02:29:59
28913 Log: Integrate changes #9113,9122 from mainline into maintperl.
28915 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?)
28916 Branch: maint-5.6/perl
28917 !> Configure README.os390 hints/os390.sh
28918 ____________________________________________________________________________
28919 [ 9227] By: jhi on 2001/03/19 02:22:35
28920 Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
28923 Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
28925 Forgot to check-in the larger part of #9120, duh.
28927 Subject: Another patch for integer.pm POD
28929 h2ph strictness and cleanliness from Kurt Starsinic.
28931 Borland filename case problem.
28933 h2ph strictness and cleanliness from Kurt Starsinic.
28935 Subject: [PATCH] the uncontroversial doc patches
28936 Branch: maint-5.6/perl
28937 +> win32/sncfnmcs.pl
28938 !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
28939 !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
28940 !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
28941 !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
28942 !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
28943 !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
28944 !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
28945 ____________________________________________________________________________
28946 [ 9226] By: jhi on 2001/03/19 02:10:21
28947 Log: Integrate changes #9207,9214 from mainline into maintperl.
28949 podchecker relaxations: =over has an *optional* number after it,
28950 and whitespace in L<> is okay.
28951 Branch: maint-5.6/perl
28952 !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
28953 !> t/pod/poderrs.xr
28954 ____________________________________________________________________________
28955 [ 9225] By: jhi on 2001/03/19 02:07:38
28956 Log: Integrate change #9219 from maintperl into mainline.
28958 remove duplicated tests
28961 ____________________________________________________________________________
28962 [ 9224] By: jhi on 2001/03/19 02:06:11
28963 Log: Integrate change #9223 from mainline to maintperl.
28965 Document -Dmksymlinks.
28966 Branch: maint-5.6/perl
28968 ____________________________________________________________________________
28969 [ 9223] By: jhi on 2001/03/19 02:01:25
28970 Log: Document -Dmksymlinks.
28973 ____________________________________________________________________________
28974 [ 9222] By: jhi on 2001/03/19 01:15:35
28975 Log: The -Dmksymlinks wasn't working for maintperl.
28976 Branch: maint-5.6/perl
28978 ____________________________________________________________________________
28979 [ 9221] By: jhi on 2001/03/19 00:49:43
28980 Log: Cleanup pixie residue.
28983 ____________________________________________________________________________
28984 [ 9220] By: jhi on 2001/03/19 00:44:47
28985 Log: Document the use of pixie/prof; create make targets for it.
28987 TODO: make t/TEST pixie-aware.
28989 ! Makefile.SH pod/perlhack.pod
28990 ____________________________________________________________________________
28991 [ 9219] By: gsar on 2001/03/19 00:16:55
28992 Log: remove duplicated tests
28993 Branch: maint-5.6/perl
28995 ____________________________________________________________________________
28996 [ 9218] By: jhi on 2001/03/18 23:59:31
28997 Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
28999 ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
29000 ____________________________________________________________________________
29001 [ 9217] By: jhi on 2001/03/18 23:25:20
29002 Log: Rewrite the tests section of Makefile to be less redundant
29003 and to allow for more flexible test targets, many recursive
29004 make calls introduced.
29007 ____________________________________________________________________________
29008 [ 9216] By: jhi on 2001/03/18 22:30:04
29009 Log: Document the use of Third Degree (sparsely).
29011 ! pod/perlhack.pod t/TEST
29012 ____________________________________________________________________________
29013 [ 9215] By: jhi on 2001/03/18 22:10:30
29014 Log: Make targets for testing with Third Degree.
29017 ____________________________________________________________________________
29018 [ 9214] By: jhi on 2001/03/18 21:08:53
29019 Log: The podchecker relaxations need to mirrored also at the tests.
29022 ____________________________________________________________________________
29023 [ 9213] By: jhi on 2001/03/18 20:56:21
29024 Log: Update Changes.
29026 ! Changes patchlevel.h
29027 ____________________________________________________________________________
29028 [ 9212] By: jhi on 2001/03/18 20:36:59
29029 Log: Looking for config.sh in parent directories isn't
29030 very useful for the toplevel Makefile.
29033 ____________________________________________________________________________
29034 [ 9211] By: jhi on 2001/03/18 20:33:37
29035 Log: On "make clean" take care of Third Degree droppings.
29038 ____________________________________________________________________________
29039 [ 9210] By: jhi on 2001/03/18 20:21:34
29040 Log: Add a hook for running the tests under the Third Degree
29041 debugging tool (set $ENV{PERL_3LOG} to non-zero)
29043 TODO: Document the use of Third Degree.
29046 ____________________________________________________________________________
29047 [ 9209] By: jhi on 2001/03/18 20:19:07
29048 Log: Regen toc and api pods.
29050 ! pod/perlapi.pod pod/perltoc.pod
29051 ____________________________________________________________________________
29052 [ 9208] By: jhi on 2001/03/18 20:12:12
29053 Log: Integrate changes #8128,9132 from mainline into maintperl,
29054 Tie::SubstrHash fixes.
29055 Branch: maint-5.6/perl
29056 !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
29057 ____________________________________________________________________________
29058 [ 9207] By: jhi on 2001/03/18 20:07:43
29059 Log: podchecker relaxations from Michael Stevens.
29061 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
29062 ____________________________________________________________________________
29063 [ 9206] By: jhi on 2001/03/18 20:04:24
29064 Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
29066 ! lib/Locale/Constants.pm lib/Locale/Country.pm
29067 ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
29068 ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
29069 ____________________________________________________________________________
29070 [ 9205] By: jhi on 2001/03/18 19:54:45
29071 Log: Integrate changes #9161,9162 from maintperl to mainline.
29073 clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
29077 ____________________________________________________________________________
29078 [ 9204] By: jhi on 2001/03/18 19:37:46
29079 Log: Make perl.third checks more understandable to the builder.
29082 ____________________________________________________________________________
29083 [ 9203] By: jhi on 2001/03/18 19:20:54
29084 Log: Re-integrate #9138 from maintperl to mainline,
29085 the squelching of the unneeded "Scalars leaked" messages.
29087 !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29088 !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29089 !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29090 ____________________________________________________________________________
29091 [ 9202] By: jhi on 2001/03/18 18:48:36
29092 Log: More robust and more paranoid perl.third target.
29095 ____________________________________________________________________________
29096 [ 9201] By: jhi on 2001/03/18 18:39:21
29097 Log: Integrate change #9197 from maintperl to mainline.
29099 more thorough cleaning of arenas.
29101 !> embed.pl perl.c proto.h sv.c t/op/sort.t
29102 ____________________________________________________________________________
29103 [ 9200] By: jhi on 2001/03/18 18:25:17
29104 Log: Integrate perlio.
29106 !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
29107 !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
29108 !> t/lib/encode.t toke.c universal.c utf8.c
29109 ____________________________________________________________________________
29110 [ 9199] By: nick on 2001/03/18 15:23:51
29111 Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
29112 is the sense of the test being done. Avoid some magical 127 and 128 values
29115 ! doop.c pp_ctl.c sv.c toke.c
29116 ____________________________________________________________________________
29117 [ 9198] By: nick on 2001/03/18 14:18:12
29118 Log: UTF-X encoding invariance for Encode:
29119 - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
29120 - move the XS code for those to universal.c (so in miniperl)
29121 - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
29122 - change ext/Encode/compile to use above.
29123 - Fix t/lib/encode.t for above
29124 - Teach t/lib/b.t to expect -uutf8
29125 - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
29128 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
29129 ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
29130 ____________________________________________________________________________
29131 [ 9197] By: gsar on 2001/03/18 12:15:57
29132 Log: more thorough cleaning of arenas--keep going until no more
29133 SvREFCNT_dec()s occur (this fixes the problem that causes the
29134 pesky "Scalars leaked" warnings)
29135 Branch: maint-5.6/perl
29136 ! embed.pl perl.c proto.h sv.c t/op/sort.t
29137 ____________________________________________________________________________
29138 [ 9196] By: nick on 2001/03/18 10:57:29
29139 Log: Fix pragma/utf8.t # 15
29140 - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
29141 are SvUTF8 as well.
29144 ____________________________________________________________________________
29145 [ 9195] By: nick on 2001/03/18 09:27:06
29146 Log: Integrate mainline
29148 !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
29150 ____________________________________________________________________________
29151 [ 9194] By: jhi on 2001/03/18 05:29:59
29152 Log: Sarathy's clear_pmop patch with Radu Greab's fix,
29153 Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
29155 ! op.c op.h t/op/misc.t t/op/pat.t
29156 ____________________________________________________________________________
29157 [ 9193] By: jhi on 2001/03/18 05:15:06
29158 Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
29161 ____________________________________________________________________________
29162 [ 9192] By: jhi on 2001/03/18 04:22:43
29163 Log: tr/// UTF-8 patches from Inaba Hiroto.
29166 ____________________________________________________________________________
29167 [ 9191] By: jhi on 2001/03/18 04:21:17
29168 Log: Integrate perlio.
29170 !> utf8.c utfebcdic.h
29171 ____________________________________________________________________________
29172 [ 9190] By: nick on 2001/03/17 20:32:01
29173 Log: Correct #if EBCDIC side typos.
29174 Builds and passes many tests on OS390.
29176 ! utf8.c utfebcdic.h
29177 ____________________________________________________________________________
29178 [ 9189] By: jhi on 2001/03/17 18:55:49
29179 Log: Add prerequisites for the perl.third target.
29182 ____________________________________________________________________________
29183 [ 9188] By: jhi on 2001/03/17 18:46:00
29184 Log: Integrate perlio.
29187 !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
29188 ____________________________________________________________________________
29189 [ 9187] By: jhi on 2001/03/17 18:38:47
29190 Log: Add a make rule for perl.third (the Third Degree memory debugging
29191 tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
29194 ____________________________________________________________________________
29195 [ 9186] By: nick on 2001/03/17 18:34:48
29196 Log: MANIFEST addition :-(
29199 ____________________________________________________________________________
29200 [ 9185] By: nick on 2001/03/17 18:29:50
29201 Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
29202 encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
29203 a superset of ASCII are invariant under the encoding. This is EBCDIC
29204 friendly as an encoded string can be looked at as being EBCDIC by lexer
29205 sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
29206 ASCII on ASCII machines.
29208 - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
29210 - Add some more macros to comprehend different shift amounts and
29211 possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
29212 - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
29213 and conditionaly #include it.
29215 EBCDIC build as yet untested. ASCII still fails the one test.
29219 ____________________________________________________________________________
29220 [ 9184] By: nick on 2001/03/17 17:44:16
29221 Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
29223 ! doop.c perl.h pp.c utf8.h
29224 ____________________________________________________________________________
29225 [ 9183] By: jhi on 2001/03/17 15:55:42
29226 Log: Integrate perlio.
29229 !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
29230 ____________________________________________________________________________
29231 [ 9182] By: nick on 2001/03/17 09:16:06
29232 Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
29235 ____________________________________________________________________________
29236 [ 9181] By: nick on 2001/03/17 09:15:11
29237 Log: Integrate mainline.
29239 +> lib/Locale/Constants.pm lib/Locale/Country.pm
29240 +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
29241 +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
29242 +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
29243 !> (integrate 83 files)
29244 ____________________________________________________________________________
29245 [ 9180] By: nick on 2001/03/16 17:23:21
29248 ! perl.h sv.c toke.c utf8.c utf8.h
29249 ____________________________________________________________________________
29250 [ 9179] By: jhi on 2001/03/16 14:10:12
29251 Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
29252 a change needed to work around an AIX compiler bug.
29254 ! ext/Storable/Storable.xs
29255 ____________________________________________________________________________
29256 [ 9178] By: jhi on 2001/03/16 03:19:59
29257 Log: With Damian's approval synchronize damian's modules'
29258 licensing with Perl's standard module licensing.
29260 ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
29261 ____________________________________________________________________________
29262 [ 9177] By: jhi on 2001/03/16 03:15:34
29263 Log: Make the Filter::Util:Call files have their own copies
29264 of the Perl standard module licensing, from Paul Marquess.
29266 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
29267 ____________________________________________________________________________
29268 [ 9176] By: jhi on 2001/03/16 02:56:04
29269 Log: Subject: [PATCH] more pod patches
29270 From: Michael Stevens <michael@etla.org>
29271 Date: Thu, 15 Mar 2001 21:25:18 +0000
29272 Message-ID: <20010315212518.A18870@firedrake.org>
29274 ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
29275 ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
29276 ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
29277 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
29278 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
29279 ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
29280 ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
29281 ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
29282 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
29283 ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
29284 ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
29285 ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
29286 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
29287 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
29288 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
29289 ! lib/File/Basename.pm lib/File/Spec/VMS.pm
29290 ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
29291 ! lib/Getopt/Long.pm lib/Locale/Constants.pm
29292 ! lib/Locale/Country.pm lib/Locale/Language.pm
29293 ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
29294 ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
29295 ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
29296 ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
29297 ! os2/OS2/Process/Process.pm
29298 ____________________________________________________________________________
29299 [ 9175] By: jhi on 2001/03/16 02:53:32
29300 Log: Subject: [PATCH] the uncontroversial doc patches
29301 From: Michael Stevens <michael@etla.org>
29302 Date: Thu, 15 Mar 2001 20:01:12 +0000
29303 Message-ID: <20010315200112.A7636@firedrake.org>
29305 ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
29306 ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
29307 ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
29308 ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
29309 ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
29310 ____________________________________________________________________________
29311 [ 9174] By: jhi on 2001/03/16 02:50:49
29312 Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
29313 From: Paul Lindner <lindner@inuus.com>
29314 Date: Fri, 16 Mar 2001 11:28:03 -0800
29315 Message-ID: <20010316112803.A7577@inuus.com>
29317 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
29318 ____________________________________________________________________________
29319 [ 9173] By: nick on 2001/03/15 20:21:03
29320 Log: 1st day's EBCDIC fixes:
29321 - toke.c's parsing of strings needed attention
29322 needed to conditionally e2a if string was already UTF-8
29323 - e2a/a2e tables where wrong way round.
29324 - new macros in utf8.h
29326 ! perl.h toke.c utf8.h
29327 ____________________________________________________________________________
29328 [ 9172] By: jhi on 2001/03/15 15:17:17
29329 Log: Update Changes.
29331 ! Changes patchlevel.h
29332 ____________________________________________________________________________
29333 [ 9171] By: jhi on 2001/03/15 15:09:32
29334 Log: Subject: Re: Another Borland C++ problem.
29335 From: "Vadim Konovalov" <watman@inbox.ru>
29336 Date: Sat, 10 Mar 2001 19:26:07 +0300
29337 Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
29339 Borland filename case problem.
29341 + win32/sncfnmcs.pl
29342 ! MANIFEST README.win32
29343 ____________________________________________________________________________
29344 [ 9170] By: jhi on 2001/03/15 14:54:23
29345 Log: Add Locale::Codes 1.06, from Neil Bowers.
29347 + lib/Locale/Constants.pm lib/Locale/Country.pm
29348 + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
29349 + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
29350 + t/lib/lc-language.t t/lib/lc-uk.t
29352 ____________________________________________________________________________
29353 [ 9169] By: jhi on 2001/03/15 14:19:01
29354 Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
29356 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29357 ! ext/Storable/Storable.xs
29358 ____________________________________________________________________________
29359 [ 9168] By: jhi on 2001/03/15 14:13:22
29360 Log: Integrate changes #9120,9167 from mainline to maintperl.
29362 Subject: [PATCH 5.6.1] OS/2 docs
29364 Subject: [PATCH 5.6.1] perldoc
29365 Branch: maint-5.6/perl
29366 !> os2/Changes utils/perldoc.PL
29367 ____________________________________________________________________________
29368 [ 9167] By: jhi on 2001/03/15 14:07:42
29369 Log: Subject: [PATCH 5.6.1] perldoc
29370 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29371 Date: Wed, 14 Mar 2001 23:46:52 -0500
29372 Message-ID: <20010314234652.A7972@math.ohio-state.edu>
29375 ____________________________________________________________________________
29376 [ 9166] By: jhi on 2001/03/15 13:53:15
29377 Log: sigaction test condition tweakage.
29379 ! t/lib/sigaction.t
29380 ____________________________________________________________________________
29381 [ 9165] By: alanbur on 2001/03/15 03:49:17
29382 Log: Resynchronised with parent
29383 Branch: maint-5.6/pureperl
29384 +> os2/os2add.sym t/op/anonsub.t
29385 !> (integrate 72 files)
29386 ____________________________________________________________________________
29387 [ 9164] By: jhi on 2001/03/15 01:05:01
29388 Log: Avoid stomping off the beginning of an array in tr///.
29391 ____________________________________________________________________________
29392 [ 9163] By: jhi on 2001/03/15 00:58:57
29393 Log: h2ph strictness and cleanliness from Kurt Starsinic.
29396 ____________________________________________________________________________
29397 [ 9162] By: gsar on 2001/03/15 00:56:53
29398 Log: avoid warnings
29399 Branch: maint-5.6/perl
29401 ____________________________________________________________________________
29402 [ 9161] By: gsar on 2001/03/15 00:52:09
29403 Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
29405 Branch: maint-5.6/perl
29407 ____________________________________________________________________________
29408 [ 9160] By: jhi on 2001/03/14 22:02:10
29409 Log: Do not use the Perl malloc in IRIX, suggested by
29413 ____________________________________________________________________________
29414 [ 9159] By: nick on 2001/03/14 21:45:59
29415 Log: Integrate mainline
29418 !> (integrate 41 files)
29419 ____________________________________________________________________________
29420 [ 9158] By: jhi on 2001/03/14 21:10:09
29421 Log: The Day of the Retractions continues: the #9138
29422 (integrated in #9144) doesn't work well in mainline.
29424 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29425 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29426 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29427 ____________________________________________________________________________
29428 [ 9157] By: jhi on 2001/03/14 20:58:12
29429 Log: The #9145 CANNOT be enabled: the clear_pmop code still
29430 dumps core all over in Tru64.
29432 ! op.c op.h t/op/pat.t
29433 ____________________________________________________________________________
29434 [ 9156] By: jhi on 2001/03/14 20:48:06
29435 Log: Integrate change #9154 from maintperl to mainline.
29437 PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
29438 (caused Storable 1.0.10 to break on windows)
29440 !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
29441 !> perlapi.c proto.h
29442 ____________________________________________________________________________
29443 [ 9155] By: jhi on 2001/03/14 20:23:53
29444 Log: Retract #9136: breaks threading (and binary compatibility).
29446 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
29447 ____________________________________________________________________________
29448 [ 9154] By: gsar on 2001/03/14 17:48:18
29449 Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
29450 (caused Storable 1.0.10 to break on windows)
29451 Branch: maint-5.6/perl
29452 ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
29453 ! perlapi.c proto.h
29454 ____________________________________________________________________________
29455 [ 9153] By: jhi on 2001/03/14 13:35:21
29456 Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
29458 ! t/lib/sigaction.t
29459 ____________________________________________________________________________
29460 [ 9152] By: gsar on 2001/03/14 07:29:40
29461 Log: back out changes#9012,9010,9009 and parts of change#9016
29462 (causes ABRs under purify, and some prerequisites don't
29463 seem to be there in 5.6.x)
29464 Branch: maint-5.6/perl
29465 ! doop.c op.c t/op/tr.t toke.c
29466 ____________________________________________________________________________
29467 [ 9151] By: gsar on 2001/03/14 07:01:29
29468 Log: reenable change#9145 (the test was busted due to a missing
29469 C<print "ok 27\n">)
29471 ! op.c op.h t/op/pat.t
29472 ____________________________________________________________________________
29473 [ 9150] By: jhi on 2001/03/14 06:38:36
29474 Log: Retract #9145.
29476 ! op.c op.h t/op/pat.t
29477 ____________________________________________________________________________
29478 [ 9149] By: jhi on 2001/03/14 06:14:56
29479 Log: Retract #9143.
29482 ____________________________________________________________________________
29483 [ 9148] By: gsar on 2001/03/14 06:13:02
29484 Log: Uninitialized Memory Read in regexec.c
29487 ____________________________________________________________________________
29488 [ 9147] By: jhi on 2001/03/14 04:59:54
29489 Log: Subject: PATCH: make goto work in nested eval ""
29490 From: Robin Houston <robin@kitsite.com>
29491 Date: Wed, 14 Mar 2001 04:16:10 +0000
29492 Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
29494 ! pp_ctl.c t/op/goto.t
29495 ____________________________________________________________________________
29496 [ 9146] By: jhi on 2001/03/14 04:42:54
29497 Log: Preserve the #ifdef PERL_CORE in perly.h.
29500 ____________________________________________________________________________
29501 [ 9145] By: jhi on 2001/03/14 03:57:41
29502 Log: (Retracted by #9150.)
29504 ! op.c op.h t/op/pat.t
29505 ____________________________________________________________________________
29506 [ 9144] By: jhi on 2001/03/14 03:50:38
29507 Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
29509 fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
29511 remove squelch controls for "Scalars leaked" messages in most places
29512 (these are now cured)
29514 fix another memory leak reported by purify (tie callbacks that
29515 croak can leak when wiping out magic)
29517 !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
29518 !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
29519 !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
29520 !> t/pragma/warnings.t
29521 ____________________________________________________________________________
29522 [ 9143] By: jhi on 2001/03/14 03:37:53
29523 Log: (Retracted by #9149.)
29526 ____________________________________________________________________________
29527 [ 9142] By: gsar on 2001/03/14 03:20:48
29528 Log: fix another memory leak reported by purify (tie callbacks that
29529 croak can leak when wiping out magic)
29530 Branch: maint-5.6/perl
29532 ____________________________________________________________________________
29533 [ 9141] By: jhi on 2001/03/14 02:55:00
29534 Log: Subject: PATCH for [ID 20010305.003]
29535 From: Robin Houston <robin@kitsite.com>
29536 Date: Wed, 14 Mar 2001 02:45:51 +0000
29537 Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
29539 ! pp_ctl.c t/op/eval.t
29540 ____________________________________________________________________________
29541 [ 9140] By: jhi on 2001/03/14 02:41:54
29542 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29543 Date: Wed, 14 Mar 2001 01:52:51 +0000
29544 From: Robin Houston <robin@kitsite.com>
29545 Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
29547 Fix for 2000313.004.
29549 ! pp_ctl.c t/op/goto.t
29550 ____________________________________________________________________________
29551 [ 9139] By: jhi on 2001/03/14 02:40:50
29552 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29553 From: Robin Houston <robin@kitsite.com>
29554 Date: Wed, 14 Mar 2001 00:43:45 +0000
29555 Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
29558 ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
29560 ____________________________________________________________________________
29561 [ 9138] By: gsar on 2001/03/14 01:18:00
29562 Log: remove squelch controls for "Scalars leaked" messages in most places
29563 (these are now cured)
29564 Branch: maint-5.6/perl
29565 ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
29566 ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
29567 ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
29568 ____________________________________________________________________________
29569 [ 9137] By: gsar on 2001/03/14 00:57:04
29570 Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
29571 Branch: maint-5.6/perl
29573 ____________________________________________________________________________
29574 [ 9136] By: jhi on 2001/03/13 23:12:24
29575 Log: (Retracted by #9155)
29577 Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
29578 From: Jens-Uwe Mager <jum@helios.de>
29579 Date: Wed, 21 Feb 2001 21:32:04 +0100
29580 Message-ID: <20010221213203.A18340@ans.helios.de>
29582 ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
29583 ____________________________________________________________________________
29584 [ 9135] By: jhi on 2001/03/13 22:50:05
29585 Log: Integrate perlio.
29588 ____________________________________________________________________________
29589 [ 9134] By: jhi on 2001/03/13 22:49:05
29590 Log: Integrate change #9131 from maintperl into mainline.
29592 make the error text look more consistent in hints/hpux.sh
29595 ____________________________________________________________________________
29596 [ 9133] By: gsar on 2001/03/13 22:46:20
29597 Log: integrate change#9067 from mainline
29599 Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
29600 Branch: maint-5.6/perl
29601 !> lib/ExtUtils/MM_Unix.pm
29602 ____________________________________________________________________________
29603 [ 9132] By: jhi on 2001/03/13 22:41:21
29604 Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
29605 From: "John P. Linderman" <jpl@research.att.com>
29606 Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
29607 Message-Id: <200103131736.MAA35615@raptor.research.att.com>
29609 A more correct prime finder.
29611 ! lib/Tie/SubstrHash.pm
29612 ____________________________________________________________________________
29613 [ 9131] By: gsar on 2001/03/13 22:30:42
29614 Log: make the error text look more consistent in hints/hpux.sh
29615 Branch: maint-5.6/perl
29617 ____________________________________________________________________________
29618 [ 9130] By: jhi on 2001/03/13 22:23:44
29619 Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
29620 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29621 Date: Tue, 13 Mar 2001 18:41:26 +0100
29622 Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
29624 If the test is run non-interactively the default handler
29627 ! t/lib/sigaction.t
29628 ____________________________________________________________________________
29629 [ 9129] By: jhi on 2001/03/13 22:20:21
29630 Log: Subject: [PATCH perl@9125] t/lib/1_compile.t VMS mod
29631 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29632 Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
29633 Date: Tue, 13 Mar 2001 16:44:32 EST
29635 ! t/lib/1_compile.t
29636 ____________________________________________________________________________
29637 [ 9128] By: jhi on 2001/03/13 22:18:34
29638 Log: Subject: Another patch for integer.pm POD
29639 From: "John L. Allen" <allen@grumman.com>
29640 Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
29641 Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
29644 ____________________________________________________________________________
29645 [ 9127] By: nick on 2001/03/13 21:26:30
29646 Log: Integrate mainline.
29648 +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
29649 +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
29650 +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
29651 +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
29652 !> Changes Configure MANIFEST README.os2 README.os390
29653 !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
29654 !> os2/Changes patchlevel.h win32/perlhost.h
29655 ____________________________________________________________________________
29656 [ 9126] By: nick on 2001/03/13 20:39:51
29657 Log: #ifdef'ed out code to make packed side of pack/unpack
29658 octets. (i.e. pack('U') => encode_utf8).
29661 ____________________________________________________________________________
29662 [ 9125] By: jhi on 2001/03/13 15:07:16
29663 Log: Update Changes.
29665 ! Changes patchlevel.h
29666 ____________________________________________________________________________
29667 [ 9124] By: jhi on 2001/03/13 14:22:45
29668 Log: Workaround for the buggy ("internal compiler error")
29669 AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
29670 (and ext/re/re_comp.c). The MakeMaker dark magic courtesy
29673 ! ext/re/Makefile.PL hints/aix.sh
29674 ____________________________________________________________________________
29675 [ 9123] By: jhi on 2001/03/13 03:24:34
29676 Log: Typo in #9114.
29678 ! U/modified/myhostname.U
29679 ____________________________________________________________________________
29680 [ 9122] By: jhi on 2001/03/13 03:24:06
29681 Log: Typo in #9113.
29684 ____________________________________________________________________________
29685 [ 9121] By: jhi on 2001/03/13 01:53:05
29686 Log: Forgot to check-in the larger part of #9120, duh.
29689 ____________________________________________________________________________
29690 [ 9120] By: jhi on 2001/03/13 01:51:31
29691 Log: Subject: [PATCH 5.6.1] OS/2 docs
29692 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29693 Date: Mon, 12 Mar 2001 03:27:32 -0500
29694 Message-ID: <20010312032732.A19283@math.ohio-state.edu>
29697 ____________________________________________________________________________
29698 [ 9119] By: jhi on 2001/03/13 01:49:41
29699 Log: Integrate change #9116 from maintperl into mainline.
29701 Win32::GetCwd() returns C: instead of C:\ in the root directory
29704 !> win32/perlhost.h
29705 ____________________________________________________________________________
29706 [ 9118] By: jhi on 2001/03/13 01:13:39
29707 Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
29709 + lib/Switch.pm t/lib/switch.t
29711 ____________________________________________________________________________
29712 [ 9117] By: jhi on 2001/03/13 01:03:17
29713 Log: Add Text::Balanced 1.83.
29715 + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
29716 + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
29717 + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
29720 ____________________________________________________________________________
29721 [ 9116] By: gsar on 2001/03/13 00:55:53
29722 Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
29724 Branch: maint-5.6/perl
29726 ____________________________________________________________________________
29727 [ 9115] By: jhi on 2001/03/13 00:54:09
29728 Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
29729 From: "John L. Allen" <allen@grumman.com>
29730 Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
29731 Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
29733 use integer document clarification.
29736 ____________________________________________________________________________
29737 [ 9114] By: jhi on 2001/03/13 00:38:54
29738 Log: Metaconfig unit change for #9113.
29740 ! U/modified/myhostname.U
29741 ____________________________________________________________________________
29742 [ 9113] By: jhi on 2001/03/13 00:38:35
29743 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?)
29744 From: Peter Prymmer <pvhp@forte.com>
29745 Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
29746 Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
29748 ! Configure README.os390 hints/os390.sh
29749 ____________________________________________________________________________
29750 [ 9112] By: jhi on 2001/03/13 00:29:00
29751 Log: Integrate perlio.
29754 ____________________________________________________________________________
29755 [ 9111] By: nick on 2001/03/12 21:16:33
29756 Log: Integrate mainline.
29759 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29761 ____________________________________________________________________________
29762 [ 9110] By: nick on 2001/03/12 21:00:13
29763 Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
29766 ____________________________________________________________________________
29767 [ 9109] By: jhi on 2001/03/12 16:04:47
29768 Log: Integrate change #9108 from maintperl to mainline.
29770 fix memory leak in C<sub X { sub {} }> arising from a refcount
29771 loop between the outer sub and the inner prototype anonsub
29773 this also enables closures returned by subroutines that
29774 subsequently get redefined to work without generating coredumps :)
29776 completely removed the free_closures() hack--it shouldn't be
29780 !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29782 ____________________________________________________________________________
29783 [ 9108] By: gsar on 2001/03/12 10:21:31
29784 Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
29785 loop between the outer sub and the inner prototype anonsub
29787 this also enables closures returned by subroutines that
29788 subsequently get redefined to work without generating coredumps :)
29790 completely removed the free_closures() hack--it shouldn't be
29792 Branch: maint-5.6/perl
29794 ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
29796 ____________________________________________________________________________
29797 [ 9107] By: jhi on 2001/03/12 05:15:31
29798 Log: Integrate perlio.
29800 !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
29801 ____________________________________________________________________________
29802 [ 9106] By: nick on 2001/03/11 20:10:12
29803 Log: regcomp.c is working in native space, not Unicode space (if different)
29804 as it is doing compare against 'W' in \W etc.
29807 ____________________________________________________________________________
29808 [ 9105] By: nick on 2001/03/11 19:39:34
29809 Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
29810 Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
29812 ! regcomp.c toke.c utf8.c
29813 ____________________________________________________________________________
29814 [ 9104] By: nick on 2001/03/11 18:15:44
29815 Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
29818 ____________________________________________________________________________
29819 [ 9103] By: nick on 2001/03/11 18:03:28
29820 Log: Integrate mainline (for regexp stuff).
29822 !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29823 !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
29824 !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
29825 !> t/lib/errno.t t/op/pat.t
29826 ____________________________________________________________________________
29827 [ 9102] By: nick on 2001/03/11 17:44:20
29828 Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
29829 - exclude layer syms in makedef.pl for sfio
29830 - also inhibit Encode from trying to build ":encode()" layer.
29832 ! ext/Encode/Encode.xs makedef.pl
29833 ____________________________________________________________________________
29834 [ 9101] By: jhi on 2001/03/10 22:38:13
29835 Log: The $Is_MacOS needs to be declared.
29837 ! lib/ExtUtils/Manifest.pm
29838 ____________________________________________________________________________
29839 [ 9100] By: jhi on 2001/03/10 22:14:29
29840 Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
29841 #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
29842 pollute the symbolspace if using sfio.
29844 ! ext/Encode/Encode.xs
29845 ____________________________________________________________________________
29846 [ 9099] By: jhi on 2001/03/10 21:58:48
29847 Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
29848 Date: Sat, 10 Mar 2001 14:23:55 -0500
29849 From: Chris Nandor <pudge@pobox.com>
29850 Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
29852 ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
29853 ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
29855 ____________________________________________________________________________
29856 [ 9098] By: jhi on 2001/03/10 21:38:30
29857 Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
29859 ! regcomp.c regexec.c t/op/pat.t
29860 ____________________________________________________________________________
29861 [ 9097] By: jhi on 2001/03/10 14:38:07
29862 Log: Integrate perlio.
29864 !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29865 !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29866 !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29867 ____________________________________________________________________________
29868 [ 9096] By: nick on 2001/03/10 11:55:43
29869 Log: EBCDIC sanity - phase I
29870 - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
29871 - use utf8n_xxxx (c.f. pvn) for forms which take length.
29872 - back out vN.N and $^V exceptions to e2a/a2e
29873 - make "locale" isxxx macros be uvchr (may be redundant?)
29875 Not clear yet that toUPPER_uni et. al. return being handled correctly.
29876 The tr// and rexexp stuff still needs an audit, assumption is they are working
29879 Need to provide v5.6 names for XS modules (decide is uni or chr ?).
29881 ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
29882 ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
29883 ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
29884 ____________________________________________________________________________
29885 [ 9095] By: jhi on 2001/03/09 22:10:01
29886 Log: Integrate perlio.
29889 ____________________________________________________________________________
29890 [ 9094] By: nick on 2001/03/09 17:36:38
29891 Log: Builds an passes all tests after integrate and this tweak.
29894 ____________________________________________________________________________
29895 [ 9093] By: nick on 2001/03/09 17:16:03
29896 Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
29898 +> lib/unicode/Scripts.txt t/lib/sigaction.t
29899 !> (integrate 79 files)
29900 ____________________________________________________________________________
29901 [ 9092] By: jhi on 2001/03/09 15:28:26
29902 Log: Update Changes.
29904 ! Changes patchlevel.h
29905 ____________________________________________________________________________
29906 [ 9091] By: jhi on 2001/03/09 15:25:05
29907 Log: In op/stat #35 better to scan all the potential directories
29908 for setuids, not just the first one.
29911 ____________________________________________________________________________
29912 [ 9090] By: jhi on 2001/03/09 15:01:27
29913 Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
29914 From: rspier@pobox.com (Robert Spier)
29915 Date: Fri, 9 Mar 2001 03:30:20 -0500
29916 Message-ID: <15016.38044.381174.160189@rls.cx>
29918 EXISTS() returning undef mistakenly triggered a FETCH().
29921 ____________________________________________________________________________
29922 [ 9089] By: jhi on 2001/03/09 14:59:02
29923 Log: Add /sbin and /usr/sbin to the list of directories scanned
29924 for setuid programs. Takes care of bug id 20010309.003.
29927 ____________________________________________________________________________
29928 [ 9088] By: jhi on 2001/03/09 14:48:32
29929 Log: Regen perlapi, perltoc.
29931 ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
29932 ____________________________________________________________________________
29933 [ 9087] By: jhi on 2001/03/09 14:38:56
29934 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29935 From: David Mitchell <davem@fdgroup.co.uk>
29936 Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
29937 Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
29939 ! dump.c perl.c perl.h pod/perlrun.pod
29940 ____________________________________________________________________________
29941 [ 9086] By: jhi on 2001/03/09 01:47:16
29942 Log: A modified version of
29944 Subject: [ID 20010307.005] POSIX::sigaction has various problems
29945 From: anders@broadcom.com
29946 Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST)
29947 Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
29949 Currently the sigaction.t test #6 fails (and is fudged to look
29950 like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
29951 This may well be a genuine bug in Linux sigaction() (since at
29952 least Tru64, Solaris, and HP-UX disagree with Linux).
29953 Anyone with POSIX / SUSv2 tome handy? The problem is that
29954 the flags of the oldaction don't match with the flags in
29955 the previously installed disposition.
29957 + t/lib/sigaction.t
29958 ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
29959 ____________________________________________________________________________
29960 [ 9085] By: jhi on 2001/03/09 01:30:13
29961 Log: Subject: Re: mission impossible for the day
29962 From: Alex Gough <alex@rcon.org>
29963 Date: Thu, 08 Mar 2001 17:18:19 +0000
29964 Message-ID: <3AA7BEDB.8070409@rcon.org>
29966 If references (are overloaded) and can be directly stringified,
29967 show that instead of "stringified".
29969 (The problem, infinite mutual recursion caused by overloaded bool
29970 in Switch.pm, tracked by David Mitchell)
29972 ! lib/Carp/Heavy.pm
29973 ____________________________________________________________________________
29974 [ 9084] By: jhi on 2001/03/09 01:20:39
29975 Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
29976 Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
29977 From: David Mitchell <davem@fdgroup.co.uk>
29978 Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
29980 ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
29981 ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
29982 ____________________________________________________________________________
29983 [ 9083] By: jhi on 2001/03/09 01:16:51
29984 Log: Subject: [PATCH] perldata.pod here-doc docs
29985 From: Jeff Pinyan <jeffp@crusoe.net>
29986 Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
29987 Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
29990 ____________________________________________________________________________
29991 [ 9082] By: jhi on 2001/03/09 01:01:27
29992 Log: Subject: Re: Unicode/EBCDIC
29993 From: Peter Prymmer <pvhp@forte.com>
29994 Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
29995 Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
29997 ! perl.c perl.h sv.c toke.c utf8.c utf8.h
29998 ____________________________________________________________________________
29999 [ 9081] By: jhi on 2001/03/08 13:41:30
30000 Log: Subject: Ooops, wrong 'no *POSIX' Patch
30001 From: Dorner Thomas <Thomas.Dorner@start.de>
30002 Date: Thu, 8 Mar 2001 08:43:28 +0100
30003 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
30005 ! hints/posix-bc.sh
30006 ____________________________________________________________________________
30007 [ 9080] By: jhi on 2001/03/08 13:11:42
30008 Log: It's Scripts.txt, not Script.txt.
30011 ____________________________________________________________________________
30012 [ 9079] By: jhi on 2001/03/08 12:59:05
30013 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
30014 From: Dorner Thomas <Thomas.Dorner@start.de>
30015 Date: Wed, 7 Mar 2001 14:13:31 +0100
30016 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
30019 ____________________________________________________________________________
30020 [ 9078] By: jhi on 2001/03/08 12:57:43
30021 Log: Retract #9069, wrong patch.
30024 ____________________________________________________________________________
30025 [ 9077] By: jhi on 2001/03/08 01:06:13
30026 Log: Upgrade to Unicode 3.1 beta 2001-03-01.
30028 + lib/unicode/Scripts.txt
30029 ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
30030 ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
30031 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
30032 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30033 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30034 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30035 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30036 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30037 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30038 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30039 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30040 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30041 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30042 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30043 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30044 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30045 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
30046 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
30047 ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
30048 ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
30049 ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
30050 ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
30051 ! lib/unicode/version
30052 ____________________________________________________________________________
30053 [ 9076] By: jhi on 2001/03/07 22:59:39
30054 Log: Integrate change #7784 from mainline into maintperl.
30056 Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
30057 Branch: maint-5.6/perl
30058 !> pp_ctl.c t/op/pat.t
30059 ____________________________________________________________________________
30060 [ 9075] By: jhi on 2001/03/07 22:05:11
30061 Log: More UTF-8 test tweaks.
30063 ! t/op/pat.t t/op/split.t t/pragma/utf8.t
30064 ____________________________________________________________________________
30065 [ 9074] By: nick on 2001/03/07 21:39:29
30066 Log: Integrate mainline.
30068 !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
30069 !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
30070 !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
30071 !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
30072 !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
30073 ____________________________________________________________________________
30074 [ 9073] By: jhi on 2001/03/07 16:37:09
30075 Log: Update Changes.
30077 ! Changes patchlevel.h
30078 ____________________________________________________________________________
30079 [ 9072] By: jhi on 2001/03/07 16:32:30
30080 Log: Subject: [ID 20010306.004] || != named unary operator
30081 From: abela@geneanet.org
30082 Date: Tue, 6 Mar 2001 15:57:57 +0100 (CET)
30083 Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
30086 ____________________________________________________________________________
30087 [ 9071] By: jhi on 2001/03/07 15:14:11
30088 Log: Subject: downgrading to bytes for common functions
30089 From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
30090 Date: Wed, 7 Mar 2001 02:36:55 -0500
30091 Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
30094 ____________________________________________________________________________
30095 [ 9070] By: jhi on 2001/03/07 15:04:58
30096 Log: Clarify the description differentiating for and while; inspired by
30098 Subject: [ID 20010306.002] for/while difference in for definition
30099 From: abela@geneanet.org
30100 Date: Tue, 6 Mar 2001 09:40:36 +0100 (CET)
30101 Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
30104 ____________________________________________________________________________
30105 [ 9069] By: jhi on 2001/03/07 14:55:30
30106 Log: Subject: 'no *POSIX' Patch speeding up make on BS2000
30107 From: Dorner Thomas <Thomas.Dorner@start.de>
30108 Date: Wed, 7 Mar 2001 14:13:31 +0100
30109 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
30112 ____________________________________________________________________________
30113 [ 9068] By: jhi on 2001/03/07 14:51:17
30114 Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30115 From: Radu Greab <radu@netsoft.ro>
30116 Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
30117 Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
30120 ____________________________________________________________________________
30121 [ 9067] By: jhi on 2001/03/07 14:48:57
30122 Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
30123 From: Simon Cozens <simon@netthink.co.uk>
30124 Date: Wed, 7 Mar 2001 13:59:28 +0000
30125 Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
30127 In order to allow MakeMaker to build correct Makefiles,
30128 you need to change the order of the arguments in MM_Unix.pm
30129 as well. (Unless you have C89_CCMODE set, but we're trying
30130 to be POSIXly correct)
30132 Thanks to Merijn Broeren for tracking this down.
30134 ! lib/ExtUtils/MM_Unix.pm
30135 ____________________________________________________________________________
30136 [ 9066] By: jhi on 2001/03/07 14:30:02
30137 Log: Floating point too messy.
30139 ! t/camel-III/vstring.t
30140 ____________________________________________________________________________
30141 [ 9065] By: jhi on 2001/03/07 14:17:44
30142 Log: Integrate change #9064 from maintperl into mainline.
30144 fix memory leak in pack("Bb",...)
30147 ____________________________________________________________________________
30148 [ 9064] By: gsar on 2001/03/07 06:29:24
30149 Log: fix memory leak in pack("Bb",...)
30150 Branch: maint-5.6/perl
30152 ____________________________________________________________________________
30153 [ 9063] By: jhi on 2001/03/07 00:55:04
30154 Log: Major utf8 test reorganisation and rewrite.
30155 Hopefully no tests were lost in the shuffle.
30156 (The beginning of pragma/utf8 was lost intentionally,
30157 the tests were rather bogus and incomplete.)
30159 ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
30161 ____________________________________________________________________________
30162 [ 9062] By: jhi on 2001/03/07 00:41:16
30163 Log: More tweakage on the Unicode character class descriptions.
30165 ! lib/unicode/mktables.PL pod/perlretut.pod
30166 ____________________________________________________________________________
30167 [ 9061] By: jhi on 2001/03/06 23:12:38
30168 Log: The perlretut was still talking about the old \p and \P
30171 ! pod/perlretut.pod
30172 ____________________________________________________________________________
30173 [ 9060] By: nick on 2001/03/06 20:52:37
30174 Log: Integrate mainline (make test works again now).
30176 !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
30177 ____________________________________________________________________________
30178 [ 9059] By: jhi on 2001/03/06 15:36:14
30179 Log: 0.999... does equal 1.0, doesn't it?
30181 ! t/camel-III/vstring.t
30182 ____________________________________________________________________________
30183 [ 9058] By: jhi on 2001/03/06 15:34:00
30184 Log: Make /x{abcd}/ to work without use utf8.
30187 ____________________________________________________________________________
30188 [ 9057] By: jhi on 2001/03/06 03:02:36
30189 Log: Easier to outcomment all the three reset() tests for now.
30192 ____________________________________________________________________________
30193 [ 9056] By: jhi on 2001/03/06 02:30:02
30194 Log: Comment out the deadly reset; until the 20010301.005
30198 ____________________________________________________________________________
30199 [ 9055] By: jhi on 2001/03/06 02:21:26
30200 Log: Integrate the change #9054 from mainline:
30201 retract the PMOP cleanup patch pending further investigation.
30202 Branch: maint-5.6/perl
30204 ____________________________________________________________________________
30205 [ 9054] By: jhi on 2001/03/06 02:19:57
30206 Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
30207 with oddly familiar stack traces.
30210 ____________________________________________________________________________
30211 [ 9053] By: jhi on 2001/03/05 23:20:28
30212 Log: Integrate perlio.
30214 +> ext/Encode/Encode/koi8-r.ucm
30215 !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
30217 ____________________________________________________________________________
30218 [ 9052] By: nick on 2001/03/05 23:08:17
30219 Log: skipping USE_PERLIO symbols correction.
30222 ____________________________________________________________________________
30223 [ 9051] By: nick on 2001/03/05 22:35:07
30224 Log: More Encode alias tidying.
30226 + ext/Encode/Encode/koi8-r.ucm
30227 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
30228 ____________________________________________________________________________
30229 [ 9050] By: jhi on 2001/03/05 21:44:29
30230 Log: Integrate changes #9033 and #9044 from mainline into maintperl,
30231 Sarathy's fix for ID 20010301.005.
30232 Branch: maint-5.6/perl
30234 ____________________________________________________________________________
30235 [ 9049] By: nick on 2001/03/05 19:54:04
30236 Log: Integrate Jarkko's Encode.pm tweak.
30238 !> ext/Encode/Encode.pm
30239 ____________________________________________________________________________
30240 [ 9048] By: nick on 2001/03/05 19:47:57
30241 Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
30244 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
30245 !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
30246 !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
30247 !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
30248 !> pod/perlapi.pod t/op/pat.t t/op/tr.t
30249 ____________________________________________________________________________
30250 [ 9047] By: jhi on 2001/03/05 19:25:26
30251 Log: Regen perlapi.
30254 ____________________________________________________________________________
30255 [ 9046] By: jhi on 2001/03/05 19:12:14
30256 Log: Integrate perlio.
30258 +> t/camel-III/vstring.t
30259 !> MANIFEST pp.h pp_sys.c t/TEST t/harness
30260 ____________________________________________________________________________
30261 [ 9045] By: jhi on 2001/03/05 19:10:36
30262 Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
30264 ! ext/Encode/Encode.pm
30265 ____________________________________________________________________________
30266 [ 9044] By: jhi on 2001/03/05 18:49:12
30267 Log: Forgot the other half of the PMOP patch (#9033).
30270 ____________________________________________________________________________
30271 [ 9043] By: nick on 2001/03/05 18:14:47
30272 Log: Update MANIFEST for new test.
30275 ____________________________________________________________________________
30276 [ 9042] By: nick on 2001/03/05 18:12:41
30277 Log: Some tests for Camel 3rd edition features.
30278 Make gethostbyaddr() test in above work.
30280 + t/camel-III/vstring.t
30281 ! pp.h pp_sys.c t/TEST t/harness
30282 ____________________________________________________________________________
30283 [ 9041] By: jhi on 2001/03/05 17:41:48
30284 Log: Add more ISO 8859 encoding aliases.
30286 ! ext/Encode/Encode.pm
30287 ____________________________________________________________________________
30288 [ 9040] By: jhi on 2001/03/05 17:30:43
30289 Log: Integrate perlio.
30292 ____________________________________________________________________________
30293 [ 9039] By: nick on 2001/03/05 17:11:36
30294 Log: Missed added file.
30297 ____________________________________________________________________________
30298 [ 9038] By: jhi on 2001/03/05 15:58:01
30299 Log: Add tr tests for EBCDIC, from Karsten Sperling.
30302 ____________________________________________________________________________
30303 [ 9037] By: nick on 2001/03/05 15:56:35
30304 Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
30305 for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
30307 Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
30308 - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
30309 - uses SvPV() rather than sv_2pv() in case it isn't a string.
30312 ____________________________________________________________________________
30313 [ 9036] By: jhi on 2001/03/05 15:49:15
30314 Log: Add matching tests currently failing in EBCDIC,
30315 suggested by Karsten Sperling.
30318 ____________________________________________________________________________
30319 [ 9035] By: jhi on 2001/03/05 15:36:55
30320 Log: The #9034 needs a MANIFESTation.
30323 ____________________________________________________________________________
30324 [ 9034] By: jhi on 2001/03/05 15:35:14
30325 Log: Integrate perlio.
30327 +> ext/Encode/Encode/Tcl.pm
30328 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
30329 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
30330 !> ext/Encode/Encode/iso8859-1.ucm
30331 !> ext/Encode/Encode/iso8859-10.ucm
30332 !> ext/Encode/Encode/iso8859-13.ucm
30333 !> ext/Encode/Encode/iso8859-14.ucm
30334 !> ext/Encode/Encode/iso8859-15.ucm
30335 !> ext/Encode/Encode/iso8859-16.ucm
30336 !> ext/Encode/Encode/iso8859-2.ucm
30337 !> ext/Encode/Encode/iso8859-3.ucm
30338 !> ext/Encode/Encode/iso8859-4.ucm
30339 !> ext/Encode/Encode/iso8859-5.ucm
30340 !> ext/Encode/Encode/iso8859-6.ucm
30341 !> ext/Encode/Encode/iso8859-7.ucm
30342 !> ext/Encode/Encode/iso8859-8.ucm
30343 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
30345 ____________________________________________________________________________
30346 [ 9033] By: jhi on 2001/03/05 15:33:18
30347 Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
30348 From: Gurusamy Sarathy <gsar@ActiveState.com>
30349 Date: Sun, 04 Mar 2001 22:33:15 -0800
30350 Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
30352 PMOPs need to remember their own stash so that they can
30353 gracefully remove themselves from their linked list.
30356 ____________________________________________________________________________
30357 [ 9032] By: nick on 2001/03/05 14:51:50
30358 Log: Encode implementation "completion"
30359 Implement and document define_encoding()
30360 Implement and document encoding aliases including define_alias()
30361 Make Encode::XS use define_encoding() rather than back-door.
30362 Move run-time *.enc to separate Encode::Tcl module.
30363 Make 'compile' honour <codeset_name>
30364 Change canonical names of to iso-8859-* and US-ascii.
30366 + ext/Encode/Encode/Tcl.pm
30367 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30368 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
30369 ! ext/Encode/Encode/iso8859-1.ucm
30370 ! ext/Encode/Encode/iso8859-10.ucm
30371 ! ext/Encode/Encode/iso8859-13.ucm
30372 ! ext/Encode/Encode/iso8859-14.ucm
30373 ! ext/Encode/Encode/iso8859-15.ucm
30374 ! ext/Encode/Encode/iso8859-16.ucm
30375 ! ext/Encode/Encode/iso8859-2.ucm
30376 ! ext/Encode/Encode/iso8859-3.ucm
30377 ! ext/Encode/Encode/iso8859-4.ucm
30378 ! ext/Encode/Encode/iso8859-5.ucm
30379 ! ext/Encode/Encode/iso8859-6.ucm
30380 ! ext/Encode/Encode/iso8859-7.ucm
30381 ! ext/Encode/Encode/iso8859-8.ucm
30382 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
30384 ____________________________________________________________________________
30385 [ 9031] By: jhi on 2001/03/05 13:51:17
30386 Log: Integrate change #9030 from maintperl into mainline.
30388 Subject: [PATCH 5.6.1] OS/2 cleanup
30391 !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30392 !> makedef.pl os2/Changes os2/Makefile.SHs
30393 !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
30394 !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
30395 !> os2/os2.sym os2/os2ish.h
30396 ____________________________________________________________________________
30397 [ 9030] By: jhi on 2001/03/05 13:46:49
30398 Log: Subject: [PATCH 5.6.1] OS/2 cleanup
30399 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30400 Date: Mon, 5 Mar 2001 02:29:44 -0500
30401 Message-ID: <20010305022944.A10117@math.ohio-state.edu>
30402 Branch: maint-5.6/perl
30404 ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30405 ! makedef.pl os2/Changes os2/Makefile.SHs
30406 ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
30407 ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
30408 ! os2/os2.sym os2/os2ish.h
30409 ____________________________________________________________________________
30410 [ 9029] By: jhi on 2001/03/05 13:40:35
30411 Log: Integrate change #9028 from maintperl into mainline.
30413 various nits in MM_Unix.pm found by disabling SelfLoader
30415 !> lib/ExtUtils/MM_Unix.pm
30416 ____________________________________________________________________________
30417 [ 9028] By: gsar on 2001/03/05 09:58:38
30418 Log: various nits in MM_Unix.pm found by disabling SelfLoader
30419 Branch: maint-5.6/perl
30420 ! lib/ExtUtils/MM_Unix.pm
30421 ____________________________________________________________________________
30422 [ 9027] By: nick on 2001/03/05 08:35:22
30423 Log: Integrate mainline
30425 !> (integrate 28 files)
30426 ____________________________________________________________________________
30427 [ 9026] By: jhi on 2001/03/05 02:14:59
30428 Log: Integrate change #9025 from mainline to maintperl,
30429 retract \N{U+HHHH}.
30430 Branch: maint-5.6/perl
30431 !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30432 !> t/lib/charnames.t toke.c
30433 ____________________________________________________________________________
30434 [ 9025] By: jhi on 2001/03/05 02:13:09
30435 Log: Retracting \N{U+HHHH}.
30437 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30438 ! t/lib/charnames.t toke.c
30439 ____________________________________________________________________________
30440 [ 9024] By: jhi on 2001/03/04 20:51:07
30441 Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
30442 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30443 Date: Fri, 02 Mar 2001 18:25:26 +0100
30444 Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
30448 ! ext/Storable/Storable.xs
30449 ____________________________________________________________________________
30450 [ 9023] By: jhi on 2001/03/04 19:46:45
30451 Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
30452 From: nick@talking.bollo.cx
30453 Date: Sat, 03 Mar 2001 21:41:33 +0000
30454 Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
30456 Revert the workaround.
30459 ____________________________________________________________________________
30460 [ 9022] By: jhi on 2001/03/04 19:36:28
30461 Log: Update Changes.
30463 ! Changes patchlevel.h
30464 ____________________________________________________________________________
30465 [ 9021] By: jhi on 2001/03/04 18:41:00
30466 Log: makedef.pl updates suggested by Chris Nandor; double-checking
30467 the changes in AIX, OS/2 Win32 would be nice.
30470 ____________________________________________________________________________
30471 [ 9020] By: jhi on 2001/03/04 18:23:58
30472 Log: Integrate change #9012 from maintperl into mainline,
30473 quench a compiler warning.
30476 ____________________________________________________________________________
30477 [ 9019] By: jhi on 2001/03/04 18:18:43
30478 Log: Integrate changes #9017 and 9018 from mainline into maintperl.
30482 pattern in G_ARRAY context
30483 Branch: maint-5.6/perl
30484 !> pp_hot.c t/op/pat.t toke.c
30485 ____________________________________________________________________________
30486 [ 9018] By: jhi on 2001/03/04 18:07:48
30487 Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
30488 From: Jeff Pinyan <jeffp@crusoe.net>
30489 Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
30490 Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
30492 ! pp_hot.c t/op/pat.t
30493 ____________________________________________________________________________
30494 [ 9017] By: jhi on 2001/03/04 18:06:21
30495 Log: I thought I tested the #9014.
30498 ____________________________________________________________________________
30499 [ 9016] By: jhi on 2001/03/04 17:41:22
30500 Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
30502 Tweak the get*ent() OS/2 prototypes.
30504 Add the \N{U+HHHH} syntax.
30506 More tr/// UTF-8 fixes from Inaba Hiroto.
30507 Branch: maint-5.6/perl
30508 !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
30509 !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
30510 ____________________________________________________________________________
30511 [ 9015] By: jhi on 2001/03/04 17:36:04
30512 Log: More tr/// UTF-8 fixes from Inaba Hiroto.
30515 ____________________________________________________________________________
30516 [ 9014] By: jhi on 2001/03/04 17:24:49
30517 Log: Add the \N{U+HHHH} syntax.
30519 ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
30520 ! t/lib/charnames.t toke.c
30521 ____________________________________________________________________________
30522 [ 9013] By: jhi on 2001/03/04 17:20:45
30523 Log: Tweak the get*ent() OS/2 prototypes.
30526 ____________________________________________________________________________
30527 [ 9012] By: gsar on 2001/03/04 06:26:14
30528 Log: avoid warning (nit in change#9009)
30529 Branch: maint-5.6/perl
30531 ____________________________________________________________________________
30532 [ 9011] By: gsar on 2001/03/04 06:15:24
30533 Log: lib/charnames.t fails in 5.6.x because of older Unicode
30536 TODO: need to revisit this after updating lib/unicode/...
30537 Branch: maint-5.6/perl
30538 ! t/lib/charnames.t
30539 ____________________________________________________________________________
30540 [ 9010] By: gsar on 2001/03/04 06:08:36
30541 Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
30542 Branch: maint-5.6/perl
30544 ____________________________________________________________________________
30545 [ 9009] By: jhi on 2001/03/03 19:27:20
30546 Log: Integrate change #9008 from mainline to maintperl,
30547 UTF-8 tr/// fixes from Inaba Hiroto.
30548 Branch: maint-5.6/perl
30549 !> doop.c op.c t/op/tr.t toke.c
30550 ____________________________________________________________________________
30551 [ 9008] By: jhi on 2001/03/03 19:19:42
30552 Log: UTF8 tr/// fixes from Inaba Hiroto.
30554 ! doop.c op.c t/op/tr.t toke.c
30555 ____________________________________________________________________________
30556 [ 9007] By: jhi on 2001/03/03 19:00:30
30557 Log: Integrate change #9006 from maintperl to mainline,
30558 more robust quest for the infinite.
30560 !> lib/Math/Complex.pm
30561 ____________________________________________________________________________
30562 [ 9006] By: jhi on 2001/03/03 18:58:06
30563 Log: Subject: [PATCH 5.6.1] More robust Math::Complex
30564 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30565 Date: Sat, 3 Mar 2001 12:51:50 -0500
30566 Message-ID: <20010303125150.A2147@math.ohio-state.edu>
30568 Be more robust in our quest for the infinite.
30569 Branch: maint-5.6/perl
30570 ! lib/Math/Complex.pm
30571 ____________________________________________________________________________
30572 [ 9005] By: jhi on 2001/03/03 17:55:50
30573 Log: The #8982 modified for perl 5.6.x, from Radu Greab.
30574 Branch: maint-5.6/perl
30576 ____________________________________________________________________________
30577 [ 9004] By: jhi on 2001/03/03 17:40:14
30578 Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
30579 so that picky compilers like IRIX won't get huffy about
30580 "statements without effect" (like 1;).
30583 ____________________________________________________________________________
30584 [ 9003] By: jhi on 2001/03/03 17:15:52
30585 Log: Integrate change #9002 from mainline to maintperl.
30587 Subject: [perl-5.6.x, perl-current] accept for EPOC
30588 Branch: maint-5.6/perl
30590 ____________________________________________________________________________
30591 [ 9002] By: jhi on 2001/03/03 17:14:30
30592 Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
30593 From: Olaf Flebbe <O.Flebbe@science-computing.de>
30594 Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
30595 Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
30598 ____________________________________________________________________________
30599 [ 9001] By: jhi on 2001/03/03 17:13:13
30600 Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
30601 From: "Craig A. Berry" <craigberry@mac.com>
30602 Date: Fri, 02 Mar 2001 17:44:40 -0600
30603 Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
30606 ____________________________________________________________________________
30607 [ 9000] By: jhi on 2001/03/03 17:11:55
30608 Log: Integrate changes #8997,8999 from maintperl.
30610 Subject: [PATCH 5.6.1] compiling on OS/2
30611 (Better error message from hints/os2.sh)
30613 Subject: [PATCH 5.6.1] syslog.t
30615 !> hints/os2.sh t/lib/syslog.t
30616 ____________________________________________________________________________
30617 [ 8999] By: jhi on 2001/03/03 17:09:28
30618 Log: Subject: [PATCH 5.6.1] syslog.t
30619 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30620 Date: Sat, 3 Mar 2001 02:11:17 -0500
30621 Message-ID: <20010303021116.A11897@math.ohio-state.edu>
30622 Branch: maint-5.6/perl
30624 ____________________________________________________________________________
30625 [ 8998] By: jhi on 2001/03/03 17:07:50
30626 Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
30627 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30628 Date: Sat, 3 Mar 2001 01:53:52 -0500
30629 Message-ID: <20010303015352.A11741@math.ohio-state.edu>
30630 Branch: maint-5.6/perl
30631 ! opcode.pl os2/os2.c
30632 ____________________________________________________________________________
30633 [ 8997] By: jhi on 2001/03/03 17:03:30
30634 Log: Subject: [PATCH 5.6.1] compiling on OS/2
30635 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30636 Date: Sat, 3 Mar 2001 01:59:59 -0500
30637 Message-ID: <20010303015959.B11741@math.ohio-state.edu>
30638 Branch: maint-5.6/perl
30640 ____________________________________________________________________________
30641 [ 8996] By: jhi on 2001/03/03 00:55:58
30642 Log: Regen files for mainline.
30644 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30645 ! config_h.SH pod/perlapi.pod pod/perltoc.pod
30646 ____________________________________________________________________________
30647 [ 8995] By: jhi on 2001/03/03 00:35:22
30648 Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
30649 8318,8320,8337,8503,8877,8890,8903,8971 from mainline
30652 Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
30654 Add Configure option -Dmksymlinks which will create a symlink
30655 forest if the current/build differs from the source directory.
30656 (8218,8220,8221,8317,8318,8971)
30658 Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
30659 (Document APPLLIB_EXP in INSTALL.)
30661 If running byacc write-enable also perly.h.
30663 DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
30665 Subject: [PATCH 5.7.1/Configure] failure to set src='.'
30667 Sanity check for conflicting thread flavours.
30669 Fix the sys/fcntl.h problem reported by Peter Prymmer.
30671 Add few CPUs/architectures to the Cppsym scan,
30672 add -perlio to archname if so selected (modified 8890)
30674 Be more helpful for devel builders, suggested by John L. Allen.
30675 (admittedly pointless change for maintperl, but the usedevel
30676 code is there already)
30677 Branch: maint-5.6/perl
30678 !> Configure INSTALL Makefile.SH Porting/Glossary
30679 !> Porting/config.sh Porting/config_H config_h.SH embed.pl
30680 !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
30681 !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
30682 !> win32/config.bc win32/config.gc win32/config.vc
30683 ____________________________________________________________________________
30684 [ 8994] By: jhi on 2001/03/02 23:31:41
30685 Log: Use also $ccflags, not just $ldflags, when testing for gccness.
30686 Branch: metaconfig/U/perl
30688 ____________________________________________________________________________
30689 [ 8993] By: jhi on 2001/03/02 23:22:12
30690 Log: Regenerate various files for maint.
30691 Branch: maint-5.6/perl
30692 ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
30693 ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
30694 ____________________________________________________________________________
30695 [ 8992] By: alanbur on 2001/03/02 22:48:34
30696 Log: Resync wuth parent
30697 Branch: maint-5.6/pureperl
30698 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
30699 !> (integrate 60 files)
30700 ____________________________________________________________________________
30701 [ 8991] By: jhi on 2001/03/02 21:00:08
30702 Log: Retract the #8742 part of #8986, backward compat.
30703 Branch: maint-5.6/perl
30705 ____________________________________________________________________________
30706 [ 8990] By: jhi on 2001/03/02 20:40:07
30707 Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
30708 Branch: maint-5.6/perl
30710 ____________________________________________________________________________
30711 [ 8989] By: jhi on 2001/03/02 19:59:56
30712 Log: Update Changes.
30714 ! Changes patchlevel.h
30715 ____________________________________________________________________________
30716 [ 8988] By: jhi on 2001/03/02 19:57:08
30717 Log: Integrate perlio.
30719 !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30720 !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30721 !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30722 !> ext/Encode/Encode/iso8859-10.ucm
30723 !> ext/Encode/Encode/iso8859-13.ucm
30724 !> ext/Encode/Encode/iso8859-14.ucm
30725 !> ext/Encode/Encode/iso8859-15.ucm
30726 !> ext/Encode/Encode/iso8859-16.ucm
30727 !> ext/Encode/Encode/iso8859-2.ucm
30728 !> ext/Encode/Encode/iso8859-3.ucm
30729 !> ext/Encode/Encode/iso8859-4.ucm
30730 !> ext/Encode/Encode/iso8859-5.ucm
30731 !> ext/Encode/Encode/iso8859-6.ucm
30732 !> ext/Encode/Encode/iso8859-7.ucm
30733 !> ext/Encode/Encode/iso8859-8.ucm
30734 !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
30735 !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
30736 ____________________________________________________________________________
30737 [ 8987] By: jhi on 2001/03/02 19:43:40
30738 Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
30739 8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
30740 8950,8952,8955 from mainline to maintperl.
30742 Subject: [PATCH: perl@8773] small fixups to perlclib.pod
30744 Put to rest the 20010205.001, the email address checking (not) regex.
30746 fork() not everywhere, cleanup temp files.
30748 The #8843 wasn't quite right: %Config needs to imported.
30750 Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
30751 (#8849: the glob-basic hunk needed massaging as it depended
30752 on Schwern's large-scale (unintegrated) patches)
30754 Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
30756 Upgrade to CGI.pm 2.752, from Lincoln Stein.
30757 (Note: there were some conflicts due to EBCDIC and EPOC
30758 patches, in general I preferred the repository code.)
30759 (When 2.753 comes out, we need to synchronize.)
30761 Subject: [PATCH] fix for charnames above FFFF
30763 Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
30765 If no sfio, no -lsfio.
30767 Run run/*.t also in minitest.
30769 Subject: [PATCH perl 5.7.0] malloc message address offset
30771 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
30773 Subject: fix for parameter -Dm (for perl@8867)
30775 Subject: [PATCH: perl@8892] was Re: hashing order difference?
30776 (make the test more portable)
30778 Subject: Re: [PATCH] fix for charnames above FFFF
30780 Subject: Re: I'm losing the war...
30781 (hv_store() not working correctly in ENV_IS_CASELESS case.)
30783 Subject: Modified README.bs2000
30785 Subject: [PATCH: perl@8935] -Dt padsv($var)
30787 Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
30789 Subject: PATCH: extra tests to check on negative float to unsigned cast
30791 Subject: [PATCH] XPUSH[insp] was Re: progress
30793 Subject: Re: Compile with perlcc..
30794 Branch: maint-5.6/perl
30795 !> (integrate 36 files)
30796 ____________________________________________________________________________
30797 [ 8986] By: jhi on 2001/03/02 18:51:25
30798 Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
30799 8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
30802 Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
30804 Subject: [DOC PATCH] overload.pm nits
30806 Add header for LIB$ prototypes (C. Berry)
30808 Convert fwrite()s to sockets to write()s, since some socket stacks
30809 don't take kindly to stdio.
30810 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
30811 (for often optional LNMs)
30812 Correct a few typos
30815 Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
30819 Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
30821 Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
30823 Upgrade to CPAN 1.59_54, from Andreas König.
30827 Subject: [PATCH] Document makepatch in Porting/patching
30829 UTF-8 documentation.
30831 Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
30835 Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
30837 Subject: [PATCH @8807] toke.c cleanup: scan_str()
30839 Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
30841 Add run/*.t to testables.
30843 TODO: integrate #8784.
30844 Branch: maint-5.6/perl
30845 +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
30846 !> (integrate 28 files)
30847 ____________________________________________________________________________
30848 [ 8985] By: nick on 2001/03/02 18:15:45
30849 Log: Integrate mainline
30851 !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
30853 ____________________________________________________________________________
30854 [ 8984] By: jhi on 2001/03/02 16:00:17
30855 Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
30857 perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
30858 5.004_05, and mention the suidperl August 2000 security problem.
30861 Subject: [ID 20010301.004] Technically speaking in perldata
30863 Subject: [PATCH] File::Copy for bleadperl, maintperl
30865 Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30867 (The #8982, fix for 20010221.005 and 20010221.008,
30868 would be nice too but it didn't integrate cleanly.)
30869 Branch: maint-5.6/perl
30870 !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
30871 ____________________________________________________________________________
30872 [ 8983] By: jhi on 2001/03/02 15:51:16
30873 Log: Subject: [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
30874 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30875 Date: Thu, 1 Mar 2001 15:54:09 EST
30876 Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
30879 ____________________________________________________________________________
30880 [ 8982] By: jhi on 2001/03/02 15:43:31
30881 Log: Subject: Re: sync sync sync: have I missed any patches?
30882 From: Radu Greab <radu@netsoft.ro>
30883 Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
30884 Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
30886 Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
30887 was checking argv[0] regardless of whether a different pathname
30888 will actually be executed." Test case not supplied because
30889 drafting that, ironically enough, revealed another bug
30893 ____________________________________________________________________________
30894 [ 8981] By: jhi on 2001/03/02 15:28:03
30895 Log: Misdate in #8978.
30898 ____________________________________________________________________________
30899 [ 8980] By: jhi on 2001/03/02 15:24:20
30900 Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
30901 From: Chris Nandor <pudge@pobox.com>
30902 Date: Wed, 28 Feb 2001 22:10:15 -0500
30903 Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
30906 ____________________________________________________________________________
30907 [ 8979] By: jhi on 2001/03/02 15:17:16
30908 Log: Subject: [ID 20010301.004] Technically speaking in perldata
30909 From: abela@geneanet.org
30910 Date: Thu, 1 Mar 2001 17:59:27 +0100 (CET)
30911 Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
30914 ____________________________________________________________________________
30915 [ 8978] By: jhi on 2001/03/02 15:15:27
30916 Log: Subject: [ID 20010301.003] ref to 5.004
30917 From: abela@geneanet.org
30918 Date: Thu, 1 Mar 2001 14:48:40 +0100 (CET)
30919 Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
30921 Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
30922 and mention the suidperl August 2000 security problem.
30925 ____________________________________________________________________________
30926 [ 8977] By: alanbur on 2001/03/02 14:17:45
30927 Log: Resynchronised with parent
30928 Branch: maint-5.6/pureperl
30929 !> AUTHORS README.epoc configure.com epoc/createpkg.pl
30930 !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
30931 !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
30932 !> vms/descrip_mms.template win32/win32.c win32/win32.h
30933 !> win32/win32iop.h
30934 ____________________________________________________________________________
30935 [ 8976] By: nick on 2001/03/01 23:25:30
30936 Log: Integrate mainline.
30939 !> (integrate 55 files)
30940 ____________________________________________________________________________
30941 [ 8975] By: jhi on 2001/03/01 16:51:34
30942 Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
30945 ____________________________________________________________________________
30946 [ 8974] By: gsar on 2001/03/01 16:28:21
30947 Log: fix for bugid 20010226.008
30949 the problem was that some of the pointers (PL_last_lop and
30950 PL_last_uni specifically) into the lex buffers weren't correctly
30951 being invalidated when the buffer changed; this would leave the
30952 pointers pointing at an arbitrary location in the buffer if
30953 the buffer didn't need to be reallocated, or point into freed
30954 memory if the buffer had to be realloced
30956 TODO item for bugdb maintainers: check other seemingly random
30957 parser-related bugs--they might be cured by this
30958 Branch: maint-5.6/perl
30960 ____________________________________________________________________________
30961 [ 8973] By: jhi on 2001/03/01 02:23:25
30962 Log: Retract #8970 because of a completely mysterious core dump:
30963 adding the tests 241..244 causes op/pat dump core at test #25.
30964 The test needs a lot of whittling down before the bug can be solved.
30967 ____________________________________________________________________________
30968 [ 8972] By: jhi on 2001/03/01 01:58:38
30969 Log: Regen perlapi.
30972 ____________________________________________________________________________
30973 [ 8971] By: jhi on 2001/03/01 01:34:09
30974 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))
30975 From: Nicholas Clark <nick@ccl4.org>
30976 Date: Wed, 28 Feb 2001 23:28:49 +0000
30977 Message-ID: <20010228232849.A55187@plum.flirble.org>
30979 Allow a completely write protected source code tree
30980 when using the Configure -Dmksymlinks.
30982 ! embed.pl warnings.pl
30983 ____________________________________________________________________________
30984 [ 8970] By: jhi on 2001/03/01 01:32:04
30985 Log: Add back the EBCDIC character range tests (for matching).
30988 ____________________________________________________________________________
30989 [ 8969] By: nick on 2001/02/28 18:18:01
30990 Log: Add charname comments to .ucm files writen by 'compile',
30991 also order charmaps in those files by source encoding.
30992 regenerate distrubuted .ucm files
30994 ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
30995 ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
30996 ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
30997 ! ext/Encode/Encode/iso8859-10.ucm
30998 ! ext/Encode/Encode/iso8859-13.ucm
30999 ! ext/Encode/Encode/iso8859-14.ucm
31000 ! ext/Encode/Encode/iso8859-15.ucm
31001 ! ext/Encode/Encode/iso8859-16.ucm
31002 ! ext/Encode/Encode/iso8859-2.ucm
31003 ! ext/Encode/Encode/iso8859-3.ucm
31004 ! ext/Encode/Encode/iso8859-4.ucm
31005 ! ext/Encode/Encode/iso8859-5.ucm
31006 ! ext/Encode/Encode/iso8859-6.ucm
31007 ! ext/Encode/Encode/iso8859-7.ucm
31008 ! ext/Encode/Encode/iso8859-8.ucm
31009 ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
31010 ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
31011 ____________________________________________________________________________
31012 [ 8968] By: jhi on 2001/02/28 16:26:37
31013 Log: Expand usemorebits early if d_casti32 needs to be undefined.
31015 ! hints/hpux.sh hints/irix_6.sh
31016 ____________________________________________________________________________
31017 [ 8967] By: jhi on 2001/02/28 16:22:26
31018 Log: Undo qu. Retract #8814, rewrite op/each part of #8615,
31019 retract toke.c/qu parts of #8583, retract #8485, retract
31020 or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
31021 op/length.t, and MANIFEST, and delete t/op/qu.t.
31024 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
31025 ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
31026 ! t/op/length.t toke.c
31027 ____________________________________________________________________________
31028 [ 8966] By: jhi on 2001/02/28 15:00:27
31029 Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
31030 by not changing from pre-Unicode days into being Unicode-aware.
31033 ! pp.c t/op/pack.t t/op/qu.t
31034 ____________________________________________________________________________
31035 [ 8965] By: jhi on 2001/02/28 14:37:55
31036 Log: Subject: Re: Errors in core PODs
31037 From: Michael Stevens <michael@etla.org>
31038 Date: Fri, 23 Feb 2001 15:47:56 +0000
31039 Message-ID: <20010223154756.A7723@firedrake.org>
31041 ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
31042 ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
31043 ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
31045 ____________________________________________________________________________
31046 [ 8964] By: jhi on 2001/02/28 14:35:35
31047 Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
31048 (The #8961 was too bold.)
31050 ! hints/hpux.sh hints/irix_6.sh
31051 ____________________________________________________________________________
31052 [ 8963] By: jhi on 2001/02/28 14:33:39
31053 Log: Subject: Re: sync sync sync: have I missed any patches?
31054 From: Tim Jenness <t.jenness@jach.hawaii.edu>
31055 In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
31056 Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
31057 Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
31059 Replace djSP with dSP.
31061 ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
31062 ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
31064 ____________________________________________________________________________
31065 [ 8962] By: jhi on 2001/02/27 23:21:14
31066 Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
31068 ! lib/Filter/Simple.pm
31069 ____________________________________________________________________________
31070 [ 8961] By: jhi on 2001/02/27 22:55:26
31071 Log: The casting mystery in HP-UX and IRIX needs at least a workaround
31072 and this would be it.
31074 ! hints/hpux.sh hints/irix_6.sh
31075 ____________________________________________________________________________
31076 [ 8960] By: jhi on 2001/02/27 22:51:33
31077 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
31078 From: "Craig A. Berry" <craigberry@mac.com>
31079 Date: Tue, 27 Feb 2001 16:11:44 -0600
31080 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
31081 Branch: maint-5.6/perl
31082 ! configure.com vms/descrip_mms.template
31083 ____________________________________________________________________________
31084 [ 8959] By: jhi on 2001/02/27 22:47:23
31085 Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
31086 From: "Craig A. Berry" <craigberry@mac.com>
31087 Date: Tue, 27 Feb 2001 16:11:44 -0600
31088 Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
31090 ! configure.com vms/descrip_mms.template
31091 ____________________________________________________________________________
31092 [ 8958] By: jhi on 2001/02/27 15:16:42
31093 Log: Update Changes.
31095 ! Changes patchlevel.h
31096 ____________________________________________________________________________
31097 [ 8957] By: jhi on 2001/02/27 06:15:07
31098 Log: Subject: [5.6.x] EPOC additions
31099 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31100 Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
31101 Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
31102 Branch: maint-5.6/perl
31103 ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
31104 ____________________________________________________________________________
31105 [ 8956] By: jhi on 2001/02/27 06:12:11
31106 Log: Subject: [perl-current] EPOC
31107 From: Olaf Flebbe <O.Flebbe@science-computing.de>
31108 Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
31109 Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
31111 ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
31112 ! epoc/epocish.c epoc/epocish.h pp_sys.c
31113 ____________________________________________________________________________
31114 [ 8955] By: jhi on 2001/02/27 05:59:50
31115 Log: Subject: Re: Compile with perlcc..
31116 From: Edward Peschko <edwardp@excitehome.net>
31117 Date: Mon, 26 Feb 2001 18:51:58 -0800
31118 Message-ID: <20010226185158.A9871@excitehome.net>
31120 plus add a simple usage message if no arguments given.
31122 ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
31123 ! utils/Makefile utils/perlcc.PL win32/pod.mak
31124 ____________________________________________________________________________
31125 [ 8954] By: nick on 2001/02/26 21:02:59
31126 Log: Integrate mainline
31128 !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
31129 !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
31131 ____________________________________________________________________________
31132 [ 8953] By: jhi on 2001/02/26 14:43:54
31133 Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
31134 From: Nicholas Clark <nick@ccl4.org>
31135 Date: Mon, 26 Feb 2001 00:42:07 +0000
31136 Message-ID: <20010226004207.F23333@plum.flirble.org>
31139 ____________________________________________________________________________
31140 [ 8952] By: jhi on 2001/02/26 14:42:13
31141 Log: Subject: [PATCH] XPUSH[insp] was Re: progress
31142 From: Simon Cozens <simon@netthink.co.uk>
31143 Date: Mon, 26 Feb 2001 12:23:48 +0000
31144 Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
31147 ____________________________________________________________________________
31148 [ 8951] By: jhi on 2001/02/26 14:39:15
31149 Log: Subject: [PATCH] perlio - unknown layer
31150 From: Nicholas Clark <nick@ccl4.org>
31151 Date: Mon, 26 Feb 2001 00:27:19 +0000
31152 Message-ID: <20010226002719.E23333@plum.flirble.org>
31155 ____________________________________________________________________________
31156 [ 8950] By: jhi on 2001/02/26 14:38:04
31157 Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
31158 From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
31159 Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
31160 Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
31163 ____________________________________________________________________________
31164 [ 8949] By: jhi on 2001/02/26 14:37:07
31165 Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
31166 From: Peter Prymmer <pvhp@forte.com>
31167 Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
31168 Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
31171 ____________________________________________________________________________
31172 [ 8948] By: jhi on 2001/02/26 14:35:53
31173 Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
31174 From: Radu Greab <radu@netsoft.ro>
31175 Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
31176 Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
31179 ____________________________________________________________________________
31180 [ 8947] By: jhi on 2001/02/26 14:34:46
31181 Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
31182 From: David Mitchell <davem@fdgroup.co.uk>
31183 Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
31184 Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
31187 ____________________________________________________________________________
31188 [ 8946] By: jhi on 2001/02/26 14:32:37
31189 Log: Subject: Modified README.bs2000
31190 From: Dorner Thomas <Thomas.Dorner@start.de>
31191 Date: Mon, 26 Feb 2001 09:22:17 +0100
31192 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
31195 ____________________________________________________________________________
31196 [ 8945] By: jhi on 2001/02/26 14:19:53
31197 Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
31198 to maintperl, listing the known failures on the tests 129 and 130.
31199 Branch: maint-5.6/perl
31201 ____________________________________________________________________________
31202 [ 8944] By: jhi on 2001/02/26 14:14:15
31203 Log: Add more known sprintf failures.
31206 ____________________________________________________________________________
31207 [ 8943] By: jhi on 2001/02/26 13:56:22
31208 Log: perlglob.exe needs to be found in Win32, patch from
31209 Vadim Konovalov. Nick I-S comments: "Perhaps a lingering glob()
31210 which needs external glob at mini-perl time."
31212 ! ext/Encode/compile
31213 ____________________________________________________________________________
31214 [ 8942] By: jhi on 2001/02/26 13:52:19
31215 Log: A missing dTHX from Vadim Konovalov.
31218 ____________________________________________________________________________
31219 [ 8941] By: jhi on 2001/02/26 13:37:05
31220 Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
31223 ____________________________________________________________________________
31224 [ 8940] By: jhi on 2001/02/26 13:35:40
31225 Log: Integrate perlio.
31227 !> ext/Encode/Encode.pm
31228 ____________________________________________________________________________
31229 [ 8939] By: nick on 2001/02/25 23:47:09
31230 Log: Integrate mainline.
31232 !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
31233 !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
31234 ____________________________________________________________________________
31235 [ 8938] By: nick on 2001/02/25 19:36:28
31236 Log: Encode implementations docs.
31238 ! ext/Encode/Encode.pm
31239 ____________________________________________________________________________
31240 [ 8937] By: jhi on 2001/02/25 19:26:16
31241 Log: Script wasn't aligned with reality.
31244 ____________________________________________________________________________
31245 [ 8936] By: jhi on 2001/02/25 18:54:55
31246 Log: Update Changes.
31248 ! Changes patchlevel.h
31249 ____________________________________________________________________________
31250 [ 8935] By: jhi on 2001/02/25 18:46:36
31251 Log: Retract #8929,8930,8932,8933 for now.
31253 ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
31254 ____________________________________________________________________________
31255 [ 8934] By: jhi on 2001/02/25 17:34:35
31256 Log: Integrate perlio.
31258 !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
31259 !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
31261 ____________________________________________________________________________
31262 [ 8933] By: jhi on 2001/02/25 17:33:12
31263 Log: (Retracted by #8395.)
31265 Slight tweaks in scan_const(), not fixes yet, it seems like
31266 lots of work remains to be done...
31269 ____________________________________________________________________________
31270 [ 8932] By: jhi on 2001/02/25 17:27:11
31271 Log: (Retracted by #8395.)
31273 Missing from #8930.
31276 ____________________________________________________________________________
31277 [ 8931] By: jhi on 2001/02/25 17:26:19
31278 Log: A comment tweak.
31281 ____________________________________________________________________________
31282 [ 8930] By: jhi on 2001/02/25 17:25:47
31283 Log: (Retracted by #8395.)
31285 Attempt to fix the EBCDIC character range problwm with //.
31288 ____________________________________________________________________________
31289 [ 8929] By: jhi on 2001/02/25 17:23:45
31290 Log: (Retracted by #8395.)
31292 Expand the EBCDIC character range tests, and add few nasty
31293 tr tests from Karsten Sperling.
31295 ! t/op/pat.t t/op/tr.t
31296 ____________________________________________________________________________
31297 [ 8928] By: jhi on 2001/02/25 17:18:49
31298 Log: Missing check-in.
31301 ____________________________________________________________________________
31302 [ 8927] By: nick on 2001/02/25 11:30:22
31303 Log: Change method names in Encode implementation classes to something
31304 less confusing (preparing to "go public").
31306 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
31307 ____________________________________________________________________________
31308 [ 8926] By: nick on 2001/02/25 10:53:24
31309 Log: GCC __atribute__ / printf fix
31312 ____________________________________________________________________________
31313 [ 8925] By: nick on 2001/02/25 10:52:25
31314 Log: Checked in the wrong one ...
31316 ! ext/Encode/Encode.pm
31317 ____________________________________________________________________________
31318 [ 8924] By: nick on 2001/02/24 18:46:51
31319 Log: Integrate mainline - to see what Jarkko has in ...
31321 +> t/pod/testpods/lib/Pod/Stuff.pm
31322 !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
31323 ____________________________________________________________________________
31324 [ 8923] By: nick on 2001/02/24 17:05:23
31325 Log: Encode API documentation nd tidy up.
31326 Minor additions to test.
31327 Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
31328 Adds STRLEN to standard typemap.
31330 ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
31331 ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
31332 ____________________________________________________________________________
31333 [ 8922] By: jhi on 2001/02/24 16:38:12
31334 Log: Add a test for the "character range should match in EBCDIC
31335 if specified using explicit numerics" bug found by Karsten
31339 ____________________________________________________________________________
31340 [ 8921] By: jhi on 2001/02/24 16:30:16
31341 Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
31342 From: schwern@pobox.com
31343 Date: Fri, 23 Feb 2001 03:21:37 -0500
31344 Message-ID: <20010223032137.A26022@magnonel.guild.net>
31346 plus Charles Lane's fixes, plus tweaks.
31348 + t/pod/testpods/lib/Pod/Stuff.pm
31349 ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
31350 ____________________________________________________________________________
31351 [ 8920] By: nick on 2001/02/24 10:30:11
31352 Log: Integrate mainline
31354 !> (integrate 33 files)
31355 ____________________________________________________________________________
31356 [ 8919] By: jhi on 2001/02/24 00:23:35
31357 Log: Subject: Re: I'm losing the war...
31358 From: "Vadim Konovalov" <watman@inbox.ru>
31359 Date: Sat, 24 Feb 2001 00:10:14 +0300
31360 Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
31362 hv_store() not working correctly in ENV_IS_CASELESS case.
31365 ____________________________________________________________________________
31366 [ 8918] By: jhi on 2001/02/24 00:20:09
31367 Log: Subject: Re: [PATCH] fix for charnames above FFFF
31368 From: andreas.koenig@anima.de (Andreas J. Koenig)
31369 Date: 23 Feb 2001 02:39:03 +0100
31370 Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
31372 A further efficiency tweak.
31375 ____________________________________________________________________________
31376 [ 8917] By: jhi on 2001/02/23 20:27:51
31377 Log: Integrate change #8916 from mainline,
31378 do away with USE_WIN32_RTL_ENV.
31379 Branch: maint-5.6/perl
31380 !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
31381 ____________________________________________________________________________
31382 [ 8916] By: jhi on 2001/02/23 20:02:25
31383 Log: Abolish USE_WIN32_RTL_ENV.
31385 ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
31386 ____________________________________________________________________________
31387 [ 8915] By: jhi on 2001/02/23 19:36:00
31388 Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
31389 later protected by some #define.
31392 ____________________________________________________________________________
31393 [ 8914] By: jhi on 2001/02/23 19:31:38
31394 Log: Retract #8902 for now, requested by Charles Lane, the correct
31395 fix will be something else.
31398 ____________________________________________________________________________
31399 [ 8913] By: jhi on 2001/02/23 19:11:36
31400 Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
31401 From: Peter Prymmer <pvhp@forte.com>
31402 Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
31403 Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
31405 ! t/op/lex_assign.t
31406 ____________________________________________________________________________
31407 [ 8912] By: jhi on 2001/02/23 18:38:20
31408 Log: Subject: [patch] perlio + useithreads
31409 From: Doug MacEachern <dougm@covalent.net>
31410 Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
31411 Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
31413 Gets things running but not complete.
31415 ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
31416 ____________________________________________________________________________
31417 [ 8911] By: jhi on 2001/02/23 04:20:02
31418 Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
31420 Duplicated environment freeing, File::Temp 0.12,
31421 op/append portability (EBCDIC) tweak.
31422 Branch: maint-5.6/perl
31423 !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31425 ____________________________________________________________________________
31426 [ 8910] By: jhi on 2001/02/23 02:07:33
31427 Log: Integrate change #8909 from mainline, a better Borland
31428 putenv() workaround.
31429 Branch: maint-5.6/perl
31431 ____________________________________________________________________________
31432 [ 8909] By: jhi on 2001/02/23 02:05:46
31433 Log: A better workaround for Borland putenv() brokenness from Sarathy.
31436 ____________________________________________________________________________
31437 [ 8908] By: jhi on 2001/02/23 02:04:14
31438 Log: Subject: fix for parameter -Dm (for perl@8867)
31439 From: "Vadim Konovalov" <watman@inbox.ru>
31440 Date: Thu, 22 Feb 2001 17:30:12 +0300
31441 Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
31444 ____________________________________________________________________________
31445 [ 8907] By: jhi on 2001/02/23 01:58:20
31446 Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
31447 From: Peter Prymmer <pvhp@forte.com>
31448 Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
31449 Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
31452 ____________________________________________________________________________
31453 [ 8906] By: jhi on 2001/02/23 01:48:34
31454 Log: Upgrade to File::Temp 0.12, from Tim Jenness.
31456 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31457 ____________________________________________________________________________
31458 [ 8905] By: jhi on 2001/02/23 01:43:30
31459 Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
31460 From: Peter Prymmer <pvhp@forte.com>
31461 Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
31462 Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
31464 ! t/lib/st-06compat.t
31465 ____________________________________________________________________________
31466 [ 8904] By: jhi on 2001/02/23 01:42:39
31467 Log: Metaconfig unit change for #8903.
31468 Branch: metaconfig/U/perl
31470 ____________________________________________________________________________
31471 [ 8903] By: jhi on 2001/02/23 01:42:12
31472 Log: Be more helpful for devel builders, suggested by John L. Allen.
31475 ____________________________________________________________________________
31476 [ 8902] By: jhi on 2001/02/23 01:37:41
31477 Log: (Retracted by #8914)
31478 (Wrongly, reinstated by #8941)
31480 Subject: [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
31481 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31482 Date: Thu, 22 Feb 2001 09:43:57 EST
31483 Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
31486 ____________________________________________________________________________
31487 [ 8901] By: jhi on 2001/02/23 01:20:32
31488 Log: Subject: [PATCH perl 5.7.0] malloc message address offset
31489 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31490 Date: Thu, 22 Feb 2001 08:01:35 EST
31491 Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
31494 ____________________________________________________________________________
31495 [ 8900] By: jhi on 2001/02/23 01:18:02
31496 Log: Integrate changes #8898,8899 from mainline, environ handling.
31497 Branch: maint-5.6/perl
31499 ____________________________________________________________________________
31500 [ 8899] By: jhi on 2001/02/23 01:16:25
31501 Log: Rewrite putenv() using my_setenv(). (In general the vendors'
31502 putenv() is not to be relied on, they are either broken or leaky
31506 ____________________________________________________________________________
31507 [ 8898] By: jhi on 2001/02/22 23:36:59
31508 Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
31509 and safesysfree() must be used.
31512 ____________________________________________________________________________
31513 [ 8897] By: jhi on 2001/02/22 23:25:45
31514 Log: With environ one must use safesysmalloc()/safesysfree().
31517 ____________________________________________________________________________
31518 [ 8896] By: jhi on 2001/02/22 22:13:18
31519 Log: If we have a duplicated environment free it
31520 if PERL_DESTRUCT_LEVEL.
31523 ____________________________________________________________________________
31524 [ 8895] By: alanbur on 2001/02/22 19:31:57
31525 Log: Synchronised with parent
31526 Branch: maint-5.6/pureperl
31527 !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
31528 ____________________________________________________________________________
31529 [ 8894] By: gsar on 2001/02/22 19:06:18
31530 Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
31532 fix memory leak in method call optimization (change#3768);
31533 made C<eval "$x->foo()"> leak
31535 fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
31536 Branch: maint-5.6/perl
31538 ____________________________________________________________________________
31539 [ 8893] By: jhi on 2001/02/22 18:35:27
31540 Log: (Retracted by #8915.)
31542 Third Degree finding:
31543 reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
31546 ____________________________________________________________________________
31547 [ 8892] By: jhi on 2001/02/22 14:28:32
31548 Log: Update Changes.
31550 ! Changes patchlevel.h
31551 ____________________________________________________________________________
31552 [ 8891] By: jhi on 2001/02/22 13:22:45
31553 Log: Metaconfig unit changes for #8890.
31555 ! U/modified/Cppsym.U U/threads/archname.U
31556 ____________________________________________________________________________
31557 [ 8890] By: jhi on 2001/02/22 13:22:12
31558 Log: Add -stdio to the archname if no perlio selected,
31559 no -perlio added since that is now the default.
31561 Add few CPUs/architectures to the Cppsym scan.
31563 ! Configure config_h.SH
31564 ____________________________________________________________________________
31565 [ 8889] By: jhi on 2001/02/22 13:05:59
31566 Log: Metaconfig unit change for #8888.
31567 Branch: metaconfig/U/perl
31569 ____________________________________________________________________________
31570 [ 8888] By: jhi on 2001/02/22 13:05:28
31571 Log: *drum roll* Make perlio the default.
31573 ! Configure config_h.SH
31574 ____________________________________________________________________________
31575 [ 8887] By: jhi on 2001/02/22 12:50:52
31576 Log: Integrate change #8665 from maintperl to mainline,
31577 IA64-induced POSIX::SigSet masking with IVs instead of NVs.
31579 !> ext/POSIX/POSIX.xs
31580 ____________________________________________________________________________
31581 [ 8886] By: jhi on 2001/02/22 12:49:24
31582 Log: Integrate changes #8883,8884 from mainline to maintperl.
31584 Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
31585 Subject: Re: File::Temp::_gettemp warning
31586 Branch: maint-5.6/perl
31587 !> embed.h embed.pl lib/File/Temp.pm
31588 ____________________________________________________________________________
31589 [ 8885] By: jhi on 2001/02/22 12:43:59
31592 Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
31593 From: schwab@suse.de
31594 Date: Thu, 22 Feb 2001 13:08:09 +0100
31595 Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
31597 but the fix done slightly differently because the other
31598 half was already done in #8664.
31599 Branch: maint-5.6/perl
31600 ! ext/POSIX/POSIX.xs
31601 ____________________________________________________________________________
31602 [ 8884] By: jhi on 2001/02/22 12:37:15
31603 Log: Subject: Re: File::Temp::_gettemp warning
31604 From: Tim Jenness <t.jenness@jach.hawaii.edu>
31605 Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
31606 Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
31608 This patch to File::Temp does two things:
31610 1. Fixes the problem with CGI::Carp when determining
31611 the Fcntl constants
31613 2. Removes most of the carps and consolidates them so that all the
31614 reasons are included in a single die that is caught by the test. This
31615 means that the correct skipping behaviour is displayed by the test.
31618 ____________________________________________________________________________
31619 [ 8883] By: jhi on 2001/02/22 12:29:19
31620 Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
31621 From: Peter Prymmer <pvhp@forte.com>
31622 Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
31623 Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
31626 ____________________________________________________________________________
31627 [ 8882] By: jhi on 2001/02/21 19:41:33
31628 Log: Integrate change #8881 from mainlin to maintperl.
31630 Subject: [PATCH - perl8585] glob-in-eval memory leak fix
31631 Branch: maint-5.6/perl
31633 ____________________________________________________________________________
31634 [ 8881] By: jhi on 2001/02/21 19:38:57
31635 Log: Subject: [PATCH - perl8585] glob-in-eval memory leak fix
31636 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31637 Date: Wed, 21 Feb 2001 13:08:03 EST
31638 Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
31641 ____________________________________________________________________________
31642 [ 8880] By: jhi on 2001/02/21 19:34:34
31643 Log: Retract #8875, cannot let go of the old semantics of unpack U
31644 without rethinking utf8decode.t.
31647 ____________________________________________________________________________
31648 [ 8879] By: jhi on 2001/02/21 19:08:02
31649 Log: Run run/*.t also in minitest.
31652 ____________________________________________________________________________
31653 [ 8878] By: nick on 2001/02/21 18:55:37
31654 Log: Integrate mainline
31656 !> (integrate 76 files)
31657 ____________________________________________________________________________
31658 [ 8877] By: jhi on 2001/02/21 15:09:33
31659 Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
31661 ! U/compline/nblock_io.U
31663 ! Configure config_h.SH
31664 ____________________________________________________________________________
31665 [ 8876] By: jhi on 2001/02/21 14:54:45
31666 Log: If no sfio, no -lsfio.
31667 Branch: metaconfig/U/perl
31670 ! Configure config_h.SH
31671 ____________________________________________________________________________
31672 [ 8875] By: jhi on 2001/02/21 14:54:00
31673 Log: Make unpack C and unpack C truly equivalent.
31676 ____________________________________________________________________________
31677 [ 8874] By: jhi on 2001/02/21 14:26:02
31678 Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
31679 From: Peter Prymmer <pvhp@forte.com>
31680 Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
31681 Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
31684 ____________________________________________________________________________
31685 [ 8873] By: jhi on 2001/02/21 14:24:31
31686 Log: Subject: [PATCH] fix for charnames above FFFF
31687 From: andreas.koenig@anima.de (Andreas J. Koenig)
31688 Date: 21 Feb 2001 07:05:45 +0100
31689 Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
31691 ! lib/charnames.pm t/lib/charnames.t
31692 ____________________________________________________________________________
31693 [ 8872] By: jhi on 2001/02/21 14:15:25
31694 Log: Integrate change #8868 from pureperl to mainline.
31696 Fixed reference count loop caused by sv_magic.
31699 ____________________________________________________________________________
31700 [ 8871] By: jhi on 2001/02/21 14:07:29
31701 Log: Integrate change #8868 from pureperl to maintperl.
31703 Fixed reference count loop caused by sv_magic.
31704 Branch: maint-5.6/perl
31706 ____________________________________________________________________________
31707 [ 8870] By: jhi on 2001/02/21 14:04:41
31708 Log: Put back the #8840, it was innocent.
31710 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31711 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
31712 ____________________________________________________________________________
31713 [ 8869] By: jhi on 2001/02/21 14:00:03
31714 Log: unpack("C", ...) was left slightly unfinished by #8865.
31717 ____________________________________________________________________________
31718 [ 8868] By: alanbur on 2001/02/21 01:33:45
31719 Log: Fixed reference count loop caused by sv_magic. sv_magic is called
31720 from gv_fetchpv to create single-character magic variables (e.g. $!),
31721 and it is passed a sv and the gv that contains the sv as the mg_obj
31722 value. When sv_magic stores the mg_obj pointer it increments the gv
31723 refcount, thus causing a sv-gv pair that can't be freed. There is
31724 already a check for sv == obj which is used to prevent such reference
31725 loops. This change extends the check to cover the case described above.
31726 Branch: maint-5.6/pureperl
31728 ____________________________________________________________________________
31729 [ 8867] By: jhi on 2001/02/21 00:52:39
31730 Log: Update Changes.
31732 ! Changes patchlevel.h
31733 ____________________________________________________________________________
31734 [ 8866] By: jhi on 2001/02/21 00:34:20
31735 Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
31736 (Note: there were some conflicts due to EBCDIC and EPOC
31737 patches, in general I preferred the repository code.)
31738 (When 2.753 comes out, we need to synchronize.)
31740 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
31741 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
31743 ____________________________________________________________________________
31744 [ 8865] By: jhi on 2001/02/21 00:24:22
31745 Log: Make pack("C", 0x100) to create Unicode, unless under the
31746 evil influence of 'use bytes'. Similarly, unpack("C", ...)
31747 will understand Unicode, unless you under know what.
31749 ! pp.c t/op/pack.t t/op/qu.t
31750 ____________________________________________________________________________
31751 [ 8864] By: alanbur on 2001/02/20 22:35:34
31752 Log: Resynchronised with parent
31753 Branch: maint-5.6/pureperl
31754 !> README.win32 ext/GDBM_File/GDBM_File.pm
31755 !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
31756 !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
31757 !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
31758 !> t/lib/sdbm.t util.c
31759 ____________________________________________________________________________
31760 [ 8863] By: jhi on 2001/02/20 20:55:11
31761 Log: Integrate change #8860,8861 from mainline into maintperl.
31765 Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
31766 Branch: maint-5.6/perl
31767 !> lib/Test.pm pod/perlop.pod
31768 ____________________________________________________________________________
31769 [ 8862] By: jhi on 2001/02/20 20:30:07
31770 Log: Don't do casting between pointers pointing to differently sized
31774 ____________________________________________________________________________
31775 [ 8861] By: jhi on 2001/02/20 19:53:44
31776 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
31777 From: Peter Prymmer <pvhp@forte.com>
31778 Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
31779 Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
31782 ____________________________________________________________________________
31783 [ 8860] By: jhi on 2001/02/20 19:48:02
31784 Log: "pseudo-literal j", a documentation glitch reported to Debian.
31785 The text recovered from Perl 5.005_03, and pseudo-literal replaced
31786 by "backtick string".
31789 ____________________________________________________________________________
31790 [ 8859] By: jhi on 2001/02/20 19:15:46
31791 Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
31795 ____________________________________________________________________________
31796 [ 8858] By: jhi on 2001/02/20 17:36:53
31797 Log: Integrate pureperl changes #8844,8845,8850 to mainline
31798 (via maintperl #8855).
31800 Fixed %^H scoping bug
31802 Removed GV <-> CV refcount loop
31804 Removed %ENV refcount loop
31806 !> gv.c op.c perl.c pp.c scope.c
31807 ____________________________________________________________________________
31808 [ 8857] By: jhi on 2001/02/20 17:34:32
31809 Log: Integrate changes #8853,8854 from maintperl to mainline.
31811 EBDIC fixes, README.win32 Borland update.
31813 !> README.win32 handy.h util.c
31814 ____________________________________________________________________________
31815 [ 8856] By: jhi on 2001/02/20 17:33:16
31816 Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
31817 Branch: maint-5.6/perl
31818 !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31819 !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31820 !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31821 ____________________________________________________________________________
31822 [ 8855] By: jhi on 2001/02/20 17:32:13
31823 Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
31825 Fixed %^H scoping bug
31827 Removed GV <-> CV refcount loop
31829 Removed %ENV refcount loop
31830 Branch: maint-5.6/perl
31831 !> gv.c op.c perl.c pp.c scope.c
31832 ____________________________________________________________________________
31833 [ 8854] By: jhi on 2001/02/20 17:25:06
31834 Log: Subject: Addition to readme.win32 for Borland C++ compilers
31835 Date: Tue, 20 Feb 2001 02:15:25 +0300
31836 From: "Vadim Konovalov" <watman@inbox.ru>
31837 Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
31839 Document Borland compiler misbehaviour.
31840 Branch: maint-5.6/perl
31842 ____________________________________________________________________________
31843 [ 8853] By: jhi on 2001/02/20 17:22:25
31844 Log: The assimilation of ebcdic.c didn't quite work at the first try,
31845 patches from Thomas Dorner.
31846 Branch: maint-5.6/perl
31848 ____________________________________________________________________________
31849 [ 8852] By: jhi on 2001/02/20 17:20:15
31850 Log: Subject: [PATCH] More Mac OS patches for maint-5.6
31851 From: Chris Nandor <pudge@pobox.com>
31852 Date: Tue, 20 Feb 2001 08:32:45 -0500
31853 Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
31854 Branch: maint-5.6/perl
31856 ____________________________________________________________________________
31857 [ 8851] By: jhi on 2001/02/20 17:15:52
31858 Log: Filter::Util::Call update to 1.05, from Paul Marquess.
31860 ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
31861 ! t/lib/filter-util.t
31862 ____________________________________________________________________________
31863 [ 8850] By: alanbur on 2001/02/20 17:12:40
31864 Log: Removed %ENV refcount loop. Elements of %ENV are magical,
31865 and the magic pointer points back to the GV that contains the
31866 %ENV hash. This creates a refcount loop that prevents members
31867 of %ENV from being freed correctly. This change removes the
31868 refcount loop - the magic pointer was never used anyway, the
31869 only use of the magic was to check the type ('E') so that the
31870 appropriate environment manipulation code is called when %ENV
31872 Branch: maint-5.6/pureperl
31874 ____________________________________________________________________________
31875 [ 8849] By: jhi on 2001/02/20 17:12:20
31876 Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
31877 From: "Craig A. Berry" <craigberry@mac.com>
31878 Date: Mon, 19 Feb 2001 23:36:12 -0600
31879 Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
31881 Case-forgiving systems match TestInit.pm with TES*.
31883 ! t/lib/glob-basic.t
31884 ____________________________________________________________________________
31885 [ 8848] By: jhi on 2001/02/20 17:10:02
31886 Log: strict-w-proof the ?DBM_File, from Paul Marquess.
31888 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
31889 ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
31890 ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
31891 ____________________________________________________________________________
31892 [ 8847] By: jhi on 2001/02/20 15:34:41
31893 Log: The #8843 wasn't quite right: %Config needs to imported.
31896 ____________________________________________________________________________
31897 [ 8846] By: jhi on 2001/02/20 15:31:50
31898 Log: Retract the #8838 and #8840 for now because of
31899 the DB_File tie problem.
31901 ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
31902 ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
31904 ____________________________________________________________________________
31905 [ 8845] By: alanbur on 2001/02/20 14:25:41
31906 Log: Removed GV <-> CV refcount loop
31907 CvGV(mycv) points to the parent GV of the CV, and was previously
31908 refcounted. The pointer remains, but the refcounting has been removed
31909 as it causes a refcount loop between the CV and GV that means the CV
31910 can't ever be deleted.
31911 Branch: maint-5.6/pureperl
31913 ____________________________________________________________________________
31914 [ 8844] By: alanbur on 2001/02/20 14:23:13
31915 Log: Fixed %^H scoping bug
31916 Branch: maint-5.6/pureperl
31918 ____________________________________________________________________________
31919 [ 8843] By: jhi on 2001/02/19 13:38:08
31920 Log: fork() not everywhere, cleanup temp files.
31923 ____________________________________________________________________________
31924 [ 8842] By: alanbur on 2001/02/19 12:42:07
31925 Log: Resynchronised with parent
31926 Branch: maint-5.6/pureperl
31927 !> pod/perlfaq4.pod sv.c utf8.c
31928 ____________________________________________________________________________
31929 [ 8841] By: jhi on 2001/02/19 03:35:51
31930 Log: Update Changes.
31932 ! Changes patchlevel.h
31933 ____________________________________________________________________________
31934 [ 8840] By: jhi on 2001/02/19 00:23:41
31935 Log: Subject: [patch] add sv_setref_uv
31936 From: Doug MacEachern <dougm@covalent.net>
31937 Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
31938 Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
31940 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31941 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
31942 ____________________________________________________________________________
31943 [ 8839] By: jhi on 2001/02/19 00:01:38
31944 Log: Put to rest the 20010205.001, the email address checking (not) regex.
31947 ____________________________________________________________________________
31948 [ 8838] By: jhi on 2001/02/18 22:17:54
31949 Log: Subject: [patch] xsubpp: make sv_setref_* targetable
31950 From: Doug MacEachern <dougm@covalent.net>
31951 Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
31952 Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
31954 ! lib/ExtUtils/xsubpp
31955 ____________________________________________________________________________
31956 [ 8837] By: jhi on 2001/02/18 22:16:50
31957 Log: Subject: [patch] -Wall cleanup round 2
31958 From: Doug MacEachern <dougm@covalent.net>
31959 Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
31960 Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
31962 ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
31963 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
31964 ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
31965 ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
31966 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
31967 ! ext/SDBM_File/SDBM_File.xs
31968 ____________________________________________________________________________
31969 [ 8836] By: jhi on 2001/02/18 22:11:20
31970 Log: Misapplied regex optimizations when \C is present.
31971 Fixes 20001230.002.
31973 What still remains broken is that the submatches that
31974 have \C in them get their UTF8 flag on because their
31975 parent SV has it on. This will result in malformed
31976 UTF8 if a \C happened to match a non-ASCII byte.
31978 ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
31980 ____________________________________________________________________________
31981 [ 8835] By: jhi on 2001/02/18 20:12:02
31982 Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
31984 The hash key got wrongly UTF8fied.
31986 ! pod/perlapi.pod toke.c utf8.c
31987 ____________________________________________________________________________
31988 [ 8834] By: jhi on 2001/02/18 19:44:25
31989 Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
31990 don't warn on magical or overloaded things.
31993 ____________________________________________________________________________
31994 [ 8833] By: nick on 2001/02/18 19:31:22
31995 Log: Integrate mainline
31997 +> t/TestInit.pm t/run/runenv.t
31999 !> MANIFEST Makefile.SH ext/Storable/ChangeLog
32000 !> ext/Storable/Storable.pm ext/Storable/Storable.xs
32001 !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
32002 !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
32003 !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
32004 !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
32006 ____________________________________________________________________________
32007 [ 8832] By: jhi on 2001/02/18 19:21:18
32008 Log: Integrate perlio.
32010 !> perlio.c pod/perldiag.pod
32011 ____________________________________________________________________________
32012 [ 8831] By: jhi on 2001/02/18 19:14:20
32013 Log: Integrate change #8827 from mainline.
32016 Branch: maint-5.6/perl
32018 ____________________________________________________________________________
32019 [ 8830] By: nick on 2001/02/18 19:10:34
32020 Log: Apply the spirit of patch from Nick Clark:
32021 Subject: [PATCH] Re: extensions that provide layers
32022 From: Nicholas Clark <nick@ccl4.org>
32023 Date: Mon, 12 Feb 2001 16:43:51 +0000
32024 Message-Id: <20010212164350.Q3652@plum.flirble.org>
32026 ! perlio.c pod/perldiag.pod
32027 ____________________________________________________________________________
32028 [ 8829] By: jhi on 2001/02/18 19:03:25
32029 Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN preamble on tests.
32030 From: schwern@pobox.com
32031 Date: Sun, 18 Feb 2001 13:44:35 -0500
32032 Message-ID: <20010218134435.A17544@magnonel.guild.net>
32034 Applied, but as t/TestInit.pm.
32037 ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
32038 ! t/op/subst_wamp.t
32039 ____________________________________________________________________________
32040 [ 8828] By: jhi on 2001/02/18 18:43:52
32041 Log: Integrate perlio.
32044 ____________________________________________________________________________
32045 [ 8827] By: jhi on 2001/02/18 18:41:33
32049 ____________________________________________________________________________
32050 [ 8826] By: nick on 2001/02/18 17:40:59
32051 Log: Fix [ID 20010217.002]
32052 open FOO, "<:raw:perlio", ...
32053 :raw now inserts default base layer below itself.
32055 open FOO, "<:unix", ...
32056 works as well - but leaves buffer layer on stack under the unix layer.
32059 ____________________________________________________________________________
32060 [ 8825] By: jhi on 2001/02/18 17:15:39
32061 Log: Integrate perlio.
32063 !> perlio.c perliol.h
32064 ____________________________________________________________________________
32065 [ 8824] By: jhi on 2001/02/18 17:10:53
32066 Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
32067 From: schwern@pobox.com
32068 Date: Sun, 18 Feb 2001 01:48:50 -0500
32069 Message-ID: <20010218014850.C19957@magnonel.guild.net>
32071 ! lib/Test/Harness.pm t/TEST t/op/chop.t
32072 ____________________________________________________________________________
32073 [ 8823] By: jhi on 2001/02/18 17:01:06
32074 Log: Add run/*.t to testables.
32077 ____________________________________________________________________________
32078 [ 8822] By: jhi on 2001/02/18 16:58:58
32079 Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
32080 From: schwern@pobox.com
32081 Date: Sun, 18 Feb 2001 01:11:35 -0500
32082 Message-ID: <20010218011135.A19957@magnonel.guild.net>
32084 Revive mjd's and Simon's PERL5OPT fix.
32088 ____________________________________________________________________________
32089 [ 8821] By: jhi on 2001/02/18 16:53:46
32090 Log: Subject: Re: Why t/TEST and not Test::Harness?
32091 From: schwern@pobox.com
32092 Date: Sat, 17 Feb 2001 22:44:44 -0500
32093 Message-ID: <20010217224444.A6679@magnonel.guild.net>
32095 Replace UTEST with TEST -utf8.
32098 ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
32099 ! t/lib/glob-basic.t
32100 ____________________________________________________________________________
32101 [ 8820] By: nick on 2001/02/18 13:06:16
32102 Log: Clean up a few core dumps when layers are used in unexpected ways.
32103 (Still not "right"...)
32105 ! perlio.c perliol.h
32106 ____________________________________________________________________________
32107 [ 8819] By: jhi on 2001/02/18 02:25:55
32108 Log: Integrate change #8818 from maintperl, a FAQ nit.
32110 !> pod/perlfaq4.pod
32111 ____________________________________________________________________________
32112 [ 8818] By: jhi on 2001/02/18 02:24:50
32113 Log: FAQ nit from Chris Fedde.
32114 Branch: maint-5.6/perl
32116 ____________________________________________________________________________
32117 [ 8817] By: nick on 2001/02/17 18:20:14
32118 Log: Integrate mainline
32120 +> lib/unicode/UCD.html lib/unicode/Unicode.html
32121 +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
32122 +> pod/perlclib.pod
32123 - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32124 - lib/unicode/Unicode.301
32125 !> (integrate 324 files)
32126 ____________________________________________________________________________
32127 [ 8816] By: jhi on 2001/02/17 16:56:58
32128 Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
32130 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32131 ! ext/Storable/Storable.xs t/lib/st-06compat.t
32132 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
32133 ____________________________________________________________________________
32134 [ 8815] By: jhi on 2001/02/17 16:40:07
32135 Log: Subject: [patch] -Wall
32136 From: Doug MacEachern <dougm@covalent.net>
32137 Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
32138 Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
32140 ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
32141 ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
32142 ____________________________________________________________________________
32143 [ 8814] By: jhi on 2001/02/16 19:27:18
32144 Log: Document qu better.
32147 ____________________________________________________________________________
32148 [ 8813] By: jhi on 2001/02/15 13:54:37
32149 Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
32150 From: Hugo <hv@crypt.compulink.co.uk>
32151 Date: Thu, 15 Feb 2001 13:39:49 +0000
32152 Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
32155 ____________________________________________________________________________
32156 [ 8812] By: alanbur on 2001/02/15 13:52:16
32157 Log: Resynchronised with parent
32158 Branch: maint-5.6/pureperl
32160 !> (integrate 36 files)
32161 ____________________________________________________________________________
32162 [ 8811] By: jhi on 2001/02/15 13:51:16
32163 Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
32165 Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
32166 From: Jan Dubois <JanD@ActiveState.com>
32167 Date: Wed, 31 Jan 2001 21:17:03 -0800
32168 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
32170 tweak change#8659 to keep it simple
32172 Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
32173 From: Russ Allbery <rra@stanford.edu>
32174 Date: 14 Feb 2001 10:15:41 -0800
32175 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
32179 Upgrade to podlators 1.08, from Russ Allbery.
32181 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
32182 !> utils/perldoc.PL
32183 ____________________________________________________________________________
32184 [ 8810] By: jhi on 2001/02/15 13:35:08
32185 Log: Upgrade to podlators 1.08, from Russ Allbery.
32186 Branch: maint-5.6/perl
32187 ! lib/Pod/Man.pm lib/Pod/Text.pm
32188 ____________________________________________________________________________
32189 [ 8809] By: jhi on 2001/02/15 13:26:38
32190 Log: (accidentally empty check-in)
32191 Branch: maint-5.6/perl
32192 ! lib/Test/Harness.pm
32193 ____________________________________________________________________________
32194 [ 8808] By: jhi on 2001/02/15 13:23:47
32195 Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
32196 From: Russ Allbery <rra@stanford.edu>
32197 Date: 14 Feb 2001 10:15:41 -0800
32198 Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
32200 perldoc was hardcoding $Config{installscript}, which breaks
32201 when install* isn't where Perl ends up (such as with AFS).
32203 Use $Config{scriptdir} instead.
32204 Branch: maint-5.6/perl
32206 ____________________________________________________________________________
32207 [ 8807] By: jhi on 2001/02/14 14:37:27
32208 Log: Update Changes.
32210 ! Changes patchlevel.h
32211 ____________________________________________________________________________
32212 [ 8806] By: jhi on 2001/02/14 14:25:31
32213 Log: Integrate changes #8803,8804,8805 from mainline.
32215 Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
32217 Don't skip too much of the locale error message if no environ array,
32220 More MacOS Classic fixes from Chris Nandor.
32221 Branch: maint-5.6/perl
32222 !> doop.c lib/Cwd.pm perl.c perl.h util.c
32223 ____________________________________________________________________________
32224 [ 8805] By: jhi on 2001/02/14 03:29:01
32225 Log: More MacOS Classic fixes from Chris Nandor.
32227 ! doop.c lib/Cwd.pm
32228 ____________________________________________________________________________
32229 [ 8804] By: jhi on 2001/02/14 03:18:35
32230 Log: Don't skip too much of the locale error message if no environ array,
32234 ____________________________________________________________________________
32235 [ 8803] By: jhi on 2001/02/14 03:14:14
32236 Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
32239 ____________________________________________________________________________
32240 [ 8802] By: jhi on 2001/02/13 18:31:33
32241 Log: AUTHORS update.
32244 ____________________________________________________________________________
32245 [ 8801] By: jhi on 2001/02/13 17:55:19
32246 Log: Integrate change #8792 from mainline.
32248 Subject: buncha MacPerl patches for bleadperl
32249 From: Chris Nandor <pudge@pobox.com>
32250 Date: Tue, 13 Feb 2001 00:02:43 -0500
32251 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
32252 Branch: maint-5.6/perl
32253 !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
32254 !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
32255 !> t/lib/basename.t toke.c util.h
32256 ____________________________________________________________________________
32257 [ 8800] By: jhi on 2001/02/13 17:46:43
32258 Log: When doing that Fpos_t used in PerlIO_getpos proto needs
32259 to be forced to Off_t.
32261 Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
32262 From: nick@ccl4.org
32263 Date: Thu, 1 Feb 2001 12:01:04 +0000
32264 Message-Id: <20010201120103.E11401@plum.flirble.org>
32265 Branch: maint-5.6/perl
32266 ! iperlsys.h perlio.c
32267 ____________________________________________________________________________
32268 [ 8799] By: jhi on 2001/02/13 16:52:51
32269 Log: Duplex duplex hunk hunk.
32270 Branch: maint-5.6/perl
32272 ____________________________________________________________________________
32273 [ 8797] By: jhi on 2001/02/13 14:52:04
32274 Log: Subject: [PATCH perl@8773] integral ok lines for VMS
32275 From: "Craig A. Berry" <craigberry@mac.com>
32276 Date: Mon, 12 Feb 2001 11:05:25 -0600
32277 Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
32279 ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
32280 ____________________________________________________________________________
32281 [ 8796] By: jhi on 2001/02/13 14:36:47
32282 Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
32283 From: simon.cozens@pembroke.oxford.ac.uk
32284 Date: Sat, 10 Feb 2001 17:57:02 +0000
32285 Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
32287 Now it does include.
32290 ____________________________________________________________________________
32291 [ 8795] By: jhi on 2001/02/13 14:30:11
32292 Log: Sort the MANIFEST.
32295 ____________________________________________________________________________
32296 [ 8794] By: jhi on 2001/02/13 14:26:51
32297 Log: Integrate change #8793 from mainline, FAQ updates.
32298 Branch: maint-5.6/perl
32299 !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
32300 ____________________________________________________________________________
32301 [ 8793] By: jhi on 2001/02/13 14:25:13
32302 Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
32304 ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
32305 ____________________________________________________________________________
32306 [ 8792] By: jhi on 2001/02/13 14:22:50
32307 Log: Subject: buncha MacPerl patches for bleadperl
32308 From: Chris Nandor <pudge@pobox.com>
32309 Date: Tue, 13 Feb 2001 00:02:43 -0500
32310 Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
32312 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
32313 ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
32314 ! t/lib/basename.t toke.c util.h
32315 ____________________________________________________________________________
32316 [ 8791] By: jhi on 2001/02/13 14:10:39
32317 Log: Integrate change #8790 from mainline.
32319 environ array wrongly assumed in Perl_init_i18nl10n(),
32320 Branch: maint-5.6/perl
32322 ____________________________________________________________________________
32323 [ 8790] By: jhi on 2001/02/13 14:06:15
32324 Log: environ array wrongly assumed in Perl_init_i18nl10n(),
32325 noticed by Chris Nandor in MacOS Classic.
32328 ____________________________________________________________________________
32329 [ 8789] By: jhi on 2001/02/13 13:58:07
32330 Log: Integrate changes #8373,8487,8544,8783 from mainline.
32332 Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
32333 hints files, the dynaloading, assimilate ebcdic into util.c.
32334 Branch: maint-5.6/perl
32336 ! MANIFEST hints/posix-bc.sh
32337 !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
32338 !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
32339 !> perlapi.c proto.h util.c
32340 ____________________________________________________________________________
32341 [ 8788] By: alanbur on 2001/02/13 10:33:13
32342 Log: Integrated changes from maint-5.6
32343 Branch: maint-5.6/pureperl
32344 !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
32345 !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
32346 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32347 !> vos/config.ga.h vos/configure_perl.cm
32348 ____________________________________________________________________________
32349 [ 8787] By: jhi on 2001/02/13 05:56:36
32350 Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
32353 ____________________________________________________________________________
32354 [ 8786] By: jhi on 2001/02/13 05:54:34
32355 Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
32356 From: Dorner Thomas <Thomas.Dorner@start.de>
32357 Date: Mon, 12 Feb 2001 15:06:26 +0100
32358 Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
32359 Branch: maint-5.6/perl
32361 ____________________________________________________________________________
32362 [ 8785] By: jhi on 2001/02/13 05:29:04
32363 Log: Integrate change #8781 from maintperl, OpenBSD hints update.
32365 !> hints/openbsd.sh
32366 ____________________________________________________________________________
32367 [ 8784] By: jhi on 2001/02/13 02:25:24
32368 Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
32369 From: Peter Prymmer <pvhp@forte.com>
32370 Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
32371 Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
32374 ____________________________________________________________________________
32375 [ 8783] By: jhi on 2001/02/13 02:22:36
32376 Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
32379 ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
32380 ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
32382 ____________________________________________________________________________
32383 [ 8782] By: jhi on 2001/02/13 02:00:07
32384 Log: Add OpenBSD to the list of 5.6.1-okay platforms.
32385 Branch: maint-5.6/perl
32387 ____________________________________________________________________________
32388 [ 8781] By: jhi on 2001/02/13 01:58:44
32389 Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
32390 Branch: maint-5.6/perl
32392 ____________________________________________________________________________
32393 [ 8780] By: jhi on 2001/02/13 01:57:33
32394 Log: Synchronize the regexp tests between maintperl and mainline.
32395 Branch: maint-5.6/perl
32397 ____________________________________________________________________________
32398 [ 8779] By: jhi on 2001/02/13 01:49:35
32399 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
32400 From: Hugo <hv@crypt.compulink.co.uk>
32401 Date: Tue, 13 Feb 2001 00:11:11 +0000
32402 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
32404 ! regcomp.c t/op/re_tests
32405 ____________________________________________________________________________
32406 [ 8778] By: jhi on 2001/02/13 00:23:10
32407 Log: Comments do not nest.
32410 ____________________________________________________________________________
32411 [ 8777] By: jhi on 2001/02/13 00:17:54
32412 Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/
32413 From: Hugo <hv@crypt.compulink.co.uk>
32414 Date: Tue, 13 Feb 2001 00:11:11 +0000
32415 Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
32416 Branch: maint-5.6/perl
32417 ! regcomp.c t/op/re_tests
32418 ____________________________________________________________________________
32419 [ 8776] By: jhi on 2001/02/12 23:25:52
32420 Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
32421 Branch: maint-5.6/perl
32423 ____________________________________________________________________________
32424 [ 8775] By: jhi on 2001/02/12 23:04:28
32425 Log: VOS updates for 5.6-TRIAL2 from Paul Green.
32426 Branch: maint-5.6/perl
32427 ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
32428 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32429 ! vos/configure_perl.cm
32430 ____________________________________________________________________________
32431 [ 8774] By: jhi on 2001/02/12 22:59:11
32432 Log: Subject: Re: [patch] context for 'U' magic functions
32433 From: Doug MacEachern <dougm@covalent.net>
32434 Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
32435 Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
32437 plus the suggestion by Nick Ing-Simmons to name the macro
32438 as PERL_MG_UFUNC to avoid namespace pollution, plus add
32439 the advice by Doug for XS writers to perl.h
32442 ____________________________________________________________________________
32443 [ 8773] By: jhi on 2001/02/11 20:14:12
32444 Log: Update Changes.
32446 ! Changes patchlevel.h
32447 ____________________________________________________________________________
32448 [ 8772] By: jhi on 2001/02/11 18:47:52
32449 Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
32450 From: Simon Cozens <simon@cozens.net>
32451 Date: Wed, 31 Jan 2001 16:31:43 +0000
32452 Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
32455 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
32457 ____________________________________________________________________________
32458 [ 8771] By: jhi on 2001/02/11 18:36:48
32459 Log: Upgrade to Unicode 3.1 beta 2001-02-11.
32461 Blocks-4d3.beta.txt
32462 CaseFolding-3d4.beta.txt
32463 CompositionExclusions-3d6.beta.txt
32464 EastAsianWidth-4d4.beta.txt
32465 LineBreak-6d3.beta.txt
32466 NamesList-3.1.0d1.beta.txt
32467 PropList-3.1.0d4.beta.txt
32468 SpecialCasing-4d1.beta.txt
32469 UnicodeData-3.1.0d6.beta.txt
32471 + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
32472 +> lib/unicode/UCD.html lib/unicode/Unicode.html
32473 - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32474 - lib/unicode/Unicode.301
32476 ____________________________________________________________________________
32477 [ 8770] By: jhi on 2001/02/11 17:26:22
32478 Log: UTF-8 documentation.
32481 ____________________________________________________________________________
32482 [ 8769] By: jhi on 2001/02/11 17:12:49
32483 Log: Retract #8762.
32486 ____________________________________________________________________________
32487 [ 8768] By: jhi on 2001/02/11 16:54:45
32488 Log: Subject: [PATCH] Test::Harness
32489 From: andreas.koenig@anima.de (Andreas J. Koenig)
32490 Date: 11 Feb 2001 14:37:00 +0100
32491 Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
32493 ! lib/Test/Harness.pm
32494 ____________________________________________________________________________
32495 [ 8767] By: jhi on 2001/02/11 16:53:52
32496 Log: Subject: [PATCH] Document makepatch in Porting/patching
32497 From: andreas.koenig@anima.de (Andreas J. Koenig)
32498 Date: 11 Feb 2001 16:46:28 +0100
32499 Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
32501 ! Porting/patching.pod
32502 ____________________________________________________________________________
32503 [ 8766] By: jhi on 2001/02/11 06:30:23
32504 Log: Subject: Re: [patch] GvSHARED
32505 Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
32506 From: Doug MacEachern <dougm@covalent.net>
32507 Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
32509 Subject: Re: [patch] GvSHARED
32510 From: Doug MacEachern <dougm@covalent.net>
32511 Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
32512 Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
32514 Subject: [patch] attributes.pm support for `shared'
32515 From: Doug MacEachern <dougm@covalent.net>
32516 Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
32517 Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
32519 our() attributes were ignored, our :shared pieces missing,
32520 allow attributes.pm to turn on shared.
32522 ! op.c t/op/attrs.t toke.c xsutils.c
32523 ____________________________________________________________________________
32524 [ 8765] By: alanbur on 2001/02/10 23:11:19
32525 Log: Resync with parent (hopefully sucessfully this time)
32526 Branch: maint-5.6/pureperl
32527 !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
32528 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
32529 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32530 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32531 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32532 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32533 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
32534 ____________________________________________________________________________
32535 [ 8764] By: jhi on 2001/02/10 22:54:38
32536 Log: Make TEST and UTEST more verbose in case something goes
32537 wrong in running/compiling a script, suggested by Doug
32541 ____________________________________________________________________________
32542 [ 8763] By: jhi on 2001/02/10 22:11:34
32543 Log: Bogus shebang.
32546 ____________________________________________________________________________
32547 [ 8762] By: jhi on 2001/02/10 21:56:02
32548 Log: (Retracted by #8769)
32551 ____________________________________________________________________________
32552 [ 8761] By: jhi on 2001/02/10 21:26:15
32553 Log: Subject: Re: [patch] GvSHARED
32554 From: Doug MacEachern <dougm@covalent.net>
32555 Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
32556 Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
32558 our @EXPORT : shared = (...);
32561 ____________________________________________________________________________
32562 [ 8760] By: jhi on 2001/02/10 21:25:07
32563 Log: Subject: [patch] GvSHARED
32564 From: Doug MacEachern <dougm@covalent.net>
32565 Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
32566 Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
32568 ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
32569 ____________________________________________________________________________
32570 [ 8759] By: alanbur on 2001/02/10 21:24:27
32571 Log: Backed out mismerge.
32572 Branch: maint-5.6/pureperl
32573 ! MANIFEST README.hpux README.vmesa gv.c installhtml
32574 ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
32575 ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32576 ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32577 ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32578 ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32579 ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
32580 ____________________________________________________________________________
32581 [ 8758] By: jhi on 2001/02/10 18:01:17
32582 Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
32584 Fixed UMRs and leak in Perl_pmtrans()
32586 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32587 associated UTFied tr/// code. Also fixed scoping leak of
32590 newATTRSUB leaks when an attempt to redefine the active sort sub is
32592 Branch: maint-5.6/perl
32594 ____________________________________________________________________________
32595 [ 8757] By: alanbur on 2001/02/10 17:56:46
32596 Log: Resynchronised with parent
32597 Branch: maint-5.6/pureperl
32601 !> MANIFEST README.hpux README.vmesa installhtml
32602 !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
32603 !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32604 !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
32605 !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
32606 !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
32607 !> pod/perltootc.pod win32/Makefile win32/makefile.mk
32608 ____________________________________________________________________________
32609 [ 8756] By: alanbur on 2001/02/10 17:51:15
32610 Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
32612 Branch: maint-5.6/pureperl
32614 ____________________________________________________________________________
32615 [ 8755] By: jhi on 2001/02/09 22:41:35
32616 Log: Upgrade to CPAN 1.59_54, from Andreas König.
32618 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32619 ____________________________________________________________________________
32620 [ 8754] By: jhi on 2001/02/09 22:29:20
32621 Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
32623 Didn't upgrade the fill.t since it has a dependency to File::Slurp
32624 purely for debugging purposes, the actual test hasn't changed.
32626 ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
32628 ____________________________________________________________________________
32629 [ 8753] By: jhi on 2001/02/09 20:17:50
32630 Log: Integrate change #8682 from maintperl.
32632 IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
32636 ____________________________________________________________________________
32637 [ 8752] By: jhi on 2001/02/09 20:00:46
32638 Log: Update Changes.
32640 ! Changes patchlevel.h
32641 ____________________________________________________________________________
32642 [ 8751] By: nick on 2001/02/09 19:48:37
32643 Log: Integrate mainline
32645 +> README.bs2000 t/lib/cgi-esc.t
32647 !> (integrate 53 files)
32648 ____________________________________________________________________________
32649 [ 8750] By: nick on 2001/02/09 19:25:16
32650 Log: Subject: RE: Biannual Competition to Improve Hashing Function
32651 From: Fisher Mark <fisherm@tce.com>
32652 Date: Thu, 8 Feb 2001 10:44:00 -0500
32653 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
32654 Date: Thu, 8 Feb 2001 15:02:47 -0500
32655 Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
32657 ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
32658 ____________________________________________________________________________
32659 [ 8749] By: jhi on 2001/02/09 19:02:35
32660 Log: Forgotten fragment.
32663 ____________________________________________________________________________
32664 [ 8748] By: jhi on 2001/02/09 18:31:34
32665 Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
32666 plus manual tweakage.
32668 Sync the perlfaq2 between mainline and maintperl.
32669 Branch: maint-5.6/perl
32672 !> pod/perlfaq2.pod
32673 ____________________________________________________________________________
32674 [ 8747] By: jhi on 2001/02/09 18:12:04
32675 Log: Subject: versiononly and installperl
32676 From: abigail@foad.org
32677 Date: Wed, 7 Feb 2001 22:43:12 +0100
32678 Message-ID: <20010207214312.7045.qmail@foad.org>
32680 Add +v flag to force a normal install of the perl binary
32683 Subject: [PATCH] installperl
32684 From: Nicholas Clark <nick@ccl4.org>
32685 Date: Fri, 9 Feb 2001 16:28:57 +0000
32686 Message-ID: <20010209162857.B10931@plum.flirble.org>
32688 Add -A flag which also hardlinks the binary with
32689 the full architecture name.
32692 ____________________________________________________________________________
32693 [ 8746] By: jhi on 2001/02/09 18:03:43
32694 Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
32696 Subject: perlfaq2, re: perlmongers
32698 Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
32700 Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
32702 Subject: [ID 20010205.001] typo in perlfaq9
32704 Subject: [ID 20010208.002] unordered explanation in perlcall
32705 Branch: maint-5.6/perl
32706 !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
32707 !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
32708 !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
32709 ____________________________________________________________________________
32710 [ 8745] By: jhi on 2001/02/09 17:59:09
32711 Log: Subject: [ID 20010208.002] unordered explanation in perlcall
32712 From: abela@geneanet.org
32713 Date: Thu, 8 Feb 2001 16:11:46 +0100 (CET)
32714 Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
32717 ____________________________________________________________________________
32718 [ 8744] By: jhi on 2001/02/09 17:48:16
32719 Log: Subject: [ID 20010205.001] typo in perlfaq9
32720 From: eserte@vran.herceg.de
32721 Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
32722 Message-Id: <200102042244.XAA21926@vran.herceg.de>
32725 ____________________________________________________________________________
32726 [ 8743] By: jhi on 2001/02/09 17:25:12
32727 Log: Integrate change #8695 from maintperl.
32729 thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
32732 ____________________________________________________________________________
32733 [ 8742] By: jhi on 2001/02/09 17:21:22
32734 Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
32735 From: Andy Dougherty <doughera@lafayette.edu>
32736 Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
32737 Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
32740 ____________________________________________________________________________
32741 [ 8741] By: jhi on 2001/02/09 17:05:19
32742 Log: Integrate changes #8738,8739,8740 from maintperl.
32744 Html files will be installed in a more logical and easier to
32745 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
32747 Html files will be generated with a header to make them look
32748 a little less bare.
32750 Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
32752 !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
32753 ____________________________________________________________________________
32754 [ 8740] By: jhi on 2001/02/09 17:03:46
32755 Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
32756 From: "Brendan O'Dea" <bod@compusol.com.au>
32757 Date: Sun, 4 Feb 2001 11:17:56 +1100
32758 Message-ID: <20010204111756.A16301@compusol.com.au>
32759 Branch: maint-5.6/perl
32761 ____________________________________________________________________________
32762 [ 8739] By: jhi on 2001/02/09 17:01:59
32763 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
32764 From: "Indy Singh" <indy@nusphere.com>
32765 Date: Fri, 2 Feb 2001 15:09:59 -0500
32766 Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
32768 Html files will be generated with a header to make them look
32769 a little less bare.
32770 Branch: maint-5.6/perl
32772 ____________________________________________________________________________
32773 [ 8738] By: jhi on 2001/02/09 16:58:48
32774 Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
32775 From: "Indy Singh" <indy@nusphere.com>
32776 Date: Fri, 2 Feb 2001 15:08:23 -0500
32777 Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
32779 Html files will be installed in a more logical and easier to
32780 find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
32781 Branch: maint-5.6/perl
32782 ! win32/Makefile win32/makefile.mk
32783 ____________________________________________________________________________
32784 [ 8737] By: jhi on 2001/02/09 16:46:54
32785 Log: Integrate changes #8687,8736 from maintperl.
32787 HP-UX thread patches from Merijn H. Brand.
32789 Latin nit from Philip Newton.
32791 !> README.hpux hints/hpux.sh
32792 ____________________________________________________________________________
32793 [ 8736] By: jhi on 2001/02/09 16:42:31
32794 Log: Latin nit from Philip Newton.
32795 Branch: maint-5.6/perl
32797 ____________________________________________________________________________
32798 [ 8735] By: jhi on 2001/02/09 16:24:03
32799 Log: Integrate changes #8704,8710 from pureperl.
32801 Fixed UMRs and leak in Perl_pmtrans()
32803 Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32804 associated UTFied tr/// code. Also fixed scoping leak of
32808 ____________________________________________________________________________
32809 [ 8734] By: jhi on 2001/02/09 15:40:21
32810 Log: Integrate change #8733 from maintperl.
32812 Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32815 ____________________________________________________________________________
32816 [ 8733] By: jhi on 2001/02/09 15:35:47
32817 Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
32818 From: Prymmer/Kahn <pvhp@best.com>
32819 Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
32820 Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
32821 Branch: maint-5.6/perl
32823 ____________________________________________________________________________
32824 [ 8732] By: jhi on 2001/02/09 15:26:17
32825 Log: Rename README.posix-bc to README.bs2000 (to avoid the
32826 confusion of a "perlposix-bc.pod"), add a few missing
32827 arch pods, regen toc.
32828 Branch: maint-5.6/perl
32831 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32832 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32833 ____________________________________________________________________________
32834 [ 8731] By: jhi on 2001/02/09 15:23:39
32835 Log: De-cut-and-pasto.
32838 ____________________________________________________________________________
32839 [ 8730] By: jhi on 2001/02/09 15:11:13
32840 Log: Rename README.posix-bc to README.bs2000 to avoid confusion
32841 when people think that perlposix-bc.pod tells anything about
32842 Perl and POSIX. Regen toc.
32846 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32847 ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32848 ____________________________________________________________________________
32849 [ 8729] By: jhi on 2001/02/09 14:52:28
32850 Log: The README.vmesa part of #8712 from maintperl.
32853 ____________________________________________________________________________
32854 [ 8728] By: jhi on 2001/02/09 14:46:06
32855 Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
32856 From: Peter Prymmer <pvhp@forte.com>
32857 Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
32858 Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
32859 Branch: maint-5.6/perl
32860 ! README.vmesa win32/Makefile win32/makefile.mk
32861 ____________________________________________________________________________
32862 [ 8727] By: jhi on 2001/02/09 14:33:25
32863 Log: Integrate change #8712 from mainline.
32865 [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
32866 Branch: maint-5.6/perl
32868 ____________________________________________________________________________
32869 [ 8726] By: jhi on 2001/02/09 14:30:28
32870 Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32871 From: Peter Prymmer <pvhp@forte.com>
32872 Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
32873 Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
32876 ! MANIFEST lib/CGI/Util.pm
32877 ____________________________________________________________________________
32878 [ 8725] By: jhi on 2001/02/09 04:56:47
32879 Log: Add NonStopUX to the list of 5.6.1-proven platforms.
32880 Branch: maint-5.6/perl
32882 ____________________________________________________________________________
32883 [ 8724] By: jhi on 2001/02/09 04:40:59
32884 Log: Integrate changes 7819,7820 from vmsperl into mainline.
32886 Add header for LIB$ prototypes (C. Berry)
32888 Convert fwrite()s to sockets to write()s, since some socket stacks
32889 don't take kindly to stdio.
32890 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32891 (for often optional LNMs)
32892 Correct a few typos
32895 !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
32896 ____________________________________________________________________________
32897 [ 8723] By: jhi on 2001/02/09 03:29:29
32898 Log: Integrate change #8722 from mainline.
32900 The Im() function wasn't returning zero for non-Math::Complex
32901 arguments. The bug reported by John Gamble.
32902 Branch: maint-5.6/perl
32903 !> lib/Math/Complex.pm
32904 ____________________________________________________________________________
32905 [ 8722] By: jhi on 2001/02/09 03:28:33
32906 Log: The Im() function wasn't returning zero for non-Math::Complex
32907 arguments. The bug reported by John Gamble.
32909 ! lib/Math/Complex.pm
32910 ____________________________________________________________________________
32911 [ 8721] By: nick on 2001/02/08 22:11:35
32912 Log: Correct the correction :-(
32915 ____________________________________________________________________________
32916 [ 8720] By: bailey on 2001/02/08 20:59:22
32917 Log: Convert frwite()s to sockets to write()s, since some socket stacks
32918 don't take kindly to stdio.
32919 Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32920 (for often optional LNMs)
32921 Correct a few typos
32924 ! vms/vms.c vms/vmsish.h
32925 ____________________________________________________________________________
32926 [ 8719] By: bailey on 2001/02/08 20:51:02
32927 Log: Add header for LIB$ prototypes (C. Berry)
32929 ! ext/Devel/DProf/DProf.xs
32930 ____________________________________________________________________________
32931 [ 8718] By: bailey on 2001/02/08 20:49:00
32934 +> pod/perliol.pod t/lib/sample-tests/bailout
32935 +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
32936 +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
32937 +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
32938 +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
32939 +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
32940 +> t/lib/sample-tests/with_comments t/lib/test-harness.t
32941 - lib/unicode/Is/DCinital.pl
32942 !> (integrate 101 files)
32943 ____________________________________________________________________________
32944 [ 8717] By: nick on 2001/02/08 19:38:48
32945 Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
32946 From: Robin Barker <rmb1@cise.npl.co.uk>
32947 Date: Thu, 8 Feb 2001 14:38:07 GMT
32948 Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
32951 ____________________________________________________________________________
32952 [ 8716] By: nick on 2001/02/08 19:29:07
32953 Log: Generated files form 8713 etc.
32955 ! embed.h global.sym objXSUB.h perlapi.c proto.h
32956 ____________________________________________________________________________
32957 [ 8715] By: nick on 2001/02/08 19:26:08
32958 Log: Fixup non-ithread build after 8713
32961 ____________________________________________________________________________
32962 [ 8714] By: nick on 2001/02/08 19:17:45
32963 Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
32964 From: nick@ccl4.org
32965 Date: Wed, 7 Feb 2001 00:27:47 +0000
32966 Message-Id: <20010207002747.B63724@plum.flirble.org>
32969 ____________________________________________________________________________
32970 [ 8713] By: nick on 2001/02/08 19:15:58
32971 Log: Subject: Re: [patch] Re: PL_ptr_table
32972 From: Doug Maceachern <dougm@covalent.net>
32973 Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
32974 Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
32976 ! embed.pl perl.c sv.c sv.h
32977 ____________________________________________________________________________
32978 [ 8712] By: nick on 2001/02/08 19:12:47
32979 Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
32980 From: Peter Prymmer <pvhp@forte.com>
32981 Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
32982 Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
32985 ____________________________________________________________________________
32986 [ 8711] By: nick on 2001/02/07 21:06:11
32987 Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
32988 Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
32989 From: Alan Burlison <Alan.Burlison@uk.sun.com>
32990 Date: Tue, 06 Feb 2001 23:37:01 +0000
32991 Message-Id: <3A808A9D.20F7A035@uk.sun.com>
32994 ____________________________________________________________________________
32995 [ 8710] By: alanbur on 2001/02/07 00:22:04
32996 Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
32997 associated UTFied tr/// code. Also fixed scoping leak of
32999 Branch: maint-5.6/pureperl
33001 ____________________________________________________________________________
33002 [ 8709] By: nick on 2001/02/06 21:16:49
33003 Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
33004 From: Michael G Schwern <schwern@pobox.com>
33005 Date: Sun, 4 Feb 2001 19:47:14 -0500
33006 Message-Id: <20010204194714.A4698@blackrider.aocn.com>
33008 ! pod/perlapi.pod pod/perlmodlib.PL
33009 ____________________________________________________________________________
33010 [ 8708] By: nick on 2001/02/06 20:41:20
33011 Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
33012 From: Michael G Schwern <schwern@pobox.com>
33013 Date: Sun, 4 Feb 2001 21:17:49 -0500
33014 Message-Id: <20010204211748.A13415@blackrider.aocn.com>
33016 ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
33017 ! pod/perltootc.pod
33018 ____________________________________________________________________________
33019 [ 8707] By: nick on 2001/02/06 20:29:11
33020 Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
33021 From: Michael G Schwern <schwern@pobox.com>
33022 Date: Tue, 6 Feb 2001 05:54:30 -0500
33023 Message-Id: <20010206055430.A951@blackrider.aocn.com>
33025 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
33026 ____________________________________________________________________________
33027 [ 8706] By: nick on 2001/02/06 20:21:40
33028 Log: Subject: RE: some win32 fixes
33029 Date: Tue, 6 Feb 2001 09:23:20 +0300
33030 From: Vadim Konovalov <vkonovalov@lucent.com>
33031 Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
33033 ! toke.c win32/Makefile win32/config.bc win32/config.gc
33034 ! win32/config.vc win32/config_H.bc win32/makefile.mk
33035 ____________________________________________________________________________
33036 [ 8705] By: alanbur on 2001/02/06 15:00:03
33037 Log: Synchronised with parent
33038 Branch: maint-5.6/pureperl
33040 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
33041 !> utils/perldoc.PL win32/Makefile win32/makefile.mk
33042 ____________________________________________________________________________
33043 [ 8704] By: alanbur on 2001/02/06 14:55:24
33044 Log: Fixed UMRs and leak in Perl_pmtrans()
33045 Branch: maint-5.6/pureperl
33047 ____________________________________________________________________________
33048 [ 8703] By: gsar on 2001/02/06 02:29:37
33049 Log: $(MAKE) distclean doesn't clean up properly on windows
33050 Branch: maint-5.6/perl
33051 ! win32/Makefile win32/makefile.mk
33052 ____________________________________________________________________________
33053 [ 8702] By: gsar on 2001/02/06 01:00:46
33054 Log: tweak change#8659 to keep it simple
33055 Branch: maint-5.6/perl
33057 ____________________________________________________________________________
33058 [ 8701] By: gsar on 2001/02/05 22:45:41
33059 Log: change#8693 was missing testsuite changes
33060 Branch: maint-5.6/perl
33061 !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
33062 ____________________________________________________________________________
33063 [ 8700] By: nick on 2001/02/05 20:32:52
33064 Log: Integrate mainline
33066 +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
33067 +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
33068 +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
33069 +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
33070 +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
33071 +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
33072 +> t/lib/test-harness.t
33073 !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
33074 !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
33075 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
33076 !> pod/perlutil.pod t/TEST utils/h2xs.PL
33077 ____________________________________________________________________________
33078 [ 8699] By: nick on 2001/02/05 19:41:07
33079 Log: Subject: perlfaq2, re: perlmongers
33080 From: David H. Adler <dha@panix.com>
33081 Date: Sun, 4 Feb 2001 23:48:23 -0500
33082 Message-Id: <20010204234823.A13429@panix.com>
33085 ____________________________________________________________________________
33086 [ 8698] By: nick on 2001/02/05 19:39:31
33087 Log: Missed file f#rom the testharness mess.
33089 + t/lib/test-harness.t
33090 ____________________________________________________________________________
33091 [ 8697] By: nick on 2001/02/05 19:37:21
33092 Log: Subject: [DOC PATCH] overload.pm nits
33093 From: John Tobey <jtobey@john-edwin-tobey.org>
33094 Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
33095 Message-Id: <m14Pae7-000FOoC@feynman.localnet>
33098 ____________________________________________________________________________
33099 [ 8696] By: alanbur on 2001/02/05 11:56:00
33100 Log: Sync with parent
33101 Branch: maint-5.6/pureperl
33103 ____________________________________________________________________________
33104 [ 8695] By: gsar on 2001/02/05 03:27:34
33105 Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
33106 Branch: maint-5.6/perl
33108 ____________________________________________________________________________
33109 [ 8694] By: alanbur on 2001/02/05 00:07:47
33110 Log: Initial branch creation from //depot/maint-5.6/perl
33111 Branch: maint-5.6/pureperl
33112 +> (branch 1719 files)
33113 ____________________________________________________________________________
33114 [ 8693] By: gsar on 2001/02/04 22:38:49
33115 Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
33117 Branch: maint-5.6/perl
33118 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
33119 !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
33120 !> ext/DB_File/version.c
33121 ____________________________________________________________________________
33122 [ 8692] By: nick on 2001/02/04 18:15:57
33123 Log: The missed t/TEST part of the grand testharness upgrade.
33126 ____________________________________________________________________________
33127 [ 8691] By: nick on 2001/02/04 18:05:17
33128 Log: New improved test harness
33129 Subject: Re: [PATCH Test::Harness] Third time's a charm?
33130 From: Michael G Schwern <schwern@pobox.com>
33131 Date: Sun, 4 Feb 2001 08:01:20 -0500
33132 Message-Id: <20010204080120.G10493@blackrider.aocn.com>
33134 + t/lib/sample-tests/bailout t/lib/sample-tests/combined
33135 + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
33136 + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
33137 + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
33138 + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
33139 + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
33140 ! MANIFEST lib/Test/Harness.pm
33141 ____________________________________________________________________________
33142 [ 8690] By: nick on 2001/02/04 17:57:51
33143 Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
33144 From: Jonathan Stowe <gellyfish@gellyfish.com>
33145 Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
33146 Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
33149 ____________________________________________________________________________
33150 [ 8689] By: nick on 2001/02/04 17:55:24
33151 Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
33152 From: Michael G Schwern <schwern@pobox.com>
33153 Date: Sat, 3 Feb 2001 22:46:38 -0500
33154 Message-Id: <20010203224638.E10493@blackrider.aocn.com>
33156 ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
33157 ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
33158 ____________________________________________________________________________
33159 [ 8688] By: nick on 2001/02/04 17:43:55
33160 Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
33161 length byfailing to spot lack of closing )
33162 From: nick@talking.bollo.cx
33163 Date: Sat, 03 Feb 2001 23:53:16 +0000
33164 Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
33166 ! perlio.c pod/perldiag.pod
33167 ____________________________________________________________________________
33168 [ 8687] By: jhi on 2001/02/03 17:11:42
33169 Log: HP-UX thread patches from Merijn H. Brand.
33170 Branch: maint-5.6/perl
33171 ! README.hpux hints/hpux.sh
33172 ____________________________________________________________________________
33173 [ 8686] By: jhi on 2001/02/03 16:40:12
33174 Log: Metaconfig changes for #8685.
33176 ! U/installdirs/instubperl.U
33177 Branch: metaconfig/U/perl
33178 ! Devel.U versiononly.U
33179 ____________________________________________________________________________
33180 [ 8685] By: jhi on 2001/02/03 16:39:49
33181 Log: For -Dusedevel builds turn off installusrbinperl and turn on
33182 versiononly, a combined idea of Richard Soderberg and Merijn
33183 H. Brand. You can still override both of these from the command
33184 line if you need to, -Dinstallusrbinperl and -Uversiononly.
33187 ____________________________________________________________________________
33188 [ 8684] By: jhi on 2001/02/03 16:16:34
33189 Log: Metaconfig unit fix for #8683.
33191 ! U/compline/nblock_io.U
33192 ____________________________________________________________________________
33193 [ 8683] By: jhi on 2001/02/03 16:16:12
33194 Log: Configure fix for the DYNIX/ptx F_SETFL problem,
33195 reported by Peter Prymmer for 5.6-TRIAL1.
33198 ____________________________________________________________________________
33199 [ 8682] By: jhi on 2001/02/03 05:52:11
33200 Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
33202 Branch: maint-5.6/perl
33204 ____________________________________________________________________________
33205 [ 8681] By: jhi on 2001/02/03 05:47:33
33206 Log: perlport tweaks from Peter Prymmer and Chris Nandor.
33207 Branch: maint-5.6/perl
33209 ____________________________________________________________________________
33210 [ 8680] By: jhi on 2001/02/02 21:39:49
33211 Log: perlport update from Peter Prymmer.
33212 Branch: maint-5.6/perl
33214 ____________________________________________________________________________
33215 [ 8679] By: nick on 2001/02/02 20:50:48
33216 Log: Integrate mainline
33218 !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
33219 !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
33220 !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
33221 ____________________________________________________________________________
33222 [ 8678] By: gsar on 2001/02/02 16:02:12
33223 Log: note about bincompat, slightly modified (from Lupe Christoph)
33224 Branch: maint-5.6/perl
33226 ____________________________________________________________________________
33227 [ 8677] By: jhi on 2001/02/02 15:46:20
33228 Log: Supported platforms updates.
33229 Branch: maint-5.6/perl
33231 ____________________________________________________________________________
33232 [ 8676] By: jhi on 2001/02/02 03:41:26
33233 Log: A couple more perlfaq2 tweaks.
33234 Branch: maint-5.6/perl
33236 ____________________________________________________________________________
33237 [ 8675] By: jhi on 2001/02/02 03:17:44
33238 Log: Misedit in #8661.
33239 Branch: maint-5.6/perl
33241 ____________________________________________________________________________
33242 [ 8674] By: jhi on 2001/02/02 03:14:38
33244 Branch: maint-5.6/perl
33246 ____________________________________________________________________________
33247 [ 8673] By: jhi on 2001/02/02 03:12:40
33248 Log: perlfaq update from Elaine Ashton.
33249 Branch: maint-5.6/perl
33251 ____________________________________________________________________________
33252 [ 8672] By: jhi on 2001/02/02 03:07:08
33253 Log: UTF-8 s/// patch from Inaba Hiroto.
33254 Branch: maint-5.6/perl
33255 ! pp_ctl.c pp_hot.c
33256 ____________________________________________________________________________
33257 [ 8671] By: jhi on 2001/02/01 22:34:31
33258 Log: Update Changes.
33260 ! Changes patchlevel.h
33261 ____________________________________________________________________________
33262 [ 8670] By: jhi on 2001/02/01 22:15:29
33263 Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
33266 Upgrade to Getopt::Long 2.25, from Johan Vromans.
33268 more files need to be writable in the source distribution
33270 perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
33272 Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
33274 Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
33276 Allow the float to be fuzzier.
33278 need to use INT2PTR instead of a straight cast or ia64 fails
33280 Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
33282 add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
33284 !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
33285 !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
33286 !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
33287 ____________________________________________________________________________
33288 [ 8669] By: jhi on 2001/02/01 21:57:02
33289 Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
33290 From: Robin Barker <rmb1@cise.npl.co.uk>
33291 Date: Thu, 1 Feb 2001 16:59:05 GMT
33292 Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
33293 Branch: maint-5.6/perl
33294 ! pod/perlmodlib.PL
33295 ____________________________________________________________________________
33296 [ 8668] By: nick on 2001/02/01 19:41:40
33297 Log: Integrate mainline
33299 !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
33300 !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
33301 !> t/op/each.t utf8.c utf8.h util.c vms/test.com
33302 ____________________________________________________________________________
33303 [ 8667] By: gsar on 2001/02/01 16:59:11
33304 Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
33305 Branch: maint-5.6/perl
33306 ! embed.pl embedvar.h
33307 ____________________________________________________________________________
33308 [ 8666] By: gsar on 2001/02/01 16:34:51
33309 Log: add missing entries to win32/config.?c
33310 Branch: maint-5.6/perl
33311 ! win32/config.bc win32/config.gc win32/config.vc
33312 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33313 ____________________________________________________________________________
33314 [ 8665] By: jhi on 2001/02/01 14:58:51
33315 Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod
33316 From: "Stephen P. Potter" <spp@spotter.yi.org>
33317 Date: Thu, 01 Feb 2001 10:45:46 -0500
33318 Message-Id: <200102011545.KAA31479@spotter.yi.org>
33319 Branch: maint-5.6/perl
33321 ____________________________________________________________________________
33322 [ 8664] By: gsar on 2001/02/01 14:52:37
33323 Log: need to use INT2PTR instead of a straight cast or ia64 fails
33324 posix.t (from Brendan O'Dea <bod@compusol.com.au>)
33325 Branch: maint-5.6/perl
33326 ! ext/POSIX/POSIX.xs
33327 ____________________________________________________________________________
33328 [ 8663] By: jhi on 2001/02/01 14:09:13
33329 Log: Allow the float to be fuzzier.
33330 Branch: maint-5.6/perl
33332 ____________________________________________________________________________
33333 [ 8662] By: jhi on 2001/02/01 13:59:00
33334 Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
33335 From: Robin Barker <rmb1@cise.npl.co.uk>
33336 Date: Thu, 1 Feb 2001 13:05:39 GMT
33337 Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
33338 Branch: maint-5.6/perl
33339 ! pod/perlmodlib.pod
33340 ____________________________________________________________________________
33341 [ 8661] By: jhi on 2001/02/01 13:57:38
33342 Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
33343 Date: Thu, 01 Feb 2001 14:15:41 +0100
33344 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33345 Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
33347 Have the $ccflags in the gcc version test (strange, this change
33348 is claimed to be have been integrated already)
33349 Branch: maint-5.6/perl
33351 ____________________________________________________________________________
33352 [ 8660] By: jhi on 2001/02/01 13:44:10
33353 Log: Integrate changes #7950,7964,7962 from mainline.
33355 Find the stdchar signedness using cpp, should fix some of
33356 the Solaris compiler warnings reported by Alan Burlison.
33357 Branch: maint-5.6/perl
33358 !> Configure config_h.SH
33359 ____________________________________________________________________________
33360 [ 8659] By: jhi on 2001/02/01 05:35:32
33361 Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
33362 From: Jan Dubois <JanD@ActiveState.com>
33363 Date: Wed, 31 Jan 2001 21:17:03 -0800
33364 Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
33365 Branch: maint-5.6/perl
33367 ____________________________________________________________________________
33368 [ 8658] By: jhi on 2001/02/01 04:33:17
33369 Log: Integrate the README.os390 and README.posix-bc parts of mainline
33370 changes #8373,8486, 8544,8556. (The hints/os390.sh,Makefile.SH,
33371 installperl parts were taken care of by #8657.)
33372 Branch: maint-5.6/perl
33373 !> README.os390 README.posix-bc
33374 ____________________________________________________________________________
33375 [ 8657] By: jhi on 2001/02/01 04:29:21
33376 Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
33377 From: Peter Prymmer <pvhp@forte.com>
33378 Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
33379 Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
33380 Branch: maint-5.6/perl
33381 + ext/DynaLoader/dl_dllload.xs
33382 ! MANIFEST Makefile.SH hints/os390.sh installperl
33383 ____________________________________________________________________________
33384 [ 8656] By: jhi on 2001/02/01 04:25:45
33385 Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
33386 From: Peter Prymmer <pvhp@forte.com>
33387 Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
33388 Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
33389 Branch: maint-5.6/perl
33390 ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
33391 ____________________________________________________________________________
33392 [ 8655] By: jhi on 2001/02/01 04:14:47
33393 Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
33394 From: troc@netrus.net
33395 Date: Wed, 31 Jan 2001 22:31:26 -0500
33396 Message-Id: <200102010331.WAA117.85@rocco.homenet>
33397 Branch: maint-5.6/perl
33399 ____________________________________________________________________________
33400 [ 8654] By: jhi on 2001/02/01 04:12:52
33401 Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
33402 as reported by Alan Burlison.
33403 Branch: maint-5.6/perl
33405 ____________________________________________________________________________
33406 [ 8653] By: jhi on 2001/02/01 04:05:12
33407 Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
33408 From: dsugalski@northernlight.com
33409 Date: Wed, 31 Jan 2001 18:54:11 -0500
33410 Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
33411 Branch: maint-5.6/perl
33413 ____________________________________________________________________________
33414 [ 8652] By: jhi on 2001/02/01 04:03:11
33415 Log: Misplaced #endif.
33417 Subject: [perl-5-6-1-trial2] patches for EPOC
33418 From: Olaf Flebbe <O.Flebbe@science-computing.de>
33419 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33420 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33421 Branch: maint-5.6/perl
33423 ____________________________________________________________________________
33424 [ 8651] By: jhi on 2001/02/01 04:00:25
33425 Log: Integrate changes #8647,8648,8650 from mainline.
33427 Macrofy a magic UTF-8 test.
33429 Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
33431 Watch out for cross compiling for EPOC (usually done on linux).
33432 Branch: maint-5.6/perl
33433 !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
33434 ____________________________________________________________________________
33435 [ 8650] By: jhi on 2001/02/01 03:56:20
33436 Log: Watch out for cross compiling for EPOC (usually done on linux)
33438 Subject: [perl-5-6-1-trial2] patches for EPOC
33439 From: Olaf Flebbe <O.Flebbe@science-computing.de>
33440 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33441 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33443 ! ext/Errno/Errno_pm.PL
33444 ____________________________________________________________________________
33445 [ 8649] By: gsar on 2001/02/01 00:46:00
33446 Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
33447 Branch: maint-5.6/perl
33449 ____________________________________________________________________________
33450 [ 8648] By: jhi on 2001/01/31 23:35:36
33451 Log: All the uses of PL_numeric_radix must be protected by
33452 USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
33454 Subject: [perl-5-6-1-trial2] patches for EPOC
33455 From: Olaf Flebbe <O.Flebbe@science-computing.de>
33456 Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
33457 Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
33460 ____________________________________________________________________________
33461 [ 8647] By: jhi on 2001/01/31 22:56:16
33462 Log: Macrofy a magic UTF-8 test.
33465 ____________________________________________________________________________
33466 [ 8646] By: gsar on 2001/01/31 15:55:12
33467 Log: update Changes
33468 Branch: maint-5.6/perl
33470 ____________________________________________________________________________
33471 [ 8645] By: gsar on 2001/01/31 15:10:14
33472 Log: Configure tweak suggested by Peter Prymmer
33473 Branch: maint-5.6/perl
33475 ____________________________________________________________________________
33476 [ 8644] By: gsar on 2001/01/31 15:06:32
33477 Log: more files need to be writable in the source distribution
33478 Branch: maint-5.6/perl
33480 ____________________________________________________________________________
33481 [ 8643] By: jhi on 2001/01/31 14:59:46
33482 Log: Integrate changes #8258,8278,8279 from mainline.
33484 Make the large file tests more robust/talkative.
33485 Branch: maint-5.6/perl
33486 !> t/lib/syslfs.t t/op/lfs.t
33487 ____________________________________________________________________________
33488 [ 8642] By: gsar on 2001/01/31 14:53:48
33489 Log: integrate changes#8311,8334 from mainline
33491 Add a new MakeMaker variable PM_FILTER that defines a Unix
33492 filter to be run on each .pm during the pm_to_blib() phase,
33494 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
33496 Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
33497 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
33498 accurate reading of the "atime".
33499 Branch: maint-5.6/perl
33500 !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
33501 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
33502 !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
33503 ____________________________________________________________________________
33504 [ 8641] By: jhi on 2001/01/31 14:46:37
33505 Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
33506 Branch: maint-5.6/perl
33507 ! lib/Getopt/Long.pm
33508 ____________________________________________________________________________
33509 [ 8640] By: gsar on 2001/01/31 14:40:24
33510 Log: make regen_all
33511 Branch: maint-5.6/perl
33512 ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
33513 ____________________________________________________________________________
33514 [ 8639] By: gsar on 2001/01/31 14:37:25
33515 Log: refresh windows config files
33516 Branch: maint-5.6/perl
33517 ! win32/Makefile win32/config_H.bc win32/config_H.gc
33518 ! win32/config_H.vc win32/makefile.mk
33519 ____________________________________________________________________________
33520 [ 8638] By: gsar on 2001/01/31 14:28:10
33521 Log: makefile tweaks for windows: introduce a bulk-switch to enable
33522 same options as ActivePerl; sync changes with makefile.mk
33523 Branch: maint-5.6/perl
33524 ! win32/Makefile win32/makefile.mk
33525 ____________________________________________________________________________
33526 [ 8637] By: jhi on 2001/01/31 04:41:30
33527 Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
33528 From: Nicholas Clark <nick@ccl4.org>
33529 Date: Tue, 30 Jan 2001 19:51:05 +0000
33530 Message-ID: <20010130195105.R76607@plum.flirble.org>
33534 ! pp.c pp.h pp_hot.c t/op/arith.t
33535 ____________________________________________________________________________
33536 [ 8636] By: jhi on 2001/01/31 02:38:32
33537 Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
33538 no perlio],8257,8380,8479,8515 from mainline.
33540 Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
33542 Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
33543 Subject: [PATCH perl@8133] fix-up for VMS extensions
33545 In VMS embedded perls couldn't access the statically built Socket.
33547 Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
33549 Further VMS piping fixes from Charles Lane.
33551 Subject: [PATCH] make t/op/misc.t work on VMS
33553 Add tracing for debugging extensions builds in VMS.
33555 Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
33556 Branch: maint-5.6/perl
33557 !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
33558 !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
33559 !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
33560 ____________________________________________________________________________
33561 [ 8635] By: jhi on 2001/01/31 01:46:41
33562 Log: Integrate change #7732 from mainline.
33564 Sparc 64-bit pack() fix from Jens Hamisch.
33565 Branch: maint-5.6/perl
33567 ____________________________________________________________________________
33568 [ 8634] By: jhi on 2001/01/31 01:41:16
33569 Log: One spot missing from #8626.
33570 Branch: maint-5.6/perl
33572 ____________________________________________________________________________
33573 [ 8633] By: jhi on 2001/01/31 00:49:17
33574 Log: Integrate change #7495 from mainline.
33576 Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
33577 Branch: maint-5.6/perl
33578 !> MANIFEST ext/re/Makefile.PL
33579 ____________________________________________________________________________
33580 [ 8632] By: jhi on 2001/01/30 23:38:49
33581 Log: Integrate change #8396 from mainline.
33583 Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
33584 better multicast support (resend)
33585 Branch: maint-5.6/perl
33586 !> ext/Socket/Socket.pm
33587 ____________________________________________________________________________
33588 [ 8631] By: jhi on 2001/01/30 23:28:03
33589 Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
33591 More AIX lore. (7514, ext/re/hints/aix.pl)
33593 Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33595 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)
33597 Subject: [ID 20001214.002] Net::Ping patch
33599 Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
33601 Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
33603 Add ReuseAddr as a (preferred) alias for Reuse as we now
33604 also have ReusePort.
33606 Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
33607 Branch: maint-5.6/perl
33608 +> ext/re/hints/aix.pl
33609 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
33610 !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
33611 ____________________________________________________________________________
33612 [ 8630] By: jhi on 2001/01/30 23:03:59
33613 Log: Integrate changes #8215,8587 from mainline: missing pod nits.
33615 read() documentation tweak for 20001121.004.
33617 Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
33618 Branch: maint-5.6/perl
33619 !> pod/perlfunc.pod pod/perlre.pod
33620 ____________________________________________________________________________
33621 [ 8629] By: jhi on 2001/01/30 22:41:57
33622 Log: Integrate change #8098 from mainline.
33624 fastgetcwd is defined using a glob alias on a $^O dependent basis
33625 and there was no default assignment or perl subroutine.
33626 Branch: maint-5.6/perl
33628 ____________________________________________________________________________
33629 [ 8628] By: jhi on 2001/01/30 21:58:52
33630 Log: Integrate change #7866 from mainline.
33633 Branch: maint-5.6/perl
33634 !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
33635 ____________________________________________________________________________
33636 [ 8627] By: jhi on 2001/01/30 21:39:44
33637 Log: Integrate changes #8075,8086,8228 from mainline.
33639 Darwin is not Windows. (8075,8086)
33641 Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
33642 Branch: maint-5.6/perl
33643 !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
33644 !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
33645 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
33646 !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
33647 ____________________________________________________________________________
33648 [ 8626] By: jhi on 2001/01/30 21:22:11
33649 Log: Integrate with tweakery the change #8625 from mainline,
33650 the multibyte decimal separator fix ("fa_IR locale failure").
33651 Branch: maint-5.6/perl
33652 ! embedvar.h perlapi.h
33653 !> intrpvar.h perl.c perl.h sv.c util.c
33654 ____________________________________________________________________________
33655 [ 8625] By: jhi on 2001/01/30 20:26:33
33656 Log: Fix for the fa_IR locale failure. The reason for the failure
33657 was that Perl was assuming the decimal separator aka the radix
33658 separator is one character. The Farsi-Iranian locale crushed
33659 that bad assumption since there the separator is 'Momayyez',
33660 glyphwise looking somewhat like a slash, and in Unicode UTF-8
33661 encoded in two bytes, 0xd9 0xab.
33663 ! intrpvar.h perl.c perl.h sv.c util.c
33664 ____________________________________________________________________________
33665 [ 8624] By: gsar on 2001/01/30 20:17:03
33667 Branch: maint-5.6/perl
33668 ! Makefile.SH pod/perlintern.pod
33669 ____________________________________________________________________________
33670 [ 8623] By: gsar on 2001/01/30 19:42:34
33671 Log: backout change#7431 and its dependents (causes spurious rebuilds
33672 of autogenerated files)
33674 fix benign b.t failure
33675 Branch: maint-5.6/perl
33676 ! Makefile.SH t/lib/b.t
33677 ____________________________________________________________________________
33678 [ 8622] By: jhi on 2001/01/30 19:41:41
33679 Log: Microperl sync.
33682 ____________________________________________________________________________
33683 [ 8621] By: gsar on 2001/01/30 19:24:47
33684 Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
33687 Subject: podlators 1.06 released
33689 Subject: [PATCH @8436] Eliminate op_children
33691 (Replaced by #8448) Traces of op_children (cleanup of #8442)
33693 (Replaced by #8448) More op_children traces (cleanup of #8442).
33695 Subject: [PATCH #3 @8436] Re: Eliminate op_children
33696 Replace #8444 and #8445.
33698 Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
33699 at the setting of the ofs_sv in new_struct_thread() as the
33700 thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
33701 uninitialized fields are, uh, initialized with),
33702 SvREFCNT_inc()ing that invited a core dump.
33704 podlators 1.07, from Russ Allbery.
33706 Subject: [PATCH] regcomp.c old feature removal
33707 From: mjd@plover.com
33708 Date: 16 Jan 2001 14:43:18 -0000
33709 Message-ID: <20010116144318.7140.qmail@plover.com>
33710 Branch: maint-5.6/perl
33711 +> lib/Pod/Text/Overstrike.pm
33712 !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
33713 !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
33714 !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
33715 !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
33716 !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
33718 ____________________________________________________________________________
33719 [ 8620] By: gsar on 2001/01/30 18:48:32
33720 Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
33721 8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
33722 now fails one test)
33724 Subject: [PATCH] lvalue AUTOLOAD. No, really.
33726 Subject: [PATCH] Interesting syntax idea
33727 Make opens + bareword assigns do typeglob assigns.
33731 Subject: [PATCH @8269] Continue blocks and B::Deparse
33732 Make the peephole optimizer to bypass more null ops and
33733 and rewrite the deparse handling of continue blocks.
33735 Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
33736 Doc tweak on #8313.
33738 Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
33740 Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
33742 Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
33744 Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
33745 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
33746 according to the platform.
33748 Subject: [PATCH @8404] Consolidated lvalue sub changes
33750 Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
33752 Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
33754 Subject: B::Concise -- an improved replacement for B::Terse
33756 The B::Terse drop-in replacement wasn't quite drop-in.
33758 The LVRET macro needed an aTHX.
33760 Use the /^Perl_/-less form of is_lvalue_sub().
33762 Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
33763 Branch: maint-5.6/perl
33764 +> ext/B/B/Concise.pm
33765 !> (integrate 27 files)
33766 ____________________________________________________________________________
33767 [ 8619] By: nick on 2001/01/30 18:40:28
33768 Log: Integrate mainline
33770 !> (integrate 40 files)
33771 ____________________________________________________________________________
33772 [ 8618] By: jhi on 2001/01/30 18:37:18
33773 Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
33774 Date: Mon, 29 Jan 2001 22:51:29 -0600
33775 From: "Craig A. Berry" <craigberry@mac.com>
33776 Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
33779 ____________________________________________________________________________
33780 [ 8617] By: jhi on 2001/01/30 18:34:53
33781 Log: Subject: [PATCH] Add missing CV flags to dump.c
33782 From: Tim Jenness <t.jenness@jach.hawaii.edu>
33783 Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
33784 Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
33787 ____________________________________________________________________________
33788 [ 8616] By: jhi on 2001/01/30 18:20:58
33789 Log: Integrate partly the change #8615 from mainline, the t/op/each.t
33790 part isn't applicable to maintperl.
33792 UTF-8 nit from Inaba Hiroto.
33793 Branch: maint-5.6/perl
33794 !> pod/perlapi.pod utf8.c
33795 ____________________________________________________________________________
33796 [ 8615] By: jhi on 2001/01/30 18:18:51
33797 Log: UTF-8 nit from Inaba Hiroto.
33799 ! pod/perlapi.pod t/op/each.t utf8.c
33800 ____________________________________________________________________________
33801 [ 8614] By: jhi on 2001/01/30 18:13:38
33802 Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
33804 perl's internal variables are not for public consumption,
33805 move their docs from perlapi.pod to perlintern.pod
33807 support for -Dusethreads build under HP-UX 10.20 and DCE threads
33808 library (11.0 and later have pthreads but 10.x don't)
33810 avoid uninitialized value warnings
33812 canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33813 gets weird results)
33815 perldoc nit on windows
33817 make it possible to run the tests outside the source tree
33818 (there's still a dependency on ../lib being the library
33821 !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
33822 !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
33823 !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
33824 !> win32/bin/search.pl win32/vdir.h
33825 ____________________________________________________________________________
33826 [ 8613] By: gsar on 2001/01/30 16:39:59
33827 Log: make it possible to run the tests outside the source tree
33828 (there's still a dependency on ../lib being the library
33830 Branch: maint-5.6/perl
33831 ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
33832 ____________________________________________________________________________
33833 [ 8612] By: gsar on 2001/01/30 16:31:12
33834 Log: perldoc nit on windows
33835 Branch: maint-5.6/perl
33837 ____________________________________________________________________________
33838 [ 8611] By: gsar on 2001/01/30 16:22:54
33839 Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
33840 gets weird results)
33841 Branch: maint-5.6/perl
33843 ____________________________________________________________________________
33844 [ 8610] By: gsar on 2001/01/30 16:12:45
33845 Log: avoid uninitialized value warnings
33846 Branch: maint-5.6/perl
33847 ! win32/bin/search.pl
33848 ____________________________________________________________________________
33849 [ 8609] By: gsar on 2001/01/30 16:08:01
33850 Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
33851 library (11.0 and later have pthreads but 10.x don't)
33852 Branch: maint-5.6/perl
33853 ! hints/hpux.sh thread.h
33854 ____________________________________________________________________________
33855 [ 8608] By: gsar on 2001/01/30 15:48:55
33856 Log: perl's internal variables are not for public consumption,
33857 move their docs from perlapi.pod to perlintern.pod
33858 Branch: maint-5.6/perl
33859 ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
33861 ____________________________________________________________________________
33862 [ 8607] By: gsar on 2001/01/30 15:44:27
33863 Log: mistakenly branched perl56delta.pod, revert
33864 Branch: maint-5.6/perl
33865 - pod/perl56delta.pod
33866 !> pod/perldelta.pod
33867 ____________________________________________________________________________
33868 [ 8606] By: gsar on 2001/01/30 14:20:24
33869 Log: integrate changes#7984,7987,8010 from mainline (gets rid of
33870 dTHR which has been a noop for a while now, except for the
33871 compatibility definition in thread.h)
33872 Branch: maint-5.6/perl
33873 !> (integrate 45 files)
33874 ____________________________________________________________________________
33875 [ 8605] By: jhi on 2001/01/30 05:43:58
33876 Log: Mark the UTF-8 APIs as experimental.
33877 Branch: maint-5.6/perl
33878 ! embed.pl pod/perlapi.pod
33879 ____________________________________________________________________________
33880 [ 8604] By: jhi on 2001/01/30 05:38:40
33881 Log: Nits from earlier integrates.
33882 Branch: maint-5.6/perl
33883 ! lib/Carp/Heavy.pm
33885 ____________________________________________________________________________
33886 [ 8603] By: jhi on 2001/01/30 05:27:26
33887 Log: Regenerate Porting files.
33888 Branch: maint-5.6/perl
33889 ! Porting/Glossary Porting/config.sh Porting/config_H
33890 ____________________________________________________________________________
33891 [ 8602] By: jhi on 2001/01/30 05:14:59
33892 Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
33893 8310,8339,8447,8492,8493,8505,8525: documentation changes.
33895 Subject: Re: perlfaq style changes
33897 Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33899 Subject: [PATCH] docs on NaN
33901 Subject: [patch] perlfaq7
33903 Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
33905 Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
33907 Subject: [PATCH] open() example in perlfunc.pod
33909 Podify README.mpeix (a new version from the web)
33911 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
33913 Subject: [PATCH] format and rewording in perlfaq.pod
33915 Subject: [PATCH] API Variable documentation
33917 Memory management calls documentation.
33919 Subject: [PATCH: perl@8482] README.vms URL updates
33921 Subject: Minor typos in perlfaq2.pod
33923 Subject: [PATCH] pod/perlvar.pod
33924 Branch: maint-5.6/perl
33925 +> pod/perl56delta.pod
33926 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33927 !> README.amiga README.epoc README.mpeix README.vms
33928 !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
33929 !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
33930 !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
33931 !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
33932 !> pod/perlvar.pod thrdvar.h
33933 ____________________________________________________________________________
33934 [ 8601] By: jhi on 2001/01/30 04:38:35
33935 Log: Integrate changes #8036,8096,8253 from mainline:
33938 Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33939 Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
33941 Output the (apparent) version of gcc in Tru64.
33942 Branch: maint-5.6/perl
33943 +> ext/POSIX/hints/svr4.pl
33944 !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
33945 !> hints/svr4.sh t/lib/bigfltpm.t
33946 ____________________________________________________________________________
33947 [ 8600] By: jhi on 2001/01/30 04:04:01
33948 Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
33951 sprintf() does not taint since print() does not. (7863,7875,7876,7888)
33953 Debian allows /usr/bin/locale to exist without any locales. (7868)
33955 Allow the locale test needing POSIX and the taint test
33956 needing IPC::SysV to run under 'minitest' (basically,
33957 bail out if loading the extension fails). (8384)
33959 Cleanup the locale.t output (8480)
33960 Branch: maint-5.6/perl
33961 !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
33962 !> t/pragma/locale.t
33963 ____________________________________________________________________________
33964 [ 8599] By: jhi on 2001/01/30 03:51:04
33965 Log: Missing generated files from #8598.
33966 Branch: maint-5.6/perl
33967 ! embed.h global.sym objXSUB.h perlapi.c proto.h
33968 ____________________________________________________________________________
33969 [ 8598] By: jhi on 2001/01/30 03:41:54
33970 Log: Integrate change #8555 from mainline, manually integrate parts
33971 of changes 8452 and 8583.
33973 Subject: [PATCH] utf8.c documentation (8452)
33975 No point in checking the length if the pointer is bogus. (8555)
33977 Introduce bytes_from_utf8() and implement sv_eq() using it,
33978 tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
33979 produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
33980 was malformed. (8583)
33981 Branch: maint-5.6/perl
33982 ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
33983 !> pod/perlapi.pod sv.c utf8.c
33984 ____________________________________________________________________________
33985 [ 8597] By: gsar on 2001/01/30 02:37:26
33986 Log: get PERL_OBJECT build going again on windows
33987 Branch: maint-5.6/perl
33988 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33989 ! pod/perlapi.pod proto.h sv.c
33990 ____________________________________________________________________________
33991 [ 8596] By: jhi on 2001/01/30 02:16:17
33992 Log: Signedness nit.
33995 ____________________________________________________________________________
33996 [ 8595] By: jhi on 2001/01/30 02:11:07
33997 Log: EBCDIC patch for Storable, from Peter Prymmer.
33999 ! t/lib/st-06compat.t
34000 ____________________________________________________________________________
34001 [ 8594] By: jhi on 2001/01/30 01:04:48
34002 Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
34003 From: Peter Prymmer <pvhp@forte.com>
34004 Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
34005 Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
34008 ____________________________________________________________________________
34009 [ 8593] By: jhi on 2001/01/30 00:56:47
34010 Log: Subject: [PATCH: perl@8585] pod problems in io
34011 From: Peter Prymmer <pvhp@forte.com>
34012 Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
34013 Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
34015 ! pod/perlapio.pod pod/perliol.pod
34016 ____________________________________________________________________________
34017 [ 8592] By: jhi on 2001/01/30 00:48:20
34018 Log: Integrate perlio.
34020 !> pod/perlapio.pod pod/perliol.pod
34021 ____________________________________________________________________________
34022 [ 8591] By: nick on 2001/01/29 22:02:28
34023 Log: GNU 'merge' Simon's copy of perliol.pod with version
34024 patched by Craig's patch.
34027 ____________________________________________________________________________
34028 [ 8590] By: nick on 2001/01/29 21:55:10
34029 Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
34031 ! pod/perlapio.pod pod/perliol.pod
34032 ____________________________________________________________________________
34033 [ 8589] By: jhi on 2001/01/29 15:35:33
34034 Log: Integrate change #8586 from maint-5.6/perl.
34036 make the BOM detection code not call tell() until it has to
34037 (meant to fix esoteric compatibility issues where PL_rsfp
34041 ____________________________________________________________________________
34042 [ 8588] By: jhi on 2001/01/29 15:29:11
34043 Log: Subject: MAking Solaris malloc() the default
34044 From: Lupe Christoph <lupe@lupe-christoph.de>
34045 Date: Mon, 29 Jan 2001 12:59:36 +0100
34046 Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
34048 The README.solaris part slightly tweaked.
34050 ! README.solaris hints/solaris_2.sh
34051 ____________________________________________________________________________
34052 [ 8587] By: jhi on 2001/01/29 15:17:34
34053 Log: Subject: [ID 20010128.003] [PATCH] perlre.pod
\b buglet
34054 From: root@ak-75.mind.de
34055 Date: Sun, 28 Jan 2001 20:32:29 +0100
34056 Message-Id: <200101281932.UAA15768@ak-75.mind.de>
34059 ____________________________________________________________________________
34060 [ 8586] By: gsar on 2001/01/29 13:43:44
34061 Log: make the BOM detection code not call tell() until it has to
34062 (meant to fix esoteric compatibility issues where PL_rsfp
34064 Branch: maint-5.6/perl
34066 ____________________________________________________________________________
34067 [ 8585] By: jhi on 2001/01/28 20:05:45
34068 Log: Update Changes.
34070 ! Changes patchlevel.h
34071 ____________________________________________________________________________
34072 [ 8584] By: jhi on 2001/01/28 19:30:02
34073 Log: Integrate perlio.
34076 !> MANIFEST pod/perlapio.pod
34077 ____________________________________________________________________________
34078 [ 8583] By: jhi on 2001/01/28 19:28:40
34079 Log: Patch from Inaba Hiroto:
34080 - canonical UTF-8 hash keys: if a key string for a hash is
34081 UTF8-on, try downgrade the string and use it if
34082 unicode::distinct is not in effect.
34083 For the task, I added a function bytes_from_utf8() to utf8.c.
34084 It might resemble utf8_to_bytes() but it is not convenient
34086 Made a test for it and added to t/op/each.t
34087 - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
34088 the mortal copy of the argument SV.
34089 And changed t/io/utf8.t test 18 which expects print() to
34090 upgrade its argument.
34091 - re-implement sv_eq with bytes_from_utf8()
34093 - tr/// does not handle UTF8 range (\x{}-\x{})
34094 - \ before raw UTF8 character produced
34095 "Malformed UTF-8 character" warning.
34096 - "\x{100}\N{CENT SIGN}" is Malformed.
34097 Added tests for these 3.
34098 - and one silly bug (by me) with qu operator.
34100 ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
34101 ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
34102 ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
34103 ____________________________________________________________________________
34104 [ 8582] By: nick on 2001/01/28 19:25:04
34105 Log: Add pod/perliol.pod to MANIFEST :-(
34108 ____________________________________________________________________________
34109 [ 8581] By: nick on 2001/01/28 19:22:40
34110 Log: PerlIO documentation. Proofing and sub-editing requested.
34114 ____________________________________________________________________________
34115 [ 8580] By: jhi on 2001/01/28 05:16:25
34116 Log: Revert the change to sv_2pv() done by #8054: Someone who
34117 did SvNV_set() on a scalar that also happened to be POK,
34118 followed by sv_2pv() won't get the right coercion anymore.
34120 Branch: maint-5.6/perl
34122 ____________________________________________________________________________
34123 [ 8579] By: jhi on 2001/01/28 05:15:04
34124 Log: Remove the #8084 effect: do not allow -Q to be interpreted
34125 as -&Q(), this is too much wiggle room.
34126 Branch: maint-5.6/perl
34128 ____________________________________________________________________________
34129 [ 8578] By: jhi on 2001/01/28 05:12:45
34130 Log: Needed bits of #8439 (should have been in #8576),
34131 mainly for lval substr().
34132 Branch: maint-5.6/perl
34133 ! mg.c pp.c pp_hot.c
34134 ____________________________________________________________________________
34135 [ 8577] By: jhi on 2001/01/28 05:02:46
34136 Log: A missing check-in.
34137 Branch: maint-5.6/perl
34139 ____________________________________________________________________________
34140 [ 8576] By: jhi on 2001/01/28 04:26:18
34141 Log: Integrate changes #8425,8436,8439,8517 from mainline.
34142 The 8439 was not truly integrated because it had too many
34143 dependencies on the development branch and because it introduced
34144 concepts too bold for a maintenance branch (such as the qu operator).
34146 Subject: [PATCH perl@8342] -Wformat
34148 Tighten some of the UTF-8 tests a bit.
34150 More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
34151 - The substr lval was still not okay.
34152 - Now pp_stringify and sv_setsv copies source's UTF8 flag
34153 even if IN_BYTE. pp_stringify is called from fold_constants
34154 at optimization phase and "\x{100}" was made SvUTF8_off under
34155 use bytes (the bytes pragma is for "byte semantics" and not
34156 for "do not produce UTF8 data")
34157 Branch: maint-5.6/perl
34158 ! t/lib/charnames.t t/op/substr.t toke.c
34159 !> sv.c t/pragma/utf8.t
34160 ____________________________________________________________________________
34161 [ 8575] By: jhi on 2001/01/28 04:01:51
34162 Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
34164 Subject: One more patch for UTF8 (UTF-8 fixes for 'x' and tr////)
34166 Subject: [ID 20001230.003] UTF-8 tr still hurts
34168 Test cases for #8385 (from Simon's "torture.pl")
34170 Start fixing UTF-8 lval substr() (8405)
34171 Branch: maint-5.6/perl
34172 !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
34173 !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
34174 ____________________________________________________________________________
34175 [ 8574] By: jhi on 2001/01/28 03:09:06
34176 Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
34181 Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
34183 "\x{FF}\xFF" was broken.
34185 Tests for #8329 and #8330.
34187 Add a note about EBCDIC versus UTF-8 to a potential problem spot.
34189 IRIX compiler noticed that the bof initialization might be
34190 bypassed by control flow.
34192 Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
34193 Branch: maint-5.6/perl
34194 !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
34195 !> regexec.c sv.c t/op/bop.t toke.c utf8.c
34196 ____________________________________________________________________________
34197 [ 8573] By: jhi on 2001/01/28 02:06:12
34198 Log: Retract #8552.
34200 ! lib/Text/Wrap.pm t/lib/textwrap.t
34201 ____________________________________________________________________________
34202 [ 8572] By: jhi on 2001/01/28 02:04:49
34203 Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
34204 8305,8323,8324 from mainline. The 8267,8272, and 8298 were
34205 not really integrated but instead salvaged by hand
34206 (they had too many dependencies on the development release
34207 to be cleanly integratable).
34209 Subject: more UTF8 test suites and an UTF8 patch
34211 Tweak for MULTIPLICITY/USE_PERLIO
34215 Turn SvUTF8 off if not required in pp_chr and pp_stringify.
34217 Use the UTF8_XXX macros in is_utf8_char().
34219 Rewrite pp_concat() in terms of sv_catsv(). The . operator
34220 should now be UTF-8-proof.
34222 Subject: [PATCH perl@8269] scanning two hex-constants
34223 fails on EBCDIC environment (script length.t)
34225 Add some Unicode chop() tests.
34226 Branch: maint-5.6/perl
34227 ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
34228 !> sv.c t/op/chop.t utf8.h
34229 ____________________________________________________________________________
34230 [ 8571] By: jhi on 2001/01/28 00:35:59
34231 Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
34232 8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
34234 Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
34236 The maxiters upper limit sanity check (guarding against
34237 non-progress) assumed bytes instead of characters in s///
34242 sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
34243 join() should now be UTF-8-proof.
34245 More split // UTF-8 tests. (8250)
34246 Branch: maint-5.6/perl
34247 !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
34249 ____________________________________________________________________________
34250 [ 8570] By: jhi on 2001/01/27 22:15:46
34251 Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
34252 8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
34253 8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
34254 8084,8204,8244,8333 from mainline.
34256 For -Q where Q might be a one-letter sub name one does no more
34257 get a warning about an unknown filetest (7941,7943,7944,8084).
34259 Subject: Re: [ID 20001130.011] expression parsing bug ?
34261 Make uv_to_utf8() to zero-terminate its output buffer.
34263 Split off t/op/length.t (7995)
34265 Split off t/op/utf8decode.t (7996)
34267 Remove an unnecessary 'use utf8' from the utf8.t (7998)
34269 Split off t/op/concat.t (8004)
34271 Split off t/op/ver.t (8005)
34273 Document utf8_length(), utf8_distance(), and utf8_hop().
34275 Document utf8_to_uv() better.
34277 Introduce macros for UTF8 decoding (8028,8033).
34279 Add test for reverse() (8030,8031).
34281 Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
34283 Do not return the Unicode replacement character on UTF-8
34286 Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
34287 not this_utf8 i.e. the output string has one, but don't mess
34288 with source assumption. (8052,8053)
34290 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
34291 writing of BOM to a non-utf8 stream. Fix SvPVutf8() - sv_2pv()
34292 was not expecting to be called with something that was already
34293 SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
34294 just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
34297 Recode the naughty binary bytes in utf8decode.t using the \xHH.
34299 Make some panic messages a bit more logical.
34300 Branch: maint-5.6/perl
34301 +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
34302 !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
34303 !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
34304 !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
34305 !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
34307 ____________________________________________________________________________
34308 [ 8569] By: jhi on 2001/01/27 19:16:43
34309 Log: Integrate changes #7750 from perlio and #8566 from mainline.
34310 Branch: maint-5.6/perl
34312 ____________________________________________________________________________
34313 [ 8568] By: jhi on 2001/01/27 18:06:51
34314 Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
34315 7783,7790[perlio],7869,7871,7872,7911,7916,7932,
34316 7935[-perlio.c],7936,7959,7965 from mainline.
34318 Change the "big byte" error message to "Wide character".
34319 (7355, the croak-if-wide-chars-in-print part ignored)
34323 Introduce Perl_utf8_length().
34325 diff -se shows these as different (7753, forgotten check-ins)
34327 Subject: [PATCH] doop.c - UTF8 tr///
34329 If we use (aTHX_ ...) then put Perl_ on the front.
34331 Make utf8_length() and utf8_distance() to be less forgiving
34334 Test line numbers are different with utf8.
34336 No need to scan till infinity, 13 is enough. (7872,7911)
34338 Subject: [PATCH] Tokeniser debugging
34340 Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
34342 Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
34344 Be more careful in Perl_sv_utf8_downgrade().
34348 Raw zero bytes in text files confuse at least GNU patch 2.1.
34349 Branch: maint-5.6/perl
34350 !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
34351 !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
34352 !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
34353 !> t/pragma/utf8.t toke.c utf8.c utf8.h
34354 ____________________________________________________________________________
34355 [ 8567] By: nick on 2001/01/27 11:10:38
34356 Log: Integrate mainline
34358 !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
34359 !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
34360 !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
34362 ____________________________________________________________________________
34363 [ 8566] By: jhi on 2001/01/27 06:22:48
34364 Log: More documentation for the regexp context stack.
34367 ____________________________________________________________________________
34368 [ 8565] By: jhi on 2001/01/27 05:21:57
34369 Log: Update Changes.
34371 ! Changes patchlevel.h
34372 ____________________________________________________________________________
34373 [ 8564] By: jhi on 2001/01/27 04:44:04
34374 Log: Threadedness patch for #8562 from Doug MacEachern.
34377 ____________________________________________________________________________
34378 [ 8563] By: jhi on 2001/01/27 04:26:24
34379 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
34380 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
34381 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
34382 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
34385 ____________________________________________________________________________
34386 [ 8562] By: jhi on 2001/01/27 04:20:30
34387 Log: Subject: Re: Announce : Tokener reporting patch
34388 From: Simon Cozens <simon@cozens.net>
34389 Date: Mon, 22 Jan 2001 02:17:22 +0000
34390 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
34392 ! embed.h embed.pl proto.h toke.c
34393 ____________________________________________________________________________
34394 [ 8561] By: jhi on 2001/01/27 04:17:24
34395 Log: Forgot from #8545. Oops.
34397 ! pp.c t/pragma/overload.t
34398 ____________________________________________________________________________
34399 [ 8560] By: jhi on 2001/01/27 03:01:47
34400 Log: A better module compilation test, use MANIFEST as suggested
34403 ! t/lib/1_compile.t
34404 ____________________________________________________________________________
34405 [ 8559] By: jhi on 2001/01/27 02:50:48
34406 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
34407 From: Peter Prymmer <pvhp@forte.com>
34408 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
34409 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
34412 ____________________________________________________________________________
34413 [ 8558] By: jhi on 2001/01/27 02:27:05
34414 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
34415 From: Peter Prymmer <pvhp@forte.com>
34416 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
34417 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
34419 ! t/pragma/sub_lval.t
34420 ____________________________________________________________________________
34421 [ 8557] By: jhi on 2001/01/27 02:26:03
34422 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
34423 From: Peter Prymmer <pvhp@forte.com>
34424 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
34425 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
34427 ! t/lib/st-06compat.t
34428 ____________________________________________________________________________
34429 [ 8556] By: jhi on 2001/01/27 02:24:33
34430 Log: Subject: [PATCH: perl@8531] minor update to README.os390
34431 From: Peter Prymmer <pvhp@forte.com>
34432 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
34433 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
34436 ____________________________________________________________________________
34437 [ 8555] By: jhi on 2001/01/27 00:35:47
34438 Log: No point in checking the length before we know whether the pointer
34439 is bogus or not, fixes Abigail's odbm failures in Linux.
34442 ____________________________________________________________________________
34443 [ 8554] By: nick on 2001/01/26 19:01:31
34444 Log: Integrate mainline
34446 !> lib/Text/Wrap.pm t/lib/textwrap.t
34447 ____________________________________________________________________________
34448 [ 8553] By: jhi on 2001/01/26 15:19:39
34449 Log: Integrate change #7792 from perlio (multiplicity fix),
34450 fix the AV leak in regex DEBUGGING (tiny part of the
34451 polymorphic regexp patch #8143).
34452 Branch: maint-5.6/perl
34455 ____________________________________________________________________________
34456 [ 8552] By: jhi on 2001/01/26 15:03:23
34457 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
34458 From: Michael G Schwern <schwern@pobox.com>
34459 Date: Fri, 26 Jan 2001 09:28:31 -0500
34460 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
34462 ! lib/Text/Wrap.pm t/lib/textwrap.t
34463 ____________________________________________________________________________
34464 [ 8551] By: jhi on 2001/01/26 02:33:19
34465 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
34466 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
34468 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
34470 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
34474 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
34476 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
34478 (the cleanup of unused submatches in regtry() and regcppop())
34480 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
34481 stored and restored, and thusly was trounced by the utf8 swash
34484 use utf8 not required to use \x{}.
34486 Removed two more tests that make no sense in UTF-8 since the test
34487 data is not in UTF-8.
34489 Get the three different space character classes right under utf8.
34491 Implement ANYOFUTF8 regprop() dumping.
34493 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
34495 Document the regex context pushing/popping a bit better.
34496 Branch: maint-5.6/perl
34497 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
34498 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
34499 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
34500 !> t/op/regmesg.t utf8.c
34501 ____________________________________________________________________________
34502 [ 8550] By: nick on 2001/01/25 19:42:30
34503 Log: Integrate mainline
34505 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
34506 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
34507 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
34508 !> t/lib/bigint.t t/lib/bigintpm.t
34509 ____________________________________________________________________________
34510 [ 8549] By: jhi on 2001/01/25 15:22:28
34511 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
34512 Branch: maint-5.6/perl
34513 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
34514 ____________________________________________________________________________
34515 [ 8548] By: jhi on 2001/01/25 15:02:55
34516 Log: Integrate changes #7997,8063,8492,8547 from mainline.
34518 Subject: Re: STRLEN - what?
34520 Subject: [PATCH] perlguts.pod
34522 Memory management calls documentation.
34524 Layout using tabulator is not a good idea in a pod.
34525 Branch: maint-5.6/perl
34526 !> pod/perlguts.pod
34527 ____________________________________________________________________________
34528 [ 8547] By: jhi on 2001/01/25 14:49:05
34529 Log: Layout using tabulator is not a good idea in a pod.
34532 ____________________________________________________________________________
34533 [ 8546] By: jhi on 2001/01/25 14:31:12
34534 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
34537 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
34539 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
34541 More Win32 editor/IDE/shell hints.
34543 More Win32 Perling.
34545 Yet another editor edit.
34549 IDE/editor section tweaking.
34551 Few more IDE/editor nits from p5p.
34552 Branch: maint-5.6/perl
34553 !> pod/perlfaq3.pod
34554 ____________________________________________________________________________
34555 [ 8545] By: jhi on 2001/01/25 04:16:32
34556 Log: Subject: [PATCH 5.7.0] overload int()
34557 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34558 Date: Wed, 24 Jan 2001 19:06:57 -0500
34559 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
34561 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
34562 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
34564 ____________________________________________________________________________
34565 [ 8544] By: jhi on 2001/01/25 04:15:11
34566 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
34567 From: Peter Prymmer <pvhp@forte.com>
34568 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
34569 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
34571 ! Makefile.SH README.os390 hints/os390.sh installperl
34572 ____________________________________________________________________________
34573 [ 8543] By: jhi on 2001/01/25 03:52:08
34574 Log: Integrate change #8462,8469 from mainline.
34576 In VMS Perl subversion (perl -V) is undef.
34577 Branch: maint-5.6/perl
34579 ____________________________________________________________________________
34580 [ 8542] By: jhi on 2001/01/25 03:44:55
34581 Log: Integrate changes #7835,7850,8315,8316 from mainline.
34584 Branch: maint-5.6/perl
34585 !> hints/solaris_2.sh
34586 ____________________________________________________________________________
34587 [ 8541] By: jhi on 2001/01/25 03:39:28
34588 Log: Integrate #8336 from mainline.
34589 Branch: maint-5.6/perl
34591 ____________________________________________________________________________
34592 [ 8540] By: jhi on 2001/01/25 03:23:50
34593 Log: Retract #8539.
34594 Branch: maint-5.6/perl
34596 ____________________________________________________________________________
34597 [ 8539] By: jhi on 2001/01/25 03:21:55
34598 Log: (Retracted by #5940.)
34599 Branch: maint-5.6/perl
34601 ____________________________________________________________________________
34602 [ 8538] By: jhi on 2001/01/25 03:14:07
34603 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
34604 From: Peter Prymmer <pvhp@forte.com>
34605 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
34606 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
34609 Branch: maint-5.6/perl
34610 ! configure.com vms/descrip_mms.template
34611 ____________________________________________________________________________
34612 [ 8537] By: jhi on 2001/01/25 03:06:09
34613 Log: Integrate #7710,7824,7973 from mainline.
34614 Branch: maint-5.6/perl
34615 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34616 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
34617 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
34618 !> vos/config.ga.def vos/config.ga.h win32/config.bc
34619 !> win32/config.gc win32/config.vc
34620 ____________________________________________________________________________
34621 [ 8536] By: jhi on 2001/01/24 13:50:20
34622 Log: Revert the edits made by me so far to the 5.6 branch since
34623 the TRIAL1 since I did edits when I should have been using
34624 integrates. Bad programmer. (Will integrate them properly later.)
34625 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
34626 The #8353 will not be reapplied at least for now since
34627 the UTF-8 hash keys need more thinking.
34628 (The patches #8347, #8354, #8454, #8473 were okay since they
34629 were original edits made specifically for the 5.6.1-TRIAL1.)
34630 Branch: maint-5.6/perl
34631 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34632 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
34633 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
34634 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
34635 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
34636 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34637 ! win32/config.bc win32/config.gc win32/config.vc
34638 ____________________________________________________________________________
34639 [ 8535] By: bailey on 2001/01/24 06:37:02
34642 +> (branch 26 files)
34643 !> (integrate 130 files)
34644 ____________________________________________________________________________
34645 [ 8534] By: nick on 2001/01/23 19:30:57
34646 Log: Integrate mainline.
34648 !> Changes Configure Porting/Glossary Porting/config.sh
34649 !> Porting/config_H embed.h embed.pl ext/Encode/compile
34650 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
34651 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
34652 !> pod/perlvar.pod proto.h t/lib/1_compile.t
34653 ____________________________________________________________________________
34654 [ 8533] By: jhi on 2001/01/23 16:15:46
34655 Log: Forgotten from #8501.
34657 ! Porting/Glossary Porting/config.sh Porting/config_H
34658 ____________________________________________________________________________
34659 [ 8532] By: jhi on 2001/01/23 16:13:27
34660 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
34661 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
34662 Date: Mon, 22 Jan 2001 17:51:58 +0100
34663 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
34665 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
34666 ____________________________________________________________________________
34667 [ 8531] By: jhi on 2001/01/23 15:46:01
34668 Log: Update Changes.
34670 ! Changes patchlevel.h
34671 ____________________________________________________________________________
34672 [ 8530] By: jhi on 2001/01/23 15:38:39
34673 Log: De-cut-and-pasto.
34675 ! t/lib/1_compile.t
34676 ____________________________________________________________________________
34677 [ 8529] By: jhi on 2001/01/23 15:11:04
34678 Log: Document the mkdir trailing slashes case.
34681 ____________________________________________________________________________
34682 [ 8528] By: jhi on 2001/01/23 15:08:28
34683 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
34686 Subject: lib/lib.pm
34687 From: <abigail@foad.org>
34688 Date: Mon, 28 Aug 2000 20:35:08 -0400
34689 Message-ID: <20000829003508.21281.qmail@foad.org>
34692 ____________________________________________________________________________
34693 [ 8527] By: jhi on 2001/01/23 14:44:04
34694 Log: Metaconfig unit change for #8526.
34696 ! U/threads/archname.U
34697 ____________________________________________________________________________
34698 [ 8526] By: jhi on 2001/01/23 14:43:19
34699 Log: Attach -perlio to the archname if so selected.
34702 ____________________________________________________________________________
34703 [ 8525] By: jhi on 2001/01/23 14:24:01
34704 Log: Subject: [PATCH] pod/perlvar.pod
34705 From: abigail@foad.org
34706 Date: Tue, 23 Jan 2001 01:41:10 +0100
34707 Message-ID: <20010123004110.22259.qmail@foad.org>
34710 ____________________________________________________________________________
34711 [ 8524] By: jhi on 2001/01/23 14:22:32
34712 Log: A bug introduced in #8217 (the undefined variable in the
34713 lib/safe1_t #3) fixed, by Charles Lane:
34715 The earlier patch made it so that stuff running in Safe
34716 compartments could do a "caller" and see "main". That
34717 little change in name is done right before the code in
34718 the compartment is run, and apparantly the parser
34719 was picking up the stash name before it got changed.
34721 (why it was threaded vs. unthreaded Perl that was sensitive to this
34722 I still don't know...and it probably doesn't matter).
34724 I tryed removing the stash name-change and saw that threaded Perl
34725 did indeed pass the lib/safe1.t tests.
34727 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
34728 do the name change (and to connect _ in the compartment to the global
34729 _) which is removed from _safe_call_sv. Then Safe.pm is modified
34730 to call _safe_pkg_prep when creating a new compartment.
34732 Passes all tests with threaded perl on linux; passes all tests
34733 with unthreaded perl on VMS.
34735 At some point I'll probably want to revisit Safe and Opcode to
34736 provide more sensible handling of global variables...and to get
34737 formats working in Safe compartments, which they don't do currently.
34739 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
34740 ____________________________________________________________________________
34741 [ 8523] By: jhi on 2001/01/23 14:11:58
34742 Log: Also the lib/Thread.pm itself needs to be ignored if
34743 the Thread extension hasn't been built.
34745 ! t/lib/1_compile.t
34746 ____________________________________________________________________________
34747 [ 8522] By: jhi on 2001/01/23 13:51:28
34748 Log: print() instead of warn() so that stderr doesn't get
34749 unncessarily polluted.
34751 ! ext/Encode/compile
34752 ____________________________________________________________________________
34753 [ 8521] By: jhi on 2001/01/23 13:49:48
34754 Log: Integrate perlio.
34756 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
34757 !> ext/Encode/encode.h
34758 ____________________________________________________________________________
34759 [ 8520] By: nick on 2001/01/22 21:44:00
34760 Log: More messing with Encode:
34761 Extra fields in header to allow multiple names and to record
34762 other things "compile" knows.
34763 Re-organise compile to factor out common output routines.
34765 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
34766 ____________________________________________________________________________
34767 [ 8519] By: nick on 2001/01/22 20:33:50
34768 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
34770 ! ext/Encode/Makefile.PL ext/Encode/compile
34771 ____________________________________________________________________________
34772 [ 8518] By: nick on 2001/01/22 20:28:13
34773 Log: Integrate mainline
34775 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
34776 !> vos/config.alpha.def vos/config.alpha.h
34777 ____________________________________________________________________________
34778 [ 8517] By: jhi on 2001/01/22 15:37:17
34779 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
34783 ____________________________________________________________________________
34784 [ 8516] By: jhi on 2001/01/22 14:55:15
34785 Log: More SIG_SIZE fixes.
34787 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
34788 ____________________________________________________________________________
34789 [ 8515] By: jhi on 2001/01/22 14:50:27
34790 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
34791 From: "Craig A. Berry" <craigberry@mac.com>
34792 Date: Mon, 22 Jan 2001 00:42:24 -0600
34793 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
34796 ____________________________________________________________________________
34797 [ 8514] By: jhi on 2001/01/22 14:31:17
34798 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
34799 From: "Craig A. Berry" <craigberry@mac.com>
34800 Date: Sun, 21 Jan 2001 23:03:25 -0600
34801 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
34804 ____________________________________________________________________________
34805 [ 8513] By: jhi on 2001/01/22 14:14:00
34806 Log: Add the .ucm encoding tables to the MANIFEST.
34809 ____________________________________________________________________________
34810 [ 8512] By: jhi on 2001/01/22 13:43:33
34811 Log: Integrate perlio.
34813 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34814 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34815 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34816 +> ext/Encode/Encode/iso8859-10.ucm
34817 +> ext/Encode/Encode/iso8859-13.ucm
34818 +> ext/Encode/Encode/iso8859-14.ucm
34819 +> ext/Encode/Encode/iso8859-15.ucm
34820 +> ext/Encode/Encode/iso8859-16.ucm
34821 +> ext/Encode/Encode/iso8859-2.ucm
34822 +> ext/Encode/Encode/iso8859-3.ucm
34823 +> ext/Encode/Encode/iso8859-4.ucm
34824 +> ext/Encode/Encode/iso8859-5.ucm
34825 +> ext/Encode/Encode/iso8859-6.ucm
34826 +> ext/Encode/Encode/iso8859-7.ucm
34827 +> ext/Encode/Encode/iso8859-8.ucm
34828 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34829 +> ext/Encode/Encode/symbol.ucm
34830 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
34832 ____________________________________________________________________________
34833 [ 8511] By: nick on 2001/01/21 23:44:47
34834 Log: Make "real" layers of ":utf8" and ":raw".
34835 So now PERLIO=utf8 perl ...
34836 does what Andreas wanted.
34837 Fix arg passing in open.pm (still have a Carp issue).
34839 ! lib/open.pm perlio.c perliol.h
34840 ____________________________________________________________________________
34841 [ 8510] By: jhi on 2001/01/21 22:56:53
34842 Log: Document the regex context pushing/popping a bit better.
34845 ____________________________________________________________________________
34846 [ 8509] By: jhi on 2001/01/21 22:55:44
34847 Log: Tweak the mkdir trailing slash code some more.
34849 TO DO: the same handling should probably be done for
34850 all the other filesystem functions that can have directories
34851 as their arguments.
34854 ____________________________________________________________________________
34855 [ 8508] By: nick on 2001/01/21 21:37:43
34856 Log: Switch "compiled in" encodings to .ucm format.
34857 (Leave others as .enc till we can run-time load .ucm,
34858 or find some other way to load them.)
34860 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
34861 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
34862 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
34863 + ext/Encode/Encode/iso8859-10.ucm
34864 + ext/Encode/Encode/iso8859-13.ucm
34865 + ext/Encode/Encode/iso8859-14.ucm
34866 + ext/Encode/Encode/iso8859-15.ucm
34867 + ext/Encode/Encode/iso8859-16.ucm
34868 + ext/Encode/Encode/iso8859-2.ucm
34869 + ext/Encode/Encode/iso8859-3.ucm
34870 + ext/Encode/Encode/iso8859-4.ucm
34871 + ext/Encode/Encode/iso8859-5.ucm
34872 + ext/Encode/Encode/iso8859-6.ucm
34873 + ext/Encode/Encode/iso8859-7.ucm
34874 + ext/Encode/Encode/iso8859-8.ucm
34875 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
34876 + ext/Encode/Encode/symbol.ucm
34877 ! ext/Encode/Makefile.PL ext/Encode/compile
34878 ____________________________________________________________________________
34879 [ 8507] By: nick on 2001/01/21 21:02:03
34880 Log: Integrate (partial) mainline.
34882 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
34883 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
34884 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34885 ____________________________________________________________________________
34886 [ 8506] By: jhi on 2001/01/21 20:09:30
34887 Log: Update Changes.
34889 ! Changes patchlevel.h
34890 ____________________________________________________________________________
34891 [ 8505] By: jhi on 2001/01/21 19:39:59
34892 Log: Subject: Minor typos in perlfaq2.pod
34893 From: "Stephen P. Potter" <spp@spotter.yi.org>
34894 Message-Id: <200101192101.QAA11911@spotter.yi.org>
34895 Date: Fri, 19 Jan 2001 16:01:13 -0500
34897 with a nit from Philip Netwon.
34900 ____________________________________________________________________________
34901 [ 8504] By: jhi on 2001/01/21 19:33:05
34902 Log: Metaconfig change for #8503.
34904 ! U/threads/usethreads.U
34905 ____________________________________________________________________________
34906 [ 8503] By: jhi on 2001/01/21 19:32:21
34907 Log: Sanity check for conflicting thread flavours.
34909 ! Configure config_h.SH
34910 ____________________________________________________________________________
34911 [ 8502] By: jhi on 2001/01/21 19:23:00
34912 Log: Metaconfig change for #8501.
34914 ! U/modified/sig_name.U
34915 ____________________________________________________________________________
34916 [ 8501] By: jhi on 2001/01/21 19:22:26
34917 Log: The SIG_SIZE is the number of the elements *excluding*
34918 the terminating NULL.
34920 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
34921 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
34922 ! win32/config_H.vc
34923 ____________________________________________________________________________
34924 [ 8500] By: jhi on 2001/01/21 18:31:31
34925 Log: Integrate perlio.
34927 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
34928 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
34929 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
34930 !> pp_sys.c proto.h sv.c
34931 ____________________________________________________________________________
34932 [ 8499] By: jhi on 2001/01/21 17:43:57
34933 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
34934 From: Hugo <hv@crypt.compulink.co.uk>
34935 Date: Sun, 21 Jan 2001 13:34:05 +0000
34936 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
34938 In sprintf UTF8ize only if necessary.
34941 ____________________________________________________________________________
34942 [ 8498] By: nick on 2001/01/21 16:25:32
34943 Log: Encode cleanup.
34944 Add command line control over "compile" so that Makefile.PL
34945 needs can be combined with other uses.
34946 Use command line options in Makefile.PL.
34947 Fix multi-byte parsing in .ucm files.
34949 ! ext/Encode/Makefile.PL ext/Encode/compile
34950 ____________________________________________________________________________
34951 [ 8497] By: nick on 2001/01/21 12:56:27
34952 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
34954 ! ext/Encode/Encode.xs
34955 ____________________________________________________________________________
34956 [ 8496] By: nick on 2001/01/21 12:18:45
34957 Log: Fixup after integrate:
34958 missed the .sym files that are changed by regen_headers
34959 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
34961 ! global.sym pp.sym sv.c
34962 ____________________________________________________________________________
34963 [ 8495] By: nick on 2001/01/21 11:51:07
34964 Log: Integrate mainline.
34966 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
34967 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
34968 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
34969 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
34970 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
34971 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
34972 !> win32/Makefile win32/makefile.mk
34973 ____________________________________________________________________________
34974 [ 8494] By: jhi on 2001/01/20 23:12:11
34975 Log: Forgot the expect_number() prototype.
34977 ! embed.h embed.pl proto.h
34978 ____________________________________________________________________________
34979 [ 8493] By: jhi on 2001/01/20 22:56:39
34980 Log: Subject: [PATCH: perl@8482] README.vms URL updates
34981 From: Peter Prymmer <pvhp@forte.com>
34982 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
34983 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
34985 Plus Craig A. Berry's suggestion to use compaq.com instead
34989 ____________________________________________________________________________
34990 [ 8492] By: jhi on 2001/01/20 22:50:05
34991 Log: Memory management calls documentation.
34994 ____________________________________________________________________________
34995 [ 8491] By: jhi on 2001/01/20 22:38:33
34996 Log: Signedness nit plus few memcpy/Copy nits.
34999 ____________________________________________________________________________
35000 [ 8490] By: jhi on 2001/01/20 22:25:53
35001 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
35002 From: Peter Prymmer <pvhp@forte.com>
35003 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
35004 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
35006 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
35007 ____________________________________________________________________________
35008 [ 8489] By: jhi on 2001/01/20 22:24:41
35009 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
35010 From: Peter Prymmer <pvhp@forte.com>
35011 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
35012 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
35014 ! win32/Makefile win32/makefile.mk
35015 ____________________________________________________________________________
35016 [ 8488] By: jhi on 2001/01/20 22:22:27
35017 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
35018 From: Peter Prymmer <pvhp@forte.com>
35019 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
35020 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
35023 ____________________________________________________________________________
35024 [ 8487] By: jhi on 2001/01/20 22:21:18
35025 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
35026 From: Peter Prymmer <pvhp@forte.com>
35027 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
35028 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
35030 + ext/DynaLoader/dl_dllload.xs
35031 ! MANIFEST Makefile.SH hints/os390.sh
35032 ____________________________________________________________________________
35033 [ 8486] By: jhi on 2001/01/20 22:17:53
35034 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
35035 From: Peter Prymmer <pvhp@forte.com>
35036 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
35037 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
35039 ! README.os390 README.posix-bc
35040 ____________________________________________________________________________
35041 [ 8485] By: jhi on 2001/01/20 20:15:30
35042 Log: Document and test the new qu operator.
35045 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
35046 ! pod/perlretut.pod pod/perlunicode.pod
35047 ____________________________________________________________________________
35048 [ 8484] By: nick on 2001/01/20 19:42:30
35049 Log: Infrastructure to allow:
35050 open($fh,"|-",@array);
35052 i.e. mark pp_open as needing a stack mark, and make pp_open
35053 process its args in that style (and pass them _all_ to tied handles OPEN).
35054 Invent do_openn() which takes SV ** at allow it to see multiple args.
35055 Note this does not _do_ anything yet.
35057 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
35058 ! perlapi.c pp_proto.h pp_sys.c proto.h
35059 ____________________________________________________________________________
35060 [ 8483] By: nick on 2001/01/20 17:23:14
35061 Log: Integrate mainline.
35063 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
35064 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
35065 ____________________________________________________________________________
35066 [ 8482] By: jhi on 2001/01/19 15:37:49
35067 Log: Update Changes.
35069 ! Changes patchlevel.h
35070 ____________________________________________________________________________
35071 [ 8481] By: jhi on 2001/01/19 14:41:24
35072 Log: Subject: Re: new feature: s?printf parameter reordering
35073 From: Hugo <hv@crypt.compulink.co.uk>
35074 Date: Thu, 11 Jan 2001 17:09:03 +0000
35075 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
35077 - support reordering for all parameters: %, *v, *, .*
35078 - lay down that the reordering specification must immediately
35079 follow that parameter: %3$, *v3$, *3$, .*3$
35080 - fix vectorisation of a zero-length string
35081 - factor out the code choosing the argument to format
35083 Possibly unwanted side-effects:
35084 - the special format specifiers ' +-0' must now precede any
35085 vectorisation specifier. Tests in op/sprintf and op/ver
35086 have been changed to reflect this.
35087 - sprintf.t test #214 changed its expectations because in many
35088 cases, the next parameter has already been consumed when an
35089 invalid type letter is detected.
35091 Probably wanted side-effects:
35092 - attempts to format a non-existent parameter will warn as if C<undef>
35093 - attempt to write to non-existent parameter with '%n' will complain
35094 of "attempt to modify read-only value" instead of being silent
35096 ! sv.c t/op/sprintf.t t/op/ver.t
35097 ____________________________________________________________________________
35098 [ 8480] By: jhi on 2001/01/19 14:08:37
35099 Log: Subject: PATCH pragma/locale.t
35100 From: andreas.koenig@anima.de (Andreas J. Koenig)
35101 Date: 18 Jan 2001 09:45:37 +0100
35102 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
35104 ! t/pragma/locale.t
35105 ____________________________________________________________________________
35106 [ 8479] By: jhi on 2001/01/19 13:19:58
35107 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
35110 ____________________________________________________________________________
35111 [ 8478] By: jhi on 2001/01/19 02:12:35
35112 Log: Automate 1_compile.t.
35114 ! t/lib/1_compile.t
35115 ____________________________________________________________________________
35116 [ 8477] By: jhi on 2001/01/19 01:49:56
35117 Log: Integrate perlio.
35119 !> sv.c win32/config.bc win32/config.gc win32/config.vc
35120 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35121 ____________________________________________________________________________
35122 [ 8476] By: nick on 2001/01/18 21:51:52
35123 Log: Integrate mainline
35125 +> t/lib/1_compile.t t/lib/compmod.pl
35126 !> MANIFEST configure.com lib/unicode/distinct.pm
35127 ____________________________________________________________________________
35128 [ 8475] By: nick on 2001/01/18 21:48:02
35129 Log: Win32 "safe signals" co-existance fix.
35130 Fix SIG_SIZE value.
35131 Clear PL_sig_pending when cloning (fork).
35133 ! sv.c win32/config.bc win32/config.gc win32/config.vc
35134 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35135 ____________________________________________________________________________
35136 [ 8474] By: jhi on 2001/01/18 14:40:57
35137 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
35139 ! t/lib/1_compile.t
35140 ____________________________________________________________________________
35141 [ 8473] By: gsar on 2001/01/18 11:42:31
35142 Log: unsubmitted trial1 change
35143 Branch: maint-5.6/perl
35145 ____________________________________________________________________________
35146 [ 8472] By: jhi on 2001/01/18 04:30:24
35147 Log: The first bug found by 1_compile.t.
35149 ! lib/unicode/distinct.pm
35150 ____________________________________________________________________________
35151 [ 8471] By: jhi on 2001/01/18 04:29:42
35152 Log: Add Schwern's 1_compile test. The compile_module script renamed
35153 to be a bit shorter for the 8.3 people.
35155 + t/lib/1_compile.t t/lib/compmod.pl
35157 ____________________________________________________________________________
35158 [ 8470] By: jhi on 2001/01/18 04:16:00
35159 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)
35160 From: Peter Prymmer <pvhp@forte.com>
35161 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
35162 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
35164 Branch: maint-5.6/perl
35166 ____________________________________________________________________________
35167 [ 8469] By: jhi on 2001/01/18 04:13:02
35168 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)
35169 From: Peter Prymmer <pvhp@forte.com>
35170 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
35171 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
35175 ____________________________________________________________________________
35176 [ 8468] By: jhi on 2001/01/18 03:42:08
35177 Log: Integrate perlio.
35179 !> gv.c mg.c perlio.c util.c
35180 ____________________________________________________________________________
35181 [ 8467] By: nick on 2001/01/17 22:41:10
35182 Log: "Safe" signals - trial implementation.
35183 gv.c tweaked to zero PL_sig_pend array
35184 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
35185 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
35186 Odd thing is that it "works" with PERLIO=stdio as well (linux).
35188 ! gv.c mg.c perlio.c util.c
35189 ____________________________________________________________________________
35190 [ 8466] By: nick on 2001/01/17 20:40:20
35191 Log: Integrate mainline.
35193 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
35194 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
35195 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
35196 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35197 !> vos/config.ga.h win32/config.bc win32/config.gc
35199 ____________________________________________________________________________
35200 [ 8465] By: jhi on 2001/01/17 18:37:13
35201 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
35202 From: Nicholas Clark <nick@ccl4.org>
35203 Date: Wed, 17 Jan 2001 17:31:33 +0000
35204 Message-ID: <20010117173133.I2633@plum.flirble.org>
35207 ____________________________________________________________________________
35208 [ 8464] By: jhi on 2001/01/17 14:43:17
35209 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
35210 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35211 Date: Wed, 17 Jan 2001 15:16:43 +0100
35212 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
35214 pp_int() was dropping an NV to the floor,
35215 int(279964589018079/59) either returned not an integer
35216 4745162525730.15, or one got "Attempt to free unreferenced scalar."
35219 ____________________________________________________________________________
35220 [ 8463] By: jhi on 2001/01/17 06:12:42
35221 Log: (Replaced by #8470)
35223 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)
35224 From: "Craig A. Berry" <craigberry@mac.com>
35225 Date: Tue, 16 Jan 2001 23:38:46 -0600
35226 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
35227 Branch: maint-5.6/perl
35229 ____________________________________________________________________________
35230 [ 8462] By: jhi on 2001/01/17 06:11:31
35231 Log: (Replaced by #8469)
35233 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)
35234 From: "Craig A. Berry" <craigberry@mac.com>
35235 Date: Tue, 16 Jan 2001 23:38:46 -0600
35236 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
35239 ____________________________________________________________________________
35240 [ 8461] By: jhi on 2001/01/17 05:56:12
35241 Log: Allow for one trailing slash in the directory of mkdir().
35244 ____________________________________________________________________________
35245 [ 8460] By: jhi on 2001/01/17 03:26:01
35246 Log: Metaconfig unit changes for #8459.
35248 ! U/modified/Loc.U U/modified/sig_name.U
35249 ____________________________________________________________________________
35250 [ 8459] By: jhi on 2001/01/17 03:24:48
35251 Log: Define SIG_SIZE, the number of elements in the sig_name and
35252 sig_num arrays, including the final NULL entry.
35254 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35255 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
35256 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
35257 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35258 ! win32/config.bc win32/config.gc win32/config.vc
35259 ____________________________________________________________________________
35260 [ 8458] By: jhi on 2001/01/17 01:41:33
35261 Log: Integrate perlio.
35263 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
35264 !> perlapi.h proto.h sv.c
35265 ____________________________________________________________________________
35266 [ 8457] By: nick on 2001/01/16 22:07:26
35267 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
35268 Provides all the "cost" but no benefit yet - it is to allow cost
35269 to be measured, and implementation experiments (just in mg.c?).
35271 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
35272 ! perlapi.h proto.h sv.c
35273 ____________________________________________________________________________
35274 [ 8456] By: nick on 2001/01/16 21:07:07
35275 Log: Integrate mainline.
35277 !> (integrate 51 files)
35278 ____________________________________________________________________________
35279 [ 8455] By: jhi on 2001/01/16 18:13:43
35280 Log: Subject: [PATCH] regcomp.c old feature removal
35281 From: mjd@plover.com
35282 Date: 16 Jan 2001 14:43:18 -0000
35283 Message-ID: <20010116144318.7140.qmail@plover.com>
35286 ____________________________________________________________________________
35287 [ 8454] By: jhi on 2001/01/16 16:12:39
35288 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
35289 From: "Indy Singh" <indy@nusphere.com>
35290 Date: Wed, 10 Jan 2001 20:17:49 -0500
35291 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
35292 Branch: maint-5.6/perl
35294 ____________________________________________________________________________
35295 [ 8453] By: jhi on 2001/01/16 16:09:33
35296 Log: Update Changes.
35298 ! Changes patchlevel.h
35299 ____________________________________________________________________________
35300 [ 8452] By: jhi on 2001/01/16 15:42:04
35301 Log: Subject: Re: API Cleanup
35302 To: perl5-porters@perl.org
35303 Date: Tue, 16 Jan 2001 13:42:30 +0000
35304 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
35306 Subject: [PATCH] utf8.c documentation
35307 From: Simon Cozens <simon@cozens.net>
35308 Date: Tue, 16 Jan 2001 13:52:48 +0000
35309 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
35311 Subject: Re: API Cleanup
35312 From: Simon Cozens <simon@cozens.net>
35313 Date: Tue, 16 Jan 2001 14:58:55 +0000
35314 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
35318 ! embed.pl pod/perlapi.pod utf8.c
35319 ____________________________________________________________________________
35320 [ 8451] By: jhi on 2001/01/16 14:41:39
35321 Log: podlators 1.07, from Russ Allbery.
35324 ____________________________________________________________________________
35325 [ 8450] By: jhi on 2001/01/16 14:24:19
35326 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
35327 From: "Indy Singh" <indy@nusphere.com>
35328 Date: Mon, 15 Jan 2001 20:59:40 -0500
35329 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
35332 ____________________________________________________________________________
35333 [ 8449] By: jhi on 2001/01/16 03:42:55
35334 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
35335 at the setting of the ofs_sv in new_struct_thread() as the
35336 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
35337 that invited a core dump.
35340 ____________________________________________________________________________
35341 [ 8448] By: jhi on 2001/01/16 01:49:07
35342 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
35343 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35344 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
35345 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
35347 Replace #8444 and #8445.
35349 ! ext/B/B.xs ext/B/B/Debug.pm
35350 ____________________________________________________________________________
35351 [ 8447] By: jhi on 2001/01/15 21:05:35
35352 Log: Subject: [PATCH] API Variable documentation
35353 From: Simon Cozens <simon@cozens.net>
35354 Date: Mon, 15 Jan 2001 19:35:54 +0000
35355 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
35357 ! pod/perlapi.pod thrdvar.h
35358 ____________________________________________________________________________
35359 [ 8446] By: jhi on 2001/01/15 20:49:20
35360 Log: Signedness nit.
35363 ____________________________________________________________________________
35364 [ 8445] By: jhi on 2001/01/15 20:28:48
35365 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
35368 ____________________________________________________________________________
35369 [ 8444] By: jhi on 2001/01/15 13:09:10
35370 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
35373 ____________________________________________________________________________
35374 [ 8443] By: jhi on 2001/01/15 13:06:26
35375 Log: Missing from #8439.
35378 ____________________________________________________________________________
35379 [ 8442] By: jhi on 2001/01/15 13:02:38
35380 Log: Subject: [PATCH @8436] Eliminate op_children
35381 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35382 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
35383 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
35385 Subject: [PATCH @8436] Re: Eliminate op_children
35386 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35387 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
35388 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
35390 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
35391 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
35393 ____________________________________________________________________________
35394 [ 8441] By: jhi on 2001/01/15 12:57:08
35395 Log: Use the /^Perl_/-less form of is_lvalue_sub().
35398 ____________________________________________________________________________
35399 [ 8440] By: jhi on 2001/01/15 05:13:09
35400 Log: Revert #8437 and #8438, the Linux large files story is more complex.
35401 Branch: metaconfig/U/perl
35402 ! d_fpos64_t.U d_off64_t.U
35404 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35405 ! config_h.SH configure.com epoc/config.sh perl.h
35406 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35407 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35408 ! win32/config.bc win32/config.gc win32/config.vc
35409 ____________________________________________________________________________
35410 [ 8439] By: jhi on 2001/01/15 05:02:24
35411 Log: More UTF-8 patches from Inaba Hiroto.
35412 - The substr lval was still not okay.
35413 - Now pp_stringify and sv_setsv copies source's UTF8 flag
35414 even if IN_BYTE. pp_stringify is called from fold_constants
35415 at optimization phase and "\x{100}" was made SvUTF8_off under
35416 use bytes (the bytes pragma is for "byte semantics" and not
35417 for "do not produce UTF8 data")
35418 - New `qu' operator to generate UTF8 string explicitly.
35419 Though I agree with the policy "0x00-0xff always produce bytes",
35420 sometimes want to such a string to be coded in UTF8.
35421 I can use pack"U0a*" but it requires more typing and has
35423 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
35424 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
35425 string is not UTF8_on and has char 0x80-0xff.
35427 TODO: document and test qu.
35429 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
35430 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
35432 ____________________________________________________________________________
35433 [ 8438] By: jhi on 2001/01/14 05:10:23
35434 Log: Metaconfig unit changes for #8437.
35435 Branch: metaconfig/U/perl
35436 ! d_fpos64_t.U d_off64_t.U
35437 ____________________________________________________________________________
35438 [ 8437] By: jhi on 2001/01/14 04:55:34
35439 Log: Add <features.h> probing, seems to be needed for (some?)
35440 Linux largefileness.
35442 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35443 ! config_h.SH configure.com epoc/config.sh perl.h
35444 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35445 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35446 ! win32/config.bc win32/config.gc win32/config.vc
35447 ____________________________________________________________________________
35448 [ 8436] By: jhi on 2001/01/13 17:47:21
35449 Log: Tighten some of the tests a bit.
35452 ____________________________________________________________________________
35453 [ 8435] By: jhi on 2001/01/13 17:31:54
35454 Log: Integrate perlio.
35456 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
35457 !> win32/config_H.gc win32/config_H.vc
35458 ____________________________________________________________________________
35459 [ 8434] By: nick on 2001/01/13 11:36:53
35460 Log: Run dmake regen_config_h for Win32
35462 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35463 ____________________________________________________________________________
35464 [ 8433] By: nick on 2001/01/13 11:31:55
35465 Log: VMS friendly patch to Encode compile process
35467 ! ext/Encode/Makefile.PL ext/Encode/compile
35468 ____________________________________________________________________________
35469 [ 8432] By: nick on 2001/01/13 11:06:44
35470 Log: Integrate mainline
35472 +> ext/B/B/Concise.pm
35473 !> (integrate 52 files)
35474 ____________________________________________________________________________
35475 [ 8431] By: jhi on 2001/01/13 05:55:55
35476 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
35477 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35478 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
35479 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
35481 ! ext/B/B/Concise.pm
35482 ____________________________________________________________________________
35483 [ 8430] By: jhi on 2001/01/13 04:24:18
35484 Log: The LVRET macro needed an aTHX.
35487 ____________________________________________________________________________
35488 [ 8429] By: jhi on 2001/01/13 02:12:42
35489 Log: Update Changes.
35491 ! Changes patchlevel.h
35492 ____________________________________________________________________________
35493 [ 8428] By: jhi on 2001/01/13 02:08:50
35494 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
35495 From: Peter Prymmer <pvhp@forte.com>
35496 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
35497 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
35499 Add a BEGIN guard for sloppy floating point division.
35501 ! lib/Math/BigInt.pm lib/bigint.pl
35502 ____________________________________________________________________________
35503 [ 8427] By: jhi on 2001/01/13 01:47:16
35504 Log: The B::Terse drop-in replacement wasn't quite drop-in.
35507 ____________________________________________________________________________
35508 [ 8426] By: jhi on 2001/01/12 21:20:43
35511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35512 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
35513 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
35514 ! vos/config.ga.def vos/config.ga.h win32/config.bc
35515 ! win32/config.gc win32/config.vc
35516 ____________________________________________________________________________
35517 [ 8425] By: jhi on 2001/01/12 20:20:14
35518 Log: Subject: [PATCH perl@8342] -Wformat
35519 From: Robin Barker <rmb1@cise.npl.co.uk>
35520 Date: Fri, 12 Jan 2001 20:03:14 GMT
35521 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
35523 ! ext/Encode/Encode.xs mg.c sv.c toke.c
35524 ____________________________________________________________________________
35525 [ 8424] By: jhi on 2001/01/12 20:01:48
35526 Log: Subject: B::Concise -- an improved replacement for B::Terse
35527 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35528 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
35529 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
35531 + ext/B/B/Concise.pm
35532 ! MANIFEST ext/B/B/Terse.pm
35533 ____________________________________________________________________________
35534 [ 8423] By: jhi on 2001/01/12 19:24:02
35535 Log: The new metaconfig unit from the #8421.
35536 Branch: metaconfig/U/perl
35538 ____________________________________________________________________________
35539 [ 8422] By: jhi on 2001/01/12 19:23:43
35540 Log: Forgot the microperl config from the #8421.
35542 ! uconfig.h uconfig.sh
35543 ____________________________________________________________________________
35544 [ 8421] By: jhi on 2001/01/12 19:05:27
35545 Log: Add sigprocmask() probe, regen Configure, regen toc.
35547 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35548 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
35549 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35550 ! vos/config.ga.h win32/config.bc win32/config.gc
35552 ____________________________________________________________________________
35553 [ 8420] By: jhi on 2001/01/12 18:34:31
35554 Log: Add sockatmark() to the todo list.
35557 ____________________________________________________________________________
35558 [ 8419] By: jhi on 2001/01/12 18:09:46
35559 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
35562 ____________________________________________________________________________
35563 [ 8418] By: jhi on 2001/01/12 18:05:30
35564 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
35565 From: Radu Greab <radu@netsoft.ro>
35566 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
35567 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
35569 ! op.c t/pragma/sub_lval.t
35570 ____________________________________________________________________________
35571 [ 8417] By: jhi on 2001/01/12 16:09:09
35572 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
35573 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35574 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
35575 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
35577 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
35578 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
35579 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
35580 ! t/pragma/sub_lval.t toke.c
35581 ____________________________________________________________________________
35582 [ 8416] By: jhi on 2001/01/12 15:42:06
35583 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
35584 From: "Richard Soderberg" <rs@crystalflame.net>
35585 Date: Fri, 12 Jan 2001 04:49:35 -0800
35586 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
35588 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
35589 according to the platform.
35592 ____________________________________________________________________________
35593 [ 8415] By: jhi on 2001/01/12 15:33:41
35594 Log: One more UTF-8 fix from Inaba Hiroto.
35596 ! pp.c regexec.c t/pragma/utf8.t
35597 ____________________________________________________________________________
35598 [ 8414] By: jhi on 2001/01/12 15:30:18
35599 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
35602 ____________________________________________________________________________
35603 [ 8413] By: jhi on 2001/01/12 15:22:10
35604 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
35605 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35606 Date: Thu, 11 Jan 2001 12:53:36 +0100
35607 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
35610 ____________________________________________________________________________
35611 [ 8412] By: jhi on 2001/01/12 15:20:25
35612 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
35613 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35614 Date: Fri, 12 Jan 2001 14:37:55 +0100
35615 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
35617 ! hints/posix-bc.sh
35618 ____________________________________________________________________________
35619 [ 8411] By: jhi on 2001/01/12 15:14:14
35620 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
35621 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35622 Date: Fri, 12 Jan 2001 10:42:21 +0100
35623 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
35626 ____________________________________________________________________________
35627 [ 8410] By: jhi on 2001/01/12 05:48:55
35628 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
35629 From: Nicholas Clark <nick@ccl4.org>
35630 Date: Sun, 7 Jan 2001 19:47:14 +0000
35631 Message-ID: <20010107194714.B1048@plum.flirble.org>
35633 ! t/op/numconvert.t
35634 ____________________________________________________________________________
35635 [ 8409] By: jhi on 2001/01/12 05:41:28
35636 Log: Integrate perlio.
35639 ____________________________________________________________________________
35640 [ 8408] By: nick on 2001/01/11 22:43:28
35641 Log: Remove variables that were used in experiments.
35644 ____________________________________________________________________________
35645 [ 8407] By: nick on 2001/01/11 20:57:44
35646 Log: Catch die in %SIG handler and unblock the signal before re-dying.
35647 This make Linux work _without_ sigsetjmp().
35648 Turn off sigsetjmp() to see what else it does.
35649 May need Configure probe for sigprocmask() if anything has sigaction()
35650 but not sigprocmask().
35653 ____________________________________________________________________________
35654 [ 8406] By: nick on 2001/01/11 19:32:07
35655 Log: Integrate mainline
35657 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
35658 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
35660 ____________________________________________________________________________
35661 [ 8405] By: jhi on 2001/01/11 17:11:01
35662 Log: Fix UTF-8 lval substr().
35664 ! mg.c t/op/substr.t
35665 ____________________________________________________________________________
35666 [ 8404] By: jhi on 2001/01/11 05:13:58
35667 Log: Update Changes.
35669 ! Changes patchlevel.h
35670 ____________________________________________________________________________
35671 [ 8403] By: jhi on 2001/01/11 04:38:24
35672 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
35673 From: Hugo <hv@crypt.compulink.co.uk>
35674 Date: Mon, 30 Oct 2000 01:33:26 +0000
35675 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
35677 ! regexec.c t/op/re_tests
35678 ____________________________________________________________________________
35679 [ 8402] By: jhi on 2001/01/11 04:26:12
35680 Log: Integrate perlio.
35683 ____________________________________________________________________________
35684 [ 8401] By: nick on 2001/01/10 22:52:55
35685 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
35686 (So Alan and Ilya can try setting via hints.)
35687 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
35688 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
35689 doing the save everywhere seems to restart read() correctly, but just
35690 doing it once "round" the handler does not.
35693 ____________________________________________________________________________
35694 [ 8400] By: jhi on 2001/01/10 21:57:54
35695 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
35696 of IRIX, HP-UX is unaffected.
35699 ____________________________________________________________________________
35700 [ 8399] By: nick on 2001/01/10 21:29:19
35701 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
35704 ____________________________________________________________________________
35705 [ 8398] By: jhi on 2001/01/10 20:55:31
35706 Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
35707 also have ReusePort.
35709 ! ext/IO/lib/IO/Socket/INET.pm
35710 ____________________________________________________________________________
35711 [ 8397] By: jhi on 2001/01/10 20:50:57
35712 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
35713 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
35714 Date: Wed, 10 Jan 2001 01:38:13 -0800
35715 Message-ID: <20010110013813.B41744@yahoo-inc.com>
35717 ! ext/IO/lib/IO/Socket/INET.pm
35718 ____________________________________________________________________________
35719 [ 8396] By: jhi on 2001/01/10 20:49:30
35720 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
35721 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
35722 Date: Wed, 10 Jan 2001 01:37:32 -0800
35723 Message-ID: <20010110013732.A41744@yahoo-inc.com>
35725 ! ext/Socket/Socket.pm
35726 ____________________________________________________________________________
35727 [ 8395] By: jhi on 2001/01/10 20:41:37
35728 Log: Test for bug id 20010105.016 (fixed by #8378).
35731 ____________________________________________________________________________
35732 [ 8394] By: jhi on 2001/01/10 20:26:32
35733 Log: Integrate perlio.
35736 ____________________________________________________________________________
35737 [ 8393] By: nick on 2001/01/10 19:34:30
35738 Log: Back out Simon's pid hackery for now.
35741 ____________________________________________________________________________
35742 [ 8392] By: nick on 2001/01/10 19:23:13
35743 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
35745 !> (integrate 29 files)
35746 ____________________________________________________________________________
35747 [ 8391] By: jhi on 2001/01/10 18:43:15
35748 Log: Subject: [PATCH] Fix my_pclose segfault
35749 From: Simon Cozens <simon@cozens.net>
35750 Date: Wed, 10 Jan 2001 18:39:35 +0000
35751 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
35754 ____________________________________________________________________________
35755 [ 8390] By: jhi on 2001/01/10 18:42:08
35756 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
35757 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35758 Date: Wed, 10 Jan 2001 13:23:02 EST
35759 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
35761 ! ext/Opcode/Opcode.xs
35762 ____________________________________________________________________________
35763 [ 8389] By: jhi on 2001/01/10 15:16:07
35764 Log: Turn off the integer preservation for now.
35767 ____________________________________________________________________________
35768 [ 8388] By: jhi on 2001/01/10 15:01:25
35769 Log: Few more IDE/editor nits from p5p.
35772 ____________________________________________________________________________
35773 [ 8387] By: jhi on 2001/01/10 06:53:16
35774 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
35775 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
35776 Date: Tue, 9 Jan 2001 23:16:02 +0000
35777 Message-ID: <20010109231602.A81101@plum.flirble.org>
35780 ____________________________________________________________________________
35781 [ 8386] By: jhi on 2001/01/10 03:17:54
35782 Log: Test cases for #8385 (from Simon's "torture.pl")
35785 ____________________________________________________________________________
35786 [ 8385] By: jhi on 2001/01/10 03:17:11
35787 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
35788 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
35789 Date: Wed, 10 Jan 2001 11:39:39 +0900
35790 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
35792 Some more UTF-8 tr cases fixed.
35795 ____________________________________________________________________________
35796 [ 8384] By: jhi on 2001/01/09 22:45:40
35797 Log: Allow the locale test needing POSIX and the taint test
35798 needing IPC::SysV to run under 'minitest' (basically,
35799 bail out if loading the extension fails)
35801 ! t/op/misc.t t/op/taint.t
35802 ____________________________________________________________________________
35803 [ 8383] By: jhi on 2001/01/09 21:36:04
35804 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35805 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35806 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
35807 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
35810 ____________________________________________________________________________
35811 [ 8382] By: jhi on 2001/01/09 21:06:08
35812 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
35813 Should finish up the bug id 20001205.022.
35815 ! pp.c pp_hot.c scope.c
35816 ____________________________________________________________________________
35817 [ 8381] By: jhi on 2001/01/09 18:27:43
35818 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
35819 From: Andy Dougherty <doughera@lafayette.edu>
35820 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
35821 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
35823 More robust yacc/bison error detection.
35826 ____________________________________________________________________________
35827 [ 8380] By: jhi on 2001/01/09 15:21:38
35828 Log: Subject: [PATCH] make t/op/misc.t work on VMS
35829 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35830 Date: Tue, 9 Jan 2001 07:53:55 EST
35831 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
35833 ! t/op/misc.t vms/test.com
35834 ____________________________________________________________________________
35835 [ 8379] By: jhi on 2001/01/09 15:20:38
35836 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
35837 From: jhi@cc.hut.fi
35838 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
35839 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
35841 The #8378 fixed this.
35844 ____________________________________________________________________________
35845 [ 8378] By: jhi on 2001/01/09 15:05:32
35846 Log: Subject: One more patch for UTF8
35847 From: Inaba Hiroto <inaba@st.rim.or.jp>
35848 Date: Tue, 09 Jan 2001 01:04:32 +0900
35849 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
35851 UTF-8 fixes for 'x' and tr///.
35853 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
35854 ! regcomp.c regexec.c toke.c utf8.c
35855 ____________________________________________________________________________
35856 [ 8377] By: jhi on 2001/01/09 14:32:17
35857 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
35860 ____________________________________________________________________________
35861 [ 8376] By: jhi on 2001/01/09 04:32:32
35862 Log: integrate changes #7775, #8316, #8316 from mainline
35863 Branch: maint-5.6/perl
35864 ! hints/solaris_2.sh
35865 ____________________________________________________________________________
35866 [ 8375] By: jhi on 2001/01/09 04:26:43
35867 Log: Update Changes.
35869 ! Changes patchlevel.h
35870 ____________________________________________________________________________
35871 [ 8374] By: jhi on 2001/01/09 04:14:32
35872 Log: IDE/editor section tweaking.
35875 ____________________________________________________________________________
35876 [ 8373] By: jhi on 2001/01/09 02:38:26
35877 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
35878 From: Peter Prymmer <pvhp@forte.com>
35879 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
35880 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
35882 In preparation os OS/390 dynamic loading.
35884 ! README.os390 hints/os390.sh
35885 ____________________________________________________________________________
35886 [ 8372] By: jhi on 2001/01/09 00:24:30
35887 Log: Integrate with perlio.
35889 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35890 ____________________________________________________________________________
35891 [ 8371] By: nick on 2001/01/08 23:54:33
35892 Log: Fix "scalars leaked" bugs caused by overload magic
35893 (Highlighted by Ilya's DESTROY optimization.)
35895 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
35896 ____________________________________________________________________________
35897 [ 8370] By: nick on 2001/01/08 20:19:41
35898 Log: Integrate mainline
35900 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
35901 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
35903 ____________________________________________________________________________
35904 [ 8369] By: jhi on 2001/01/08 17:30:52
35905 Log: save_delete() Safefree() doesn't (anymore?) work with shared
35906 strings, one test failure in op/misc and almost all of lib/b.
35907 (Outcomments #8369.)
35910 ____________________________________________________________________________
35911 [ 8368] By: jhi on 2001/01/08 14:47:10
35912 Log: (Outcommented by #8369.)
35914 Subject: Re: Perl BugID 20001205.022 ---- save_delete
35915 From: Simon Cozens <simon@cozens.net>
35916 Date: Sat, 6 Jan 2001 11:48:40 +0000
35917 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
35919 The save_delete() does need the Safefree.
35922 ____________________________________________________________________________
35923 [ 8367] By: bailey on 2001/01/08 08:53:52
35924 Log: Once again syncing after too long an absence
35926 +> (branch 55 files)
35927 - MAINTAIN fix_pl vos/config.def vos/config.h
35928 - vos/config_h.SH_orig
35929 !> (integrate 498 files)
35930 ____________________________________________________________________________
35931 [ 8366] By: jhi on 2001/01/08 02:42:59
35932 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
35933 From: nick@ccl4.org
35934 Date: Sun, 7 Jan 2001 21:07:18 +0000
35935 Message-Id: <20010107210717.D1048@plum.flirble.org>
35937 ! sv.c t/op/64bitint.t
35938 ____________________________________________________________________________
35939 [ 8365] By: jhi on 2001/01/08 02:35:16
35940 Log: Subject: [PATCH] environ nit
35941 From: Simon Cozens <simon@cozens.net>
35942 Date: Sun, 7 Jan 2001 17:57:07 +0000
35943 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
35945 Use environ only if we have it.
35948 ____________________________________________________________________________
35949 [ 8364] By: jhi on 2001/01/08 02:24:51
35950 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
35952 ! ext/GDBM_File/GDBM_File.xs
35953 ____________________________________________________________________________
35954 [ 8363] By: jhi on 2001/01/08 02:19:24
35955 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35956 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
35957 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
35958 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
35961 ____________________________________________________________________________
35962 [ 8362] By: jhi on 2001/01/08 02:17:43
35963 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
35964 From: Doug MacEachern <dougm@covalent.net>
35965 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
35966 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
35968 Allow AUTOLOAD to be an xsub and allow such xsubs
35969 to avoid use of $AUTOLOAD.
35972 ____________________________________________________________________________
35973 [ 8361] By: jhi on 2001/01/08 02:16:07
35974 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
35975 From: Radu Greab <radu@netsoft.ro>
35976 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
35977 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
35979 No need for the potentially unportable $SIG{CHLD}.
35982 ____________________________________________________________________________
35983 [ 8360] By: jhi on 2001/01/08 01:58:23
35984 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
35986 ! lib/Getopt/Long.pm
35987 ____________________________________________________________________________
35988 [ 8359] By: jhi on 2001/01/08 01:55:44
35989 Log: Integrate perlio.
35991 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
35992 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
35993 !> utf8.c win32/Makefile
35994 ____________________________________________________________________________
35995 [ 8358] By: jhi on 2001/01/07 21:16:50
35996 Log: Update the EPOC cross SDK URL.
35999 ____________________________________________________________________________
36000 [ 8357] By: jhi on 2001/01/07 21:16:09
36001 Log: Update the EPOC cross SDK URL.
36002 Branch: maint-5.6/perl
36004 ____________________________________________________________________________
36005 [ 8356] By: nick on 2001/01/06 21:47:52
36006 Log: FILE * in XS code for PerlIO world:
36007 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
36008 - Add FILE * T_STDIO typemap.
36009 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
36011 ! lib/ExtUtils/typemap perlio.c perlio.h
36012 ____________________________________________________________________________
36013 [ 8355] By: jhi on 2001/01/06 20:27:15
36014 Log: integrate change #8336 from mainline
36016 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
36017 Branch: maint-5.6/perl
36019 ____________________________________________________________________________
36020 [ 8354] By: jhi on 2001/01/06 20:24:29
36021 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36022 From: Robin Barker <rmb1@cise.npl.co.uk>
36023 Date: Fri, 22 Dec 2000 12:17:38 GMT
36024 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
36026 The patch reformats some long =item lines so they give
36027 correct output via pod2man | nroff -man
36029 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36030 From: Robin Barker <rmb1@cise.npl.co.uk>
36031 Date: Tue, 2 Jan 2001 15:35:03 GMT
36032 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
36034 Here is a _further_ patch which corrects a few more errors:
36035 * an empty C<=item> in CPAN.pm
36036 * patching the wrong file (pod/perlamiga.pod not README.amiga)
36037 * leaving empty C<=item>s which formatted incorrectly
36038 * over long C<=item>s revealed by latest patch to Pod::Man
36039 Branch: maint-5.6/perl
36040 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
36041 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
36042 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
36043 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
36044 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
36045 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
36046 ____________________________________________________________________________
36047 [ 8353] By: jhi on 2001/01/06 20:21:10
36048 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
36051 Branch: maint-5.6/perl
36052 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
36053 ____________________________________________________________________________
36054 [ 8352] By: jhi on 2001/01/06 20:18:44
36055 Log: Forgotten from #8438.
36056 Branch: maint-5.6/perl
36058 ____________________________________________________________________________
36059 [ 8351] By: jhi on 2001/01/06 20:18:12
36060 Log: Forgotten from #8347.
36061 Branch: maint-5.6/perl
36063 ____________________________________________________________________________
36064 [ 8350] By: jhi on 2001/01/06 20:00:19
36065 Log: Thinko in #8347.
36066 Branch: maint-5.6/perl
36068 ____________________________________________________________________________
36069 [ 8349] By: jhi on 2001/01/06 18:05:30
36070 Log: Copy the FAQ3 IDE section from the development branch,
36071 changes originally by Peter Prymmer.
36072 Branch: maint-5.6/perl
36074 ____________________________________________________________________________
36075 [ 8348] By: jhi on 2001/01/06 18:03:02
36076 Log: EPOC updates for TRIAL1.
36078 Subject: [5.6.1 trial1] EPOC update
36079 From: Olaf Flebbe <O.Flebbe@science-computing.de>
36080 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
36081 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
36083 Subject: epoc patch2 for perl-5.6.1-trial1
36084 From: Olaf Flebbe <O.Flebbe@science-computing.de>
36085 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
36086 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
36087 Branch: maint-5.6/perl
36088 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
36090 ____________________________________________________________________________
36091 [ 8347] By: jhi on 2001/01/06 17:29:10
36092 Log: integrate changes #7710,7824,7973 from mainline,
36093 plus VMS nits from Peter Prymmer and Dan Sugalski.
36095 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
36096 library (getprotobyname and getprotobynumber are outversioned by
36097 the same calls in libc, at least for xlc version 3.
36099 Add HAS_SBRK_PROTO.
36101 Fixes for signedness warnings noticed by VMSperlers.
36102 Branch: maint-5.6/perl
36103 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36104 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
36105 ! sv.c vms/descrip_mms.template vos/config.alpha.def
36106 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36107 ! win32/config.bc win32/config.gc win32/config.vc
36108 ____________________________________________________________________________
36109 [ 8346] By: nick on 2001/01/06 14:36:01
36110 Log: Fixup accumulated integrate muddles (perlio == devperl again)
36112 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
36113 ____________________________________________________________________________
36114 [ 8345] By: nick on 2001/01/06 14:24:58
36115 Log: Integrate mainline
36117 !> (integrate 55 files)
36118 ____________________________________________________________________________
36119 [ 8344] By: jhi on 2001/01/06 02:24:02
36120 Log: Subject: [patch] PerlIO_cleanup() prototype
36121 From: Doug MacEachern <dougm@covalent.net>
36122 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
36123 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
36126 ____________________________________________________________________________
36127 [ 8343] By: jhi on 2001/01/06 01:04:09
36128 Log: IRIX compiler noticed that the bof initialization might be
36129 bypassed by control flow.
36132 ____________________________________________________________________________
36133 [ 8342] By: jhi on 2001/01/06 00:10:48
36134 Log: Update Changes.
36136 ! Changes patchlevel.h
36137 ____________________________________________________________________________
36138 [ 8341] By: jhi on 2001/01/05 23:52:33
36139 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
36142 ____________________________________________________________________________
36143 [ 8340] By: jhi on 2001/01/05 22:44:08
36144 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
36145 From: Radu Greab <radu@netsoft.ro>
36146 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
36147 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
36149 ! t/io/pipe.t util.c
36150 ____________________________________________________________________________
36151 [ 8339] By: jhi on 2001/01/05 22:35:17
36152 Log: Subject: [PATCH] format and rewording in perlfaq.pod
36153 From: Robin Barker <rmb1@cise.npl.co.uk>
36154 Date: Fri, 5 Jan 2001 18:51:20 GMT
36155 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
36158 ____________________________________________________________________________
36159 [ 8338] By: jhi on 2001/01/05 22:31:17
36160 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
36161 From: Peter Prymmer <pvhp@forte.com>
36162 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
36163 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
36166 ____________________________________________________________________________
36167 [ 8337] By: jhi on 2001/01/05 18:15:11
36168 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
36169 From: Robin Barker <rmb1@cise.npl.co.uk>
36170 Date: Tue, 2 Jan 2001 15:24:07 GMT
36171 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
36173 If you call configure as C<./Configure> or C<sh ./Configure>,
36174 $src is set to the absolute path name, not '.'.
36176 This, in turn, means -Dmksymlink tries to do its stuff because
36177 it does not think it is in the src directory.
36179 (plus a metaconfig nitfix)
36181 ! U/compline/ccflags.U U/modified/src.U
36183 ! Configure config_h.SH
36184 ____________________________________________________________________________
36185 [ 8336] By: jhi on 2001/01/05 17:48:32
36186 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
36187 From: Alan Burlison <Alan.Burlison@uk.sun.com>
36188 Message-ID: <3A5606C4.473D2226@uk.sun.com>
36189 Date: Fri, 05 Jan 2001 17:39:16 +0000
36192 ____________________________________________________________________________
36193 [ 8335] By: jhi on 2001/01/05 16:05:44
36194 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
36196 ! lib/Getopt/Long.pm
36197 ____________________________________________________________________________
36198 [ 8334] By: jhi on 2001/01/05 16:00:51
36199 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
36200 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36201 Date: Fri, 05 Jan 2001 13:46:51 +0100
36202 Message-ID: <13693.978698811@nice.ram.loc>
36204 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
36205 accurate reading of the "atime".
36208 ____________________________________________________________________________
36209 [ 8333] By: jhi on 2001/01/05 15:57:37
36210 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
36211 From: Simon Cozens <simon@cozens.net>
36212 Date: Fri, 8 Dec 2000 13:33:31 +0000
36213 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
36215 A lost patch fragment.
36218 ____________________________________________________________________________
36219 [ 8332] By: jhi on 2001/01/05 15:40:42
36220 Log: Do away with strncpy() and a fixed length buffer.
36223 ____________________________________________________________________________
36224 [ 8331] By: jhi on 2001/01/05 15:03:07
36225 Log: Tests for #8329 and #8330.
36228 ____________________________________________________________________________
36229 [ 8330] By: jhi on 2001/01/05 15:02:38
36230 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
36231 raw 8-bit form to the UTF-8 string.
36234 ____________________________________________________________________________
36235 [ 8329] By: jhi on 2001/01/05 14:55:13
36236 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
36237 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36238 Date: Fri, 5 Jan 2001 12:28:52 +0100
36239 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
36241 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
36242 no effect. (changed the strncpy() to Copy())
36245 ____________________________________________________________________________
36246 [ 8328] By: jhi on 2001/01/05 06:44:27
36247 Log: UTF-8 cleanup.
36249 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36250 ! regexec.c sv.c toke.c
36251 ____________________________________________________________________________
36252 [ 8327] By: jhi on 2001/01/05 01:11:29
36253 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')
36254 From: Radu Greab <radu@netsoft.ro>
36255 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
36256 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
36258 Cleans up Harness to not use FileHandle, which uses IO.
36260 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36261 ____________________________________________________________________________
36262 [ 8326] By: jhi on 2001/01/05 00:56:37
36263 Log: Update Changes.
36265 ! Changes patchlevel.h
36266 ____________________________________________________________________________
36267 [ 8325] By: jhi on 2001/01/05 00:53:18
36268 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
36269 From: Peter Prymmer <pvhp@forte.com>
36270 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
36271 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
36273 plus a couple more tailing whitespace removals.
36276 ____________________________________________________________________________
36277 [ 8324] By: jhi on 2001/01/05 00:47:39
36278 Log: Add some Unicode chop() tests.
36281 ____________________________________________________________________________
36282 [ 8323] By: jhi on 2001/01/05 00:47:23
36283 Log: Unify UTF-8 malformedness handling.
36285 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
36286 ____________________________________________________________________________
36287 [ 8322] By: jhi on 2001/01/04 22:21:54
36288 Log: The new $issymlink was unknown to Mksymlinks.
36289 Branch: metaconfig/U/perl
36290 ! Mksymlinks.U issymlink.U
36292 ! Configure config_h.SH
36293 ____________________________________________________________________________
36294 [ 8321] By: jhi on 2001/01/04 21:51:05
36295 Log: The test didn't work under the core test framework.
36298 ____________________________________________________________________________
36299 [ 8320] By: jhi on 2001/01/04 21:14:22
36300 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
36302 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
36303 ____________________________________________________________________________
36304 [ 8319] By: jhi on 2001/01/04 20:46:17
36305 Log: Typo in #8312 when manually appying a problematic patch fragment.
36307 ! ext/Storable/Storable.xs
36308 ____________________________________________________________________________
36309 [ 8318] By: jhi on 2001/01/04 20:43:01
36310 Log: The $sh_c didn't fly.
36312 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
36313 ! U/modified/Loc.U U/modified/myhostname.U
36314 ! U/modified/spitshell.U
36315 Branch: metaconfig/U/perl
36318 ! Configure config_h.SH
36319 ____________________________________________________________________________
36320 [ 8317] By: jhi on 2001/01/04 19:58:01
36321 Log: AIX builtin test -h is broken, changes based on
36323 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
36324 Date: Tue, 02 Jan 2001 11:24:39 +0100
36325 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36326 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
36328 + U/modified/spitshell.U
36329 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
36330 ! U/modified/Loc.U U/modified/myhostname.U
36331 Branch: metaconfig/U/perl
36332 ! Mksymlinks.U issymlink.U
36335 ____________________________________________________________________________
36336 [ 8316] By: jhi on 2001/01/04 19:02:22
36337 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
36338 From: Andy Dougherty <doughera@lafayette.edu>
36339 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
36340 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
36344 ! hints/solaris_2.sh
36345 ____________________________________________________________________________
36346 [ 8315] By: jhi on 2001/01/04 18:56:48
36347 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
36348 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
36349 Date: Wed, 3 Jan 2001 07:58:51 +0100
36350 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
36352 ! hints/solaris_2.sh
36353 ____________________________________________________________________________
36354 [ 8314] By: jhi on 2001/01/04 18:54:07
36355 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
36356 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36357 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
36358 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
36360 Doc tweak on #8313.
36362 ! ext/B/B/Deparse.pm
36363 ____________________________________________________________________________
36364 [ 8313] By: jhi on 2001/01/04 18:52:27
36365 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
36366 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
36367 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36368 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
36370 Make the peephole optimizer to bypass more null ops and
36371 and rewrite the deparse handling of continue blocks.
36373 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
36374 ____________________________________________________________________________
36375 [ 8312] By: jhi on 2001/01/04 18:47:39
36376 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
36378 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
36379 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36381 ____________________________________________________________________________
36382 [ 8311] By: jhi on 2001/01/04 18:36:08
36383 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
36384 filter to be run on each .pm during the pm_to_blib() phase,
36387 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
36388 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36389 Date: Wed, 03 Jan 2001 22:01:30 +0100
36390 Message-ID: <5296.978555690@nice.ram.loc>
36392 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
36393 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
36394 ! lib/ExtUtils/MakeMaker.pm
36395 ____________________________________________________________________________
36396 [ 8310] By: jhi on 2001/01/04 18:32:54
36397 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
36398 From: Robin Barker <rmb1@cise.npl.co.uk>
36399 Date: Tue, 2 Jan 2001 15:35:03 GMT
36400 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
36402 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
36403 ! pod/perlrequick.pod
36404 ____________________________________________________________________________
36405 [ 8309] By: jhi on 2001/01/04 18:29:07
36406 Log: Subject: Re: [patch] static-ize XS()
36407 From: Doug MacEachern <dougm@covalent.net>
36408 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
36409 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
36411 Provide prototypes for the XS functions.
36413 ! lib/ExtUtils/xsubpp
36414 ____________________________________________________________________________
36415 [ 8308] By: jhi on 2001/01/04 18:27:44
36416 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
36417 From: Doug MacEachern <dougm@covalent.net>
36418 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
36419 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
36421 ! lib/ExtUtils/typemap
36422 ____________________________________________________________________________
36423 [ 8307] By: jhi on 2001/01/04 18:25:25
36424 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
36425 From: Doug MacEachern <dougm@covalent.net>
36426 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
36427 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
36429 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
36431 ! lib/ExtUtils/MM_Unix.pm
36432 ____________________________________________________________________________
36433 [ 8306] By: jhi on 2001/01/04 18:23:00
36434 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
36435 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36436 Date: Thu, 4 Jan 2001 12:47:10 +0100
36437 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
36439 The toke.c part only, patching embed.h and proto.h is futile.
36442 ____________________________________________________________________________
36443 [ 8305] By: jhi on 2001/01/04 18:05:51
36444 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
36445 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36446 Date: Thu, 4 Jan 2001 17:50:12 +0100
36447 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
36450 ____________________________________________________________________________
36451 [ 8304] By: jhi on 2001/01/04 18:03:26
36452 Log: Subject: [PATCH perl@8269]
36453 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36454 Date: Thu, 4 Jan 2001 12:53:39 +0100
36455 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
36457 If running byacc write-enable also perly.h.
36460 ____________________________________________________________________________
36461 [ 8303] By: jhi on 2001/01/04 15:40:49
36462 Log: Rewrite pp_concat() in terms of sv_catsv().
36465 ____________________________________________________________________________
36466 [ 8302] By: nick on 2001/01/03 22:43:22
36467 Log: Integrate mainline.
36469 !> ext/Encode/Encode.xs sv.c utf8.c
36470 ____________________________________________________________________________
36471 [ 8301] By: jhi on 2001/01/02 23:40:26
36472 Log: Variable naming tweak.
36475 ____________________________________________________________________________
36476 [ 8300] By: jhi on 2001/01/02 23:40:02
36477 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
36478 in is_utf8_string().
36481 ____________________________________________________________________________
36482 [ 8299] By: jhi on 2001/01/02 22:14:40
36483 Log: Integrate perlio.
36485 !> pp.c pp_hot.c win32/Makefile
36486 ____________________________________________________________________________
36487 [ 8298] By: nick on 2001/01/02 22:03:06
36488 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
36491 ____________________________________________________________________________
36492 [ 8297] By: jhi on 2001/01/02 04:26:28
36493 Log: Signedness nit.
36495 ! ext/Encode/Encode.xs
36496 ____________________________________________________________________________
36497 [ 8296] By: nick on 2001/01/01 23:49:36
36498 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
36501 ____________________________________________________________________________
36502 [ 8295] By: jhi on 2001/01/01 23:05:48
36503 Log: Integrate perlio.
36505 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
36507 ____________________________________________________________________________
36508 [ 8294] By: nick on 2001/01/01 22:48:34
36509 Log: Integrate mainline
36511 ! pp_hot.c t/lib/encode.t
36512 !> (integrate 65 files)
36513 ____________________________________________________________________________
36514 [ 8293] By: nick on 2001/01/01 21:58:50
36515 Log: More rigor in UTF-8-ness of Encode's toUnicode
36516 XS export some of the utf8 internal functions.
36517 Test some of the functions.
36518 Fix pp_concat() bug shown by said tests.
36520 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
36522 ____________________________________________________________________________
36523 [ 8292] By: jhi on 2001/01/01 18:11:44
36524 Log: Integrate perlio.
36526 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36527 !> ext/Encode/encengine.c ext/Encode/encode.h
36528 ____________________________________________________________________________
36529 [ 8291] By: jhi on 2001/01/01 18:10:58
36530 Log: Podify README.mpeix (a new version from the web),
36531 add a dummy NAME to Carp::Heavy, regen toc.
36533 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
36535 ____________________________________________________________________________
36536 [ 8290] By: nick on 2001/01/01 17:43:47
36537 Log: Loose the "Loading..." warning.
36538 Another bug in fallback support
36540 ! ext/Encode/Encode.pm ext/Encode/encengine.c
36541 ____________________________________________________________________________
36542 [ 8289] By: jhi on 2001/01/01 00:01:57
36543 Log: Bump up Larry's copyright.
36545 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
36546 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
36547 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
36548 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
36549 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
36550 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
36551 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
36552 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
36553 ____________________________________________________________________________
36554 [ 8288] By: nick on 2000/12/31 21:27:53
36555 Log: Fix .ucm reading - forgot a chr()
36556 Start of .ucm write (for .enc to .ucm)
36558 ! ext/Encode/compile
36559 ____________________________________________________________________________
36560 [ 8287] By: jhi on 2000/12/31 18:15:56
36561 Log: Comment away a diagnostic message as noted by Craig A. Berry
36562 (the unexpected message was confusing testing)
36564 ! ext/Encode/Encode.pm
36565 ____________________________________________________________________________
36566 [ 8286] By: jhi on 2000/12/31 18:14:51
36567 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
36568 Date: Sun, 31 Dec 2000 11:17:37 -0600
36569 From: "Craig A. Berry" <craigberry@mac.com>
36570 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
36572 ! ext/Encode/Makefile.PL
36573 ____________________________________________________________________________
36574 [ 8285] By: nick on 2000/12/31 18:11:54
36575 Log: Start of support of ICU-style .ucm files:
36576 - teach compile how to read a .ucm file
36577 - first guess at how to represent fallbacks in "tries".
36578 - use fallbacks if check == 0
36579 - new return code to indicate we used one.
36581 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
36582 ! ext/Encode/encengine.c ext/Encode/encode.h
36583 ____________________________________________________________________________
36584 [ 8284] By: jhi on 2000/12/31 18:04:41
36585 Log: Pacify picky VMS compiler.
36587 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
36588 From: "Craig A. Berry" <craig.berry@psinetcs.com>
36589 Date: Sat, 30 Dec 2000 18:10:02 -0600
36590 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
36593 ____________________________________________________________________________
36594 [ 8283] By: jhi on 2000/12/31 16:11:47
36595 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
36597 ! t/lib/glob-basic.t
36598 ____________________________________________________________________________
36599 [ 8282] By: jhi on 2000/12/31 15:26:11
36600 Log: Integrate perlio.
36602 !> makedef.pl opcode.pl os2/os2.c perlio.c
36603 ____________________________________________________________________________
36604 [ 8281] By: nick on 2000/12/31 10:06:15
36605 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
36606 is available to be exported
36608 ! makedef.pl perlio.c
36609 ____________________________________________________________________________
36610 [ 8280] By: nick on 2000/12/31 09:41:26
36611 Log: Ilya's OS2 patch (testing for damage on Win32)
36613 ! makedef.pl opcode.pl os2/os2.c
36614 ____________________________________________________________________________
36615 [ 8279] By: jhi on 2000/12/30 21:52:07
36618 ! t/lib/syslfs.t t/op/lfs.t
36619 ____________________________________________________________________________
36620 [ 8278] By: jhi on 2000/12/30 21:47:49
36621 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
36622 From: andreas.koenig@anima.de (Andreas J. Koenig)
36623 Date: 30 Dec 2000 22:35:37 +0100
36624 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
36626 The 32-bit wraparound test wasn't quite right.
36628 ! t/lib/syslfs.t t/op/lfs.t
36629 ____________________________________________________________________________
36630 [ 8277] By: jhi on 2000/12/30 21:33:44
36631 Log: Subject: [PATCH] open() example in perlfunc.pod
36632 From: Karsten Sperling <s_sperli@ira.uka.de>
36633 Date: Sat, 30 Dec 2000 22:27:09 +0100
36634 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
36637 ____________________________________________________________________________
36638 [ 8276] By: jhi on 2000/12/30 20:32:40
36639 Log: Not quite that many tests yet.
36642 ____________________________________________________________________________
36643 [ 8275] By: jhi on 2000/12/30 20:26:58
36644 Log: Integrate perlio.
36647 ____________________________________________________________________________
36648 [ 8274] By: jhi on 2000/12/30 20:24:56
36649 Log: Signedness nit.
36652 ____________________________________________________________________________
36653 [ 8273] By: jhi on 2000/12/30 20:15:46
36654 Log: Add a test case for 20000731.001 which was fixed by the #8267.
36657 ____________________________________________________________________________
36658 [ 8272] By: nick on 2000/12/30 19:47:51
36659 Log: Tweak for MULTIPLICITY/USE_PERLIO
36662 ____________________________________________________________________________
36663 [ 8271] By: nick on 2000/12/30 19:46:45
36664 Log: Integrate mainline
36666 +> lib/unicode/distinct.pm
36667 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
36668 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
36669 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
36670 ____________________________________________________________________________
36671 [ 8270] By: jhi on 2000/12/30 19:39:50
36672 Log: Subject: RE: perl@8269
36673 From: "Richard Soderberg" <rs@crystalflame.net>
36674 Date: Sat, 30 Dec 2000 11:36:27 -0800
36675 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
36680 ____________________________________________________________________________
36681 [ 8269] By: jhi on 2000/12/30 18:55:48
36682 Log: Update Changes.
36684 ! Changes patchlevel.h
36685 ____________________________________________________________________________
36686 [ 8268] By: jhi on 2000/12/30 17:18:40
36687 Log: Add a test for Unicode split //. The #8267 was the cure.
36690 ____________________________________________________________________________
36691 [ 8267] By: jhi on 2000/12/30 17:14:19
36692 Log: Subject: more UTF8 test suites and an UTF8 patch
36693 From: Inaba Hiroto <inaba@st.rim.or.jp>
36694 Date: Sat, 30 Dec 2000 14:27:10 +0900
36695 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
36697 Just the patch part for now, and the pragma renamed
36698 as unicode::distinct.
36700 + lib/unicode/distinct.pm
36701 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
36702 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
36703 ! regcomp.h regexec.c sv.c toke.c utf8.c
36704 ____________________________________________________________________________
36705 [ 8266] By: nick on 2000/12/30 16:40:49
36706 Log: Integrate mainline
36708 +> lib/Pod/Text/Overstrike.pm
36709 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
36710 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
36711 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
36712 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
36713 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
36714 ____________________________________________________________________________
36715 [ 8265] By: jhi on 2000/12/30 07:28:55
36716 Log: The sv_catsv() fix, take two.
36719 ____________________________________________________________________________
36720 [ 8264] By: jhi on 2000/12/30 06:19:18
36721 Log: Undo all the join-related changes since #8248: relevant
36722 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
36723 The new sv_catsv() doesn't fly so it must go back to
36726 ! sv.c t/op/join.t t/pragma/utf8.t
36727 ____________________________________________________________________________
36728 [ 8263] By: jhi on 2000/12/30 01:08:32
36729 Log: (Retracted by #8264) Tweak sv_catsv() some more.
36732 ____________________________________________________________________________
36733 [ 8262] By: jhi on 2000/12/30 00:45:14
36734 Log: Retract #8261.
36737 ____________________________________________________________________________
36738 [ 8261] By: jhi on 2000/12/30 00:38:32
36739 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
36742 ____________________________________________________________________________
36743 [ 8260] By: jhi on 2000/12/29 22:51:33
36744 Log: (Retracted by #8264) More fixing for #8251.
36747 ____________________________________________________________________________
36748 [ 8259] By: jhi on 2000/12/29 18:27:30
36749 Log: Subject: podlators 1.06 released
36750 From: Russ Allbery <rra@stanford.edu>
36751 Date: 25 Dec 2000 05:09:30 -0800
36752 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
36754 + lib/Pod/Text/Overstrike.pm
36755 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
36756 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
36757 ____________________________________________________________________________
36758 [ 8258] By: jhi on 2000/12/29 18:20:45
36759 Log: Make the large file tests more robust/talkative as suggested by
36761 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
36762 From: andreas.koenig@anima.de (Andreas J. Koenig)
36763 Date: 29 Dec 2000 14:23:01 +0100
36764 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
36766 ! t/lib/syslfs.t t/op/lfs.t
36767 ____________________________________________________________________________
36768 [ 8257] By: jhi on 2000/12/29 17:48:04
36769 Log: Further VMS piping fixes from Charles Lane:
36771 In summary, error messages produced when a subprocess terminated
36772 abnormally were being sent not just to the parent process, but to
36773 grandparents, because of default values for error output that were
36774 not completely overridden when the subprocess was started.
36776 This patch fixes this behavior by defining user-mode (i.e., temporary
36777 for the duration of the program) logical names for SYS$OUTPUT and
36778 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
36779 changes to make it so that the user-mode logicals are the ones that
36780 control where Perl's error messages go if it terminates abnormally.
36782 I also added some gratuitous fixes to the indentation of braces in
36783 the piping code. It just looked ugly, before.
36785 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
36786 ____________________________________________________________________________
36787 [ 8256] By: jhi on 2000/12/29 17:45:12
36788 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
36789 From: "Casey R. Tweten" <crt@kiski.net>
36790 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
36791 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
36793 Tests for for #8240.
36795 ! t/pragma/constant.t
36796 ____________________________________________________________________________
36797 [ 8255] By: jhi on 2000/12/29 17:43:07
36798 Log: Subject: Re: [PATCH] Interesting syntax idea
36799 From: Simon Cozens <simon@cozens.net>
36800 Date: Fri, 29 Dec 2000 14:34:04 +0000
36801 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
36805 ! t/pragma/sub_lval.t
36806 ____________________________________________________________________________
36807 [ 8254] By: jhi on 2000/12/29 17:42:11
36808 Log: Subject: [PATCH] Interesting syntax idea
36809 From: Simon Cozens <simon@cozens.net>
36810 Date: Wed, 27 Dec 2000 05:08:57 +0000
36811 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
36813 Make opens + bareword assigns do typeglob assigns.
36816 ____________________________________________________________________________
36817 [ 8253] By: jhi on 2000/12/29 17:36:45
36818 Log: Output the (apparent) version of gcc, as suggested by
36820 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
36821 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
36822 Date: 26 Dec 2000 04:29:17 -0500
36823 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
36825 (The patch as such didn't any more apply as the misparsing had
36826 already been addressed in #6474.) Also change the wording about
36827 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
36830 ____________________________________________________________________________
36831 [ 8252] By: nick on 2000/12/29 12:14:31
36832 Log: Integrate mainline
36834 !> (integrate 27 files)
36835 ____________________________________________________________________________
36836 [ 8251] By: jhi on 2000/12/29 08:45:46
36837 Log: (Retracted by #8264)
36841 sv_catsv() needs one more byte space than seems reasonable.
36842 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
36843 Curiouser and curiouser.
36846 ____________________________________________________________________________
36847 [ 8250] By: jhi on 2000/12/29 07:57:52
36848 Log: More split // UTF-8 tests.
36851 ____________________________________________________________________________
36852 [ 8249] By: jhi on 2000/12/29 07:54:51
36853 Log: (Retracted by #8264) More join() testing which was good because
36854 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
36856 ! pp.c t/op/join.t utf8.c utf8.h
36857 ____________________________________________________________________________
36858 [ 8248] By: jhi on 2000/12/29 07:08:32
36859 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
36860 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
36861 that the only cases to care about are byte+byte and byte+character.
36863 TODO: See how well pp_concat() could be implemented in terms
36866 ! doop.c sv.c t/op/join.t utf8.h
36867 ____________________________________________________________________________
36868 [ 8247] By: jhi on 2000/12/29 06:35:23
36869 Log: Signedness nit.
36872 ____________________________________________________________________________
36873 [ 8246] By: jhi on 2000/12/29 01:23:31
36874 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
36875 From: Lupe Christoph <lupe@lupe-christoph.de>
36876 Date: Thu, 28 Dec 2000 23:00:00 +0100
36877 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
36879 Suggest rsync --delete --dry-run.
36882 ____________________________________________________________________________
36883 [ 8245] By: jhi on 2000/12/28 23:57:05
36884 Log: The maxiters upper limit sanity check (guarding against
36885 non-progress) assumed bytes instead of characters in s///
36889 ____________________________________________________________________________
36890 [ 8244] By: jhi on 2000/12/28 23:34:08
36891 Log: Make some panic messages a bit more logical.
36893 ! doop.c pod/perldiag.pod pp.c pp_hot.c
36894 ____________________________________________________________________________
36895 [ 8243] By: jhi on 2000/12/28 22:59:16
36896 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
36897 From: Simon Cozens <simon@cozens.net>
36898 Date: Wed, 27 Dec 2000 02:30:03 +0000
36899 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
36901 ! pp.c t/pragma/sub_lval.t
36902 ____________________________________________________________________________
36903 [ 8242] By: jhi on 2000/12/28 22:56:53
36904 Log: Subject: [PATCH blead] Fix B::Terse indentation
36905 From: Daniel Chetlin <daniel@chetlin.com>
36906 Date: Wed, 27 Dec 2000 06:43:30 -0800
36907 Message-ID: <20001227064329.B9573@darkstar>
36909 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
36910 ____________________________________________________________________________
36911 [ 8241] By: jhi on 2000/12/28 22:48:59
36912 Log: The latter patch from the
36914 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
36915 From: Peter Prymmer <pvhp@forte.com>
36916 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
36917 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
36919 (the former patch from the above should have been
36920 taken care of by Nick I-S)
36923 ____________________________________________________________________________
36924 [ 8240] By: jhi on 2000/12/28 22:45:22
36925 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
36926 From: "Casey R. Tweten" <crt@kiski.net>
36927 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
36928 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
36931 ____________________________________________________________________________
36932 [ 8239] By: jhi on 2000/12/28 22:37:45
36933 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
36934 From: Simon Cozens <simon@cozens.net>
36935 Date: Wed, 27 Dec 2000 14:12:44 +0000
36936 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
36938 ! t/op/method.t t/op/sort.t toke.c
36939 ____________________________________________________________________________
36940 [ 8238] By: jhi on 2000/12/28 22:30:32
36941 Log: Subject: [PATCH perl@8229] Call.pm
36942 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36943 Date: Mon, 25 Dec 2000 10:47:15 -0000
36944 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
36946 ! ext/Filter/Util/Call/Call.pm
36947 ____________________________________________________________________________
36948 [ 8237] By: jhi on 2000/12/28 22:19:21
36949 Log: Subject: [PATCH blead] Fix problem with `&' prototype
36950 From: Daniel Chetlin <daniel@chetlin.com>
36951 Date: Wed, 27 Dec 2000 15:55:32 -0800
36952 Message-ID: <20001227155532.D9573@darkstar>
36954 ! op.c t/comp/proto.t
36955 ____________________________________________________________________________
36956 [ 8236] By: jhi on 2000/12/28 22:09:25
36957 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
36958 From: Daniel Chetlin <daniel@chetlin.com>
36959 Date: Sun, 24 Dec 2000 04:09:49 -0800
36960 Message-ID: <20001224040949.B3090@darkstar>
36962 ! gv.c mg.c t/op/attrs.t
36963 ____________________________________________________________________________
36964 [ 8235] By: jhi on 2000/12/28 22:07:11
36965 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
36966 From: Jan Dubois <jand@ActiveState.com>
36967 Date: Tue, 26 Dec 2000 20:57:31 -0800
36968 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
36971 ____________________________________________________________________________
36972 [ 8234] By: jhi on 2000/12/28 21:52:42
36973 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
36974 From: Simon Cozens <simon@cozens.net>
36975 Date: Thu, 28 Dec 2000 20:33:13 +0000
36976 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
36978 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
36979 ____________________________________________________________________________
36980 [ 8233] By: jhi on 2000/12/28 19:40:49
36981 Log: Integrate perlio.
36983 !> ext/Encode/Makefile.PL ext/Encode/compile
36984 ____________________________________________________________________________
36985 [ 8232] By: nick on 2000/12/23 16:06:00
36986 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
36987 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
36989 ! ext/Encode/Makefile.PL
36990 ____________________________________________________________________________
36991 [ 8231] By: nick on 2000/12/23 14:30:34
36992 Log: "Compiled" encode build cleanup
36993 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
36994 - .c files do not export sub-tables
36996 ! ext/Encode/Makefile.PL ext/Encode/compile
36997 ____________________________________________________________________________
36998 [ 8230] By: nick on 2000/12/23 12:50:37
36999 Log: Integrate mainline
37001 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37002 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37003 !> pod/perl5004delta.pod pod/perl5005delta.pod
37004 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
37005 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
37006 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
37008 ____________________________________________________________________________
37009 [ 8229] By: jhi on 2000/12/22 15:32:12
37010 Log: Integrate perlio.
37012 +> win32/distclean.bat
37013 !> MANIFEST t/io/utf8.t
37014 ____________________________________________________________________________
37015 [ 8228] By: jhi on 2000/12/22 15:29:40
37016 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
37017 From: Robin Barker <rmb1@cise.npl.co.uk>
37018 Date: Fri, 22 Dec 2000 12:17:38 GMT
37019 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37021 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37022 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37023 ! pod/perl5004delta.pod pod/perl5005delta.pod
37024 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
37025 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
37026 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
37028 ____________________________________________________________________________
37029 [ 8227] By: jhi on 2000/12/22 15:24:28
37030 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37031 From: "John L. Allen" <allen@grumman.com>
37032 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
37033 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
37035 Document APPLLIB_EXP.
37038 ____________________________________________________________________________
37039 [ 8226] By: nick on 2000/12/21 22:11:50
37040 Log: Handy script for when one forgets to "dmake clean"
37042 + win32/distclean.bat
37044 ____________________________________________________________________________
37045 [ 8225] By: nick on 2000/12/21 21:54:04
37046 Log: CRLF platform issue with io/utf8 fix.
37049 ____________________________________________________________________________
37050 [ 8224] By: nick on 2000/12/21 21:02:20
37051 Log: Integrate mainline
37053 !> Changes Configure Makefile.SH Porting/Glossary
37054 !> Porting/config.sh Porting/config_H configure.com
37055 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
37056 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
37057 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
37058 !> win32/config.bc win32/config.gc win32/config.vc
37059 ____________________________________________________________________________
37060 [ 8223] By: jhi on 2000/12/21 17:09:16
37061 Log: Update Changes.
37063 ! Changes patchlevel.h
37064 ____________________________________________________________________________
37065 [ 8222] By: jhi on 2000/12/21 16:24:01
37066 Log: Metaconfig unit changes for #8221.
37067 Branch: metaconfig/U/perl
37071 ____________________________________________________________________________
37072 [ 8221] By: jhi on 2000/12/21 16:23:48
37073 Log: Rename testsyml to issymlink.
37075 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37076 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
37078 ____________________________________________________________________________
37079 [ 8220] By: jhi on 2000/12/21 15:47:26
37080 Log: Robustness support for #8218 (symlink forest) since the GNU
37081 tools seem to be overly picky about symlinkage depths.
37083 ! Makefile.SH t/io/fs.t
37084 ____________________________________________________________________________
37085 [ 8219] By: jhi on 2000/12/21 15:38:27
37086 Log: Metaconfig changes for #8218.
37088 ! U/modified/Oldconfig.U
37089 Branch: metaconfig/U/perl
37092 ____________________________________________________________________________
37093 [ 8218] By: jhi on 2000/12/21 15:37:57
37094 Log: Add Configure option -Dmksymlinks which will create a symlink
37095 forest if the current/build differs from the source directory.
37096 TODO: mkdir -p is not portable.
37099 ____________________________________________________________________________
37100 [ 8217] By: jhi on 2000/12/21 14:39:12
37101 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
37102 From: Nick Ing-Simmons <nik@tiuk.ti.com>
37103 Date: Thu, 21 Dec 2000 09:38:18 GMT
37104 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
37106 The ofs became an SV.
37108 ! ext/Thread/Thread.xs
37109 ____________________________________________________________________________
37110 [ 8216] By: jhi on 2000/12/21 05:40:21
37111 Log: The polymorphism seems to have fixed 20000517.001.
37114 ____________________________________________________________________________
37115 [ 8215] By: jhi on 2000/12/21 04:44:52
37116 Log: read() documentation tweak for 20001121.004.
37119 ____________________________________________________________________________
37120 [ 8214] By: jhi on 2000/12/21 03:54:11
37121 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
37123 ! pp_sys.c t/op/misc.t
37124 ____________________________________________________________________________
37125 [ 8213] By: jhi on 2000/12/21 00:28:10
37126 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
37127 From: Peter Prymmer <pvhp@forte.com>
37128 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
37129 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
37132 ____________________________________________________________________________
37133 [ 8212] By: jhi on 2000/12/21 00:26:21
37134 Log: Edit edit edit.
37137 ____________________________________________________________________________
37138 [ 8211] By: jhi on 2000/12/20 18:52:46
37139 Log: Update Changes.
37141 ! Changes patchlevel.h
37142 ____________________________________________________________________________
37143 [ 8210] By: jhi on 2000/12/20 18:34:47
37144 Log: Yet another editor edit.
37147 ____________________________________________________________________________
37148 [ 8209] By: jhi on 2000/12/20 15:33:28
37149 Log: More Win32 Perling.
37152 ____________________________________________________________________________
37153 [ 8208] By: jhi on 2000/12/20 15:07:46
37154 Log: More Win32 editor/IDE/shell hints.
37157 ____________________________________________________________________________
37158 [ 8207] By: jhi on 2000/12/20 03:54:08
37159 Log: Subject: [PATCH] obscure timing knowledge
37160 From: Nicholas Clark <nick@ccl4.org>
37161 Date: Tue, 19 Dec 2000 19:22:31 +0000
37162 Message-ID: <20001219192231.F2827@plum.flirble.org>
37165 ____________________________________________________________________________
37166 [ 8206] By: jhi on 2000/12/20 03:45:57
37167 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
37168 From: Spider Boardman <spider@leggy.zk3.dec.com>
37169 Date: Tue, 19 Dec 2000 21:30:16 -0500
37170 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
37173 ____________________________________________________________________________
37174 [ 8205] By: jhi on 2000/12/19 23:02:01
37175 Log: Update Changes.
37177 ! Changes patchlevel.h
37178 ____________________________________________________________________________
37179 [ 8204] By: jhi on 2000/12/19 22:58:18
37180 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
37181 using the \xHH notation. No more inlined UTF-8, sigh, but easier
37182 on editors and diffing/patching.
37184 ! t/op/utf8decode.t
37185 ____________________________________________________________________________
37186 [ 8203] By: nick on 2000/12/19 21:36:16
37187 Log: Integrate mainline (forgot my own change...)
37189 !> ext/Encode/compile
37190 ____________________________________________________________________________
37191 [ 8202] By: nick on 2000/12/19 21:34:42
37192 Log: Integrate mainline.
37194 !> (integrate 61 files)
37195 ____________________________________________________________________________
37196 [ 8201] By: nick on 2000/12/19 21:34:06
37197 Log: Avoid looking for File::Glob when we don't need it.
37199 ! ext/Encode/compile
37200 ____________________________________________________________________________
37201 [ 8200] By: jhi on 2000/12/19 18:35:49
37202 Log: Update Changes.
37204 ! Changes patchlevel.h
37205 ____________________________________________________________________________
37206 [ 8199] By: jhi on 2000/12/19 18:35:07
37207 Log: Microperl tweaks.
37209 ! sv.c uconfig.h uconfig.sh
37210 ____________________________________________________________________________
37211 [ 8198] By: jhi on 2000/12/19 18:29:59
37212 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
37214 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37215 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
37216 ____________________________________________________________________________
37217 [ 8197] By: jhi on 2000/12/19 17:55:29
37218 Log: In VMS embedded perls couldn't access the statically built Socket,
37222 ____________________________________________________________________________
37223 [ 8196] By: jhi on 2000/12/19 17:49:50
37224 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
37225 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37226 Date: Sun, 17 Dec 2000 19:11:44 -0000
37227 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
37229 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37230 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
37231 ____________________________________________________________________________
37232 [ 8195] By: jhi on 2000/12/19 17:47:53
37233 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
37234 From: Jonathan Stowe <gellyfish@gellyfish.com>
37235 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
37236 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
37239 ____________________________________________________________________________
37240 [ 8194] By: jhi on 2000/12/19 17:46:28
37241 Log: Subject: Re: useless use of void context work-around
37242 From: andreas.koenig@anima.de (Andreas J. Koenig)
37243 Date: 16 Dec 2000 15:13:36 +0100
37244 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
37246 Document (comment) the q(di ds ig) trick in the code.
37249 ____________________________________________________________________________
37250 [ 8193] By: jhi on 2000/12/19 17:10:57
37251 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
37252 From: "Mark J. Reed" <mreed@strange.turner.com>
37253 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
37254 Message-Id: <200012160222.VAA13986@strange.turner.com>
37256 ! ext/Sys/Syslog/Syslog.pm
37257 ____________________________________________________________________________
37258 [ 8192] By: jhi on 2000/12/19 17:07:45
37259 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
37260 From: Nicholas Clark <nick@ccl4.org>
37261 Date: Sat, 16 Dec 2000 19:03:13 +0000
37262 Message-ID: <20001216190313.D68304@plum.flirble.org>
37265 ____________________________________________________________________________
37266 [ 8191] By: jhi on 2000/12/19 17:06:13
37267 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
37268 From: Dominic Dunlop <domo@computer.org>
37269 Date: Mon, 18 Dec 2000 12:00:15 +0100
37270 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
37272 This patchlet is needed in order that perl can be statically linked.
37275 ____________________________________________________________________________
37276 [ 8190] By: jhi on 2000/12/19 17:03:08
37277 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
37278 From: "Craig A. Berry" <craig.berry@psinetcs.com>
37279 Date: Sun, 17 Dec 2000 00:18:35 -0600
37280 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
37282 ! perlio.h vms/gen_shrfls.pl
37283 ____________________________________________________________________________
37284 [ 8189] By: jhi on 2000/12/19 16:20:28
37285 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
37286 From: Prymmer/Kahn <pvhp@best.com>
37287 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
37288 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
37290 A better version of #8188.
37293 ____________________________________________________________________________
37294 [ 8188] By: jhi on 2000/12/19 15:57:06
37295 Log: (Replaced by #8189)
37297 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
37298 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
37299 From: Prymmer/Kahn <pvhp@best.com>
37300 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
37301 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
37302 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
37303 Date: Mon, 18 Dec 2000 11:10:45 -0500
37304 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
37307 ____________________________________________________________________________
37308 [ 8187] By: jhi on 2000/12/19 15:54:19
37309 Log: Email address fix for Anton Berezin.
37312 ____________________________________________________________________________
37313 [ 8186] By: jhi on 2000/12/19 15:38:54
37314 Log: Subject: [PATCH perl@8102] cygwin port
37315 From: "Eric Fifer" <efifer@dircon.co.uk>
37316 Date: Thu, 14 Dec 2000 13:41:29 -0000
37317 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
37319 When compiling modules the data item that is being imported
37320 from libperl.dll needs to be tagged as imported/shared data:
37321 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
37324 ____________________________________________________________________________
37325 [ 8185] By: jhi on 2000/12/19 14:53:24
37326 Log: Regen uconfig.h and uconfig.sh.
37328 ! uconfig.h uconfig.sh
37329 ____________________________________________________________________________
37330 [ 8184] By: jhi on 2000/12/18 20:43:49
37331 Log: Comments work so much better when they are closed.
37334 ____________________________________________________________________________
37335 [ 8183] By: jhi on 2000/12/18 18:04:02
37336 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
37337 Fixes the bug 20001218.016.
37340 ____________________________________________________________________________
37341 [ 8182] By: gsar on 2000/12/18 09:53:47
37342 Log: delete spurious files
37343 Branch: maint-5.6/perl
37344 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
37345 - vos/config.h vos/config_h.SH_orig
37346 ____________________________________________________________________________
37347 [ 8181] By: gsar on 2000/12/18 09:46:08
37349 Branch: maint-5.6/perl
37350 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
37351 ____________________________________________________________________________
37352 [ 8180] By: gsar on 2000/12/18 09:20:27
37353 Log: integrate changes#7924..7926,7946,7952 from mainline
37354 Branch: maint-5.6/perl
37355 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
37356 !> lib/File/stat.pm t/lib/class-struct.t
37357 ____________________________________________________________________________
37358 [ 8179] By: gsar on 2000/12/18 08:55:54
37359 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
37360 7918,7919,7988,8907 from mainline (various)
37361 Branch: maint-5.6/perl
37362 +> t/lib/class-struct.t
37363 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
37364 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
37365 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
37366 ____________________________________________________________________________
37367 [ 8178] By: gsar on 2000/12/18 08:16:30
37368 Log: avoid redefinition warnings on windows due to sys/socket.h getting
37369 #included before win32.h
37370 Branch: maint-5.6/perl
37371 ! win32/include/sys/socket.h
37372 ____________________________________________________________________________
37373 [ 8177] By: gsar on 2000/12/18 05:24:04
37374 Log: make regen_headers; fix POSIX.xs problems; remove outdated
37375 code from sys/socket.h that makes build fail now
37376 Branch: maint-5.6/perl
37377 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
37379 !> win32/include/sys/socket.h
37380 ____________________________________________________________________________
37381 [ 8176] By: gsar on 2000/12/18 05:20:17
37382 Log: update Changes
37383 Branch: maint-5.6/perl
37384 ! Changes patchlevel.h
37385 ____________________________________________________________________________
37386 [ 8175] By: gsar on 2000/12/18 04:57:48
37387 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
37388 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
37389 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
37390 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
37391 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
37393 Branch: maint-5.6/perl
37394 +> lib/File/Spec/Epoc.pm
37395 !> (integrate 88 files)
37396 ____________________________________________________________________________
37397 [ 8174] By: gsar on 2000/12/18 03:53:09
37398 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
37399 7625..7629,7631..7634,7637,7639,7642 from mainline
37400 Branch: maint-5.6/perl
37402 !> (integrate 26 files)
37403 ____________________________________________________________________________
37404 [ 8173] By: gsar on 2000/12/18 03:37:02
37405 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
37406 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
37407 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
37408 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
37409 Branch: maint-5.6/perl
37410 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
37412 !> (integrate 111 files)
37413 ____________________________________________________________________________
37414 [ 8172] By: jhi on 2000/12/18 02:49:27
37417 ! pod/perlmodlib.pod pod/perltoc.pod
37418 ____________________________________________________________________________
37419 [ 8171] By: gsar on 2000/12/18 02:49:24
37420 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
37421 7465..7471 from mainline
37423 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
37424 in platforms that strictly require all the symbols being present
37427 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
37429 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
37431 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
37433 Subject: [PATCH] todo
37435 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
37437 Use $sort, $uniq (and $tr) consistently as wondered
37440 Too enthusiastic editing in #7460.
37442 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
37444 Upgrade to CPAN 1.58_55.
37445 Subject: CPAN.pm status
37447 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
37449 Make target reordering to avoid pointless re-makes.
37450 Subject: Re: Total re-make of 'make okfile' after 7451 ?
37452 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
37454 Subject: DOC PATCH 5.6.0
37456 Add the repository doc by Malcolm, Sarathy, and by Simon,
37457 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
37458 Branch: maint-5.6/perl
37459 +> Porting/repository.pod
37460 !> Configure MANIFEST Makefile.SH README.dos README.os2
37461 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
37462 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
37463 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
37464 ____________________________________________________________________________
37465 [ 8169] By: gsar on 2000/12/18 02:33:34
37466 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
37467 7435..7441,7445 from mainline
37469 Make the UTF-8 decoding stricter and more verbose when
37470 malformation happens. This involved adding an argument
37471 to utf8_to_uv_chk(), which involved changing its prototype,
37472 and prefer STRLEN over I32 for the UTF-8 length, which as
37473 a domino effect necessitated changing the prototypes of
37474 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
37475 The stricter UTF-8 decoding checking uses Markus Kuhn's
37476 UTF-8 Decode Stress Tester from
37477 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
37479 Run vms/vms_yfix.pl, should have done that after changing
37482 Subject: [PATCH 5.7.0] static linking with uninstalled perl
37484 (Replaced by #7440.)
37485 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37487 Fix the bug ID 20001024.005, the bug introduced by #7416.
37489 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
37491 Fix the bug reported in
37492 From: andreas.koenig@anima.de (Andreas J. Koenig)
37493 Also make is_utf8_char() stricter.
37495 Missed the header file changes from #7425.
37497 Check if stdio supports tweaking lval and cnt simultaneously.
37498 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
37500 Stratus VOS updates from Paul Green.
37502 Podify README.epoc and README.vos.
37504 Add targets to Makefile.SH, most importantly
37505 'regen_all' which also remembers to update vms/perly*.
37507 Subject: Minor update to find2perl, for portability
37509 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
37511 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
37513 Rename UTF8LEN() to be UNISKIP(), too confusing to have
37514 UTF8LEN() and UTF8SKIP().
37516 Allow poking holes at the UTF-8 decoding strictness.
37518 Continue the internal UTF-8 API tweaking.
37519 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
37520 used much more than the simpler API, now called utf8_to_uv_simple().
37521 Still not quite happy with API, too much partial duplication
37524 A new version of making the syslog test more robust.
37526 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
37528 buildtoc target tweaks.
37530 Integrate with vmsperl #7430 by Charles Bailey:
37532 Cleanup from prior patch (Charles Lane?):
37533 - improve handling of MFDs in Basename and Path
37534 - default to no xsubpp line # munging when building debug images
37535 Branch: maint-5.6/perl
37536 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37537 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
37538 !> (integrate 67 files)
37539 ____________________________________________________________________________
37540 [ 8168] By: gsar on 2000/12/18 02:05:49
37541 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
37543 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
37544 From: Martin Husemann <martin@duskware.de>
37546 Subject: [PATCH 5.7.0] restore match data on backtracing
37547 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37548 Branch: maint-5.6/perl
37549 !> regcomp.c regexec.c t/op/re_tests
37550 ____________________________________________________________________________
37551 [ 8167] By: gsar on 2000/12/18 01:55:22
37552 Log: integrate changes#7858,7986 from mainline
37554 C<foreach my $x ...> in pseudo-fork()ed process may diddle
37555 parent's memory; fix it by keeping track of the actual pad
37556 offset rather than a raw pointer (this change is probably also
37557 relevant to non-ithreads case to avoid fallout from reallocs of
37558 the pad array, but is currently only enabled for the ithreads
37559 case in the interests of minimal disruption to existing "well
37562 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
37563 due to the notorious GetFileType() bug in Windows 9x, which fstat()
37565 Branch: maint-5.6/perl
37566 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
37567 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
37568 !> win32/win32.c win32/win32.h win32/win32sck.c
37569 ____________________________________________________________________________
37570 [ 8166] By: gsar on 2000/12/18 01:52:59
37571 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
37572 from mainline (xsubpp and ExtUtils::LibList fixups, various
37574 Branch: maint-5.6/perl
37575 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
37576 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
37577 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
37578 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
37579 !> win32/bin/search.pl
37580 ____________________________________________________________________________
37581 [ 8165] By: gsar on 2000/12/18 01:28:45
37582 Log: integrate changes#7533,7563,7611,7623 from mainline (various
37583 malloc.c embellishments)
37584 Branch: maint-5.6/perl
37585 !> malloc.c pod/perldiag.pod
37586 ____________________________________________________________________________
37587 [ 8164] By: gsar on 2000/12/18 01:23:33
37588 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
37590 Branch: maint-5.6/perl
37592 ____________________________________________________________________________
37593 [ 8163] By: gsar on 2000/12/18 01:17:50
37594 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
37596 Branch: maint-5.6/perl
37597 !> Makefile.SH utils/perlbug.PL
37598 ____________________________________________________________________________
37599 [ 8162] By: gsar on 2000/12/18 00:25:43
37600 Log: always export Perl_deb() (it is required by re.xs whether
37601 Perl is built with or without -DDEBUGGING)
37602 Branch: maint-5.6/perl
37604 ____________________________________________________________________________
37605 [ 8161] By: gsar on 2000/12/18 00:23:38
37606 Log: integrate change#7414 from mainline
37608 Undo the basename() part of #7412 since the lib/basename
37609 tests would need upgrading too.
37611 squelch two tests in tr.t that rely on tr/// paranoia change
37612 that's not in 5.6.x
37613 Branch: maint-5.6/perl
37615 !> lib/File/Basename.pm
37616 ____________________________________________________________________________
37617 [ 8160] By: gsar on 2000/12/18 00:05:30
37618 Log: missing change in previous integrate
37619 Branch: maint-5.6/perl
37621 ____________________________________________________________________________
37622 [ 8159] By: gsar on 2000/12/18 00:03:38
37623 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
37624 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
37625 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
37626 7410..7413 from mainline
37627 Branch: maint-5.6/perl
37628 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
37629 +> t/lib/tie-splice.t
37630 - lib/unicode/Is/DCinital.pl
37631 !> (integrate 112 files)
37632 ____________________________________________________________________________
37633 [ 8158] By: jhi on 2000/12/17 23:04:24
37634 Log: Subject: [PATCHES] RE: perl@8150
37635 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
37636 Date: Sun, 17 Dec 2000 21:46:39 +0100
37637 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
37639 Neither cygwin has a getpwuid() one can trust on.
37641 ! t/lib/glob-basic.t
37642 ____________________________________________________________________________
37643 [ 8157] By: jhi on 2000/12/17 23:01:54
37644 Log: More MAN.PODS => {} fixes.
37646 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
37647 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
37648 ! os2/OS2/REXX/Makefile.PL
37649 ____________________________________________________________________________
37650 [ 8156] By: gsar on 2000/12/17 22:49:13
37651 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
37652 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
37653 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
37654 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
37655 7201,7204 from mainline
37656 Branch: maint-5.6/perl
37657 !> (integrate 121 files)
37658 ____________________________________________________________________________
37659 [ 8155] By: jhi on 2000/12/17 22:30:58
37660 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
37661 From: "Craig A. Berry" <craigberry@mac.com>
37662 Date: Sun, 17 Dec 2000 13:09:28 -0600
37663 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
37665 MAN.PODS => ' ' is naughty.
37667 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
37668 ____________________________________________________________________________
37669 [ 8154] By: nick on 2000/12/17 22:07:13
37670 Log: MULTIPLICITY nit.
37673 ____________________________________________________________________________
37674 [ 8153] By: gsar on 2000/12/17 21:23:05
37675 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
37676 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
37679 Document the SvIOK_.*UV().
37681 Update Unicode todo list.
37683 Guard against bad string->int conversion for quads.
37685 Subject: small apidoc fix
37687 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
37689 Subject: [PATCH] Tied filehandle documentation
37691 Subject: [PATCH] Modernize Opcode.pm documentation
37693 Make Data::Dumper (non-XS) to work with changed semantics of ref().
37694 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
37695 [applied even though said semantics didn't change in 5.6.x]
37697 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
37699 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
37701 Fix the URL, but the server is still missing in action.
37702 Subject: [ID 20000905.002] perlfaq1.pod URL error
37704 Subject: [ID 20000903.001] \w in utf8-strings
37706 Fix the ccversion detection for 5.1 and beyond.
37707 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37709 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
37711 Subject: [ID 20000904.008] Tiny fix for perldiag
37713 Subject: Re: [ID 20000906.004] segfault with bad perl statement
37715 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
37717 Subject: [ID 20000908.002] perlipc documentation bug.
37719 Subject: [PATCH lib/Benchmark.pm]
37721 Re-allow vec() for characters > 255.
37722 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
37724 Do away with memory models cruft. Sorry, PDP users.
37728 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
37730 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
37732 Upgrade to CPAN 1.57_65, from Andreas König.
37734 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
37737 Silence t/pod/*.t about alternate quote-mappings now implemented
37738 by Pod::Text, from Brad Appleton.
37740 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
37741 Subject: borland C++ win32.c tweak
37743 C<@a = @b = split(...)> optimization coredumps under ithreads
37744 (missed a spot when fixing up op_pmreplroot hack for ithreads)
37746 Document the SvUTF8*().
37748 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
37750 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
37752 Do in VMS as the #7054 does.
37754 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
37756 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
37758 Subject: [patch: perl@7045] vms updates
37760 Test for the #7049.
37761 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
37763 Break up the myconfig lines a bit.
37764 Subject: perlbug/perl -V output format
37766 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
37768 The #7054 truncated Configure badly.
37770 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
37771 initialization in all the threads on Windows
37773 Allow for whitespace between "#" and "line" in cpp output.
37774 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
37776 Remove vestiges of tr//CU.
37777 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
37779 The return value of setlocale must be copied away.
37780 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
37782 Allow chop() and chomp() to be overridden.
37783 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
37785 Hints optimization.
37788 Subject: [PATCH] de-wall t/README
37790 Subject: Re: Two advertising clauses need to be removed
37791 Branch: maint-5.6/perl
37792 !> (integrate 75 files)
37793 ____________________________________________________________________________
37794 [ 8152] By: gsar on 2000/12/17 20:30:11
37795 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
37796 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
37797 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
37799 Don't attach -ld to the archname if pointless.
37801 Document UNTIE in a very minimalistic way.
37803 POSIX doesn't report long double values under -Duselongdouble
37804 when the long doubles are "real" (bigger than doubles).
37806 More author updates.
37808 Try to deduce NV_MAX. Really should be Configure fodder.
37810 :: not allowed in pathnames, change to .
37811 Subject: [PATCH perl@6938] cygwin port
37813 Forget about NV_MAX (#6951). Various floating point tweaks,
37814 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
37816 Move the Solaris 7 scan to use64bitall, make the
37817 failure to find 64-bot sparc libc to mention the
37818 possibility of being in an intel, from Lupe and Alan.
37822 AUTHORS tweaks, from Peter Prymmer.
37824 More address tweaking.
37826 Small tweaks all over.
37828 File::Temp patches from Andreas König,
37830 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
37832 Subject: CPAN.pm beta 1.57_57 for the core
37834 Part of the solution.
37835 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
37837 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
37839 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37841 Add the overload warnings to perldiag.
37843 Drop unused argument.
37844 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
37846 Subject: Nit in Configure (bleadperl@6961)
37848 Update to PodParser 1.18, from Brad Appleton.
37850 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
37852 Subject: [PATCH: 6948] add SCNfldbl to configure.com
37854 Document UNTIE. Also tweak implementation to suppress the 'inner references'
37855 warning when UNTIE exists and instead pass the cound of extra references to
37858 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
37859 so that case-ignoring systems like DCL can tell them from
37860 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
37862 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
37864 Feature ordering tweak.
37868 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
37870 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
37872 Subject: http:// in L<>
37876 change#6791 accidentally clobbered change#6710, put it back
37878 Only the first line, thank you very much.
37880 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
37881 plus rework the http: spots as suggested by Tom Christiansen,
37882 plus regen perltoc.
37884 Undo part of change 6489 which looks like a bulk edit which
37885 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
37886 The supressing of main:: on return from select() is undesirable.
37888 Apparently avoiding the swapping is too costly.
37890 Various Configure nits by Philip Newton,
37891 plus the ebcdic one by me.
37893 Make certain cc is set before trying to run it.
37895 If overloaded %{} etc. return the object do not loop.
37896 Thus sub deref { $_[0] } functions if object is wanted type.
37900 More %{} and other deref special casing - do not pass to 'nomethod'.
37901 Branch: maint-5.6/perl
37902 !> (integrate 59 files)
37903 ____________________________________________________________________________
37904 [ 8151] By: gsar on 2000/12/17 19:14:38
37905 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
37906 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
37908 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
37910 Make the epsilon to be relative, not absolute.
37912 Put back the flags dump as reasoned in
37913 Subject: Re: [PATCH] Glob dumping
37915 Introduce ccname to keep track of what compiler kind of we have.
37917 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
37919 Put back the slice accidentally removed by #6907.
37921 Reset archname and archname64 always, forcing them be
37922 recomputed at each Configure run, make Configure and
37923 the hints files agree on the naming of largefiles variables.
37925 Don't say "Perl 5.0 source kit".
37927 Subject: [PATCH] fix misc cast warnings
37929 Subject: typos in pods
37931 NVs not necessarily doubles, as pointed out by Yitzchak.
37933 Subject: [PATCH 6889] add a few ldbl formats to configure.com
37935 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
37937 Better options for rsync.
37939 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
37941 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
37943 Subject: [PATCH] Re: UNTIE method
37945 A better fix for the Socket building problem from Craig Berry.
37947 Retract the dummy test, skip the security tests (instead of failing),
37948 explain what the warnings mean.
37951 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
37953 Update to Unicode 3.0.1.
37955 Missed one Unicode file.
37957 Subject: Re: typos in pods
37959 The #6929 was too skimpy.
37961 sscanf() may be the only way to read long doubles from strings.
37963 Reveal Borland's isnan.
37964 Subject: build with BC++ tweak
37966 Issue useful diagnostic on unknown pod commands.
37967 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
37969 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
37971 Clarify the third case of ftmp-security warnings.
37973 Make -Dusemorebits find long doubles in Solaris.
37975 Wrap the test in eval.
37976 Branch: maint-5.6/perl
37977 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
37978 +> lib/unicode/PropList.txt lib/unicode/README.perl
37979 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37980 +> lib/unicode/Unicode.301 vms/vmspipe.com
37981 - lib/unicode/Props.txt lib/unicode/UCD300.html
37982 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37983 !> (integrate 305 files)
37984 ____________________________________________________________________________
37985 [ 8150] By: jhi on 2000/12/17 18:47:57
37986 Log: Uncheckedin generated files.
37988 ! global.sym perlapi.c pod/perlapi.pod
37989 ____________________________________________________________________________
37990 [ 8149] By: jhi on 2000/12/17 18:41:22
37991 Log: Update Changes.
37993 ! Changes patchlevel.h
37994 ____________________________________________________________________________
37995 [ 8148] By: jhi on 2000/12/17 18:39:16
37996 Log: Subject: [PATCH] Fcntl constants speedup
37997 From: Nicholas Clark <nick@ccl4.org>
37998 Date: Sun, 17 Dec 2000 16:29:24 +0000
37999 Message-ID: <20001217162924.E97668@plum.flirble.org>
38001 Use IVs for the Fcntl constants instead of NVs.
38003 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
38004 ____________________________________________________________________________
38005 [ 8147] By: jhi on 2000/12/17 18:33:41
38006 Log: Add test for #8145 (binmode() warning), add warning for
38007 ioctl() and sockpair(), document them. (fileno() cannot
38008 be tripwired with the same kind of warning because
38009 'defined fileno($foo)' seems to be an idiom.)
38011 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
38012 ____________________________________________________________________________
38013 [ 8146] By: gsar on 2000/12/17 18:09:08
38014 Log: update Changes
38015 Branch: maint-5.6/perl
38017 ____________________________________________________________________________
38018 [ 8145] By: jhi on 2000/12/17 17:39:35
38019 Log: Subject: [PATCH] Re: The long awaited feature ...
38020 From: Simon Cozens <simon@cozens.net>
38021 Date: Sun, 17 Dec 2000 12:31:56 +0000
38022 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
38024 Add a warning to binmode() about using bad filehandles
38025 (can happen e.g. if someone forgets the filehandle argument)
38028 ____________________________________________________________________________
38029 [ 8144] By: jhi on 2000/12/17 17:33:48
38030 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
38031 From: Jonathan Stowe <gellyfish@gellyfish.com>
38032 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
38033 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
38036 ____________________________________________________________________________
38037 [ 8143] By: jhi on 2000/12/17 05:31:37
38038 Log: Polymorphic regexps.
38040 Fixes at least the bugs 20001028.003 (both of them...) and
38041 20001108.001. The bugs 20001114.001 and 20001205.014 seem
38042 also to be fixed by now, probably already before this patch.
38044 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
38045 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
38046 ! t/op/utf8decode.t t/pragma/utf8.t
38047 ____________________________________________________________________________
38048 [ 8142] By: jhi on 2000/12/16 17:16:05
38049 Log: Subject: [patch perl@8102] dos/djgpp update
38050 From: Laszlo Molnar <ml1050@freemail.hu>
38051 Date: Sat, 16 Dec 2000 01:40:52 +0100
38052 Message-ID: <20001216014052.A335@freemail.hu>
38054 ! djgpp/config.over t/base/commonsense.t
38055 ____________________________________________________________________________
38056 [ 8141] By: jhi on 2000/12/16 17:09:27
38057 Log: Few uncheckedin files.
38059 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
38060 ____________________________________________________________________________
38061 [ 8140] By: nick on 2000/12/15 22:14:31
38062 Log: Integrate mainline
38064 !> (integrate 53 files)
38065 ____________________________________________________________________________
38066 [ 8139] By: jhi on 2000/12/15 19:49:49
38067 Log: One more IVUV tweak from Nicholas Clark.
38070 ____________________________________________________________________________
38071 [ 8138] By: jhi on 2000/12/15 19:17:06
38072 Log: Return of the IVUV-preservation, now seems to be happy even
38073 in Digital UNIX (the broken strtoul brokenness detection
38074 seems to have been the fly in the ointment).
38076 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38077 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
38078 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
38079 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
38080 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38081 ! vos/config.ga.h win32/config.bc win32/config.gc
38083 ____________________________________________________________________________
38084 [ 8137] By: jhi on 2000/12/15 18:12:14
38085 Log: Metaconfig unit change for #8136.
38087 ! U/modified/d_strtoul.U
38088 Branch: metaconfig/U/perl
38089 ! d_strtoull.U d_strtouq.U
38090 ____________________________________________________________________________
38091 [ 8136] By: jhi on 2000/12/15 18:11:35
38092 Log: I don't think it's sensible or portable to test the strtou*
38096 ____________________________________________________________________________
38097 [ 8135] By: jhi on 2000/12/15 17:18:49
38098 Log: Metaconfig unit change for #8134.
38100 ! U/modified/d_strtoul.U
38101 ____________________________________________________________________________
38102 [ 8134] By: jhi on 2000/12/15 17:14:13
38103 Log: If longsize is 8 we don't need a LL suffix for integer constants.
38105 ! Configure config_h.SH
38106 ____________________________________________________________________________
38107 [ 8133] By: jhi on 2000/12/15 16:00:23
38108 Log: Update Changes.
38110 ! Changes patchlevel.h
38111 ____________________________________________________________________________
38112 [ 8132] By: jhi on 2000/12/15 15:44:16
38113 Log: Some compilers get huffy if you do not cast a const pointer
38114 to a non-const when assigning.
38117 ____________________________________________________________________________
38118 [ 8131] By: jhi on 2000/12/15 15:38:30
38119 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
38120 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38121 Date: Fri, 15 Dec 2000 05:26:57 -0500
38122 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
38124 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
38125 ! t/pragma/overload.t
38126 ____________________________________________________________________________
38127 [ 8130] By: jhi on 2000/12/15 15:36:08
38128 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
38129 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38130 Date: Thu, 14 Dec 2000 22:02:43 -0500
38131 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
38134 ____________________________________________________________________________
38135 [ 8129] By: jhi on 2000/12/15 15:34:16
38136 Log: Subject: PATCH: h2xs nit
38137 From: Tim Jenness <t.jenness@jach.hawaii.edu>
38138 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
38139 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
38141 Add a template README.
38144 ____________________________________________________________________________
38145 [ 8128] By: jhi on 2000/12/15 15:32:22
38146 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
38148 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
38149 ____________________________________________________________________________
38150 [ 8127] By: jhi on 2000/12/15 15:19:34
38151 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
38152 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38153 Date: Thu, 14 Dec 2000 20:04:42 EST
38154 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
38156 ! ext/Opcode/Opcode.xs
38157 ____________________________________________________________________________
38158 [ 8126] By: jhi on 2000/12/15 15:17:49
38159 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
38160 From: Peter Prymmer <pvhp@forte.com>
38161 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
38162 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
38164 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
38165 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
38166 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
38167 ____________________________________________________________________________
38168 [ 8125] By: jhi on 2000/12/15 15:11:05
38169 Log: This seems to be a stage sane and stable enough to checkin.
38170 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
38172 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
38173 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
38174 ! t/op/cmp.t t/op/numconvert.t
38175 ____________________________________________________________________________
38176 [ 8124] By: jhi on 2000/12/15 04:20:26
38177 Log: Something is really wonky.
38180 ____________________________________________________________________________
38181 [ 8123] By: jhi on 2000/12/15 04:00:50
38182 Log: Fixes for the IV UV patches to compile in Digital UNIX.
38185 ____________________________________________________________________________
38186 [ 8122] By: jhi on 2000/12/15 02:53:40
38187 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
38188 From: "Craig A. Berry" <craigberry@mac.com>
38189 Date: Thu, 14 Dec 2000 19:10:49 -0600
38190 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
38193 ____________________________________________________________________________
38194 [ 8121] By: jhi on 2000/12/15 02:50:00
38195 Log: Metaconfig changes for #8120.
38197 + U/modified/d_strtoul.U
38198 Branch: metaconfig/U/perl
38199 ! d_strtoull.U d_strtouq.U
38200 ____________________________________________________________________________
38201 [ 8120] By: jhi on 2000/12/15 02:49:42
38202 Log: From: Nicholas Clark <nick@ccl4.org>
38203 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
38204 Date: Thu, 14 Dec 2000 18:38:57 +0000
38205 Message-ID: <20001214183857.B97909@plum.flirble.org>
38207 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38208 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
38209 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
38210 ! vos/config.ga.def vos/config.ga.h win32/config.bc
38211 ! win32/config.gc win32/config.vc
38212 ____________________________________________________________________________
38213 [ 8119] By: jhi on 2000/12/14 23:40:58
38214 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
38215 From: Nicholas Clark <nick@ccl4.org>
38216 Date: Wed, 13 Dec 2000 20:08:50 +0000
38217 Message-ID: <20001213200849.B71166@plum.flirble.org>
38219 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
38220 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
38221 ____________________________________________________________________________
38222 [ 8118] By: jhi on 2000/12/14 22:46:26
38223 Log: Integrate perlio.
38225 !> MANIFEST ext/Encode/compile makedef.pl
38226 ____________________________________________________________________________
38227 [ 8117] By: nick on 2000/12/14 22:38:53
38228 Log: Win32 tweaks to get Encode to build
38229 - temp hack to makedef.pl till PerlIO is properly "exported".
38231 static encpage_t foo[];
38232 so make 'em extern for now.
38234 ! ext/Encode/compile makedef.pl
38235 ____________________________________________________________________________
38236 [ 8116] By: nick on 2000/12/14 22:00:53
38237 Log: Document the new files
38240 ____________________________________________________________________________
38241 [ 8115] By: jhi on 2000/12/14 21:58:01
38242 Log: MANIFEST new files of #8114.
38245 ____________________________________________________________________________
38246 [ 8114] By: jhi on 2000/12/14 21:50:49
38247 Log: Integrate perlio.
38249 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
38250 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
38251 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
38252 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
38253 !> ext/Encode/Makefile.PL
38254 ____________________________________________________________________________
38255 [ 8113] By: jhi on 2000/12/14 21:48:49
38256 Log: The documentation part of the
38258 Subject: [ID 20001214.002] Net::Ping patch
38259 From: Jonathan Stowe <gellyfish@gellyfish.com>
38260 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
38261 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
38262 since the #7529 had already addressed the same problem.
38265 ____________________________________________________________________________
38266 [ 8112] By: jhi on 2000/12/14 21:42:57
38267 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
38268 From: Dominic Dunlop <domo@computer.org>
38269 Date: Tue, 12 Dec 2000 10:47:10 +0100
38270 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
38272 Document how elusive subroutines can be.
38275 ____________________________________________________________________________
38276 [ 8111] By: jhi on 2000/12/14 21:38:05
38277 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
38278 From: Dominic Dunlop <domo@computer.org>
38279 Date: Thu, 14 Dec 2000 10:13:51 +0100
38280 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
38282 ! ext/POSIX/POSIX.pod
38283 ____________________________________________________________________________
38284 [ 8110] By: jhi on 2000/12/14 21:36:32
38285 Log: Subject: [patch] perlfaq7
38286 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
38287 Date: Thu, 14 Dec 2000 15:31:07 +0100
38288 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
38291 ____________________________________________________________________________
38292 [ 8109] By: jhi on 2000/12/14 21:29:20
38293 Log: Subject: [8104] Encode
38294 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38295 Date: Thu, 14 Dec 2000 14:49:34 +0100
38296 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
38298 Type casting for nervous compilers.
38300 ! ext/Encode/Encode.xs
38301 ____________________________________________________________________________
38302 [ 8108] By: jhi on 2000/12/14 21:26:17
38303 Log: Subject: [8104] DB_File
38304 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38305 Date: Thu, 14 Dec 2000 14:49:35 +0100
38306 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
38308 Type definition incorrect for DB 2.7.7. Not known when it
38309 changed, so only changed it for a known revision.
38311 ! ext/DB_File/DB_File.xs
38312 ____________________________________________________________________________
38313 [ 8107] By: jhi on 2000/12/14 21:23:41
38314 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
38315 From: Peter Prymmer <pvhp@forte.com>
38316 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
38317 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
38319 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
38321 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38322 ! ext/Encode/Encode/posix-bc.enc
38323 ____________________________________________________________________________
38324 [ 8106] By: nick on 2000/12/14 20:36:13
38325 Log: "Cold" build correction to Encode's Makefile.PL
38327 ! ext/Encode/Makefile.PL
38328 ____________________________________________________________________________
38329 [ 8105] By: nick on 2000/12/14 20:09:37
38330 Log: "Compiled" encodings.
38331 Correct replacement character in EBCDIC .enc files
38332 Add 0x7F to ASCII repertoire.
38334 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
38335 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
38336 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
38337 ! ext/Encode/Makefile.PL ext/Encode/compile
38338 ! ext/Encode/encengine.c ext/Encode/encode.h
38339 ____________________________________________________________________________
38340 [ 8104] By: nick on 2000/12/14 00:38:20
38341 Log: Integrate mainline
38343 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
38344 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
38345 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
38346 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
38347 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
38348 !> t/lib/db-hash.t t/lib/db-recno.t
38349 ____________________________________________________________________________
38350 [ 8103] By: nick on 2000/12/13 23:16:13
38351 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
38352 so far and so it does not get lost.
38354 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
38355 ____________________________________________________________________________
38356 [ 8102] By: jhi on 2000/12/13 17:14:22
38357 Log: Update Changes.
38359 ! Changes patchlevel.h
38360 ____________________________________________________________________________
38361 [ 8101] By: jhi on 2000/12/13 16:53:41
38362 Log: Move the proto of start_glob() to a better place; regen api files.
38364 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
38365 ____________________________________________________________________________
38366 [ 8100] By: jhi on 2000/12/13 16:47:11
38367 Log: Metaconfig change for #8099.
38369 ! U/modified/Head.U
38370 ____________________________________________________________________________
38371 [ 8099] By: jhi on 2000/12/13 16:46:48
38372 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
38373 From: Andy Dougherty <doughera@lafayette.edu>
38374 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
38375 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
38378 ____________________________________________________________________________
38379 [ 8098] By: jhi on 2000/12/13 16:39:02
38380 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
38381 From: rspier@pobox.com (Robert Spier)
38382 Date: Tue, 12 Dec 2000 21:12:39 -0500
38383 Message-ID: <14902.56087.678086.725773@rls.cx>
38385 fastgetcwd is defined using a glob alias on a $^O dependent basis -
38386 and there was no default assignment or perl subroutine.
38389 ____________________________________________________________________________
38390 [ 8097] By: jhi on 2000/12/13 16:16:01
38391 Log: Subject: [PATCH] move startglob out of pp_hot.c
38392 From: Nicholas Clark <nick@ccl4.org>
38393 Date: Mon, 11 Dec 2000 23:16:39 +0000
38394 Message-ID: <20001211231638.A55550@plum.flirble.org>
38396 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
38397 ____________________________________________________________________________
38398 [ 8096] By: jhi on 2000/12/13 15:26:23
38399 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
38400 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38401 Date: Wed, 13 Dec 2000 14:01:37 +0100
38402 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
38404 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
38405 in turn requires libpthread in libswanted.
38408 ____________________________________________________________________________
38409 [ 8095] By: jhi on 2000/12/12 19:51:05
38410 Log: The integration wars continue.
38413 ____________________________________________________________________________
38414 [ 8094] By: jhi on 2000/12/12 19:48:26
38415 Log: Subject: [PATCH perl@8070] DB_File-1.74
38416 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38417 Date: Mon, 11 Dec 2000 23:07:17 -0000
38418 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
38420 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38421 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
38422 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
38424 ____________________________________________________________________________
38425 [ 8093] By: nick on 2000/12/12 19:42:13
38426 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
38429 !> lib/File/DosGlob.pm
38430 ____________________________________________________________________________
38431 [ 8092] By: jhi on 2000/12/12 19:28:11
38432 Log: Integrate perlio.
38435 ____________________________________________________________________________
38436 [ 8091] By: nick on 2000/12/12 18:49:45
38437 Log: Fix for Tk, and upgrading shared SVs.
38440 ____________________________________________________________________________
38441 [ 8090] By: jhi on 2000/12/12 16:48:59
38442 Log: Subject: [PATCH] Re: Breadperl & Tk
38443 From: Nick Ing-Simmons <nik@tiuk.ti.com>
38444 Date: Tue, 12 Dec 2000 14:48:27 GMT
38445 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
38448 ____________________________________________________________________________
38449 [ 8089] By: jhi on 2000/12/12 03:37:19
38450 Log: Subject: DosGlob.pm diff for bash style brace expansion.
38451 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
38452 Date: Fri, 8 Dec 2000 10:45:30 -0600
38453 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
38455 ! lib/File/DosGlob.pm
38456 ____________________________________________________________________________
38457 [ 8088] By: nick on 2000/12/11 23:59:59
38458 Log: Integrate mainline
38460 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
38461 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38462 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
38463 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
38464 !> t/op/local.t t/pragma/warn/toke toke.c
38465 ____________________________________________________________________________
38466 [ 8087] By: jhi on 2000/12/11 23:20:23
38467 Log: Integrate perlio.
38469 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
38470 ____________________________________________________________________________
38471 [ 8086] By: jhi on 2000/12/11 22:50:59
38472 Log: Tune further the OS detection of CGI.
38475 ____________________________________________________________________________
38476 [ 8085] By: nick on 2000/12/11 22:50:46
38477 Log: Finish 1st pass of "encoding" layer e.g. :
38478 open($fh,"<encoding(iso8859-7)",$greek) || die;
38480 ! ext/Encode/Encode.xs perlio.c perliol.h
38481 ____________________________________________________________________________
38482 [ 8084] By: jhi on 2000/12/11 22:32:06
38483 Log: Revert the -f ambiguousity patch, seems to cause
38484 too much hassle (the interpret -Q as a function
38485 where Q is not a known filetest part is left in).
38487 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
38489 ____________________________________________________________________________
38490 [ 8083] By: jhi on 2000/12/11 22:27:23
38491 Log: (accidentally empty check-in)
38493 ! lib/File/DosGlob.pm
38494 ____________________________________________________________________________
38495 [ 8082] By: nick on 2000/12/11 19:09:51
38496 Log: Restore mmap function (broken by tweaks to shared buffer
38497 layer for encode(xxxx)).
38500 ____________________________________________________________________________
38501 [ 8081] By: jhi on 2000/12/11 18:29:13
38502 Log: Subject: Re: The long awaited feature ...
38503 From: Simon Cozens <simon@cozens.net>
38504 Date: Mon, 11 Dec 2000 15:54:24 +0000
38505 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
38507 More io/utf8 tests.
38510 ____________________________________________________________________________
38511 [ 8080] By: jhi on 2000/12/11 18:19:36
38512 Log: Subject: PATCH MakeMaker manpage clarification
38513 From: andreas.koenig@anima.de (Andreas J. Koenig)
38514 Date: 10 Dec 2000 20:46:13 +0100
38515 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
38517 ! lib/ExtUtils/MakeMaker.pm
38518 ____________________________________________________________________________
38519 [ 8079] By: jhi on 2000/12/11 15:35:07
38520 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
38521 From: Simon Cozens <simon@cozens.net>
38522 Date: Sun, 10 Dec 2000 19:06:19 +0000
38523 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
38525 ! ext/B/B/Deparse.pm t/lib/b.t
38526 ____________________________________________________________________________
38527 [ 8078] By: jhi on 2000/12/11 15:09:11
38528 Log: Subject: [PATCH] docs on NaN
38529 From: Nicholas Clark <nick@ccl4.org>
38530 Date: Mon, 11 Dec 2000 01:48:38 +0000
38531 Message-ID: <20001211014838.B99205@plum.flirble.org>
38534 ____________________________________________________________________________
38535 [ 8077] By: jhi on 2000/12/11 15:02:21
38536 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
38537 From: Simon Cozens <simon@cozens.net>
38538 Date: Mon, 11 Dec 2000 01:21:45 +0000
38539 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
38541 ! pp.c pp_hot.c scope.c t/op/local.t
38542 ____________________________________________________________________________
38543 [ 8076] By: nick on 2000/12/10 20:43:32
38544 Log: Not merge worthy...
38545 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
38546 syntax is modelled on attributes.
38547 Untested fix for io/utf8 on Win32 etc.
38548 Very clumsy start to the encode layer.
38550 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
38551 ____________________________________________________________________________
38552 [ 8075] By: jhi on 2000/12/10 18:39:33
38553 Log: Darwin is not Windows.
38556 ____________________________________________________________________________
38557 [ 8074] By: jhi on 2000/12/10 18:31:27
38558 Log: Subject: Ambiguous -%c() resolved as a file test
38559 From: "Paul Marquess" <Paul.Marquess@openwave.com>
38560 Date: Sun, 10 Dec 2000 15:35:07 -0000
38561 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
38563 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38564 ____________________________________________________________________________
38565 [ 8073] By: jhi on 2000/12/10 18:16:29
38566 Log: Subject: PATCH installperl misinformed
38567 From: andreas.koenig@anima.de (Andreas J. Koenig)
38568 Date: 10 Dec 2000 13:01:32 +0100
38569 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
38572 ____________________________________________________________________________
38573 [ 8072] By: jhi on 2000/12/10 18:07:55
38574 Log: The walkoptree confusion rages; walkoptree() seems to be coming
38575 from B.xs, while walkoptree_slow() comes from B.pm.
38578 ____________________________________________________________________________
38579 [ 8071] By: nick on 2000/12/10 11:45:47
38580 Log: Integrate mainline
38582 +> t/base/commonsense.t
38583 !> (integrate 37 files)
38584 ____________________________________________________________________________
38585 [ 8070] By: jhi on 2000/12/10 04:46:21
38586 Log: Update Changes.
38588 ! Changes patchlevel.h
38589 ____________________________________________________________________________
38590 [ 8069] By: jhi on 2000/12/10 04:39:19
38591 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
38592 From: andreas.koenig@anima.de (Andreas J. Koenig)
38593 Date: 09 Dec 2000 17:14:25 +0100
38594 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
38596 + t/base/commonsense.t
38597 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
38598 ____________________________________________________________________________
38599 [ 8068] By: jhi on 2000/12/10 04:17:36
38600 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
38601 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38602 Date: Sat, 9 Dec 2000 16:47:22 -0000
38603 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
38605 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
38606 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
38607 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
38608 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
38609 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
38610 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38612 ____________________________________________________________________________
38613 [ 8067] By: jhi on 2000/12/10 03:52:02
38614 Log: Test case for #8066.
38617 ____________________________________________________________________________
38618 [ 8066] By: jhi on 2000/12/10 03:50:30
38619 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
38620 From: Simon Cozens <simon@cozens.net>
38621 Date: Sun, 10 Dec 2000 00:55:37 +0000
38622 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
38625 ____________________________________________________________________________
38626 [ 8065] By: jhi on 2000/12/10 03:44:52
38627 Log: Test case for #8064.
38630 ____________________________________________________________________________
38631 [ 8064] By: jhi on 2000/12/10 03:42:32
38632 Log: Subject: Re: prototype of substr
38633 From: Simon Cozens <simon@cozens.net>
38634 Date: Sun, 10 Dec 2000 00:13:33 +0000
38635 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
38637 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
38640 ____________________________________________________________________________
38641 [ 8063] By: jhi on 2000/12/10 03:39:42
38642 Log: Subject: [PATCH] perlguts.pod
38643 From: Simon Cozens <simon@cozens.net>
38644 Date: Sun, 10 Dec 2000 00:06:47 +0000
38645 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
38647 Documentation of the different types of ops,
38648 plus the functions in dump.c
38651 ____________________________________________________________________________
38652 [ 8062] By: jhi on 2000/12/10 03:30:04
38653 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
38654 From: Nicholas Clark <nick@talking.bollo.cx>
38655 Date: Sat, 09 Dec 2000 18:57:25 +0000
38656 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
38658 Be more robust in weird hostname setups.
38660 ! t/lib/net-hostent.t
38661 ____________________________________________________________________________
38662 [ 8061] By: jhi on 2000/12/10 03:28:21
38663 Log: Pacify fussy compiler.
38666 ____________________________________________________________________________
38667 [ 8060] By: jhi on 2000/12/10 02:52:46
38668 Log: Integrate perlio.
38670 !> pp_sys.c t/io/utf8.t
38671 ____________________________________________________________________________
38672 [ 8059] By: nick on 2000/12/09 23:40:14
38673 Log: read/sysread/recv should now be utf8 aware.
38674 Basic test for utf8 read.
38676 ! pp_sys.c t/io/utf8.t
38677 ____________________________________________________________________________
38678 [ 8058] By: jhi on 2000/12/09 21:56:02
38679 Log: Integrate perlio.
38682 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
38683 ____________________________________________________________________________
38684 [ 8057] By: jhi on 2000/12/09 21:53:35
38685 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
38686 From: Inaba Hiroto <inaba@st.rim.or.jp>
38687 Date: Sun, 10 Dec 2000 05:53:21 +0900
38688 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
38693 ____________________________________________________________________________
38694 [ 8056] By: jhi on 2000/12/09 21:51:16
38695 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
38696 From: Inaba Hiroto <inaba@st.rim.or.jp>
38697 Date: Sat, 09 Dec 2000 18:02:00 +0900
38698 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
38700 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
38702 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
38703 ____________________________________________________________________________
38704 [ 8055] By: nick on 2000/12/09 20:11:48
38705 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
38706 than raw PerlIO_write() - does not seem to break any tests.
38709 ____________________________________________________________________________
38710 [ 8054] By: nick on 2000/12/09 19:47:30
38711 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
38712 (sysread, recv and write i.e. formats still to do...)
38713 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
38714 open($fh,">:utf8","name")
38715 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
38716 so no extra overhead is involved.
38717 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
38718 to a non-utf8 stream.
38719 Add initial io/utf8.t
38720 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
38721 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
38722 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
38725 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
38726 ____________________________________________________________________________
38727 [ 8053] By: nick on 2000/12/09 19:26:37
38728 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
38729 was only testing this_utf8.
38732 ____________________________________________________________________________
38733 [ 8052] By: nick on 2000/12/09 19:09:41
38734 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
38735 i.e. the output string has one, but don't mess with source assumption.
38738 ____________________________________________________________________________
38739 [ 8051] By: jhi on 2000/12/09 16:55:17
38740 Log: Integrate perlio.
38742 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
38743 !> sv.c thrdvar.h util.c
38744 ____________________________________________________________________________
38745 [ 8050] By: jhi on 2000/12/09 16:48:07
38746 Log: Nits noticed by Peter Prymmer.
38748 ! lib/ExtUtils/MM_VMS.pm
38749 ____________________________________________________________________________
38750 [ 8049] By: nick on 2000/12/09 13:49:40
38751 Log: UTF8 output prework.
38752 - Store $\ and $, as SVs so they can have SvUTF8 flag
38753 - use do_print() rather than raw PerlIO_write() to print them.
38755 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
38757 ____________________________________________________________________________
38758 [ 8048] By: nick on 2000/12/09 12:30:43
38759 Log: Integrate mainline.
38761 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
38763 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
38764 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
38765 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
38766 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
38767 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
38768 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
38769 ____________________________________________________________________________
38770 [ 8047] By: jhi on 2000/12/09 00:23:27
38771 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
38772 From: Michael G Schwern <schwern@pobox.com>
38773 Date: Fri, 8 Dec 2000 14:43:04 -0600
38775 ! lib/ExtUtils/MM_VMS.pm
38776 ____________________________________________________________________________
38777 [ 8046] By: jhi on 2000/12/08 23:10:27
38778 Log: A missed check-in.
38780 ! lib/ExtUtils/Manifest.pm
38781 ____________________________________________________________________________
38782 [ 8045] By: jhi on 2000/12/08 21:57:12
38783 Log: (null check-in)
38785 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
38786 ____________________________________________________________________________
38787 [ 8044] By: jhi on 2000/12/08 21:11:06
38788 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
38789 at the final draft stage.
38791 + ext/Encode/Encode/iso8859-16.enc
38793 ____________________________________________________________________________
38794 [ 8043] By: jhi on 2000/12/08 16:39:04
38795 Log: Update Changes.
38797 ! Changes patchlevel.h
38798 ____________________________________________________________________________
38799 [ 8042] By: jhi on 2000/12/08 16:33:39
38800 Log: Do not return the Unicode replacement character if UTF-8
38801 decoding goes awry, it should be up to the caller to decide.
38803 ! pod/perlapi.pod utf8.c
38804 ____________________________________________________________________________
38805 [ 8041] By: jhi on 2000/12/08 16:22:28
38806 Log: metaconfig maintenance.
38808 ! U/modified/stdchar.U
38809 Branch: metaconfig/U/perl
38811 ____________________________________________________________________________
38812 [ 8040] By: jhi on 2000/12/08 16:03:08
38813 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
38814 From: sthoenna@efn.org
38815 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
38816 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
38818 ! Changes lib/ExtUtils/MM_OS2.pm
38819 ____________________________________________________________________________
38820 [ 8039] By: jhi on 2000/12/08 15:57:11
38821 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
38822 From: Simon Cozens <simon@cozens.net>
38823 Date: Fri, 8 Dec 2000 13:33:31 +0000
38824 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
38826 (The pp_hot part needed a rewrite.)
38828 ! doop.c pp_hot.c utf8.c
38829 ____________________________________________________________________________
38830 [ 8038] By: jhi on 2000/12/08 15:25:08
38832 From: Michael Stevens <michael@etla.org>
38833 Date: Wed, 6 Dec 2000 23:24:01 +0000
38834 Message-ID: <20001206232400.A21381@firedrake.org>
38836 Plus a note from Nick Ing-Simmons.
38839 ____________________________________________________________________________
38840 [ 8037] By: jhi on 2000/12/08 15:18:35
38841 Log: Filetype is text.
38843 ! t/op/utf8decode.t
38844 ____________________________________________________________________________
38845 [ 8036] By: jhi on 2000/12/08 03:31:27
38846 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38847 From: Andy Dougherty <doughera@lafayette.edu>
38848 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
38849 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
38851 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38852 From: Andy Dougherty <doughera@lafayette.edu>
38853 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
38854 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
38856 + ext/POSIX/hints/svr4.pl
38857 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
38858 ____________________________________________________________________________
38859 [ 8035] By: jhi on 2000/12/08 03:26:01
38860 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
38861 From: Andy Dougherty <doughera@lafayette.edu>
38862 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
38863 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
38865 ! t/README t/base/term.t
38866 ____________________________________________________________________________
38867 [ 8034] By: jhi on 2000/12/08 03:21:59
38868 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
38869 From: mjd@plover.com
38870 Date: 7 Dec 2000 21:04:20 -0000
38871 Message-ID: <20001207210420.22282.qmail@plover.com>
38876 ____________________________________________________________________________
38877 [ 8033] By: jhi on 2000/12/08 03:19:03
38878 Log: Use the UTF8 macros a bit. They can't be used with abandon
38879 everywhere because we do generate illegal UTF-8 in some situations.
38880 This is of course naughty.
38882 ! pod/perlapi.pod utf8.c utf8.h
38883 ____________________________________________________________________________
38884 [ 8032] By: jhi on 2000/12/08 03:00:09
38887 ! t/pragma/warn/utf8
38888 ____________________________________________________________________________
38889 [ 8031] By: jhi on 2000/12/08 02:22:39
38893 ____________________________________________________________________________
38894 [ 8030] By: jhi on 2000/12/08 01:23:54
38895 Log: Add test for reverse().
38899 ____________________________________________________________________________
38900 [ 8029] By: jhi on 2000/12/08 01:21:47
38901 Log: Integrate perlio.
38903 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
38904 !> perlio.c perlio.h perlsdio.h warnings.pl
38905 ____________________________________________________________________________
38906 [ 8028] By: jhi on 2000/12/08 01:19:08
38907 Log: Introduce macros for UTF8 decoding.
38909 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
38910 ____________________________________________________________________________
38911 [ 8027] By: nick on 2000/12/07 22:18:19
38912 Log: Integrate mainline
38914 !> embed.pl pod/perlapi.pod utf8.c
38915 ____________________________________________________________________________
38916 [ 8026] By: nick on 2000/12/07 21:45:08
38917 Log: Various oddities p4 diff -se showed up
38918 Remove 'our' from warnings.pl
38920 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
38921 ____________________________________________________________________________
38922 [ 8025] By: nick on 2000/12/07 21:43:32
38923 Log: Change PerlIO_(get|set)pos to take SV *
38924 Should fix, OS/2, VMS, (sfio??)
38926 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
38927 ____________________________________________________________________________
38928 [ 8024] By: jhi on 2000/12/07 19:05:32
38929 Log: Document utf8_to_uv() better.
38931 ! pod/perlapi.pod utf8.c
38932 ____________________________________________________________________________
38933 [ 8023] By: jhi on 2000/12/07 18:23:47
38934 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
38936 ! embed.pl pod/perlapi.pod utf8.c
38937 ____________________________________________________________________________
38938 [ 8022] By: jhi on 2000/12/07 04:13:51
38939 Log: Integrate perlio.
38941 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
38942 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
38943 !> win32/makefile.mk
38944 ____________________________________________________________________________
38945 [ 8021] By: nick on 2000/12/07 00:28:14
38946 Log: Various attempts at MSVC debug - not sure what has
38947 changed but works now.
38948 Seems atexit() _may_ work for DLLs built with MSVC so don't
38949 call cleanup that way.
38951 ! perlio.c win32/makefile.mk
38952 ____________________________________________________________________________
38953 [ 8020] By: nick on 2000/12/06 19:57:20
38954 Log: Integrate mainline
38956 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
38957 !> (integrate 75 files)
38958 ____________________________________________________________________________
38959 [ 8019] By: nick on 2000/12/06 19:28:21
38960 Log: Add useperlio to config.vc
38961 Turn off binmode in config_H.PL
38962 Regen all the config_H.xx
38963 Attempt to get debugging build with MSVC.
38965 ! win32/config.vc win32/config_H.bc win32/config_H.gc
38966 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
38967 ____________________________________________________________________________
38968 [ 8018] By: nick on 2000/12/06 19:21:57
38969 Log: Test various dup/external program options on all platforms.
38972 ____________________________________________________________________________
38973 [ 8017] By: nick on 2000/12/06 19:20:47
38974 Log: Fix harness to be less picky
38976 ! lib/Test/Harness.pm
38977 ____________________________________________________________________________
38978 [ 8016] By: jhi on 2000/12/06 16:45:12
38979 Log: Update Changes.
38981 ! Changes patchlevel.h
38982 ____________________________________________________________________________
38983 [ 8015] By: jhi on 2000/12/06 16:41:03
38984 Log: Test \x{...} with ord().
38987 ____________________________________________________________________________
38988 [ 8014] By: jhi on 2000/12/06 16:20:33
38989 Log: Test tweak because of #8013.
38992 ____________________________________________________________________________
38993 [ 8013] By: jhi on 2000/12/06 16:09:09
38994 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
38995 From: Michael G Schwern <schwern@pobox.com>
38996 Date: Tue, 5 Dec 2000 21:23:28 -0500
38997 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
38999 Carp::Heavy parts not very applicable because of recent changes.
39001 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
39002 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
39003 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
39004 ! lib/Exporter.pm lib/Exporter/Heavy.pm
39005 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
39006 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
39007 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
39008 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
39009 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
39010 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
39011 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
39012 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
39013 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
39014 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
39015 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
39016 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
39017 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
39018 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
39019 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
39020 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
39022 ____________________________________________________________________________
39023 [ 8012] By: jhi on 2000/12/06 15:22:38
39024 Log: Subject: [PATCH] Re: New harness is failing things
39025 From: Nick Ing-Simmons <nik@tiuk.ti.com>
39026 Date: Wed, 6 Dec 2000 13:00:30 GMT
39027 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
39029 ! lib/Test/Harness.pm
39030 ____________________________________________________________________________
39031 [ 8011] By: jhi on 2000/12/06 15:12:08
39032 Log: Subject: installhtml changes
39033 From: Michael Stevens <michael@etla.org>
39034 Date: Wed, 6 Dec 2000 13:15:53 +0000
39035 Message-ID: <20001206131553.A27317@firedrake.org>
39038 ____________________________________________________________________________
39039 [ 8010] By: jhi on 2000/12/06 15:06:05
39040 Log: Subject: the dTHR hits
39041 From: Michael Stevens <michael@etla.org>
39042 Date: Wed, 6 Dec 2000 12:06:03 +0000
39043 Message-ID: <20001206120603.A24581@firedrake.org>
39045 More, errrm, less dTHRs.
39047 ! bytecode.pl ext/B/B/C.pm
39048 ____________________________________________________________________________
39049 [ 8009] By: jhi on 2000/12/06 15:04:25
39050 Log: Subject: MakeMaker mailing list gone?
39051 From: Michael G Schwern <schwern@pobox.com>
39052 Date: Tue, 5 Dec 2000 19:29:59 -0500
39053 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
39055 The MakeMaker mailing list is dead, perlbug is the right
39056 address to report bugs.
39058 ! lib/ExtUtils/MakeMaker.pm
39059 ____________________________________________________________________________
39060 [ 8008] By: jhi on 2000/12/06 15:00:32
39061 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
39062 From: Michael G Schwern <schwern@pobox.com>
39063 Date: Tue, 5 Dec 2000 19:21:21 -0500
39064 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
39066 Add a default MANIFEST skip that ignores things like
39067 version control files, editor temporary files, and the Makefile.
39069 + lib/ExtUtils/MANIFEST.SKIP
39070 ! MANIFEST lib/ExtUtils/Manifest.pm
39071 ____________________________________________________________________________
39072 [ 8007] By: jhi on 2000/12/06 14:57:20
39073 Log: In Amiga more manual hackery of the scripts seems to be needed,
39074 from Jan-Erik Karlsson. Why Configure does not get this right
39075 is unknown, may be shell-induced.
39078 ____________________________________________________________________________
39079 [ 8006] By: jhi on 2000/12/05 23:53:12
39080 Log: Add TOPm1s to peek at the second topmost stack item.
39083 ____________________________________________________________________________
39084 [ 8005] By: jhi on 2000/12/05 23:13:55
39085 Log: Avaunt, you foul UTF-8 tests.
39087 ! t/op/ver.t t/pragma/utf8.t
39088 ____________________________________________________________________________
39089 [ 8004] By: jhi on 2000/12/05 23:09:54
39090 Log: Continue utf8 dispersal.
39093 ! MANIFEST t/pragma/utf8.t
39094 ____________________________________________________________________________
39095 [ 8003] By: nick on 2000/12/05 23:02:39
39096 Log: Integrate mainline.
39098 +> t/op/length.t t/op/utf8decode.t
39099 !> (integrate 69 files)
39100 ____________________________________________________________________________
39101 [ 8002] By: jhi on 2000/12/05 22:59:28
39102 Log: Integrate perlio.
39104 !> iperlsys.h perl.c perlio.c win32/perllib.c
39105 ____________________________________________________________________________
39106 [ 8001] By: nick on 2000/12/05 22:07:52
39107 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
39108 - calloc/free suffer from damage on TerminateThread()
39109 - use PerlMemShared (as originally planned) now fixed
39110 - avoid doing anything important on DLL "detach".
39112 ! perl.c perlio.c win32/perllib.c
39113 ____________________________________________________________________________
39114 [ 8000] By: nick on 2000/12/05 21:05:09
39115 Log: Fix gross PerlMemShared issue.
39118 ____________________________________________________________________________
39119 [ 7999] By: jhi on 2000/12/05 20:46:58
39120 Log: Test for Unicode (UTF-8) hash keys.
39123 ____________________________________________________________________________
39124 [ 7998] By: jhi on 2000/12/05 20:30:35
39125 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
39126 is now always UTF-8), empty line cosmetics.
39129 ____________________________________________________________________________
39130 [ 7997] By: jhi on 2000/12/05 20:15:40
39131 Log: Subject: Re: STRLEN - what?
39132 From: Andy Dougherty <doughera@lafayette.edu>
39133 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
39134 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
39139 ____________________________________________________________________________
39140 [ 7996] By: jhi on 2000/12/05 20:13:34
39141 Log: Split off the UTF-8 decoder tests, make them to check also
39144 + t/op/utf8decode.t
39145 ! MANIFEST t/pragma/utf8.t utf8.c
39146 ____________________________________________________________________________
39147 [ 7995] By: jhi on 2000/12/05 16:39:47
39148 Log: Start migrating bits of pragma/utf8 to elsewhere
39149 (since the long term plan is to obsolete 'use utf8').
39152 ! MANIFEST t/pragma/utf8.t
39153 ____________________________________________________________________________
39154 [ 7994] By: jhi on 2000/12/05 16:30:21
39155 Log: Fix a manual edit typo from #7993, fix the message formatting
39156 for Unicode, add few our declarations.
39158 ! lib/Carp/Heavy.pm
39159 ____________________________________________________________________________
39160 [ 7993] By: jhi on 2000/12/05 16:09:15
39161 Log: Subject: Need help with warnings :-(
39162 From: "Ben Tilly" <ben_tilly@hotmail.com>
39163 Date: Tue, 05 Dec 2000 01:35:54 -0500
39164 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
39166 Subject: UPDATE: Carp/Heavy now passes all tests
39167 From: "Ben Tilly" <ben_tilly@hotmail.com>
39168 Date: Tue, 05 Dec 2000 07:59:41 -0500
39169 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
39171 The Brave New Carp.
39173 ! lib/Carp.pm lib/Carp/Heavy.pm
39174 ____________________________________________________________________________
39175 [ 7992] By: jhi on 2000/12/05 15:55:08
39176 Log: Subject: [PATCH perl@7979] cygwin port
39177 From: "Eric Fifer" <efifer@dircon.co.uk>
39178 Date: Tue, 5 Dec 2000 14:04:09 -0000
39179 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
39181 ! t/lib/net-hostent.t
39182 ____________________________________________________________________________
39183 [ 7991] By: jhi on 2000/12/05 15:52:34
39184 Log: Subject: Re: [PATCH] The largest hoax of all times?
39185 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39186 Date: Tue, 5 Dec 2000 00:40:25 -0500
39187 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
39189 Subject: Re: [PATCH] The largest hoax of all times?
39190 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39191 Date: Mon, 4 Dec 2000 23:55:53 -0500
39192 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
39194 Subject: Re: [PATCH] The largest hoax of all times?
39195 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39196 Date: Tue, 5 Dec 2000 01:28:45 -0500
39197 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
39199 Fix the unpredictable order of DESTROYs.
39201 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
39202 ! sv.c sv.h t/op/ref.t
39203 ____________________________________________________________________________
39204 [ 7990] By: jhi on 2000/12/05 14:38:53
39205 Log: Subject: [PATCH] shrink pp_hot fractionally
39206 From: Nicholas Clark <nick@ccl4.org>
39207 Date: Tue, 5 Dec 2000 12:44:31 +0000
39208 Message-ID: <20001205124431.E74518@plum.flirble.org>
39210 Use report_evil_fh().
39212 ! opcode.pl opnames.h pp_hot.c util.c
39213 ____________________________________________________________________________
39214 [ 7989] By: jhi on 2000/12/05 14:21:27
39215 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
39216 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39217 Date: Mon, 04 Dec 2000 22:21:59 -0800
39218 Message-ID: <HmIL6gzkgepS092yn@efn.org>
39220 Harness shouldn't ignore responses like "ok 3\r\r\n".
39222 ! lib/Test/Harness.pm
39223 ____________________________________________________________________________
39224 [ 7988] By: jhi on 2000/12/05 13:51:28
39225 Log: Integrate the "skip" messages to explain().
39227 ! t/lib/syslfs.t t/op/lfs.t
39228 ____________________________________________________________________________
39229 [ 7987] By: jhi on 2000/12/05 12:34:54
39230 Log: The one that got away in #7984.
39232 Subject: Re: dTHR - what and why?
39233 From: Michael Stevens <michael@etla.org>
39234 Date: Tue, 5 Dec 2000 11:15:52 +0000
39235 Message-ID: <20001205111552.A4647@firedrake.org>
39238 ____________________________________________________________________________
39239 [ 7986] By: gsar on 2000/12/05 09:14:44
39240 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
39241 due to the notorious GetFileType() bug in Windows 9x, which fstat()
39244 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
39245 ____________________________________________________________________________
39246 [ 7985] By: jhi on 2000/12/05 05:49:03
39247 Log: Integrate perlio.
39249 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
39250 !> win32/perlhost.h win32/perllib.c
39251 ____________________________________________________________________________
39252 [ 7984] By: jhi on 2000/12/05 05:48:16
39253 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
39255 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
39256 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
39257 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
39258 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
39259 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
39260 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
39261 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
39262 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
39264 ____________________________________________________________________________
39265 [ 7983] By: nick on 2000/12/04 23:27:43
39266 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
39268 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
39269 ! win32/perlhost.h win32/perllib.c
39270 ____________________________________________________________________________
39271 [ 7982] By: jhi on 2000/12/04 19:44:09
39272 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
39273 uncovered by #7980.
39276 ____________________________________________________________________________
39277 [ 7981] By: jhi on 2000/12/04 19:42:07
39278 Log: Subject: [PATCH] Trivial dump.c feature
39279 From: Simon Cozens <simon@cozens.net>
39280 Date: Mon, 4 Dec 2000 18:08:38 +0000
39281 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
39283 Show whether a constant is UTF-8.
39286 ____________________________________________________________________________
39287 [ 7980] By: jhi on 2000/12/04 19:36:51
39288 Log: UTF-8 hash keys, patch from Inaba Hiroto.
39290 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
39291 ____________________________________________________________________________
39292 [ 7979] By: jhi on 2000/12/04 17:36:28
39293 Log: Update Changes.
39295 ! Changes patchlevel.h
39296 ____________________________________________________________________________
39297 [ 7978] By: jhi on 2000/12/04 16:42:17
39298 Log: Retract #7977, still too volatile (the euphemism of the day
39299 for unfinished and buggy :-)
39301 ! doop.c hv.c pp.c sv.h
39302 ____________________________________________________________________________
39303 [ 7977] By: jhi on 2000/12/04 16:25:15
39304 Log: (Retracted by #7978, too shaky yet.)
39306 Subject: Re: utf8 in hash keys, implementor missing
39307 From: Simon Cozens <simon@cozens.net>
39308 Date: Sat, 2 Dec 2000 19:49:35 +0000
39309 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
39311 The first step at UTF-8 hash keys.
39313 ! doop.c hv.c pp.c sv.h
39314 ____________________________________________________________________________
39315 [ 7976] By: jhi on 2000/12/04 16:13:53
39316 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
39317 From: sthoenna@efn.org
39318 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
39319 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
39321 ! os2/os2.c perlio.c
39322 ____________________________________________________________________________
39323 [ 7975] By: jhi on 2000/12/04 16:05:25
39324 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
39325 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39326 Date: Thu, 30 Nov 2000 20:50:37 -0800
39327 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
39330 ____________________________________________________________________________
39331 [ 7974] By: jhi on 2000/12/04 16:03:57
39332 Log: Subject: [PATCH] ++ 20% faster
39333 From: Nicholas Clark <nick@ccl4.org>
39334 Date: Mon, 4 Dec 2000 12:17:27 +0000
39335 Message-ID: <20001204121726.B52976@plum.flirble.org>
39337 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
39340 ____________________________________________________________________________
39341 [ 7973] By: jhi on 2000/12/04 16:00:48
39343 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
39344 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39345 Date: Mon, 04 Dec 2000 12:30:45 +0100
39346 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
39348 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
39349 library (getprotobyname and getprotobynumber are outversioned by
39350 the same calls in libc, at least for xlc version 3.
39353 ____________________________________________________________________________
39354 [ 7972] By: jhi on 2000/12/04 02:58:31
39355 Log: Integrate perlio.
39357 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
39358 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
39359 !> win32/win32.h win32/win32iop.h win32/win32thread.h
39360 ____________________________________________________________________________
39361 [ 7971] By: nick on 2000/12/04 00:24:33
39362 Log: Quieten some noise in Win32 builds:
39363 - win32.h is included after <sys/socket.h>, so need to
39364 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
39365 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
39367 ! doio.c perl.h toke.c win32/win32.h
39368 ____________________________________________________________________________
39369 [ 7970] By: nick on 2000/12/03 22:57:46
39370 Log: PERL_IMPLICIT_SYS compiles but does not work.
39372 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
39373 ! win32/perlhost.h win32/perllib.c win32/win32.h
39374 ! win32/win32iop.h win32/win32thread.h
39375 ____________________________________________________________________________
39376 [ 7969] By: jhi on 2000/12/03 22:12:58
39377 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
39378 used to swash_init(), makes regprop() dumps more informative
39379 (+utf8::IsAlpha, -utf8::IsDigit, for example).
39381 ! regcomp.c regexec.c
39382 ____________________________________________________________________________
39383 [ 7968] By: jhi on 2000/12/03 21:39:56
39384 Log: Implement ANYOFUTF8 regprop() dumping.
39387 ____________________________________________________________________________
39388 [ 7967] By: jhi on 2000/12/03 20:57:19
39389 Log: Make uv_to_utf8() to zero-terminate its output buffer,
39390 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
39392 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
39393 ____________________________________________________________________________
39394 [ 7966] By: nick on 2000/12/03 18:41:21
39395 Log: Integrate mainline (STDCHAR)
39397 !> Configure t/pragma/utf8.t
39398 ____________________________________________________________________________
39399 [ 7965] By: jhi on 2000/12/03 17:58:20
39400 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
39403 ____________________________________________________________________________
39404 [ 7964] By: jhi on 2000/12/03 17:35:56
39405 Log: Integrate perlio.
39407 !> iperlsys.h perlio.c
39408 ____________________________________________________________________________
39409 [ 7963] By: jhi on 2000/12/03 17:33:55
39410 Log: Metaconfig unit change for #7962.
39412 ! U/modified/stdchar.U
39413 ____________________________________________________________________________
39414 [ 7962] By: jhi on 2000/12/03 17:33:27
39415 Log: Untangle the <stdio.h> #include nest for the stdchar test,
39416 from Andy Dougherty.
39419 ____________________________________________________________________________
39420 [ 7961] By: nick on 2000/12/03 16:53:00
39421 Log: Make iperlsys.h vector stdio not PerlIO.
39423 ! iperlsys.h perlio.c
39424 ____________________________________________________________________________
39425 [ 7960] By: nick on 2000/12/03 14:43:01
39426 Log: Integrate mainline
39428 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
39429 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
39430 ____________________________________________________________________________
39431 [ 7959] By: jhi on 2000/12/03 08:16:36
39432 Log: Use DO_UTF8().
39435 ____________________________________________________________________________
39436 [ 7958] By: jhi on 2000/12/02 18:33:05
39437 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
39438 From: Mike Guy <mjtg@cam.ac.uk>
39439 Date: Sat, 02 Dec 2000 17:27:13 +0000
39440 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
39442 An extraneous argument.
39445 ____________________________________________________________________________
39446 [ 7957] By: jhi on 2000/12/02 18:22:32
39447 Log: A missing hunk.
39449 ! t/lib/net-hostent.t
39450 ____________________________________________________________________________
39451 [ 7956] By: jhi on 2000/12/02 18:06:20
39452 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
39453 From: Nicholas Clark <nick@ccl4.org>
39454 Date: Sat, 2 Dec 2000 14:28:27 +0000
39455 Message-ID: <20001202142827.A12308@plum.flirble.org>
39459 ! t/lib/net-hostent.t
39460 ____________________________________________________________________________
39461 [ 7955] By: jhi on 2000/12/02 17:58:06
39462 Log: Metaconfig unit change for #7954.
39464 ! U/modified/stdchar.U
39465 ____________________________________________________________________________
39466 [ 7954] By: jhi on 2000/12/02 17:54:32
39467 Log: An inconvenient hang would happen if the stdio _ptr wasn't
39468 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
39469 would be grepping stdin for all eternity for the _ptr.)
39472 ____________________________________________________________________________
39473 [ 7953] By: jhi on 2000/12/02 00:07:15
39474 Log: Update Changes.
39476 ! Changes patchlevel.h
39477 ____________________________________________________________________________
39478 [ 7952] By: jhi on 2000/12/01 23:54:47
39479 Log: Subject: Re: long shell lines
39480 From: Andy Dougherty <doughera@lafayette.edu>
39481 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
39482 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
39484 Split overly long shell command lines.
39486 ! lib/ExtUtils/MM_Unix.pm
39487 ____________________________________________________________________________
39488 [ 7951] By: jhi on 2000/12/01 23:48:02
39489 Log: The metaconfig unit change for #7950.
39491 + U/modified/stdchar.U
39492 ____________________________________________________________________________
39493 [ 7950] By: jhi on 2000/12/01 23:47:39
39494 Log: Try to find stdchar also from <stdio_impl.h>.
39496 ! Configure config_h.SH
39497 ____________________________________________________________________________
39498 [ 7949] By: jhi on 2000/12/01 23:46:45
39499 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
39500 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39501 Date: Fri, 1 Dec 2000 16:26:08 -0500
39502 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
39504 Reword the diagnostic message.
39507 ____________________________________________________________________________
39508 [ 7948] By: nick on 2000/12/01 22:49:43
39509 Log: Integrate mainline (for s/y/m as sub names stuff).
39511 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
39512 !> t/pragma/warn/toke toke.c
39513 ____________________________________________________________________________
39514 [ 7947] By: jhi on 2000/12/01 20:55:41
39515 Log: Integrate perlio.
39517 !> perlio.c perliol.h t/io/pipe.t
39518 ____________________________________________________________________________
39519 [ 7946] By: jhi on 2000/12/01 20:36:51
39520 Log: Upgrade to CPAN 1.59_51, from Andreas König.
39522 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39523 ____________________________________________________________________________
39524 [ 7945] By: nick on 2000/12/01 20:31:32
39525 Log: Integrate mainline
39527 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
39528 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
39529 +> t/lib/net-hostent.t
39530 !> (integrate 35 files)
39531 ____________________________________________________________________________
39532 [ 7944] By: jhi on 2000/12/01 20:23:29
39533 Log: Some help for 20001130.011. Now one gets warnings like
39534 "Ambiguous -f() resolved as a file test ..."
39536 ! pod/perldiag.pod t/pragma/warn/toke toke.c
39537 ____________________________________________________________________________
39538 [ 7943] By: jhi on 2000/12/01 19:44:44
39539 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
39540 that also breaks using them as methods.
39542 ! pod/perldiag.pod t/op/misc.t toke.c
39543 ____________________________________________________________________________
39544 [ 7942] By: nick on 2000/12/01 17:56:46
39545 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
39546 Make 'unix' pass most tests
39547 - do unread by temporary push of layer ("pending") holding unread chars
39548 - fast_gets is now based on per-handle flag
39549 - relax one of io/pipe.t tests to allow print to fail and close to
39550 succeed so that it passes on unbuffered "unix" layer.
39551 Remaining fail is sporadic and a genuine race condition between
39552 parent/child in fork test.
39554 ! perlio.c perliol.h t/io/pipe.t
39555 ____________________________________________________________________________
39556 [ 7941] By: jhi on 2000/12/01 15:28:58
39557 Log: (Retracted by #7943.)
39559 Reserve the short named string operator names.
39561 ! pod/perldiag.pod t/op/misc.t toke.c
39562 ____________________________________________________________________________
39563 [ 7940] By: jhi on 2000/12/01 06:45:53
39564 Log: Get the three different space character classes right under utf8.
39566 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
39567 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
39568 ! regexec.c t/op/pat.t utf8.c
39569 ____________________________________________________________________________
39570 [ 7939] By: jhi on 2000/12/01 03:26:26
39571 Log: Two more tests that make no sense in UTF-8 since the test
39572 data is not in UTF-8.
39575 ____________________________________________________________________________
39576 [ 7938] By: jhi on 2000/12/01 03:20:39
39577 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
39578 should it be required inside regexen?
39580 ! regcomp.c t/op/regmesg.t
39581 ____________________________________________________________________________
39582 [ 7937] By: jhi on 2000/12/01 02:58:53
39583 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
39584 stored and restored, and thusly was trounced by the utf8 swash
39588 ____________________________________________________________________________
39589 [ 7936] By: jhi on 2000/11/30 20:41:39
39590 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
39591 Why the different platforms behave so differently (core dump vs
39592 no core dump) on this bug is a but of a mystery, but if I had to
39593 guess I would mumble something like 'alignment'.
39596 ____________________________________________________________________________
39597 [ 7935] By: jhi on 2000/11/30 16:17:02
39598 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
39599 From: Robin Barker <rmb1@cise.npl.co.uk>
39600 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
39601 Date: Thu, 30 Nov 2000 14:27:12 GMT
39604 ____________________________________________________________________________
39605 [ 7934] By: jhi on 2000/11/30 16:04:49
39606 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
39608 ! t/lib/net-hostent.t
39609 ____________________________________________________________________________
39610 [ 7933] By: jhi on 2000/11/30 06:07:26
39611 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
39612 From: Peter Prymmer <pvhp@forte.com>
39613 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
39614 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
39616 In VMS the localhost may be LOCALHOST.
39618 ! t/lib/net-hostent.t
39619 ____________________________________________________________________________
39620 [ 7932] By: jhi on 2000/11/30 01:11:11
39621 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
39622 From: Peter Prymmer <pvhp@forte.com>
39623 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
39624 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
39626 plus regen perlapi.pod.
39628 ! pod/perlapi.pod utf8.c
39629 ____________________________________________________________________________
39630 [ 7931] By: jhi on 2000/11/30 01:06:19
39631 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
39632 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39633 Date: Wed, 29 Nov 2000 17:15:11 EST
39634 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
39636 ! t/lib/filter-util.pl t/lib/filter-util.t
39637 ____________________________________________________________________________
39638 [ 7930] By: jhi on 2000/11/29 18:51:55
39639 Log: Update Changes.
39641 ! Changes patchlevel.h
39642 ____________________________________________________________________________
39643 [ 7929] By: jhi on 2000/11/29 18:50:55
39644 Log: Update the va_copy() metaconfig unit.
39645 Branch: metaconfig/U/perl
39647 ____________________________________________________________________________
39648 [ 7928] By: jhi on 2000/11/29 17:50:43
39649 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
39650 From: Dominic Dunlop <domo@computer.org>
39651 Date: Tue, 28 Nov 2000 16:41:57 +0100
39652 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
39654 Patch to catch a core dump in the Configure va_copy test.
39656 ! Configure config_h.SH
39657 ____________________________________________________________________________
39658 [ 7927] By: jhi on 2000/11/29 17:31:59
39659 Log: Retract #7921, the patch shouldn't be needed.
39662 ____________________________________________________________________________
39663 [ 7926] By: jhi on 2000/11/29 17:01:41
39664 Log: Make the Class::Struct import() wiser.
39666 ! lib/Class/Struct.pm t/lib/class-struct.t
39667 ____________________________________________________________________________
39668 [ 7925] By: jhi on 2000/11/29 16:36:33
39669 Log: All the core library users of Class::Struct seem to be
39670 using "use Class::Struct 'struct';" instead of the bare
39671 "use Class::Struct;", which isn't documented in Class::Struct.
39672 This can't be right.
39675 ____________________________________________________________________________
39676 [ 7924] By: jhi on 2000/11/29 16:32:15
39677 Log: A test works better if it has the right 1..$n output.
39679 ! t/lib/class-struct.t
39680 ____________________________________________________________________________
39681 [ 7923] By: jhi on 2000/11/29 16:29:11
39682 Log: Forgot to MANIFEST the new Net::hostent test.
39685 ____________________________________________________________________________
39686 [ 7922] By: jhi on 2000/11/29 16:27:49
39687 Log: Integrate perlio.
39689 !> iperlsys.h perlio.c
39690 ____________________________________________________________________________
39691 [ 7921] By: jhi on 2000/11/29 16:27:10
39692 Log: (Retracted by #7927.)
39694 Subject: [PATCH] Is infinity a number?
39695 From: Simon Cozens <simon@cozens.net>
39696 Date: Wed, 29 Nov 2000 14:48:20 +0000
39697 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
39700 ____________________________________________________________________________
39701 [ 7920] By: jhi on 2000/11/29 16:23:02
39702 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
39703 From: rspier@pobox.com (Robert Spier)
39704 Date: Wed, 29 Nov 2000 02:17:49 -0500
39705 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
39707 Add a test for Net::hostent.
39709 + t/lib/net-hostent.t
39710 ____________________________________________________________________________
39711 [ 7919] By: jhi on 2000/11/29 16:21:31
39712 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
39713 add a test for Class::Struct.
39715 + t/lib/class-struct.t
39716 ! MANIFEST lib/Class/Struct.pm
39717 ____________________________________________________________________________
39718 [ 7918] By: jhi on 2000/11/29 15:48:40
39719 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
39720 From: rspier@pobox.com (Robert Spier)
39721 Date: Wed, 29 Nov 2000 02:25:39 -0500
39722 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
39724 More checking in case someone has broken their services or
39725 protocol databases.
39727 ! ext/Sys/Syslog/Syslog.pm
39728 ____________________________________________________________________________
39729 [ 7917] By: jhi on 2000/11/29 15:46:25
39730 Log: Subject: [PATCH] $^O win32 -> MSWin32
39731 From: rspier@pobox.com (Robert Spier)
39732 Date: Wed, 29 Nov 2000 02:17:38 -0500
39733 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
39735 plus similar nits for vms, err, VMS, and UNICOS.
39737 ! t/lib/syslfs.t t/op/lfs.t
39738 ____________________________________________________________________________
39739 [ 7916] By: jhi on 2000/11/29 15:42:51
39740 Log: Subject: [PATCH] Tokeniser debugging
39741 From: Simon Cozens <simon@cozens.net>
39742 Date: Wed, 29 Nov 2000 14:15:45 +0000
39743 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
39745 ! perl.c perl.h pod/perlrun.pod toke.c
39746 ____________________________________________________________________________
39747 [ 7915] By: jhi on 2000/11/29 15:41:36
39748 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
39749 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39750 Date: Wed, 29 Nov 2000 02:13:14 -0500
39751 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
39755 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
39756 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39757 Date: Wed, 29 Nov 2000 03:09:04 -0500
39758 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
39760 OUT and IN_OUT documentation.
39762 ! lib/ExtUtils/xsubpp pod/perlxs.pod
39763 ____________________________________________________________________________
39764 [ 7914] By: jhi on 2000/11/29 03:35:01
39765 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
39766 From: John Tobey <jtobey@john-edwin-tobey.org>
39767 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
39768 Message-Id: <m140e1N-000FOoC@feynman.localnet>
39770 plus a performance speedup noticed by Sarathy.
39773 ____________________________________________________________________________
39774 [ 7913] By: jhi on 2000/11/29 03:16:59
39775 Log: Use "1 while unlink" so that VMS gets clean, too.
39777 ! t/lib/filter-util.t
39778 ____________________________________________________________________________
39779 [ 7912] By: jhi on 2000/11/29 03:09:08
39780 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
39781 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39782 Date: Tue, 28 Nov 2000 03:27:09 -0500
39783 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
39785 ! lib/ExtUtils/xsubpp
39786 ____________________________________________________________________________
39787 [ 7911] By: jhi on 2000/11/29 03:06:30
39788 Log: This should have been part of #7872: no need to scan UTF-8
39792 ____________________________________________________________________________
39793 [ 7910] By: jhi on 2000/11/29 02:50:04
39794 Log: One more perltie.pod nit from Casey R. Tweten.
39797 ____________________________________________________________________________
39798 [ 7909] By: jhi on 2000/11/29 02:44:23
39799 Log: Document the known sprintf test failures, exact standard
39800 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
39802 ! pod/perldelta.pod t/op/sprintf.t
39803 ____________________________________________________________________________
39804 [ 7908] By: jhi on 2000/11/29 02:36:23
39805 Log: Add the Encoding table format documentation.
39807 + ext/Encode/Encode/EncodeFormat.pod
39809 ____________________________________________________________________________
39810 [ 7907] By: jhi on 2000/11/29 02:07:24
39811 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
39812 From: "Casey R. Tweten" <crt@kiski.net>
39813 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
39814 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
39816 Subject: Re: [PATCH] Updating perltie.pod for arrays
39817 From: "Casey R. Tweten" <crt@kiski.net>
39818 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
39819 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
39822 ____________________________________________________________________________
39823 [ 7906] By: nick on 2000/11/28 22:40:59
39824 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
39826 ! iperlsys.h perlio.c
39827 ____________________________________________________________________________
39828 [ 7905] By: nick on 2000/11/28 22:04:34
39829 Log: Integrate mainline
39831 !> (integrate 39 files)
39832 ____________________________________________________________________________
39833 [ 7904] By: jhi on 2000/11/28 16:44:43
39834 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
39835 From: Nicholas Clark <nick@babyhippo.co.uk>
39836 Date: Tue, 28 Nov 2000 11:16:57 +0000
39837 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
39840 ____________________________________________________________________________
39841 [ 7903] By: jhi on 2000/11/28 16:40:31
39842 Log: Subject: [PATCH] Updating perltie.pod for arrays
39843 From: "Casey R. Tweten" <crt@kiski.net>
39844 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
39845 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
39848 ____________________________________________________________________________
39849 [ 7902] By: jhi on 2000/11/28 16:39:37
39850 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
39851 From: Robin Barker <rmb1@cise.npl.co.uk>
39852 Date: Mon, 27 Nov 2000 17:56:44 GMT
39853 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
39855 ! pod/perlfunc.pod t/op/split.t
39856 ____________________________________________________________________________
39857 [ 7901] By: jhi on 2000/11/28 16:28:04
39858 Log: setmode() is a DOSish-only thing.
39861 ____________________________________________________________________________
39862 [ 7900] By: jhi on 2000/11/28 16:21:46
39863 Log: Subject: [PATCH] perlcc.PL cleanups
39864 From: Simon Cozens <simon@cozens.net>
39865 Date: Tue, 28 Nov 2000 12:44:35 +0000
39866 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
39869 ____________________________________________________________________________
39870 [ 7899] By: gsar on 2000/11/28 06:32:55
39871 Log: reintegrate files missed by change#7895
39872 Branch: maint-5.6/perl
39873 +> ext/ByteLoader/bytecode.h utils/Makefile
39875 ____________________________________________________________________________
39876 [ 7897] By: gsar on 2000/11/27 18:22:47
39877 Log: can't integrate these two files, for some reason
39878 Branch: maint-5.6/perl
39879 - ext/ByteLoader/bytecode.h utils/Makefile
39880 ____________________________________________________________________________
39881 [ 7895] By: gsar on 2000/11/27 18:11:21
39882 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
39883 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
39884 6757..6890,6892..6901 from mainline
39886 Bytecompiler patches from Benjamin Stuhl.
39890 Subject: [PATCH blead] B:: missing dependency
39892 Subject: [PATCH: 6757] configure.com updates and syslog build
39894 Long double Gconvert fixes from Yitzchak Scott-Thoennes
39895 and Spider Boardman.
39897 Subject: [PATCH blead] nextchar() abuse misses an optimisation
39899 Long double fixes from Spider Boardman.
39901 Make the selection of NVff et al stricter.
39903 cSVOPo_*v things index into the current PL_curpad
39904 under ithreads, which is different from the curpad
39905 used by the XSUB. (In other words, the code as-is
39906 before this patch wouldn't work under ithreads.)
39910 VMS MMS (make) wants null action.
39912 Mac and other portability updates from Chris Nandor.
39914 Storable support, v-version fixes.
39915 Subject: CPAN.pm beta for testing available
39917 Portability fix from Hugo van der Sanden.
39921 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
39923 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
39925 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39927 Replace #6705 with a minimal doc patch.
39928 Subject: [PATCH 5.6.0] replace change #6705
39930 Drop the separate perlbc, perlcc -b should be enough.
39932 installperl couldn't tell whether it had run tests or not.
39933 Subject: [PATCH] Re: installperl and t/TEST
39935 Add silencer flags to installperl.
39936 Subject: [PATCH] Making installperl silent.
39938 Make "make install" by default silent. A new "install-verbose"
39941 More liberal parsing of version numbers.
39942 Subject: Re: CPAN.pm beta for testing available
39944 Create directories in silence.
39945 Subject: [PATCH] Another silencer for MakeMaker
39947 DOS patches and portability/porting notes, from Tim Jenness.
39949 Make installman to recognize the silence flag -S.
39951 Actually do something with the silencer option.
39953 Continue silencing.
39955 Show the doc file, not the temp file.
39959 Subject: [PATCH] More silencing of installman.
39961 Better wording for the vec lvalue diagnostic.
39962 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
39964 Subject: [PATCH: 6805] several more tweaks to configure.com
39966 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
39969 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
39971 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
39972 (applied slightly modified)
39974 installperl --verbose and --silent.
39975 Subject: Re: [PATCH] More silencing of installman.
39977 Add install-silent target.
39979 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
39980 the problem reported in
39981 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
39983 Tweak the sfio/useperlio logic, hopefully as wished in
39984 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
39986 One forgotten file from #6816.
39988 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
39990 Remove duplicately applied patch shards.
39991 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
39993 Support preserving extremely big/small angles.
39995 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
39997 Subject: [PATCH] installation not quite silent yet.
39999 Update the test count.
40001 Use UVxf, PTR2UV, NVff.
40003 Document PTR2XX and INT2PTR.
40005 no-install target a la make -n.
40006 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
40008 grep -e isn't portable.
40009 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
40011 Can't get the test to reliably work thanks to the
40012 inaccurateness of floating point. "Resolves" bug ids
40013 20000826.003, 20000826.009, 20000826.010,
40015 Subject: installman buglet
40017 DJGPP update from Laszlo Molnar.
40019 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40021 Passing -R in ldflags makes now it to appear in the default
40022 for lddlflags, just like with -L.
40023 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40027 Use the actual thread type, not the pointer-to-struct.
40029 Provice virtual $Config{ccflags_nolargefiles} etc.
40031 display_format used as a class method without arguments was broken,
40033 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40035 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40037 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40039 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40041 opmini.o may be left around if a build is interrupted.
40045 Fix for ID 20000828.001, long doubles were not formatted
40046 correctly (showed up in $], which stopped installing perl).
40048 An attempt to fix the problem reported in
40049 Subject: Building perl@6856 using gcc/AIX 4.3.3
40050 I can't test this properly since the gcc installation I have
40051 access to seems to be botched (gcc is calling the AIX cpp,
40052 a losing proposition...)
40054 Add -ld to archname on long tr...double platforms.
40056 Subject: hv.h Doc Patch
40060 Subject: [PATCH bleedperl@6856] warnings fixes
40062 -S is the silent flag, -s is the strip flag.
40063 Subject: [PATCH] Re: [PATCH] make no-install
40065 Take out the SUIDMAIL thing, that will not be
40066 a problem in 5.7.*.
40068 Subject: [PATCH bleedperl@6866] spellings
40070 Subject: [PATCH] Re: files not cleaned even by veryclean
40072 Use minimal @INC in tests, most of the time just '../lib',
40073 so that we simply can't pick up stuff from other Perls than
40074 the one we are testing. Pointed out by
40075 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
40077 Update to Getopt::Long 2.24, from Johan Vromans.
40079 Fix for thinko in #6848.
40080 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
40082 Patches all over for people and the files they (hopefully) care about.
40084 Subject: Net::protoent does not export 'getproto'
40086 Missed a change in #6869.
40088 Subject: [PATCH] Warnings in B::Deparse
40090 Subject: [PATCH] Glob dumping
40092 Disable one of the tests for now.
40094 Disabling the one test is a bit tricky.
40096 Don't forget to tidy up.
40098 The #6881 removed one dump line.
40100 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40102 Under usethreads the dumped variable is IN_PAD.
40103 Subject: Re: [PATCH] Glob dumping
40105 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40107 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
40109 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
40111 Regen Configure for #6894.
40113 Subject: [PATCH: 6889] updates to perlebcdic.pod
40115 Undo namespace pollution of #6878.
40116 Subject: Re: Net::protoent does not export 'getproto'
40118 Admit that we are leaking scalars.
40120 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
40121 Branch: maint-5.6/perl
40122 !> (integrate 271 files)
40123 ____________________________________________________________________________
40124 [ 7894] By: gsar on 2000/11/27 16:00:34
40125 Log: a couple of nits
40126 Branch: maint-5.6/perl
40127 ! MANIFEST pp_sys.c
40128 ____________________________________________________________________________
40129 [ 7893] By: gsar on 2000/11/27 15:10:56
40130 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
40131 6740..6745,6747..6757,6760
40133 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
40135 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
40137 Doc nits spotted by Richard Soderberg.
40139 move WNOHANG definition to where other such things are
40141 Make $Config{byteorder} more magical so that it is
40142 dynamically computed: nice for 'fat binaries'.
40143 Subject: [PATCH]: default byteorder
40145 Subject: [PATCH] Cwd.pm now uses strict
40147 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
40149 Get -DLEAKTEST to compile (not necessarily to work, mind)
40150 Subject: [ID 20000724.006] -DLEAKTEST problem
40152 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
40154 Add perlebcdic from Peter Prymmer, regen toc.
40156 Don't propose using modules built for 5.005 if no binary
40157 compatibility with 5.005 is attempted.
40159 Do not use prototyping here.
40160 Subject: [ID 20000817.016] [PATCH] Peek.xs
40162 Document what the backtick returns if the command fails.
40164 Add byteorder to the myconfig output.
40166 Introduce NVef, NVff, and NVgf, use the middle one.
40167 (helps for lib/peek + Linux + long doubles) Reported in
40168 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
40169 Use NVs in POSIX math, not doubles.
40170 Subject: [ID 20000817.014] POSIX & modfl
40172 Subject: [PATCH 5.6.0+] newSVrv() memory leak
40174 The byteorder code in #6671 was wrong.
40176 Fix the lib/complex failure of
40177 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
40178 Linux long double accuracy issue: something that
40179 when printed with %g looks like "2" but int() of it is 1.
40181 Propagate new Configure vars.
40183 Unbuffer the output.
40185 Subject: [PATCH] perltrap.pod spring cleaning
40187 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
40188 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
40190 Tiny Getopt::Long patch from Johan Vromans.
40192 Document code point which makes if (defined %stash::) to work
40193 (noted by Spider Boardman).
40195 Subject: [PATCH perl@6698] cygwin port
40197 Document the NDBM_File and ODBM_File as SDBM_File
40198 was documented in #6417.
40200 The new tests were missing from #6415.
40202 Add [[:blank:]] as suggested in
40203 Subject: [ID 20000716.024] [=cc=] / [:blank:]
40204 (the [=cc=] has already been taken care of by #6439
40205 so the whole bug report can be closed)
40206 and make [[:space:]] to be equivalent to isspace(3)
40207 (as opposed to \s, which is isSPACE()). The difference
40208 is that now [[:space:]] matches the mythical vertical tab,
40211 Don't eat leading os from index entries.
40212 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
40214 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
40216 Typo in pp_complement().
40217 Subject: [PATCH perl-current] Deparse
40219 Add warnif(), check warnings further up the stack,
40220 all the warnings functions now can take an optional object reference.
40221 Subject: [PATCH bleedperl@6691] warnings pragma update
40223 Fix a core dump in lib/selfloader under -DDEBUGGING.
40224 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
40226 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
40228 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
40230 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
40231 Put back the long double avoidance code to POSIX.xs
40232 because VMS seems to need it still.
40234 Introduce a 'veryclean' target that is like 'distclean'
40235 but also removes *~ and *.orig.
40237 Subject: [ID 20000817.023] endianness description in perlfunc.pod
40239 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
40241 Let's try #6717 again.
40244 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
40246 pp_open() could pass an uninitialized filename down to do_open9().
40248 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
40250 Update to CGI 2.72, from Lincoln Stein.
40252 Subject: [PATCH] Silence MakeMaker (Was: installman)
40254 Use temporary directory instead of current directory.
40255 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
40257 Document odd vs even subreleases and -Dusedevel.
40259 The veryclean target needs to clobber.
40261 Use File::Spec->tmpdir().
40263 Document the number of exponent digits.
40265 Mention perlebcdic and perlposix-bc.
40267 s/this one/the 5.6.0 release/
40271 The correct cleaning order is an art.
40273 small tweaks for change#6705: avoid C++ style comments in C code;
40274 use Perl's malloc API rather than the low level system one
40276 Array context keeps slithering in.
40278 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
40280 Subject: [PATCH] os2.c fix for use64bitint
40282 Update to Pod::LaTeX 0.53.
40283 Subject: [PATCH] lib/Pod/LaTeX.pm updates
40285 Document the endianness of Alpha more precisely.
40287 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
40289 Rename the macro argument because some preprocessors
40290 can't tell the difference and expand arguments also inside
40291 double quoted strings.
40293 free TLS slot properly on Windows
40295 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
40297 Unicos/mk requires elaborate paranoia.
40299 Tweak the floating point output routine preferences.
40301 Also under djgpp the timestamps are funky.
40303 Apply some PodParser 1.18 patches; the Pod/Find.pm
40304 patches cannot be applied since #6712 conflicts.
40306 Use PodParser 1.18 new test.
40309 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
40312 Branch: maint-5.6/perl
40313 +> pod/perlebcdic.pod
40314 !> (integrate 106 files)
40315 ____________________________________________________________________________
40316 [ 7892] By: jhi on 2000/11/27 15:02:32
40317 Log: Update Changes.
40319 ! Changes patchlevel.h
40320 ____________________________________________________________________________
40321 [ 7891] By: jhi on 2000/11/27 14:57:23
40322 Log: Subject: Re: perlfaq style changes
40323 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40324 Date: Sat, 25 Nov 2000 23:32:26 -0800
40325 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
40327 plus a note from Ronald Kimball.
40329 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
40330 ____________________________________________________________________________
40331 [ 7890] By: jhi on 2000/11/27 14:53:14
40332 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
40333 From: Benjamin Holzman <bah@ecnvantage.com>
40334 Date: Sun, 26 Nov 2000 16:27:33 -0500
40335 Message-ID: <20001126162733.J25040@ecnvantage.com>
40338 ____________________________________________________________________________
40339 [ 7889] By: jhi on 2000/11/27 14:43:11
40340 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
40341 From: lvirden@cas.org
40342 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
40343 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
40346 ____________________________________________________________________________
40347 [ 7888] By: jhi on 2000/11/27 14:32:34
40348 Log: Restore also the locale test to no-sprintf-taint state.
40349 Fixes the bug 20001127.003.
40351 ! sv.c t/pragma/locale.t
40352 ____________________________________________________________________________
40353 [ 7887] By: gsar on 2000/11/27 14:13:05
40354 Log: integrate changes#6613..6616,6620..6665 from mainline
40356 VMS configure.com update continues.
40358 Subject: Test fails / warnings with perl-current #6612
40360 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
40362 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40364 For now remove the mail code.
40366 Subject: Re: [PATCH] @+, @- readonly
40368 Subject: warning: storage class after type is obsolescent
40372 Subject: Re: File::Temp problems on VMS in bleedperl
40375 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
40377 Make the user to give up his firstborn, err, to knowingly
40378 verify installing an unstable developer release. Also bump
40379 the release to 5.7.0, but leave a patch tag in the local
40380 patches saying that this is not yet the real thing.
40382 Update (kinda) to Test 1.14, from Joshua Pritikin.
40384 make ok etc also for win32.
40386 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
40388 Don't blow limited stacks, a lower number is enough to
40389 tickle the lookbehind limit.
40391 Use -Dusedevel; regen Configure and the respective Porting stuff.
40393 Subject: [PATCH] debugger exit code should reflect user exit code
40395 Subject: [PATCH perl@6620] cygwin port
40397 Missed a file from #6638.
40399 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)
40401 magic callbacks all need to have same type signature
40403 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
40405 Fix a dependency problem.
40406 Subject: [PATCH: 6640] VMS Makefile.SH update
40408 The numeric locale was reset to "C" by s?printf and never restored.
40409 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
40410 No test since adding the failing example to locale.t
40411 does not fail -- probably because the locale settings are so
40412 thoroughly tweaked by that time. Running the example standalone
40413 does fail, though. UPDATE: test case added at change #7540.
40415 Subject: [ID 20000324.040] minor fix to perlhpux.pod
40417 Update to CPAN 1.57.
40419 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
40421 Change the perlbug address to perl.org since it's more forgiving.
40423 Change the regx compilation error markers to use = instead of <
40424 since pod makes using the latter quite messy. Reported in
40425 ID 20000814.006 by Abigail and in
40426 Subject: Unknown escape E<> ?
40428 Update to perldebtut 1.9, from Richard Foley.
40430 check that the number pseudo children doesn't exceed
40431 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
40432 the WaitForMultipleObjects() limit that would cause wait()
40434 wait() and waitpid() could potentially be rewritten to use
40435 more than one thread to do the waiting to eliminate this
40438 change#6328 could make close(SOCKET) return false on windows
40441 pod nit seen in passing
40443 on windows, the return values from wait() and waitpid() don't
40444 match those of pseudo-pids
40446 waitpid() now handles externally spawned pids correctly;
40447 fixes for backtick/wait/waitpid failures on Windows 9x
40448 these changes make the pid returned by process functions on
40449 Windows 9x always positive by clearing the high bit (which
40450 is always set on Win9x); pseudo-process PIDs are likewise
40451 always negative now on Win9x (just as on NT/2000)
40453 trailing new %ENV entries weren't being pushed into the real
40454 environment of subprocesses on Windows
40456 Tweak the regex compilation errors once more.
40458 avoid warnings from dense compiler
40460 add "ok" targets from change#6632 in makefile.mk
40461 Branch: maint-5.6/perl
40462 - lib/Pod/PlainText.pm vms/configure.com
40463 !> (integrate 66 files)
40464 ____________________________________________________________________________
40465 [ 7886] By: jhi on 2000/11/27 13:54:18
40466 Log: __FUNCTION__ isn't portable and trying to emulate it leads
40467 into practically spelling out the name of the function.
40468 Takes care of the bug 20001127.001.
40471 ____________________________________________________________________________
40472 [ 7885] By: gsar on 2000/11/27 13:53:18
40473 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
40474 6610..6611 from mainline
40476 Make regular expression parse error messages easier to understand.
40477 Subject: Re: enhanced(?) regex error messages
40479 Tiny tidying on report_evil_fh().
40481 Subject: Re: enhanced(?) regex error messages
40482 plus Capitalize the error messages, plus perldiag them.
40484 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
40486 Document here-doc better.
40488 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
40490 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
40491 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
40492 (either perlbug or p5p ate the original), plus regen
40493 perlapi and perltoc.
40497 Double check that we have a dirhandle.
40499 Subject: Re: enhanced(?) regex error messages
40500 (plus two small patches sent privately)
40501 (this still seems to leave few test failures)
40503 warn is a macro, avoid using at a variable to avoid warnings
40504 in some configurations; readdir.t is too conservative in
40505 estimating number of *.t's
40507 Get back into sync with Jeffrey on the enhanced regex warnings.
40509 Subject: [PATCH 5.6.0] cygwin port
40511 Zero entries were skipped, fix from Adrian Goalby
40512 <argoalby@yahoo.co.uk>
40514 Subject: Remove dead entry in perldiag
40516 Amend the description of Perl6.
40517 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
40521 It's the 2ndO'ROSSC.
40523 Revert the sv.c part of #6559, a better fix is needed.
40525 Iterating perl6 description.
40527 Update to Term::ANSIColor 1.03, from Russ Allbery.
40529 Update to Getopt::Long 2.23_05, from Johan Vromans.
40531 Small AUTHORS and MAINTAIN updates. Could do with big updates.
40533 Update to Pod::Parser 1.17, from Brad Appleton.
40535 Update to CPAN 1.56, from Andreas König.
40537 Update to CGI 2.70, from Lincoln Stein.
40539 Put back the std @INC thing.
40541 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
40542 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
40544 Document the IO::Select timeout.
40546 sleep(1) does not necessarily return 1.
40547 Subject: [PATCH bleadperl] op/lex_assign.t
40549 Subject: debugger "d" command doesnt check line number
40551 B::Deparse didn't do sub attributes.
40552 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40554 Preprocessing and postprocessing for File::Find.
40555 Subject: Patch to Find::File.pm to allow alphabetical results
40557 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
40559 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
40561 Subject: Re: [ID 20000730.003] utf8::length() bad
40563 Subject: Getting perlio and threads to compile
40564 (the Solaris version changes in Configure skipped)
40567 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
40569 Add Perl debugging tutorial, regen toc.
40570 Subject: perldebtut.pod
40572 Add a few missing files, update MANIFEST.
40574 Rewrite of vms/subconfigure.com as configure.com,
40575 from Peter Prymmer and the vmsperl crew.
40577 Should have deleted this in #6603.
40579 Fix the test for 5005threads.
40581 Fix-n-skip the tests under 5005threads.
40583 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
40585 Upgrade to CGI 2.71, from Lincoln Stein.
40586 Branch: maint-5.6/perl
40587 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
40588 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
40589 +> t/op/regmesg.t t/pod/find.t vms/configure.com
40590 - vms/subconfigure.com
40592 !> (integrate 115 files)
40593 ____________________________________________________________________________
40594 [ 7884] By: jhi on 2000/11/27 13:44:33
40595 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
40596 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40597 Date: Mon, 27 Nov 2000 08:23:54 EST
40598 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
40600 ! vms/descrip_mms.template vms/test.com
40601 ____________________________________________________________________________
40602 [ 7883] By: gsar on 2000/11/27 11:50:46
40603 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
40604 6511..6513,6515..6523,6525..6536
40606 The swallow_bom() saga continues. The #23 of require.t
40607 (UTF16-LE) still fails (silently, no output) but the #22
40608 (UTF16-BE) seems to be working now. The root of the
40609 failure may be in sv_gets(): is it UTF-16LE-aware,
40610 especially when it comes to line endings?
40612 Document the problem with -P in HP-UX and its workaround.
40614 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
40615 (aka ID 20000730.002)
40617 Subject: fix and question re: waitpid() under win32
40619 Make the safety catch for buggy gccs work with triple version
40620 numbers like 2.95.2. Reported in
40621 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
40623 In Digital UNIX warn if gcc explicitly chosen because even
40624 2.95.2 is known to cause problems.
40626 Make chr() for values >127 to create utf8 when under utf8.
40628 various syntax errors and such (not fixed: comp/require.t#22 coredump
40631 Stash away the largefiles flags and libswanted.
40633 BOM patching from Simon Cozens.
40635 If gccosandvers is equal to osname, clear gccosandvers.
40637 Make p4desc to skip non-mainperl branches by default.
40639 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
40642 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
40644 In new BSDs changes to argv[] do not show up in ps(1) output,
40645 instead one must use setproctitle(). This was already addressed
40646 by change #6457, but the below has a new variant for FreeBSD 4.0
40647 or later, and the matter is also documented more.
40649 FreeBSD 3.* updates from
40650 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
40652 regen_headers, regen perltoc.
40654 Document in one place the memory abstractions used in Perl core.
40656 memcpy has n o in it, as pinted ut by Sarathy.
40658 Remove the extraneous "main::" prefix from all the
40659 "opened only for", "on closed", and "never opened" warnings.
40661 The name of a filehandle does not have <these>.
40663 The tr utf8 patching continues.
40665 The new setproctitle() feature is available only in
40666 bleeding edge FreeBSD. From Paul Saab.
40668 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
40670 Dump UVs as UVs in Data::Dumper.
40674 Document the IVdf UVuf UVof UVxf.
40676 require.t needs binmode() to work on windows
40678 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
40679 that are hopefully soon put into use.
40681 Allow "no Module;" even if there is no 'unimport'.
40683 Better skip message for the test; one of the two problems in
40684 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
40686 The subtest 4 may fail also on VOBS, as pointed out
40687 by Nick Ing-Simmons in November 1999, bug id 19991124.003
40688 (but the failure in that bug report isn't the subtest 4).
40690 Be more informative on what is skipped and why,
40691 also repeat the list at the end.
40695 Subject: [PATCH] sv.h documentation - SvLEN
40697 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
40699 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
40701 Subject: [PATCH] bad cppsymbols on os2 + Configure question
40703 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
40705 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
40706 mention the idea of @( and @)
40708 This is 6512. Really.
40710 Subject: [ID 19990721.004] Documentation bug in perlfunc
40712 Subject: Minor tweak to perlvar.pod
40714 In the warnings call filehandles consistently so;
40715 add "unopened" warning for stat().
40717 After the #6519 a warning about stat() is just that,
40718 not about a filetest, which now have their own warning.
40720 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
40722 Subject: Re: Array vs. List context
40724 Subject: New perlcc, take 2
40726 Weed buglets pointed out by
40727 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
40729 gcc versions might have (parentheses) in them.
40731 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
40733 Essential prototype changes were missing from #6527.
40734 Also make report_evil_fh() more bomb-proof.
40736 Zap lib/Sys directory when cleaning up.
40738 Change the Policy policy: now -Dprefix= with an existing
40739 Policy.sh and prefix == siteprefix == vendorprefix, then all
40740 of them follow along the new prefix.
40741 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
40743 Continue fixing the io warnings. This also
40744 sort of fixes bug ID 20000802.003: the core dump
40745 is no more. Whether the current behaviour is correct
40746 (giving a warning: "Not a format reference"), is another matter.
40748 Have symbols for the IoTYPEs.
40750 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
40752 Document a bit that UDP is not what you might think.
40753 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
40754 tr memory corruption fix from Simon Cozens.
40756 Plug the security hole described in the Aug 05 2000 bugtraq message
40757 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
40758 The security hole exists only in suidperls, which isn't
40759 installed or even built by default.
40760 Branch: maint-5.6/perl
40761 !> (integrate 71 files)
40762 ____________________________________________________________________________
40763 [ 7882] By: gsar on 2000/11/27 10:25:36
40764 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
40767 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
40768 to be fatal errors (instead of by default ignoring them, and
40769 ignoring with a bug: even though -w gave an error, the opening [
40770 was left in) Reported in:
40772 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
40774 Subject: [PATCH] split /^/
40776 MacOS nits from Matthias Neeracher.
40778 More split() doc and test patches from Mike Guy.
40780 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
40781 from Graham Barr in the module list.
40783 docfix from Peter Scott <Peter@PSDT.com>.
40785 File::Temp patches for VMS and OS/2 from Tim Jenness.
40787 open() wariness in perlbug.
40789 Subject: [PATCH] minor doc change - perlguts
40791 Subject: Minor doc patch: handy.h
40793 Be wary of close()s, too.
40795 Further File::Temp patches from Yitzchak Scott-Thoennes
40796 and Craig A. Berry.
40798 Subject: [PATCH] fixes bug 20000508.004
40800 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
40802 Allow "no AutoLoader;", based on change #6444,
40803 suggested by Graham Barr.
40805 Use setproctitle() if available to modify $0.
40807 Warn if the version of the operating system used to compile gcc
40808 differs from the current version of the operating system.
40809 Also display the gcc compilation os and version in myconfig.
40812 Tiny fixes for #6460.
40814 The problem described in this
40815 Subject: [ID 20000322.018] named chars aren't magical enough
40816 has been fixed in perl 5.6.0 but just in case added a test
40817 to keep it away. (The report from Joseph Hall.)
40819 Tune the comments and hopefully stop a memory leak.
40821 Subject: UTF8 concat
40822 (with a memory leak fixed, plus a few casts added)
40823 This also seems to help for
40824 Subject: [ID 20000716.015] join UTF8 weirdness
40826 Do not upgrade SVs into utf8 just because they participate
40827 in eq or cmp. Reported and fix suggested in
40828 Subject: [ID 20000720.009] sv_eq UTF8 bug
40830 Fix the HALF_UPGRADE() macro introduced in #6263.
40832 Find green threads before native threads.
40833 Subject: Re: Patch to jpl/JNI/Makefile.PL
40834 Branch: maint-5.6/perl
40835 !> (integrate 30 files)
40836 ____________________________________________________________________________
40837 [ 7881] By: jhi on 2000/11/27 05:48:41
40838 Log: It seems that *both* the unused submatch loop cleanup
40842 ____________________________________________________________________________
40843 [ 7880] By: jhi on 2000/11/27 04:50:07
40844 Log: Clean .exists deeper.
40847 ____________________________________________________________________________
40848 [ 7879] By: jhi on 2000/11/27 02:31:35
40849 Log: The code in regcppop() (see #7878) contains the correct lower
40850 limit for the unused submatch 'cleanup' loop so that under
40851 "use utf8" the following code wouldn't dump core:
40852 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
40853 the cleanup loop in regtry() stomped beyond allocated area
40854 in the startp[] array. Therefore, copied the correct lower
40855 loop limit (*PL_reglastparen) to regtry(). Note: something
40856 may still not be quite right: why was the _higher_ loop limit
40857 (prog->nparens) different in the utf8 case?
40859 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
40860 without core dumps, there were about 17 of them before
40861 the patch (with us since Perl 5.7.0). Two failures, still:
40862 496 and 505 (though these may not be severe).
40864 Patch #7881 is also needed since both the cleanup loops
40867 Also, the t/op/pat#44 seems to core dump under utf8.
40868 Plus a couple of failures. UGH-8.
40871 ____________________________________________________________________________
40872 [ 7878] By: jhi on 2000/11/27 02:21:17
40873 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
40874 the code in regcppop() seems to be redundant for the test suite --
40875 but it contains a germ of truth, and it needed for the build
40876 process itself: see #7879 and #7881.
40879 ____________________________________________________________________________
40880 [ 7877] By: jhi on 2000/11/27 01:53:09
40881 Log: Comment on comment.
40884 ____________________________________________________________________________
40885 [ 7876] By: jhi on 2000/11/27 00:49:59
40886 Log: Adjust the docs to agree with #7875.
40888 ! pod/perllocale.pod
40889 ____________________________________________________________________________
40890 [ 7875] By: jhi on 2000/11/27 00:49:27
40891 Log: Retract #7863. It makes more sense not to taint formatted output,
40892 not even by sprintf().
40895 ____________________________________________________________________________
40896 [ 7874] By: jhi on 2000/11/26 23:36:02
40897 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
40898 Not really fixed (should really dump the UTF-8 charclass),
40899 but stopped displaying the garbage.
40901 Also add a note on the (missing) Unicode PSXSPC and BLANK.
40904 ____________________________________________________________________________
40905 [ 7873] By: jhi on 2000/11/26 21:31:13
40906 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
40909 ____________________________________________________________________________
40910 [ 7872] By: jhi on 2000/11/26 21:06:04
40911 Log: No need to scan till infinity, 13 is enough.
40914 ____________________________________________________________________________
40915 [ 7871] By: jhi on 2000/11/26 20:20:32
40916 Log: Test line numbers are different with utf8.
40919 ____________________________________________________________________________
40920 [ 7870] By: jhi on 2000/11/26 20:10:12
40924 ____________________________________________________________________________
40925 [ 7869] By: jhi on 2000/11/26 19:01:05
40926 Log: Make utf8_length() and utf8_distance() (the latter of which
40927 is unused at the moment) to be less forgiving about bad UTF-8.
40929 ! embed.h embed.pl objXSUB.h proto.h utf8.c
40930 ____________________________________________________________________________
40931 [ 7868] By: jhi on 2000/11/26 18:45:56
40932 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
40933 From: Benjamin Holzman <bah@ecnvantage.com>
40934 Date: Sat, 25 Nov 2000 20:40:20 -0500
40935 Message-ID: <20001125204020.A25040@ecnvantage.com>
40937 Debian allows installing /usr/bin/locale without installing
40938 any locales, an error message will ensue.
40940 ! t/pragma/locale.t
40941 ____________________________________________________________________________
40942 [ 7867] By: jhi on 2000/11/26 18:31:12
40943 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
40944 From: Benjamin Holzman <bah@ecnvantage.com>
40945 Date: Sun, 26 Nov 2000 02:42:34 -0500
40946 Message-ID: <20001126024234.G25040@ecnvantage.com>
40948 Patch for the bug 20000212.002.
40950 ! sv.c t/op/array.t
40951 ____________________________________________________________________________
40952 [ 7866] By: jhi on 2000/11/26 18:28:09
40953 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
40954 From: Tim Jenness <t.jenness@jach.hawaii.edu>
40955 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
40956 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
40960 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
40961 ____________________________________________________________________________
40962 [ 7865] By: jhi on 2000/11/26 18:24:22
40963 Log: The metaconfig unit change for #7864.
40964 Branch: metaconfig/U/perl
40966 ____________________________________________________________________________
40967 [ 7864] By: jhi on 2000/11/26 18:23:41
40968 Log: Make the va_copy() test not to be so talkative.
40970 ! Configure config_h.SH
40971 ____________________________________________________________________________
40972 [ 7863] By: jhi on 2000/11/26 18:11:02
40973 Log: Fix locale inconsistencies unearthed by Hugo's work.
40974 Now the floating point sprintf really does taint the result
40975 string as perllocale promises (has promised for a long time)
40976 if "use locale" is in the lexical scope.
40978 ! sv.c t/pragma/locale.t
40979 ____________________________________________________________________________
40980 [ 7862] By: jhi on 2000/11/26 00:35:15
40981 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
40982 From: Nicholas Clark <nick@ccl4.org>
40983 Date: Sun, 26 Nov 2000 00:07:50 +0000
40984 Message-ID: <20001126000750.A22446@plum.flirble.org>
40989 ____________________________________________________________________________
40990 [ 7861] By: jhi on 2000/11/26 00:01:26
40991 Log: Integrate perlio.
40993 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
40994 ____________________________________________________________________________
40995 [ 7860] By: nick on 2000/11/25 22:04:17
40996 Log: Correct relative path from new ext\Filter\Util\Call location
40999 ! win32/makefile.mk
41000 ____________________________________________________________________________
41001 [ 7859] By: nick on 2000/11/25 21:26:54
41002 Log: Integrate mainline.
41004 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41005 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
41006 +> t/lib/filter-util.t
41007 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41008 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
41009 - t/lib/filt-util.t
41010 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
41011 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
41012 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
41013 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
41014 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
41015 !> win32/makefile.mk
41016 ____________________________________________________________________________
41017 [ 7858] By: gsar on 2000/11/25 20:52:17
41018 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
41019 parent's memory; fix it by keeping track of the actual pad
41020 offset rather than a raw pointer (this change is probably also
41021 relevant to non-ithreads case to avoid fallout from reallocs of
41022 the pad array, but is currently only enabled for the ithreads
41023 case in the interests of minimal disruption to existing "well
41026 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
41027 ! proto.h scope.c scope.h sv.c t/op/fork.t
41028 ____________________________________________________________________________
41029 [ 7857] By: nick on 2000/11/25 20:01:28
41030 Log: All tests pass on Win32/gcc/USE_PERLIO.
41031 - when crlf layer is pushed make unix-level binary.
41032 - remove :crlf injection in pp_backtick in pp_sys.c
41033 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
41035 ! doio.c perlio.c pp_sys.c win32/makefile.mk
41036 ____________________________________________________________________________
41037 [ 7856] By: jhi on 2000/11/25 18:38:30
41038 Log: Update the metaconfig units for #7855.
41039 Branch: metaconfig/U/perl
41040 ! useperlio.U usesocks.U
41041 ____________________________________________________________________________
41042 [ 7855] By: jhi on 2000/11/25 18:37:54
41043 Log: Undo the SOCKS workarounds, instead start using PerlIO
41044 if SOCKS is selected.
41046 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
41047 From: Jens Hamisch <jens@Strawberry.COM>
41048 Date: Fri, 24 Nov 2000 18:31:30 +0100
41049 Message-ID: <20001124183130.E28337@Strawberry.COM>
41051 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
41052 From: Jens Hamisch <jens@Strawberry.COM>
41053 Date: Fri, 24 Nov 2000 19:11:51 +0100
41054 Message-ID: <20001124191151.A28753@Strawberry.COM>
41056 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
41057 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
41058 ____________________________________________________________________________
41059 [ 7854] By: jhi on 2000/11/25 17:39:08
41060 Log: Undo #7848. Some of the code seems to use walkoptree(),
41061 some walkoptree_slow(). An unfinished renaming?
41062 Now the sub is walkoptree() (which is @EXPORT_OK),
41063 the walkoptree_slow() is a typeglob alias to walkoptree.
41064 This makes the tests to pass, at least.
41066 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
41067 ____________________________________________________________________________
41068 [ 7853] By: nick on 2000/11/24 22:24:33
41069 Log: Re-arrange crlf vs binary for platforms that care.
41070 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
41071 Lip-service to making stdio layer work on such platfroms (untested).
41072 Now fails 3 tests rather than one, checkin to see if I can debug
41073 the issue under linux. (Do not merge.)
41075 ! doio.c perlio.c perliol.h
41076 ____________________________________________________________________________
41077 [ 7852] By: jhi on 2000/11/24 18:57:39
41078 Log: AUTHORS edits.
41081 ____________________________________________________________________________
41082 [ 7851] By: jhi on 2000/11/24 17:34:56
41083 Log: Add Jan-Erik Karlsson.
41086 ____________________________________________________________________________
41087 [ 7850] By: jhi on 2000/11/24 17:27:56
41088 Log: Configure should find stdchar on its own.
41090 ! hints/solaris_2.sh
41091 ____________________________________________________________________________
41092 [ 7849] By: jhi on 2000/11/24 17:24:55
41093 Log: Subject: PATCH over 7848: Filter test flawed
41094 From: andreas.koenig@anima.de (Andreas J. Koenig)
41095 Date: 24 Nov 2000 10:28:29 +0100
41096 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
41098 ! t/lib/filter-util.t
41099 ____________________________________________________________________________
41100 [ 7848] By: jhi on 2000/11/24 17:22:15
41101 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
41102 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
41103 Date: Fri, 24 Nov 2000 16:12:58 +0000
41104 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
41107 ____________________________________________________________________________
41108 [ 7847] By: jhi on 2000/11/24 03:07:01
41109 Log: Integrate perlio.
41111 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
41112 !> win32/makefile.mk
41113 ____________________________________________________________________________
41114 [ 7846] By: gsar on 2000/11/24 00:55:57
41115 Log: integrate changes#6415..6418,6420..6438 from mainline
41117 Fix the bitvector ops for utf8 (tricky since past 7 bits
41118 the utf8 'characters' can be more than one octet).
41120 MPE/ix updates for perl 5.6.0 from Mark Bixby.
41122 Subject: SDBM_File documentation
41128 Send all installperl messages to STDERR and be -w clean.
41130 Out-of-date note removed.
41132 Protect against "wild next"s, that is, callbacks doing "next"
41133 instead of "return".
41135 Use STDOUT consistently.
41137 The output might have been produced in the wrong order.
41139 A missing 'break' after the [[:space:]] switch case.
41142 [ID 19991110.003] another matching finding by pcre author
41143 which has already been fixed by some patch, as verified in
41145 Documentation to explain the behaviour of map().
41147 Add an optimization for map-maps-a-list-element-to-more-list-elements
41148 case, but add also notes explaining the relationship of this
41149 patch and the earlier notes by Sarathy.
41151 Subject: [ID 20000716.023] syslog test fails without sockets
41153 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
41154 Test cases for #6431.
41156 File::Spec::VMS fixup for tmpdir from Craig Berry.
41158 Make the "uninit variable" warning to say "concat or string"
41159 or "join or string" when in concat or join .
41161 Get UTF16 BOMs working. Patch from
41162 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
41164 Subject: [PATCH] Make large file tests deal with SIGXFSZ
41166 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
41168 Subject: [PATCH] av.c apidoc
41169 Branch: maint-5.6/perl
41170 !> (integrate 43 files)
41171 ____________________________________________________________________________
41172 [ 7845] By: gsar on 2000/11/24 00:20:45
41173 Log: integrate changes#6406..6414 from mainline
41175 Merge perlhacktut into perlhack, update perlguts.
41177 Fix AutoSplit to use File::Spec the right way in VMS,
41178 from Peter Prymmer.
41181 [ID 19991110.002] minimal matching discrepancy found by pcre author
41182 seems to have been fixed (though differently from what was suggested
41183 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
41185 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
41186 not in pod, from Peter Prymmer
41188 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
41189 From: Hugo <hv@crypt.compulink.co.uk>
41190 Date: Fri, 14 Jul 2000 23:05:20 +0100
41191 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
41193 Didn't anymore apply, but that point still could use another fix.
41195 lib/b test fixes from Peter Prymmer.
41197 More docs for sv functions.
41199 perlvms.pod whitespace cleanup to keep pod utils happy.
41201 another VMS build tweak from Peter Prymmer
41202 Branch: maint-5.6/perl
41203 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
41204 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
41205 !> vms/descrip_mms.template vms/perlvms.pod
41206 ____________________________________________________________________________
41207 [ 7844] By: nick on 2000/11/23 23:42:45
41208 Log: Win32/perlio Now just fails one io/argv.t test - lack
41209 of default :crlf on standard streams.
41212 ____________________________________________________________________________
41213 [ 7843] By: nick on 2000/11/23 23:04:05
41214 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
41215 peek fail is showing a real problem (multiple crlf layers
41216 are getting pushed.)
41218 ! doio.c perlio.c win32/makefile.mk
41219 ____________________________________________________________________________
41220 [ 7842] By: nick on 2000/11/23 19:46:23
41221 Log: Implement PerlIO_binmode()
41222 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
41223 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
41224 make binmode in t/lib/io_tell.t unconditional so that works.
41225 Checkin just so Win32 machine can see these changes.
41227 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
41228 ____________________________________________________________________________
41229 [ 7841] By: jhi on 2000/11/23 19:30:00
41230 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
41233 ____________________________________________________________________________
41234 [ 7840] By: jhi on 2000/11/23 17:18:02
41235 Log: SOCKS wrestling continues, patches from Jens Hamisch.
41237 ! doio.c embed.h embed.pl perlsdio.h proto.h
41238 ____________________________________________________________________________
41239 [ 7839] By: jhi on 2000/11/23 16:54:14
41240 Log: Push Filter::Util::Call one level deeper.
41242 + t/lib/filter-util.t
41243 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41244 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
41245 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41246 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
41247 - t/lib/filt-util.t
41248 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
41249 ! win32/Makefile win32/makefile.mk
41250 ____________________________________________________________________________
41251 [ 7838] By: jhi on 2000/11/23 16:52:40
41252 Log: Reach back one higher up when searching for PERL_SRC.
41254 ! lib/ExtUtils/MM_Unix.pm
41255 ____________________________________________________________________________
41256 [ 7837] By: jhi on 2000/11/23 16:05:41
41257 Log: Subject: Re: perl@7826
41258 Date: Thu, 23 Nov 2000 02:20:25 -0600
41259 From: "Craig A. Berry" <craigberry@mac.com>
41260 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
41262 Make VMS to like Filter::Util::Call.
41264 ! configure.com ext/Filter/Util/Makefile.PL
41265 ____________________________________________________________________________
41266 [ 7836] By: nick on 2000/11/23 16:04:08
41267 Log: Implement crlf layer - not ready for merge.
41269 ! perlio.c win32/makefile.mk
41270 ____________________________________________________________________________
41271 [ 7835] By: jhi on 2000/11/23 15:56:52
41272 Log: STDCHAR is different in Sparc v9 vs x86.
41274 ! hints/solaris_2.sh
41275 ____________________________________________________________________________
41276 [ 7834] By: jhi on 2000/11/23 15:50:47
41277 Log: The type needs to be visible to protos.
41280 ____________________________________________________________________________
41281 [ 7833] By: jhi on 2000/11/23 15:40:46
41282 Log: Finish unfinished SOCKS workaround changes.
41285 ____________________________________________________________________________
41286 [ 7832] By: jhi on 2000/11/23 15:33:30
41287 Log: Integrate perlio.
41289 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41290 !> win32/makefile.mk
41291 ____________________________________________________________________________
41292 [ 7831] By: nick on 2000/11/23 10:31:07
41293 Log: Correct makefile.mk dependancies for ext/Filter/Util
41295 Run dmake regen_config_h
41297 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41298 ! win32/makefile.mk
41299 ____________________________________________________________________________
41300 [ 7830] By: nick on 2000/11/23 08:05:07
41301 Log: Integrate mainline
41303 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41304 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
41305 +> t/lib/filt-util.pl t/lib/filt-util.t
41306 !> (integrate 41 files)
41307 ____________________________________________________________________________
41308 [ 7829] By: gsar on 2000/11/23 03:07:11
41309 Log: build the Filter extension on windows
41311 ! win32/Makefile win32/makefile.mk
41312 ____________________________________________________________________________
41313 [ 7828] By: gsar on 2000/11/23 02:46:35
41314 Log: regenerate win32/config* and fix some inconsistencies in the
41315 makefiles; always export Perl_deb() because it is needed
41316 by ext/re/* (whether perl itself is built with -DDEBUGGING
41319 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
41320 ! win32/config_H.vc win32/makefile.mk
41321 ____________________________________________________________________________
41322 [ 7827] By: gsar on 2000/11/23 02:18:38
41323 Log: get sources building on windows+MSVC again (untested with other
41326 ! win32/include/sys/socket.h win32/perllib.c
41327 ____________________________________________________________________________
41328 [ 7826] By: jhi on 2000/11/23 01:18:26
41329 Log: Update Changes.
41331 ! Changes patchlevel.h
41332 ____________________________________________________________________________
41333 [ 7825] By: jhi on 2000/11/23 00:20:41
41334 Log: Subject: Re: av.c patch (having slight problems)
41335 From: "Ben Tilly" <ben_tilly@hotmail.com>
41336 Date: Tue, 21 Nov 2000 23:29:31 -0500
41337 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
41342 ____________________________________________________________________________
41343 [ 7824] By: jhi on 2000/11/22 23:59:15
41344 Log: Fixes for signedness warnings noticed by VMSperlers.
41346 ! ext/Storable/Storable.xs regcomp.c sv.c
41347 ____________________________________________________________________________
41348 [ 7823] By: jhi on 2000/11/22 23:19:31
41349 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
41350 From: Peter Prymmer <pvhp@forte.com>
41351 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
41352 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
41354 ! t/pragma/warn/pp_hot
41355 ____________________________________________________________________________
41356 [ 7822] By: jhi on 2000/11/22 22:52:20
41360 ____________________________________________________________________________
41361 [ 7821] By: jhi on 2000/11/22 22:46:39
41362 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
41363 by Damian Conway, as suggested by Paul Marquess.
41365 + lib/Filter/Simple.pm
41366 ____________________________________________________________________________
41367 [ 7820] By: jhi on 2000/11/22 22:45:51
41368 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
41370 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
41371 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
41372 + t/lib/filt-util.t
41374 ____________________________________________________________________________
41375 [ 7819] By: jhi on 2000/11/22 22:03:27
41376 Log: Integrate perlio.
41378 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
41379 !> win32/makefile.mk
41380 ____________________________________________________________________________
41381 [ 7818] By: jhi on 2000/11/22 21:56:02
41382 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
41384 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
41386 ____________________________________________________________________________
41387 [ 7817] By: jhi on 2000/11/22 21:39:49
41388 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
41389 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41390 Date: Wed, 22 Nov 2000 16:08:12 -0500
41391 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
41393 ! lib/ExtUtils/Liblist.pm
41394 ____________________________________________________________________________
41395 [ 7816] By: jhi on 2000/11/22 21:38:25
41396 Log: Go ahead and #include <unistd.h> in perl.h.
41398 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
41400 ____________________________________________________________________________
41401 [ 7815] By: jhi on 2000/11/22 21:22:52
41402 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
41403 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41404 Date: Mon, 20 Nov 2000 18:30:52 -0500
41405 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
41407 ! pod/perlre.pod regcomp.c t/op/re_tests
41408 ____________________________________________________________________________
41409 [ 7814] By: jhi on 2000/11/22 21:21:46
41410 Log: Subject: [PATCH 5.7.0] Liblist finally works
41411 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41412 Date: Tue, 21 Nov 2000 22:02:17 -0500
41413 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
41415 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
41416 ! lib/ExtUtils/MakeMaker.pm
41417 ____________________________________________________________________________
41418 [ 7813] By: jhi on 2000/11/22 21:20:23
41419 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
41420 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41421 Date: Wed, 22 Nov 2000 17:53:15 +0100
41422 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
41424 AIX dynaloader and perlio patch.
41426 ! ext/DynaLoader/dl_aix.xs
41427 ____________________________________________________________________________
41428 [ 7812] By: jhi on 2000/11/22 21:17:52
41429 Log: (Accidentally empty patch.)
41432 ____________________________________________________________________________
41433 [ 7811] By: jhi on 2000/11/22 21:16:31
41434 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
41435 From: Peter Prymmer <pvhp@forte.com>
41436 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
41437 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
41440 ____________________________________________________________________________
41441 [ 7810] By: jhi on 2000/11/22 21:15:36
41442 Log: Subject: Re: perl@7777
41443 From: "John P. Linderman" <jpl@research.att.com>
41444 Date: Wed, 22 Nov 2000 13:11:11 -0500
41445 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
41450 ____________________________________________________________________________
41451 [ 7809] By: jhi on 2000/11/22 21:14:19
41452 Log: Subject: [PATCH perl@7795] Perlio_tell fix
41453 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41454 Date: Wed, 22 Nov 2000 13:51:37 EST
41455 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
41458 ____________________________________________________________________________
41459 [ 7808] By: jhi on 2000/11/22 21:13:27
41460 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
41461 From: Casey Tweten <crt@kiski.net>
41462 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
41463 Message-Id: <200011201653.LAA10194@home.kiski.net>
41466 ____________________________________________________________________________
41467 [ 7807] By: jhi on 2000/11/22 21:12:35
41468 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
41469 From: Casey Tweten <crt@kiski.net>
41470 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
41471 Message-Id: <200011201636.LAA07227@home.kiski.net>
41474 ____________________________________________________________________________
41475 [ 7806] By: jhi on 2000/11/22 21:10:59
41476 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
41477 From: "Casey R. Tweten" <crt@kiski.net>
41478 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
41479 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
41482 ____________________________________________________________________________
41483 [ 7805] By: nick on 2000/11/22 21:05:06
41484 Log: Integrate mainline
41486 !> Changes Porting/genlog ext/DB_File/DB_File.xs
41487 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
41488 !> utils/perlbug.PL
41489 ____________________________________________________________________________
41490 [ 7804] By: jhi on 2000/11/22 21:01:12
41491 Log: Subject: [PATCH] Test.pm POD peculiarity
41492 From: "Casey R. Tweten" <crt@kiski.net>
41493 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
41494 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
41497 ____________________________________________________________________________
41498 [ 7803] By: jhi on 2000/11/22 20:59:59
41499 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
41500 From: "Philip Newton" <pnewton@gmx.de>
41501 Date: Wed, 22 Nov 2000 14:25:53 +0100
41502 Message-Id: <3A1BD771.25462.1939FAD@localhost>
41504 Be case-understanding also on 's', and use the -oi of sendmail
41505 not to terminate the transmission on a lone '.'.
41508 ____________________________________________________________________________
41509 [ 7802] By: nick on 2000/11/22 20:51:42
41510 Log: Win32 PerlIO intermediate state now working as expected.
41511 - In current state we are still using C runtime in text/binary
41512 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
41513 - PERLIO=stdio and PERLIO=unix pass all expected tests.
41514 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
41515 and PerlIO_seek() and the dummy crlf layer is not making adjustments
41516 for CRLF translation happening in C runtime. All other tests pass.
41518 Added note to README.win32 to point out the snags of doing a perl build
41519 with Norton AntiVirus turned on.
41521 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
41522 which file a fail comes from.
41524 Updated "canned" config.h to match the one generated.
41526 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
41527 ! win32/makefile.mk
41528 ____________________________________________________________________________
41529 [ 7801] By: jhi on 2000/11/22 06:50:20
41532 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
41533 ____________________________________________________________________________
41534 [ 7800] By: jhi on 2000/11/22 01:29:55
41535 Log: Changes had accidentally gone too silent on non-main branches.
41537 ! Changes Porting/genlog patchlevel.h
41538 ____________________________________________________________________________
41539 [ 7799] By: gsar on 2000/11/22 01:02:56
41540 Log: some lib_pm.PL changes snuck in via change#7772
41541 Branch: maint-5.6/perl
41543 ____________________________________________________________________________
41544 [ 7798] By: nick on 2000/11/21 21:59:40
41545 Log: Integrate mainline
41547 !> (integrate 28 files)
41548 ____________________________________________________________________________
41549 [ 7797] By: jhi on 2000/11/21 21:01:45
41550 Log: Integrate perlio.
41552 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
41553 ____________________________________________________________________________
41554 [ 7796] By: nick on 2000/11/21 20:36:22
41555 Log: Win32 builds and runs (mostly) with USE_PERLIO.
41556 PERLIO=perlio passes all tests.
41557 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
41559 ! perlio.c win32/perllib.c win32/win32.c
41560 ____________________________________________________________________________
41561 [ 7795] By: jhi on 2000/11/21 19:03:44
41562 Log: Update Changes.
41564 ! Changes patchlevel.h
41565 ____________________________________________________________________________
41566 [ 7794] By: jhi on 2000/11/21 18:56:34
41567 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
41568 From: "Craig A. Berry" <craigberry@mac.com>
41569 Date: Mon, 20 Nov 2000 20:27:06 -0600
41570 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
41575 ____________________________________________________________________________
41576 [ 7793] By: jhi on 2000/11/21 18:54:41
41577 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
41578 From: Dominic Dunlop <domo@computer.org>
41579 Date: Mon, 20 Nov 2000 18:55:29 +0100
41580 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
41582 va_copy() and the need of it.
41583 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
41584 Branch: metaconfig/U/perl
41587 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41588 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
41589 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
41590 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41591 ! win32/config.bc win32/config.gc win32/config.vc
41592 ____________________________________________________________________________
41593 [ 7792] By: jhi on 2000/11/21 17:04:10
41594 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
41597 ____________________________________________________________________________
41598 [ 7791] By: jhi on 2000/11/21 17:01:16
41599 Log: Export the SOCKS workaround symbols only if necessary.
41601 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
41602 ____________________________________________________________________________
41603 [ 7790] By: nick on 2000/11/20 23:57:11
41604 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
41607 ____________________________________________________________________________
41608 [ 7789] By: nick on 2000/11/20 23:38:33
41609 Log: Integrate mainline
41611 +> lib/File/Spec/Epoc.pm
41612 !> (integrate 34 files)
41613 ____________________________________________________________________________
41614 [ 7788] By: nick on 2000/11/20 23:20:18
41615 Log: Make extra buffer layer work (dummy crlf layer)
41617 ! doio.c perlio.c perlio.h
41618 ____________________________________________________________________________
41619 [ 7787] By: jhi on 2000/11/20 22:44:04
41620 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
41621 From: Peter Prymmer <pvhp@forte.com>
41622 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
41623 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
41625 ! t/pragma/locale.t
41626 ____________________________________________________________________________
41627 [ 7786] By: jhi on 2000/11/20 22:29:10
41628 Log: Subject: DOC PATCH 5.6.0 perlreftut
41629 From: mjd@plover.com
41630 Date: 20 Nov 2000 19:45:06 -0000
41631 Message-ID: <20001120194506.9505.qmail@plover.com>
41633 ! pod/perlreftut.pod
41634 ____________________________________________________________________________
41635 [ 7785] By: jhi on 2000/11/20 22:27:44
41636 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
41637 From: David Dyck <dcd@tc.fluke.com>
41638 Date: Mon, 20 Nov 2000 11:43:40 -0800
41639 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
41642 ____________________________________________________________________________
41643 [ 7784] By: jhi on 2000/11/20 22:23:21
41644 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
41645 Date: Mon, 20 Nov 2000 17:06:10 -0500
41646 To: Mailing list Perl5 <perl5-porters@perl.org>
41647 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
41649 ! pp_ctl.c t/op/pat.t
41650 ____________________________________________________________________________
41651 [ 7783] By: jhi on 2000/11/20 22:11:18
41652 Log: Subject: [PATCH] doop.c - UTF8 tr///
41653 From: Simon Cozens <simon@cozens.net>
41654 Date: Sat, 18 Nov 2000 18:49:30 +0000
41655 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
41657 Subject: Re: [PATCH] doop.c - UTF8 tr///
41658 From: Simon Cozens <simon@cozens.net>
41659 Date: Mon, 20 Nov 2000 20:45:22 +0000
41660 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
41662 Make tr on UTF-8 better but still not correct.
41665 ____________________________________________________________________________
41666 [ 7782] By: jhi on 2000/11/20 22:02:16
41667 Log: Remove the shared object before attempting to create
41668 (by linking) a new one. E.g. in AIX not removing
41669 becomes quite painful if one tries to do more than one
41670 build in the same tree (an interrupted build, for example),
41671 since the AIX' shared dynaloader seemingly keeps the shared
41672 objects open and therefore 'busy' for quite a while, even when
41673 nobody is using the objects, leading into link failures.
41675 ! lib/ExtUtils/MM_Unix.pm
41676 ____________________________________________________________________________
41677 [ 7781] By: gsar on 2000/11/20 19:02:55
41678 Log: type mismatch due to faulty integration
41679 Branch: maint-5.6/perl
41680 ! toke.c win32/Makefile
41681 ____________________________________________________________________________
41682 [ 7780] By: gsar on 2000/11/20 17:31:55
41683 Log: integrate changes#6392,6394..6399,6401..6404
41685 The {multiplier} of a fixed substring was overlooked which
41686 caused a wrong initial search offset for that substring.
41688 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
41689 From: Hugo <hv@crypt.compulink.co.uk>
41690 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
41691 Date: Thu, 13 Jul 2000 19:27:13 +0100
41693 Fix the BOM bug: not a byteorder bug, a signedness bug.
41695 Replace change #6337 with a better one.
41697 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
41698 From: Hugo <hv@crypt.compulink.co.uk>
41699 Date: Fri, 14 Jul 2000 04:16:20 +0100
41700 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
41702 MakeMaker should not remove editor backups (*~) on `make clean`
41703 by default (completes change#6383)
41705 move new variables to the end of the interpreter structure (for
41706 bincompat in code that doesn't #include XSUB.h)
41708 rename totally bletcherous SvLOCK() thingy (doesn't do what the
41709 name suggests anyway)
41711 various cleanups (typos, misformatted code, and small bugs)
41713 typecasts needed for change#6394
41715 typos in change#6399, regen headers
41717 inconsistent types needs casts
41719 PERL_OBJECT build tweaks
41720 Branch: maint-5.6/perl
41721 !> MANIFEST doop.c embed.h embed.pl embedvar.h
41722 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
41723 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
41724 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
41726 ____________________________________________________________________________
41727 [ 7779] By: gsar on 2000/11/20 17:06:29
41728 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
41730 Cosmetics and perldelta.
41732 Fix nits noticed by Boston.pm.
41734 Do the cc sanity check both before the hints and
41735 after the cc selction.
41737 get sprintf.t to adjust properly for 3-digit exponents
41739 don't clobber *.orig files on *clean targets
41741 fix bugs in processing %v-*d and similar format specs (from
41742 Avi Finkel <avi@finkel.org>)
41744 sprintf test tweaks (from Dominic Dunlop)
41746 new selfloader.t in change#6183 doesn't close DATA handles,
41747 and thus fails to clean up tmp files on dosish platforms
41749 typos (spotted by Peter Prymmer)
41751 typo fix from Craig Berry
41752 Branch: maint-5.6/perl
41753 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
41754 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
41755 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
41757 ____________________________________________________________________________
41758 [ 7778] By: gsar on 2000/11/20 16:46:51
41759 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
41761 Subject: Re: format bug report [Patch]
41762 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41763 Date: Wed, 05 Jul 2000 13:12:52 +0200
41764 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
41766 Subject: Re: format bug report [Patch]
41767 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41768 Date: Wed, 05 Jul 2000 14:10:01 +0200
41769 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
41771 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
41772 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41773 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
41774 Date: Fri, 07 Jul 2000 17:57:16 +0100
41776 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
41777 To: perl5-porters@perl.org
41778 From: Karsten Sperling <spiff@phreax.net>
41779 Date: Mon, 10 Jul 2000 15:12:52 +0200
41780 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
41782 README.posix-bc podified from Thomas Dorner.
41784 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
41785 From: Dominic Dunlop <domo@computer.org>
41786 Date: Tue, 11 Jul 2000 12:27:33 +0200
41787 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
41792 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
41793 From: Roderick Schertler <roderick@argon.org>
41794 Date: Tue, 11 Jul 2000 13:55:05 -0400
41795 Message-Id: <200007111755.NAA05077@jones.argon.org>
41797 Minor cleanups on the booklist.
41799 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
41802 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
41803 Branch: maint-5.6/perl
41804 +> pod/perlbook.pod
41805 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
41806 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
41807 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
41808 ____________________________________________________________________________
41809 [ 7777] By: jhi on 2000/11/20 16:08:49
41810 Log: Update Changes.
41812 ! Changes patchlevel.h
41813 ____________________________________________________________________________
41814 [ 7776] By: jhi on 2000/11/20 15:27:56
41815 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
41816 This may be overly harsh but until proven otherwise, we think this
41817 way, or until we have a simple test for Configure (having to start
41818 up servers is does not count as simple) to check for the problems.
41821 ____________________________________________________________________________
41822 [ 7775] By: jhi on 2000/11/20 15:22:17
41823 Log: Solaris hints tweaks.
41825 ! hints/solaris_2.sh
41826 ____________________________________________________________________________
41827 [ 7774] By: jhi on 2000/11/20 15:01:20
41828 Log: Add a workaround to SOCKS 64-bit problems.
41830 ! doio.c embed.h embed.pl perlsdio.h proto.h
41831 ____________________________________________________________________________
41832 [ 7773] By: jhi on 2000/11/20 14:51:47
41833 Log: sysseek() instead of seek().
41836 ____________________________________________________________________________
41837 [ 7772] By: gsar on 2000/11/20 13:06:23
41838 Log: integrate changes#6315..6319,6321..6331,6333..6338
41840 Integrate with Sarathy, preliminary fix for unicos
41841 alignment problems in [ID 20000612.002] Perl problem on Cray system.
41843 some debugger output does not go to the socket when RemotePort is set
41845 winsock cleanup never done on Windows (leads to handle leaks)
41847 fix UNC path handling on Windows under ithreads, and chdir()
41848 return value when given a non-existent directory
41850 Autogenerate pod/Makefile and pod/buildtoc.
41851 buildtoc also checks whether the existin pods are
41852 mentioned in MANIFEST and perl.pod, and vice versa.
41853 (None of the thusly found discrepancies fixed yet.)
41854 roffitall also needs to be autogenerated similarly but it
41855 seems so badly out of date that I didn't touch it yet.
41857 Config is being used.
41859 Add =head1 NAMEs so that buildtoc is happy.
41860 (The CGI::Util nit reported to Lincoln.)
41862 Fix complaints of buildtoc.
41864 Fix the alignment problem in Crays ([ID 20000612.002]).
41866 Remove perlbook, update perlfaq book listing,
41867 rearrange perl.pod, regenerate perltoc.
41869 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
41870 was cast to an unsigned (32-bit) integer with wild abandon.
41872 winsock options weren't being set in all threads under ithreads
41873 (caused send()s from second and subsequent threads to fail)
41875 accept() leaks memory on windows due to incorrect ordering of
41876 closesocket() and fclose() calls
41878 Reorder perl.pod once more.
41880 More POSIX.pod tweaks.
41882 Sprinkle ldlibpath.
41884 Precedence goof, fix based on
41885 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
41886 From: Hugo <hv@crypt.compulink.co.uk>
41887 Date: Tue, 11 Jul 2000 12:52:38 +0100
41888 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
41890 Subject: PATCH perlguts.pod: Document D and d magic types
41891 From: mjd@plover.com
41892 Date: 5 Jul 2000 18:01:51 -0000
41893 Message-ID: <20000705180151.29413.qmail@plover.com>
41895 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
41896 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
41897 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
41898 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
41900 Subject: [PATCH cfgperl] $& segfaults if you trick it
41901 From: simon@brecon.co.uk (Simon Cozens)
41902 Date: 7 Jul 2000 11:26:09 GMT
41903 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
41905 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
41906 From: Hugo <hv@crypt.compulink.co.uk>
41907 Date: Tue, 11 Jul 2000 12:44:50 +0100
41908 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
41910 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
41911 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
41912 Date: Tue, 11 Jul 2000 13:50:51 +0100
41913 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
41914 Branch: maint-5.6/perl
41915 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
41917 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
41918 !> (integrate 26 files)
41919 ____________________________________________________________________________
41920 [ 7771] By: gsar on 2000/11/20 12:31:42
41921 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
41924 Subject: [PATCH bleedperl] File::Spec 0.82 beta
41925 From: Barrie Slaymaker <barries@jester.slaysys.com>
41926 Date: Wed, 28 Jun 2000 11:35:29 -0400
41927 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
41929 tweak perlembed for multiplicity/usethreads sanity; correct notes
41932 localize %INC in a Safe compartment so that use/require work
41933 (many other magic globals probably need similar treatment)
41935 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
41936 when @_ is modified, causing coredumps
41938 slurp mode fix in change#4736 still not quite right
41940 Point to perlipc for more SysV IPC examples.
41942 Elaborate POSIX.pod. Still needs work.
41944 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
41946 fix large memory leak that has been around for ever, masked by
41947 -DPURIFY (most of the arenas were never freed!)
41949 fix memory leak on Windows (PL_sys_intern contents were never
41952 PERL_OBJECT build tweak
41956 remove rel2abs prototypes (from Barrie Slaymaker)
41958 missing perldiag entry for unpack("w",...) diagnostic (from
41961 better diagnostic on Frob->stuff() when Frob:: doesn't exist
41962 (from Richard Soderberg <rs@oregonnet.com>)
41964 Win32 patches for cfgperl from Sarathy.
41966 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
41968 More POSIX.pod embellishment.
41970 tyop in change#6306
41971 Branch: maint-5.6/perl
41972 !> (integrate 44 files)
41973 ____________________________________________________________________________
41974 [ 7770] By: gsar on 2000/11/20 11:51:00
41975 Log: integrate changes#6268..6282 from cfgperl branch
41977 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
41978 From: Dominic Dunlop <domo@computer.org>
41979 Date: Thu, 29 Jun 2000 12:32:39 +0200
41980 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
41982 Regen headers for #6261 (and update embed.pl for this) and #6267,
41983 silence few compiler warnings.
41985 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
41986 From: Nicholas Clark <nick@talking.bollo.cx>
41987 Date: Fri, 23 Jun 2000 16:21:15 +0100
41988 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
41990 Subject: PATCH pod/perltie.pod
41991 From: Ian Phillipps <Ian.Phillipps@iname.com>
41992 Date: Fri, 16 Jun 2000 00:17:19 +0100
41993 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
41994 (only the first hunk, the second hunk had already been done
41995 by some other patch)
41997 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
41998 From: Tom Phoenix <rootbeer@redcat.com>
41999 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
42000 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
42002 Subject: [PATCH] xsub attributes
42003 From: Doug MacEachern <dougm@covalent.net>
42004 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
42005 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
42007 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
42008 From: Andy Dougherty <doughera@lafayette.edu>
42009 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
42010 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
42012 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
42013 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42014 Date: Tue, 13 Jun 2000 02:43:48 -0500
42015 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
42017 Subject: [PATCH] Re: eval documentation: context
42018 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42019 Date: Mon, 12 Jun 2000 15:07:29 +0100
42020 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
42022 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
42023 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42024 Date: Mon, 12 Jun 2000 14:55:59 +0100
42025 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
42027 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
42028 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
42029 Date: Fri, 09 Jun 2000 12:39:27 -0400
42030 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
42031 (plus update the version "number" of Text::Wrap)
42033 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
42034 From: Tim Ayers <tayers@bridge.com>
42035 Date: Thu, 08 Jun 2000 08:11:06 +0200
42036 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
42037 [resent by Richard Foley, Message-Id probably wrong]
42039 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
42040 From: rspier@pobox.com (Robert Spier)
42041 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
42042 Message-ID: <14654.31913.845602.610277@rls.cx>
42044 Subject: [PATCH 5.6.0] utils/h2xs.PL
42045 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42046 Date: Wed, 7 Jun 2000 04:02:04 -0500
42047 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
42049 Subject: [PATCH 5.6.0]ITHREADs for VMS
42050 From: Dan Sugalski <dan@sidhe.org>
42051 Date: Tue, 06 Jun 2000 11:59:50 -0400
42052 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
42053 Branch: maint-5.6/perl
42054 !> (integrate 31 files)
42055 ____________________________________________________________________________
42056 [ 7769] By: gsar on 2000/11/20 11:29:06
42057 Log: integrate changes#6261..6266 from cfgperl
42059 Subject: Re: [PATCH cfgperl] BOMs away!
42060 From: simon@brecon.co.uk (Simon Cozens)
42061 Date: 17 Jun 2000 11:49:57 GMT
42062 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
42064 Subject: 5.6.0 Patch for EPOC
42065 From: Olaf Flebbe <o.flebbe@gmx.de>
42066 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
42067 Message-ID: <23449.960929969@www11.gmx.net>
42069 tr fixes from Simon Cozens
42071 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
42072 From: Marty Lucich <marty@netcom.com>
42073 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
42074 Message-Id: <200006282116.OAA11148@netcom.com>
42075 ccdlflags update (the BSD/OS 4.1 part had already been taken
42078 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
42079 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42080 Date: Wed, 28 Jun 2000 17:50:12 -0700
42081 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
42083 Subject: [PATCH 5.6.0] cygwin port
42084 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
42085 From: "Fifer, Eric" <EFifer@sanwaint.com>
42086 Date: Thu, 29 Jun 2000 12:58:29 +0100
42087 Branch: maint-5.6/perl
42088 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
42089 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
42090 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
42091 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
42092 ____________________________________________________________________________
42093 [ 7768] By: gsar on 2000/11/20 11:13:44
42094 Log: integrate changes#6252..6256,6259..6260
42096 Paranoia tweak on #6249.
42097 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
42098 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
42099 Date: Sun, 25 Jun 2000 23:43:12 -0400
42100 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
42102 Subject: tr///, help wanted.
42103 From: simon@brecon.co.uk (Simon Cozens)
42104 Date: 28 Jun 2000 11:29:04 GMT
42105 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
42107 small thinko tweaks
42109 tweaks from Simon Conzes to further fix tr/// under utf8
42111 perlnewmod was missing from MANIFEST.
42113 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
42114 From: simon@brecon.co.uk (Simon Cozens)
42115 Date: 17 Jun 2000 11:56:44 GMT
42116 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
42118 Branch: maint-5.6/perl
42119 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
42120 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
42121 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
42122 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
42123 ____________________________________________________________________________
42124 [ 7767] By: gsar on 2000/11/20 10:51:38
42125 Log: integrate change#6250 from cfgperl
42127 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
42128 From: Doug MacEachern <dougm@covalent.net>
42129 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
42130 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
42131 Branch: maint-5.6/perl
42133 !> MANIFEST embed.pl global.sym proto.h toke.c
42134 ____________________________________________________________________________
42135 [ 7766] By: gsar on 2000/11/20 10:48:34
42136 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
42138 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
42139 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42140 Date: Mon, 26 Jun 2000 18:40:14 +0100
42141 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
42143 Subject: [PATCH] bytes<->utf8 fixes
42144 From: simon@brecon.co.uk (Simon Cozens)
42145 Date: 26 Jun 2000 04:55:45 GMT
42146 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
42148 Subject: [PATCH] is_utf8_string
42149 From: simon@brecon.co.uk (Simon Cozens)
42150 Date: 26 Jun 2000 02:25:59 GMT
42151 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
42153 Subject: [PATCH] avoid mg_ptr in '*' magic
42154 From: Doug MacEachern <dougm@covalent.net>
42155 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
42156 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
42158 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
42159 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
42160 Date: Sat, 24 Jun 2000 13:06:20 +0100
42161 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
42163 Allow for standalone testing.
42165 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
42166 From: Mark-Jason Dominus <mjd@plover.com>
42167 Date: Tue, 27 Jun 2000 22:36:42 -0400
42168 Message-ID: <20000628023642.12166.qmail@plover.com>
42170 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
42171 From: Frank Tobin <ftobin@uiuc.edu>
42172 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
42173 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
42174 Branch: maint-5.6/perl
42175 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
42176 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
42177 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
42178 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
42179 !> utf8.c utils/h2xs.PL
42180 ____________________________________________________________________________
42181 [ 7765] By: gsar on 2000/11/20 10:29:13
42182 Log: integrate change#6239 from cfgperl
42184 Configure maintenance. Sever some dependency cycles,
42185 separate gccversion from the cc unit,
42186 address [ID 20000623.006] Configure script patch for using gcc on AIX
42187 (but solve it a little bit differently),
42188 unduplex some accidentally duplicated units,
42189 suggest using gcc if no cc available
42190 (p5p thread: "Solaris configure: counterproposal", 1999-09)
42191 Branch: maint-5.6/perl
42192 !> Configure Todo-5.6 config_h.SH
42193 ____________________________________________________________________________
42194 [ 7764] By: gsar on 2000/11/20 10:25:55
42195 Log: integrate changes#6233..6238 from cfgperl
42197 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
42198 From: Mark-Jason Dominus <mjd@plover.com>
42199 Date: Fri, 16 Jun 2000 20:53:04 -0400
42200 Message-ID: <20000617005304.8008.qmail@plover.com>
42202 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
42203 because when run as services (Win32ese for daemons)
42204 no environment variables are set and tmpdir ends up as /tmp,
42205 which is ambiguous.
42206 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
42207 From: matt@sergeant.org
42208 Date: 16 Jun 2000 16:30:43 -0000
42209 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
42211 The thread begun by
42212 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
42213 From: Kevin.Ruscoe@ubsw.com
42214 Date: Fri, 16 Jun 2000 16:38:51 +0100
42215 Message-Id: <H000019b03c300d6@MHS>
42217 Tweak embed.pl, regen headers.
42219 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
42220 From: Dan Sugalski <dan@sidhe.org>
42221 Date: Fri, 23 Jun 2000 17:00:00 -0400
42222 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
42223 Branch: maint-5.6/perl
42224 !> (integrate 27 files)
42225 ____________________________________________________________________________
42226 [ 7763] By: gsar on 2000/11/20 10:08:08
42227 Log: s/perl56delta/perldelta/g
42228 Branch: maint-5.6/perl
42230 ____________________________________________________________________________
42231 [ 7762] By: gsar on 2000/11/20 10:04:00
42232 Log: integrate changes#6225,6229,6231,6232 from cfgperl
42234 Add source code filenames to apidoc.
42235 From: simon@brecon.co.uk (Simon Cozens)
42236 Subject: [PATCH embed.pl] Source X-ref
42237 Date: 22 Jun 2000 02:18:49 GMT
42238 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
42240 Subject: README.hpux version 0.6.1
42241 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
42242 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42243 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
42245 Subject: [PATCH 5.6.0] cygwin port
42246 From: "Fifer, Eric" <EFifer@sanwaint.com>
42247 Date: Tue, 20 Jun 2000 14:30:58 +0100
42248 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
42250 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
42251 From: simon@brecon.co.uk (Simon Cozens)
42252 Date: 19 Jun 2000 15:18:27 GMT
42253 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
42255 plus update pod/Makefile and regenerate perltoc
42256 Branch: maint-5.6/perl
42257 +> pod/perlutil.pod
42258 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
42259 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
42260 ____________________________________________________________________________
42261 [ 7761] By: jhi on 2000/11/20 04:09:55
42262 Log: Miraculous typo.
42265 ____________________________________________________________________________
42266 [ 7760] By: jhi on 2000/11/20 04:06:08
42267 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
42268 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42269 Date: Sun, 19 Nov 2000 22:30:26 -0500
42270 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
42272 ! regexec.c scope.h t/op/pat.t
42273 ____________________________________________________________________________
42274 [ 7759] By: jhi on 2000/11/20 02:05:22
42275 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
42278 ____________________________________________________________________________
42279 [ 7758] By: jhi on 2000/11/20 01:58:11
42280 Log: Subject: [perl 7711: EPOC] updates
42281 From: Olaf Flebbe <o.flebbe@gmx.de>
42282 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
42283 Message-ID: <25575.974658810@www23.gmx.net>
42285 + lib/File/Spec/Epoc.pm
42286 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
42287 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
42288 ! lib/File/Spec.pm perl.c sv.c
42289 ____________________________________________________________________________
42290 [ 7757] By: jhi on 2000/11/20 01:53:11
42291 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
42294 ____________________________________________________________________________
42295 [ 7756] By: jhi on 2000/11/20 01:47:22
42296 Log: Integrate perlio.
42298 - ext/re/hints/MSWin32.pl
42299 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
42300 !> win32/config.gc win32/config_H.gc win32/win32sck.c
42301 ____________________________________________________________________________
42302 [ 7755] By: nick on 2000/11/19 20:57:17
42303 Log: Add dummy crlf layer (just as buffer)
42304 Correct 1st bug - one layer of indirection.
42306 ! perlio.c perlio.h perliol.h
42307 ____________________________________________________________________________
42308 [ 7754] By: nick on 2000/11/19 20:56:12
42309 Log: Work-round to Perl_deb_nocontext is no longer required
42311 - ext/re/hints/MSWin32.pl
42312 ____________________________________________________________________________
42313 [ 7753] By: nick on 2000/11/19 20:01:16
42314 Log: diff -se shows these as different
42316 ! global.sym pod/perlapi.pod
42317 ____________________________________________________________________________
42318 [ 7752] By: nick on 2000/11/19 18:57:30
42319 Log: Configure GCC/Win32 build -Duseperlio
42320 Fix a couple of gross issues
42321 - double-include of ../deb.o in re.dll
42322 - win32sck.c needs PerlIO and FILE
42324 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
42326 ____________________________________________________________________________
42327 [ 7751] By: nick on 2000/11/19 17:05:36
42328 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
42331 ____________________________________________________________________________
42332 [ 7750] By: nick on 2000/11/19 16:57:14
42336 ____________________________________________________________________________
42337 [ 7749] By: jhi on 2000/11/19 16:28:40
42338 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
42339 From: "Peter J. Farley III" <pjfarley@banet.net>
42340 Date: Sun, 19 Nov 2000 01:42:58 -0500
42341 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
42343 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
42344 ____________________________________________________________________________
42345 [ 7748] By: jhi on 2000/11/19 16:08:10
42346 Log: Subject: podlators 1.05 available
42347 From: Russ Allbery <rra@stanford.edu>
42348 Date: 18 Nov 2000 22:04:28 -0800
42349 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
42351 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
42352 ____________________________________________________________________________
42353 [ 7747] By: nick on 2000/11/19 11:19:39
42354 Log: Integrate mainline
42356 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
42358 ____________________________________________________________________________
42359 [ 7746] By: jhi on 2000/11/19 06:42:22
42360 Log: Make hex scanning warn on "\x{x}" and "\xx".
42361 "\x" and and hex("x") are still valid.
42364 ____________________________________________________________________________
42365 [ 7745] By: nick on 2000/11/18 22:52:28
42366 Log: Integrate mainline
42368 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
42369 !> perl.h perlio.c proto.h regcomp.c regcomp.h
42370 ____________________________________________________________________________
42371 [ 7744] By: jhi on 2000/11/18 22:50:28
42372 Log: Introduce Perl_utf8_length(). Use it.
42374 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
42375 ____________________________________________________________________________
42376 [ 7743] By: jhi on 2000/11/18 22:38:51
42377 Log: Compiler denit.
42380 ____________________________________________________________________________
42381 [ 7742] By: jhi on 2000/11/18 20:33:05
42382 Log: Integrate perlio.
42384 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
42385 !> perlio.h pp_ctl.c pp_sys.c sv.c
42386 ____________________________________________________________________________
42387 [ 7741] By: jhi on 2000/11/18 20:31:27
42388 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
42389 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42390 Date: Fri, 17 Nov 2000 20:35:11 -0500
42391 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
42393 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
42394 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42395 Date: Fri, 17 Nov 2000 21:03:47 -0500
42396 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
42398 Plus a little bit of tweaking in pregcomp().
42400 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
42401 ____________________________________________________________________________
42402 [ 7740] By: nick on 2000/11/18 20:17:22
42403 Log: Lexical use open ... support:
42404 add ->cop_io to COP structure in cop.h.
42405 Make mg.c and gv.c associate it with ${^OPEN}.
42406 Make lib/open.pm set it.
42407 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
42408 manner similar to ->cop_warnings.
42409 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
42410 call new PerlIO_apply_layers().
42411 Declare latter in perlio.h and define in perlio.c
42413 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
42414 ! perlio.h pp_ctl.c pp_sys.c sv.c
42415 ____________________________________________________________________________
42416 [ 7739] By: jhi on 2000/11/18 19:54:00
42417 Log: Integrate perlio.
42419 !> doio.c perlio.c pp.c
42420 ____________________________________________________________________________
42421 [ 7738] By: jhi on 2000/11/18 17:16:13
42422 Log: Subject: [PATCH 5.7.0] etags broken again
42423 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42424 Date: Sat, 18 Nov 2000 02:41:36 -0500
42425 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
42428 ____________________________________________________________________________
42429 [ 7737] By: jhi on 2000/11/18 17:12:18
42430 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
42432 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42433 ____________________________________________________________________________
42434 [ 7736] By: nick on 2000/11/18 14:06:20
42435 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
42436 part to be isolated.
42439 ____________________________________________________________________________
42440 [ 7735] By: nick on 2000/11/18 11:03:32
42441 Log: Integrate mainline
42443 !> Changes README.amiga README.win32 patchlevel.h
42444 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
42445 ____________________________________________________________________________
42446 [ 7734] By: jhi on 2000/11/18 01:18:56
42447 Log: Update Changes.
42449 ! Changes patchlevel.h
42450 ____________________________________________________________________________
42451 [ 7733] By: jhi on 2000/11/18 00:32:54
42452 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
42453 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42454 Date: Fri, 17 Nov 2000 17:28:02 -0500
42455 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
42457 ! regcomp.c regexec.c t/op/re_tests
42458 ____________________________________________________________________________
42459 [ 7732] By: jhi on 2000/11/18 00:28:56
42460 Log: Sparc 64-bit pack() fix from Jens Hamisch.
42463 ____________________________________________________________________________
42464 [ 7731] By: jhi on 2000/11/18 00:18:39
42465 Log: Explain in more detail the {} syntax ambiguousity.
42467 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
42468 From: Nicholas Clark <nick@ccl4.org>
42469 Date: Fri, 17 Nov 2000 22:10:28 +0000
42470 Message-ID: <20001117221028.A88930@plum.flirble.org>
42473 ____________________________________________________________________________
42474 [ 7730] By: jhi on 2000/11/18 00:12:18
42475 Log: Subject: Fix for README.amiga (20000323.033)
42476 From: "Stephen P. Potter" <spp@spotter.yi.org>
42477 Date: Fri, 17 Nov 2000 12:25:51 -0500
42478 Message-Id: <200011171725.MAA05768@spotter.yi.org>
42481 ____________________________________________________________________________
42482 [ 7729] By: jhi on 2000/11/18 00:08:34
42483 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
42484 From: "A. C. Yardley" <yardley@tanet.net>
42485 Date: Mon, 3 Apr 2000 11:35:33 -0700
42486 Message-ID: <3483.000403@tanet.net>
42489 ____________________________________________________________________________
42490 [ 7728] By: nick on 2000/11/17 21:59:47
42491 Log: Integrate mainline
42493 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
42494 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
42495 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
42496 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
42497 ____________________________________________________________________________
42498 [ 7727] By: nick on 2000/11/17 21:56:31
42499 Log: Experiment on use of attributes.pm interface.
42500 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
42501 SVt_PVRV if not already something better (else vivify of say magic gets
42505 ____________________________________________________________________________
42506 [ 7726] By: jhi on 2000/11/17 14:15:49
42507 Log: Subject: Fix for 20000815.006
42508 From: "Stephen P. Potter" <spp@spotter.yi.org>
42509 Date: Fri, 17 Nov 2000 08:57:45 -0500
42510 Message-Id: <200011171357.IAA05122@spotter.yi.org>
42512 It's really 20000518.006.
42514 ! pod/perlmodlib.PL
42515 ____________________________________________________________________________
42516 [ 7725] By: jhi on 2000/11/17 14:12:31
42517 Log: Subject: Fix for 20000409.001
42518 From: "Stephen P. Potter" <spp@spotter.yi.org>
42519 Date: Fri, 17 Nov 2000 08:55:45 -0500
42520 Message-Id: <200011171355.IAA05104@spotter.yi.org>
42523 ____________________________________________________________________________
42524 [ 7724] By: jhi on 2000/11/17 14:08:58
42525 Log: Undo #7627 now that we have =head3.
42528 ____________________________________________________________________________
42529 [ 7723] By: jhi on 2000/11/17 14:04:09
42530 Log: As surmised the #7719 wasn't a good move.
42532 ! hints/solaris_2.sh
42533 ____________________________________________________________________________
42534 [ 7722] By: jhi on 2000/11/17 13:59:04
42535 Log: Also the 64bitall hints can be either here or there.
42537 ! hints/solaris_2.sh
42538 ____________________________________________________________________________
42539 [ 7721] By: jhi on 2000/11/17 02:26:23
42540 Log: Test tweak for the open pragma.
42543 ____________________________________________________________________________
42544 [ 7720] By: jhi on 2000/11/17 00:23:22
42545 Log: The long double hints can be here or there.
42547 ! hints/solaris_2.sh
42548 ____________________________________________________________________________
42549 [ 7719] By: jhi on 2000/11/17 00:14:06
42550 Log: For Solaris use64bitall the stdchar needs a little bit of help.
42552 ! hints/solaris_2.sh
42553 ____________________________________________________________________________
42554 [ 7718] By: jhi on 2000/11/16 23:27:34
42555 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
42556 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42557 Date: Wed, 15 Nov 2000 08:56:32 +0100
42558 Message-ID: <3A1241B0.64477E00@alcatel.at>
42560 ! lib/Carp/Heavy.pm
42561 ____________________________________________________________________________
42562 [ 7717] By: jhi on 2000/11/16 23:23:29
42563 Log: Subject: [PATCH] Re: 20001101.003 PDL
42564 From: Nicholas Clark <nick@ccl4.org>
42565 Date: Thu, 16 Nov 2000 16:48:25 +0000
42566 Message-ID: <20001116164825.B93487@plum.flirble.org>
42568 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
42569 ____________________________________________________________________________
42570 [ 7716] By: jhi on 2000/11/16 23:21:31
42571 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
42572 From: "Casey R. Tweten" <crt@kiski.net>
42573 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
42574 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
42576 ! lib/Pod/Checker.pm pod/perlpod.pod
42577 ____________________________________________________________________________
42578 [ 7715] By: jhi on 2000/11/16 23:19:40
42579 Log: Avoid an infinite loop in VMS when utils scripts are run
42580 with no arguments, from Charles Lane.
42583 ____________________________________________________________________________
42584 [ 7714] By: jhi on 2000/11/16 23:17:08
42585 Log: Subject: perllocale.pod changes
42586 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42587 Date: Mon, 13 Nov 2000 10:09:22 +0300
42588 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
42590 ! pod/perllocale.pod
42591 ____________________________________________________________________________
42592 [ 7713] By: jhi on 2000/11/16 23:14:06
42593 Log: Integrate perlio.
42595 !> doio.c perlio.c perlio.h util.c
42596 ____________________________________________________________________________
42597 [ 7712] By: nick on 2000/11/16 21:10:58
42598 Log: Integrate mainline
42600 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42601 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
42602 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
42603 !> vos/config.ga.def vos/config.ga.h win32/config.bc
42604 !> win32/config.gc win32/config.vc
42605 ____________________________________________________________________________
42606 [ 7711] By: nick on 2000/11/16 19:56:41
42608 consistent way of getting 'rb', 'wb' etc. for binary opens
42609 move *perlio::layers to *open::layers
42610 a #define to show layers available
42611 DOSISH popen/PerlIO had export/import sense inverted.
42613 ! doio.c perlio.c perlio.h util.c
42614 ____________________________________________________________________________
42615 [ 7710] By: jhi on 2000/11/16 15:46:05
42616 Log: Add HAS_SBRK_PROTO.
42617 Branch: metaconfig/U/perl
42620 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42621 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
42622 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42623 ! vos/config.ga.def vos/config.ga.h win32/config.bc
42624 ! win32/config.gc win32/config.vc
42625 ____________________________________________________________________________
42626 [ 7709] By: nick on 2000/11/16 07:31:49
42627 Log: Integrate mainline
42629 !> (integrate 35 files)
42630 ____________________________________________________________________________
42631 [ 7708] By: jhi on 2000/11/16 05:33:03
42632 Log: These files are text, not binary.
42634 ! ext/Encode/Encode/iso8859-10.enc
42635 ! ext/Encode/Encode/iso8859-13.enc
42636 ! ext/Encode/Encode/iso8859-14.enc
42637 ! ext/Encode/Encode/iso8859-15.enc
42638 ____________________________________________________________________________
42639 [ 7707] By: jhi on 2000/11/16 01:53:37
42640 Log: Update Changes.
42642 ! Changes patchlevel.h
42643 ____________________________________________________________________________
42644 [ 7706] By: jhi on 2000/11/16 01:35:59
42645 Log: More #undefing of stdio.
42647 ! fakesdio.h nostdio.h
42648 ____________________________________________________________________________
42649 [ 7705] By: jhi on 2000/11/16 01:34:18
42650 Log: Add fwalk() probe to the configuration files and regen perltoc.
42652 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42653 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
42654 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
42655 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42656 ! win32/config.bc win32/config.gc win32/config.vc
42657 ____________________________________________________________________________
42658 [ 7704] By: jhi on 2000/11/16 01:33:07
42659 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
42660 an optional third argument to Inlibc?)
42661 Branch: metaconfig/U/perl
42663 ____________________________________________________________________________
42664 [ 7703] By: jhi on 2000/11/16 01:09:22
42665 Log: The type of the hash_cb() size argument is tricky.
42667 ! ext/DB_File/DB_File.xs
42668 ____________________________________________________________________________
42669 [ 7702] By: jhi on 2000/11/15 23:01:16
42670 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
42673 ____________________________________________________________________________
42674 [ 7701] By: jhi on 2000/11/15 22:52:32
42678 ____________________________________________________________________________
42679 [ 7700] By: jhi on 2000/11/15 22:51:56
42680 Log: UINT64_C() work continues.
42682 ! handy.h perl.h utf8.h
42683 ____________________________________________________________________________
42684 [ 7699] By: jhi on 2000/11/15 14:13:04
42685 Log: SOCKS has its own USE_THREADS, based on
42687 Subject: [ID 20001114.002] et. al. bugfix followup
42688 From: Jens Hamisch <jens@Strawberry.COM>
42689 Date: Wed, 15 Nov 2000 14:23:11 +0100
42690 Message-ID: <20001115142311.A21164@Strawberry.COM>
42693 ____________________________________________________________________________
42694 [ 7698] By: jhi on 2000/11/15 03:50:56
42695 Log: Add few missing #undefs and sort them.
42698 ____________________________________________________________________________
42699 [ 7697] By: jhi on 2000/11/15 03:39:14
42700 Log: Linenumber fix.
42702 ! t/pragma/warn/utf8
42703 ____________________________________________________________________________
42704 [ 7696] By: jhi on 2000/11/15 02:55:26
42705 Log: EBCDIC tweaks.
42707 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
42708 From: Peter Prymmer <pvhp@forte.com>
42709 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
42710 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
42712 ! t/op/regmesg.t t/pragma/warn/utf8
42713 ____________________________________________________________________________
42714 [ 7695] By: jhi on 2000/11/15 02:53:58
42715 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
42716 From: Peter Prymmer <pvhp@forte.com>
42717 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
42718 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
42721 ____________________________________________________________________________
42722 [ 7694] By: jhi on 2000/11/15 02:50:55
42723 Log: Subject: [PATCH: perl@7674] updates to README.os390
42724 From: Prymmer/Kahn <pvhp@best.com>
42725 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
42726 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
42729 ____________________________________________________________________________
42730 [ 7693] By: jhi on 2000/11/15 02:48:37
42731 Log: Quit utf8_to_uv() instantly if curlen == 0.
42734 ____________________________________________________________________________
42735 [ 7692] By: jhi on 2000/11/15 02:24:29
42736 Log: Use u_int32_t for the size of hash_cb(), not size_t.
42738 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
42739 From: Jens Hamisch <jens@Strawberry.COM>
42740 Date: Tue, 14 Nov 2000 19:03:55 +0100
42741 Message-Id: <20001114190355.A20559@Strawberry.COM>
42743 ! ext/DB_File/DB_File.xs
42744 ____________________________________________________________________________
42745 [ 7691] By: jhi on 2000/11/15 02:20:12
42746 Log: Use UINT64_C().
42748 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
42749 From: Jens Hamisch <jens@Strawberry.COM>
42750 Date: Tue, 14 Nov 2000 19:16:23 +0100
42751 Message-Id: <20001114191623.G20559@Strawberry.COM>
42754 ____________________________________________________________________________
42755 [ 7690] By: jhi on 2000/11/15 02:17:06
42756 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
42757 (a macro to define signed and unsigned integer constants).
42760 ____________________________________________________________________________
42761 [ 7689] By: jhi on 2000/11/15 01:56:51
42762 Log: Regen Configure.
42765 ____________________________________________________________________________
42766 [ 7688] By: jhi on 2000/11/15 01:56:32
42767 Log: Make the unit know about SOCKS.
42769 ! U/protos/socksizetype.U
42770 ____________________________________________________________________________
42771 [ 7687] By: jhi on 2000/11/15 01:54:47
42772 Log: Remove unused dependencies.
42774 ! U/compline/d_getpagsz.U
42775 ____________________________________________________________________________
42776 [ 7686] By: nick on 2000/11/14 21:25:13
42777 Log: Integrate mainline.
42779 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
42780 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
42781 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
42782 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
42783 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
42784 !> win32/config.bc win32/config.gc win32/config.vc
42785 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
42786 ____________________________________________________________________________
42787 [ 7685] By: jhi on 2000/11/14 17:54:56
42788 Log: Integrate perlio.
42790 +> fakesdio.h perliol.h
42791 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42792 !> perlsdio.h perlsfio.h pod/perlfunc.pod
42793 ____________________________________________________________________________
42794 [ 7684] By: nick on 2000/11/14 17:43:04
42795 Log: PerlIO #include and #ifdef re-work.
42797 + fakesdio.h perliol.h
42798 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
42799 ! perlsdio.h perlsfio.h
42800 ____________________________________________________________________________
42801 [ 7683] By: jhi on 2000/11/14 15:42:40
42802 Log: Hoist the duplicated socket/netdb include logic to perl.h;
42803 undef SETERRNO in case SOCKS has defined it. Based on:
42805 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
42806 From: Jens Hamisch <jens@Strawberry.COM>
42807 Date: Tue, 14 Nov 2000 11:34:40 +0100
42808 Message-Id: <20001114113440.A20005@Strawberry.COM>
42810 ! doio.c perl.h pp_sys.c
42811 ____________________________________________________________________________
42812 [ 7682] By: jhi on 2000/11/14 14:07:28
42813 Log: Subject: some additions for makefiles for win32 (for perl@7674)
42814 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42815 Date: Tue, 14 Nov 2000 09:31:13 +0300
42816 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
42818 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
42819 ! win32/makefile.mk
42820 ____________________________________________________________________________
42821 [ 7681] By: jhi on 2000/11/14 14:01:41
42822 Log: Subject: tiny typo in perl5db.pl
42823 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
42824 Date: Tue, 14 Nov 2000 09:29:28 +0300
42825 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
42828 ____________________________________________________________________________
42829 [ 7680] By: jhi on 2000/11/14 04:13:50
42830 Log: Redo #7679 with LFs instead of CRLFs.
42832 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
42833 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
42834 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42835 ____________________________________________________________________________
42836 [ 7679] By: jhi on 2000/11/14 01:21:09
42837 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
42838 From: Benjamin Stuhl <tiriath@yahoo.com>
42839 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42840 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42842 + win32/bin/mdelete.bat
42843 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
42844 ! makedef.pl perlio.c win32/Makefile win32/config.gc
42845 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
42846 ____________________________________________________________________________
42847 [ 7678] By: jhi on 2000/11/14 01:19:20
42848 Log: Fix the re extension building for Win32.
42850 Subject: [PATCH perl@7638] Get PerlIO building on Win32
42851 From: Benjamin Stuhl <tiriath@yahoo.com>
42852 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
42853 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
42855 + ext/re/hints/MSWin32.pl
42857 ____________________________________________________________________________
42858 [ 7677] By: jhi on 2000/11/14 01:13:54
42859 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42860 From: sthoenna@efn.org
42861 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
42862 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
42864 ! doop.c pp.c toke.c utf8.c utf8.h
42865 ____________________________________________________________________________
42866 [ 7676] By: jhi on 2000/11/13 20:23:15
42867 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42868 From: Nicholas Clark <nick@ccl4.org>
42869 Date: Mon, 13 Nov 2000 18:55:04 +0000
42870 Message-ID: <20001113185504.J29183@plum.flirble.org>
42872 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
42873 ____________________________________________________________________________
42874 [ 7675] By: nick on 2000/11/13 20:21:57
42875 Log: Integrate mainline ...
42877 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
42878 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
42879 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
42880 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
42881 ____________________________________________________________________________
42882 [ 7674] By: jhi on 2000/11/13 15:07:56
42883 Log: Update Changes.
42885 ! Changes patchlevel.h
42886 ____________________________________________________________________________
42887 [ 7673] By: jhi on 2000/11/13 14:42:42
42888 Log: Remove the new two tests of lib/io_xs for now, they seem to
42889 fail under perlio on some platforms.
42892 ____________________________________________________________________________
42893 [ 7672] By: jhi on 2000/11/13 13:57:53
42894 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
42897 ____________________________________________________________________________
42898 [ 7671] By: jhi on 2000/11/13 05:30:48
42899 Log: Placate nervous compilers that see longer than ints switch()ing.
42902 ____________________________________________________________________________
42903 [ 7670] By: jhi on 2000/11/13 05:14:21
42904 Log: fputs() does return EOF on error but here we don't care.
42907 ____________________________________________________________________________
42908 [ 7669] By: jhi on 2000/11/13 05:02:45
42909 Log: Declare reg_data like reg_substr_data.
42912 ____________________________________________________________________________
42913 [ 7668] By: jhi on 2000/11/13 04:54:34
42914 Log: Typos in #7667.
42917 ____________________________________________________________________________
42918 [ 7667] By: jhi on 2000/11/13 04:49:49
42919 Log: Cleanup messy #ifdef.
42922 ____________________________________________________________________________
42923 [ 7666] By: jhi on 2000/11/13 04:17:34
42924 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42925 From: Nicholas Clark <nick@talking.bollo.cx>
42926 Date: Sun, 12 Nov 2000 21:14:11 +0000
42927 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
42929 Note: only one breakage of the two reported is fixed by this patch.
42932 ____________________________________________________________________________
42933 [ 7665] By: jhi on 2000/11/13 04:05:07
42934 Log: Tweak the definition of the bit complement on UTF-8 data:
42935 if none of the characters in the string are > 0xff,
42936 the result is a complemented byte string, not a (UTF-8)
42937 char string. Based on the summary in
42939 Subject: Re: [ID 20000918.005] ~ on wide chars
42940 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42941 Date: Fri, 10 Nov 2000 09:47:15 -0800
42942 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
42944 This should give us the maximum backward (pre-char string)
42945 compatibility and utf8 compatibility. The other alternative
42946 would be to limit the bit complement to be always byte only,
42947 taking the least significant byte of the chars.
42949 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
42950 ____________________________________________________________________________
42951 [ 7664] By: jhi on 2000/11/13 00:23:44
42952 Log: Couple of tests from #7660 salvaged.
42955 ! MANIFEST t/io/tell.t
42956 ____________________________________________________________________________
42957 [ 7663] By: jhi on 2000/11/13 00:02:48
42958 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
42959 From: Nicholas Clark <nick@talking.bollo.cx>
42960 Date: Sun, 12 Nov 2000 21:23:43 +0000
42961 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
42964 ____________________________________________________________________________
42965 [ 7662] By: jhi on 2000/11/13 00:01:39
42966 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42967 From: Nicholas Clark <nick@talking.bollo.cx>
42968 Date: Sun, 12 Nov 2000 21:30:04 +0000
42969 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
42971 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
42972 ____________________________________________________________________________
42973 [ 7661] By: jhi on 2000/11/12 23:57:29
42974 Log: Document tell() on special streams.
42977 ____________________________________________________________________________
42978 [ 7660] By: jhi on 2000/11/12 23:54:22
42979 Log: (Subsumed by #7664)
42983 ____________________________________________________________________________
42984 [ 7659] By: jhi on 2000/11/12 22:55:25
42985 Log: Many subdocumented return values of the IO extension now documented.
42986 ungetc and write still left subdocumented.
42988 Subject: [PATCH] (was Re: IO::Handle::ungetc)
42989 From: Nicholas Clark <nick@talking.bollo.cx>
42990 Date: Sun, 12 Nov 2000 21:35:53 +0000
42991 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
42993 ! ext/IO/lib/IO/Handle.pm
42994 ____________________________________________________________________________
42995 [ 7658] By: jhi on 2000/11/12 21:37:06
42996 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42997 From: Nicholas Clark <nick@talking.bollo.cx>
42998 Date: Sun, 12 Nov 2000 20:03:22 +0000
42999 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
43002 ____________________________________________________________________________
43003 [ 7657] By: jhi on 2000/11/12 20:34:55
43004 Log: Integrate perlio.
43007 ____________________________________________________________________________
43008 [ 7656] By: nick on 2000/11/12 19:25:06
43009 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
43012 ____________________________________________________________________________
43013 [ 7655] By: nick on 2000/11/12 19:09:41
43014 Log: Integrate mainline
43016 +> README.solaris ext/Encode/Encode/cp1006.enc
43017 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
43018 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
43019 +> ext/Encode/Encode/iso8859-13.enc
43020 +> ext/Encode/Encode/iso8859-14.enc
43021 +> ext/Encode/Encode/iso8859-15.enc
43022 !> (integrate 34 files)
43023 ____________________________________________________________________________
43024 [ 7654] By: jhi on 2000/11/12 19:00:22
43025 Log: Add a metaconfig unit for fsync.
43026 Branch: metaconfig/U/perl
43028 ____________________________________________________________________________
43029 [ 7653] By: jhi on 2000/11/12 19:00:01
43030 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
43032 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43033 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43034 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43035 ! vos/config.ga.h win32/config.bc win32/config.gc
43037 ____________________________________________________________________________
43038 [ 7652] By: jhi on 2000/11/11 21:12:01
43039 Log: Copy the s// information of README.hpux also to the perlrun.
43041 ! README.hpux pod/perlrun.pod
43042 ____________________________________________________________________________
43043 [ 7651] By: jhi on 2000/11/11 21:03:13
43044 Log: More README.solaris updates from Andy Dougherty.
43047 ____________________________________________________________________________
43048 [ 7650] By: jhi on 2000/11/11 18:38:57
43049 Log: More descriptive error for unknown perlio layers.
43051 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
43052 From: Dominic Dunlop <domo@computer.org>
43053 Date: Sat, 11 Nov 2000 18:20:32 +0100
43054 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
43056 ! perlio.c pod/perldiag.pod
43057 ____________________________________________________________________________
43058 [ 7649] By: jhi on 2000/11/11 18:37:52
43059 Log: MachTen doesn't really do mmap() and munmap().
43061 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
43062 From: Dominic Dunlop <domo@computer.org>
43063 Date: Sat, 11 Nov 2000 18:20:32 +0100
43064 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
43067 ____________________________________________________________________________
43068 [ 7648] By: jhi on 2000/11/11 18:36:46
43069 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
43070 From: rspier@pobox.com (Robert Spier)
43071 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
43072 Message-ID: <14861.32839.491271.985797@rls.cx>
43074 ! Porting/Contract pod/perltoot.pod
43075 ____________________________________________________________________________
43076 [ 7647] By: jhi on 2000/11/11 18:35:30
43077 Log: Simplify the getpagesize() unit by dropping the
43078 pagesize probe since it's nowadays slightly more
43079 complicated because of sysconf(). (Note: if some
43080 platform really needs the -lPW for getpagesize,
43083 TODO: a new pagesize unit.
43085 ! U/compline/d_getpagsz.U
43086 ____________________________________________________________________________
43087 [ 7646] By: jhi on 2000/11/11 18:33:23
43088 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
43090 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43091 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43092 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43093 ! vos/config.ga.h win32/config.bc win32/config.gc
43095 ____________________________________________________________________________
43096 [ 7645] By: jhi on 2000/11/11 16:45:15
43097 Log: Use sysconf() or getpagesize() to find out the pagesize.
43100 ____________________________________________________________________________
43101 [ 7644] By: jhi on 2000/11/11 15:46:08
43102 Log: Integrate perlio.
43105 ____________________________________________________________________________
43106 [ 7643] By: jhi on 2000/11/11 15:33:36
43107 Log: Subject: Re: [PATCH] README.solaris
43108 From: Lupe Christoph <lupe@lupe-christoph.de>
43109 Date: Sat, 11 Nov 2000 14:08:10 +0100
43110 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
43113 ____________________________________________________________________________
43114 [ 7642] By: jhi on 2000/11/11 15:22:12
43115 Log: Subject: [PATCH perl@7638] cygwin port
43116 From: "Eric Fifer" <egf7@columbia.edu>
43117 Date: Fri, 10 Nov 2000 19:30:30 -0000
43118 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
43120 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
43121 ____________________________________________________________________________
43122 [ 7641] By: nick on 2000/11/11 14:50:36
43123 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
43124 Also call "Buf" layer directly when unread'ing non-read chars.
43127 ____________________________________________________________________________
43128 [ 7640] By: jhi on 2000/11/11 02:05:02
43129 Log: Add more encoding tables.
43131 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
43132 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
43133 + ext/Encode/Encode/iso8859-10.enc
43134 + ext/Encode/Encode/iso8859-13.enc
43135 + ext/Encode/Encode/iso8859-14.enc
43136 + ext/Encode/Encode/iso8859-15.enc
43138 ____________________________________________________________________________
43139 [ 7639] By: jhi on 2000/11/10 18:49:25
43140 Log: Subject: [PATCH] README.solaris
43141 From: Andy Dougherty <doughera@lafayette.edu>
43142 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
43143 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
43146 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
43147 ! pod/perl.pod pod/perltoc.pod
43148 ____________________________________________________________________________
43149 [ 7638] By: jhi on 2000/11/10 15:04:15
43150 Log: Update Changes.
43152 ! Changes patchlevel.h
43153 ____________________________________________________________________________
43154 [ 7637] By: jhi on 2000/11/10 14:14:28
43155 Log: Explain better why certain regex tests are skipped.
43157 Subject: Re: tests skipped: unknown reason
43158 From: Lupe Christoph <lupe@lupe-christoph.de>
43159 Date: Fri, 10 Nov 2000 09:08:56 +0100
43160 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
43163 ____________________________________________________________________________
43164 [ 7636] By: nick on 2000/11/10 13:40:00
43165 Log: Integrate mainline.
43167 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
43168 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
43169 !> win32/bin/search.pl
43170 ____________________________________________________________________________
43171 [ 7635] By: nick on 2000/11/10 13:25:52
43172 Log: Re-instate stdio large file support via perlio.
43175 ____________________________________________________________________________
43176 [ 7634] By: jhi on 2000/11/10 04:49:55
43177 Log: Amdahl UTS hints updates.
43179 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
43180 From: hom00@utsglobal.com (Harold O Morris)
43181 Date: Thu, 9 Nov 2000 20:02 PST
43182 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
43185 ____________________________________________________________________________
43186 [ 7633] By: jhi on 2000/11/09 23:33:28
43187 Log: Subject: [PATCH] IO::Seekable pod
43188 From: Nicholas Clark <nick@talking.bollo.cx>
43189 Date: Thu, 9 Nov 2000 20:29:45 +0000
43190 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
43192 ! ext/IO/lib/IO/Handle.pm
43193 ____________________________________________________________________________
43194 [ 7632] By: jhi on 2000/11/09 21:55:41
43195 Log: Various doc oddball characters.
43197 Subject: [ID 20001106.004] Perl 5.6.0 bugs
43198 From: Michael Somos <somos@grail.cba.csuohio.edu>
43199 Date: Mon, 6 Nov 2000 17:44:20 -0500
43200 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
43202 ! emacs/cperl-mode.el lib/unicode/syllables.txt
43203 ! win32/bin/search.pl
43204 ____________________________________________________________________________
43205 [ 7631] By: jhi on 2000/11/09 21:12:29
43206 Log: Subject: Re: bash -c exit and linux hints
43207 From: "John P. Linderman" <jpl@research.att.com>
43208 Date: Thu, 02 Nov 2000 09:37:25 -0500
43209 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
43212 ____________________________________________________________________________
43213 [ 7630] By: nick on 2000/11/09 20:34:11
43214 Log: Integrate mainline.
43216 !> (integrate 91 files)
43217 ____________________________________________________________________________
43218 [ 7629] By: jhi on 2000/11/09 19:46:31
43219 Log: Missing dTHXs.
43221 Subject: RE: perl@7595 builds not on cygwin
43222 From: "Eric Fifer" <egf7@columbia.edu>
43223 Date: Thu, 9 Nov 2000 19:26:50 -0000
43224 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
43226 ! ext/Devel/Peek/Peek.xs
43227 ____________________________________________________________________________
43228 [ 7628] By: jhi on 2000/11/09 14:48:27
43229 Log: Disable only the tests 99 and 166 for UTF-8 locales.
43231 ! t/pragma/locale.t
43232 ____________________________________________________________________________
43233 [ 7627] By: jhi on 2000/11/09 14:40:27
43234 Log: There's no =head3.
43237 ____________________________________________________________________________
43238 [ 7626] By: jhi on 2000/11/09 13:54:26
43239 Log: The generated boot_* headers are wrong. Pickier compiler,
43240 such as KAI C++ will refuse to compile the resulting perlmain.
43242 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43243 From: Harri Pasanen <harri.pasanen@trema.com>
43244 Date: Thu, 09 Nov 2000 14:23:28 +0100
43245 Message-Id: <3A0AA550.26D548A3@trema.com>
43248 ____________________________________________________________________________
43249 [ 7625] By: jhi on 2000/11/09 13:50:44
43250 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
43251 From: Prymmer/Kahn <pvhp@best.com>
43252 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
43253 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
43255 All except the "cow orker" change.
43257 ! Porting/pumpkin.pod
43258 ____________________________________________________________________________
43259 [ 7624] By: jhi on 2000/11/09 13:45:33
43262 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
43263 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43264 Date: Thu, 09 Nov 2000 11:05:52 +0100
43265 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
43267 ! pod/perldiag.pod t/pragma/warn/pp_sys
43268 ____________________________________________________________________________
43269 [ 7623] By: jhi on 2000/11/09 13:37:16
43270 Log: Typo in an ifndef.
43272 Subject: Re: [PATCH 5.7.0] better messages from malloc()
43273 From: Joe Smith <jms@inwap.com>
43274 Date: Thu, 09 Nov 2000 01:33:14 -0800
43275 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
43278 ____________________________________________________________________________
43279 [ 7622] By: jhi on 2000/11/09 13:31:18
43280 Log: Remove unused extra arguments.
43281 Branch: metaconfig/U/perl
43284 ! Configure config_h.SH
43285 ____________________________________________________________________________
43286 [ 7621] By: jhi on 2000/11/09 13:16:36
43287 Log: More VMS moves on environment handling, from Charles Lane.
43289 ! t/pragma/locale.t
43290 ____________________________________________________________________________
43291 [ 7620] By: jhi on 2000/11/09 04:42:38
43292 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
43293 From: David Dyck <dcd@tc.fluke.com>
43294 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
43295 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
43298 ____________________________________________________________________________
43299 [ 7619] By: jhi on 2000/11/09 04:36:21
43300 Log: Forgot from #7618.
43303 ____________________________________________________________________________
43304 [ 7618] By: jhi on 2000/11/09 04:28:44
43305 Log: Make deleting for %ENV work for (newer versions of) VMS,
43306 from Craig A. Berry.
43309 ____________________________________________________________________________
43310 [ 7617] By: jhi on 2000/11/09 04:25:05
43311 Log: Subject: [PATCH] Class::Struct at compile time
43312 From: "Casey R. Tweten" <crt@kiski.net>
43313 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
43314 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
43316 ! lib/Class/Struct.pm
43317 ____________________________________________________________________________
43318 [ 7616] By: jhi on 2000/11/09 04:15:17
43319 Log: Subject: [ID 20001108.013] spelling
43320 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
43321 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
43322 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
43325 ____________________________________________________________________________
43326 [ 7615] By: jhi on 2000/11/09 04:12:42
43327 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
43328 From: Peter Prymmer <pvhp@forte.com>
43329 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
43330 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
43333 ____________________________________________________________________________
43334 [ 7614] By: jhi on 2000/11/08 22:42:55
43335 Log: A missing aTHX_.
43337 ! ext/IPC/SysV/SysV.xs
43338 ____________________________________________________________________________
43339 [ 7613] By: jhi on 2000/11/08 19:30:21
43340 Log: Update Changes.
43342 ! Changes patchlevel.h
43343 ____________________________________________________________________________
43344 [ 7612] By: jhi on 2000/11/08 18:35:25
43345 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
43346 From: David Dyck <dcd@tc.fluke.com>
43347 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
43348 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
43351 ____________________________________________________________________________
43352 [ 7611] By: jhi on 2000/11/08 18:30:26
43353 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
43354 From: Dominic Dunlop <domo@computer.org>
43355 Date: Tue, 7 Nov 2000 12:05:25 +0100
43356 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
43359 ____________________________________________________________________________
43360 [ 7610] By: jhi on 2000/11/08 18:25:14
43361 Log: Do not test UTF-8 locales since that the tests would require
43362 polymorphic regexen.
43364 ! t/pragma/locale.t
43365 ____________________________________________________________________________
43366 [ 7609] By: jhi on 2000/11/08 17:12:51
43367 Log: Locale buglets.
43369 Subject: RE: Locales support (setlocale) fixes
43370 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43371 Date: Wed, 8 Nov 2000 20:01:39 +0300
43372 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
43374 ! t/pragma/locale.t util.c
43375 ____________________________________________________________________________
43376 [ 7608] By: jhi on 2000/11/08 17:00:16
43377 Log: Deleting $ENV{PATH} in VMS is not recommendable.
43379 ! t/pragma/locale.t
43380 ____________________________________________________________________________
43381 [ 7607] By: jhi on 2000/11/08 16:58:26
43382 Log: Subject: PATCH std stdio for (Free)BSD
43383 From: Nicholas Clark <nick@ccl4.org>
43384 Date: Wed, 8 Nov 2000 15:36:29 +0000
43385 Message-ID: <20001108153629.D98736@plum.flirble.org>
43387 ! U/compline/d_stdstdio.U
43389 ! Configure config_h.SH
43390 ____________________________________________________________________________
43391 [ 7606] By: jhi on 2000/11/08 16:43:31
43392 Log: Forgot to bump the line numbers in #7601.
43394 ! t/pragma/warn/pp_sys
43395 ____________________________________________________________________________
43396 [ 7605] By: jhi on 2000/11/08 16:39:12
43397 Log: More careful detection of how well NVs and UVs mix.
43399 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))
43400 From: Nicholas Clark <nick@ccl4.org>
43401 Date: Wed, 8 Nov 2000 15:14:12 +0000
43402 Message-ID: <20001108151412.B98736@plum.flirble.org>
43404 Added some SIGFPE paranoia.
43405 Branch: metaconfig/U/perl
43408 ! Configure config_h.SH
43409 ____________________________________________________________________________
43410 [ 7604] By: jhi on 2000/11/08 14:39:10
43411 Log: Subject: [patch perl@7595] VMS configure.com tweak
43412 From: "Craig A. Berry" <craigberry@mac.com>
43413 Date: Wed, 8 Nov 2000 00:24:12 -0600
43414 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
43417 ____________________________________________________________________________
43418 [ 7603] By: jhi on 2000/11/08 14:27:11
43419 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
43420 From: Robin Barker <rmb1@cise.npl.co.uk>
43421 Date: Wed, 8 Nov 2000 11:11:39 GMT
43422 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
43425 ____________________________________________________________________________
43426 [ 7602] By: jhi on 2000/11/08 14:25:03
43427 Log: Fix for the tie-refhash string table leaks.
43429 From: Nick Ing-Simmons <nik@tiuk.ti.com>
43430 Date: Wed, 8 Nov 2000 13:03:04 GMT
43431 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
43433 ! t/lib/tie-refhash.t
43434 ____________________________________________________________________________
43435 [ 7601] By: jhi on 2000/11/08 14:21:08
43436 Log: Try to avoid flockless and emulationless places.
43438 ! t/pragma/warn/pp_sys
43439 ____________________________________________________________________________
43440 [ 7600] By: jhi on 2000/11/08 02:28:54
43441 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
43443 Subject: [PATCH] prototyped functions that should be overrideable
43444 From: "Casey R. Tweten" <crt@kiski.net>
43445 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
43446 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
43449 ____________________________________________________________________________
43450 [ 7599] By: jhi on 2000/11/08 01:12:05
43451 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
43453 Subject: [PATCH] perlbug.PL
43454 From: "Kurt D. Starsinic" <kstar@chapin.edu>
43455 Date: Mon, 6 Nov 2000 21:39:01 -0500
43456 Message-ID: <20001106213901.B20955@O2.chapin.edu>
43459 ____________________________________________________________________________
43460 [ 7598] By: jhi on 2000/11/07 23:42:00
43461 Log: Bad thinko in #7581 (I used the test program with the expanded
43464 ! U/compline/d_stdstdio.U
43467 ____________________________________________________________________________
43468 [ 7597] By: jhi on 2000/11/07 21:43:29
43469 Log: Subject: [PATCH perl@7573] cygwin port
43470 From: "Fifer, Eric" <EFifer@sanwaint.com>
43471 Date: Tue, 7 Nov 2000 18:08:51 -0000
43472 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
43474 Synchronize with Cygwin 1.1.5.
43476 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
43477 ! pod/perlport.pod unixish.h util.c
43478 ____________________________________________________________________________
43479 [ 7596] By: jhi on 2000/11/07 21:39:25
43480 Log: perlhack updates from H.Merijn Brand.
43483 ____________________________________________________________________________
43484 [ 7595] By: jhi on 2000/11/07 20:21:41
43485 Log: Update Changes.
43487 ! Changes patchlevel.h
43488 ____________________________________________________________________________
43489 [ 7594] By: jhi on 2000/11/07 19:18:58
43490 Log: Be more robust in Dynaloader.pm.
43492 ! ext/DynaLoader/DynaLoader_pm.PL
43493 ____________________________________________________________________________
43494 [ 7593] By: jhi on 2000/11/07 16:49:31
43495 Log: AUTHORS update.
43498 ____________________________________________________________________________
43499 [ 7592] By: gsar on 2000/11/07 16:39:51
43500 Log: normalize relative paths in virtualized current directory on windows,
43501 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
43505 ____________________________________________________________________________
43506 [ 7591] By: jhi on 2000/11/07 16:04:26
43507 Log: Too profiler-happy: with optimization the #7590 actually makes
43508 the test to run 0.5% _slower_. Requires much more instrumentation.
43511 ! regcomp.c regcomp.h
43512 ____________________________________________________________________________
43513 [ 7590] By: jhi on 2000/11/07 15:51:13
43514 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
43515 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
43516 by using memset() and testing bytewise (as opposed to bitwise).
43518 ! regcomp.c regcomp.h
43519 ____________________________________________________________________________
43520 [ 7589] By: jhi on 2000/11/07 12:56:39
43521 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
43522 From: "Craig A. Berry" <craig.berry@psinetcs.com>
43523 Date: Mon, 06 Nov 2000 23:45:30 -0500
43524 Message-Id: <0011079735.AA973576259@univpress.com>
43526 ! configure.com t/lib/st-lock.t
43527 ____________________________________________________________________________
43528 [ 7588] By: jhi on 2000/11/07 01:03:28
43532 ____________________________________________________________________________
43533 [ 7587] By: jhi on 2000/11/07 01:00:27
43534 Log: A doc addition for bug id 20001105.019, beware \p.
43537 ____________________________________________________________________________
43538 [ 7586] By: jhi on 2000/11/07 00:32:22
43539 Log: Fake support of holey files in win/dosish platforms.
43541 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
43542 From: kipp@shonanblue.ne.jp
43543 Date: Mon, 6 Nov 2000 13:30:55 -0800
43544 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
43546 ! ext/SDBM_File/sdbm/sdbm.c
43547 ____________________________________________________________________________
43548 [ 7585] By: jhi on 2000/11/07 00:12:54
43549 Log: Subject: Pod updates
43550 From: "Stephen P. Potter" <spp@spotter.yi.org>
43551 Date: Mon, 06 Nov 2000 18:56:43 -0500
43552 Message-Id: <200011062357.SAA18173@spotter.yi.org>
43554 ! README.dos README.os2 README.win32 pod/buildtoc.PL
43555 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
43556 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
43557 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
43558 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
43559 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
43560 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
43561 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
43562 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
43563 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
43564 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
43565 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
43566 ! pod/perltootc.pod pod/perlunicode.pod
43567 ____________________________________________________________________________
43568 [ 7584] By: jhi on 2000/11/07 00:04:17
43569 Log: Varargs don't always work too well if one puts an unsigned
43570 char on the stack and pop an unsigned quad off the stack.
43572 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
43573 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43574 Date: Mon, 06 Nov 2000 15:19:05 -0800
43575 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
43578 ____________________________________________________________________________
43579 [ 7583] By: jhi on 2000/11/06 23:58:48
43580 Log: %ENV note tweaks from Dan Sugalski.
43582 ! pod/perlport.pod vms/perlvms.pod
43583 ____________________________________________________________________________
43584 [ 7582] By: jhi on 2000/11/06 23:05:49
43585 Log: glibc5 detection by __GNU_LIBRARY__.
43588 ____________________________________________________________________________
43589 [ 7581] By: jhi on 2000/11/06 22:51:29
43590 Log: Make the stdio test program of 7427 less noisy while being
43591 compiled so that Digital UNIX wouldn't get both
43592 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
43593 undefined. This makes perlio happy.
43595 ! U/compline/d_stdstdio.U
43597 ! Configure config_h.SH
43598 ____________________________________________________________________________
43599 [ 7580] By: jhi on 2000/11/06 22:41:41
43600 Log: Document %ENV = () portability issues.
43602 ! pod/perlport.pod vms/perlvms.pod
43603 ____________________________________________________________________________
43604 [ 7579] By: jhi on 2000/11/06 21:29:24
43605 Log: VOS updates from Paul Green.
43607 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43608 ____________________________________________________________________________
43609 [ 7578] By: jhi on 2000/11/06 21:00:40
43610 Log: Sanitize the environment further.
43612 ! t/pragma/locale.t
43613 ____________________________________________________________________________
43614 [ 7577] By: jhi on 2000/11/06 20:53:51
43615 Log: Re-introduce 7552 lost in integration.
43618 ____________________________________________________________________________
43619 [ 7576] By: jhi on 2000/11/06 20:33:46
43620 Log: Admit that the test leaks scalars.
43623 ____________________________________________________________________________
43624 [ 7575] By: jhi on 2000/11/06 20:17:08
43625 Log: Integrate perlio.
43628 ____________________________________________________________________________
43629 [ 7574] By: nick on 2000/11/06 20:07:28
43630 Log: Remove debug. Try (Mmap_t) on madvise() call.
43633 ____________________________________________________________________________
43634 [ 7573] By: jhi on 2000/11/06 13:56:05
43635 Log: Update Changes.
43637 ! Changes patchlevel.h
43638 ____________________________________________________________________________
43639 [ 7572] By: jhi on 2000/11/06 13:48:41
43640 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
43641 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43642 Date: Mon, 06 Nov 2000 10:11:42 +0100
43643 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
43646 ____________________________________________________________________________
43647 [ 7571] By: jhi on 2000/11/06 01:45:51
43648 Log: AUTHORS updates.
43651 ____________________________________________________________________________
43652 [ 7570] By: jhi on 2000/11/06 00:18:00
43655 Subject: [ID 20000728.005] perl -P broken
43656 From: David Dyck <dcd@tc.fluke.com>
43657 Date: Fri, 28 Jul 2000 17:19:16 -0700
43658 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
43660 (hopefully). The fix is also not complete, it seems to break
43661 BOM swallowing for libc5 systems, but until someone figures
43662 out a way to do this without ftell(), this will do.
43665 ____________________________________________________________________________
43666 [ 7569] By: jhi on 2000/11/06 00:05:30
43667 Log: Document that the evaled syntax errors cause scalar leaks.
43670 ____________________________________________________________________________
43671 [ 7568] By: jhi on 2000/11/05 23:14:47
43672 Log: opmini.o can linger from Configures past.
43675 ____________________________________________________________________________
43676 [ 7567] By: jhi on 2000/11/05 21:28:39
43677 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
43678 first argument correctly.
43681 ____________________________________________________________________________
43682 [ 7566] By: jhi on 2000/11/05 21:15:56
43683 Log: Integrate perlio.
43686 ____________________________________________________________________________
43687 [ 7565] By: jhi on 2000/11/05 21:15:13
43688 Log: Use -dM for gcc (the suggested patch did it only for Linux,
43689 but I think it can be generalized).
43691 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
43692 From: Pixel <pixel@mandrakesoft.com>
43693 Date: 05 Nov 2000 21:49:34 +0100
43694 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
43696 ! ext/Errno/Errno_pm.PL
43697 ____________________________________________________________________________
43698 [ 7564] By: nick on 2000/11/05 21:09:18
43699 Log: Added a mmap layer as a "subclass" of perlio.
43700 PERLIO=mmap ./perl harness passes
43703 ____________________________________________________________________________
43704 [ 7563] By: jhi on 2000/11/05 19:48:55
43705 Log: Add a note for future generations about bug id 20000229.006.
43708 ____________________________________________________________________________
43709 [ 7562] By: jhi on 2000/11/05 19:38:24
43710 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
43712 ! pp_ctl.c t/op/pos.t
43713 ____________________________________________________________________________
43714 [ 7561] By: jhi on 2000/11/05 18:21:46
43715 Log: Add =pod to be tidy.
43717 ! lib/Math/Complex.pm
43718 ____________________________________________________________________________
43719 [ 7560] By: jhi on 2000/11/05 17:38:46
43720 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
43722 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
43723 ! ext/Storable/Storable.xs t/lib/st-recurse.t
43724 ____________________________________________________________________________
43725 [ 7559] By: jhi on 2000/11/05 17:32:59
43726 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
43727 From: "Peter J. Farley III" <pjfarley@banet.net>
43728 Date: Sun, 05 Nov 2000 11:55:59 -0500
43729 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
43732 ____________________________________________________________________________
43733 [ 7558] By: jhi on 2000/11/05 17:29:19
43734 Log: Integrate perlio.
43737 ____________________________________________________________________________
43738 [ 7557] By: jhi on 2000/11/05 17:22:01
43739 Log: A fix of sorts for 20000329.026, a better error message
43740 for a missing "use charnames" when using the \N{...}.
43742 ! pod/perldiag.pod toke.c
43743 ____________________________________________________________________________
43744 [ 7556] By: jhi on 2000/11/05 16:33:50
43745 Log: Test tweak: show also the failed locales.
43747 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
43748 From: Lupe Christoph <lupe@lupe-christoph.de>
43749 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
43750 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
43752 ! t/pragma/locale.t
43753 ____________________________________________________________________________
43754 [ 7555] By: nick on 2000/11/05 11:09:34
43755 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
43756 open RDWR so does not fail. (pragma/warnings 303 again...)
43759 ____________________________________________________________________________
43760 [ 7554] By: nick on 2000/11/05 10:10:13
43761 Log: Fix case where ungetc(f,EOF) was allowed.
43762 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
43763 so we can see similarities.
43764 Use types more carefully and a STDCHAR array in hope that this will
43765 fix Jarrko's 64bit machine.
43768 ____________________________________________________________________________
43769 [ 7553] By: jhi on 2000/11/05 01:12:16
43772 Subject: [ID 20001004.007] taint propogation is inconsistent
43773 From: pimlott@idiomtech.com (Andrew Pimlott)
43774 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
43775 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
43777 The culprit was sv_setsv() which was rather blindly
43778 propagating taint, which lead to behaviour where if
43779 a tainted anon hash value was seen all the hash values
43780 from then on at that level became tainted, or at any
43781 upper levels in the case of nested anon hashes.
43783 ! sv.c t/op/taint.t
43784 ____________________________________________________________________________
43785 [ 7552] By: jhi on 2000/11/04 23:44:18
43786 Log: Some cpps don't like splitting conditionals across several lines.
43789 ____________________________________________________________________________
43790 [ 7551] By: nick on 2000/11/04 23:40:44
43791 Log: Integrate mainline
43793 !> pp_hot.c t/op/taint.t
43794 ____________________________________________________________________________
43795 [ 7550] By: nick on 2000/11/04 23:39:05
43796 Log: Integrate mainline again
43798 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
43799 !> t/lib/b.t t/op/misc.t util.c
43800 ____________________________________________________________________________
43801 [ 7549] By: jhi on 2000/11/04 23:14:01
43804 Subject: [ID 20001004.006] undef is never tainted
43805 From: pimlott@idiomtech.com (Andrew Pimlott)
43806 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
43807 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
43809 An undef read from a slurped file was not tainted.
43811 ! pp_hot.c t/op/taint.t
43812 ____________________________________________________________________________
43813 [ 7548] By: jhi on 2000/11/04 22:56:21
43814 Log: Test tweak ($Config{useperlio} is by default undef) .
43817 ____________________________________________________________________________
43818 [ 7547] By: jhi on 2000/11/04 22:43:56
43819 Log: Integrate perlio.
43822 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
43823 !> pod/perlapi.pod t/lib/b.t
43824 ____________________________________________________________________________
43825 [ 7546] By: jhi on 2000/11/04 22:40:59
43826 Log: Configure would use a bad $myuname from an old config.sh.
43828 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
43829 From: Andy Dougherty <doughera@lafayette.edu>
43830 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
43831 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
43833 ! U/modified/Oldconfig.U
43835 ! Configure config_h.SH
43836 ____________________________________________________________________________
43837 [ 7545] By: jhi on 2000/11/04 22:36:54
43838 Log: Subject: Locales support (setlocale) fixes
43839 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43840 Date: Sat, 4 Nov 2000 10:15:48 +0300
43841 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
43843 Modified quite a bit to be more portable.
43845 ! embed.h embed.pl perl.h proto.h util.c
43846 ____________________________________________________________________________
43847 [ 7544] By: jhi on 2000/11/04 22:32:47
43848 Log: Dying is too strict here, better just skip.
43851 ____________________________________________________________________________
43852 [ 7543] By: nick on 2000/11/04 21:55:13
43853 Log: Merge mainline
43855 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
43856 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
43857 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43858 !> (integrate 64 files)
43859 ____________________________________________________________________________
43860 [ 7542] By: jhi on 2000/11/04 21:09:28
43861 Log: More Changes tweakery.
43863 ! Changes Porting/genlog
43864 ____________________________________________________________________________
43865 [ 7541] By: jhi on 2000/11/04 20:58:18
43866 Log: Changes fixups.
43869 ____________________________________________________________________________
43870 [ 7540] By: jhi on 2000/11/04 20:42:38
43871 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
43872 create a "fast path" for locale name probing using "locale -a"
43873 if available, squash finally hopefully the s?printf resetting
43874 the numeric locale (since, IIUC perllocale, it never shouldn't).
43876 ! sv.c t/op/misc.t t/pragma/locale.t
43877 ____________________________________________________________________________
43878 [ 7539] By: nick on 2000/11/04 19:56:10
43879 Log: PerlIO infrastructure complete.
43882 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
43883 ____________________________________________________________________________
43884 [ 7538] By: nick on 2000/11/04 14:31:32
43885 Log: Type tweaks + less contorted allocation scheme
43888 ____________________________________________________________________________
43889 [ 7537] By: nick on 2000/11/04 12:40:42
43890 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
43891 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
43892 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
43893 sensible) which lead to some interesting fails.
43896 ____________________________________________________________________________
43897 [ 7536] By: jhi on 2000/11/04 00:20:02
43898 Log: Add FCNTL_CAN_LOCK.
43900 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43901 From: Andy Dougherty <doughera@lafayette.edu>
43902 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
43903 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
43905 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
43906 From: Andy Dougherty <doughera@lafayette.edu>
43907 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
43908 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
43909 Branch: metaconfig/U/perl
43910 + d_fcntl_can_lock.U
43913 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43914 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
43915 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43916 ! vos/config.ga.h win32/config.bc win32/config.gc
43918 ____________________________________________________________________________
43919 [ 7535] By: nick on 2000/11/03 22:19:10
43920 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
43921 - Works on Linux with
43924 - Works on Solaris with
43926 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
43927 - Fails (hangs in openpid) if you try and stack
43928 perlio + stdio - Linux stdio's read() logic is hanging.
43930 ! iperlsys.h perlio.c
43931 ____________________________________________________________________________
43932 [ 7534] By: jhi on 2000/11/03 15:16:02
43933 Log: Subject: Re: README.aix
43934 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43935 Date: Fri, 03 Nov 2000 16:03:15 +0100
43936 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
43939 ____________________________________________________________________________
43940 [ 7533] By: jhi on 2000/11/03 03:59:02
43941 Log: Subject: [PATCH 5.7.0] better messages from malloc()
43942 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43943 Date: Wed, 1 Nov 2000 23:39:56 -0500
43944 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
43946 ! malloc.c pod/perldiag.pod
43947 ____________________________________________________________________________
43948 [ 7532] By: jhi on 2000/11/03 00:11:56
43949 Log: The #7521 touched things it shouldn't have.
43951 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
43952 ____________________________________________________________________________
43953 [ 7531] By: jhi on 2000/11/02 22:32:33
43954 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
43955 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43956 Date: Thu, 2 Nov 2000 16:58:36 EST
43957 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
43959 ! vms/gen_shrfls.pl
43960 ____________________________________________________________________________
43961 [ 7530] By: jhi on 2000/11/02 22:08:49
43962 Log: Fix the problem discussed in
43964 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
43965 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
43966 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
43968 originally from Linc Madison. Also Andreas König's comments
43969 taken into account. Some other problems with Tie::SubstrHash
43970 fixed: didn't croak when the table exceeded the requested number
43971 of entries (as documented) but instead when the number of entries
43972 exceeded the size of the table, a croak() had an unnecessary \n,
43973 didn't have a CLEAR method, documented that there is no exists().
43974 Didn't fix to be strict-proof because the module uses &foo; and
43975 dynamic scope. Added a test script exercizing both first tamely
43976 the basic functionality, and then the failure cases reported by
43979 + t/lib/tie-substrhash.t
43980 ! MANIFEST lib/Tie/SubstrHash.pm
43981 ____________________________________________________________________________
43982 [ 7529] By: jhi on 2000/11/02 17:58:08
43983 Log: recv() can fail and return undef.
43985 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
43986 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
43987 Date: Thu, 2 Nov 2000 20:12:20 +0300
43988 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
43991 ____________________________________________________________________________
43992 [ 7528] By: jhi on 2000/11/02 17:49:09
43996 ____________________________________________________________________________
43997 [ 7527] By: jhi on 2000/11/02 15:48:37
43998 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
43999 fix a autovivification bug in Tie::RefHash, add tests for both.
44001 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44002 From: Edward Avis <epa98@doc.ic.ac.uk>
44003 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
44004 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
44006 + t/lib/tie-refhash.t
44007 ! MANIFEST lib/Tie/RefHash.pm
44008 ____________________________________________________________________________
44009 [ 7526] By: jhi on 2000/11/02 13:56:26
44010 Log: Test::Harness revealed buglets in the new DynaLoader.
44012 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44013 From: andreas.koenig@anima.de (Andreas J. Koenig)
44014 Date: 02 Nov 2000 11:26:48 +0100
44015 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
44017 ! ext/DynaLoader/DynaLoader_pm.PL
44018 ____________________________________________________________________________
44019 [ 7525] By: jhi on 2000/11/01 23:52:08
44020 Log: The entry for #7503 was missing.
44023 ____________________________________________________________________________
44024 [ 7524] By: jhi on 2000/11/01 23:40:52
44025 Log: Update Changes.
44027 ! Changes patchlevel.h
44028 ____________________________________________________________________________
44029 [ 7523] By: jhi on 2000/11/01 22:57:09
44030 Log: More tweaking on the #7522 theme.
44032 ! ext/DynaLoader/DynaLoader_pm.PL
44033 ____________________________________________________________________________
44034 [ 7522] By: jhi on 2000/11/01 22:06:15
44035 Log: Expand %Config variables and %ENV variables only if
44036 so requested during build time using the
44037 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44038 Not expanding makes relocating distributions easier.
44040 ! ext/DynaLoader/DynaLoader_pm.PL
44041 ____________________________________________________________________________
44042 [ 7521] By: jhi on 2000/11/01 20:56:34
44043 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
44044 and setgid() because they were just changing $< and $( which means
44045 only changing the real uid/gid, as opposed to changing both
44046 real and effective ids. (The alternative way could have been
44047 in POSIX.pm to change $> and $), too, but making a direct call
44048 to the C API feels cleaner.) Fixes the bug
44050 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44051 From: "Garry T. Williams" <garry@zvolve.com>
44052 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
44053 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
44055 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44056 ! ext/POSIX/typemap pod/perlvar.pod
44057 ____________________________________________________________________________
44058 [ 7520] By: jhi on 2000/11/01 20:08:33
44059 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44060 From: "Garry T. Williams" <garry@zvolve.com>
44061 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
44062 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
44065 ____________________________________________________________________________
44066 [ 7519] By: jhi on 2000/11/01 20:01:22
44067 Log: Locale warning explanation tweak.
44070 ____________________________________________________________________________
44071 [ 7518] By: jhi on 2000/11/01 18:57:13
44074 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44075 From: Jarkko Hietaniemi <jhi@iki.fi>
44076 Date: Tue, 10 Oct 2000 08:22:28 -0500
44077 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
44080 ____________________________________________________________________________
44081 [ 7517] By: jhi on 2000/11/01 18:41:59
44082 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
44083 From: Martien Verbruggen <mgjv@comdyn.com.au>
44084 Date: Fri, 6 Oct 2000 14:09:10 +1100
44085 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
44088 ____________________________________________________________________________
44089 [ 7516] By: jhi on 2000/11/01 18:34:55
44090 Log: Generalize the Camel wording.
44092 Subject: Re: perlfaq style changes
44093 From: John Borwick <jhborwic@unity.ncsu.edu>
44094 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
44095 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
44097 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
44098 ____________________________________________________________________________
44099 [ 7515] By: jhi on 2000/11/01 16:52:31
44100 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44101 From: pimlott@idiomtech.com (Andrew Pimlott)
44102 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
44103 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
44106 ____________________________________________________________________________
44107 [ 7514] By: jhi on 2000/11/01 15:03:40
44108 Log: More AIX lore.
44110 ! ext/re/hints/aix.pl
44111 ____________________________________________________________________________
44112 [ 7513] By: jhi on 2000/11/01 14:48:30
44113 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44114 From: root <root@chronos.fi.muni.cz>
44115 Date: Wed, 1 Nov 2000 12:31:32 +0100
44116 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
44119 ____________________________________________________________________________
44120 [ 7512] By: jhi on 2000/11/01 14:46:47
44121 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44122 From: Martin Husemann <martin@duskware.de>
44123 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
44124 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
44127 ____________________________________________________________________________
44128 [ 7511] By: jhi on 2000/11/01 14:39:50
44129 Log: AUTHORS updates.
44132 ____________________________________________________________________________
44133 [ 7510] By: jhi on 2000/11/01 14:29:50
44134 Log: Subject: [PATCH] startperl to respect versiononly
44135 From: Robin Barker <rmb1@cise.npl.co.uk>
44136 Date: Tue, 31 Oct 2000 16:29:36 GMT
44137 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
44138 Branch: metaconfig/U/perl
44141 ! Configure config_h.SH
44142 ____________________________________________________________________________
44143 [ 7509] By: jhi on 2000/11/01 14:19:53
44144 Log: printf UVs the correct way, noticed by Robin Barker.
44147 ____________________________________________________________________________
44148 [ 7508] By: jhi on 2000/11/01 14:10:03
44149 Log: Do not cleanup *% because the % has special meanings in some
44150 shell environments.
44152 ! ext/Storable/Makefile.PL
44153 ____________________________________________________________________________
44154 [ 7507] By: jhi on 2000/11/01 14:06:00
44155 Log: The NonStop-UX libraries have a novel way to say NaN.
44158 ____________________________________________________________________________
44159 [ 7506] By: jhi on 2000/11/01 14:03:35
44160 Log: The osname has been lowercased by now, from Tom Bates.
44162 ! U/modified/Oldconfig.U
44164 ! Configure config_h.SH
44165 ____________________________________________________________________________
44166 [ 7505] By: jhi on 2000/10/31 19:18:39
44167 Log: The compiler is either gcc or cc, from Tom Bates.
44169 ! hints/nonstopux.sh
44170 ____________________________________________________________________________
44171 [ 7504] By: jhi on 2000/10/31 14:53:42
44172 Log: Update Changes.
44174 ! Changes patchlevel.h
44175 ____________________________________________________________________________
44176 [ 7503] By: jhi on 2000/10/31 14:30:50
44177 Log: Whitespace style tweak. Was originally going to see to
44179 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44180 From: Joe Smith <jms@inwap.com>
44181 Date: Mon, 30 Oct 2000 18:47:57 -0800
44182 Message-Id: <39FE32DD.24AAC4D@inwap.com>
44184 but that had already been taken care of.
44186 ! U/compline/d_stdstdio.U
44188 ! Configure config_h.SH
44189 ____________________________________________________________________________
44190 [ 7502] By: jhi on 2000/10/31 14:25:02
44191 Log: AUTHORS tweaks.
44194 ____________________________________________________________________________
44195 [ 7501] By: jhi on 2000/10/31 14:23:59
44196 Log: Subject: perlfaq style changes
44197 From: John Borwick <jhborwic@unity.ncsu.edu>
44198 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
44199 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
44201 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44202 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44203 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44205 ____________________________________________________________________________
44206 [ 7500] By: jhi on 2000/10/31 14:22:15
44207 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
44209 Subject: Re: [ID 20000918.005] ~ on wide chars
44210 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44211 Date: Mon, 30 Oct 2000 21:09:55 -0800
44212 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
44214 (The ord() part of the patch skipped.)
44217 ____________________________________________________________________________
44218 [ 7499] By: jhi on 2000/10/31 14:20:08
44219 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44220 From: Jens Hamisch <jens@Strawberry.COM>
44221 Date: Mon, 30 Oct 2000 15:17:07 +0100
44222 Message-Id: <20001030151707.A9597@Strawberry.COM>
44225 ____________________________________________________________________________
44226 [ 7498] By: jhi on 2000/10/31 14:16:29
44227 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
44228 From: Peter Prymmer <pvhp@forte.com>
44229 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
44230 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
44232 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
44233 + ext/Encode/Encode/posix-bc.enc
44234 ! MANIFEST t/lib/encode.t
44235 ____________________________________________________________________________
44236 [ 7497] By: jhi on 2000/10/31 14:13:22
44237 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44238 From: Peter Prymmer <pvhp@forte.com>
44239 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
44240 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
44243 ____________________________________________________________________________
44244 [ 7496] By: jhi on 2000/10/31 14:12:05
44245 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44246 From: Peter Prymmer <pvhp@forte.com>
44247 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
44248 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
44250 ! t/lib/cgi-function.t
44251 ____________________________________________________________________________
44252 [ 7495] By: jhi on 2000/10/31 14:11:08
44253 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
44254 From: Peter Prymmer <pvhp@forte.com>
44255 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
44256 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
44258 + ext/re/hints/aix.pl
44259 ! MANIFEST ext/re/Makefile.PL
44260 ____________________________________________________________________________
44261 [ 7494] By: jhi on 2000/10/31 14:08:32
44262 Log: Use Errno magic.
44264 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44265 From: Casey Tweten <perl@ctweten.amsite.com>
44266 Date: Mon, 30 Oct 2000 15:51:17 -0500
44267 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
44270 ____________________________________________________________________________
44271 [ 7493] By: jhi on 2000/10/31 14:05:07
44272 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
44274 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
44275 From: Nicholas Clark <nick@ccl4.org>
44276 Date: Mon, 30 Oct 2000 17:38:45 +0000
44277 Message-ID: <20001030173845.O60355@plum.flirble.org>
44279 ! Makefile.SH utils/perlbug.PL
44280 ____________________________________________________________________________
44281 [ 7492] By: nick on 2000/10/30 19:37:23
44282 Log: Change files which are mysteriously different to mainline to be
44283 copies of mainline.
44285 ! objXSUB.h perlapi.c pod/perlapi.pod
44286 ____________________________________________________________________________
44287 [ 7491] By: nick on 2000/10/30 18:05:54
44288 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
44289 - typo in endian code in putc.
44290 - Don't allow read of write-only files and vice-versa
44291 - and off-by-one in flush-all loop.
44292 Remove debug calls as they were using GCC specific features.
44295 ____________________________________________________________________________
44296 [ 7490] By: nick on 2000/10/29 21:45:45
44297 Log: Integrate mainline to perlio
44299 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
44301 ____________________________________________________________________________
44302 [ 7489] By: jhi on 2000/10/29 21:11:08
44303 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
44304 From: andreas.koenig@anima.de (Andreas J. Koenig)
44305 Date: 29 Oct 2000 22:05:59 +0100
44306 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
44308 ! lib/ExtUtils/Manifest.pm
44309 ____________________________________________________________________________
44310 [ 7488] By: jhi on 2000/10/29 21:07:47
44311 Log: Tests for #7487.
44313 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
44314 From: andreas.koenig@anima.de (Andreas J. Koenig)
44315 Date: 29 Oct 2000 19:37:09 +0100
44316 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
44319 ____________________________________________________________________________
44320 [ 7487] By: jhi on 2000/10/29 21:06:27
44321 Log: constsub spillage.
44323 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
44324 From: John Tobey <jtobey@john-edwin-tobey.org>
44325 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
44326 Message-Id: <m13pvSr-000FObC@feynman.localnet>
44329 ____________________________________________________________________________
44330 [ 7486] By: nick on 2000/10/29 21:05:04
44331 Log: Integrate mainline to perlio branch
44333 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
44334 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
44335 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
44336 +> vos/install_perl.cm
44337 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
44338 - vos/config.h vos/config_h.SH_orig
44339 !> (integrate 141 files)
44340 ____________________________________________________________________________
44341 [ 7485] By: jhi on 2000/10/29 21:00:47
44342 Log: Make \x{...} consistently produce UTF-8.
44344 Subject: Re: \x{...} is confused
44345 From: Simon Cozens <simon@cozens.net>
44346 Date: Sun, 29 Oct 2000 19:36:48 +0000
44347 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
44349 ! t/pragma/utf8.t toke.c
44350 ____________________________________________________________________________
44351 [ 7484] By: nick on 2000/10/29 20:05:29
44352 Log: PerlIO passes all tests.
44355 ____________________________________________________________________________
44356 [ 7483] By: jhi on 2000/10/29 18:06:55
44357 Log: Update Changes.
44359 ! Changes patchlevel.h
44360 ____________________________________________________________________________
44361 [ 7482] By: nick on 2000/10/29 17:43:28
44362 Log: Include <unistd.h> to get correct lseek() prototype etc.
44363 (I thought perl.h did that) - down to two fails
44364 - comp/require.t (last test)
44365 - lib/io_xs.t - possibly import/export of FILE * ?
44368 ____________________________________________________________________________
44369 [ 7481] By: jhi on 2000/10/29 17:02:37
44370 Log: UTF-8 decoder tweak.
44373 ____________________________________________________________________________
44374 [ 7480] By: nick on 2000/10/29 16:26:11
44375 Log: Fixed two bugs:
44376 - error code not being set on close (of broken pipe)
44377 - append mode was truncating.
44378 At least one seek/tell bug remains.
44381 ____________________________________________________________________________
44382 [ 7479] By: nick on 2000/10/29 11:18:16
44383 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
44384 in case of accidents. Still several worrying fails, no line disciplines yet.
44386 ! iperlsys.h perlio.c
44387 ____________________________________________________________________________
44388 [ 7478] By: jhi on 2000/10/29 02:04:01
44389 Log: Add also emailless people.
44392 ____________________________________________________________________________
44393 [ 7477] By: jhi on 2000/10/29 01:36:00
44394 Log: The #7476 needs a MANIFEST change, too.
44397 ____________________________________________________________________________
44398 [ 7476] By: jhi on 2000/10/29 01:35:21
44399 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
44403 ____________________________________________________________________________
44404 [ 7475] By: jhi on 2000/10/28 23:57:25
44405 Log: De-quoted-unreadable to ISO Latin 1.
44406 (There's one ISO-2022-JP name in Changes5.004.)
44408 ! Changes Changes5.6
44409 ____________________________________________________________________________
44410 [ 7474] By: jhi on 2000/10/28 19:13:06
44411 Log: Subject: [ID 20001027.007] uniq array in perlfaq
44412 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
44413 Date: Fri, 27 Oct 2000 19:28:30 +0200
44414 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
44417 ____________________________________________________________________________
44418 [ 7473] By: jhi on 2000/10/28 18:02:05
44419 Log: Locking null mutexes is not recommendable.
44421 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
44422 From: Hugo <hv@crypt.compulink.co.uk>
44423 Date: Sat, 28 Oct 2000 18:41:12 +0100
44424 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
44427 ____________________________________________________________________________
44428 [ 7472] By: jhi on 2000/10/28 17:52:58
44429 Log: Better create a true mailing list for the repository keepers.
44431 ! Porting/repository.pod
44432 ____________________________________________________________________________
44433 [ 7471] By: jhi on 2000/10/28 17:28:24
44434 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
44435 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44437 + Porting/repository.pod
44439 ____________________________________________________________________________
44440 [ 7470] By: jhi on 2000/10/28 17:20:54
44441 Log: Subject: DOC PATCH 5.6.0
44442 From: mjd@plover.com
44443 Date: 27 Oct 2000 17:32:44 -0000
44444 Message-ID: <20001027173244.23754.qmail@plover.com>
44447 ____________________________________________________________________________
44448 [ 7469] By: jhi on 2000/10/28 17:16:45
44449 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44450 From: "Peter J. Farley III" <pjfarley@banet.net>
44451 Date: Fri, 27 Oct 2000 20:32:56 -0400
44452 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
44455 ____________________________________________________________________________
44456 [ 7468] By: jhi on 2000/10/28 17:07:18
44457 Log: Make target reordering to avoid pointless re-makes.
44459 Subject: Re: Total re-make of 'make okfile' after 7451 ?
44460 From: Nicholas Clark <nick@ccl4.org>
44461 Date: Sat, 28 Oct 2000 00:31:02 +0100
44462 Message-ID: <20001028003101.A54517@plum.flirble.org>
44465 ____________________________________________________________________________
44466 [ 7467] By: jhi on 2000/10/28 17:05:31
44467 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44468 From: lvirden@cas.org
44469 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
44470 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
44473 ____________________________________________________________________________
44474 [ 7466] By: jhi on 2000/10/28 16:09:16
44475 Log: Upgrade to CPAN 1.58_55.
44477 Subject: CPAN.pm status
44478 From: andreas.koenig@anima.de (Andreas J. Koenig)
44479 Date: 28 Oct 2000 08:18:00 +0200
44480 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
44482 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44483 ____________________________________________________________________________
44484 [ 7465] By: jhi on 2000/10/28 16:02:47
44485 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44487 ! embed.h embed.pl perl.h proto.h toke.c
44488 ____________________________________________________________________________
44489 [ 7464] By: nick on 2000/10/28 10:43:44
44490 Log: Fix for sv_2iv() on "shared" value from keys %hash.
44493 ____________________________________________________________________________
44494 [ 7463] By: jhi on 2000/10/27 16:18:29
44495 Log: Update Changes.
44497 ! Changes patchlevel.h
44498 ____________________________________________________________________________
44499 [ 7462] By: jhi on 2000/10/27 16:17:44
44500 Log: Too enthusiastic editing in #7460.
44502 ! U/modified/Oldsym.U
44504 ! Configure config_h.SH
44505 ____________________________________________________________________________
44506 [ 7461] By: jhi on 2000/10/27 15:37:38
44507 Log: Retract #7459, the script needs more work.
44511 ____________________________________________________________________________
44512 [ 7460] By: jhi on 2000/10/27 15:23:14
44513 Log: Use $sort, $uniq (and $tr) consistently as wondered
44516 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
44517 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
44518 ! U/modified/libc.U
44520 ! Configure config_h.SH
44521 ____________________________________________________________________________
44522 [ 7459] By: jhi on 2000/10/27 15:02:07
44523 Log: (Retracted by #7461)
44525 Add a shell script for creating/removing symbolic link farms,
44526 useful for keeping the source code read-only and doing the
44527 builds somewhere else.
44531 ____________________________________________________________________________
44532 [ 7458] By: jhi on 2000/10/27 14:42:20
44533 Log: Do away with the fix_pl.
44536 ! MANIFEST Makefile.SH
44537 ____________________________________________________________________________
44538 [ 7457] By: jhi on 2000/10/27 12:43:13
44539 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44540 From: Jens Hamisch <jens@Strawberry.COM>
44541 Date: Fri, 27 Oct 2000 14:38:21 +0200
44542 Message-Id: <20001027143821.B3366@Strawberry.COM>
44545 ____________________________________________________________________________
44546 [ 7456] By: jhi on 2000/10/27 12:33:42
44547 Log: Subject: [PATCH] todo
44548 From: Nicholas Clark <nick@ccl4.org>
44549 Date: Thu, 26 Oct 2000 22:32:29 +0100
44550 Message-ID: <20001026223229.A44540@plum.flirble.org>
44553 ____________________________________________________________________________
44554 [ 7455] By: jhi on 2000/10/27 12:02:21
44555 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
44556 From: John Tobey <jtobey@john-edwin-tobey.org>
44557 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
44558 Message-Id: <m13ozHF-000FObC@feynman.localnet>
44560 ! op.c t/pragma/sub_lval.t
44561 ____________________________________________________________________________
44562 [ 7454] By: jhi on 2000/10/27 11:59:42
44563 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44564 From: sthoenna@efn.org
44565 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
44566 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
44568 ! pp.c t/op/assignwarn.t
44569 ____________________________________________________________________________
44570 [ 7453] By: jhi on 2000/10/27 00:15:08
44571 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
44573 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44574 ! ext/Storable/Storable.xs t/lib/st-lock.t
44575 ____________________________________________________________________________
44576 [ 7452] By: jhi on 2000/10/26 13:05:52
44577 Log: Undo #7451, this seems to be a deficiency in Perforce,
44578 there is no per-file line-terminator type, only per-client.
44580 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
44581 ! win32/makefile.mk
44582 ____________________________________________________________________________
44583 [ 7451] By: jhi on 2000/10/26 04:56:03
44584 Log: Experimenting in DOS arcana.
44586 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
44587 ! win32/makefile.mk
44588 ____________________________________________________________________________
44589 [ 7450] By: jhi on 2000/10/26 04:50:52
44590 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
44591 From: "Peter J. Farley III" <pjfarley@banet.net>
44592 Date: Wed, 25 Oct 2000 23:10:18 -0400
44593 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
44596 ____________________________________________________________________________
44597 [ 7449] By: jhi on 2000/10/26 04:49:16
44598 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
44599 From: Hugo <hv@crypt.compulink.co.uk>
44600 Date: Thu, 26 Oct 2000 01:55:17 +0100
44601 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
44603 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
44605 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
44606 ____________________________________________________________________________
44607 [ 7448] By: jhi on 2000/10/26 04:38:36
44608 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44609 From: Peter Prymmer <pvhp@forte.com>
44610 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
44611 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
44614 ____________________________________________________________________________
44615 [ 7447] By: jhi on 2000/10/25 23:20:02
44616 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44617 in platforms that strictly require all the symbols being present
44621 ____________________________________________________________________________
44622 [ 7446] By: jhi on 2000/10/25 21:55:57
44623 Log: Update Changes.
44625 ! Changes patchlevel.h
44626 ____________________________________________________________________________
44627 [ 7445] By: jhi on 2000/10/25 21:27:08
44628 Log: Integrate with vmsperl #7430 by Charles Bailey:
44630 Cleanup from prior patch (Charles Lane?):
44631 - improve handling of MFDs in Basename and Path
44632 - default to no xsubpp line # munging when building debug images
44634 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
44635 ____________________________________________________________________________
44636 [ 7444] By: jhi on 2000/10/25 21:03:50
44637 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
44638 From: John Peacock <JPeacock@UnivPress.com>
44639 Date: Thu, 18 May 2000 11:55:27 -0400
44640 Message-ID: <3924126F.A58BE57A@UnivPress.com>
44642 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
44644 ____________________________________________________________________________
44645 [ 7443] By: jhi on 2000/10/25 20:43:10
44646 Log: Temporary stopgap for the self-tying issue: for now only
44647 array and hash self-ties are verboten. The real fix, of
44648 course, would be to comprehensively test (and implement?)
44649 and debug (and document) self-ties.
44651 ! pod/perldiag.pod pp_sys.c t/op/tie.t
44652 ____________________________________________________________________________
44653 [ 7442] By: jhi on 2000/10/25 20:14:30
44654 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
44655 From: Dan Sugalski <dan@sidhe.org>
44656 Date: Wed, 25 Oct 2000 13:36:35 -0400
44657 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
44659 plus regen global.sym.
44661 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
44663 ____________________________________________________________________________
44664 [ 7441] By: jhi on 2000/10/25 20:12:20
44665 Log: buildtoc target tweaks.
44668 ____________________________________________________________________________
44669 [ 7440] By: jhi on 2000/10/25 20:03:53
44670 Log: A new version of making the syslog test more robust.
44673 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44674 From: "Kurt D. Starsinic" <kstar@chapin.edu>
44675 Date: Wed, 25 Oct 2000 12:13:54 -0400
44676 Message-ID: <20001025121354.B2264@O2.chapin.edu>
44679 ____________________________________________________________________________
44680 [ 7439] By: jhi on 2000/10/25 20:00:48
44681 Log: Continue the internal UTF-8 API tweaking.
44682 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44683 used much more than the simpler API, now called utf8_to_uv_simple().
44684 Still not quite happy with API, too much partial duplication
44687 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
44688 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
44689 ! regcomp.c regexec.c sv.c toke.c utf8.c
44690 ____________________________________________________________________________
44691 [ 7438] By: jhi on 2000/10/25 18:52:30
44692 Log: Allow poking holes at the UTF-8 decoding strictness.
44694 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
44696 ____________________________________________________________________________
44697 [ 7437] By: jhi on 2000/10/25 13:53:05
44698 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
44699 UTF8LEN() and UTF8SKIP().
44701 ! pp.c utf8.c utf8.h
44702 ____________________________________________________________________________
44703 [ 7436] By: jhi on 2000/10/25 13:51:37
44704 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
44705 From: Nicholas Clark <nick@ccl4.org>
44706 Date: Wed, 25 Oct 2000 14:44:05 +0100
44707 Message-ID: <20001025144404.D27253@plum.flirble.org>
44710 ____________________________________________________________________________
44711 [ 7435] By: jhi on 2000/10/25 13:49:32
44712 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44713 From: Mike Guy <mjtg@cam.ac.uk>
44714 Date: Tue, 24 Oct 2000 14:59:40 +0100
44715 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
44718 ____________________________________________________________________________
44719 [ 7434] By: jhi on 2000/10/25 13:48:41
44720 Log: AIX is picky about its symbol exports. Solution for now
44721 is to include the deb.o explicitly to the re extension build.
44723 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
44724 From: Peter Prymmer <pvhp@forte.com>
44725 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
44726 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
44728 ! ext/re/Makefile.PL hints/aix.sh
44729 ____________________________________________________________________________
44730 [ 7433] By: jhi on 2000/10/25 13:46:49
44731 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44732 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44733 Date: Wed, 25 Oct 2000 12:02:20 +0200
44734 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
44737 ____________________________________________________________________________
44738 [ 7432] By: jhi on 2000/10/25 13:44:28
44739 Log: Subject: Minor update to find2perl, for portability
44740 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
44741 Date: Wed, 25 Oct 2000 12:05:47 +0100
44742 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
44745 ____________________________________________________________________________
44746 [ 7431] By: jhi on 2000/10/25 13:40:39
44747 Log: Add targets to Makefile.SH, most importantly
44748 'regen_all' which also remembers to update vms/perly*.
44751 ____________________________________________________________________________
44752 [ 7430] By: bailey on 2000/10/25 03:13:53
44753 Log: Cleanup from prior patch (Charles Lane?):
44754 - improve handling of MFDs in Basename and Path
44755 - default to no xsubpp line # munging when building debug images
44757 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
44758 ____________________________________________________________________________
44759 [ 7429] By: jhi on 2000/10/24 20:03:40
44760 Log: Podify README.epoc and README.vos.
44762 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
44763 ! pod/perlport.pod pod/perltoc.pod
44764 ____________________________________________________________________________
44765 [ 7428] By: jhi on 2000/10/24 19:10:33
44766 Log: Stratus VOS updates from Paul Green.
44768 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44769 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44770 - vos/config.def vos/config.h vos/config_h.SH_orig
44771 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
44772 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
44773 ____________________________________________________________________________
44774 [ 7427] By: jhi on 2000/10/24 18:59:48
44775 Log: Check if stdio supports tweaking lval and cnt simultaneously.
44777 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44778 From: Nicholas Clark <nick@ccl4.org>
44779 Date: Mon, 23 Oct 2000 15:39:32 +0100
44780 Message-ID: <20001023153932.A10786@plum.flirble.org>
44782 ! U/compline/d_stdstdio.U
44784 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44785 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
44786 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
44787 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
44788 ! vos/config.h vos/config_h.SH_orig win32/config.bc
44789 ! win32/config.gc win32/config.vc
44790 ____________________________________________________________________________
44791 [ 7426] By: jhi on 2000/10/24 17:57:44
44792 Log: Missed the header file changes from #7425.
44794 ! embed.h embed.pl objXSUB.h proto.h
44795 ____________________________________________________________________________
44796 [ 7425] By: jhi on 2000/10/24 17:55:17
44797 Log: Fix the bug reported in
44799 From: andreas.koenig@anima.de (Andreas J. Koenig)
44800 Subject: Encode bug?
44801 Date: 24 Oct 2000 14:01:26 +0200
44802 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
44804 Also make is_utf8_char() stricter.
44806 ! ext/Encode/Encode.xs utf8.c
44807 ____________________________________________________________________________
44808 [ 7424] By: jhi on 2000/10/24 15:15:39
44809 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44810 From: Peter Scott <Peter@PSDT.com>
44811 Date: Mon, 23 Oct 2000 19:46:01 -0700
44812 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
44815 ____________________________________________________________________________
44816 [ 7423] By: jhi on 2000/10/24 14:25:30
44817 Log: Test tweak to avoid pulling in the whole Config.
44820 ____________________________________________________________________________
44821 [ 7422] By: jhi on 2000/10/24 14:03:16
44822 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
44825 ____________________________________________________________________________
44826 [ 7421] By: jhi on 2000/10/24 13:32:09
44827 Log: (Replaced by #7440.)
44829 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44830 From: "Kurt D. Starsinic" <kstar@chapin.edu>
44831 Date: Mon, 23 Oct 2000 16:40:54 -0400
44832 Message-ID: <20001023164054.B14491@O2.chapin.edu>
44835 ____________________________________________________________________________
44836 [ 7420] By: jhi on 2000/10/24 13:30:53
44837 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
44838 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44839 Date: Mon, 23 Oct 2000 17:29:03 -0400
44840 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
44842 ! lib/ExtUtils/MM_Unix.pm
44843 ____________________________________________________________________________
44844 [ 7419] By: jhi on 2000/10/24 13:29:57
44845 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
44846 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44847 Date: Mon, 23 Oct 2000 19:01:32 -0400
44848 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
44851 ____________________________________________________________________________
44852 [ 7418] By: jhi on 2000/10/24 13:26:04
44853 Log: Replace #7409 with
44855 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
44856 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
44857 Date: Mon, 23 Oct 2000 20:08:56 +0200
44858 Message-ID: <20001023200855.A14850@nice.ram.loc>
44860 ! ext/Storable/Storable.pm t/lib/st-lock.t
44861 ____________________________________________________________________________
44862 [ 7417] By: jhi on 2000/10/24 13:17:52
44863 Log: Run vms/vms_yfix.pl, should have done that after changing
44866 ! vms/perly_c.vms vms/perly_h.vms
44867 ____________________________________________________________________________
44868 [ 7416] By: jhi on 2000/10/24 02:55:33
44869 Log: Make the UTF-8 decoding stricter and more verbose when
44870 malformation happens. This involved adding an argument
44871 to utf8_to_uv_chk(), which involved changing its prototype,
44872 and prefer STRLEN over I32 for the UTF-8 length, which as
44873 a domino effect necessitated changing the prototypes of
44874 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44875 The stricter UTF-8 decoding checking uses Markus Kuhn's
44876 UTF-8 Decode Stress Tester from
44877 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44879 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
44880 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
44881 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
44882 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
44883 ____________________________________________________________________________
44884 [ 7415] By: jhi on 2000/10/23 14:06:06
44885 Log: Update Changes.
44887 ! Changes patchlevel.h
44888 ____________________________________________________________________________
44889 [ 7414] By: jhi on 2000/10/23 12:39:52
44890 Log: Undo the basename() part of #7412 since the lib/basename
44891 tests would need upgrading too.
44893 ! lib/File/Basename.pm
44894 ____________________________________________________________________________
44895 [ 7413] By: jhi on 2000/10/23 12:19:27
44896 Log: Document PERL_INSTALL_ROOT of #7210.
44898 ! lib/ExtUtils/Install.pm
44899 ____________________________________________________________________________
44900 [ 7412] By: jhi on 2000/10/23 12:16:47
44901 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
44903 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
44904 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
44905 ____________________________________________________________________________
44906 [ 7411] By: jhi on 2000/10/23 12:07:41
44907 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
44908 From: Prymmer/Kahn <pvhp@best.com>
44909 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
44910 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
44912 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
44913 ____________________________________________________________________________
44914 [ 7410] By: jhi on 2000/10/23 04:10:11
44915 Log: The change #7187 was not so good on VMS.
44917 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
44918 From: "Craig A. Berry" <craig.berry@psinetcs.com>
44919 Date: Sun, 22 Oct 2000 23:03:08 -0500
44920 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
44923 ____________________________________________________________________________
44924 [ 7409] By: jhi on 2000/10/23 03:57:36
44925 Log: Avoid Storable locking on DJGPP for now.
44927 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
44928 From: "Peter J. Farley III" <pjfarley@banet.net>
44929 Date: Sun, 22 Oct 2000 20:00:00 -0400
44930 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
44932 ! ext/Storable/Storable.pm t/lib/st-lock.t
44933 ____________________________________________________________________________
44934 [ 7408] By: jhi on 2000/10/23 03:50:24
44935 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
44936 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44937 Date: Sun, 22 Oct 2000 21:12:22 -0400
44938 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
44941 ____________________________________________________________________________
44942 [ 7407] By: jhi on 2000/10/23 03:43:12
44943 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
44944 From: Hugo <hv@crypt.compulink.co.uk>
44945 Date: Mon, 23 Oct 2000 00:47:22 +0100
44946 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
44948 ! regexec.c t/op/pat.t
44949 ____________________________________________________________________________
44950 [ 7406] By: jhi on 2000/10/23 03:40:29
44951 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
44953 ! lib/ExtUtils/MakeMaker.pm
44954 ____________________________________________________________________________
44955 [ 7405] By: jhi on 2000/10/22 21:32:00
44958 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
44959 From: rspier@pobox.com (Robert Spier)
44960 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
44961 Message-ID: <14835.16112.13457.447971@rls.cx>
44964 ____________________________________________________________________________
44965 [ 7404] By: jhi on 2000/10/22 21:30:51
44966 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
44967 From: rspier@pobox.com (Robert Spier)
44968 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
44969 Message-ID: <14835.17223.72448.705566@rls.cx>
44971 ! lib/ExtUtils/MakeMaker.pm
44972 ____________________________________________________________________________
44973 [ 7403] By: jhi on 2000/10/22 21:24:11
44974 Log: Subject: [PATCH bleadperl] ripples from constsub patch
44975 From: John Tobey <jtobey@john-edwin-tobey.org>
44976 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
44977 Message-Id: <m13nSOB-000FObC@feynman.localnet>
44979 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
44980 ____________________________________________________________________________
44981 [ 7402] By: jhi on 2000/10/22 20:59:35
44982 Log: Support s?printf parameter reordering.
44984 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
44985 ____________________________________________________________________________
44986 [ 7401] By: jhi on 2000/10/22 19:19:14
44987 Log: Expand %Config variables only if explicitly so requested
44988 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
44990 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
44991 From: Gurusamy Sarathy <gsar@ActiveState.com>
44992 Date: Sun, 22 Oct 2000 11:47:32 -0700
44993 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
44995 ! Makefile.SH lib/lib_pm.PL
44996 ____________________________________________________________________________
44997 [ 7400] By: jhi on 2000/10/22 18:24:10
44998 Log: Move the #7390 test from warn/op to comp/redef.
45000 Subject: Re: Creating const subs for constants.
45001 From: John Tobey <jtobey@john-edwin-tobey.org>
45002 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
45003 Message-Id: <m13nG72-000FObC@feynman.localnet>
45005 ! t/comp/redef.t t/pragma/warn/op
45006 ____________________________________________________________________________
45007 [ 7399] By: jhi on 2000/10/22 17:49:59
45008 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45009 From: Nicholas Clark <nick@ccl4.org>
45010 Date: Sat, 21 Oct 2000 22:23:19 +0100
45011 Message-ID: <20001021222319.B45586@plum.flirble.org>
45013 ! ext/DynaLoader/DynaLoader_pm.PL
45014 ____________________________________________________________________________
45015 [ 7398] By: jhi on 2000/10/22 17:47:35
45016 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
45017 From: Hugo <hv@crypt.compulink.co.uk>
45018 Date: Sat, 21 Oct 2000 18:19:59 +0100
45019 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
45021 ! ext/B/B.pm ext/B/B/C.pm
45022 ____________________________________________________________________________
45023 [ 7397] By: jhi on 2000/10/22 17:35:18
45024 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
45025 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
45026 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
45027 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
45030 ____________________________________________________________________________
45031 [ 7396] By: jhi on 2000/10/22 17:19:46
45032 Log: Subject: installman go-faster stripes
45033 From: Nicholas Clark <nick@talking.bollo.cx>
45034 Date: Sat, 21 Oct 2000 17:24:53 +0100
45035 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
45037 Subject: Re: installman go-faster stripes
45038 From: Russ Allbery <rra@stanford.edu>
45039 Date: 21 Oct 2000 11:04:13 -0700
45040 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
45042 ! installman pod/pod2man.PL
45043 ____________________________________________________________________________
45044 [ 7395] By: jhi on 2000/10/22 17:17:35
45045 Log: Hints tweak from Anton Berezin.
45048 ____________________________________________________________________________
45049 [ 7394] By: jhi on 2000/10/22 04:50:04
45050 Log: Tweak the Is* definitions of Unicode character classes
45051 to better match the official categorizations; embrace
45052 the official categorizations; add the combining marks
45053 as alpha (and -numeric); fix DCinital (a typo and edito)
45056 + lib/unicode/Is/DCmedial.pl
45057 - lib/unicode/Is/DCinital.pl
45058 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
45059 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
45060 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
45061 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
45062 ____________________________________________________________________________
45063 [ 7393] By: jhi on 2000/10/21 18:06:05
45064 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
45065 From: Daniel Chetlin <daniel@chetlin.com>
45066 Date: Sat, 21 Oct 2000 02:57:03 -0700
45067 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
45069 + t/lib/tie-splice.t
45070 ! MANIFEST lib/Tie/Array.pm
45071 ____________________________________________________________________________
45072 [ 7392] By: gsar on 2000/10/21 18:05:15
45073 Log: resync utfperl branch with mainline
45075 !> (integrate 1760 files)
45076 ____________________________________________________________________________
45077 [ 7391] By: jhi on 2000/10/21 14:37:49
45078 Log: Testcases for a #7383,#7385 related bug.
45080 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
45081 From: Nicholas Clark <nick@ccl4.org>
45082 Date: Sat, 21 Oct 2000 15:04:51 +0100
45083 Message-ID: <20001021150451.A51566@plum.flirble.org>
45086 ____________________________________________________________________________
45087 [ 7390] By: jhi on 2000/10/21 14:35:57
45088 Log: Add a testcase for #7389.
45091 ____________________________________________________________________________
45092 [ 7389] By: jhi on 2000/10/21 14:26:45
45093 Log: Subject: Re: Creating const subs for constants.
45094 From: John Tobey <jtobey@john-edwin-tobey.org>
45095 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
45096 Message-Id: <m13mo0N-000FObC@feynman.localnet>
45098 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
45100 ____________________________________________________________________________
45101 [ 7388] By: nick on 2000/10/21 11:44:23
45102 Log: Populate perlio branch
45104 +> (branch 1760 files)
45105 ____________________________________________________________________________
45106 [ 7387] By: nick on 2000/10/21 10:52:05
45107 Log: Get branch back as replica of mainline via :
45108 p4 integrate -b utfperl
45109 p4 resolve -at ./...
45111 +> (branch 269 files)
45112 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
45113 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
45114 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
45115 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
45116 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
45117 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45118 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45119 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45120 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45121 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45122 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45123 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45124 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45125 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45126 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45127 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45128 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45129 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45130 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
45131 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
45132 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
45133 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
45134 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
45135 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
45136 - lib/unicode/UCD300.html lib/unicode/Unicode.300
45137 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
45138 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
45139 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
45140 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
45141 !> (integrate 965 files)
45142 ____________________________________________________________________________
45143 [ 7386] By: jhi on 2000/10/21 01:31:12
45144 Log: Update Changes.
45146 ! Changes patchlevel.h
45147 ____________________________________________________________________________
45148 [ 7385] By: jhi on 2000/10/21 01:28:42
45149 Log: The #7383 was right only in the context of the original bug report,
45150 not in more general case.
45153 ____________________________________________________________________________
45154 [ 7384] By: jhi on 2000/10/21 01:08:23
45155 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
45157 ! ext/IO/lib/IO/Select.pm
45158 ____________________________________________________________________________
45159 [ 7383] By: jhi on 2000/10/21 00:44:18
45160 Log: Fix for ID 20001020.006, concatenating an unset submatch
45161 with utf8 resulted in "Modification of a read-only value".
45163 ! pp_hot.c t/pragma/utf8.t
45164 ____________________________________________________________________________
45165 [ 7382] By: jhi on 2000/10/20 20:44:31
45166 Log: Make scan_num() reëntrant, as suggested in
45168 Subject: [PATCH perl@7229] Rentrant parser and yylex()
45169 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45170 Date: Fri, 20 Oct 2000 14:17:27 +0100
45171 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
45173 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
45175 ____________________________________________________________________________
45176 [ 7381] By: jhi on 2000/10/20 20:07:29
45177 Log: Reëntrancy fix.
45179 Subject: [PATCH perl@7229] Rentrant parser and yylex()
45180 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
45181 Date: Fri, 20 Oct 2000 14:17:27 +0100
45182 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
45184 ! embed.h embed.pl perl.h proto.h toke.c
45185 ____________________________________________________________________________
45186 [ 7380] By: jhi on 2000/10/20 19:15:54
45187 Log: Don't write double values through long double pointers,
45190 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45191 From: Jens Hamisch <jens@Strawberry.COM>
45192 Date: Tue, 17 Oct 2000 08:39:36 +0200
45193 Message-Id: <20001017083936.A11104@Strawberry.COM>
45196 ____________________________________________________________________________
45197 [ 7379] By: jhi on 2000/10/20 18:43:37
45198 Log: Portability tweak on #7377.
45200 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
45201 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45202 Date: Fri, 20 Oct 2000 13:13:41 EDT
45203 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
45206 ____________________________________________________________________________
45207 [ 7378] By: jhi on 2000/10/20 12:57:19
45208 Log: SOCKS function redefinitions need prototypes, too, otherwise
45209 for example 32 bit versus 64 bit differences cause a lot of
45212 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45213 From: Jens Hamisch <jens@Strawberry.COM>
45214 Date: Tue, 17 Oct 2000 08:39:36 +0200
45215 Message-Id: <20001017083936.A11104@Strawberry.COM>
45218 ____________________________________________________________________________
45219 [ 7377] By: jhi on 2000/10/20 12:37:12
45220 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
45221 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45222 Date: Fri, 20 Oct 2000 08:26:04 EDT
45223 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
45225 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
45226 ____________________________________________________________________________
45227 [ 7376] By: jhi on 2000/10/20 12:35:31
45228 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
45229 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45230 Date: Fri, 20 Oct 2000 07:48:15 EDT
45231 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
45233 ! configure.com vms/gen_shrfls.pl
45234 ____________________________________________________________________________
45235 [ 7375] By: bailey on 2000/10/20 04:44:37
45238 +> (branch 134 files)
45239 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
45240 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
45241 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
45242 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
45243 - eg/cgi/frameset.cgi eg/cgi/index.html
45244 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
45245 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
45246 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
45247 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
45248 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
45249 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
45250 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
45251 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
45252 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
45253 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
45254 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
45255 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
45256 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
45257 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
45258 - lib/unicode/Props.txt lib/unicode/UCD300.html
45259 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45260 - utils/perlbc.PL vms/subconfigure.com
45261 !> (integrate 785 files)
45262 ____________________________________________________________________________
45263 [ 7374] By: jhi on 2000/10/20 00:59:48
45264 Log: In the latest compiler builds cccdlflags must not become -fpic,
45265 from Wilfredo Sánchez.
45268 ____________________________________________________________________________
45269 [ 7373] By: jhi on 2000/10/20 00:56:35
45270 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
45271 From: Tony Cook <tony@develop-help.com>
45272 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
45273 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
45276 ____________________________________________________________________________
45277 [ 7372] By: jhi on 2000/10/19 19:34:40
45278 Log: Typo noted by Mark Lutz.
45281 ____________________________________________________________________________
45282 [ 7371] By: jhi on 2000/10/19 19:33:13
45283 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
45285 ! U/modified/Cppsym.U U/modified/Oldconfig.U
45286 Branch: metaconfig/U/perl
45287 ! End.U dlsrc.U libperl.U
45289 + hints/nonstopux.sh
45290 ! Configure MANIFEST config_h.SH
45291 ____________________________________________________________________________
45292 [ 7370] By: jhi on 2000/10/19 17:18:08
45293 Log: Subject: PATCH do_print has 2 PerlIO_error()s
45294 From: nick@ccl4.org
45295 Date: Thu, 19 Oct 2000 18:09:20 +0100
45296 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
45299 ____________________________________________________________________________
45300 [ 7369] By: jhi on 2000/10/19 14:01:49
45301 Log: Update Changes.
45303 ! Changes patchlevel.h
45304 ____________________________________________________________________________
45305 [ 7368] By: jhi on 2000/10/19 13:04:29
45306 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
45307 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45308 Date: Wed, 18 Oct 2000 13:12:01 +0200
45309 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
45312 ____________________________________________________________________________
45313 [ 7367] By: jhi on 2000/10/19 02:22:40
45314 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
45315 of a 'pmshort' anywhere in the B, so the offending line was simply
45319 ____________________________________________________________________________
45320 [ 7366] By: jhi on 2000/10/19 02:12:37
45321 Log: Add the test case for the bug id 20000730.004 which seems
45322 to have been fixed by now.
45325 ____________________________________________________________________________
45326 [ 7365] By: jhi on 2000/10/18 23:36:24
45327 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
45328 From: Hugo <hv@crypt.compulink.co.uk>
45329 Date: Wed, 18 Oct 2000 23:25:58 +0100
45330 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
45332 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
45333 ____________________________________________________________________________
45334 [ 7364] By: jhi on 2000/10/18 21:12:53
45338 ____________________________________________________________________________
45339 [ 7363] By: jhi on 2000/10/18 20:55:38
45340 Log: Missing change from #7362.
45343 ____________________________________________________________________________
45344 [ 7362] By: jhi on 2000/10/18 20:52:01
45345 Log: Borland C fstat() never saw the fd as writable.
45347 Subject: fix for Borland's weak "stat" (perl@7211)
45348 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45349 Date: Mon, 16 Oct 2000 09:55:03 +0400
45350 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
45353 ____________________________________________________________________________
45354 [ 7361] By: jhi on 2000/10/18 17:43:50
45357 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
45358 ____________________________________________________________________________
45359 [ 7360] By: jhi on 2000/10/18 17:07:44
45360 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45361 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
45362 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
45363 Date: Mon, 16 Oct 2000 15:19:49 +0200
45367 ____________________________________________________________________________
45368 [ 7359] By: jhi on 2000/10/18 17:04:49
45369 Log: Subject: Pod patch for Devel::Peek
45370 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45371 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
45372 Date: Mon, 16 Oct 2000 12:26:34 +0200
45374 ! ext/Devel/Peek/Peek.pm
45375 ____________________________________________________________________________
45376 [ 7358] By: jhi on 2000/10/18 17:03:15
45377 Log: Make Cwd more bulletproof in chrooted environments.
45379 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
45380 From: "Eric E. Coe" <Eric.Coe@oracle.com>
45381 Date: Wed, 18 Oct 2000 04:03:54 -0400
45382 Message-Id: <39ED596A.70E599FE@oracle.com>
45385 ____________________________________________________________________________
45386 [ 7357] By: jhi on 2000/10/18 16:37:26
45387 Log: Disable the UTF8 downgrade croakage for now to avoid
45388 too many not okay messages.
45391 ____________________________________________________________________________
45392 [ 7356] By: jhi on 2000/10/17 23:29:41
45393 Log: Show the failed remote port, instead of the failing line number.
45395 Subject: [PATCH 5.6.1 Debugger] More diagnostics
45396 From: David Sparks <daves@ActiveState.com>
45397 Date: Tue, 17 Oct 2000 15:00:24 -0700
45398 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
45401 ____________________________________________________________________________
45402 [ 7355] By: jhi on 2000/10/17 14:11:31
45403 Log: On output try to downgrade to bytes, croak if impossible,
45404 from Simon Cozens. This means that outputting >255 UTF8
45405 is impossible. Consider this as a strong incentive to get
45406 the I/O disciplines implemented.
45408 ! doio.c pod/perldiag.pod sv.c
45409 ____________________________________________________________________________
45410 [ 7354] By: jhi on 2000/10/17 13:42:23
45411 Log: Clarify documentation on 'use bytes'.
45413 Subject: Re: What does 'use bytes' "mean" ?
45414 From: Simon Cozens <simon@cozens.net>
45415 Date: Mon, 18 Sep 2000 18:24:25 +0100
45416 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
45419 ____________________________________________________________________________
45420 [ 7353] By: jhi on 2000/10/17 13:28:12
45421 Log: Workaround for a sfio bug where the stream error indicator
45422 is not cleared as documented.
45424 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45425 From: Nicholas Clark <nick@ccl4.org>
45426 Date: Mon, 16 Oct 2000 18:28:23 +0100
45427 Message-ID: <20001016182823.J19700@plum.flirble.org>
45430 ____________________________________________________________________________
45431 [ 7352] By: jhi on 2000/10/17 13:06:19
45432 Log: More IoTYPE sprinkling.
45435 ____________________________________________________________________________
45436 [ 7351] By: jhi on 2000/10/16 22:47:07
45437 Log: Detect early whether the std streams have gone bad.
45439 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
45440 Date: Mon, 16 Oct 2000 23:28:42 +0100
45441 From: Nicholas Clark <nick@ccl4.org>
45442 Message-ID: <20001016232842.A37942@plum.flirble.org>
45445 ____________________________________________________________________________
45446 [ 7350] By: jhi on 2000/10/16 22:45:16
45447 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
45448 From: "Peter J. Farley III" <pjfarley@banet.net>
45449 Date: Mon, 16 Oct 2000 18:15:59 -0400
45450 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
45452 ! djgpp/djgpp.c dosish.h t/io/open.t
45453 ____________________________________________________________________________
45454 [ 7349] By: jhi on 2000/10/16 22:36:45
45455 Log: perldelta tweak.
45457 ! pod/perldelta.pod
45458 ____________________________________________________________________________
45459 [ 7348] By: jhi on 2000/10/16 15:17:53
45460 Log: Update Changes.
45462 ! Changes patchlevel.h
45463 ____________________________________________________________________________
45464 [ 7347] By: jhi on 2000/10/16 13:55:27
45465 Log: Add the capability to include/exclude branches.
45468 ____________________________________________________________________________
45469 [ 7346] By: jhi on 2000/10/16 13:18:04
45470 Log: Add Charles Lane.
45473 ____________________________________________________________________________
45474 [ 7345] By: jhi on 2000/10/16 13:13:21
45475 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
45477 ! pod/perldelta.pod
45478 ____________________________________________________________________________
45479 [ 7344] By: gsar on 2000/10/16 09:30:21
45480 Log: integrate change#6220 from cfgperl
45482 Win32 patches from Benjamin Stuhl.
45483 Branch: maint-5.6/perl
45484 !> makedef.pl win32/win32.h
45485 ____________________________________________________________________________
45486 [ 7343] By: gsar on 2000/10/16 08:32:19
45487 Log: integrate changes#6221,6222 from cfgperl
45489 Remove tr///CU (the feature is to be obsoleted by better interfaces).
45490 From: simon@brecon.co.uk (Simon Cozens)
45491 Subject: [PATCH] Eliminate tr///[CU][CU]
45492 Date: 23 Jun 2000 11:05:40 GMT
45493 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
45496 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
45497 From: Ian Phillipps <Ian.Phillipps@iname.com>
45498 Date: Fri, 23 Jun 2000 10:40:58 +0100
45499 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
45500 Branch: maint-5.6/perl
45501 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
45502 ____________________________________________________________________________
45503 [ 7342] By: gsar on 2000/10/16 08:28:08
45504 Log: integrate change#6217 from cfgperl (in part)
45506 Rename the fdpid locking and integrate with Sarathy.
45507 Branch: maint-5.6/perl
45508 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45509 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45510 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45512 ____________________________________________________________________________
45513 [ 7341] By: gsar on 2000/10/16 08:23:39
45514 Log: integrate changes#6214..6216 from mainline
45516 @_ can't have junk in it even in the non-USE_ITHREADS case because
45517 caller() wants to populate @DB::args with it (causes a coredump
45518 in Carp::confess())
45520 tweak comment about @DB::args
45522 be more optimal about clearing @_
45523 Branch: maint-5.6/perl
45524 !> av.h cop.h pp_ctl.c t/op/runlevel.t
45525 ____________________________________________________________________________
45526 [ 7340] By: gsar on 2000/10/16 08:20:37
45527 Log: integrate changes#6207..6210 from cfgperl
45529 Subject: [PATCH 5.6.0] Threadsafe patches
45530 From: Dan Sugalski <dan@sidhe.org>
45531 To: perl5-porters@perl.org
45532 Date: Mon, 08 May 2000 18:08:13 -0400
45533 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45535 Regen headers for #6207.
45537 Lock PL_fdpid against race conditions, based on:
45538 Subject: [PATCH 5.6.0]subprocess fixup for threads
45539 From: Dan Sugalski <dan@sidhe.org>
45540 To: perl5-porters@perl.org
45541 Date: Tue, 11 Apr 2000 17:02:32 -0400
45542 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45544 Mopup for #6207 and #6209.
45545 Branch: maint-5.6/perl
45546 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
45547 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
45549 ____________________________________________________________________________
45550 [ 7339] By: gsar on 2000/10/16 08:14:34
45551 Log: integrate change#6203 from cfgperl
45553 perldiag should refer to perlos2.pod not README.os2
45554 Branch: maint-5.6/perl
45555 !> pod/perldiag.pod
45556 ____________________________________________________________________________
45557 [ 7338] By: gsar on 2000/10/16 08:11:42
45558 Log: integrate change#6201 from mainline
45560 Perl_eval_pv() leaks 4 bytes every time it is called because it
45561 does a PUSHMARK that's never ever POPMARKed; in general, only
45562 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45563 Perl_eval_[sp]v() don't because they don't take any incoming
45564 arguments (this leak has been around since the original version
45565 of perl_eval_pv() in 5.003_97e)
45566 Branch: maint-5.6/perl
45568 ____________________________________________________________________________
45569 [ 7337] By: gsar on 2000/10/16 08:08:47
45570 Log: integrate changes#6197..6200 from cfgperl
45572 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
45573 From: John Borwick <jhborwic@unity.ncsu.edu>
45574 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
45575 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
45577 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
45578 From: Dan Sugalski <dan@sidhe.org>
45579 To: vmsperl@perl.org, perl5-porters@perl.org
45580 Date: Fri, 02 Jun 2000 16:00:41 -0400
45581 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
45582 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
45584 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
45585 From: Dan Sugalski <dan@sidhe.org>
45586 To: perl5-porters@perl.org, vmsperl@perl.org
45587 Date: Fri, 02 Jun 2000 17:30:51 -0400
45588 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
45590 Update to cperl-mode.el 4.31 from
45591 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45592 Subject: A couple of notes
45593 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45594 To: Mailing list Perl5 <perl5-porters@perl.org>
45595 Date: Sat, 3 Jun 2000 23:33:32 -0400
45596 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
45597 Branch: maint-5.6/perl
45598 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
45599 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
45600 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
45601 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
45603 ____________________________________________________________________________
45604 [ 7336] By: gsar on 2000/10/16 08:03:46
45605 Log: integrate changes#6194,6195 from mainline
45607 fix small eval"" memory leaks under USE_ITHREADS
45609 fix yet another eval"" leak under USE_ITHREADS
45610 Branch: maint-5.6/perl
45611 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45612 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45614 ____________________________________________________________________________
45615 [ 7335] By: gsar on 2000/10/16 08:02:15
45616 Log: integrate changes#6190,6191 from mainline
45618 submit missing embed.pl change
45620 vec() loses numericalness (modified version of patch suggested
45622 Branch: maint-5.6/perl
45623 !> doop.c embed.pl t/op/vec.t
45624 ____________________________________________________________________________
45625 [ 7334] By: gsar on 2000/10/16 08:01:03
45626 Log: integrate change#6189 from mainline
45628 counting tr/// corrupts later operation (from M.J.T Guy)
45629 Branch: maint-5.6/perl
45630 !> doop.c t/op/tr.t
45631 ____________________________________________________________________________
45632 [ 7333] By: gsar on 2000/10/16 07:59:07
45633 Log: integrate changes#6183..6188 from mainline
45635 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45638 tweak for change#6127
45640 remove incorrect documentation about implicit split to @_ in
45641 list context, which never really worked in perl 5 (from
45644 further qualify references to "alphanumeric" (from Wolfgang Laun
45645 <wolfgang.laun@alcatel.at>)
45647 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45648 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45651 Branch: maint-5.6/perl
45652 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
45653 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
45654 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
45655 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
45656 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
45657 !> pod/pod2latex.PL utils/h2xs.PL
45658 ____________________________________________________________________________
45659 [ 7332] By: gsar on 2000/10/16 07:53:52
45660 Log: integrate change#6179 from mainline
45662 buggy modulus on UVs introduced by change#3378 (resulted in
45663 4063328477 % 65535 amounting to 27406, instead of 27407)
45664 Branch: maint-5.6/perl
45665 !> pp.c t/op/arith.t
45666 ____________________________________________________________________________
45667 [ 7331] By: gsar on 2000/10/16 07:52:49
45668 Log: integrate changes#6176,6177,6178,6182 from cfgperl
45670 Single-quoted utf8 patch from Simon Cozens.
45672 Substitution utf8 patch from Simon Cozens.
45676 Be Cleaner Part Deux.
45677 Branch: maint-5.6/perl
45678 !> Makefile.SH pp_hot.c toke.c
45679 ____________________________________________________________________________
45680 [ 7330] By: gsar on 2000/10/16 07:41:36
45681 Log: integrate change#6172 from mainline
45683 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45684 (from Ilya Zakharevich)
45685 Branch: maint-5.6/perl
45686 !> regexec.c t/op/re_tests
45687 ____________________________________________________________________________
45688 [ 7329] By: gsar on 2000/10/16 07:40:25
45689 Log: integrate change#6171 from mainline
45691 scalar() doesn't force scalar context when used in void context
45692 (from Simon Cozens)
45693 Branch: maint-5.6/perl
45694 !> op.c t/op/wantarray.t
45695 ____________________________________________________________________________
45696 [ 7328] By: gsar on 2000/10/16 07:39:33
45697 Log: integrate change#6170 from mainline
45699 change#6142 needs tweaks to tests to work where there's no
45700 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45701 Branch: maint-5.6/perl
45702 !> t/lib/filefind.t
45703 ____________________________________________________________________________
45704 [ 7327] By: gsar on 2000/10/16 07:35:34
45705 Log: integrate changes#6166..6168 from cfgperl
45707 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45708 in case somebody wants to write an extension for more
45709 shadow database interfaces.
45713 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45714 Branch: maint-5.6/perl
45715 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45716 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
45717 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
45718 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
45719 !> win32/config.vc win32/config_H.bc win32/config_H.gc
45720 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
45721 ____________________________________________________________________________
45722 [ 7326] By: gsar on 2000/10/16 07:29:05
45723 Log: integrate changes#6157,6159..6161,6164 from cfgperl
45725 Regen Configure to jive with #6149.
45727 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45729 Changes for the File::Temp 0.08 (change #6159) test suite
45730 to fit better into the Perl distribution test framework.
45732 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45733 both from Simon Cozens.
45736 Branch: maint-5.6/perl
45737 +> pod/perlmodlib.PL pod/perlnewmod.pod
45738 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
45739 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
45740 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45741 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45742 ____________________________________________________________________________
45743 [ 7325] By: gsar on 2000/10/16 07:25:13
45744 Log: integrate change#6158 from vmsperl
45746 Add fallback to tmpfile for use in cases where user's relying on
45747 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45749 Branch: maint-5.6/perl
45750 !> vms/vms.c vms/vmsish.h
45751 ____________________________________________________________________________
45752 [ 7324] By: gsar on 2000/10/16 07:20:50
45753 Log: integrate changes#6153..6155 from mainline
45755 prettier Test::Harness output on failed tests (from Nicholas Clark
45756 <nick@Bagpuss.uk.boo.com>)
45758 avoid type mismatch warning
45760 small bug in change#6144; remove random \xA0 character that snuck
45762 Branch: maint-5.6/perl
45763 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
45765 ____________________________________________________________________________
45766 [ 7323] By: gsar on 2000/10/16 07:18:47
45767 Log: integrate changes#6151,6152 from mainline
45769 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45771 cosmetic fixups of RE debug output (from Ilya Zakharevich)
45772 Branch: maint-5.6/perl
45774 ____________________________________________________________________________
45775 [ 7322] By: gsar on 2000/10/16 07:17:25
45776 Log: integrate changes#6146..6150 from mainline
45780 add a make entry to Config.pm so "perl -V:make" works on VMS
45781 (from Peter Prymmer)
45783 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45785 OS/2 tweaks for usethreads build (from Rocco Caputo
45788 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45789 Branch: maint-5.6/perl
45790 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
45791 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
45792 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
45793 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
45794 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
45795 !> warnings.pl x2p/a2p.h
45796 ____________________________________________________________________________
45797 [ 7321] By: gsar on 2000/10/16 07:14:02
45798 Log: integrate changes#6143..6145 from mainline
45800 MacOS support, part 1 (from Matthias Neeracher
45801 <neeri@iis.ee.ethz.ch>)
45803 MacOS support, part 2: make AutoSplit use File::Spec instead
45804 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45805 <neeri@iis.ee.ethz.ch>)
45807 make xsubpp skip embedded pod (from Matthias Neeracher
45808 <neeri@iis.ee.ethz.ch>)
45809 Branch: maint-5.6/perl
45810 +> ext/DynaLoader/dl_mac.xs
45811 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45812 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
45813 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
45814 !> pp_ctl.c proto.h toke.c util.c util.h
45815 ____________________________________________________________________________
45816 [ 7320] By: gsar on 2000/10/16 07:12:13
45817 Log: integrate changes#6141,6142 from mainline
45819 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45820 forwarded by Peter Seebach from the bsdi-users mailing list.
45821 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45823 File::Find fails to chdir when chasing symlinks (from
45824 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45825 Branch: maint-5.6/perl
45826 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
45827 ____________________________________________________________________________
45828 [ 7319] By: gsar on 2000/10/16 07:04:30
45829 Log: integrate change#6139 from mainline
45831 revise mktables.PL for bugs and newness in Unicode 3.0
45832 (from James Bence <jbence@amgen.com>)
45833 Branch: maint-5.6/perl
45834 +> (branch 30 files)
45835 !> (integrate 49 files)
45836 ____________________________________________________________________________
45837 [ 7318] By: gsar on 2000/10/16 07:01:01
45838 Log: integrate changes#6137,6138 from mainline
45840 fix bogus redeclaration warning for "our" variables in different
45843 add note about the handling of negative indices to tied arrays
45844 (from Michael G Schwern <schwern@pobox.com>)
45845 Branch: maint-5.6/perl
45846 !> op.c pod/perltie.pod t/pragma/strict-vars
45847 ____________________________________________________________________________
45848 [ 7317] By: gsar on 2000/10/16 06:58:46
45849 Log: integrate changes#6127..6136 from mainline
45851 call_method(...,G_EVAL) can longjmp() out if the method probing
45852 failed (from Gisle Aas)
45854 new perlxstut example for passing/returning refs to arrays
45855 (from David Lowe <dlowe@pootpoot.com>)
45857 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45859 fix places that mean C<"word" character> but say C<alphanumeric
45862 avoid warnings in POSIX.pm (from Barrie Slaymaker)
45864 warnings::enabled() doesn't fall back to looking at $^W if
45865 caller isn't using lexical warnings (from Paul Marquess)
45867 elide bogus test in change#6132
45869 make Test::Harness use wait.h/WCOREDUMP if available
45870 (from Ben Tilly <ben_tilly@hotmail.com>)
45872 enable Test::Harness to dynamically determine column width etc.
45873 (from Rob Napier <rnapier@employees.org>)
45875 random pod typos (from Peter Scott <Peter@PSDT.com>)
45876 Branch: maint-5.6/perl
45877 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
45878 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
45879 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45880 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
45881 ____________________________________________________________________________
45882 [ 7316] By: gsar on 2000/10/16 06:53:23
45883 Log: integrate change#6126 from mainline
45885 change#2879 broke rvalue autovivification of magicals such as
45886 ${$num} (reworked variant of patch suggested by Simon Cozens)
45887 Branch: maint-5.6/perl
45888 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45889 !> pp_hot.c proto.h t/op/gv.t
45890 ____________________________________________________________________________
45891 [ 7315] By: gsar on 2000/10/16 06:51:38
45892 Log: integrate changes#6123,6125 from mainline
45894 clarify gotcha with #line directives (from Rocco Caputo
45897 enable propagating exception objects via Perl_croak() in XS code
45899 Branch: maint-5.6/perl
45900 !> pod/perldebug.pod pod/perlsyn.pod util.c
45901 ____________________________________________________________________________
45902 [ 7314] By: gsar on 2000/10/16 06:49:28
45903 Log: integrate change#6122 from mainline
45905 downgrade fatal error on C<"foo@nosucharray.com"> to optional
45906 warning (from Mark-Jason Dominus)
45907 Branch: maint-5.6/perl
45908 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
45909 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45910 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45912 ____________________________________________________________________________
45913 [ 7313] By: gsar on 2000/10/16 06:46:54
45914 Log: integrate changes#6112..6121 from vmsperl
45916 Check for existence of file before trying to delete
45918 Ugly workaround for version-specific RTL error
45920 Urk -- undo previous removal of vmsish 'exit' change
45922 Add bounds checking for several strings (Charles Lane)
45924 Miscellaneous cosmetic fixes (Charles Lane)
45926 Treat sockets as special in sys(read|write) (Charles Lane et al.)
45928 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45929 Flatten case labels in switch statements uniformly (Charles Bailey)
45931 Quiet error messages in vmsish.t (Charles Lane)
45933 Add missing escape (Charles Lane)
45935 Allow eliminate_macros() and fixpath() to handle space-delimited
45936 lists (based on fixes by Craig Berry)
45937 Branch: maint-5.6/perl
45938 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45939 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45941 ____________________________________________________________________________
45942 [ 7312] By: gsar on 2000/10/16 06:41:18
45943 Log: integrate changes#6107,6110 from cfgperl
45945 Tweak the todo list.
45948 Branch: maint-5.6/perl
45950 ____________________________________________________________________________
45951 [ 7311] By: gsar on 2000/10/16 06:38:38
45952 Log: integrate changes#6104,6108 from mainline
45954 PL_sys_intern was being initialized too late on windows
45956 reenable fake signal handling on Windows, bugs and all
45957 Branch: maint-5.6/perl
45958 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
45959 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
45961 ____________________________________________________________________________
45962 [ 7310] By: gsar on 2000/10/16 06:36:03
45963 Log: integrate changes#6095,6097..6103 from cfgperl
45965 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
45966 might be useful in future.
45968 Add a note about possible compilation problems from Allen Smith.
45970 Add a note about other, yet unsupported, shadow password APIs.
45972 Tweaks for the cc bugs from Allen Smith.
45974 More compilation tweakery from Allen Smith.
45976 Hints and test tweaks for Unicos.
45978 The test suite tweak in #6101 wasn't quite right.
45980 Test tweaking for Unicos continues.
45981 Branch: maint-5.6/perl
45982 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
45983 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
45984 !> t/lib/complex.t t/op/64bitint.t
45985 ____________________________________________________________________________
45986 [ 7309] By: gsar on 2000/10/16 06:29:41
45987 Log: integrate changes#6093,6094 from mainline
45989 fork() failure to create pseudo process sets errno=EAGAIN and returns
45990 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
45992 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
45993 Branch: maint-5.6/perl
45994 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45995 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45996 ____________________________________________________________________________
45997 [ 7308] By: gsar on 2000/10/16 06:27:29
45998 Log: integrate change#6092 from cfgperl
46000 Regen perltoc with the fixed buildtoc.
46001 Branch: maint-5.6/perl
46003 ____________________________________________________________________________
46004 [ 7307] By: gsar on 2000/10/16 06:26:40
46005 Log: integrate changes#6089,6090 from mainline
46007 buildtoc tweak to fix newline lossage
46009 concat doesn't preserve utf8-ness, and doesn't invalidate
46010 [NI]OK; added tests for both
46011 Branch: maint-5.6/perl
46012 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
46013 ____________________________________________________________________________
46014 [ 7306] By: gsar on 2000/10/16 06:24:05
46015 Log: integrate change#6088 from cfgperl
46017 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46018 because we do not use those. The HAS_GETSPNAM remains,
46019 though, because we still do use that.
46020 Branch: maint-5.6/perl
46021 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46022 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46023 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46024 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46025 !> win32/config.vc win32/config_H.bc win32/config_H.gc
46026 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46027 ____________________________________________________________________________
46028 [ 7305] By: gsar on 2000/10/16 06:15:52
46029 Log: integrate changes#6084,6085,6087 from mainline
46031 substr() does not preserve utf8-ness (from Stefan Eissing
46032 <Eissing@medicaldataservice.de>); added tests
46034 repeat operator (x) doesn't preserve utf8-ness
46036 reverse() and quotemeta() weren't preserving utf8-ness; add tests
46037 Branch: maint-5.6/perl
46038 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46039 ____________________________________________________________________________
46040 [ 7304] By: gsar on 2000/10/16 06:13:10
46041 Log: integrate changes#6077..6083 from mainline
46043 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
46046 workaround for CRT bug in chdir() (from Charles Lane, via
46049 remove outdated kludge in Carp (NULLs are permitted in diagnostics
46052 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46053 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46055 better default perlbug categories for ok reports (from Richard Foley)
46057 peek.t non-portable to ithreads
46059 note about undocumented caller() return value (from M.J.T. Guy);
46060 yet another peek.t tweak
46061 Branch: maint-5.6/perl
46062 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46063 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46064 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46065 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46066 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
46068 ____________________________________________________________________________
46069 [ 7303] By: gsar on 2000/10/16 06:03:18
46070 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
46071 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
46073 &HUGE_VAL is not defined, it exists.
46075 Do not warn that an infinity does not look like a number.
46077 Rewrite the pwent/spent logic to be a little bit more clearer.
46079 Continue on the pwent/spent case.
46081 Correct Freudian slip.
46083 Use HUGE_VALL if applicable.
46085 pwent/spent #ifdef imbalance.
46089 Call getspnam() only iff needd.
46091 Test both the scalar and list contexts.
46093 Use setxxent()/endxxent().
46099 Be more forgiving in POSIX about HUGE_VALL.
46103 The search of infinity continues, this time simplified.
46105 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46106 in natively 64-bit platforms where a long is a quad (no need
46107 for long longs). Also added bias for IVs.
46111 Introduce t/lib/peek.t.
46113 Make the test more portable.
46114 Branch: maint-5.6/perl
46117 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
46118 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
46119 !> t/op/pwent.t toke.c util.c
46120 ____________________________________________________________________________
46121 [ 7302] By: gsar on 2000/10/16 05:03:37
46122 Log: integrate changes#6066..6071 from mainline
46126 replace direct call to sighandler() with (*PL_sighandlerp)()
46128 note about values()
46130 File::Spec compatibility update (from Barrie Slaymaker
46131 <barries@slaysys.com>)
46133 remove misleading comment (from M.J.T. Guy)
46135 misformatted perllocal.pod (from Tim Jenness
46136 <t.jenness@jach.hawaii.edu>)
46137 Branch: maint-5.6/perl
46138 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46139 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46140 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46141 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46142 ____________________________________________________________________________
46143 [ 7301] By: gsar on 2000/10/16 05:00:08
46144 Log: integrate changes#6061..6063 from mainline
46146 change#5921 neglected to make eq honor "use bytes"
46148 additional tests for utf8.t
46150 tokeq() could read unallocated field in argument
46151 Branch: maint-5.6/perl
46152 !> sv.c t/pragma/utf8.t toke.c
46153 ____________________________________________________________________________
46154 [ 7300] By: gsar on 2000/10/16 04:56:54
46155 Log: integrate changes#6046,6048,6057,6058 from mainline
46157 libscheck has insufficient checks for n32 libs (from
46158 Albert Chin-A-Young <china@thewrittenword.com>)
46160 add note about how $( doesn't interpolate in REs (from
46161 Philip Newton <newton@ficus.frogspace.net>)
46163 fix broken parsing of /\x{ab}/
46165 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46166 (spotted by Donald Kinzer <dkinzer@premia.com>)
46167 Branch: maint-5.6/perl
46168 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
46170 ____________________________________________________________________________
46171 [ 7299] By: gsar on 2000/10/16 04:52:50
46172 Log: integrate change#6044 from mainline
46174 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46175 such that underscores are only ignored in literal numbers,
46176 "\x{...}", and hex/oct argument
46177 Branch: maint-5.6/perl
46178 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
46179 ____________________________________________________________________________
46180 [ 7298] By: gsar on 2000/10/16 04:50:53
46181 Log: integrate changes#6027..6043 from mainline
46183 podlators-1.02 update (from Russ Allbery)
46185 Pod::Man generates groff-incompatible macro definition (from
46188 add CGI.pm v2.66 (from Lincoln Stein)
46190 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
46191 for @- and @+ (from Johan Vromans)
46193 small nits in diagnostics.pm (from Robin Barker)
46195 whitespace adjustments
46197 missing files in MANIFEST
46199 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
46202 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
46204 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
46205 Branch: maint-5.6/perl
46206 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
46207 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
46208 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
46209 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
46210 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
46211 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
46212 !> t/lib/cgi-html.t t/lib/cgi-request.t
46213 ____________________________________________________________________________
46214 [ 7297] By: gsar on 2000/10/16 04:44:30
46215 Log: integrate change#6025 from mainline
46217 Is{Alnum,Alpha,Word} don't match titlecase
46218 TODO: IsSpace is defined recursively!
46219 (both spotted by Larry)
46220 Branch: maint-5.6/perl
46221 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46222 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46223 ____________________________________________________________________________
46224 [ 7296] By: gsar on 2000/10/16 04:39:30
46225 Log: integrate change#6023 from mainline
46227 debugger stomps on $. (from M.J.T. Guy)
46228 Branch: maint-5.6/perl
46230 ____________________________________________________________________________
46231 [ 7295] By: gsar on 2000/10/16 04:38:02
46232 Log: integrate change#6022 from mainline
46234 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46235 Branch: maint-5.6/perl
46237 ____________________________________________________________________________
46238 [ 7294] By: gsar on 2000/10/16 04:37:05
46239 Log: integrate changes#6018..6021 from mainline
46241 make lib/syslog.t portable to systems that don't have _PATH_LOG,
46242 make _PATH_LOG() return "" if unavailable
46244 windows portability tweaks
46248 remove Win2K issue in pod (fixed by change#6020)
46249 Branch: maint-5.6/perl
46250 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46251 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
46252 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
46253 ____________________________________________________________________________
46254 [ 7293] By: gsar on 2000/10/16 04:20:00
46255 Log: integrate changes#6013..6015 from mainline
46257 tweak change#5945 to display correct switch name in diagnostic
46259 glob() loading File::Glob behind the scenes may cause syntax errors
46261 tweak test for portability
46262 Branch: maint-5.6/perl
46263 !> op.c perl.c pod/perldiag.pod t/lib/b.t
46264 ____________________________________________________________________________
46265 [ 7292] By: gsar on 2000/10/16 04:18:11
46266 Log: integrate changes#6005..6010 from mainline, cfgperl
46268 perldoc might fail via "use blib" (from Hugo van der Sanden)
46272 note about compile failures and END blocks (from M.J.T. Guy)
46274 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
46276 (change#6009 integrated earlier in change#7255)
46278 clarify note about shadow password support (from
46279 gellyfish@gellyfish.com)
46280 Branch: maint-5.6/perl
46281 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46282 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
46283 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
46284 ____________________________________________________________________________
46285 [ 7291] By: gsar on 2000/10/16 04:12:03
46286 Log: integrate changes#6002,6003 from mainline
46288 destructive sv_setsv() can lose UV-ness from source, causing
46289 numeric promotions/comparisons to fail to do the right thing
46291 allow REG_EXPAND_SZ keys in Windows registry (from
46292 John Clayton <John.Clayton@barclayscapital.com>)
46293 Branch: maint-5.6/perl
46294 !> sv.c win32/win32.c
46295 ____________________________________________________________________________
46296 [ 7290] By: gsar on 2000/10/16 04:10:19
46297 Log: integrate change#6001 from mainline
46299 support additional library locations via $Config{otherlibdirs}
46300 (from Andy Dougherty)
46301 Branch: maint-5.6/perl
46302 !> Configure INSTALL Porting/Glossary Porting/config.sh
46303 !> Porting/config_H config_h.SH epoc/config.sh perl.c
46304 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
46305 !> win32/config.bc win32/config.gc win32/config.vc
46306 ____________________________________________________________________________
46307 [ 7289] By: gsar on 2000/10/16 04:08:28
46308 Log: integrate change#5999 from mainline
46310 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
46311 Branch: maint-5.6/perl
46312 !> t/pragma/warn/toke toke.c
46313 ____________________________________________________________________________
46314 [ 7288] By: gsar on 2000/10/16 04:07:01
46315 Log: integrate changes#5997,5998 from cfgperl
46319 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
46320 Branch: maint-5.6/perl
46321 !> lib/Math/Complex.pm
46322 ____________________________________________________________________________
46323 [ 7287] By: gsar on 2000/10/16 04:04:37
46324 Log: integrate change#5995 from mainline
46326 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
46327 Branch: maint-5.6/perl
46328 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
46329 ____________________________________________________________________________
46330 [ 7286] By: gsar on 2000/10/16 04:03:21
46331 Log: integrate change#5994 from mainline
46333 fix for missed accounting for null byte in pack("Z",...) (from
46335 Branch: maint-5.6/perl
46336 !> pp.c t/op/pack.t
46337 ____________________________________________________________________________
46338 [ 7285] By: gsar on 2000/10/16 04:02:11
46339 Log: integrate changes#5989..5993 from mainline
46341 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
46342 itself and no other (from Tom Hughes)
46344 use $ENV{LIB} to search for libs under Visual C compiler
46345 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
46347 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
46349 pod nit (from Simon Cozens)
46351 various minor tweaks seen on p5p
46352 Branch: maint-5.6/perl
46353 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
46354 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
46355 !> t/op/array.t toke.c
46356 ____________________________________________________________________________
46357 [ 7284] By: gsar on 2000/10/16 03:59:00
46358 Log: integrate changes#5978..5988 from mainline
46360 sync version numbers in File::Spec with the ones on CPAN
46361 (from Barrie Slaymaker)
46363 under useithreads, constant pad entries could inadvertantly be
46364 shared across threads (from Eric Blood <eblood@xmission.com>);
46365 added Eric's test case to testsuite
46367 allow Configure -S to run non-interactively (spotted by Greg Hudson
46370 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
46371 prototype mismatch with CORE::glob(); update pod and tests to
46372 suit (File::Glob::glob() is still available for backward
46373 compatibility, but should be considered deprecated)
46375 avoid error in IO::Socket::INET when given an unknown service name
46376 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
46378 numeric conversion of non-number in change#3378 tramples on
46379 OOK offset, causing segfaults
46381 attributes::reftype() doesn't work on tied argument
46383 forked child may not exit correctly if it failed to open
46384 /dev/console (from Graham Barr)
46386 add regular expressions tutorial and quick-start guide (from
46387 Mark Kvale <kvale@phy.ucsf.edu>)
46389 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
46391 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
46392 <paul@miraclefish.com>)
46393 Branch: maint-5.6/perl
46394 +> pod/perlrequick.pod pod/perlretut.pod
46395 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
46396 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
46397 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
46398 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
46399 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46400 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46401 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
46402 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
46403 ____________________________________________________________________________
46404 [ 7283] By: gsar on 2000/10/16 03:52:14
46405 Log: integrate change#5977 from mainline
46407 autoquote barewords followed by newline and arrow properly
46408 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
46409 Branch: maint-5.6/perl
46410 !> t/pragma/warn/toke toke.c
46411 ____________________________________________________________________________
46412 [ 7282] By: gsar on 2000/10/16 03:50:48
46413 Log: integrate change#5976 from mainline
46415 DB_File v1.73 update (from Paul Marquess)
46416 Branch: maint-5.6/perl
46417 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
46418 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
46419 ____________________________________________________________________________
46420 [ 7281] By: gsar on 2000/10/16 03:49:14
46421 Log: integrate change#5975 from mainline
46423 allow sort() reentrancy (variant of patch suggested by
46424 Hugo van der Sanden)
46425 Branch: maint-5.6/perl
46426 !> pp_ctl.c t/op/sort.t
46427 ____________________________________________________________________________
46428 [ 7280] By: gsar on 2000/10/16 03:48:22
46429 Log: integrate change#5974 from mainline
46431 change#4197 somehow missed initializing PL_errors, meaning
46432 syntax error queueing wasn't working outside eval"" at all;
46433 also fixed eval"" to localize PL_error_count, so that compile-time
46434 eval's don't clobber the error state of the outer context
46435 Branch: maint-5.6/perl
46436 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46437 !> t/pragma/warn/toke
46438 ____________________________________________________________________________
46439 [ 7279] By: gsar on 2000/10/16 03:46:21
46440 Log: integrate change#5973 from mainline
46442 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46443 Branch: maint-5.6/perl
46444 !> regcomp.c regexec.c t/op/re_tests
46445 ____________________________________________________________________________
46446 [ 7278] By: gsar on 2000/10/16 03:44:54
46447 Log: integrate change#5971 from cfgperl
46449 Unicos tweaks from Mark P. Lutz.
46450 Branch: maint-5.6/perl
46451 !> hints/unicos.sh lib/Math/Complex.pm
46452 ____________________________________________________________________________
46453 [ 7277] By: gsar on 2000/10/16 03:42:59
46454 Log: integrate changes#5966..5970 from mainline
46456 add testsuite for B backends, fix bug in B::Deparse (from
46457 Simon Cozens <simon@brecon.co.uk>)
46459 improved docs on the warn_uninit diagnostic (from David Glasser
46462 tolerate spaces in group names in test on solaris (from David Boyce
46465 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
46467 Data::Dumper fumbles negative numbers on 32-bit platforms where
46469 Branch: maint-5.6/perl
46470 +> t/lib/b.t t/lib/syslog.t
46471 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
46472 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
46473 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
46474 ____________________________________________________________________________
46475 [ 7276] By: gsar on 2000/10/16 03:39:30
46476 Log: integrate change#5965 from mainline
46478 avoid "will not stay shared" warnings for our variables (from
46480 Branch: maint-5.6/perl
46481 !> op.c t/pragma/warn/op
46482 ____________________________________________________________________________
46483 [ 7275] By: gsar on 2000/10/16 03:38:18
46484 Log: integrate change#5964 from mainline
46486 reformat to 72 columns (again)
46487 Branch: maint-5.6/perl
46488 !> pod/perldiag.pod
46489 ____________________________________________________________________________
46490 [ 7274] By: gsar on 2000/10/16 03:36:58
46491 Log: integrate change#5963 from mainline
46493 patch from Larry to make (\&) prototype work; added tests for
46495 Branch: maint-5.6/perl
46496 !> op.c t/comp/proto.t
46497 ____________________________________________________________________________
46498 [ 7273] By: gsar on 2000/10/16 03:35:51
46499 Log: integrate changes#5956..5962 from mainline
46501 better diagnostics on failed tests (from Ilya Zakharevich)
46503 pod nits (from A. C. Yardley <yardley@tanet.net>)
46505 change#3569 deleted some essential code, revert; avoid use of
46506 atexit() to make DynaLoader work properly on AIX under mod_perl
46507 (from Jens-Uwe Mager <jum@helios.de>)
46509 doubled words in pods (from Simon Cozens
46510 <simon.p.cozens@jp.pwcglobal.com>)
46512 better INSTALL notes on Solaris issues (from Dominic Dunlop)
46514 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
46516 updated README.hpux (from Jeff Okamoto)
46517 Branch: maint-5.6/perl
46518 !> INSTALL README.hpux emacs/cperl-mode.el
46519 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
46520 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
46521 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
46522 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
46523 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
46524 !> t/op/lex_assign.t
46525 ____________________________________________________________________________
46526 [ 7272] By: gsar on 2000/10/16 03:31:22
46527 Log: integrate change#5955 from mainline
46529 longstanding bug exposed by change#3307: sort arguments weren't
46530 compiled with the right wantarray context (ensuing runtime lookup
46531 via block_gimme() was getting the incidental context of the
46533 Branch: maint-5.6/perl
46534 !> op.c t/op/sort.t
46535 ____________________________________________________________________________
46536 [ 7271] By: gsar on 2000/10/16 03:29:11
46537 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
46540 Flatten the cpp jungle doing the nosuid checking.
46542 Do not assume sign propagation. (from M.J.T. Guy)
46544 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
46546 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46547 Now pp_ncmp() returns undef is either operand is a NaN.
46549 On second thoughts frexp() does have two arguments.
46551 Document that tr() is not tr(1).
46553 Be more robust on "extreme" (large absolute value)
46554 arguments. Originally reported by Daniel Connelly
46555 as a problem with asinh() on large negative arguments,
46556 asinh() used to bail out because an argument to log()
46557 ended up being zero. Ilya Zakharevich proposed using
46558 Taylor's series in such cases, which for such large
46559 arguments is a very good approximation.
46561 Undo "use integer" addition from 64bitint as it seems
46562 to break most of the subtests in Digital UNIX;
46563 Unicos needs to find another way.
46564 Branch: maint-5.6/perl
46565 !> (integrate 29 files)
46566 ____________________________________________________________________________
46567 [ 7270] By: gsar on 2000/10/16 03:09:44
46568 Log: integrate changes#5948,5949,5950 from mainline
46570 typo in vars.pm that leads to cryptic message (from Piotr
46571 Piatkowski <kompas@kompas.usr.onet.pl>)
46573 make perldoc use the pod2man from the same version (from
46576 reformat perldiag to avoid long lines
46577 Branch: maint-5.6/perl
46578 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
46579 ____________________________________________________________________________
46580 [ 7269] By: gsar on 2000/10/16 03:05:54
46581 Log: integrate change#5947 from mainline
46583 use &dl_error rather than &dl_load_file as the guard for calling
46584 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46585 statically built perl)
46586 Branch: maint-5.6/perl
46587 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46588 ____________________________________________________________________________
46589 [ 7268] By: gsar on 2000/10/16 03:04:48
46590 Log: integrate change#5945 from mainline
46592 make module name mandatory after -M switch; reorder perldiag
46593 alphabetically (from Mark-Jason Dominus)
46594 Branch: maint-5.6/perl
46595 !> perl.c pod/perldiag.pod
46596 ____________________________________________________________________________
46597 [ 7267] By: gsar on 2000/10/16 03:03:01
46598 Log: integrate change#5939 from mainline
46600 more pod nits (from Larry Virden)
46601 Branch: maint-5.6/perl
46602 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
46603 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46604 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46605 ____________________________________________________________________________
46606 [ 7266] By: gsar on 2000/10/16 03:01:39
46607 Log: integrate change#5938 from mainline
46609 Consolidated B::Deparse fixes (from Stephen McCamant)
46610 Branch: maint-5.6/perl
46611 !> ext/B/B/Deparse.pm
46612 ____________________________________________________________________________
46613 [ 7265] By: gsar on 2000/10/16 03:00:43
46614 Log: integrate change#5936 from mainline
46616 additional tests for change#7263 (from Paul Marquess)
46617 Branch: maint-5.6/perl
46618 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46619 !> t/pragma/warn/5nolint t/pragma/warn/6default
46620 ____________________________________________________________________________
46621 [ 7264] By: gsar on 2000/10/16 02:58:34
46622 Log: integrate change#5934 from mainline
46624 propagate lexical warnings from surrounding scope correctly
46625 within string eval() (from Paul Marquess)
46626 Branch: maint-5.6/perl
46627 !> pp_ctl.c t/pragma/warn/pp_ctl
46628 ____________________________________________________________________________
46629 [ 7263] By: gsar on 2000/10/16 02:56:53
46630 Log: integrate change#5932 from mainline
46632 add rsignal(), whichsig() and do_join() to public API list
46633 (mod_perl uses them to good advantage)
46634 Branch: maint-5.6/perl
46635 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
46636 ____________________________________________________________________________
46637 [ 7262] By: gsar on 2000/10/16 02:55:53
46638 Log: integrate change#5931 from mainline
46640 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46641 Branch: maint-5.6/perl
46642 !> pp_hot.c regexec.c t/op/pat.t
46643 ____________________________________________________________________________
46644 [ 7261] By: gsar on 2000/10/16 02:55:01
46645 Log: integrate change#5930 from mainline
46647 small os390 tweaks (from Peter Prymmer)
46648 Branch: maint-5.6/perl
46649 !> config_h.SH makedepend.SH
46650 ____________________________________________________________________________
46651 [ 7260] By: gsar on 2000/10/16 02:54:10
46652 Log: integrate change#5929 from mainline
46655 Branch: maint-5.6/perl
46656 !> pod/perlguts.pod
46657 ____________________________________________________________________________
46658 [ 7259] By: gsar on 2000/10/16 02:52:55
46659 Log: integrate change#5927 from mainline
46661 arrange for next() to resume at the unstack op rather than the
46662 loop conditional, so that scope cleanup happens correctly
46663 (from Stephen McCamant)
46664 Branch: maint-5.6/perl
46665 !> op.c pp_ctl.c t/op/misc.t
46666 ____________________________________________________________________________
46667 [ 7258] By: gsar on 2000/10/16 02:51:38
46668 Log: integrate change#5926 from mainline
46670 on windows, reserve 16M of stack rather than 128M (allows more
46671 threads to run concurrently)
46672 Branch: maint-5.6/perl
46673 !> win32/Makefile win32/makefile.mk
46674 ____________________________________________________________________________
46675 [ 7257] By: gsar on 2000/10/16 02:50:37
46676 Log: integrate change#5925 from mainline
46678 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
46679 Branch: maint-5.6/perl
46681 ____________________________________________________________________________
46682 [ 7256] By: gsar on 2000/10/16 02:49:36
46683 Log: integrate change#5924 from mainline
46685 avoid using uninitialized memory in require version check
46686 Branch: maint-5.6/perl
46687 !> pp_ctl.c universal.c
46688 ____________________________________________________________________________
46689 [ 7255] By: gsar on 2000/10/16 02:48:03
46690 Log: integrate changes#5923,5928,6009 from mainline
46692 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46693 Branch: maint-5.6/perl
46694 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46695 ____________________________________________________________________________
46696 [ 7254] By: gsar on 2000/10/16 02:44:46
46697 Log: integrate change#5922 from mainline
46699 commentary about IoTYPE() (from Nathan Torkington)
46700 Branch: maint-5.6/perl
46702 ____________________________________________________________________________
46703 [ 7253] By: gsar on 2000/10/16 02:43:49
46704 Log: integrate change#5921 from mainline
46706 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
46707 Branch: maint-5.6/perl
46708 !> sv.c t/lib/charnames.t t/pragma/utf8.t
46709 ____________________________________________________________________________
46710 [ 7252] By: gsar on 2000/10/16 02:42:31
46711 Log: integrate change#5920 from mainline
46713 Larry's fix for buggy propagation of utf8-ness in join(); add test
46714 Branch: maint-5.6/perl
46715 !> doop.c t/op/ver.t
46716 ____________________________________________________________________________
46717 [ 7251] By: gsar on 2000/10/16 02:41:14
46718 Log: integrate changes#5915..5919 from mainline
46720 various (pod tweaks &c)
46721 Branch: maint-5.6/perl
46722 !> (integrate 33 files)
46723 ____________________________________________________________________________
46724 [ 7250] By: gsar on 2000/10/16 02:38:16
46725 Log: integrate change#5914 from mainline
46727 caller() wasn't returning the right number of elements for
46729 Branch: maint-5.6/perl
46730 !> pp_ctl.c t/pragma/warn/9enabled
46731 ____________________________________________________________________________
46732 [ 7249] By: gsar on 2000/10/16 02:37:02
46733 Log: integrate change#5913 from mainline
46735 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
46736 (from Mark-Jason Dominus)
46737 Branch: maint-5.6/perl
46738 !> pod/perlfunc.pod
46739 ____________________________________________________________________________
46740 [ 7248] By: gsar on 2000/10/16 02:35:58
46741 Log: integrate change#5912 from mainline
46743 fix totally broken caching in UNIVERSAL::isa() (from
46745 Branch: maint-5.6/perl
46746 !> t/op/universal.t universal.c
46747 ____________________________________________________________________________
46748 [ 7247] By: gsar on 2000/10/16 02:34:27
46749 Log: integrate changes#5910,5911 from mainline
46753 add linebreak properties from unicode/LineBrk.txt (from
46754 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
46755 Branch: maint-5.6/perl
46756 +> (branch 29 files)
46757 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
46758 ____________________________________________________________________________
46759 [ 7246] By: gsar on 2000/10/16 02:33:29
46760 Log: integrate change#5909 from mainline
46762 mode argument to do_binmode() should be file mode, not boolean
46763 Branch: maint-5.6/perl
46765 ____________________________________________________________________________
46766 [ 7245] By: gsar on 2000/10/16 02:31:04
46767 Log: integrate change#5908 from mainline
46769 introduce illegal symbols into null package so that
46770 gv_fetchpv(...,TRUE) always returns a valid GV even when the
46771 symbol is trapped by strictures (avoids coredumps)
46772 Branch: maint-5.6/perl
46773 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
46774 !> t/pragma/strict-vars
46775 ____________________________________________________________________________
46776 [ 7244] By: jhi on 2000/10/16 02:29:54
46777 Log: Subject: $Carp::ExportLevel confusion in Exporter
46778 From: "Ben Tilly" <ben_tilly@hotmail.com>
46779 Date: Sat, 14 Oct 2000 16:44:34 EDT
46780 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
46782 ! lib/Exporter/Heavy.pm
46783 ____________________________________________________________________________
46784 [ 7243] By: jhi on 2000/10/16 02:28:33
46785 Log: Subject: [PATCH perlguts.pod] Document offset hack
46786 From: Simon Cozens <simon@cozens.net>
46787 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
46788 Date: Sat, 14 Oct 2000 19:32:25 +0100
46791 ____________________________________________________________________________
46792 [ 7242] By: gsar on 2000/10/16 02:26:51
46793 Log: integrate changes#5905,5906,5907,6064 from mainline
46795 printf/sprintf didn't get quad types right under use64bitint
46796 Branch: maint-5.6/perl
46797 !> pp_sys.c sv.c t/op/64bitint.t
46798 ____________________________________________________________________________
46799 [ 7241] By: jhi on 2000/10/16 02:22:44
46800 Log: Subject: small pod patch
46801 From: Dan Boorstein <dan_boo@bellsouth.net>
46802 Date: Sat, 14 Oct 2000 14:29:24 -0400
46803 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
46805 ! pod/perlfaq7.pod pod/perlmod.pod
46806 ____________________________________________________________________________
46807 [ 7240] By: jhi on 2000/10/16 02:13:46
46810 Subject: Re: Problems with bleadperl
46811 From: "Stephen P. Potter" <spp@ds.net>
46812 Date: Fri, 13 Oct 2000 13:32:49 -0400
46813 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
46815 ! t/pragma/overload.t
46816 ____________________________________________________________________________
46817 [ 7239] By: jhi on 2000/10/16 01:41:18
46818 Log: One more ~utf8 tweak.
46821 ____________________________________________________________________________
46822 [ 7238] By: jhi on 2000/10/16 01:34:14
46823 Log: Tweak the test of #7235.
46826 ____________________________________________________________________________
46827 [ 7237] By: jhi on 2000/10/16 01:25:04
46828 Log: Fix a couple of compiler-noted nits in #7235.
46831 ____________________________________________________________________________
46832 [ 7236] By: jhi on 2000/10/16 01:22:46
46833 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
46836 ____________________________________________________________________________
46837 [ 7235] By: jhi on 2000/10/15 16:24:44
46838 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
46840 From: Simon Cozens <simon@cozens.net>
46841 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
46842 Date: Sat, 14 Oct 2000 20:52:13 +0100
46843 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
46845 ! pp.c t/op/bop.t utf8.h
46846 ____________________________________________________________________________
46847 [ 7234] By: jhi on 2000/10/15 15:19:29
46848 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
46849 The problem was that rx->minlen was in chars while pp_split()
46850 thought it would be in bytes.
46852 ! pp.c t/pragma/utf8.t
46853 ____________________________________________________________________________
46854 [ 7233] By: jhi on 2000/10/14 20:24:24
46855 Log: Document FNCASE=y as discussed in the bug 20000902.009.
46858 ____________________________________________________________________________
46859 [ 7232] By: jhi on 2000/10/14 18:52:21
46860 Log: Add test for bug id 20000427.003 (which seems to have
46861 been fixed) (also duplicate as 20000427.004, though
46862 with a higher severity). Move one utf8 from op/append
46863 to pragma/utf8, tag the tests with bug ids.
46865 ! t/op/append.t t/pragma/utf8.t
46866 ____________________________________________________________________________
46867 [ 7231] By: jhi on 2000/10/14 17:28:37
46868 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
46871 ____________________________________________________________________________
46872 [ 7230] By: jhi on 2000/10/14 14:24:50
46873 Log: Needs to be conditional on SunOS 4.
46875 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
46876 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46877 Date: Sat, 14 Oct 2000 13:37:49 +0100
46878 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
46879 Branch: metaconfig/U/perl
46882 ! Configure myconfig.SH pod/perldelta.pod
46883 ____________________________________________________________________________
46884 [ 7229] By: jhi on 2000/10/14 00:49:22
46885 Log: Update Changes.
46887 ! Changes patchlevel.h
46888 ____________________________________________________________________________
46889 [ 7228] By: jhi on 2000/10/14 00:46:10
46890 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
46891 From: Peter Prymmer <pvhp@forte.com>
46892 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
46893 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
46896 ____________________________________________________________________________
46897 [ 7227] By: jhi on 2000/10/13 23:20:30
46898 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
46901 ____________________________________________________________________________
46902 [ 7226] By: jhi on 2000/10/13 22:14:32
46905 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46906 From: Peter Prymmer <pvhp@forte.com>
46907 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
46908 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
46911 ____________________________________________________________________________
46912 [ 7225] By: jhi on 2000/10/13 22:11:31
46913 Log: op/sprintf.t patch for OS/390 (and any other host with limited
46914 floating-point exponent length)
46916 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
46917 From: Dominic Dunlop <domo@computer.org>
46918 Date: Fri, 13 Oct 2000 19:17:57 +0200
46919 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
46922 ____________________________________________________________________________
46923 [ 7224] By: jhi on 2000/10/13 18:40:48
46924 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
46927 ____________________________________________________________________________
46928 [ 7223] By: jhi on 2000/10/13 18:37:13
46929 Log: Thinko in #7222.
46932 ____________________________________________________________________________
46933 [ 7222] By: jhi on 2000/10/13 18:05:23
46934 Log: Use UTF8SKIP(), from Simon Cozens.
46937 ____________________________________________________________________________
46938 [ 7221] By: jhi on 2000/10/13 15:43:19
46939 Log: (accidentally empty check-in)
46942 ____________________________________________________________________________
46943 [ 7220] By: jhi on 2000/10/13 15:23:51
46944 Log: Add (optimistically) Storable to static extensions.
46946 ! hints/uwin.sh hints/vmesa.sh
46947 ____________________________________________________________________________
46948 [ 7219] By: jhi on 2000/10/13 15:20:05
46949 Log: Amdahl UTS doesn't seem to do dynaloading.
46952 ____________________________________________________________________________
46953 [ 7218] By: jhi on 2000/10/13 15:15:20
46954 Log: Slight tweak of the code to appease Amdahl UTS cc.
46957 ____________________________________________________________________________
46958 [ 7217] By: jhi on 2000/10/13 14:50:42
46959 Log: In Amdahl UTS "struct sv" is defined by a system header,
46963 ____________________________________________________________________________
46964 [ 7216] By: jhi on 2000/10/13 11:58:25
46965 Log: Ilya implemented the memory profiling API.
46968 ____________________________________________________________________________
46969 [ 7215] By: jhi on 2000/10/13 02:56:38
46970 Log: Subject: [PATCH 5.7.0] Perl API for mstats
46971 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46972 Date: Thu, 12 Oct 2000 22:52:40 -0400
46973 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
46975 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
46976 ____________________________________________________________________________
46977 [ 7214] By: jhi on 2000/10/13 02:55:38
46978 Log: Subject: [PATCH 5.7.0] IVs in mtats
46979 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46980 Date: Thu, 12 Oct 2000 22:51:04 -0400
46981 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
46984 ____________________________________________________________________________
46985 [ 7213] By: jhi on 2000/10/13 02:31:47
46986 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
46988 ! pod/perldiag.pod pp_sys.c
46989 ____________________________________________________________________________
46990 [ 7212] By: jhi on 2000/10/13 01:27:38
46991 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
46992 From: Peter Prymmer <pvhp@forte.com>
46993 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
46994 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
46997 ____________________________________________________________________________
46998 [ 7211] By: jhi on 2000/10/13 00:35:09
46999 Log: Update Changes.
47001 ! Changes patchlevel.h
47002 ____________________________________________________________________________
47003 [ 7210] By: jhi on 2000/10/12 23:59:40
47004 Log: The Install.pm third of
47006 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47007 From: Bill Campbell <bill@celestial.com>
47008 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
47009 Date: Thu, 5 Oct 2000 18:04:51 -0700
47011 ! lib/ExtUtils/Install.pm
47012 ____________________________________________________________________________
47013 [ 7209] By: jhi on 2000/10/12 23:58:43
47016 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
47017 Date: Thu, 5 Oct 2000 18:04:51 -0700
47018 From: Bill Campbell <bill@celestial.com>
47019 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
47021 The Install.pm changes will be submitted separately because
47022 they need some work and discussion still.
47024 ! lib/getopts.pl lib/termcap.pl
47025 ____________________________________________________________________________
47026 [ 7208] By: jhi on 2000/10/12 23:41:19
47027 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
47028 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47029 Date: Thu, 12 Oct 2000 07:30:02 EDT
47030 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
47032 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
47033 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
47034 ____________________________________________________________________________
47035 [ 7207] By: jhi on 2000/10/12 23:39:01
47036 Log: An updated EBCDIC tr patch.
47038 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
47039 From: Peter Prymmer <pvhp@forte.com>
47040 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
47041 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
47044 ____________________________________________________________________________
47045 [ 7206] By: jhi on 2000/10/12 23:34:55
47046 Log: Upgrade to CPAN 1.58, from Andreas König.
47048 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47049 ____________________________________________________________________________
47050 [ 7205] By: jhi on 2000/10/12 23:29:08
47051 Log: Introduce the man[24-8] variables, from Andy Dougherty.
47052 Branch: metaconfig/U/perl
47053 + mandirs.U mandirstyle.U
47055 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47056 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
47057 ! vos/config.h vos/config.pl vos/config_h.SH_orig
47058 ! win32/config.bc win32/config.gc win32/config.vc
47059 ____________________________________________________________________________
47060 [ 7204] By: gsar on 2000/10/12 18:11:24
47061 Log: restore change#7202
47064 ____________________________________________________________________________
47065 [ 7203] By: gsar on 2000/10/12 18:09:40
47066 Log: another test of the Emergency Broadcast System--back out
47070 ____________________________________________________________________________
47071 [ 7202] By: gsar on 2000/10/12 16:40:47
47072 Log: (submitted on behalf of Jarkko)
47073 Fix the lib/encode.t subtest 6 failure as reported by Andreas
47074 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
47075 was unearthed by change 7182, as was a bug in HTML::Entities.
47078 ____________________________________________________________________________
47079 [ 7201] By: jhi on 2000/10/11 03:16:05
47080 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
47082 ! pp_hot.c t/pragma/utf8.t
47083 ____________________________________________________________________________
47084 [ 7200] By: jhi on 2000/10/11 00:40:30
47085 Log: The #7198 was a false alarm.
47088 ____________________________________________________________________________
47089 [ 7199] By: jhi on 2000/10/11 00:26:04
47090 Log: Remove duplicated code.
47093 ____________________________________________________________________________
47094 [ 7198] By: jhi on 2000/10/10 23:30:46
47095 Log: (Retracted by #7200.)
47098 ____________________________________________________________________________
47099 [ 7197] By: jhi on 2000/10/10 21:49:30
47100 Log: Add the test case for #7190, from the original bug report
47104 ____________________________________________________________________________
47105 [ 7196] By: jhi on 2000/10/10 21:40:49
47106 Log: Reapply Andy's patch and regen Configure.
47108 ! Configure INSTALL Makefile.SH Porting/Glossary
47109 ! Porting/config.sh config_h.SH epoc/config.sh installperl
47110 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
47112 ____________________________________________________________________________
47113 [ 7195] By: jhi on 2000/10/10 21:09:30
47114 Log: Use the versiononly instead of the installscripts,
47115 retract the changes 7146 and 7147.
47117 ! Configure INSTALL Makefile.SH Porting/Glossary
47118 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
47119 ! installperl uconfig.sh vos/config.def win32/config.bc
47120 ! win32/config.gc win32/config.vc
47121 ____________________________________________________________________________
47122 [ 7194] By: jhi on 2000/10/10 21:06:15
47123 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
47124 From: Peter Prymmer <pvhp@forte.com>
47125 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
47126 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
47129 ____________________________________________________________________________
47130 [ 7193] By: jhi on 2000/10/10 21:05:12
47131 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
47132 From: Peter Prymmer <pvhp@forte.com>
47133 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
47134 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
47137 ____________________________________________________________________________
47138 [ 7192] By: jhi on 2000/10/10 20:57:30
47139 Log: Add versiononly, delete installscripts, from Andy Dougherty.
47141 - U/installdirs/installscripts.U
47142 Branch: metaconfig/U/perl
47144 ____________________________________________________________________________
47145 [ 7191] By: jhi on 2000/10/10 19:41:21
47146 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
47147 From: Peter Prymmer <pvhp@forte.com>
47148 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
47149 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
47151 ! pod/perlebcdic.pod
47152 ____________________________________________________________________________
47153 [ 7190] By: jhi on 2000/10/10 19:26:14
47154 Log: Subject: Re: utf8 concat, mg_get
47155 From: Simon Cozens <simon@cozens.net>
47156 Date: Tue, 10 Oct 2000 17:40:17 +0100
47157 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
47160 ____________________________________________________________________________
47161 [ 7189] By: jhi on 2000/10/10 19:23:03
47162 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
47163 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
47164 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
47165 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
47167 ! lib/ExtUtils/MM_Unix.pm
47168 ____________________________________________________________________________
47169 [ 7188] By: jhi on 2000/10/10 15:31:24
47170 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
47171 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
47172 Date: Fri, 14 Jul 2000 10:47:36 +0100
47173 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
47176 ____________________________________________________________________________
47177 [ 7187] By: jhi on 2000/10/10 13:30:10
47178 Log: Quote the temp file name, needed in Win32 because the
47179 default name unfortunately contains spaces, shouldn't
47182 Subject: FW: perldoc fails if $TEMP contains spaces
47183 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
47184 Date: Thu, 14 Sep 2000 08:58:45 +0100
47185 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
47188 ____________________________________________________________________________
47189 [ 7186] By: jhi on 2000/10/10 13:16:27
47190 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
47191 From: hv@hugo.hybyte.com
47192 Date: Tue, 10 Oct 2000 14:10:20 +0100
47193 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
47195 ! t/lib/thr5005.t util.c
47196 ____________________________________________________________________________
47197 [ 7185] By: jhi on 2000/10/10 12:06:22
47198 Log: Upgrade to podlators 1.04, from Russ Allbery.
47200 ! lib/Pod/Man.pm lib/Pod/Text.pm
47201 ____________________________________________________________________________
47202 [ 7184] By: jhi on 2000/10/10 12:01:32
47203 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
47205 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
47206 ____________________________________________________________________________
47207 [ 7183] By: jhi on 2000/10/09 23:47:15
47208 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
47209 From: Peter Prymmer <pvhp@forte.com>
47210 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
47211 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
47213 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
47214 ____________________________________________________________________________
47215 [ 7182] By: jhi on 2000/10/09 23:43:16
47216 Log: Make eq work again with utf8 (disabling the upgrading
47217 should no more be necessary since the copies of the
47218 scalars are upgraded, not the scalars themselves).
47219 Takes care of ID 20001009.001. (The claimed length()
47220 bug in 20001009.001 seems bogus to me.)
47222 ! sv.c t/pragma/utf8.t
47223 ____________________________________________________________________________
47224 [ 7181] By: gsar on 2000/10/09 19:41:54
47225 Log: tweak for change#7173
47228 ____________________________________________________________________________
47229 [ 7180] By: gsar on 2000/10/09 19:26:56
47230 Log: on Windows, clean targets might not work under some flavors of the shell
47232 ! win32/Makefile win32/makefile.mk
47233 ____________________________________________________________________________
47234 [ 7179] By: jhi on 2000/10/09 19:21:02
47235 Log: Update Changes.
47237 ! Changes patchlevel.h
47238 ____________________________________________________________________________
47239 [ 7178] By: jhi on 2000/10/09 19:18:23
47240 Log: Warn about unknown scripts.
47242 Subject: Re: ideas? patches? [PATCH bleadperl]
47243 From: Dominic Dunlop <domo@computer.org>
47244 Date: Mon, 9 Oct 2000 14:57:17 +0200
47245 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
47248 ____________________________________________________________________________
47249 [ 7177] By: jhi on 2000/10/09 19:13:27
47250 Log: Change #7160 had a nasty typo.
47252 ! U/compline/Compile.U
47254 ! Configure config_h.SH
47255 ____________________________________________________________________________
47256 [ 7176] By: gsar on 2000/10/09 18:59:33
47260 ____________________________________________________________________________
47261 [ 7175] By: gsar on 2000/10/09 18:54:28
47262 Log: Windows9x doesn't support link(), despite what Config.pm
47265 ! lib/ExtUtils/Manifest.pm
47266 ____________________________________________________________________________
47267 [ 7174] By: gsar on 2000/10/09 18:50:03
47268 Log: avoid nonportable example code
47271 ____________________________________________________________________________
47272 [ 7173] By: gsar on 2000/10/09 18:46:54
47273 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
47274 being used) when closing a socket handle
47276 ! win32/win32.c win32/win32.h win32/win32sck.c
47277 ____________________________________________________________________________
47278 [ 7172] By: gsar on 2000/10/09 18:41:40
47279 Log: on Windows, cwd strings in the environment should be of the
47280 form =X:=X:\foo instead of =X=X:\foo\
47283 ____________________________________________________________________________
47284 [ 7171] By: gsar on 2000/10/09 18:30:09
47285 Log: on Windows, LoadLibrary() could load an extension DLL multiple
47286 times if forward slashes are used in the path
47289 ____________________________________________________________________________
47290 [ 7170] By: jhi on 2000/10/09 17:53:59
47291 Log: Add a todo note about overloadable assertions.
47294 ____________________________________________________________________________
47295 [ 7169] By: jhi on 2000/10/09 13:43:45
47296 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
47297 From: mjd@plover.com
47298 Date: 9 Oct 2000 00:24:44 -0000
47299 Message-ID: <20001009002444.10616.qmail@plover.com>
47301 ! pod/perldebguts.pod
47302 ____________________________________________________________________________
47303 [ 7168] By: nick on 2000/10/08 13:16:33
47304 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
47305 is not right thing to do on (e.g. x86). Network order is also "right" for
47308 ! ext/Encode/Encode.pm
47309 ____________________________________________________________________________
47310 [ 7167] By: nick on 2000/10/08 12:54:42
47311 Log: Make "encodings" work post-install when Encode/*.enc files may not
47312 be in same directory as Encode.pm
47314 ! ext/Encode/Encode.pm
47315 ____________________________________________________________________________
47316 [ 7166] By: nick on 2000/10/08 11:51:26
47317 Log: Work round the fact that $hash->{$key} does not take into account
47318 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
47319 so that key is always in the "expected" encoding - i.e. same way we put
47322 ! ext/Encode/Encode.pm
47323 ____________________________________________________________________________
47324 [ 7165] By: gsar on 2000/10/08 04:15:29
47325 Log: save_re_context() could reset PL_curcop to freed memory, causing core
47326 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
47329 ____________________________________________________________________________
47330 [ 7164] By: jhi on 2000/10/06 20:51:48
47331 Log: UTF8ize split() so that the cloned substrings get the UTF8
47332 flag of the original scalar. Problem reported by Simon Cozens.
47334 ! pp.c t/pragma/utf8.t
47335 ____________________________________________________________________________
47336 [ 7163] By: nick on 2000/10/06 20:48:34
47337 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
47338 got a false +ve and so did not reach code which would have un-FAKEd the SV.
47341 ____________________________________________________________________________
47342 [ 7162] By: nick on 2000/10/06 20:25:37
47343 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
47344 To fix (sort {$a <=> $b} keys %hash) in particular but
47345 should cover a number of other as-yet-unknown cases as well.
47348 ____________________________________________________________________________
47349 [ 7161] By: jhi on 2000/10/06 19:56:18
47350 Log: Change the version number of Tie::Handle in the core to 4.0,
47351 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
47353 Subject: Note on Tie::Handle
47354 From: andreas.koenig@anima.de (Andreas J. Koenig)
47355 Date: 06 Oct 2000 21:48:58 +0200
47356 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
47358 ! lib/Tie/Handle.pm
47359 ____________________________________________________________________________
47360 [ 7160] By: jhi on 2000/10/06 18:20:35
47361 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
47362 as the first option of cc/ld because of ultrapicky compilers
47365 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
47366 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
47367 ! U/compline/orderlib.U U/modified/Cppsym.U
47368 ! U/modified/d_access.U
47369 Branch: metaconfig/U/perl
47370 ! Checkcc.U d_dlsymun.U gccvers.U
47372 ! Configure config_h.SH
47373 ____________________________________________________________________________
47374 [ 7159] By: jhi on 2000/10/06 13:56:39
47375 Log: Update Changes.
47377 ! Changes patchlevel.h
47378 ____________________________________________________________________________
47379 [ 7158] By: jhi on 2000/10/06 12:48:40
47380 Log: Eliminate $Is_VMS code from the test.
47382 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
47383 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47384 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
47385 Date: Thu, 5 Oct 2000 07:46:33 EDT
47388 ____________________________________________________________________________
47389 [ 7157] By: jhi on 2000/10/06 12:47:13
47390 Log: Also the $ccflags is needed for the C compiler check.
47392 Subject: Configure (check for C-compiler)
47393 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47394 Date: Fri, 06 Oct 2000 08:47:15 +0200
47395 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
47396 Branch: metaconfig/U/perl
47399 ! Configure config_h.SH
47400 ____________________________________________________________________________
47401 [ 7156] By: jhi on 2000/10/06 11:45:15
47402 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
47404 ! perl.c pp_ctl.c sv.h utf8.c
47405 ____________________________________________________________________________
47406 [ 7155] By: jhi on 2000/10/06 11:40:41
47407 Log: IO::Handle->syswrite() did not handle length omission
47408 like CORE::syswrite() does.
47410 Subject: [Fwd] IO::Handle, syswrite and arguments
47411 From: Graham Barr <gbarr@pobox.com>
47412 Date: Fri, 6 Oct 2000 10:22:05 +0100
47413 Message-ID: <20001006102205.U6312@pobox.com>
47415 The original patch from andrew@ugh.net.au.
47417 ! ext/IO/lib/IO/Handle.pm
47418 ____________________________________________________________________________
47419 [ 7154] By: jhi on 2000/10/06 01:42:15
47423 ____________________________________________________________________________
47424 [ 7153] By: jhi on 2000/10/06 00:39:55
47425 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
47428 ____________________________________________________________________________
47429 [ 7152] By: jhi on 2000/10/06 00:38:11
47430 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
47432 ! perl.c pp_ctl.c sv.h utf8.c
47433 ____________________________________________________________________________
47434 [ 7151] By: jhi on 2000/10/06 00:36:38
47435 Log: Subject: Re: Questions about Tie::Array and perl modules
47436 From: Nick Ing-Simmons <nik@tiuk.ti.com>
47437 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
47438 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
47440 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
47442 ! lib/Tie/Array.pm t/op/array.t
47443 ____________________________________________________________________________
47444 [ 7150] By: jhi on 2000/10/05 00:20:45
47445 Log: Regen Changes.
47447 ! Changes patchlevel.h
47448 ____________________________________________________________________________
47449 [ 7149] By: jhi on 2000/10/05 00:20:01
47453 ____________________________________________________________________________
47454 [ 7148] By: jhi on 2000/10/04 23:35:08
47455 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
47456 reported several times by Dominic Dunlop, for example in
47457 ID 20000315.008. Patch from Dominic. Patch affects at
47458 least MachTen, and possibly other oldish BSDs. Should not
47459 break non-broken platforms (tested on LinuxPPC).
47462 ____________________________________________________________________________
47463 [ 7147] By: jhi on 2000/10/04 23:26:34
47464 Log: The one that got away from 7146.
47466 + U/installdirs/installscripts.U
47467 ____________________________________________________________________________
47468 [ 7146] By: jhi on 2000/10/04 23:25:04
47469 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
47470 suggested by H. Merijn Brand.
47472 ! Configure INSTALL Makefile.SH Porting/Glossary
47473 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
47474 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
47476 ____________________________________________________________________________
47477 [ 7145] By: jhi on 2000/10/04 22:08:21
47478 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
47479 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47480 Date: Wed, 4 Oct 2000 17:37:46 -0400
47481 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
47484 ____________________________________________________________________________
47485 [ 7144] By: jhi on 2000/10/04 18:11:41
47486 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
47487 From: Jeff Pinyan <jeffp@crusoe.net>
47488 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
47489 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
47492 ____________________________________________________________________________
47493 [ 7143] By: jhi on 2000/10/04 18:09:58
47494 Log: Subject: perlhack.pod Patch for Externals Tools
47495 From: Fisher Mark <fisherm@tce.com>
47496 Date: Tue, 3 Oct 2000 15:43:27 -0500
47497 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
47500 ____________________________________________________________________________
47501 [ 7142] By: jhi on 2000/10/04 18:08:41
47502 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
47503 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47504 Date: Wed, 4 Oct 2000 12:11:11 EDT
47505 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
47508 ____________________________________________________________________________
47509 [ 7141] By: jhi on 2000/10/04 12:20:16
47510 Log: Subject: [PATCH 5.7.0] h2xs not working
47511 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47512 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
47513 Date: Tue, 3 Oct 2000 21:43:01 -0400
47515 Subject: [PATCH 5.7.0] h2xs not documenting the created module
47516 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47517 Date: Tue, 3 Oct 2000 22:55:19 -0400
47518 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
47521 ____________________________________________________________________________
47522 [ 7140] By: jhi on 2000/10/04 11:53:44
47523 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
47524 From: nick@babyhippo.com
47525 Date: Wed, 4 Oct 2000 12:06:45 +0100
47526 Message-Id: <20001004120645.A7356@babyhippo.com>
47528 Retract 7118 and 7135.
47530 ! installman installperl op.c t/pragma/subs.t
47531 ____________________________________________________________________________
47532 [ 7139] By: jhi on 2000/10/03 22:09:41
47533 Log: It is possible to have no hosts database at all. Pointed out in
47535 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47536 From: Peter Prymmer <pvhp@forte.com>
47537 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
47538 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
47540 ! U/modified/myhostname.U
47542 ! Configure config_h.SH
47543 ____________________________________________________________________________
47544 [ 7138] By: jhi on 2000/10/03 21:49:49
47545 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
47546 From: Peter Prymmer <pvhp@forte.com>
47547 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
47548 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
47551 ____________________________________________________________________________
47552 [ 7137] By: jhi on 2000/10/03 20:10:05
47553 Log: One remaining nit less at the VMS mailbox sizing.
47556 ____________________________________________________________________________
47557 [ 7136] By: jhi on 2000/10/03 20:08:47
47558 Log: Test harness update to sync with the new perlcc,
47562 ____________________________________________________________________________
47563 [ 7135] By: jhi on 2000/10/03 15:15:42
47564 Log: Subject: Re: PATCH for 20001003.004
47565 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
47566 From: "AARON B. DOSSETT" <aaron@iglou.com>
47567 Message-Id: <E13gTay-0006od-00@iglou.com>
47569 ! installman installperl
47570 ____________________________________________________________________________
47571 [ 7134] By: jhi on 2000/10/03 15:00:34
47572 Log: Subject: [ID 20001003.006] B::Debug not -w clean
47573 From: Nicholas Clark <nick@babyhippo.co.uk>
47574 Date: Tue, 03 Oct 2000 15:46:32 +0100
47575 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
47578 ____________________________________________________________________________
47579 [ 7133] By: jhi on 2000/10/03 14:58:39
47580 Log: Scale down the VMS message boxes, by Charles Lane.
47581 Fix for ID 20000903.009, workaround at
47582 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
47585 ____________________________________________________________________________
47586 [ 7132] By: jhi on 2000/10/03 11:20:37
47587 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
47589 + t/lib/st-lock.t t/lib/st-utf8.t
47590 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
47591 ! ext/Storable/Storable.xs t/lib/st-recurse.t
47592 ____________________________________________________________________________
47593 [ 7131] By: jhi on 2000/10/03 03:38:23
47596 ! MANIFEST Makefile.SH
47597 ____________________________________________________________________________
47598 [ 7130] By: jhi on 2000/10/03 03:31:05
47599 Log: Update Changes.
47601 ! Changes patchlevel.h
47602 ____________________________________________________________________________
47603 [ 7129] By: jhi on 2000/10/03 02:24:02
47604 Log: Misplaced else.
47605 Branch: metaconfig/U/perl
47608 ! Configure config_h.SH
47609 ____________________________________________________________________________
47610 [ 7128] By: jhi on 2000/10/03 02:08:29
47611 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
47612 From: sthoenna@efn.org
47613 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
47614 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
47615 Branch: metaconfig/U/perl
47618 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
47619 ____________________________________________________________________________
47620 [ 7127] By: jhi on 2000/10/03 01:13:14
47621 Log: Update Changes.
47623 ! Changes patchlevel.h
47624 ____________________________________________________________________________
47625 [ 7126] By: jhi on 2000/10/03 00:57:08
47626 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
47627 as suggested by Olaf Flebbe and Nick Clark.
47629 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
47630 ____________________________________________________________________________
47631 [ 7125] By: jhi on 2000/10/03 00:50:56
47632 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
47633 From: Nick Clark <nick@plum.flirble.org>
47634 Date: Mon, 2 Oct 2000 11:03:24 +0100
47635 Message-Id: <20001002110324.D20073@plum.flirble.org>
47637 Also fixes bug ID 20001002.005.
47640 ____________________________________________________________________________
47641 [ 7124] By: jhi on 2000/10/03 00:34:59
47642 Log: Subject: [PATCH 5.7.0] Epoc update
47643 From: Olaf Flebbe <o.flebbe@gmx.de>
47644 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
47645 Message-ID: <26423.969484586@www10.gmx.net>
47647 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
47648 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
47649 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
47651 ____________________________________________________________________________
47652 [ 7123] By: jhi on 2000/10/03 00:30:07
47653 Log: Regen headers.
47655 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
47656 ____________________________________________________________________________
47657 [ 7122] By: jhi on 2000/10/03 00:10:48
47658 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
47661 ____________________________________________________________________________
47662 [ 7121] By: jhi on 2000/10/03 00:05:06
47663 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
47664 From: <abigail@foad.org>
47665 Date: Tue, 26 Sep 2000 13:36:14 -0400
47666 Message-ID: <20000926173614.4356.qmail@foad.org>
47669 ____________________________________________________________________________
47670 [ 7120] By: jhi on 2000/10/03 00:04:00
47671 Log: Inside require() $^S was always left undefined.
47673 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
47674 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47675 Date: Wed, 27 Sep 2000 18:54:49 -0400
47676 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
47678 ! cop.h mg.c pp_ctl.c util.c
47679 ____________________________________________________________________________
47680 [ 7119] By: jhi on 2000/10/03 00:00:16
47681 Log: Subject: [PATCH] DLL not restartabke with threaded perl
47682 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
47683 Date: Thu, 28 Sep 2000 09:20:46 +0100
47684 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
47687 ____________________________________________________________________________
47688 [ 7118] By: jhi on 2000/10/02 23:59:20
47689 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
47690 From: Nicholas Clark <nick@ccl4.org>
47691 Date: Thu, 28 Sep 2000 11:52:24 +0100
47692 Message-ID: <20000928115224.D7924@plum.flirble.org>
47695 ____________________________________________________________________________
47696 [ 7117] By: jhi on 2000/10/02 23:57:51
47697 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
47698 From: Nicholas Clark <nick@babyhippo.co.uk>
47699 Date: Thu, 28 Sep 2000 12:18:10 +0100
47700 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
47702 Did not apply cleanly, manual intervention was needed.
47704 ! ext/B/B/Bytecode.pm utils/perlcc.PL
47705 ____________________________________________________________________________
47706 [ 7116] By: jhi on 2000/10/02 23:50:40
47707 Log: Document the issue (is not a syntax error, kind of)
47709 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
47710 From: Nicholas Clark <nick@ccl4.org>
47711 Date: Thu, 28 Sep 2000 17:12:42 +0100
47712 Message-ID: <20000928171242.K7924@plum.flirble.org>
47715 ____________________________________________________________________________
47716 [ 7115] By: jhi on 2000/10/02 23:48:58
47717 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
47718 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47719 Date: Thu, 28 Sep 2000 21:55:31 -0400
47720 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
47723 ____________________________________________________________________________
47724 [ 7114] By: jhi on 2000/10/02 23:47:57
47725 Log: Subject: DOC PATCH 5.6.0
47726 From: mjd@plover.com
47727 Date: 30 Sep 2000 06:02:34 -0000
47728 Message-ID: <20000930060234.4559.qmail@plover.com>
47730 ! pod/perldebguts.pod
47731 ____________________________________________________________________________
47732 [ 7113] By: jhi on 2000/10/02 23:46:43
47733 Log: SOCK_DGRAM and listen() do not mix as reported in
47735 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
47736 From: Petter Reinholdtsen <pere@hungry.com>
47737 Date: Sun, 1 Oct 2000 10:57:20 +0800
47738 Message-Id: <200010010257.KAA05735@localhost.localdomain>
47740 The patch for 5.7.0+ had to be reengineered, though.
47742 ! ext/IO/lib/IO/Socket/UNIX.pm
47743 ____________________________________________________________________________
47744 [ 7112] By: jhi on 2000/10/02 23:36:57
47745 Log: Subject: Re: [PATCH 5.005_64 missed]
47746 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47747 Date: Sun, 1 Oct 2000 18:50:10 -0400
47748 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
47751 ____________________________________________________________________________
47752 [ 7111] By: jhi on 2000/10/02 23:35:40
47753 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
47754 From: Radu Greab <radu@netsoft.ro>
47755 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
47756 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
47758 ! op.c opcode.pl t/op/substr.t
47759 ____________________________________________________________________________
47760 [ 7110] By: jhi on 2000/10/02 23:32:38
47761 Log: Subject: [PATCH] Fix aliasing of tied filehandles
47762 From: Daniel Chetlin <daniel@chetlin.com>
47763 Date: Mon, 2 Oct 2000 14:53:27 -0700
47764 Message-ID: <20001002145327.C1617@ilmd>
47766 ! perl.h pp_hot.c t/op/tiehandle.t
47767 ____________________________________________________________________________
47768 [ 7109] By: jhi on 2000/10/02 23:31:30
47769 Log: s/Robin Parker/Robin Barker/
47772 ____________________________________________________________________________
47773 [ 7108] By: jhi on 2000/10/02 23:15:46
47774 Log: Retract #7091 as suggested in
47776 From: Robin Barker <rmb1@cise.npl.co.uk>
47777 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
47778 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
47779 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
47782 ____________________________________________________________________________
47783 [ 7107] By: nick on 2000/10/02 18:23:14
47784 Log: A few tweaks to get Tk803 to work with Encode scheme.
47786 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
47787 ____________________________________________________________________________
47788 [ 7106] By: nick on 2000/10/01 21:34:14
47789 Log: Add checking cases to Encode's toUnicode and fromUnicode.
47791 ! ext/Encode/Encode.pm
47792 ____________________________________________________________________________
47793 [ 7105] By: nick on 2000/10/01 17:18:01
47794 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
47795 To read and use them.
47796 Add a lib/encode.t which checks a few things.
47798 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
47799 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
47800 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
47801 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
47802 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
47803 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
47804 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
47805 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
47806 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
47807 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
47808 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
47809 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
47810 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
47811 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
47812 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
47813 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
47814 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
47815 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
47816 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
47817 + ext/Encode/Encode/iso2022-jp.enc
47818 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
47819 + ext/Encode/Encode/iso8859-1.enc
47820 + ext/Encode/Encode/iso8859-2.enc
47821 + ext/Encode/Encode/iso8859-3.enc
47822 + ext/Encode/Encode/iso8859-4.enc
47823 + ext/Encode/Encode/iso8859-5.enc
47824 + ext/Encode/Encode/iso8859-6.enc
47825 + ext/Encode/Encode/iso8859-7.enc
47826 + ext/Encode/Encode/iso8859-8.enc
47827 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
47828 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
47829 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
47830 + ext/Encode/Encode/macCentEuro.enc
47831 + ext/Encode/Encode/macCroatian.enc
47832 + ext/Encode/Encode/macCyrillic.enc
47833 + ext/Encode/Encode/macDingbats.enc
47834 + ext/Encode/Encode/macGreek.enc
47835 + ext/Encode/Encode/macIceland.enc
47836 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
47837 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
47838 + ext/Encode/Encode/macTurkish.enc
47839 + ext/Encode/Encode/macUkraine.enc
47840 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
47842 ! MANIFEST ext/Encode/Encode.pm
47843 ____________________________________________________________________________
47844 [ 7104] By: nick on 2000/09/30 13:04:30
47845 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
47846 From: Daniel Chetlin <daniel@chetlin.com>
47847 Date: Mon, 18 Sep 2000 05:05:40 -0700
47848 Message-Id: <20000918050540.C652@ilmd>
47850 ! lib/overload.pm sv.c t/pragma/overload.t
47851 ____________________________________________________________________________
47852 [ 7103] By: nick on 2000/09/30 12:53:36
47853 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
47854 From: Johan Vromans <jvromans@squirrel.nl>
47855 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
47856 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
47859 ____________________________________________________________________________
47860 [ 7102] By: nick on 2000/09/30 12:52:31
47861 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
47862 From: Spider Boardman <spider@Orb.Nashua.NH.US>
47863 Date: Sat, 16 Sep 2000 16:36:45 -0400
47864 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
47866 ! ext/B/B/Deparse.pm
47867 ____________________________________________________________________________
47868 [ 7101] By: nick on 2000/09/30 12:51:41
47869 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
47870 From: Craig A. Berry <craig.berry@psinetcs.com>
47871 Date: Sat, 16 Sep 2000 10:11:10 -0500
47872 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
47875 ____________________________________________________________________________
47876 [ 7100] By: nick on 2000/09/30 12:50:33
47877 Log: Subject: Re: unicode support and perl [ID 20000901.097]
47878 From: Spider Boardman <spider@Orb.Nashua.NH.US>
47879 Date: Fri, 15 Sep 2000 16:37:58 -0400
47880 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
47883 ____________________________________________________________________________
47884 [ 7099] By: nick on 2000/09/30 12:49:35
47885 Log: Subject: Re: unicode support and perl [ID 20000901.097]
47886 From: Spider Boardman <spider@Orb.Nashua.NH.US>
47887 Date: Fri, 15 Sep 2000 16:25:30 -0400
47888 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
47891 ____________________________________________________________________________
47892 [ 7098] By: nick on 2000/09/30 12:48:00
47893 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
47894 From: Gisle Aas <gisle@ActiveState.com>
47895 Date: 15 Sep 2000 16:23:41 +0200
47896 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
47899 ____________________________________________________________________________
47900 [ 7097] By: nick on 2000/09/30 12:45:16
47901 Log: Subject: [PATCH] Nits in perlmod.pod
47902 From: Daniel Chetlin <daniel@chetlin.com>
47903 Date: Fri, 15 Sep 2000 02:04:09 -0700
47904 Message-Id: <20000915020409.A2104@ilmd>
47907 ____________________________________________________________________________
47908 [ 7096] By: nick on 2000/09/30 12:18:00
47909 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
47910 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
47911 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
47912 0 to checking to get the warning.
47914 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
47915 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
47916 ! regexec.c sv.c toke.c utf8.c
47917 ____________________________________________________________________________
47918 [ 7095] By: nick on 2000/09/15 16:55:59
47919 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
47921 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
47922 From: Spider Boardman <spider@Orb.Nashua.NH.US>
47923 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
47924 Date: Fri, 15 Sep 2000 06:37:30 -0400
47926 ! ext/Encode/Encode.xs sv.c
47927 ____________________________________________________________________________
47928 [ 7094] By: jhi on 2000/09/15 03:23:32
47929 Log: Update Changes.
47931 ! Changes patchlevel.h
47932 ____________________________________________________________________________
47933 [ 7093] By: jhi on 2000/09/15 03:11:44
47934 Log: Fix for the charnames.t failures from Spider Boardman.
47937 ____________________________________________________________________________
47938 [ 7092] By: jhi on 2000/09/15 00:15:48
47939 Log: Botched the #7090 check-in.
47942 ____________________________________________________________________________
47943 [ 7091] By: jhi on 2000/09/14 23:33:24
47944 Log: Part of #7081 didn't come through.
47947 ____________________________________________________________________________
47948 [ 7090] By: jhi on 2000/09/14 23:17:39
47949 Log: Subject: Re: perl@7078
47950 From: Spider Boardman <spider@web.zk3.dec.com>
47951 Date: Thu, 14 Sep 2000 19:06:36 -0400
47952 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
47955 ____________________________________________________________________________
47956 [ 7089] By: jhi on 2000/09/14 23:11:21
47957 Log: Small portability tweaks.
47959 ! ext/Encode/Encode.xs
47960 ____________________________________________________________________________
47961 [ 7088] By: jhi on 2000/09/14 22:57:23
47962 Log: Fake return to pacify picky compilers.
47964 ! ext/Encode/Encode.xs
47965 ____________________________________________________________________________
47966 [ 7087] By: jhi on 2000/09/14 22:53:37
47967 Log: Subject: [PATCH] utf8.c apidoc
47968 From: Simon Cozens <simon@cozens.net>
47969 Date: Thu, 14 Sep 2000 23:46:57 +0100
47970 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
47972 ! perlapi.c pod/perlapi.pod utf8.c
47973 ____________________________________________________________________________
47974 [ 7086] By: jhi on 2000/09/14 22:40:38
47975 Log: We don't need to count the high bit bytes, a boolean is enough.
47978 ____________________________________________________________________________
47979 [ 7085] By: jhi on 2000/09/14 21:20:09
47980 Log: Replace #7084 with
47982 Subject: Re: perl@7078
47983 From: Spider Boardman <spider@web.zk3.dec.com>
47984 Date: Thu, 14 Sep 2000 17:09:36 -0400
47985 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
47988 ____________________________________________________________________________
47989 [ 7084] By: jhi on 2000/09/14 20:03:34
47990 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
47991 convertable to bytes by checking it doesn't go above 0xc3
47993 Subject: Re: perl@7078
47994 From: Simon Cozens <simon@cozens.net>
47995 Date: Thu, 14 Sep 2000 20:59:19 +0100
47996 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
47999 ____________________________________________________________________________
48000 [ 7083] By: jhi on 2000/09/14 19:38:47
48001 Log: Subject: Re: perl@7078
48002 From: Simon Cozens <simon@cozens.net>
48003 Date: Thu, 14 Sep 2000 20:13:09 +0100
48004 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
48007 ____________________________________________________________________________
48008 [ 7082] By: jhi on 2000/09/14 17:50:44
48009 Log: The one that got away.
48012 ____________________________________________________________________________
48013 [ 7081] By: jhi on 2000/09/14 17:45:35
48014 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
48015 From: Robin Barker <rmb1@cise.npl.co.uk>
48016 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
48017 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
48019 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
48020 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
48021 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
48022 ! regcomp.c toke.c universal.c
48023 ____________________________________________________________________________
48024 [ 7080] By: jhi on 2000/09/14 17:40:35
48025 Log: Problems picked up by AIX cc.
48027 Subject: Re: perl@7078 (patch included)
48028 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48029 Date: Thu, 14 Sep 2000 18:53:30 +0200
48030 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
48032 ! ext/Encode/Encode.xs
48033 ____________________________________________________________________________
48034 [ 7079] By: jhi on 2000/09/14 17:38:27
48035 Log: Subject: File::Find 5.7.0 POD nits
48036 From: Rich Morin <rdm@cfcl.com>
48037 Date: Wed, 13 Sep 2000 22:03:58 -0700
48038 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
48041 ____________________________________________________________________________
48042 [ 7078] By: jhi on 2000/09/14 14:58:20
48043 Log: Update Changes.
48045 ! Changes patchlevel.h
48046 ____________________________________________________________________________
48047 [ 7077] By: jhi on 2000/09/14 14:55:54
48048 Log: Compilation warnings and an error.
48051 ____________________________________________________________________________
48052 [ 7076] By: jhi on 2000/09/14 14:42:56
48053 Log: Fix for a parsing bug, not for the original bug.
48055 Subject: Re: [ID 20000910.005] Another segfault with regexes.
48056 From: Spider Boardman <spider@web.zk3.dec.com>
48057 Date: Wed, 13 Sep 2000 17:52:20 -0400
48058 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
48061 ____________________________________________________________________________
48062 [ 7075] By: jhi on 2000/09/14 14:40:40
48063 Log: Batch of UTF-8 patches from Simon Cozens.
48065 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
48066 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
48068 ____________________________________________________________________________
48069 [ 7074] By: jhi on 2000/09/14 14:29:58
48070 Log: Subject: Re: Two advertising clauses need to be removed
48071 From: Russ Allbery <rra@stanford.edu>
48072 Date: 13 Sep 2000 18:50:26 -0700
48073 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
48075 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
48076 ____________________________________________________________________________
48077 [ 7073] By: jhi on 2000/09/14 14:28:20
48078 Log: Subject: [PATCH] de-wall t/README
48079 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48080 Date: Wed, 13 Sep 2000 17:46:55 -0700
48081 Message-ID: <//Bw5gzkge/e092yn@efn.org>
48084 ____________________________________________________________________________
48085 [ 7072] By: jhi on 2000/09/14 14:25:10
48086 Log: Hints optimization.
48089 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48090 Date: Wed, 13 Sep 2000 21:42:07 +0200
48091 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
48094 ____________________________________________________________________________
48095 [ 7071] By: jhi on 2000/09/14 14:23:30
48096 Log: Allow chop() and chomp() to be overridden.
48098 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
48099 From: "Casey R. Tweten" <crt@kiski.net>
48100 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
48101 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
48104 ____________________________________________________________________________
48105 [ 7070] By: jhi on 2000/09/14 14:20:36
48106 Log: The return value of setlocale must be copied away.
48108 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
48109 From: Alan Burlison <Alan.Burlison@uk.sun.com>
48110 Date: Wed, 13 Sep 2000 16:27:37 +0100
48111 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
48114 ____________________________________________________________________________
48115 [ 7069] By: jhi on 2000/09/14 14:16:27
48116 Log: Remove vestiges of tr//CU.
48118 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48119 From: Nick Clark <nick@plum.flirble.org>
48120 Date: Tue, 12 Sep 2000 22:50:14 +0100
48121 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
48123 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
48124 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48125 Date: Tue, 12 Sep 2000 21:38:48 -0700
48126 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
48128 ! op.h pod/perlunicode.pod
48129 ____________________________________________________________________________
48130 [ 7068] By: jhi on 2000/09/13 14:18:39
48131 Log: Add the Encode extension. The code is still largely just skeleton.
48133 + ext/Encode/Encode.pm ext/Encode/Encode.xs
48134 + ext/Encode/Makefile.PL ext/Encode/Todo
48135 ! MANIFEST Todo-5.6
48136 ____________________________________________________________________________
48137 [ 7067] By: jhi on 2000/09/12 17:43:33
48138 Log: Allow for whitespace between "#" and "line" in cpp output.
48140 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
48141 From: Calle Dybedahl <calle@lysator.liu.se>
48142 Date: 12 Sep 2000 19:38:02 +0200
48143 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
48145 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
48146 ____________________________________________________________________________
48147 [ 7066] By: gsar on 2000/09/12 17:24:29
48148 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
48149 initialization in all the threads on Windows
48152 ____________________________________________________________________________
48153 [ 7065] By: jhi on 2000/09/12 15:11:31
48154 Log: Update Changes.
48156 ! Changes patchlevel.h
48157 ____________________________________________________________________________
48158 [ 7064] By: jhi on 2000/09/12 14:54:54
48159 Log: Retract #7062, the pod tests are not ready.
48162 ____________________________________________________________________________
48163 [ 7063] By: jhi on 2000/09/12 14:25:41
48164 Log: The #7054 truncated Configure badly.
48165 Branch: metaconfig/U/perl
48168 ! Configure config_h.SH
48169 ____________________________________________________________________________
48170 [ 7062] By: jhi on 2000/09/12 14:08:32
48171 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
48172 From: sthoenna@efn.org
48173 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
48174 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
48177 ____________________________________________________________________________
48178 [ 7061] By: jhi on 2000/09/12 14:07:18
48179 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
48180 From: sthoenna@efn.org
48181 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
48182 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
48185 ____________________________________________________________________________
48186 [ 7060] By: jhi on 2000/09/12 14:06:08
48187 Log: Break up the myconfig lines a bit.
48189 Subject: perlbug/perl -V output format
48190 From: sthoenna@efn.org
48191 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
48192 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
48195 ____________________________________________________________________________
48196 [ 7059] By: jhi on 2000/09/12 14:05:04
48197 Log: Test for the #7049.
48199 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
48200 From: andreas.koenig@anima.de (Andreas J. Koenig)
48201 Date: 12 Sep 2000 06:42:01 +0200
48202 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
48205 ____________________________________________________________________________
48206 [ 7058] By: jhi on 2000/09/12 14:03:05
48207 Log: Subject: [patch: perl@7045] vms updates
48208 From: Peter Prymmer <pvhp@forte.com>
48209 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
48210 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
48212 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
48213 ____________________________________________________________________________
48214 [ 7057] By: jhi on 2000/09/12 14:00:51
48215 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
48216 From: sthoenna@efn.org
48217 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
48218 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
48221 ____________________________________________________________________________
48222 [ 7056] By: jhi on 2000/09/12 13:58:14
48223 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
48224 From: Jeff Pinyan <jeffp@crusoe.net>
48225 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
48226 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
48229 ____________________________________________________________________________
48230 [ 7055] By: jhi on 2000/09/12 13:56:32
48231 Log: Do in VMS as the #7054 does.
48234 ____________________________________________________________________________
48235 [ 7054] By: jhi on 2000/09/12 13:50:31
48236 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
48237 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48238 Date: Mon, 11 Sep 2000 08:33:09 +0100
48239 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
48240 Branch: metaconfig/U/perl
48243 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
48244 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
48245 ____________________________________________________________________________
48246 [ 7053] By: jhi on 2000/09/12 13:29:19
48247 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
48248 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48249 Date: Tue, 12 Sep 2000 08:35:59 EDT
48250 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
48253 ____________________________________________________________________________
48254 [ 7052] By: jhi on 2000/09/11 23:01:50
48255 Log: Document the SvUTF8*().
48257 ! pod/perlapi.pod sv.h
48258 ____________________________________________________________________________
48259 [ 7051] By: gsar on 2000/09/11 14:46:30
48260 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
48261 (missed a spot when fixing up op_pmreplroot hack for ithreads)
48263 ! op.c t/op/split.t
48264 ____________________________________________________________________________
48265 [ 7050] By: nick on 2000/09/11 10:03:51
48266 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
48268 Subject: borland C++ win32.c tweak
48269 From: Vadim Konovalov <vkonovalov@lucent.com>
48270 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
48271 Date: Mon, 11 Sep 2000 11:22:33 +0400
48274 ____________________________________________________________________________
48275 [ 7049] By: nick on 2000/09/11 09:57:33
48276 Log: Point fix for s/// on foreach (keys %xxx).
48279 ____________________________________________________________________________
48280 [ 7048] By: jhi on 2000/09/10 23:37:09
48281 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
48282 by Pod::Text, from Brad Appleton.
48284 ! t/pod/testp2pt.pl
48285 ____________________________________________________________________________
48286 [ 7047] By: jhi on 2000/09/10 14:32:53
48287 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
48290 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
48291 ____________________________________________________________________________
48292 [ 7046] By: jhi on 2000/09/10 14:15:08
48293 Log: Upgrade to CPAN 1.57_65, from Andreas König.
48295 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48296 ____________________________________________________________________________
48297 [ 7045] By: jhi on 2000/09/08 21:36:32
48298 Log: Update Changes.
48300 ! Changes patchlevel.h
48301 ____________________________________________________________________________
48302 [ 7044] By: jhi on 2000/09/08 21:29:56
48303 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
48304 From: Peter Prymmer <pvhp@forte.com>
48305 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
48306 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
48309 ____________________________________________________________________________
48310 [ 7043] By: jhi on 2000/09/08 21:27:50
48311 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
48312 From: Peter Prymmer <pvhp@forte.com>
48313 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
48314 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
48316 ! Makefile.SH installperl
48317 ____________________________________________________________________________
48318 [ 7042] By: jhi on 2000/09/08 21:23:21
48319 Log: Continue #7041.
48321 ! cygwin/Makefile.SHs os2/Makefile.SHs
48322 ____________________________________________________________________________
48323 [ 7041] By: jhi on 2000/09/08 21:18:10
48324 Log: Do away with memory models cruft. Sorry, PDP users.
48326 ! U/modified/cc.U U/modified/libpth.U
48328 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
48329 ! Porting/config_H cflags.SH config_h.SH configure.com
48330 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
48331 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
48332 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
48333 ____________________________________________________________________________
48334 [ 7040] By: jhi on 2000/09/08 14:34:18
48335 Log: Major rewrite of s2p. And I mean really major, it is
48336 an implementation of sed in perl. If called as s2p it
48337 will function as s2p. Note: needs non-UNIXifying.
48340 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
48341 Date: Mon, 28 Aug 2000 14:05:12 +0200
48342 Message-ID: <39AA5578.2102E2AA@alcatel.at>
48345 ____________________________________________________________________________
48346 [ 7039] By: jhi on 2000/09/08 14:19:49
48347 Log: Re-allow vec() for characters > 255.
48349 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
48350 From: Spider Boardman <spider@web.zk3.dec.com>
48351 Date: Fri, 08 Sep 2000 02:21:02 -0400
48352 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
48354 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
48356 ____________________________________________________________________________
48357 [ 7038] By: jhi on 2000/09/08 14:14:18
48358 Log: Subject: [PATCH lib/Benchmark.pm]
48359 From: <abigail@foad.org>
48360 Date: Thu, 7 Sep 2000 15:03:20 -0400
48361 Message-ID: <20000907190320.888.qmail@foad.org>
48364 ____________________________________________________________________________
48365 [ 7037] By: jhi on 2000/09/08 14:11:06
48366 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
48368 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
48369 From: Spider Boardman <spider@web.zk3.dec.com>
48370 Date: Fri, 08 Sep 2000 01:30:27 -0400
48371 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
48374 ____________________________________________________________________________
48375 [ 7036] By: jhi on 2000/09/08 14:08:58
48376 Log: Subject: [ID 20000908.002] perlipc documentation bug.
48377 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
48378 Date: Fri, 08 Sep 2000 12:38:32 +0200
48379 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
48382 ____________________________________________________________________________
48383 [ 7035] By: jhi on 2000/09/08 14:03:12
48384 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
48385 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48386 Date: Fri, 08 Sep 2000 11:47:34 +0200
48387 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
48390 ____________________________________________________________________________
48391 [ 7034] By: jhi on 2000/09/08 13:59:35
48392 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
48393 From: Simon Cozens <simon@cozens.net>
48394 Date: Thu, 7 Sep 2000 20:40:38 +0100
48395 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
48398 ____________________________________________________________________________
48399 [ 7033] By: jhi on 2000/09/08 04:03:03
48400 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
48401 From: "Larry W. Virden" <lvirden@cas.org>
48402 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
48403 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
48406 ____________________________________________________________________________
48407 [ 7032] By: jhi on 2000/09/07 22:18:30
48408 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
48409 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
48410 Date: Mon, 04 Sep 2000 13:16:38 -0700
48411 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
48414 ____________________________________________________________________________
48415 [ 7031] By: jhi on 2000/09/07 22:02:29
48416 Log: Fix the ccversion detection for 5.1 and beyond.
48418 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
48419 From: Spider Boardman <spider@leggy.zk3.dec.com>
48420 Date: Thu, 7 Sep 2000 17:54:27 -0400
48421 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
48424 ____________________________________________________________________________
48425 [ 7030] By: jhi on 2000/09/07 19:12:28
48428 Subject: [ID 20000903.001] \w in utf8-strings
48429 From: Marc Lehmann <pcg@goof.com>
48430 Date: Sun, 03 Sep 2000 09:44:29 +0200
48431 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
48433 and various related nits.
48435 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
48436 ____________________________________________________________________________
48437 [ 7029] By: jhi on 2000/09/07 18:49:09
48438 Log: Fix the URL, but the server is still missing in action.
48440 Subject: [ID 20000905.002] perlfaq1.pod URL error
48441 From: "Larry W. Virden" <lvirden@cas.org>
48442 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
48443 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
48446 ____________________________________________________________________________
48447 [ 7028] By: jhi on 2000/09/07 18:47:13
48448 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
48449 From: Hugo <hv@crypt.compulink.co.uk>
48450 Date: Tue, 05 Sep 2000 14:13:37 +0100
48451 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
48454 ____________________________________________________________________________
48455 [ 7027] By: jhi on 2000/09/07 18:45:35
48456 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
48457 From: Daniel Chetlin <daniel@chetlin.com>
48458 Date: Tue, 5 Sep 2000 04:57:07 -0700
48459 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
48461 ! pod/perlfaq6.pod pod/perlop.pod
48462 ____________________________________________________________________________
48463 [ 7026] By: jhi on 2000/09/07 18:44:01
48464 Log: Document the new ref() semantics.
48466 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
48467 From: Gisle Aas <gisle@ActiveState.com>
48468 Date: 05 Sep 2000 08:10:30 +0200
48469 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
48471 ! pod/perldelta.pod
48472 ____________________________________________________________________________
48473 [ 7025] By: jhi on 2000/09/07 18:42:27
48474 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
48476 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
48477 From: Gisle Aas <gisle@ActiveState.com>
48478 Date: 05 Sep 2000 08:11:40 +0200
48479 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
48481 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
48482 ____________________________________________________________________________
48483 [ 7024] By: jhi on 2000/09/07 18:39:32
48484 Log: Subject: [PATCH] Modernize Opcode.pm documentation
48485 From: Gisle Aas <gisle@ActiveState.com>
48486 Date: 4 Sep 2000 00:18:55 -0000
48487 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
48489 ! ext/Opcode/Opcode.pm
48490 ____________________________________________________________________________
48491 [ 7023] By: jhi on 2000/09/07 18:37:42
48492 Log: Subject: [PATCH] Tied filehandle documentation
48493 From: Gisle Aas <gisle@ActiveState.com>
48494 Date: 4 Sep 2000 00:14:40 -0000
48495 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
48497 ! pod/perlfunc.pod pod/perltie.pod
48498 ____________________________________________________________________________
48499 [ 7022] By: jhi on 2000/09/07 18:35:37
48500 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
48501 From: Gisle Aas <gisle@ActiveState.com>
48502 Date: 4 Sep 2000 00:04:22 -0000
48503 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
48505 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
48506 ____________________________________________________________________________
48507 [ 7021] By: jhi on 2000/09/07 18:33:22
48508 Log: Subject: small apidoc fix
48509 From: Marc Lehmann <pcg@goof.com>
48510 Date: Sun, 3 Sep 2000 05:12:06 +0200
48511 Message-ID: <20000903051206.A5909@cerebro.laendle>
48513 ! pod/perlapi.pod utf8.c
48514 ____________________________________________________________________________
48515 [ 7020] By: jhi on 2000/09/07 16:14:57
48516 Log: Tiny perldelta nits.
48518 ! pod/perldelta.pod
48519 ____________________________________________________________________________
48520 [ 7019] By: jhi on 2000/09/07 16:04:20
48521 Log: Guard against bad string->int conversion for quads.
48524 ____________________________________________________________________________
48525 [ 7018] By: jhi on 2000/09/06 17:07:03
48526 Log: Update Unicode todo list.
48529 ____________________________________________________________________________
48530 [ 7017] By: jhi on 2000/09/05 21:16:01
48531 Log: Document the SvIOK_.*UV().
48533 ! pod/perlapi.pod sv.h
48534 ____________________________________________________________________________
48535 [ 7016] By: nick on 2000/09/03 21:54:46
48536 Log: Hash lookup of constant strings optimization:
48537 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
48538 to string table (as per sharepvn). Add newSV_pvn_share to create such
48539 a thing. Make hv.c compare addresses of strings and skip string compare
48540 if equal. Make method_named and helem ops use these shared-string SVs
48541 when arg is constant. Make keys op return shared-string SVs (less clearly
48544 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
48545 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
48546 ! pod/perlintern.pod pp_hot.c proto.h sv.c
48547 ____________________________________________________________________________
48548 [ 7015] By: jhi on 2000/09/02 17:48:59
48549 Log: This is 5.7.0.
48552 ____________________________________________________________________________
48553 [ 7014] By: jhi on 2000/09/02 17:35:45
48554 Log: Changes and patchlevel tweaks.
48556 ! Changes patchlevel.h
48557 ____________________________________________________________________________
48558 [ 7013] By: jhi on 2000/09/02 17:30:50
48559 Log: Update Changes.
48561 ! Changes patchlevel.h
48562 ____________________________________________________________________________
48563 [ 7012] By: nick on 2000/09/02 17:25:20
48564 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
48566 ! gv.c lib/overload.pm
48567 ____________________________________________________________________________
48568 [ 7011] By: jhi on 2000/09/02 17:16:25
48569 Log: Update perlhist.
48572 ____________________________________________________________________________
48573 [ 7010] By: jhi on 2000/09/02 17:01:35
48574 Log: perldelta nits.
48576 ! pod/perldelta.pod
48577 ____________________________________________________________________________
48578 [ 7009] By: nick on 2000/09/02 16:48:35
48579 Log: If overloaded %{} etc. return the object do not loop.
48580 Thus sub deref { $_[0] } functions if object is wanted type.
48583 ____________________________________________________________________________
48584 [ 7008] By: jhi on 2000/09/02 16:26:11
48585 Log: Retab MANIFEST.
48587 ! ext/Storable/MANIFEST
48588 ____________________________________________________________________________
48589 [ 7007] By: jhi on 2000/09/02 16:23:02
48590 Log: Make certain cc is set before trying to run it.
48592 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
48593 ____________________________________________________________________________
48594 [ 7006] By: jhi on 2000/09/02 15:45:41
48595 Log: Unicode notes.
48597 ! pod/perldelta.pod
48598 ____________________________________________________________________________
48599 [ 7005] By: jhi on 2000/09/02 15:42:11
48600 Log: Various Configure nits by Philip Newton,
48601 plus the ebcdic one by me.
48603 + U/modified/pager.U
48604 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
48605 Branch: metaconfig/U/perl
48606 ! Devel.U quadfio.U
48608 ! Configure config_h.SH
48609 ____________________________________________________________________________
48610 [ 7004] By: jhi on 2000/09/02 15:06:14
48611 Log: Apparently avoiding the swapping is too costly.
48613 From: "Ben Tilly" <ben_tilly@hotmail.com>
48614 Subject: Re: the door is closed.
48615 Date: Fri, 01 Sep 2000 20:23:16 EDT
48616 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
48619 ____________________________________________________________________________
48620 [ 7003] By: nick on 2000/09/02 12:26:04
48621 Log: Undo part of change 6489 which looks like a bulk edit which
48622 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
48623 The supressing of main:: on return from select() is undesirable.
48626 ____________________________________________________________________________
48627 [ 7002] By: jhi on 2000/09/01 23:08:54
48628 Log: Update Changes.
48630 ! Changes patchlevel.h
48631 ____________________________________________________________________________
48632 [ 7001] By: jhi on 2000/09/01 23:00:13
48633 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
48634 From: Peter Prymmer <pvhp@forte.com>
48635 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
48636 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
48638 plus rework the http: spots as suggested by Tom Christiansen,
48639 plus regen perltoc.
48641 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
48642 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
48643 ____________________________________________________________________________
48644 [ 7000] By: jhi on 2000/09/01 22:36:01
48645 Log: Only the first line, thank you very much.
48647 ! hints/solaris_2.sh
48648 ____________________________________________________________________________
48649 [ 6999] By: gsar on 2000/09/01 22:16:40
48650 Log: change#6791 accidentally clobbered change#6710, put it back
48653 ____________________________________________________________________________
48654 [ 6998] By: jhi on 2000/09/01 22:14:16
48655 Log: Mention the HP-UX LP64 freak failure.
48657 ! pod/perldelta.pod
48658 ____________________________________________________________________________
48659 [ 6997] By: jhi on 2000/09/01 21:48:32
48663 ____________________________________________________________________________
48664 [ 6996] By: jhi on 2000/09/01 21:27:10
48665 Log: Update Changes.
48667 ! Changes patchlevel.h
48668 ____________________________________________________________________________
48669 [ 6995] By: jhi on 2000/09/01 21:14:24
48670 Log: Mi splgn s gnin.g
48673 ____________________________________________________________________________
48674 [ 6994] By: jhi on 2000/09/01 21:09:54
48675 Log: Subject: http:// in L<>
48676 From: Nicholas Clark <nick@ccl4.org>
48677 Date: Fri, 1 Sep 2000 22:03:21 +0100
48678 Message-ID: <20000901220321.B72074@plum.flirble.org>
48680 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
48681 ____________________________________________________________________________
48682 [ 6993] By: jhi on 2000/09/01 21:06:54
48683 Log: Update to Storable 1.0, from Raphael Manfredi.
48685 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
48686 ! ext/Storable/Makefile.PL ext/Storable/README
48687 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48688 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
48689 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
48690 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
48691 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
48692 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
48693 ____________________________________________________________________________
48694 [ 6992] By: jhi on 2000/09/01 20:43:05
48695 Log: Mention known sfio+linux buglet.
48697 ! pod/perldelta.pod
48698 ____________________________________________________________________________
48699 [ 6991] By: jhi on 2000/09/01 20:40:11
48700 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
48701 From: Peter Prymmer <pvhp@forte.com>
48702 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
48703 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
48706 ____________________________________________________________________________
48707 [ 6990] By: jhi on 2000/09/01 20:25:26
48708 Log: Retract #6986.
48710 ! hints/solaris_2.sh
48711 ____________________________________________________________________________
48712 [ 6989] By: jhi on 2000/09/01 20:23:00
48713 Log: Mergesort is back.
48715 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
48716 ____________________________________________________________________________
48717 [ 6988] By: jhi on 2000/09/01 19:37:40
48718 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
48719 From: Mike Guy <mjtg@cam.ac.uk>
48720 Date: Fri, 01 Sep 2000 17:43:33 +0100
48721 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
48723 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
48724 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
48725 ____________________________________________________________________________
48726 [ 6987] By: jhi on 2000/09/01 19:17:10
48727 Log: Regen perltoc.
48730 ____________________________________________________________________________
48731 [ 6986] By: jhi on 2000/09/01 18:51:10
48732 Log: Subject: Re: Solaris x86 has no SPARC libraries!
48733 From: Lupe Christoph <lupe@lupe-christoph.de>
48734 Date: Fri, 1 Sep 2000 20:41:20 +0200
48735 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
48737 ! hints/solaris_2.sh
48738 ____________________________________________________________________________
48739 [ 6985] By: jhi on 2000/09/01 18:28:10
48740 Log: Update Changes.
48742 ! Changes patchlevel.h
48743 ____________________________________________________________________________
48744 [ 6984] By: jhi on 2000/09/01 18:26:53
48745 Log: Feature ordering tweak.
48748 ____________________________________________________________________________
48749 [ 6983] By: jhi on 2000/09/01 18:19:50
48750 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48751 From: <abigail@foad.org>
48752 Date: Fri, 1 Sep 2000 13:07:32 -0400
48753 Message-ID: <20000901170732.18249.qmail@foad.org>
48755 ! t/pragma/overload.t
48756 ____________________________________________________________________________
48757 [ 6982] By: jhi on 2000/09/01 18:17:54
48758 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
48759 so that case-ignoring systems like DCL can tell them from
48760 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
48761 Branch: metaconfig/U/perl
48762 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
48764 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48765 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
48766 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
48767 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
48768 ! vos/config.def vos/config.h vos/config_h.SH_orig
48769 ! win32/config.bc win32/config.gc win32/config.vc
48770 ____________________________________________________________________________
48771 [ 6981] By: nick on 2000/09/01 17:21:57
48772 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
48773 warning when UNTIE exists and instead pass the cound of extra references to
48776 ! pod/perltie.pod pp_sys.c
48777 ____________________________________________________________________________
48778 [ 6980] By: jhi on 2000/09/01 16:54:44
48779 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
48780 From: Peter Prymmer <pvhp@forte.com>
48781 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
48782 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
48785 ____________________________________________________________________________
48786 [ 6979] By: jhi on 2000/09/01 16:06:20
48787 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
48788 From: Mike Guy <mjtg@cam.ac.uk>
48789 Date: Fri, 01 Sep 2000 16:49:27 +0100
48790 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
48793 ____________________________________________________________________________
48794 [ 6978] By: jhi on 2000/09/01 16:00:42
48795 Log: Update to PodParser 1.18, from Brad Appleton.
48797 ! lib/Pod/Checker.pm t/pod/find.t
48798 ____________________________________________________________________________
48799 [ 6977] By: jhi on 2000/09/01 14:48:58
48800 Log: Subject: Nit in Configure (bleadperl@6961)
48801 From: Lupe Christoph <lupe@lupe-christoph.de>
48802 Date: Fri, 1 Sep 2000 16:34:29 +0200
48803 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
48805 ! U/compline/ccflags.U
48807 ! Configure config_h.SH
48808 ____________________________________________________________________________
48809 [ 6976] By: jhi on 2000/09/01 14:39:52
48810 Log: Update Changes.
48812 ! Changes patchlevel.h
48813 ____________________________________________________________________________
48814 [ 6975] By: jhi on 2000/09/01 14:37:36
48815 Log: microperl config update.
48817 ! uconfig.h uconfig.sh
48818 ____________________________________________________________________________
48819 [ 6974] By: jhi on 2000/09/01 14:36:53
48820 Log: Document known deficiencies.
48822 ! pod/perldelta.pod
48823 ____________________________________________________________________________
48824 [ 6973] By: jhi on 2000/09/01 14:10:20
48825 Log: Mention warnings fixes and updates.
48827 ! pod/perldelta.pod
48828 ____________________________________________________________________________
48829 [ 6972] By: jhi on 2000/09/01 14:01:52
48830 Log: Drop unused argument.
48832 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
48833 From: Spider Boardman <spider@web.zk3.dec.com>
48834 Date: Thu, 31 Aug 2000 16:10:15 -0400
48835 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
48838 ____________________________________________________________________________
48839 [ 6971] By: jhi on 2000/09/01 13:59:24
48840 Log: Add the overload warnings to perldiag.
48842 ! lib/overload.pm pod/perldiag.pod
48843 ____________________________________________________________________________
48844 [ 6970] By: jhi on 2000/09/01 13:55:10
48845 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48846 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48847 Date: Fri, 1 Sep 2000 13:43:15 +0100
48848 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
48850 ! lib/overload.pm t/pragma/overload.t
48851 ____________________________________________________________________________
48852 [ 6969] By: jhi on 2000/09/01 13:52:27
48853 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
48854 From: <abigail@foad.org>
48855 Date: Fri, 1 Sep 2000 05:46:54 -0400
48856 Message-ID: <20000901094654.6476.qmail@foad.org>
48859 ____________________________________________________________________________
48860 [ 6968] By: jhi on 2000/09/01 13:50:05
48861 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
48862 From: Daniel Chetlin <daniel@chetlin.com>
48863 Date: Fri, 1 Sep 2000 02:10:55 -0700
48864 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
48866 ! pod/perlretut.pod
48867 ____________________________________________________________________________
48868 [ 6967] By: jhi on 2000/09/01 13:47:54
48869 Log: Part of the solution.
48871 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
48872 From: Mike Guy <mjtg@cam.ac.uk>
48873 Date: Fri, 01 Sep 2000 14:16:01 +0100
48874 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
48877 ____________________________________________________________________________
48878 [ 6966] By: jhi on 2000/09/01 13:46:17
48879 Log: Subject: CPAN.pm beta 1.57_57 for the core
48880 From: andreas.koenig@anima.de (Andreas J. Koenig)
48881 Date: 01 Sep 2000 15:16:31 +0200
48882 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
48884 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48885 ____________________________________________________________________________
48886 [ 6965] By: jhi on 2000/09/01 13:43:18
48887 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
48888 From: "Craig A. Berry" <craig.berry@psinetcs.com>
48889 Date: Fri, 01 Sep 2000 01:47:22 -0500
48890 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
48892 ! pod/perldelta.pod vms/vms.c
48893 ____________________________________________________________________________
48894 [ 6964] By: jhi on 2000/09/01 13:35:35
48895 Log: File::Temp patches from Andreas König,
48897 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
48898 From: andreas.koenig@anima.de (Andreas J. Koenig)
48899 Date: 01 Sep 2000 10:07:20 +0200
48900 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
48902 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
48903 From: andreas.koenig@anima.de (Andreas J. Koenig)
48904 Date: 31 Aug 2000 23:26:08 +0200
48905 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
48907 ! lib/File/Temp.pm t/lib/ftmp-security.t
48908 ____________________________________________________________________________
48909 [ 6963] By: jhi on 2000/09/01 02:22:24
48910 Log: Retract the mergesort code, way too incompatible licensing
48913 ! pod/perldelta.pod pp_ctl.c
48914 ____________________________________________________________________________
48915 [ 6962] By: jhi on 2000/08/31 23:27:32
48916 Log: Update Changes.
48918 ! Changes patchlevel.h
48919 ____________________________________________________________________________
48920 [ 6961] By: jhi on 2000/08/31 23:20:04
48921 Log: Small tweaks all over.
48923 ! U/compline/d_gconvert.U
48925 ! AUTHORS Configure config_h.SH pp_ctl.c
48926 ____________________________________________________________________________
48927 [ 6960] By: jhi on 2000/08/31 22:39:36
48928 Log: Further rewording.
48931 ____________________________________________________________________________
48932 [ 6959] By: jhi on 2000/08/31 21:26:44
48933 Log: More address tweaking.
48936 ____________________________________________________________________________
48937 [ 6958] By: jhi on 2000/08/31 20:47:25
48938 Log: AUTHORS tweaks, from Peter Prymmer.
48940 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
48941 From: Peter Prymmer <pvhp@forte.com>
48942 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
48943 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
48946 ____________________________________________________________________________
48947 [ 6957] By: jhi on 2000/08/31 20:34:43
48948 Log: perldelta tweaks.
48950 ! pod/perldelta.pod
48951 ____________________________________________________________________________
48952 [ 6956] By: jhi on 2000/08/31 19:11:06
48953 Log: Regen perltoc.
48956 ____________________________________________________________________________
48957 [ 6955] By: jhi on 2000/08/31 19:06:30
48958 Log: Clarify the mergesort situation.
48961 ____________________________________________________________________________
48962 [ 6954] By: jhi on 2000/08/31 18:24:17
48963 Log: Move the Solaris 7 scan to use64bitall, make the
48964 failure to find 64-bot sparc libc to mention the
48965 possibility of being in an intel, from Lupe and Alan.
48967 ! hints/solaris_2.sh
48968 ____________________________________________________________________________
48969 [ 6953] By: jhi on 2000/08/31 18:09:20
48970 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
48971 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
48973 ! U/compline/d_gconvert.U U/threads/archname.U
48974 Branch: metaconfig/U/perl
48977 ! Configure config_h.SH sv.c
48978 ____________________________________________________________________________
48979 [ 6952] By: jhi on 2000/08/31 17:42:24
48980 Log: :: not allowed in pathnames, change to .
48982 Subject: [PATCH perl@6938] cygwin port
48983 From: "Fifer, Eric" <EFifer@sanwaint.com>
48984 Date: Thu, 31 Aug 2000 16:32:59 +0100
48985 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
48986 Branch: metaconfig/U/perl
48988 ____________________________________________________________________________
48989 [ 6951] By: jhi on 2000/08/31 17:02:05
48990 Log: Try to deduce NV_MAX. Really should be Configure fodder.
48993 ____________________________________________________________________________
48994 [ 6950] By: jhi on 2000/08/31 16:26:08
48995 Log: More author updates.
48997 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
48998 From: Simon Cozens <simon@cozens.net>
48999 Date: Thu, 31 Aug 2000 17:13:32 +0100
49000 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
49003 ____________________________________________________________________________
49004 [ 6949] By: jhi on 2000/08/31 16:04:49
49005 Log: POSIX doesn't report long double values under -Duselongdouble
49006 when the long doubles are "real" (bigger than doubles).
49008 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
49009 From: Spider Boardman <spider@peano.zk3.dec.com>
49010 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
49011 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
49013 ! ext/POSIX/POSIX.xs
49014 ____________________________________________________________________________
49015 [ 6948] By: jhi on 2000/08/31 15:25:10
49016 Log: Update Changes.
49018 ! Changes patchlevel.h
49019 ____________________________________________________________________________
49020 [ 6947] By: jhi on 2000/08/31 15:22:29
49021 Log: Document UNTIE in a very minimalistic way.
49023 ! pod/perlfunc.pod pod/perltie.pod
49024 ____________________________________________________________________________
49025 [ 6946] By: jhi on 2000/08/31 15:15:23
49026 Log: Document known failures.
49028 ! pod/perldelta.pod
49029 ____________________________________________________________________________
49030 [ 6945] By: jhi on 2000/08/31 15:07:00
49031 Log: Don't attach -ld to the archname if pointless.
49033 ! U/threads/archname.U
49035 ! Configure config_h.SH
49036 ____________________________________________________________________________
49037 [ 6944] By: jhi on 2000/08/31 14:37:42
49038 Log: Wrap the test in eval.
49040 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
49041 From: Tim Jenness <timj@jach.hawaii.edu>
49042 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
49043 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
49045 ! t/lib/ftmp-security.t
49046 ____________________________________________________________________________
49047 [ 6943] By: jhi on 2000/08/31 14:30:57
49048 Log: Make -Dusemorebits find long doubles in Solaris.
49050 ! hints/solaris_2.sh
49051 ____________________________________________________________________________
49052 [ 6942] By: jhi on 2000/08/31 13:48:45
49053 Log: Clarify the third case of ftmp-security warnings.
49056 ____________________________________________________________________________
49057 [ 6941] By: jhi on 2000/08/31 13:40:31
49058 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
49059 From: <abigail@foad.org>
49060 Date: Thu, 31 Aug 2000 01:35:05 -0400
49061 Message-ID: <20000831053505.32120.qmail@foad.org>
49063 ! pod/perldelta.pod
49064 ____________________________________________________________________________
49065 [ 6940] By: jhi on 2000/08/31 13:38:48
49066 Log: Issue useful diagnostic on unknown pod commands.
49068 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
49069 From: <abigail@foad.org>
49070 Date: Thu, 31 Aug 2000 03:41:18 -0400
49071 Message-ID: <20000831074118.24880.qmail@foad.org>
49074 ____________________________________________________________________________
49075 [ 6939] By: jhi on 2000/08/31 13:34:33
49076 Log: Reveal Borland's isnan.
49078 Subject: build with BC++ tweak
49079 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49080 Date: Thu, 31 Aug 2000 13:09:37 +0400
49081 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
49084 ____________________________________________________________________________
49085 [ 6938] By: jhi on 2000/08/31 05:01:20
49086 Log: Update Changes.
49088 ! Changes patchlevel.h
49089 ____________________________________________________________________________
49090 [ 6937] By: jhi on 2000/08/31 04:26:23
49091 Log: sscanf() may be the only way to read long doubles from strings.
49092 Branch: metaconfig/U/perl
49095 ! Configure config_h.SH perl.h util.c
49096 ____________________________________________________________________________
49097 [ 6936] By: jhi on 2000/08/31 04:18:19
49098 Log: The #6929 was too skimpy.
49101 ____________________________________________________________________________
49102 [ 6935] By: jhi on 2000/08/31 02:47:07
49103 Log: Subject: Re: typos in pods
49104 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49105 Date: Wed, 30 Aug 2000 19:25:34 -0700
49106 Message-ID: <eIcr5gzkg25X092yn@efn.org>
49108 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
49109 ____________________________________________________________________________
49110 [ 6934] By: jhi on 2000/08/31 02:42:55
49111 Log: Missed one Unicode file.
49113 + lib/unicode/UCDFF301.html
49114 ____________________________________________________________________________
49115 [ 6933] By: jhi on 2000/08/30 23:42:27
49116 Log: Update Changes.
49118 ! Changes patchlevel.h
49119 ____________________________________________________________________________
49120 [ 6932] By: jhi on 2000/08/30 23:40:07
49121 Log: Mention UNTIE in perldelta. Still needs documenting
49122 in perltie et alia.
49124 ! pod/perldelta.pod
49125 ____________________________________________________________________________
49126 [ 6931] By: jhi on 2000/08/30 23:36:02
49127 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
49128 From: <abigail@foad.org>
49129 Date: Wed, 30 Aug 2000 19:28:07 -0400
49130 Message-ID: <20000830232807.305.qmail@foad.org>
49132 ! pod/perldelta.pod
49133 ____________________________________________________________________________
49134 [ 6930] By: jhi on 2000/08/30 23:32:40
49135 Log: Update to Unicode 3.0.1.
49137 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
49138 + lib/unicode/PropList.txt lib/unicode/README.perl
49139 + lib/unicode/UCD301.html lib/unicode/Unicode.301
49140 - lib/unicode/Props.txt lib/unicode/UCD300.html
49141 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
49143 ____________________________________________________________________________
49144 [ 6929] By: jhi on 2000/08/30 22:38:18
49145 Log: Heap decorruption.
49147 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
49148 From: Alan Burlison <Alan.Burlison@uk.sun.com>
49149 Date: Wed, 30 Aug 2000 22:39:52 +0100
49150 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
49153 ____________________________________________________________________________
49154 [ 6928] By: jhi on 2000/08/30 22:29:34
49155 Log: Retract the dummy test, skip the security tests (instead of failing),
49156 explain what the warnings mean.
49158 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
49159 ____________________________________________________________________________
49160 [ 6927] By: jhi on 2000/08/30 22:14:13
49161 Log: Change the internal implementation of sort() to be mergesort
49162 instead of quicksort, from John Linderman <jpl@research.att.com>.
49163 Gives us better worst case, better average case, and stability.
49164 What's there not to like? (Small fixes for threaded builds
49167 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
49168 ____________________________________________________________________________
49169 [ 6926] By: jhi on 2000/08/30 20:55:20
49170 Log: A better fix for the Socket building problem from Craig Berry.
49173 ____________________________________________________________________________
49174 [ 6925] By: jhi on 2000/08/30 20:20:25
49175 Log: Subject: [PATCH] Re: UNTIE method
49176 From: Nick Ing-Simmons <nik@tiuk.ti.com>
49177 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
49178 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
49180 ! pp_sys.c t/op/tie.t
49181 ____________________________________________________________________________
49182 [ 6924] By: jhi on 2000/08/30 20:17:11
49183 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
49184 From: "Craig A. Berry" <craig.berry@psinetcs.com>
49185 Date: Wed, 30 Aug 2000 15:03:14 -0500
49186 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
49189 ____________________________________________________________________________
49190 [ 6923] By: jhi on 2000/08/30 20:15:18
49191 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
49192 From: "Craig A. Berry" <craig.berry@psinetcs.com>
49193 Date: Wed, 30 Aug 2000 13:30:36 -0500
49194 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
49197 ____________________________________________________________________________
49198 [ 6922] By: jhi on 2000/08/30 19:54:43
49199 Log: Better options for rsync.
49202 ____________________________________________________________________________
49203 [ 6921] By: jhi on 2000/08/30 19:40:16
49204 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
49205 From: Rick Delaney <rick@consumercontact.com>
49206 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
49207 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
49210 ____________________________________________________________________________
49211 [ 6920] By: jhi on 2000/08/30 19:36:40
49212 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
49213 From: Peter Prymmer <pvhp@forte.com>
49214 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
49215 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
49218 ____________________________________________________________________________
49219 [ 6919] By: jhi on 2000/08/30 14:52:02
49220 Log: Update Changes.
49222 ! Changes patchlevel.h
49223 ____________________________________________________________________________
49224 [ 6918] By: jhi on 2000/08/30 14:48:34
49225 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
49227 ! lib/ExtUtils/typemap
49228 ____________________________________________________________________________
49229 [ 6917] By: jhi on 2000/08/30 14:46:34
49230 Log: Subject: typos in pods
49231 From: Nicholas Clark <nick@ccl4.org>
49232 Date: Wed, 30 Aug 2000 01:12:50 +0100
49233 Message-ID: <20000830011249.A61388@plum.flirble.org>
49235 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
49236 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
49237 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
49238 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
49239 ____________________________________________________________________________
49240 [ 6916] By: jhi on 2000/08/30 14:19:09
49241 Log: Document Storable problems on Crays. (Will have
49242 to document all the other Storable problems, too.)
49244 ! pod/perldelta.pod
49245 ____________________________________________________________________________
49246 [ 6915] By: jhi on 2000/08/30 14:06:02
49247 Log: Subject: [PATCH] fix misc cast warnings
49248 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49249 Date: Tue, 29 Aug 2000 23:16:14 -0700
49250 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
49252 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
49253 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
49255 ____________________________________________________________________________
49256 [ 6914] By: jhi on 2000/08/30 14:03:45
49257 Log: Timestamp mismatch again. Need to fix this dependence on
49258 config_h.SH timestamp, since it's the contents of config_h.SH
49261 ! uconfig.h uconfig.sh
49262 ____________________________________________________________________________
49263 [ 6913] By: jhi on 2000/08/30 13:54:06
49264 Log: Don't say "Perl 5.0 source kit".
49267 ____________________________________________________________________________
49268 [ 6912] By: jhi on 2000/08/30 13:51:24
49269 Log: Reset archname and archname64 always, forcing them be
49270 recomputed at each Configure run, make Configure and
49271 the hints files agree on the naming of largefiles variables.
49273 ! U/threads/archname.U
49274 Branch: metaconfig/U/perl
49277 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
49278 ! hints/linux.sh hints/solaris_2.sh
49279 ____________________________________________________________________________
49280 [ 6911] By: jhi on 2000/08/30 13:30:13
49281 Log: Put back the slice accidentally removed by #6907.
49283 ! hints/solaris_2.sh
49284 ____________________________________________________________________________
49285 [ 6910] By: jhi on 2000/08/30 01:24:26
49286 Log: Be consistent: other Net::get* do export theirs.
49288 Subject: Re: Net::protoent does not export 'getproto'
49289 From: Yasushi Nakajima <sey@jkc.co.jp>
49290 Date: Wed, 30 Aug 2000 09:53:14 +0900
49291 Message-Id: <200008300051.DAA24700@taku.hut.fi>
49293 ! lib/Net/protoent.pm
49294 ____________________________________________________________________________
49295 [ 6909] By: jhi on 2000/08/30 01:17:25
49296 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
49297 From: Gurusamy Sarathy <gsar@ActiveState.com>
49298 Date: Tue, 29 Aug 2000 17:17:07 -0700
49299 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
49302 ____________________________________________________________________________
49303 [ 6908] By: jhi on 2000/08/30 00:58:05
49304 Log: Update Changes.
49306 ! Changes patchlevel.h
49307 ____________________________________________________________________________
49308 [ 6907] By: jhi on 2000/08/30 00:57:22
49309 Log: Introduce ccname to keep track of what compiler kind of we have.
49310 Branch: metaconfig/U/perl
49311 ! Checkcc.U gccvers.U
49313 ! Configure config_h.SH hints/solaris_2.sh
49314 ____________________________________________________________________________
49315 [ 6906] By: jhi on 2000/08/30 00:25:47
49316 Log: Put back the flags dump as reasoned in
49318 Subject: Re: [PATCH] Glob dumping
49319 From: Mike Guy <mjtg@cam.ac.uk>
49320 Date: Tue, 29 Aug 2000 21:41:32 +0100
49321 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
49323 ! dump.c t/lib/peek.t
49324 ____________________________________________________________________________
49325 [ 6905] By: jhi on 2000/08/30 00:16:17
49326 Log: Make the epsilon to be relative, not absolute.
49328 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
49329 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
49330 Date: Tue, 29 Aug 2000 19:58:56 -0400
49331 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
49334 ____________________________________________________________________________
49335 [ 6904] By: jhi on 2000/08/30 00:13:09
49336 Log: From now on, Gisle is on my list of usual suspects :-)
49339 ! ext/Opcode/Safe.pm
49340 ____________________________________________________________________________
49341 [ 6903] By: jhi on 2000/08/29 23:51:20
49342 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
49343 From: "Craig A. Berry" <craig.berry@psinetcs.com>
49344 Date: Tue, 29 Aug 2000 18:43:26 -0500
49345 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
49348 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
49350 ____________________________________________________________________________
49351 [ 6902] By: jhi on 2000/08/29 23:44:14
49352 Log: Retry what #6882 attempted.
49354 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
49355 From: Gisle Aas <gisle@ActiveState.com>
49356 Date: 30 Aug 2000 00:33:09 +0200
49357 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
49359 ! ext/Opcode/Safe.pm
49360 ____________________________________________________________________________
49361 [ 6901] By: jhi on 2000/08/29 22:59:32
49362 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
49363 From: Hugo <hv@crypt.compulink.co.uk>
49364 Date: Mon, 12 Jun 2000 19:36:08 +0100
49365 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
49368 ____________________________________________________________________________
49369 [ 6900] By: jhi on 2000/08/29 22:58:35
49370 Log: Admit that we are leaking scalars.
49372 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
49373 From: Spider Boardman <spider@leggy.zk3.dec.com>
49374 Date: Tue, 29 Aug 2000 18:48:29 -0400
49375 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
49377 ! t/pragma/warnings.t
49378 ____________________________________________________________________________
49379 [ 6899] By: jhi on 2000/08/29 20:53:13
49380 Log: Update Changes.
49382 ! Changes patchlevel.h
49383 ____________________________________________________________________________
49384 [ 6898] By: jhi on 2000/08/29 20:46:21
49385 Log: Undo namespace pollution of #6878.
49387 Subject: Re: Net::protoent does not export 'getproto'
49388 From: Mike Guy <mjtg@cam.ac.uk>
49389 Date: Tue, 29 Aug 2000 21:32:37 +0100
49390 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
49392 ! lib/Net/protoent.pm
49393 ____________________________________________________________________________
49394 [ 6897] By: jhi on 2000/08/29 20:44:29
49395 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
49396 From: Peter Prymmer <pvhp@forte.com>
49397 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
49398 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
49400 ! pod/perlebcdic.pod
49401 ____________________________________________________________________________
49402 [ 6896] By: jhi on 2000/08/29 20:40:57
49403 Log: There's no point repeating the 'revision' (5) of perl5.
49404 Branch: metaconfig/U/perl
49405 ! Devel.U patchlevel.U
49407 ! Configure config_h.SH
49408 ____________________________________________________________________________
49409 [ 6895] By: jhi on 2000/08/29 20:16:58
49410 Log: Regen Configure for #6894.
49411 Branch: metaconfig/U/perl
49414 ! Configure config_h.SH
49415 ____________________________________________________________________________
49416 [ 6894] By: jhi on 2000/08/29 19:59:52
49417 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
49418 From: "Philip Newton" <Philip.Newton@gmx.net>
49419 Date: Tue, 29 Aug 2000 21:39:14 +0200
49420 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
49422 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
49423 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
49424 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
49426 ____________________________________________________________________________
49427 [ 6893] By: jhi on 2000/08/29 19:55:30
49428 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
49429 From: "Philip Newton" <Philip.Newton@gmx.net>
49430 Date: Tue, 29 Aug 2000 21:39:14 +0200
49431 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
49434 ____________________________________________________________________________
49435 [ 6892] By: jhi on 2000/08/29 19:53:59
49436 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
49437 From: "Philip Newton" <Philip.Newton@gmx.net>
49438 Date: Tue, 29 Aug 2000 21:48:18 +0200
49439 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
49442 ____________________________________________________________________________
49443 [ 6891] By: jhi on 2000/08/29 18:30:03
49444 Log: Nail the ID 20000828.023.
49446 ! ext/Storable/Storable.xs
49447 ____________________________________________________________________________
49448 [ 6890] By: jhi on 2000/08/29 16:50:17
49449 Log: Under usethreads the dumped variable is IN_PAD.
49451 Subject: Re: [PATCH] Glob dumping
49452 From: Gisle Aas <gisle@ActiveState.com>
49453 Date: 29 Aug 2000 18:45:05 +0200
49454 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
49457 ____________________________________________________________________________
49458 [ 6889] By: jhi on 2000/08/29 15:17:37
49459 Log: Update Changes.
49461 ! Changes patchlevel.h
49462 ____________________________________________________________________________
49463 [ 6888] By: jhi on 2000/08/29 14:49:59
49464 Log: Retract #6882, broke the safe tests.
49466 ! ext/Opcode/Safe.pm
49467 ____________________________________________________________________________
49468 [ 6887] By: jhi on 2000/08/29 14:47:06
49469 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
49470 From: Gisle Aas <gisle@ActiveState.com>
49471 Date: 09 Jun 2000 20:00:11 +0200
49472 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
49475 ____________________________________________________________________________
49476 [ 6886] By: jhi on 2000/08/29 14:42:45
49477 Log: The #6881 removed one dump line.
49480 ____________________________________________________________________________
49481 [ 6885] By: jhi on 2000/08/29 14:30:47
49482 Log: Don't forget to tidy up.
49484 ! t/lib/ftmp-security.t
49485 ____________________________________________________________________________
49486 [ 6884] By: jhi on 2000/08/29 14:25:17
49487 Log: Disabling the one test is a bit tricky.
49489 ! t/lib/ftmp-security.t
49490 ____________________________________________________________________________
49491 [ 6883] By: jhi on 2000/08/29 14:16:25
49492 Log: Disable one of the tests for now.
49494 ! t/lib/ftmp-security.t
49495 ____________________________________________________________________________
49496 [ 6882] By: jhi on 2000/08/29 14:05:50
49497 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
49499 Date: 29 Aug 2000 10:35:06 -0000
49500 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
49502 ! ext/Opcode/Safe.pm
49503 ____________________________________________________________________________
49504 [ 6881] By: jhi on 2000/08/29 14:03:51
49505 Log: Subject: [PATCH] Glob dumping
49506 From: Gisle Aas <gisle@ActiveState.com>
49507 Date: 29 Aug 2000 07:59:42 -0000
49508 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
49511 ____________________________________________________________________________
49512 [ 6880] By: jhi on 2000/08/29 14:02:01
49513 Log: Subject: [PATCH] Warnings in B::Deparse
49514 From: <abigail@foad.org>
49515 Date: Tue, 29 Aug 2000 00:00:01 -0400
49516 Message-ID: <20000829040001.2999.qmail@foad.org>
49518 ! ext/B/B/Deparse.pm
49519 ____________________________________________________________________________
49520 [ 6879] By: jhi on 2000/08/29 13:57:26
49521 Log: Missed a change in #6869.
49524 ____________________________________________________________________________
49525 [ 6878] By: jhi on 2000/08/29 13:45:04
49526 Log: Subject: Net::protoent does not export 'getproto'
49527 From: Yasushi Nakajima <sey@jkc.co.jp>
49528 Date: Tue, 29 Aug 2000 17:28:57 +0900
49530 ! lib/Net/protoent.pm
49531 ____________________________________________________________________________
49532 [ 6877] By: jhi on 2000/08/29 13:39:19
49533 Log: Patches all over for people and the files they (hopefully) care about.
49535 ! AUTHORS Changes MAINTAIN
49536 ____________________________________________________________________________
49537 [ 6876] By: jhi on 2000/08/29 12:53:54
49538 Log: Fix for thinko in #6848.
49540 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
49541 From: Lupe Christoph <lupe@lupe-christoph.de>
49542 Date: Tue, 29 Aug 2000 09:04:08 +0200
49543 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
49545 ! ext/Thread/Thread.xs
49546 ____________________________________________________________________________
49547 [ 6875] By: jhi on 2000/08/29 12:50:14
49548 Log: Update to Getopt::Long 2.24, from Johan Vromans.
49550 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
49551 ____________________________________________________________________________
49552 [ 6874] By: jhi on 2000/08/29 02:09:53
49553 Log: Use minimal @INC in tests, most of the time just '../lib',
49554 so that we simply can't pick up stuff from other Perls than
49555 the one we are testing. Pointed out by
49557 From: Mike Guy <mjtg@cam.ac.uk>
49558 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
49559 Date: Fri, 25 Aug 2000 15:15:59 +0100
49560 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
49563 ____________________________________________________________________________
49564 [ 6873] By: jhi on 2000/08/29 01:07:11
49565 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
49566 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49567 Date: Mon, 28 Aug 2000 17:45:52 -0700
49568 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
49570 ! Makefile.SH hints/os2.sh
49571 ____________________________________________________________________________
49572 [ 6872] By: jhi on 2000/08/28 23:33:39
49573 Log: Subject: [PATCH bleedperl@6866] spellings
49574 From: marcel@codewerk.com (Marcel Grunauer)
49575 Date: Tue, 29 Aug 2000 01:19:59 +0200
49576 Message-Id: <200008282319.BAA29862@gandalf.local>
49578 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
49579 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
49580 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
49581 ____________________________________________________________________________
49582 [ 6871] By: jhi on 2000/08/28 23:22:09
49583 Log: Take out the SUIDMAIL thing, that will not be
49584 a problem in 5.7.*.
49587 ____________________________________________________________________________
49588 [ 6870] By: jhi on 2000/08/28 23:19:30
49589 Log: -S is the silent flag, -s is the strip flag.
49591 Subject: [PATCH] Re: [PATCH] make no-install
49592 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49593 Date: Mon, 28 Aug 2000 15:12:55 -0700
49594 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
49597 ____________________________________________________________________________
49598 [ 6869] By: jhi on 2000/08/28 23:12:05
49599 Log: Subject: [PATCH bleedperl@6856] warnings fixes
49600 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
49601 Date: Mon, 28 Aug 2000 23:55:06 +0100
49602 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
49604 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
49605 ! warnings.h warnings.pl
49606 ____________________________________________________________________________
49607 [ 6868] By: jhi on 2000/08/28 21:38:22
49608 Log: Potential cruft.
49611 ____________________________________________________________________________
49612 [ 6867] By: jhi on 2000/08/28 21:35:36
49613 Log: Update Changes.
49615 ! Changes patchlevel.h
49616 ____________________________________________________________________________
49617 [ 6866] By: jhi on 2000/08/28 21:33:49
49618 Log: Subject: hv.h Doc Patch
49619 From: Fisher Mark <fisherm@tce.com>
49620 Date: Mon, 28 Aug 2000 16:24:59 -0500
49621 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
49624 ____________________________________________________________________________
49625 [ 6865] By: jhi on 2000/08/28 21:02:15
49626 Log: Add -ld to archname on long tr...double platforms.
49628 ! U/threads/archname.U
49630 ! Configure config_h.SH
49631 ____________________________________________________________________________
49632 [ 6864] By: jhi on 2000/08/28 20:38:59
49633 Log: An attempt to fix the problem reported in
49635 Subject: Building perl@6856 using gcc/AIX 4.3.3
49636 From: Daniel Muino <dmuino@afip.gov.ar>
49637 Date: Mon, 28 Aug 2000 15:50:01 -0300
49638 Message-ID: <20000828155001.A14403@con2-dgi>
49640 I can't test this properly since the gcc installation I have
49641 access to seems to be botched (gcc is calling the AIX cpp,
49642 a losing proposition...)
49645 ____________________________________________________________________________
49646 [ 6863] By: jhi on 2000/08/28 18:57:52
49647 Log: Fix for ID 20000828.001, long doubles were not formatted
49648 correctly (showed up in $], which stopped installing perl).
49651 ____________________________________________________________________________
49652 [ 6862] By: jhi on 2000/08/28 18:07:15
49653 Log: Typo in #6858.
49656 ____________________________________________________________________________
49657 [ 6861] By: jhi on 2000/08/28 17:57:27
49658 Log: opmini.o may be left around if a build is interrupted.
49661 ____________________________________________________________________________
49662 [ 6860] By: jhi on 2000/08/28 16:52:50
49663 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
49664 From: Daniel Chetlin <daniel@chetlin.com>
49665 Date: Mon, 28 Aug 2000 01:14:18 -0700
49666 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
49669 ____________________________________________________________________________
49670 [ 6859] By: jhi on 2000/08/28 16:08:46
49671 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
49672 From: Nicholas Clark <nick@ccl4.org>
49673 Date: Mon, 28 Aug 2000 16:03:27 +0100
49674 Message-Id: <20000828160327.C49785@plum.flirble.org>
49676 ! ext/ByteLoader/bytecode.h
49677 ____________________________________________________________________________
49678 [ 6858] By: jhi on 2000/08/28 16:02:10
49679 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
49680 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
49681 Date: Mon, 28 Aug 2000 13:08:30 +0200
49682 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
49685 ____________________________________________________________________________
49686 [ 6857] By: jhi on 2000/08/28 15:42:47
49687 Log: display_format used as a class method without arguments was broken,
49690 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
49691 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
49692 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
49693 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
49695 ! lib/Math/Complex.pm t/lib/complex.t
49696 ____________________________________________________________________________
49697 [ 6856] By: jhi on 2000/08/27 22:09:48
49698 Log: Update Changes.
49700 ! Changes patchlevel.h
49701 ____________________________________________________________________________
49702 [ 6855] By: jhi on 2000/08/27 21:59:21
49703 Log: Retract #6853 (false alarm).
49705 ! lib/ExtUtils/xsubpp
49706 ____________________________________________________________________________
49707 [ 6854] By: jhi on 2000/08/27 21:37:44
49708 Log: Update Changes.
49710 ! Changes patchlevel.h
49711 ____________________________________________________________________________
49712 [ 6853] By: jhi on 2000/08/27 21:37:16
49713 Log: Subject: [PATCH perl@6850] workaround for xsubpp
49714 From: Hugo <hv@crypt.compulink.co.uk>
49715 Date: Sun, 27 Aug 2000 22:30:25 +0100
49716 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
49718 ! lib/ExtUtils/xsubpp
49719 ____________________________________________________________________________
49720 [ 6852] By: jhi on 2000/08/27 21:33:58
49721 Log: Big-endian 64-bit patch from Raphael Manfredi.
49723 ! ext/Storable/Storable.xs
49724 ____________________________________________________________________________
49725 [ 6851] By: jhi on 2000/08/27 21:22:21
49726 Log: More ruthless editing from Hugo van der Sanden.
49728 ! pod/perldelta.pod
49729 ____________________________________________________________________________
49730 [ 6850] By: jhi on 2000/08/27 16:11:46
49731 Log: Update Changes.
49733 ! Changes patchlevel.h
49734 ____________________________________________________________________________
49735 [ 6849] By: jhi on 2000/08/27 16:11:05
49736 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
49738 ! configpm pod/perldelta.pod
49739 ____________________________________________________________________________
49740 [ 6848] By: jhi on 2000/08/27 15:35:08
49741 Log: Use the actual thread type, not the pointer-to-struct.
49743 ! ext/Thread/Thread.xs
49744 ____________________________________________________________________________
49745 [ 6847] By: jhi on 2000/08/27 15:30:49
49748 ! t/pragma/warn/pp_sys
49749 ____________________________________________________________________________
49750 [ 6846] By: jhi on 2000/08/27 15:19:02
49751 Log: Passing -R in ldflags makes now it to appear in the default
49752 for lddlflags, just like with -L.
49754 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49755 From: Lupe Christoph <lupe@lupe-christoph.de>
49756 Date: Sun, 27 Aug 2000 10:28:21 +0200
49757 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
49758 Branch: metaconfig/U/perl
49762 ____________________________________________________________________________
49763 [ 6845] By: jhi on 2000/08/27 15:08:54
49764 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
49765 From: Alan Burlison <Alan.Burlison@uk.sun.com>
49766 Date: Sat, 26 Aug 2000 22:23:27 +0100
49767 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
49769 ! lib/ExtUtils/MM_Unix.pm
49770 ____________________________________________________________________________
49771 [ 6844] By: jhi on 2000/08/27 15:02:37
49772 Log: DJGPP update from Laszlo Molnar.
49774 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
49775 From: ml1050 <ml1050@freemail.hu>
49776 Date: Sat, 26 Aug 2000 23:24:40 +0200
49777 Message-Id: <20000826232440.A439@freemail.hu>
49779 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
49780 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
49781 ____________________________________________________________________________
49782 [ 6843] By: jhi on 2000/08/27 14:53:58
49783 Log: Subject: installman buglet
49784 From: Lupe Christoph <lupe@lupe-christoph.de>
49785 Date: Sun, 27 Aug 2000 14:38:59 +0200
49786 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
49789 ____________________________________________________________________________
49790 [ 6842] By: jhi on 2000/08/27 14:52:08
49791 Log: Can't get the test to reliably work thanks to the
49792 inaccurateness of floating point. "Resolves" bug ids
49793 20000826.003, 20000826.009, 20000826.010,
49796 ____________________________________________________________________________
49797 [ 6841] By: jhi on 2000/08/26 15:53:58
49798 Log: Update Changes.
49800 ! Changes patchlevel.h
49801 ____________________________________________________________________________
49802 [ 6840] By: jhi on 2000/08/26 14:23:03
49803 Log: grep -e isn't portable.
49805 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
49806 From: chris@broadband.att.com
49807 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
49808 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
49810 ! hints/solaris_2.sh
49811 ____________________________________________________________________________
49812 [ 6839] By: jhi on 2000/08/26 14:12:23
49813 Log: no-install target a la make -n.
49815 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
49816 From: <abigail@foad.org>
49817 Date: Sat, 26 Aug 2000 03:57:34 -0400
49818 Message-ID: <20000826075735.18912.qmail@foad.org>
49820 ! Makefile.SH installman installperl
49821 ____________________________________________________________________________
49822 [ 6838] By: jhi on 2000/08/26 14:06:33
49823 Log: Retract #6826 as the #6828 should be do the same
49824 in a More Correct Way.
49827 ____________________________________________________________________________
49828 [ 6837] By: jhi on 2000/08/26 05:24:00
49831 ! ext/Storable/Storable.xs
49832 ____________________________________________________________________________
49833 [ 6836] By: jhi on 2000/08/26 05:05:46
49834 Log: Nicer in decimal.
49836 ! ext/Storable/Storable.xs
49837 ____________________________________________________________________________
49838 [ 6835] By: jhi on 2000/08/26 05:03:50
49839 Log: There be no UVdf.
49841 ! ext/Storable/Storable.xs
49842 ____________________________________________________________________________
49843 [ 6834] By: jhi on 2000/08/26 05:00:18
49844 Log: Continue IVdfing and UVxfing.
49846 ! ext/Storable/Storable.xs
49847 ____________________________________________________________________________
49848 [ 6833] By: jhi on 2000/08/26 04:53:14
49851 ! ext/Storable/Storable.xs
49852 ____________________________________________________________________________
49853 [ 6832] By: jhi on 2000/08/26 04:40:41
49854 Log: Document PTR2XX and INT2PTR.
49857 ____________________________________________________________________________
49858 [ 6831] By: jhi on 2000/08/26 04:33:18
49859 Log: Use UVxf, PTR2UV, NVff.
49861 ! ext/Storable/Storable.xs
49862 ____________________________________________________________________________
49863 [ 6830] By: jhi on 2000/08/26 04:31:32
49864 Log: Update the test count.
49867 ____________________________________________________________________________
49868 [ 6829] By: jhi on 2000/08/26 03:05:50
49869 Log: Subject: [PATCH] installation not quite silent yet.
49870 From: <abigail@foad.org>
49871 Date: Fri, 25 Aug 2000 20:07:53 -0400
49872 Message-ID: <20000826000753.7822.qmail@foad.org>
49874 ! installman installperl
49875 ____________________________________________________________________________
49876 [ 6828] By: jhi on 2000/08/26 03:05:14
49877 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
49878 From: Spider Boardman <spider@web.zk3.dec.com>
49879 Date: Fri, 25 Aug 2000 19:12:40 -0400
49880 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
49883 ____________________________________________________________________________
49884 [ 6827] By: jhi on 2000/08/25 23:54:34
49885 Log: Support preserving extremely big/small angles.
49887 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
49888 ____________________________________________________________________________
49889 [ 6826] By: jhi on 2000/08/25 23:01:20
49890 Log: Patch installperl to be long double-aware.
49892 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
49893 From: Spider Boardman <spider@web.zk3.dec.com>
49894 Date: Fri, 25 Aug 2000 18:15:23 -0400
49895 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
49898 ____________________________________________________________________________
49899 [ 6825] By: jhi on 2000/08/25 22:58:25
49900 Log: Remove duplicately applied patch shards.
49902 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
49903 From: Spider Boardman <spider@leggy.zk3.dec.com>
49904 Date: Fri, 25 Aug 2000 16:45:03 -0400
49905 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
49908 ____________________________________________________________________________
49909 [ 6824] By: jhi on 2000/08/25 22:57:00
49910 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49911 From: Daniel Chetlin <daniel@chetlin.com>
49912 Date: Fri, 25 Aug 2000 12:23:16 -0700
49913 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
49915 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
49916 From: Daniel Chetlin <daniel@chetlin.com>
49917 Date: Fri, 25 Aug 2000 14:47:19 -0700
49918 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
49921 ____________________________________________________________________________
49922 [ 6823] By: jhi on 2000/08/25 22:44:17
49923 Log: Timestamp problem?
49925 ! uconfig.h uconfig.sh
49926 ____________________________________________________________________________
49927 [ 6822] By: jhi on 2000/08/25 19:01:06
49928 Log: One forgotten file from #6816.
49931 ____________________________________________________________________________
49932 [ 6821] By: jhi on 2000/08/25 18:56:39
49933 Log: Regen Changes.
49935 ! Changes patchlevel.h
49936 ____________________________________________________________________________
49937 [ 6820] By: jhi on 2000/08/25 18:52:35
49938 Log: Fix Changes ordering.
49941 ____________________________________________________________________________
49942 [ 6819] By: jhi on 2000/08/25 18:50:25
49943 Log: Update Changes.
49945 ! Changes patchlevel.h
49946 ____________________________________________________________________________
49947 [ 6818] By: jhi on 2000/08/25 18:47:45
49948 Log: Tweak the sfio/useperlio logic, hopefully as wished in
49950 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
49951 From: Nicholas Clark <nick@babyhippo.co.uk>
49952 Date: Fri, 25 Aug 2000 12:01:45 +0100
49953 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
49954 Branch: metaconfig/U/perl
49958 ____________________________________________________________________________
49959 [ 6817] By: jhi on 2000/08/25 18:32:51
49960 Log: Allow microperl to assume <math.h>, without it the math
49961 functions like floor() are assumed to return int, which makes
49962 for core dumps in machines where integer and floating register
49965 ! uconfig.h uconfig.sh
49966 ____________________________________________________________________________
49967 [ 6816] By: jhi on 2000/08/25 18:27:17
49968 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
49969 the problem reported in
49971 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
49972 From: danhale@us.ibm.com
49973 Date: Fri, 25 Aug 2000 10:58:06 -0400
49974 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
49975 Branch: metaconfig/U/perl
49978 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
49979 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
49980 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
49981 ! win32/config.gc win32/config.vc
49982 ____________________________________________________________________________
49983 [ 6815] By: jhi on 2000/08/25 17:43:31
49984 Log: A solution for the retrieve_fd autosplit warning,
49985 idea suggested by Mike Guy.
49987 ! ext/Storable/Storable.pm
49988 ____________________________________________________________________________
49989 [ 6814] By: jhi on 2000/08/25 17:16:03
49990 Log: Add install-silent target.
49993 ____________________________________________________________________________
49994 [ 6813] By: jhi on 2000/08/25 17:14:23
49995 Log: Subject: Re: [PATCH] More silencing of installman.
49996 From: <abigail@foad.org>
49997 Date: Thu, 24 Aug 2000 19:27:03 -0400
49998 Message-ID: <20000824232703.7001.qmail@foad.org>
50000 Subject: Re: [PATCH] More silencing of installman.
50001 From: <abigail@foad.org>
50002 Date: Fri, 25 Aug 2000 03:00:58 -0400
50003 Message-ID: <20000825070058.10697.qmail@foad.org>
50006 ____________________________________________________________________________
50007 [ 6812] By: jhi on 2000/08/25 17:11:28
50008 Log: installperl --verbose and --silent.
50010 Subject: Re: [PATCH] More silencing of installman.
50011 From: <abigail@foad.org>
50012 Message-ID: <20000825064430.9719.qmail@foad.org>
50013 Date: Fri, 25 Aug 2000 02:44:30 -0400
50016 ____________________________________________________________________________
50017 [ 6811] By: jhi on 2000/08/25 17:05:43
50018 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
50019 From: "Peter J. Farley III" <pjfarley@banet.net>
50020 Date: Thu, 24 Aug 2000 21:58:03 -0400
50021 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
50023 (applied slightly modified)
50025 ! lib/ExtUtils/MM_Unix.pm
50026 ____________________________________________________________________________
50027 [ 6810] By: jhi on 2000/08/25 17:01:18
50028 Log: Missing parts of
50030 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
50031 From: Peter Prymmer <pvhp@forte.com>
50032 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
50033 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
50036 ____________________________________________________________________________
50037 [ 6809] By: jhi on 2000/08/25 16:46:32
50038 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
50039 From: "Craig A. Berry" <craig.berry@psinetcs.com>
50040 Date: Thu, 24 Aug 2000 19:13:11 -0500
50041 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
50044 ____________________________________________________________________________
50045 [ 6808] By: jhi on 2000/08/25 16:39:22
50046 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
50047 From: Peter Prymmer <pvhp@forte.com>
50048 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
50049 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
50052 ____________________________________________________________________________
50053 [ 6807] By: jhi on 2000/08/25 16:36:37
50054 Log: Better wording for the vec lvalue diagnostic.
50056 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50057 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
50058 Date: Wed, 23 Aug 2000 14:12:16 -0400
50059 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
50062 ____________________________________________________________________________
50063 [ 6806] By: jhi on 2000/08/24 18:17:22
50064 Log: Subject: [PATCH] More silencing of installman.
50065 From: <abigail@foad.org>
50066 Date: Thu, 24 Aug 2000 14:01:44 -0400
50067 Message-ID: <20000824180144.20062.qmail@foad.org>
50070 ____________________________________________________________________________
50071 [ 6805] By: jhi on 2000/08/24 15:00:31
50072 Log: Update Changes.
50074 ! Changes patchlevel.h
50075 ____________________________________________________________________________
50076 [ 6804] By: jhi on 2000/08/24 14:59:07
50077 Log: Regen perltoc.
50080 ____________________________________________________________________________
50081 [ 6803] By: jhi on 2000/08/24 14:44:39
50082 Log: Show the doc file, not the temp file.
50085 ____________________________________________________________________________
50086 [ 6802] By: jhi on 2000/08/24 14:41:53
50087 Log: Continue silencing.
50090 ____________________________________________________________________________
50091 [ 6801] By: jhi on 2000/08/24 14:34:40
50092 Log: Actually do something with the silencer option.
50095 ____________________________________________________________________________
50096 [ 6800] By: jhi on 2000/08/24 14:26:22
50097 Log: Make installman to recognize the silence flag -S.
50100 ____________________________________________________________________________
50101 [ 6799] By: jhi on 2000/08/24 13:49:38
50102 Log: DOS patches and portability/porting notes, from Tim Jenness.
50105 ____________________________________________________________________________
50106 [ 6798] By: jhi on 2000/08/24 13:48:27
50107 Log: Create directories in silence.
50109 Subject: [PATCH] Another silencer for MakeMaker
50110 From: andreas.koenig@anima.de (Andreas J. Koenig)
50111 Date: 24 Aug 2000 14:18:52 +0200
50112 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
50114 ! lib/ExtUtils/Command.pm
50115 ____________________________________________________________________________
50116 [ 6797] By: jhi on 2000/08/24 13:46:42
50117 Log: More liberal parsing of version numbers.
50119 Subject: Re: CPAN.pm beta for testing available
50120 From: andreas.koenig@anima.de (Andreas J. Koenig)
50121 Date: 24 Aug 2000 13:51:57 +0200
50122 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
50125 ____________________________________________________________________________
50126 [ 6796] By: jhi on 2000/08/24 13:44:36
50127 Log: Make "make install" by default silent. A new "install-verbose"
50131 ____________________________________________________________________________
50132 [ 6795] By: jhi on 2000/08/24 13:39:14
50133 Log: Add silencer flags to installperl.
50135 Subject: [PATCH] Making installperl silent.
50136 From: <abigail@foad.org>
50137 Date: Thu, 24 Aug 2000 05:01:45 -0400
50138 Message-ID: <20000824090145.13141.qmail@foad.org>
50141 ____________________________________________________________________________
50142 [ 6794] By: jhi on 2000/08/24 13:35:50
50143 Log: installperl couldn't tell whether it had run tests or not.
50145 Subject: [PATCH] Re: installperl and t/TEST
50146 From: <abigail@foad.org>
50147 Date: Thu, 24 Aug 2000 04:00:53 -0400
50148 Message-ID: <20000824080053.2494.qmail@foad.org>
50150 ! Makefile.SH installperl
50151 ____________________________________________________________________________
50152 [ 6793] By: jhi on 2000/08/24 13:27:50
50153 Log: Drop the separate perlbc, perlcc -b should be enough.
50156 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
50157 ____________________________________________________________________________
50158 [ 6792] By: jhi on 2000/08/24 04:41:30
50159 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
50160 plus the typo fix from Peter Prymmer.
50162 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
50163 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50164 ____________________________________________________________________________
50165 [ 6791] By: jhi on 2000/08/24 02:10:43
50166 Log: Replace #6705 with a minimal doc patch.
50168 Subject: [PATCH 5.6.0] replace change #6705
50169 From: Jan Dubois <jand@ActiveState.com>
50170 Date: Wed, 23 Aug 2000 18:31:51 -0700
50171 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
50173 ! lib/Win32.pod win32/win32.c
50174 ____________________________________________________________________________
50175 [ 6790] By: jhi on 2000/08/23 17:52:00
50176 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
50177 From: Mike Guy <mjtg@cam.ac.uk>
50178 Date: Wed, 23 Aug 2000 18:38:46 +0100
50179 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
50181 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
50182 ____________________________________________________________________________
50183 [ 6789] By: jhi on 2000/08/23 15:34:21
50184 Log: Update Changes.
50186 ! Changes patchlevel.h
50187 ____________________________________________________________________________
50188 [ 6788] By: jhi on 2000/08/23 15:33:40
50189 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
50190 From: Wilfredo Sánchez <wsanchez@apple.com>
50191 Date: Tue, 22 Aug 2000 19:31:27 -0700
50192 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
50195 ____________________________________________________________________________
50196 [ 6787] By: jhi on 2000/08/23 15:29:31
50197 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
50198 From: Spider Boardman <spider@leggy.zk3.dec.com>
50199 Date: Wed, 23 Aug 2000 10:33:23 -0400
50200 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
50203 ____________________________________________________________________________
50204 [ 6786] By: jhi on 2000/08/23 15:28:11
50207 ! ext/B/Makefile.PL
50208 ____________________________________________________________________________
50209 [ 6785] By: jhi on 2000/08/23 14:37:04
50210 Log: Update Changes.
50212 ! Changes patchlevel.h
50213 ____________________________________________________________________________
50214 [ 6784] By: jhi on 2000/08/23 13:58:41
50215 Log: Portability fix from Hugo van der Sanden.
50217 ! ext/re/Makefile.PL
50218 ____________________________________________________________________________
50219 [ 6783] By: jhi on 2000/08/23 13:53:53
50220 Log: Storable support, v-version fixes.
50222 Subject: CPAN.pm beta for testing available
50223 From: andreas.koenig@anima.de (Andreas J. Koenig)
50224 Date: 22 Aug 2000 23:31:33 +0200
50225 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
50227 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50228 ____________________________________________________________________________
50229 [ 6782] By: jhi on 2000/08/23 13:51:26
50230 Log: Mac and other portability updates from Chris Nandor.
50232 ! pod/perlmodinstall.pod
50233 ____________________________________________________________________________
50234 [ 6781] By: jhi on 2000/08/23 13:47:33
50235 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
50236 From: Peter Prymmer <pvhp@forte.com>
50237 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
50238 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
50240 ! ext/Storable/Storable.xs
50241 ____________________________________________________________________________
50242 [ 6780] By: jhi on 2000/08/23 13:33:34
50243 Log: VMS MMS (make) wants null action.
50245 ! ext/B/Makefile.PL
50246 ____________________________________________________________________________
50247 [ 6779] By: jhi on 2000/08/22 19:44:47
50248 Log: Forgot portability nit.
50250 ! t/lib/st-forgive.t
50251 ____________________________________________________________________________
50252 [ 6778] By: jhi on 2000/08/22 19:35:25
50255 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
50257 ____________________________________________________________________________
50258 [ 6777] By: jhi on 2000/08/22 18:50:53
50259 Log: Update Changes.
50261 ! Changes patchlevel.h
50262 ____________________________________________________________________________
50263 [ 6776] By: jhi on 2000/08/22 18:44:46
50264 Log: cSVOPo_*v things index into the current PL_curpad
50265 under ithreads, which is different from the curpad
50266 used by the XSUB. (In other words, the code as-is
50267 before this patch wouldn't work under ithreads.)
50271 ____________________________________________________________________________
50272 [ 6775] By: jhi on 2000/08/22 18:18:37
50273 Log: Make the selection of NVff et al stricter.
50274 Branch: metaconfig/U/perl
50277 ! Configure config_h.SH
50278 ____________________________________________________________________________
50279 [ 6774] By: jhi on 2000/08/22 17:19:42
50280 Log: perldelta nits.
50282 ! pod/perldelta.pod
50283 ____________________________________________________________________________
50284 [ 6773] By: jhi on 2000/08/22 17:06:26
50285 Log: Long double fixes from Spider Boardman.
50287 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
50288 From: system PRIVILEGED account <root@peano.zk3.dec.com>
50289 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
50290 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
50292 ! t/lib/bigfltpm.t t/lib/st-06compat.t
50293 ____________________________________________________________________________
50294 [ 6772] By: jhi on 2000/08/22 15:04:53
50295 Log: Update Changes.
50297 ! Changes patchlevel.h
50298 ____________________________________________________________________________
50299 [ 6771] By: jhi on 2000/08/22 15:01:44
50300 Log: perldelta fixes from Hugo van der Sanden.
50302 ! pod/perldelta.pod
50303 ____________________________________________________________________________
50304 [ 6770] By: jhi on 2000/08/22 14:34:49
50305 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
50306 From: Hugo <hv@crypt.compulink.co.uk>
50307 Date: Tue, 22 Aug 2000 11:21:53 +0100
50308 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
50311 ____________________________________________________________________________
50312 [ 6769] By: jhi on 2000/08/22 14:30:02
50313 Log: Add Yitzchak, reformat.
50315 ! Changes config_h.SH
50316 ____________________________________________________________________________
50317 [ 6768] By: jhi on 2000/08/22 14:21:35
50318 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
50319 and Spider Boardman.
50321 ! U/compline/d_gconvert.U
50324 ____________________________________________________________________________
50325 [ 6767] By: jhi on 2000/08/22 14:11:24
50326 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
50327 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50328 Date: Mon, 21 Aug 2000 19:08:31 -0700
50329 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
50331 - ext/Storable/patchlevel.h
50332 ! MANIFEST ext/Storable/MANIFEST
50333 ____________________________________________________________________________
50334 [ 6766] By: jhi on 2000/08/22 13:49:29
50335 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
50336 From: Peter Prymmer <pvhp@forte.com>
50337 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
50338 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
50340 ! configure.com ext/Storable/Makefile.PL
50341 ____________________________________________________________________________
50342 [ 6765] By: jhi on 2000/08/22 13:44:59
50343 Log: Subject: [PATCH blead] B:: missing dependency
50344 From: Hugo <hv@crypt.compulink.co.uk>
50345 Date: Tue, 22 Aug 2000 06:44:33 +0100
50346 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
50348 ! ext/B/Makefile.PL
50349 ____________________________________________________________________________
50350 [ 6764] By: jhi on 2000/08/22 13:38:12
50351 Log: More bytecompiler.
50353 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
50354 ____________________________________________________________________________
50355 [ 6763] By: jhi on 2000/08/22 13:36:44
50356 Log: Bytecompiler patches from Benjamin Stuhl.
50358 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
50359 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
50360 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
50361 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
50362 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
50363 ! perl.c perlapi.h pod/perldelta.pod
50364 ____________________________________________________________________________
50365 [ 6762] By: jhi on 2000/08/21 23:43:40
50366 Log: An obsoleted diagnostic.
50368 ! pod/perldelta.pod
50369 ____________________________________________________________________________
50370 [ 6761] By: jhi on 2000/08/21 23:01:45
50371 Log: The #6759 wasn't quite right.
50373 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
50374 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
50375 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
50376 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
50377 ! t/lib/st-tieditems.t
50378 ____________________________________________________________________________
50379 [ 6760] By: jhi on 2000/08/21 22:35:49
50380 Log: Be verydeepclean.
50383 ____________________________________________________________________________
50384 [ 6759] By: jhi on 2000/08/21 22:25:40
50385 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
50386 From: Peter Prymmer <pvhp@forte.com>
50387 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
50388 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
50390 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
50391 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
50392 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
50393 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
50394 ! t/lib/st-tieditems.t
50395 ____________________________________________________________________________
50396 [ 6758] By: jhi on 2000/08/21 22:22:32
50397 Log: Few more casts, need reported in
50399 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
50400 From: Mike Stok <mike@stok.co.uk>
50401 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
50402 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
50406 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
50407 From: abigail@foad.org
50408 Date: 21 Aug 2000 21:31:34 -0000
50409 Message-Id: <20000821213134.30170.qmail@foad.org>
50411 ! ext/Storable/Storable.xs
50412 ____________________________________________________________________________
50413 [ 6757] By: jhi on 2000/08/21 18:37:07
50414 Log: Update Changes.
50416 ! Changes patchlevel.h
50417 ____________________________________________________________________________
50418 [ 6756] By: jhi on 2000/08/21 18:34:02
50421 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
50422 From: <abigail@foad.org>
50423 Date: Mon, 21 Aug 2000 14:00:16 -0400
50424 Message-ID: <20000821180016.28627.qmail@foad.org>
50427 ____________________________________________________________________________
50428 [ 6755] By: jhi on 2000/08/21 18:30:56
50429 Log: Use PodParser 1.18 new test.
50431 ! t/pod/special_seqs.t t/pod/special_seqs.xr
50432 ____________________________________________________________________________
50433 [ 6754] By: jhi on 2000/08/21 18:28:35
50434 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
50435 patches cannot be applied since #6712 conflicts.
50437 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
50438 ____________________________________________________________________________
50439 [ 6753] By: jhi on 2000/08/21 18:15:11
50440 Log: Weed out some smaller changes.
50442 ! pod/perldelta.pod
50443 ____________________________________________________________________________
50444 [ 6752] By: jhi on 2000/08/21 18:02:30
50445 Log: Also under djgpp the timestamps are funky.
50448 ____________________________________________________________________________
50449 [ 6751] By: jhi on 2000/08/21 17:55:56
50450 Log: Tweak the floating point output routine preferences.
50452 ! U/compline/d_gconvert.U
50455 ____________________________________________________________________________
50456 [ 6750] By: jhi on 2000/08/21 17:51:29
50457 Log: Unicos/mk requires elaborate paranoia.
50459 ! lib/Math/Complex.pm
50460 ____________________________________________________________________________
50461 [ 6749] By: gsar on 2000/08/21 16:53:31
50462 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
50465 ____________________________________________________________________________
50466 [ 6748] By: gsar on 2000/08/21 16:22:19
50467 Log: free TLS slot properly on Windows
50469 ! thread.h win32/perllib.c win32/win32thread.h
50470 ____________________________________________________________________________
50471 [ 6747] By: jhi on 2000/08/21 16:20:58
50472 Log: Rename the macro argument because some preprocessors
50473 can't tell the difference and expand arguments also inside
50474 double quoted strings.
50477 ____________________________________________________________________________
50478 [ 6746] By: jhi on 2000/08/21 16:09:41
50479 Log: Support long doubles in Storable.
50481 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
50482 From: Radu Greab <radu@netsoft.ro>
50483 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
50484 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
50486 ! ext/Storable/Storable.xs
50487 ____________________________________________________________________________
50488 [ 6745] By: jhi on 2000/08/21 15:51:40
50489 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
50490 From: "Fifer, Eric" <EFifer@sanwaint.com>
50491 Date: Mon, 21 Aug 2000 15:34:49 +0100
50492 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
50494 ! t/pragma/warn/9enabled
50495 ____________________________________________________________________________
50496 [ 6744] By: jhi on 2000/08/21 15:39:35
50497 Log: Document the endianness of Alpha more precisely.
50499 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
50501 ____________________________________________________________________________
50502 [ 6743] By: jhi on 2000/08/21 14:47:05
50503 Log: perldelta fixes from the p5p crowd.
50505 ! pod/perldelta.pod pod/perlop.pod
50506 ____________________________________________________________________________
50507 [ 6742] By: jhi on 2000/08/21 13:34:51
50508 Log: Update to Pod::LaTeX 0.53.
50510 Subject: [PATCH] lib/Pod/LaTeX.pm updates
50511 From: Tim Jenness <timj@jach.hawaii.edu>
50512 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
50513 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
50516 ____________________________________________________________________________
50517 [ 6741] By: jhi on 2000/08/21 13:33:01
50518 Log: Subject: [PATCH] os2.c fix for use64bitint
50519 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50520 Date: Mon, 21 Aug 2000 01:32:25 -0700
50521 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
50524 ____________________________________________________________________________
50525 [ 6740] By: jhi on 2000/08/21 13:28:52
50526 Log: Array context keeps slithering in.
50528 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
50529 From: Daniel Chetlin <daniel@chetlin.com>
50530 Date: Sun, 20 Aug 2000 21:40:25 -0700
50531 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
50533 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
50534 ! pod/perldebtut.pod
50535 ____________________________________________________________________________
50536 [ 6739] By: jhi on 2000/08/21 13:23:55
50537 Log: Big-endian quad fixes for Storable from Radu Greab,
50538 plus few explicit null casts for picky compilers.
50540 ! ext/Storable/Storable.xs
50541 ____________________________________________________________________________
50542 [ 6738] By: gsar on 2000/08/21 05:56:13
50543 Log: small tweaks for change#6705: avoid C++ style comments in C code;
50544 use Perl's malloc API rather than the low level system one
50547 ____________________________________________________________________________
50548 [ 6737] By: gsar on 2000/08/21 05:35:41
50549 Log: add Storable to list of extensions on Windows
50551 ! win32/Makefile win32/makefile.mk
50552 ____________________________________________________________________________
50553 [ 6736] By: jhi on 2000/08/21 02:57:53
50554 Log: Update Changes.
50556 ! Changes patchlevel.h
50557 ____________________________________________________________________________
50558 [ 6735] By: jhi on 2000/08/21 02:57:20
50561 ! pod/perldelta.pod
50562 ____________________________________________________________________________
50563 [ 6734] By: jhi on 2000/08/21 02:57:03
50564 Log: Add Storable 0.7.2 from Raphael Manfredi,
50565 plus the patch from
50567 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
50568 From: Radu Greab <radu@netsoft.ro>
50569 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
50570 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
50572 plus changes to get Storable to compile with
50573 picky ANSI compilers.
50575 + ext/Storable/ChangeLog ext/Storable/MANIFEST
50576 + ext/Storable/Makefile.PL ext/Storable/README
50577 + ext/Storable/Storable.pm ext/Storable/Storable.xs
50578 + ext/Storable/patchlevel.h t/lib/st-06compat.t
50579 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
50580 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
50581 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
50582 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
50583 + t/lib/st-tieditems.t
50585 ____________________________________________________________________________
50586 [ 6733] By: jhi on 2000/08/21 02:29:09
50587 Log: The correct cleaning order is an art.
50590 ____________________________________________________________________________
50591 [ 6732] By: jhi on 2000/08/21 01:23:39
50592 Log: The #6724 is here.
50594 ! t/lib/ftmp-security.t
50595 ____________________________________________________________________________
50596 [ 6731] By: jhi on 2000/08/20 23:17:03
50597 Log: s/this one/the 5.6.0 release/
50599 ! pod/perl56delta.pod
50600 ____________________________________________________________________________
50601 [ 6730] By: jhi on 2000/08/20 23:07:34
50602 Log: Mention perlebcdic and perlposix-bc.
50605 ____________________________________________________________________________
50606 [ 6729] By: jhi on 2000/08/20 21:32:59
50607 Log: Document the number of exponent digits.
50610 ____________________________________________________________________________
50611 [ 6728] By: jhi on 2000/08/20 21:16:47
50612 Log: Use File::Spec->tmpdir().
50614 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
50615 From: Tim Jenness <timj@jach.hawaii.edu>
50616 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
50618 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
50621 ____________________________________________________________________________
50622 [ 6727] By: jhi on 2000/08/20 20:43:32
50623 Log: Update Changes.
50625 ! Changes patchlevel.h
50626 ____________________________________________________________________________
50627 [ 6726] By: jhi on 2000/08/20 20:41:44
50628 Log: The veryclean target needs to clobber.
50631 ____________________________________________________________________________
50632 [ 6725] By: jhi on 2000/08/20 20:37:38
50633 Log: Document odd vs even subreleases and -Dusedevel.
50636 ____________________________________________________________________________
50637 [ 6724] By: jhi on 2000/08/20 19:58:05
50638 Log: Use temporary directory instead of current directory.
50640 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
50641 From: Tim Jenness <timj@jach.hawaii.edu>
50642 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
50643 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
50645 ! t/lib/ftmp-security.t
50646 ____________________________________________________________________________
50647 [ 6723] By: jhi on 2000/08/20 19:55:55
50648 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
50649 From: andreas.koenig@anima.de (Andreas J. Koenig)
50650 Date: 20 Aug 2000 15:52:03 +0200
50651 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
50653 ! lib/ExtUtils/MM_Unix.pm
50654 ____________________________________________________________________________
50655 [ 6722] By: jhi on 2000/08/20 19:46:01
50656 Log: Update to CGI 2.72, from Lincoln Stein.
50659 ____________________________________________________________________________
50660 [ 6721] By: jhi on 2000/08/20 19:43:54
50661 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
50662 From: Radu Greab <radu@netsoft.ro>
50663 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
50664 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
50666 ! ext/GDBM_File/GDBM_File.xs
50667 ____________________________________________________________________________
50668 [ 6720] By: jhi on 2000/08/20 19:42:01
50669 Log: pp_open() could pass an uninitialized filename down to do_open9().
50672 ____________________________________________________________________________
50673 [ 6719] By: jhi on 2000/08/20 14:06:41
50674 Log: UTF8 concat fixes.
50676 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
50677 From: Hugo <hv@crypt.compulink.co.uk>
50678 Date: Sun, 20 Aug 2000 07:30:46 +0100
50679 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
50681 ! pp_hot.c t/op/append.t
50682 ____________________________________________________________________________
50683 [ 6718] By: jhi on 2000/08/20 02:09:37
50684 Log: Let's try #6717 again.
50687 ____________________________________________________________________________
50688 [ 6717] By: jhi on 2000/08/20 01:56:55
50689 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
50690 From: "Craig A. Berry" <craig.berry@metamorgs.com>
50691 Date: Sat, 19 Aug 2000 18:15:39 -0500
50692 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
50695 ____________________________________________________________________________
50696 [ 6716] By: jhi on 2000/08/19 15:50:11
50697 Log: Update Changes.
50699 ! Changes patchlevel.h
50700 ____________________________________________________________________________
50701 [ 6715] By: jhi on 2000/08/19 15:39:09
50702 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
50703 From: Jonathan D Johnston <jdjohnston2@juno.com>
50704 Date: Thu, 17 Aug 2000 23:13:01 -0400
50705 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
50708 ____________________________________________________________________________
50709 [ 6714] By: jhi on 2000/08/19 15:34:04
50710 Log: Introduce a 'veryclean' target that is like 'distclean'
50711 but also removes *~ and *.orig.
50713 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
50714 ! utils/Makefile x2p/Makefile.SH
50715 ____________________________________________________________________________
50716 [ 6713] By: jhi on 2000/08/19 14:15:45
50717 Log: Put back the long double avoidance code to POSIX.xs
50718 because VMS seems to need it still.
50720 ! ext/POSIX/POSIX.xs
50721 ____________________________________________________________________________
50722 [ 6712] By: jhi on 2000/08/19 14:10:41
50723 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
50724 From: Peter Prymmer <pvhp@forte.com>
50725 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
50726 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
50728 ! lib/Pod/Find.pm t/pod/find.t
50729 ____________________________________________________________________________
50730 [ 6711] By: jhi on 2000/08/19 14:09:19
50731 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
50732 From: Peter Prymmer <pvhp@forte.com>
50733 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
50734 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
50735 cc: vmsperl@perl.org
50738 ____________________________________________________________________________
50739 [ 6710] By: jhi on 2000/08/19 14:08:01
50740 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
50741 From: Jan Dubois <jand@ActiveState.com>
50742 Date: Fri, 18 Aug 2000 16:31:48 -0700
50743 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
50746 ____________________________________________________________________________
50747 [ 6709] By: jhi on 2000/08/19 14:06:57
50748 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
50750 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
50751 From: Spider.Boardman@Orb.Nashua.NH.US
50752 Date: Fri, 18 Aug 2000 18:41:14 -0400
50753 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
50756 ____________________________________________________________________________
50757 [ 6708] By: jhi on 2000/08/18 22:04:49
50758 Log: Update Changes.
50760 ! Changes patchlevel.h
50761 ____________________________________________________________________________
50762 [ 6707] By: jhi on 2000/08/18 21:55:14
50763 Log: Add warnif(), check warnings further up the stack,
50764 all the warnings functions now can take an optional object reference.
50766 Subject: [PATCH bleedperl@6691] warnings pragma update
50767 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50768 Date: Fri, 18 Aug 2000 22:42:06 +0100
50769 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
50771 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
50772 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
50773 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
50774 ____________________________________________________________________________
50775 [ 6706] By: jhi on 2000/08/18 21:41:45
50776 Log: Typo in pp_complement().
50778 Subject: [PATCH perl-current] Deparse
50779 From: Peter Scott <Peter@PSDT.com>
50780 Date: Fri, 18 Aug 2000 12:44:37 -0700
50781 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
50783 ! ext/B/B/Deparse.pm
50784 ____________________________________________________________________________
50785 [ 6705] By: jhi on 2000/08/18 21:25:59
50786 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
50787 From: Jan Dubois <jand@ActiveState.com>
50788 Date: Fri, 18 Aug 2000 14:22:51 -0700
50789 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
50791 ! lib/Win32.pod win32/win32.c
50792 ____________________________________________________________________________
50793 [ 6704] By: jhi on 2000/08/18 21:16:14
50794 Log: Don't eat leading os from index entries.
50796 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
50797 From: Russ Allbery <rra@stanford.edu>
50798 Date: 10 Aug 2000 20:49:25 -0700
50799 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
50802 ____________________________________________________________________________
50803 [ 6703] By: jhi on 2000/08/18 21:07:06
50804 Log: Add [[:blank:]] as suggested in
50806 Subject: [ID 20000716.024] [=cc=] / [:blank:]
50807 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
50808 Date: Sun, 16 Jul 2000 17:55:29 -0700
50809 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
50811 (the [=cc=] has already been taken care of by #6439
50812 so the whole bug report can be closed)
50814 and make [[:space:]] to be equivalent to isspace(3)
50815 (as opposed to \s, which is isSPACE()). The difference
50816 is that now [[:space:]] matches the mythical vertical tab,
50819 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
50820 ! regexec.c t/op/pat.t
50821 ____________________________________________________________________________
50822 [ 6702] By: jhi on 2000/08/18 18:47:47
50823 Log: The new tests were missing from #6415.
50826 ____________________________________________________________________________
50827 [ 6701] By: jhi on 2000/08/18 18:20:40
50828 Log: Document the NDBM_File and ODBM_File as SDBM_File
50829 was documented in #6417.
50831 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
50832 ! ext/SDBM_File/SDBM_File.pm
50833 ____________________________________________________________________________
50834 [ 6700] By: jhi on 2000/08/18 18:10:39
50835 Log: Subject: [PATCH perl@6698] cygwin port
50836 From: "Fifer, Eric" <EFifer@sanwaint.com>
50837 Date: Fri, 18 Aug 2000 17:30:05 +0100
50838 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
50841 ____________________________________________________________________________
50842 [ 6699] By: jhi on 2000/08/18 16:21:49
50843 Log: Document code point which makes if (defined %stash::) to work
50844 (noted by Spider Boardman).
50847 ____________________________________________________________________________
50848 [ 6698] By: jhi on 2000/08/18 13:43:27
50849 Log: Update Changes.
50851 ! Changes patchlevel.h
50852 ____________________________________________________________________________
50853 [ 6697] By: jhi on 2000/08/18 13:35:57
50854 Log: Tiny Getopt::Long patch from Johan Vromans.
50856 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
50857 ____________________________________________________________________________
50858 [ 6696] By: jhi on 2000/08/18 13:26:14
50859 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
50860 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
50861 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
50862 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
50864 ! pod/perldiag.pod pod/perlsyn.pod
50865 ____________________________________________________________________________
50866 [ 6695] By: jhi on 2000/08/18 13:13:26
50867 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
50868 From: Daniel Chetlin <daniel@chetlin.com>
50869 Date: Fri, 18 Aug 2000 03:13:36 -0700
50870 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
50873 ____________________________________________________________________________
50874 [ 6694] By: jhi on 2000/08/18 13:08:05
50875 Log: Subject: [PATCH] perltrap.pod spring cleaning
50876 From: Daniel Chetlin <daniel@chetlin.com>
50877 Date: Fri, 18 Aug 2000 03:06:54 -0700
50878 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
50880 plus Mike Guy's nitfix.
50883 ____________________________________________________________________________
50884 [ 6693] By: jhi on 2000/08/18 13:00:26
50885 Log: Unbuffer the output.
50887 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
50888 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50889 Date: Thu, 17 Aug 2000 18:39:29 -0700
50890 Message-ID: <RPJn5gzkgydf092yn@efn.org>
50893 ____________________________________________________________________________
50894 [ 6692] By: jhi on 2000/08/18 05:19:17
50895 Log: Delete the image, too, not just its MANIFEStation.
50897 - lib/CGI/eg/wilogo.gif
50898 ____________________________________________________________________________
50899 [ 6691] By: jhi on 2000/08/18 05:10:26
50900 Log: Propagate new Configure vars.
50902 ! configure.com epoc/config.sh uconfig.h uconfig.sh
50903 ! vos/config.def vos/config.h vos/config_h.SH_orig
50904 ! win32/config.bc win32/config.gc win32/config.vc
50905 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50906 ____________________________________________________________________________
50907 [ 6690] By: jhi on 2000/08/18 04:30:56
50908 Log: Update Changes.
50910 ! Changes patchlevel.h
50911 ____________________________________________________________________________
50912 [ 6689] By: jhi on 2000/08/18 04:12:30
50913 Log: Fix the lib/complex failure of
50915 From: abigail@foad.org
50916 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
50917 Date: 15 Aug 2000 04:06:38 -0000
50918 Message-Id: <20000815040638.8524.qmail@foad.org>
50920 Linux long double accuracy issue: something that
50921 when printed with %g looks like "2" but int() of it is 1.
50923 ! lib/Math/Complex.pm
50924 ____________________________________________________________________________
50925 [ 6688] By: jhi on 2000/08/18 03:15:35
50926 Log: The byteorder code in #6671 was wrong.
50929 ____________________________________________________________________________
50930 [ 6687] By: jhi on 2000/08/18 02:08:42
50931 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
50932 From: Jan Dubois <jand@ActiveState.com>
50933 Date: Thu, 17 Aug 2000 18:31:55 -0700
50934 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
50937 ____________________________________________________________________________
50938 [ 6686] By: jhi on 2000/08/18 02:04:15
50939 Log: Use NVs in POSIX math, not doubles.
50941 From: abigail@foad.org
50942 Subject: [ID 20000817.014] POSIX & modfl
50943 Date: 17 Aug 2000 20:49:18 -0000
50944 Message-Id: <20000817204918.23123.qmail@foad.org>
50946 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50947 ____________________________________________________________________________
50948 [ 6685] By: jhi on 2000/08/18 02:02:12
50949 Log: Introduce NVef, NVff, and NVgf, use the middle one.
50950 (helps for lib/peek + Linux + long doubles) Reported in
50952 From: abigail@foad.org
50953 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
50954 Date: 15 Aug 2000 04:06:38 -0000
50955 Message-Id: <20000815040638.8524.qmail@foad.org>
50957 (note: the lib/complex failure has not yet been addressed)
50958 Branch: metaconfig/U/perl
50961 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50962 ! config_h.SH dump.c perl.h pod/perlguts.pod
50963 ____________________________________________________________________________
50964 [ 6684] By: jhi on 2000/08/17 23:22:19
50965 Log: Add byteorder to the myconfig output.
50968 ____________________________________________________________________________
50969 [ 6683] By: jhi on 2000/08/17 23:20:19
50970 Log: The image doth not exist, spotted by Johan Vromans.
50973 ____________________________________________________________________________
50974 [ 6682] By: jhi on 2000/08/17 22:38:16
50975 Log: Document what the backtick returns if the command fails.
50978 ____________________________________________________________________________
50979 [ 6681] By: jhi on 2000/08/17 22:33:12
50980 Log: Do not use prototyping here.
50982 Subject: [ID 20000817.016] [PATCH] Peek.xs
50983 From: abigail@foad.org
50984 Date: 17 Aug 2000 20:55:56 -0000
50985 Message-Id: <20000817205556.24270.qmail@foad.org>
50987 ! ext/Devel/Peek/Makefile.PL
50988 ____________________________________________________________________________
50989 [ 6680] By: jhi on 2000/08/17 19:46:43
50990 Log: Don't propose using modules built for 5.005 if no binary
50991 compatibility with 5.005 is attempted.
50993 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
50994 Subject: Minor nit with 5.7.0 (6655)
50995 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
50996 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
50998 ! U/installdirs/inc_version_list.U
51000 ! Configure config_h.SH
51001 ____________________________________________________________________________
51002 [ 6679] By: jhi on 2000/08/17 19:16:39
51003 Log: Microperl config update.
51005 ! uconfig.h uconfig.sh
51006 ____________________________________________________________________________
51007 [ 6678] By: jhi on 2000/08/17 19:16:13
51008 Log: The #6648 wasn't protective enough for limited platforms
51012 ____________________________________________________________________________
51013 [ 6677] By: jhi on 2000/08/17 14:46:35
51014 Log: Update Changes.
51016 ! Changes patchlevel.h
51017 ____________________________________________________________________________
51018 [ 6676] By: jhi on 2000/08/17 14:44:02
51019 Log: Add perlebcdic from Peter Prymmer, regen toc.
51021 + pod/perlebcdic.pod
51022 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51023 ____________________________________________________________________________
51024 [ 6675] By: jhi on 2000/08/17 14:41:52
51025 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
51027 ! pod/perldebtut.pod
51028 ____________________________________________________________________________
51029 [ 6674] By: jhi on 2000/08/17 14:29:43
51030 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
51032 Subject: [ID 20000724.006] -DLEAKTEST problem
51033 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
51034 Date: Tue, 25 Jul 2000 00:36:32 -0500
51035 Message-Id: <20000725003632.A26186@www.llamacom.com>
51039 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
51040 From: Hugo <hv@crypt.compulink.co.uk>
51041 Date: Thu, 17 Aug 2000 15:23:42 +0100
51042 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
51045 ____________________________________________________________________________
51046 [ 6673] By: jhi on 2000/08/17 04:07:10
51047 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
51048 From: John Peacock <JPeacock@UnivPress.com>
51049 Date: Tue, 01 Aug 2000 09:38:12 -0400
51050 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
51052 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
51053 ____________________________________________________________________________
51054 [ 6672] By: jhi on 2000/08/17 03:04:35
51055 Log: Subject: [PATCH] Cwd.pm now uses strict
51056 From: Tim Jenness <timj@jach.hawaii.edu>
51057 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
51058 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
51061 ____________________________________________________________________________
51062 [ 6671] By: jhi on 2000/08/17 02:16:35
51063 Log: Make $Config{byteorder} more magical so that it is
51064 dynamically computed: nice for 'fat binaries'.
51066 Subject: [PATCH]: default byteorder
51067 From: Wilfredo Sánchez <wsanchez@apple.com>
51068 Date: Mon, 31 Jul 2000 19:45:31 -0700
51069 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
51072 ____________________________________________________________________________
51073 [ 6670] By: gsar on 2000/08/17 01:22:21
51074 Log: move WNOHANG definition to where other such things are
51077 ____________________________________________________________________________
51078 [ 6669] By: jhi on 2000/08/17 01:19:17
51079 Log: Update Changes.
51081 ! Changes patchlevel.h
51082 ____________________________________________________________________________
51083 [ 6668] By: jhi on 2000/08/17 01:16:29
51084 Log: Doc nits spotted by Richard Soderberg.
51086 ! README.posix-bc README.vmesa
51087 ____________________________________________________________________________
51088 [ 6667] By: jhi on 2000/08/17 01:12:11
51089 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
51090 From: "Casey R. Tweten" <crt@kiski.net>
51091 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
51092 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
51094 ! pod/perldebtut.pod
51095 ____________________________________________________________________________
51096 [ 6666] By: jhi on 2000/08/17 01:09:31
51097 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
51098 From: "Casey R. Tweten" <crt@kiski.net>
51099 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
51100 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
51103 ____________________________________________________________________________
51104 [ 6665] By: gsar on 2000/08/17 01:03:52
51105 Log: add "ok" targets from change#6632 in makefile.mk
51107 ! pod/perlport.pod win32/Makefile win32/makefile.mk
51108 ____________________________________________________________________________
51109 [ 6664] By: gsar on 2000/08/17 00:56:11
51110 Log: avoid warnings from dense compiler
51113 ____________________________________________________________________________
51114 [ 6663] By: jhi on 2000/08/17 00:51:49
51115 Log: Tweak the regex compilation errors once more.
51117 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
51118 ! t/op/regmesg.t t/pragma/warn/regcomp
51119 ____________________________________________________________________________
51120 [ 6662] By: gsar on 2000/08/17 00:28:19
51121 Log: trailing new %ENV entries weren't being pushed into the real
51122 environment of subprocesses on Windows
51124 ! t/op/magic.t win32/perlhost.h
51125 ____________________________________________________________________________
51126 [ 6661] By: gsar on 2000/08/17 00:19:20
51127 Log: waitpid() now handles externally spawned pids correctly;
51128 fixes for backtick/wait/waitpid failures on Windows 9x
51130 these changes make the pid returned by process functions on
51131 Windows 9x always positive by clearing the high bit (which
51132 is always set on Win9x); pseudo-process PIDs are likewise
51133 always negative now on Win9x (just as on NT/2000)
51135 ! pp_sys.c win32/perlhost.h win32/win32.c
51136 ____________________________________________________________________________
51137 [ 6660] By: jhi on 2000/08/17 00:04:32
51138 Log: Retract #6645.
51140 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51141 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
51143 ____________________________________________________________________________
51144 [ 6659] By: gsar on 2000/08/16 23:59:28
51145 Log: on windows, the return values from wait() and waitpid() don't
51146 match those of pseudo-pids
51148 ! pp_sys.c t/op/fork.t util.c win32/win32.c
51149 ____________________________________________________________________________
51150 [ 6658] By: gsar on 2000/08/16 23:56:14
51151 Log: pod nit seen in passing
51154 ____________________________________________________________________________
51155 [ 6657] By: gsar on 2000/08/16 23:53:42
51156 Log: change#6328 could make close(SOCKET) return false on windows
51160 ____________________________________________________________________________
51161 [ 6656] By: gsar on 2000/08/16 23:46:57
51162 Log: check that the number pseudo children doesn't exceed
51163 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
51164 the WaitForMultipleObjects() limit that would cause wait()
51167 wait() and waitpid() could potentially be rewritten to use
51168 more than one thread to do the waiting to eliminate this
51172 ____________________________________________________________________________
51173 [ 6655] By: jhi on 2000/08/16 14:11:05
51174 Log: Update Changes.
51176 ! Changes patchlevel.h
51177 ____________________________________________________________________________
51178 [ 6654] By: jhi on 2000/08/16 14:10:12
51179 Log: Update to perldebtut 1.9, from Richard Foley.
51181 ! pod/perldebtut.pod
51182 ____________________________________________________________________________
51183 [ 6653] By: jhi on 2000/08/16 14:08:17
51184 Log: Change the regx compilation error markers to use = instead of <
51185 since pod makes using the latter quite messy. Reported in
51186 ID 20000814.006 by Abigail and in
51187 Subject: Unknown escape E<> ?
51188 From: Lupe Christoph <lupe@lupe-christoph.de>
51189 Date: Fri, 11 Aug 2000 00:30:27 +0200
51190 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
51192 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
51193 ! t/op/regmesg.t t/pragma/warn/regcomp
51194 ____________________________________________________________________________
51195 [ 6652] By: jhi on 2000/08/16 13:25:31
51196 Log: Change the perlbug address to perl.org since it's more forgiving.
51198 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
51199 From: abigail@foad.org
51200 Date: 15 Aug 2000 04:15:40 -0000
51201 Message-Id: <20000815041540.8633.qmail@foad.org>
51204 ____________________________________________________________________________
51205 [ 6651] By: jhi on 2000/08/16 13:22:35
51206 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
51207 From: Tim Jenness <timj@jach.hawaii.edu>
51208 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
51209 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
51212 ____________________________________________________________________________
51213 [ 6650] By: jhi on 2000/08/16 13:18:13
51214 Log: Update to CPAN 1.57.
51216 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
51217 From: andreas.koenig@anima.de (Andreas J. Koenig)
51218 Date: 16 Aug 2000 15:09:46 +0200
51219 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
51222 ____________________________________________________________________________
51223 [ 6649] By: jhi on 2000/08/16 13:12:31
51224 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
51225 From: "Larry W. Virden" <lvirden@cas.org>
51226 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
51227 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
51230 ____________________________________________________________________________
51231 [ 6648] By: jhi on 2000/08/16 13:03:53
51232 Log: The numeric locale was reset to "C" by s?printf and never restored.
51234 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51235 From: Christian Kirsch <ck@held.mind.de>
51236 Date: Wed, 9 Aug 2000 17:05:17 +0200
51237 Message-Id: <20000809170517.A25389@held>
51239 No test since adding the failing example to locale.t
51240 does not fail -- probably because the locale settings are so
51241 thoroughly tweaked by that time. Running the example standalone
51242 does fail, though. UPDATE: test case added at change #7540.
51244 ! dump.c perl.h pp.c pp_ctl.c sv.c
51245 ____________________________________________________________________________
51246 [ 6647] By: jhi on 2000/08/16 00:07:54
51247 Log: Update Changes and test semi-automatic patchlevel updating.
51249 ! Changes patchlevel.h
51250 ____________________________________________________________________________
51251 [ 6646] By: jhi on 2000/08/15 23:35:07
51252 Log: Fix a dependency problem.
51254 Subject: [PATCH: 6640] VMS Makefile.SH update
51255 From: Peter Prymmer <pvhp@forte.com>
51256 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
51257 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
51259 ! vms/descrip_mms.template
51260 ____________________________________________________________________________
51261 [ 6645] By: jhi on 2000/08/15 23:33:23
51262 Log: (Retracted by #6660)
51264 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
51265 From: Dominic Dunlop <domo@computer.org>
51266 Date: Tue, 15 Aug 2000 22:20:52 +0200
51267 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
51268 Branch: metaconfig/U/perl
51271 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51272 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
51274 ____________________________________________________________________________
51275 [ 6644] By: jhi on 2000/08/15 21:17:20
51276 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
51277 From: abigail@foad.org
51278 Date: 15 Aug 2000 20:12:41 -0000
51279 Message-Id: <20000815201241.25556.qmail@foad.org>
51282 ____________________________________________________________________________
51283 [ 6643] By: jhi on 2000/08/15 21:15:28
51284 Log: (an already applied patch)
51287 ____________________________________________________________________________
51288 [ 6642] By: gsar on 2000/08/15 19:54:05
51289 Log: magic callbacks all need to have same type signature
51291 ! embed.pl mg.c proto.h
51292 ____________________________________________________________________________
51293 [ 6641] By: jhi on 2000/08/15 17:56:27
51294 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)
51295 From: Mike Guy <mjtg@cam.ac.uk>
51296 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
51297 Date: Tue, 15 Aug 2000 18:26:45 +0100
51299 Only the peek.t part applied, not the hash quality part.
51302 ____________________________________________________________________________
51303 [ 6640] By: jhi on 2000/08/15 16:37:37
51304 Log: Update Changes.
51307 ____________________________________________________________________________
51308 [ 6639] By: jhi on 2000/08/15 16:34:55
51309 Log: Missed a file from #6638.
51312 ____________________________________________________________________________
51313 [ 6638] By: jhi on 2000/08/15 16:33:19
51314 Log: Subject: [PATCH perl@6620] cygwin port
51315 From: "Fifer, Eric" <EFifer@sanwaint.com>
51316 Date: Tue, 15 Aug 2000 17:00:49 +0100
51317 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
51319 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
51320 ____________________________________________________________________________
51321 [ 6637] By: jhi on 2000/08/15 16:29:22
51322 Log: Subject: [PATCH] debugger exit code should reflect user exit code
51323 From: Mike Guy <mjtg@cam.ac.uk>
51324 Date: Tue, 15 Aug 2000 16:55:59 +0100
51325 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
51328 ____________________________________________________________________________
51329 [ 6636] By: jhi on 2000/08/15 15:30:58
51330 Log: Update Changes.
51333 ____________________________________________________________________________
51334 [ 6635] By: jhi on 2000/08/15 15:27:21
51335 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
51337 ! U/mkglossary U/mksample
51338 Branch: metaconfig/U/perl
51341 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51342 ____________________________________________________________________________
51343 [ 6634] By: jhi on 2000/08/15 14:11:55
51344 Log: Don't blow limited stacks, a lower number is enough to
51345 tickle the lookbehind limit.
51347 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
51348 From: Dominic Dunlop <domo@computer.org>
51349 Date: Tue, 15 Aug 2000 13:51:24 +0200
51350 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
51353 ____________________________________________________________________________
51354 [ 6633] By: jhi on 2000/08/15 14:01:46
51355 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
51356 From: Mike Guy <mjtg@cam.ac.uk>
51357 Date: Tue, 15 Aug 2000 12:10:50 +0100
51358 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
51361 ____________________________________________________________________________
51362 [ 6632] By: jhi on 2000/08/15 13:58:48
51363 Log: make ok etc also for win32.
51365 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
51366 From: Prymmer/Kahn <pvhp@best.com>
51367 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
51368 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
51371 ____________________________________________________________________________
51372 [ 6631] By: jhi on 2000/08/15 13:45:03
51373 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
51376 ____________________________________________________________________________
51377 [ 6630] By: jhi on 2000/08/15 03:25:09
51378 Log: Update Changes.
51381 ____________________________________________________________________________
51382 [ 6629] By: jhi on 2000/08/15 03:23:53
51383 Log: magic_regdatum_set() is void, not int.
51385 ! embed.pl mg.c proto.h
51386 ____________________________________________________________________________
51387 [ 6628] By: jhi on 2000/08/15 03:08:02
51388 Log: Make the user to give up his firstborn, err, to knowingly
51389 verify installing an unstable developer release. Also bump
51390 the release to 5.7.0, but leave a patch tag in the local
51391 patches saying that this is not yet the real thing.
51393 ! U/modified/Instruct.U
51394 Branch: metaconfig/U/perl
51397 ! Configure patchlevel.h
51398 ____________________________________________________________________________
51399 [ 6627] By: jhi on 2000/08/14 22:32:52
51400 Log: README.os2 update.
51402 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
51403 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51404 Date: Wed, 02 Aug 2000 21:55:09 -0700
51405 Message-ID: <tsPi5gzkgegX092yn@efn.org>
51408 ____________________________________________________________________________
51409 [ 6626] By: jhi on 2000/08/14 21:00:02
51410 Log: Subject: Re: File::Temp problems on VMS in bleedperl
51411 From: Tim Jenness <timj@jach.hawaii.edu>
51412 cc: vmsperl@perl.org
51413 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
51414 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
51416 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
51417 ____________________________________________________________________________
51418 [ 6625] By: jhi on 2000/08/14 20:52:16
51419 Log: Add SUIDMAIL as was done for the CERT alert.
51422 ____________________________________________________________________________
51423 [ 6624] By: jhi on 2000/08/14 20:48:50
51424 Log: Subject: sfio2000
51425 From: Daniel Muino <dmuino@afip.gov.ar>
51426 Date: Mon, 14 Aug 2000 16:58:11 -0300
51427 Message-ID: <20000814165811.B16368@con2-dgi>
51429 ! perlsdio.h perlsfio.h
51430 ____________________________________________________________________________
51431 [ 6623] By: jhi on 2000/08/14 20:47:36
51432 Log: Subject: warning: storage class after type is obsolescent
51433 From: Daniel Muino <dmuino@afip.gov.ar>
51434 Date: Mon, 14 Aug 2000 16:42:47 -0300
51435 Message-ID: <20000814164247.A16368@con2-dgi>
51437 ! regcomp.pl regnodes.h
51438 ____________________________________________________________________________
51439 [ 6622] By: jhi on 2000/08/14 20:43:05
51440 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
51441 From: abigail@foad.org
51442 Date: 14 Aug 2000 20:00:10 -0000
51443 Message-Id: <20000814200010.27271.qmail@foad.org>
51446 ____________________________________________________________________________
51447 [ 6621] By: jhi on 2000/08/14 15:23:05
51448 Log: Update Changes.
51451 ____________________________________________________________________________
51452 [ 6620] By: jhi on 2000/08/14 15:22:14
51453 Log: Subject: Re: [PATCH] @+, @- readonly
51454 From: Mike Guy <mjtg@cam.ac.uk>
51455 Date: Mon, 14 Aug 2000 15:26:55 +0100
51456 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
51458 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
51460 ____________________________________________________________________________
51461 [ 6619] By: jhi on 2000/08/14 14:12:08
51462 Log: Update Changes.
51465 ____________________________________________________________________________
51466 [ 6618] By: jhi on 2000/08/14 14:09:34
51467 Log: For now remove the mail code.
51470 ____________________________________________________________________________
51471 [ 6617] By: jhi on 2000/08/14 14:08:28
51472 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
51474 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
51475 ! pod/perlfaq8.pod pod/perlsec.pod
51476 ____________________________________________________________________________
51477 [ 6616] By: jhi on 2000/08/14 14:00:11
51478 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51479 From: Mike Guy <mjtg@cam.ac.uk>
51480 Date: Mon, 14 Aug 2000 08:26:02 +0100
51481 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
51484 ____________________________________________________________________________
51485 [ 6615] By: jhi on 2000/08/14 13:58:45
51486 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
51487 From: Mike Guy <mjtg@cam.ac.uk>
51488 Date: Mon, 14 Aug 2000 08:04:22 +0100
51489 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
51491 ! gv.c mg.c t/op/pat.t
51492 ____________________________________________________________________________
51493 [ 6614] By: jhi on 2000/08/14 13:56:45
51494 Log: Subject: Test fails / warnings with perl-current #6612
51495 From: Mike Guy <mjtg@cam.ac.uk>
51496 Date: Mon, 14 Aug 2000 07:57:23 +0100
51497 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
51499 ! t/lib/b.t t/lib/peek.t
51500 ____________________________________________________________________________
51501 [ 6613] By: jhi on 2000/08/14 13:45:33
51502 Log: VMS configure.com update continues.
51504 - vms/configure.com
51505 ! MANIFEST configure.com
51506 ____________________________________________________________________________
51507 [ 6612] By: jhi on 2000/08/13 22:13:35
51508 Log: Update Changes.
51511 ____________________________________________________________________________
51512 [ 6611] By: jhi on 2000/08/13 16:21:45
51513 Log: Upgrade to CGI 2.71, from Lincoln Stein.
51515 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
51516 ____________________________________________________________________________
51517 [ 6610] By: jhi on 2000/08/13 15:09:16
51518 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
51519 From: Mike Guy <mjtg@cam.ac.uk>
51520 Date: Sun, 13 Aug 2000 13:45:51 +0100
51521 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
51524 ____________________________________________________________________________
51525 [ 6609] By: jhi on 2000/08/13 14:31:26
51526 Log: Andreas says that 1.56 is fine, so reverting back to it.
51529 ____________________________________________________________________________
51530 [ 6608] By: jhi on 2000/08/13 05:34:20
51531 Log: Update Changes.
51534 ____________________________________________________________________________
51535 [ 6607] By: jhi on 2000/08/13 05:32:01
51536 Log: Put back the \z changes of #5406 to CPAN.pm.
51539 ____________________________________________________________________________
51540 [ 6606] By: jhi on 2000/08/13 05:20:16
51541 Log: Fix-n-skip the tests under 5005threads.
51544 ____________________________________________________________________________
51545 [ 6605] By: jhi on 2000/08/13 05:07:48
51546 Log: Fix the test for 5005threads.
51549 ____________________________________________________________________________
51550 [ 6604] By: jhi on 2000/08/13 03:35:37
51551 Log: Should have deleted this in #6603.
51553 - vms/subconfigure.com
51554 ____________________________________________________________________________
51555 [ 6603] By: jhi on 2000/08/12 18:29:32
51556 Log: Rewrite of vms/subconfigure.com as configure.com,
51557 from Peter Prymmer and the vmsperl crew.
51559 + vms/configure.com
51561 ____________________________________________________________________________
51562 [ 6602] By: jhi on 2000/08/11 13:00:01
51563 Log: PlainText.pm is dead.
51565 - lib/Pod/PlainText.pm
51567 ____________________________________________________________________________
51568 [ 6601] By: jhi on 2000/08/11 04:06:45
51569 Log: Update Changes.
51572 ____________________________________________________________________________
51573 [ 6600] By: jhi on 2000/08/11 04:06:10
51574 Log: Add a few missing files, update MANIFEST.
51576 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
51577 + lib/Pod/PlainText.pm t/pod/find.t
51578 ! MANIFEST t/op/regmesg.t
51579 ____________________________________________________________________________
51580 [ 6599] By: jhi on 2000/08/11 03:31:10
51581 Log: Add Perl debugging tutorial, regen toc.
51583 Subject: perldebtut.pod
51584 From: Richard Foley <Richard.Foley@m.dasa.de>
51585 Date: Wed, 09 Aug 2000 10:17:15 +0200
51586 Message-id: <3991138B.262247B8@m.dasa.de>
51588 + pod/perldebtut.pod
51589 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
51590 ____________________________________________________________________________
51591 [ 6598] By: jhi on 2000/08/11 02:48:56
51592 Log: tiny Changes edit
51595 ____________________________________________________________________________
51596 [ 6597] By: jhi on 2000/08/11 02:39:04
51597 Log: Tests for #6589.
51599 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51600 From: simon@brecon.co.uk (Simon Cozens)
51601 Date: 11 Aug 2000 02:24:52 GMT
51602 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
51605 ____________________________________________________________________________
51606 [ 6596] By: jhi on 2000/08/11 01:50:07
51607 Log: Update Changes.
51610 ____________________________________________________________________________
51611 [ 6595] By: jhi on 2000/08/11 01:47:16
51615 ____________________________________________________________________________
51616 [ 6594] By: jhi on 2000/08/11 01:36:16
51617 Log: Subject: Getting perlio and threads to compile
51618 From: Lupe Christoph <lupe@lupe-christoph.de>
51619 Date: Wed, 9 Aug 2000 11:35:54 +0200
51620 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
51622 (the Solaris version changes in Configure skipped)
51624 ! hints/solaris_2.sh thread.h
51625 ____________________________________________________________________________
51626 [ 6593] By: jhi on 2000/08/11 01:30:16
51627 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
51628 From: simon@brecon.co.uk (Simon Cozens)
51629 Date: 1 Aug 2000 06:55:19 GMT
51630 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
51633 ____________________________________________________________________________
51634 [ 6592] By: jhi on 2000/08/11 01:26:39
51635 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
51636 From: Peter Scott <Peter@PeterScott.com>
51637 Date: Thu, 10 Aug 2000 08:23:27 -0700
51638 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
51641 ____________________________________________________________________________
51642 [ 6591] By: jhi on 2000/08/11 01:22:02
51643 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
51644 From: Hugo <hv@crypt.compulink.co.uk>
51645 Date: Thu, 10 Aug 2000 19:23:04 +0100
51646 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
51648 ! regexec.c t/op/pat.t
51649 ____________________________________________________________________________
51650 [ 6590] By: jhi on 2000/08/11 01:19:19
51651 Log: Preprocessing and postprocessing for File::Find.
51653 Subject: Patch to Find::File.pm to allow alphabetical results
51654 From: Joe Smith <jsmith@inwap.com>
51655 Date: Wed, 9 Aug 2000 02:44:54 -0700
51656 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
51659 ____________________________________________________________________________
51660 [ 6589] By: jhi on 2000/08/11 01:12:39
51661 Log: B::Deparse didn't do sub attributes.
51663 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
51664 From: simon@brecon.co.uk (Simon Cozens)
51665 Date: 9 Aug 2000 04:49:20 GMT
51666 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
51668 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
51669 ____________________________________________________________________________
51670 [ 6588] By: jhi on 2000/08/11 01:06:40
51671 Log: Subject: debugger "d" command doesnt check line number
51672 From: Mike Guy <mjtg@cam.ac.uk>
51673 Date: Tue, 08 Aug 2000 21:54:29 +0100
51674 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
51676 ! lib/perl5db.pl mg.c pod/perldiag.pod
51677 ____________________________________________________________________________
51678 [ 6587] By: jhi on 2000/08/11 00:45:03
51679 Log: sleep(1) does not necessarily return 1.
51681 Subject: [PATCH bleadperl] op/lex_assign.t
51682 From: Hugo <hv@crypt.compulink.co.uk>
51683 Date: Thu, 03 Aug 2000 14:34:22 +0100
51684 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
51686 ! t/op/lex_assign.t
51687 ____________________________________________________________________________
51688 [ 6586] By: jhi on 2000/08/11 00:31:50
51689 Log: Document the IO::Select timeout.
51691 ! ext/IO/lib/IO/Select.pm
51692 ____________________________________________________________________________
51693 [ 6585] By: jhi on 2000/08/11 00:13:54
51694 Log: Forgot contributor.
51697 ____________________________________________________________________________
51698 [ 6584] By: jhi on 2000/08/11 00:09:19
51702 ____________________________________________________________________________
51703 [ 6583] By: jhi on 2000/08/11 00:07:53
51704 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
51706 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
51707 From: Mike Guy <mjtg@cam.ac.uk>
51708 Date: Thu, 10 Aug 2000 15:50:54 +0100
51709 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
51712 ____________________________________________________________________________
51713 [ 6582] By: jhi on 2000/08/10 23:29:32
51714 Log: Update Changes.
51717 ____________________________________________________________________________
51718 [ 6581] By: jhi on 2000/08/10 23:26:16
51719 Log: Put back the std @INC thing.
51721 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
51722 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
51723 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
51725 ____________________________________________________________________________
51726 [ 6580] By: jhi on 2000/08/10 23:03:34
51727 Log: Update to CGI 2.70, from Lincoln Stein.
51729 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
51730 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
51731 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
51732 ! t/lib/cgi-request.t
51733 ____________________________________________________________________________
51734 [ 6579] By: jhi on 2000/08/10 22:41:50
51735 Log: Update to CPAN 1.56, from Andreas König.
51737 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
51738 ____________________________________________________________________________
51739 [ 6578] By: jhi on 2000/08/10 22:38:13
51740 Log: Update to Pod::Parser 1.17, from Brad Appleton.
51742 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
51743 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
51744 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
51745 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
51746 ! t/pod/include.t t/pod/included.t t/pod/lref.t
51747 ! t/pod/multiline_items.t t/pod/nested_items.t
51748 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51749 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
51750 ! t/pod/special_seqs.t
51751 ____________________________________________________________________________
51752 [ 6577] By: jhi on 2000/08/10 22:35:41
51753 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
51756 ____________________________________________________________________________
51757 [ 6576] By: jhi on 2000/08/10 22:24:54
51758 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
51761 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
51762 ! t/lib/gol-compat.t t/lib/gol-linkage.t
51763 ____________________________________________________________________________
51764 [ 6575] By: jhi on 2000/08/10 22:02:07
51765 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
51767 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
51768 ____________________________________________________________________________
51769 [ 6574] By: jhi on 2000/08/10 21:55:03
51770 Log: Iterating perl6 description.
51773 ____________________________________________________________________________
51774 [ 6573] By: jhi on 2000/08/10 21:48:26
51775 Log: Revert the sv.c part of #6559, a better fix is needed.
51778 ____________________________________________________________________________
51779 [ 6572] By: jhi on 2000/08/10 20:33:43
51780 Log: It's the 2ndO'ROSSC.
51783 ____________________________________________________________________________
51784 [ 6571] By: jhi on 2000/08/10 15:55:48
51788 ____________________________________________________________________________
51789 [ 6570] By: jhi on 2000/08/10 14:11:17
51790 Log: An exceptionally sticky typo.
51793 ____________________________________________________________________________
51794 [ 6569] By: jhi on 2000/08/10 14:09:33
51795 Log: detypo (and test Changes updating script)
51798 ____________________________________________________________________________
51799 [ 6568] By: jhi on 2000/08/10 14:07:07
51800 Log: Update Changes.
51803 ____________________________________________________________________________
51804 [ 6567] By: jhi on 2000/08/10 14:06:19
51805 Log: Amend the description of Perl6.
51806 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
51807 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51808 Date: Wed, 9 Aug 2000 22:11:06 -0500
51809 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
51812 ____________________________________________________________________________
51813 [ 6566] By: jhi on 2000/08/10 13:58:57
51814 Log: Subject: Remove dead entry in perldiag
51815 From: Mike Guy <mjtg@cam.ac.uk>
51816 Date: Thu, 10 Aug 2000 14:19:19 +0100
51817 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
51820 ____________________________________________________________________________
51821 [ 6565] By: jhi on 2000/08/10 13:51:48
51822 Log: Zero entries were skipped, fix from Adrian Goalby
51823 <argoalby@yahoo.co.uk>
51825 ! lib/unicode/Number.pl lib/unicode/mktables.PL
51826 ____________________________________________________________________________
51827 [ 6564] By: jhi on 2000/08/10 13:00:12
51828 Log: Subject: [PATCH 5.6.0] cygwin port
51829 From: "Fifer, Eric" <EFifer@sanwaint.com>
51830 Date: Thu, 10 Aug 2000 13:15:36 +0100
51831 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
51833 ! README.cygwin hints/cygwin.sh
51834 ____________________________________________________________________________
51835 [ 6563] By: jhi on 2000/08/10 12:55:16
51836 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
51838 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
51839 ____________________________________________________________________________
51840 [ 6562] By: gsar on 2000/08/10 08:38:39
51841 Log: warn is a macro, avoid using at a variable to avoid warnings
51842 in some configurations; readdir.t is too conservative in
51843 estimating number of *.t's
51845 ! t/op/readdir.t util.c
51846 ____________________________________________________________________________
51847 [ 6561] By: jhi on 2000/08/09 23:35:42
51848 Log: Update Changes.
51851 ____________________________________________________________________________
51852 [ 6560] By: jhi on 2000/08/09 23:05:47
51853 Log: Subject: Re: enhanced(?) regex error messages
51854 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
51855 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
51856 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
51858 (plus two small patches sent privately)
51859 (this still seems to leave few test failures)
51862 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
51863 ! t/pragma/warn/regcomp
51864 ____________________________________________________________________________
51865 [ 6559] By: jhi on 2000/08/09 20:41:18
51866 Log: (The fix did work but was not right, retracted in #6573)
51868 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
51869 From: Christian Kirsch <ck@held.mind.de>
51870 Date: Wed, 9 Aug 2000 17:05:17 +0200
51871 Message-Id: <20000809170517.A25389@held>
51873 ! sv.c t/pragma/locale.t
51874 ____________________________________________________________________________
51875 [ 6558] By: jhi on 2000/08/08 22:34:08
51876 Log: Tiny updates on the contributors list.
51879 ____________________________________________________________________________
51880 [ 6557] By: jhi on 2000/08/08 19:34:28
51881 Log: Double check that we have a dirhandle.
51884 ____________________________________________________________________________
51885 [ 6556] By: jhi on 2000/08/08 19:01:51
51886 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
51887 May be repopulated with fresh maintained examples.
51889 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
51890 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
51891 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
51892 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
51893 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
51894 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
51895 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
51896 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
51897 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
51898 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
51899 + lib/CGI/eg/wilogo_gif.uu
51900 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
51901 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
51902 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
51903 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
51904 - eg/cgi/frameset.cgi eg/cgi/index.html
51905 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51906 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51907 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51908 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51909 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51910 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51911 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51912 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51913 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51914 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51915 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51916 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51917 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51918 - eg/van/vanish eg/who eg/wrapsuid
51920 ____________________________________________________________________________
51921 [ 6555] By: jhi on 2000/08/08 18:51:08
51922 Log: Delete chat2 as requested by Randal.
51924 Subject: Re: perlfaq8 coyness
51925 From: merlyn@stonehenge.com (Randal L. Schwartz)
51926 Date: 15 May 2000 18:52:42 -0700
51927 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
51931 ____________________________________________________________________________
51932 [ 6554] By: jhi on 2000/08/08 18:31:35
51933 Log: Regen global.sym.
51936 ____________________________________________________________________________
51937 [ 6553] By: jhi on 2000/08/08 18:28:13
51938 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
51939 (either perlbug or p5p ate the original), plus regen
51940 perlapi and perltoc.
51942 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
51943 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
51944 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
51945 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
51946 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
51947 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
51948 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
51949 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
51950 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
51951 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
51952 ____________________________________________________________________________
51953 [ 6552] By: jhi on 2000/08/08 18:06:29
51954 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
51955 From: Mike Guy <mjtg@cam.ac.uk>
51956 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
51957 Date: Tue, 08 Aug 2000 15:51:27 +0100
51959 ! doop.c sv.h t/op/join.t t/pragma/overload.t
51960 ____________________________________________________________________________
51961 [ 6551] By: jhi on 2000/08/08 18:01:11
51962 Log: Re-apply #6549.
51965 ____________________________________________________________________________
51966 [ 6550] By: jhi on 2000/08/08 17:43:08
51967 Log: Accidental retraction of #6549.
51970 ____________________________________________________________________________
51971 [ 6549] By: jhi on 2000/08/08 17:40:04
51972 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
51973 From: Mike Guy <mjtg@cam.ac.uk>
51974 Date: Mon, 07 Aug 2000 21:49:58 +0100
51975 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
51978 ____________________________________________________________________________
51979 [ 6548] By: jhi on 2000/08/08 17:37:57
51980 Log: Document here-doc better.
51982 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
51983 From: Mike Guy <mjtg@cam.ac.uk>
51984 Date: Mon, 07 Aug 2000 14:02:09 +0100
51985 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
51988 ____________________________________________________________________________
51989 [ 6547] By: jhi on 2000/08/08 17:33:34
51990 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
51991 From: "Randy J. Ray" <rjray@redhat.com>
51992 Date: Mon, 07 Aug 2000 19:12:25 -0700
51993 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
51995 ! perl.c pod/perlrun.pod
51996 ____________________________________________________________________________
51997 [ 6546] By: jhi on 2000/08/08 17:29:26
51998 Log: Subject: Re: enhanced(?) regex error messages
51999 From: Hugo <hv@crypt.compulink.co.uk>
52000 Date: Tue, 08 Aug 2000 03:25:51 +0100
52001 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
52003 plus Capitalize the error messages, plus perldiag them.
52005 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
52006 ____________________________________________________________________________
52007 [ 6545] By: jhi on 2000/08/08 13:59:28
52008 Log: Augment #6539 a bit: don't croak if there's magic in the air.
52010 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
52011 From: Hugo <hv@crypt.compulink.co.uk>
52012 Date: Tue, 08 Aug 2000 03:02:03 +0100
52013 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
52015 ! pp.c t/op/bless.t
52016 ____________________________________________________________________________
52017 [ 6544] By: jhi on 2000/08/07 21:11:52
52018 Log: Make the test -w clean.
52021 ____________________________________________________________________________
52022 [ 6543] By: jhi on 2000/08/07 19:49:53
52023 Log: use warnings instead of $^W.
52026 ____________________________________________________________________________
52027 [ 6542] By: jhi on 2000/08/07 17:41:41
52028 Log: Disable a portability warning Because We Know What We Are Doing.
52031 ____________________________________________________________________________
52032 [ 6541] By: jhi on 2000/08/07 17:29:51
52033 Log: Tiny tidying on report_evil_fh().
52036 ____________________________________________________________________________
52037 [ 6540] By: jhi on 2000/08/07 16:37:38
52038 Log: Make regular expression parse error messages easier to understand.
52040 Subject: Re: enhanced(?) regex error messages
52041 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
52042 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
52043 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
52046 ____________________________________________________________________________
52047 [ 6539] By: jhi on 2000/08/07 16:12:27
52048 Log: Make bless(REF, REF) a fatal error, add bless tests.
52050 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
52051 From: Hugo <hv@crypt.compulink.co.uk>
52052 Date: Mon, 07 Aug 2000 16:59:38 +0100
52053 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
52056 ! MANIFEST pod/perldiag.pod pp.c sv.c
52057 ____________________________________________________________________________
52058 [ 6538] By: jhi on 2000/08/07 15:59:43
52059 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
52060 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
52061 Date: Thu, 3 Aug 2000 14:29:21 -0700
52062 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
52065 ____________________________________________________________________________
52066 [ 6537] By: jhi on 2000/08/07 15:47:18
52067 Log: Retract #6419 for now since it breaks in AFS and MachTen.
52070 ____________________________________________________________________________
52071 [ 6536] By: jhi on 2000/08/07 15:05:29
52072 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
52073 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
52074 The security hole exists only in suidperls, which isn't
52075 installed or even built by default.
52078 ____________________________________________________________________________
52079 [ 6535] By: jhi on 2000/08/07 14:45:14
52080 Log: tr memory corruption fix from Simon Cozens.
52083 ____________________________________________________________________________
52084 [ 6534] By: jhi on 2000/08/06 11:38:16
52085 Log: Document a bit that UDP is not what you might think.
52087 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
52088 From: Lupe Christoph <lupe@lupe-christoph.de>
52089 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
52090 Date: Mon, 24 Jul 2000 08:59:15 +0200
52093 ____________________________________________________________________________
52094 [ 6533] By: jhi on 2000/08/06 11:35:01
52095 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
52096 From: Jeff Pinyan <jeffp@hut.crusoe.net>
52097 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
52098 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
52101 ____________________________________________________________________________
52102 [ 6532] By: jhi on 2000/08/06 03:45:41
52103 Log: Have symbols for the IoTYPEs.
52105 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
52106 ____________________________________________________________________________
52107 [ 6531] By: jhi on 2000/08/06 01:33:55
52108 Log: Continue fixing the io warnings. This also
52109 sort of fixes bug ID 20000802.003: the core dump
52110 is no more. Whether the current behaviour is correct
52111 (giving a warning: "Not a format reference"), is another matter.
52113 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
52114 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
52115 ____________________________________________________________________________
52116 [ 6530] By: jhi on 2000/08/05 21:33:12
52117 Log: Change the Policy policy: now -Dprefix= with an existing
52118 Policy.sh and prefix == siteprefix == vendorprefix, then all
52119 of them follow along the new prefix.
52121 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
52122 From: Andy Dougherty <doughera@lafayette.edu>
52123 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
52124 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
52127 ____________________________________________________________________________
52128 [ 6529] By: jhi on 2000/08/05 18:57:28
52129 Log: Zap lib/Sys directory when cleaning up.
52132 ____________________________________________________________________________
52133 [ 6528] By: jhi on 2000/08/05 18:40:44
52134 Log: Essential prototype changes were missing from #6527.
52135 Also make report_evil_fh() more bomb-proof.
52138 ____________________________________________________________________________
52139 [ 6527] By: jhi on 2000/08/05 03:22:05
52140 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
52141 From: "Ronald F. Guilmette" <rfg@monkeys.com>
52142 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
52143 Message-Id: <200007242247.PAA52177@monkeys.com>
52145 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
52146 ____________________________________________________________________________
52147 [ 6526] By: jhi on 2000/08/04 21:23:27
52148 Log: gcc versions might have (parentheses) in them.
52149 Branch: metaconfig/U/perl
52152 ! Configure config_h.SH
52153 ____________________________________________________________________________
52154 [ 6525] By: jhi on 2000/08/04 20:23:12
52155 Log: Weed buglets pointed out by
52157 From: Lupe Christoph <lupe@lupe-christoph.de>
52158 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
52159 Date: Fri, 4 Aug 2000 17:34:39 +0200
52160 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
52161 Branch: metaconfig/U/perl
52162 ! gccvers.U uselfs.U
52164 ! Configure config_h.SH
52165 ____________________________________________________________________________
52166 [ 6524] By: jhi on 2000/08/04 19:02:08
52167 Log: Warn under -w if lstat(FH) is attempted.
52169 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
52170 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52171 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
52172 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
52174 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
52175 ! t/pragma/warn/pp_sys
52176 ____________________________________________________________________________
52177 [ 6523] By: jhi on 2000/08/04 12:31:11
52178 Log: Subject: New perlcc, take 2
52179 From: simon@brecon.co.uk (Simon Cozens)
52180 Date: 4 Aug 2000 06:21:04 GMT
52181 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
52184 ____________________________________________________________________________
52185 [ 6522] By: jhi on 2000/08/04 12:26:33
52186 Log: Subject: Re: Array vs. List context
52187 From: Daniel Chetlin <daniel@chetlin.com>
52188 Date: Fri, 4 Aug 2000 00:22:44 -0700
52189 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
52191 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
52193 ____________________________________________________________________________
52194 [ 6521] By: jhi on 2000/08/04 12:22:38
52195 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
52196 From: Raymund Will <ray@caldera.de>
52197 Date: Fri, 4 Aug 2000 12:07:09 +0200
52198 Message-Id: <20000804120709.A14982@caldera.de>
52201 ____________________________________________________________________________
52202 [ 6520] By: jhi on 2000/08/04 04:09:06
52203 Log: After the #6519 a warning about stat() is just that,
52204 not about a filetest, which now have their own warning.
52207 ____________________________________________________________________________
52208 [ 6519] By: jhi on 2000/08/04 04:06:30
52209 Log: In the warnings call filehandles consistently so;
52210 add "unopened" warning for stat().
52212 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
52213 ! t/pragma/warn/pp_sys
52214 ____________________________________________________________________________
52215 [ 6518] By: jhi on 2000/08/04 02:55:35
52216 Log: Subject: Minor tweak to perlvar.pod
52217 From: "Stephen P. Potter" <spp@ds.net>
52218 Date: Tue, 18 Apr 2000 09:26:03 -0400
52219 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
52222 ____________________________________________________________________________
52223 [ 6517] By: jhi on 2000/08/04 02:50:08
52224 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
52225 From: "Clinton Pierce" <cpierce1@ford.com>
52226 Date: Wed, 21 Jul 1999 16:45:31 -0400
52227 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
52229 Fix by Stephen Potter (visible in the bug db but not in p5p?)
52231 ! pod/perlfunc.pod pod/perlop.pod
52232 ____________________________________________________________________________
52233 [ 6516] By: jhi on 2000/08/04 02:09:25
52234 Log: This is 6512. Really.
52237 ____________________________________________________________________________
52238 [ 6515] By: jhi on 2000/08/04 01:25:50
52239 Log: mention the idea of @( and @)
52242 ____________________________________________________________________________
52243 [ 6514] By: bailey on 2000/08/04 01:18:46
52244 Log: YA resync with mainstem, including VMS patches from others
52246 +> (branch 48 files)
52247 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
52248 !> (integrate 354 files)
52249 ____________________________________________________________________________
52250 [ 6513] By: jhi on 2000/08/04 01:18:18
52251 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
52252 From: Mark Dickinson <dickins3@fas.harvard.edu>
52253 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
52254 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
52256 ! t/op/grent.t t/op/pwent.t
52257 ____________________________________________________________________________
52258 [ 6512] By: jhi on 2000/08/04 01:14:06
52259 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
52260 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52261 Date: Wed, 02 Aug 2000 10:51:01 +0100
52262 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
52265 ____________________________________________________________________________
52266 [ 6511] By: jhi on 2000/08/04 00:57:00
52267 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
52268 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52269 Date: Thu, 03 Aug 2000 17:20:04 -0700
52270 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
52272 ! U/modified/Cppsym.U
52274 ! Configure config_h.SH
52275 ____________________________________________________________________________
52276 [ 6510] By: jhi on 2000/08/04 00:25:28
52280 ____________________________________________________________________________
52281 [ 6509] By: jhi on 2000/08/03 23:43:18
52282 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
52283 From: Dominic Dunlop <domo@computer.org>
52284 Date: Thu, 3 Aug 2000 22:16:46 +0200
52285 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
52288 ____________________________________________________________________________
52289 [ 6508] By: jhi on 2000/08/03 23:40:37
52290 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
52291 From: Hugo <hv@crypt.compulink.co.uk>
52292 Date: Thu, 03 Aug 2000 18:25:30 +0100
52293 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
52295 ! regcomp.c t/op/re_tests
52296 ____________________________________________________________________________
52297 [ 6507] By: jhi on 2000/08/03 23:38:28
52298 Log: Subject: [PATCH] sv.h documentation - SvLEN
52299 From: Mike Guy <mjtg@cam.ac.uk>
52300 Date: Thu, 03 Aug 2000 14:43:09 +0100
52301 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
52304 ____________________________________________________________________________
52305 [ 6506] By: jhi on 2000/08/03 15:49:14
52306 Log: Disable the fix_pl hack for now.
52309 ____________________________________________________________________________
52310 [ 6505] By: jhi on 2000/08/03 13:49:04
52311 Log: Add a URL for FSF.
52313 Subject: Patch for README
52314 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52315 Date: Wed, 2 Aug 2000 13:25:09 -0500
52316 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
52319 ____________________________________________________________________________
52320 [ 6504] By: jhi on 2000/08/03 13:29:19
52321 Log: Be more informative on what is skipped and why,
52322 also repeat the list at the end.
52325 ____________________________________________________________________________
52326 [ 6503] By: jhi on 2000/08/03 13:07:05
52327 Log: Circumvent the removal of .patch by fix_pl.
52329 Subject: Re: [ID 20000802.011] unable to 'make test'
52330 From: simon@brecon.co.uk (Simon Cozens)
52331 Date: 3 Aug 2000 04:17:00 GMT
52332 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
52335 ____________________________________________________________________________
52336 [ 6502] By: jhi on 2000/08/03 00:14:34
52337 Log: Add the missing setproctitle unit.
52338 Branch: metaconfig/U/perl
52340 ____________________________________________________________________________
52341 [ 6501] By: jhi on 2000/08/03 00:00:26
52342 Log: The subtest 4 may fail also on VOBS, as pointed out
52343 by Nick Ing-Simmons in November 1999, bug id 19991124.003
52344 (but the failure in that bug report isn't the subtest 4).
52347 ____________________________________________________________________________
52348 [ 6500] By: jhi on 2000/08/02 23:49:30
52349 Log: Better skip message for the test; one of the two problems in
52351 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
52352 From: Lupe Christoph <lupe@lupe-christoph.de>
52353 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
52354 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
52356 ! t/op/numconvert.t
52357 ____________________________________________________________________________
52358 [ 6499] By: jhi on 2000/08/02 22:49:16
52359 Log: Allow "no Module;" even if there is no 'unimport'.
52361 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
52362 From: mjd@plover.com
52363 Date: 24 Mar 2000 15:24:34 -0000
52364 Message-Id: <20000324152434.15160.qmail@plover.com>
52367 ____________________________________________________________________________
52368 [ 6498] By: jhi on 2000/08/02 22:42:58
52369 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
52370 that are hopefully soon put into use.
52372 ! opcode.h opcode.pl opnames.h
52373 ____________________________________________________________________________
52374 [ 6497] By: gsar on 2000/08/02 22:28:59
52375 Log: require.t needs binmode() to work on windows
52378 ____________________________________________________________________________
52379 [ 6496] By: jhi on 2000/08/02 22:08:51
52380 Log: Document the IVdf UVuf UVof UVxf.
52383 ____________________________________________________________________________
52384 [ 6495] By: jhi on 2000/08/02 21:54:26
52387 ! ext/Data/Dumper/Dumper.xs
52388 ____________________________________________________________________________
52389 [ 6494] By: jhi on 2000/08/02 21:49:17
52390 Log: Dump UVs as UVs in Data::Dumper.
52392 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
52393 From: Gurusamy Sarathy <gsar@ActiveState.com>
52394 Date: Thu, 27 Apr 2000 12:26:25 -0700
52395 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
52397 ! ext/Data/Dumper/Dumper.xs
52398 ____________________________________________________________________________
52399 [ 6493] By: jhi on 2000/08/02 17:01:58
52400 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
52401 From: Hugo <hv@crypt.compulink.co.uk>
52402 Date: Wed, 02 Aug 2000 14:53:56 +0100
52403 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
52405 ! regexec.c t/op/re_tests
52406 ____________________________________________________________________________
52407 [ 6492] By: jhi on 2000/08/02 15:02:46
52408 Log: The new setproctitle() feature is available only in
52409 bleeding edge FreeBSD. From Paul Saab.
52412 ____________________________________________________________________________
52413 [ 6491] By: jhi on 2000/08/02 13:34:36
52414 Log: The tr utf8 patching continues.
52416 Subject: Re: #6469, too many tests claimed in require.t
52417 From: simon@brecon.co.uk (Simon Cozens)
52418 Date: 2 Aug 2000 02:37:17 GMT
52419 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
52421 (the logic of the test was the wrong way round in the patch)
52424 ____________________________________________________________________________
52425 [ 6490] By: jhi on 2000/08/02 13:27:38
52426 Log: The name of a filehandle does not have <these>.
52428 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
52429 ! t/pragma/warn/pp_sys util.c
52430 ____________________________________________________________________________
52431 [ 6489] By: jhi on 2000/08/02 04:26:46
52432 Log: Remove the extraneous "main::" prefix from all the
52433 "opened only for", "on closed", and "never opened" warnings.
52435 Subject: Re: inappropriate warning
52436 From: Gurusamy Sarathy <gsar@ActiveState.com>
52437 Date: Mon, 20 Mar 2000 11:28:02 -0800
52438 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
52440 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
52441 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
52442 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
52443 ____________________________________________________________________________
52444 [ 6488] By: jhi on 2000/08/02 03:02:57
52445 Log: memcpy has n o in it, as pinted ut by Sarathy.
52448 ____________________________________________________________________________
52449 [ 6487] By: jhi on 2000/08/02 02:44:51
52450 Log: Document in one place the memory abstractions used in Perl core.
52452 Subject: Re: Memory abstraction
52453 From: simon@brecon.co.uk (Simon Cozens)
52454 Date: 2 Aug 2000 02:20:23 GMT
52455 Organization: Earth.li Origins
52458 ____________________________________________________________________________
52459 [ 6486] By: jhi on 2000/08/02 02:41:57
52460 Log: regen_headers, regen perltoc.
52462 ! perlapi.c pod/perltoc.pod
52463 ____________________________________________________________________________
52464 [ 6485] By: jhi on 2000/08/02 01:43:33
52465 Log: "This little thing tests for a file .patch, and if it contains
52466 a number, pops into patchlevel.h" (making it easier to track
52467 which development version people are reporting bugs against)
52469 Subject: Patchlevel autogeneration for repository perls
52470 From: simon@brecon.co.uk (Simon Cozens)
52471 Date: 14 Jul 2000 07:12:15 GMT
52472 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
52475 ! MANIFEST Makefile.SH
52476 ____________________________________________________________________________
52477 [ 6484] By: jhi on 2000/08/02 01:32:54
52478 Log: FreeBSD 3.* updates from
52480 From: Paul Saab <ps@yahoo-inc.com>
52481 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
52482 Date: Tue, 1 Aug 2000 15:41:39 -0700
52483 Message-Id: <20000801154139.A53740@yahoo-inc.com>
52486 ____________________________________________________________________________
52487 [ 6483] By: jhi on 2000/08/02 01:27:44
52488 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
52489 instead one must use setproctitle(). This was already addressed
52490 by change #6457, but the below has a new variant for FreeBSD 4.0
52491 or later, and the matter is also documented more.
52493 From: Paul Saab <ps@yahoo-inc.com>
52494 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
52495 Date: Tue, 1 Aug 2000 15:41:39 -0700
52496 Message-Id: <20000801154139.A53740@yahoo-inc.com>
52497 Branch: metaconfig/U/perl
52500 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
52501 ____________________________________________________________________________
52502 [ 6482] By: jhi on 2000/08/01 22:17:32
52503 Log: The test from this
52505 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
52506 Date: Sat, 15 Apr 2000 17:03:44 +0100
52507 From: Tom Hughes <tom@compton.nu>
52508 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
52510 was missing, the code change went in as #5989
52511 (which had a different test?)
52514 ____________________________________________________________________________
52515 [ 6481] By: jhi on 2000/08/01 21:48:38
52516 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
52517 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52518 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
52519 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
52522 ____________________________________________________________________________
52523 [ 6480] By: jhi on 2000/08/01 18:05:28
52524 Log: Make p4desc to skip non-mainperl branches by default.
52527 ____________________________________________________________________________
52528 [ 6479] By: jhi on 2000/08/01 17:29:19
52529 Log: If gccosandvers is equal to osname, clear gccosandvers.
52530 Branch: metaconfig/U/perl
52533 ! Configure config_h.SH
52534 ____________________________________________________________________________
52535 [ 6478] By: jhi on 2000/08/01 15:54:08
52536 Log: BOM patching from Simon Cozens.
52539 ____________________________________________________________________________
52540 [ 6477] By: jhi on 2000/08/01 04:50:33
52541 Log: Stash away the largefiles flags and libswanted.
52543 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
52544 ____________________________________________________________________________
52545 [ 6476] By: gsar on 2000/08/01 04:24:24
52546 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
52549 ! t/pragma/utf8.t utf8.c win32/win32.c
52550 ____________________________________________________________________________
52551 [ 6475] By: jhi on 2000/08/01 03:35:24
52552 Log: Make chr() for values >127 to create utf8 when under utf8.
52554 Subject: Re: uft8/chr()
52555 From: simon@brecon.co.uk (Simon Cozens)
52556 Date: 1 Aug 2000 02:37:02 GMT
52557 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
52559 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
52560 ____________________________________________________________________________
52561 [ 6474] By: jhi on 2000/08/01 02:36:18
52562 Log: In Digital UNIX warn if gcc explicitly chosen because even
52563 2.95.2 is known to cause problems.
52566 ____________________________________________________________________________
52567 [ 6473] By: jhi on 2000/08/01 02:00:56
52568 Log: Make the safety catch for buggy gccs work with triple version
52569 numbers like 2.95.2. Reported in
52571 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
52572 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
52573 Date: Mon, 31 Jul 2000 14:55:06 +0200
52574 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
52577 ____________________________________________________________________________
52578 [ 6472] By: jhi on 2000/08/01 01:13:33
52579 Log: Subject: fix and question re: waitpid() under win32
52580 From: Brian Clarke <clarke@appliedmeta.com>
52581 Date: Fri, 28 Jul 2000 15:18:29 -0400
52582 Message-ID: <3981DC85.290314EB@appliedmeta.com>
52584 Slightly reformatted and WNOHANG # define moved to win32.h
52585 so that also POSIX.xs sees it, as suggsted by Sarathy.
52587 ! win32/win32.c win32/win32.h
52588 ____________________________________________________________________________
52589 [ 6471] By: jhi on 2000/08/01 00:55:05
52590 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
52591 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52592 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
52593 Date: Mon, 31 Jul 2000 13:28:51 +0100
52595 (aka ID 20000730.002)
52598 ____________________________________________________________________________
52599 [ 6470] By: jhi on 2000/07/31 23:34:42
52600 Log: Document the problem with -P in HP-UX and its workaround.
52602 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
52603 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
52604 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
52605 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
52608 ____________________________________________________________________________
52609 [ 6469] By: jhi on 2000/07/31 04:15:02
52610 Log: The swallow_bom() saga continues. The #23 of require.t
52611 (UTF16-LE) still fails (silently, no output) but the #22
52612 (UTF16-BE) seems to be working now. The root of the
52613 failure may be in sv_gets(): is it UTF-16LE-aware,
52614 especially when it comes to line endings?
52616 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
52617 ! t/comp/require.t toke.c utf8.c
52618 ____________________________________________________________________________
52619 [ 6468] By: jhi on 2000/07/30 19:05:48
52620 Log: Find green threads before native threads.
52622 Subject: Re: Patch to jpl/JNI/Makefile.PL
52623 From: Jens Thomsen <jens@fiend.cis.com>
52624 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
52625 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
52627 ! jpl/JNI/Makefile.PL
52628 ____________________________________________________________________________
52629 [ 6467] By: jhi on 2000/07/30 18:36:22
52630 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
52633 ____________________________________________________________________________
52634 [ 6466] By: jhi on 2000/07/30 04:37:29
52635 Log: A new version of the "remove UPPERACSE string comparison"
52636 operators. The problem with the previous one (change #6454)
52637 was that it was for Perl 5.6.0. From Paul Marquess.
52639 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
52640 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
52641 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52642 ____________________________________________________________________________
52643 [ 6465] By: jhi on 2000/07/29 22:39:56
52644 Log: Do not upgrade SVs into utf8 just because they participate
52645 in eq or cmp. Reported and fix suggested in
52647 Subject: [ID 20000720.009] sv_eq UTF8 bug
52648 From: "Simon Cozens" <simon@othersideofthe.earth.li>
52649 Date: 21 Jul 2000 04:37:29 -0000
52650 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
52652 Exercise for the kind reader: should we or should we not
52653 cache the utf8 conversion alonside the SV? (as magic,
52654 as thestrxfrm()ed version is cached under use locale)
52655 Argue both for and against.
52658 ____________________________________________________________________________
52659 [ 6464] By: jhi on 2000/07/29 22:36:22
52660 Log: Subject: UTF8 concat
52661 From: simon@brecon.co.uk (Simon Cozens)
52662 Date: 30 Jun 2000 06:13:25 GMT
52663 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
52665 (with a memory leak fixed, plus a few casts added)
52667 This also seems to help for
52669 Subject: [ID 20000716.015] join UTF8 weirdness
52670 From: root <root@ak-71.mind.de>
52671 Date: Sat, 15 Jul 2000 15:29:54 +0200
52672 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
52674 (from Andreas König)
52677 ____________________________________________________________________________
52678 [ 6463] By: jhi on 2000/07/29 00:55:39
52679 Log: Tune the comments and hopefully stop a memory leak.
52682 ____________________________________________________________________________
52683 [ 6462] By: jhi on 2000/07/29 00:16:53
52684 Log: The problem described in this
52686 Subject: [ID 20000322.018] named chars aren't magical enough
52687 From: root <root@dixie.cscaper.com>
52688 Date: Wed, 22 Mar 2000 18:37:42 -0700
52689 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
52691 has been fixed in perl 5.6.0 but just in case added a test
52692 to keep it away. (The report from Joseph Hall.)
52694 ! t/lib/charnames.t
52695 ____________________________________________________________________________
52696 [ 6461] By: jhi on 2000/07/28 23:56:36
52697 Log: Tiny fixes for #6460.
52698 Branch: metaconfig/U/perl
52701 ! Configure config_h.SH
52702 ____________________________________________________________________________
52703 [ 6460] By: jhi on 2000/07/28 23:24:41
52704 Log: Warn if the version of the operating system used to compile gcc
52705 differs from the current version of the operating system.
52706 Also display the gcc compilation os and version in myconfig.
52709 Subject: Re: [ID 20000710.003] ERRORS!!
52710 From: "Kurt D. Starsinic" <kstar@chapin.edu>
52711 Date: Mon, 10 Jul 2000 15:54:16 -0400
52712 Message-ID: <20000710155416.A1384@O2.chapin.edu>
52713 Branch: metaconfig/U/perl
52716 ! Configure config_h.SH myconfig.SH
52717 ____________________________________________________________________________
52718 [ 6459] By: jhi on 2000/07/28 22:00:32
52719 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
52720 letter to $Config{osvers}.
52722 ! U/modified/Oldconfig.U
52724 ! Configure config_h.SH
52725 ____________________________________________________________________________
52726 [ 6458] By: jhi on 2000/07/28 04:15:39
52727 Log: Back out #6454, doesn't seem to work.
52728 (Reason: that patch was for perl 5.6.0, not perl-current)
52729 (A version of the patch for perl-current came in later as #6466)
52731 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
52732 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
52733 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52734 ____________________________________________________________________________
52735 [ 6457] By: jhi on 2000/07/27 23:31:49
52736 Log: Use setproctitle() if available to modify $0.
52738 Subject: setting $* on BSD4 broken
52739 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
52740 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
52741 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
52743 ! U/modified/Myinit.U
52745 ! Configure config_h.SH mg.c
52746 ____________________________________________________________________________
52747 [ 6456] By: jhi on 2000/07/27 14:50:47
52748 Log: Allow "no AutoLoader;", based on change #6444,
52749 suggested by Graham Barr.
52751 ! lib/AutoLoader.pm
52752 ____________________________________________________________________________
52753 [ 6455] By: jhi on 2000/07/27 14:19:10
52754 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
52755 From: rspier@pobox.com (Robert Spier)
52756 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
52757 Message-ID: <14720.15855.787664.424783@rls.cx>
52760 ____________________________________________________________________________
52761 [ 6454] By: jhi on 2000/07/27 14:03:02
52762 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
52767 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
52768 From: Ryan Herbert <rherbert@sycamorehq.com>
52769 Date: Mon, 17 Jul 2000 11:40:42 -0400
52770 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
52774 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
52775 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52776 Date: Wed, 26 Jul 2000 23:40:18 +0100
52777 Message-ID: <000001bff752$79511880$0a17073e@tiny>
52779 based on an earlier patch from Stephen P. Potter.
52781 (Removed later by change #6458 because this patch was for
52782 perl 5.6.0, not perl-current)
52784 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
52785 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
52786 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
52787 ____________________________________________________________________________
52788 [ 6453] By: jhi on 2000/07/27 13:48:02
52789 Log: Subject: [PATCH] fixes bug 20000508.004
52790 From: Michael Stevens <mstevens@globnix.org>
52791 Date: Thu, 27 Jul 2000 13:49:04 +0100
52792 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
52795 ____________________________________________________________________________
52796 [ 6452] By: jhi on 2000/07/26 23:51:26
52797 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
52798 and Craig A. Berry.
52800 ! lib/File/Temp.pm pod/perlport.pod
52801 ____________________________________________________________________________
52802 [ 6451] By: jhi on 2000/07/26 19:43:30
52803 Log: Be wary of close()s, too.
52805 Subject: Re: [PATCH] perlbug cleanup
52806 From: Tim Jenness <t.jenness@jach.hawaii.edu>
52807 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
52808 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
52811 ____________________________________________________________________________
52812 [ 6450] By: jhi on 2000/07/26 18:41:40
52813 Log: Subject: Minor doc patch: handy.h
52814 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
52815 Date: Wed, 26 Jul 2000 15:34:25 -0300
52816 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
52818 ! handy.h pod/perlapi.pod
52819 ____________________________________________________________________________
52820 [ 6449] By: jhi on 2000/07/26 18:23:55
52821 Log: Subject: [PATCH] minor doc change - perlguts
52822 From: Michael Stevens <mstevens@globnix.org>
52823 Date: Thu, 13 Jul 2000 12:39:18 +0100
52824 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
52827 ____________________________________________________________________________
52828 [ 6448] By: jhi on 2000/07/26 18:20:30
52829 Log: open() wariness in perlbug.
52831 Subject: [PATCH] perlbug cleanup
52832 From: Michael Stevens <mstevens@globnix.org>
52833 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
52834 Date: Thu, 13 Jul 2000 15:52:23 +0100
52837 ____________________________________________________________________________
52838 [ 6447] By: jhi on 2000/07/26 18:13:04
52839 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
52841 ! lib/File/Temp.pm t/lib/ftmp-security.t
52842 ____________________________________________________________________________
52843 [ 6446] By: jhi on 2000/07/26 18:06:32
52844 Log: docfix from Peter Scott <Peter@PSDT.com>.
52847 ____________________________________________________________________________
52848 [ 6445] By: jhi on 2000/07/26 17:53:31
52849 Log: Fix *foo{FORMAT}.
52851 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52852 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52853 Date: Wed, 26 Jul 2000 19:51:02 +0200
52854 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
52856 From: Graham Barr <gbarr@pobox.com>
52857 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
52858 Date: Wed, 26 Jul 2000 17:38:36 +0100
52859 Message-ID: <20000726173836.L472@pobox.com>
52861 ! pp.c sv.c t/op/gv.t
52862 ____________________________________________________________________________
52863 [ 6444] By: jhi on 2000/07/26 17:49:14
52864 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
52865 from Graham Barr in the module list.
52867 ! gv.c pod/perlobj.pod
52868 ____________________________________________________________________________
52869 [ 6443] By: jhi on 2000/07/26 16:06:56
52870 Log: More split() doc and test patches from Mike Guy.
52872 ! pod/perlfunc.pod t/op/split.t
52873 ____________________________________________________________________________
52874 [ 6442] By: jhi on 2000/07/26 16:05:30
52875 Log: MacOS nits from Matthias Neeracher.
52878 ____________________________________________________________________________
52879 [ 6441] By: jhi on 2000/07/26 04:39:57
52880 Log: Subject: [PATCH] split /^/
52881 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52882 Date: Tue, 25 Jul 2000 14:18:57 +0100
52883 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
52885 (with notes from tchrist and gbarr)
52887 ! pod/perlfunc.pod t/op/split.t
52888 ____________________________________________________________________________
52889 [ 6440] By: jhi on 2000/07/26 04:32:32
52890 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
52891 From: Peter Prymmer <pvhp@forte.com>
52892 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
52893 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
52895 ! vms/munchconfig.c
52896 ____________________________________________________________________________
52897 [ 6439] By: jhi on 2000/07/26 04:31:01
52898 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
52899 to be fatal errors (instead of by default ignoring them, and
52900 ignoring with a bug: even though -w gave an error, the opening [
52901 was left in) Reported in:
52903 Subject: [ID 20000716.024] [=cc=] / [:blank:]
52904 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52905 Date: Sun, 16 Jul 2000 17:55:29 -0700
52906 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52908 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
52909 ____________________________________________________________________________
52910 [ 6438] By: jhi on 2000/07/25 15:41:15
52911 Log: Subject: [PATCH] av.c apidoc
52912 From: simon@brecon.co.uk (Simon Cozens)
52913 Date: 24 Jul 2000 06:40:52 GMT
52914 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
52916 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
52917 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
52918 ____________________________________________________________________________
52919 [ 6437] By: jhi on 2000/07/25 14:05:36
52920 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
52921 From: "Stephen P. Potter" <spp@ds.net>
52922 Date: Mon, 24 Jul 2000 14:22:23 -0400
52923 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
52925 ! pod/perllocale.pod
52926 ____________________________________________________________________________
52927 [ 6436] By: jhi on 2000/07/25 14:02:03
52928 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
52929 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52930 Date: Mon, 24 Jul 2000 18:04:28 +0100
52931 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
52933 ! t/lib/syslfs.t t/op/lfs.t
52934 ____________________________________________________________________________
52935 [ 6435] By: jhi on 2000/07/25 13:59:28
52936 Log: Get UTF16 BOMs working. Patch from
52938 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52939 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52940 Date: Tue, 25 Jul 2000 12:52:45 +0100
52941 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
52945 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
52946 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52947 Date: Tue, 25 Jul 2000 11:43:25 +0100
52948 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
52950 ! t/comp/require.t toke.c utf8.c
52951 ____________________________________________________________________________
52952 [ 6434] By: jhi on 2000/07/25 02:39:54
52953 Log: Make the "uninit variable" warning to say "concat or string"
52954 or "join or string" when in concat or join .
52956 Subject: Re: [ID 20000403.009] uninitialised concatenation???
52957 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52958 Date: Tue, 04 Apr 2000 18:22:58 +0100
52959 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
52961 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
52962 From: William R Ward <hermit@BayView.COM>
52963 Date: Thu, 30 Mar 2000 19:50:03 -0800
52964 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
52966 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
52967 ! t/pragma/warn/op t/pragma/warn/sv
52968 ____________________________________________________________________________
52969 [ 6433] By: jhi on 2000/07/24 17:52:56
52970 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
52972 ! lib/File/Spec/VMS.pm
52973 ____________________________________________________________________________
52974 [ 6432] By: jhi on 2000/07/24 17:44:44
52975 Log: Test cases for #6431.
52977 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52978 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52979 Date: Mon, 24 Jul 2000 15:32:29 +0100
52980 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
52982 ! t/op/pat.t t/op/split.t
52983 ____________________________________________________________________________
52984 [ 6431] By: jhi on 2000/07/24 17:43:17
52987 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
52988 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
52989 Date: Mon, 17 Jul 2000 20:04:56 +0100
52990 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
52993 ____________________________________________________________________________
52994 [ 6430] By: jhi on 2000/07/24 03:42:42
52995 Log: Subject: [ID 20000716.023] syslog test fails without sockets
52996 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52997 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
52998 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
52999 Branch: metaconfig/U/perl
53002 ! Configure config_h.SH
53003 ____________________________________________________________________________
53004 [ 6429] By: jhi on 2000/07/24 03:11:52
53005 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
53006 case, but add also notes explaining the relationship of this
53007 patch and the earlier notes by Sarathy.
53009 Subject: Map is still slow
53010 From: "Ben Tilly" <ben_tilly@hotmail.com>
53011 Date: Sat, 15 Jul 2000 17:23:27 EDT
53012 Message-ID: <20000715212327.21656.qmail@hotmail.com>
53015 ____________________________________________________________________________
53016 [ 6428] By: jhi on 2000/07/24 02:58:52
53017 Log: Documentation to explain the behaviour of map().
53019 Subject: Re: Map is still slow
53020 From: Gurusamy Sarathy <gsar@ActiveState.com>
53021 Date: Sat, 15 Jul 2000 16:05:09 -0700
53022 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
53025 ____________________________________________________________________________
53026 [ 6427] By: jhi on 2000/07/24 02:50:03
53028 [ID 19991110.003] another matching finding by pcre author
53029 which has already been fixed by some patch, as verified in
53031 Subject: Re: two regex bugs from the mists of time (well, last November)
53032 From: Hugo <hv@crypt.compulink.co.uk>
53033 Date: Sat, 22 Jul 2000 18:12:58 +0100
53034 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
53037 ____________________________________________________________________________
53038 [ 6426] By: jhi on 2000/07/24 02:11:20
53039 Log: A missing 'break' after the [[:space:]] switch case.
53041 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
53042 From: "Stephen P. Potter" <spp@ds.net>
53043 Date: Tue, 18 Jul 2000 16:25:17 -0400
53044 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
53047 ____________________________________________________________________________
53048 [ 6425] By: jhi on 2000/07/24 02:06:12
53049 Log: The output might have been produced in the wrong order.
53051 Subject: [ID 20000720.003] [PATCH] t/op/write.t
53052 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53053 Date: Thu, 20 Jul 2000 18:49:18 +0100
53054 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
53057 ____________________________________________________________________________
53058 [ 6424] By: jhi on 2000/07/24 02:00:07
53059 Log: Use STDOUT consistently.
53061 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
53062 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53063 Date: Thu, 20 Jul 2000 18:04:01 +0100
53064 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
53066 ! lib/Test/Harness.pm
53067 ____________________________________________________________________________
53068 [ 6423] By: jhi on 2000/07/24 01:54:54
53069 Log: Protect against "wild next"s, that is, callbacks doing "next"
53070 instead of "return".
53072 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
53073 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53074 Date: Tue, 18 Jul 2000 11:30:16 +0100
53075 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
53078 ____________________________________________________________________________
53079 [ 6422] By: jhi on 2000/07/24 01:35:47
53080 Log: Out-of-date note removed.
53082 Subject: [PATCH] documentation perlipc
53083 From: rspier@pobox.com (Robert Spier)
53084 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
53085 Message-ID: <14711.35178.572612.502654@rls.cx>
53088 ____________________________________________________________________________
53089 [ 6421] By: jhi on 2000/07/24 00:09:18
53090 Log: Send all installperl messages to STDERR and be -w clean.
53092 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
53093 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53094 Date: Sat, 22 Jul 2000 14:02:11 +0100
53095 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
53098 ____________________________________________________________________________
53099 [ 6420] By: jhi on 2000/07/24 00:04:19
53100 Log: Decutandpasto.
53102 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
53103 From: "Richard Soderberg" <rs@crystalflame.net>
53104 Date: Sun, 23 Jul 2000 01:37:23 -0700
53105 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
53108 ____________________________________________________________________________
53109 [ 6419] By: jhi on 2000/07/24 00:01:12
53110 Log: A cleaner abs_path().
53111 Subject: Re: unix alternative to Cwd.pm
53112 From: Jeff Pinyan <jeffp@crusoe.net>
53113 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
53114 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
53117 ____________________________________________________________________________
53118 [ 6418] By: jhi on 2000/07/23 23:48:56
53121 Subject: [PATCH perl-current] Typo in hints/powerux.sh
53122 From: "Richard Soderberg" <rs@crystalflame.net>
53123 Date: Sun, 23 Jul 2000 01:27:33 -0700
53124 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
53127 ____________________________________________________________________________
53128 [ 6417] By: jhi on 2000/07/17 22:13:31
53129 Log: Subject: SDBM_File documentation
53130 From: mjd@plover.com
53131 Date: 16 Jul 2000 17:41:17 -0000
53132 Message-ID: <20000716174117.18515.qmail@plover.com>
53134 ! ext/SDBM_File/SDBM_File.pm
53135 ____________________________________________________________________________
53136 [ 6416] By: jhi on 2000/07/17 19:13:26
53137 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
53139 ! hints/mpeix.sh mpeix/relink
53140 ____________________________________________________________________________
53141 [ 6415] By: jhi on 2000/07/15 14:11:02
53142 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
53143 the utf8 'characters' can be more than one octet).
53145 Date: Sat, 15 Jul 2000 00:21:56 +0100
53146 From: Tom Hughes <tom@compton.nu>
53147 Subject: Re: [ID 20000714.002]
53148 Message-ID: <db2334de49.tom@compton.compton.nu>
53152 Subject: [ID 20000714.002]
53153 From: "Simon Cozens" <simon@othersideofthe.earth.li>
53154 Date: 14 Jul 2000 15:13:09 -0000
53155 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
53158 ____________________________________________________________________________
53159 [ 6414] By: jhi on 2000/07/15 03:13:41
53160 Log: another VMS build tweak from Peter Prymmer
53162 ! vms/descrip_mms.template
53163 ____________________________________________________________________________
53164 [ 6413] By: jhi on 2000/07/15 03:10:40
53165 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
53168 ____________________________________________________________________________
53169 [ 6412] By: jhi on 2000/07/15 00:31:05
53170 Log: More docs for sv functions.
53172 Subject: [PATCH cfgperl] sv.c apidoc
53173 From: simon@brecon.co.uk (Simon Cozens)
53174 Date: 13 Jul 2000 09:00:20 GMT
53175 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
53177 Subject: Re: [PATCH cfgperl] sv.c apidoc
53178 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53179 Date: Thu, 13 Jul 2000 12:27:41 +0100
53180 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
53182 Subject: Re: [PATCH cfgperl] sv.c apidoc
53183 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53184 Date: Thu, 13 Jul 2000 13:23:09 +0100
53185 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
53187 Subject: Re: [PATCH cfgperl] sv.c apidoc
53188 From: simon@brecon.co.uk (Simon Cozens)
53189 Date: 14 Jul 2000 06:51:02 GMT
53190 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
53192 ! embed.pl pod/perlapi.pod sv.c
53193 ____________________________________________________________________________
53194 [ 6411] By: jhi on 2000/07/15 00:10:41
53195 Log: lib/b test fixes from Peter Prymmer.
53198 ____________________________________________________________________________
53199 [ 6410] By: jhi on 2000/07/15 00:02:09
53200 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
53201 From: Hugo <hv@crypt.compulink.co.uk>
53202 Date: Fri, 14 Jul 2000 23:05:20 +0100
53203 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
53205 Didn't anymore apply, but that point still could use another fix.
53208 ____________________________________________________________________________
53209 [ 6409] By: jhi on 2000/07/14 23:15:15
53210 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
53211 not in pod, from Peter Prymmer
53213 ! vms/descrip_mms.template
53214 ____________________________________________________________________________
53215 [ 6408] By: jhi on 2000/07/14 20:35:05
53216 Log: The bug report
53217 [ID 19991110.002] minimal matching discrepancy found by pcre author
53218 seems to have been fixed (though differently from what was suggested
53219 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
53222 ____________________________________________________________________________
53223 [ 6407] By: jhi on 2000/07/14 17:38:08
53224 Log: Fix AutoSplit to use File::Spec the right way in VMS,
53225 from Peter Prymmer.
53228 ____________________________________________________________________________
53229 [ 6406] By: jhi on 2000/07/14 14:13:22
53230 Log: Merge perlhacktut into perlhack, update perlguts.
53232 Subject: Re: Perlhacktut
53233 From: simon@brecon.co.uk (Simon Cozens)
53234 Date: 14 Jul 2000 06:49:21 GMT
53235 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
53237 Subject: Re: Perlhacktut
53238 From: simon@brecon.co.uk (Simon Cozens)
53239 Date: 14 Jul 2000 07:09:45 GMT
53240 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
53242 ! pod/perlguts.pod pod/perlhack.pod
53243 ____________________________________________________________________________
53244 [ 6405] By: jhi on 2000/07/14 14:02:31
53245 Log: Integrate with Sarathy.
53247 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
53248 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
53249 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
53250 ____________________________________________________________________________
53251 [ 6404] By: gsar on 2000/07/14 12:15:02
53252 Log: PERL_OBJECT build tweaks
53255 ____________________________________________________________________________
53256 [ 6403] By: gsar on 2000/07/14 11:23:41
53257 Log: inconsistent types needs casts
53260 ____________________________________________________________________________
53261 [ 6402] By: gsar on 2000/07/14 11:12:04
53262 Log: typos in change#6399, regen headers
53264 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
53265 ____________________________________________________________________________
53266 [ 6401] By: gsar on 2000/07/14 10:59:12
53267 Log: typecasts needed for change#6394
53270 ____________________________________________________________________________
53271 [ 6400] By: gsar on 2000/07/14 10:49:37
53272 Log: integrate cfgperl contents into mainline
53274 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
53275 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
53276 ____________________________________________________________________________
53277 [ 6399] By: gsar on 2000/07/14 10:38:35
53278 Log: enable UTF-16 filter by default if relevant BOM is seen; various
53279 cleanups (typos, misformatted code, and small bugs)
53281 ! doop.c embed.pl mg.c op.c pp.c toke.c
53282 ____________________________________________________________________________
53283 [ 6398] By: gsar on 2000/07/14 08:55:38
53284 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
53285 name suggests anyway)
53287 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
53288 ____________________________________________________________________________
53289 [ 6397] By: gsar on 2000/07/14 08:44:33
53290 Log: move new variables to the end of the interpreter structure (for
53291 bincompat in code that doesn't #include XSUB.h)
53294 ____________________________________________________________________________
53295 [ 6396] By: gsar on 2000/07/14 08:13:58
53296 Log: MakeMaker should not remove editor backups (*~) on `make clean`
53297 by default (completes change#6383)
53299 ! lib/ExtUtils/MM_Unix.pm
53300 ____________________________________________________________________________
53301 [ 6395] By: jhi on 2000/07/14 05:20:33
53302 Log: Replace change #6337 with a better one.
53304 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
53305 From: Hugo <hv@crypt.compulink.co.uk>
53306 Date: Fri, 14 Jul 2000 04:16:20 +0100
53307 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
53309 ! regexec.c t/op/re_tests
53310 ____________________________________________________________________________
53311 [ 6394] By: jhi on 2000/07/14 01:33:59
53312 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
53314 ! embed.pl global.sym proto.h toke.c
53315 ____________________________________________________________________________
53316 [ 6393] By: jhi on 2000/07/13 23:41:23
53317 Log: remove discarded test
53320 ____________________________________________________________________________
53321 [ 6392] By: jhi on 2000/07/13 23:32:25
53322 Log: The {multiplier} of a fixed substring was overlooked which
53323 caused a wrong initial search offset for that substring.
53325 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
53326 From: Hugo <hv@crypt.compulink.co.uk>
53327 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
53328 Date: Thu, 13 Jul 2000 19:27:13 +0100
53330 ! regcomp.c t/op/re_tests
53331 ____________________________________________________________________________
53332 [ 6391] By: jhi on 2000/07/13 16:37:42
53333 Log: typo fix from Craig Berry
53335 ! vms/subconfigure.com
53336 ____________________________________________________________________________
53337 [ 6390] By: jhi on 2000/07/13 13:20:12
53338 Log: Integrate with Sarathy.
53340 - t/op/method2entersub.t
53341 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
53342 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
53343 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
53344 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
53345 ____________________________________________________________________________
53346 [ 6389] By: jhi on 2000/07/13 13:18:48
53347 Log: Detypo from Peter Prymmer, part of #6388.
53349 ! Configure config_h.SH
53351 ! U/modified/d_longlong.U
53352 ____________________________________________________________________________
53353 [ 6388] By: gsar on 2000/07/13 06:33:40
53354 Log: typos (spotted by Peter Prymmer)
53356 ! Configure t/lib/english.t
53357 ____________________________________________________________________________
53358 [ 6387] By: gsar on 2000/07/13 05:35:28
53359 Log: new selfloader.t in change#6183 doesn't close DATA handles,
53360 and thus fails to clean up tmp files on dosish platforms
53362 ! t/lib/selfloader.t
53363 ____________________________________________________________________________
53364 [ 6386] By: gsar on 2000/07/12 21:42:39
53365 Log: sprintf test tweaks (from Dominic Dunlop)
53368 ____________________________________________________________________________
53369 [ 6385] By: gsar on 2000/07/12 21:33:46
53370 Log: fix bugs in processing %v-*d and similar format specs (from
53371 Avi Finkel <avi@finkel.org>)
53373 ! sv.c t/op/sprintf.t
53374 ____________________________________________________________________________
53375 [ 6384] By: gsar on 2000/07/12 16:04:19
53376 Log: readd missing perldelta.pod changes from changes#6339,6376
53378 ! pod/perldelta.pod
53379 ____________________________________________________________________________
53380 [ 6383] By: gsar on 2000/07/12 16:00:51
53381 Log: don't clobber *.orig files on *clean targets
53383 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
53384 ____________________________________________________________________________
53385 [ 6382] By: gsar on 2000/07/12 07:59:12
53386 Log: fix broken integrations in cfgperl
53388 !> Changes pod/perldelta.pod
53389 ____________________________________________________________________________
53390 [ 6381] By: gsar on 2000/07/12 07:42:17
53391 Log: integrate cfgperl changes into mainline
53394 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
53396 ____________________________________________________________________________
53397 [ 6380] By: gsar on 2000/07/12 07:31:00
53398 Log: get sprintf.t to adjust properly for 3-digit exponents
53401 ____________________________________________________________________________
53402 [ 6379] By: gsar on 2000/07/12 06:40:04
53403 Log: change#6174 needs corresponding change in win32/config_h.PL,
53404 which grovels through config_h.SH to find the config.h name
53406 ! win32/config_h.PL
53407 ____________________________________________________________________________
53408 [ 6378] By: jhi on 2000/07/12 05:03:59
53409 Log: Do the cc sanity check both before the hints and
53410 after the cc selction.
53412 ! Configure config_h.SH
53414 ! U/modified/Oldconfig.U U/modified/cc.U
53415 Branch: metaconfig/U/perl
53417 ____________________________________________________________________________
53418 [ 6377] By: jhi on 2000/07/12 02:49:22
53419 Log: Fix nits noticed by Boston.pm.
53422 ____________________________________________________________________________
53423 [ 6376] By: jhi on 2000/07/11 21:22:13
53424 Log: Configure cosmetics and perldelta.
53426 ! Configure config_h.SH pod/perldelta.pod
53429 ____________________________________________________________________________
53430 [ 6375] By: gsar on 2000/07/11 21:17:35
53431 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
53433 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
53435 ____________________________________________________________________________
53436 [ 6374] By: gsar on 2000/07/11 20:48:50
53437 Log: tweak for build failure under multiplicity
53440 ____________________________________________________________________________
53441 [ 6373] By: gsar on 2000/07/11 20:37:23
53442 Log: integrate cfgperl changes#6325..6373 into mainline
53443 (NOTE: today's batch of integrations still untested)
53445 +> ext/DynaLoader/hints/netbsd.pl
53447 !> (integrate 26 files)
53448 ____________________________________________________________________________
53449 [ 6372] By: jhi on 2000/07/11 20:30:36
53450 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
53454 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
53456 ____________________________________________________________________________
53457 [ 6371] By: jhi on 2000/07/11 20:08:56
53458 Log: Minor cleanups on the booklist.
53461 ____________________________________________________________________________
53462 [ 6370] By: jhi on 2000/07/11 19:31:13
53463 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
53465 ! t/pragma/overload.t
53466 ____________________________________________________________________________
53467 [ 6369] By: gsar on 2000/07/11 19:27:48
53468 Log: integrate cfgperl changes#6293..6324 into mainline
53470 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
53471 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
53472 !> (integrate 30 files)
53473 ____________________________________________________________________________
53474 [ 6368] By: gsar on 2000/07/11 19:18:57
53475 Log: skip integrate of problematic change#6292 from cfgperl into mainline
53478 ____________________________________________________________________________
53479 [ 6367] By: gsar on 2000/07/11 19:17:21
53480 Log: integrate cfgperl changes#6288..6290 into mainline
53482 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
53483 ____________________________________________________________________________
53484 [ 6366] By: gsar on 2000/07/11 19:11:18
53485 Log: integrate cfgperl changes#6268..6282 into mainline
53487 !> (integrate 30 files)
53488 ____________________________________________________________________________
53489 [ 6365] By: gsar on 2000/07/11 18:57:00
53490 Log: delete new accidentally branched file
53492 - t/op/method2entersub.t
53493 ____________________________________________________________________________
53494 [ 6364] By: gsar on 2000/07/11 18:55:13
53495 Log: skip integrate of change#6267 from cfgperl into mainline (the
53496 method call optimization is flawed without additional hints
53497 from user about immutableness of @ISA and no runtime method
53500 +> t/op/method2entersub.t
53501 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
53502 !> perl.h t/op/sprintf.t xsutils.c
53503 ____________________________________________________________________________
53504 [ 6363] By: gsar on 2000/07/11 18:49:43
53505 Log: integrate cfgperl changes#6261..6266 into mainline
53507 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
53508 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
53509 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
53510 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
53511 ____________________________________________________________________________
53512 [ 6362] By: gsar on 2000/07/11 18:43:26
53513 Log: integrate cfgperl changes#6252..6260 into mainline
53515 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
53516 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
53517 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
53518 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
53519 ____________________________________________________________________________
53520 [ 6361] By: gsar on 2000/07/11 18:37:12
53521 Log: skip integrate of problematic change#6251 from cfgperl into mainline
53524 ____________________________________________________________________________
53525 [ 6360] By: gsar on 2000/07/11 18:34:56
53526 Log: integrate cfgperl change#6250 into mainline
53529 !> MANIFEST embed.pl proto.h toke.c
53530 ____________________________________________________________________________
53531 [ 6359] By: gsar on 2000/07/11 18:21:19
53532 Log: integrate cfgperl changes#6242..6249 into mainline
53534 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
53535 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
53536 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
53537 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
53538 !> t/lib/peek.t utf8.c
53539 ____________________________________________________________________________
53540 [ 6358] By: gsar on 2000/07/11 18:15:45
53541 Log: skip integrate of problematic change#6241 from cfgperl into mainline
53543 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
53544 ____________________________________________________________________________
53545 [ 6357] By: jhi on 2000/07/11 18:15:16
53547 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
53548 From: Roderick Schertler <roderick@argon.org>
53549 Date: Tue, 11 Jul 2000 13:55:05 -0400
53550 Message-Id: <200007111755.NAA05077@jones.argon.org>
53553 ____________________________________________________________________________
53554 [ 6356] By: jhi on 2000/07/11 18:12:51
53555 Log: Typo in #6341.
53558 ____________________________________________________________________________
53559 [ 6355] By: gsar on 2000/07/11 18:12:10
53560 Log: integrate cfgperl changes#6231..6240 into mainline
53562 +> pod/perlutil.pod
53563 !> (integrate 35 files)
53564 ____________________________________________________________________________
53565 [ 6354] By: jhi on 2000/07/11 18:04:34
53566 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
53567 From: Dominic Dunlop <domo@computer.org>
53568 Date: Tue, 11 Jul 2000 12:27:33 +0200
53569 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
53571 Replaces change #6268.
53574 ____________________________________________________________________________
53575 [ 6353] By: gsar on 2000/07/11 17:59:51
53576 Log: skip integrate of problematic change#6230 from cfgperl into mainline
53577 (a later version of File::Spec is already in mainline)
53579 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
53580 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
53581 ____________________________________________________________________________
53582 [ 6352] By: gsar on 2000/07/11 17:57:48
53583 Log: integrate cfgperl changes#6224..6229 into mainline
53587 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
53588 !> lib/English.pm op.c t/lib/english.t
53589 ____________________________________________________________________________
53590 [ 6351] By: gsar on 2000/07/11 17:50:10
53591 Log: skip integrate of problematic change#6223 from cfgperl into mainline
53594 ____________________________________________________________________________
53595 [ 6350] By: gsar on 2000/07/11 17:48:28
53596 Log: integrate cfgperl changes#6220..6222 into mainline
53598 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
53599 !> toke.c utf8.c win32/win32.h
53600 ____________________________________________________________________________
53601 [ 6349] By: gsar on 2000/07/11 17:46:13
53602 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
53605 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
53606 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
53607 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53608 ____________________________________________________________________________
53609 [ 6348] By: jhi on 2000/07/11 17:45:49
53610 Log: README.posix-bc podified from Thomas Dorner.
53613 ____________________________________________________________________________
53614 [ 6347] By: gsar on 2000/07/11 17:42:04
53615 Log: integrate cfgperl change#6217 into mainline
53617 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
53618 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
53619 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
53620 ____________________________________________________________________________
53621 [ 6346] By: gsar on 2000/07/11 17:39:37
53622 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
53625 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
53626 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
53627 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
53628 !> perlapi.h pod/perlapi.pod
53629 ____________________________________________________________________________
53630 [ 6345] By: gsar on 2000/07/11 17:36:42
53631 Log: integrate cfgperl changes#6207..6210 into mainline
53633 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
53634 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
53635 ____________________________________________________________________________
53636 [ 6344] By: gsar on 2000/07/11 17:31:20
53637 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
53640 !> (integrate 40 files)
53641 ____________________________________________________________________________
53642 [ 6343] By: gsar on 2000/07/11 17:19:08
53643 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
53645 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
53647 !> (integrate 34 files)
53648 ____________________________________________________________________________
53649 [ 6342] By: jhi on 2000/07/11 16:05:48
53650 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
53651 To: perl5-porters@perl.org
53652 From: Karsten Sperling <spiff@phreax.net>
53653 Date: Mon, 10 Jul 2000 15:12:52 +0200
53654 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
53657 ____________________________________________________________________________
53658 [ 6341] By: jhi on 2000/07/11 15:59:23
53659 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
53660 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53661 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
53662 Date: Fri, 07 Jul 2000 17:57:16 +0100
53665 ____________________________________________________________________________
53666 [ 6340] By: jhi on 2000/07/11 15:55:47
53667 Log: Subject: Re: format bug report [Patch]
53668 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53669 Date: Wed, 05 Jul 2000 13:12:52 +0200
53670 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
53672 Subject: Re: format bug report [Patch]
53673 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53674 Date: Wed, 05 Jul 2000 14:10:01 +0200
53675 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
53677 ! t/op/write.t toke.c
53678 ____________________________________________________________________________
53679 [ 6339] By: jhi on 2000/07/11 13:54:09
53680 Log: Be less forgiving about ambiguous and illegal tr ranges.
53681 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
53682 From: Mark-Jason Dominus <mjd@plover.com>
53683 Date: Tue, 04 Jul 2000 10:00:12 -0400
53684 Message-ID: <20000704140012.17772.qmail@plover.com>
53686 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
53687 From: Mark-Jason Dominus <mjd@plover.com>
53688 Date: Wed, 05 Jul 2000 09:37:36 -0400
53689 Message-ID: <20000705133736.27293.qmail@plover.com>
53691 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
53692 ____________________________________________________________________________
53693 [ 6338] By: jhi on 2000/07/11 13:31:24
53694 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
53695 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53696 Date: Tue, 11 Jul 2000 13:50:51 +0100
53697 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
53700 ____________________________________________________________________________
53701 [ 6337] By: jhi on 2000/07/11 13:29:14
53702 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
53703 From: Hugo <hv@crypt.compulink.co.uk>
53704 Date: Tue, 11 Jul 2000 12:44:50 +0100
53705 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
53707 ! regexec.c t/op/re_tests
53708 ____________________________________________________________________________
53709 [ 6336] By: jhi on 2000/07/11 13:26:47
53710 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
53711 From: simon@brecon.co.uk (Simon Cozens)
53712 Date: 7 Jul 2000 11:26:09 GMT
53713 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
53716 ____________________________________________________________________________
53717 [ 6335] By: jhi on 2000/07/11 13:23:37
53718 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
53719 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
53720 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
53721 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
53723 + ext/DynaLoader/hints/netbsd.pl
53724 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
53725 ____________________________________________________________________________
53726 [ 6334] By: jhi on 2000/07/11 13:20:38
53727 Log: Subject: PATCH perlguts.pod: Document D and d magic types
53728 From: mjd@plover.com
53729 Date: 5 Jul 2000 18:01:51 -0000
53730 Message-ID: <20000705180151.29413.qmail@plover.com>
53733 ____________________________________________________________________________
53734 [ 6333] By: jhi on 2000/07/11 13:15:51
53735 Log: Precedence goof, fix based on
53736 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
53737 From: Hugo <hv@crypt.compulink.co.uk>
53738 Date: Tue, 11 Jul 2000 12:52:38 +0100
53739 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
53742 ____________________________________________________________________________
53743 [ 6332] By: jhi on 2000/07/11 12:40:17
53744 Log: Integrate with Sarathy.
53746 !> win32/win32sck.c
53747 ____________________________________________________________________________
53748 [ 6331] By: jhi on 2000/07/10 20:14:16
53749 Log: Sprinkle ldlibpath.
53752 ____________________________________________________________________________
53753 [ 6330] By: jhi on 2000/07/10 17:54:49
53754 Log: More POSIX.pod tweaks.
53756 ! ext/POSIX/POSIX.pod
53757 ____________________________________________________________________________
53758 [ 6329] By: jhi on 2000/07/10 14:02:12
53759 Log: Reorder perl.pod once more.
53761 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53762 ____________________________________________________________________________
53763 [ 6328] By: gsar on 2000/07/10 07:06:00
53764 Log: accept() leaks memory on windows due to incorrect ordering of
53765 closesocket() and fclose() calls
53768 ____________________________________________________________________________
53769 [ 6327] By: gsar on 2000/07/10 06:49:17
53770 Log: winsock options weren't being set in all threads under ithreads
53771 (caused send()s from second and subsequent threads to fail)
53774 ____________________________________________________________________________
53775 [ 6326] By: jhi on 2000/07/08 02:45:40
53776 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
53777 was cast to an unsigned (32-bit) integer with wild abandon.
53779 ! ext/Devel/DProf/DProf.xs
53780 ____________________________________________________________________________
53781 [ 6325] By: jhi on 2000/07/07 18:50:33
53782 Log: Remove perlbook, update perlfaq book listing,
53783 rearrange perl.pod, regenerate perltoc.
53786 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
53787 ! pod/perlfaq2.pod pod/perltoc.pod
53788 ____________________________________________________________________________
53789 [ 6324] By: jhi on 2000/07/07 14:03:40
53790 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
53793 ____________________________________________________________________________
53794 [ 6323] By: jhi on 2000/07/06 16:03:55
53795 Log: Fix complaints of buildtoc.
53799 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53800 ____________________________________________________________________________
53801 [ 6322] By: jhi on 2000/07/06 15:15:52
53802 Log: Add =head1 NAMEs so that buildtoc is happy.
53803 (The CGI::Util nit reported to Lincoln.)
53805 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
53807 ____________________________________________________________________________
53808 [ 6321] By: jhi on 2000/07/06 03:16:04
53809 Log: Config is being used.
53812 ____________________________________________________________________________
53813 [ 6320] By: jhi on 2000/07/06 03:13:13
53814 Log: Integrate with Sarathy.
53816 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
53817 ____________________________________________________________________________
53818 [ 6319] By: jhi on 2000/07/06 03:11:46
53819 Log: Autogenerate pod/Makefile and pod/buildtoc.
53820 buildtoc also checks whether the existin pods are
53821 mentioned in MANIFEST and perl.pod, and vice versa.
53822 (None of the thusly found discrepancies fixed yet.)
53823 roffitall also needs to be autogenerated similarly but it
53824 seems so badly out of date that I didn't touch it yet.
53826 + pod/Makefile.SH pod/buildtoc.PL
53827 - pod/Makefile pod/buildtoc
53828 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
53829 ____________________________________________________________________________
53830 [ 6318] By: gsar on 2000/07/05 22:10:54
53831 Log: fix UNC path handling on Windows under ithreads, and chdir()
53832 return value when given a non-existent directory
53835 ____________________________________________________________________________
53836 [ 6317] By: gsar on 2000/07/05 22:08:19
53837 Log: winsock cleanup never done on Windows (leads to handle leaks)
53839 ! win32/perllib.c win32/win32sck.c
53840 ____________________________________________________________________________
53841 [ 6316] By: gsar on 2000/07/05 22:06:19
53842 Log: some debugger output does not go to the socket when RemotePort is set
53845 ____________________________________________________________________________
53846 [ 6315] By: jhi on 2000/07/05 00:25:21
53847 Log: Integrate with Sarathy, preliminary fix for unicos
53848 alignment problems in [ID 20000612.002] Perl problem on Cray system.
53852 ____________________________________________________________________________
53853 [ 6314] By: gsar on 2000/07/04 23:34:02
53854 Log: tyop in change#6306
53857 ____________________________________________________________________________
53858 [ 6313] By: jhi on 2000/07/04 22:14:38
53859 Log: Multiline string literals ENONPORTABLE.
53862 ____________________________________________________________________________
53863 [ 6312] By: jhi on 2000/07/04 20:34:44
53864 Log: Integrate with Sarathy.
53866 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
53868 ____________________________________________________________________________
53869 [ 6311] By: jhi on 2000/07/04 20:30:56
53870 Log: More POSIX.pod embellishment.
53872 ! ext/POSIX/POSIX.pod
53873 ____________________________________________________________________________
53874 [ 6310] By: gsar on 2000/07/04 17:28:48
53875 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
53878 ____________________________________________________________________________
53879 [ 6309] By: jhi on 2000/07/04 17:22:18
53880 Log: The #6308 required a little bit more.
53882 ! Makefile.SH win32/Makefile
53883 ____________________________________________________________________________
53884 [ 6308] By: jhi on 2000/07/04 16:35:24
53885 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
53889 ! MANIFEST Makefile.SH
53890 ____________________________________________________________________________
53891 [ 6307] By: jhi on 2000/07/04 16:28:58
53892 Log: Win32 patches for cfgperl from Sarathy.
53894 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
53895 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
53896 ! thread.h toke.c util.c win32/Makefile win32/win32.c
53897 ____________________________________________________________________________
53898 [ 6306] By: gsar on 2000/07/04 16:28:40
53899 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
53900 (from Richard Soderberg <rs@oregonnet.com>)
53902 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
53903 ____________________________________________________________________________
53904 [ 6305] By: jhi on 2000/07/04 16:24:24
53905 Log: Integrate with Sarathy.
53907 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
53908 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
53909 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
53910 !> proto.h win32/win32.c
53911 ____________________________________________________________________________
53912 [ 6304] By: gsar on 2000/07/04 16:17:24
53913 Log: missing perldiag entry for unpack("w",...) diagnostic (from
53917 ____________________________________________________________________________
53918 [ 6303] By: gsar on 2000/07/04 16:14:44
53919 Log: remove rel2abs prototypes (from Barrie Slaymaker)
53921 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53922 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53923 ____________________________________________________________________________
53924 [ 6302] By: gsar on 2000/07/04 04:59:35
53925 Log: adjust change#6299
53927 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
53929 ____________________________________________________________________________
53930 [ 6301] By: jhi on 2000/07/04 04:50:07
53931 Log: Integrate with Sarathy.
53933 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
53934 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
53935 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
53936 ____________________________________________________________________________
53937 [ 6300] By: gsar on 2000/07/04 04:42:09
53938 Log: PERL_OBJECT build tweak
53941 ____________________________________________________________________________
53942 [ 6299] By: gsar on 2000/07/04 04:37:00
53943 Log: fix memory leak on Windows (PL_sys_intern contents were never
53946 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
53947 ! perlapi.c proto.h win32/win32.c
53948 ____________________________________________________________________________
53949 [ 6298] By: gsar on 2000/07/04 04:15:59
53950 Log: fix large memory leak that has been around for ever, masked by
53951 -DPURIFY (most of the arenas were never freed!)
53953 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
53954 ____________________________________________________________________________
53955 [ 6297] By: gsar on 2000/07/04 04:07:46
53956 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
53959 ____________________________________________________________________________
53960 [ 6296] By: jhi on 2000/06/30 18:28:37
53961 Log: Elaborate POSIX.pod. Still needs work.
53963 ! ext/POSIX/POSIX.pod
53964 ____________________________________________________________________________
53965 [ 6295] By: jhi on 2000/06/30 14:58:18
53966 Log: Point to perlipc for more SysV IPC examples.
53969 ____________________________________________________________________________
53970 [ 6294] By: gsar on 2000/06/30 14:47:45
53971 Log: slurp mode fix in change#4736 still not quite right
53973 ! pp_hot.c t/io/argv.t
53974 ____________________________________________________________________________
53975 [ 6293] By: jhi on 2000/06/30 12:02:55
53976 Log: Integrate with Sarathy.
53978 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
53979 ____________________________________________________________________________
53980 [ 6292] By: jhi on 2000/06/30 12:01:11
53981 Log: From: simon@brecon.co.uk (Simon Cozens)
53982 Subject: UTF8 concat
53983 Date: 30 Jun 2000 06:13:25 GMT
53984 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
53987 ____________________________________________________________________________
53988 [ 6291] By: gsar on 2000/06/30 04:37:33
53989 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
53990 when @_ is modified, causing coredumps
53992 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
53993 ____________________________________________________________________________
53994 [ 6290] By: jhi on 2000/06/30 02:21:44
53995 Log: Integrate with Sarathy.
53997 !> vms/vms.c vms/vmsish.h
53998 ____________________________________________________________________________
53999 [ 6289] By: jhi on 2000/06/30 02:21:02
54000 Log: Check VERSIONs.
54002 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54003 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54004 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54005 ____________________________________________________________________________
54006 [ 6288] By: jhi on 2000/06/30 02:18:52
54007 Log: Integrate with Sarathy.
54009 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
54010 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54011 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54012 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
54013 ____________________________________________________________________________
54014 [ 6287] By: gsar on 2000/06/30 02:17:08
54015 Log: integrate vmsperl changes into mainline
54017 !> vms/vms.c vms/vmsish.h
54018 ____________________________________________________________________________
54019 [ 6285] By: gsar on 2000/06/30 02:05:28
54020 Log: localize %INC in a Safe compartment so that use/require work
54021 (many other magic globals probably need similar treatment)
54023 ! ext/Opcode/Opcode.xs
54024 ____________________________________________________________________________
54025 [ 6284] By: gsar on 2000/06/30 01:54:54
54026 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
54029 ! pod/perlembed.pod
54030 ____________________________________________________________________________
54031 [ 6283] By: jhi on 2000/06/30 01:50:10
54032 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
54033 From: Barrie Slaymaker <barries@jester.slaysys.com>
54034 Date: Wed, 28 Jun 2000 11:35:29 -0400
54035 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
54037 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
54038 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54039 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54040 ! lib/File/Spec/Win32.pm
54041 ____________________________________________________________________________
54042 [ 6282] By: jhi on 2000/06/29 22:57:22
54043 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
54044 From: Dan Sugalski <dan@sidhe.org>
54045 Date: Tue, 06 Jun 2000 11:59:50 -0400
54046 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
54049 ____________________________________________________________________________
54050 [ 6281] By: jhi on 2000/06/29 22:52:50
54051 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
54052 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54053 Date: Wed, 7 Jun 2000 04:02:04 -0500
54054 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
54057 ____________________________________________________________________________
54058 [ 6280] By: jhi on 2000/06/29 22:45:47
54059 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
54060 From: rspier@pobox.com (Robert Spier)
54061 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
54062 Message-ID: <14654.31913.845602.610277@rls.cx>
54065 ____________________________________________________________________________
54066 [ 6279] By: jhi on 2000/06/29 22:38:16
54067 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
54068 From: Tim Ayers <tayers@bridge.com>
54069 Date: Thu, 08 Jun 2000 08:11:06 +0200
54070 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
54071 [resent by Richard Foley, Message-Id probably wrong]
54074 ____________________________________________________________________________
54075 [ 6278] By: jhi on 2000/06/29 22:21:45
54076 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
54077 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
54078 Date: Fri, 09 Jun 2000 12:39:27 -0400
54079 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
54080 (plus update the version "number" of Text::Wrap)
54083 ____________________________________________________________________________
54084 [ 6277] By: jhi on 2000/06/29 22:13:10
54085 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
54086 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54087 Date: Mon, 12 Jun 2000 14:55:59 +0100
54088 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
54091 ____________________________________________________________________________
54092 [ 6276] By: jhi on 2000/06/29 22:11:06
54093 Log: Subject: [PATCH] Re: eval documentation: context
54094 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54095 Date: Mon, 12 Jun 2000 15:07:29 +0100
54096 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
54099 ____________________________________________________________________________
54100 [ 6275] By: jhi on 2000/06/29 21:59:46
54101 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
54102 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54103 Date: Tue, 13 Jun 2000 02:43:48 -0500
54104 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
54106 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
54107 ____________________________________________________________________________
54108 [ 6274] By: jhi on 2000/06/29 21:56:14
54109 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
54110 From: Andy Dougherty <doughera@lafayette.edu>
54111 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
54112 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
54114 ! ext/File/Glob/Glob.pm
54115 ____________________________________________________________________________
54116 [ 6273] By: jhi on 2000/06/29 21:49:09
54117 Log: Subject: [PATCH] xsub attributes
54118 From: Doug MacEachern <dougm@covalent.net>
54119 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
54120 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
54122 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
54123 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
54124 ____________________________________________________________________________
54125 [ 6272] By: jhi on 2000/06/29 21:41:28
54126 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
54127 From: Tom Phoenix <rootbeer@redcat.com>
54128 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
54129 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
54132 ____________________________________________________________________________
54133 [ 6271] By: jhi on 2000/06/29 21:36:55
54134 Log: Subject: PATCH pod/perltie.pod
54135 From: Ian Phillipps <Ian.Phillipps@iname.com>
54136 Date: Fri, 16 Jun 2000 00:17:19 +0100
54137 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
54138 (only the first hunk, the second hunk had already been done
54139 by some other patch)
54142 ____________________________________________________________________________
54143 [ 6270] By: jhi on 2000/06/29 21:24:51
54144 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
54145 From: Nicholas Clark <nick@talking.bollo.cx>
54146 Date: Fri, 23 Jun 2000 16:21:15 +0100
54147 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
54149 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
54150 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
54151 ____________________________________________________________________________
54152 [ 6269] By: jhi on 2000/06/29 19:38:15
54153 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
54154 silence few compiler warnings.
54156 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
54157 ____________________________________________________________________________
54158 [ 6268] By: jhi on 2000/06/29 18:21:50
54159 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
54160 From: Dominic Dunlop <domo@computer.org>
54161 Date: Thu, 29 Jun 2000 12:32:39 +0200
54162 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
54165 ____________________________________________________________________________
54166 [ 6267] By: jhi on 2000/06/29 18:16:07
54167 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
54168 From: Doug MacEachern <dougm@covalent.net>
54169 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
54170 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
54172 + t/op/method2entersub.t
54173 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
54174 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54175 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
54177 ____________________________________________________________________________
54178 [ 6266] By: jhi on 2000/06/29 15:11:15
54179 Log: Subject: [PATCH 5.6.0] cygwin port
54180 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
54181 From: "Fifer, Eric" <EFifer@sanwaint.com>
54182 Date: Thu, 29 Jun 2000 12:58:29 +0100
54184 ! cygwin/Makefile.SHs
54185 ____________________________________________________________________________
54186 [ 6265] By: jhi on 2000/06/29 15:04:05
54187 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
54188 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54189 Date: Wed, 28 Jun 2000 17:50:12 -0700
54190 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
54192 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54193 ____________________________________________________________________________
54194 [ 6264] By: jhi on 2000/06/29 15:00:57
54195 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
54196 From: Marty Lucich <marty@netcom.com>
54197 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
54198 Message-Id: <200006282116.OAA11148@netcom.com>
54199 ccdlflags update (the BSD/OS 4.1 part had already been taken
54203 ____________________________________________________________________________
54204 [ 6263] By: jhi on 2000/06/29 13:47:44
54205 Log: tr fixes from Simon Cozens
54208 ____________________________________________________________________________
54209 [ 6262] By: jhi on 2000/06/28 18:46:01
54210 Log: Subject: 5.6.0 Patch for EPOC
54211 From: Olaf Flebbe <o.flebbe@gmx.de>
54212 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
54213 Message-ID: <23449.960929969@www11.gmx.net>
54215 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
54217 ____________________________________________________________________________
54218 [ 6261] By: jhi on 2000/06/28 18:29:07
54219 Log: Subject: Re: [PATCH cfgperl] BOMs away!
54220 From: simon@brecon.co.uk (Simon Cozens)
54221 Date: 17 Jun 2000 11:49:57 GMT
54222 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
54224 ! pod/perldiag.pod t/comp/require.t toke.c
54225 ____________________________________________________________________________
54226 [ 6260] By: jhi on 2000/06/28 17:47:16
54227 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
54228 From: simon@brecon.co.uk (Simon Cozens)
54229 Date: 17 Jun 2000 11:56:44 GMT
54230 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
54233 ! pod/perlfunc.pod pp.c t/op/pack.t
54234 ____________________________________________________________________________
54235 [ 6259] By: jhi on 2000/06/28 16:43:17
54236 Log: perlnewmod was missing from MANIFEST.
54239 ____________________________________________________________________________
54240 [ 6258] By: jhi on 2000/06/28 15:54:30
54241 Log: linenumber tweak
54243 ! t/pragma/warn/regcomp
54244 ____________________________________________________________________________
54245 [ 6257] By: jhi on 2000/06/28 15:50:44
54246 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
54247 From: Doug MacEachern <dougm@covalent.net>
54248 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
54249 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
54250 (one part of the patch had been applied earlier)
54252 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
54253 ____________________________________________________________________________
54254 [ 6256] By: jhi on 2000/06/28 15:40:22
54255 Log: tweaks from Simon Cozens to further fix tr/// under utf8
54258 ____________________________________________________________________________
54259 [ 6255] By: jhi on 2000/06/28 15:33:45
54260 Log: small thinko tweaks
54262 ! lib/IPC/Open3.pm t/op/my_stash.t
54263 ____________________________________________________________________________
54264 [ 6254] By: jhi on 2000/06/28 15:33:25
54265 Log: Subject: tr///, help wanted.
54266 From: simon@brecon.co.uk (Simon Cozens)
54267 Date: 28 Jun 2000 11:29:04 GMT
54268 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
54270 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54271 ! pp_proto.h proto.h t/op/tr.t
54272 ____________________________________________________________________________
54273 [ 6253] By: jhi on 2000/06/28 15:09:17
54274 Log: Paranoia tweak on #6249.
54275 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
54276 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
54277 Date: Sun, 25 Jun 2000 23:43:12 -0400
54278 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
54281 ____________________________________________________________________________
54282 [ 6252] By: jhi on 2000/06/28 15:01:38
54283 Log: Document #6249 and #6251.
54285 ! lib/Exporter.pm lib/IPC/Open3.pm
54286 ____________________________________________________________________________
54287 [ 6251] By: jhi on 2000/06/28 14:50:43
54288 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
54289 From: Doug MacEachern <dougm@covalent.net>
54290 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
54291 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
54294 ____________________________________________________________________________
54295 [ 6250] By: jhi on 2000/06/28 14:45:23
54296 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
54297 From: Doug MacEachern <dougm@covalent.net>
54298 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
54299 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
54302 ! MANIFEST embed.pl global.sym proto.h toke.c
54303 ____________________________________________________________________________
54304 [ 6249] By: jhi on 2000/06/28 14:36:34
54305 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
54306 From: Frank Tobin <ftobin@uiuc.edu>
54307 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
54308 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
54311 ____________________________________________________________________________
54312 [ 6248] By: jhi on 2000/06/28 14:11:25
54313 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
54314 From: Mark-Jason Dominus <mjd@plover.com>
54315 Date: Tue, 27 Jun 2000 22:36:42 -0400
54316 Message-ID: <20000628023642.12166.qmail@plover.com>
54319 ____________________________________________________________________________
54320 [ 6247] By: jhi on 2000/06/27 12:46:37
54321 Log: Tweak $VERSION, patch from Doug MacEachern.
54324 ____________________________________________________________________________
54325 [ 6246] By: jhi on 2000/06/27 03:34:46
54326 Log: Allow for standalone testing.
54328 ! t/lib/filefunc.t t/lib/filespec.t
54329 ____________________________________________________________________________
54330 [ 6245] By: jhi on 2000/06/27 02:50:02
54331 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
54332 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
54333 Date: Sat, 24 Jun 2000 13:06:20 +0100
54334 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
54336 ! ext/DynaLoader/DynaLoader_pm.PL
54337 ____________________________________________________________________________
54338 [ 6244] By: jhi on 2000/06/27 02:46:10
54339 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
54340 From: Doug MacEachern <dougm@covalent.net>
54341 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
54342 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
54344 ! gv.c sv.c t/lib/peek.t
54345 ____________________________________________________________________________
54346 [ 6243] By: jhi on 2000/06/27 02:38:07
54347 Log: Subject: [PATCH] is_utf8_string
54348 From: simon@brecon.co.uk (Simon Cozens)
54349 Date: 26 Jun 2000 02:25:59 GMT
54350 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
54352 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
54353 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
54355 ____________________________________________________________________________
54356 [ 6242] By: jhi on 2000/06/27 02:24:00
54357 Log: Subject: [PATCH] bytes<->utf8 fixes
54358 From: simon@brecon.co.uk (Simon Cozens)
54359 Date: 26 Jun 2000 04:55:45 GMT
54360 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
54362 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
54363 ____________________________________________________________________________
54364 [ 6241] By: jhi on 2000/06/27 02:12:42
54365 Log: Do no -warn on \_, only on \alpha.
54366 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
54367 From: David Dyck <dcd@tc.fluke.com>
54368 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
54369 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
54371 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
54372 ____________________________________________________________________________
54373 [ 6240] By: jhi on 2000/06/27 02:00:01
54374 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
54375 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
54376 Date: Mon, 26 Jun 2000 18:40:14 +0100
54377 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
54380 ____________________________________________________________________________
54381 [ 6239] By: jhi on 2000/06/27 01:53:40
54382 Log: Configure maintenance. Sever some dependency cycles,
54383 separate gccversion from the cc unit,
54384 address [ID 20000623.006] Configure script patch for using gcc on AIX
54385 (but solve it a little bit differently),
54386 unduplex some accidentally duplicated units,
54387 suggest using gcc if no cc available
54388 (p5p thread: "Solaris configure: counterproposal", 1999-09)
54390 ! Configure Todo-5.6 config_h.SH
54392 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
54393 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
54394 Branch: metaconfig/U/perl
54396 ! d_getespwnam.U d_getprpwnam.U i_prot.U
54397 ____________________________________________________________________________
54398 [ 6238] By: jhi on 2000/06/25 18:04:56
54399 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
54400 From: Dan Sugalski <dan@sidhe.org>
54401 Date: Fri, 23 Jun 2000 17:00:00 -0400
54402 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
54404 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
54405 ____________________________________________________________________________
54406 [ 6237] By: jhi on 2000/06/25 16:36:45
54407 Log: Tweak embed.pl, regen headers.
54409 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
54410 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
54411 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
54412 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
54413 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
54414 ____________________________________________________________________________
54415 [ 6236] By: jhi on 2000/06/25 15:26:42
54416 Log: Regen headers.
54418 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
54419 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
54420 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
54421 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
54422 ! regnodes.h warnings.h
54423 ____________________________________________________________________________
54424 [ 6235] By: jhi on 2000/06/23 19:39:35
54425 Log: The thread begun by
54426 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
54427 From: Kevin.Ruscoe@ubsw.com
54428 Date: Fri, 16 Jun 2000 16:38:51 +0100
54429 Message-Id: <H000019b03c300d6@MHS>
54431 ! hints/solaris_2.sh
54432 ____________________________________________________________________________
54433 [ 6234] By: jhi on 2000/06/23 19:23:36
54434 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
54435 because when run as services (Win32ese for daemons)
54436 no environment variables are set and tmpdir ends up as /tmp,
54437 which is ambiguous.
54439 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
54440 From: matt@sergeant.org
54441 Date: 16 Jun 2000 16:30:43 -0000
54442 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
54444 ! lib/File/Spec/Win32.pm
54445 ____________________________________________________________________________
54446 [ 6233] By: jhi on 2000/06/23 19:18:58
54447 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
54448 From: Mark-Jason Dominus <mjd@plover.com>
54449 Date: Fri, 16 Jun 2000 20:53:04 -0400
54450 Message-ID: <20000617005304.8008.qmail@plover.com>
54453 ____________________________________________________________________________
54454 [ 6232] By: jhi on 2000/06/23 16:10:02
54455 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
54456 From: simon@brecon.co.uk (Simon Cozens)
54457 Date: 19 Jun 2000 15:18:27 GMT
54458 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
54460 plus update pod/Makefile and regenerate perltoc
54463 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
54464 ____________________________________________________________________________
54465 [ 6231] By: jhi on 2000/06/23 15:19:18
54466 Log: Subject: [PATCH 5.6.0] cygwin port
54467 From: "Fifer, Eric" <EFifer@sanwaint.com>
54468 Date: Tue, 20 Jun 2000 14:30:58 +0100
54469 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
54471 ! README.cygwin lib/File/Find.pm
54472 ____________________________________________________________________________
54473 [ 6230] By: jhi on 2000/06/23 14:25:21
54474 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
54476 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
54477 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54478 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54479 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
54480 ____________________________________________________________________________
54481 [ 6229] By: jhi on 2000/06/23 14:13:34
54482 Log: Subject: README.hpux version 0.6.1
54483 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
54484 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
54485 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
54488 ____________________________________________________________________________
54489 [ 6228] By: jhi on 2000/06/23 14:07:20
54490 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
54491 From: Doug MacEachern <dougm@covalent.net>
54492 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
54493 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
54496 ____________________________________________________________________________
54497 [ 6227] By: jhi on 2000/06/23 14:01:06
54498 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
54499 From: Doug MacEachern <dougm@covalent.net>
54500 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
54501 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
54505 ! MANIFEST Makefile.SH
54506 ____________________________________________________________________________
54507 [ 6226] By: jhi on 2000/06/23 13:53:07
54508 Log: Subject: [PATCH] remove forward declarations in Socket.pm
54509 From: Doug MacEachern <dougm@covalent.net>
54510 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
54511 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
54513 From: Doug MacEachern <dougm@covalent.net>
54514 Subject: Re: [PATCH] remove forward declarations in Socket.pm
54515 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
54516 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
54518 ! ext/Socket/Socket.pm op.c
54519 ____________________________________________________________________________
54520 [ 6225] By: jhi on 2000/06/23 13:41:52
54521 Log: Add source code filenames to apidoc.
54522 From: simon@brecon.co.uk (Simon Cozens)
54523 Subject: [PATCH embed.pl] Source X-ref
54524 Date: 22 Jun 2000 02:18:49 GMT
54525 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
54528 ____________________________________________________________________________
54529 [ 6224] By: jhi on 2000/06/23 13:32:33
54530 Log: A way to avoid English.pm performance hit.
54531 From: root <root@jester.slaysys.com>
54532 Subject: [YAPATCH English.pm] My turn to putt again
54533 Date: Thu, 22 Jun 2000 20:33:58 -0400
54534 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
54536 ! lib/English.pm t/lib/english.t
54537 ____________________________________________________________________________
54538 [ 6223] By: jhi on 2000/06/23 13:27:06
54539 Log: Avoid double close().
54540 Subject: [PATCH] avoid double close()
54541 From: Doug MacEachern <dougm@covalent.net>
54542 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
54543 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
54546 ____________________________________________________________________________
54547 [ 6222] By: jhi on 2000/06/23 13:25:54
54549 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
54550 From: Ian Phillipps <Ian.Phillipps@iname.com>
54551 Date: Fri, 23 Jun 2000 10:40:58 +0100
54552 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
54555 ____________________________________________________________________________
54556 [ 6221] By: jhi on 2000/06/23 13:24:15
54557 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
54558 From: simon@brecon.co.uk (Simon Cozens)
54559 Subject: [PATCH] Eliminate tr///[CU][CU]
54560 Date: 23 Jun 2000 11:05:40 GMT
54561 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
54563 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
54564 ____________________________________________________________________________
54565 [ 6220] By: jhi on 2000/06/22 16:07:51
54566 Log: Win32 patches from Benjamin Stuhl.
54568 ! makedef.pl win32/win32.h
54569 ____________________________________________________________________________
54570 [ 6219] By: jhi on 2000/06/22 16:06:34
54571 Log: Bytecode patches from Benjamin Stuhl.
54573 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54574 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
54575 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54576 ____________________________________________________________________________
54577 [ 6218] By: jhi on 2000/06/15 23:54:16
54578 Log: Bytecode patches from Benjamin Stuhl.
54580 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
54581 ____________________________________________________________________________
54582 [ 6217] By: jhi on 2000/06/09 13:38:29
54583 Log: Rename the fdpid locking and integrate with Sarathy.
54585 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
54586 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
54587 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
54589 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
54590 ____________________________________________________________________________
54591 [ 6216] By: gsar on 2000/06/08 14:54:21
54592 Log: be more optimal about clearing @_
54595 ____________________________________________________________________________
54596 [ 6215] By: gsar on 2000/06/08 14:33:04
54597 Log: tweak comment about @DB::args
54600 ____________________________________________________________________________
54601 [ 6214] By: gsar on 2000/06/08 13:57:54
54602 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
54603 caller() wants to populate @DB::args with it (causes a coredump
54604 in Carp::confess())
54606 ! cop.h t/op/runlevel.t
54607 ____________________________________________________________________________
54608 [ 6213] By: gsar on 2000/06/08 07:06:35
54609 Log: back out change#6106 (seems problematic)
54611 ! hints/solaris_2.sh
54612 ____________________________________________________________________________
54613 [ 6212] By: jhi on 2000/06/07 03:10:36
54614 Log: Continuing mopup for #6204.
54616 ! ext/B/defsubs_h.PL
54617 ____________________________________________________________________________
54618 [ 6211] By: jhi on 2000/06/07 02:41:50
54619 Log: Mopup for #6204.
54620 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
54621 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
54622 This is comes from const() where POK isn't on when expected.
54624 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
54625 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54626 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
54627 ! perlapi.h pod/perlapi.pod
54628 ____________________________________________________________________________
54629 [ 6210] By: jhi on 2000/06/07 01:56:29
54630 Log: Mopup for #6207 and #6209.
54632 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
54633 ____________________________________________________________________________
54634 [ 6209] By: jhi on 2000/06/07 01:33:12
54635 Log: Lock PL_fdpid against race conditions, based on:
54636 Subject: [PATCH 5.6.0]subprocess fixup for threads
54637 From: Dan Sugalski <dan@sidhe.org>
54638 To: perl5-porters@perl.org
54639 Date: Tue, 11 Apr 2000 17:02:32 -0400
54640 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
54642 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
54644 ____________________________________________________________________________
54645 [ 6208] By: jhi on 2000/06/07 01:05:23
54646 Log: Regen headers for #6207.
54648 ! embed.h global.sym objXSUB.h proto.h
54649 ____________________________________________________________________________
54650 [ 6207] By: jhi on 2000/06/06 23:43:13
54651 Log: Subject: [PATCH 5.6.0] Threadsafe patches
54652 From: Dan Sugalski <dan@sidhe.org>
54653 To: perl5-porters@perl.org
54654 Date: Mon, 08 May 2000 18:08:13 -0400
54655 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
54657 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
54658 ! proto.h sv.h util.c
54659 ____________________________________________________________________________
54660 [ 6206] By: jhi on 2000/06/06 23:21:23
54661 Log: Subject: [PATCH] Eliminate $a/$b in pod
54662 From: David Glasser <me@davidglasser.net>
54663 To: perl5-porters@perl.org
54664 Date: Mon, 29 May 2000 21:15:59 -0400
54665 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
54667 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
54668 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
54669 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
54670 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
54671 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
54672 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
54673 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
54674 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
54675 ! pod/perlvar.pod pod/perlxs.pod
54676 ____________________________________________________________________________
54677 [ 6205] By: jhi on 2000/06/06 23:12:14
54678 Log: Subject: [PATCH] Win32 improvements
54679 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
54680 To: gsar@activestate.com, perl5-porters@perl.org
54681 Date: Mon, 29 May 2000 17:22:24 PDT
54682 Message-ID: <20000530002224.91142.qmail@hotmail.com>
54683 (MUA had mangled many lines by wordwrapping)
54685 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
54686 ____________________________________________________________________________
54687 [ 6204] By: jhi on 2000/06/06 23:01:50
54688 Log: Subject: [PATCH] B::Bytecode patches
54689 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
54690 To: gsar@activestate.com, jhi@iki.fi
54691 Cc: perl5-porters@perl.org
54692 Message-ID: <20000602202526.48694.qmail@hotmail.com>
54693 (MUA had mangled many lines by wordwrapping)
54695 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
54696 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
54697 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
54698 ! intrpvar.h perl.c
54699 ____________________________________________________________________________
54700 [ 6203] By: jhi on 2000/06/06 22:32:43
54701 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
54702 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54703 Date: Tue, 06 Jun 2000 13:07:45 -0700
54704 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
54707 ____________________________________________________________________________
54708 [ 6202] By: jhi on 2000/06/06 19:38:35
54709 Log: Integrate with Sarathy.
54712 ____________________________________________________________________________
54713 [ 6201] By: gsar on 2000/06/06 00:42:59
54714 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
54715 does a PUSHMARK that's never ever POPMARKed; in general, only
54716 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
54717 Perl_eval_[sp]v() don't because they don't take any incoming
54718 arguments (this leak has been around since the original version
54719 of perl_eval_pv() in 5.003_97e)
54722 ____________________________________________________________________________
54723 [ 6200] By: jhi on 2000/06/04 03:44:52
54724 Log: Update to cperl-mode.el 4.31 from
54725 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
54726 Subject: A couple of notes
54727 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54728 To: Mailing list Perl5 <perl5-porters@perl.org>
54729 Date: Sat, 3 Jun 2000 23:33:32 -0400
54730 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
54732 ! emacs/cperl-mode.el
54733 ____________________________________________________________________________
54734 [ 6199] By: jhi on 2000/06/03 15:11:05
54735 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
54736 From: Dan Sugalski <dan@sidhe.org>
54737 To: perl5-porters@perl.org, vmsperl@perl.org
54738 Date: Fri, 02 Jun 2000 17:30:51 -0400
54739 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
54741 ! vms/descrip_mms.template vms/gen_shrfls.pl
54742 ____________________________________________________________________________
54743 [ 6198] By: jhi on 2000/06/03 14:59:15
54744 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
54745 From: Dan Sugalski <dan@sidhe.org>
54746 To: vmsperl@perl.org, perl5-porters@perl.org
54747 Date: Fri, 02 Jun 2000 16:00:41 -0400
54748 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
54749 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
54751 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
54752 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
54753 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
54754 ____________________________________________________________________________
54755 [ 6197] By: jhi on 2000/06/03 14:41:30
54756 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
54757 From: John Borwick <jhborwic@unity.ncsu.edu>
54758 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
54759 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
54762 ____________________________________________________________________________
54763 [ 6196] By: jhi on 2000/06/03 14:38:09
54764 Log: Integrate with Sarathy.
54766 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54767 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54769 ____________________________________________________________________________
54770 [ 6195] By: gsar on 2000/06/02 22:43:13
54771 Log: fix yet another eval"" leak under USE_ITHREADS
54774 ____________________________________________________________________________
54775 [ 6194] By: gsar on 2000/06/02 18:22:06
54776 Log: fix small eval"" memory leaks under USE_ITHREADS
54778 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
54779 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
54781 ____________________________________________________________________________
54782 [ 6193] By: jhi on 2000/06/01 13:03:56
54783 Log: Signals-be-gone for microperl.
54785 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
54786 ____________________________________________________________________________
54787 [ 6192] By: jhi on 2000/06/01 12:52:02
54788 Log: Integrate with Sarathy.
54790 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
54791 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
54792 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
54793 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54794 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
54795 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
54796 !> t/op/vec.t utils/h2xs.PL
54797 ____________________________________________________________________________
54798 [ 6191] By: gsar on 2000/06/01 09:38:21
54799 Log: vec() loses numericalness (modified version of patch suggested
54802 ! doop.c t/op/vec.t
54803 ____________________________________________________________________________
54804 [ 6190] By: gsar on 2000/06/01 09:26:15
54805 Log: submit missing embed.pl change
54808 ____________________________________________________________________________
54809 [ 6189] By: gsar on 2000/06/01 09:05:34
54810 Log: counting tr/// corrupts later operation (from M.J.T Guy)
54813 ____________________________________________________________________________
54814 [ 6188] By: gsar on 2000/06/01 08:58:39
54818 ____________________________________________________________________________
54819 [ 6187] By: gsar on 2000/06/01 08:50:07
54820 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
54821 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
54824 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
54826 ____________________________________________________________________________
54827 [ 6186] By: gsar on 2000/06/01 08:24:40
54828 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
54829 <wolfgang.laun@alcatel.at>)
54831 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
54832 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
54833 ____________________________________________________________________________
54834 [ 6185] By: gsar on 2000/06/01 08:12:00
54835 Log: remove incorrect documentation about implicit split to @_ in
54836 list context, which never really worked in perl 5 (from
54839 ! pod/perlfunc.pod pod/perltrap.pod
54840 ____________________________________________________________________________
54841 [ 6184] By: gsar on 2000/06/01 07:52:27
54842 Log: tweak for change#6127
54845 ____________________________________________________________________________
54846 [ 6183] By: gsar on 2000/06/01 07:41:02
54847 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
54850 + t/lib/selfloader.t
54851 ! MANIFEST lib/SelfLoader.pm
54852 ____________________________________________________________________________
54853 [ 6182] By: jhi on 2000/06/01 00:34:42
54854 Log: Be Cleaner Part Deux.
54857 ____________________________________________________________________________
54858 [ 6181] By: jhi on 2000/06/01 00:32:09
54859 Log: Integrate with Sarathy.
54861 !> pp.c t/op/arith.t
54862 ____________________________________________________________________________
54863 [ 6180] By: jhi on 2000/06/01 00:31:13
54864 Log: microperl nits from Simon Cozens.
54867 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
54869 ____________________________________________________________________________
54870 [ 6179] By: gsar on 2000/05/31 22:37:51
54871 Log: buggy modulus on UVs introduced by change#3378 (resulted in
54872 4063328477 % 65535 amounting to 27406, instead of 27407)
54874 ! pp.c t/op/arith.t
54875 ____________________________________________________________________________
54876 [ 6178] By: jhi on 2000/05/31 21:52:41
54880 ____________________________________________________________________________
54881 [ 6177] By: jhi on 2000/05/31 21:47:33
54882 Log: Substitution utf8 patch from Simon Cozens.
54885 ____________________________________________________________________________
54886 [ 6176] By: jhi on 2000/05/31 21:45:34
54887 Log: Single-quoted utf8 patch from Simon Cozens.
54890 ____________________________________________________________________________
54891 [ 6175] By: jhi on 2000/05/31 21:40:18
54892 Log: Integrate with Sarathy.
54894 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
54895 ____________________________________________________________________________
54896 [ 6174] By: jhi on 2000/05/31 21:37:31
54897 Log: microperl changes from Simon Cozens; Makefile for microperl
54898 written from scratch; few casts added as microperl compilation
54899 doesn't have all prototypes available.
54901 + Makefile.micro README.micro Todo.micro uconfig.sh
54902 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
54903 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
54905 + U/modified/Config_h.U
54906 ____________________________________________________________________________
54907 [ 6173] By: jhi on 2000/05/31 20:00:24
54908 Log: metaconfig maintenance.
54910 + U/modified/Inhdr.U U/typedefs/inotype.U
54911 Branch: metaconfig/U/perl
54912 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
54913 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
54914 ____________________________________________________________________________
54915 [ 6172] By: gsar on 2000/05/31 05:05:42
54916 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
54917 (from Ilya Zakharevich)
54919 ! regexec.c t/op/re_tests
54920 ____________________________________________________________________________
54921 [ 6171] By: gsar on 2000/05/31 05:01:47
54922 Log: scalar() doesn't force scalar context when used in void context
54923 (from Simon Cozens)
54925 ! op.c t/op/wantarray.t
54926 ____________________________________________________________________________
54927 [ 6170] By: gsar on 2000/05/31 04:41:33
54928 Log: change#6142 needs tweaks to tests to work where there's no symlink()
54929 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
54932 ____________________________________________________________________________
54933 [ 6169] By: gsar on 2000/05/31 04:29:49
54934 Log: integrate cfgperl contents into mainline
54936 +> pod/perlmodlib.PL pod/perlnewmod.pod
54937 !> (integrate 42 files)
54938 ____________________________________________________________________________
54939 [ 6168] By: jhi on 2000/05/30 22:53:37
54940 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
54942 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54943 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
54944 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
54945 ! win32/config.bc win32/config.gc win32/config.vc
54946 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54947 ! win32/config_h.PL win32/config_sh.PL
54948 Branch: metaconfig/U/perl
54950 ____________________________________________________________________________
54951 [ 6167] By: jhi on 2000/05/30 22:20:21
54955 ____________________________________________________________________________
54956 [ 6166] By: jhi on 2000/05/30 22:11:51
54957 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
54958 in case somebody wants to write an extension for more
54959 shadow database interfaces.
54961 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54962 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
54963 ! vos/config.def vos/config.h vos/config_h.SH_orig
54964 ! win32/config.bc win32/config.gc win32/config.vc
54965 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54967 ! U/modified/Myinit.U
54968 Branch: metaconfig/U/perl
54969 + d_getespwnam.U d_getprpwnam.U i_prot.U
54970 ____________________________________________________________________________
54971 [ 6165] By: jhi on 2000/05/30 18:35:34
54972 Log: Integrate with Sarathy.
54975 ____________________________________________________________________________
54976 [ 6164] By: jhi on 2000/05/30 18:30:16
54979 ! Configure config_h.SH
54980 Branch: metaconfig/U/perl
54982 ____________________________________________________________________________
54983 [ 6163] By: gsar on 2000/05/30 03:24:03
54984 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
54987 ____________________________________________________________________________
54988 [ 6162] By: gsar on 2000/05/30 03:09:38
54989 Log: fix memory leak in method call optimization (change#3768);
54990 made C<eval "$x->foo()"> leak
54993 ____________________________________________________________________________
54994 [ 6161] By: jhi on 2000/05/29 17:56:26
54995 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
54996 both from Simon Cozens.
54998 + pod/perlmodlib.PL pod/perlnewmod.pod
54999 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
55000 ! pod/perlmodlib.pod pod/perltoc.pod
55001 ____________________________________________________________________________
55002 [ 6160] By: jhi on 2000/05/29 17:23:55
55003 Log: Changes for the File::Temp 0.08 (change #6159) test suite
55004 to fit better into the Perl distribution test framework.
55006 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
55007 ! t/lib/ftmp-tempfile.t
55008 ____________________________________________________________________________
55009 [ 6159] By: jhi on 2000/05/29 16:55:36
55010 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
55012 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55013 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55014 ____________________________________________________________________________
55015 [ 6158] By: bailey on 2000/05/29 16:22:08
55016 Log: Add fallback to tmpfile for use in cases where user's relying on
55017 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
55020 ! vms/vms.c vms/vmsish.h
55021 ____________________________________________________________________________
55022 [ 6157] By: jhi on 2000/05/29 03:10:36
55023 Log: Regen Configure to jive with #6149.
55027 ! U/modified/Getfile.U
55028 ____________________________________________________________________________
55029 [ 6156] By: jhi on 2000/05/29 03:01:38
55030 Log: Integrate with Sarathy.
55032 +> ext/DynaLoader/dl_mac.xs
55033 !> (integrate 38 files)
55034 ____________________________________________________________________________
55035 [ 6155] By: gsar on 2000/05/28 21:15:58
55036 Log: small bug in change#6144; remove random \xA0 character that snuck
55039 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
55040 ____________________________________________________________________________
55041 [ 6154] By: gsar on 2000/05/28 21:04:19
55042 Log: avoid type mismatch warning
55045 ____________________________________________________________________________
55046 [ 6153] By: gsar on 2000/05/28 20:58:31
55047 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
55048 <nick@Bagpuss.uk.boo.com>)
55050 ! lib/Test/Harness.pm
55051 ____________________________________________________________________________
55052 [ 6152] By: gsar on 2000/05/28 20:53:42
55053 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
55056 ____________________________________________________________________________
55057 [ 6151] By: gsar on 2000/05/28 20:50:28
55058 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
55061 ____________________________________________________________________________
55062 [ 6150] By: gsar on 2000/05/28 20:39:58
55063 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
55065 ! pod/perlrequick.pod
55066 ____________________________________________________________________________
55067 [ 6149] By: gsar on 2000/05/28 20:35:16
55068 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
55071 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
55072 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
55073 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
55074 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
55075 ____________________________________________________________________________
55076 [ 6148] By: gsar on 2000/05/28 20:21:07
55077 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
55079 ! lib/ExtUtils/MM_Unix.pm
55080 ____________________________________________________________________________
55081 [ 6147] By: gsar on 2000/05/28 20:12:41
55082 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
55083 (from Peter Prymmer)
55085 ! vms/subconfigure.com
55086 ____________________________________________________________________________
55087 [ 6146] By: gsar on 2000/05/28 20:06:15
55090 ! lib/warnings.pm warnings.h warnings.pl
55091 ____________________________________________________________________________
55092 [ 6145] By: gsar on 2000/05/28 18:44:33
55093 Log: make xsubpp skip embedded pod (from Matthias Neeracher
55094 <neeri@iis.ee.ethz.ch>)
55096 ! lib/ExtUtils/xsubpp
55097 ____________________________________________________________________________
55098 [ 6144] By: gsar on 2000/05/28 18:42:49
55099 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
55100 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
55101 <neeri@iis.ee.ethz.ch>)
55104 ____________________________________________________________________________
55105 [ 6143] By: gsar on 2000/05/28 18:41:12
55106 Log: MacOS support, part 1 (from Matthias Neeracher
55107 <neeri@iis.ee.ethz.ch>)
55109 + ext/DynaLoader/dl_mac.xs
55110 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
55111 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
55112 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
55114 ____________________________________________________________________________
55115 [ 6142] By: gsar on 2000/05/28 18:21:51
55116 Log: File::Find fails to chdir when chasing symlinks (from
55117 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
55119 ! lib/File/Find.pm t/lib/filefind.t
55120 ____________________________________________________________________________
55121 [ 6141] By: jhi on 2000/05/28 14:25:15
55122 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
55123 forwarded by Peter Seebach from the bsdi-users mailing list.
55124 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
55127 ____________________________________________________________________________
55128 [ 6140] By: jhi on 2000/05/28 14:11:57
55129 Log: Integrate with Sarathy.
55131 +> (branch 30 files)
55132 !> (integrate 93 files)
55133 ____________________________________________________________________________
55134 [ 6139] By: gsar on 2000/05/28 10:01:48
55135 Log: revise mktables.PL for bugs and newness in Unicode 3.0
55136 (from James Bence <jbence@amgen.com>)
55138 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
55139 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
55140 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
55141 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
55142 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
55143 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
55144 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
55145 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
55146 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
55147 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
55148 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
55149 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
55150 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
55151 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
55152 + lib/unicode/Is/SylWU.pl
55153 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
55154 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55155 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55156 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55157 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55158 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55159 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55160 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55161 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55162 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55163 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55164 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55165 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55166 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55167 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
55168 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
55169 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
55170 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
55171 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
55172 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
55173 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
55174 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
55175 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
55176 ! lib/unicode/Makefile lib/unicode/mktables.PL
55177 ____________________________________________________________________________
55178 [ 6138] By: gsar on 2000/05/28 08:50:32
55179 Log: add note about the handling of negative indices to tied arrays
55180 (from Michael G Schwern <schwern@pobox.com>)
55183 ____________________________________________________________________________
55184 [ 6137] By: gsar on 2000/05/28 08:46:10
55185 Log: fix bogus redeclaration warning for "our" variables in different
55188 ! op.c t/pragma/strict-vars
55189 ____________________________________________________________________________
55190 [ 6136] By: gsar on 2000/05/28 08:31:20
55191 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
55193 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
55194 ____________________________________________________________________________
55195 [ 6135] By: gsar on 2000/05/28 08:17:50
55196 Log: enable Test::Harness to dynamically determine column width etc.
55197 (from Rob Napier <rnapier@employees.org>)
55199 ! lib/Test/Harness.pm
55200 ____________________________________________________________________________
55201 [ 6134] By: gsar on 2000/05/28 08:13:39
55202 Log: make Test::Harness use wait.h/WCOREDUMP if available
55203 (from Ben Tilly <ben_tilly@hotmail.com>)
55205 ! lib/Test/Harness.pm
55206 ____________________________________________________________________________
55207 [ 6133] By: gsar on 2000/05/28 08:08:05
55208 Log: elide bogus test in change#6132
55210 ! t/pragma/warn/9enabled
55211 ____________________________________________________________________________
55212 [ 6132] By: gsar on 2000/05/28 08:03:14
55213 Log: warnings::enabled() doesn't fall back to looking at $^W if
55214 caller isn't using lexical warnings (from Paul Marquess)
55216 ! pp_ctl.c t/pragma/warn/9enabled
55217 ____________________________________________________________________________
55218 [ 6131] By: gsar on 2000/05/28 07:57:47
55219 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
55221 ! ext/POSIX/POSIX.pm
55222 ____________________________________________________________________________
55223 [ 6130] By: gsar on 2000/05/28 07:29:12
55224 Log: fix places that mean C<"word" character> but say C<alphanumeric
55227 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
55228 ____________________________________________________________________________
55229 [ 6129] By: gsar on 2000/05/28 07:18:41
55230 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
55233 ____________________________________________________________________________
55234 [ 6128] By: gsar on 2000/05/28 07:12:55
55235 Log: new perlxstut example for passing/returning refs to arrays
55236 (from David Lowe <dlowe@pootpoot.com>)
55238 ! pod/perlxstut.pod
55239 ____________________________________________________________________________
55240 [ 6127] By: gsar on 2000/05/28 07:02:50
55241 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
55242 failed (from Gisle Aas)
55245 ____________________________________________________________________________
55246 [ 6126] By: gsar on 2000/05/28 06:39:53
55247 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
55248 (reworked variant of patch suggested by Simon Cozens)
55250 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
55251 ! pp_hot.c proto.h t/op/gv.t
55252 ____________________________________________________________________________
55253 [ 6125] By: gsar on 2000/05/28 05:14:55
55254 Log: enable propagating exception objects via Perl_croak() in XS code
55258 ____________________________________________________________________________
55259 [ 6124] By: gsar on 2000/05/28 05:07:28
55260 Log: integrate vmsperl contents into mainline
55262 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
55263 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
55265 ____________________________________________________________________________
55266 [ 6123] By: gsar on 2000/05/28 05:03:53
55267 Log: clarify gotcha with #line directives (from Rocco Caputo
55270 ! pod/perldebug.pod pod/perlsyn.pod
55271 ____________________________________________________________________________
55272 [ 6122] By: gsar on 2000/05/28 04:58:29
55273 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
55274 (from Mark-Jason Dominus)
55276 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
55277 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
55278 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
55280 ____________________________________________________________________________
55281 [ 6121] By: bailey on 2000/05/25 04:46:54
55282 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
55283 lists (based on fixes by Craig Berry)
55285 ! lib/File/Spec/VMS.pm
55286 ____________________________________________________________________________
55287 [ 6120] By: bailey on 2000/05/25 04:25:38
55288 Log: Add missing escape (Charles Lane)
55290 ! t/op/lex_assign.t
55291 ____________________________________________________________________________
55292 [ 6119] By: bailey on 2000/05/25 04:21:25
55293 Log: Quiet error messages in vmsish.t (Charles Lane)
55296 ____________________________________________________________________________
55297 [ 6118] By: bailey on 2000/05/25 04:17:57
55298 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
55299 Flatten case labels in switch statements uniformly (Charles Bailey)
55302 ____________________________________________________________________________
55303 [ 6117] By: bailey on 2000/05/25 03:58:09
55304 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
55307 ____________________________________________________________________________
55308 [ 6116] By: bailey on 2000/05/25 03:11:15
55309 Log: Miscellaneous cosmetic fixes (Charles Lane)
55311 ! lib/ExtUtils/MM_VMS.pm
55312 ____________________________________________________________________________
55313 [ 6115] By: bailey on 2000/05/25 03:10:36
55314 Log: Add bounds checking for several strings (Charles Lane)
55317 ____________________________________________________________________________
55318 [ 6114] By: bailey on 2000/05/25 02:25:34
55319 Log: Urk -- undo previous removal of vmsish 'exit' change
55321 ! vms/ext/vmsish.pm vms/vmsish.h
55322 ____________________________________________________________________________
55323 [ 6113] By: bailey on 2000/05/24 02:24:40
55324 Log: Ugly workaround for version-specific RTL error
55327 ____________________________________________________________________________
55328 [ 6112] By: bailey on 2000/05/24 02:19:55
55329 Log: Check for existence of file before trying to delete
55332 ____________________________________________________________________________
55333 [ 6111] By: bailey on 2000/05/23 23:35:13
55334 Log: Resync with mainline prior to post-5.6.0 updates
55336 +> (branch 49 files)
55337 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
55338 ! vms/ext/vmsish.pm
55339 !> (integrate 334 files)
55340 ____________________________________________________________________________
55341 [ 6110] By: jhi on 2000/05/23 19:28:32
55345 ____________________________________________________________________________
55346 [ 6109] By: jhi on 2000/05/18 17:38:54
55347 Log: Integrate with Sarathy.
55349 !> mg.c perl.h win32/perlhost.h
55350 ____________________________________________________________________________
55351 [ 6108] By: gsar on 2000/05/17 02:24:56
55352 Log: reenable fake signal handling on Windows, bugs and all
55354 ! mg.c perl.h win32/perlhost.h
55355 ____________________________________________________________________________
55356 [ 6107] By: jhi on 2000/05/15 18:01:41
55357 Log: Tweak the todo list.
55360 ____________________________________________________________________________
55361 [ 6106] By: jhi on 2000/05/15 13:41:48
55362 Log: The (Configure) script refuses to go on, after asking for
55363 'You may also choose to try maximal 64-bitness....'.
55364 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
55366 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
55368 ! hints/solaris_2.sh
55369 ____________________________________________________________________________
55370 [ 6105] By: jhi on 2000/05/11 14:37:43
55371 Log: Integrate with Sarathy.
55373 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55374 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
55375 ____________________________________________________________________________
55376 [ 6104] By: gsar on 2000/05/11 03:39:07
55377 Log: PL_sys_intern was being initialized too late on windows
55379 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55380 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
55381 ____________________________________________________________________________
55382 [ 6103] By: jhi on 2000/05/09 19:42:20
55383 Log: Test tweaking for Unicos continues.
55386 ____________________________________________________________________________
55387 [ 6102] By: jhi on 2000/05/09 16:47:27
55388 Log: The test suite tweak in #6101 wasn't quite right.
55391 ____________________________________________________________________________
55392 [ 6101] By: jhi on 2000/05/09 15:35:34
55393 Log: Hints and test tweaks for Unicos.
55395 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
55396 ____________________________________________________________________________
55397 [ 6100] By: jhi on 2000/05/08 21:15:06
55398 Log: More compilation tweakery from Allen Smith.
55401 ____________________________________________________________________________
55402 [ 6099] By: jhi on 2000/05/08 19:21:18
55403 Log: Tweaks for the cc bugs from Allen Smith.
55406 ____________________________________________________________________________
55407 [ 6098] By: jhi on 2000/05/08 19:13:37
55408 Log: Add a note about other, yet unsupported, shadow password APIs.
55411 ____________________________________________________________________________
55412 [ 6097] By: jhi on 2000/05/08 18:46:34
55413 Log: Add a note about possible compilation problems from Allen Smith.
55416 ____________________________________________________________________________
55417 [ 6096] By: jhi on 2000/05/08 17:33:10
55418 Log: Integrate with Sarathy.
55420 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55421 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
55422 ____________________________________________________________________________
55423 [ 6095] By: jhi on 2000/05/08 16:21:33
55424 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
55425 might be useful in future.
55427 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55430 ! U/installdirs/inc_version_list.U
55431 Branch: metaconfig/U/perl
55433 ____________________________________________________________________________
55434 [ 6094] By: gsar on 2000/05/08 14:22:22
55435 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
55437 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
55438 ! hints/cygwin.sh pp_sys.c
55439 ____________________________________________________________________________
55440 [ 6093] By: gsar on 2000/05/08 12:52:28
55441 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
55442 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
55444 ! pp_sys.c sv.c win32/perlhost.h
55445 ____________________________________________________________________________
55446 [ 6092] By: jhi on 2000/05/07 22:40:34
55447 Log: Regen perltoc with the fixed buildtoc.
55450 ____________________________________________________________________________
55451 [ 6091] By: jhi on 2000/05/07 22:24:16
55452 Log: Integrate with Sarathy.
55454 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
55455 !> t/op/substr.t toke.c
55456 ____________________________________________________________________________
55457 [ 6090] By: gsar on 2000/05/07 19:47:07
55458 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
55459 [NI]OK; added tests for both
55461 ! perl.c pp_hot.c sv.c t/op/substr.t
55462 ____________________________________________________________________________
55463 [ 6089] By: gsar on 2000/05/07 18:18:38
55464 Log: buildtoc tweak to fix newline lossage
55467 ____________________________________________________________________________
55468 [ 6088] By: jhi on 2000/05/07 16:35:36
55469 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
55470 because we do not use those. The HAS_GETSPNAM remains,
55471 though, because we still do use that.
55473 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55474 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
55475 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
55476 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
55477 ! win32/config.vc win32/config_H.bc win32/config_H.gc
55478 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
55479 ____________________________________________________________________________
55480 [ 6087] By: gsar on 2000/05/07 16:05:16
55481 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
55483 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
55484 ____________________________________________________________________________
55485 [ 6086] By: jhi on 2000/05/07 15:27:07
55486 Log: Integrate with Sarathy.
55488 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55489 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55490 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
55491 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
55492 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
55493 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
55494 ____________________________________________________________________________
55495 [ 6085] By: gsar on 2000/05/07 05:52:02
55496 Log: repeat operator (x) doesn't preserve utf8-ness
55498 ! pp.c t/op/substr.t
55499 ____________________________________________________________________________
55500 [ 6084] By: gsar on 2000/05/07 05:39:55
55501 Log: substr() does not preserve utf8-ness (from Stefan Eissing
55502 <Eissing@medicaldataservice.de>); added tests
55504 ! pp.c t/op/substr.t
55505 ____________________________________________________________________________
55506 [ 6083] By: gsar on 2000/05/07 05:24:46
55507 Log: note about undocumented caller() return value (from M.J.T. Guy);
55508 yet another peek.t tweak
55510 ! pod/perlfunc.pod t/lib/peek.t
55511 ____________________________________________________________________________
55512 [ 6082] By: gsar on 2000/05/07 05:08:40
55513 Log: peek.t non-portable to ithreads
55516 ____________________________________________________________________________
55517 [ 6081] By: gsar on 2000/05/07 04:17:04
55518 Log: better default perlbug categories for ok reports (from Richard Foley)
55521 ____________________________________________________________________________
55522 [ 6080] By: gsar on 2000/05/07 04:08:07
55523 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
55524 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
55526 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
55527 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
55528 ! AUTHORS MAINTAIN MANIFEST
55529 ____________________________________________________________________________
55530 [ 6079] By: gsar on 2000/05/07 04:01:38
55531 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
55533 ! lib/Carp/Heavy.pm
55534 ____________________________________________________________________________
55535 [ 6078] By: gsar on 2000/05/07 01:24:19
55536 Log: workaround for CRT bug in chdir() (from Charles Lane, via
55539 ! iperlsys.h vms/vms.c vms/vmsish.h
55540 ____________________________________________________________________________
55541 [ 6077] By: gsar on 2000/05/07 01:22:23
55542 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
55545 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
55546 ____________________________________________________________________________
55547 [ 6076] By: gsar on 2000/05/06 17:36:29
55548 Log: integrate cfgperl contents into mainline
55551 !> Configure MANIFEST Porting/Glossary Porting/config.sh
55552 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
55553 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
55554 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
55555 ____________________________________________________________________________
55556 [ 6075] By: jhi on 2000/05/05 18:56:10
55557 Log: Make the test more portable.
55560 ____________________________________________________________________________
55561 [ 6074] By: jhi on 2000/05/05 18:49:20
55562 Log: Introduce t/lib/peek.t.
55566 ____________________________________________________________________________
55567 [ 6073] By: jhi on 2000/05/05 14:30:45
55568 Log: Complex tweaks.
55570 ! lib/Math/Complex.pm t/lib/complex.t
55571 ____________________________________________________________________________
55572 [ 6072] By: jhi on 2000/05/05 12:27:13
55573 Log: Integrate with Sarathy.
55575 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55576 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55577 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
55578 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
55579 ____________________________________________________________________________
55580 [ 6071] By: gsar on 2000/05/05 02:24:46
55581 Log: misformatted perllocal.pod (from Tim Jenness
55582 <t.jenness@jach.hawaii.edu>)
55584 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55585 ____________________________________________________________________________
55586 [ 6070] By: gsar on 2000/05/05 02:16:52
55587 Log: remove misleading comment (from M.J.T. Guy)
55590 ____________________________________________________________________________
55591 [ 6069] By: gsar on 2000/05/05 02:15:13
55592 Log: File::Spec compatibility update (from Barrie Slaymaker
55593 <barries@slaysys.com>)
55595 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55596 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55597 ____________________________________________________________________________
55598 [ 6068] By: gsar on 2000/05/05 02:01:50
55599 Log: note about values()
55602 ____________________________________________________________________________
55603 [ 6067] By: gsar on 2000/05/05 01:33:09
55604 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
55607 ____________________________________________________________________________
55608 [ 6066] By: gsar on 2000/05/05 01:23:43
55612 ____________________________________________________________________________
55613 [ 6065] By: jhi on 2000/05/04 17:30:22
55614 Log: Integrate with Sarathy.
55616 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
55617 ____________________________________________________________________________
55618 [ 6064] By: gsar on 2000/05/04 17:26:14
55619 Log: change#5905 wasn't quite right--it's intent only applies when arguments
55620 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
55623 ____________________________________________________________________________
55624 [ 6063] By: gsar on 2000/05/04 16:52:29
55625 Log: tokeq() could read unallocated field in argument
55628 ____________________________________________________________________________
55629 [ 6062] By: gsar on 2000/05/04 16:34:51
55630 Log: additional tests for utf8.t
55633 ____________________________________________________________________________
55634 [ 6061] By: gsar on 2000/05/04 16:09:28
55635 Log: change#5921 neglected to make eq honor "use bytes"
55638 ____________________________________________________________________________
55639 [ 6060] By: jhi on 2000/05/04 15:30:16
55640 Log: Integrate with Sarathy.
55642 !> perl.c regcomp.c t/pragma/utf8.t
55643 ____________________________________________________________________________
55644 [ 6059] By: jhi on 2000/05/04 15:26:37
55645 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
55646 in natively 64-bit platforms where a long is a quad (no need
55647 for long longs). Also added bias for IVs.
55650 ____________________________________________________________________________
55651 [ 6058] By: gsar on 2000/05/04 00:19:14
55652 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
55653 (spotted by Donald Kinzer <dkinzer@premia.com>)
55656 ____________________________________________________________________________
55657 [ 6057] By: gsar on 2000/05/03 18:34:01
55658 Log: fix broken parsing of /\x{ab}/
55660 ! regcomp.c t/pragma/utf8.t
55661 ____________________________________________________________________________
55662 [ 6056] By: jhi on 2000/05/03 17:57:16
55663 Log: The search of infinity continues, this time simplified.
55665 ! lib/Math/Complex.pm
55666 ____________________________________________________________________________
55667 [ 6055] By: jhi on 2000/05/03 17:45:30
55671 ____________________________________________________________________________
55672 [ 6054] By: jhi on 2000/05/02 22:28:27
55673 Log: Be more forgiving in POSIX about HUGE_VALL.
55675 ! ext/POSIX/POSIX.xs
55676 ____________________________________________________________________________
55677 [ 6053] By: jhi on 2000/05/02 22:25:05
55678 Log: Integrate with Sarathy.
55680 !> hints/irix_6.sh pod/perlop.pod
55681 ____________________________________________________________________________
55682 [ 6052] By: jhi on 2000/05/02 22:24:31
55683 Log: Unicos hint tweak.
55686 ____________________________________________________________________________
55687 [ 6051] By: jhi on 2000/05/02 22:21:26
55688 Log: Complex tweakery.
55690 ! lib/Math/Complex.pm t/lib/complex.t
55691 ____________________________________________________________________________
55692 [ 6050] By: jhi on 2000/05/02 19:26:22
55693 Log: Use setxxent()/endxxent().
55695 ! t/op/grent.t t/op/pwent.t
55696 ____________________________________________________________________________
55697 [ 6049] By: jhi on 2000/05/02 19:06:02
55698 Log: Test both the scalar and list contexts.
55700 ! t/op/grent.t t/op/pwent.t
55701 ____________________________________________________________________________
55702 [ 6048] By: gsar on 2000/05/02 18:29:10
55703 Log: add note about how $( doesn't interpolate in REs (from
55704 Philip Newton <newton@ficus.frogspace.net>)
55707 ____________________________________________________________________________
55708 [ 6047] By: jhi on 2000/05/02 17:41:24
55709 Log: Call getspnam() only iff needd.
55712 ____________________________________________________________________________
55713 [ 6046] By: gsar on 2000/05/02 17:07:25
55714 Log: libscheck has insufficient checks for n32 libs (from
55715 Albert Chin-A-Young <china@thewrittenword.com>)
55718 ____________________________________________________________________________
55719 [ 6045] By: jhi on 2000/05/02 13:57:17
55720 Log: Integrate with Sarathy.
55722 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
55723 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
55724 ____________________________________________________________________________
55725 [ 6044] By: gsar on 2000/05/02 06:48:19
55726 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
55727 such that underscores are only ignored in literal numbers,
55728 "\x{...}", and hex/oct argument
55730 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
55731 ____________________________________________________________________________
55732 [ 6043] By: gsar on 2000/05/02 02:22:29
55733 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
55735 ! pod/perlretut.pod
55736 ____________________________________________________________________________
55737 [ 6042] By: gsar on 2000/05/02 02:17:51
55738 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
55741 ____________________________________________________________________________
55742 [ 6041] By: gsar on 2000/05/02 01:53:51
55743 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
55747 ____________________________________________________________________________
55748 [ 6040] By: gsar on 2000/05/02 01:51:57
55749 Log: missing files in MANIFEST
55752 ____________________________________________________________________________
55753 [ 6039] By: jhi on 2000/05/02 00:36:46
55754 Log: Infinite problems.
55756 ! lib/Math/Complex.pm
55757 ____________________________________________________________________________
55758 [ 6038] By: jhi on 2000/05/02 00:06:38
55759 Log: pwent/spent #ifdef imbalance.
55762 ____________________________________________________________________________
55763 [ 6037] By: jhi on 2000/05/01 22:50:11
55764 Log: Use HUGE_VALL if applicable.
55766 ! ext/POSIX/POSIX.xs util.c
55767 ____________________________________________________________________________
55768 [ 6036] By: jhi on 2000/05/01 22:20:53
55769 Log: Correct Freudian slip.
55772 ____________________________________________________________________________
55773 [ 6035] By: jhi on 2000/05/01 21:07:38
55774 Log: Continue on the pwent/spent case.
55777 ____________________________________________________________________________
55778 [ 6034] By: jhi on 2000/05/01 17:45:14
55779 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
55780 adjustments in 6032 conflicted badly with this, will have
55781 to revisit them later.
55783 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
55784 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55785 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
55786 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
55787 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
55788 !> t/lib/cgi-html.t t/lib/cgi-request.t
55789 ____________________________________________________________________________
55790 [ 6033] By: jhi on 2000/05/01 17:40:49
55791 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
55794 ____________________________________________________________________________
55795 [ 6032] By: gsar on 2000/05/01 15:56:32
55796 Log: whitespace adjustments
55799 ____________________________________________________________________________
55800 [ 6031] By: gsar on 2000/05/01 15:19:41
55801 Log: small nits in diagnostics.pm (from Robin Barker)
55803 ! lib/diagnostics.pm pod/perldiag.pod
55804 ____________________________________________________________________________
55805 [ 6030] By: gsar on 2000/05/01 08:39:18
55806 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
55807 for @- and @+ (from Johan Vromans)
55809 ! lib/English.pm pod/perlvar.pod
55810 ____________________________________________________________________________
55811 [ 6029] By: gsar on 2000/05/01 08:16:10
55812 Log: add CGI.pm v2.66 (from Lincoln Stein)
55814 + lib/CGI/Util.pm t/lib/cgi-pretty.t
55815 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
55816 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
55817 ! t/lib/cgi-html.t t/lib/cgi-request.t
55818 ____________________________________________________________________________
55819 [ 6028] By: gsar on 2000/05/01 06:34:41
55820 Log: Pod::Man generates groff-incompatible macro definition (from
55824 ____________________________________________________________________________
55825 [ 6027] By: gsar on 2000/05/01 06:31:36
55826 Log: podlators-1.02 update (from Russ Allbery)
55828 ! lib/Pod/Man.pm lib/Pod/Text.pm
55829 ____________________________________________________________________________
55830 [ 6026] By: jhi on 2000/04/30 23:24:23
55831 Log: Integrate with Sarathy.
55833 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55834 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
55835 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55836 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55837 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
55838 !> t/lib/syslog.t toke.c win32/win32.h
55839 ____________________________________________________________________________
55840 [ 6025] By: gsar on 2000/04/30 18:17:47
55841 Log: Is{Alnum,Alpha,Word} don't match titlecase
55843 TODO: IsSpace is defined recursively!
55845 (both spotted by Larry)
55847 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
55848 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
55849 ____________________________________________________________________________
55850 [ 6024] By: gsar on 2000/04/30 17:50:19
55851 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
55852 (from Hugo van der Sanden)
55855 ____________________________________________________________________________
55856 [ 6023] By: gsar on 2000/04/30 17:14:43
55857 Log: debugger stomps on $. (from M.J.T. Guy)
55860 ____________________________________________________________________________
55861 [ 6022] By: gsar on 2000/04/30 16:59:22
55862 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
55865 ____________________________________________________________________________
55866 [ 6021] By: gsar on 2000/04/29 21:00:08
55867 Log: remove Win2K issue in pod (fixed by change#6020)
55869 ! README.win32 pod/perl56delta.pod
55870 ____________________________________________________________________________
55871 [ 6020] By: gsar on 2000/04/29 20:51:49
55875 ____________________________________________________________________________
55876 [ 6019] By: gsar on 2000/04/29 20:34:27
55877 Log: windows portability tweaks
55879 ! t/lib/b.t win32/win32.h
55880 ____________________________________________________________________________
55881 [ 6018] By: gsar on 2000/04/29 19:55:24
55882 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
55883 make _PATH_LOG() return "" if unavailable
55885 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
55886 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
55887 ____________________________________________________________________________
55888 [ 6017] By: jhi on 2000/04/28 22:49:46
55889 Log: Integrate with Sarathy.
55891 !> op.c perl.c pod/perldiag.pod t/lib/b.t
55892 ____________________________________________________________________________
55893 [ 6016] By: jhi on 2000/04/28 22:46:14
55894 Log: Do not warn that an infinity does not look like a number.
55897 ____________________________________________________________________________
55898 [ 6015] By: gsar on 2000/04/28 22:35:49
55899 Log: tweak test for portability
55902 ____________________________________________________________________________
55903 [ 6014] By: gsar on 2000/04/28 22:05:31
55904 Log: glob() loading File::Glob behind the scenes may cause syntax errors
55907 ____________________________________________________________________________
55908 [ 6013] By: gsar on 2000/04/28 21:25:22
55909 Log: tweak change#5945 to display correct switch name in diagnostic
55911 ! perl.c pod/perldiag.pod
55912 ____________________________________________________________________________
55913 [ 6012] By: jhi on 2000/04/28 21:08:12
55914 Log: Integrate with Sarathy.
55916 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
55917 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
55918 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
55919 ____________________________________________________________________________
55920 [ 6011] By: jhi on 2000/04/28 21:04:46
55921 Log: &HUGE_VAL is not defined, it exists.
55923 ! lib/Math/Complex.pm
55924 ____________________________________________________________________________
55925 [ 6010] By: gsar on 2000/04/28 21:02:58
55926 Log: clarify note about shadow password support (from
55927 gellyfish@gellyfish.com)
55930 ____________________________________________________________________________
55931 [ 6009] By: gsar on 2000/04/28 21:00:00
55932 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
55934 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
55935 ____________________________________________________________________________
55936 [ 6008] By: gsar on 2000/04/28 20:56:33
55937 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
55939 ! installperl vms/subconfigure.com
55940 ____________________________________________________________________________
55941 [ 6007] By: gsar on 2000/04/28 20:51:21
55942 Log: note about compile failures and END blocks (from M.J.T. Guy)
55944 ! pod/perl56delta.pod pod/perlmod.pod
55945 ____________________________________________________________________________
55946 [ 6006] By: jhi on 2000/04/28 20:42:14
55947 Log: Regen Configure.
55949 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55951 ____________________________________________________________________________
55952 [ 6005] By: gsar on 2000/04/28 20:41:16
55953 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
55956 ____________________________________________________________________________
55957 [ 6004] By: jhi on 2000/04/28 20:28:21
55958 Log: Integrate with Sarathy.
55960 !> Configure INSTALL Porting/Glossary Porting/config.sh
55961 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
55962 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
55963 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
55964 !> win32/config.vc win32/win32.c
55965 ____________________________________________________________________________
55966 [ 6003] By: gsar on 2000/04/28 20:11:20
55967 Log: allow REG_EXPAND_SZ keys in Windows registry (from
55968 John Clayton <John.Clayton@barclayscapital.com>)
55971 ____________________________________________________________________________
55972 [ 6002] By: gsar on 2000/04/28 19:34:16
55973 Log: destructive sv_setsv() can lose UV-ness from source, causing
55974 numeric promotions/comparisons to fail to do the right thing
55977 ____________________________________________________________________________
55978 [ 6001] By: gsar on 2000/04/28 18:44:15
55979 Log: support additional library locations via $Config{otherlibdirs}
55980 (from Andy Dougherty)
55982 ! Configure INSTALL Porting/Glossary Porting/config.sh
55983 ! Porting/config_H config_h.SH epoc/config.sh perl.c
55984 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
55985 ! win32/config.bc win32/config.gc win32/config.vc
55986 ____________________________________________________________________________
55987 [ 6000] By: gsar on 2000/04/28 18:26:58
55988 Log: reworked otherlibdirs.U (from Andy Dougherty)
55990 ! U/installdirs/otherlibdirs.U
55991 ____________________________________________________________________________
55992 [ 5999] By: gsar on 2000/04/28 18:17:07
55993 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
55995 ! t/pragma/warn/toke toke.c
55996 ____________________________________________________________________________
55997 [ 5998] By: jhi on 2000/04/28 13:32:17
55998 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
56000 ! lib/Math/Complex.pm
56001 ____________________________________________________________________________
56002 [ 5997] By: jhi on 2000/04/28 13:14:04
56005 ! lib/Math/Complex.pm
56006 ____________________________________________________________________________
56007 [ 5996] By: jhi on 2000/04/28 12:59:23
56008 Log: Integrate with Sarathy.
56010 +> pod/perlrequick.pod pod/perlretut.pod
56011 !> (integrate 51 files)
56012 ____________________________________________________________________________
56013 [ 5995] By: gsar on 2000/04/28 09:37:36
56014 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
56016 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
56017 ____________________________________________________________________________
56018 [ 5994] By: gsar on 2000/04/28 09:33:26
56019 Log: fix for missed accounting for null byte in pack("Z",...) (from
56023 ____________________________________________________________________________
56024 [ 5993] By: gsar on 2000/04/28 09:30:05
56025 Log: various minor tweaks seen on p5p
56027 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
56028 ____________________________________________________________________________
56029 [ 5992] By: gsar on 2000/04/28 09:08:19
56030 Log: pod nit (from Simon Cozens)
56033 ____________________________________________________________________________
56034 [ 5991] By: gsar on 2000/04/28 09:06:36
56035 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
56037 ! README.posix-bc hints/posix-bc.sh
56038 ____________________________________________________________________________
56039 [ 5990] By: gsar on 2000/04/28 08:54:52
56040 Log: use $ENV{LIB} to search for libs under Visual C compiler
56041 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
56043 ! lib/ExtUtils/Liblist.pm
56044 ____________________________________________________________________________
56045 [ 5989] By: gsar on 2000/04/28 08:27:12
56046 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
56047 itself and no other (from Tom Hughes)
56049 ! t/op/array.t toke.c
56050 ____________________________________________________________________________
56051 [ 5988] By: gsar on 2000/04/28 08:01:38
56052 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
56053 <paul@miraclefish.com>)
56055 ! lib/ExtUtils/MakeMaker.pm
56056 ____________________________________________________________________________
56057 [ 5987] By: gsar on 2000/04/28 07:53:09
56058 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
56060 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
56061 ____________________________________________________________________________
56062 [ 5986] By: gsar on 2000/04/28 07:44:17
56063 Log: add regular expressions tutorial and quick-start guide (from
56064 Mark Kvale <kvale@phy.ucsf.edu>)
56066 + pod/perlrequick.pod pod/perlretut.pod
56067 ! AUTHORS MAINTAIN MANIFEST
56068 ____________________________________________________________________________
56069 [ 5985] By: gsar on 2000/04/28 07:30:28
56070 Log: forked child may not exit correctly if it failed to open
56071 /dev/console (from Graham Barr)
56073 ! ext/Sys/Syslog/Syslog.pm
56074 ____________________________________________________________________________
56075 [ 5984] By: gsar on 2000/04/28 07:27:20
56076 Log: attributes::reftype() doesn't work on tied argument
56079 ____________________________________________________________________________
56080 [ 5983] By: gsar on 2000/04/28 07:15:04
56081 Log: numeric conversion of non-number in change#3378 tramples on
56082 OOK offset, causing segfaults
56085 ____________________________________________________________________________
56086 [ 5982] By: gsar on 2000/04/28 04:48:25
56087 Log: avoid error in IO::Socket::INET when given an unknown service name
56088 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
56090 ! ext/IO/lib/IO/Socket/INET.pm
56091 ____________________________________________________________________________
56092 [ 5981] By: gsar on 2000/04/28 04:31:31
56093 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
56094 prototype mismatch with CORE::glob(); update pod and tests to
56095 suit (File::Glob::glob() is still available for backward
56096 compatibility, but should be considered deprecated)
56098 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
56099 ! t/lib/glob-taint.t
56100 ____________________________________________________________________________
56101 [ 5980] By: gsar on 2000/04/28 03:47:29
56102 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
56105 ! U/modified/Options.U
56108 ____________________________________________________________________________
56109 [ 5979] By: gsar on 2000/04/28 03:07:54
56110 Log: under useithreads, constant pad entries could inadvertantly be
56111 shared across threads (from Eric Blood <eblood@xmission.com>);
56112 added Eric's test case to testsuite
56115 ____________________________________________________________________________
56116 [ 5978] By: gsar on 2000/04/27 21:13:00
56117 Log: sync version numbers in File::Spec with the ones on CPAN
56118 (from Barrie Slaymaker)
56120 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
56121 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
56122 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
56123 ____________________________________________________________________________
56124 [ 5977] By: gsar on 2000/04/27 21:07:29
56125 Log: autoquote barewords followed by newline and arrow properly
56126 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
56128 ! t/pragma/warn/toke toke.c
56129 ____________________________________________________________________________
56130 [ 5976] By: gsar on 2000/04/27 20:41:20
56131 Log: DB_File v1.73 update (from Paul Marquess)
56133 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56134 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
56135 ____________________________________________________________________________
56136 [ 5975] By: gsar on 2000/04/27 20:34:24
56137 Log: allow sort() reentrancy (variant of patch suggested by
56138 Hugo van der Sanden)
56140 ! pp_ctl.c t/op/sort.t
56141 ____________________________________________________________________________
56142 [ 5974] By: gsar on 2000/04/27 19:46:57
56143 Log: change#4197 somehow missed initializing PL_errors, meaning
56144 sytax error queueing wasn't working outside eval"" at all;
56145 also fixed eval"" to localize PL_error_count, so that compile-time
56146 eval's don't clobber the error state of the outer context
56148 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
56149 ! t/pragma/warn/toke
56150 ____________________________________________________________________________
56151 [ 5973] By: gsar on 2000/04/27 18:29:05
56152 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
56154 ! regcomp.c regexec.c t/op/re_tests
56155 ____________________________________________________________________________
56156 [ 5972] By: jhi on 2000/04/27 18:22:41
56157 Log: Integrate with Sarathy.
56159 +> t/lib/b.t t/lib/syslog.t
56160 !> (integrate 31 files)
56161 ____________________________________________________________________________
56162 [ 5971] By: jhi on 2000/04/27 18:18:46
56163 Log: Unicos tweaks from Mark P. Lutz.
56165 ! hints/unicos.sh lib/Math/Complex.pm
56166 ____________________________________________________________________________
56167 [ 5970] By: gsar on 2000/04/27 18:05:11
56168 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
56171 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
56172 ____________________________________________________________________________
56173 [ 5969] By: gsar on 2000/04/27 17:50:56
56174 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
56177 ! MANIFEST ext/Sys/Syslog/Syslog.pm
56178 ____________________________________________________________________________
56179 [ 5968] By: gsar on 2000/04/27 17:44:49
56180 Log: tolerate spaces in group names in test on solaris (from David Boyce
56184 ____________________________________________________________________________
56185 [ 5967] By: gsar on 2000/04/27 17:41:22
56186 Log: improved docs on the warn_uninit diagnostic (from David Glasser
56190 ____________________________________________________________________________
56191 [ 5966] By: gsar on 2000/04/27 16:54:58
56192 Log: add testsuite for B backends, fix bug in B::Deparse (from
56193 Simon Cozens <simon@brecon.co.uk>)
56196 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
56197 ____________________________________________________________________________
56198 [ 5965] By: gsar on 2000/04/27 16:10:37
56199 Log: avoid "will not stay shared" warnings for our variables (from
56202 ! op.c t/pragma/warn/op
56203 ____________________________________________________________________________
56204 [ 5964] By: gsar on 2000/04/27 07:05:05
56205 Log: reformat to 72 columns (again)
56208 ____________________________________________________________________________
56209 [ 5963] By: gsar on 2000/04/27 06:28:31
56210 Log: patch from Larry to make (\&) prototype work; added tests for
56213 ! op.c t/comp/proto.t
56214 ____________________________________________________________________________
56215 [ 5962] By: gsar on 2000/04/27 06:15:47
56216 Log: updated README.hpux (from Jeff Okamoto)
56219 ____________________________________________________________________________
56220 [ 5961] By: gsar on 2000/04/27 05:55:03
56221 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
56223 ! emacs/cperl-mode.el
56224 ____________________________________________________________________________
56225 [ 5960] By: gsar on 2000/04/27 05:49:26
56226 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
56229 ____________________________________________________________________________
56230 [ 5959] By: gsar on 2000/04/27 05:33:41
56231 Log: doubled words in pods (from Simon Cozens
56232 <simon.p.cozens@jp.pwcglobal.com>)
56234 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
56235 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
56236 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
56237 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
56238 ! pod/perltootc.pod
56239 ____________________________________________________________________________
56240 [ 5958] By: gsar on 2000/04/27 05:11:39
56241 Log: change#3569 deleted some essential code, revert; avoid use of
56242 atexit() to make DynaLoader work properly on AIX under mod_perl
56243 (from Jens-Uwe Mager <jum@helios.de>)
56245 ! ext/DynaLoader/dl_aix.xs
56246 ____________________________________________________________________________
56247 [ 5957] By: gsar on 2000/04/27 04:54:51
56248 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
56251 ____________________________________________________________________________
56252 [ 5956] By: gsar on 2000/04/27 04:51:47
56253 Log: better diagnostics on failed tests (from Ilya Zakharevich)
56255 ! t/op/lex_assign.t
56256 ____________________________________________________________________________
56257 [ 5955] By: gsar on 2000/04/27 04:26:44
56258 Log: longstanding bug exposed by change#3307: sort arguments weren't
56259 compiled with the right wantarray context (ensuing runtime lookup
56260 via block_gimme() was getting the incidental context of the
56264 ____________________________________________________________________________
56265 [ 5954] By: gsar on 2000/04/26 23:42:12
56266 Log: integrate cfgperl contents into mainline
56268 !> (integrate 30 files)
56269 ____________________________________________________________________________
56270 [ 5953] By: jhi on 2000/04/26 23:06:42
56271 Log: Integrate with Sarathy.
56273 !> README.win32 ext/B/B/Deparse.pm
56274 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56275 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
56276 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
56277 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
56278 !> utils/perldoc.PL vms/perlvms.pod
56279 ____________________________________________________________________________
56280 [ 5952] By: jhi on 2000/04/26 23:03:46
56281 Log: Undo "use integer" addition from 64bitint as it seems
56282 to break most of the subtests in Digital UNIX;
56283 Unicos needs to find another way.
56286 ____________________________________________________________________________
56287 [ 5951] By: jhi on 2000/04/26 22:57:53
56288 Log: Be more robust on "extreme" (large absolute value)
56289 arguments. Originally reported by Daniel Connelly
56290 as a problem with asinh() on large negative arguments,
56291 asinh() used to bail out because an argument to log()
56292 ended up being zero. Ilya Zakharevich proposed using
56293 Taylor's series in such cases, which for such large
56294 arguments is a very good approximation.
56296 ! lib/Math/Complex.pm t/lib/complex.t
56297 ____________________________________________________________________________
56298 [ 5950] By: gsar on 2000/04/25 19:13:12
56299 Log: reformat perldiag to avoid long lines
56302 ____________________________________________________________________________
56303 [ 5949] By: gsar on 2000/04/25 18:41:11
56304 Log: make perldoc use the pod2man from the same version (from
56308 ____________________________________________________________________________
56309 [ 5948] By: gsar on 2000/04/25 18:21:57
56310 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
56311 <kompas@kompas.usr.onet.pl>)
56314 ____________________________________________________________________________
56315 [ 5947] By: gsar on 2000/04/25 18:11:53
56316 Log: use &dl_error rather than &dl_load_file as the guard for calling
56317 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
56318 statically built perl)
56320 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
56321 ____________________________________________________________________________
56322 [ 5946] By: jhi on 2000/04/25 17:37:54
56323 Log: Document that tr() is not tr(1).
56326 ____________________________________________________________________________
56327 [ 5945] By: gsar on 2000/04/25 16:34:33
56328 Log: make module name mandatory after -M switch; reorder perldiag
56329 alphabetically (from Mark-Jason Dominus)
56331 ! perl.c pod/perldiag.pod
56332 ____________________________________________________________________________
56333 [ 5944] By: jhi on 2000/04/25 01:15:18
56334 Log: On second thoughts frexp() does have two arguments.
56337 ____________________________________________________________________________
56338 [ 5943] By: jhi on 2000/04/24 22:56:32
56339 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
56340 Now pp_ncmp() returns undef is either operand is a NaN.
56342 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56343 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
56344 ! vms/subconfigure.com vos/config.def vos/config.h
56345 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
56346 ! win32/config.vc win32/config_H.bc win32/config_H.gc
56347 ! win32/config_H.vc
56348 Branch: metaconfig/U/perl
56350 ____________________________________________________________________________
56351 [ 5942] By: jhi on 2000/04/24 19:45:17
56352 Log: Regen Configure to match #5937.
56354 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56357 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
56358 ____________________________________________________________________________
56359 [ 5941] By: jhi on 2000/04/24 19:24:11
56360 Log: Further Unicos fixes for Mark Lutz.
56362 ! hints/unicos.sh pp_ctl.c
56363 ____________________________________________________________________________
56364 [ 5940] By: jhi on 2000/04/24 19:09:06
56365 Log: Various Unicos 10.0.0.6 fixes.
56367 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
56368 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
56369 Reply-To: tecmpl1@triton.ca.boeing.com
56370 To: perl5-porters@perl.org
56371 Date: Fri, 14 Apr 2000 20:21:00 GMT
56372 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
56374 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
56375 ____________________________________________________________________________
56376 [ 5939] By: gsar on 2000/04/24 19:01:24
56377 Log: more pod nits (from Larry Virden)
56379 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
56380 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
56381 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
56382 ____________________________________________________________________________
56383 [ 5938] By: gsar on 2000/04/24 18:54:01
56384 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
56386 ! ext/B/B/Deparse.pm
56387 ____________________________________________________________________________
56388 [ 5937] By: jhi on 2000/04/24 17:39:00
56389 Log: Integrate with Sarathy.
56391 +> (branch 31 files)
56392 !> (integrate 73 files)
56393 ____________________________________________________________________________
56394 [ 5936] By: gsar on 2000/04/24 17:30:06
56395 Log: additional tests for change#5934 (from Paul Marquess, who also
56396 sent in the same fix)
56398 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
56399 ! t/pragma/warn/5nolint t/pragma/warn/6default
56400 ____________________________________________________________________________
56401 [ 5935] By: jhi on 2000/04/24 17:26:05
56402 Log: Do not assume sign propagation.
56403 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
56404 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56405 To: payner@ncifcrf.gov, perl5-porters@perl.org
56406 Date: Tue, 18 Apr 2000 18:24:49 +0100
56407 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
56409 ! t/op/bop.t t/op/misc.t
56410 ____________________________________________________________________________
56411 [ 5934] By: gsar on 2000/04/24 17:16:54
56412 Log: propagate lexical warnings from surrounding scope correctly
56413 within string eval()
56415 ! pp_ctl.c t/pragma/warn/pp_ctl
56416 ____________________________________________________________________________
56417 [ 5933] By: jhi on 2000/04/24 17:01:07
56418 Log: Flatten the cpp jungle doing the nosuid checking.
56421 ____________________________________________________________________________
56422 [ 5932] By: gsar on 2000/04/24 09:08:14
56423 Log: add rsignal(), whichsig() and do_join() to public API list
56424 (mod_perl uses them to good advantage)
56426 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
56427 ____________________________________________________________________________
56428 [ 5931] By: gsar on 2000/04/24 09:01:40
56429 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
56431 ! pp_hot.c regexec.c t/op/pat.t
56432 ____________________________________________________________________________
56433 [ 5930] By: gsar on 2000/04/24 08:58:33
56434 Log: small os390 tweaks (from Peter Prymmer)
56436 ! config_h.SH makedepend.SH
56437 ____________________________________________________________________________
56438 [ 5929] By: gsar on 2000/04/24 08:55:25
56442 ____________________________________________________________________________
56443 [ 5928] By: gsar on 2000/04/24 08:50:13
56444 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
56446 ! ext/IO/lib/IO/Poll.pm
56447 ____________________________________________________________________________
56448 [ 5927] By: gsar on 2000/04/24 08:43:24
56449 Log: arrange for next() to resume at the unstack op rather than the
56450 loop conditional, so that scope cleanup happens correctly
56451 (from Stephen McCamant)
56453 ! op.c pp_ctl.c t/op/misc.t
56454 ____________________________________________________________________________
56455 [ 5926] By: gsar on 2000/04/24 08:18:40
56456 Log: on windows, reserve 16M of stack rather than 128M (allows more
56457 threads to run concurrently)
56459 ! win32/Makefile win32/makefile.mk
56460 ____________________________________________________________________________
56461 [ 5925] By: gsar on 2000/04/24 08:13:52
56462 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
56465 ____________________________________________________________________________
56466 [ 5924] By: gsar on 2000/04/24 08:08:59
56467 Log: avoid using uninitialized memory in require version check
56469 ! pp_ctl.c universal.c
56470 ____________________________________________________________________________
56471 [ 5923] By: gsar on 2000/04/24 07:20:14
56472 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
56474 ! ext/IO/lib/IO/Poll.pm
56475 ____________________________________________________________________________
56476 [ 5922] By: gsar on 2000/04/24 07:08:42
56477 Log: commentary about IoTYPE() (from Nathan Torkington)
56480 ____________________________________________________________________________
56481 [ 5921] By: gsar on 2000/04/24 06:58:26
56482 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
56485 ! sv.c t/lib/charnames.t t/pragma/utf8.t
56486 ____________________________________________________________________________
56487 [ 5920] By: gsar on 2000/04/24 06:37:59
56488 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
56490 ! doop.c t/op/ver.t
56491 ____________________________________________________________________________
56492 [ 5919] By: gsar on 2000/04/24 06:21:58
56493 Log: Configure might miss old directories when prefix must be
56494 expanded (from Robin Barker)
56496 ! U/installdirs/inc_version_list.U
56499 ____________________________________________________________________________
56500 [ 5918] By: gsar on 2000/04/24 06:16:11
56501 Log: VMS nits in glob() test (from Charles Lane)
56503 ! t/lib/glob-basic.t
56504 ____________________________________________________________________________
56505 [ 5917] By: gsar on 2000/04/24 06:11:56
56506 Log: various pod nits (from Larry Virden and others)
56508 ! README.amiga README.hpux README.machten README.os2
56509 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
56510 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
56511 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
56512 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
56513 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
56514 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
56515 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
56516 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
56517 ____________________________________________________________________________
56518 [ 5916] By: gsar on 2000/04/24 05:52:43
56519 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
56520 <wjones@tc.fluke.com>)
56522 ! t/lib/glob-basic.t
56523 ____________________________________________________________________________
56524 [ 5915] By: gsar on 2000/04/24 05:07:01
56525 Log: supported platforms mixed up
56527 ! pod/perl56delta.pod pod/perlport.pod
56528 ____________________________________________________________________________
56529 [ 5914] By: gsar on 2000/04/24 04:56:08
56530 Log: caller() wasn't returning the right number of elements for
56533 ! pp_ctl.c t/pragma/warn/9enabled
56534 ____________________________________________________________________________
56535 [ 5913] By: gsar on 2000/04/24 04:35:41
56536 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
56537 Mark-Jason Dominus)
56540 ____________________________________________________________________________
56541 [ 5912] By: gsar on 2000/04/24 04:17:15
56542 Log: fix totally broken caching in UNIVERSAL::isa() (from
56545 ! t/op/universal.t universal.c
56546 ____________________________________________________________________________
56547 [ 5911] By: gsar on 2000/04/24 03:39:47
56548 Log: add linebreak properties from unicode/LineBrk.txt (from
56549 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
56551 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56552 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56553 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56554 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56555 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56556 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56557 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56558 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56559 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56560 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56561 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56562 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56563 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56564 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
56565 + lib/unicode/Is/LbrkZW.pl
56566 ! lib/unicode/mktables.PL
56567 ____________________________________________________________________________
56568 [ 5910] By: gsar on 2000/04/24 03:23:10
56571 ! ext/Thread/Thread.pm
56572 ____________________________________________________________________________
56573 [ 5909] By: gsar on 2000/04/24 03:22:03
56574 Log: mode argument to do_binmode() should be file mode, not boolean
56577 ____________________________________________________________________________
56578 [ 5908] By: gsar on 2000/04/16 16:51:08
56579 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
56580 always returns a valid GV even when the symbol is trapped by strictures
56583 TODO: the C<package;> hack needs similar treatment
56585 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
56586 ! t/pragma/strict-vars
56587 ____________________________________________________________________________
56588 [ 5907] By: jhi on 2000/03/31 23:42:56
56589 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
56590 an assumption which #5905 demolished.
56593 ____________________________________________________________________________
56594 [ 5906] By: jhi on 2000/03/31 18:54:37
56595 Log: Typo in #5905.
56598 ____________________________________________________________________________
56599 [ 5905] By: jhi on 2000/03/31 18:50:54
56600 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
56601 reported by Joseph N. Hall. The bug was that even with use64bitint
56602 one had to use the prefixes q, L, or ll with printf/sprintf,
56603 contrary to the documentation and common sense.
56605 ! sv.c t/op/64bitint.t
56606 ____________________________________________________________________________
56607 [ 5904] By: gsar on 2000/03/28 02:31:32
56608 Log: add Changes, perldelta.pod
56610 + Changes pod/perldelta.pod
56611 ____________________________________________________________________________
56612 [ 5903] By: gsar on 2000/03/28 02:03:55
56613 Log: rename Changes and perldelta.pod
56615 +> Changes5.6 pod/perl56delta.pod
56616 - Changes pod/perldelta.pod
56618 ____________________________________________________________________________
56619 [ 5902] By: gsar on 2000/03/28 01:59:14
56620 Log: create maint-5.6 branch
56621 Branch: maint-5.6/perl
56622 +> (branch 1611 files)
56623 ____________________________________________________________________________
56624 [ 5901] By: jhi on 2000/03/23 05:48:43
56625 Log: Integrate with Sarathy.
56627 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
56628 ____________________________________________________________________________
56629 [ 5900] By: gsar on 2000/03/23 05:42:43
56630 Log: three guesses on what this is :-)