This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
6perlhack.pod for the details.
7
8
5850c7a4 9[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 10
99b32ad1
JH
11NOTE: Each change entry shows the change number; who checked it into the
12repository; when; description of the change; which branch the change
13happened in; and the affected files. The file lists have a short symbolic
14indicator:
15
16 ! modified
17 + added
18 - deleted
19 +> branched (from elsewhere)
20 !> merged changes (from elsewhere)
21
dd6de302
JH
22The Message-Ids in the change entries refer to the email messages sent
23to the perl5-porters mailing list. You can retrieve the messages for
24example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1 25
0b3b9d72
JH
26This file contains only changes that affect the mainline branch,
27not those that affect the (now decommissioned) cfgperl, or vmsperl,
28or any other branch.
29
99b32ad1 30--------------
51c9377f 31Version v5.7.1 Development release working toward v5.8
99b32ad1
JH
32--------------
33
34____________________________________________________________________________
6bca211d
JH
35[ 8564] By: jhi on 2001/01/27 04:44:04
36 Log: Threadedness patch for #8562 from Doug MacEachern.
37 Branch: perl
38 ! toke.c
39____________________________________________________________________________
40[ 8563] By: jhi on 2001/01/27 04:26:24
41 Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
42 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43 Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
44 Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
45 Branch: perl
46 ! op.c
47____________________________________________________________________________
48[ 8562] By: jhi on 2001/01/27 04:20:30
49 Log: Subject: Re: Announce : Tokener reporting patch
50 From: Simon Cozens <simon@cozens.net>
51 Date: Mon, 22 Jan 2001 02:17:22 +0000
52 Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
53 Branch: perl
54 ! embed.h embed.pl proto.h toke.c
55____________________________________________________________________________
56[ 8561] By: jhi on 2001/01/27 04:17:24
57 Log: Forgot from #8545. Oops.
58 Branch: perl
59 ! pp.c t/pragma/overload.t
60____________________________________________________________________________
61[ 8560] By: jhi on 2001/01/27 03:01:47
62 Log: A better module compilation test, use MANIFEST as suggested
63 by Spider.
64 Branch: perl
65 ! t/lib/1_compile.t
66____________________________________________________________________________
67[ 8559] By: jhi on 2001/01/27 02:50:48
68 Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
69 From: Peter Prymmer <pvhp@forte.com>
70 Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
71 Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
72 Branch: perl
73 ! t/lib/b.t
74____________________________________________________________________________
75[ 8558] By: jhi on 2001/01/27 02:27:05
76 Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
77 From: Peter Prymmer <pvhp@forte.com>
78 Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
79 Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
80 Branch: perl
81 ! t/pragma/sub_lval.t
82____________________________________________________________________________
83[ 8557] By: jhi on 2001/01/27 02:26:03
84 Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
85 From: Peter Prymmer <pvhp@forte.com>
86 Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
87 Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
88 Branch: perl
89 ! t/lib/st-06compat.t
90____________________________________________________________________________
91[ 8556] By: jhi on 2001/01/27 02:24:33
92 Log: Subject: [PATCH: perl@8531] minor update to README.os390
93 From: Peter Prymmer <pvhp@forte.com>
94 Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
95 Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
96 Branch: perl
97 ! README.os390
98____________________________________________________________________________
99[ 8555] By: jhi on 2001/01/27 00:35:47
100 Log: No point in checking the length before we know whether the pointer
101 is bogus or not, fixes Abigail's odbm failures in Linux.
102 Branch: perl
103 ! sv.c
104____________________________________________________________________________
105[ 8554] By: nick on 2001/01/26 19:01:31
106 Log: Integrate mainline
107 Branch: perlio
108 !> lib/Text/Wrap.pm t/lib/textwrap.t
109____________________________________________________________________________
110[ 8553] By: jhi on 2001/01/26 15:19:39
111 Log: Integrate change #7792 from perlio (multiplicity fix),
112 fix the AV leak in regex DEBUGGING (tiny part of the
113 polymorphic regexp patch #8143).
114 Branch: maint-5.6/perl
115 ! regcomp.c
116 !> scope.h
117____________________________________________________________________________
118[ 8552] By: jhi on 2001/01/26 15:03:23
119 Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
120 From: Michael G Schwern <schwern@pobox.com>
121 Date: Fri, 26 Jan 2001 09:28:31 -0500
122 Message-ID: <20010126092831.A15328@blackrider.aocn.com>
123 Branch: perl
124 ! lib/Text/Wrap.pm t/lib/textwrap.t
125____________________________________________________________________________
126[ 8551] By: jhi on 2001/01/26 02:33:19
127 Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
128 7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
129
130 Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
131
132 Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
133
134 Message nit.
135
136 BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
137
138 Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
139
140 (the cleanup of unused submatches in regtry() and regcppop())
141
142 Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
143 stored and restored, and thusly was trounced by the utf8 swash
144 routines.
145
146 use utf8 not required to use \x{}.
147
148 Removed two more tests that make no sense in UTF-8 since the test
149 data is not in UTF-8.
150
151 Get the three different space character classes right under utf8.
152
153 Implement ANYOFUTF8 regprop() dumping.
154
155 Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
156
157 Document the regex context pushing/popping a bit better.
158 Branch: maint-5.6/perl
159 +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
160 !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
161 !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
162 !> t/op/regmesg.t utf8.c
163____________________________________________________________________________
164[ 8550] By: nick on 2001/01/25 19:42:30
165 Log: Integrate mainline
166 Branch: perlio
167 !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
168 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
169 !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
170 !> t/lib/bigint.t t/lib/bigintpm.t
171____________________________________________________________________________
172[ 8549] By: jhi on 2001/01/25 15:22:28
173 Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
174 Branch: maint-5.6/perl
175 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
176____________________________________________________________________________
177[ 8548] By: jhi on 2001/01/25 15:02:55
178 Log: Integrate changes #7997,8063,8492,8547 from mainline.
179
180 Subject: Re: STRLEN - what?
181
182 Subject: [PATCH] perlguts.pod
183
184 Memory management calls documentation.
185
186 Layout using tabulator is not a good idea in a pod.
187 Branch: maint-5.6/perl
188 !> pod/perlguts.pod
189____________________________________________________________________________
190[ 8547] By: jhi on 2001/01/25 14:49:05
191 Log: Layout using tabulator is not a good idea in a pod.
192 Branch: perl
193 ! pod/perlguts.pod
194____________________________________________________________________________
195[ 8546] By: jhi on 2001/01/25 14:31:12
196 Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
197 from mainline.
198
199 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
200
201 Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
202
203 More Win32 editor/IDE/shell hints.
204
205 More Win32 Perling.
206
207 Yet another editor edit.
208
209 Edit edit edit.
210
211 IDE/editor section tweaking.
212
213 Few more IDE/editor nits from p5p.
214 Branch: maint-5.6/perl
215 !> pod/perlfaq3.pod
216____________________________________________________________________________
217[ 8545] By: jhi on 2001/01/25 04:16:32
218 Log: Subject: [PATCH 5.7.0] overload int()
219 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
220 Date: Wed, 24 Jan 2001 19:06:57 -0500
221 Message-ID: <20010124190657.A8512@math.ohio-state.edu>
222 Branch: perl
223 ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
224 ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
225 ! t/lib/bigintpm.t
226____________________________________________________________________________
227[ 8544] By: jhi on 2001/01/25 04:15:11
228 Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
229 From: Peter Prymmer <pvhp@forte.com>
230 Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
231 Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
232 Branch: perl
233 ! Makefile.SH README.os390 hints/os390.sh installperl
234____________________________________________________________________________
235[ 8543] By: jhi on 2001/01/25 03:52:08
236 Log: Integrate change #8462,8469 from mainline.
237
238 In VMS Perl subversion (perl -V) is undef.
239 Branch: maint-5.6/perl
240 !> configure.com
241____________________________________________________________________________
242[ 8542] By: jhi on 2001/01/25 03:44:55
243 Log: Integrate changes #7835,7850,8315,8316 from mainline.
244
245 Solaris hints.
246 Branch: maint-5.6/perl
247 !> hints/solaris_2.sh
248____________________________________________________________________________
249[ 8541] By: jhi on 2001/01/25 03:39:28
250 Log: Integrate #8336 from mainline.
251 Branch: maint-5.6/perl
252 !> hv.c
253____________________________________________________________________________
254[ 8540] By: jhi on 2001/01/25 03:23:50
255 Log: Retract #8539.
256 Branch: maint-5.6/perl
257 ! pod/perlfaq3.pod
258____________________________________________________________________________
259[ 8539] By: jhi on 2001/01/25 03:21:55
260 Log: (Retracted by #5940.)
261 Branch: maint-5.6/perl
262 ! pod/perlfaq3.pod
263____________________________________________________________________________
264[ 8538] By: jhi on 2001/01/25 03:14:07
265 Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
266 From: Peter Prymmer <pvhp@forte.com>
267 Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
268 Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
269
270 The VMS bits.
271 Branch: maint-5.6/perl
272 ! configure.com vms/descrip_mms.template
273____________________________________________________________________________
274[ 8537] By: jhi on 2001/01/25 03:06:09
275 Log: Integrate #7710,7824,7973 from mainline.
276 Branch: maint-5.6/perl
277 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
278 !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
279 !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
280 !> vos/config.ga.def vos/config.ga.h win32/config.bc
281 !> win32/config.gc win32/config.vc
282____________________________________________________________________________
283[ 8536] By: jhi on 2001/01/24 13:50:20
284 Log: Revert the edits made by me so far to the 5.6 branch since
285 the TRIAL1 since I did edits when I should have been using
286 integrates. Bad programmer. (Will integrate them properly later.)
287 Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
288 The #8353 will not be reapplied at least for now since
289 the UTF-8 hash keys need more thinking.
290 (The patches #8347, #8354, #8454, #8473 were okay since they
291 were original edits made specifically for the 5.6.1-TRIAL1.)
292 Branch: maint-5.6/perl
293 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
294 ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
295 ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
296 ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
297 ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
298 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
299 ! win32/config.bc win32/config.gc win32/config.vc
300____________________________________________________________________________
301[ 8535] By: bailey on 2001/01/24 06:37:02
302 Log: SYN SYN
303 Branch: vmsperl
304 +> (branch 26 files)
305 !> (integrate 130 files)
306____________________________________________________________________________
307[ 8534] By: nick on 2001/01/23 19:30:57
308 Log: Integrate mainline.
309 Branch: perlio
310 !> Changes Configure Porting/Glossary Porting/config.sh
311 !> Porting/config_H embed.h embed.pl ext/Encode/compile
312 !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
313 !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
314 !> pod/perlvar.pod proto.h t/lib/1_compile.t
315____________________________________________________________________________
316[ 8533] By: jhi on 2001/01/23 16:15:46
317 Log: Forgotten from #8501.
318 Branch: perl
319 ! Porting/Glossary Porting/config.sh Porting/config_H
320____________________________________________________________________________
321[ 8532] By: jhi on 2001/01/23 16:13:27
322 Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
323 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
324 Date: Mon, 22 Jan 2001 17:51:58 +0100
325 Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
326 Branch: perl
327 ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
328____________________________________________________________________________
329[ 8531] By: jhi on 2001/01/23 15:46:01
330 Log: Update Changes.
331 Branch: perl
332 ! Changes patchlevel.h
333____________________________________________________________________________
c512e374
JH
334[ 8530] By: jhi on 2001/01/23 15:38:39
335 Log: De-cut-and-pasto.
336 Branch: perl
337 ! t/lib/1_compile.t
338____________________________________________________________________________
339[ 8529] By: jhi on 2001/01/23 15:11:04
340 Log: Document the mkdir trailing slashes case.
341 Branch: perl
342 ! pod/perlfunc.pod
343____________________________________________________________________________
344[ 8528] By: jhi on 2001/01/23 15:08:28
345 Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
346 get installed:
347
348 Subject: lib/lib.pm
349 From: <abigail@foad.org>
350 Date: Mon, 28 Aug 2000 20:35:08 -0400
351 Message-ID: <20000829003508.21281.qmail@foad.org>
352 Branch: perl
353 ! installperl
354____________________________________________________________________________
355[ 8527] By: jhi on 2001/01/23 14:44:04
356 Log: Metaconfig unit change for #8526.
357 Branch: metaconfig
358 ! U/threads/archname.U
359____________________________________________________________________________
360[ 8526] By: jhi on 2001/01/23 14:43:19
361 Log: Attach -perlio to the archname if so selected.
362 Branch: perl
363 ! Configure
364____________________________________________________________________________
365[ 8525] By: jhi on 2001/01/23 14:24:01
366 Log: Subject: [PATCH] pod/perlvar.pod
367 From: abigail@foad.org
368 Date: Tue, 23 Jan 2001 01:41:10 +0100
369 Message-ID: <20010123004110.22259.qmail@foad.org>
370 Branch: perl
371 ! pod/perlvar.pod
372____________________________________________________________________________
373[ 8524] By: jhi on 2001/01/23 14:22:32
374 Log: A bug introduced in #8217 (the undefined variable in the
375 lib/safe1_t #3) fixed, by Charles Lane:
376
377 The earlier patch made it so that stuff running in Safe
378 compartments could do a "caller" and see "main". That
379 little change in name is done right before the code in
380 the compartment is run, and apparantly the parser
381 was picking up the stash name before it got changed.
382
383 (why it was threaded vs. unthreaded Perl that was sensitive to this
384 I still don't know...and it probably doesn't matter).
385
386 I tryed removing the stash name-change and saw that threaded Perl
387 did indeed pass the lib/safe1.t tests.
388
389 So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
390 do the name change (and to connect _ in the compartment to the global
391 _) which is removed from _safe_call_sv. Then Safe.pm is modified
392 to call _safe_pkg_prep when creating a new compartment.
393
394 Passes all tests with threaded perl on linux; passes all tests
395 with unthreaded perl on VMS.
396
397 At some point I'll probably want to revisit Safe and Opcode to
398 provide more sensible handling of global variables...and to get
399 formats working in Safe compartments, which they don't do currently.
400 Branch: perl
401 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
402____________________________________________________________________________
403[ 8523] By: jhi on 2001/01/23 14:11:58
404 Log: Also the lib/Thread.pm itself needs to be ignored if
405 the Thread extension hasn't been built.
406 Branch: perl
407 ! t/lib/1_compile.t
408____________________________________________________________________________
409[ 8522] By: jhi on 2001/01/23 13:51:28
410 Log: print() instead of warn() so that stderr doesn't get
411 unncessarily polluted.
412 Branch: perl
413 ! ext/Encode/compile
414____________________________________________________________________________
415[ 8521] By: jhi on 2001/01/23 13:49:48
416 Log: Integrate perlio.
417 Branch: perl
418 !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
419 !> ext/Encode/encode.h
420____________________________________________________________________________
421[ 8520] By: nick on 2001/01/22 21:44:00
422 Log: More messing with Encode:
423 Extra fields in header to allow multiple names and to record
424 other things "compile" knows.
425 Re-organise compile to factor out common output routines.
426 Branch: perlio
427 ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
428____________________________________________________________________________
429[ 8519] By: nick on 2001/01/22 20:33:50
430 Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
431 Branch: perlio
432 ! ext/Encode/Makefile.PL ext/Encode/compile
433____________________________________________________________________________
434[ 8518] By: nick on 2001/01/22 20:28:13
435 Log: Integrate mainline
436 Branch: perlio
437 !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
438 !> vos/config.alpha.def vos/config.alpha.h
439____________________________________________________________________________
440[ 8517] By: jhi on 2001/01/22 15:37:17
441 Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
442 by Inaba Hiroto.
443 Branch: perl
444 ! sv.c
445____________________________________________________________________________
446[ 8516] By: jhi on 2001/01/22 14:55:15
447 Log: More SIG_SIZE fixes.
448 Branch: perl
449 ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
450____________________________________________________________________________
451[ 8515] By: jhi on 2001/01/22 14:50:27
452 Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
453 From: "Craig A. Berry" <craigberry@mac.com>
454 Date: Mon, 22 Jan 2001 00:42:24 -0600
455 Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
456 Branch: perl
457 ! configure.com
458____________________________________________________________________________
459[ 8514] By: jhi on 2001/01/22 14:31:17
460 Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
461 From: "Craig A. Berry" <craigberry@mac.com>
462 Date: Sun, 21 Jan 2001 23:03:25 -0600
463 Message-Id: <p04330101b691596f577f@[172.16.52.1]>
464 Branch: perl
465 ! configure.com
466____________________________________________________________________________
467[ 8513] By: jhi on 2001/01/22 14:14:00
468 Log: Add the .ucm encoding tables to the MANIFEST.
469 Branch: perl
470 ! MANIFEST
471____________________________________________________________________________
472[ 8512] By: jhi on 2001/01/22 13:43:33
473 Log: Integrate perlio.
474 Branch: perl
475 +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
476 +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
477 +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
478 +> ext/Encode/Encode/iso8859-10.ucm
479 +> ext/Encode/Encode/iso8859-13.ucm
480 +> ext/Encode/Encode/iso8859-14.ucm
481 +> ext/Encode/Encode/iso8859-15.ucm
482 +> ext/Encode/Encode/iso8859-16.ucm
483 +> ext/Encode/Encode/iso8859-2.ucm
484 +> ext/Encode/Encode/iso8859-3.ucm
485 +> ext/Encode/Encode/iso8859-4.ucm
486 +> ext/Encode/Encode/iso8859-5.ucm
487 +> ext/Encode/Encode/iso8859-6.ucm
488 +> ext/Encode/Encode/iso8859-7.ucm
489 +> ext/Encode/Encode/iso8859-8.ucm
490 +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
491 +> ext/Encode/Encode/symbol.ucm
492 !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
493 !> perliol.h
494____________________________________________________________________________
495[ 8511] By: nick on 2001/01/21 23:44:47
496 Log: Make "real" layers of ":utf8" and ":raw".
497 So now PERLIO=utf8 perl ...
498 does what Andreas wanted.
499 Fix arg passing in open.pm (still have a Carp issue).
500 Branch: perlio
501 ! lib/open.pm perlio.c perliol.h
502____________________________________________________________________________
503[ 8510] By: jhi on 2001/01/21 22:56:53
6bca211d 504 Log: Document the regex context pushing/popping a bit better.
c512e374
JH
505 Branch: perl
506 ! regexec.c
507____________________________________________________________________________
508[ 8509] By: jhi on 2001/01/21 22:55:44
509 Log: Tweak the mkdir trailing slash code some more.
510
511 TO DO: the same handling should probably be done for
512 all the other filesystem functions that can have directories
513 as their arguments.
514 Branch: perl
515 ! pp_sys.c
516____________________________________________________________________________
517[ 8508] By: nick on 2001/01/21 21:37:43
518 Log: Switch "compiled in" encodings to .ucm format.
519 (Leave others as .enc till we can run-time load .ucm,
520 or find some other way to load them.)
521 Branch: perlio
522 + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
523 + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
524 + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
525 + ext/Encode/Encode/iso8859-10.ucm
526 + ext/Encode/Encode/iso8859-13.ucm
527 + ext/Encode/Encode/iso8859-14.ucm
528 + ext/Encode/Encode/iso8859-15.ucm
529 + ext/Encode/Encode/iso8859-16.ucm
530 + ext/Encode/Encode/iso8859-2.ucm
531 + ext/Encode/Encode/iso8859-3.ucm
532 + ext/Encode/Encode/iso8859-4.ucm
533 + ext/Encode/Encode/iso8859-5.ucm
534 + ext/Encode/Encode/iso8859-6.ucm
535 + ext/Encode/Encode/iso8859-7.ucm
536 + ext/Encode/Encode/iso8859-8.ucm
537 + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
538 + ext/Encode/Encode/symbol.ucm
539 ! ext/Encode/Makefile.PL ext/Encode/compile
540____________________________________________________________________________
541[ 8507] By: nick on 2001/01/21 21:02:03
542 Log: Integrate (partial) mainline.
543 Branch: perlio
544 !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
545 !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
546 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
547____________________________________________________________________________
548[ 8506] By: jhi on 2001/01/21 20:09:30
549 Log: Update Changes.
550 Branch: perl
551 ! Changes patchlevel.h
552____________________________________________________________________________
6a870055
JH
553[ 8505] By: jhi on 2001/01/21 19:39:59
554 Log: Subject: Minor typos in perlfaq2.pod
555 From: "Stephen P. Potter" <spp@spotter.yi.org>
556 Message-Id: <200101192101.QAA11911@spotter.yi.org>
557 Date: Fri, 19 Jan 2001 16:01:13 -0500
558
559 with a nit from Philip Netwon.
560 Branch: perl
561 ! pod/perlfaq2.pod
562____________________________________________________________________________
563[ 8504] By: jhi on 2001/01/21 19:33:05
564 Log: Metaconfig change for #8503.
565 Branch: metaconfig
566 ! U/threads/usethreads.U
567____________________________________________________________________________
568[ 8503] By: jhi on 2001/01/21 19:32:21
c512e374 569 Log: Sanity check for conflicting thread flavours.
6a870055
JH
570 Branch: perl
571 ! Configure config_h.SH
572____________________________________________________________________________
573[ 8502] By: jhi on 2001/01/21 19:23:00
574 Log: Metaconfig change for #8501.
575 Branch: metaconfig
576 ! U/modified/sig_name.U
577____________________________________________________________________________
578[ 8501] By: jhi on 2001/01/21 19:22:26
579 Log: The SIG_SIZE is the number of the elements *excluding*
580 the terminating NULL.
581 Branch: perl
582 ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
583 ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
584 ! win32/config_H.vc
585____________________________________________________________________________
586[ 8500] By: jhi on 2001/01/21 18:31:31
587 Log: Integrate perlio.
588 Branch: perl
589 !> doio.c embed.h embed.pl ext/Encode/Encode.xs
590 !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
591 !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
592 !> pp_sys.c proto.h sv.c
593____________________________________________________________________________
594[ 8499] By: jhi on 2001/01/21 17:43:57
595 Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390
596 From: Hugo <hv@crypt.compulink.co.uk>
597 Date: Sun, 21 Jan 2001 13:34:05 +0000
598 Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
599
600 In sprintf UTF8ize only if necessary.
601 Branch: perl
602 ! sv.c
603____________________________________________________________________________
604[ 8498] By: nick on 2001/01/21 16:25:32
605 Log: Encode cleanup.
606 Add command line control over "compile" so that Makefile.PL
607 needs can be combined with other uses.
608 Use command line options in Makefile.PL.
609 Fix multi-byte parsing in .ucm files.
610 Branch: perlio
611 ! ext/Encode/Makefile.PL ext/Encode/compile
612____________________________________________________________________________
613[ 8497] By: nick on 2001/01/21 12:56:27
614 Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
615 Branch: perlio
616 ! ext/Encode/Encode.xs
617____________________________________________________________________________
618[ 8496] By: nick on 2001/01/21 12:18:45
619 Log: Fixup after integrate:
620 missed the .sym files that are changed by regen_headers
621 sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
622 Branch: perlio
623 ! global.sym pp.sym sv.c
624____________________________________________________________________________
625[ 8495] By: nick on 2001/01/21 11:51:07
626 Log: Integrate mainline.
627 Branch: perlio
628 +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
629 !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
630 !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
631 !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
632 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
633 !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
634 !> win32/Makefile win32/makefile.mk
635____________________________________________________________________________
636[ 8494] By: jhi on 2001/01/20 23:12:11
637 Log: Forgot the expect_number() prototype.
638 Branch: perl
639 ! embed.h embed.pl proto.h
640____________________________________________________________________________
641[ 8493] By: jhi on 2001/01/20 22:56:39
642 Log: Subject: [PATCH: perl@8482] README.vms URL updates
643 From: Peter Prymmer <pvhp@forte.com>
644 Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
645 Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
646
647 Plus Craig A. Berry's suggestion to use compaq.com instead
648 of digital.com.
649 Branch: perl
650 ! README.vms
651____________________________________________________________________________
652[ 8492] By: jhi on 2001/01/20 22:50:05
653 Log: Memory management calls documentation.
654 Branch: perl
655 ! pod/perlguts.pod
656____________________________________________________________________________
657[ 8491] By: jhi on 2001/01/20 22:38:33
658 Log: Signedness nit plus few memcpy/Copy nits.
659 Branch: perl
660 ! sv.c
661____________________________________________________________________________
662[ 8490] By: jhi on 2001/01/20 22:25:53
663 Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
664 From: Peter Prymmer <pvhp@forte.com>
665 Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
666 Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
667 Branch: perl
668 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
669____________________________________________________________________________
670[ 8489] By: jhi on 2001/01/20 22:24:41
671 Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
672 From: Peter Prymmer <pvhp@forte.com>
673 Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
674 Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
675 Branch: perl
676 ! win32/Makefile win32/makefile.mk
677____________________________________________________________________________
678[ 8488] By: jhi on 2001/01/20 22:22:27
679 Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
680 From: Peter Prymmer <pvhp@forte.com>
681 Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
682 Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
683 Branch: perl
684 ! Makefile.SH
685____________________________________________________________________________
686[ 8487] By: jhi on 2001/01/20 22:21:18
687 Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
688 From: Peter Prymmer <pvhp@forte.com>
689 Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
690 Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
691 Branch: perl
692 + ext/DynaLoader/dl_dllload.xs
693 ! MANIFEST Makefile.SH hints/os390.sh
694____________________________________________________________________________
695[ 8486] By: jhi on 2001/01/20 22:17:53
696 Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
697 From: Peter Prymmer <pvhp@forte.com>
698 Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
699 Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
700 Branch: perl
701 ! README.os390 README.posix-bc
702____________________________________________________________________________
703[ 8485] By: jhi on 2001/01/20 20:15:30
704 Log: Document and test the new qu operator.
705 Branch: perl
706 + t/op/qu.t
707 ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
708 ! pod/perlretut.pod pod/perlunicode.pod
709____________________________________________________________________________
710[ 8484] By: nick on 2001/01/20 19:42:30
711 Log: Infrastructure to allow:
712 open($fh,"|-",@array);
713 to be implemented
714 i.e. mark pp_open as needing a stack mark, and make pp_open
715 process its args in that style (and pass them _all_ to tied handles OPEN).
716 Invent do_openn() which takes SV ** at allow it to see multiple args.
717 Note this does not _do_ anything yet.
718 Branch: perlio
719 ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
720 ! perlapi.c pp_proto.h pp_sys.c proto.h
721____________________________________________________________________________
722[ 8483] By: nick on 2001/01/20 17:23:14
723 Log: Integrate mainline.
724 Branch: perlio
725 !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
726 !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
727____________________________________________________________________________
728[ 8482] By: jhi on 2001/01/19 15:37:49
729 Log: Update Changes.
730 Branch: perl
731 ! Changes patchlevel.h
732____________________________________________________________________________
3384d91b
JH
733[ 8481] By: jhi on 2001/01/19 14:41:24
734 Log: Subject: Re: new feature: s?printf parameter reordering
735 From: Hugo <hv@crypt.compulink.co.uk>
736 Date: Thu, 11 Jan 2001 17:09:03 +0000
737 Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
738
739 - support reordering for all parameters: %, *v, *, .*
740 - lay down that the reordering specification must immediately
741 follow that parameter: %3$, *v3$, *3$, .*3$
742 - fix vectorisation of a zero-length string
743 - factor out the code choosing the argument to format
744
745 Possibly unwanted side-effects:
746 - the special format specifiers ' +-0' must now precede any
747 vectorisation specifier. Tests in op/sprintf and op/ver
748 have been changed to reflect this.
749 - sprintf.t test #214 changed its expectations because in many
750 cases, the next parameter has already been consumed when an
751 invalid type letter is detected.
752
753 Probably wanted side-effects:
754 - attempts to format a non-existent parameter will warn as if C<undef>
755 - attempt to write to non-existent parameter with '%n' will complain
756 of "attempt to modify read-only value" instead of being silent
757 Branch: perl
758 ! sv.c t/op/sprintf.t t/op/ver.t
759____________________________________________________________________________
760[ 8480] By: jhi on 2001/01/19 14:08:37
761 Log: Subject: PATCH pragma/locale.t
762 From: andreas.koenig@anima.de (Andreas J. Koenig)
763 Date: 18 Jan 2001 09:45:37 +0100
764 Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
765 Branch: perl
766 ! t/pragma/locale.t
767____________________________________________________________________________
768[ 8479] By: jhi on 2001/01/19 13:19:58
769 Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
770 Branch: perl
771 ! configure.com
772____________________________________________________________________________
773[ 8478] By: jhi on 2001/01/19 02:12:35
774 Log: Automate 1_compile.t.
775 Branch: perl
776 ! t/lib/1_compile.t
777____________________________________________________________________________
778[ 8477] By: jhi on 2001/01/19 01:49:56
779 Log: Integrate perlio.
780 Branch: perl
781 !> sv.c win32/config.bc win32/config.gc win32/config.vc
782 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
783____________________________________________________________________________
784[ 8476] By: nick on 2001/01/18 21:51:52
785 Log: Integrate mainline
786 Branch: perlio
787 +> t/lib/1_compile.t t/lib/compmod.pl
788 !> MANIFEST configure.com lib/unicode/distinct.pm
789____________________________________________________________________________
790[ 8475] By: nick on 2001/01/18 21:48:02
791 Log: Win32 "safe signals" co-existance fix.
792 Fix SIG_SIZE value.
793 Clear PL_sig_pending when cloning (fork).
794 Branch: perlio
795 ! sv.c win32/config.bc win32/config.gc win32/config.vc
796 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
797____________________________________________________________________________
798[ 8474] By: jhi on 2001/01/18 14:40:57
799 Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
800 Branch: perl
801 ! t/lib/1_compile.t
802____________________________________________________________________________
803[ 8473] By: gsar on 2001/01/18 11:42:31
804 Log: unsubmitted trial1 change
805 Branch: maint-5.6/perl
806 ! Changes
807____________________________________________________________________________
808[ 8472] By: jhi on 2001/01/18 04:30:24
809 Log: The first bug found by 1_compile.t.
810 Branch: perl
811 ! lib/unicode/distinct.pm
812____________________________________________________________________________
813[ 8471] By: jhi on 2001/01/18 04:29:42
814 Log: Add Schwern's 1_compile test. The compile_module script renamed
815 to be a bit shorter for the 8.3 people.
816 Branch: perl
817 + t/lib/1_compile.t t/lib/compmod.pl
818 ! MANIFEST
819____________________________________________________________________________
820[ 8470] By: jhi on 2001/01/18 04:16:00
821 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)
822 From: Peter Prymmer <pvhp@forte.com>
823 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
824 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
825 Replace #8463.
826 Branch: maint-5.6/perl
827 ! configure.com
828____________________________________________________________________________
829[ 8469] By: jhi on 2001/01/18 04:13:02
830 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)
831 From: Peter Prymmer <pvhp@forte.com>
832 Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
833 Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
834 Replace #8462.
835 Branch: perl
836 ! configure.com
837____________________________________________________________________________
838[ 8468] By: jhi on 2001/01/18 03:42:08
839 Log: Integrate perlio.
840 Branch: perl
841 !> gv.c mg.c perlio.c util.c
842____________________________________________________________________________
843[ 8467] By: nick on 2001/01/17 22:41:10
844 Log: "Safe" signals - trial implementation.
845 gv.c tweaked to zero PL_sig_pend array
846 perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
847 util.c tweaked to not set SA_RESTART to give perlio.c a chance.
848 Odd thing is that it "works" with PERLIO=stdio as well (linux).
849 Branch: perlio
850 ! gv.c mg.c perlio.c util.c
851____________________________________________________________________________
852[ 8466] By: nick on 2001/01/17 20:40:20
853 Log: Integrate mainline.
854 Branch: perlio
855 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
856 !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
857 !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
858 !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
859 !> vos/config.ga.h win32/config.bc win32/config.gc
860 !> win32/config.vc
861____________________________________________________________________________
862[ 8465] By: jhi on 2001/01/17 18:37:13
863 Log: Subject: [PATCH] Re: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
864 From: Nicholas Clark <nick@ccl4.org>
865 Date: Wed, 17 Jan 2001 17:31:33 +0000
866 Message-ID: <20010117173133.I2633@plum.flirble.org>
867 Branch: perl
868 ! t/op/int.t
869____________________________________________________________________________
870[ 8464] By: jhi on 2001/01/17 14:43:17
871 Log: Subject: [PATCH: perl@8429] lib/tie-substrhash.t FAILED at test 11
872 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
873 Date: Wed, 17 Jan 2001 15:16:43 +0100
874 Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es>
875
876 pp_int() was dropping an NV to the floor,
877 int(279964589018079/59) either returned not an integer
878 4745162525730.15, or one got "Attempt to free unreferenced scalar."
879 Branch: perl
880 ! pp.c
881____________________________________________________________________________
882[ 8463] By: jhi on 2001/01/17 06:12:42
883 Log: (Replaced by #8470)
884
885 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)
886 From: "Craig A. Berry" <craigberry@mac.com>
887 Date: Tue, 16 Jan 2001 23:38:46 -0600
888 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
889 Branch: maint-5.6/perl
890 ! configure.com
891____________________________________________________________________________
892[ 8462] By: jhi on 2001/01/17 06:11:31
893 Log: (Replaced by #8469)
894
895 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)
896 From: "Craig A. Berry" <craigberry@mac.com>
897 Date: Tue, 16 Jan 2001 23:38:46 -0600
898 Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
899 Branch: perl
900 ! configure.com
901____________________________________________________________________________
902[ 8461] By: jhi on 2001/01/17 05:56:12
903 Log: Allow for one trailing slash in the directory of mkdir().
904 Branch: perl
905 ! pp_sys.c
906____________________________________________________________________________
907[ 8460] By: jhi on 2001/01/17 03:26:01
908 Log: Metaconfig unit changes for #8459.
909 Branch: metaconfig
910 ! U/modified/Loc.U U/modified/sig_name.U
911____________________________________________________________________________
912[ 8459] By: jhi on 2001/01/17 03:24:48
913 Log: Define SIG_SIZE, the number of elements in the sig_name and
914 sig_num arrays, including the final NULL entry.
915 Branch: perl
916 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
917 ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
918 ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
919 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
920 ! win32/config.bc win32/config.gc win32/config.vc
921____________________________________________________________________________
922[ 8458] By: jhi on 2001/01/17 01:41:33
923 Log: Integrate perlio.
924 Branch: perl
925 !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
926 !> perlapi.h proto.h sv.c
927____________________________________________________________________________
928[ 8457] By: nick on 2001/01/16 22:07:26
929 Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
930 Provides all the "cost" but no benefit yet - it is to allow cost
931 to be measured, and implementation experiments (just in mg.c?).
932 Branch: perlio
933 ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
934 ! perlapi.h proto.h sv.c
935____________________________________________________________________________
936[ 8456] By: nick on 2001/01/16 21:07:07
937 Log: Integrate mainline.
938 Branch: perlio
939 !> (integrate 51 files)
940____________________________________________________________________________
941[ 8455] By: jhi on 2001/01/16 18:13:43
942 Log: Subject: [PATCH] regcomp.c old feature removal
943 From: mjd@plover.com
944 Date: 16 Jan 2001 14:43:18 -0000
945 Message-ID: <20010116144318.7140.qmail@plover.com>
946 Branch: perl
947 ! regcomp.c
948____________________________________________________________________________
949[ 8454] By: jhi on 2001/01/16 16:12:39
950 Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
951 From: "Indy Singh" <indy@nusphere.com>
952 Date: Wed, 10 Jan 2001 20:17:49 -0500
953 Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
954 Branch: maint-5.6/perl
955 ! win32/Makefile
956____________________________________________________________________________
957[ 8453] By: jhi on 2001/01/16 16:09:33
958 Log: Update Changes.
959 Branch: perl
960 ! Changes patchlevel.h
961____________________________________________________________________________
e26f5b62
JH
962[ 8452] By: jhi on 2001/01/16 15:42:04
963 Log: Subject: Re: API Cleanup
964 To: perl5-porters@perl.org
965 Date: Tue, 16 Jan 2001 13:42:30 +0000
966 Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
967
968 Subject: [PATCH] utf8.c documentation
969 From: Simon Cozens <simon@cozens.net>
970 Date: Tue, 16 Jan 2001 13:52:48 +0000
971 Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
972
973 Subject: Re: API Cleanup
974 From: Simon Cozens <simon@cozens.net>
975 Date: Tue, 16 Jan 2001 14:58:55 +0000
976 Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
977
978 UTF-8 doc patches.
979 Branch: perl
980 ! embed.pl pod/perlapi.pod utf8.c
981____________________________________________________________________________
982[ 8451] By: jhi on 2001/01/16 14:41:39
983 Log: podlators 1.07, from Russ Allbery.
984 Branch: perl
985 ! lib/Pod/Man.pm
986____________________________________________________________________________
987[ 8450] By: jhi on 2001/01/16 14:24:19
988 Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
989 From: "Indy Singh" <indy@nusphere.com>
990 Date: Mon, 15 Jan 2001 20:59:40 -0500
991 Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
992 Branch: perl
993 ! win32/Makefile
994____________________________________________________________________________
995[ 8449] By: jhi on 2001/01/16 03:42:55
996 Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
997 at the setting of the ofs_sv in new_struct_thread() as the
998 thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
999 that invited a core dump.
1000 Branch: perl
1001 ! util.c
1002____________________________________________________________________________
1003[ 8448] By: jhi on 2001/01/16 01:49:07
1004 Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
1005 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1006 Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
1007 Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
1008
1009 Replace #8444 and #8445.
1010 Branch: perl
1011 ! ext/B/B.xs ext/B/B/Debug.pm
1012____________________________________________________________________________
1013[ 8447] By: jhi on 2001/01/15 21:05:35
1014 Log: Subject: [PATCH] API Variable documentation
1015 From: Simon Cozens <simon@cozens.net>
1016 Date: Mon, 15 Jan 2001 19:35:54 +0000
1017 Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk>
1018 Branch: perl
1019 ! pod/perlapi.pod thrdvar.h
1020____________________________________________________________________________
1021[ 8446] By: jhi on 2001/01/15 20:49:20
1022 Log: Signedness nit.
1023 Branch: perl
1024 ! pp_ctl.c
1025____________________________________________________________________________
1026[ 8445] By: jhi on 2001/01/15 20:28:48
1027 Log: (Replaced by #8448) More op_children traces (cleanup of #8442).
1028 Branch: perl
1029 ! ext/B/B/Debug.pm
1030____________________________________________________________________________
1031[ 8444] By: jhi on 2001/01/15 13:09:10
1032 Log: (Replaced by #8448) Traces of op_children (cleanup of #8442)
1033 Branch: perl
1034 ! ext/B/B.xs
1035____________________________________________________________________________
1036[ 8443] By: jhi on 2001/01/15 13:06:26
1037 Log: Missing from #8439.
1038 Branch: perl
1039 ! keywords.h mg.c
1040____________________________________________________________________________
1041[ 8442] By: jhi on 2001/01/15 13:02:38
1042 Log: Subject: [PATCH @8436] Eliminate op_children
1043 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1044 Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
1045 Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
1046
1047 Subject: [PATCH @8436] Re: Eliminate op_children
1048 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1049 Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
1050 Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
1051 Branch: perl
1052 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
1053 ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
1054 ! op.c op.h
1055____________________________________________________________________________
1056[ 8441] By: jhi on 2001/01/15 12:57:08
1057 Log: Use the /^Perl_/-less form of is_lvalue_sub().
1058 Branch: perl
1059 ! pp.h
1060____________________________________________________________________________
1061[ 8440] By: jhi on 2001/01/15 05:13:09
1062 Log: Revert #8437 and #8438, the Linux large files story is more complex.
1063 Branch: metaconfig/U/perl
1064 ! d_fpos64_t.U d_off64_t.U
1065 Branch: perl
1066 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1067 ! config_h.SH configure.com epoc/config.sh perl.h
1068 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
1069 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1070 ! win32/config.bc win32/config.gc win32/config.vc
1071____________________________________________________________________________
1072[ 8439] By: jhi on 2001/01/15 05:02:24
1073 Log: More UTF-8 patches from Inaba Hiroto.
1074 - The substr lval was still not okay.
1075 - Now pp_stringify and sv_setsv copies source's UTF8 flag
1076 even if IN_BYTE. pp_stringify is called from fold_constants
1077 at optimization phase and "\x{100}" was made SvUTF8_off under
1078 use bytes (the bytes pragma is for "byte semantics" and not
1079 for "do not produce UTF8 data")
1080 - New `qu' operator to generate UTF8 string explicitly.
1081 Though I agree with the policy "0x00-0xff always produce bytes",
1082 sometimes want to such a string to be coded in UTF8.
1083 I can use pack"U0a*" but it requires more typing and has
1084 runtime overhead.
1085 - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
1086 change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
1087 string is not UTF8_on and has char 0x80-0xff.
1088
1089 TODO: document and test qu.
1090 Branch: perl
1091 ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
1092 ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
1093 ! toke.c
1094____________________________________________________________________________
1095[ 8438] By: jhi on 2001/01/14 05:10:23
1096 Log: Metaconfig unit changes for #8437.
1097 Branch: metaconfig/U/perl
1098 ! d_fpos64_t.U d_off64_t.U
1099____________________________________________________________________________
1100[ 8437] By: jhi on 2001/01/14 04:55:34
1101 Log: Add <features.h> probing, seems to be needed for (some?)
1102 Linux largefileness.
1103 Branch: perl
1104 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1105 ! config_h.SH configure.com epoc/config.sh perl.h
1106 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
1107 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1108 ! win32/config.bc win32/config.gc win32/config.vc
1109____________________________________________________________________________
1110[ 8436] By: jhi on 2001/01/13 17:47:21
1111 Log: Tighten some of the tests a bit.
1112 Branch: perl
1113 ! t/pragma/utf8.t
1114____________________________________________________________________________
1115[ 8435] By: jhi on 2001/01/13 17:31:54
1116 Log: Integrate perlio.
1117 Branch: perl
1118 !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
1119 !> win32/config_H.gc win32/config_H.vc
1120____________________________________________________________________________
1121[ 8434] By: nick on 2001/01/13 11:36:53
1122 Log: Run dmake regen_config_h for Win32
1123 Branch: perlio
1124 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1125____________________________________________________________________________
1126[ 8433] By: nick on 2001/01/13 11:31:55
1127 Log: VMS friendly patch to Encode compile process
1128 Branch: perlio
1129 ! ext/Encode/Makefile.PL ext/Encode/compile
1130____________________________________________________________________________
1131[ 8432] By: nick on 2001/01/13 11:06:44
1132 Log: Integrate mainline
1133 Branch: perlio
1134 +> ext/B/B/Concise.pm
1135 !> (integrate 52 files)
1136____________________________________________________________________________
1137[ 8431] By: jhi on 2001/01/13 05:55:55
1138 Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
1139 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1140 Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
1141 Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
1142 Branch: perl
1143 ! ext/B/B/Concise.pm
1144____________________________________________________________________________
1145[ 8430] By: jhi on 2001/01/13 04:24:18
1146 Log: The LVRET macro needed an aTHX.
1147 Branch: perl
1148 ! pp.h
1149____________________________________________________________________________
1150[ 8429] By: jhi on 2001/01/13 02:12:42
1151 Log: Update Changes.
1152 Branch: perl
1153 ! Changes patchlevel.h
1154____________________________________________________________________________
14ba8b5c
JH
1155[ 8428] By: jhi on 2001/01/13 02:08:50
1156 Log: Subject: Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351
1157 From: Peter Prymmer <pvhp@forte.com>
1158 Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
1159 Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
1160
1161 Add a BEGIN guard for sloppy floating point division.
1162 Branch: perl
1163 ! lib/Math/BigInt.pm lib/bigint.pl
1164____________________________________________________________________________
1165[ 8427] By: jhi on 2001/01/13 01:47:16
1166 Log: The B::Terse drop-in replacement wasn't quite drop-in.
1167 Branch: perl
1168 ! ext/B/B/Terse.pm
1169____________________________________________________________________________
1170[ 8426] By: jhi on 2001/01/12 21:20:43
1171 Log: Use UVXf.
1172 Branch: perl
1173 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1174 ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
1175 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1176 ! vos/config.ga.def vos/config.ga.h win32/config.bc
1177 ! win32/config.gc win32/config.vc
1178____________________________________________________________________________
1179[ 8425] By: jhi on 2001/01/12 20:20:14
1180 Log: Subject: [PATCH perl@8342] -Wformat
1181 From: Robin Barker <rmb1@cise.npl.co.uk>
1182 Date: Fri, 12 Jan 2001 20:03:14 GMT
1183 Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
1184 Branch: perl
1185 ! ext/Encode/Encode.xs mg.c sv.c toke.c
1186____________________________________________________________________________
1187[ 8424] By: jhi on 2001/01/12 20:01:48
1188 Log: Subject: B::Concise -- an improved replacement for B::Terse
1189 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1190 Date: Sat, 6 Jan 2001 20:18:05 -0800 (PST)
1191 Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
1192 Branch: perl
1193 + ext/B/B/Concise.pm
1194 ! MANIFEST ext/B/B/Terse.pm
1195____________________________________________________________________________
1196[ 8423] By: jhi on 2001/01/12 19:24:02
1197 Log: The new metaconfig unit from the #8421.
1198 Branch: metaconfig/U/perl
1199 + d_sigprocmask.U
1200____________________________________________________________________________
1201[ 8422] By: jhi on 2001/01/12 19:23:43
1202 Log: Forgot the microperl config from the #8421.
1203 Branch: perl
1204 ! uconfig.h uconfig.sh
1205____________________________________________________________________________
1206[ 8421] By: jhi on 2001/01/12 19:05:27
1207 Log: Add sigprocmask() probe, regen Configure, regen toc.
1208 Branch: perl
1209 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1210 ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
1211 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1212 ! vos/config.ga.h win32/config.bc win32/config.gc
1213 ! win32/config.vc
1214____________________________________________________________________________
1215[ 8420] By: jhi on 2001/01/12 18:34:31
1216 Log: Add sockatmark() to the todo list.
1217 Branch: perl
1218 ! Todo-5.6
1219____________________________________________________________________________
1220[ 8419] By: jhi on 2001/01/12 18:09:46
1221 Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
1222 Branch: perl
1223 ! op.c
1224____________________________________________________________________________
1225[ 8418] By: jhi on 2001/01/12 18:05:30
1226 Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
1227 From: Radu Greab <radu@netsoft.ro>
1228 Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
1229 Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
1230 Branch: perl
1231 ! op.c t/pragma/sub_lval.t
1232____________________________________________________________________________
1233[ 8417] By: jhi on 2001/01/12 16:09:09
1234 Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
1235 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1236 Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
1237 Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
1238 Branch: perl
1239 ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
1240 ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
1241 ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
1242 ! t/pragma/sub_lval.t toke.c
1243____________________________________________________________________________
1244[ 8416] By: jhi on 2001/01/12 15:42:06
1245 Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
1246 From: "Richard Soderberg" <rs@crystalflame.net>
1247 Date: Fri, 12 Jan 2001 04:49:35 -0800
1248 Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
1249
1250 Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
1251 according to the platform.
1252 Branch: perl
1253 ! op.c
1254____________________________________________________________________________
1255[ 8415] By: jhi on 2001/01/12 15:33:41
1256 Log: One more UTF-8 fix from Inaba Hiroto.
1257 Branch: perl
1258 ! pp.c regexec.c t/pragma/utf8.t
1259____________________________________________________________________________
1260[ 8414] By: jhi on 2001/01/12 15:30:18
1261 Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
1262 Branch: perl
1263 ! regexec.c
1264____________________________________________________________________________
1265[ 8413] By: jhi on 2001/01/12 15:22:10
1266 Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
1267 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1268 Date: Thu, 11 Jan 2001 12:53:36 +0100
1269 Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
1270 Branch: perl
1271 ! toke.c
1272____________________________________________________________________________
1273[ 8412] By: jhi on 2001/01/12 15:20:25
1274 Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
1275 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1276 Date: Fri, 12 Jan 2001 14:37:55 +0100
1277 Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
1278 Branch: perl
1279 ! hints/posix-bc.sh
1280____________________________________________________________________________
1281[ 8411] By: jhi on 2001/01/12 15:14:14
1282 Log: Subject: [PATCH: perl@8342] op/regmesg FAILED at test 33 on EBCDIC machines
1283 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1284 Date: Fri, 12 Jan 2001 10:42:21 +0100
1285 Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
1286 Branch: perl
1287 ! t/op/regmesg.t
1288____________________________________________________________________________
1289[ 8410] By: jhi on 2001/01/12 05:48:55
1290 Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
1291 From: Nicholas Clark <nick@ccl4.org>
1292 Date: Sun, 7 Jan 2001 19:47:14 +0000
1293 Message-ID: <20010107194714.B1048@plum.flirble.org>
1294 Branch: perl
1295 ! t/op/numconvert.t
1296____________________________________________________________________________
1297[ 8409] By: jhi on 2001/01/12 05:41:28
1298 Log: Integrate perlio.
1299 Branch: perl
1300 !> mg.c scope.h
1301____________________________________________________________________________
1302[ 8408] By: nick on 2001/01/11 22:43:28
1303 Log: Remove variables that were used in experiments.
1304 Branch: perlio
1305 ! mg.c
1306____________________________________________________________________________
1307[ 8407] By: nick on 2001/01/11 20:57:44
1308 Log: Catch die in %SIG handler and unblock the signal before re-dying.
1309 This make Linux work _without_ sigsetjmp().
1310 Turn off sigsetjmp() to see what else it does.
1311 May need Configure probe for sigprocmask() if anything has sigaction()
1312 but not sigprocmask().
1313 Branch: perlio
1314 ! mg.c scope.h
1315____________________________________________________________________________
1316[ 8406] By: nick on 2001/01/11 19:32:07
1317 Log: Integrate mainline
1318 Branch: perlio
1319 !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
1320 !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
1321 !> t/op/substr.t
1322____________________________________________________________________________
1323[ 8405] By: jhi on 2001/01/11 17:11:01
1324 Log: Fix UTF-8 lval substr().
1325 Branch: perl
1326 ! mg.c t/op/substr.t
1327____________________________________________________________________________
1328[ 8404] By: jhi on 2001/01/11 05:13:58
1329 Log: Update Changes.
1330 Branch: perl
1331 ! Changes patchlevel.h
1332____________________________________________________________________________
31a5f8c1
JH
1333[ 8403] By: jhi on 2001/01/11 04:38:24
1334 Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
1335 From: Hugo <hv@crypt.compulink.co.uk>
1336 Date: Mon, 30 Oct 2000 01:33:26 +0000
1337 Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
1338 Branch: perl
1339 ! regexec.c t/op/re_tests
1340____________________________________________________________________________
1341[ 8402] By: jhi on 2001/01/11 04:26:12
1342 Log: Integrate perlio.
1343 Branch: perl
1344 !> scope.h util.c
1345____________________________________________________________________________
1346[ 8401] By: nick on 2001/01/10 22:52:55
1347 Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
1348 (So Alan and Ilya can try setting via hints.)
1349 Verified Linux "works" with it true and fails to re-enable SIGINT if false.
1350 Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
1351 doing the save everywhere seems to restart read() correctly, but just
1352 doing it once "round" the handler does not.
1353 Branch: perlio
1354 ! scope.h
1355____________________________________________________________________________
1356[ 8400] By: jhi on 2001/01/10 21:57:54
1357 Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
1358 of IRIX, HP-UX is unaffected.
1359 Branch: perl
1360 ! perl.h
1361____________________________________________________________________________
1362[ 8399] By: nick on 2001/01/10 21:29:19
1363 Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
1364 Branch: perlio
1365 ! util.c
1366____________________________________________________________________________
1367[ 8398] By: jhi on 2001/01/10 20:55:31
1368 Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
1369 also have ReusePort.
1370 Branch: perl
1371 ! ext/IO/lib/IO/Socket/INET.pm
1372____________________________________________________________________________
1373[ 8397] By: jhi on 2001/01/10 20:50:57
1374 Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
1375 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
1376 Date: Wed, 10 Jan 2001 01:38:13 -0800
1377 Message-ID: <20010110013813.B41744@yahoo-inc.com>
1378 Branch: perl
1379 ! ext/IO/lib/IO/Socket/INET.pm
1380____________________________________________________________________________
1381[ 8396] By: jhi on 2001/01/10 20:49:30
1382 Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
1383 From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
1384 Date: Wed, 10 Jan 2001 01:37:32 -0800
1385 Message-ID: <20010110013732.A41744@yahoo-inc.com>
1386 Branch: perl
1387 ! ext/Socket/Socket.pm
1388____________________________________________________________________________
1389[ 8395] By: jhi on 2001/01/10 20:41:37
1390 Log: Test for bug id 20010105.016 (fixed by #8378).
1391 Branch: perl
1392 ! t/op/split.t
1393____________________________________________________________________________
1394[ 8394] By: jhi on 2001/01/10 20:26:32
1395 Log: Integrate perlio.
1396 Branch: perl
1397 ! util.c
1398____________________________________________________________________________
1399[ 8393] By: nick on 2001/01/10 19:34:30
1400 Log: Back out Simon's pid hackery for now.
1401 Branch: perlio
1402 ! util.c
1403____________________________________________________________________________
1404[ 8392] By: nick on 2001/01/10 19:23:13
1405 Log: Integrate mainline. (Builds but does not work - something broke pipes...)
1406 Branch: perlio
1407 !> (integrate 29 files)
1408____________________________________________________________________________
1409[ 8391] By: jhi on 2001/01/10 18:43:15
1410 Log: Subject: [PATCH] Fix my_pclose segfault
1411 From: Simon Cozens <simon@cozens.net>
1412 Date: Wed, 10 Jan 2001 18:39:35 +0000
1413 Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
1414 Branch: perl
1415 ! util.c
1416____________________________________________________________________________
1417[ 8390] By: jhi on 2001/01/10 18:42:08
1418 Log: Subject: [PATCH perl@8269] Opcode.XS, fix memory leak
1419 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1420 Date: Wed, 10 Jan 2001 13:23:02 EST
1421 Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
1422 Branch: perl
1423 ! ext/Opcode/Opcode.xs
1424____________________________________________________________________________
1425[ 8389] By: jhi on 2001/01/10 15:16:07
1426 Log: Turn off the integer preservation for now.
1427 Branch: perl
1428 ! perl.h
1429____________________________________________________________________________
1430[ 8388] By: jhi on 2001/01/10 15:01:25
1431 Log: Few more IDE/editor nits from p5p.
1432 Branch: perl
1433 ! pod/perlfaq3.pod
1434____________________________________________________________________________
1435[ 8387] By: jhi on 2001/01/10 06:53:16
1436 Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
1437 To: "Andreas J. Koenig" <andreas.koenig@anima.de>
1438 Date: Tue, 9 Jan 2001 23:16:02 +0000
1439 Message-ID: <20010109231602.A81101@plum.flirble.org>
1440 Branch: perl
1441 ! sv.c
1442____________________________________________________________________________
1443[ 8386] By: jhi on 2001/01/10 03:17:54
1444 Log: Test cases for #8385 (from Simon's "torture.pl")
1445 Branch: perl
1446 ! t/op/tr.t
1447____________________________________________________________________________
1448[ 8385] By: jhi on 2001/01/10 03:17:11
1449 Log: Subject: Re: more UTF8 test suites and an UTF8 patch
1450 From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
1451 Date: Wed, 10 Jan 2001 11:39:39 +0900
1452 Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
1453
1454 Some more UTF-8 tr cases fixed.
1455 Branch: perl
1456 ! doop.c
1457____________________________________________________________________________
1458[ 8384] By: jhi on 2001/01/09 22:45:40
1459 Log: Allow the locale test needing POSIX and the taint test
1460 needing IPC::SysV to run under 'minitest' (basically,
1461 bail out if loading the extension fails)
1462 Branch: perl
1463 ! t/op/misc.t t/op/taint.t
1464____________________________________________________________________________
1465[ 8383] By: jhi on 2001/01/09 21:36:04
1466 Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
1467 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1468 Date: Tue, 9 Jan 2001 13:33:22 -0800 (PST)
1469 Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
1470 Branch: perl
1471 ! t/io/openpid.t
1472____________________________________________________________________________
1473[ 8382] By: jhi on 2001/01/09 21:06:08
1474 Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
1475 Should finish up the bug id 20001205.022.
1476 Branch: perl
1477 ! pp.c pp_hot.c scope.c
1478____________________________________________________________________________
1479[ 8381] By: jhi on 2001/01/09 18:27:43
1480 Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
1481 From: Andy Dougherty <doughera@lafayette.edu>
1482 Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
1483 Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
1484
1485 More robust yacc/bison error detection.
1486 Branch: perl
1487 ! t/comp/proto.t
1488____________________________________________________________________________
1489[ 8380] By: jhi on 2001/01/09 15:21:38
1490 Log: Subject: [PATCH] make t/op/misc.t work on VMS
1491 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1492 Date: Tue, 9 Jan 2001 07:53:55 EST
1493 Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu>
1494 Branch: perl
1495 ! t/op/misc.t vms/test.com
1496____________________________________________________________________________
1497[ 8379] By: jhi on 2001/01/09 15:20:38
1498 Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
1499 From: jhi@cc.hut.fi
1500 Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
1501 Message-Id: <200012302057.WAA31168@alpha.hut.fi>
1502
1503 The #8378 fixed this.
1504 Branch: perl
1505 ! t/op/tr.t
1506____________________________________________________________________________
1507[ 8378] By: jhi on 2001/01/09 15:05:32
1508 Log: Subject: One more patch for UTF8
1509 From: Inaba Hiroto <inaba@st.rim.or.jp>
1510 Date: Tue, 09 Jan 2001 01:04:32 +0900
1511 Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
1512
1513 UTF-8 fixes for 'x' and tr///.
1514 Branch: perl
1515 ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
1516 ! regcomp.c regexec.c toke.c utf8.c
1517____________________________________________________________________________
1518[ 8377] By: jhi on 2001/01/09 14:32:17
1519 Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
1520 Branch: perl
1521 ! t/op/length.t
1522____________________________________________________________________________
1523[ 8376] By: jhi on 2001/01/09 04:32:32
1524 Log: integrate changes #7775, #8316, #8316 from mainline
1525 Branch: maint-5.6/perl
1526 ! hints/solaris_2.sh
1527____________________________________________________________________________
1528[ 8375] By: jhi on 2001/01/09 04:26:43
1529 Log: Update Changes.
1530 Branch: perl
1531 ! Changes patchlevel.h
1532____________________________________________________________________________
3a80aac8
JH
1533[ 8374] By: jhi on 2001/01/09 04:14:32
1534 Log: IDE/editor section tweaking.
1535 Branch: perl
1536 ! pod/perlfaq3.pod
1537____________________________________________________________________________
1538[ 8373] By: jhi on 2001/01/09 02:38:26
1539 Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
1540 From: Peter Prymmer <pvhp@forte.com>
1541 Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
1542 Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
1543
1544 In preparation os OS/390 dynamic loading.
1545 Branch: perl
1546 ! README.os390 hints/os390.sh
1547____________________________________________________________________________
1548[ 8372] By: jhi on 2001/01/09 00:24:30
1549 Log: Integrate with perlio.
1550 Branch: perl
1551 !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1552____________________________________________________________________________
1553[ 8371] By: nick on 2001/01/08 23:54:33
1554 Log: Fix "scalars leaked" bugs caused by overload magic
1555 (Highlighted by Ilya's DESTROY optimization.)
1556 Branch: perlio
1557 ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
1558____________________________________________________________________________
1559[ 8370] By: nick on 2001/01/08 20:19:41
1560 Log: Integrate mainline
1561 Branch: perlio
1562 !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
1563 !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
1564 !> t/op/64bitint.t
1565____________________________________________________________________________
1566[ 8369] By: jhi on 2001/01/08 17:30:52
1567 Log: save_delete() Safefree() doesn't (anymore?) work with shared
1568 strings, one test failure in op/misc and almost all of lib/b.
1569 (Outcomments #8369.)
1570 Branch: perl
1571 ! scope.c
1572____________________________________________________________________________
1573[ 8368] By: jhi on 2001/01/08 14:47:10
1574 Log: (Outcommented by #8369.)
1575
1576 Subject: Re: Perl BugID 20001205.022 ---- save_delete
1577 From: Simon Cozens <simon@cozens.net>
1578 Date: Sat, 6 Jan 2001 11:48:40 +0000
1579 Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
1580
1581 The save_delete() does need the Safefree.
1582 Branch: perl
1583 ! scope.c
1584____________________________________________________________________________
1585[ 8367] By: bailey on 2001/01/08 08:53:52
1586 Log: Once again syncing after too long an absence
1587 Branch: vmsperl
1588 +> (branch 55 files)
1589 - MAINTAIN fix_pl vos/config.def vos/config.h
1590 - vos/config_h.SH_orig
1591 !> (integrate 498 files)
1592____________________________________________________________________________
1593[ 8366] By: jhi on 2001/01/08 02:42:59
1594 Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
1595 From: nick@ccl4.org
1596 Date: Sun, 7 Jan 2001 21:07:18 +0000
1597 Message-Id: <20010107210717.D1048@plum.flirble.org>
1598 Branch: perl
1599 ! sv.c t/op/64bitint.t
1600____________________________________________________________________________
1601[ 8365] By: jhi on 2001/01/08 02:35:16
1602 Log: Subject: [PATCH] environ nit
1603 From: Simon Cozens <simon@cozens.net>
1604 Date: Sun, 7 Jan 2001 17:57:07 +0000
1605 Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
1606
1607 Use environ only if we have it.
1608 Branch: perl
1609 ! mg.c
1610____________________________________________________________________________
1611[ 8364] By: jhi on 2001/01/08 02:24:51
1612 Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
1613 Branch: perl
1614 ! ext/GDBM_File/GDBM_File.xs
1615____________________________________________________________________________
1616[ 8363] By: jhi on 2001/01/08 02:19:24
1617 Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
1618 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1619 Date: Sat, 6 Jan 2001 15:25:02 -0800 (PST)
1620 Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
1621 Branch: perl
1622 ! dump.c op.c
1623____________________________________________________________________________
1624[ 8362] By: jhi on 2001/01/08 02:17:43
1625 Log: Subject: [patch] xsub AUTOLOAD fix/optimization
1626 From: Doug MacEachern <dougm@covalent.net>
1627 Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
1628 Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
1629
1630 Allow AUTOLOAD to be an xsub and allow such xsubs
1631 to avoid use of $AUTOLOAD.
1632 Branch: perl
1633 ! gv.c
1634____________________________________________________________________________
1635[ 8361] By: jhi on 2001/01/08 02:16:07
1636 Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1637 From: Radu Greab <radu@netsoft.ro>
1638 Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
1639 Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
1640
1641 No need for the potentially unportable $SIG{CHLD}.
1642 Branch: perl
1643 ! t/io/pipe.t
1644____________________________________________________________________________
1645[ 8360] By: jhi on 2001/01/08 01:58:23
1646 Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
1647 Branch: perl
1648 ! lib/Getopt/Long.pm
1649____________________________________________________________________________
1650[ 8359] By: jhi on 2001/01/08 01:55:44
1651 Log: Integrate perlio.
1652 Branch: perl
1653 !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
1654 !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
1655 !> utf8.c win32/Makefile
1656____________________________________________________________________________
1657[ 8358] By: jhi on 2001/01/07 21:16:50
1658 Log: Update the EPOC cross SDK URL.
1659 Branch: perl
1660 ! README.epoc
1661____________________________________________________________________________
1662[ 8357] By: jhi on 2001/01/07 21:16:09
1663 Log: Update the EPOC cross SDK URL.
1664 Branch: maint-5.6/perl
1665 ! README.epoc
1666____________________________________________________________________________
1667[ 8356] By: nick on 2001/01/06 21:47:52
1668 Log: FILE * in XS code for PerlIO world:
1669 - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
1670 - Add FILE * T_STDIO typemap.
1671 - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
1672 Branch: perlio
1673 ! lib/ExtUtils/typemap perlio.c perlio.h
1674____________________________________________________________________________
1675[ 8355] By: jhi on 2001/01/06 20:27:15
31a5f8c1 1676 Log: integrate change #8336 from mainline
3a80aac8
JH
1677
1678 Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
1679 Branch: maint-5.6/perl
1680 ! hv.c
1681____________________________________________________________________________
1682[ 8354] By: jhi on 2001/01/06 20:24:29
1683 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1684 From: Robin Barker <rmb1@cise.npl.co.uk>
1685 Date: Fri, 22 Dec 2000 12:17:38 GMT
1686 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1687
1688 The patch reformats some long =item lines so they give
1689 correct output via pod2man | nroff -man
1690
1691 Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1692 From: Robin Barker <rmb1@cise.npl.co.uk>
1693 Date: Tue, 2 Jan 2001 15:35:03 GMT
1694 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1695
1696 Here is a _further_ patch which corrects a few more errors:
1697 * an empty C<=item> in CPAN.pm
1698 * patching the wrong file (pod/perlamiga.pod not README.amiga)
1699 * leaving empty C<=item>s which formatted incorrectly
1700 * over long C<=item>s revealed by latest patch to Pod::Man
1701 Branch: maint-5.6/perl
1702 ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1703 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1704 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
1705 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
1706 ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
1707 ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
1708____________________________________________________________________________
1709[ 8353] By: jhi on 2001/01/06 20:21:10
1710 Log: integrate changes #7980, 7990, 8056, 8057 from mainline
1711
1712 UTF-8 hash keys.
1713 Branch: maint-5.6/perl
1714 ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
1715____________________________________________________________________________
1716[ 8352] By: jhi on 2001/01/06 20:18:44
1717 Log: Forgotten from #8438.
1718 Branch: maint-5.6/perl
1719 ! epoc/epocish.h
1720____________________________________________________________________________
1721[ 8351] By: jhi on 2001/01/06 20:18:12
1722 Log: Forgotten from #8347.
1723 Branch: maint-5.6/perl
1724 ! config_h.SH
1725____________________________________________________________________________
1726[ 8350] By: jhi on 2001/01/06 20:00:19
1727 Log: Thinko in #8347.
1728 Branch: maint-5.6/perl
1729 ! regcomp.c
1730____________________________________________________________________________
1731[ 8349] By: jhi on 2001/01/06 18:05:30
1732 Log: Copy the FAQ3 IDE section from the development branch,
1733 changes originally by Peter Prymmer.
1734 Branch: maint-5.6/perl
1735 ! pod/perlfaq3.pod
1736____________________________________________________________________________
1737[ 8348] By: jhi on 2001/01/06 18:03:02
1738 Log: EPOC updates for TRIAL1.
1739
1740 Subject: [5.6.1 trial1] EPOC update
1741 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1742 Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
1743 Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de>
1744
1745 Subject: epoc patch2 for perl-5.6.1-trial1
1746 From: Olaf Flebbe <O.Flebbe@science-computing.de>
1747 Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
1748 Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de>
1749 Branch: maint-5.6/perl
1750 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1751 ! epoc/epocish.c
1752____________________________________________________________________________
1753[ 8347] By: jhi on 2001/01/06 17:29:10
1754 Log: integrate changes #7710,7824,7973 from mainline,
1755 plus VMS nits from Peter Prymmer and Dan Sugalski.
1756
1757 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1758 library (getprotobyname and getprotobynumber are outversioned by
1759 the same calls in libc, at least for xlc version 3.
1760
1761 Add HAS_SBRK_PROTO.
1762
1763 Fixes for signedness warnings noticed by VMSperlers.
1764 Branch: maint-5.6/perl
1765 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1766 ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
1767 ! sv.c vms/descrip_mms.template vos/config.alpha.def
1768 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1769 ! win32/config.bc win32/config.gc win32/config.vc
1770____________________________________________________________________________
1771[ 8346] By: nick on 2001/01/06 14:36:01
1772 Log: Fixup accumulated integrate muddles (perlio == devperl again)
1773 Branch: perlio
1774 ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
1775____________________________________________________________________________
1776[ 8345] By: nick on 2001/01/06 14:24:58
1777 Log: Integrate mainline
1778 Branch: perlio
1779 !> (integrate 55 files)
1780____________________________________________________________________________
1781[ 8344] By: jhi on 2001/01/06 02:24:02
1782 Log: Subject: [patch] PerlIO_cleanup() prototype
1783 From: Doug MacEachern <dougm@covalent.net>
1784 Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
1785 Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
1786 Branch: perl
1787 ! perlio.h
1788____________________________________________________________________________
1789[ 8343] By: jhi on 2001/01/06 01:04:09
1790 Log: IRIX compiler noticed that the bof initialization might be
1791 bypassed by control flow.
1792 Branch: perl
1793 ! toke.c
1794____________________________________________________________________________
1795[ 8342] By: jhi on 2001/01/06 00:10:48
1796 Log: Update Changes.
1797 Branch: perl
1798 ! Changes patchlevel.h
1799____________________________________________________________________________
4f995af1
JH
1800[ 8341] By: jhi on 2001/01/05 23:52:33
1801 Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
1802 Branch: perl
1803 ! toke.c
1804____________________________________________________________________________
1805[ 8340] By: jhi on 2001/01/05 22:44:08
1806 Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1807 From: Radu Greab <radu@netsoft.ro>
1808 Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
1809 Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
1810 Branch: perl
1811 ! t/io/pipe.t util.c
1812____________________________________________________________________________
1813[ 8339] By: jhi on 2001/01/05 22:35:17
1814 Log: Subject: [PATCH] format and rewording in perlfaq.pod
1815 From: Robin Barker <rmb1@cise.npl.co.uk>
1816 Date: Fri, 5 Jan 2001 18:51:20 GMT
1817 Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
1818 Branch: perl
1819 ! pod/perlfaq.pod
1820____________________________________________________________________________
1821[ 8338] By: jhi on 2001/01/05 22:31:17
1822 Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
1823 From: Peter Prymmer <pvhp@forte.com>
1824 Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
1825 Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
1826 Branch: perl
1827 ! utils/perlbug.PL
1828____________________________________________________________________________
1829[ 8337] By: jhi on 2001/01/05 18:15:11
1830 Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1831 From: Robin Barker <rmb1@cise.npl.co.uk>
1832 Date: Tue, 2 Jan 2001 15:24:07 GMT
1833 Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
1834
1835 If you call configure as C<./Configure> or C<sh ./Configure>,
1836 $src is set to the absolute path name, not '.'.
1837
1838 This, in turn, means -Dmksymlink tries to do its stuff because
1839 it does not think it is in the src directory.
1840
1841 (plus a metaconfig nitfix)
1842 Branch: metaconfig
1843 ! U/compline/ccflags.U U/modified/src.U
1844 Branch: perl
1845 ! Configure config_h.SH
1846____________________________________________________________________________
1847[ 8336] By: jhi on 2001/01/05 17:48:32
1848 Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
1849 From: Alan Burlison <Alan.Burlison@uk.sun.com>
1850 Message-ID: <3A5606C4.473D2226@uk.sun.com>
1851 Date: Fri, 05 Jan 2001 17:39:16 +0000
1852 Branch: perl
1853 ! hv.c
1854____________________________________________________________________________
1855[ 8335] By: jhi on 2001/01/05 16:05:44
1856 Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
1857 Branch: perl
1858 ! lib/Getopt/Long.pm
1859____________________________________________________________________________
1860[ 8334] By: jhi on 2001/01/05 16:00:51
1861 Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1862 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1863 Date: Fri, 05 Jan 2001 13:46:51 +0100
1864 Message-ID: <13693.978698811@nice.ram.loc>
1865
1866 Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1867 accurate reading of the "atime".
1868 Branch: perl
1869 ! t/io/fs.t
1870____________________________________________________________________________
1871[ 8333] By: jhi on 2001/01/05 15:57:37
1872 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
1873 From: Simon Cozens <simon@cozens.net>
1874 Date: Fri, 8 Dec 2000 13:33:31 +0000
1875 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
1876
1877 A lost patch fragment.
1878 Branch: perl
1879 ! doop.c
1880____________________________________________________________________________
1881[ 8332] By: jhi on 2001/01/05 15:40:42
1882 Log: Do away with strncpy() and a fixed length buffer.
1883 Branch: perl
1884 ! utf8.c
1885____________________________________________________________________________
1886[ 8331] By: jhi on 2001/01/05 15:03:07
1887 Log: Tests for #8329 and #8330.
1888 Branch: perl
1889 ! t/op/bop.t
1890____________________________________________________________________________
1891[ 8330] By: jhi on 2001/01/05 15:02:38
1892 Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
1893 raw 8-bit form to the UTF-8 string.
1894 Branch: perl
1895 ! toke.c
1896____________________________________________________________________________
1897[ 8329] By: jhi on 2001/01/05 14:55:13
1898 Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted
1899 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1900 Date: Fri, 5 Jan 2001 12:28:52 +0100
1901 Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
1902
1903 UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
1904 no effect. (changed the strncpy() to Copy())
1905 Branch: perl
1906 ! toke.c
1907____________________________________________________________________________
1908[ 8328] By: jhi on 2001/01/05 06:44:27
1909 Log: UTF-8 cleanup.
1910 Branch: perl
1911 ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1912 ! regexec.c sv.c toke.c
1913____________________________________________________________________________
1914[ 8327] By: jhi on 2001/01/05 01:11:29
1915 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')
1916 From: Radu Greab <radu@netsoft.ro>
1917 Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
1918 Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
1919
1920 Cleans up Harness to not use FileHandle, which uses IO.
1921 Branch: perl
1922 ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1923____________________________________________________________________________
1924[ 8326] By: jhi on 2001/01/05 00:56:37
1925 Log: Update Changes.
1926 Branch: perl
1927 ! Changes patchlevel.h
1928____________________________________________________________________________
57aa58c0
JH
1929[ 8325] By: jhi on 2001/01/05 00:53:18
1930 Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
1931 From: Peter Prymmer <pvhp@forte.com>
1932 Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
1933 Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
1934
1935 plus a couple more tailing whitespace removals.
1936 Branch: perl
1937 ! win32/Makefile
1938____________________________________________________________________________
1939[ 8324] By: jhi on 2001/01/05 00:47:39
1940 Log: Add some Unicode chop() tests.
1941 Branch: perl
1942 ! t/op/chop.t
1943____________________________________________________________________________
1944[ 8323] By: jhi on 2001/01/05 00:47:23
1945 Log: Unify UTF-8 malformedness handling.
1946 Branch: perl
1947 ! doop.c pp.c sv.c toke.c utf8.c utf8.h
1948____________________________________________________________________________
1949[ 8322] By: jhi on 2001/01/04 22:21:54
1950 Log: The new $issymlink was unknown to Mksymlinks.
1951 Branch: metaconfig/U/perl
1952 ! Mksymlinks.U issymlink.U
1953 Branch: perl
1954 ! Configure config_h.SH
1955____________________________________________________________________________
1956[ 8321] By: jhi on 2001/01/04 21:51:05
1957 Log: The test didn't work under the core test framework.
1958 Branch: perl
1959 ! t/lib/st-lock.t
1960____________________________________________________________________________
1961[ 8320] By: jhi on 2001/01/04 21:14:22
1962 Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1963 Branch: perl
1964 ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
1965____________________________________________________________________________
1966[ 8319] By: jhi on 2001/01/04 20:46:17
1967 Log: Typo in #8312 when manually appying a problematic patch fragment.
1968 Branch: perl
1969 ! ext/Storable/Storable.xs
1970____________________________________________________________________________
1971[ 8318] By: jhi on 2001/01/04 20:43:01
1972 Log: The $sh_c didn't fly.
1973 Branch: metaconfig
1974 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1975 ! U/modified/Loc.U U/modified/myhostname.U
1976 ! U/modified/spitshell.U
1977 Branch: metaconfig/U/perl
1978 ! issymlink.U
1979 Branch: perl
1980 ! Configure config_h.SH
1981____________________________________________________________________________
1982[ 8317] By: jhi on 2001/01/04 19:58:01
1983 Log: AIX builtin test -h is broken, changes based on
1984
1985 Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
1986 Date: Tue, 02 Jan 2001 11:24:39 +0100
1987 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1988 Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
1989 Branch: metaconfig
1990 + U/modified/spitshell.U
1991 ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1992 ! U/modified/Loc.U U/modified/myhostname.U
1993 Branch: metaconfig/U/perl
1994 ! Mksymlinks.U issymlink.U
1995 Branch: perl
1996 ! Configure
1997____________________________________________________________________________
1998[ 8316] By: jhi on 2001/01/04 19:02:22
1999 Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
2000 From: Andy Dougherty <doughera@lafayette.edu>
2001 Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
2002 Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
2003
2004 Beware of GNU ld.
2005 Branch: perl
2006 ! hints/solaris_2.sh
2007____________________________________________________________________________
2008[ 8315] By: jhi on 2001/01/04 18:56:48
2009 Log: From: Lupe Christoph <lupe@lupe-christoph.de>
2010 Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
2011 Date: Wed, 3 Jan 2001 07:58:51 +0100
2012 Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
2013 Branch: perl
2014 ! hints/solaris_2.sh
2015____________________________________________________________________________
2016[ 8314] By: jhi on 2001/01/04 18:54:07
2017 Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
2018 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2019 Date: Wed, 3 Jan 2001 13:48:04 -0800 (PST)
2020 Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
2021
2022 Doc tweak on #8313.
2023 Branch: perl
2024 ! ext/B/B/Deparse.pm
2025____________________________________________________________________________
2026[ 8313] By: jhi on 2001/01/04 18:52:27
2027 Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
2028 Date: Wed, 3 Jan 2001 13:31:53 -0800 (PST)
2029 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2030 Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
2031
2032 Make the peephole optimizer to bypass more null ops and
2033 and rewrite the deparse handling of continue blocks.
2034 Branch: perl
2035 ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
2036____________________________________________________________________________
2037[ 8312] By: jhi on 2001/01/04 18:47:39
2038 Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
2039 Branch: perl
2040 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
2041 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2042 ! t/lib/st-lock.t
2043____________________________________________________________________________
2044[ 8311] By: jhi on 2001/01/04 18:36:08
2045 Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
2046 filter to be run on each .pm during the pm_to_blib() phase,
2047 a fixed version of
2048
2049 Subject: PATCH (blead 8269) ExtUtils::MakeMaker
2050 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
2051 Date: Wed, 03 Jan 2001 22:01:30 +0100
2052 Message-ID: <5296.978555690@nice.ram.loc>
2053 Branch: perl
2054 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
2055 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2056 ! lib/ExtUtils/MakeMaker.pm
2057____________________________________________________________________________
2058[ 8310] By: jhi on 2001/01/04 18:32:54
2059 Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
2060 From: Robin Barker <rmb1@cise.npl.co.uk>
2061 Date: Tue, 2 Jan 2001 15:35:03 GMT
2062 Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
2063 Branch: perl
2064 ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
2065 ! pod/perlrequick.pod
2066____________________________________________________________________________
2067[ 8309] By: jhi on 2001/01/04 18:29:07
2068 Log: Subject: Re: [patch] static-ize XS()
2069 From: Doug MacEachern <dougm@covalent.net>
2070 Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
2071 Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
2072
2073 Provide prototypes for the XS functions.
2074 Branch: perl
2075 ! lib/ExtUtils/xsubpp
2076____________________________________________________________________________
2077[ 8308] By: jhi on 2001/01/04 18:27:44
2078 Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
2079 From: Doug MacEachern <dougm@covalent.net>
2080 Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
2081 Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
2082 Branch: perl
2083 ! lib/ExtUtils/typemap
2084____________________________________________________________________________
2085[ 8307] By: jhi on 2001/01/04 18:25:25
2086 Log: Subject: Re: [patch] MM_Unix cpprun shortcut
2087 From: Doug MacEachern <dougm@covalent.net>
2088 Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
2089 Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
2090
2091 Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
2092 Branch: perl
2093 ! lib/ExtUtils/MM_Unix.pm
2094____________________________________________________________________________
2095[ 8306] By: jhi on 2001/01/04 18:23:00
2096 Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
2097 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2098 Date: Thu, 4 Jan 2001 12:47:10 +0100
2099 Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
2100
2101 The toke.c part only, patching embed.h and proto.h is futile.
2102 Branch: perl
2103 ! toke.c
2104____________________________________________________________________________
2105[ 8305] By: jhi on 2001/01/04 18:05:51
2106 Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
2107 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2108 Date: Thu, 4 Jan 2001 17:50:12 +0100
2109 Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
2110 Branch: perl
2111 ! toke.c
2112____________________________________________________________________________
2113[ 8304] By: jhi on 2001/01/04 18:03:26
2114 Log: Subject: [PATCH perl@8269]
2115 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2116 Date: Thu, 4 Jan 2001 12:53:39 +0100
2117 Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
2118
2119 If running byacc write-enable also perly.h.
2120 Branch: perl
2121 ! Makefile.SH
2122____________________________________________________________________________
2123[ 8303] By: jhi on 2001/01/04 15:40:49
2124 Log: Rewrite pp_concat() in terms of sv_catsv().
2125 Branch: perl
2126 ! pp_hot.c
2127____________________________________________________________________________
2128[ 8302] By: nick on 2001/01/03 22:43:22
2129 Log: Integrate mainline.
2130 Branch: perlio
2131 !> ext/Encode/Encode.xs sv.c utf8.c
2132____________________________________________________________________________
2133[ 8301] By: jhi on 2001/01/02 23:40:26
2134 Log: Variable naming tweak.
2135 Branch: perl
2136 ! sv.c
2137____________________________________________________________________________
2138[ 8300] By: jhi on 2001/01/02 23:40:02
2139 Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
2140 in is_utf8_string().
2141 Branch: perl
2142 ! utf8.c
2143____________________________________________________________________________
2144[ 8299] By: jhi on 2001/01/02 22:14:40
2145 Log: Integrate perlio.
2146 Branch: perl
2147 !> pp.c pp_hot.c win32/Makefile
2148____________________________________________________________________________
2149[ 8298] By: nick on 2001/01/02 22:03:06
2150 Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
2151 Branch: perlio
2152 ! pp.c pp_hot.c
2153____________________________________________________________________________
2154[ 8297] By: jhi on 2001/01/02 04:26:28
2155 Log: Signedness nit.
2156 Branch: perl
2157 ! ext/Encode/Encode.xs
2158____________________________________________________________________________
2159[ 8296] By: nick on 2001/01/01 23:49:36
2160 Log: Add Encode and correct Filter/Util/Call in nmake Makefile
2161 Branch: perlio
2162 ! win32/Makefile
2163____________________________________________________________________________
2164[ 8295] By: jhi on 2001/01/01 23:05:48
2165 Log: Integrate perlio.
2166 Branch: perl
2167 !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
2168 !> t/lib/encode.t
2169____________________________________________________________________________
2170[ 8294] By: nick on 2001/01/01 22:48:34
2171 Log: Integrate mainline
2172 Branch: perlio
2173 ! pp_hot.c t/lib/encode.t
2174 !> (integrate 65 files)
2175____________________________________________________________________________
2176[ 8293] By: nick on 2001/01/01 21:58:50
2177 Log: More rigor in UTF-8-ness of Encode's toUnicode
2178 XS export some of the utf8 internal functions.
2179 Test some of the functions.
2180 Fix pp_concat() bug shown by said tests.
2181 Branch: perlio
2182 ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
2183 ! t/lib/encode.t
2184____________________________________________________________________________
2185[ 8292] By: jhi on 2001/01/01 18:11:44
2186 Log: Integrate perlio.
2187 Branch: perl
2188 !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
2189 !> ext/Encode/encengine.c ext/Encode/encode.h
2190____________________________________________________________________________
2191[ 8291] By: jhi on 2001/01/01 18:10:58
2192 Log: Podify README.mpeix (a new version from the web),
2193 add a dummy NAME to Carp::Heavy, regen toc.
2194 Branch: perl
2195 ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
2196 ! pod/perltoc.pod
2197____________________________________________________________________________
2198[ 8290] By: nick on 2001/01/01 17:43:47
2199 Log: Loose the "Loading..." warning.
2200 Another bug in fallback support
2201 Branch: perlio
2202 ! ext/Encode/Encode.pm ext/Encode/encengine.c
2203____________________________________________________________________________
2204[ 8289] By: jhi on 2001/01/01 00:01:57
2205 Log: Bump up Larry's copyright.
2206 Branch: perl
2207 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2208 ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
2209 ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
2210 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
2211 ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
2212 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
2213 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
2214 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
2215____________________________________________________________________________
2216[ 8288] By: nick on 2000/12/31 21:27:53
2217 Log: Fix .ucm reading - forgot a chr()
2218 Start of .ucm write (for .enc to .ucm)
2219 Branch: perlio
2220 ! ext/Encode/compile
2221____________________________________________________________________________
2222[ 8287] By: jhi on 2000/12/31 18:15:56
2223 Log: Comment away a diagnostic message as noted by Craig A. Berry
2224 (the unexpected message was confusing testing)
2225 Branch: perl
2226 ! ext/Encode/Encode.pm
2227____________________________________________________________________________
2228[ 8286] By: jhi on 2000/12/31 18:14:51
2229 Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
2230 Date: Sun, 31 Dec 2000 11:17:37 -0600
2231 From: "Craig A. Berry" <craigberry@mac.com>
2232 Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
2233 Branch: perl
2234 ! ext/Encode/Makefile.PL
2235____________________________________________________________________________
2236[ 8285] By: nick on 2000/12/31 18:11:54
2237 Log: Start of support of ICU-style .ucm files:
2238 - teach compile how to read a .ucm file
2239 - first guess at how to represent fallbacks in "tries".
2240 - use fallbacks if check == 0
2241 - new return code to indicate we used one.
2242 Branch: perlio
2243 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
2244 ! ext/Encode/encengine.c ext/Encode/encode.h
2245____________________________________________________________________________
2246[ 8284] By: jhi on 2000/12/31 18:04:41
2247 Log: Pacify picky VMS compiler.
2248
2249 Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
2250 From: "Craig A. Berry" <craig.berry@psinetcs.com>
2251 Date: Sat, 30 Dec 2000 18:10:02 -0600
2252 Message-Id: <200012310010.CAA09719@tiku.hut.fi>
2253 Branch: perl
2254 ! sv.c
2255____________________________________________________________________________
2256[ 8283] By: jhi on 2000/12/31 16:11:47
2257 Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
2258 Branch: perl
2259 ! t/lib/glob-basic.t
2260____________________________________________________________________________
2261[ 8282] By: jhi on 2000/12/31 15:26:11
2262 Log: Integrate perlio.
2263 Branch: perl
2264 !> makedef.pl opcode.pl os2/os2.c perlio.c
2265____________________________________________________________________________
2266[ 8281] By: nick on 2000/12/31 10:06:15
2267 Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
2268 is available to be exported
2269 Branch: perlio
2270 ! makedef.pl perlio.c
2271____________________________________________________________________________
2272[ 8280] By: nick on 2000/12/31 09:41:26
2273 Log: Ilya's OS2 patch (testing for damage on Win32)
2274 Branch: perlio
2275 ! makedef.pl opcode.pl os2/os2.c
2276____________________________________________________________________________
2277[ 8279] By: jhi on 2000/12/30 21:52:07
2278 Log: Test nits.
2279 Branch: perl
2280 ! t/lib/syslfs.t t/op/lfs.t
2281____________________________________________________________________________
2282[ 8278] By: jhi on 2000/12/30 21:47:49
2283 Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
2284 From: andreas.koenig@anima.de (Andreas J. Koenig)
2285 Date: 30 Dec 2000 22:35:37 +0100
2286 Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
2287
2288 The 32-bit wraparound test wasn't quite right.
2289 Branch: perl
2290 ! t/lib/syslfs.t t/op/lfs.t
2291____________________________________________________________________________
2292[ 8277] By: jhi on 2000/12/30 21:33:44
2293 Log: Subject: [PATCH] open() example in perlfunc.pod
2294 From: Karsten Sperling <s_sperli@ira.uka.de>
2295 Date: Sat, 30 Dec 2000 22:27:09 +0100
2296 Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
2297 Branch: perl
2298 ! pod/perlfunc.pod
2299____________________________________________________________________________
2300[ 8276] By: jhi on 2000/12/30 20:32:40
2301 Log: Not quite that many tests yet.
2302 Branch: perl
2303 ! t/op/pat.t
2304____________________________________________________________________________
2305[ 8275] By: jhi on 2000/12/30 20:26:58
2306 Log: Integrate perlio.
2307 Branch: perl
2308 !> toke.c
2309____________________________________________________________________________
2310[ 8274] By: jhi on 2000/12/30 20:24:56
2311 Log: Signedness nit.
2312 Branch: perl
2313 ! utf8.c
2314____________________________________________________________________________
2315[ 8273] By: jhi on 2000/12/30 20:15:46
2316 Log: Add a test case for 20000731.001 which was fixed by the #8267.
2317 Branch: perl
2318 ! t/op/pat.t
2319____________________________________________________________________________
2320[ 8272] By: nick on 2000/12/30 19:47:51
2321 Log: Tweak for MULTIPLICITY/USE_PERLIO
2322 Branch: perlio
2323 ! toke.c
2324____________________________________________________________________________
2325[ 8271] By: nick on 2000/12/30 19:46:45
2326 Log: Integrate mainline
2327 Branch: perlio
2328 +> lib/unicode/distinct.pm
2329 !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
2330 !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
2331 !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
2332____________________________________________________________________________
2333[ 8270] By: jhi on 2000/12/30 19:39:50
2334 Log: Subject: RE: perl@8269
2335 From: "Richard Soderberg" <rs@crystalflame.net>
2336 Date: Sat, 30 Dec 2000 11:36:27 -0800
2337 Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
2338
2339 A missing aTHX_.
2340 Branch: perl
2341 ! toke.c
2342____________________________________________________________________________
2343[ 8269] By: jhi on 2000/12/30 18:55:48
2344 Log: Update Changes.
2345 Branch: perl
2346 ! Changes patchlevel.h
2347____________________________________________________________________________
8d7a3e70
JH
2348[ 8268] By: jhi on 2000/12/30 17:18:40
2349 Log: Add a test for Unicode split //. The #8267 was the cure.
2350 Branch: perl
2351 ! t/op/split.t
2352____________________________________________________________________________
2353[ 8267] By: jhi on 2000/12/30 17:14:19
2354 Log: Subject: more UTF8 test suites and an UTF8 patch
2355 From: Inaba Hiroto <inaba@st.rim.or.jp>
2356 Date: Sat, 30 Dec 2000 14:27:10 +0900
2357 Message-ID: <3A4D722D.243AFD88@st.rim.or.jp>
2358
2359 Just the patch part for now, and the pragma renamed
2360 as unicode::distinct.
2361 Branch: perl
2362 + lib/unicode/distinct.pm
2363 ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
2364 ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
2365 ! regcomp.h regexec.c sv.c toke.c utf8.c
2366____________________________________________________________________________
2367[ 8266] By: nick on 2000/12/30 16:40:49
2368 Log: Integrate mainline
2369 Branch: perlio
2370 +> lib/Pod/Text/Overstrike.pm
2371 !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
2372 !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
2373 !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
2374 !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
2375 !> vms/vms.c vms/vmsish.h vms/vmspipe.com
2376____________________________________________________________________________
2377[ 8265] By: jhi on 2000/12/30 07:28:55
2378 Log: The sv_catsv() fix, take two.
2379 Branch: perl
2380 ! sv.c t/op/join.t
2381____________________________________________________________________________
2382[ 8264] By: jhi on 2000/12/30 06:19:18
2383 Log: Undo all the join-related changes since #8248: relevant
2384 portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
2385 The new sv_catsv() doesn't fly so it must go back to
2386 the drawing board.
2387 Branch: perl
2388 ! sv.c t/op/join.t t/pragma/utf8.t
2389____________________________________________________________________________
2390[ 8263] By: jhi on 2000/12/30 01:08:32
2391 Log: (Retracted by #8264) Tweak sv_catsv() some more.
2392 Branch: perl
2393 ! sv.c
2394____________________________________________________________________________
2395[ 8262] By: jhi on 2000/12/30 00:45:14
2396 Log: Retract #8261.
2397 Branch: perl
2398 ! hv.c util.c
2399____________________________________________________________________________
2400[ 8261] By: jhi on 2000/12/30 00:38:32
2401 Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
2402 Branch: perl
2403 ! hv.c util.c
2404____________________________________________________________________________
2405[ 8260] By: jhi on 2000/12/29 22:51:33
2406 Log: (Retracted by #8264) More fixing for #8251.
2407 Branch: perl
2408 ! sv.c
2409____________________________________________________________________________
2410[ 8259] By: jhi on 2000/12/29 18:27:30
2411 Log: Subject: podlators 1.06 released
2412 From: Russ Allbery <rra@stanford.edu>
2413 Date: 25 Dec 2000 05:09:30 -0800
2414 Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
2415 Branch: perl
2416 + lib/Pod/Text/Overstrike.pm
2417 ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
2418 ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
2419____________________________________________________________________________
2420[ 8258] By: jhi on 2000/12/29 18:20:45
2421 Log: Make the large file tests more robust/talkative as suggested by
2422
2423 Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
2424 From: andreas.koenig@anima.de (Andreas J. Koenig)
2425 Date: 29 Dec 2000 14:23:01 +0100
2426 Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
2427 Branch: perl
2428 ! t/lib/syslfs.t t/op/lfs.t
2429____________________________________________________________________________
2430[ 8257] By: jhi on 2000/12/29 17:48:04
2431 Log: Further VMS piping fixes from Charles Lane:
2432
2433 In summary, error messages produced when a subprocess terminated
2434 abnormally were being sent not just to the parent process, but to
2435 grandparents, because of default values for error output that were
2436 not completely overridden when the subprocess was started.
2437
2438 This patch fixes this behavior by defining user-mode (i.e., temporary
2439 for the duration of the program) logical names for SYS$OUTPUT and
2440 SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
2441 changes to make it so that the user-mode logicals are the ones that
2442 control where Perl's error messages go if it terminates abnormally.
2443
2444 I also added some gratuitous fixes to the indentation of braces in
2445 the piping code. It just looked ugly, before.
2446 Branch: perl
2447 ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
2448____________________________________________________________________________
2449[ 8256] By: jhi on 2000/12/29 17:45:12
2450 Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
2451 From: "Casey R. Tweten" <crt@kiski.net>
2452 Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
2453 Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
2454
2455 Tests for for #8240.
2456 Branch: perl
2457 ! t/pragma/constant.t
2458____________________________________________________________________________
2459[ 8255] By: jhi on 2000/12/29 17:43:07
2460 Log: Subject: Re: [PATCH] Interesting syntax idea
2461 From: Simon Cozens <simon@cozens.net>
2462 Date: Fri, 29 Dec 2000 14:34:04 +0000
2463 Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
2464
2465 Tests for #8254.
2466 Branch: perl
2467 ! t/pragma/sub_lval.t
2468____________________________________________________________________________
2469[ 8254] By: jhi on 2000/12/29 17:42:11
2470 Log: Subject: [PATCH] Interesting syntax idea
2471 From: Simon Cozens <simon@cozens.net>
2472 Date: Wed, 27 Dec 2000 05:08:57 +0000
2473 Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
2474
2475 Make opens + bareword assigns do typeglob assigns.
2476 Branch: perl
2477 ! op.c
2478____________________________________________________________________________
2479[ 8253] By: jhi on 2000/12/29 17:36:45
2480 Log: Output the (apparent) version of gcc, as suggested by
2481
2482 Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
2483 From: jhbrown@ai.mit.edu (Jeremy H. Brown)
2484 Date: 26 Dec 2000 04:29:17 -0500
2485 Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
2486
2487 (The patch as such didn't any more apply as the misparsing had
2488 already been addressed in #6474.) Also change the wording about
2489 gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
2490 Branch: perl
2491 ! hints/dec_osf.sh
2492____________________________________________________________________________
2493[ 8252] By: nick on 2000/12/29 12:14:31
2494 Log: Integrate mainline
2495 Branch: perlio
2496 !> (integrate 27 files)
2497____________________________________________________________________________
2498[ 8251] By: jhi on 2000/12/29 08:45:46
2499 Log: (Retracted by #8264)
2500
2501 (Fixed by #8260.)
2502
2503 sv_catsv() needs one more byte space than seems reasonable.
2504 (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
2505 Curiouser and curiouser.
2506 Branch: perl
2507 ! sv.c
2508____________________________________________________________________________
2509[ 8250] By: jhi on 2000/12/29 07:57:52
2510 Log: More split // UTF-8 tests.
2511 Branch: perl
2512 ! t/pragma/utf8.t
2513____________________________________________________________________________
2514[ 8249] By: jhi on 2000/12/29 07:54:51
2515 Log: (Retracted by #8264) More join() testing which was good because
2516 it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
2517 Branch: perl
2518 ! pp.c t/op/join.t utf8.c utf8.h
2519____________________________________________________________________________
2520[ 8248] By: jhi on 2000/12/29 07:08:32
2521 Log: (Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
2522 Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
2523 that the only cases to care about are byte+byte and byte+character.
2524
2525 TODO: See how well pp_concat() could be implemented in terms
2526 of sv_catsv().
2527 Branch: perl
2528 ! doop.c sv.c t/op/join.t utf8.h
2529____________________________________________________________________________
2530[ 8247] By: jhi on 2000/12/29 06:35:23
2531 Log: Signedness nit.
2532 Branch: perl
2533 ! pp_hot.c
2534____________________________________________________________________________
2535[ 8246] By: jhi on 2000/12/29 01:23:31
2536 Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
2537 From: Lupe Christoph <lupe@lupe-christoph.de>
2538 Date: Thu, 28 Dec 2000 23:00:00 +0100
2539 Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
2540
2541 Suggest rsync --delete --dry-run.
2542 Branch: perl
2543 ! pod/perlhack.pod
2544____________________________________________________________________________
2545[ 8245] By: jhi on 2000/12/28 23:57:05
2546 Log: The maxiters upper limit sanity check (guarding against
2547 non-progress) assumed bytes instead of characters in s///
2548 and split().
2549 Branch: perl
2550 ! pp.c pp_hot.c
2551____________________________________________________________________________
2552[ 8244] By: jhi on 2000/12/28 23:34:08
2553 Log: Make some panic messages a bit more logical.
2554 Branch: perl
2555 ! doop.c pod/perldiag.pod pp.c pp_hot.c
2556____________________________________________________________________________
2557[ 8243] By: jhi on 2000/12/28 22:59:16
2558 Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
2559 From: Simon Cozens <simon@cozens.net>
2560 Date: Wed, 27 Dec 2000 02:30:03 +0000
2561 Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
2562 Branch: perl
2563 ! pp.c t/pragma/sub_lval.t
2564____________________________________________________________________________
2565[ 8242] By: jhi on 2000/12/28 22:56:53
2566 Log: Subject: [PATCH blead] Fix B::Terse indentation
2567 From: Daniel Chetlin <daniel@chetlin.com>
2568 Date: Wed, 27 Dec 2000 06:43:30 -0800
2569 Message-ID: <20001227064329.B9573@darkstar>
2570 Branch: perl
2571 ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
2572____________________________________________________________________________
2573[ 8241] By: jhi on 2000/12/28 22:48:59
2574 Log: The latter patch from the
2575
2576 Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
2577 From: Peter Prymmer <pvhp@forte.com>
2578 Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
2579 Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
2580
2581 (the former patch from the above should have been
2582 taken care of by Nick I-S)
2583 Branch: perl
2584 ! win32/Makefile
2585____________________________________________________________________________
2586[ 8240] By: jhi on 2000/12/28 22:45:22
2587 Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
2588 From: "Casey R. Tweten" <crt@kiski.net>
2589 Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
2590 Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
2591 Branch: perl
2592 ! lib/constant.pm
2593____________________________________________________________________________
2594[ 8239] By: jhi on 2000/12/28 22:37:45
2595 Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
2596 From: Simon Cozens <simon@cozens.net>
2597 Date: Wed, 27 Dec 2000 14:12:44 +0000
2598 Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
2599 Branch: perl
2600 ! t/op/method.t t/op/sort.t toke.c
2601____________________________________________________________________________
2602[ 8238] By: jhi on 2000/12/28 22:30:32
2603 Log: Subject: [PATCH perl@8229] Call.pm
2604 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2605 Date: Mon, 25 Dec 2000 10:47:15 -0000
2606 Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
2607 Branch: perl
2608 ! ext/Filter/Util/Call/Call.pm
2609____________________________________________________________________________
2610[ 8237] By: jhi on 2000/12/28 22:19:21
2611 Log: Subject: [PATCH blead] Fix problem with `&' prototype
2612 From: Daniel Chetlin <daniel@chetlin.com>
2613 Date: Wed, 27 Dec 2000 15:55:32 -0800
2614 Message-ID: <20001227155532.D9573@darkstar>
2615 Branch: perl
2616 ! op.c t/comp/proto.t
2617____________________________________________________________________________
2618[ 8236] By: jhi on 2000/12/28 22:09:25
2619 Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
2620 From: Daniel Chetlin <daniel@chetlin.com>
2621 Date: Sun, 24 Dec 2000 04:09:49 -0800
2622 Message-ID: <20001224040949.B3090@darkstar>
2623 Branch: perl
2624 ! gv.c mg.c t/op/attrs.t
2625____________________________________________________________________________
2626[ 8235] By: jhi on 2000/12/28 22:07:11
2627 Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
2628 From: Jan Dubois <jand@ActiveState.com>
2629 Date: Tue, 26 Dec 2000 20:57:31 -0800
2630 Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
2631 Branch: perl
2632 ! win32/win32.c
2633____________________________________________________________________________
2634[ 8234] By: jhi on 2000/12/28 21:52:42
2635 Log: Subject: Re: [PATCH] Warn on use of reference as array elem
2636 From: Simon Cozens <simon@cozens.net>
2637 Date: Thu, 28 Dec 2000 20:33:13 +0000
2638 Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
2639 Branch: perl
2640 ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
2641____________________________________________________________________________
2642[ 8233] By: jhi on 2000/12/28 19:40:49
2643 Log: Integrate perlio.
2644 Branch: perl
2645 !> ext/Encode/Makefile.PL ext/Encode/compile
2646____________________________________________________________________________
2647[ 8232] By: nick on 2000/12/23 16:06:00
2648 Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
2649 and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
2650 Branch: perlio
2651 ! ext/Encode/Makefile.PL
2652____________________________________________________________________________
2653[ 8231] By: nick on 2000/12/23 14:30:34
2654 Log: "Compiled" encode build cleanup
2655 - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
2656 - .c files do not export sub-tables
2657 Branch: perlio
2658 ! ext/Encode/Makefile.PL ext/Encode/compile
2659____________________________________________________________________________
2660[ 8230] By: nick on 2000/12/23 12:50:37
2661 Log: Integrate mainline
2662 Branch: perlio
2663 !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2664 !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2665 !> pod/perl5004delta.pod pod/perl5005delta.pod
2666 !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2667 !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2668 !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2669 !> pod/perlsub.pod
2670____________________________________________________________________________
2671[ 8229] By: jhi on 2000/12/22 15:32:12
2672 Log: Integrate perlio.
2673 Branch: perl
2674 +> win32/distclean.bat
2675 !> MANIFEST t/io/utf8.t
2676____________________________________________________________________________
2677[ 8228] By: jhi on 2000/12/22 15:29:40
2678 Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
2679 From: Robin Barker <rmb1@cise.npl.co.uk>
2680 Date: Fri, 22 Dec 2000 12:17:38 GMT
2681 Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
2682 Branch: perl
2683 ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
2684 ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
2685 ! pod/perl5004delta.pod pod/perl5005delta.pod
2686 ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
2687 ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
2688 ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
2689 ! pod/perlsub.pod
2690____________________________________________________________________________
2691[ 8227] By: jhi on 2000/12/22 15:24:28
2692 Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
2693 From: "John L. Allen" <allen@grumman.com>
2694 Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
2695 Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
2696
2697 Document APPLLIB_EXP.
2698 Branch: perl
2699 ! INSTALL
2700____________________________________________________________________________
2701[ 8226] By: nick on 2000/12/21 22:11:50
2702 Log: Handy script for when one forgets to "dmake clean"
2703 Branch: perlio
2704 + win32/distclean.bat
2705 ! MANIFEST
2706____________________________________________________________________________
2707[ 8225] By: nick on 2000/12/21 21:54:04
2708 Log: CRLF platform issue with io/utf8 fix.
2709 Branch: perlio
2710 ! t/io/utf8.t
2711____________________________________________________________________________
2712[ 8224] By: nick on 2000/12/21 21:02:20
2713 Log: Integrate mainline
2714 Branch: perlio
2715 !> Changes Configure Makefile.SH Porting/Glossary
2716 !> Porting/config.sh Porting/config_H configure.com
2717 !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
2718 !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
2719 !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
2720 !> win32/config.bc win32/config.gc win32/config.vc
2721____________________________________________________________________________
2722[ 8223] By: jhi on 2000/12/21 17:09:16
2723 Log: Update Changes.
2724 Branch: perl
2725 ! Changes patchlevel.h
2726____________________________________________________________________________
2727[ 8222] By: jhi on 2000/12/21 16:24:01
2728 Log: Metaconfig unit changes for #8221.
2729 Branch: metaconfig/U/perl
2730 +> issymlink.U
2731 - testsyml.U
2732 ! Mksymlinks.U
2733____________________________________________________________________________
5b9313d5
JH
2734[ 8221] By: jhi on 2000/12/21 16:23:48
2735 Log: Rename testsyml to issymlink.
2736 Branch: perl
2737 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2738 ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
2739 ! win32/config.vc
2740____________________________________________________________________________
2741[ 8220] By: jhi on 2000/12/21 15:47:26
2742 Log: Robustness support for #8218 (symlink forest) since the GNU
2743 tools seem to be overly picky about symlinkage depths.
2744 Branch: perl
2745 ! Makefile.SH t/io/fs.t
2746____________________________________________________________________________
2747[ 8219] By: jhi on 2000/12/21 15:38:27
2748 Log: Metaconfig changes for #8218.
2749 Branch: metaconfig
2750 ! U/modified/Oldconfig.U
2751 Branch: metaconfig/U/perl
2752 + Mksymlinks.U
2753 ! testsyml.U
2754____________________________________________________________________________
2755[ 8218] By: jhi on 2000/12/21 15:37:57
2756 Log: Add Configure option -Dmksymlinks which will create a symlink
2757 forest if the current/build differs from the source directory.
2758 TODO: mkdir -p is not portable.
2759 Branch: perl
2760 ! Configure
2761____________________________________________________________________________
2762[ 8217] By: jhi on 2000/12/21 14:39:12
2763 Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
2764 From: Nick Ing-Simmons <nik@tiuk.ti.com>
2765 Date: Thu, 21 Dec 2000 09:38:18 GMT
2766 Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
2767
2768 The ofs became an SV.
2769 Branch: perl
2770 ! ext/Thread/Thread.xs
2771____________________________________________________________________________
2772[ 8216] By: jhi on 2000/12/21 05:40:21
2773 Log: The polymorphism seems to have fixed 20000517.001.
2774 Branch: perl
2775 ! t/pragma/utf8.t
2776____________________________________________________________________________
2777[ 8215] By: jhi on 2000/12/21 04:44:52
2778 Log: read() documentation tweak for 20001121.004.
2779 Branch: perl
2780 ! pod/perlfunc.pod
2781____________________________________________________________________________
2782[ 8214] By: jhi on 2000/12/21 03:54:11
2783 Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
2784 Branch: perl
2785 ! pp_sys.c t/op/misc.t
2786____________________________________________________________________________
2787[ 8213] By: jhi on 2000/12/21 00:28:10
2788 Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
2789 From: Peter Prymmer <pvhp@forte.com>
2790 Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
2791 Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
2792 Branch: perl
2793 ! configure.com
2794____________________________________________________________________________
2795[ 8212] By: jhi on 2000/12/21 00:26:21
2796 Log: Edit edit edit.
2797 Branch: perl
2798 ! pod/perlfaq3.pod
2799____________________________________________________________________________
2800[ 8211] By: jhi on 2000/12/20 18:52:46
2801 Log: Update Changes.
2802 Branch: perl
2803 ! Changes patchlevel.h
2804____________________________________________________________________________
594a1bcd
JH
2805[ 8210] By: jhi on 2000/12/20 18:34:47
2806 Log: Yet another editor edit.
2807 Branch: perl
2808 ! pod/perlfaq3.pod
2809____________________________________________________________________________
2810[ 8209] By: jhi on 2000/12/20 15:33:28
2811 Log: More Win32 Perling.
2812 Branch: perl
2813 ! pod/perlfaq3.pod
2814____________________________________________________________________________
2815[ 8208] By: jhi on 2000/12/20 15:07:46
2816 Log: More Win32 editor/IDE/shell hints.
2817 Branch: perl
2818 ! pod/perlfaq3.pod
2819____________________________________________________________________________
2820[ 8207] By: jhi on 2000/12/20 03:54:08
2821 Log: Subject: [PATCH] obscure timing knowledge
2822 From: Nicholas Clark <nick@ccl4.org>
2823 Date: Tue, 19 Dec 2000 19:22:31 +0000
2824 Message-ID: <20001219192231.F2827@plum.flirble.org>
2825 Branch: perl
2826 ! sv.c
2827____________________________________________________________________________
2828[ 8206] By: jhi on 2000/12/20 03:45:57
2829 Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
2830 From: Spider Boardman <spider@leggy.zk3.dec.com>
2831 Date: Tue, 19 Dec 2000 21:30:16 -0500
2832 Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
2833 Branch: perl
2834 ! sv.c
2835____________________________________________________________________________
2836[ 8205] By: jhi on 2000/12/19 23:02:01
2837 Log: Update Changes.
2838 Branch: perl
2839 ! Changes patchlevel.h
2840____________________________________________________________________________
9d5bc5c9
JH
2841[ 8204] By: jhi on 2000/12/19 22:58:18
2842 Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
2843 using the \xHH notation. No more inlined UTF-8, sigh, but easier
2844 on editors and diffing/patching.
2845 Branch: perl
2846 ! t/op/utf8decode.t
2847____________________________________________________________________________
2848[ 8203] By: nick on 2000/12/19 21:36:16
2849 Log: Integrate mainline (forgot my own change...)
2850 Branch: perlio
2851 !> ext/Encode/compile
2852____________________________________________________________________________
2853[ 8202] By: nick on 2000/12/19 21:34:42
2854 Log: Integrate mainline.
2855 Branch: perlio
2856 !> (integrate 61 files)
2857____________________________________________________________________________
2858[ 8201] By: nick on 2000/12/19 21:34:06
2859 Log: Avoid looking for File::Glob when we don't need it.
2860 Branch: perl
2861 ! ext/Encode/compile
2862____________________________________________________________________________
2863[ 8200] By: jhi on 2000/12/19 18:35:49
2864 Log: Update Changes.
2865 Branch: perl
2866 ! Changes patchlevel.h
2867____________________________________________________________________________
0052ac31
JH
2868[ 8199] By: jhi on 2000/12/19 18:35:07
2869 Log: Microperl tweaks.
2870 Branch: perl
2871 ! sv.c uconfig.h uconfig.sh
2872____________________________________________________________________________
2873[ 8198] By: jhi on 2000/12/19 18:29:59
2874 Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
2875 Branch: perl
2876 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2877 ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
2878____________________________________________________________________________
2879[ 8197] By: jhi on 2000/12/19 17:55:29
2880 Log: In VMS embedded perls couldn't access the statically built Socket,
2881 from Charles Lane.
2882 Branch: perl
2883 ! configure.com
2884____________________________________________________________________________
2885[ 8196] By: jhi on 2000/12/19 17:49:50
2886 Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
2887 From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
2888 Date: Sun, 17 Dec 2000 19:11:44 -0000
2889 Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
2890 Branch: perl
2891 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2892 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2893____________________________________________________________________________
2894[ 8195] By: jhi on 2000/12/19 17:47:53
2895 Log: Subject: [patch perl@8150] h2xs SYNOPSIS
2896 From: Jonathan Stowe <gellyfish@gellyfish.com>
2897 Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
2898 Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
2899 Branch: perl
2900 ! utils/h2xs.PL
2901____________________________________________________________________________
2902[ 8194] By: jhi on 2000/12/19 17:46:28
2903 Log: Subject: Re: useless use of void context work-around
2904 From: andreas.koenig@anima.de (Andreas J. Koenig)
2905 Date: 16 Dec 2000 15:13:36 +0100
2906 Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
2907
2908 Document (comment) the q(di ds ig) trick in the code.
2909 Branch: perl
2910 ! op.c
2911____________________________________________________________________________
2912[ 8193] By: jhi on 2000/12/19 17:10:57
2913 Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
2914 From: "Mark J. Reed" <mreed@strange.turner.com>
2915 Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
2916 Message-Id: <200012160222.VAA13986@strange.turner.com>
2917 Branch: perl
2918 ! ext/Sys/Syslog/Syslog.pm
2919____________________________________________________________________________
2920[ 8192] By: jhi on 2000/12/19 17:07:45
2921 Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
2922 From: Nicholas Clark <nick@ccl4.org>
2923 Date: Sat, 16 Dec 2000 19:03:13 +0000
2924 Message-ID: <20001216190313.D68304@plum.flirble.org>
2925 Branch: perl
2926 ! t/op/64bitint.t
2927____________________________________________________________________________
2928[ 8191] By: jhi on 2000/12/19 17:06:13
2929 Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
2930 From: Dominic Dunlop <domo@computer.org>
2931 Date: Mon, 18 Dec 2000 12:00:15 +0100
2932 Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
2933
2934 This patchlet is needed in order that perl can be statically linked.
2935 Branch: perl
2936 ! regexec.c
2937____________________________________________________________________________
2938[ 8190] By: jhi on 2000/12/19 17:03:08
2939 Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
2940 From: "Craig A. Berry" <craig.berry@psinetcs.com>
2941 Date: Sun, 17 Dec 2000 00:18:35 -0600
2942 Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
2943 Branch: perl
2944 ! perlio.h vms/gen_shrfls.pl
2945____________________________________________________________________________
2946[ 8189] By: jhi on 2000/12/19 16:20:28
2947 Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2948 From: Prymmer/Kahn <pvhp@best.com>
2949 Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
2950 Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
2951
2952 A better version of #8188.
2953 Branch: perl
2954 ! pod/perlfaq3.pod
2955____________________________________________________________________________
2956[ 8188] By: jhi on 2000/12/19 15:57:06
2957 Log: (Replaced by #8189)
2958
2959 Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2960 Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
2961 From: Prymmer/Kahn <pvhp@best.com>
2962 Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
2963 Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2964 From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
2965 Date: Mon, 18 Dec 2000 11:10:45 -0500
2966 Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
2967 Branch: perl
2968 ! pod/perlfaq3.pod
2969____________________________________________________________________________
2970[ 8187] By: jhi on 2000/12/19 15:54:19
2971 Log: Email address fix for Anton Berezin.
2972 Branch: perl
2973 ! AUTHORS
2974____________________________________________________________________________
2975[ 8186] By: jhi on 2000/12/19 15:38:54
2976 Log: Subject: [PATCH perl@8102] cygwin port
2977 From: "Eric Fifer" <efifer@dircon.co.uk>
2978 Date: Thu, 14 Dec 2000 13:41:29 -0000
2979 Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
2980
2981 When compiling modules the data item that is being imported
2982 from libperl.dll needs to be tagged as imported/shared data:
2983 extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
2984 Branch: perl
2985 ! perliol.h
2986____________________________________________________________________________
2987[ 8185] By: jhi on 2000/12/19 14:53:24
2988 Log: Regen uconfig.h and uconfig.sh.
2989 Branch: perl
2990 ! uconfig.h uconfig.sh
2991____________________________________________________________________________
2992[ 8184] By: jhi on 2000/12/18 20:43:49
2993 Log: Comments work so much better when they are closed.
2994 Branch: perl
2995 ! regcomp.c
2996____________________________________________________________________________
2997[ 8183] By: jhi on 2000/12/18 18:04:02
2998 Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
2999 Fixes the bug 20001218.016.
3000 Branch: perl
3001 ! regcomp.c
3002____________________________________________________________________________
3003[ 8182] By: gsar on 2000/12/18 09:53:47
3004 Log: delete spurious files
3005 Branch: maint-5.6/perl
3006 - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
3007 - vos/config.h vos/config_h.SH_orig
3008____________________________________________________________________________
3009[ 8181] By: gsar on 2000/12/18 09:46:08
3010 Log: regen perltoc
3011 Branch: maint-5.6/perl
3012 ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
3013____________________________________________________________________________
3014[ 8180] By: gsar on 2000/12/18 09:20:27
3015 Log: integrate changes#7924..7926,7946,7952 from mainline
3016 Branch: maint-5.6/perl
3017 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
3018 !> lib/File/stat.pm t/lib/class-struct.t
3019____________________________________________________________________________
3020[ 8179] By: gsar on 2000/12/18 08:55:54
3021 Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
3022 7918,7919,7988,8907 from mainline (various)
3023 Branch: maint-5.6/perl
3024 +> t/lib/class-struct.t
3025 !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
3026 !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
3027 !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
3028____________________________________________________________________________
3029[ 8178] By: gsar on 2000/12/18 08:16:30
3030 Log: avoid redefinition warnings on windows due to sys/socket.h getting
3031 #included before win32.h
3032 Branch: maint-5.6/perl
3033 ! win32/include/sys/socket.h
3034____________________________________________________________________________
3035[ 8177] By: gsar on 2000/12/18 05:24:04
3036 Log: make regen_headers; fix POSIX.xs problems; remove outdated
3037 code from sys/socket.h that makes build fail now
3038 Branch: maint-5.6/perl
3039 ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
3040 ! pod/perlapi.pod
3041 !> win32/include/sys/socket.h
3042____________________________________________________________________________
3043[ 8176] By: gsar on 2000/12/18 05:20:17
3044 Log: update Changes
3045 Branch: maint-5.6/perl
3046 ! Changes patchlevel.h
3047____________________________________________________________________________
3048[ 8175] By: gsar on 2000/12/18 04:57:48
3049 Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
3050 7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
3051 7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
3052 7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
3053 7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
3054 7823,7825,7838
3055 Branch: maint-5.6/perl
3056 +> lib/File/Spec/Epoc.pm
3057 !> (integrate 88 files)
3058____________________________________________________________________________
3059[ 8174] By: gsar on 2000/12/18 03:53:09
3060 Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
3061 7625..7629,7631..7634,7637,7639,7642 from mainline
3062 Branch: maint-5.6/perl
3063 +> README.solaris
3064 !> (integrate 26 files)
3065____________________________________________________________________________
3066[ 8173] By: gsar on 2000/12/18 03:37:02
3067 Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
3068 7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
3069 7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
3070 7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
3071 Branch: maint-5.6/perl
3072 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
3073 - MAINTAIN
3074 !> (integrate 111 files)
3075____________________________________________________________________________
3076[ 8172] By: jhi on 2000/12/18 02:49:27
3077 Log: Regen pods.
3078 Branch: perl
3079 ! pod/perlmodlib.pod pod/perltoc.pod
3080____________________________________________________________________________
3081[ 8171] By: gsar on 2000/12/18 02:49:24
3082 Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
3083 7465..7471 from mainline
3084
3085 Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
3086 in platforms that strictly require all the symbols being present
3087 at link time.
3088
3089 Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
3090
3091 Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
3092
3093 Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
3094
3095 Subject: [PATCH] todo
3096
3097 Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
3098
3099 Use $sort, $uniq (and $tr) consistently as wondered
3100 by Nicholas Clark.
3101
3102 Too enthusiastic editing in #7460.
3103
3104 The reëntrant version shouldn't be needed unless USE_PURE_BISON.
3105
3106 Upgrade to CPAN 1.58_55.
3107 Subject: CPAN.pm status
3108
3109 Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
3110
3111 Make target reordering to avoid pointless re-makes.
3112 Subject: Re: Total re-make of 'make okfile' after 7451 ?
3113
3114 Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
3115
3116 Subject: DOC PATCH 5.6.0
3117
3118 Add the repository doc by Malcolm, Sarathy, and by Simon,
3119 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
3120 Branch: maint-5.6/perl
3121 +> Porting/repository.pod
3122 !> Configure MANIFEST Makefile.SH README.dos README.os2
3123 !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
3124 !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
3125 !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
3126____________________________________________________________________________
3127[ 8169] By: gsar on 2000/12/18 02:33:34
3128 Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
3129 7435..7441,7445 from mainline
3130
3131 Make the UTF-8 decoding stricter and more verbose when
3132 malformation happens. This involved adding an argument
3133 to utf8_to_uv_chk(), which involved changing its prototype,
3134 and prefer STRLEN over I32 for the UTF-8 length, which as
3135 a domino effect necessitated changing the prototypes of
3136 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
3137 The stricter UTF-8 decoding checking uses Markus Kuhn's
3138 UTF-8 Decode Stress Tester from
3139 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
3140
3141 Run vms/vms_yfix.pl, should have done that after changing
3142 perly.c in #7382.
3143
3144 Subject: [PATCH 5.7.0] static linking with uninstalled perl
3145
3146 (Replaced by #7440.)
3147 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
3148
3149 Fix the bug ID 20001024.005, the bug introduced by #7416.
3150
3151 Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
3152
3153 Fix the bug reported in
3154 From: andreas.koenig@anima.de (Andreas J. Koenig)
3155 Also make is_utf8_char() stricter.
3156
3157 Missed the header file changes from #7425.
3158
3159 Check if stdio supports tweaking lval and cnt simultaneously.
3160 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
3161
3162 Stratus VOS updates from Paul Green.
3163
3164 Podify README.epoc and README.vos.
3165
3166 Add targets to Makefile.SH, most importantly
3167 'regen_all' which also remembers to update vms/perly*.
3168
3169 Subject: Minor update to find2perl, for portability
3170
3171 Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
3172
3173 Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
3174
3175 Rename UTF8LEN() to be UNISKIP(), too confusing to have
3176 UTF8LEN() and UTF8SKIP().
3177
3178 Allow poking holes at the UTF-8 decoding strictness.
3179
3180 Continue the internal UTF-8 API tweaking.
3181 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
3182 used much more than the simpler API, now called utf8_to_uv_simple().
3183 Still not quite happy with API, too much partial duplication
3184 of functionality.
3185
3186 A new version of making the syslog test more robust.
3187 (Replaces #7421.)
3188 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
3189
3190 buildtoc target tweaks.
3191
3192 Integrate with vmsperl #7430 by Charles Bailey:
3193
3194 Cleanup from prior patch (Charles Lane?):
3195 - improve handling of MFDs in Basename and Path
3196 - default to no xsubpp line # munging when building debug images
3197 Branch: maint-5.6/perl
3198 +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3199 +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
3200 !> (integrate 67 files)
3201____________________________________________________________________________
3202[ 8168] By: gsar on 2000/12/18 02:05:49
3203 Log: integrate changes#7512,7733 from mainline (regex bugfixes)
3204
3205 Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
3206 From: Martin Husemann <martin@duskware.de>
3207
3208 Subject: [PATCH 5.7.0] restore match data on backtracing
3209 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3210 Branch: maint-5.6/perl
3211 !> regcomp.c regexec.c t/op/re_tests
3212____________________________________________________________________________
3213[ 8167] By: gsar on 2000/12/18 01:55:22
3214 Log: integrate changes#7858,7986 from mainline
3215
3216 C<foreach my $x ...> in pseudo-fork()ed process may diddle
3217 parent's memory; fix it by keeping track of the actual pad
3218 offset rather than a raw pointer (this change is probably also
3219 relevant to non-ithreads case to avoid fallout from reallocs of
3220 the pad array, but is currently only enabled for the ithreads
3221 case in the interests of minimal disruption to existing "well
3222 tested" code)
3223
3224 fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
3225 due to the notorious GetFileType() bug in Windows 9x, which fstat()
3226 tickles)
3227 Branch: maint-5.6/perl
3228 !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
3229 !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
3230 !> win32/win32.c win32/win32.h win32/win32sck.c
3231____________________________________________________________________________
3232[ 8166] By: gsar on 2000/12/18 01:52:59
3233 Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
3234 from mainline (xsubpp and ExtUtils::LibList fixups, various
3235 other small items)
3236 Branch: maint-5.6/perl
3237 !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
3238 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
3239 !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
3240 !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
3241 !> win32/bin/search.pl
3242____________________________________________________________________________
3243[ 8165] By: gsar on 2000/12/18 01:28:45
3244 Log: integrate changes#7533,7563,7611,7623 from mainline (various
3245 malloc.c embellishments)
3246 Branch: maint-5.6/perl
3247 !> malloc.c pod/perldiag.pod
3248____________________________________________________________________________
3249[ 8164] By: gsar on 2000/12/18 01:23:33
3250 Log: integrate changes#7419,7806,8129 from mainline (various h2xs
3251 fixups)
3252 Branch: maint-5.6/perl
3253 !> utils/h2xs.PL
3254____________________________________________________________________________
3255[ 8163] By: gsar on 2000/12/18 01:17:50
3256 Log: integrate changes#7493,7599,7803 from mainline (various perlbug
3257 fixups)
3258 Branch: maint-5.6/perl
3259 !> Makefile.SH utils/perlbug.PL
3260____________________________________________________________________________
3261[ 8162] By: gsar on 2000/12/18 00:25:43
3262 Log: always export Perl_deb() (it is required by re.xs whether
3263 Perl is built with or without -DDEBUGGING)
3264 Branch: maint-5.6/perl
3265 ! makedef.pl
3266____________________________________________________________________________
3267[ 8161] By: gsar on 2000/12/18 00:23:38
3268 Log: integrate change#7414 from mainline
3269
3270 Undo the basename() part of #7412 since the lib/basename
3271 tests would need upgrading too.
3272
3273 squelch two tests in tr.t that rely on tr/// paranoia change
3274 that's not in 5.6.x
3275 Branch: maint-5.6/perl
3276 ! t/op/tr.t
3277 !> lib/File/Basename.pm
3278____________________________________________________________________________
3279[ 8160] By: gsar on 2000/12/18 00:05:30
3280 Log: missing change in previous integrate
3281 Branch: maint-5.6/perl
3282 !> README.aix
3283____________________________________________________________________________
3284[ 8159] By: gsar on 2000/12/18 00:03:38
3285 Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
3286 7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
3287 7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
3288 7410..7413 from mainline
3289 Branch: maint-5.6/perl
3290 +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
3291 +> t/lib/tie-splice.t
3292 - lib/unicode/Is/DCinital.pl
3293 !> (integrate 112 files)
3294____________________________________________________________________________
3295[ 8158] By: jhi on 2000/12/17 23:04:24
3296 Log: Subject: [PATCHES] RE: perl@8150
3297 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3298 Date: Sun, 17 Dec 2000 21:46:39 +0100
3299 Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
3300
3301 Neither cygwin has a getpwuid() one can trust on.
3302 Branch: perl
3303 ! t/lib/glob-basic.t
3304____________________________________________________________________________
3305[ 8157] By: jhi on 2000/12/17 23:01:54
3306 Log: More MAN.PODS => {} fixes.
3307 Branch: perl
3308 ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
3309 ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
3310 ! os2/OS2/REXX/Makefile.PL
3311____________________________________________________________________________
3312[ 8156] By: gsar on 2000/12/17 22:49:13
3313 Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
3314 7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
3315 7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
3316 7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
3317 7201,7204 from mainline
3318 Branch: maint-5.6/perl
3319 !> (integrate 121 files)
3320____________________________________________________________________________
3321[ 8155] By: jhi on 2000/12/17 22:30:58
3322 Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
3323 From: "Craig A. Berry" <craigberry@mac.com>
3324 Date: Sun, 17 Dec 2000 13:09:28 -0600
3325 Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
3326
3327 MAN.PODS => ' ' is naughty.
3328 Branch: perl
3329 ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
3330____________________________________________________________________________
3331[ 8154] By: nick on 2000/12/17 22:07:13
3332 Log: MULTIPLICITY nit.
3333 Branch: perl
3334 ! mg.c
3335____________________________________________________________________________
3336[ 8153] By: gsar on 2000/12/17 21:23:05
3337 Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
3338 7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
3339 from mainline
3340
3341 Document the SvIOK_.*UV().
3342
3343 Update Unicode todo list.
3344
3345 Guard against bad string->int conversion for quads.
3346
3347 Subject: small apidoc fix
3348
3349 Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
3350
3351 Subject: [PATCH] Tied filehandle documentation
3352
3353 Subject: [PATCH] Modernize Opcode.pm documentation
3354
3355 Make Data::Dumper (non-XS) to work with changed semantics of ref().
3356 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
3357 [applied even though said semantics didn't change in 5.6.x]
3358
3359 Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
3360
3361 Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
3362
3363 Fix the URL, but the server is still missing in action.
3364 Subject: [ID 20000905.002] perlfaq1.pod URL error
3365
3366 Subject: [ID 20000903.001] \w in utf8-strings
3367
3368 Fix the ccversion detection for 5.1 and beyond.
3369 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3370
3371 Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
3372
3373 Subject: [ID 20000904.008] Tiny fix for perldiag
3374
3375 Subject: Re: [ID 20000906.004] segfault with bad perl statement
3376
3377 Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3378
3379 Subject: [ID 20000908.002] perlipc documentation bug.
3380
3381 Subject: [PATCH lib/Benchmark.pm]
3382
3383 Re-allow vec() for characters > 255.
3384 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
3385
3386 Do away with memory models cruft. Sorry, PDP users.
3387
3388 Continue #7041.
3389
3390 Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
3391
3392 Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
3393
3394 Upgrade to CPAN 1.57_65, from Andreas König.
3395
3396 Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
3397 by Russ Allbery.
3398
3399 Silence t/pod/*.t about alternate quote-mappings now implemented
3400 by Pod::Text, from Brad Appleton.
3401
3402 Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
3403 Subject: borland C++ win32.c tweak
3404
3405 C<@a = @b = split(...)> optimization coredumps under ithreads
3406 (missed a spot when fixing up op_pmreplroot hack for ithreads)
3407
3408 Document the SvUTF8*().
3409
3410 Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
3411
3412 Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
3413
3414 Do in VMS as the #7054 does.
3415
3416 Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
3417
3418 Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
3419
3420 Subject: [patch: perl@7045] vms updates
3421
3422 Test for the #7049.
3423 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
3424
3425 Break up the myconfig lines a bit.
3426 Subject: perlbug/perl -V output format
3427
3428 Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
3429
3430 The #7054 truncated Configure badly.
3431
3432 change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
3433 initialization in all the threads on Windows
3434
3435 Allow for whitespace between "#" and "line" in cpp output.
3436 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
3437
3438 Remove vestiges of tr//CU.
3439 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3440
3441 The return value of setlocale must be copied away.
3442 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
3443
3444 Allow chop() and chomp() to be overridden.
3445 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
3446
3447 Hints optimization.
3448 Subject: Minor nit
3449
3450 Subject: [PATCH] de-wall t/README
3451
3452 Subject: Re: Two advertising clauses need to be removed
3453 Branch: maint-5.6/perl
3454 !> (integrate 75 files)
3455____________________________________________________________________________
3456[ 8152] By: gsar on 2000/12/17 20:30:11
3457 Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
3458 6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
3459 6999..7001,7003..7005,7007,7009,7011,7012 from mainline
3460
3461 Don't attach -ld to the archname if pointless.
3462
3463 Document UNTIE in a very minimalistic way.
3464
3465 POSIX doesn't report long double values under -Duselongdouble
3466 when the long doubles are "real" (bigger than doubles).
3467
3468 More author updates.
3469
3470 Try to deduce NV_MAX. Really should be Configure fodder.
3471
3472 :: not allowed in pathnames, change to .
3473 Subject: [PATCH perl@6938] cygwin port
3474
3475 Forget about NV_MAX (#6951). Various floating point tweaks,
3476 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
3477
3478 Move the Solaris 7 scan to use64bitall, make the
3479 failure to find 64-bot sparc libc to mention the
3480 possibility of being in an intel, from Lupe and Alan.
3481
3482 Regen perltoc.
3483
3484 AUTHORS tweaks, from Peter Prymmer.
3485
3486 More address tweaking.
3487
3488 Small tweaks all over.
3489
3490 File::Temp patches from Andreas König,
3491
3492 Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
3493
3494 Subject: CPAN.pm beta 1.57_57 for the core
3495
3496 Part of the solution.
3497 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
3498
3499 Subject: [PATCH@6961] Fix misleading example in perlretut.pod
3500
3501 Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3502
3503 Add the overload warnings to perldiag.
3504
3505 Drop unused argument.
3506 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
3507
3508 Subject: Nit in Configure (bleadperl@6961)
3509
3510 Update to PodParser 1.18, from Brad Appleton.
3511
3512 Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
3513
3514 Subject: [PATCH: 6948] add SCNfldbl to configure.com
3515
3516 Document UNTIE. Also tweak implementation to suppress the 'inner references'
3517 warning when UNTIE exists and instead pass the cound of extra references to
3518 the UNTIE method.
3519
3520 Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
3521 so that case-ignoring systems like DCL can tell them from
3522 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
3523
3524 Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
3525
3526 Feature ordering tweak.
3527
3528 Regen perltoc.
3529
3530 Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
3531
3532 Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
3533
3534 Subject: http:// in L<>
3535
3536 Detypo.
3537
3538 change#6791 accidentally clobbered change#6710, put it back
3539
3540 Only the first line, thank you very much.
3541
3542 Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
3543 plus rework the http: spots as suggested by Tom Christiansen,
3544 plus regen perltoc.
3545
3546 Undo part of change 6489 which looks like a bulk edit which
3547 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
3548 The supressing of main:: on return from select() is undesirable.
3549
3550 Apparently avoiding the swapping is too costly.
3551
3552 Various Configure nits by Philip Newton,
3553 plus the ebcdic one by me.
3554
3555 Make certain cc is set before trying to run it.
3556
3557 If overloaded %{} etc. return the object do not loop.
3558 Thus sub deref { $_[0] } functions if object is wanted type.
3559
3560 Update perlhist.
3561
3562 More %{} and other deref special casing - do not pass to 'nomethod'.
3563 Branch: maint-5.6/perl
3564 !> (integrate 59 files)
3565____________________________________________________________________________
3566[ 8151] By: gsar on 2000/12/17 19:14:38
3567 Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
3568 6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
3569
3570 Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
3571
3572 Make the epsilon to be relative, not absolute.
3573
3574 Put back the flags dump as reasoned in
3575 Subject: Re: [PATCH] Glob dumping
3576
3577 Introduce ccname to keep track of what compiler kind of we have.
3578
3579 Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
3580
3581 Put back the slice accidentally removed by #6907.
3582
3583 Reset archname and archname64 always, forcing them be
3584 recomputed at each Configure run, make Configure and
3585 the hints files agree on the naming of largefiles variables.
3586
3587 Don't say "Perl 5.0 source kit".
3588
3589 Subject: [PATCH] fix misc cast warnings
3590
3591 Subject: typos in pods
3592
3593 NVs not necessarily doubles, as pointed out by Yitzchak.
3594
3595 Subject: [PATCH 6889] add a few ldbl formats to configure.com
3596
3597 Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
3598
3599 Better options for rsync.
3600
3601 Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
3602
3603 Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
3604
3605 Subject: [PATCH] Re: UNTIE method
3606
3607 A better fix for the Socket building problem from Craig Berry.
3608
3609 Retract the dummy test, skip the security tests (instead of failing),
3610 explain what the warnings mean.
3611
3612 Heap decorruption.
3613 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
3614
3615 Update to Unicode 3.0.1.
3616
3617 Missed one Unicode file.
3618
3619 Subject: Re: typos in pods
3620
3621 The #6929 was too skimpy.
3622
3623 sscanf() may be the only way to read long doubles from strings.
3624
3625 Reveal Borland's isnan.
3626 Subject: build with BC++ tweak
3627
3628 Issue useful diagnostic on unknown pod commands.
3629 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
3630
3631 Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
3632
3633 Clarify the third case of ftmp-security warnings.
3634
3635 Make -Dusemorebits find long doubles in Solaris.
3636
3637 Wrap the test in eval.
3638 Branch: maint-5.6/perl
3639 +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
3640 +> lib/unicode/PropList.txt lib/unicode/README.perl
3641 +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
3642 +> lib/unicode/Unicode.301 vms/vmspipe.com
3643 - lib/unicode/Props.txt lib/unicode/UCD300.html
3644 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
3645 !> (integrate 305 files)
3646____________________________________________________________________________
3647[ 8150] By: jhi on 2000/12/17 18:47:57
3648 Log: Uncheckedin generated files.
3649 Branch: perl
3650 ! global.sym perlapi.c pod/perlapi.pod
3651____________________________________________________________________________
3652[ 8149] By: jhi on 2000/12/17 18:41:22
3653 Log: Update Changes.
3654 Branch: perl
3655 ! Changes patchlevel.h
3656____________________________________________________________________________
70fa61ca
JH
3657[ 8148] By: jhi on 2000/12/17 18:39:16
3658 Log: Subject: [PATCH] Fcntl constants speedup
3659 From: Nicholas Clark <nick@ccl4.org>
3660 Date: Sun, 17 Dec 2000 16:29:24 +0000
3661 Message-ID: <20001217162924.E97668@plum.flirble.org>
3662
3663 Use IVs for the Fcntl constants instead of NVs.
3664 Branch: perl
3665 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
3666____________________________________________________________________________
3667[ 8147] By: jhi on 2000/12/17 18:33:41
3668 Log: Add test for #8145 (binmode() warning), add warning for
3669 ioctl() and sockpair(), document them. (fileno() cannot
3670 be tripwired with the same kind of warning because
3671 'defined fileno($foo)' seems to be an idiom.)
3672 Branch: perl
3673 ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
3674____________________________________________________________________________
3675[ 8146] By: gsar on 2000/12/17 18:09:08
3676 Log: update Changes
3677 Branch: maint-5.6/perl
3678 ! Changes
3679____________________________________________________________________________
3680[ 8145] By: jhi on 2000/12/17 17:39:35
3681 Log: Subject: [PATCH] Re: The long awaited feature ...
3682 From: Simon Cozens <simon@cozens.net>
3683 Date: Sun, 17 Dec 2000 12:31:56 +0000
3684 Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
3685
3686 Add a warning to binmode() about using bad filehandles
3687 (can happen e.g. if someone forgets the filehandle argument)
3688 Branch: perl
3689 ! pp_sys.c
3690____________________________________________________________________________
3691[ 8144] By: jhi on 2000/12/17 17:33:48
3692 Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
3693 From: Jonathan Stowe <gellyfish@gellyfish.com>
3694 Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
3695 Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
3696 Branch: perl
3697 ! lib/Net/Ping.pm
3698____________________________________________________________________________
3699[ 8143] By: jhi on 2000/12/17 05:31:37
3700 Log: Polymorphic regexps.
3701
3702 Fixes at least the bugs 20001028.003 (both of them...) and
3703 20001108.001. The bugs 20001114.001 and 20001205.014 seem
3704 also to be fixed by now, probably already before this patch.
3705 Branch: perl
3706 ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
3707 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
3708 ! t/op/utf8decode.t t/pragma/utf8.t
3709____________________________________________________________________________
3710[ 8142] By: jhi on 2000/12/16 17:16:05
3711 Log: Subject: [patch perl@8102] dos/djgpp update
3712 From: Laszlo Molnar <ml1050@freemail.hu>
3713 Date: Sat, 16 Dec 2000 01:40:52 +0100
3714 Message-ID: <20001216014052.A335@freemail.hu>
3715 Branch: perl
3716 ! djgpp/config.over t/base/commonsense.t
3717____________________________________________________________________________
3718[ 8141] By: jhi on 2000/12/16 17:09:27
3719 Log: Few uncheckedin files.
3720 Branch: perl
3721 ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
3722____________________________________________________________________________
3723[ 8140] By: nick on 2000/12/15 22:14:31
3724 Log: Integrate mainline
3725 Branch: perlio
3726 !> (integrate 53 files)
3727____________________________________________________________________________
3728[ 8139] By: jhi on 2000/12/15 19:49:49
3729 Log: One more IVUV tweak from Nicholas Clark.
3730 Branch: perl
3731 ! sv.c
3732____________________________________________________________________________
3733[ 8138] By: jhi on 2000/12/15 19:17:06
3734 Log: Return of the IVUV-preservation, now seems to be happy even
3735 in Digital UNIX (the broken strtoul brokenness detection
3736 seems to have been the fly in the ointment).
3737 Branch: perl
3738 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3739 ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3740 ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
3741 ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
3742 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3743 ! vos/config.ga.h win32/config.bc win32/config.gc
3744 ! win32/config.vc
3745____________________________________________________________________________
3746[ 8137] By: jhi on 2000/12/15 18:12:14
3747 Log: Metaconfig unit change for #8136.
3748 Branch: metaconfig
3749 ! U/modified/d_strtoul.U
3750 Branch: metaconfig/U/perl
3751 ! d_strtoull.U d_strtouq.U
3752____________________________________________________________________________
3753[ 8136] By: jhi on 2000/12/15 18:11:35
3754 Log: I don't think it's sensible or portable to test the strtou*
3755 on /^-/ strings.
3756 Branch: perl
3757 ! Configure
3758____________________________________________________________________________
3759[ 8135] By: jhi on 2000/12/15 17:18:49
3760 Log: Metaconfig unit change for #8134.
3761 Branch: metaconfig
3762 ! U/modified/d_strtoul.U
3763____________________________________________________________________________
3764[ 8134] By: jhi on 2000/12/15 17:14:13
0052ac31 3765 Log: If longsize is 8 we don't need a LL suffix for integer constants.
70fa61ca
JH
3766 Branch: perl
3767 ! Configure config_h.SH
3768____________________________________________________________________________
3769[ 8133] By: jhi on 2000/12/15 16:00:23
3770 Log: Update Changes.
3771 Branch: perl
3772 ! Changes patchlevel.h
3773____________________________________________________________________________
78b3f299
JH
3774[ 8132] By: jhi on 2000/12/15 15:44:16
3775 Log: Some compilers get huffy if you do not cast a const pointer
3776 to a non-const when assigning.
3777 Branch: perl
3778 ! gv.c
3779____________________________________________________________________________
3780[ 8131] By: jhi on 2000/12/15 15:38:30
3781 Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
3782 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3783 Date: Fri, 15 Dec 2000 05:26:57 -0500
3784 Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
3785 Branch: perl
3786 ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
3787 ! t/pragma/overload.t
3788____________________________________________________________________________
3789[ 8130] By: jhi on 2000/12/15 15:36:08
3790 Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
3791 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3792 Date: Thu, 14 Dec 2000 22:02:43 -0500
3793 Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
3794 Branch: perl
3795 ! gv.c perl.h
3796____________________________________________________________________________
3797[ 8129] By: jhi on 2000/12/15 15:34:16
3798 Log: Subject: PATCH: h2xs nit
3799 From: Tim Jenness <t.jenness@jach.hawaii.edu>
3800 Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
3801 Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
3802
3803 Add a template README.
3804 Branch: perl
3805 ! utils/h2xs.PL
3806____________________________________________________________________________
3807[ 8128] By: jhi on 2000/12/15 15:32:22
3808 Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
3809 Branch: perl
3810 ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3811____________________________________________________________________________
3812[ 8127] By: jhi on 2000/12/15 15:19:34
3813 Log: Subject: [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
3814 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3815 Date: Thu, 14 Dec 2000 20:04:42 EST
3816 Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
3817 Branch: perl
3818 ! ext/Opcode/Opcode.xs
3819____________________________________________________________________________
3820[ 8126] By: jhi on 2000/12/15 15:17:49
3821 Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
3822 From: Peter Prymmer <pvhp@forte.com>
3823 Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
3824 Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
3825 Branch: perl
3826 ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
3827 ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
3828 ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
3829____________________________________________________________________________
3830[ 8125] By: jhi on 2000/12/15 15:11:05
3831 Log: This seems to be a stage sane and stable enough to checkin.
3832 (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
3833 Branch: perl
3834 ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
3835 ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
3836 ! t/op/cmp.t t/op/numconvert.t
3837____________________________________________________________________________
3838[ 8124] By: jhi on 2000/12/15 04:20:26
3839 Log: Something is really wonky.
3840 Branch: perl
3841 ! sv.c
3842____________________________________________________________________________
3843[ 8123] By: jhi on 2000/12/15 04:00:50
3844 Log: Fixes for the IV UV patches to compile in Digital UNIX.
3845 Branch: perl
3846 ! sv.c
3847____________________________________________________________________________
3848[ 8122] By: jhi on 2000/12/15 02:53:40
3849 Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3850 From: "Craig A. Berry" <craigberry@mac.com>
3851 Date: Thu, 14 Dec 2000 19:10:49 -0600
3852 Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
3853 Branch: perl
3854 ! vms/vms.c
3855____________________________________________________________________________
3856[ 8121] By: jhi on 2000/12/15 02:50:00
3857 Log: Metaconfig changes for #8120.
3858 Branch: metaconfig
3859 + U/modified/d_strtoul.U
3860 Branch: metaconfig/U/perl
3861 ! d_strtoull.U d_strtouq.U
3862____________________________________________________________________________
3863[ 8120] By: jhi on 2000/12/15 02:49:42
3864 Log: From: Nicholas Clark <nick@ccl4.org>
3865 Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
3866 Date: Thu, 14 Dec 2000 18:38:57 +0000
3867 Message-ID: <20001214183857.B97909@plum.flirble.org>
3868 Branch: perl
3869 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3870 ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
3871 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3872 ! vos/config.ga.def vos/config.ga.h win32/config.bc
3873 ! win32/config.gc win32/config.vc
3874____________________________________________________________________________
3875[ 8119] By: jhi on 2000/12/14 23:40:58
3876 Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
3877 From: Nicholas Clark <nick@ccl4.org>
3878 Date: Wed, 13 Dec 2000 20:08:50 +0000
3879 Message-ID: <20001213200849.B71166@plum.flirble.org>
3880 Branch: perl
3881 ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
3882 ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
3883____________________________________________________________________________
3884[ 8118] By: jhi on 2000/12/14 22:46:26
3885 Log: Integrate perlio.
3886 Branch: perl
3887 !> MANIFEST ext/Encode/compile makedef.pl
3888____________________________________________________________________________
3889[ 8117] By: nick on 2000/12/14 22:38:53
3890 Log: Win32 tweaks to get Encode to build
3891 - temp hack to makedef.pl till PerlIO is properly "exported".
3892 - MSVC dislikes
3893 static encpage_t foo[];
3894 so make 'em extern for now.
3895 Branch: perlio
3896 ! ext/Encode/compile makedef.pl
3897____________________________________________________________________________
3898[ 8116] By: nick on 2000/12/14 22:00:53
3899 Log: Document the new files
3900 Branch: perlio
3901 ! MANIFEST
3902____________________________________________________________________________
3903[ 8115] By: jhi on 2000/12/14 21:58:01
3904 Log: MANIFEST new files of #8114.
3905 Branch: perl
3906 ! MANIFEST
3907____________________________________________________________________________
3908[ 8114] By: jhi on 2000/12/14 21:50:49
3909 Log: Integrate perlio.
3910 Branch: perl
3911 +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3912 !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3913 !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3914 !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3915 !> ext/Encode/Makefile.PL
3916____________________________________________________________________________
3917[ 8113] By: jhi on 2000/12/14 21:48:49
3918 Log: The documentation part of the
3919
3920 Subject: [ID 20001214.002] Net::Ping patch
3921 From: Jonathan Stowe <gellyfish@gellyfish.com>
3922 Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
3923 Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
3924 since the #7529 had already addressed the same problem.
3925 Branch: perl
3926 ! lib/Net/Ping.pm
3927____________________________________________________________________________
3928[ 8112] By: jhi on 2000/12/14 21:42:57
3929 Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3930 From: Dominic Dunlop <domo@computer.org>
3931 Date: Tue, 12 Dec 2000 10:47:10 +0100
3932 Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
3933
3934 Document how elusive subroutines can be.
3935 Branch: perl
3936 ! pod/perlfunc.pod
3937____________________________________________________________________________
3938[ 8111] By: jhi on 2000/12/14 21:38:05
3939 Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3940 From: Dominic Dunlop <domo@computer.org>
3941 Date: Thu, 14 Dec 2000 10:13:51 +0100
3942 Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
3943 Branch: perl
3944 ! ext/POSIX/POSIX.pod
3945____________________________________________________________________________
3946[ 8110] By: jhi on 2000/12/14 21:36:32
3947 Log: Subject: [patch] perlfaq7
3948 From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3949 Date: Thu, 14 Dec 2000 15:31:07 +0100
3950 Message-ID: <3A38E7BB.13178.11C40A8@localhost>
3951 Branch: perl
3952 ! pod/perlfaq7.pod
3953____________________________________________________________________________
3954[ 8109] By: jhi on 2000/12/14 21:29:20
3955 Log: Subject: [8104] Encode
3956 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3957 Date: Thu, 14 Dec 2000 14:49:34 +0100
3958 Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
3959
3960 Type casting for nervous compilers.
3961 Branch: perl
3962 ! ext/Encode/Encode.xs
3963____________________________________________________________________________
3964[ 8108] By: jhi on 2000/12/14 21:26:17
3965 Log: Subject: [8104] DB_File
3966 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3967 Date: Thu, 14 Dec 2000 14:49:35 +0100
3968 Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
3969
3970 Type definition incorrect for DB 2.7.7. Not known when it
3971 changed, so only changed it for a known revision.
3972 Branch: perl
3973 ! ext/DB_File/DB_File.xs
3974____________________________________________________________________________
3975[ 8107] By: jhi on 2000/12/14 21:23:41
3976 Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
3977 From: Peter Prymmer <pvhp@forte.com>
3978 Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
3979 Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
3980
3981 Use '?' (0x6F in EBCDIC) for the illegal codepoint.
3982 Branch: perl
3983 ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
3984 ! ext/Encode/Encode/posix-bc.enc
3985____________________________________________________________________________
3986[ 8106] By: nick on 2000/12/14 20:36:13
3987 Log: "Cold" build correction to Encode's Makefile.PL
3988 Branch: perlio
3989 ! ext/Encode/Makefile.PL
3990____________________________________________________________________________
3991[ 8105] By: nick on 2000/12/14 20:09:37
3992 Log: "Compiled" encodings.
3993 Correct replacement character in EBCDIC .enc files
3994 Add 0x7F to ASCII repertoire.
3995 Branch: perlio
3996 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3997 ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3998 ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3999 ! ext/Encode/Makefile.PL ext/Encode/compile
4000 ! ext/Encode/encengine.c ext/Encode/encode.h
4001____________________________________________________________________________
4002[ 8104] By: nick on 2000/12/14 00:38:20
4003 Log: Integrate mainline
4004 Branch: perlio
4005 !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
4006 !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
4007 !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
4008 !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
4009 !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
4010 !> t/lib/db-hash.t t/lib/db-recno.t
4011____________________________________________________________________________
4012[ 8103] By: nick on 2000/12/13 23:16:13
4013 Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
4014 so far and so it does not get lost.
4015 Branch: perlio
4016 + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
4017____________________________________________________________________________
4018[ 8102] By: jhi on 2000/12/13 17:14:22
4019 Log: Update Changes.
4020 Branch: perl
4021 ! Changes patchlevel.h
4022____________________________________________________________________________
6a156541
JH
4023[ 8101] By: jhi on 2000/12/13 16:53:41
4024 Log: Move the proto of start_glob() to a better place; regen api files.
4025 Branch: perl
4026 ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
4027____________________________________________________________________________
4028[ 8100] By: jhi on 2000/12/13 16:47:11
4029 Log: Metaconfig change for #8099.
4030 Branch: metaconfig
4031 ! U/modified/Head.U
4032____________________________________________________________________________
4033[ 8099] By: jhi on 2000/12/13 16:46:48
4034 Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
4035 From: Andy Dougherty <doughera@lafayette.edu>
4036 Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
4037 Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
4038 Branch: perl
4039 ! Configure
4040____________________________________________________________________________
4041[ 8098] By: jhi on 2000/12/13 16:39:02
4042 Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix
4043 From: rspier@pobox.com (Robert Spier)
4044 Date: Tue, 12 Dec 2000 21:12:39 -0500
4045 Message-ID: <14902.56087.678086.725773@rls.cx>
4046
4047 fastgetcwd is defined using a glob alias on a $^O dependent basis -
4048 and there was no default assignment or perl subroutine.
4049 Branch: perl
4050 ! lib/Cwd.pm
4051____________________________________________________________________________
4052[ 8097] By: jhi on 2000/12/13 16:16:01
4053 Log: Subject: [PATCH] move startglob out of pp_hot.c
4054 From: Nicholas Clark <nick@ccl4.org>
4055 Date: Mon, 11 Dec 2000 23:16:39 +0000
4056 Message-ID: <20001211231638.A55550@plum.flirble.org>
4057 Branch: perl
4058 ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
4059____________________________________________________________________________
4060[ 8096] By: jhi on 2000/12/13 15:26:23
4061 Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio
4062 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4063 Date: Wed, 13 Dec 2000 14:01:37 +0100
4064 Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
4065
4066 perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
4067 in turn requires libpthread in libswanted.
4068 Branch: perl
4069 ! hints/hpux.sh
4070____________________________________________________________________________
4071[ 8095] By: jhi on 2000/12/12 19:51:05
4072 Log: The integration wars continue.
4073 Branch: perl
4074 !> sv.c
4075____________________________________________________________________________
4076[ 8094] By: jhi on 2000/12/12 19:48:26
4077 Log: Subject: [PATCH perl@8070] DB_File-1.74
4078 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4079 Date: Mon, 11 Dec 2000 23:07:17 -0000
4080 Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com>
4081 Branch: perl
4082 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4083 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4084 ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
4085 ! t/lib/db-recno.t
4086____________________________________________________________________________
4087[ 8093] By: nick on 2000/12/12 19:42:13
4088 Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
4089 Branch: perlio
4090 ! sv.c
4091 !> lib/File/DosGlob.pm
4092____________________________________________________________________________
4093[ 8092] By: jhi on 2000/12/12 19:28:11
4094 Log: Integrate perlio.
4095 Branch: perl
4096 !> sv.c
4097____________________________________________________________________________
4098[ 8091] By: nick on 2000/12/12 18:49:45
4099 Log: Fix for Tk, and upgrading shared SVs.
4100 Branch: perlio
4101 ! sv.c
4102____________________________________________________________________________
4103[ 8090] By: jhi on 2000/12/12 16:48:59
4104 Log: Subject: [PATCH] Re: Breadperl & Tk
4105 From: Nick Ing-Simmons <nik@tiuk.ti.com>
4106 Date: Tue, 12 Dec 2000 14:48:27 GMT
4107 Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com>
4108 Branch: perl
4109 ! sv.c
4110____________________________________________________________________________
4111[ 8089] By: jhi on 2000/12/12 03:37:19
4112 Log: Subject: DosGlob.pm diff for bash style brace expansion.
4113 From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
4114 Date: Fri, 8 Dec 2000 10:45:30 -0600
4115 Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
4116 Branch: perl
4117 ! lib/File/DosGlob.pm
4118____________________________________________________________________________
4119[ 8088] By: nick on 2000/12/11 23:59:59
4120 Log: Integrate mainline
4121 Branch: perlio
4122 !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
4123 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
4124 !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
4125 !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
4126 !> t/op/local.t t/pragma/warn/toke toke.c
4127____________________________________________________________________________
4128[ 8087] By: jhi on 2000/12/11 23:20:23
4129 Log: Integrate perlio.
4130 Branch: perl
4131 !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4132____________________________________________________________________________
4133[ 8086] By: jhi on 2000/12/11 22:50:59
4134 Log: Tune further the OS detection of CGI.
4135 Branch: perl
4136 ! lib/CGI.pm
4137____________________________________________________________________________
4138[ 8085] By: nick on 2000/12/11 22:50:46
4139 Log: Finish 1st pass of "encoding" layer e.g. :
4140 open($fh,"<encoding(iso8859-7)",$greek) || die;
4141 Branch: perlio
4142 ! ext/Encode/Encode.xs perlio.c perliol.h
4143____________________________________________________________________________
4144[ 8084] By: jhi on 2000/12/11 22:32:06
4145 Log: Revert the -f ambiguousity patch, seems to cause
4146 too much hassle (the interpret -Q as a function
4147 where Q is not a known filetest part is left in).
4148 Branch: perl
4149 ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
4150 ! toke.c
4151____________________________________________________________________________
4152[ 8083] By: jhi on 2000/12/11 22:27:23
4153 Log: (accidentally empty check-in)
4154 Branch: perl
4155 ! lib/File/DosGlob.pm
4156____________________________________________________________________________
4157[ 8082] By: nick on 2000/12/11 19:09:51
4158 Log: Restore mmap function (broken by tweaks to shared buffer
4159 layer for encode(xxxx)).
4160 Branch: perlio
4161 ! perlio.c
4162____________________________________________________________________________
4163[ 8081] By: jhi on 2000/12/11 18:29:13
4164 Log: Subject: Re: The long awaited feature ...
4165 From: Simon Cozens <simon@cozens.net>
4166 Date: Mon, 11 Dec 2000 15:54:24 +0000
4167 Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
4168
4169 More io/utf8 tests.
4170 Branch: perl
4171 ! t/io/utf8.t
4172____________________________________________________________________________
4173[ 8080] By: jhi on 2000/12/11 18:19:36
4174 Log: Subject: PATCH MakeMaker manpage clarification
4175 From: andreas.koenig@anima.de (Andreas J. Koenig)
4176 Date: 10 Dec 2000 20:46:13 +0100
4177 Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
4178 Branch: perl
4179 ! lib/ExtUtils/MakeMaker.pm
4180____________________________________________________________________________
4181[ 8079] By: jhi on 2000/12/11 15:35:07
4182 Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
4183 From: Simon Cozens <simon@cozens.net>
4184 Date: Sun, 10 Dec 2000 19:06:19 +0000
4185 Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
4186 Branch: perl
4187 ! ext/B/B/Deparse.pm t/lib/b.t
4188____________________________________________________________________________
4189[ 8078] By: jhi on 2000/12/11 15:09:11
4190 Log: Subject: [PATCH] docs on NaN
4191 From: Nicholas Clark <nick@ccl4.org>
4192 Date: Mon, 11 Dec 2000 01:48:38 +0000
4193 Message-ID: <20001211014838.B99205@plum.flirble.org>
4194 Branch: perl
4195 ! pod/perlop.pod
4196____________________________________________________________________________
4197[ 8077] By: jhi on 2000/12/11 15:02:21
4198 Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
4199 From: Simon Cozens <simon@cozens.net>
4200 Date: Mon, 11 Dec 2000 01:21:45 +0000
4201 Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
4202 Branch: perl
4203 ! pp.c pp_hot.c scope.c t/op/local.t
4204____________________________________________________________________________
4205[ 8076] By: nick on 2000/12/10 20:43:32
4206 Log: Not merge worthy...
4207 Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
4208 syntax is modelled on attributes.
4209 Untested fix for io/utf8 on Win32 etc.
4210 Very clumsy start to the encode layer.
4211 Branch: perlio
4212 ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
4213____________________________________________________________________________
4214[ 8075] By: jhi on 2000/12/10 18:39:33
4215 Log: Darwin is not Windows.
4216 Branch: perl
4217 ! lib/CGI.pm
4218____________________________________________________________________________
4219[ 8074] By: jhi on 2000/12/10 18:31:27
4220 Log: Subject: Ambiguous -%c() resolved as a file test
4221 From: "Paul Marquess" <Paul.Marquess@openwave.com>
4222 Date: Sun, 10 Dec 2000 15:35:07 -0000
4223 Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
4224 Branch: perl
4225 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
4226____________________________________________________________________________
4227[ 8073] By: jhi on 2000/12/10 18:16:29
4228 Log: Subject: PATCH installperl misinformed
4229 From: andreas.koenig@anima.de (Andreas J. Koenig)
4230 Date: 10 Dec 2000 13:01:32 +0100
4231 Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
4232 Branch: perl
4233 ! installperl
4234____________________________________________________________________________
4235[ 8072] By: jhi on 2000/12/10 18:07:55
4236 Log: The walkoptree confusion rages; walkoptree() seems to be coming
4237 from B.xs, while walkoptree_slow() comes from B.pm.
4238 Branch: perl
4239 ! ext/B/B.pm
4240____________________________________________________________________________
4241[ 8071] By: nick on 2000/12/10 11:45:47
4242 Log: Integrate mainline
4243 Branch: perlio
4244 +> t/base/commonsense.t
4245 !> (integrate 37 files)
4246____________________________________________________________________________
4247[ 8070] By: jhi on 2000/12/10 04:46:21
4248 Log: Update Changes.
4249 Branch: perl
4250 ! Changes patchlevel.h
4251____________________________________________________________________________
fb79c7d7
JH
4252[ 8069] By: jhi on 2000/12/10 04:39:19
4253 Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
4254 From: andreas.koenig@anima.de (Andreas J. Koenig)
4255 Date: 09 Dec 2000 17:14:25 +0100
4256 Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
4257 Branch: perl
4258 + t/base/commonsense.t
4259 ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
4260____________________________________________________________________________
4261[ 8068] By: jhi on 2000/12/10 04:17:36
4262 Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to undef
4263 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4264 Date: Sat, 9 Dec 2000 16:47:22 -0000
4265 Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
4266 Branch: perl
4267 ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
4268 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
4269 ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
4270 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
4271 ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
4272 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
4273 ! t/lib/sdbm.t
4274____________________________________________________________________________
4275[ 8067] By: jhi on 2000/12/10 03:52:02
4276 Log: Test case for #8066.
4277 Branch: perl
4278 ! t/op/misc.t
4279____________________________________________________________________________
4280[ 8066] By: jhi on 2000/12/10 03:50:30
4281 Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
4282 From: Simon Cozens <simon@cozens.net>
4283 Date: Sun, 10 Dec 2000 00:55:37 +0000
4284 Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
4285 Branch: perl
4286 ! pp_sys.c
4287____________________________________________________________________________
4288[ 8065] By: jhi on 2000/12/10 03:44:52
4289 Log: Test case for #8064.
4290 Branch: perl
4291 ! t/comp/proto.t
4292____________________________________________________________________________
4293[ 8064] By: jhi on 2000/12/10 03:42:32
4294 Log: Subject: Re: prototype of substr
4295 From: Simon Cozens <simon@cozens.net>
4296 Date: Sun, 10 Dec 2000 00:13:33 +0000
4297 Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
4298
4299 Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
4300 Branch: perl
4301 ! pp.c
4302____________________________________________________________________________
4303[ 8063] By: jhi on 2000/12/10 03:39:42
4304 Log: Subject: [PATCH] perlguts.pod
4305 From: Simon Cozens <simon@cozens.net>
4306 Date: Sun, 10 Dec 2000 00:06:47 +0000
4307 Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
4308
4309 Documentation of the different types of ops,
4310 plus the functions in dump.c
4311 Branch: perl
4312 ! pod/perlguts.pod
4313____________________________________________________________________________
4314[ 8062] By: jhi on 2000/12/10 03:30:04
4315 Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
4316 From: Nicholas Clark <nick@talking.bollo.cx>
4317 Date: Sat, 09 Dec 2000 18:57:25 +0000
4318 Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
4319
4320 Be more robust in weird hostname setups.
4321 Branch: perl
4322 ! t/lib/net-hostent.t
4323____________________________________________________________________________
4324[ 8061] By: jhi on 2000/12/10 03:28:21
4325 Log: Pacify fussy compiler.
4326 Branch: perl
4327 ! pp_sys.c
4328____________________________________________________________________________
4329[ 8060] By: jhi on 2000/12/10 02:52:46
4330 Log: Integrate perlio.
4331 Branch: perl
4332 !> pp_sys.c t/io/utf8.t
4333____________________________________________________________________________
4334[ 8059] By: nick on 2000/12/09 23:40:14
4335 Log: read/sysread/recv should now be utf8 aware.
4336 Basic test for utf8 read.
4337 Branch: perlio
4338 ! pp_sys.c t/io/utf8.t
4339____________________________________________________________________________
4340[ 8058] By: jhi on 2000/12/09 21:56:02
4341 Log: Integrate perlio.
4342 Branch: perl
4343 +> t/io/utf8.t
4344 !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
4345____________________________________________________________________________
4346[ 8057] By: jhi on 2000/12/09 21:53:35
4347 Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
4348 From: Inaba Hiroto <inaba@st.rim.or.jp>
4349 Date: Sun, 10 Dec 2000 05:53:21 +0900
4350 Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
4351
4352 Tests for #8056.
4353 Branch: perl
4354 ! t/op/each.t
4355____________________________________________________________________________
4356[ 8056] By: jhi on 2000/12/09 21:51:16
4357 Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
4358 From: Inaba Hiroto <inaba@st.rim.or.jp>
4359 Date: Sat, 09 Dec 2000 18:02:00 +0900
4360 Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
4361
4362 exists() didn't work for UTF-8 keys, and neither did shared hash keys.
4363 Branch: perl
4364 ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
4365____________________________________________________________________________
4366[ 8055] By: nick on 2000/12/09 20:11:48
4367 Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
4368 than raw PerlIO_write() - does not seem to break any tests.
4369 Branch: perlio
4370 ! pp_sys.c
4371____________________________________________________________________________
4372[ 8054] By: nick on 2000/12/09 19:47:30
4373 Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
4374 (sysread, recv and write i.e. formats still to do...)
4375 Allow :utf8 or :bytes in PerlIO_apply_layers() so that
4376 open($fh,">:utf8","name")
4377 etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
4378 so no extra overhead is involved.
4379 Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
4380 to a non-utf8 stream.
4381 Add initial io/utf8.t
4382 Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
4383 that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
4384 and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
4385 Branch: perlio
4386 + t/io/utf8.t
4387 ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
4388____________________________________________________________________________
4389[ 8053] By: nick on 2000/12/09 19:26:37
4390 Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
4391 was only testing this_utf8.
4392 Branch: perlio
4393 ! toke.c
4394____________________________________________________________________________
4395[ 8052] By: nick on 2000/12/09 19:09:41
4396 Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
4397 i.e. the output string has one, but don't mess with source assumption.
4398 Branch: perlio
4399 ! toke.c
4400____________________________________________________________________________
4401[ 8051] By: jhi on 2000/12/09 16:55:17
4402 Log: Integrate perlio.
4403 Branch: perl
4404 !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
4405 !> sv.c thrdvar.h util.c
4406____________________________________________________________________________
4407[ 8050] By: jhi on 2000/12/09 16:48:07
4408 Log: Nits noticed by Peter Prymmer.
4409 Branch: perl
4410 ! lib/ExtUtils/MM_VMS.pm
4411____________________________________________________________________________
4412[ 8049] By: nick on 2000/12/09 13:49:40
4413 Log: UTF8 output prework.
4414 - Store $\ and $, as SVs so they can have SvUTF8 flag
4415 - use do_print() rather than raw PerlIO_write() to print them.
4416 Branch: perlio
4417 ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
4418 ! thrdvar.h util.c
4419____________________________________________________________________________
4420[ 8048] By: nick on 2000/12/09 12:30:43
4421 Log: Integrate mainline.
4422 Branch: perlio
4423 +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
4424 +> t/op/reverse.t
4425 !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
4426 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4427 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
4428 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
4429 !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
4430 !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
4431____________________________________________________________________________
4432[ 8047] By: jhi on 2000/12/09 00:23:27
4433 Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
4434 From: Michael G Schwern <schwern@pobox.com>
4435 Date: Fri, 8 Dec 2000 14:43:04 -0600
4436 Branch: perl
4437 ! lib/ExtUtils/MM_VMS.pm
4438____________________________________________________________________________
4439[ 8046] By: jhi on 2000/12/08 23:10:27
4440 Log: A missed check-in.
4441 Branch: perl
4442 ! lib/ExtUtils/Manifest.pm
4443____________________________________________________________________________
4444[ 8045] By: jhi on 2000/12/08 21:57:12
4445 Log: (null check-in)
4446 Branch: perl
4447 ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
4448____________________________________________________________________________
4449[ 8044] By: jhi on 2000/12/08 21:11:06
4450 Log: Add ISO 8859-16 encoding. Not a standard yet but seems to be
4451 at the final draft stage.
4452 Branch: perl
4453 + ext/Encode/Encode/iso8859-16.enc
4454 ! MANIFEST
4455____________________________________________________________________________
4456[ 8043] By: jhi on 2000/12/08 16:39:04
4457 Log: Update Changes.
4458 Branch: perl
4459 ! Changes patchlevel.h
4460____________________________________________________________________________
935679df
JH
4461[ 8042] By: jhi on 2000/12/08 16:33:39
4462 Log: Do not return the Unicode replacement character if UTF-8
4463 decoding goes awry, it should be up to the caller to decide.
4464 Branch: perl
4465 ! pod/perlapi.pod utf8.c
4466____________________________________________________________________________
4467[ 8041] By: jhi on 2000/12/08 16:22:28
4468 Log: metaconfig maintenance.
4469 Branch: metaconfig
4470 ! U/modified/stdchar.U
4471 Branch: metaconfig/U/perl
4472 + testsyml.U
4473____________________________________________________________________________
4474[ 8040] By: jhi on 2000/12/08 16:03:08
4475 Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
4476 From: sthoenna@efn.org
4477 Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
4478 Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
4479 Branch: perl
4480 ! Changes lib/ExtUtils/MM_OS2.pm
4481____________________________________________________________________________
4482[ 8039] By: jhi on 2000/12/08 15:57:11
4483 Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
4484 From: Simon Cozens <simon@cozens.net>
4485 Date: Fri, 8 Dec 2000 13:33:31 +0000
4486 Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
4487
4488 (The pp_hot part needed a rewrite.)
4489 Branch: perl
4490 ! doop.c pp_hot.c utf8.c
4491____________________________________________________________________________
4492[ 8038] By: jhi on 2000/12/08 15:25:08
4493 Log: Subject: djSP
4494 From: Michael Stevens <michael@etla.org>
4495 Date: Wed, 6 Dec 2000 23:24:01 +0000
4496 Message-ID: <20001206232400.A21381@firedrake.org>
4497
4498 Plus a note from Nick Ing-Simmons.
4499 Branch: perl
4500 ! pp.h
4501____________________________________________________________________________
4502[ 8037] By: jhi on 2000/12/08 15:18:35
4503 Log: Filetype is text.
4504 Branch: perl
4505 ! t/op/utf8decode.t
4506____________________________________________________________________________
4507[ 8036] By: jhi on 2000/12/08 03:31:27
4508 Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4509 From: Andy Dougherty <doughera@lafayette.edu>
4510 Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
4511 Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
4512
4513 Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4514 From: Andy Dougherty <doughera@lafayette.edu>
4515 Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
4516 Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
4517 Branch: perl
4518 + ext/POSIX/hints/svr4.pl
4519 ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
4520____________________________________________________________________________
4521[ 8035] By: jhi on 2000/12/08 03:26:01
4522 Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
4523 From: Andy Dougherty <doughera@lafayette.edu>
4524 Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
4525 Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
4526 Branch: perl
4527 ! t/README t/base/term.t
4528____________________________________________________________________________
4529[ 8034] By: jhi on 2000/12/08 03:21:59
4530 Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
4531 From: mjd@plover.com
4532 Date: 7 Dec 2000 21:04:20 -0000
4533 Message-ID: <20001207210420.22282.qmail@plover.com>
4534
4535 Plus -z doc.
4536 Branch: perl
4537 ! pod/perlfunc.pod
4538____________________________________________________________________________
4539[ 8033] By: jhi on 2000/12/08 03:19:03
4540 Log: Use the UTF8 macros a bit. They can't be used with abandon
4541 everywhere because we do generate illegal UTF-8 in some situations.
4542 This is of course naughty.
4543 Branch: perl
4544 ! pod/perlapi.pod utf8.c utf8.h
4545____________________________________________________________________________
4546[ 8032] By: jhi on 2000/12/08 03:00:09
4547 Log: Out of sync?
4548 Branch: perl
4549 ! t/pragma/warn/utf8
4550____________________________________________________________________________
4551[ 8031] By: jhi on 2000/12/08 02:22:39
4552 Log: Cnt spl.
4553 Branch: perl
4554 ! MANIFEST
4555____________________________________________________________________________
4556[ 8030] By: jhi on 2000/12/08 01:23:54
4557 Log: Add test for reverse().
4558 Branch: perl
4559 + t/op/reverse.t
4560 ! MANIFEST
4561____________________________________________________________________________
4562[ 8029] By: jhi on 2000/12/08 01:21:47
4563 Log: Integrate perlio.
4564 Branch: perl
4565 !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
4566 !> perlio.c perlio.h perlsdio.h warnings.pl
4567____________________________________________________________________________
4568[ 8028] By: jhi on 2000/12/08 01:19:08
4569 Log: Introduce macros for UTF8 decoding.
4570 Branch: perl
4571 ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
4572____________________________________________________________________________
4573[ 8027] By: nick on 2000/12/07 22:18:19
4574 Log: Integrate mainline
4575 Branch: perlio
4576 !> embed.pl pod/perlapi.pod utf8.c
4577____________________________________________________________________________
4578[ 8026] By: nick on 2000/12/07 21:45:08
4579 Log: Various oddities p4 diff -se showed up
4580 Remove 'our' from warnings.pl
4581 Branch: perlio
4582 ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
4583____________________________________________________________________________
4584[ 8025] By: nick on 2000/12/07 21:43:32
4585 Log: Change PerlIO_(get|set)pos to take SV *
4586 Should fix, OS/2, VMS, (sfio??)
4587 Branch: perlio
4588 ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
4589____________________________________________________________________________
4590[ 8024] By: jhi on 2000/12/07 19:05:32
4591 Log: Document utf8_to_uv() better.
4592 Branch: perl
4593 ! pod/perlapi.pod utf8.c
4594____________________________________________________________________________
4595[ 8023] By: jhi on 2000/12/07 18:23:47
4596 Log: Document utf8_length(), utf8_distance(), and utf8_hop().
4597 Branch: perl
4598 ! embed.pl pod/perlapi.pod utf8.c
4599____________________________________________________________________________
4600[ 8022] By: jhi on 2000/12/07 04:13:51
4601 Log: Integrate perlio.
4602 Branch: perl
4603 !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
4604 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4605 !> win32/makefile.mk
4606____________________________________________________________________________
4607[ 8021] By: nick on 2000/12/07 00:28:14
4608 Log: Various attempts at MSVC debug - not sure what has
4609 changed but works now.
4610 Seems atexit() _may_ work for DLLs built with MSVC so don't
4611 call cleanup that way.
4612 Branch: perlio
4613 ! perlio.c win32/makefile.mk
4614____________________________________________________________________________
4615[ 8020] By: nick on 2000/12/06 19:57:20
4616 Log: Integrate mainline
4617 Branch: perlio
4618 +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
4619 !> (integrate 75 files)
4620____________________________________________________________________________
4621[ 8019] By: nick on 2000/12/06 19:28:21
4622 Log: Add useperlio to config.vc
4623 Turn off binmode in config_H.PL
4624 Regen all the config_H.xx
4625 Attempt to get debugging build with MSVC.
4626 Branch: perlio
4627 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4628 ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
4629____________________________________________________________________________
4630[ 8018] By: nick on 2000/12/06 19:21:57
4631 Log: Test various dup/external program options on all platforms.
4632 Branch: perlio
4633 ! t/io/dup.t
4634____________________________________________________________________________
4635[ 8017] By: nick on 2000/12/06 19:20:47
4636 Log: Fix harness to be less picky
4637 Branch: perlio
4638 ! lib/Test/Harness.pm
4639____________________________________________________________________________
4640[ 8016] By: jhi on 2000/12/06 16:45:12
4641 Log: Update Changes.
4642 Branch: perl
4643 ! Changes patchlevel.h
4644____________________________________________________________________________
a7ff9532
JH
4645[ 8015] By: jhi on 2000/12/06 16:41:03
4646 Log: Test \x{...} with ord().
4647 Branch: perl
4648 ! t/op/ord.t
4649____________________________________________________________________________
4650[ 8014] By: jhi on 2000/12/06 16:20:33
4651 Log: Test tweak because of #8013.
4652 Branch: perl
4653 ! t/lib/b.t
4654____________________________________________________________________________
4655[ 8013] By: jhi on 2000/12/06 16:09:09
4656 Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
4657 From: Michael G Schwern <schwern@pobox.com>
4658 Date: Tue, 5 Dec 2000 21:23:28 -0500
4659 Message-ID: <20001205212328.C6473@blackrider.aocn.com>
4660
4661 Carp::Heavy parts not very applicable because of recent changes.
4662 Branch: perl
4663 ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
4664 ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
4665 ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
4666 ! lib/Exporter.pm lib/Exporter/Heavy.pm
4667 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
4668 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4669 ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
4670 ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
4671 ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
4672 ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
4673 ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
4674 ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
4675 ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
4676 ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
4677 ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
4678 ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
4679 ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
4680 ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
4681 ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
4682 ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
4683 ! warnings.pl
4684____________________________________________________________________________
4685[ 8012] By: jhi on 2000/12/06 15:22:38
4686 Log: Subject: [PATCH] Re: New harness is failing things
4687 From: Nick Ing-Simmons <nik@tiuk.ti.com>
4688 Date: Wed, 6 Dec 2000 13:00:30 GMT
4689 Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
4690 Branch: perl
4691 ! lib/Test/Harness.pm
4692____________________________________________________________________________
4693[ 8011] By: jhi on 2000/12/06 15:12:08
4694 Log: Subject: installhtml changes
4695 From: Michael Stevens <michael@etla.org>
4696 Date: Wed, 6 Dec 2000 13:15:53 +0000
4697 Message-ID: <20001206131553.A27317@firedrake.org>
4698 Branch: perl
4699 ! installhtml
4700____________________________________________________________________________
4701[ 8010] By: jhi on 2000/12/06 15:06:05
4702 Log: Subject: the dTHR hits
4703 From: Michael Stevens <michael@etla.org>
4704 Date: Wed, 6 Dec 2000 12:06:03 +0000
4705 Message-ID: <20001206120603.A24581@firedrake.org>
4706
4707 More, errrm, less dTHRs.
4708 Branch: perl
4709 ! bytecode.pl ext/B/B/C.pm
4710____________________________________________________________________________
4711[ 8009] By: jhi on 2000/12/06 15:04:25
4712 Log: Subject: MakeMaker mailing list gone?
4713 From: Michael G Schwern <schwern@pobox.com>
4714 Date: Tue, 5 Dec 2000 19:29:59 -0500
4715 Message-ID: <20001205192959.B6473@blackrider.aocn.com>
4716
4717 The MakeMaker mailing list is dead, perlbug is the right
4718 address to report bugs.
4719 Branch: perl
4720 ! lib/ExtUtils/MakeMaker.pm
4721____________________________________________________________________________
4722[ 8008] By: jhi on 2000/12/06 15:00:32
4723 Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
4724 From: Michael G Schwern <schwern@pobox.com>
4725 Date: Tue, 5 Dec 2000 19:21:21 -0500
4726 Message-ID: <20001205192121.A6473@blackrider.aocn.com>
4727
4728 Add a default MANIFEST skip that ignores things like
4729 version control files, editor temporary files, and the Makefile.
4730 Branch: perl
4731 + lib/ExtUtils/MANIFEST.SKIP
4732 ! MANIFEST lib/ExtUtils/Manifest.pm
4733____________________________________________________________________________
4734[ 8007] By: jhi on 2000/12/06 14:57:20
4735 Log: In Amiga more manual hackery of the scripts seems to be needed,
4736 from Jan-Erik Karlsson. Why Configure does not get this right
4737 is unknown, may be shell-induced.
4738 Branch: perl
4739 ! README.amiga
4740____________________________________________________________________________
4741[ 8006] By: jhi on 2000/12/05 23:53:12
4742 Log: Add TOPm1s to peek at the second topmost stack item.
4743 Branch: perl
4744 ! pp.h
4745____________________________________________________________________________
4746[ 8005] By: jhi on 2000/12/05 23:13:55
4747 Log: Avaunt, you foul UTF-8 tests.
4748 Branch: perl
4749 ! t/op/ver.t t/pragma/utf8.t
4750____________________________________________________________________________
4751[ 8004] By: jhi on 2000/12/05 23:09:54
4752 Log: Continue utf8 dispersal.
4753 Branch: perl
4754 + t/op/concat.t
4755 ! MANIFEST t/pragma/utf8.t
4756____________________________________________________________________________
4757[ 8003] By: nick on 2000/12/05 23:02:39
4758 Log: Integrate mainline.
4759 Branch: perlio
4760 +> t/op/length.t t/op/utf8decode.t
4761 !> (integrate 69 files)
4762____________________________________________________________________________
4763[ 8002] By: jhi on 2000/12/05 22:59:28
4764 Log: Integrate perlio.
4765 Branch: perl
4766 !> iperlsys.h perl.c perlio.c win32/perllib.c
4767____________________________________________________________________________
4768[ 8001] By: nick on 2000/12/05 22:07:52
4769 Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
4770 - calloc/free suffer from damage on TerminateThread()
4771 - use PerlMemShared (as originally planned) now fixed
4772 - avoid doing anything important on DLL "detach".
4773 Branch: perlio
4774 ! perl.c perlio.c win32/perllib.c
4775____________________________________________________________________________
4776[ 8000] By: nick on 2000/12/05 21:05:09
4777 Log: Fix gross PerlMemShared issue.
4778 Branch: perlio
4779 ! iperlsys.h
4780____________________________________________________________________________
4781[ 7999] By: jhi on 2000/12/05 20:46:58
4782 Log: Test for Unicode (UTF-8) hash keys.
4783 Branch: perl
4784 ! t/op/each.t
4785____________________________________________________________________________
4786[ 7998] By: jhi on 2000/12/05 20:30:35
4787 Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
4788 is now always UTF-8), empty line cosmetics.
4789 Branch: perl
4790 ! t/pragma/utf8.t
4791____________________________________________________________________________
4792[ 7997] By: jhi on 2000/12/05 20:15:40
4793 Log: Subject: Re: STRLEN - what?
4794 From: Andy Dougherty <doughera@lafayette.edu>
4795 Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
4796 Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
4797
4798 Explain STRLEN.
4799 Branch: perl
4800 ! pod/perlguts.pod
4801____________________________________________________________________________
4802[ 7996] By: jhi on 2000/12/05 20:13:34
4803 Log: Split off the UTF-8 decoder tests, make them to check also
4804 the error message.
4805 Branch: perl
4806 + t/op/utf8decode.t
4807 ! MANIFEST t/pragma/utf8.t utf8.c
4808____________________________________________________________________________
4809[ 7995] By: jhi on 2000/12/05 16:39:47
4810 Log: Start migrating bits of pragma/utf8 to elsewhere
4811 (since the long term plan is to obsolete 'use utf8').
4812 Branch: perl
4813 + t/op/length.t
4814 ! MANIFEST t/pragma/utf8.t
4815____________________________________________________________________________
4816[ 7994] By: jhi on 2000/12/05 16:30:21
4817 Log: Fix a manual edit typo from #7993, fix the message formatting
4818 for Unicode, add few our declarations.
4819 Branch: perl
4820 ! lib/Carp/Heavy.pm
4821____________________________________________________________________________
4822[ 7993] By: jhi on 2000/12/05 16:09:15
4823 Log: Subject: Need help with warnings :-(
4824 From: "Ben Tilly" <ben_tilly@hotmail.com>
4825 Date: Tue, 05 Dec 2000 01:35:54 -0500
4826 Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
4827
4828 Subject: UPDATE: Carp/Heavy now passes all tests
4829 From: "Ben Tilly" <ben_tilly@hotmail.com>
4830 Date: Tue, 05 Dec 2000 07:59:41 -0500
4831 Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
4832
4833 The Brave New Carp.
4834 Branch: perl
4835 ! lib/Carp.pm lib/Carp/Heavy.pm
4836____________________________________________________________________________
4837[ 7992] By: jhi on 2000/12/05 15:55:08
4838 Log: Subject: [PATCH perl@7979] cygwin port
4839 From: "Eric Fifer" <efifer@dircon.co.uk>
4840 Date: Tue, 5 Dec 2000 14:04:09 -0000
4841 Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
4842 Branch: perl
4843 ! t/lib/net-hostent.t
4844____________________________________________________________________________
4845[ 7991] By: jhi on 2000/12/05 15:52:34
4846 Log: Subject: Re: [PATCH] The largest hoax of all times?
4847 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4848 Date: Tue, 5 Dec 2000 00:40:25 -0500
4849 Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
4850
4851 Subject: Re: [PATCH] The largest hoax of all times?
4852 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4853 Date: Mon, 4 Dec 2000 23:55:53 -0500
4854 Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
4855
4856 Subject: Re: [PATCH] The largest hoax of all times?
4857 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4858 Date: Tue, 5 Dec 2000 01:28:45 -0500
4859 Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
4860
4861 Fix the unpredictable order of DESTROYs.
4862 Branch: perl
4863 ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
4864 ! sv.c sv.h t/op/ref.t
4865____________________________________________________________________________
4866[ 7990] By: jhi on 2000/12/05 14:38:53
4867 Log: Subject: [PATCH] shrink pp_hot fractionally
4868 From: Nicholas Clark <nick@ccl4.org>
4869 Date: Tue, 5 Dec 2000 12:44:31 +0000
4870 Message-ID: <20001205124431.E74518@plum.flirble.org>
4871
4872 Use report_evil_fh().
4873 Branch: perl
4874 ! opcode.pl opnames.h pp_hot.c util.c
4875____________________________________________________________________________
4876[ 7989] By: jhi on 2000/12/05 14:21:27
4877 Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4878 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4879 Date: Mon, 04 Dec 2000 22:21:59 -0800
4880 Message-ID: <HmIL6gzkgepS092yn@efn.org>
4881
659f4fc5 4882 Harness shouldn't ignore responses like "ok 3\r\r\n".
a7ff9532
JH
4883 Branch: perl
4884 ! lib/Test/Harness.pm
4885____________________________________________________________________________
4886[ 7988] By: jhi on 2000/12/05 13:51:28
4887 Log: Integrate the "skip" messages to explain().
4888 Branch: perl
4889 ! t/lib/syslfs.t t/op/lfs.t
4890____________________________________________________________________________
4891[ 7987] By: jhi on 2000/12/05 12:34:54
4892 Log: The one that got away in #7984.
4893
4894 Subject: Re: dTHR - what and why?
4895 From: Michael Stevens <michael@etla.org>
4896 Date: Tue, 5 Dec 2000 11:15:52 +0000
4897 Message-ID: <20001205111552.A4647@firedrake.org>
4898 Branch: perl
4899 ! sv.h
4900____________________________________________________________________________
4901[ 7986] By: gsar on 2000/12/05 09:14:44
4902 Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
4903 due to the notorious GetFileType() bug in Windows 9x, which fstat()
4904 tickles)
4905 Branch: perl
4906 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
4907____________________________________________________________________________
4908[ 7985] By: jhi on 2000/12/05 05:49:03
4909 Log: Integrate perlio.
4910 Branch: perl
4911 !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4912 !> win32/perlhost.h win32/perllib.c
4913____________________________________________________________________________
4914[ 7984] By: jhi on 2000/12/05 05:48:16
4915 Log: dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
4916 Branch: perl
4917 ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
4918 ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
4919 ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
4920 ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
4921 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
4922 ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4923 ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
4924 ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
4925 ! win32/win32.c
4926____________________________________________________________________________
4927[ 7983] By: nick on 2000/12/04 23:27:43
4928 Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
4929 Branch: perlio
4930 ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4931 ! win32/perlhost.h win32/perllib.c
4932____________________________________________________________________________
4933[ 7982] By: jhi on 2000/12/04 19:44:09
4934 Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
4935 uncovered by #7980.
4936 Branch: perl
4937 ! op.c
4938____________________________________________________________________________
4939[ 7981] By: jhi on 2000/12/04 19:42:07
4940 Log: Subject: [PATCH] Trivial dump.c feature
4941 From: Simon Cozens <simon@cozens.net>
4942 Date: Mon, 4 Dec 2000 18:08:38 +0000
4943 Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
4944
4945 Show whether a constant is UTF-8.
4946 Branch: perl
4947 ! dump.c
4948____________________________________________________________________________
4949[ 7980] By: jhi on 2000/12/04 19:36:51
4950 Log: UTF-8 hash keys, patch from Inaba Hiroto.
4951 Branch: perl
4952 ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
4953____________________________________________________________________________
4954[ 7979] By: jhi on 2000/12/04 17:36:28
4955 Log: Update Changes.
4956 Branch: perl
4957 ! Changes patchlevel.h
4958____________________________________________________________________________
38ff9fd4
JH
4959[ 7978] By: jhi on 2000/12/04 16:42:17
4960 Log: Retract #7977, still too volatile (the euphemism of the day
4961 for unfinished and buggy :-)
4962 Branch: perl
4963 ! doop.c hv.c pp.c sv.h
4964____________________________________________________________________________
4965[ 7977] By: jhi on 2000/12/04 16:25:15
4966 Log: (Retracted by #7978, too shaky yet.)
4967
4968 Subject: Re: utf8 in hash keys, implementor missing
4969 From: Simon Cozens <simon@cozens.net>
4970 Date: Sat, 2 Dec 2000 19:49:35 +0000
4971 Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
4972
4973 The first step at UTF-8 hash keys.
4974 Branch: perl
4975 ! doop.c hv.c pp.c sv.h
4976____________________________________________________________________________
4977[ 7976] By: jhi on 2000/12/04 16:13:53
4978 Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4979 From: sthoenna@efn.org
4980 Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
4981 Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
4982 Branch: perl
4983 ! os2/os2.c perlio.c
4984____________________________________________________________________________
4985[ 7975] By: jhi on 2000/12/04 16:05:25
4986 Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
4987 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4988 Date: Thu, 30 Nov 2000 20:50:37 -0800
4989 Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
4990 Branch: perl
4991 ! os2/os2.c
4992____________________________________________________________________________
4993[ 7974] By: jhi on 2000/12/04 16:03:57
4994 Log: Subject: [PATCH] ++ 20% faster
4995 From: Nicholas Clark <nick@ccl4.org>
4996 Date: Mon, 4 Dec 2000 12:17:27 +0000
4997 Message-ID: <20001204121726.B52976@plum.flirble.org>
4998
4999 Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
5000 Branch: perl
5001 ! sv.c
5002____________________________________________________________________________
5003[ 7973] By: jhi on 2000/12/04 16:00:48
5004 Log:
5005 Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
5006 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5007 Date: Mon, 04 Dec 2000 12:30:45 +0100
5008 Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
5009
5010 AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
5011 library (getprotobyname and getprotobynumber are outversioned by
5012 the same calls in libc, at least for xlc version 3.
5013 Branch: perl
5014 ! hints/aix.sh
5015____________________________________________________________________________
5016[ 7972] By: jhi on 2000/12/04 02:58:31
5017 Log: Integrate perlio.
5018 Branch: perl
5019 !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
5020 !> win32/makefile.mk win32/perlhost.h win32/perllib.c
5021 !> win32/win32.h win32/win32iop.h win32/win32thread.h
5022____________________________________________________________________________
5023[ 7971] By: nick on 2000/12/04 00:24:33
5024 Log: Quieten some noise in Win32 builds:
5025 - win32.h is included after <sys/socket.h>, so need to
5026 set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
5027 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
5028 Branch: perlio
5029 ! doio.c perl.h toke.c win32/win32.h
5030____________________________________________________________________________
5031[ 7970] By: nick on 2000/12/03 22:57:46
5032 Log: PERL_IMPLICIT_SYS compiles but does not work.
5033 Branch: perlio
5034 ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
5035 ! win32/perlhost.h win32/perllib.c win32/win32.h
5036 ! win32/win32iop.h win32/win32thread.h
5037____________________________________________________________________________
5038[ 7969] By: jhi on 2000/12/03 22:12:58
5039 Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
5040 used to swash_init(), makes regprop() dumps more informative
5041 (+utf8::IsAlpha, -utf8::IsDigit, for example).
5042 Branch: perl
5043 ! regcomp.c regexec.c
5044____________________________________________________________________________
5045[ 7968] By: jhi on 2000/12/03 21:39:56
5046 Log: Implement ANYOFUTF8 regprop() dumping.
5047 Branch: perl
5048 ! regcomp.c
5049____________________________________________________________________________
5050[ 7967] By: jhi on 2000/12/03 20:57:19
5051 Log: Make uv_to_utf8() to zero-terminate its output buffer,
5052 always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
5053 Branch: perl
5054 ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
5055____________________________________________________________________________
5056[ 7966] By: nick on 2000/12/03 18:41:21
5057 Log: Integrate mainline (STDCHAR)
5058 Branch: perlio
5059 !> Configure t/pragma/utf8.t
5060____________________________________________________________________________
5061[ 7965] By: jhi on 2000/12/03 17:58:20
5062 Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
5063 Branch: perl
5064 ! t/pragma/utf8.t
5065____________________________________________________________________________
5066[ 7964] By: jhi on 2000/12/03 17:35:56
5067 Log: Integrate perlio.
5068 Branch: perl
5069 !> iperlsys.h perlio.c
5070____________________________________________________________________________
5071[ 7963] By: jhi on 2000/12/03 17:33:55
5072 Log: Metaconfig unit change for #7962.
5073 Branch: metaconfig
5074 ! U/modified/stdchar.U
5075____________________________________________________________________________
5076[ 7962] By: jhi on 2000/12/03 17:33:27
5077 Log: Untangle the <stdio.h> #include nest for the stdchar test,
5078 from Andy Dougherty.
5079 Branch: perl
5080 ! Configure
5081____________________________________________________________________________
5082[ 7961] By: nick on 2000/12/03 16:53:00
5083 Log: Make iperlsys.h vector stdio not PerlIO.
5084 Branch: perlio
5085 ! iperlsys.h perlio.c
5086____________________________________________________________________________
5087[ 7960] By: nick on 2000/12/03 14:43:01
5088 Log: Integrate mainline
5089 Branch: perlio
5090 !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
5091 !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
5092____________________________________________________________________________
5093[ 7959] By: jhi on 2000/12/03 08:16:36
5094 Log: Use DO_UTF8().
5095 Branch: perl
5096 ! op.c
5097____________________________________________________________________________
5098[ 7958] By: jhi on 2000/12/02 18:33:05
5099 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
5100 From: Mike Guy <mjtg@cam.ac.uk>
5101 Date: Sat, 02 Dec 2000 17:27:13 +0000
5102 Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
5103
5104 An extraneous argument.
5105 Branch: perl
5106 ! toke.c
5107____________________________________________________________________________
5108[ 7957] By: jhi on 2000/12/02 18:22:32
5109 Log: A missing hunk.
5110 Branch: perl
5111 ! t/lib/net-hostent.t
5112____________________________________________________________________________
5113[ 7956] By: jhi on 2000/12/02 18:06:20
5114 Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
5115 From: Nicholas Clark <nick@ccl4.org>
5116 Date: Sat, 2 Dec 2000 14:28:27 +0000
5117 Message-ID: <20001202142827.A12308@plum.flirble.org>
5118
5119 Test robustness.
5120 Branch: perl
5121 ! t/lib/net-hostent.t
5122____________________________________________________________________________
5123[ 7955] By: jhi on 2000/12/02 17:58:06
5124 Log: Metaconfig unit change for #7954.
5125 Branch: metaconfig
5126 ! U/modified/stdchar.U
5127____________________________________________________________________________
5128[ 7954] By: jhi on 2000/12/02 17:54:32
5129 Log: An inconvenient hang would happen if the stdio _ptr wasn't
5130 found in <stdio.h> and <stdio_impl.h> didn't exist. (grep
5131 would be grepping stdin for all eternity for the _ptr.)
5132 Branch: perl
5133 ! Configure
5134____________________________________________________________________________
5135[ 7953] By: jhi on 2000/12/02 00:07:15
5136 Log: Update Changes.
5137 Branch: perl
5138 ! Changes patchlevel.h
5139____________________________________________________________________________
4248a4fb
JH
5140[ 7952] By: jhi on 2000/12/01 23:54:47
5141 Log: Subject: Re: long shell lines
5142 From: Andy Dougherty <doughera@lafayette.edu>
5143 Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
5144 Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
5145
5146 Split overly long shell command lines.
5147 Branch: perl
5148 ! lib/ExtUtils/MM_Unix.pm
5149____________________________________________________________________________
5150[ 7951] By: jhi on 2000/12/01 23:48:02
5151 Log: The metaconfig unit change for #7950.
5152 Branch: metaconfig
5153 + U/modified/stdchar.U
5154____________________________________________________________________________
5155[ 7950] By: jhi on 2000/12/01 23:47:39
5156 Log: Try to find stdchar also from <stdio_impl.h>.
5157 Branch: perl
5158 ! Configure config_h.SH
5159____________________________________________________________________________
5160[ 7949] By: jhi on 2000/12/01 23:46:45
5161 Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
5162 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5163 Date: Fri, 1 Dec 2000 16:26:08 -0500
5164 Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
5165
5166 Reword the diagnostic message.
5167 Branch: perl
5168 ! pod/perldiag.pod
5169____________________________________________________________________________
5170[ 7948] By: nick on 2000/12/01 22:49:43
5171 Log: Integrate mainline (for s/y/m as sub names stuff).
5172 Branch: perlio
5173 !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
5174 !> t/pragma/warn/toke toke.c
5175____________________________________________________________________________
5176[ 7947] By: jhi on 2000/12/01 20:55:41
5177 Log: Integrate perlio.
5178 Branch: perl
5179 !> perlio.c perliol.h t/io/pipe.t
5180____________________________________________________________________________
5181[ 7946] By: jhi on 2000/12/01 20:36:51
5182 Log: Upgrade to CPAN 1.59_51, from Andreas König.
5183 Branch: perl
5184 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5185____________________________________________________________________________
5186[ 7945] By: nick on 2000/12/01 20:31:32
5187 Log: Integrate mainline
5188 Branch: perlio
5189 +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
5190 +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
5191 +> t/lib/net-hostent.t
5192 !> (integrate 35 files)
5193____________________________________________________________________________
5194[ 7944] By: jhi on 2000/12/01 20:23:29
5195 Log: Some help for 20001130.011. Now one gets warnings like
5196 "Ambiguous -f() resolved as a file test ..."
5197 Branch: perl
5198 ! pod/perldiag.pod t/pragma/warn/toke toke.c
5199____________________________________________________________________________
5200[ 7943] By: jhi on 2000/12/01 19:44:44
5201 Log: Retract #7941. Forbidding subs m/s/etc is too cruel because
5202 that also breaks using them as methods.
5203 Branch: perl
5204 ! pod/perldiag.pod t/op/misc.t toke.c
5205____________________________________________________________________________
5206[ 7942] By: nick on 2000/12/01 17:56:46
5207 Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
5208 Make 'unix' pass most tests
5209 - do unread by temporary push of layer ("pending") holding unread chars
5210 - fast_gets is now based on per-handle flag
5211 - relax one of io/pipe.t tests to allow print to fail and close to
5212 succeed so that it passes on unbuffered "unix" layer.
5213 Remaining fail is sporadic and a genuine race condition between
5214 parent/child in fork test.
5215 Branch: perlio
5216 ! perlio.c perliol.h t/io/pipe.t
5217____________________________________________________________________________
5218[ 7941] By: jhi on 2000/12/01 15:28:58
5219 Log: (Retracted by #7943.)
5220
5221 Reserve the short named string operator names.
5222 Branch: perl
5223 ! pod/perldiag.pod t/op/misc.t toke.c
5224____________________________________________________________________________
5225[ 7940] By: jhi on 2000/12/01 06:45:53
5226 Log: Get the three different space character classes right under utf8.
5227 Branch: perl
5228 + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
5229 ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
5230 ! regexec.c t/op/pat.t utf8.c
5231____________________________________________________________________________
5232[ 7939] By: jhi on 2000/12/01 03:26:26
5233 Log: Two more tests that make no sense in UTF-8 since the test
5234 data is not in UTF-8.
5235 Branch: perl
5236 ! t/op/regexp.t
5237____________________________________________________________________________
5238[ 7938] By: jhi on 2000/12/01 03:20:39
5239 Log: \x{} doesn't any more require 'use utf8' outside regexen so why
5240 should it be required inside regexen?
5241 Branch: perl
5242 ! regcomp.c t/op/regmesg.t
5243____________________________________________________________________________
5244[ 7937] By: jhi on 2000/12/01 02:58:53
5245 Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
5246 stored and restored, and thusly was trounced by the utf8 swash
5247 routines.
5248 Branch: perl
5249 ! regcomp.c
5250____________________________________________________________________________
5251[ 7936] By: jhi on 2000/11/30 20:41:39
5252 Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
5253 Why the different platforms behave so differently (core dump vs
5254 no core dump) on this bug is a but of a mystery, but if I had to
5255 guess I would mumble something like 'alignment'.
5256 Branch: perl
5257 ! sv.c
5258____________________________________________________________________________
5259[ 7935] By: jhi on 2000/11/30 16:17:02
5260 Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
5261 From: Robin Barker <rmb1@cise.npl.co.uk>
5262 Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
5263 Date: Thu, 30 Nov 2000 14:27:12 GMT
5264 Branch: perl
5265 ! perlio.c toke.c
5266____________________________________________________________________________
5267[ 7934] By: jhi on 2000/11/30 16:04:49
5268 Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
5269 Branch: perl
5270 ! t/lib/net-hostent.t
5271____________________________________________________________________________
5272[ 7933] By: jhi on 2000/11/30 06:07:26
5273 Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
5274 From: Peter Prymmer <pvhp@forte.com>
5275 Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
5276 Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
5277
5278 In VMS the localhost may be LOCALHOST.
5279 Branch: perl
5280 ! t/lib/net-hostent.t
5281____________________________________________________________________________
5282[ 7932] By: jhi on 2000/11/30 01:11:11
5283 Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
5284 From: Peter Prymmer <pvhp@forte.com>
5285 Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
5286 Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
5287
5288 plus regen perlapi.pod.
5289 Branch: perl
5290 ! pod/perlapi.pod utf8.c
5291____________________________________________________________________________
5292[ 7931] By: jhi on 2000/11/30 01:06:19
5293 Log: Subject: [PATCH perl@7930] get t/lib/filter-util.t to work on VMS
5294 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5295 Date: Wed, 29 Nov 2000 17:15:11 EST
5296 Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
5297 Branch: perl
5298 ! t/lib/filter-util.pl t/lib/filter-util.t
5299____________________________________________________________________________
5300[ 7930] By: jhi on 2000/11/29 18:51:55
5301 Log: Update Changes.
5302 Branch: perl
5303 ! Changes patchlevel.h
5304____________________________________________________________________________
5305[ 7929] By: jhi on 2000/11/29 18:50:55
5306 Log: Update the va_copy() metaconfig unit.
5307 Branch: metaconfig/U/perl
5308 ! need_va_copy.U
5309____________________________________________________________________________
3ac87aec
JH
5310[ 7928] By: jhi on 2000/11/29 17:50:43
5311 Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17
5312 From: Dominic Dunlop <domo@computer.org>
5313 Date: Tue, 28 Nov 2000 16:41:57 +0100
5314 Message-Id: <p04320400b649771b9797@[192.168.1.4]>
5315
5316 Patch to catch a core dump in the Configure va_copy test.
5317 Branch: perl
5318 ! Configure config_h.SH
5319____________________________________________________________________________
5320[ 7927] By: jhi on 2000/11/29 17:31:59
5321 Log: Retract #7921, the patch shouldn't be needed.
5322 Branch: perl
5323 ! sv.c
5324____________________________________________________________________________
5325[ 7926] By: jhi on 2000/11/29 17:01:41
5326 Log: Make the Class::Struct import() wiser.
5327 Branch: perl
5328 ! lib/Class/Struct.pm t/lib/class-struct.t
5329____________________________________________________________________________
5330[ 7925] By: jhi on 2000/11/29 16:36:33
5331 Log: All the core library users of Class::Struct seem to be
5332 using "use Class::Struct 'struct';" instead of the bare
5333 "use Class::Struct;", which isn't documented in Class::Struct.
5334 This can't be right.
5335 Branch: perl
5336 ! lib/File/stat.pm
5337____________________________________________________________________________
5338[ 7924] By: jhi on 2000/11/29 16:32:15
4248a4fb 5339 Log: A test works better if it has the right 1..$n output.
3ac87aec
JH
5340 Branch: perl
5341 ! t/lib/class-struct.t
5342____________________________________________________________________________
5343[ 7923] By: jhi on 2000/11/29 16:29:11
5344 Log: Forgot to MANIFEST the new Net::hostent test.
5345 Branch: perl
5346 ! MANIFEST
5347____________________________________________________________________________
5348[ 7922] By: jhi on 2000/11/29 16:27:49
5349 Log: Integrate perlio.
5350 Branch: perl
5351 !> iperlsys.h perlio.c
5352____________________________________________________________________________
5353[ 7921] By: jhi on 2000/11/29 16:27:10
5354 Log: (Retracted by #7927.)
5355
5356 Subject: [PATCH] Is infinity a number?
5357 From: Simon Cozens <simon@cozens.net>
5358 Date: Wed, 29 Nov 2000 14:48:20 +0000
5359 Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
5360 Branch: perl
5361 ! sv.c
5362____________________________________________________________________________
5363[ 7920] By: jhi on 2000/11/29 16:23:02
5364 Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
5365 From: rspier@pobox.com (Robert Spier)
5366 Date: Wed, 29 Nov 2000 02:17:49 -0500
5367 Message-ID: <14884.44445.760322.278647@localhost.localdomain>
5368
5369 Add a test for Net::hostent.
5370 Branch: perl
5371 + t/lib/net-hostent.t
5372____________________________________________________________________________
5373[ 7919] By: jhi on 2000/11/29 16:21:31
5374 Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
5375 add a test for Class::Struct.
5376 Branch: perl
5377 + t/lib/class-struct.t
5378 ! MANIFEST lib/Class/Struct.pm
5379____________________________________________________________________________
5380[ 7918] By: jhi on 2000/11/29 15:48:40
5381 Log: Subject: Re: Minor suggestion for Sys::Syslog [PATCH]
5382 From: rspier@pobox.com (Robert Spier)
5383 Date: Wed, 29 Nov 2000 02:25:39 -0500
5384 Message-ID: <14884.44915.86028.422238@localhost.localdomain>
5385
5386 More checking in case someone has broken their services or
5387 protocol databases.
5388 Branch: perl
5389 ! ext/Sys/Syslog/Syslog.pm
5390____________________________________________________________________________
5391[ 7917] By: jhi on 2000/11/29 15:46:25
5392 Log: Subject: [PATCH] $^O win32 -> MSWin32
5393 From: rspier@pobox.com (Robert Spier)
5394 Date: Wed, 29 Nov 2000 02:17:38 -0500
5395 Message-ID: <14884.44434.340627.126145@localhost.localdomain>
5396
5397 plus similar nits for vms, err, VMS, and UNICOS.
5398 Branch: perl
5399 ! t/lib/syslfs.t t/op/lfs.t
5400____________________________________________________________________________
5401[ 7916] By: jhi on 2000/11/29 15:42:51
5402 Log: Subject: [PATCH] Tokeniser debugging
5403 From: Simon Cozens <simon@cozens.net>
5404 Date: Wed, 29 Nov 2000 14:15:45 +0000
5405 Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
5406 Branch: perl
5407 ! perl.c perl.h pod/perlrun.pod toke.c
5408____________________________________________________________________________
5409[ 7915] By: jhi on 2000/11/29 15:41:36
5410 Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
5411 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5412 Date: Wed, 29 Nov 2000 02:13:14 -0500
5413 Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
5414
5415 OUT keyword nits.
5416
5417 Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
5418 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5419 Date: Wed, 29 Nov 2000 03:09:04 -0500
5420 Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
5421
5422 OUT and IN_OUT documentation.
5423 Branch: perl
5424 ! lib/ExtUtils/xsubpp pod/perlxs.pod
5425____________________________________________________________________________
5426[ 7914] By: jhi on 2000/11/29 03:35:01
5427 Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
5428 From: John Tobey <jtobey@john-edwin-tobey.org>
5429 Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
5430 Message-Id: <m140e1N-000FOoC@feynman.localnet>
5431
5432 plus a performance speedup noticed by Sarathy.
5433 Branch: perl
5434 ! op.c
5435____________________________________________________________________________
5436[ 7913] By: jhi on 2000/11/29 03:16:59
5437 Log: Use "1 while unlink" so that VMS gets clean, too.
5438 Branch: perl
5439 ! t/lib/filter-util.t
5440____________________________________________________________________________
5441[ 7912] By: jhi on 2000/11/29 03:09:08
5442 Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
5443 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5444 Date: Tue, 28 Nov 2000 03:27:09 -0500
5445 Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
5446 Branch: perl
5447 ! lib/ExtUtils/xsubpp
5448____________________________________________________________________________
5449[ 7911] By: jhi on 2000/11/29 03:06:30
5450 Log: This should have been part of #7872: no need to scan UTF-8
5451 until eternity.
5452 Branch: perl
5453 ! utf8.c
5454____________________________________________________________________________
5455[ 7910] By: jhi on 2000/11/29 02:50:04
5456 Log: One more perltie.pod nit from Casey R. Tweten.
5457 Branch: perl
5458 ! pod/perltie.pod
5459____________________________________________________________________________
5460[ 7909] By: jhi on 2000/11/29 02:44:23
5461 Log: Document the known sprintf test failures, exact standard
5462 reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
5463 Branch: perl
5464 ! pod/perldelta.pod t/op/sprintf.t
5465____________________________________________________________________________
5466[ 7908] By: jhi on 2000/11/29 02:36:23
5467 Log: Add the Encoding table format documentation.
5468 Branch: perl
5469 + ext/Encode/Encode/EncodeFormat.pod
5470 ! MANIFEST
5471____________________________________________________________________________
5472[ 7907] By: jhi on 2000/11/29 02:07:24
5473 Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
5474 From: "Casey R. Tweten" <crt@kiski.net>
5475 Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
5476 Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
5477
5478 Subject: Re: [PATCH] Updating perltie.pod for arrays
5479 From: "Casey R. Tweten" <crt@kiski.net>
5480 Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
5481 Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
5482 Branch: perl
5483 ! pod/perltie.pod
5484____________________________________________________________________________
5485[ 7906] By: nick on 2000/11/28 22:40:59
5486 Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
5487 Branch: perlio
5488 ! iperlsys.h perlio.c
5489____________________________________________________________________________
5490[ 7905] By: nick on 2000/11/28 22:04:34
5491 Log: Integrate mainline
5492 Branch: perlio
5493 !> (integrate 39 files)
5494____________________________________________________________________________
5495[ 7904] By: jhi on 2000/11/28 16:44:43
5496 Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
5497 From: Nicholas Clark <nick@babyhippo.co.uk>
5498 Date: Tue, 28 Nov 2000 11:16:57 +0000
5499 Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
5500 Branch: perl
5501 ! pod/perlipc.pod
5502____________________________________________________________________________
5503[ 7903] By: jhi on 2000/11/28 16:40:31
5504 Log: Subject: [PATCH] Updating perltie.pod for arrays
5505 From: "Casey R. Tweten" <crt@kiski.net>
5506 Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
5507 Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
5508 Branch: perl
5509 ! pod/perltie.pod
5510____________________________________________________________________________
5511[ 7902] By: jhi on 2000/11/28 16:39:37
5512 Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
5513 From: Robin Barker <rmb1@cise.npl.co.uk>
5514 Date: Mon, 27 Nov 2000 17:56:44 GMT
5515 Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
5516 Branch: perl
5517 ! pod/perlfunc.pod t/op/split.t
5518____________________________________________________________________________
5519[ 7901] By: jhi on 2000/11/28 16:28:04
5520 Log: setmode() is a DOSish-only thing.
5521 Branch: perl
5522 ! perlio.c
5523____________________________________________________________________________
5524[ 7900] By: jhi on 2000/11/28 16:21:46
5525 Log: Subject: [PATCH] perlcc.PL cleanups
5526 From: Simon Cozens <simon@cozens.net>
5527 Date: Tue, 28 Nov 2000 12:44:35 +0000
5528 Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
5529 Branch: perl
5530 ! utils/perlcc.PL
5531____________________________________________________________________________
5532[ 7899] By: gsar on 2000/11/28 06:32:55
5533 Log: reintegrate files missed by change#7895
5534 Branch: maint-5.6/perl
5535 +> ext/ByteLoader/bytecode.h utils/Makefile
5536 - utils/perlbc.PL
5537____________________________________________________________________________
5538[ 7897] By: gsar on 2000/11/27 18:22:47
5539 Log: can't integrate these two files, for some reason
5540 Branch: maint-5.6/perl
5541 - ext/ByteLoader/bytecode.h utils/Makefile
5542____________________________________________________________________________
5543[ 7895] By: gsar on 2000/11/27 18:11:21
5544 Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
5545 6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
5546 6757..6890,6892..6901 from mainline
5547
5548 Bytecompiler patches from Benjamin Stuhl.
5549
5550 More bytecompiler.
5551
5552 Subject: [PATCH blead] B:: missing dependency
5553
5554 Subject: [PATCH: 6757] configure.com updates and syslog build
5555
5556 Long double Gconvert fixes from Yitzchak Scott-Thoennes
5557 and Spider Boardman.
5558
5559 Subject: [PATCH blead] nextchar() abuse misses an optimisation
5560
5561 Long double fixes from Spider Boardman.
5562
5563 Make the selection of NVff et al stricter.
5564
5565 cSVOPo_*v things index into the current PL_curpad
5566 under ithreads, which is different from the curpad
5567 used by the XSUB. (In other words, the code as-is
5568 before this patch wouldn't work under ithreads.)
5569
5570 Be portable.
5571
5572 VMS MMS (make) wants null action.
5573
5574 Mac and other portability updates from Chris Nandor.
5575
5576 Storable support, v-version fixes.
5577 Subject: CPAN.pm beta for testing available
5578
5579 Portability fix from Hugo van der Sanden.
5580
5581 Bad makefile.
5582
5583 Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
5584
5585 Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
5586
5587 Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5588
5589 Replace #6705 with a minimal doc patch.
5590 Subject: [PATCH 5.6.0] replace change #6705
5591
5592 Drop the separate perlbc, perlcc -b should be enough.
5593
5594 installperl couldn't tell whether it had run tests or not.
5595 Subject: [PATCH] Re: installperl and t/TEST
5596
5597 Add silencer flags to installperl.
5598 Subject: [PATCH] Making installperl silent.
5599
5600 Make "make install" by default silent. A new "install-verbose"
5601 target is verbose.
5602
5603 More liberal parsing of version numbers.
5604 Subject: Re: CPAN.pm beta for testing available
5605
5606 Create directories in silence.
5607 Subject: [PATCH] Another silencer for MakeMaker
5608
5609 DOS patches and portability/porting notes, from Tim Jenness.
5610
5611 Make installman to recognize the silence flag -S.
5612
5613 Actually do something with the silencer option.
5614
5615 Continue silencing.
5616
5617 Show the doc file, not the temp file.
5618
5619 Regen perltoc.
5620
5621 Subject: [PATCH] More silencing of installman.
5622
5623 Better wording for the vec lvalue diagnostic.
5624 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5625
5626 Subject: [PATCH: 6805] several more tweaks to configure.com
5627
5628 Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5629
5630 Missing parts of
5631 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5632
5633 Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5634 (applied slightly modified)
5635
5636 installperl --verbose and --silent.
5637 Subject: Re: [PATCH] More silencing of installman.
5638
5639 Add install-silent target.
5640
5641 AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5642 the problem reported in
5643 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5644
5645 Tweak the sfio/useperlio logic, hopefully as wished in
5646 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5647
5648 One forgotten file from #6816.
5649
5650 Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5651
5652 Remove duplicately applied patch shards.
5653 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5654
5655 Support preserving extremely big/small angles.
5656
5657 Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
5658
5659 Subject: [PATCH] installation not quite silent yet.
5660
5661 Update the test count.
5662
5663 Use UVxf, PTR2UV, NVff.
5664
5665 Document PTR2XX and INT2PTR.
5666
5667 no-install target a la make -n.
5668 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5669
5670 grep -e isn't portable.
5671 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5672
5673 Can't get the test to reliably work thanks to the
5674 inaccurateness of floating point. "Resolves" bug ids
5675 20000826.003, 20000826.009, 20000826.010,
5676
5677 Subject: installman buglet
5678
5679 DJGPP update from Laszlo Molnar.
5680
5681 Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5682
5683 Passing -R in ldflags makes now it to appear in the default
5684 for lddlflags, just like with -L.
5685 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5686
5687 Test nit.
5688
5689 Use the actual thread type, not the pointer-to-struct.
5690
5691 Provice virtual $Config{ccflags_nolargefiles} etc.
5692
5693 display_format used as a class method without arguments was broken,
5694 reported in
5695 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5696
5697 Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5698
5699 Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5700
5701 Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5702
5703 opmini.o may be left around if a build is interrupted.
5704
5705 Typo in #6858.
5706
5707 Fix for ID 20000828.001, long doubles were not formatted
5708 correctly (showed up in $], which stopped installing perl).
5709
5710 An attempt to fix the problem reported in
5711 Subject: Building perl@6856 using gcc/AIX 4.3.3
5712 I can't test this properly since the gcc installation I have
5713 access to seems to be botched (gcc is calling the AIX cpp,
5714 a losing proposition...)
5715
5716 Add -ld to archname on long tr...double platforms.
5717
5718 Subject: hv.h Doc Patch
5719
5720 Potential cruft.
5721
5722 Subject: [PATCH bleedperl@6856] warnings fixes
5723
5724 -S is the silent flag, -s is the strip flag.
5725 Subject: [PATCH] Re: [PATCH] make no-install
5726
5727 Take out the SUIDMAIL thing, that will not be
5728 a problem in 5.7.*.
5729
5730 Subject: [PATCH bleedperl@6866] spellings
5731
5732 Subject: [PATCH] Re: files not cleaned even by veryclean
5733
5734 Use minimal @INC in tests, most of the time just '../lib',
5735 so that we simply can't pick up stuff from other Perls than
5736 the one we are testing. Pointed out by
5737 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
5738
5739 Update to Getopt::Long 2.24, from Johan Vromans.
5740
5741 Fix for thinko in #6848.
5742 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5743
5744 Patches all over for people and the files they (hopefully) care about.
5745
5746 Subject: Net::protoent does not export 'getproto'
5747
5748 Missed a change in #6869.
5749
5750 Subject: [PATCH] Warnings in B::Deparse
5751
5752 Subject: [PATCH] Glob dumping
5753
5754 Disable one of the tests for now.
5755
5756 Disabling the one test is a bit tricky.
5757
5758 Don't forget to tidy up.
5759
5760 The #6881 removed one dump line.
5761
5762 Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5763
5764 Under usethreads the dumped variable is IN_PAD.
5765 Subject: Re: [PATCH] Glob dumping
5766
5767 Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5768
5769 Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5770
5771 Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5772
5773 Regen Configure for #6894.
5774
5775 Subject: [PATCH: 6889] updates to perlebcdic.pod
5776
5777 Undo namespace pollution of #6878.
5778 Subject: Re: Net::protoent does not export 'getproto'
5779
5780 Admit that we are leaking scalars.
5781
5782 Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5783 Branch: maint-5.6/perl
5784 !> (integrate 271 files)
5785____________________________________________________________________________
5786[ 7894] By: gsar on 2000/11/27 16:00:34
5787 Log: a couple of nits
5788 Branch: maint-5.6/perl
5789 ! MANIFEST pp_sys.c
5790____________________________________________________________________________
5791[ 7893] By: gsar on 2000/11/27 15:10:56
5792 Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
5793 6740..6745,6747..6757,6760
5794
5795 Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5796
5797 Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5798
5799 Doc nits spotted by Richard Soderberg.
5800
5801 move WNOHANG definition to where other such things are
5802
5803 Make $Config{byteorder} more magical so that it is
5804 dynamically computed: nice for 'fat binaries'.
5805 Subject: [PATCH]: default byteorder
5806
5807 Subject: [PATCH] Cwd.pm now uses strict
5808
5809 Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5810
5811 Get -DLEAKTEST to compile (not necessarily to work, mind)
5812 Subject: [ID 20000724.006] -DLEAKTEST problem
5813
5814 perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5815
5816 Add perlebcdic from Peter Prymmer, regen toc.
5817
5818 Don't propose using modules built for 5.005 if no binary
5819 compatibility with 5.005 is attempted.
5820
5821 Do not use prototyping here.
5822 Subject: [ID 20000817.016] [PATCH] Peek.xs
5823
5824 Document what the backtick returns if the command fails.
5825
5826 Add byteorder to the myconfig output.
5827
5828 Introduce NVef, NVff, and NVgf, use the middle one.
5829 (helps for lib/peek + Linux + long doubles) Reported in
5830 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
5831 Use NVs in POSIX math, not doubles.
5832 Subject: [ID 20000817.014] POSIX & modfl
5833
5834 Subject: [PATCH 5.6.0+] newSVrv() memory leak
5835
5836 The byteorder code in #6671 was wrong.
5837
5838 Fix the lib/complex failure of
5839 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
5840 Linux long double accuracy issue: something that
5841 when printed with %g looks like "2" but int() of it is 1.
5842
5843 Propagate new Configure vars.
5844
5845 Unbuffer the output.
5846
5847 Subject: [PATCH] perltrap.pod spring cleaning
5848
5849 Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5850 Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5851
5852 Tiny Getopt::Long patch from Johan Vromans.
5853
5854 Document code point which makes if (defined %stash::) to work
5855 (noted by Spider Boardman).
5856
5857 Subject: [PATCH perl@6698] cygwin port
5858
5859 Document the NDBM_File and ODBM_File as SDBM_File
5860 was documented in #6417.
5861
5862 The new tests were missing from #6415.
5863
5864 Add [[:blank:]] as suggested in
5865 Subject: [ID 20000716.024] [=cc=] / [:blank:]
5866 (the [=cc=] has already been taken care of by #6439
5867 so the whole bug report can be closed)
5868 and make [[:space:]] to be equivalent to isspace(3)
5869 (as opposed to \s, which is isSPACE()). The difference
5870 is that now [[:space:]] matches the mythical vertical tab,
5871 while \s doesn't.
5872
5873 Don't eat leading os from index entries.
5874 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5875
5876 Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5877
5878 Typo in pp_complement().
5879 Subject: [PATCH perl-current] Deparse
5880
5881 Add warnif(), check warnings further up the stack,
5882 all the warnings functions now can take an optional object reference.
5883 Subject: [PATCH bleedperl@6691] warnings pragma update
5884
5885 Fix a core dump in lib/selfloader under -DDEBUGGING.
5886 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
5887
5888 Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5889
5890 Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5891
5892 Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5893 Put back the long double avoidance code to POSIX.xs
5894 because VMS seems to need it still.
5895
5896 Introduce a 'veryclean' target that is like 'distclean'
5897 but also removes *~ and *.orig.
5898
5899 Subject: [ID 20000817.023] endianness description in perlfunc.pod
5900
5901 Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5902
5903 Let's try #6717 again.
5904
5905 UTF8 concat fixes.
5906 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5907
5908 pp_open() could pass an uninitialized filename down to do_open9().
5909
5910 Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5911
5912 Update to CGI 2.72, from Lincoln Stein.
5913
5914 Subject: [PATCH] Silence MakeMaker (Was: installman)
5915
5916 Use temporary directory instead of current directory.
5917 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5918
5919 Document odd vs even subreleases and -Dusedevel.
5920
5921 The veryclean target needs to clobber.
5922
5923 Use File::Spec->tmpdir().
5924
5925 Document the number of exponent digits.
5926
5927 Mention perlebcdic and perlposix-bc.
5928
5929 s/this one/the 5.6.0 release/
5930
5931 The #6724 is here.
5932
5933 The correct cleaning order is an art.
5934
5935 small tweaks for change#6705: avoid C++ style comments in C code;
5936 use Perl's malloc API rather than the low level system one
5937
5938 Array context keeps slithering in.
5939
5940 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5941
5942 Subject: [PATCH] os2.c fix for use64bitint
5943
5944 Update to Pod::LaTeX 0.53.
5945 Subject: [PATCH] lib/Pod/LaTeX.pm updates
5946
5947 Document the endianness of Alpha more precisely.
5948
5949 Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5950
5951 Rename the macro argument because some preprocessors
5952 can't tell the difference and expand arguments also inside
5953 double quoted strings.
5954
5955 free TLS slot properly on Windows
5956
5957 use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5958
5959 Unicos/mk requires elaborate paranoia.
5960
5961 Tweak the floating point output routine preferences.
5962
5963 Also under djgpp the timestamps are funky.
5964
5965 Apply some PodParser 1.18 patches; the Pod/Find.pm
5966 patches cannot be applied since #6712 conflicts.
5967
5968 Use PodParser 1.18 new test.
5969
5970 A pod nit.
5971 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5972
5973 Be verydeepclean.
5974 Branch: maint-5.6/perl
5975 +> pod/perlebcdic.pod
5976 !> (integrate 106 files)
5977____________________________________________________________________________
5978[ 7892] By: jhi on 2000/11/27 15:02:32
5979 Log: Update Changes.
5980 Branch: perl
5981 ! Changes patchlevel.h
5982____________________________________________________________________________
e138c1e6
JH
5983[ 7891] By: jhi on 2000/11/27 14:57:23
5984 Log: Subject: Re: perlfaq style changes
5985 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5986 Date: Sat, 25 Nov 2000 23:32:26 -0800
5987 Message-ID: <KyLI6gzkgiRK092yn@efn.org>
5988
5989 plus a note from Ronald Kimball.
5990 Branch: perl
5991 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
5992____________________________________________________________________________
5993[ 7890] By: jhi on 2000/11/27 14:53:14
5994 Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
5995 From: Benjamin Holzman <bah@ecnvantage.com>
5996 Date: Sun, 26 Nov 2000 16:27:33 -0500
5997 Message-ID: <20001126162733.J25040@ecnvantage.com>
5998 Branch: perl
5999 ! gv.c
6000____________________________________________________________________________
6001[ 7889] By: jhi on 2000/11/27 14:43:11
6002 Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
6003 From: lvirden@cas.org
6004 Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
6005 Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>
6006 Branch: perl
6007 ! README.amiga
6008____________________________________________________________________________
6009[ 7888] By: jhi on 2000/11/27 14:32:34
6010 Log: Restore also the locale test to no-sprintf-taint state.
6011 Fixes the bug 20001127.003.
6012 Branch: perl
6013 ! sv.c t/pragma/locale.t
6014____________________________________________________________________________
6015[ 7887] By: gsar on 2000/11/27 14:13:05
6016 Log: integrate changes#6613..6616,6620..6665 from mainline
6017
6018 VMS configure.com update continues.
6019
6020 Subject: Test fails / warnings with perl-current #6612
6021
6022 Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
6023
6024 Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6025
6026 For now remove the mail code.
6027
6028 Subject: Re: [PATCH] @+, @- readonly
6029
6030 Subject: warning: storage class after type is obsolescent
6031
6032 Subject: sfio2000
6033
6034 Subject: Re: File::Temp problems on VMS in bleedperl
6035
6036 README.os2 update.
6037 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
6038
6039 Make the user to give up his firstborn, err, to knowingly
6040 verify installing an unstable developer release. Also bump
6041 the release to 5.7.0, but leave a patch tag in the local
6042 patches saying that this is not yet the real thing.
6043
6044 Update (kinda) to Test 1.14, from Joshua Pritikin.
6045
6046 make ok etc also for win32.
6047
6048 Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
6049
6050 Don't blow limited stacks, a lower number is enough to
6051 tickle the lookbehind limit.
6052
6053 Use -Dusedevel; regen Configure and the respective Porting stuff.
6054
6055 Subject: [PATCH] debugger exit code should reflect user exit code
6056
6057 Subject: [PATCH perl@6620] cygwin port
6058
6059 Missed a file from #6638.
6060
6061 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)
6062
6063 magic callbacks all need to have same type signature
6064
6065 Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
6066
6067 Fix a dependency problem.
6068 Subject: [PATCH: 6640] VMS Makefile.SH update
6069
6070 The numeric locale was reset to "C" by s?printf and never restored.
6071 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6072 No test since adding the failing example to locale.t
6073 does not fail -- probably because the locale settings are so
6074 thoroughly tweaked by that time. Running the example standalone
6075 does fail, though. UPDATE: test case added at change #7540.
6076
6077 Subject: [ID 20000324.040] minor fix to perlhpux.pod
6078
6079 Update to CPAN 1.57.
6080
6081 Subject: [PATCH] Cwd::_backtick_pwd does not check return value
6082
6083 Change the perlbug address to perl.org since it's more forgiving.
6084
6085 Change the regx compilation error markers to use = instead of <
6086 since pod makes using the latter quite messy. Reported in
6087 ID 20000814.006 by Abigail and in
6088 Subject: Unknown escape E<> ?
6089
6090 Update to perldebtut 1.9, from Richard Foley.
6091
6092 check that the number pseudo children doesn't exceed
6093 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
6094 the WaitForMultipleObjects() limit that would cause wait()
6095 to crash)
6096 wait() and waitpid() could potentially be rewritten to use
6097 more than one thread to do the waiting to eliminate this
6098 limitation
6099
6100 change#6328 could make close(SOCKET) return false on windows
6101 when it shouldn't
6102
6103 pod nit seen in passing
6104
6105 on windows, the return values from wait() and waitpid() don't
6106 match those of pseudo-pids
6107
6108 waitpid() now handles externally spawned pids correctly;
6109 fixes for backtick/wait/waitpid failures on Windows 9x
6110 these changes make the pid returned by process functions on
6111 Windows 9x always positive by clearing the high bit (which
6112 is always set on Win9x); pseudo-process PIDs are likewise
6113 always negative now on Win9x (just as on NT/2000)
6114
6115 trailing new %ENV entries weren't being pushed into the real
6116 environment of subprocesses on Windows
6117
6118 Tweak the regex compilation errors once more.
6119
6120 avoid warnings from dense compiler
6121
6122 add "ok" targets from change#6632 in makefile.mk
6123 Branch: maint-5.6/perl
6124 - lib/Pod/PlainText.pm vms/configure.com
6125 !> (integrate 66 files)
6126____________________________________________________________________________
6127[ 7886] By: jhi on 2000/11/27 13:54:18
6128 Log: __FUNCTION__ isn't portable and trying to emulate it leads
6129 into practically spelling out the name of the function.
6130 Takes care of the bug 20001127.001.
6131 Branch: perl
6132 ! perlio.c
6133____________________________________________________________________________
6134[ 7885] By: gsar on 2000/11/27 13:53:18
6135 Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
6136 6610..6611 from mainline
6137
6138 Make regular expression parse error messages easier to understand.
6139 Subject: Re: enhanced(?) regex error messages
6140
6141 Tiny tidying on report_evil_fh().
6142
6143 Subject: Re: enhanced(?) regex error messages
6144 plus Capitalize the error messages, plus perldiag them.
6145
6146 Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
6147
6148 Document here-doc better.
6149
6150 Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
6151
6152 Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
6153 Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
6154 (either perlbug or p5p ate the original), plus regen
6155 perlapi and perltoc.
6156
6157 Regen global.sym.
6158
6159 Double check that we have a dirhandle.
6160
6161 Subject: Re: enhanced(?) regex error messages
6162 (plus two small patches sent privately)
6163 (this still seems to leave few test failures)
6164
6165 warn is a macro, avoid using at a variable to avoid warnings
6166 in some configurations; readdir.t is too conservative in
6167 estimating number of *.t's
6168
6169 Get back into sync with Jeffrey on the enhanced regex warnings.
6170
6171 Subject: [PATCH 5.6.0] cygwin port
6172
6173 Zero entries were skipped, fix from Adrian Goalby
6174 <argoalby@yahoo.co.uk>
6175
6176 Subject: Remove dead entry in perldiag
6177
6178 Amend the description of Perl6.
6179 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
6180
6181 detypo
6182
6183 It's the 2ndO'ROSSC.
6184
6185 Revert the sv.c part of #6559, a better fix is needed.
6186
6187 Iterating perl6 description.
6188
6189 Update to Term::ANSIColor 1.03, from Russ Allbery.
6190
6191 Update to Getopt::Long 2.23_05, from Johan Vromans.
6192
6193 Small AUTHORS and MAINTAIN updates. Could do with big updates.
6194
6195 Update to Pod::Parser 1.17, from Brad Appleton.
6196
6197 Update to CPAN 1.56, from Andreas König.
6198
6199 Update to CGI 2.70, from Lincoln Stein.
6200
6201 Put back the std @INC thing.
6202
6203 Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
6204 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
6205
6206 Document the IO::Select timeout.
6207
6208 sleep(1) does not necessarily return 1.
6209 Subject: [PATCH bleadperl] op/lex_assign.t
6210
6211 Subject: debugger "d" command doesnt check line number
6212
6213 B::Deparse didn't do sub attributes.
6214 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6215
6216 Preprocessing and postprocessing for File::Find.
6217 Subject: Patch to Find::File.pm to allow alphabetical results
6218
6219 Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
6220
6221 Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
6222
6223 Subject: Re: [ID 20000730.003] utf8::length() bad
6224
6225 Subject: Getting perlio and threads to compile
6226 (the Solaris version changes in Configure skipped)
6227
6228 Tests for #6589.
6229 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
6230
6231 Add Perl debugging tutorial, regen toc.
6232 Subject: perldebtut.pod
6233
6234 Add a few missing files, update MANIFEST.
6235
6236 Rewrite of vms/subconfigure.com as configure.com,
6237 from Peter Prymmer and the vmsperl crew.
6238
6239 Should have deleted this in #6603.
6240
6241 Fix the test for 5005threads.
6242
6243 Fix-n-skip the tests under 5005threads.
6244
6245 Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
6246
6247 Upgrade to CGI 2.71, from Lincoln Stein.
6248 Branch: maint-5.6/perl
6249 +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
6250 +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
6251 +> t/op/regmesg.t t/pod/find.t vms/configure.com
6252 - vms/subconfigure.com
6253 ! lib/lib.pm
6254 !> (integrate 115 files)
6255____________________________________________________________________________
6256[ 7884] By: jhi on 2000/11/27 13:44:33
6257 Log: Subject: [PATCH perl@7795 (and earlier)] VMS test cleanup
6258 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6259 Date: Mon, 27 Nov 2000 08:23:54 EST
6260 Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
6261 Branch: perl
6262 ! vms/descrip_mms.template vms/test.com
6263____________________________________________________________________________
6264[ 7883] By: gsar on 2000/11/27 11:50:46
6265 Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
6266 6511..6513,6515..6523,6525..6536
6267
6268 The swallow_bom() saga continues. The #23 of require.t
6269 (UTF16-LE) still fails (silently, no output) but the #22
6270 (UTF16-BE) seems to be working now. The root of the
6271 failure may be in sv_gets(): is it UTF-16LE-aware,
6272 especially when it comes to line endings?
6273
6274 Document the problem with -P in HP-UX and its workaround.
6275
6276 Subject: [PATCH] allow non-variable as lhs of non-updating tr///
6277 (aka ID 20000730.002)
6278
6279 Subject: fix and question re: waitpid() under win32
6280
6281 Make the safety catch for buggy gccs work with triple version
6282 numbers like 2.95.2. Reported in
6283 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
6284
6285 In Digital UNIX warn if gcc explicitly chosen because even
6286 2.95.2 is known to cause problems.
6287
6288 Make chr() for values >127 to create utf8 when under utf8.
6289
6290 various syntax errors and such (not fixed: comp/require.t#22 coredump
6291 on Windows)
6292
6293 Stash away the largefiles flags and libswanted.
6294
6295 BOM patching from Simon Cozens.
6296
6297 If gccosandvers is equal to osname, clear gccosandvers.
6298
6299 Make p4desc to skip non-mainperl branches by default.
6300
6301 Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
6302
6303 The test from this
6304 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
6305
6306 In new BSDs changes to argv[] do not show up in ps(1) output,
6307 instead one must use setproctitle(). This was already addressed
6308 by change #6457, but the below has a new variant for FreeBSD 4.0
6309 or later, and the matter is also documented more.
6310
6311 FreeBSD 3.* updates from
6312 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
6313
6314 regen_headers, regen perltoc.
6315
6316 Document in one place the memory abstractions used in Perl core.
6317
6318 memcpy has n o in it, as pinted ut by Sarathy.
6319
6320 Remove the extraneous "main::" prefix from all the
6321 "opened only for", "on closed", and "never opened" warnings.
6322
6323 The name of a filehandle does not have <these>.
6324
6325 The tr utf8 patching continues.
6326
6327 The new setproctitle() feature is available only in
6328 bleeding edge FreeBSD. From Paul Saab.
6329
6330 Subject: [PATCH bleadperl] [ID 20000731.010] regex error
6331
6332 Dump UVs as UVs in Data::Dumper.
6333
6334 detypo #6494
6335
6336 Document the IVdf UVuf UVof UVxf.
6337
6338 require.t needs binmode() to work on windows
6339
6340 Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
6341 that are hopefully soon put into use.
6342
6343 Allow "no Module;" even if there is no 'unimport'.
6344
6345 Better skip message for the test; one of the two problems in
6346 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
6347
6348 The subtest 4 may fail also on VOBS, as pointed out
6349 by Nick Ing-Simmons in November 1999, bug id 19991124.003
6350 (but the failure in that bug report isn't the subtest 4).
6351
6352 Be more informative on what is skipped and why,
6353 also repeat the list at the end.
6354
6355 Add a URL for FSF.
6356
6357 Subject: [PATCH] sv.h documentation - SvLEN
6358
6359 Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
6360
6361 Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
6362
6363 Subject: [PATCH] bad cppsymbols on os2 + Configure question
6364
6365 Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
6366
6367 Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
6368 mention the idea of @( and @)
6369
6370 This is 6512. Really.
6371
6372 Subject: [ID 19990721.004] Documentation bug in perlfunc
6373
6374 Subject: Minor tweak to perlvar.pod
6375
6376 In the warnings call filehandles consistently so;
6377 add "unopened" warning for stat().
6378
6379 After the #6519 a warning about stat() is just that,
6380 not about a filetest, which now have their own warning.
6381
6382 Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
6383
6384 Subject: Re: Array vs. List context
6385
6386 Subject: New perlcc, take 2
6387
6388 Weed buglets pointed out by
6389 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
6390
6391 gcc versions might have (parentheses) in them.
6392
6393 Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
6394
6395 Essential prototype changes were missing from #6527.
6396 Also make report_evil_fh() more bomb-proof.
6397
6398 Zap lib/Sys directory when cleaning up.
6399
6400 Change the Policy policy: now -Dprefix= with an existing
6401 Policy.sh and prefix == siteprefix == vendorprefix, then all
6402 of them follow along the new prefix.
6403 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
6404
6405 Continue fixing the io warnings. This also
6406 sort of fixes bug ID 20000802.003: the core dump
6407 is no more. Whether the current behaviour is correct
6408 (giving a warning: "Not a format reference"), is another matter.
6409
6410 Have symbols for the IoTYPEs.
6411
6412 Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
6413
6414 Document a bit that UDP is not what you might think.
6415 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
6416 tr memory corruption fix from Simon Cozens.
6417
6418 Plug the security hole described in the Aug 05 2000 bugtraq message
6419 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
6420 The security hole exists only in suidperls, which isn't
6421 installed or even built by default.
6422 Branch: maint-5.6/perl
6423 !> (integrate 71 files)
6424____________________________________________________________________________
6425[ 7882] By: gsar on 2000/11/27 10:25:36
6426 Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
6427 from mainline
6428
6429 Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
6430 to be fatal errors (instead of by default ignoring them, and
6431 ignoring with a bug: even though -w gave an error, the opening [
6432 was left in) Reported in:
6433
6434 Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
6435
6436 Subject: [PATCH] split /^/
6437
6438 MacOS nits from Matthias Neeracher.
6439
6440 More split() doc and test patches from Mike Guy.
6441
6442 Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
6443 from Graham Barr in the module list.
6444
6445 docfix from Peter Scott <Peter@PSDT.com>.
6446
6447 File::Temp patches for VMS and OS/2 from Tim Jenness.
6448
6449 open() wariness in perlbug.
6450
6451 Subject: [PATCH] minor doc change - perlguts
6452
6453 Subject: Minor doc patch: handy.h
6454
6455 Be wary of close()s, too.
6456
6457 Further File::Temp patches from Yitzchak Scott-Thoennes
6458 and Craig A. Berry.
6459
6460 Subject: [PATCH] fixes bug 20000508.004
6461
6462 Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
6463
6464 Allow "no AutoLoader;", based on change #6444,
6465 suggested by Graham Barr.
6466
6467 Use setproctitle() if available to modify $0.
6468
6469 Warn if the version of the operating system used to compile gcc
6470 differs from the current version of the operating system.
6471 Also display the gcc compilation os and version in myconfig.
6472 Inspiration from
6473
6474 Tiny fixes for #6460.
6475
6476 The problem described in this
6477 Subject: [ID 20000322.018] named chars aren't magical enough
6478 has been fixed in perl 5.6.0 but just in case added a test
6479 to keep it away. (The report from Joseph Hall.)
6480
6481 Tune the comments and hopefully stop a memory leak.
6482
6483 Subject: UTF8 concat
6484 (with a memory leak fixed, plus a few casts added)
6485 This also seems to help for
6486 Subject: [ID 20000716.015] join UTF8 weirdness
6487
6488 Do not upgrade SVs into utf8 just because they participate
6489 in eq or cmp. Reported and fix suggested in
6490 Subject: [ID 20000720.009] sv_eq UTF8 bug
6491
6492 Fix the HALF_UPGRADE() macro introduced in #6263.
6493
6494 Find green threads before native threads.
6495 Subject: Re: Patch to jpl/JNI/Makefile.PL
6496 Branch: maint-5.6/perl
6497 !> (integrate 30 files)
6498____________________________________________________________________________
6499[ 7881] By: jhi on 2000/11/27 05:48:41
6500 Log: It seems that *both* the unused submatch loop cleanup
6501 codes are needed.
6502 Branch: perl
6503 ! regexec.c
6504____________________________________________________________________________
6505[ 7880] By: jhi on 2000/11/27 04:50:07
6506 Log: Clean .exists deeper.
6507 Branch: perl
6508 ! Makefile.SH
6509____________________________________________________________________________
6510[ 7879] By: jhi on 2000/11/27 02:31:35
6511 Log: The code in regcppop() (see #7878) contains the correct lower
6512 limit for the unused submatch 'cleanup' loop so that under
6513 "use utf8" the following code wouldn't dump core:
6514 "," =~ /([^,]*,)*/ With the the wrong lower limit (>=1)
6515 the cleanup loop in regtry() stomped beyond allocated area
6516 in the startp[] array. Therefore, copied the correct lower
6517 loop limit (*PL_reglastparen) to regtry(). Note: something
6518 may still not be quite right: why was the _higher_ loop limit
6519 (prog->nparens) different in the utf8 case?
6520
6521 After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
6522 without core dumps, there were about 17 of them before
6523 the patch (with us since Perl 5.7.0). Two failures, still:
6524 496 and 505 (though these may not be severe).
6525
6526 Patch #7881 is also needed since both the cleanup loops
6527 seem to be needed.
6528
6529 Also, the t/op/pat#44 seems to core dump under utf8.
6530 Plus a couple of failures. UGH-8.
6531 Branch: perl
6532 ! regexec.c
6533____________________________________________________________________________
6534[ 7878] By: jhi on 2000/11/27 02:21:17
6535 Log: The unused submatch cleanup code in regtry() seems to be more crucial,
6536 the code in regcppop() seems to be redundant for the test suite --
6537 but it contains a germ of truth, and it needed for the build
6538 process itself: see #7879 and #7881.
6539 Branch: perl
6540 ! regexec.c
6541____________________________________________________________________________
6542[ 7877] By: jhi on 2000/11/27 01:53:09
6543 Log: Comment on comment.
6544 Branch: perl
6545 ! regexec.c
6546____________________________________________________________________________
6547[ 7876] By: jhi on 2000/11/27 00:49:59
6548 Log: Adjust the docs to agree with #7875.
6549 Branch: perl
6550 ! pod/perllocale.pod
6551____________________________________________________________________________
6552[ 7875] By: jhi on 2000/11/27 00:49:27
6553 Log: Retract #7863. It makes more sense not to taint formatted output,
6554 not even by sprintf().
6555 Branch: perl
6556 ! sv.c
6557____________________________________________________________________________
6558[ 7874] By: jhi on 2000/11/26 23:36:02
6559 Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
6560 Not really fixed (should really dump the UTF-8 charclass),
6561 but stopped displaying the garbage.
6562
6563 Also add a note on the (missing) Unicode PSXSPC and BLANK.
6564 Branch: perl
6565 ! regcomp.c
6566____________________________________________________________________________
6567[ 7873] By: jhi on 2000/11/26 21:31:13
6568 Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
6569 Branch: perl
6570 ! regexec.c
6571____________________________________________________________________________
6572[ 7872] By: jhi on 2000/11/26 21:06:04
6573 Log: No need to scan till infinity, 13 is enough.
6574 Branch: perl
6575 ! handy.h utf8.c
6576____________________________________________________________________________
6577[ 7871] By: jhi on 2000/11/26 20:20:32
6578 Log: Test line numbers are different with utf8.
6579 Branch: perl
6580 ! t/op/re_tests
6581____________________________________________________________________________
6582[ 7870] By: jhi on 2000/11/26 20:10:12
6583 Log: Message nit.
6584 Branch: perl
6585 ! regcomp.c
6586____________________________________________________________________________
6587[ 7869] By: jhi on 2000/11/26 19:01:05
6588 Log: Make utf8_length() and utf8_distance() (the latter of which
6589 is unused at the moment) to be less forgiving about bad UTF-8.
6590 Branch: perl
6591 ! embed.h embed.pl objXSUB.h proto.h utf8.c
6592____________________________________________________________________________
6593[ 7868] By: jhi on 2000/11/26 18:45:56
6594 Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
6595 From: Benjamin Holzman <bah@ecnvantage.com>
6596 Date: Sat, 25 Nov 2000 20:40:20 -0500
6597 Message-ID: <20001125204020.A25040@ecnvantage.com>
6598
6599 Debian allows installing /usr/bin/locale without installing
6600 any locales, an error message will ensue.
6601 Branch: perl
6602 ! t/pragma/locale.t
6603____________________________________________________________________________
6604[ 7867] By: jhi on 2000/11/26 18:31:12
6605 Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
6606 From: Benjamin Holzman <bah@ecnvantage.com>
6607 Date: Sun, 26 Nov 2000 02:42:34 -0500
6608 Message-ID: <20001126024234.G25040@ecnvantage.com>
6609
6610 Patch for the bug 20000212.002.
6611 Branch: perl
6612 ! sv.c t/op/array.t
6613____________________________________________________________________________
6614[ 7866] By: jhi on 2000/11/26 18:28:09
6615 Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
6616 From: Tim Jenness <t.jenness@jach.hawaii.edu>
6617 Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
6618 Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
6619
6620 File::Temp 0.11.
6621 Branch: perl
6622 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
6623____________________________________________________________________________
6624[ 7865] By: jhi on 2000/11/26 18:24:22
6625 Log: The metaconfig unit change for #7864.
6626 Branch: metaconfig/U/perl
6627 ! need_va_copy.U
6628____________________________________________________________________________
6629[ 7864] By: jhi on 2000/11/26 18:23:41
6630 Log: Make the va_copy() test not to be so talkative.
6631 Branch: perl
6632 ! Configure config_h.SH
6633____________________________________________________________________________
6634[ 7863] By: jhi on 2000/11/26 18:11:02
6635 Log: Fix locale inconsistencies unearthed by Hugo's work.
6636 Now the floating point sprintf really does taint the result
6637 string as perllocale promises (has promised for a long time)
6638 if "use locale" is in the lexical scope.
6639 Branch: perl
6640 ! sv.c t/pragma/locale.t
6641____________________________________________________________________________
6642[ 7862] By: jhi on 2000/11/26 00:35:15
6643 Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
6644 From: Nicholas Clark <nick@ccl4.org>
6645 Date: Sun, 26 Nov 2000 00:07:50 +0000
6646 Message-ID: <20001126000750.A22446@plum.flirble.org>
6647
6648 Infinit.
6649 Branch: perl
6650 ! sv.c
6651____________________________________________________________________________
6652[ 7861] By: jhi on 2000/11/26 00:01:26
6653 Log: Integrate perlio.
6654 Branch: perl
6655 !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
6656____________________________________________________________________________
6657[ 7860] By: nick on 2000/11/25 22:04:17
6658 Log: Correct relative path from new ext\Filter\Util\Call location
6659 back to miniperl.
6660 Branch: perlio
6661 ! win32/makefile.mk
6662____________________________________________________________________________
6663[ 7859] By: nick on 2000/11/25 21:26:54
6664 Log: Integrate mainline.
6665 Branch: perlio
6666 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6667 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6668 +> t/lib/filter-util.t
6669 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6670 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6671 - t/lib/filt-util.t
6672 !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
6673 !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6674 !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
6675 !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
6676 !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
6677 !> win32/makefile.mk
6678____________________________________________________________________________
6679[ 7858] By: gsar on 2000/11/25 20:52:17
6680 Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
6681 parent's memory; fix it by keeping track of the actual pad
6682 offset rather than a raw pointer (this change is probably also
6683 relevant to non-ithreads case to avoid fallout from reallocs of
6684 the pad array, but is currently only enabled for the ithreads
6685 case in the interests of minimal disruption to existing "well
6686 tested" code)
6687 Branch: perl
6688 ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
6689 ! proto.h scope.c scope.h sv.c t/op/fork.t
6690____________________________________________________________________________
6691[ 7857] By: nick on 2000/11/25 20:01:28
6692 Log: All tests pass on Win32/gcc/USE_PERLIO.
6693 - when crlf layer is pushed make unix-level binary.
6694 - remove :crlf injection in pp_backtick in pp_sys.c
6695 - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
6696 Branch: perlio
6697 ! doio.c perlio.c pp_sys.c win32/makefile.mk
6698____________________________________________________________________________
6699[ 7856] By: jhi on 2000/11/25 18:38:30
6700 Log: Update the metaconfig units for #7855.
6701 Branch: metaconfig/U/perl
6702 ! useperlio.U usesocks.U
6703____________________________________________________________________________
6704[ 7855] By: jhi on 2000/11/25 18:37:54
6705 Log: Undo the SOCKS workarounds, instead start using PerlIO
6706 if SOCKS is selected.
6707
6708 Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
6709 From: Jens Hamisch <jens@Strawberry.COM>
6710 Date: Fri, 24 Nov 2000 18:31:30 +0100
6711 Message-ID: <20001124183130.E28337@Strawberry.COM>
6712
6713 Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
6714 From: Jens Hamisch <jens@Strawberry.COM>
6715 Date: Fri, 24 Nov 2000 19:11:51 +0100
6716 Message-ID: <20001124191151.A28753@Strawberry.COM>
6717 Branch: perl
6718 ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
6719 ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
6720____________________________________________________________________________
6721[ 7854] By: jhi on 2000/11/25 17:39:08
6722 Log: Undo #7848. Some of the code seems to use walkoptree(),
6723 some walkoptree_slow(). An unfinished renaming?
6724 Now the sub is walkoptree() (which is @EXPORT_OK),
6725 the walkoptree_slow() is a typeglob alias to walkoptree.
6726 This makes the tests to pass, at least.
6727 Branch: perl
6728 ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6729____________________________________________________________________________
6730[ 7853] By: nick on 2000/11/24 22:24:33
6731 Log: Re-arrange crlf vs binary for platforms that care.
6732 crlf layer is now "the" buffer layer and can turn its behaviour on/off.
6733 Lip-service to making stdio layer work on such platfroms (untested).
6734 Now fails 3 tests rather than one, checkin to see if I can debug
6735 the issue under linux. (Do not merge.)
6736 Branch: perlio
6737 ! doio.c perlio.c perliol.h
6738____________________________________________________________________________
6739[ 7852] By: jhi on 2000/11/24 18:57:39
6740 Log: AUTHORS edits.
6741 Branch: perl
6742 ! AUTHORS
6743____________________________________________________________________________
6744[ 7851] By: jhi on 2000/11/24 17:34:56
6745 Log: Add Jan-Erik Karlsson.
6746 Branch: perl
6747 ! AUTHORS
6748____________________________________________________________________________
6749[ 7850] By: jhi on 2000/11/24 17:27:56
6750 Log: Configure should find stdchar on its own.
6751 Branch: perl
6752 ! hints/solaris_2.sh
6753____________________________________________________________________________
6754[ 7849] By: jhi on 2000/11/24 17:24:55
6755 Log: Subject: PATCH over 7848: Filter test flawed
6756 From: andreas.koenig@anima.de (Andreas J. Koenig)
6757 Date: 24 Nov 2000 10:28:29 +0100
6758 Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
6759 Branch: perl
6760 ! t/lib/filter-util.t
6761____________________________________________________________________________
6762[ 7848] By: jhi on 2000/11/24 17:22:15
6763 Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
6764 From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
6765 Date: Fri, 24 Nov 2000 16:12:58 +0000
6766 Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
6767 Branch: perl
6768 ! ext/B/B.pm
6769____________________________________________________________________________
6770[ 7847] By: jhi on 2000/11/24 03:07:01
6771 Log: Integrate perlio.
6772 Branch: perl
6773 !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6774 !> win32/makefile.mk
6775____________________________________________________________________________
6776[ 7846] By: gsar on 2000/11/24 00:55:57
6777 Log: integrate changes#6415..6418,6420..6438 from mainline
6778
6779 Fix the bitvector ops for utf8 (tricky since past 7 bits
6780 the utf8 'characters' can be more than one octet).
6781
6782 MPE/ix updates for perl 5.6.0 from Mark Bixby.
6783
6784 Subject: SDBM_File documentation
6785
6786 Detypo.
6787
6788 Decutandpasto.
6789
6790 Send all installperl messages to STDERR and be -w clean.
6791
6792 Out-of-date note removed.
6793
6794 Protect against "wild next"s, that is, callbacks doing "next"
6795 instead of "return".
6796
6797 Use STDOUT consistently.
6798
6799 The output might have been produced in the wrong order.
6800
6801 A missing 'break' after the [[:space:]] switch case.
6802
6803 Add tests for
6804 [ID 19991110.003] another matching finding by pcre author
6805 which has already been fixed by some patch, as verified in
6806
6807 Documentation to explain the behaviour of map().
6808
6809 Add an optimization for map-maps-a-list-element-to-more-list-elements
6810 case, but add also notes explaining the relationship of this
6811 patch and the earlier notes by Sarathy.
6812
6813 Subject: [ID 20000716.023] syslog test fails without sockets
6814
6815 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6816 Test cases for #6431.
6817
6818 File::Spec::VMS fixup for tmpdir from Craig Berry.
6819
6820 Make the "uninit variable" warning to say "concat or string"
6821 or "join or string" when in concat or join .
6822
6823 Get UTF16 BOMs working. Patch from
6824 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6825
6826 Subject: [PATCH] Make large file tests deal with SIGXFSZ
6827
6828 Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6829
6830 Subject: [PATCH] av.c apidoc
6831 Branch: maint-5.6/perl
6832 !> (integrate 43 files)
6833____________________________________________________________________________
6834[ 7845] By: gsar on 2000/11/24 00:20:45
6835 Log: integrate changes#6406..6414 from mainline
6836
6837 Merge perlhacktut into perlhack, update perlguts.
6838
6839 Fix AutoSplit to use File::Spec the right way in VMS,
6840 from Peter Prymmer.
6841
6842 The bug report
6843 [ID 19991110.002] minimal matching discrepancy found by pcre author
6844 seems to have been fixed (though differently from what was suggested
6845 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
6846
6847 thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6848 not in pod, from Peter Prymmer
6849
6850 Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6851 From: Hugo <hv@crypt.compulink.co.uk>
6852 Date: Fri, 14 Jul 2000 23:05:20 +0100
6853 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6854
6855 Didn't anymore apply, but that point still could use another fix.
6856
6857 lib/b test fixes from Peter Prymmer.
6858
6859 More docs for sv functions.
6860
6861 perlvms.pod whitespace cleanup to keep pod utils happy.
6862
6863 another VMS build tweak from Peter Prymmer
6864 Branch: maint-5.6/perl
6865 !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
6866 !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
6867 !> vms/descrip_mms.template vms/perlvms.pod
6868____________________________________________________________________________
6869[ 7844] By: nick on 2000/11/23 23:42:45
6870 Log: Win32/perlio Now just fails one io/argv.t test - lack
6871 of default :crlf on standard streams.
6872 Branch: perlio
6873 ! doio.c perlio.c
6874____________________________________________________________________________
6875[ 7843] By: nick on 2000/11/23 23:04:05
6876 Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
6877 peek fail is showing a real problem (multiple crlf layers
6878 are getting pushed.)
6879 Branch: perlio
6880 ! doio.c perlio.c win32/makefile.mk
6881____________________________________________________________________________
6882[ 7842] By: nick on 2000/11/23 19:46:23
6883 Log: Implement PerlIO_binmode()
6884 Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
6885 Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
6886 make binmode in t/lib/io_tell.t unconditional so that works.
6887 Checkin just so Win32 machine can see these changes.
6888 Branch: perlio
6889 ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6890____________________________________________________________________________
6891[ 7841] By: jhi on 2000/11/23 19:30:00
6892 Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
6893 Branch: perl
6894 ! README.amiga
6895____________________________________________________________________________
6896[ 7840] By: jhi on 2000/11/23 17:18:02
6897 Log: SOCKS wrestling continues, patches from Jens Hamisch.
6898 Branch: perl
6899 ! doio.c embed.h embed.pl perlsdio.h proto.h
6900____________________________________________________________________________
6901[ 7839] By: jhi on 2000/11/23 16:54:14
6902 Log: Push Filter::Util::Call one level deeper.
6903 Branch: perl
6904 + t/lib/filter-util.t
6905 +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6906 +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6907 - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6908 - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6909 - t/lib/filt-util.t
6910 ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6911 ! win32/Makefile win32/makefile.mk
6912____________________________________________________________________________
6913[ 7838] By: jhi on 2000/11/23 16:52:40
6914 Log: Reach back one higher up when searching for PERL_SRC.
6915 Branch: perl
6916 ! lib/ExtUtils/MM_Unix.pm
6917____________________________________________________________________________
6918[ 7837] By: jhi on 2000/11/23 16:05:41
6919 Log: Subject: Re: perl@7826
6920 Date: Thu, 23 Nov 2000 02:20:25 -0600
6921 From: "Craig A. Berry" <craigberry@mac.com>
6922 Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
6923
6924 Make VMS to like Filter::Util::Call.
6925 Branch: perl
6926 ! configure.com ext/Filter/Util/Makefile.PL
6927____________________________________________________________________________
6928[ 7836] By: nick on 2000/11/23 16:04:08
6929 Log: Implement crlf layer - not ready for merge.
6930 Branch: perlio
6931 ! perlio.c win32/makefile.mk
6932____________________________________________________________________________
6933[ 7835] By: jhi on 2000/11/23 15:56:52
6934 Log: STDCHAR is different in Sparc v9 vs x86.
6935 Branch: perl
6936 ! hints/solaris_2.sh
6937____________________________________________________________________________
6938[ 7834] By: jhi on 2000/11/23 15:50:47
6939 Log: The type needs to be visible to protos.
6940 Branch: perl
6941 ! perl.h
6942____________________________________________________________________________
6943[ 7833] By: jhi on 2000/11/23 15:40:46
6944 Log: Finish unfinished SOCKS workaround changes.
6945 Branch: perl
6946 ! doio.c
6947____________________________________________________________________________
6948[ 7832] By: jhi on 2000/11/23 15:33:30
6949 Log: Integrate perlio.
6950 Branch: perl
6951 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6952 !> win32/makefile.mk
6953____________________________________________________________________________
6954[ 7831] By: nick on 2000/11/23 10:31:07
6955 Log: Correct makefile.mk dependancies for ext/Filter/Util
6956 Build ext/Encode
6957 Run dmake regen_config_h
6958 Branch: perlio
6959 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6960 ! win32/makefile.mk
6961____________________________________________________________________________
6962[ 7830] By: nick on 2000/11/23 08:05:07
6963 Log: Integrate mainline
6964 Branch: perlio
6965 +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6966 +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
6967 +> t/lib/filt-util.pl t/lib/filt-util.t
6968 !> (integrate 41 files)
6969____________________________________________________________________________
6970[ 7829] By: gsar on 2000/11/23 03:07:11
6971 Log: build the Filter extension on windows
6972 Branch: perl
6973 ! win32/Makefile win32/makefile.mk
6974____________________________________________________________________________
6975[ 7828] By: gsar on 2000/11/23 02:46:35
6976 Log: regenerate win32/config* and fix some inconsistencies in the
6977 makefiles; always export Perl_deb() because it is needed
6978 by ext/re/* (whether perl itself is built with -DDEBUGGING
6979 or not)
6980 Branch: perl
6981 ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
6982 ! win32/config_H.vc win32/makefile.mk
6983____________________________________________________________________________
6984[ 7827] By: gsar on 2000/11/23 02:18:38
6985 Log: get sources building on windows+MSVC again (untested with other
6986 compilers)
6987 Branch: perl
6988 ! win32/include/sys/socket.h win32/perllib.c
6989____________________________________________________________________________
6990[ 7826] By: jhi on 2000/11/23 01:18:26
6991 Log: Update Changes.
6992 Branch: perl
6993 ! Changes patchlevel.h
6994____________________________________________________________________________
0fbcf867
JH
6995[ 7825] By: jhi on 2000/11/23 00:20:41
6996 Log: Subject: Re: av.c patch (having slight problems)
6997 From: "Ben Tilly" <ben_tilly@hotmail.com>
6998 Date: Tue, 21 Nov 2000 23:29:31 -0500
6999 Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
7000
7001 unshift() speedup.
7002 Branch: perl
7003 ! av.c
7004____________________________________________________________________________
7005[ 7824] By: jhi on 2000/11/22 23:59:15
7006 Log: Fixes for signedness warnings noticed by VMSperlers.
7007 Branch: perl
7008 ! ext/Storable/Storable.xs regcomp.c sv.c
7009____________________________________________________________________________
7010[ 7823] By: jhi on 2000/11/22 23:19:31
7011 Log: Subject: [PATCH perl@7795] small cleanup task for test suite
7012 From: Peter Prymmer <pvhp@forte.com>
7013 Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
7014 Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
7015 Branch: perl
7016 ! t/pragma/warn/pp_hot
7017____________________________________________________________________________
7018[ 7822] By: jhi on 2000/11/22 22:52:20
7019 Log: Be clean.
7020 Branch: perl
7021 ! Makefile.SH
7022____________________________________________________________________________
7023[ 7821] By: jhi on 2000/11/22 22:46:39
7024 Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
7025 by Damian Conway, as suggested by Paul Marquess.
7026 Branch: perl
7027 + lib/Filter/Simple.pm
7028____________________________________________________________________________
7029[ 7820] By: jhi on 2000/11/22 22:45:51
7030 Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
7031 Branch: perl
7032 + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
7033 + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
7034 + t/lib/filt-util.t
7035 ! MANIFEST
7036____________________________________________________________________________
7037[ 7819] By: jhi on 2000/11/22 22:03:27
7038 Log: Integrate perlio.
7039 Branch: perl
7040 !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
7041 !> win32/makefile.mk
7042____________________________________________________________________________
7043[ 7818] By: jhi on 2000/11/22 21:56:02
7044 Log: More SOCKS versus 64-bit patches from Jens Hamisch.
7045 Branch: perl
7046 ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
7047 ! t/lib/io_sock.t
7048____________________________________________________________________________
7049[ 7817] By: jhi on 2000/11/22 21:39:49
7050 Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
7051 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7052 Date: Wed, 22 Nov 2000 16:08:12 -0500
7053 Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
7054 Branch: perl
7055 ! lib/ExtUtils/Liblist.pm
7056____________________________________________________________________________
7057[ 7816] By: jhi on 2000/11/22 21:38:25
7058 Log: Go ahead and #include <unistd.h> in perl.h.
7059 Branch: perl
7060 ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
7061 ! util.c
7062____________________________________________________________________________
7063[ 7815] By: jhi on 2000/11/22 21:22:52
7064 Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
7065 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7066 Date: Mon, 20 Nov 2000 18:30:52 -0500
7067 Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
7068 Branch: perl
7069 ! pod/perlre.pod regcomp.c t/op/re_tests
7070____________________________________________________________________________
7071[ 7814] By: jhi on 2000/11/22 21:21:46
7072 Log: Subject: [PATCH 5.7.0] Liblist finally works
7073 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7074 Date: Tue, 21 Nov 2000 22:02:17 -0500
7075 Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
7076 Branch: perl
7077 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
7078 ! lib/ExtUtils/MakeMaker.pm
7079____________________________________________________________________________
7080[ 7813] By: jhi on 2000/11/22 21:20:23
7081 Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
7082 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7083 Date: Wed, 22 Nov 2000 17:53:15 +0100
7084 Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
7085
7086 AIX dynaloader and perlio patch.
7087 Branch: perl
7088 ! ext/DynaLoader/dl_aix.xs
7089____________________________________________________________________________
7090[ 7812] By: jhi on 2000/11/22 21:17:52
7091 Log: (Accidentally empty patch.)
7092 Branch: perl
7093 ! av.c
7094____________________________________________________________________________
7095[ 7811] By: jhi on 2000/11/22 21:16:31
7096 Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
7097 From: Peter Prymmer <pvhp@forte.com>
7098 Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
7099 Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
7100 Branch: perl
7101 ! vms/test.com
7102____________________________________________________________________________
7103[ 7810] By: jhi on 2000/11/22 21:15:36
7104 Log: Subject: Re: perl@7777
7105 From: "John P. Linderman" <jpl@research.att.com>
7106 Date: Wed, 22 Nov 2000 13:11:11 -0500
7107 Message-Id: <200011221811.NAA90072@raptor.research.att.com>
7108
7109 Detypoing.
7110 Branch: perl
7111 ! lib/CPAN.pm
7112____________________________________________________________________________
7113[ 7809] By: jhi on 2000/11/22 21:14:19
7114 Log: Subject: [PATCH perl@7795] Perlio_tell fix
7115 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7116 Date: Wed, 22 Nov 2000 13:51:37 EST
7117 Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
7118 Branch: perl
7119 ! perlsdio.h
7120____________________________________________________________________________
7121[ 7808] By: jhi on 2000/11/22 21:13:27
7122 Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
7123 From: Casey Tweten <crt@kiski.net>
7124 Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
7125 Message-Id: <200011201653.LAA10194@home.kiski.net>
7126 Branch: perl
7127 ! t/lib/io_udp.t
7128____________________________________________________________________________
7129[ 7807] By: jhi on 2000/11/22 21:12:35
7130 Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
7131 From: Casey Tweten <crt@kiski.net>
7132 Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
7133 Message-Id: <200011201636.LAA07227@home.kiski.net>
7134 Branch: perl
7135 ! t/lib/io_sock.t
7136____________________________________________________________________________
7137[ 7806] By: jhi on 2000/11/22 21:10:59
7138 Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
7139 From: "Casey R. Tweten" <crt@kiski.net>
7140 Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
7141 Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
7142 Branch: perl
7143 ! utils/h2xs.PL
7144____________________________________________________________________________
7145[ 7805] By: nick on 2000/11/22 21:05:06
7146 Log: Integrate mainline
7147 Branch: perlio
7148 !> Changes Porting/genlog ext/DB_File/DB_File.xs
7149 !> ext/DB_File/version.c lib/Test.pm patchlevel.h
7150 !> utils/perlbug.PL
7151____________________________________________________________________________
7152[ 7804] By: jhi on 2000/11/22 21:01:12
7153 Log: Subject: [PATCH] Test.pm POD peculiarity
7154 From: "Casey R. Tweten" <crt@kiski.net>
7155 Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
7156 Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
7157 Branch: perl
7158 ! lib/Test.pm
7159____________________________________________________________________________
7160[ 7803] By: jhi on 2000/11/22 20:59:59
7161 Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
7162 From: "Philip Newton" <pnewton@gmx.de>
7163 Date: Wed, 22 Nov 2000 14:25:53 +0100
7164 Message-Id: <3A1BD771.25462.1939FAD@localhost>
7165
7166 Be case-understanding also on 's', and use the -oi of sendmail
7167 not to terminate the transmission on a lone '.'.
7168 Branch: perl
7169 ! utils/perlbug.PL
7170____________________________________________________________________________
7171[ 7802] By: nick on 2000/11/22 20:51:42
7172 Log: Win32 PerlIO intermediate state now working as expected.
7173 - In current state we are still using C runtime in text/binary
7174 mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
7175 - PERLIO=stdio and PERLIO=unix pass all expected tests.
7176 - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
7177 and PerlIO_seek() and the dummy crlf layer is not making adjustments
7178 for CRLF translation happening in C runtime. All other tests pass.
7179
7180 Added note to README.win32 to point out the snags of doing a perl build
7181 with Norton AntiVirus turned on.
7182
7183 Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
7184 which file a fail comes from.
7185
7186 Updated "canned" config.h to match the one generated.
7187 Branch: perlio
7188 ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
7189 ! win32/makefile.mk
7190____________________________________________________________________________
7191[ 7801] By: jhi on 2000/11/22 06:50:20
7192 Log: Nickety nits.
7193 Branch: perl
7194 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
7195____________________________________________________________________________
7196[ 7800] By: jhi on 2000/11/22 01:29:55
7197 Log: Changes had accidentally gone too silent on non-main branches.
7198 Branch: perl
7199 ! Changes Porting/genlog patchlevel.h
7200____________________________________________________________________________
51c9377f
JH
7201[ 7799] By: gsar on 2000/11/22 01:02:56
7202 Log: some lib_pm.PL changes snuck in via change#7772
7203 Branch: maint-5.6/perl
7204 ! Makefile.SH
7205____________________________________________________________________________
7206[ 7798] By: nick on 2000/11/21 21:59:40
7207 Log: Integrate mainline
7208 Branch: perlio
7209 !> (integrate 28 files)
7210____________________________________________________________________________
7211[ 7797] By: jhi on 2000/11/21 21:01:45
7212 Log: Integrate perlio.
7213 Branch: perl
7214 !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
7215____________________________________________________________________________
7216[ 7796] By: nick on 2000/11/21 20:36:22
7217 Log: Win32 builds and runs (mostly) with USE_PERLIO.
7218 PERLIO=perlio passes all tests.
7219 PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
7220 Branch: perlio
7221 ! perlio.c win32/perllib.c win32/win32.c
7222____________________________________________________________________________
7223[ 7795] By: jhi on 2000/11/21 19:03:44
7224 Log: Update Changes.
7225 Branch: perl
7226 ! Changes patchlevel.h
7227____________________________________________________________________________
2a06dd00
JH
7228[ 7794] By: jhi on 2000/11/21 18:56:34
7229 Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
7230 From: "Craig A. Berry" <craigberry@mac.com>
7231 Date: Mon, 20 Nov 2000 20:27:06 -0600
7232 Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
7233
7234 A cut-and-pasto.
7235 Branch: perl
7236 ! perlio.h
7237____________________________________________________________________________
7238[ 7793] By: jhi on 2000/11/21 18:54:41
7239 Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
7240 From: Dominic Dunlop <domo@computer.org>
7241 Date: Mon, 20 Nov 2000 18:55:29 +0100
7242 Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
7243
7244 va_copy() and the need of it.
7245 See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
7246 Branch: metaconfig/U/perl
7247 + need_va_copy.U
7248 Branch: perl
7249 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7250 ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
7251 ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
7252 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7253 ! win32/config.bc win32/config.gc win32/config.vc
7254____________________________________________________________________________
7255[ 7792] By: jhi on 2000/11/21 17:04:10
7256 Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
7257 Branch: perl
7258 !> scope.h
7259____________________________________________________________________________
7260[ 7791] By: jhi on 2000/11/21 17:01:16
7261 Log: Export the SOCKS workaround symbols only if necessary.
7262 Branch: perl
7263 ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
7264____________________________________________________________________________
51c9377f
JH
7265[ 7790] By: nick on 2000/11/20 23:57:11
7266 Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
7267 Branch: perlio
7268 ! scope.h
7269____________________________________________________________________________
7270[ 7789] By: nick on 2000/11/20 23:38:33
7271 Log: Integrate mainline
7272 Branch: perlio
7273 +> lib/File/Spec/Epoc.pm
7274 !> (integrate 34 files)
7275____________________________________________________________________________
7276[ 7788] By: nick on 2000/11/20 23:20:18
7277 Log: Make extra buffer layer work (dummy crlf layer)
7278 Branch: perlio
7279 ! doio.c perlio.c perlio.h
7280____________________________________________________________________________
2a06dd00
JH
7281[ 7787] By: jhi on 2000/11/20 22:44:04
7282 Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
7283 From: Peter Prymmer <pvhp@forte.com>
7284 Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
7285 Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
7286 Branch: perl
7287 ! t/pragma/locale.t
7288____________________________________________________________________________
7289[ 7786] By: jhi on 2000/11/20 22:29:10
7290 Log: Subject: DOC PATCH 5.6.0 perlreftut
7291 From: mjd@plover.com
7292 Date: 20 Nov 2000 19:45:06 -0000
7293 Message-ID: <20001120194506.9505.qmail@plover.com>
7294 Branch: perl
7295 ! pod/perlreftut.pod
7296____________________________________________________________________________
7297[ 7785] By: jhi on 2000/11/20 22:27:44
7298 Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
7299 From: David Dyck <dcd@tc.fluke.com>
7300 Date: Mon, 20 Nov 2000 11:43:40 -0800
7301 Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
7302 Branch: perl
7303 ! lib/Cwd.pm
7304____________________________________________________________________________
7305[ 7784] By: jhi on 2000/11/20 22:23:21
7306 Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
7307 Date: Mon, 20 Nov 2000 17:06:10 -0500
7308 To: Mailing list Perl5 <perl5-porters@perl.org>
7309 Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
7310 Branch: perl
7311 ! pp_ctl.c t/op/pat.t
7312____________________________________________________________________________
7313[ 7783] By: jhi on 2000/11/20 22:11:18
7314 Log: Subject: [PATCH] doop.c - UTF8 tr///
7315 From: Simon Cozens <simon@cozens.net>
7316 Date: Sat, 18 Nov 2000 18:49:30 +0000
7317 Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
7318
7319 Subject: Re: [PATCH] doop.c - UTF8 tr///
7320 From: Simon Cozens <simon@cozens.net>
7321 Date: Mon, 20 Nov 2000 20:45:22 +0000
7322 Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
7323
7324 Make tr on UTF-8 better but still not correct.
7325 Branch: perl
7326 ! doop.c
7327____________________________________________________________________________
7328[ 7782] By: jhi on 2000/11/20 22:02:16
7329 Log: Remove the shared object before attempting to create
7330 (by linking) a new one. E.g. in AIX not removing
7331 becomes quite painful if one tries to do more than one
7332 build in the same tree (an interrupted build, for example),
7333 since the AIX' shared dynaloader seemingly keeps the shared
7334 objects open and therefore 'busy' for quite a while, even when
7335 nobody is using the objects, leading into link failures.
7336 Branch: perl
7337 ! lib/ExtUtils/MM_Unix.pm
7338____________________________________________________________________________
51c9377f
JH
7339[ 7781] By: gsar on 2000/11/20 19:02:55
7340 Log: type mismatch due to faulty integration
7341 Branch: maint-5.6/perl
7342 ! toke.c win32/Makefile
7343____________________________________________________________________________
7344[ 7780] By: gsar on 2000/11/20 17:31:55
7345 Log: integrate changes#6392,6394..6399,6401..6404
7346
7347 The {multiplier} of a fixed substring was overlooked which
7348 caused a wrong initial search offset for that substring.
7349
7350 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
7351 From: Hugo <hv@crypt.compulink.co.uk>
7352 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
7353 Date: Thu, 13 Jul 2000 19:27:13 +0100
7354
7355 Fix the BOM bug: not a byteorder bug, a signedness bug.
7356
7357 Replace change #6337 with a better one.
7358
7359 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7360 From: Hugo <hv@crypt.compulink.co.uk>
7361 Date: Fri, 14 Jul 2000 04:16:20 +0100
7362 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
7363
7364 MakeMaker should not remove editor backups (*~) on `make clean`
7365 by default (completes change#6383)
7366
7367 move new variables to the end of the interpreter structure (for
7368 bincompat in code that doesn't #include XSUB.h)
7369
7370 rename totally bletcherous SvLOCK() thingy (doesn't do what the
7371 name suggests anyway)
7372
7373 various cleanups (typos, misformatted code, and small bugs)
7374
7375 typecasts needed for change#6394
7376
7377 typos in change#6399, regen headers
7378
7379 inconsistent types needs casts
7380
7381 PERL_OBJECT build tweaks
7382 Branch: maint-5.6/perl
7383 !> MANIFEST doop.c embed.h embed.pl embedvar.h
7384 !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
7385 !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
7386 !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
7387 !> toke.c util.c
7388____________________________________________________________________________
7389[ 7779] By: gsar on 2000/11/20 17:06:29
7390 Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
7391
7392 Cosmetics and perldelta.
7393
7394 Fix nits noticed by Boston.pm.
7395
7396 Do the cc sanity check both before the hints and
7397 after the cc selction.
7398
7399 get sprintf.t to adjust properly for 3-digit exponents
7400
7401 don't clobber *.orig files on *clean targets
7402
7403 fix bugs in processing %v-*d and similar format specs (from
7404 Avi Finkel <avi@finkel.org>)
7405
7406 sprintf test tweaks (from Dominic Dunlop)
7407
7408 new selfloader.t in change#6183 doesn't close DATA handles,
7409 and thus fails to clean up tmp files on dosish platforms
7410
7411 typos (spotted by Peter Prymmer)
7412
7413 typo fix from Craig Berry
7414 Branch: maint-5.6/perl
7415 !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
7416 !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
7417 !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
7418 !> x2p/Makefile.SH
7419____________________________________________________________________________
7420[ 7778] By: gsar on 2000/11/20 16:46:51
7421 Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
7422
7423 Subject: Re: format bug report [Patch]
7424 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7425 Date: Wed, 05 Jul 2000 13:12:52 +0200
7426 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
7427
7428 Subject: Re: format bug report [Patch]
7429 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7430 Date: Wed, 05 Jul 2000 14:10:01 +0200
7431 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
7432
7433 Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
7434 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7435 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
7436 Date: Fri, 07 Jul 2000 17:57:16 +0100
7437
7438 Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
7439 To: perl5-porters@perl.org
7440 From: Karsten Sperling <spiff@phreax.net>
7441 Date: Mon, 10 Jul 2000 15:12:52 +0200
7442 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
7443
7444 README.posix-bc podified from Thomas Dorner.
7445
7446 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
7447 From: Dominic Dunlop <domo@computer.org>
7448 Date: Tue, 11 Jul 2000 12:27:33 +0200
7449 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
7450
7451 Typo in #6341.
7452
7453 Fix for
7454 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
7455 From: Roderick Schertler <roderick@argon.org>
7456 Date: Tue, 11 Jul 2000 13:55:05 -0400
7457 Message-Id: <200007111755.NAA05077@jones.argon.org>
7458
7459 Minor cleanups on the booklist.
7460
7461 Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
7462 regen perltoc.
7463
7464 windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
7465 Branch: maint-5.6/perl
7466 +> pod/perlbook.pod
7467 !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
7468 !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
7469 !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
7470____________________________________________________________________________
2a06dd00
JH
7471[ 7777] By: jhi on 2000/11/20 16:08:49
7472 Log: Update Changes.
7473 Branch: perl
7474 ! Changes patchlevel.h
7475____________________________________________________________________________
7b69f83d
JH
7476[ 7776] By: jhi on 2000/11/20 15:27:56
7477 Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
7478 This may be overly harsh but until proven otherwise, we think this
7479 way, or until we have a simple test for Configure (having to start
7480 up servers is does not count as simple) to check for the problems.
7481 Branch: perl
7482 ! perl.h
7483____________________________________________________________________________
7484[ 7775] By: jhi on 2000/11/20 15:22:17
7485 Log: Solaris hints tweaks.
7486 Branch: perl
7487 ! hints/solaris_2.sh
7488____________________________________________________________________________
7489[ 7774] By: jhi on 2000/11/20 15:01:20
7490 Log: Add a workaround to SOCKS 64-bit problems.
7491 Branch: perl
7492 ! doio.c embed.h embed.pl perlsdio.h proto.h
7493____________________________________________________________________________
7494[ 7773] By: jhi on 2000/11/20 14:51:47
7495 Log: sysseek() instead of seek().
7496 Branch: perl
7497 ! t/lib/syslfs.t
7498____________________________________________________________________________
51c9377f
JH
7499[ 7772] By: gsar on 2000/11/20 13:06:23
7500 Log: integrate changes#6315..6319,6321..6331,6333..6338
7501
7502 Integrate with Sarathy, preliminary fix for unicos
7503 alignment problems in [ID 20000612.002] Perl problem on Cray system.
7504
7505 some debugger output does not go to the socket when RemotePort is set
7506
7507 winsock cleanup never done on Windows (leads to handle leaks)
7508
7509 fix UNC path handling on Windows under ithreads, and chdir()
7510 return value when given a non-existent directory
7511
7512 Autogenerate pod/Makefile and pod/buildtoc.
7513 buildtoc also checks whether the existin pods are
7514 mentioned in MANIFEST and perl.pod, and vice versa.
7515 (None of the thusly found discrepancies fixed yet.)
7516 roffitall also needs to be autogenerated similarly but it
7517 seems so badly out of date that I didn't touch it yet.
7518
7519 Config is being used.
7520
7521 Add =head1 NAMEs so that buildtoc is happy.
7522 (The CGI::Util nit reported to Lincoln.)
7523
7524 Fix complaints of buildtoc.
7525
7526 Fix the alignment problem in Crays ([ID 20000612.002]).
7527
7528 Remove perlbook, update perlfaq book listing,
7529 rearrange perl.pod, regenerate perltoc.
7530
7531 Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
7532 was cast to an unsigned (32-bit) integer with wild abandon.
7533
7534 winsock options weren't being set in all threads under ithreads
7535 (caused send()s from second and subsequent threads to fail)
7536
7537 accept() leaks memory on windows due to incorrect ordering of
7538 closesocket() and fclose() calls
7539
7540 Reorder perl.pod once more.
7541
7542 More POSIX.pod tweaks.
7543
7544 Sprinkle ldlibpath.
7545
7546 Precedence goof, fix based on
7547 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
7548 From: Hugo <hv@crypt.compulink.co.uk>
7549 Date: Tue, 11 Jul 2000 12:52:38 +0100
7550 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
7551
7552 Subject: PATCH perlguts.pod: Document D and d magic types
7553 From: mjd@plover.com
7554 Date: 5 Jul 2000 18:01:51 -0000
7555 Message-ID: <20000705180151.29413.qmail@plover.com>
7556
7557 Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
7558 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
7559 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
7560 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
7561
7562 Subject: [PATCH cfgperl] $& segfaults if you trick it
7563 From: simon@brecon.co.uk (Simon Cozens)
7564 Date: 7 Jul 2000 11:26:09 GMT
7565 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
7566
7567 Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
7568 From: Hugo <hv@crypt.compulink.co.uk>
7569 Date: Tue, 11 Jul 2000 12:44:50 +0100
7570 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
7571
7572 Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
7573 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7574 Date: Tue, 11 Jul 2000 13:50:51 +0100
7575 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
7576 Branch: maint-5.6/perl
7577 +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
7578 +> pod/buildtoc.PL
7579 - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
7580 !> (integrate 26 files)
7581____________________________________________________________________________
7582[ 7771] By: gsar on 2000/11/20 12:31:42
7583 Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
7584 6310,6311,6314
7585
7586 Subject: [PATCH bleedperl] File::Spec 0.82 beta
7587 From: Barrie Slaymaker <barries@jester.slaysys.com>
7588 Date: Wed, 28 Jun 2000 11:35:29 -0400
7589 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
7590
7591 tweak perlembed for multiplicity/usethreads sanity; correct notes
7592 about Windows
7593
7594 localize %INC in a Safe compartment so that use/require work
7595 (many other magic globals probably need similar treatment)
7596
7597 dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7598 when @_ is modified, causing coredumps
7599
7600 slurp mode fix in change#4736 still not quite right
7601
7602 Point to perlipc for more SysV IPC examples.
7603
7604 Elaborate POSIX.pod. Still needs work.
7605
7606 fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
7607
7608 fix large memory leak that has been around for ever, masked by
7609 -DPURIFY (most of the arenas were never freed!)
7610
7611 fix memory leak on Windows (PL_sys_intern contents were never
7612 freed)
7613
7614 PERL_OBJECT build tweak
7615
7616 adjust change#6299
7617
7618 remove rel2abs prototypes (from Barrie Slaymaker)
7619
7620 missing perldiag entry for unpack("w",...) diagnostic (from
7621 Andreas Koenig)
7622
7623 better diagnostic on Frob->stuff() when Frob:: doesn't exist
7624 (from Richard Soderberg <rs@oregonnet.com>)
7625
7626 Win32 patches for cfgperl from Sarathy.
7627
7628 b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7629
7630 More POSIX.pod embellishment.
7631
7632 tyop in change#6306
7633 Branch: maint-5.6/perl
7634 !> (integrate 44 files)
7635____________________________________________________________________________
7636[ 7770] By: gsar on 2000/11/20 11:51:00
7637 Log: integrate changes#6268..6282 from cfgperl branch
7638
7639 Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7640 From: Dominic Dunlop <domo@computer.org>
7641 Date: Thu, 29 Jun 2000 12:32:39 +0200
7642 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
7643
7644 Regen headers for #6261 (and update embed.pl for this) and #6267,
7645 silence few compiler warnings.
7646
7647 Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7648 From: Nicholas Clark <nick@talking.bollo.cx>
7649 Date: Fri, 23 Jun 2000 16:21:15 +0100
7650 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7651
7652 Subject: PATCH pod/perltie.pod
7653 From: Ian Phillipps <Ian.Phillipps@iname.com>
7654 Date: Fri, 16 Jun 2000 00:17:19 +0100
7655 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7656 (only the first hunk, the second hunk had already been done
7657 by some other patch)
7658
7659 Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7660 From: Tom Phoenix <rootbeer@redcat.com>
7661 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7662 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7663
7664 Subject: [PATCH] xsub attributes
7665 From: Doug MacEachern <dougm@covalent.net>
7666 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7667 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7668
7669 Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7670 From: Andy Dougherty <doughera@lafayette.edu>
7671 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7672 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7673
7674 Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7675 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7676 Date: Tue, 13 Jun 2000 02:43:48 -0500
7677 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7678
7679 Subject: [PATCH] Re: eval documentation: context
7680 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7681 Date: Mon, 12 Jun 2000 15:07:29 +0100
7682 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7683
7684 Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7685 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7686 Date: Mon, 12 Jun 2000 14:55:59 +0100
7687 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7688
7689 Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7690 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7691 Date: Fri, 09 Jun 2000 12:39:27 -0400
7692 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7693 (plus update the version "number" of Text::Wrap)
7694
7695 Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7696 From: Tim Ayers <tayers@bridge.com>
7697 Date: Thu, 08 Jun 2000 08:11:06 +0200
7698 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7699 [resent by Richard Foley, Message-Id probably wrong]
7700
7701 Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
7702 From: rspier@pobox.com (Robert Spier)
7703 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7704 Message-ID: <14654.31913.845602.610277@rls.cx>
7705
7706 Subject: [PATCH 5.6.0] utils/h2xs.PL
7707 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7708 Date: Wed, 7 Jun 2000 04:02:04 -0500
7709 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7710
7711 Subject: [PATCH 5.6.0]ITHREADs for VMS
7712 From: Dan Sugalski <dan@sidhe.org>
7713 Date: Tue, 06 Jun 2000 11:59:50 -0400
7714 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7715 Branch: maint-5.6/perl
7716 !> (integrate 31 files)
7717____________________________________________________________________________
7718[ 7769] By: gsar on 2000/11/20 11:29:06
7719 Log: integrate changes#6261..6266 from cfgperl
7720
7721 Subject: Re: [PATCH cfgperl] BOMs away!
7722 From: simon@brecon.co.uk (Simon Cozens)
7723 Date: 17 Jun 2000 11:49:57 GMT
7724 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7725
7726 Subject: 5.6.0 Patch for EPOC
7727 From: Olaf Flebbe <o.flebbe@gmx.de>
7728 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7729 Message-ID: <23449.960929969@www11.gmx.net>
7730
7731 tr fixes from Simon Cozens
7732
7733 Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7734 From: Marty Lucich <marty@netcom.com>
7735 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7736 Message-Id: <200006282116.OAA11148@netcom.com>
7737 ccdlflags update (the BSD/OS 4.1 part had already been taken
7738 care of by #6141).
7739
7740 Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7741 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7742 Date: Wed, 28 Jun 2000 17:50:12 -0700
7743 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7744
7745 Subject: [PATCH 5.6.0] cygwin port
7746 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7747 From: "Fifer, Eric" <EFifer@sanwaint.com>
7748 Date: Thu, 29 Jun 2000 12:58:29 +0100
7749 Branch: maint-5.6/perl
7750 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7751 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7752 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7753 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7754____________________________________________________________________________
7755[ 7768] By: gsar on 2000/11/20 11:13:44
7756 Log: integrate changes#6252..6256,6259..6260
7757
7758 Paranoia tweak on #6249.
7759 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7760 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7761 Date: Sun, 25 Jun 2000 23:43:12 -0400
7762 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7763
7764 Subject: tr///, help wanted.
7765 From: simon@brecon.co.uk (Simon Cozens)
7766 Date: 28 Jun 2000 11:29:04 GMT
7767 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7768
7769 small thinko tweaks
7770
7771 tweaks from Simon Conzes to further fix tr/// under utf8
7772
7773 perlnewmod was missing from MANIFEST.
7774
7775 Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7776 From: simon@brecon.co.uk (Simon Cozens)
7777 Date: 17 Jun 2000 11:56:44 GMT
7778 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
7779 pack U0, pack C0
7780 Branch: maint-5.6/perl
7781 !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
7782 !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
7783 !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
7784 !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
7785____________________________________________________________________________
7786[ 7767] By: gsar on 2000/11/20 10:51:38
7787 Log: integrate change#6250 from cfgperl
7788
7789 Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7790 From: Doug MacEachern <dougm@covalent.net>
7791 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7792 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7793 Branch: maint-5.6/perl
7794 +> t/op/my_stash.t
7795 !> MANIFEST embed.pl global.sym proto.h toke.c
7796____________________________________________________________________________
7797[ 7766] By: gsar on 2000/11/20 10:48:34
7798 Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
7799
7800 Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7801 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7802 Date: Mon, 26 Jun 2000 18:40:14 +0100
7803 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7804
7805 Subject: [PATCH] bytes<->utf8 fixes
7806 From: simon@brecon.co.uk (Simon Cozens)
7807 Date: 26 Jun 2000 04:55:45 GMT
7808 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7809
7810 Subject: [PATCH] is_utf8_string
7811 From: simon@brecon.co.uk (Simon Cozens)
7812 Date: 26 Jun 2000 02:25:59 GMT
7813 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7814
7815 Subject: [PATCH] avoid mg_ptr in '*' magic
7816 From: Doug MacEachern <dougm@covalent.net>
7817 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7818 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7819
7820 Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7821 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7822 Date: Sat, 24 Jun 2000 13:06:20 +0100
7823 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7824
7825 Allow for standalone testing.
7826
7827 Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7828 From: Mark-Jason Dominus <mjd@plover.com>
7829 Date: Tue, 27 Jun 2000 22:36:42 -0400
7830 Message-ID: <20000628023642.12166.qmail@plover.com>
7831
7832 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7833 From: Frank Tobin <ftobin@uiuc.edu>
7834 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7835 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7836 Branch: maint-5.6/perl
7837 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7838 !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
7839 !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
7840 !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
7841 !> utf8.c utils/h2xs.PL
7842____________________________________________________________________________
7843[ 7765] By: gsar on 2000/11/20 10:29:13
7844 Log: integrate change#6239 from cfgperl
7845
7846 Configure maintenance. Sever some dependency cycles,
7847 separate gccversion from the cc unit,
7848 address [ID 20000623.006] Configure script patch for using gcc on AIX
7849 (but solve it a little bit differently),
7850 unduplex some accidentally duplicated units,
7851 suggest using gcc if no cc available
7852 (p5p thread: "Solaris configure: counterproposal", 1999-09)
7853 Branch: maint-5.6/perl
7854 !> Configure Todo-5.6 config_h.SH
7855____________________________________________________________________________
7856[ 7764] By: gsar on 2000/11/20 10:25:55
7857 Log: integrate changes#6233..6238 from cfgperl
7858
7859 Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
7860 From: Mark-Jason Dominus <mjd@plover.com>
7861 Date: Fri, 16 Jun 2000 20:53:04 -0400
7862 Message-ID: <20000617005304.8008.qmail@plover.com>
7863
7864 Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
7865 because when run as services (Win32ese for daemons)
7866 no environment variables are set and tmpdir ends up as /tmp,
7867 which is ambiguous.
7868 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
7869 From: matt@sergeant.org
7870 Date: 16 Jun 2000 16:30:43 -0000
7871 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
7872
7873 The thread begun by
7874 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
7875 From: Kevin.Ruscoe@ubsw.com
7876 Date: Fri, 16 Jun 2000 16:38:51 +0100
7877 Message-Id: <H000019b03c300d6@MHS>
7878
7879 Tweak embed.pl, regen headers.
7880
7881 Subject: [PATCH 5.6.0] XS module loading fixup for VMS
7882 From: Dan Sugalski <dan@sidhe.org>
7883 Date: Fri, 23 Jun 2000 17:00:00 -0400
7884 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
7885 Branch: maint-5.6/perl
7886 !> (integrate 27 files)
7887____________________________________________________________________________
7888[ 7763] By: gsar on 2000/11/20 10:08:08
7889 Log: s/perl56delta/perldelta/g
7890 Branch: maint-5.6/perl
7891 ! pod/Makefile
7892____________________________________________________________________________
7893[ 7762] By: gsar on 2000/11/20 10:04:00
7894 Log: integrate changes#6225,6229,6231,6232 from cfgperl
7895
7896 Add source code filenames to apidoc.
7897 From: simon@brecon.co.uk (Simon Cozens)
7898 Subject: [PATCH embed.pl] Source X-ref
7899 Date: 22 Jun 2000 02:18:49 GMT
7900 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
7901
7902 Subject: README.hpux version 0.6.1
7903 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
7904 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7905 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
7906
7907 Subject: [PATCH 5.6.0] cygwin port
7908 From: "Fifer, Eric" <EFifer@sanwaint.com>
7909 Date: Tue, 20 Jun 2000 14:30:58 +0100
7910 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
7911
7912 Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
7913 From: simon@brecon.co.uk (Simon Cozens)
7914 Date: 19 Jun 2000 15:18:27 GMT
7915 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
7916
7917 plus update pod/Makefile and regenerate perltoc
7918 Branch: maint-5.6/perl
7919 +> pod/perlutil.pod
7920 !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
7921 !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
7922____________________________________________________________________________
7b69f83d
JH
7923[ 7761] By: jhi on 2000/11/20 04:09:55
7924 Log: Miraculous typo.
7925 Branch: perl
7926 ! t/op/pat.t
7927____________________________________________________________________________
7928[ 7760] By: jhi on 2000/11/20 04:06:08
7929 Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7930 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7931 Date: Sun, 19 Nov 2000 22:30:26 -0500
7932 Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
7933 Branch: perl
7934 ! regexec.c scope.h t/op/pat.t
7935____________________________________________________________________________
7936[ 7759] By: jhi on 2000/11/20 02:05:22
7937 Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
7938 Branch: perl
7939 ! perl.h
7940____________________________________________________________________________
7941[ 7758] By: jhi on 2000/11/20 01:58:11
7942 Log: Subject: [perl 7711: EPOC] updates
7943 From: Olaf Flebbe <o.flebbe@gmx.de>
7944 Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
7945 Message-ID: <25575.974658810@www23.gmx.net>
7946 Branch: perl
7947 + lib/File/Spec/Epoc.pm
7948 ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
7949 ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
7950 ! lib/File/Spec.pm perl.c sv.c
7951____________________________________________________________________________
7952[ 7757] By: jhi on 2000/11/20 01:53:11
7953 Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
7954 Branch: perl
7955 ! MANIFEST
7956____________________________________________________________________________
7957[ 7756] By: jhi on 2000/11/20 01:47:22
7958 Log: Integrate perlio.
7959 Branch: perl
7960 - ext/re/hints/MSWin32.pl
7961 !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
7962 !> win32/config.gc win32/config_H.gc win32/win32sck.c
7963____________________________________________________________________________
51c9377f
JH
7964[ 7755] By: nick on 2000/11/19 20:57:17
7965 Log: Add dummy crlf layer (just as buffer)
7966 Correct 1st bug - one layer of indirection.
7967 Branch: perlio
7968 ! perlio.c perlio.h perliol.h
7969____________________________________________________________________________
7970[ 7754] By: nick on 2000/11/19 20:56:12
7971 Log: Work-round to Perl_deb_nocontext is no longer required
7972 Branch: perlio
7973 - ext/re/hints/MSWin32.pl
7974____________________________________________________________________________
7975[ 7753] By: nick on 2000/11/19 20:01:16
7976 Log: diff -se shows these as different
7977 Branch: perlio
7978 ! global.sym pod/perlapi.pod
7979____________________________________________________________________________
7980[ 7752] By: nick on 2000/11/19 18:57:30
7981 Log: Configure GCC/Win32 build -Duseperlio
7982 Fix a couple of gross issues
7983 - double-include of ../deb.o in re.dll
7984 - win32sck.c needs PerlIO and FILE
7985 Branch: perlio
7986 ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
7987 ! win32/win32sck.c
7988____________________________________________________________________________
7989[ 7751] By: nick on 2000/11/19 17:05:36
7990 Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
7991 Branch: perlio
7992 ! perlio.c
7993____________________________________________________________________________
7994[ 7750] By: nick on 2000/11/19 16:57:14
7995 Log: Missing aTHX_
7996 Branch: perlio
7997 ! sv.c
7998____________________________________________________________________________
7b69f83d
JH
7999[ 7749] By: jhi on 2000/11/19 16:28:40
8000 Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
8001 From: "Peter J. Farley III" <pjfarley@banet.net>
8002 Date: Sun, 19 Nov 2000 01:42:58 -0500
8003 Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
8004 Branch: perl
8005 ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
8006____________________________________________________________________________
8007[ 7748] By: jhi on 2000/11/19 16:08:10
8008 Log: Subject: podlators 1.05 available
8009 From: Russ Allbery <rra@stanford.edu>
8010 Date: 18 Nov 2000 22:04:28 -0800
8011 Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
8012 Branch: perl
8013 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
8014____________________________________________________________________________
51c9377f
JH
8015[ 7747] By: nick on 2000/11/19 11:19:39
8016 Log: Integrate mainline
8017 Branch: perlio
8018 !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
8019 !> util.c
8020____________________________________________________________________________
7b69f83d
JH
8021[ 7746] By: jhi on 2000/11/19 06:42:22
8022 Log: Make hex scanning warn on "\x{x}" and "\xx".
8023 "\x" and and hex("x") are still valid.
8024 Branch: perl
8025 ! util.c
8026____________________________________________________________________________
51c9377f
JH
8027[ 7745] By: nick on 2000/11/18 22:52:28
8028 Log: Integrate mainline
8029 Branch: perlio
8030 !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
8031 !> perl.h perlio.c proto.h regcomp.c regcomp.h
8032____________________________________________________________________________
7b69f83d
JH
8033[ 7744] By: jhi on 2000/11/18 22:50:28
8034 Log: Introduce Perl_utf8_length(). Use it.
8035 Branch: perl
8036 ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
8037____________________________________________________________________________
8038[ 7743] By: jhi on 2000/11/18 22:38:51
8039 Log: Compiler denit.
8040 Branch: perl
8041 ! perlio.c
8042____________________________________________________________________________
8043[ 7742] By: jhi on 2000/11/18 20:33:05
8044 Log: Integrate perlio.
8045 Branch: perl
8046 !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
8047 !> perlio.h pp_ctl.c pp_sys.c sv.c
8048____________________________________________________________________________
8049[ 7741] By: jhi on 2000/11/18 20:31:27
8050 Log: Subject: [PATCH 5.7.0] make regcomp reenterable
8051 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8052 Date: Fri, 17 Nov 2000 20:35:11 -0500
8053 Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
8054
8055 Subject: Re: [PATCH 5.7.0] make regcomp reenterable
8056 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8057 Date: Fri, 17 Nov 2000 21:03:47 -0500
8058 Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
8059
8060 Plus a little bit of tweaking in pregcomp().
8061 Branch: perl
8062 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
8063____________________________________________________________________________
51c9377f
JH
8064[ 7740] By: nick on 2000/11/18 20:17:22
8065 Log: Lexical use open ... support:
8066 add ->cop_io to COP structure in cop.h.
8067 Make mg.c and gv.c associate it with ${^OPEN}.
8068 Make lib/open.pm set it.
8069 Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
8070 manner similar to ->cop_warnings.
8071 Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
8072 call new PerlIO_apply_layers().
8073 Declare latter in perlio.h and define in perlio.c
8074 Branch: perlio
8075 ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
8076 ! perlio.h pp_ctl.c pp_sys.c sv.c
8077____________________________________________________________________________
7b69f83d
JH
8078[ 7739] By: jhi on 2000/11/18 19:54:00
8079 Log: Integrate perlio.
8080 Branch: perl
8081 !> doio.c perlio.c pp.c
8082____________________________________________________________________________
8083[ 7738] By: jhi on 2000/11/18 17:16:13
8084 Log: Subject: [PATCH 5.7.0] etags broken again
8085 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8086 Date: Sat, 18 Nov 2000 02:41:36 -0500
8087 Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
8088 Branch: perl
8089 ! emacs/ptags
8090____________________________________________________________________________
8091[ 7737] By: jhi on 2000/11/18 17:12:18
8092 Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
8093 Branch: perl
8094 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8095____________________________________________________________________________
51c9377f
JH
8096[ 7736] By: nick on 2000/11/18 14:06:20
8097 Log: Basic tweaks to do_open() type parsing to allow layer/discipline
8098 part to be isolated.
8099 Branch: perlio
8100 ! doio.c perlio.c
8101____________________________________________________________________________
8102[ 7735] By: nick on 2000/11/18 11:03:32
8103 Log: Integrate mainline
8104 Branch: perlio
8105 !> Changes README.amiga README.win32 patchlevel.h
8106 !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
8107____________________________________________________________________________
7b69f83d
JH
8108[ 7734] By: jhi on 2000/11/18 01:18:56
8109 Log: Update Changes.
8110 Branch: perl
8111 ! Changes patchlevel.h
8112____________________________________________________________________________
355cf289
JH
8113[ 7733] By: jhi on 2000/11/18 00:32:54
8114 Log: Subject: [PATCH 5.7.0] restore match data on backtracing
8115 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8116 Date: Fri, 17 Nov 2000 17:28:02 -0500
8117 Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
8118 Branch: perl
8119 ! regcomp.c regexec.c t/op/re_tests
8120____________________________________________________________________________
8121[ 7732] By: jhi on 2000/11/18 00:28:56
8122 Log: Sparc 64-bit pack() fix from Jens Hamisch.
8123 Branch: perl
8124 ! pp.c
8125____________________________________________________________________________
8126[ 7731] By: jhi on 2000/11/18 00:18:39
8127 Log: Explain in more detail the {} syntax ambiguousity.
8128
8129 Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
8130 From: Nicholas Clark <nick@ccl4.org>
8131 Date: Fri, 17 Nov 2000 22:10:28 +0000
8132 Message-ID: <20001117221028.A88930@plum.flirble.org>
8133 Branch: perl
8134 ! pod/perlfunc.pod
8135____________________________________________________________________________
8136[ 7730] By: jhi on 2000/11/18 00:12:18
8137 Log: Subject: Fix for README.amiga (20000323.033)
8138 From: "Stephen P. Potter" <spp@spotter.yi.org>
8139 Date: Fri, 17 Nov 2000 12:25:51 -0500
8140 Message-Id: <200011171725.MAA05768@spotter.yi.org>
8141 Branch: perl
8142 ! README.amiga
8143____________________________________________________________________________
8144[ 7729] By: jhi on 2000/11/18 00:08:34
8145 Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
8146 From: "A. C. Yardley" <yardley@tanet.net>
8147 Date: Mon, 3 Apr 2000 11:35:33 -0700
8148 Message-ID: <3483.000403@tanet.net>
8149 Branch: perl
8150 ! README.win32
8151____________________________________________________________________________
51c9377f
JH
8152[ 7728] By: nick on 2000/11/17 21:59:47
8153 Log: Integrate mainline
8154 Branch: perlio
8155 !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
8156 !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
8157 !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
8158 !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
8159____________________________________________________________________________
8160[ 7727] By: nick on 2000/11/17 21:56:31
8161 Log: Experiment on use of attributes.pm interface.
8162 Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
8163 SVt_PVRV if not already something better (else vivify of say magic gets
8164 core dump).
8165 Branch: perlio
8166 ! perlio.c pp.c
8167____________________________________________________________________________
355cf289
JH
8168[ 7726] By: jhi on 2000/11/17 14:15:49
8169 Log: Subject: Fix for 20000815.006
8170 From: "Stephen P. Potter" <spp@spotter.yi.org>
8171 Date: Fri, 17 Nov 2000 08:57:45 -0500
8172 Message-Id: <200011171357.IAA05122@spotter.yi.org>
8173
8174 It's really 20000518.006.
8175 Branch: perl
8176 ! pod/perlmodlib.PL
8177____________________________________________________________________________
8178[ 7725] By: jhi on 2000/11/17 14:12:31
8179 Log: Subject: Fix for 20000409.001
8180 From: "Stephen P. Potter" <spp@spotter.yi.org>
8181 Date: Fri, 17 Nov 2000 08:55:45 -0500
8182 Message-Id: <200011171355.IAA05104@spotter.yi.org>
8183 Branch: perl
8184 ! pod/perlfaq9.pod
8185____________________________________________________________________________
8186[ 7724] By: jhi on 2000/11/17 14:08:58
8187 Log: Undo #7627 now that we have =head3.
8188 Branch: perl
8189 ! pod/perlhack.pod
8190____________________________________________________________________________
8191[ 7723] By: jhi on 2000/11/17 14:04:09
8192 Log: As surmised the #7719 wasn't a good move.
8193 Branch: perl
8194 ! hints/solaris_2.sh
8195____________________________________________________________________________
8196[ 7722] By: jhi on 2000/11/17 13:59:04
8197 Log: Also the 64bitall hints can be either here or there.
8198 Branch: perl
8199 ! hints/solaris_2.sh
8200____________________________________________________________________________
8201[ 7721] By: jhi on 2000/11/17 02:26:23
8202 Log: Test tweak for the open pragma.
8203 Branch: perl
8204 ! t/lib/b.t
8205____________________________________________________________________________
8206[ 7720] By: jhi on 2000/11/17 00:23:22
8207 Log: The long double hints can be here or there.
8208 Branch: perl
8209 ! hints/solaris_2.sh
8210____________________________________________________________________________
8211[ 7719] By: jhi on 2000/11/17 00:14:06
8212 Log: For Solaris use64bitall the stdchar needs a little bit of help.
8213 Branch: perl
8214 ! hints/solaris_2.sh
8215____________________________________________________________________________
8216[ 7718] By: jhi on 2000/11/16 23:27:34
8217 Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
8218 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8219 Date: Wed, 15 Nov 2000 08:56:32 +0100
8220 Message-ID: <3A1241B0.64477E00@alcatel.at>
8221 Branch: perl
8222 ! lib/Carp/Heavy.pm
8223____________________________________________________________________________
8224[ 7717] By: jhi on 2000/11/16 23:23:29
8225 Log: Subject: [PATCH] Re: 20001101.003 PDL
8226 From: Nicholas Clark <nick@ccl4.org>
8227 Date: Thu, 16 Nov 2000 16:48:25 +0000
8228 Message-ID: <20001116164825.B93487@plum.flirble.org>
8229 Branch: perl
8230 ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
8231____________________________________________________________________________
8232[ 7716] By: jhi on 2000/11/16 23:21:31
8233 Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
8234 From: "Casey R. Tweten" <crt@kiski.net>
8235 Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
8236 Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
8237 Branch: perl
8238 ! lib/Pod/Checker.pm pod/perlpod.pod
8239____________________________________________________________________________
8240[ 7715] By: jhi on 2000/11/16 23:19:40
8241 Log: Avoid an infinite loop in VMS when utils scripts are run
8242 with no arguments, from Charles Lane.
8243 Branch: perl
8244 ! configure.com
8245____________________________________________________________________________
8246[ 7714] By: jhi on 2000/11/16 23:17:08
8247 Log: Subject: perllocale.pod changes
8248 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8249 Date: Mon, 13 Nov 2000 10:09:22 +0300
8250 Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
8251 Branch: perl
8252 ! pod/perllocale.pod
8253____________________________________________________________________________
8254[ 7713] By: jhi on 2000/11/16 23:14:06
8255 Log: Integrate perlio.
8256 Branch: perl
8257 !> doio.c perlio.c perlio.h util.c
8258____________________________________________________________________________
51c9377f
JH
8259[ 7712] By: nick on 2000/11/16 21:10:58
8260 Log: Integrate mainline
8261 Branch: perlio
8262 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8263 !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
8264 !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
8265 !> vos/config.ga.def vos/config.ga.h win32/config.bc
8266 !> win32/config.gc win32/config.vc
8267____________________________________________________________________________
8268[ 7711] By: nick on 2000/11/16 19:56:41
8269 Log: Minor tweaks:
8270 consistent way of getting 'rb', 'wb' etc. for binary opens
8271 move *perlio::layers to *open::layers
8272 a #define to show layers available
8273 DOSISH popen/PerlIO had export/import sense inverted.
8274 Branch: perlio
8275 ! doio.c perlio.c perlio.h util.c
8276____________________________________________________________________________
355cf289
JH
8277[ 7710] By: jhi on 2000/11/16 15:46:05
8278 Log: Add HAS_SBRK_PROTO.
8279 Branch: metaconfig/U/perl
8280 + d_sbrkproto.U
8281 Branch: perl
8282 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8283 ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
8284 ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
8285 ! vos/config.ga.def vos/config.ga.h win32/config.bc
8286 ! win32/config.gc win32/config.vc
8287____________________________________________________________________________
51c9377f
JH
8288[ 7709] By: nick on 2000/11/16 07:31:49
8289 Log: Integrate mainline
8290 Branch: perlio
8291 !> (integrate 35 files)
8292____________________________________________________________________________
355cf289
JH
8293[ 7708] By: jhi on 2000/11/16 05:33:03
8294 Log: These files are text, not binary.
8295 Branch: perl
8296 ! ext/Encode/Encode/iso8859-10.enc
8297 ! ext/Encode/Encode/iso8859-13.enc
8298 ! ext/Encode/Encode/iso8859-14.enc
8299 ! ext/Encode/Encode/iso8859-15.enc
8300____________________________________________________________________________
8301[ 7707] By: jhi on 2000/11/16 01:53:37
8302 Log: Update Changes.
8303 Branch: perl
8304 ! Changes patchlevel.h
8305____________________________________________________________________________
734efae8
JH
8306[ 7706] By: jhi on 2000/11/16 01:35:59
8307 Log: More #undefing of stdio.
8308 Branch: perl
8309 ! fakesdio.h nostdio.h
8310____________________________________________________________________________
8311[ 7705] By: jhi on 2000/11/16 01:34:18
8312 Log: Add fwalk() probe to the configuration files and regen perltoc.
8313 Branch: perl
8314 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8315 ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
8316 ! uconfig.h uconfig.sh util.c vos/config.alpha.def
8317 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8318 ! win32/config.bc win32/config.gc win32/config.vc
8319____________________________________________________________________________
51c9377f
JH
8320[ 7704] By: jhi on 2000/11/16 01:33:07
8321 Log: Add the _fwalk() unit. (The probe says 'fwalk()'. Time for
8322 an optional third argument to Inlibc?)
8323 Branch: metaconfig/U/perl
8324 + d__fwalk.U
8325____________________________________________________________________________
734efae8
JH
8326[ 7703] By: jhi on 2000/11/16 01:09:22
8327 Log: The type of the hash_cb() size argument is tricky.
8328 Branch: perl
8329 ! ext/DB_File/DB_File.xs
8330____________________________________________________________________________
8331[ 7702] By: jhi on 2000/11/15 23:01:16
8332 Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
8333 Branch: perl
8334 ! nostdio.h
8335____________________________________________________________________________
8336[ 7701] By: jhi on 2000/11/15 22:52:32
8337 Log: Detypo.
8338 Branch: perl
8339 ! t/lib/bigfltpm.t
8340____________________________________________________________________________
8341[ 7700] By: jhi on 2000/11/15 22:51:56
8342 Log: UINT64_C() work continues.
8343 Branch: perl
8344 ! handy.h perl.h utf8.h
8345____________________________________________________________________________
8346[ 7699] By: jhi on 2000/11/15 14:13:04
8347 Log: SOCKS has its own USE_THREADS, based on
8348
8349 Subject: [ID 20001114.002] et. al. bugfix followup
8350 From: Jens Hamisch <jens@Strawberry.COM>
8351 Date: Wed, 15 Nov 2000 14:23:11 +0100
8352 Message-ID: <20001115142311.A21164@Strawberry.COM>
8353 Branch: perl
8354 ! perl.h
8355____________________________________________________________________________
8356[ 7698] By: jhi on 2000/11/15 03:50:56
8357 Log: Add few missing #undefs and sort them.
8358 Branch: perl
8359 ! fakesdio.h
8360____________________________________________________________________________
8361[ 7697] By: jhi on 2000/11/15 03:39:14
8362 Log: Linenumber fix.
8363 Branch: perl
8364 ! t/pragma/warn/utf8
8365____________________________________________________________________________
8366[ 7696] By: jhi on 2000/11/15 02:55:26
8367 Log: EBCDIC tweaks.
8368
8369 Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
8370 From: Peter Prymmer <pvhp@forte.com>
8371 Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
8372 Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
8373 Branch: perl
8374 ! t/op/regmesg.t t/pragma/warn/utf8
8375____________________________________________________________________________
8376[ 7695] By: jhi on 2000/11/15 02:53:58
8377 Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
8378 From: Peter Prymmer <pvhp@forte.com>
8379 Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
8380 Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
8381 Branch: perl
8382 ! utf8.c
8383____________________________________________________________________________
8384[ 7694] By: jhi on 2000/11/15 02:50:55
8385 Log: Subject: [PATCH: perl@7674] updates to README.os390
8386 From: Prymmer/Kahn <pvhp@best.com>
8387 Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
8388 Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
8389 Branch: perl
8390 ! README.os390
8391____________________________________________________________________________
8392[ 7693] By: jhi on 2000/11/15 02:48:37
8393 Log: Quit utf8_to_uv() instantly if curlen == 0.
8394 Branch: perl
8395 ! utf8.c
8396____________________________________________________________________________
8397[ 7692] By: jhi on 2000/11/15 02:24:29
8398 Log: Use u_int32_t for the size of hash_cb(), not size_t.
8399
8400 Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
8401 From: Jens Hamisch <jens@Strawberry.COM>
8402 Date: Tue, 14 Nov 2000 19:03:55 +0100
8403 Message-Id: <20001114190355.A20559@Strawberry.COM>
8404 Branch: perl
8405 ! ext/DB_File/DB_File.xs
8406____________________________________________________________________________
8407[ 7691] By: jhi on 2000/11/15 02:20:12
8408 Log: Use UINT64_C().
8409
8410 Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
8411 From: Jens Hamisch <jens@Strawberry.COM>
8412 Date: Tue, 14 Nov 2000 19:16:23 +0100
8413 Message-Id: <20001114191623.G20559@Strawberry.COM>
8414 Branch: perl
8415 ! utf8.c utf8.h
8416____________________________________________________________________________
8417[ 7690] By: jhi on 2000/11/15 02:17:06
8418 Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
8419 (a macro to define signed and unsigned integer constants).
8420 Branch: perl
8421 ! handy.h
8422____________________________________________________________________________
8423[ 7689] By: jhi on 2000/11/15 01:56:51
8424 Log: Regen Configure.
8425 Branch: perl
8426 ! Configure
8427____________________________________________________________________________
51c9377f
JH
8428[ 7688] By: jhi on 2000/11/15 01:56:32
8429 Log: Make the unit know about SOCKS.
8430 Branch: metaconfig
8431 ! U/protos/socksizetype.U
8432____________________________________________________________________________
8433[ 7687] By: jhi on 2000/11/15 01:54:47
8434 Log: Remove unused dependencies.
8435 Branch: metaconfig
8436 ! U/compline/d_getpagsz.U
8437____________________________________________________________________________
8438[ 7686] By: nick on 2000/11/14 21:25:13
8439 Log: Integrate mainline.
8440 Branch: perlio
8441 +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
8442 !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
8443 !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
8444 !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
8445 !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
8446 !> win32/config.bc win32/config.gc win32/config.vc
8447 !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
8448____________________________________________________________________________
734efae8
JH
8449[ 7685] By: jhi on 2000/11/14 17:54:56
8450 Log: Integrate perlio.
8451 Branch: perl
8452 +> fakesdio.h perliol.h
8453 !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
8454 !> perlsdio.h perlsfio.h pod/perlfunc.pod
8455____________________________________________________________________________
51c9377f
JH
8456[ 7684] By: nick on 2000/11/14 17:43:04
8457 Log: PerlIO #include and #ifdef re-work.
8458 Branch: perlio
8459 + fakesdio.h perliol.h
8460 ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
8461 ! perlsdio.h perlsfio.h
8462____________________________________________________________________________
734efae8
JH
8463[ 7683] By: jhi on 2000/11/14 15:42:40
8464 Log: Hoist the duplicated socket/netdb include logic to perl.h;
8465 undef SETERRNO in case SOCKS has defined it. Based on:
8466
8467 Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris
8468 From: Jens Hamisch <jens@Strawberry.COM>
8469 Date: Tue, 14 Nov 2000 11:34:40 +0100
8470 Message-Id: <20001114113440.A20005@Strawberry.COM>
8471 Branch: perl
8472 ! doio.c perl.h pp_sys.c
8473____________________________________________________________________________
8474[ 7682] By: jhi on 2000/11/14 14:07:28
8475 Log: Subject: some additions for makefiles for win32 (for perl@7674)
8476 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8477 Date: Tue, 14 Nov 2000 09:31:13 +0300
8478 Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
8479 Branch: perl
8480 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
8481 ! win32/makefile.mk
8482____________________________________________________________________________
8483[ 7681] By: jhi on 2000/11/14 14:01:41
8484 Log: Subject: tiny typo in perl5db.pl
8485 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8486 Date: Tue, 14 Nov 2000 09:29:28 +0300
8487 Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
8488 Branch: perl
8489 ! lib/perl5db.pl
8490____________________________________________________________________________
8491[ 7680] By: jhi on 2000/11/14 04:13:50
8492 Log: Redo #7679 with LFs instead of CRLFs.
8493 Branch: perl
8494 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
8495 ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
8496 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
8497____________________________________________________________________________
8498[ 7679] By: jhi on 2000/11/14 01:21:09
8499 Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
8500 From: Benjamin Stuhl <tiriath@yahoo.com>
8501 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
8502 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
8503 Branch: perl
8504 + win32/bin/mdelete.bat
8505 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8506 ! makedef.pl perlio.c win32/Makefile win32/config.gc
8507 ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
8508____________________________________________________________________________
8509[ 7678] By: jhi on 2000/11/14 01:19:20
8510 Log: Fix the re extension building for Win32.
8511
8512 Subject: [PATCH perl@7638] Get PerlIO building on Win32
8513 From: Benjamin Stuhl <tiriath@yahoo.com>
8514 Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
8515 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
8516 Branch: perl
8517 + ext/re/hints/MSWin32.pl
8518 ! MANIFEST
8519____________________________________________________________________________
8520[ 7677] By: jhi on 2000/11/14 01:13:54
8521 Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
8522 From: sthoenna@efn.org
8523 Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
8524 Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
8525 Branch: perl
8526 ! doop.c pp.c toke.c utf8.c utf8.h
8527____________________________________________________________________________
8528[ 7676] By: jhi on 2000/11/13 20:23:15
8529 Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8530 From: Nicholas Clark <nick@ccl4.org>
8531 Date: Mon, 13 Nov 2000 18:55:04 +0000
8532 Message-ID: <20001113185504.J29183@plum.flirble.org>
8533 Branch: perl
8534 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
8535____________________________________________________________________________
51c9377f
JH
8536[ 7675] By: nick on 2000/11/13 20:21:57
8537 Log: Integrate mainline ...
8538 Branch: perlio
8539 !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
8540 !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
8541 !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
8542 !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
8543____________________________________________________________________________
734efae8
JH
8544[ 7674] By: jhi on 2000/11/13 15:07:56
8545 Log: Update Changes.
8546 Branch: perl
8547 ! Changes patchlevel.h
8548____________________________________________________________________________
436e4861
JH
8549[ 7673] By: jhi on 2000/11/13 14:42:42
8550 Log: Remove the new two tests of lib/io_xs for now, they seem to
8551 fail under perlio on some platforms.
8552 Branch: perl
8553 ! t/lib/io_xs.t
8554____________________________________________________________________________
8555[ 7672] By: jhi on 2000/11/13 13:57:53
8556 Log: Make PerlIO_getpos() to behave like fgetpos() on return.
8557 Branch: perl
8558 ! perlio.c
8559____________________________________________________________________________
8560[ 7671] By: jhi on 2000/11/13 05:30:48
8561 Log: Placate nervous compilers that see longer than ints switch()ing.
8562 Branch: perl
8563 ! utf8.c
8564____________________________________________________________________________
8565[ 7670] By: jhi on 2000/11/13 05:14:21
8566 Log: fputs() does return EOF on error but here we don't care.
8567 Branch: perl
8568 ! perlio.c
8569____________________________________________________________________________
8570[ 7669] By: jhi on 2000/11/13 05:02:45
8571 Log: Declare reg_data like reg_substr_data.
8572 Branch: perl
8573 ! regexp.h
8574____________________________________________________________________________
8575[ 7668] By: jhi on 2000/11/13 04:54:34
8576 Log: Typos in #7667.
8577 Branch: perl
8578 ! perl.h
8579____________________________________________________________________________
8580[ 7667] By: jhi on 2000/11/13 04:49:49
8581 Log: Cleanup messy #ifdef.
8582 Branch: perl
8583 ! perl.h
8584____________________________________________________________________________
8585[ 7666] By: jhi on 2000/11/13 04:17:34
8586 Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
8587 From: Nicholas Clark <nick@talking.bollo.cx>
8588 Date: Sun, 12 Nov 2000 21:14:11 +0000
8589 Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
8590
8591 Note: only one breakage of the two reported is fixed by this patch.
8592 Branch: perl
8593 ! perlio.c
8594____________________________________________________________________________
8595[ 7665] By: jhi on 2000/11/13 04:05:07
8596 Log: Tweak the definition of the bit complement on UTF-8 data:
8597 if none of the characters in the string are > 0xff,
8598 the result is a complemented byte string, not a (UTF-8)
8599 char string. Based on the summary in
8600
8601 Subject: Re: [ID 20000918.005] ~ on wide chars
8602 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8603 Date: Fri, 10 Nov 2000 09:47:15 -0800
8604 Message-ID: <jSDD6gzkgi/T092yn@efn.org>
8605
8606 This should give us the maximum backward (pre-char string)
8607 compatibility and utf8 compatibility. The other alternative
8608 would be to limit the bit complement to be always byte only,
8609 taking the least significant byte of the chars.
8610 Branch: perl
8611 ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
8612____________________________________________________________________________
8613[ 7664] By: jhi on 2000/11/13 00:23:44
8614 Log: Couple of tests from #7660 salvaged.
8615 Branch: perl
8616 - t/op/tell.t
8617 ! MANIFEST t/io/tell.t
8618____________________________________________________________________________
8619[ 7663] By: jhi on 2000/11/13 00:02:48
8620 Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
8621 From: Nicholas Clark <nick@talking.bollo.cx>
8622 Date: Sun, 12 Nov 2000 21:23:43 +0000
8623 Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
8624 Branch: perl
8625 ! perlsfio.h
8626____________________________________________________________________________
8627[ 7662] By: jhi on 2000/11/13 00:01:39
8628 Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
8629 From: Nicholas Clark <nick@talking.bollo.cx>
8630 Date: Sun, 12 Nov 2000 21:30:04 +0000
8631 Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
8632 Branch: perl
8633 ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
8634____________________________________________________________________________
8635[ 7661] By: jhi on 2000/11/12 23:57:29
8636 Log: Document tell() on special streams.
8637 Branch: perl
8638 ! pod/perlfunc.pod
8639____________________________________________________________________________
8640[ 7660] By: jhi on 2000/11/12 23:54:22
8641 Log: (Subsumed by #7664)
8642 Branch: perl
8643 + t/op/tell.t
8644 ! MANIFEST
8645____________________________________________________________________________
8646[ 7659] By: jhi on 2000/11/12 22:55:25
8647 Log: Many subdocumented return values of the IO extension now documented.
8648 ungetc and write still left subdocumented.
8649
8650 Subject: [PATCH] (was Re: IO::Handle::ungetc)
8651 From: Nicholas Clark <nick@talking.bollo.cx>
8652 Date: Sun, 12 Nov 2000 21:35:53 +0000
8653 Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
8654 Branch: perl
8655 ! ext/IO/lib/IO/Handle.pm
8656____________________________________________________________________________
8657[ 7658] By: jhi on 2000/11/12 21:37:06
8658 Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
8659 From: Nicholas Clark <nick@talking.bollo.cx>
8660 Date: Sun, 12 Nov 2000 20:03:22 +0000
8661 Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
8662 Branch: perl
8663 ! pod/perlfunc.pod
8664____________________________________________________________________________
8665[ 7657] By: jhi on 2000/11/12 20:34:55
8666 Log: Integrate perlio.
8667 Branch: perl
8668 !> perlio.c
8669____________________________________________________________________________
51c9377f
JH
8670[ 7656] By: nick on 2000/11/12 19:25:06
8671 Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
8672 Branch: perlio
8673 ! perlio.c
8674____________________________________________________________________________
8675[ 7655] By: nick on 2000/11/12 19:09:41
8676 Log: Integrate mainline
8677 Branch: perlio
8678 +> README.solaris ext/Encode/Encode/cp1006.enc
8679 +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
8680 +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
8681 +> ext/Encode/Encode/iso8859-13.enc
8682 +> ext/Encode/Encode/iso8859-14.enc
8683 +> ext/Encode/Encode/iso8859-15.enc
8684 !> (integrate 34 files)
8685____________________________________________________________________________
8686[ 7654] By: jhi on 2000/11/12 19:00:22
8687 Log: Add a metaconfig unit for fsync.
8688 Branch: metaconfig/U/perl
8689 + d_fsync.U
8690____________________________________________________________________________
436e4861
JH
8691[ 7653] By: jhi on 2000/11/12 19:00:01
8692 Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
8693 Branch: perl
8694 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8695 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8696 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8697 ! vos/config.ga.h win32/config.bc win32/config.gc
8698 ! win32/config.vc
8699____________________________________________________________________________
8700[ 7652] By: jhi on 2000/11/11 21:12:01
8701 Log: Copy the s// information of README.hpux also to the perlrun.
8702 Branch: perl
8703 ! README.hpux pod/perlrun.pod
8704____________________________________________________________________________
8705[ 7651] By: jhi on 2000/11/11 21:03:13
8706 Log: More README.solaris updates from Andy Dougherty.
8707 Branch: perl
8708 ! README.solaris
8709____________________________________________________________________________
8710[ 7650] By: jhi on 2000/11/11 18:38:57
8711 Log: More descriptive error for unknown perlio layers.
8712
8713 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
8714 From: Dominic Dunlop <domo@computer.org>
8715 Date: Sat, 11 Nov 2000 18:20:32 +0100
8716 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8717 Branch: perl
8718 ! perlio.c pod/perldiag.pod
8719____________________________________________________________________________
8720[ 7649] By: jhi on 2000/11/11 18:37:52
8721 Log: MachTen doesn't really do mmap() and munmap().
8722
8723 Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
8724 From: Dominic Dunlop <domo@computer.org>
8725 Date: Sat, 11 Nov 2000 18:20:32 +0100
8726 Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8727 Branch: perl
8728 ! hints/machten.sh
8729____________________________________________________________________________
8730[ 7648] By: jhi on 2000/11/11 18:36:46
8731 Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
8732 From: rspier@pobox.com (Robert Spier)
8733 Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
8734 Message-ID: <14861.32839.491271.985797@rls.cx>
8735 Branch: perl
8736 ! Porting/Contract pod/perltoot.pod
8737____________________________________________________________________________
51c9377f
JH
8738[ 7647] By: jhi on 2000/11/11 18:35:30
8739 Log: Simplify the getpagesize() unit by dropping the
8740 pagesize probe since it's nowadays slightly more
8741 complicated because of sysconf(). (Note: if some
8742 platform really needs the -lPW for getpagesize,
8743 I just broke it.)
8744
8745 TODO: a new pagesize unit.
8746 Branch: metaconfig
8747 ! U/compline/d_getpagsz.U
8748____________________________________________________________________________
436e4861
JH
8749[ 7646] By: jhi on 2000/11/11 18:33:23
8750 Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
8751 Branch: perl
8752 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8753 ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8754 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8755 ! vos/config.ga.h win32/config.bc win32/config.gc
8756 ! win32/config.vc
8757____________________________________________________________________________
8758[ 7645] By: jhi on 2000/11/11 16:45:15
8759 Log: Use sysconf() or getpagesize() to find out the pagesize.
8760 Branch: perl
8761 ! perlio.c
8762____________________________________________________________________________
8763[ 7644] By: jhi on 2000/11/11 15:46:08
8764 Log: Integrate perlio.
8765 Branch: perl
8766 !> perlio.c
8767____________________________________________________________________________
8768[ 7643] By: jhi on 2000/11/11 15:33:36
8769 Log: Subject: Re: [PATCH] README.solaris
8770 From: Lupe Christoph <lupe@lupe-christoph.de>
8771 Date: Sat, 11 Nov 2000 14:08:10 +0100
8772 Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
8773 Branch: perl
8774 ! README.solaris
8775____________________________________________________________________________
8776[ 7642] By: jhi on 2000/11/11 15:22:12
8777 Log: Subject: [PATCH perl@7638] cygwin port
8778 From: "Eric Fifer" <egf7@columbia.edu>
8779 Date: Fri, 10 Nov 2000 19:30:30 -0000
8780 Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
8781 Branch: perl
8782 ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
8783____________________________________________________________________________
51c9377f
JH
8784[ 7641] By: nick on 2000/11/11 14:50:36
8785 Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
8786 Also call "Buf" layer directly when unread'ing non-read chars.
8787 Branch: perlio
8788 ! perlio.c
8789____________________________________________________________________________
436e4861
JH
8790[ 7640] By: jhi on 2000/11/11 02:05:02
8791 Log: Add more encoding tables.
8792 Branch: perl
8793 + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
8794 + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
8795 + ext/Encode/Encode/iso8859-10.enc
8796 + ext/Encode/Encode/iso8859-13.enc
8797 + ext/Encode/Encode/iso8859-14.enc
8798 + ext/Encode/Encode/iso8859-15.enc
8799 ! MANIFEST
8800____________________________________________________________________________
8801[ 7639] By: jhi on 2000/11/10 18:49:25
8802 Log: Subject: [PATCH] README.solaris
8803 From: Andy Dougherty <doughera@lafayette.edu>
8804 Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
8805 Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
8806 Branch: perl
8807 + README.solaris
8808 ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
8809 ! pod/perl.pod pod/perltoc.pod
8810____________________________________________________________________________
8811[ 7638] By: jhi on 2000/11/10 15:04:15
8812 Log: Update Changes.
8813 Branch: perl
8814 ! Changes patchlevel.h
8815____________________________________________________________________________
92e9a5a0
JH
8816[ 7637] By: jhi on 2000/11/10 14:14:28
8817 Log: Explain better why certain regex tests are skipped.
8818
8819 Subject: Re: tests skipped: unknown reason
8820 From: Lupe Christoph <lupe@lupe-christoph.de>
8821 Date: Fri, 10 Nov 2000 09:08:56 +0100
8822 Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
8823 Branch: perl
8824 ! t/op/regexp.t
8825____________________________________________________________________________
51c9377f
JH
8826[ 7636] By: nick on 2000/11/10 13:40:00
8827 Log: Integrate mainline.
8828 Branch: perlio
8829 !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
8830 !> hints/uts.sh lib/unicode/syllables.txt perlio.c
8831 !> win32/bin/search.pl
8832____________________________________________________________________________
92e9a5a0
JH
8833[ 7635] By: nick on 2000/11/10 13:25:52
8834 Log: Re-instate stdio large file support via perlio.
8835 Branch: perl
8836 ! perlio.c
8837____________________________________________________________________________
8838[ 7634] By: jhi on 2000/11/10 04:49:55
8839 Log: Amdahl UTS hints updates.
8840
8841 Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
8842 From: hom00@utsglobal.com (Harold O Morris)
8843 Date: Thu, 9 Nov 2000 20:02 PST
8844 Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
8845 Branch: perl
8846 ! hints/uts.sh
8847____________________________________________________________________________
8848[ 7633] By: jhi on 2000/11/09 23:33:28
8849 Log: Subject: [PATCH] IO::Seekable pod
8850 From: Nicholas Clark <nick@talking.bollo.cx>
8851 Date: Thu, 9 Nov 2000 20:29:45 +0000
8852 Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
8853 Branch: perl
8854 ! ext/IO/lib/IO/Handle.pm
8855____________________________________________________________________________
8856[ 7632] By: jhi on 2000/11/09 21:55:41
8857 Log: Various doc oddball characters.
8858
8859 Subject: [ID 20001106.004] Perl 5.6.0 bugs
8860 From: Michael Somos <somos@grail.cba.csuohio.edu>
8861 Date: Mon, 6 Nov 2000 17:44:20 -0500
8862 Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
8863 Branch: perl
8864 ! emacs/cperl-mode.el lib/unicode/syllables.txt
8865 ! win32/bin/search.pl
8866____________________________________________________________________________
8867[ 7631] By: jhi on 2000/11/09 21:12:29
8868 Log: Subject: Re: bash -c exit and linux hints
8869 From: "John P. Linderman" <jpl@research.att.com>
8870 Date: Thu, 02 Nov 2000 09:37:25 -0500
8871 Message-Id: <200011021437.JAA63199@raptor.research.att.com>
8872 Branch: perl
8873 ! hints/linux.sh
8874____________________________________________________________________________
51c9377f
JH
8875[ 7630] By: nick on 2000/11/09 20:34:11
8876 Log: Integrate mainline.
8877 Branch: perlio
8878 !> (integrate 91 files)
8879____________________________________________________________________________
92e9a5a0
JH
8880[ 7629] By: jhi on 2000/11/09 19:46:31
8881 Log: Missing dTHXs.
8882
8883 Subject: RE: perl@7595 builds not on cygwin
8884 From: "Eric Fifer" <egf7@columbia.edu>
8885 Date: Thu, 9 Nov 2000 19:26:50 -0000
8886 Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
8887 Branch: perl
8888 ! ext/Devel/Peek/Peek.xs
8889____________________________________________________________________________
8890[ 7628] By: jhi on 2000/11/09 14:48:27
8891 Log: Disable only the tests 99 and 166 for UTF-8 locales.
8892 Branch: perl
8893 ! t/pragma/locale.t
8894____________________________________________________________________________
8895[ 7627] By: jhi on 2000/11/09 14:40:27
8896 Log: There's no =head3.
8897 Branch: perl
8898 ! pod/perlhack.pod
8899____________________________________________________________________________
8900[ 7626] By: jhi on 2000/11/09 13:54:26
8901 Log: The generated boot_* headers are wrong. Pickier compiler,
8902 such as KAI C++ will refuse to compile the resulting perlmain.
8903
8904 Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
8905 From: Harri Pasanen <harri.pasanen@trema.com>
8906 Date: Thu, 09 Nov 2000 14:23:28 +0100
8907 Message-Id: <3A0AA550.26D548A3@trema.com>
8908 Branch: perl
8909 ! minimod.pl
8910____________________________________________________________________________
8911[ 7625] By: jhi on 2000/11/09 13:50:44
8912 Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
8913 From: Prymmer/Kahn <pvhp@best.com>
8914 Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
8915 Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
8916
8917 All except the "cow orker" change.
8918 Branch: perl
8919 ! Porting/pumpkin.pod
8920____________________________________________________________________________
8921[ 7624] By: jhi on 2000/11/09 13:45:33
8922 Log: Fix for
8923
8924 Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
8925 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8926 Date: Thu, 09 Nov 2000 11:05:52 +0100
8927 Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
8928 Branch: perl
8929 ! pod/perldiag.pod t/pragma/warn/pp_sys
8930____________________________________________________________________________
8931[ 7623] By: jhi on 2000/11/09 13:37:16
8932 Log: Typo in an ifndef.
8933
8934 Subject: Re: [PATCH 5.7.0] better messages from malloc()
8935 From: Joe Smith <jms@inwap.com>
8936 Date: Thu, 09 Nov 2000 01:33:14 -0800
8937 Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
8938 Branch: perl
8939 ! malloc.c
8940____________________________________________________________________________
8941[ 7622] By: jhi on 2000/11/09 13:31:18
8942 Log: Remove unused extra arguments.
8943 Branch: metaconfig/U/perl
8944 ! perlxv.U
8945 Branch: perl
8946 ! Configure config_h.SH
8947____________________________________________________________________________
8948[ 7621] By: jhi on 2000/11/09 13:16:36
8949 Log: More VMS moves on environment handling, from Charles Lane.
8950 Branch: perl
8951 ! t/pragma/locale.t
8952____________________________________________________________________________
8953[ 7620] By: jhi on 2000/11/09 04:42:38
8954 Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
8955 From: David Dyck <dcd@tc.fluke.com>
8956 Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
8957 Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
8958 Branch: perl
8959 ! pp_sys.c
8960____________________________________________________________________________
8961[ 7619] By: jhi on 2000/11/09 04:36:21
8962 Log: Forgot from #7618.
8963 Branch: perl
8964 ! lib/File/stat.pm
8965____________________________________________________________________________
8966[ 7618] By: jhi on 2000/11/09 04:28:44
8967 Log: Make deleting for %ENV work for (newer versions of) VMS,
8968 from Craig A. Berry.
8969 Branch: perl
8970 ! vms/vms.c
8971____________________________________________________________________________
8972[ 7617] By: jhi on 2000/11/09 04:25:05
8973 Log: Subject: [PATCH] Class::Struct at compile time
8974 From: "Casey R. Tweten" <crt@kiski.net>
8975 Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
8976 Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
8977 Branch: perl
8978 ! lib/Class/Struct.pm
8979____________________________________________________________________________
8980[ 7616] By: jhi on 2000/11/09 04:15:17
8981 Log: Subject: [ID 20001108.013] spelling
8982 From: "Todd T. Fries" <todd@fries.int.mrleng.com>
8983 Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
8984 Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
8985 Branch: perl
8986 ! lib/ftp.pl
8987____________________________________________________________________________
8988[ 7615] By: jhi on 2000/11/09 04:12:42
8989 Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
8990 From: Peter Prymmer <pvhp@forte.com>
8991 Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
8992 Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
8993 Branch: perl
8994 ! configure.com
8995____________________________________________________________________________
8996[ 7614] By: jhi on 2000/11/08 22:42:55
8997 Log: A missing aTHX_.
8998 Branch: perl
8999 ! ext/IPC/SysV/SysV.xs
9000____________________________________________________________________________
9001[ 7613] By: jhi on 2000/11/08 19:30:21
9002 Log: Update Changes.
9003 Branch: perl
9004 ! Changes patchlevel.h
9005____________________________________________________________________________
5d7f827b
JH
9006[ 7612] By: jhi on 2000/11/08 18:35:25
9007 Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat() on filehandle _ warning
9008 From: David Dyck <dcd@tc.fluke.com>
9009 Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
9010 Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
9011 Branch: perl
9012 ! pp_sys.c
9013____________________________________________________________________________
9014[ 7611] By: jhi on 2000/11/08 18:30:26
9015 Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
9016 From: Dominic Dunlop <domo@computer.org>
9017 Date: Tue, 7 Nov 2000 12:05:25 +0100
9018 Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
9019 Branch: perl
9020 ! malloc.c
9021____________________________________________________________________________
9022[ 7610] By: jhi on 2000/11/08 18:25:14
9023 Log: Do not test UTF-8 locales since that the tests would require
9024 polymorphic regexen.
9025 Branch: perl
9026 ! t/pragma/locale.t
9027____________________________________________________________________________
9028[ 7609] By: jhi on 2000/11/08 17:12:51
9029 Log: Locale buglets.
9030
9031 Subject: RE: Locales support (setlocale) fixes
9032 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9033 Date: Wed, 8 Nov 2000 20:01:39 +0300
9034 Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
9035 Branch: perl
9036 ! t/pragma/locale.t util.c
9037____________________________________________________________________________
9038[ 7608] By: jhi on 2000/11/08 17:00:16
9039 Log: Deleting $ENV{PATH} in VMS is not recommendable.
9040 Branch: perl
9041 ! t/pragma/locale.t
9042____________________________________________________________________________
9043[ 7607] By: jhi on 2000/11/08 16:58:26
9044 Log: Subject: PATCH std stdio for (Free)BSD
9045 From: Nicholas Clark <nick@ccl4.org>
9046 Date: Wed, 8 Nov 2000 15:36:29 +0000
9047 Message-ID: <20001108153629.D98736@plum.flirble.org>
9048 Branch: metaconfig
9049 ! U/compline/d_stdstdio.U
9050 Branch: perl
9051 ! Configure config_h.SH
9052____________________________________________________________________________
9053[ 7606] By: jhi on 2000/11/08 16:43:31
9054 Log: Forgot to bump the line numbers in #7601.
9055 Branch: perl
9056 ! t/pragma/warn/pp_sys
9057____________________________________________________________________________
9058[ 7605] By: jhi on 2000/11/08 16:39:12
9059 Log: More careful detection of how well NVs and UVs mix.
9060
9061 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))
9062 From: Nicholas Clark <nick@ccl4.org>
9063 Date: Wed, 8 Nov 2000 15:14:12 +0000
9064 Message-ID: <20001108151412.B98736@plum.flirble.org>
9065
9066 Added some SIGFPE paranoia.
9067 Branch: metaconfig/U/perl
9068 ! perlxv.U
9069 Branch: perl
9070 ! Configure config_h.SH
9071____________________________________________________________________________
9072[ 7604] By: jhi on 2000/11/08 14:39:10
9073 Log: Subject: [patch perl@7595] VMS configure.com tweak
9074 From: "Craig A. Berry" <craigberry@mac.com>
9075 Date: Wed, 8 Nov 2000 00:24:12 -0600
9076 Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
9077 Branch: perl
9078 ! configure.com
9079____________________________________________________________________________
9080[ 7603] By: jhi on 2000/11/08 14:27:11
9081 Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
9082 From: Robin Barker <rmb1@cise.npl.co.uk>
9083 Date: Wed, 8 Nov 2000 11:11:39 GMT
9084 Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
9085 Branch: perl
9086 ! perlio.c
9087____________________________________________________________________________
9088[ 7602] By: jhi on 2000/11/08 14:25:03
9089 Log: Fix for the tie-refhash string table leaks.
9090
9091 From: Nick Ing-Simmons <nik@tiuk.ti.com>
9092 Date: Wed, 8 Nov 2000 13:03:04 GMT
9093 Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
9094 Branch: perl
9095 ! t/lib/tie-refhash.t
9096____________________________________________________________________________
9097[ 7601] By: jhi on 2000/11/08 14:21:08
9098 Log: Try to avoid flockless and emulationless places.
9099 Branch: perl
9100 ! t/pragma/warn/pp_sys
9101____________________________________________________________________________
9102[ 7600] By: jhi on 2000/11/08 02:28:54
9103 Log: Overrideable keys, each, pop, push, shift, splice, unshift.
9104
9105 Subject: [PATCH] prototyped functions that should be overrideable
9106 From: "Casey R. Tweten" <crt@kiski.net>
9107 Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
9108 Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
9109 Branch: perl
9110 ! toke.c
9111____________________________________________________________________________
9112[ 7599] By: jhi on 2000/11/08 01:12:05
9113 Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
9114
9115 Subject: [PATCH] perlbug.PL
9116 From: "Kurt D. Starsinic" <kstar@chapin.edu>
9117 Date: Mon, 6 Nov 2000 21:39:01 -0500
9118 Message-ID: <20001106213901.B20955@O2.chapin.edu>
9119 Branch: perl
9120 ! utils/perlbug.PL
9121____________________________________________________________________________
9122[ 7598] By: jhi on 2000/11/07 23:42:00
9123 Log: Bad thinko in #7581 (I used the test program with the expanded
9124 values as-is).
9125 Branch: metaconfig
9126 ! U/compline/d_stdstdio.U
9127 Branch: perl
9128 ! Configure
9129____________________________________________________________________________
9130[ 7597] By: jhi on 2000/11/07 21:43:29
9131 Log: Subject: [PATCH perl@7573] cygwin port
9132 From: "Fifer, Eric" <EFifer@sanwaint.com>
9133 Date: Tue, 7 Nov 2000 18:08:51 -0000
9134 Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
9135
9136 Synchronize with Cygwin 1.1.5.
9137 Branch: perl
9138 ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
9139 ! pod/perlport.pod unixish.h util.c
9140____________________________________________________________________________
9141[ 7596] By: jhi on 2000/11/07 21:39:25
9142 Log: perlhack updates from H.Merijn Brand.
9143 Branch: perl
9144 ! pod/perlhack.pod
9145____________________________________________________________________________
9146[ 7595] By: jhi on 2000/11/07 20:21:41
9147 Log: Update Changes.
9148 Branch: perl
9149 ! Changes patchlevel.h
9150____________________________________________________________________________
f2b18709
JH
9151[ 7594] By: jhi on 2000/11/07 19:18:58
9152 Log: Be more robust in Dynaloader.pm.
9153 Branch: perl
9154 ! ext/DynaLoader/DynaLoader_pm.PL
9155____________________________________________________________________________
9156[ 7593] By: jhi on 2000/11/07 16:49:31
9157 Log: AUTHORS update.
9158 Branch: perl
9159 ! AUTHORS
9160____________________________________________________________________________
9161[ 7592] By: gsar on 2000/11/07 16:39:51
9162 Log: normalize relative paths in virtualized current directory on windows,
9163 under ithreads (avoids ".." etc showing up in what Cwd::cwd()
9164 returns)
9165 Branch: perl
9166 ! win32/vdir.h
9167____________________________________________________________________________
9168[ 7591] By: jhi on 2000/11/07 16:04:26
9169 Log: Too profiler-happy: with optimization the #7590 actually makes
9170 the test to run 0.5% _slower_. Requires much more instrumentation.
9171 Retract #7590.
9172 Branch: perl
9173 ! regcomp.c regcomp.h
9174____________________________________________________________________________
9175[ 7590] By: jhi on 2000/11/07 15:51:13
9176 Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
9177 execution time in regcomp.c S_cl_any() and S_cl_is_anything()
9178 by using memset() and testing bytewise (as opposed to bitwise).
9179 Branch: perl
9180 ! regcomp.c regcomp.h
9181____________________________________________________________________________
9182[ 7589] By: jhi on 2000/11/07 12:56:39
9183 Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for
9184 From: "Craig A. Berry" <craig.berry@psinetcs.com>
9185 Date: Mon, 06 Nov 2000 23:45:30 -0500
9186 Message-Id: <0011079735.AA973576259@univpress.com>
9187 Branch: perl
9188 ! configure.com t/lib/st-lock.t
9189____________________________________________________________________________
9190[ 7588] By: jhi on 2000/11/07 01:03:28
9191 Log: Tweak #7587.
9192 Branch: perl
9193 ! pod/perldiag.pod
9194____________________________________________________________________________
9195[ 7587] By: jhi on 2000/11/07 01:00:27
9196 Log: A doc addition for bug id 20001105.019, beware \p.
9197 Branch: perl
9198 ! pod/perldiag.pod
9199____________________________________________________________________________
9200[ 7586] By: jhi on 2000/11/07 00:32:22
9201 Log: Fake support of holey files in win/dosish platforms.
9202
9203 Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
9204 From: kipp@shonanblue.ne.jp
9205 Date: Mon, 6 Nov 2000 13:30:55 -0800
9206 Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
9207 Branch: perl
9208 ! ext/SDBM_File/sdbm/sdbm.c
9209____________________________________________________________________________
9210[ 7585] By: jhi on 2000/11/07 00:12:54
9211 Log: Subject: Pod updates
9212 From: "Stephen P. Potter" <spp@spotter.yi.org>
9213 Date: Mon, 06 Nov 2000 18:56:43 -0500
9214 Message-Id: <200011062357.SAA18173@spotter.yi.org>
9215 Branch: perl
9216 ! README.dos README.os2 README.win32 pod/buildtoc.PL
9217 ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
9218 ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
9219 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
9220 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
9221 ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
9222 ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
9223 ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
9224 ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
9225 ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
9226 ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
9227 ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
9228 ! pod/perltootc.pod pod/perlunicode.pod
9229____________________________________________________________________________
9230[ 7584] By: jhi on 2000/11/07 00:04:17
9231 Log: Varargs don't always work too well if one puts an unsigned
9232 char on the stack and pop an unsigned quad off the stack.
9233
9234 Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
9235 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9236 Date: Mon, 06 Nov 2000 15:19:05 -0800
9237 Message-ID: <pxzB6gzkgKXY092yn@efn.org>
9238 Branch: perl
9239 ! utf8.c
9240____________________________________________________________________________
9241[ 7583] By: jhi on 2000/11/06 23:58:48
9242 Log: %ENV note tweaks from Dan Sugalski.
9243 Branch: perl
9244 ! pod/perlport.pod vms/perlvms.pod
9245____________________________________________________________________________
9246[ 7582] By: jhi on 2000/11/06 23:05:49
9247 Log: glibc5 detection by __GNU_LIBRARY__.
9248 Branch: perl
9249 ! toke.c
9250____________________________________________________________________________
9251[ 7581] By: jhi on 2000/11/06 22:51:29
9252 Log: Make the stdio test program of 7427 less noisy while being
9253 compiled so that Digital UNIX wouldn't get both
9254 d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
9255 undefined. This makes perlio happy.
9256 Branch: metaconfig
9257 ! U/compline/d_stdstdio.U
9258 Branch: perl
9259 ! Configure config_h.SH
9260____________________________________________________________________________
9261[ 7580] By: jhi on 2000/11/06 22:41:41
9262 Log: Document %ENV = () portability issues.
9263 Branch: perl
9264 ! pod/perlport.pod vms/perlvms.pod
9265____________________________________________________________________________
9266[ 7579] By: jhi on 2000/11/06 21:29:24
9267 Log: VOS updates from Paul Green.
9268 Branch: perl
9269 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9270____________________________________________________________________________
9271[ 7578] By: jhi on 2000/11/06 21:00:40
9272 Log: Sanitize the environment further.
9273 Branch: perl
9274 ! t/pragma/locale.t
9275____________________________________________________________________________
9276[ 7577] By: jhi on 2000/11/06 20:53:51
9277 Log: Re-introduce 7552 lost in integration.
9278 Branch: perl
9279 ! perlio.c
9280____________________________________________________________________________
9281[ 7576] By: jhi on 2000/11/06 20:33:46
9282 Log: Admit that the test leaks scalars.
9283 Branch: perl
9284 ! t/comp/proto.t
9285____________________________________________________________________________
9286[ 7575] By: jhi on 2000/11/06 20:17:08
9287 Log: Integrate perlio.
9288 Branch: perl
9289 !> perlio.c
9290____________________________________________________________________________
51c9377f
JH
9291[ 7574] By: nick on 2000/11/06 20:07:28
9292 Log: Remove debug. Try (Mmap_t) on madvise() call.
9293 Branch: perlio
9294 ! perlio.c
9295____________________________________________________________________________
f2b18709
JH
9296[ 7573] By: jhi on 2000/11/06 13:56:05
9297 Log: Update Changes.
9298 Branch: perl
9299 ! Changes patchlevel.h
9300____________________________________________________________________________
e3b1fa82
JH
9301[ 7572] By: jhi on 2000/11/06 13:48:41
9302 Log: Subject: Re: rsync'ed patches vs. rsync'ed source
9303 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9304 Date: Mon, 06 Nov 2000 10:11:42 +0100
9305 Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
9306 Branch: perl
9307 ! pod/perlhack.pod
9308____________________________________________________________________________
9309[ 7571] By: jhi on 2000/11/06 01:45:51
9310 Log: AUTHORS updates.
9311 Branch: perl
9312 ! AUTHORS
9313____________________________________________________________________________
9314[ 7570] By: jhi on 2000/11/06 00:18:00
9315 Log: Fix for
9316
9317 Subject: [ID 20000728.005] perl -P broken
9318 From: David Dyck <dcd@tc.fluke.com>
9319 Date: Fri, 28 Jul 2000 17:19:16 -0700
9320 Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
9321
9322 (hopefully). The fix is also not complete, it seems to break
9323 BOM swallowing for libc5 systems, but until someone figures
9324 out a way to do this without ftell(), this will do.
9325 Branch: perl
9326 ! toke.c
9327____________________________________________________________________________
9328[ 7569] By: jhi on 2000/11/06 00:05:30
9329 Log: Document that the evaled syntax errors cause scalar leaks.
9330 Branch: perl
9331 ! t/comp/proto.t
9332____________________________________________________________________________
9333[ 7568] By: jhi on 2000/11/05 23:14:47
9334 Log: opmini.o can linger from Configures past.
9335 Branch: perl
9336 ! Makefile.SH
9337____________________________________________________________________________
9338[ 7567] By: jhi on 2000/11/05 21:28:39
9339 Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
9340 first argument correctly.
9341 Branch: perl
9342 ! perlio.c
9343____________________________________________________________________________
9344[ 7566] By: jhi on 2000/11/05 21:15:56
9345 Log: Integrate perlio.
9346 Branch: perl
9347 !> perlio.c
9348____________________________________________________________________________
9349[ 7565] By: jhi on 2000/11/05 21:15:13
9350 Log: Use -dM for gcc (the suggested patch did it only for Linux,
9351 but I think it can be generalized).
9352
9353 Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
9354 From: Pixel <pixel@mandrakesoft.com>
9355 Date: 05 Nov 2000 21:49:34 +0100
9356 Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
9357 Branch: perl
9358 ! ext/Errno/Errno_pm.PL
9359____________________________________________________________________________
51c9377f
JH
9360[ 7564] By: nick on 2000/11/05 21:09:18
9361 Log: Added a mmap layer as a "subclass" of perlio.
9362 PERLIO=mmap ./perl harness passes
9363 Branch: perlio
9364 ! perlio.c
9365____________________________________________________________________________
e3b1fa82
JH
9366[ 7563] By: jhi on 2000/11/05 19:48:55
9367 Log: Add a note for future generations about bug id 20000229.006.
9368 Branch: perl
9369 ! malloc.c
9370____________________________________________________________________________
9371[ 7562] By: jhi on 2000/11/05 19:38:24
9372 Log: Fix for bug id 19990615.008, pos() unset during s///ge.
9373 Branch: perl
9374 ! pp_ctl.c t/op/pos.t
9375____________________________________________________________________________
9376[ 7561] By: jhi on 2000/11/05 18:21:46
9377 Log: Add =pod to be tidy.
9378 Branch: perl
9379 ! lib/Math/Complex.pm
9380____________________________________________________________________________
9381[ 7560] By: jhi on 2000/11/05 17:38:46
9382 Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
9383 Branch: perl
9384 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9385 ! ext/Storable/Storable.xs t/lib/st-recurse.t
9386____________________________________________________________________________
9387[ 7559] By: jhi on 2000/11/05 17:32:59
9388 Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
9389 From: "Peter J. Farley III" <pjfarley@banet.net>
9390 Date: Sun, 05 Nov 2000 11:55:59 -0500
9391 Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net>
9392 Branch: perl
9393 ! t/lib/syslog.t
9394____________________________________________________________________________
9395[ 7558] By: jhi on 2000/11/05 17:29:19
9396 Log: Integrate perlio.
9397 Branch: perl
9398 !> perlio.c
9399____________________________________________________________________________
9400[ 7557] By: jhi on 2000/11/05 17:22:01
9401 Log: A fix of sorts for 20000329.026, a better error message
9402 for a missing "use charnames" when using the \N{...}.
9403 Branch: perl
9404 ! pod/perldiag.pod toke.c
9405____________________________________________________________________________
9406[ 7556] By: jhi on 2000/11/05 16:33:50
9407 Log: Test tweak: show also the failed locales.
9408
9409 Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8
9410 From: Lupe Christoph <lupe@lupe-christoph.de>
9411 Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
9412 Message-Id: <200011051139.MAA12442@lupe-christoph.de>
9413 Branch: perl
9414 ! t/pragma/locale.t
9415____________________________________________________________________________
51c9377f
JH
9416[ 7555] By: nick on 2000/11/05 11:09:34
9417 Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
9418 open RDWR so does not fail. (pragma/warnings 303 again...)
9419 Branch: perlio
9420 ! perlio.c
9421____________________________________________________________________________
9422[ 7554] By: nick on 2000/11/05 10:10:13
9423 Log: Fix case where ungetc(f,EOF) was allowed.
9424 Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
9425 so we can see similarities.
9426 Use types more carefully and a STDCHAR array in hope that this will
9427 fix Jarrko's 64bit machine.
9428 Branch: perlio
9429 ! perlio.c
9430____________________________________________________________________________
e3b1fa82
JH
9431[ 7553] By: jhi on 2000/11/05 01:12:16
9432 Log: Fix for
9433
9434 Subject: [ID 20001004.007] taint propogation is inconsistent
9435 From: pimlott@idiomtech.com (Andrew Pimlott)
9436 Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
9437 Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
9438
9439 The culprit was sv_setsv() which was rather blindly
51c9377f
JH
9440 propagating taint, which lead to behaviour where if
9441 a tainted anon hash value was seen all the hash values
9442 from then on at that level became tainted, or at any
9443 upper levels in the case of nested anon hashes.
e3b1fa82
JH
9444 Branch: perl
9445 ! sv.c t/op/taint.t
9446____________________________________________________________________________
9447[ 7552] By: jhi on 2000/11/04 23:44:18
9448 Log: Some cpps don't like splitting conditionals across several lines.
9449 Branch: perl
9450 ! perlio.c
9451____________________________________________________________________________
51c9377f
JH
9452[ 7551] By: nick on 2000/11/04 23:40:44
9453 Log: Integrate mainline
9454 Branch: perlio
9455 !> pp_hot.c t/op/taint.t
9456____________________________________________________________________________
9457[ 7550] By: nick on 2000/11/04 23:39:05
9458 Log: Integrate mainline again
9459 Branch: perlio
9460 !> Configure config_h.SH embed.h embed.pl perl.h proto.h
9461 !> t/lib/b.t t/op/misc.t util.c
9462____________________________________________________________________________
e3b1fa82
JH
9463[ 7549] By: jhi on 2000/11/04 23:14:01
9464 Log: Fix for
9465
9466 Subject: [ID 20001004.006] undef is never tainted
9467 From: pimlott@idiomtech.com (Andrew Pimlott)
9468 Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
9469 Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
9470
9471 An undef read from a slurped file was not tainted.
9472 Branch: perl
9473 ! pp_hot.c t/op/taint.t
9474____________________________________________________________________________
9475[ 7548] By: jhi on 2000/11/04 22:56:21
9476 Log: Test tweak ($Config{useperlio} is by default undef) .
9477 Branch: perl
9478 ! t/lib/b.t
9479____________________________________________________________________________
9480[ 7547] By: jhi on 2000/11/04 22:43:56
9481 Log: Integrate perlio.
9482 Branch: perl
9483 +> lib/perlio.pm
9484 !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
9485 !> pod/perlapi.pod t/lib/b.t
9486____________________________________________________________________________
9487[ 7546] By: jhi on 2000/11/04 22:40:59
9488 Log: Configure would use a bad $myuname from an old config.sh.
9489
9490 Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
9491 From: Andy Dougherty <doughera@lafayette.edu>
9492 Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
9493 Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
9494 Branch: metaconfig
9495 ! U/modified/Oldconfig.U
9496 Branch: perl
9497 ! Configure config_h.SH
9498____________________________________________________________________________
9499[ 7545] By: jhi on 2000/11/04 22:36:54
9500 Log: Subject: Locales support (setlocale) fixes
9501 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9502 Date: Sat, 4 Nov 2000 10:15:48 +0300
9503 Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
9504
9505 Modified quite a bit to be more portable.
9506 Branch: perl
9507 ! embed.h embed.pl perl.h proto.h util.c
9508____________________________________________________________________________
9509[ 7544] By: jhi on 2000/11/04 22:32:47
9510 Log: Dying is too strict here, better just skip.
9511 Branch: perl
9512 ! t/op/misc.t
9513____________________________________________________________________________
51c9377f
JH
9514[ 7543] By: nick on 2000/11/04 21:55:13
9515 Log: Merge mainline
9516 Branch: perlio
9517 +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9518 +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
9519 +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
9520 !> (integrate 64 files)
9521____________________________________________________________________________
e3b1fa82
JH
9522[ 7542] By: jhi on 2000/11/04 21:09:28
9523 Log: More Changes tweakery.
9524 Branch: perl
9525 ! Changes Porting/genlog
9526____________________________________________________________________________
0b3b9d72
JH
9527[ 7541] By: jhi on 2000/11/04 20:58:18
9528 Log: Changes fixups.
9529 Branch: perl
9530 ! Changes
9531____________________________________________________________________________
71d4b5fd
JH
9532[ 7540] By: jhi on 2000/11/04 20:42:38
9533 Log: Locale tweakery. Add test case for bug id 20000809.003 to op/misc,
9534 create a "fast path" for locale name probing using "locale -a"
9535 if available, squash finally hopefully the s?printf resetting
9536 the numeric locale (since, IIUC perllocale, it never shouldn't).
9537 Branch: perl
9538 ! sv.c t/op/misc.t t/pragma/locale.t
9539____________________________________________________________________________
51c9377f
JH
9540[ 7539] By: nick on 2000/11/04 19:56:10
9541 Log: PerlIO infrastructure complete.
9542 Branch: perlio
9543 + lib/perlio.pm
9544 ! MANIFEST iperlsys.h perlio.c t/lib/b.t
9545____________________________________________________________________________
9546[ 7538] By: nick on 2000/11/04 14:31:32
9547 Log: Type tweaks + less contorted allocation scheme
9548 Branch: perlio
9549 ! perlio.c
9550____________________________________________________________________________
9551[ 7537] By: nick on 2000/11/04 12:40:42
9552 Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
9553 a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
9554 fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
9555 sensible) which lead to some interesting fails.
9556 Branch: perlio
9557 ! perlio.c
9558____________________________________________________________________________
0b3b9d72
JH
9559[ 7536] By: jhi on 2000/11/04 00:20:02
9560 Log: Add FCNTL_CAN_LOCK.
9561
9562 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9563 From: Andy Dougherty <doughera@lafayette.edu>
9564 Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
9565 Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
9566
9567 Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
9568 From: Andy Dougherty <doughera@lafayette.edu>
9569 In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
9570 Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
9571 Branch: metaconfig/U/perl
9572 + d_fcntl_can_lock.U
9573 ! startperl.U
9574 Branch: perl
9575 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9576 ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
9577 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9578 ! vos/config.ga.h win32/config.bc win32/config.gc
9579 ! win32/config.vc
9580____________________________________________________________________________
51c9377f
JH
9581[ 7535] By: nick on 2000/11/03 22:19:10
9582 Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
9583 - Works on Linux with
9584 perlio + unix
9585 stdio
9586 - Works on Solaris with
9587 perlio + unix
9588 - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
9589 - Fails (hangs in openpid) if you try and stack
9590 perlio + stdio - Linux stdio's read() logic is hanging.
9591 Branch: perlio
9592 ! iperlsys.h perlio.c
9593____________________________________________________________________________
71d4b5fd
JH
9594[ 7534] By: jhi on 2000/11/03 15:16:02
9595 Log: Subject: Re: README.aix
9596 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9597 Date: Fri, 03 Nov 2000 16:03:15 +0100
9598 Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
9599 Branch: perl
9600 ! README.aix
9601____________________________________________________________________________
9602[ 7533] By: jhi on 2000/11/03 03:59:02
9603 Log: Subject: [PATCH 5.7.0] better messages from malloc()
9604 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9605 Date: Wed, 1 Nov 2000 23:39:56 -0500
9606 Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
9607 Branch: perl
9608 ! malloc.c pod/perldiag.pod
9609____________________________________________________________________________
9610[ 7532] By: jhi on 2000/11/03 00:11:56
9611 Log: The #7521 touched things it shouldn't have.
9612 Branch: perl
9613 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
9614____________________________________________________________________________
9615[ 7531] By: jhi on 2000/11/02 22:32:33
9616 Log: Subject: [PATCH] Perl@7504, vms/gen_shrfls.pl
9617 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9618 Date: Thu, 2 Nov 2000 16:58:36 EST
9619 Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
9620 Branch: perl
9621 ! vms/gen_shrfls.pl
9622____________________________________________________________________________
9623[ 7530] By: jhi on 2000/11/02 22:08:49
9624 Log: Fix the problem discussed in
9625
9626 Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
9627 Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST)
9628 Message-Id: <200010160148.EAA14523@alpha.hut.fi>
9629
9630 originally from Linc Madison. Also Andreas König's comments
9631 taken into account. Some other problems with Tie::SubstrHash
9632 fixed: didn't croak when the table exceeded the requested number
9633 of entries (as documented) but instead when the number of entries
9634 exceeded the size of the table, a croak() had an unnecessary \n,
9635 didn't have a CLEAR method, documented that there is no exists().
9636 Didn't fix to be strict-proof because the module uses &foo; and
9637 dynamic scope. Added a test script exercizing both first tamely
9638 the basic functionality, and then the failure cases reported by
9639 Linc Madison.
9640 Branch: perl
9641 + t/lib/tie-substrhash.t
9642 ! MANIFEST lib/Tie/SubstrHash.pm
9643____________________________________________________________________________
9644[ 7529] By: jhi on 2000/11/02 17:58:08
9645 Log: recv() can fail and return undef.
9646
9647 Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable
9648 From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
9649 Date: Thu, 2 Nov 2000 20:12:20 +0300
9650 Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
9651 Branch: perl
9652 ! lib/Net/Ping.pm
9653____________________________________________________________________________
9654[ 7528] By: jhi on 2000/11/02 17:49:09
9655 Log: Detpyo.
9656 Branch: perl
9657 ! pod/perlop.pod
9658____________________________________________________________________________
9659[ 7527] By: jhi on 2000/11/02 15:48:37
9660 Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
9661 fix a autovivification bug in Tie::RefHash, add tests for both.
9662
9663 Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
9664 From: Edward Avis <epa98@doc.ic.ac.uk>
9665 Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
9666 Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
9667 Branch: perl
9668 + t/lib/tie-refhash.t
9669 ! MANIFEST lib/Tie/RefHash.pm
9670____________________________________________________________________________
9671[ 7526] By: jhi on 2000/11/02 13:56:26
9672 Log: Test::Harness revealed buglets in the new DynaLoader.
9673
9674 Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
9675 From: andreas.koenig@anima.de (Andreas J. Koenig)
9676 Date: 02 Nov 2000 11:26:48 +0100
9677 Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
9678 Branch: perl
9679 ! ext/DynaLoader/DynaLoader_pm.PL
9680____________________________________________________________________________
9681[ 7525] By: jhi on 2000/11/01 23:52:08
9682 Log: The entry for #7503 was missing.
9683 Branch: perl
9684 ! Changes
9685____________________________________________________________________________
9686[ 7524] By: jhi on 2000/11/01 23:40:52
9687 Log: Update Changes.
9688 Branch: perl
9689 ! Changes patchlevel.h
9690____________________________________________________________________________
4d1e299e
JH
9691[ 7523] By: jhi on 2000/11/01 22:57:09
9692 Log: More tweaking on the #7522 theme.
9693 Branch: perl
9694 ! ext/DynaLoader/DynaLoader_pm.PL
9695____________________________________________________________________________
9696[ 7522] By: jhi on 2000/11/01 22:06:15
9697 Log: Expand %Config variables and %ENV variables only if
9698 so requested during build time using the
9699 PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
9700 Not expanding makes relocating distributions easier.
9701 Branch: perl
9702 ! ext/DynaLoader/DynaLoader_pm.PL
9703____________________________________________________________________________
9704[ 7521] By: jhi on 2000/11/01 20:56:34
9705 Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
9706 and setgid() because they were just changing $< and $( which means
9707 only changing the real uid/gid, as opposed to changing both
9708 real and effective ids. (The alternative way could have been
9709 in POSIX.pm to change $> and $), too, but making a direct call
9710 to the C API feels cleaner.) Fixes the bug
9711
9712 Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
9713 From: "Garry T. Williams" <garry@zvolve.com>
9714 Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
9715 Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
9716 Branch: perl
9717 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9718 ! ext/POSIX/typemap pod/perlvar.pod
9719____________________________________________________________________________
9720[ 7520] By: jhi on 2000/11/01 20:08:33
9721 Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
9722 From: "Garry T. Williams" <garry@zvolve.com>
9723 Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
9724 Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
9725 Branch: perl
9726 ! pod/perlsec.pod
9727____________________________________________________________________________
9728[ 7519] By: jhi on 2000/11/01 20:01:22
9729 Log: Locale warning explanation tweak.
9730 Branch: perl
9731 ! pod/perldiag.pod
9732____________________________________________________________________________
9733[ 7518] By: jhi on 2000/11/01 18:57:13
9734 Log: C.pm part of
9735
9736 Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
9737 From: Jarkko Hietaniemi <jhi@iki.fi>
9738 Date: Tue, 10 Oct 2000 08:22:28 -0500
9739 Message-Id: <20001010082228.B17030@chaos.wustl.edu>
9740 Branch: perl
9741 ! ext/B/B/C.pm
9742____________________________________________________________________________
9743[ 7517] By: jhi on 2000/11/01 18:41:59
9744 Log: Subject: [ID 20001005.006] Documentation -- description of qr//
9745 From: Martien Verbruggen <mgjv@comdyn.com.au>
9746 Date: Fri, 6 Oct 2000 14:09:10 +1100
9747 Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
9748 Branch: perl
9749 ! pod/perlop.pod
9750____________________________________________________________________________
9751[ 7516] By: jhi on 2000/11/01 18:34:55
9752 Log: Generalize the Camel wording.
9753
9754 Subject: Re: perlfaq style changes
9755 From: John Borwick <jhborwic@unity.ncsu.edu>
9756 Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
9757 Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
9758 Branch: perl
9759 ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
9760____________________________________________________________________________
9761[ 7515] By: jhi on 2000/11/01 16:52:31
9762 Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
9763 From: pimlott@idiomtech.com (Andrew Pimlott)
9764 Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
9765 Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
9766 Branch: perl
9767 ! pod/perlsec.pod
9768____________________________________________________________________________
9769[ 7514] By: jhi on 2000/11/01 15:03:40
9770 Log: More AIX lore.
9771 Branch: perl
9772 ! ext/re/hints/aix.pl
9773____________________________________________________________________________
9774[ 7513] By: jhi on 2000/11/01 14:48:30
9775 Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
9776 From: root <root@chronos.fi.muni.cz>
9777 Date: Wed, 1 Nov 2000 12:31:32 +0100
9778 Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
9779 Branch: perl
9780 ! lib/Net/Ping.pm
9781____________________________________________________________________________
9782[ 7512] By: jhi on 2000/11/01 14:46:47
9783 Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
9784 From: Martin Husemann <martin@duskware.de>
9785 Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
9786 Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
9787 Branch: perl
9788 ! regcomp.c
9789____________________________________________________________________________
9790[ 7511] By: jhi on 2000/11/01 14:39:50
9791 Log: AUTHORS updates.
9792 Branch: perl
9793 ! AUTHORS
9794____________________________________________________________________________
0b3b9d72
JH
9795[ 7510] By: jhi on 2000/11/01 14:29:50
9796 Log: Subject: [PATCH] startperl to respect versiononly
9797 From: Robin Barker <rmb1@cise.npl.co.uk>
9798 Date: Tue, 31 Oct 2000 16:29:36 GMT
9799 Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
9800 Branch: metaconfig/U/perl
9801 ! startperl.U
9802 Branch: perl
9803 ! Configure config_h.SH
9804____________________________________________________________________________
4d1e299e
JH
9805[ 7509] By: jhi on 2000/11/01 14:19:53
9806 Log: printf UVs the correct way, noticed by Robin Barker.
9807 Branch: perl
9808 ! utf8.c
9809____________________________________________________________________________
9810[ 7508] By: jhi on 2000/11/01 14:10:03
9811 Log: Do not cleanup *% because the % has special meanings in some
9812 shell environments.
9813 Branch: perl
9814 ! ext/Storable/Makefile.PL
9815____________________________________________________________________________
9816[ 7507] By: jhi on 2000/11/01 14:06:00
9817 Log: The NonStop-UX libraries have a novel way to say NaN.
9818 Branch: perl
9819 ! t/lib/bigfltpm.t
9820____________________________________________________________________________
0b3b9d72
JH
9821[ 7506] By: jhi on 2000/11/01 14:03:35
9822 Log: The osname has been lowercased by now, from Tom Bates.
9823 Branch: metaconfig
9824 ! U/modified/Oldconfig.U
9825 Branch: perl
9826 ! Configure config_h.SH
9827____________________________________________________________________________
4d1e299e
JH
9828[ 7505] By: jhi on 2000/10/31 19:18:39
9829 Log: The compiler is either gcc or cc, from Tom Bates.
9830 Branch: perl
9831 ! hints/nonstopux.sh
9832____________________________________________________________________________
9833[ 7504] By: jhi on 2000/10/31 14:53:42
9834 Log: Update Changes.
9835 Branch: perl
9836 ! Changes patchlevel.h
9837____________________________________________________________________________
0b3b9d72
JH
9838[ 7503] By: jhi on 2000/10/31 14:30:50
9839 Log: Whitespace style tweak. Was originally going to see to
9840
9841 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9842 From: Joe Smith <jms@inwap.com>
9843 Date: Mon, 30 Oct 2000 18:47:57 -0800
9844 Message-Id: <39FE32DD.24AAC4D@inwap.com>
9845
9846 but that had already been taken care of.
9847 Branch: metaconfig
9848 ! U/compline/d_stdstdio.U
9849 Branch: perl
9850 ! Configure config_h.SH
9851____________________________________________________________________________
582754e4
JH
9852[ 7502] By: jhi on 2000/10/31 14:25:02
9853 Log: AUTHORS tweaks.
9854 Branch: perl
9855 ! AUTHORS
9856____________________________________________________________________________
9857[ 7501] By: jhi on 2000/10/31 14:23:59
9858 Log: Subject: perlfaq style changes
9859 From: John Borwick <jhborwic@unity.ncsu.edu>
9860 Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
9861 Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
9862 Branch: perl
9863 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9864 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9865 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9866 ! pod/perlfaq9.pod
9867____________________________________________________________________________
9868[ 7500] By: jhi on 2000/10/31 14:22:15
9869 Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
9870
9871 Subject: Re: [ID 20000918.005] ~ on wide chars
9872 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9873 Date: Mon, 30 Oct 2000 21:09:55 -0800
9874 Message-ID: <jQl/5gzkgWYL092yn@efn.org>
9875
9876 (The ord() part of the patch skipped.)
9877 Branch: perl
9878 ! doop.c
9879____________________________________________________________________________
9880[ 7499] By: jhi on 2000/10/31 14:20:08
9881 Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
9882 From: Jens Hamisch <jens@Strawberry.COM>
9883 Date: Mon, 30 Oct 2000 15:17:07 +0100
9884 Message-Id: <20001030151707.A9597@Strawberry.COM>
9885 Branch: perl
9886 ! av.c
9887____________________________________________________________________________
9888[ 7498] By: jhi on 2000/10/31 14:16:29
9889 Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
9890 From: Peter Prymmer <pvhp@forte.com>
9891 Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
9892 Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
9893 Branch: perl
9894 + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9895 + ext/Encode/Encode/posix-bc.enc
9896 ! MANIFEST t/lib/encode.t
9897____________________________________________________________________________
9898[ 7497] By: jhi on 2000/10/31 14:13:22
9899 Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
9900 From: Peter Prymmer <pvhp@forte.com>
9901 Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
9902 Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
9903 Branch: perl
9904 ! t/lib/cgi-html.t
9905____________________________________________________________________________
9906[ 7496] By: jhi on 2000/10/31 14:12:05
9907 Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
9908 From: Peter Prymmer <pvhp@forte.com>
9909 Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
9910 Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
9911 Branch: perl
9912 ! t/lib/cgi-function.t
9913____________________________________________________________________________
9914[ 7495] By: jhi on 2000/10/31 14:11:08
9915 Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9916 From: Peter Prymmer <pvhp@forte.com>
9917 Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
9918 Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
9919 Branch: perl
9920 + ext/re/hints/aix.pl
9921 ! MANIFEST ext/re/Makefile.PL
9922____________________________________________________________________________
9923[ 7494] By: jhi on 2000/10/31 14:08:32
9924 Log: Use Errno magic.
9925
9926 Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
9927 From: Casey Tweten <perl@ctweten.amsite.com>
9928 Date: Mon, 30 Oct 2000 15:51:17 -0500
9929 Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
9930 Branch: perl
9931 ! lib/File/Temp.pm
9932____________________________________________________________________________
9933[ 7493] By: jhi on 2000/10/31 14:05:07
9934 Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
9935
9936 Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
9937 From: Nicholas Clark <nick@ccl4.org>
9938 Date: Mon, 30 Oct 2000 17:38:45 +0000
9939 Message-ID: <20001030173845.O60355@plum.flirble.org>
9940 Branch: perl
9941 ! Makefile.SH utils/perlbug.PL
9942____________________________________________________________________________
51c9377f
JH
9943[ 7492] By: nick on 2000/10/30 19:37:23
9944 Log: Change files which are mysteriously different to mainline to be
9945 copies of mainline.
9946 Branch: perlio
9947 ! objXSUB.h perlapi.c pod/perlapi.pod
9948____________________________________________________________________________
9949[ 7491] By: nick on 2000/10/30 18:05:54
9950 Log: Perlio fixes discovered on big-endian & very traditional Solaris:
9951 - typo in endian code in putc.
9952 - Don't allow read of write-only files and vice-versa
9953 - and off-by-one in flush-all loop.
9954 Remove debug calls as they were using GCC specific features.
9955 Branch: perlio
9956 ! perlio.c
9957____________________________________________________________________________
9958[ 7490] By: nick on 2000/10/29 21:45:45
9959 Log: Integrate mainline to perlio
9960 Branch: perlio
9961 !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
9962 !> toke.c
9963____________________________________________________________________________
582754e4
JH
9964[ 7489] By: jhi on 2000/10/29 21:11:08
9965 Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
9966 From: andreas.koenig@anima.de (Andreas J. Koenig)
9967 Date: 29 Oct 2000 22:05:59 +0100
9968 Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
9969 Branch: perl
9970 ! lib/ExtUtils/Manifest.pm
9971____________________________________________________________________________
9972[ 7488] By: jhi on 2000/10/29 21:07:47
9973 Log: Tests for #7487.
9974
9975 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9976 From: andreas.koenig@anima.de (Andreas J. Koenig)
9977 Date: 29 Oct 2000 19:37:09 +0100
9978 Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
9979 Branch: perl
9980 ! t/comp/proto.t
9981____________________________________________________________________________
9982[ 7487] By: jhi on 2000/10/29 21:06:27
9983 Log: constsub spillage.
9984
9985 Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9986 From: John Tobey <jtobey@john-edwin-tobey.org>
9987 Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
9988 Message-Id: <m13pvSr-000FObC@feynman.localnet>
9989 Branch: perl
9990 ! op.c
9991____________________________________________________________________________
51c9377f
JH
9992[ 7486] By: nick on 2000/10/29 21:05:04
9993 Log: Integrate mainline to perlio branch
9994 Branch: perlio
9995 +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
9996 +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
9997 +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
9998 +> vos/install_perl.cm
9999 - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
10000 - vos/config.h vos/config_h.SH_orig
10001 !> (integrate 141 files)
10002____________________________________________________________________________
582754e4
JH
10003[ 7485] By: jhi on 2000/10/29 21:00:47
10004 Log: Make \x{...} consistently produce UTF-8.
10005
10006 Subject: Re: \x{...} is confused
10007 From: Simon Cozens <simon@cozens.net>
10008 Date: Sun, 29 Oct 2000 19:36:48 +0000
10009 Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
10010 Branch: perl
10011 ! t/pragma/utf8.t toke.c
10012____________________________________________________________________________
51c9377f
JH
10013[ 7484] By: nick on 2000/10/29 20:05:29
10014 Log: PerlIO passes all tests.
10015 Branch: perlio
10016 ! perlio.c
10017____________________________________________________________________________
582754e4
JH
10018[ 7483] By: jhi on 2000/10/29 18:06:55
10019 Log: Update Changes.
10020 Branch: perl
10021 ! Changes patchlevel.h
10022____________________________________________________________________________
51c9377f
JH
10023[ 7482] By: nick on 2000/10/29 17:43:28
10024 Log: Include <unistd.h> to get correct lseek() prototype etc.
10025 (I thought perl.h did that) - down to two fails
10026 - comp/require.t (last test)
10027 - lib/io_xs.t - possibly import/export of FILE * ?
10028 Branch: perlio
10029 ! perlio.c
10030____________________________________________________________________________
39ca283e
JH
10031[ 7481] By: jhi on 2000/10/29 17:02:37
10032 Log: UTF-8 decoder tweak.
10033 Branch: perl
10034 ! utf8.c
10035____________________________________________________________________________
51c9377f
JH
10036[ 7480] By: nick on 2000/10/29 16:26:11
10037 Log: Fixed two bugs:
10038 - error code not being set on close (of broken pipe)
10039 - append mode was truncating.
10040 At least one seek/tell bug remains.
10041 Branch: perlio
10042 ! perlio.c
10043____________________________________________________________________________
10044[ 7479] By: nick on 2000/10/29 11:18:16
10045 Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
10046 in case of accidents. Still several worrying fails, no line disciplines yet.
10047 Branch: perlio
10048 ! iperlsys.h perlio.c
10049____________________________________________________________________________
39ca283e
JH
10050[ 7478] By: jhi on 2000/10/29 02:04:01
10051 Log: Add also emailless people.
10052 Branch: perl
10053 ! AUTHORS
10054____________________________________________________________________________
10055[ 7477] By: jhi on 2000/10/29 01:36:00
10056 Log: The #7476 needs a MANIFEST change, too.
10057 Branch: perl
10058 ! MANIFEST
10059____________________________________________________________________________
10060[ 7476] By: jhi on 2000/10/29 01:35:21
10061 Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
10062 Branch: perl
10063 - MAINTAIN
10064 ! AUTHORS Changes
10065____________________________________________________________________________
10066[ 7475] By: jhi on 2000/10/28 23:57:25
10067 Log: De-quoted-unreadable to ISO Latin 1.
10068 (There's one ISO-2022-JP name in Changes5.004.)
10069 Branch: perl
10070 ! Changes Changes5.6
10071____________________________________________________________________________
10072[ 7474] By: jhi on 2000/10/28 19:13:06
10073 Log: Subject: [ID 20001027.007] uniq array in perlfaq
10074 From: Hans Ginzel <hans@kolej.mff.cuni.cz>
10075 Date: Fri, 27 Oct 2000 19:28:30 +0200
10076 Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz>
10077 Branch: perl
10078 ! pod/perlfaq4.pod
10079____________________________________________________________________________
10080[ 7473] By: jhi on 2000/10/28 18:02:05
10081 Log: Locking null mutexes is not recommendable.
10082
10083 Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED)
10084 From: Hugo <hv@crypt.compulink.co.uk>
10085 Date: Sat, 28 Oct 2000 18:41:12 +0100
10086 Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
10087 Branch: perl
10088 ! op.c
10089____________________________________________________________________________
10090[ 7472] By: jhi on 2000/10/28 17:52:58
10091 Log: Better create a true mailing list for the repository keepers.
10092 Branch: perl
10093 ! Porting/repository.pod
10094____________________________________________________________________________
10095[ 7471] By: jhi on 2000/10/28 17:28:24
10096 Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
10097 name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
10098 Branch: perl
10099 + Porting/repository.pod
10100 ! MANIFEST
10101____________________________________________________________________________
10102[ 7470] By: jhi on 2000/10/28 17:20:54
10103 Log: Subject: DOC PATCH 5.6.0
10104 From: mjd@plover.com
10105 Date: 27 Oct 2000 17:32:44 -0000
10106 Message-ID: <20001027173244.23754.qmail@plover.com>
10107 Branch: perl
10108 ! pod/perlfunc.pod
10109____________________________________________________________________________
10110[ 7469] By: jhi on 2000/10/28 17:16:45
10111 Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
10112 From: "Peter J. Farley III" <pjfarley@banet.net>
10113 Date: Fri, 27 Oct 2000 20:32:56 -0400
10114 Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
10115 Branch: perl
10116 ! README.dos
10117____________________________________________________________________________
10118[ 7468] By: jhi on 2000/10/28 17:07:18
10119 Log: Make target reordering to avoid pointless re-makes.
10120
10121 Subject: Re: Total re-make of 'make okfile' after 7451 ?
10122 From: Nicholas Clark <nick@ccl4.org>
10123 Date: Sat, 28 Oct 2000 00:31:02 +0100
10124 Message-ID: <20001028003101.A54517@plum.flirble.org>
10125 Branch: perl
10126 ! Makefile.SH
10127____________________________________________________________________________
10128[ 7467] By: jhi on 2000/10/28 17:05:31
10129 Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
10130 From: lvirden@cas.org
10131 Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
10132 Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
10133 Branch: perl
10134 ! README.os2
10135____________________________________________________________________________
10136[ 7466] By: jhi on 2000/10/28 16:09:16
10137 Log: Upgrade to CPAN 1.58_55.
10138
10139 Subject: CPAN.pm status
10140 From: andreas.koenig@anima.de (Andreas J. Koenig)
10141 Date: 28 Oct 2000 08:18:00 +0200
10142 Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
10143 Branch: perl
10144 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10145____________________________________________________________________________
10146[ 7465] By: jhi on 2000/10/28 16:02:47
10147 Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
10148 Branch: perl
10149 ! embed.h embed.pl perl.h proto.h toke.c
10150____________________________________________________________________________
10151[ 7464] By: nick on 2000/10/28 10:43:44
10152 Log: Fix for sv_2iv() on "shared" value from keys %hash.
10153 Branch: perl
10154 ! sv.c
10155____________________________________________________________________________
10156[ 7463] By: jhi on 2000/10/27 16:18:29
10157 Log: Update Changes.
10158 Branch: perl
10159 ! Changes patchlevel.h
10160____________________________________________________________________________
0b3b9d72
JH
10161[ 7462] By: jhi on 2000/10/27 16:17:44
10162 Log: Too enthusiastic editing in #7460.
10163 Branch: metaconfig
10164 ! U/modified/Oldsym.U
10165 Branch: perl
10166 ! Configure config_h.SH
10167____________________________________________________________________________
9fa20d2e
JH
10168[ 7461] By: jhi on 2000/10/27 15:37:38
10169 Log: Retract #7459, the script needs more work.
10170 Branch: perl
10171 - mkreef
10172 ! MANIFEST
10173____________________________________________________________________________
0b3b9d72
JH
10174[ 7460] By: jhi on 2000/10/27 15:23:14
10175 Log: Use $sort, $uniq (and $tr) consistently as wondered
10176 by Nicholas Clark.
10177 Branch: metaconfig
10178 ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
10179 ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
10180 ! U/modified/libc.U
10181 Branch: perl
10182 ! Configure config_h.SH
10183____________________________________________________________________________
9fa20d2e
JH
10184[ 7459] By: jhi on 2000/10/27 15:02:07
10185 Log: (Retracted by #7461)
10186
10187 Add a shell script for creating/removing symbolic link farms,
10188 useful for keeping the source code read-only and doing the
10189 builds somewhere else.
10190 Branch: perl
10191 + mkreef
10192 ! MANIFEST
10193____________________________________________________________________________
10194[ 7458] By: jhi on 2000/10/27 14:42:20
10195 Log: Do away with the fix_pl.
10196 Branch: perl
10197 - fix_pl
10198 ! MANIFEST Makefile.SH
10199____________________________________________________________________________
10200[ 7457] By: jhi on 2000/10/27 12:43:13
10201 Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
10202 From: Jens Hamisch <jens@Strawberry.COM>
10203 Date: Fri, 27 Oct 2000 14:38:21 +0200
10204 Message-Id: <20001027143821.B3366@Strawberry.COM>
10205 Branch: perl
10206 ! perl.h
10207____________________________________________________________________________
10208[ 7456] By: jhi on 2000/10/27 12:33:42
10209 Log: Subject: [PATCH] todo
10210 From: Nicholas Clark <nick@ccl4.org>
10211 Date: Thu, 26 Oct 2000 22:32:29 +0100
10212 Message-ID: <20001026223229.A44540@plum.flirble.org>
10213 Branch: perl
10214 ! pod/perltodo.pod
10215____________________________________________________________________________
10216[ 7455] By: jhi on 2000/10/27 12:02:21
10217 Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
10218 From: John Tobey <jtobey@john-edwin-tobey.org>
10219 Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
10220 Message-Id: <m13ozHF-000FObC@feynman.localnet>
10221 Branch: perl
10222 ! op.c t/pragma/sub_lval.t
10223____________________________________________________________________________
10224[ 7454] By: jhi on 2000/10/27 11:59:42
10225 Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
10226 From: sthoenna@efn.org
10227 Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
10228 Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
10229 Branch: perl
10230 ! pp.c t/op/assignwarn.t
10231____________________________________________________________________________
10232[ 7453] By: jhi on 2000/10/27 00:15:08
10233 Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
10234 Branch: perl
10235 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10236 ! ext/Storable/Storable.xs t/lib/st-lock.t
10237____________________________________________________________________________
10238[ 7452] By: jhi on 2000/10/26 13:05:52
10239 Log: Undo #7451, this seems to be a deficiency in Perforce,
10240 there is no per-file line-terminator type, only per-client.
10241 Branch: perl
10242 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
10243 ! win32/makefile.mk
10244____________________________________________________________________________
10245[ 7451] By: jhi on 2000/10/26 04:56:03
10246 Log: Experimenting in DOS arcana.
10247 Branch: perl
10248 ! README.dos README.win32 djgpp/configure.bat win32/Makefile
10249 ! win32/makefile.mk
10250____________________________________________________________________________
10251[ 7450] By: jhi on 2000/10/26 04:50:52
10252 Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[ 7350] breaks VMS perl
10253 From: "Peter J. Farley III" <pjfarley@banet.net>
10254 Date: Wed, 25 Oct 2000 23:10:18 -0400
10255 Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
10256 Branch: perl
10257 ! t/io/open.t
10258____________________________________________________________________________
10259[ 7449] By: jhi on 2000/10/26 04:49:16
10260 Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
10261 From: Hugo <hv@crypt.compulink.co.uk>
10262 Date: Thu, 26 Oct 2000 01:55:17 +0100
10263 Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
10264
10265 minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
10266 Branch: perl
10267 ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
10268____________________________________________________________________________
10269[ 7448] By: jhi on 2000/10/26 04:38:36
10270 Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
10271 From: Peter Prymmer <pvhp@forte.com>
10272 Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)
10273 Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
10274 Branch: perl
10275 ! configure.com
10276____________________________________________________________________________
10277[ 7447] By: jhi on 2000/10/25 23:20:02
10278 Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
10279 in platforms that strictly require all the symbols being present
10280 at link time.
10281 Branch: perl
10282 ! handy.h
10283____________________________________________________________________________
10284[ 7446] By: jhi on 2000/10/25 21:55:57
10285 Log: Update Changes.
10286 Branch: perl
10287 ! Changes patchlevel.h
10288____________________________________________________________________________
fdfe4652
JH
10289[ 7445] By: jhi on 2000/10/25 21:27:08
10290 Log: Integrate with vmsperl #7430 by Charles Bailey:
10291
10292 Cleanup from prior patch (Charles Lane?):
10293 - improve handling of MFDs in Basename and Path
10294 - default to no xsubpp line # munging when building debug images
10295 Branch: perl
10296 !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
10297____________________________________________________________________________
10298[ 7444] By: jhi on 2000/10/25 21:03:50
10299 Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
10300 From: John Peacock <JPeacock@UnivPress.com>
10301 Date: Thu, 18 May 2000 11:55:27 -0400
10302 Message-ID: <3924126F.A58BE57A@UnivPress.com>
10303 Branch: perl
10304 ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
10305 ! t/op/write.t
10306____________________________________________________________________________
10307[ 7443] By: jhi on 2000/10/25 20:43:10
10308 Log: Temporary stopgap for the self-tying issue: for now only
10309 array and hash self-ties are verboten. The real fix, of
10310 course, would be to comprehensively test (and implement?)
10311 and debug (and document) self-ties.
10312 Branch: perl
10313 ! pod/perldiag.pod pp_sys.c t/op/tie.t
10314____________________________________________________________________________
10315[ 7442] By: jhi on 2000/10/25 20:14:30
10316 Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
10317 From: Dan Sugalski <dan@sidhe.org>
10318 Date: Wed, 25 Oct 2000 13:36:35 -0400
10319 Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
10320
10321 plus regen global.sym.
10322 Branch: perl
10323 ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
10324 ! thrdvar.h util.c
10325____________________________________________________________________________
10326[ 7441] By: jhi on 2000/10/25 20:12:20
10327 Log: buildtoc target tweaks.
10328 Branch: perl
10329 ! pod/Makefile.SH
10330____________________________________________________________________________
10331[ 7440] By: jhi on 2000/10/25 20:03:53
10332 Log: A new version of making the syslog test more robust.
10333 (Replaces #7421.)
10334
10335 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10336 From: "Kurt D. Starsinic" <kstar@chapin.edu>
10337 Date: Wed, 25 Oct 2000 12:13:54 -0400
10338 Message-ID: <20001025121354.B2264@O2.chapin.edu>
10339 Branch: perl
10340 ! t/lib/syslog.t
10341____________________________________________________________________________
10342[ 7439] By: jhi on 2000/10/25 20:00:48
10343 Log: Continue the internal UTF-8 API tweaking.
10344 Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
10345 used much more than the simpler API, now called utf8_to_uv_simple().
10346 Still not quite happy with API, too much partial duplication
10347 of functionality.
10348 Branch: perl
10349 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
10350 ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
10351 ! regcomp.c regexec.c sv.c toke.c utf8.c
10352____________________________________________________________________________
10353[ 7438] By: jhi on 2000/10/25 18:52:30
10354 Log: Allow poking holes at the UTF-8 decoding strictness.
10355 Branch: perl
10356 ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
10357 ! utf8.h
10358____________________________________________________________________________
10359[ 7437] By: jhi on 2000/10/25 13:53:05
10360 Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
10361 UTF8LEN() and UTF8SKIP().
10362 Branch: perl
10363 ! pp.c utf8.c utf8.h
10364____________________________________________________________________________
10365[ 7436] By: jhi on 2000/10/25 13:51:37
10366 Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
10367 From: Nicholas Clark <nick@ccl4.org>
10368 Date: Wed, 25 Oct 2000 14:44:05 +0100
10369 Message-ID: <20001025144404.D27253@plum.flirble.org>
10370 Branch: perl
10371 ! pod/perlrun.pod
10372____________________________________________________________________________
10373[ 7435] By: jhi on 2000/10/25 13:49:32
10374 Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
10375 From: Mike Guy <mjtg@cam.ac.uk>
10376 Date: Tue, 24 Oct 2000 14:59:40 +0100
10377 Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
10378 Branch: perl
10379 ! scope.c
10380____________________________________________________________________________
10381[ 7434] By: jhi on 2000/10/25 13:48:41
10382 Log: AIX is picky about its symbol exports. Solution for now
10383 is to include the deb.o explicitly to the re extension build.
10384
10385 Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
10386 From: Peter Prymmer <pvhp@forte.com>
10387 Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
10388 Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
10389 Branch: perl
10390 ! ext/re/Makefile.PL hints/aix.sh
10391____________________________________________________________________________
10392[ 7433] By: jhi on 2000/10/25 13:46:49
10393 Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
10394 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10395 Date: Wed, 25 Oct 2000 12:02:20 +0200
10396 Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
10397 Branch: perl
10398 ! perlsdio.h
10399____________________________________________________________________________
10400[ 7432] By: jhi on 2000/10/25 13:44:28
10401 Log: Subject: Minor update to find2perl, for portability
10402 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
10403 Date: Wed, 25 Oct 2000 12:05:47 +0100
10404 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
10405 Branch: perl
10406 ! x2p/find2perl.PL
10407____________________________________________________________________________
10408[ 7431] By: jhi on 2000/10/25 13:40:39
10409 Log: Add targets to Makefile.SH, most importantly
10410 'regen_all' which also remembers to update vms/perly*.
10411 Branch: perl
10412 ! Makefile.SH
10413____________________________________________________________________________
51c9377f
JH
10414[ 7430] By: bailey on 2000/10/25 03:13:53
10415 Log: Cleanup from prior patch (Charles Lane?):
10416 - improve handling of MFDs in Basename and Path
10417 - default to no xsubpp line # munging when building debug images
10418 Branch: vmsperl
10419 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
10420____________________________________________________________________________
fdfe4652
JH
10421[ 7429] By: jhi on 2000/10/24 20:03:40
10422 Log: Podify README.epoc and README.vos.
10423 Branch: perl
10424 ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
10425 ! pod/perlport.pod pod/perltoc.pod
10426____________________________________________________________________________
10427[ 7428] By: jhi on 2000/10/24 19:10:33
10428 Log: Stratus VOS updates from Paul Green.
10429 Branch: perl
10430 + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10431 + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
10432 - vos/config.def vos/config.h vos/config_h.SH_orig
10433 ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
10434 ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
10435____________________________________________________________________________
0b3b9d72
JH
10436[ 7427] By: jhi on 2000/10/24 18:59:48
10437 Log: Check if stdio supports tweaking lval and cnt simultaneously.
10438
10439 Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
10440 From: Nicholas Clark <nick@ccl4.org>
10441 Date: Mon, 23 Oct 2000 15:39:32 +0100
10442 Message-ID: <20001023153932.A10786@plum.flirble.org>
10443 Branch: metaconfig
10444 ! U/compline/d_stdstdio.U
10445 Branch: perl
10446 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10447 ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
10448 ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
10449 ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
10450 ! vos/config.h vos/config_h.SH_orig win32/config.bc
10451 ! win32/config.gc win32/config.vc
10452____________________________________________________________________________
fdfe4652
JH
10453[ 7426] By: jhi on 2000/10/24 17:57:44
10454 Log: Missed the header file changes from #7425.
10455 Branch: perl
10456 ! embed.h embed.pl objXSUB.h proto.h
10457____________________________________________________________________________
10458[ 7425] By: jhi on 2000/10/24 17:55:17
10459 Log: Fix the bug reported in
10460
10461 From: andreas.koenig@anima.de (Andreas J. Koenig)
10462 Subject: Encode bug?
10463 Date: 24 Oct 2000 14:01:26 +0200
10464 Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
10465
10466 Also make is_utf8_char() stricter.
10467 Branch: perl
10468 ! ext/Encode/Encode.xs utf8.c
10469____________________________________________________________________________
10470[ 7424] By: jhi on 2000/10/24 15:15:39
10471 Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
10472 From: Peter Scott <Peter@PSDT.com>
10473 Date: Mon, 23 Oct 2000 19:46:01 -0700
10474 Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
10475 Branch: perl
10476 ! pod/perlfaq5.pod
10477____________________________________________________________________________
10478[ 7423] By: jhi on 2000/10/24 14:25:30
10479 Log: Test tweak to avoid pulling in the whole Config.
10480 Branch: perl
10481 ! t/lib/st-lock.t
10482____________________________________________________________________________
10483[ 7422] By: jhi on 2000/10/24 14:03:16
10484 Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
10485 Branch: perl
10486 ! pp.c
10487____________________________________________________________________________
10488[ 7421] By: jhi on 2000/10/24 13:32:09
10489 Log: (Replaced by #7440.)
10490
10491 Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
10492 From: "Kurt D. Starsinic" <kstar@chapin.edu>
10493 Date: Mon, 23 Oct 2000 16:40:54 -0400
10494 Message-ID: <20001023164054.B14491@O2.chapin.edu>
10495 Branch: perl
10496 ! t/lib/syslog.t
10497____________________________________________________________________________
10498[ 7420] By: jhi on 2000/10/24 13:30:53
10499 Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
10500 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10501 Date: Mon, 23 Oct 2000 17:29:03 -0400
10502 Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
10503 Branch: perl
10504 ! lib/ExtUtils/MM_Unix.pm
10505____________________________________________________________________________
10506[ 7419] By: jhi on 2000/10/24 13:29:57
10507 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
10508 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10509 Date: Mon, 23 Oct 2000 19:01:32 -0400
10510 Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
10511 Branch: perl
10512 ! utils/h2xs.PL
10513____________________________________________________________________________
10514[ 7418] By: jhi on 2000/10/24 13:26:04
10515 Log: Replace #7409 with
10516
10517 Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
10518 From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10519 Date: Mon, 23 Oct 2000 20:08:56 +0200
10520 Message-ID: <20001023200855.A14850@nice.ram.loc>
10521 Branch: perl
10522 ! ext/Storable/Storable.pm t/lib/st-lock.t
10523____________________________________________________________________________
10524[ 7417] By: jhi on 2000/10/24 13:17:52
10525 Log: Run vms/vms_yfix.pl, should have done that after changing
10526 perly.c in #7382.
10527 Branch: perl
10528 ! vms/perly_c.vms vms/perly_h.vms
10529____________________________________________________________________________
10530[ 7416] By: jhi on 2000/10/24 02:55:33
10531 Log: Make the UTF-8 decoding stricter and more verbose when
10532 malformation happens. This involved adding an argument
10533 to utf8_to_uv_chk(), which involved changing its prototype,
10534 and prefer STRLEN over I32 for the UTF-8 length, which as
10535 a domino effect necessitated changing the prototypes of
10536 scan_bin(), scan_oct(), scan_hex(), and reg_uni().
10537 The stricter UTF-8 decoding checking uses Markus Kuhn's
10538 UTF-8 Decode Stress Tester from
10539 http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
10540 Branch: perl
10541 ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
10542 ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
10543 ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
10544 ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
10545____________________________________________________________________________
10546[ 7415] By: jhi on 2000/10/23 14:06:06
10547 Log: Update Changes.
10548 Branch: perl
10549 ! Changes patchlevel.h
10550____________________________________________________________________________
177b92d2
JH
10551[ 7414] By: jhi on 2000/10/23 12:39:52
10552 Log: Undo the basename() part of #7412 since the lib/basename
10553 tests would need upgrading too.
10554 Branch: perl
10555 ! lib/File/Basename.pm
10556____________________________________________________________________________
10557[ 7413] By: jhi on 2000/10/23 12:19:27
10558 Log: Document PERL_INSTALL_ROOT of #7210.
10559 Branch: perl
10560 ! lib/ExtUtils/Install.pm
10561____________________________________________________________________________
10562[ 7412] By: jhi on 2000/10/23 12:16:47
10563 Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
10564 Branch: perl
10565 ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
10566 ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
10567____________________________________________________________________________
10568[ 7411] By: jhi on 2000/10/23 12:07:41
10569 Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
10570 From: Prymmer/Kahn <pvhp@best.com>
10571 Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
10572 Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
10573 Branch: perl
10574 ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
10575____________________________________________________________________________
10576[ 7410] By: jhi on 2000/10/23 04:10:11
10577 Log: The change #7187 was not so good on VMS.
10578
10579 Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
10580 From: "Craig A. Berry" <craig.berry@psinetcs.com>
10581 Date: Sun, 22 Oct 2000 23:03:08 -0500
10582 Message-Id: <p04330102b617d093470b@[172.16.52.1]>
10583 Branch: perl
10584 ! utils/perldoc.PL
10585____________________________________________________________________________
10586[ 7409] By: jhi on 2000/10/23 03:57:36
10587 Log: Avoid Storable locking on DJGPP for now.
10588
10589 Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
10590 From: "Peter J. Farley III" <pjfarley@banet.net>
10591 Date: Sun, 22 Oct 2000 20:00:00 -0400
10592 Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
10593 Branch: perl
10594 ! ext/Storable/Storable.pm t/lib/st-lock.t
10595____________________________________________________________________________
10596[ 7408] By: jhi on 2000/10/23 03:50:24
10597 Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
10598 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10599 Date: Sun, 22 Oct 2000 21:12:22 -0400
10600 Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
10601 Branch: perl
10602 ! lib/vars.pm
10603____________________________________________________________________________
10604[ 7407] By: jhi on 2000/10/23 03:43:12
10605 Log: Subject: Re: [ID 20001021.005] SEGV with regex match
10606 From: Hugo <hv@crypt.compulink.co.uk>
10607 Date: Mon, 23 Oct 2000 00:47:22 +0100
10608 Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
10609 Branch: perl
10610 ! regexec.c t/op/pat.t
10611____________________________________________________________________________
10612[ 7406] By: jhi on 2000/10/23 03:40:29
10613 Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
10614 Branch: perl
10615 ! lib/ExtUtils/MakeMaker.pm
10616____________________________________________________________________________
10617[ 7405] By: jhi on 2000/10/22 21:32:00
10618 Log: Doc patch.
10619
10620 Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
10621 From: rspier@pobox.com (Robert Spier)
10622 Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
10623 Message-ID: <14835.16112.13457.447971@rls.cx>
10624 Branch: perl
10625 ! lib/strict.pm
10626____________________________________________________________________________
10627[ 7404] By: jhi on 2000/10/22 21:30:51
10628 Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
10629 From: rspier@pobox.com (Robert Spier)
10630 Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
10631 Message-ID: <14835.17223.72448.705566@rls.cx>
10632 Branch: perl
10633 ! lib/ExtUtils/MakeMaker.pm
10634____________________________________________________________________________
10635[ 7403] By: jhi on 2000/10/22 21:24:11
10636 Log: Subject: [PATCH bleadperl] ripples from constsub patch
10637 From: John Tobey <jtobey@john-edwin-tobey.org>
10638 Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
10639 Message-Id: <m13nSOB-000FObC@feynman.localnet>
10640 Branch: perl
10641 ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
10642____________________________________________________________________________
10643[ 7402] By: jhi on 2000/10/22 20:59:35
10644 Log: Support s?printf parameter reordering.
10645 Branch: perl
10646 ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
10647____________________________________________________________________________
10648[ 7401] By: jhi on 2000/10/22 19:19:14
71d4b5fd
JH
10649 Log: Expand %Config variables only if explicitly so requested
10650 during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
177b92d2
JH
10651
10652 Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10653 From: Gurusamy Sarathy <gsar@ActiveState.com>
10654 Date: Sun, 22 Oct 2000 11:47:32 -0700
10655 Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>
10656 Branch: perl
10657 ! Makefile.SH lib/lib_pm.PL
10658____________________________________________________________________________
10659[ 7400] By: jhi on 2000/10/22 18:24:10
10660 Log: Move the #7390 test from warn/op to comp/redef.
10661
10662 Subject: Re: Creating const subs for constants.
10663 From: John Tobey <jtobey@john-edwin-tobey.org>
10664 Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
10665 Message-Id: <m13nG72-000FObC@feynman.localnet>
10666 Branch: perl
10667 ! t/comp/redef.t t/pragma/warn/op
10668____________________________________________________________________________
10669[ 7399] By: jhi on 2000/10/22 17:49:59
10670 Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
10671 From: Nicholas Clark <nick@ccl4.org>
10672 Date: Sat, 21 Oct 2000 22:23:19 +0100
10673 Message-ID: <20001021222319.B45586@plum.flirble.org>
10674 Branch: perl
10675 ! ext/DynaLoader/DynaLoader_pm.PL
10676____________________________________________________________________________
10677[ 7398] By: jhi on 2000/10/22 17:47:35
10678 Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
10679 From: Hugo <hv@crypt.compulink.co.uk>
10680 Date: Sat, 21 Oct 2000 18:19:59 +0100
10681 Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
10682 Branch: perl
10683 ! ext/B/B.pm ext/B/B/C.pm
10684____________________________________________________________________________
10685[ 7397] By: jhi on 2000/10/22 17:35:18
10686 Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
10687 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10688 Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
10689 Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
10690 Branch: perl
10691 ! hints/openbsd.sh
10692____________________________________________________________________________
10693[ 7396] By: jhi on 2000/10/22 17:19:46
10694 Log: Subject: installman go-faster stripes
10695 From: Nicholas Clark <nick@talking.bollo.cx>
10696 Date: Sat, 21 Oct 2000 17:24:53 +0100
10697 Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
10698
10699 Subject: Re: installman go-faster stripes
10700 From: Russ Allbery <rra@stanford.edu>
10701 Date: 21 Oct 2000 11:04:13 -0700
10702 Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
10703 Branch: perl
10704 ! installman pod/pod2man.PL
10705____________________________________________________________________________
10706[ 7395] By: jhi on 2000/10/22 17:17:35
10707 Log: Hints tweak from Anton Berezin.
10708 Branch: perl
10709 ! hints/freebsd.sh
10710____________________________________________________________________________
10711[ 7394] By: jhi on 2000/10/22 04:50:04
10712 Log: Tweak the Is* definitions of Unicode character classes
10713 to better match the official categorizations; embrace
10714 the official categorizations; add the combining marks
10715 as alpha (and -numeric); fix DCinital (a typo and edito)
10716 to be DCmedial.
10717 Branch: perl
10718 + lib/unicode/Is/DCmedial.pl
10719 - lib/unicode/Is/DCinital.pl
10720 ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10721 ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
10722 ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
10723 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10724____________________________________________________________________________
10725[ 7393] By: jhi on 2000/10/21 18:06:05
10726 Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
10727 From: Daniel Chetlin <daniel@chetlin.com>
10728 Date: Sat, 21 Oct 2000 02:57:03 -0700
10729 Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
10730 Branch: perl
10731 + t/lib/tie-splice.t
10732 ! MANIFEST lib/Tie/Array.pm
10733____________________________________________________________________________
51c9377f
JH
10734[ 7392] By: gsar on 2000/10/21 18:05:15
10735 Log: resync utfperl branch with mainline
10736 Branch: utfperl
10737 !> (integrate 1760 files)
10738____________________________________________________________________________
177b92d2
JH
10739[ 7391] By: jhi on 2000/10/21 14:37:49
10740 Log: Testcases for a #7383,#7385 related bug.
10741
10742 Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
10743 From: Nicholas Clark <nick@ccl4.org>
10744 Date: Sat, 21 Oct 2000 15:04:51 +0100
10745 Message-ID: <20001021150451.A51566@plum.flirble.org>
10746 Branch: perl
10747 ! t/pragma/utf8.t
10748____________________________________________________________________________
10749[ 7390] By: jhi on 2000/10/21 14:35:57
10750 Log: Add a testcase for #7389.
10751 Branch: perl
10752 ! t/pragma/warn/op
10753____________________________________________________________________________
10754[ 7389] By: jhi on 2000/10/21 14:26:45
10755 Log: Subject: Re: Creating const subs for constants.
10756 From: John Tobey <jtobey@john-edwin-tobey.org>
10757 Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
10758 Message-Id: <m13mo0N-000FObC@feynman.localnet>
10759 Branch: perl
10760 ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
10761 ! proto.h sv.c
10762____________________________________________________________________________
51c9377f
JH
10763[ 7388] By: nick on 2000/10/21 11:44:23
10764 Log: Populate perlio branch
10765 Branch: perlio
10766 +> (branch 1760 files)
10767____________________________________________________________________________
10768[ 7387] By: nick on 2000/10/21 10:52:05
10769 Log: Get branch back as replica of mainline via :
10770 p4 integrate -b utfperl
10771 p4 resolve -at ./...
10772 Branch: utfperl
10773 +> (branch 269 files)
10774 - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
10775 - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
10776 - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
10777 - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
10778 - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
10779 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10780 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10781 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10782 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10783 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10784 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10785 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10786 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10787 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10788 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10789 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10790 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10791 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10792 - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
10793 - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
10794 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
10795 - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
10796 - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
10797 - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
10798 - lib/unicode/UCD300.html lib/unicode/Unicode.300
10799 - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
10800 - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
10801 - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
10802 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
10803 !> (integrate 965 files)
10804____________________________________________________________________________
177b92d2
JH
10805[ 7386] By: jhi on 2000/10/21 01:31:12
10806 Log: Update Changes.
10807 Branch: perl
10808 ! Changes patchlevel.h
10809____________________________________________________________________________
3a67c0c7
JH
10810[ 7385] By: jhi on 2000/10/21 01:28:42
10811 Log: The #7383 was right only in the context of the original bug report,
10812 not in more general case.
10813 Branch: perl
10814 ! pp_hot.c
10815____________________________________________________________________________
10816[ 7384] By: jhi on 2000/10/21 01:08:23
10817 Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
10818 Branch: perl
10819 ! ext/IO/lib/IO/Select.pm
10820____________________________________________________________________________
10821[ 7383] By: jhi on 2000/10/21 00:44:18
10822 Log: Fix for ID 20001020.006, concatenating an unset submatch
10823 with utf8 resulted in "Modification of a read-only value".
10824 Branch: perl
10825 ! pp_hot.c t/pragma/utf8.t
10826____________________________________________________________________________
10827[ 7382] By: jhi on 2000/10/20 20:44:31
10828 Log: Make scan_num() reëntrant, as suggested in
10829
10830 Subject: [PATCH perl@7229] Rentrant parser and yylex()
10831 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10832 Date: Fri, 20 Oct 2000 14:17:27 +0100
10833 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10834 Branch: perl
10835 ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
10836 ! toke.c
10837____________________________________________________________________________
10838[ 7381] By: jhi on 2000/10/20 20:07:29
10839 Log: Reëntrancy fix.
10840
10841 Subject: [PATCH perl@7229] Rentrant parser and yylex()
10842 From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10843 Date: Fri, 20 Oct 2000 14:17:27 +0100
10844 Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10845 Branch: perl
10846 ! embed.h embed.pl perl.h proto.h toke.c
10847____________________________________________________________________________
10848[ 7380] By: jhi on 2000/10/20 19:15:54
10849 Log: Don't write double values through long double pointers,
10850 based on a part of
10851
10852 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10853 From: Jens Hamisch <jens@Strawberry.COM>
10854 Date: Tue, 17 Oct 2000 08:39:36 +0200
10855 Message-Id: <20001017083936.A11104@Strawberry.COM>
10856 Branch: perl
10857 ! perl.h pp.c
10858____________________________________________________________________________
10859[ 7379] By: jhi on 2000/10/20 18:43:37
10860 Log: Portability tweak on #7377.
10861
10862 Subject: Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
10863 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10864 Date: Fri, 20 Oct 2000 13:13:41 EDT
10865 Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
10866 Branch: perl
10867 ! t/lib/dprof.t
10868____________________________________________________________________________
10869[ 7378] By: jhi on 2000/10/20 12:57:19
10870 Log: SOCKS function redefinitions need prototypes, too, otherwise
10871 for example 32 bit versus 64 bit differences cause a lot of
10872 problems. Part of
10873
10874 Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10875 From: Jens Hamisch <jens@Strawberry.COM>
10876 Date: Tue, 17 Oct 2000 08:39:36 +0200
10877 Message-Id: <20001017083936.A11104@Strawberry.COM>
10878 Branch: perl
10879 ! doio.c pp_sys.c
10880____________________________________________________________________________
10881[ 7377] By: jhi on 2000/10/20 12:37:12
10882 Log: Subject: [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
10883 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10884 Date: Fri, 20 Oct 2000 08:26:04 EDT
10885 Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
10886 Branch: perl
10887 ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
10888____________________________________________________________________________
10889[ 7376] By: jhi on 2000/10/20 12:35:31
10890 Log: Subject: [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
10891 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10892 Date: Fri, 20 Oct 2000 07:48:15 EDT
10893 Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
10894 Branch: perl
10895 ! configure.com vms/gen_shrfls.pl
10896____________________________________________________________________________
51c9377f
JH
10897[ 7375] By: bailey on 2000/10/20 04:44:37
10898 Log: SYN SYN
10899 Branch: vmsperl
10900 +> (branch 134 files)
10901 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
10902 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10903 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10904 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
10905 - eg/cgi/frameset.cgi eg/cgi/index.html
10906 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10907 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10908 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10909 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10910 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10911 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10912 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10913 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10914 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10915 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10916 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10917 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10918 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10919 - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
10920 - lib/unicode/Props.txt lib/unicode/UCD300.html
10921 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10922 - utils/perlbc.PL vms/subconfigure.com
10923 !> (integrate 785 files)
10924____________________________________________________________________________
3a67c0c7
JH
10925[ 7374] By: jhi on 2000/10/20 00:59:48
10926 Log: In the latest compiler builds cccdlflags must not become -fpic,
10927 from Wilfredo Sánchez.
10928 Branch: perl
10929 ! hints/darwin.sh
10930____________________________________________________________________________
10931[ 7373] By: jhi on 2000/10/20 00:56:35
10932 Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
10933 From: Tony Cook <tony@develop-help.com>
10934 Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
10935 Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
10936 Branch: perl
10937 ! pod/perlop.pod
10938____________________________________________________________________________
10939[ 7372] By: jhi on 2000/10/19 19:34:40
10940 Log: Typo noted by Mark Lutz.
10941 Branch: perl
10942 ! t/op/64bitint.t
10943____________________________________________________________________________
0b3b9d72
JH
10944[ 7371] By: jhi on 2000/10/19 19:33:13
10945 Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
10946 Branch: metaconfig
10947 ! U/modified/Cppsym.U U/modified/Oldconfig.U
10948 Branch: metaconfig/U/perl
10949 ! End.U dlsrc.U libperl.U
10950 Branch: perl
10951 + hints/nonstopux.sh
10952 ! Configure MANIFEST config_h.SH
10953____________________________________________________________________________
3a67c0c7
JH
10954[ 7370] By: jhi on 2000/10/19 17:18:08
10955 Log: Subject: PATCH do_print has 2 PerlIO_error()s
10956 From: nick@ccl4.org
10957 Date: Thu, 19 Oct 2000 18:09:20 +0100
10958 Message-ID: <20001019180920.A8440@babyhippo.co.uk>
10959 Branch: perl
10960 ! doio.c
10961____________________________________________________________________________
10962[ 7369] By: jhi on 2000/10/19 14:01:49
10963 Log: Update Changes.
10964 Branch: perl
10965 ! Changes patchlevel.h
10966____________________________________________________________________________
23c0d66e
JH
10967[ 7368] By: jhi on 2000/10/19 13:04:29
10968 Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
10969 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10970 Date: Wed, 18 Oct 2000 13:12:01 +0200
10971 Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
10972 Branch: perl
10973 ! hints/aix.sh
10974____________________________________________________________________________
10975[ 7367] By: jhi on 2000/10/19 02:22:40
10976 Log: Fix of sorts for bug id 20000901.092. There seems to be no trace
10977 of a 'pmshort' anywhere in the B, so the offending line was simply
10978 removed.
10979 Branch: perl
10980 ! ext/B/B/Debug.pm
10981____________________________________________________________________________
10982[ 7366] By: jhi on 2000/10/19 02:12:37
10983 Log: Add the test case for the bug id 20000730.004 which seems
10984 to have been fixed by now.
10985 Branch: perl
10986 ! t/pragma/utf8.t
10987____________________________________________________________________________
10988[ 7365] By: jhi on 2000/10/18 23:36:24
10989 Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH>
10990 From: Hugo <hv@crypt.compulink.co.uk>
10991 Date: Wed, 18 Oct 2000 23:25:58 +0100
10992 Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
10993 Branch: perl
10994 ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
10995____________________________________________________________________________
10996[ 7364] By: jhi on 2000/10/18 21:12:53
10997 Log: (retracted)
10998 Branch: perl
10999 ! pp.c
11000____________________________________________________________________________
11001[ 7363] By: jhi on 2000/10/18 20:55:38
11002 Log: Missing change from #7362.
11003 Branch: perl
11004 ! win32/perlhost.h
11005____________________________________________________________________________
11006[ 7362] By: jhi on 2000/10/18 20:52:01
11007 Log: Borland C fstat() never saw the fd as writable.
11008
11009 Subject: fix for Borland's weak "stat" (perl@7211)
11010 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11011 Date: Mon, 16 Oct 2000 09:55:03 +0400
11012 Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
11013 Branch: perl
11014 ! win32/win32.c
11015____________________________________________________________________________
11016[ 7361] By: jhi on 2000/10/18 17:43:50
11017 Log: Regen toc.
11018 Branch: perl
11019 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
11020____________________________________________________________________________
11021[ 7360] By: jhi on 2000/10/18 17:07:44
11022 Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11023 Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
11024 Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
11025 Date: Mon, 16 Oct 2000 15:19:49 +0200
11026 Branch: perl
11027 + README.aix
11028 ! MANIFEST
11029____________________________________________________________________________
11030[ 7359] By: jhi on 2000/10/18 17:04:49
11031 Log: Subject: Pod patch for Devel::Peek
11032 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11033 Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
11034 Date: Mon, 16 Oct 2000 12:26:34 +0200
11035 Branch: perl
11036 ! ext/Devel/Peek/Peek.pm
11037____________________________________________________________________________
11038[ 7358] By: jhi on 2000/10/18 17:03:15
11039 Log: Make Cwd more bulletproof in chrooted environments.
11040
11041 Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
11042 From: "Eric E. Coe" <Eric.Coe@oracle.com>
11043 Date: Wed, 18 Oct 2000 04:03:54 -0400
11044 Message-Id: <39ED596A.70E599FE@oracle.com>
11045 Branch: perl
11046 ! lib/Cwd.pm
11047____________________________________________________________________________
11048[ 7357] By: jhi on 2000/10/18 16:37:26
11049 Log: Disable the UTF8 downgrade croakage for now to avoid
11050 too many not okay messages.
11051 Branch: perl
11052 ! doio.c
11053____________________________________________________________________________
11054[ 7356] By: jhi on 2000/10/17 23:29:41
11055 Log: Show the failed remote port, instead of the failing line number.
11056
11057 Subject: [PATCH 5.6.1 Debugger] More diagnostics
11058 From: David Sparks <daves@ActiveState.com>
11059 Date: Tue, 17 Oct 2000 15:00:24 -0700
11060 Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
11061 Branch: perl
11062 ! lib/perl5db.pl
11063____________________________________________________________________________
11064[ 7355] By: jhi on 2000/10/17 14:11:31
11065 Log: On output try to downgrade to bytes, croak if impossible,
11066 from Simon Cozens. This means that outputting >255 UTF8
11067 is impossible. Consider this as a strong incentive to get
11068 the I/O disciplines implemented.
11069 Branch: perl
11070 ! doio.c pod/perldiag.pod sv.c
11071____________________________________________________________________________
11072[ 7354] By: jhi on 2000/10/17 13:42:23
11073 Log: Clarify documentation on 'use bytes'.
11074
11075 Subject: Re: What does 'use bytes' "mean" ?
11076 From: Simon Cozens <simon@cozens.net>
11077 Date: Mon, 18 Sep 2000 18:24:25 +0100
11078 Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
11079 Branch: perl
11080 ! lib/bytes.pm
11081____________________________________________________________________________
11082[ 7353] By: jhi on 2000/10/17 13:28:12
11083 Log: Workaround for a sfio bug where the stream error indicator
11084 is not cleared as documented.
11085
11086 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
11087 From: Nicholas Clark <nick@ccl4.org>
11088 Date: Mon, 16 Oct 2000 18:28:23 +0100
11089 Message-ID: <20001016182823.J19700@plum.flirble.org>
11090 Branch: perl
11091 ! doio.c
11092____________________________________________________________________________
11093[ 7352] By: jhi on 2000/10/17 13:06:19
11094 Log: More IoTYPE sprinkling.
11095 Branch: perl
11096 ! doio.c pp_hot.c
11097____________________________________________________________________________
51c9377f
JH
11098[ 7351] By: jhi on 2000/10/16 22:47:07
11099 Log: Detect early whether the std streams have gone bad.
11100
11101 Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
11102 Date: Mon, 16 Oct 2000 23:28:42 +0100
11103 From: Nicholas Clark <nick@ccl4.org>
11104 Message-ID: <20001016232842.A37942@plum.flirble.org>
11105 Branch: perl
11106 ! t/op/misc.t
11107____________________________________________________________________________
11108[ 7350] By: jhi on 2000/10/16 22:45:16
11109 Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
11110 From: "Peter J. Farley III" <pjfarley@banet.net>
11111 Date: Mon, 16 Oct 2000 18:15:59 -0400
11112 Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
11113 Branch: perl
11114 ! djgpp/djgpp.c dosish.h t/io/open.t
11115____________________________________________________________________________
11116[ 7349] By: jhi on 2000/10/16 22:36:45
11117 Log: perldelta tweak.
11118 Branch: perl
11119 ! pod/perldelta.pod
11120____________________________________________________________________________
11121[ 7348] By: jhi on 2000/10/16 15:17:53
11122 Log: Update Changes.
11123 Branch: perl
11124 ! Changes patchlevel.h
11125____________________________________________________________________________
11126[ 7347] By: jhi on 2000/10/16 13:55:27
11127 Log: Add the capability to include/exclude branches.
11128 Branch: perl
11129 ! Porting/genlog
11130____________________________________________________________________________
11131[ 7346] By: jhi on 2000/10/16 13:18:04
11132 Log: Add Charles Lane.
11133 Branch: perl
11134 ! AUTHORS Changes
11135____________________________________________________________________________
11136[ 7345] By: jhi on 2000/10/16 13:13:21
11137 Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
11138 Branch: perl
11139 ! pod/perldelta.pod
11140____________________________________________________________________________
11141[ 7344] By: gsar on 2000/10/16 09:30:21
11142 Log: integrate change#6220 from cfgperl
11143
11144 Win32 patches from Benjamin Stuhl.
11145 Branch: maint-5.6/perl
11146 !> makedef.pl win32/win32.h
11147____________________________________________________________________________
11148[ 7343] By: gsar on 2000/10/16 08:32:19
11149 Log: integrate changes#6221,6222 from cfgperl
11150
11151 Remove tr///CU (the feature is to be obsoleted by better interfaces).
11152 From: simon@brecon.co.uk (Simon Cozens)
11153 Subject: [PATCH] Eliminate tr///[CU][CU]
11154 Date: 23 Jun 2000 11:05:40 GMT
11155 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
11156
11157 doc typo fix
11158 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
11159 From: Ian Phillipps <Ian.Phillipps@iname.com>
11160 Date: Fri, 23 Jun 2000 10:40:58 +0100
11161 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
11162 Branch: maint-5.6/perl
11163 !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
11164____________________________________________________________________________
11165[ 7342] By: gsar on 2000/10/16 08:28:08
11166 Log: integrate change#6217 from cfgperl (in part)
11167
11168 Rename the fdpid locking and integrate with Sarathy.
11169 Branch: maint-5.6/perl
11170 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
11171 !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
11172 !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
11173 !> win32/win32.c
11174____________________________________________________________________________
11175[ 7341] By: gsar on 2000/10/16 08:23:39
11176 Log: integrate changes#6214..6216 from mainline
11177
11178 @_ can't have junk in it even in the non-USE_ITHREADS case because
11179 caller() wants to populate @DB::args with it (causes a coredump
11180 in Carp::confess())
11181
11182 tweak comment about @DB::args
11183
11184 be more optimal about clearing @_
11185 Branch: maint-5.6/perl
11186 !> av.h cop.h pp_ctl.c t/op/runlevel.t
11187____________________________________________________________________________
11188[ 7340] By: gsar on 2000/10/16 08:20:37
11189 Log: integrate changes#6207..6210 from cfgperl
11190
11191 Subject: [PATCH 5.6.0] Threadsafe patches
11192 From: Dan Sugalski <dan@sidhe.org>
11193 To: perl5-porters@perl.org
11194 Date: Mon, 08 May 2000 18:08:13 -0400
11195 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
11196
11197 Regen headers for #6207.
11198
11199 Lock PL_fdpid against race conditions, based on:
11200 Subject: [PATCH 5.6.0]subprocess fixup for threads
11201 From: Dan Sugalski <dan@sidhe.org>
11202 To: perl5-porters@perl.org
11203 Date: Tue, 11 Apr 2000 17:02:32 -0400
11204 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
11205
11206 Mopup for #6207 and #6209.
11207 Branch: maint-5.6/perl
11208 !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
11209 !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
11210 !> win32/win32.c
11211____________________________________________________________________________
11212[ 7339] By: gsar on 2000/10/16 08:14:34
11213 Log: integrate change#6203 from cfgperl
11214
11215 perldiag should refer to perlos2.pod not README.os2
11216 Branch: maint-5.6/perl
11217 !> pod/perldiag.pod
11218____________________________________________________________________________
11219[ 7338] By: gsar on 2000/10/16 08:11:42
11220 Log: integrate change#6201 from mainline
11221
11222 Perl_eval_pv() leaks 4 bytes every time it is called because it
11223 does a PUSHMARK that's never ever POPMARKed; in general, only
11224 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
11225 Perl_eval_[sp]v() don't because they don't take any incoming
11226 arguments (this leak has been around since the original version
11227 of perl_eval_pv() in 5.003_97e)
11228 Branch: maint-5.6/perl
11229 !> perl.c
11230____________________________________________________________________________
11231[ 7337] By: gsar on 2000/10/16 08:08:47
11232 Log: integrate changes#6197..6200 from cfgperl
11233
11234 Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
11235 From: John Borwick <jhborwic@unity.ncsu.edu>
11236 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
11237 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
11238
11239 Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
11240 From: Dan Sugalski <dan@sidhe.org>
11241 To: vmsperl@perl.org, perl5-porters@perl.org
11242 Date: Fri, 02 Jun 2000 16:00:41 -0400
11243 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
11244 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
11245
11246 Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
11247 From: Dan Sugalski <dan@sidhe.org>
11248 To: perl5-porters@perl.org, vmsperl@perl.org
11249 Date: Fri, 02 Jun 2000 17:30:51 -0400
11250 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
11251
11252 Update to cperl-mode.el 4.31 from
11253 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
11254 Subject: A couple of notes
11255 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11256 To: Mailing list Perl5 <perl5-porters@perl.org>
11257 Date: Sat, 3 Jun 2000 23:33:32 -0400
11258 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
11259 Branch: maint-5.6/perl
11260 !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
11261 !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
11262 !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
11263 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
11264 !> vms/vmsish.h
11265____________________________________________________________________________
11266[ 7336] By: gsar on 2000/10/16 08:03:46
11267 Log: integrate changes#6194,6195 from mainline
11268
11269 fix small eval"" memory leaks under USE_ITHREADS
11270
11271 fix yet another eval"" leak under USE_ITHREADS
11272 Branch: maint-5.6/perl
11273 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
11274 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
11275 !> vms/perly_c.vms
11276____________________________________________________________________________
11277[ 7335] By: gsar on 2000/10/16 08:02:15
11278 Log: integrate changes#6190,6191 from mainline
11279
11280 submit missing embed.pl change
11281
11282 vec() loses numericalness (modified version of patch suggested
11283 by Robin Barker)
11284 Branch: maint-5.6/perl
11285 !> doop.c embed.pl t/op/vec.t
11286____________________________________________________________________________
11287[ 7334] By: gsar on 2000/10/16 08:01:03
11288 Log: integrate change#6189 from mainline
11289
11290 counting tr/// corrupts later operation (from M.J.T Guy)
11291 Branch: maint-5.6/perl
11292 !> doop.c t/op/tr.t
11293____________________________________________________________________________
11294[ 7333] By: gsar on 2000/10/16 07:59:07
11295 Log: integrate changes#6183..6188 from mainline
11296
11297 SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
11298 <nick@ccl4.org>)
11299
11300 tweak for change#6127
11301
11302 remove incorrect documentation about implicit split to @_ in
11303 list context, which never really worked in perl 5 (from
11304 M.J.T. Guy)
11305
11306 further qualify references to "alphanumeric" (from Wolfgang Laun
11307 <wolfgang.laun@alcatel.at>)
11308
11309 replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
11310 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11311
11312 h2xs tweaks
11313 Branch: maint-5.6/perl
11314 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
11315 !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
11316 !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
11317 !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
11318 !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
11319 !> pod/pod2latex.PL utils/h2xs.PL
11320____________________________________________________________________________
11321[ 7332] By: gsar on 2000/10/16 07:53:52
11322 Log: integrate change#6179 from mainline
11323
11324 buggy modulus on UVs introduced by change#3378 (resulted in
11325 4063328477 % 65535 amounting to 27406, instead of 27407)
11326 Branch: maint-5.6/perl
11327 !> pp.c t/op/arith.t
11328____________________________________________________________________________
11329[ 7331] By: gsar on 2000/10/16 07:52:49
11330 Log: integrate changes#6176,6177,6178,6182 from cfgperl
11331
11332 Single-quoted utf8 patch from Simon Cozens.
11333
11334 Substitution utf8 patch from Simon Cozens.
11335
11336 Be cleaner.
11337
11338 Be Cleaner Part Deux.
11339 Branch: maint-5.6/perl
11340 !> Makefile.SH pp_hot.c toke.c
11341____________________________________________________________________________
11342[ 7330] By: gsar on 2000/10/16 07:41:36
11343 Log: integrate change#6172 from mainline
11344
11345 fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
11346 (from Ilya Zakharevich)
11347 Branch: maint-5.6/perl
11348 !> regexec.c t/op/re_tests
11349____________________________________________________________________________
11350[ 7329] By: gsar on 2000/10/16 07:40:25
11351 Log: integrate change#6171 from mainline
11352
11353 scalar() doesn't force scalar context when used in void context
11354 (from Simon Cozens)
11355 Branch: maint-5.6/perl
11356 !> op.c t/op/wantarray.t
11357____________________________________________________________________________
11358[ 7328] By: gsar on 2000/10/16 07:39:33
11359 Log: integrate change#6170 from mainline
11360
11361 change#6142 needs tweaks to tests to work where there's no
11362 symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
11363 Branch: maint-5.6/perl
11364 !> t/lib/filefind.t
11365____________________________________________________________________________
11366[ 7327] By: gsar on 2000/10/16 07:35:34
11367 Log: integrate changes#6166..6168 from cfgperl
11368
11369 Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
11370 in case somebody wants to write an extension for more
11371 shadow database interfaces.
11372
11373 tweak todo
11374
11375 Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
11376 Branch: maint-5.6/perl
11377 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11378 !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
11379 !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
11380 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
11381 !> win32/config.vc win32/config_H.bc win32/config_H.gc
11382 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
11383____________________________________________________________________________
11384[ 7326] By: gsar on 2000/10/16 07:29:05
11385 Log: integrate changes#6157,6159..6161,6164 from cfgperl
11386
11387 Regen Configure to jive with #6149.
11388
11389 Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
11390
11391 Changes for the File::Temp 0.08 (change #6159) test suite
11392 to fit better into the Perl distribution test framework.
11393
11394 Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
11395 both from Simon Cozens.
11396
11397 detypo
11398 Branch: maint-5.6/perl
11399 +> pod/perlmodlib.PL pod/perlnewmod.pod
11400 !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
11401 !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
11402 !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11403 !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11404____________________________________________________________________________
11405[ 7325] By: gsar on 2000/10/16 07:25:13
11406 Log: integrate change#6158 from vmsperl
11407
11408 Add fallback to tmpfile for use in cases where user's relying on
11409 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
11410 Lane's patch)
11411 Branch: maint-5.6/perl
11412 !> vms/vms.c vms/vmsish.h
11413____________________________________________________________________________
11414[ 7324] By: gsar on 2000/10/16 07:20:50
11415 Log: integrate changes#6153..6155 from mainline
11416
11417 prettier Test::Harness output on failed tests (from Nicholas Clark
11418 <nick@Bagpuss.uk.boo.com>)
11419
11420 avoid type mismatch warning
11421
11422 small bug in change#6144; remove random \xA0 character that snuck
11423 in via change#6145
11424 Branch: maint-5.6/perl
11425 !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
11426 !> perl.c
11427____________________________________________________________________________
11428[ 7323] By: gsar on 2000/10/16 07:18:47
11429 Log: integrate changes#6151,6152 from mainline
11430
11431 fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
11432
11433 cosmetic fixups of RE debug output (from Ilya Zakharevich)
11434 Branch: maint-5.6/perl
11435 !> regexec.c
11436____________________________________________________________________________
11437[ 7322] By: gsar on 2000/10/16 07:17:25
11438 Log: integrate changes#6146..6150 from mainline
11439
11440 doc typo
11441
11442 add a make entry to Config.pm so "perl -V:make" works on VMS
11443 (from Peter Prymmer)
11444
11445 close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
11446
11447 OS/2 tweaks for usethreads build (from Rocco Caputo
11448 <troc@netrus.net>)
11449
11450 perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
11451 Branch: maint-5.6/perl
11452 !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
11453 !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
11454 !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
11455 !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
11456 !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
11457 !> warnings.pl x2p/a2p.h
11458____________________________________________________________________________
11459[ 7321] By: gsar on 2000/10/16 07:14:02
11460 Log: integrate changes#6143..6145 from mainline
11461
11462 MacOS support, part 1 (from Matthias Neeracher
11463 <neeri@iis.ee.ethz.ch>)
11464
11465 MacOS support, part 2: make AutoSplit use File::Spec instead
11466 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
11467 <neeri@iis.ee.ethz.ch>)
11468
11469 make xsubpp skip embedded pod (from Matthias Neeracher
11470 <neeri@iis.ee.ethz.ch>)
11471 Branch: maint-5.6/perl
11472 +> ext/DynaLoader/dl_mac.xs
11473 !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
11474 !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11475 !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
11476 !> pp_ctl.c proto.h toke.c util.c util.h
11477____________________________________________________________________________
11478[ 7320] By: gsar on 2000/10/16 07:12:13
11479 Log: integrate changes#6141,6142 from mainline
11480
11481 BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
11482 forwarded by Peter Seebach from the bsdi-users mailing list.
11483 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
11484
11485 File::Find fails to chdir when chasing symlinks (from
11486 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
11487 Branch: maint-5.6/perl
11488 !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
11489____________________________________________________________________________
11490[ 7319] By: gsar on 2000/10/16 07:04:30
11491 Log: integrate change#6139 from mainline
11492
11493 revise mktables.PL for bugs and newness in Unicode 3.0
11494 (from James Bence <jbence@amgen.com>)
11495 Branch: maint-5.6/perl
11496 +> (branch 30 files)
11497 !> (integrate 49 files)
11498____________________________________________________________________________
11499[ 7318] By: gsar on 2000/10/16 07:01:01
11500 Log: integrate changes#6137,6138 from mainline
11501
11502 fix bogus redeclaration warning for "our" variables in different
11503 scopes
11504
11505 add note about the handling of negative indices to tied arrays
11506 (from Michael G Schwern <schwern@pobox.com>)
11507 Branch: maint-5.6/perl
11508 !> op.c pod/perltie.pod t/pragma/strict-vars
11509____________________________________________________________________________
11510[ 7317] By: gsar on 2000/10/16 06:58:46
11511 Log: integrate changes#6127..6136 from mainline
11512
11513 call_method(...,G_EVAL) can longjmp() out if the method probing
11514 failed (from Gisle Aas)
11515
11516 new perlxstut example for passing/returning refs to arrays
11517 (from David Lowe <dlowe@pootpoot.com>)
11518
11519 VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
11520
11521 fix places that mean C<"word" character> but say C<alphanumeric
11522 character>
11523
11524 avoid warnings in POSIX.pm (from Barrie Slaymaker)
11525
11526 warnings::enabled() doesn't fall back to looking at $^W if
11527 caller isn't using lexical warnings (from Paul Marquess)
11528
11529 elide bogus test in change#6132
11530
11531 make Test::Harness use wait.h/WCOREDUMP if available
11532 (from Ben Tilly <ben_tilly@hotmail.com>)
11533
11534 enable Test::Harness to dynamically determine column width etc.
11535 (from Rob Napier <rnapier@employees.org>)
11536
11537 random pod typos (from Peter Scott <Peter@PSDT.com>)
11538 Branch: maint-5.6/perl
11539 !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
11540 !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
11541 !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
11542 !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
11543____________________________________________________________________________
11544[ 7316] By: gsar on 2000/10/16 06:53:23
11545 Log: integrate change#6126 from mainline
11546
11547 change#2879 broke rvalue autovivification of magicals such as
11548 ${$num} (reworked variant of patch suggested by Simon Cozens)
11549 Branch: maint-5.6/perl
11550 !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
11551 !> pp_hot.c proto.h t/op/gv.t
11552____________________________________________________________________________
11553[ 7315] By: gsar on 2000/10/16 06:51:38
11554 Log: integrate changes#6123,6125 from mainline
11555
11556 clarify gotcha with #line directives (from Rocco Caputo
11557 <troc@netrus.net>)
11558
11559 enable propagating exception objects via Perl_croak() in XS code
11560 (from Gisle Aas)
11561 Branch: maint-5.6/perl
11562 !> pod/perldebug.pod pod/perlsyn.pod util.c
11563____________________________________________________________________________
11564[ 7314] By: gsar on 2000/10/16 06:49:28
11565 Log: integrate change#6122 from mainline
11566
11567 downgrade fatal error on C<"foo@nosucharray.com"> to optional
11568 warning (from Mark-Jason Dominus)
11569 Branch: maint-5.6/perl
11570 !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
11571 !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
11572 !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
11573 !> toke.c
11574____________________________________________________________________________
11575[ 7313] By: gsar on 2000/10/16 06:46:54
11576 Log: integrate changes#6112..6121 from vmsperl
11577
11578 Check for existence of file before trying to delete
11579
11580 Ugly workaround for version-specific RTL error
11581
11582 Urk -- undo previous removal of vmsish 'exit' change
11583
11584 Add bounds checking for several strings (Charles Lane)
11585
11586 Miscellaneous cosmetic fixes (Charles Lane)
11587
11588 Treat sockets as special in sys(read|write) (Charles Lane et al.)
11589
11590 Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
11591 Flatten case labels in switch statements uniformly (Charles Bailey)
11592
11593 Quiet error messages in vmsish.t (Charles Lane)
11594
11595 Add missing escape (Charles Lane)
11596
11597 Allow eliminate_macros() and fixpath() to handle space-delimited
11598 lists (based on fixes by Craig Berry)
11599 Branch: maint-5.6/perl
11600 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
11601 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
11602 !> vms/vmsish.h
11603____________________________________________________________________________
11604[ 7312] By: gsar on 2000/10/16 06:41:18
11605 Log: integrate changes#6107,6110 from cfgperl
11606
11607 Tweak the todo list.
11608
11609 todo tweak
11610 Branch: maint-5.6/perl
11611 !> Todo-5.6
11612____________________________________________________________________________
11613[ 7311] By: gsar on 2000/10/16 06:38:38
11614 Log: integrate changes#6104,6108 from mainline
11615
11616 PL_sys_intern was being initialized too late on windows
11617
11618 reenable fake signal handling on Windows, bugs and all
11619 Branch: maint-5.6/perl
11620 !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
11621 !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
11622 !> win32/win32.c
11623____________________________________________________________________________
11624[ 7310] By: gsar on 2000/10/16 06:36:03
11625 Log: integrate changes#6095,6097..6103 from cfgperl
11626
11627 Introduce NV_PRESERVED_BITS. Not yet used anywhere but
11628 might be useful in future.
11629
11630 Add a note about possible compilation problems from Allen Smith.
11631
11632 Add a note about other, yet unsupported, shadow password APIs.
11633
11634 Tweaks for the cc bugs from Allen Smith.
11635
11636 More compilation tweakery from Allen Smith.
11637
11638 Hints and test tweaks for Unicos.
11639
11640 The test suite tweak in #6101 wasn't quite right.
11641
11642 Test tweaking for Unicos continues.
11643 Branch: maint-5.6/perl
11644 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11645 !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
11646 !> t/lib/complex.t t/op/64bitint.t
11647____________________________________________________________________________
11648[ 7309] By: gsar on 2000/10/16 06:29:41
11649 Log: integrate changes#6093,6094 from mainline
11650
11651 fork() failure to create pseudo process sets errno=EAGAIN and returns
11652 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
11653
11654 cygwin update (from Eric Fifer <efifer@sanwaint.com>)
11655 Branch: maint-5.6/perl
11656 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
11657 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
11658____________________________________________________________________________
11659[ 7308] By: gsar on 2000/10/16 06:27:29
11660 Log: integrate change#6092 from cfgperl
11661
11662 Regen perltoc with the fixed buildtoc.
11663 Branch: maint-5.6/perl
11664 !> pod/perltoc.pod
11665____________________________________________________________________________
11666[ 7307] By: gsar on 2000/10/16 06:26:40
11667 Log: integrate changes#6089,6090 from mainline
11668
11669 buildtoc tweak to fix newline lossage
11670
11671 concat doesn't preserve utf8-ness, and doesn't invalidate
11672 [NI]OK; added tests for both
11673 Branch: maint-5.6/perl
11674 !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
11675____________________________________________________________________________
11676[ 7306] By: gsar on 2000/10/16 06:24:05
11677 Log: integrate change#6088 from cfgperl
11678
11679 Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
11680 because we do not use those. The HAS_GETSPNAM remains,
11681 though, because we still do use that.
11682 Branch: maint-5.6/perl
11683 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11684 !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
11685 !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
11686 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
11687 !> win32/config.vc win32/config_H.bc win32/config_H.gc
11688 !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
11689____________________________________________________________________________
11690[ 7305] By: gsar on 2000/10/16 06:15:52
11691 Log: integrate changes#6084,6085,6087 from mainline
11692
11693 substr() does not preserve utf8-ness (from Stefan Eissing
11694 <Eissing@medicaldataservice.de>); added tests
11695
11696 repeat operator (x) doesn't preserve utf8-ness
11697
11698 reverse() and quotemeta() weren't preserving utf8-ness; add tests
11699 Branch: maint-5.6/perl
11700 !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
11701____________________________________________________________________________
11702[ 7304] By: gsar on 2000/10/16 06:13:10
11703 Log: integrate changes#6077..6083 from mainline
11704
11705 avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
11706 and Tom Phoenix)
11707
11708 workaround for CRT bug in chdir() (from Charles Lane, via
11709 Peter Prymmer)
11710
11711 remove outdated kludge in Carp (NULLs are permitted in diagnostics
11712 now)
11713
11714 add File::Temp v0.08 from CPAN, with small tweaks to testsuite
11715 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11716
11717 better default perlbug categories for ok reports (from Richard Foley)
11718
11719 peek.t non-portable to ithreads
11720
11721 note about undocumented caller() return value (from M.J.T. Guy);
11722 yet another peek.t tweak
11723 Branch: maint-5.6/perl
11724 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11725 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11726 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
11727 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
11728 !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
11729 !> vms/vmsish.h
11730____________________________________________________________________________
11731[ 7303] By: gsar on 2000/10/16 06:03:18
11732 Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
11733 6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
11734
11735 &HUGE_VAL is not defined, it exists.
11736
11737 Do not warn that an infinity does not look like a number.
11738
11739 Rewrite the pwent/spent logic to be a little bit more clearer.
11740
11741 Continue on the pwent/spent case.
11742
11743 Correct Freudian slip.
11744
11745 Use HUGE_VALL if applicable.
11746
11747 pwent/spent #ifdef imbalance.
11748
11749 Infinite problems.
11750
11751 Call getspnam() only iff needd.
11752
11753 Test both the scalar and list contexts.
11754
11755 Use setxxent()/endxxent().
11756
11757 Complex tweakery.
11758
11759 Unicos hint tweak.
11760
11761 Be more forgiving in POSIX about HUGE_VALL.
11762
11763 Detypo.
11764
11765 The search of infinity continues, this time simplified.
11766
11767 The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
11768 in natively 64-bit platforms where a long is a quad (no need
11769 for long longs). Also added bias for IVs.
11770
11771 Complex tweaks.
11772
11773 Introduce t/lib/peek.t.
11774
11775 Make the test more portable.
11776 Branch: maint-5.6/perl
11777 +> t/lib/peek.t
11778 ! pp_sys.c
11779 !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
11780 !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
11781 !> t/op/pwent.t toke.c util.c
11782____________________________________________________________________________
11783[ 7302] By: gsar on 2000/10/16 05:03:37
11784 Log: integrate changes#6066..6071 from mainline
11785
11786 s/END/CHECK/
11787
11788 replace direct call to sighandler() with (*PL_sighandlerp)()
11789
11790 note about values()
11791
11792 File::Spec compatibility update (from Barrie Slaymaker
11793 <barries@slaysys.com>)
11794
11795 remove misleading comment (from M.J.T. Guy)
11796
11797 misformatted perllocal.pod (from Tim Jenness
11798 <t.jenness@jach.hawaii.edu>)
11799 Branch: maint-5.6/perl
11800 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11801 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11802 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
11803 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
11804____________________________________________________________________________
11805[ 7301] By: gsar on 2000/10/16 05:00:08
11806 Log: integrate changes#6061..6063 from mainline
11807
11808 change#5921 neglected to make eq honor "use bytes"
11809
11810 additional tests for utf8.t
11811
11812 tokeq() could read unallocated field in argument
11813 Branch: maint-5.6/perl
11814 !> sv.c t/pragma/utf8.t toke.c
11815____________________________________________________________________________
11816[ 7300] By: gsar on 2000/10/16 04:56:54
11817 Log: integrate changes#6046,6048,6057,6058 from mainline
11818
11819 libscheck has insufficient checks for n32 libs (from
11820 Albert Chin-A-Young <china@thewrittenword.com>)
11821
11822 add note about how $( doesn't interpolate in REs (from
11823 Philip Newton <newton@ficus.frogspace.net>)
11824
11825 fix broken parsing of /\x{ab}/
11826
11827 printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
11828 (spotted by Donald Kinzer <dkinzer@premia.com>)
11829 Branch: maint-5.6/perl
11830 !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
11831 !> t/pragma/utf8.t
11832____________________________________________________________________________
11833[ 7299] By: gsar on 2000/10/16 04:52:50
11834 Log: integrate change#6044 from mainline
11835
11836 change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
11837 such that underscores are only ignored in literal numbers,
11838 "\x{...}", and hex/oct argument
11839 Branch: maint-5.6/perl
11840 !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
11841____________________________________________________________________________
11842[ 7298] By: gsar on 2000/10/16 04:50:53
11843 Log: integrate changes#6027..6043 from mainline
11844
11845 podlators-1.02 update (from Russ Allbery)
11846
11847 Pod::Man generates groff-incompatible macro definition (from
11848 Tom Christiansen)
11849
11850 add CGI.pm v2.66 (from Lincoln Stein)
11851
11852 introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
11853 for @- and @+ (from Johan Vromans)
11854
11855 small nits in diagnostics.pm (from Robin Barker)
11856
11857 whitespace adjustments
11858
11859 missing files in MANIFEST
11860
11861 cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
11862 to compensate
11863
11864 remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
11865
11866 perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
11867 Branch: maint-5.6/perl
11868 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
11869 !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
11870 !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
11871 !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
11872 !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
11873 !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
11874 !> t/lib/cgi-html.t t/lib/cgi-request.t
11875____________________________________________________________________________
11876[ 7297] By: gsar on 2000/10/16 04:44:30
11877 Log: integrate change#6025 from mainline
11878
11879 Is{Alnum,Alpha,Word} don't match titlecase
11880 TODO: IsSpace is defined recursively!
11881 (both spotted by Larry)
11882 Branch: maint-5.6/perl
11883 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11884 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
11885____________________________________________________________________________
11886[ 7296] By: gsar on 2000/10/16 04:39:30
11887 Log: integrate change#6023 from mainline
11888
11889 debugger stomps on $. (from M.J.T. Guy)
11890 Branch: maint-5.6/perl
11891 !> lib/perl5db.pl
11892____________________________________________________________________________
11893[ 7295] By: gsar on 2000/10/16 04:38:02
11894 Log: integrate change#6022 from mainline
11895
11896 unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
11897 Branch: maint-5.6/perl
11898 !> sv.c
11899____________________________________________________________________________
11900[ 7294] By: gsar on 2000/10/16 04:37:05
11901 Log: integrate changes#6018..6021 from mainline
11902
11903 make lib/syslog.t portable to systems that don't have _PATH_LOG,
11904 make _PATH_LOG() return "" if unavailable
11905
11906 windows portability tweaks
11907
11908 test tweak
11909
11910 remove Win2K issue in pod (fixed by change#6020)
11911 Branch: maint-5.6/perl
11912 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
11913 !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
11914 !> t/lib/open3.t t/lib/syslog.t win32/win32.h
11915____________________________________________________________________________
11916[ 7293] By: gsar on 2000/10/16 04:20:00
11917 Log: integrate changes#6013..6015 from mainline
11918
11919 tweak change#5945 to display correct switch name in diagnostic
11920
11921 glob() loading File::Glob behind the scenes may cause syntax errors
11922
11923 tweak test for portability
11924 Branch: maint-5.6/perl
11925 !> op.c perl.c pod/perldiag.pod t/lib/b.t
11926____________________________________________________________________________
11927[ 7292] By: gsar on 2000/10/16 04:18:11
11928 Log: integrate changes#6005..6010 from mainline, cfgperl
11929
11930 perldoc might fail via "use blib" (from Hugo van der Sanden)
11931
11932 Regen Configure.
11933
11934 note about compile failures and END blocks (from M.J.T. Guy)
11935
11936 VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
11937
11938 (change#6009 integrated earlier in change#7255)
11939
11940 clarify note about shadow password support (from
11941 gellyfish@gellyfish.com)
11942 Branch: maint-5.6/perl
11943 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11944 !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
11945 !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
11946____________________________________________________________________________
11947[ 7291] By: gsar on 2000/10/16 04:12:03
11948 Log: integrate changes#6002,6003 from mainline
11949
11950 destructive sv_setsv() can lose UV-ness from source, causing
11951 numeric promotions/comparisons to fail to do the right thing
11952
11953 allow REG_EXPAND_SZ keys in Windows registry (from
11954 John Clayton <John.Clayton@barclayscapital.com>)
11955 Branch: maint-5.6/perl
11956 !> sv.c win32/win32.c
11957____________________________________________________________________________
11958[ 7290] By: gsar on 2000/10/16 04:10:19
11959 Log: integrate change#6001 from mainline
11960
11961 support additional library locations via $Config{otherlibdirs}
11962 (from Andy Dougherty)
11963 Branch: maint-5.6/perl
11964 !> Configure INSTALL Porting/Glossary Porting/config.sh
11965 !> Porting/config_H config_h.SH epoc/config.sh perl.c
11966 !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
11967 !> win32/config.bc win32/config.gc win32/config.vc
11968____________________________________________________________________________
11969[ 7289] By: gsar on 2000/10/16 04:08:28
11970 Log: integrate change#5999 from mainline
11971
11972 fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
11973 Branch: maint-5.6/perl
11974 !> t/pragma/warn/toke toke.c
11975____________________________________________________________________________
11976[ 7288] By: gsar on 2000/10/16 04:07:01
11977 Log: integrate changes#5997,5998 from cfgperl
11978
11979 Preserve $!.
11980
11981 Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
11982 Branch: maint-5.6/perl
11983 !> lib/Math/Complex.pm
11984____________________________________________________________________________
11985[ 7287] By: gsar on 2000/10/16 04:04:37
11986 Log: integrate change#5995 from mainline
11987
11988 fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
11989 Branch: maint-5.6/perl
11990 !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
11991____________________________________________________________________________
11992[ 7286] By: gsar on 2000/10/16 04:03:21
11993 Log: integrate change#5994 from mainline
11994
11995 fix for missed accounting for null byte in pack("Z",...) (from
11996 M.J.T. Guy)
11997 Branch: maint-5.6/perl
11998 !> pp.c t/op/pack.t
11999____________________________________________________________________________
12000[ 7285] By: gsar on 2000/10/16 04:02:11
12001 Log: integrate changes#5989..5993 from mainline
12002
12003 qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
12004 itself and no other (from Tom Hughes)
12005
12006 use $ENV{LIB} to search for libs under Visual C compiler
12007 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
12008
12009 posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
12010
12011 pod nit (from Simon Cozens)
12012
12013 various minor tweaks seen on p5p
12014 Branch: maint-5.6/perl
12015 !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
12016 !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
12017 !> t/op/array.t toke.c
12018____________________________________________________________________________
12019[ 7284] By: gsar on 2000/10/16 03:59:00
12020 Log: integrate changes#5978..5988 from mainline
12021
12022 sync version numbers in File::Spec with the ones on CPAN
12023 (from Barrie Slaymaker)
12024
12025 under useithreads, constant pad entries could inadvertantly be
12026 shared across threads (from Eric Blood <eblood@xmission.com>);
12027 added Eric's test case to testsuite
12028
12029 allow Configure -S to run non-interactively (spotted by Greg Hudson
12030 <ghudson@mit.edu>)
12031
12032 rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
12033 prototype mismatch with CORE::glob(); update pod and tests to
12034 suit (File::Glob::glob() is still available for backward
12035 compatibility, but should be considered deprecated)
12036
12037 avoid error in IO::Socket::INET when given an unknown service name
12038 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
12039
12040 numeric conversion of non-number in change#3378 tramples on
12041 OOK offset, causing segfaults
12042
12043 attributes::reftype() doesn't work on tied argument
12044
12045 forked child may not exit correctly if it failed to open
12046 /dev/console (from Graham Barr)
12047
12048 add regular expressions tutorial and quick-start guide (from
12049 Mark Kvale <kvale@phy.ucsf.edu>)
12050
12051 B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
12052
12053 s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
12054 <paul@miraclefish.com>)
12055 Branch: maint-5.6/perl
12056 +> pod/perlrequick.pod pod/perlretut.pod
12057 !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
12058 !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
12059 !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
12060 !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
12061 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
12062 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
12063 !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
12064 !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
12065____________________________________________________________________________
12066[ 7283] By: gsar on 2000/10/16 03:52:14
12067 Log: integrate change#5977 from mainline
12068
12069 autoquote barewords followed by newline and arrow properly
12070 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
12071 Branch: maint-5.6/perl
12072 !> t/pragma/warn/toke toke.c
12073____________________________________________________________________________
12074[ 7282] By: gsar on 2000/10/16 03:50:48
12075 Log: integrate change#5976 from mainline
12076
12077 DB_File v1.73 update (from Paul Marquess)
12078 Branch: maint-5.6/perl
12079 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12080 !> ext/DB_File/DB_File.xs ext/DB_File/version.c
12081____________________________________________________________________________
12082[ 7281] By: gsar on 2000/10/16 03:49:14
12083 Log: integrate change#5975 from mainline
12084
12085 allow sort() reentrancy (variant of patch suggested by
12086 Hugo van der Sanden)
12087 Branch: maint-5.6/perl
12088 !> pp_ctl.c t/op/sort.t
12089____________________________________________________________________________
12090[ 7280] By: gsar on 2000/10/16 03:48:22
12091 Log: integrate change#5974 from mainline
12092
12093 change#4197 somehow missed initializing PL_errors, meaning
12094 syntax error queueing wasn't working outside eval"" at all;
12095 also fixed eval"" to localize PL_error_count, so that compile-time
12096 eval's don't clobber the error state of the outer context
12097 Branch: maint-5.6/perl
12098 !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
12099 !> t/pragma/warn/toke
12100____________________________________________________________________________
12101[ 7279] By: gsar on 2000/10/16 03:46:21
12102 Log: integrate change#5973 from mainline
12103
12104 fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
12105 Branch: maint-5.6/perl
12106 !> regcomp.c regexec.c t/op/re_tests
12107____________________________________________________________________________
12108[ 7278] By: gsar on 2000/10/16 03:44:54
12109 Log: integrate change#5971 from cfgperl
12110
12111 Unicos tweaks from Mark P. Lutz.
12112 Branch: maint-5.6/perl
12113 !> hints/unicos.sh lib/Math/Complex.pm
12114____________________________________________________________________________
12115[ 7277] By: gsar on 2000/10/16 03:42:59
12116 Log: integrate changes#5966..5970 from mainline
12117
12118 add testsuite for B backends, fix bug in B::Deparse (from
12119 Simon Cozens <simon@brecon.co.uk>)
12120
12121 improved docs on the warn_uninit diagnostic (from David Glasser
12122 and Simon Cozens)
12123
12124 tolerate spaces in group names in test on solaris (from David Boyce
12125 <dsb@boyski.com>)
12126
12127 fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
12128
12129 Data::Dumper fumbles negative numbers on 32-bit platforms where
12130 IV is >32bits
12131 Branch: maint-5.6/perl
12132 +> t/lib/b.t t/lib/syslog.t
12133 !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
12134 !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
12135 !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
12136____________________________________________________________________________
12137[ 7276] By: gsar on 2000/10/16 03:39:30
12138 Log: integrate change#5965 from mainline
12139
12140 avoid "will not stay shared" warnings for our variables (from
12141 Robin Barker)
12142 Branch: maint-5.6/perl
12143 !> op.c t/pragma/warn/op
12144____________________________________________________________________________
12145[ 7275] By: gsar on 2000/10/16 03:38:18
12146 Log: integrate change#5964 from mainline
12147
12148 reformat to 72 columns (again)
12149 Branch: maint-5.6/perl
12150 !> pod/perldiag.pod
12151____________________________________________________________________________
12152[ 7274] By: gsar on 2000/10/16 03:36:58
12153 Log: integrate change#5963 from mainline
12154
12155 patch from Larry to make (\&) prototype work; added tests for
12156 the same
12157 Branch: maint-5.6/perl
12158 !> op.c t/comp/proto.t
12159____________________________________________________________________________
12160[ 7273] By: gsar on 2000/10/16 03:35:51
12161 Log: integrate changes#5956..5962 from mainline
12162
12163 better diagnostics on failed tests (from Ilya Zakharevich)
12164
12165 pod nits (from A. C. Yardley <yardley@tanet.net>)
12166
12167 change#3569 deleted some essential code, revert; avoid use of
12168 atexit() to make DynaLoader work properly on AIX under mod_perl
12169 (from Jens-Uwe Mager <jum@helios.de>)
12170
12171 doubled words in pods (from Simon Cozens
12172 <simon.p.cozens@jp.pwcglobal.com>)
12173
12174 better INSTALL notes on Solaris issues (from Dominic Dunlop)
12175
12176 recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
12177
12178 updated README.hpux (from Jeff Okamoto)
12179 Branch: maint-5.6/perl
12180 !> INSTALL README.hpux emacs/cperl-mode.el
12181 !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
12182 !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
12183 !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
12184 !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
12185 !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
12186 !> t/op/lex_assign.t
12187____________________________________________________________________________
12188[ 7272] By: gsar on 2000/10/16 03:31:22
12189 Log: integrate change#5955 from mainline
12190
12191 longstanding bug exposed by change#3307: sort arguments weren't
12192 compiled with the right wantarray context (ensuing runtime lookup
12193 via block_gimme() was getting the incidental context of the
12194 sort() itself)
12195 Branch: maint-5.6/perl
12196 !> op.c t/op/sort.t
12197____________________________________________________________________________
12198[ 7271] By: gsar on 2000/10/16 03:29:11
12199 Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
12200 branch
12201
12202 Flatten the cpp jungle doing the nosuid checking.
12203
12204 Do not assume sign propagation. (from M.J.T. Guy)
12205
12206 Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
12207
12208 Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
12209 Now pp_ncmp() returns undef is either operand is a NaN.
12210
12211 On second thoughts frexp() does have two arguments.
12212
12213 Document that tr() is not tr(1).
12214
12215 Be more robust on "extreme" (large absolute value)
12216 arguments. Originally reported by Daniel Connelly
12217 as a problem with asinh() on large negative arguments,
12218 asinh() used to bail out because an argument to log()
12219 ended up being zero. Ilya Zakharevich proposed using
12220 Taylor's series in such cases, which for such large
12221 arguments is a very good approximation.
12222
12223 Undo "use integer" addition from 64bitint as it seems
12224 to break most of the subtests in Digital UNIX;
12225 Unicos needs to find another way.
12226 Branch: maint-5.6/perl
12227 !> (integrate 29 files)
12228____________________________________________________________________________
12229[ 7270] By: gsar on 2000/10/16 03:09:44
12230 Log: integrate changes#5948,5949,5950 from mainline
12231
12232 typo in vars.pm that leads to cryptic message (from Piotr
12233 Piatkowski <kompas@kompas.usr.onet.pl>)
12234
12235 make perldoc use the pod2man from the same version (from
12236 M.J.T. Guy)
12237
12238 reformat perldiag to avoid long lines
12239 Branch: maint-5.6/perl
12240 !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
12241____________________________________________________________________________
12242[ 7269] By: gsar on 2000/10/16 03:05:54
12243 Log: integrate change#5947 from mainline
12244
12245 use &dl_error rather than &dl_load_file as the guard for calling
12246 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
12247 statically built perl)
12248 Branch: maint-5.6/perl
12249 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
12250____________________________________________________________________________
12251[ 7268] By: gsar on 2000/10/16 03:04:48
12252 Log: integrate change#5945 from mainline
12253
12254 make module name mandatory after -M switch; reorder perldiag
12255 alphabetically (from Mark-Jason Dominus)
12256 Branch: maint-5.6/perl
12257 !> perl.c pod/perldiag.pod
12258____________________________________________________________________________
12259[ 7267] By: gsar on 2000/10/16 03:03:01
12260 Log: integrate change#5939 from mainline
12261
12262 more pod nits (from Larry Virden)
12263 Branch: maint-5.6/perl
12264 !> README.win32 pod/perlsub.pod pod/perlsyn.pod
12265 !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
12266 !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
12267____________________________________________________________________________
12268[ 7266] By: gsar on 2000/10/16 03:01:39
12269 Log: integrate change#5938 from mainline
12270
12271 Consolidated B::Deparse fixes (from Stephen McCamant)
12272 Branch: maint-5.6/perl
12273 !> ext/B/B/Deparse.pm
12274____________________________________________________________________________
12275[ 7265] By: gsar on 2000/10/16 03:00:43
12276 Log: integrate change#5936 from mainline
12277
12278 additional tests for change#7263 (from Paul Marquess)
12279 Branch: maint-5.6/perl
12280 !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
12281 !> t/pragma/warn/5nolint t/pragma/warn/6default
12282____________________________________________________________________________
12283[ 7264] By: gsar on 2000/10/16 02:58:34
12284 Log: integrate change#5934 from mainline
12285
12286 propagate lexical warnings from surrounding scope correctly
12287 within string eval() (from Paul Marquess)
12288 Branch: maint-5.6/perl
12289 !> pp_ctl.c t/pragma/warn/pp_ctl
12290____________________________________________________________________________
12291[ 7263] By: gsar on 2000/10/16 02:56:53
12292 Log: integrate change#5932 from mainline
12293
12294 add rsignal(), whichsig() and do_join() to public API list
12295 (mod_perl uses them to good advantage)
12296 Branch: maint-5.6/perl
12297 !> embed.pl global.sym objXSUB.h perlapi.c proto.h
12298____________________________________________________________________________
12299[ 7262] By: gsar on 2000/10/16 02:55:53
12300 Log: integrate change#5931 from mainline
12301
12302 fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
12303 Branch: maint-5.6/perl
12304 !> pp_hot.c regexec.c t/op/pat.t
12305____________________________________________________________________________
12306[ 7261] By: gsar on 2000/10/16 02:55:01
12307 Log: integrate change#5930 from mainline
12308
12309 small os390 tweaks (from Peter Prymmer)
12310 Branch: maint-5.6/perl
12311 !> config_h.SH makedepend.SH
12312____________________________________________________________________________
12313[ 7260] By: gsar on 2000/10/16 02:54:10
12314 Log: integrate change#5929 from mainline
12315
12316 pod nits
12317 Branch: maint-5.6/perl
12318 !> pod/perlguts.pod
12319____________________________________________________________________________
12320[ 7259] By: gsar on 2000/10/16 02:52:55
12321 Log: integrate change#5927 from mainline
12322
12323 arrange for next() to resume at the unstack op rather than the
12324 loop conditional, so that scope cleanup happens correctly
12325 (from Stephen McCamant)
12326 Branch: maint-5.6/perl
12327 !> op.c pp_ctl.c t/op/misc.t
12328____________________________________________________________________________
12329[ 7258] By: gsar on 2000/10/16 02:51:38
12330 Log: integrate change#5926 from mainline
12331
12332 on windows, reserve 16M of stack rather than 128M (allows more
12333 threads to run concurrently)
12334 Branch: maint-5.6/perl
12335 !> win32/Makefile win32/makefile.mk
12336____________________________________________________________________________
12337[ 7257] By: gsar on 2000/10/16 02:50:37
12338 Log: integrate change#5925 from mainline
12339
12340 POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
12341 Branch: maint-5.6/perl
12342 !> toke.c
12343____________________________________________________________________________
12344[ 7256] By: gsar on 2000/10/16 02:49:36
12345 Log: integrate change#5924 from mainline
12346
12347 avoid using uninitialized memory in require version check
12348 Branch: maint-5.6/perl
12349 !> pp_ctl.c universal.c
12350____________________________________________________________________________
12351[ 7255] By: gsar on 2000/10/16 02:48:03
12352 Log: integrate changes#5923,5928,6009 from mainline
12353
12354 IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
12355 Branch: maint-5.6/perl
12356 !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
12357____________________________________________________________________________
12358[ 7254] By: gsar on 2000/10/16 02:44:46
12359 Log: integrate change#5922 from mainline
12360
12361 commentary about IoTYPE() (from Nathan Torkington)
12362 Branch: maint-5.6/perl
12363 !> sv.h
12364____________________________________________________________________________
12365[ 7253] By: gsar on 2000/10/16 02:43:49
12366 Log: integrate change#5921 from mainline
12367
12368 make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
12369 Branch: maint-5.6/perl
12370 !> sv.c t/lib/charnames.t t/pragma/utf8.t
12371____________________________________________________________________________
12372[ 7252] By: gsar on 2000/10/16 02:42:31
12373 Log: integrate change#5920 from mainline
23c0d66e 12374
51c9377f
JH
12375 Larry's fix for buggy propagation of utf8-ness in join(); add test
12376 Branch: maint-5.6/perl
12377 !> doop.c t/op/ver.t
23c0d66e 12378____________________________________________________________________________
51c9377f
JH
12379[ 7251] By: gsar on 2000/10/16 02:41:14
12380 Log: integrate changes#5915..5919 from mainline
12381
12382 various (pod tweaks &c)
12383 Branch: maint-5.6/perl
12384 !> (integrate 33 files)
23c0d66e 12385____________________________________________________________________________
51c9377f
JH
12386[ 7250] By: gsar on 2000/10/16 02:38:16
12387 Log: integrate change#5914 from mainline
12388
12389 caller() wasn't returning the right number of elements for
12390 eval {...}
12391 Branch: maint-5.6/perl
12392 !> pp_ctl.c t/pragma/warn/9enabled
23c0d66e 12393____________________________________________________________________________
51c9377f
JH
12394[ 7249] By: gsar on 2000/10/16 02:37:02
12395 Log: integrate change#5913 from mainline
12396
12397 pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
12398 (from Mark-Jason Dominus)
12399 Branch: maint-5.6/perl
12400 !> pod/perlfunc.pod
23c0d66e 12401____________________________________________________________________________
51c9377f
JH
12402[ 7248] By: gsar on 2000/10/16 02:35:58
12403 Log: integrate change#5912 from mainline
12404
12405 fix totally broken caching in UNIVERSAL::isa() (from
12406 Nick Ing-Simmons)
12407 Branch: maint-5.6/perl
12408 !> t/op/universal.t universal.c
a4abfbda 12409____________________________________________________________________________
51c9377f
JH
12410[ 7247] By: gsar on 2000/10/16 02:34:27
12411 Log: integrate changes#5910,5911 from mainline
12412
12413 typo in pod
12414
12415 add linebreak properties from unicode/LineBrk.txt (from
12416 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
12417 Branch: maint-5.6/perl
12418 +> (branch 29 files)
12419 !> ext/Thread/Thread.pm lib/unicode/mktables.PL
a4abfbda 12420____________________________________________________________________________
51c9377f
JH
12421[ 7246] By: gsar on 2000/10/16 02:33:29
12422 Log: integrate change#5909 from mainline
12423
12424 mode argument to do_binmode() should be file mode, not boolean
12425 Branch: maint-5.6/perl
12426 !> pp_sys.c
12427____________________________________________________________________________
12428[ 7245] By: gsar on 2000/10/16 02:31:04
12429 Log: integrate change#5908 from mainline
12430
12431 introduce illegal symbols into null package so that
12432 gv_fetchpv(...,TRUE) always returns a valid GV even when the
12433 symbol is trapped by strictures (avoids coredumps)
12434 Branch: maint-5.6/perl
12435 !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
12436 !> t/pragma/strict-vars
a4abfbda
JH
12437____________________________________________________________________________
12438[ 7244] By: jhi on 2000/10/16 02:29:54
12439 Log: Subject: $Carp::ExportLevel confusion in Exporter
12440 From: "Ben Tilly" <ben_tilly@hotmail.com>
12441 Date: Sat, 14 Oct 2000 16:44:34 EDT
12442 Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
12443 Branch: perl
12444 ! lib/Exporter/Heavy.pm
12445____________________________________________________________________________
12446[ 7243] By: jhi on 2000/10/16 02:28:33
12447 Log: Subject: [PATCH perlguts.pod] Document offset hack
12448 From: Simon Cozens <simon@cozens.net>
12449 Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
12450 Date: Sat, 14 Oct 2000 19:32:25 +0100
12451 Branch: perl
12452 ! pod/perlguts.pod
12453____________________________________________________________________________
51c9377f
JH
12454[ 7242] By: gsar on 2000/10/16 02:26:51
12455 Log: integrate changes#5905,5906,5907,6064 from mainline
12456
12457 printf/sprintf didn't get quad types right under use64bitint
12458 Branch: maint-5.6/perl
12459 !> pp_sys.c sv.c t/op/64bitint.t
12460____________________________________________________________________________
a4abfbda
JH
12461[ 7241] By: jhi on 2000/10/16 02:22:44
12462 Log: Subject: small pod patch
12463 From: Dan Boorstein <dan_boo@bellsouth.net>
12464 Date: Sat, 14 Oct 2000 14:29:24 -0400
12465 Message-ID: <39E8A604.B501DB4F@bellsouth.net>
12466 Branch: perl
12467 ! pod/perlfaq7.pod pod/perlmod.pod
12468____________________________________________________________________________
12469[ 7240] By: jhi on 2000/10/16 02:13:46
12470 Log: -w cleanup.
12471
12472 Subject: Re: Problems with bleadperl
12473 From: "Stephen P. Potter" <spp@ds.net>
12474 Date: Fri, 13 Oct 2000 13:32:49 -0400
12475 Message-Id: <200010131732.NAA19391@spp.users.ds.net>
12476 Branch: perl
12477 ! t/pragma/overload.t
12478____________________________________________________________________________
12479[ 7239] By: jhi on 2000/10/16 01:41:18
12480 Log: One more ~utf8 tweak.
12481 Branch: perl
12482 ! t/op/bop.t
12483____________________________________________________________________________
12484[ 7238] By: jhi on 2000/10/16 01:34:14
12485 Log: Tweak the test of #7235.
12486 Branch: perl
12487 ! t/op/bop.t
12488____________________________________________________________________________
12489[ 7237] By: jhi on 2000/10/16 01:25:04
12490 Log: Fix a couple of compiler-noted nits in #7235.
12491 Branch: perl
12492 ! pp.c
12493____________________________________________________________________________
12494[ 7236] By: jhi on 2000/10/16 01:22:46
12495 Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
12496 Branch: perl
12497 ! pp.c pp_hot.c
12498____________________________________________________________________________
12499[ 7235] By: jhi on 2000/10/15 16:24:44
12500 Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
12501
12502 From: Simon Cozens <simon@cozens.net>
12503 Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
12504 Date: Sat, 14 Oct 2000 20:52:13 +0100
12505 Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
12506 Branch: perl
12507 ! pp.c t/op/bop.t utf8.h
12508____________________________________________________________________________
12509[ 7234] By: jhi on 2000/10/15 15:19:29
12510 Log: split() utf8 fixes. Should fix both 20001014.001 and 20000426.003.
12511 The problem was that rx->minlen was in chars while pp_split()
12512 thought it would be in bytes.
12513 Branch: perl
12514 ! pp.c t/pragma/utf8.t
12515____________________________________________________________________________
12516[ 7233] By: jhi on 2000/10/14 20:24:24
12517 Log: Document FNCASE=y as discussed in the bug 20000902.009.
12518 Branch: perl
12519 ! README.dos
12520____________________________________________________________________________
12521[ 7232] By: jhi on 2000/10/14 18:52:21
12522 Log: Add test for bug id 20000427.003 (which seems to have
12523 been fixed) (also duplicate as 20000427.004, though
12524 with a higher severity). Move one utf8 from op/append
12525 to pragma/utf8, tag the tests with bug ids.
12526 Branch: perl
12527 ! t/op/append.t t/pragma/utf8.t
12528____________________________________________________________________________
12529[ 7231] By: jhi on 2000/10/14 17:28:37
12530 Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
12531 Branch: perl
12532 ! t/pragma/utf8.t
12533____________________________________________________________________________
0b3b9d72
JH
12534[ 7230] By: jhi on 2000/10/14 14:24:50
12535 Log: Needs to be conditional on SunOS 4.
12536
12537 Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
12538 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12539 Date: Sat, 14 Oct 2000 13:37:49 +0100
12540 Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
12541 Branch: metaconfig/U/perl
12542 ! End.U
12543 Branch: perl
12544 ! Configure myconfig.SH pod/perldelta.pod
12545____________________________________________________________________________
a4abfbda
JH
12546[ 7229] By: jhi on 2000/10/14 00:49:22
12547 Log: Update Changes.
12548 Branch: perl
12549 ! Changes patchlevel.h
12550____________________________________________________________________________
0835f758
JH
12551[ 7228] By: jhi on 2000/10/14 00:46:10
12552 Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
12553 From: Peter Prymmer <pvhp@forte.com>
12554 Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
12555 Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
12556 Branch: perl
12557 ! lib/utf8.pm
12558____________________________________________________________________________
12559[ 7227] By: jhi on 2000/10/13 23:20:30
12560 Log: Make the test acknowledge that self-ties are disabled as #7213 said.
12561 Branch: perl
12562 ! t/op/tie.t
12563____________________________________________________________________________
12564[ 7226] By: jhi on 2000/10/13 22:14:32
12565 Log: Tweak #7225.
12566
12567 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
12568 From: Peter Prymmer <pvhp@forte.com>
12569 Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
12570 Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
12571 Branch: perl
12572 ! t/op/sprintf.t
12573____________________________________________________________________________
12574[ 7225] By: jhi on 2000/10/13 22:11:31
12575 Log: op/sprintf.t patch for OS/390 (and any other host with limited
12576 floating-point exponent length)
12577
12578 Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
12579 From: Dominic Dunlop <domo@computer.org>
12580 Date: Fri, 13 Oct 2000 19:17:57 +0200
12581 Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
12582 Branch: perl
12583 ! t/op/sprintf.t
12584____________________________________________________________________________
12585[ 7224] By: jhi on 2000/10/13 18:40:48
12586 Log: Allow @+ and @- to be doublequoted, from Simon Cozens.
12587 Branch: perl
12588 ! toke.c
12589____________________________________________________________________________
12590[ 7223] By: jhi on 2000/10/13 18:37:13
12591 Log: Thinko in #7222.
12592 Branch: perl
12593 ! utf8.c
12594____________________________________________________________________________
12595[ 7222] By: jhi on 2000/10/13 18:05:23
12596 Log: Use UTF8SKIP(), from Simon Cozens.
12597 Branch: perl
12598 ! utf8.c
12599____________________________________________________________________________
12600[ 7221] By: jhi on 2000/10/13 15:43:19
12601 Log: (accidentally empty check-in)
12602 Branch: perl
12603 ! utf8.c
12604____________________________________________________________________________
12605[ 7220] By: jhi on 2000/10/13 15:23:51
12606 Log: Add (optimistically) Storable to static extensions.
12607 Branch: perl
12608 ! hints/uwin.sh hints/vmesa.sh
12609____________________________________________________________________________
12610[ 7219] By: jhi on 2000/10/13 15:20:05
12611 Log: Amdahl UTS doesn't seem to do dynaloading.
12612 Branch: perl
12613 ! hints/uts.sh
12614____________________________________________________________________________
12615[ 7218] By: jhi on 2000/10/13 15:15:20
12616 Log: Slight tweak of the code to appease Amdahl UTS cc.
12617 Branch: perl
12618 ! pp.c
12619____________________________________________________________________________
12620[ 7217] By: jhi on 2000/10/13 14:50:42
12621 Log: In Amdahl UTS "struct sv" is defined by a system header,
12622 <ksync.h>.
12623 Branch: perl
12624 ! perl.h sv.h
12625____________________________________________________________________________
12626[ 7216] By: jhi on 2000/10/13 11:58:25
12627 Log: Ilya implemented the memory profiling API.
12628 Branch: perl
12629 ! Todo
12630____________________________________________________________________________
12631[ 7215] By: jhi on 2000/10/13 02:56:38
12632 Log: Subject: [PATCH 5.7.0] Perl API for mstats
12633 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12634 Date: Thu, 12 Oct 2000 22:52:40 -0400
12635 Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
12636 Branch: perl
12637 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12638____________________________________________________________________________
12639[ 7214] By: jhi on 2000/10/13 02:55:38
12640 Log: Subject: [PATCH 5.7.0] IVs in mtats
12641 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12642 Date: Thu, 12 Oct 2000 22:51:04 -0400
12643 Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
12644 Branch: perl
12645 ! malloc.c perl.h
12646____________________________________________________________________________
12647[ 7213] By: jhi on 2000/10/13 02:31:47
12648 Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
12649 Branch: perl
12650 ! pod/perldiag.pod pp_sys.c
12651____________________________________________________________________________
12652[ 7212] By: jhi on 2000/10/13 01:27:38
12653 Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
12654 From: Peter Prymmer <pvhp@forte.com>
12655 Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
12656 Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
12657 Branch: perl
12658 ! t/op/oct.t
12659____________________________________________________________________________
12660[ 7211] By: jhi on 2000/10/13 00:35:09
12661 Log: Update Changes.
12662 Branch: perl
12663 ! Changes patchlevel.h
12664____________________________________________________________________________
9b10d7ba
JH
12665[ 7210] By: jhi on 2000/10/12 23:59:40
12666 Log: The Install.pm third of
12667
12668 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12669 From: Bill Campbell <bill@celestial.com>
12670 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12671 Date: Thu, 5 Oct 2000 18:04:51 -0700
12672 Branch: perl
12673 ! lib/ExtUtils/Install.pm
12674____________________________________________________________________________
12675[ 7209] By: jhi on 2000/10/12 23:58:43
12676 Log: Two thirds of
12677
12678 Subject: Proposed patches, Install.pm getopts.pl termcap.pl
12679 Date: Thu, 5 Oct 2000 18:04:51 -0700
12680 From: Bill Campbell <bill@celestial.com>
12681 Message-ID: <20001005180451.A22029@kstarr.celestial.com>
12682
12683 The Install.pm changes will be submitted separately because
12684 they need some work and discussion still.
12685 Branch: perl
12686 ! lib/getopts.pl lib/termcap.pl
12687____________________________________________________________________________
12688[ 7208] By: jhi on 2000/10/12 23:41:19
12689 Log: Subject: [PATCH] 5.6.0 & 5.7.1, VMS fixes
12690 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12691 Date: Thu, 12 Oct 2000 07:30:02 EDT
12692 Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
12693 Branch: perl
12694 ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
12695 ! t/pod/testp2pt.pl vms/gen_shrfls.pl
12696____________________________________________________________________________
12697[ 7207] By: jhi on 2000/10/12 23:39:01
12698 Log: An updated EBCDIC tr patch.
12699
12700 Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
12701 From: Peter Prymmer <pvhp@forte.com>
12702 Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
12703 Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
12704 Branch: perl
12705 ! t/op/tr.t
12706____________________________________________________________________________
12707[ 7206] By: jhi on 2000/10/12 23:34:55
12708 Log: Upgrade to CPAN 1.58, from Andreas König.
12709 Branch: perl
12710 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12711____________________________________________________________________________
0b3b9d72
JH
12712[ 7205] By: jhi on 2000/10/12 23:29:08
12713 Log: Introduce the man[24-8] variables, from Andy Dougherty.
12714 Branch: metaconfig/U/perl
12715 + mandirs.U mandirstyle.U
12716 Branch: perl
12717 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12718 ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
12719 ! vos/config.h vos/config.pl vos/config_h.SH_orig
12720 ! win32/config.bc win32/config.gc win32/config.vc
12721____________________________________________________________________________
9b10d7ba
JH
12722[ 7204] By: gsar on 2000/10/12 18:11:24
12723 Log: restore change#7202
12724 Branch: perl
12725 ! mg.c
12726____________________________________________________________________________
12727[ 7203] By: gsar on 2000/10/12 18:09:40
12728 Log: another test of the Emergency Broadcast System--back out
12729 change#7202
12730 Branch: perl
12731 ! mg.c
12732____________________________________________________________________________
12733[ 7202] By: gsar on 2000/10/12 16:40:47
12734 Log: (submitted on behalf of Jarkko)
12735 Fix the lib/encode.t subtest 6 failure as reported by Andreas
12736 Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
12737 was unearthed by change 7182, as was a bug in HTML::Entities.
12738 Branch: perl
12739 ! mg.c
12740____________________________________________________________________________
12741[ 7201] By: jhi on 2000/10/11 03:16:05
12742 Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
12743 Branch: perl
12744 ! pp_hot.c t/pragma/utf8.t
12745____________________________________________________________________________
12746[ 7200] By: jhi on 2000/10/11 00:40:30
12747 Log: The #7198 was a false alarm.
12748 Branch: perl
12749 ! pp_hot.c
12750____________________________________________________________________________
12751[ 7199] By: jhi on 2000/10/11 00:26:04
12752 Log: Remove duplicated code.
12753 Branch: perl
12754 ! t/lib/cgi-html.t
12755____________________________________________________________________________
12756[ 7198] By: jhi on 2000/10/10 23:30:46
12757 Log: (Retracted by #7200.)
12758 Branch: perl
12759 ! pp_hot.c
12760____________________________________________________________________________
12761[ 7197] By: jhi on 2000/10/10 21:49:30
12762 Log: Add the test case for #7190, from the original bug report
12763 by Andreas König.
12764 Branch: perl
12765 ! t/pragma/utf8.t
12766____________________________________________________________________________
12767[ 7196] By: jhi on 2000/10/10 21:40:49
12768 Log: Reapply Andy's patch and regen Configure.
12769 Branch: perl
12770 ! Configure INSTALL Makefile.SH Porting/Glossary
12771 ! Porting/config.sh config_h.SH epoc/config.sh installperl
12772 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12773 ! win32/config.vc
12774____________________________________________________________________________
12775[ 7195] By: jhi on 2000/10/10 21:09:30
12776 Log: Use the versiononly instead of the installscripts,
12777 retract the changes 7146 and 7147.
12778 Branch: perl
12779 ! Configure INSTALL Makefile.SH Porting/Glossary
12780 ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
12781 ! installperl uconfig.sh vos/config.def win32/config.bc
12782 ! win32/config.gc win32/config.vc
12783____________________________________________________________________________
12784[ 7194] By: jhi on 2000/10/10 21:06:15
12785 Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
12786 From: Peter Prymmer <pvhp@forte.com>
12787 Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
12788 Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
12789 Branch: perl
12790 ! t/op/ver.t
12791____________________________________________________________________________
12792[ 7193] By: jhi on 2000/10/10 21:05:12
12793 Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
12794 From: Peter Prymmer <pvhp@forte.com>
12795 Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
12796 Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
12797 Branch: perl
12798 ! t/op/tr.t
12799____________________________________________________________________________
51c9377f
JH
12800[ 7192] By: jhi on 2000/10/10 20:57:30
12801 Log: Add versiononly, delete installscripts, from Andy Dougherty.
12802 Branch: metaconfig
12803 - U/installdirs/installscripts.U
12804 Branch: metaconfig/U/perl
12805 + versiononly.U
12806____________________________________________________________________________
9b10d7ba
JH
12807[ 7191] By: jhi on 2000/10/10 19:41:21
12808 Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
12809 From: Peter Prymmer <pvhp@forte.com>
12810 Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
12811 Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
12812 Branch: perl
12813 ! pod/perlebcdic.pod
12814____________________________________________________________________________
12815[ 7190] By: jhi on 2000/10/10 19:26:14
12816 Log: Subject: Re: utf8 concat, mg_get
12817 From: Simon Cozens <simon@cozens.net>
12818 Date: Tue, 10 Oct 2000 17:40:17 +0100
12819 Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
12820 Branch: perl
12821 ! pp_hot.c
12822____________________________________________________________________________
12823[ 7189] By: jhi on 2000/10/10 19:23:03
12824 Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
12825 From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
12826 Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
12827 Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
12828 Branch: perl
12829 ! lib/ExtUtils/MM_Unix.pm
12830____________________________________________________________________________
12831[ 7188] By: jhi on 2000/10/10 15:31:24
12832 Log: Subject: RE: [ID 19990803.001] README.win32 suggestions
12833 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12834 Date: Fri, 14 Jul 2000 10:47:36 +0100
12835 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
12836 Branch: perl
12837 ! README.win32
12838____________________________________________________________________________
12839[ 7187] By: jhi on 2000/10/10 13:30:10
12840 Log: Quote the temp file name, needed in Win32 because the
12841 default name unfortunately contains spaces, shouldn't
12842 hurt elsewhere.
12843
12844 Subject: FW: perldoc fails if $TEMP contains spaces
12845 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12846 Date: Thu, 14 Sep 2000 08:58:45 +0100
12847 Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
12848 Branch: perl
12849 ! utils/perldoc.PL
12850____________________________________________________________________________
12851[ 7186] By: jhi on 2000/10/10 13:16:27
12852 Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread
12853 From: hv@hugo.hybyte.com
12854 Date: Tue, 10 Oct 2000 14:10:20 +0100
12855 Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
12856 Branch: perl
12857 ! t/lib/thr5005.t util.c
12858____________________________________________________________________________
12859[ 7185] By: jhi on 2000/10/10 12:06:22
12860 Log: Upgrade to podlators 1.04, from Russ Allbery.
12861 Branch: perl
12862 ! lib/Pod/Man.pm lib/Pod/Text.pm
12863____________________________________________________________________________
12864[ 7184] By: jhi on 2000/10/10 12:01:32
12865 Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
12866 Branch: perl
12867 ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
12868____________________________________________________________________________
12869[ 7183] By: jhi on 2000/10/09 23:47:15
12870 Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
12871 From: Peter Prymmer <pvhp@forte.com>
12872 Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
12873 Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
12874 Branch: perl
12875 ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
12876____________________________________________________________________________
12877[ 7182] By: jhi on 2000/10/09 23:43:16
12878 Log: Make eq work again with utf8 (disabling the upgrading
12879 should no more be necessary since the copies of the
12880 scalars are upgraded, not the scalars themselves).
12881 Takes care of ID 20001009.001. (The claimed length()
12882 bug in 20001009.001 seems bogus to me.)
12883 Branch: perl
12884 ! sv.c t/pragma/utf8.t
12885____________________________________________________________________________
12886[ 7181] By: gsar on 2000/10/09 19:41:54
12887 Log: tweak for change#7173
12888 Branch: perl
12889 ! win32/win32sck.c
12890____________________________________________________________________________
12891[ 7180] By: gsar on 2000/10/09 19:26:56
12892 Log: on Windows, clean targets might not work under some flavors of the shell
12893 Branch: perl
12894 ! win32/Makefile win32/makefile.mk
12895____________________________________________________________________________
12896[ 7179] By: jhi on 2000/10/09 19:21:02
12897 Log: Update Changes.
12898 Branch: perl
12899 ! Changes patchlevel.h
12900____________________________________________________________________________
3a3d8f3c
JH
12901[ 7178] By: jhi on 2000/10/09 19:18:23
12902 Log: Warn about unknown scripts.
12903
12904 Subject: Re: ideas? patches? [PATCH bleadperl]
12905 From: Dominic Dunlop <domo@computer.org>
12906 Date: Mon, 9 Oct 2000 14:57:17 +0200
12907 Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
12908 Branch: perl
12909 ! lib/charnames.pm
12910____________________________________________________________________________
0b3b9d72
JH
12911[ 7177] By: jhi on 2000/10/09 19:13:27
12912 Log: Change #7160 had a nasty typo.
12913 Branch: metaconfig
12914 ! U/compline/Compile.U
12915 Branch: perl
12916 ! Configure config_h.SH
12917____________________________________________________________________________
3a3d8f3c
JH
12918[ 7176] By: gsar on 2000/10/09 18:59:33
12919 Log: pod nit
12920 Branch: perl
12921 ! pod/perlport.pod
12922____________________________________________________________________________
12923[ 7175] By: gsar on 2000/10/09 18:54:28
12924 Log: Windows9x doesn't support link(), despite what Config.pm
12925 might think
12926 Branch: perl
12927 ! lib/ExtUtils/Manifest.pm
12928____________________________________________________________________________
12929[ 7174] By: gsar on 2000/10/09 18:50:03
12930 Log: avoid nonportable example code
12931 Branch: perl
12932 ! lib/File/Copy.pm
12933____________________________________________________________________________
12934[ 7173] By: gsar on 2000/10/09 18:46:54
12935 Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
12936 being used) when closing a socket handle
12937 Branch: perl
12938 ! win32/win32.c win32/win32.h win32/win32sck.c
12939____________________________________________________________________________
12940[ 7172] By: gsar on 2000/10/09 18:41:40
12941 Log: on Windows, cwd strings in the environment should be of the
12942 form =X:=X:\foo instead of =X=X:\foo\
12943 Branch: perl
12944 ! win32/vdir.h
12945____________________________________________________________________________
12946[ 7171] By: gsar on 2000/10/09 18:30:09
12947 Log: on Windows, LoadLibrary() could load an extension DLL multiple
12948 times if forward slashes are used in the path
12949 Branch: perl
12950 ! win32/win32.c
12951____________________________________________________________________________
12952[ 7170] By: jhi on 2000/10/09 17:53:59
12953 Log: Add a todo note about overloadable assertions.
12954 Branch: perl
12955 ! Todo-5.6
12956____________________________________________________________________________
12957[ 7169] By: jhi on 2000/10/09 13:43:45
12958 Log: Subject: PATCH 5.6 perldebguts grammar cleanup
12959 From: mjd@plover.com
12960 Date: 9 Oct 2000 00:24:44 -0000
12961 Message-ID: <20001009002444.10616.qmail@plover.com>
12962 Branch: perl
12963 ! pod/perldebguts.pod
12964____________________________________________________________________________
12965[ 7168] By: nick on 2000/10/08 13:16:33
12966 Log: Tables assume network byte order for 16 bit forms, so 'S' packing
12967 is not right thing to do on (e.g. x86). Network order is also "right" for
12968 X fonts.
12969 Branch: perl
12970 ! ext/Encode/Encode.pm
12971____________________________________________________________________________
12972[ 7167] By: nick on 2000/10/08 12:54:42
12973 Log: Make "encodings" work post-install when Encode/*.enc files may not
12974 be in same directory as Encode.pm
12975 Branch: perl
12976 ! ext/Encode/Encode.pm
12977____________________________________________________________________________
12978[ 7166] By: nick on 2000/10/08 11:51:26
12979 Log: Work round the fact that $hash->{$key} does not take into account
12980 UTF8'ness of $key yet. Thus fromUnicode needs to do $hash->{chr(ord($ch))}
12981 so that key is always in the "expected" encoding - i.e. same way we put
12982 it in the hash.
12983 Branch: perl
12984 ! ext/Encode/Encode.pm
12985____________________________________________________________________________
12986[ 7165] By: gsar on 2000/10/08 04:15:29
12987 Log: save_re_context() could reset PL_curcop to freed memory, causing core
12988 dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
12989 Branch: perl
12990 ! pp_ctl.c
12991____________________________________________________________________________
12992[ 7164] By: jhi on 2000/10/06 20:51:48
12993 Log: UTF8ize split() so that the cloned substrings get the UTF8
12994 flag of the original scalar. Problem reported by Simon Cozens.
12995 Branch: perl
12996 ! pp.c t/pragma/utf8.t
12997____________________________________________________________________________
12998[ 7163] By: nick on 2000/10/06 20:48:34
12999 Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
13000 got a false +ve and so did not reach code which would have un-FAKEd the SV.
13001 Branch: perl
13002 ! sv.c
13003____________________________________________________________________________
13004[ 7162] By: nick on 2000/10/06 20:25:37
13005 Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
13006 To fix (sort {$a <=> $b} keys %hash) in particular but
13007 should cover a number of other as-yet-unknown cases as well.
13008 Branch: perl
13009 ! sv.c
13010____________________________________________________________________________
13011[ 7161] By: jhi on 2000/10/06 19:56:18
13012 Log: Change the version number of Tie::Handle in the core to 4.0,
13013 the (unrelated) Tie::Handle in CPAN will remain at 3.0.
13014
13015 Subject: Note on Tie::Handle
13016 From: andreas.koenig@anima.de (Andreas J. Koenig)
13017 Date: 06 Oct 2000 21:48:58 +0200
13018 Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
13019 Branch: perl
13020 ! lib/Tie/Handle.pm
13021____________________________________________________________________________
0b3b9d72
JH
13022[ 7160] By: jhi on 2000/10/06 18:20:35
13023 Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
13024 as the first option of cc/ld because of ultrapicky compilers
13025 (e.g. OS/390 R2.5)
13026 Branch: metaconfig
13027 + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
13028 ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
13029 ! U/compline/orderlib.U U/modified/Cppsym.U
13030 ! U/modified/d_access.U
13031 Branch: metaconfig/U/perl
13032 ! Checkcc.U d_dlsymun.U gccvers.U
13033 Branch: perl
13034 ! Configure config_h.SH
13035____________________________________________________________________________
3a3d8f3c
JH
13036[ 7159] By: jhi on 2000/10/06 13:56:39
13037 Log: Update Changes.
13038 Branch: perl
13039 ! Changes patchlevel.h
13040____________________________________________________________________________
db9f7605
JH
13041[ 7158] By: jhi on 2000/10/06 12:48:40
13042 Log: Eliminate $Is_VMS code from the test.
13043
13044 Subject: Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
13045 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13046 Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
13047 Date: Thu, 5 Oct 2000 07:46:33 EDT
13048 Branch: perl
13049 ! t/lib/b.t
13050____________________________________________________________________________
0b3b9d72
JH
13051[ 7157] By: jhi on 2000/10/06 12:47:13
13052 Log: Also the $ccflags is needed for the C compiler check.
13053
13054 Subject: Configure (check for C-compiler)
13055 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13056 Date: Fri, 06 Oct 2000 08:47:15 +0200
13057 Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
13058 Branch: metaconfig/U/perl
13059 ! Checkcc.U
13060 Branch: perl
13061 ! Configure config_h.SH
13062____________________________________________________________________________
db9f7605
JH
13063[ 7156] By: jhi on 2000/10/06 11:45:15
13064 Log: The HINT_BYTE patch is apparently unnecessary, retracted.
13065 Branch: perl
13066 ! perl.c pp_ctl.c sv.h utf8.c
13067____________________________________________________________________________
13068[ 7155] By: jhi on 2000/10/06 11:40:41
13069 Log: IO::Handle->syswrite() did not handle length omission
13070 like CORE::syswrite() does.
13071
13072 Subject: [Fwd] IO::Handle, syswrite and arguments
13073 From: Graham Barr <gbarr@pobox.com>
13074 Date: Fri, 6 Oct 2000 10:22:05 +0100
13075 Message-ID: <20001006102205.U6312@pobox.com>
13076
13077 The original patch from andrew@ugh.net.au.
13078 Branch: perl
13079 ! ext/IO/lib/IO/Handle.pm
13080____________________________________________________________________________
13081[ 7154] By: jhi on 2000/10/06 01:42:15
13082 Log: Tweak #7153.
13083 Branch: perl
13084 ! utf8.h
13085____________________________________________________________________________
13086[ 7153] By: jhi on 2000/10/06 00:39:55
13087 Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
13088 Branch: perl
13089 ! utf8.h
13090____________________________________________________________________________
13091[ 7152] By: jhi on 2000/10/06 00:38:11
13092 Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
13093 Branch: perl
13094 ! perl.c pp_ctl.c sv.h utf8.c
13095____________________________________________________________________________
13096[ 7151] By: jhi on 2000/10/06 00:36:38
13097 Log: Subject: Re: Questions about Tie::Array and perl modules
13098 From: Nick Ing-Simmons <nik@tiuk.ti.com>
13099 Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
13100 Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
13101
13102 Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
13103 Branch: perl
13104 ! lib/Tie/Array.pm t/op/array.t
13105____________________________________________________________________________
13106[ 7150] By: jhi on 2000/10/05 00:20:45
13107 Log: Regen Changes.
13108 Branch: perl
13109 ! Changes patchlevel.h
13110____________________________________________________________________________
8511762d
JH
13111[ 7149] By: jhi on 2000/10/05 00:20:01
13112 Log: Regen toc.
13113 Branch: perl
13114 ! pod/perltoc.pod
13115____________________________________________________________________________
13116[ 7148] By: jhi on 2000/10/04 23:35:08
13117 Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
13118 reported several times by Dominic Dunlop, for example in
13119 ID 20000315.008. Patch from Dominic. Patch affects at
13120 least MachTen, and possibly other oldish BSDs. Should not
13121 break non-broken platforms (tested on LinuxPPC).
13122 Branch: perl
13123 ! doio.c
13124____________________________________________________________________________
51c9377f
JH
13125[ 7147] By: jhi on 2000/10/04 23:26:34
13126 Log: The one that got away from 7146.
13127 Branch: metaconfig
13128 + U/installdirs/installscripts.U
13129____________________________________________________________________________
8511762d
JH
13130[ 7146] By: jhi on 2000/10/04 23:25:04
13131 Log: Enable disabling scripts installation by Configure -Uinstallscripts,
13132 suggested by H. Merijn Brand.
13133 Branch: perl
13134 ! Configure INSTALL Makefile.SH Porting/Glossary
13135 ! Porting/config.sh Porting/config_H epoc/config.sh installperl
13136 ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
13137 ! win32/config.vc
13138____________________________________________________________________________
13139[ 7145] By: jhi on 2000/10/04 22:08:21
13140 Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
13141 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13142 Date: Wed, 4 Oct 2000 17:37:46 -0400
13143 Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
13144 Branch: perl
13145 ! utils/h2xs.PL
13146____________________________________________________________________________
13147[ 7144] By: jhi on 2000/10/04 18:11:41
13148 Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
13149 From: Jeff Pinyan <jeffp@crusoe.net>
13150 Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
13151 Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
13152 Branch: perl
13153 ! pod/perlrun.pod
13154____________________________________________________________________________
13155[ 7143] By: jhi on 2000/10/04 18:09:58
13156 Log: Subject: perlhack.pod Patch for Externals Tools
13157 From: Fisher Mark <fisherm@tce.com>
13158 Date: Tue, 3 Oct 2000 15:43:27 -0500
13159 Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
13160 Branch: perl
13161 ! pod/perlhack.pod
13162____________________________________________________________________________
13163[ 7142] By: jhi on 2000/10/04 18:08:41
13164 Log: Subject: [PATCH] 5.6.0 & 5.7.0 VMS TZ fix for VMS6.2 and earlier
13165 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13166 Date: Wed, 4 Oct 2000 12:11:11 EDT
13167 Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
13168 Branch: perl
13169 ! vms/vms.c
13170____________________________________________________________________________
13171[ 7141] By: jhi on 2000/10/04 12:20:16
13172 Log: Subject: [PATCH 5.7.0] h2xs not working
13173 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13174 Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
13175 Date: Tue, 3 Oct 2000 21:43:01 -0400
13176
13177 Subject: [PATCH 5.7.0] h2xs not documenting the created module
13178 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13179 Date: Tue, 3 Oct 2000 22:55:19 -0400
13180 Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
13181 Branch: perl
13182 ! utils/h2xs.PL
13183____________________________________________________________________________
13184[ 7140] By: jhi on 2000/10/04 11:53:44
13185 Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
13186 From: nick@babyhippo.com
13187 Date: Wed, 4 Oct 2000 12:06:45 +0100
13188 Message-Id: <20001004120645.A7356@babyhippo.com>
13189
13190 Retract 7118 and 7135.
13191 Branch: perl
13192 ! installman installperl op.c t/pragma/subs.t
13193____________________________________________________________________________
0b3b9d72
JH
13194[ 7139] By: jhi on 2000/10/03 22:09:41
13195 Log: It is possible to have no hosts database at all. Pointed out in
13196
13197 Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
13198 From: Peter Prymmer <pvhp@forte.com>
13199 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
13200 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
13201 Branch: metaconfig
13202 ! U/modified/myhostname.U
13203 Branch: perl
13204 ! Configure config_h.SH
13205____________________________________________________________________________
8511762d
JH
13206[ 7138] By: jhi on 2000/10/03 21:49:49
13207 Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
13208 From: Peter Prymmer <pvhp@forte.com>
13209 Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
13210 Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
13211 Branch: perl
13212 ! pp_sys.c
13213____________________________________________________________________________
13214[ 7137] By: jhi on 2000/10/03 20:10:05
13215 Log: One remaining nit less at the VMS mailbox sizing.
13216 Branch: perl
13217 ! vms/vms.c
13218____________________________________________________________________________
13219[ 7136] By: jhi on 2000/10/03 20:08:47
13220 Log: Test harness update to sync with the new perlcc,
13221 from Simon Cozens.
13222 Branch: perl
13223 ! t/TEST t/UTEST
13224____________________________________________________________________________
13225[ 7135] By: jhi on 2000/10/03 15:15:42
13226 Log: Subject: Re: PATCH for 20001003.004
13227 Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
13228 From: "AARON B. DOSSETT" <aaron@iglou.com>
13229 Message-Id: <E13gTay-0006od-00@iglou.com>
13230 Branch: perl
13231 ! installman installperl
13232____________________________________________________________________________
13233[ 7134] By: jhi on 2000/10/03 15:00:34
13234 Log: Subject: [ID 20001003.006] B::Debug not -w clean
13235 From: Nicholas Clark <nick@babyhippo.co.uk>
13236 Date: Tue, 03 Oct 2000 15:46:32 +0100
13237 Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
13238 Branch: perl
13239 ! ext/B/B/Debug.pm
13240____________________________________________________________________________
13241[ 7133] By: jhi on 2000/10/03 14:58:39
13242 Log: Scale down the VMS message boxes, by Charles Lane.
13243 Fix for ID 20000903.009, workaround at
13244 http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
13245 Branch: perl
13246 ! vms/vms.c
13247____________________________________________________________________________
13248[ 7132] By: jhi on 2000/10/03 11:20:37
13249 Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
13250 Branch: perl
13251 + t/lib/st-lock.t t/lib/st-utf8.t
13252 ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
13253 ! ext/Storable/Storable.xs t/lib/st-recurse.t
13254____________________________________________________________________________
13255[ 7131] By: jhi on 2000/10/03 03:38:23
13256 Log: Encode nits.
13257 Branch: perl
13258 ! MANIFEST Makefile.SH
13259____________________________________________________________________________
13260[ 7130] By: jhi on 2000/10/03 03:31:05
13261 Log: Update Changes.
13262 Branch: perl
13263 ! Changes patchlevel.h
13264____________________________________________________________________________
0b3b9d72
JH
13265[ 7129] By: jhi on 2000/10/03 02:24:02
13266 Log: Misplaced else.
13267 Branch: metaconfig/U/perl
13268 ! d_strtoll.U
13269 Branch: perl
13270 ! Configure config_h.SH
13271____________________________________________________________________________
13272[ 7128] By: jhi on 2000/10/03 02:08:29
13273 Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
13274 From: sthoenna@efn.org
13275 Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
13276 Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
13277 Branch: metaconfig/U/perl
13278 ! d_strtoll.U
13279 Branch: perl
13280 ! Configure config_h.SH hints/os2.sh os2/os2ish.h
13281____________________________________________________________________________
0f72438a
JH
13282[ 7127] By: jhi on 2000/10/03 01:13:14
13283 Log: Update Changes.
13284 Branch: perl
13285 ! Changes patchlevel.h
13286____________________________________________________________________________
70acb981
JH
13287[ 7126] By: jhi on 2000/10/03 00:57:08
13288 Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
13289 as suggested by Olaf Flebbe and Nick Clark.
13290 Branch: perl
13291 ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
13292____________________________________________________________________________
13293[ 7125] By: jhi on 2000/10/03 00:50:56
13294 Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
13295 From: Nick Clark <nick@plum.flirble.org>
13296 Date: Mon, 2 Oct 2000 11:03:24 +0100
13297 Message-Id: <20001002110324.D20073@plum.flirble.org>
71d4b5fd
JH
13298
13299 Also fixes bug ID 20001002.005.
70acb981
JH
13300 Branch: perl
13301 ! t/lib/encode.t
13302____________________________________________________________________________
13303[ 7124] By: jhi on 2000/10/03 00:34:59
13304 Log: Subject: [PATCH 5.7.0] Epoc update
13305 From: Olaf Flebbe <o.flebbe@gmx.de>
13306 Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
13307 Message-ID: <26423.969484586@www10.gmx.net>
13308 Branch: perl
13309 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
13310 ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
13311 ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
13312 ! util.c util.h
13313____________________________________________________________________________
13314[ 7123] By: jhi on 2000/10/03 00:30:07
13315 Log: Regen headers.
13316 Branch: perl
13317 ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
13318____________________________________________________________________________
13319[ 7122] By: jhi on 2000/10/03 00:10:48
13320 Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
13321 Branch: perl
13322 ! hints/openbsd.sh
13323____________________________________________________________________________
13324[ 7121] By: jhi on 2000/10/03 00:05:06
13325 Log: Subject: [PATCH pod/perlop.pod] Documentation glitch in magic autoincrement.
13326 From: <abigail@foad.org>
13327 Date: Tue, 26 Sep 2000 13:36:14 -0400
13328 Message-ID: <20000926173614.4356.qmail@foad.org>
13329 Branch: perl
13330 ! pod/perlop.pod
13331____________________________________________________________________________
13332[ 7120] By: jhi on 2000/10/03 00:04:00
13333 Log: Inside require() $^S was always left undefined.
13334
13335 Subject: Re: Tiny 2-byte change to fix debugger's eval bug
13336 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13337 Date: Wed, 27 Sep 2000 18:54:49 -0400
13338 Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
13339 Branch: perl
13340 ! cop.h mg.c pp_ctl.c util.c
13341____________________________________________________________________________
13342[ 7119] By: jhi on 2000/10/03 00:00:16
13343 Log: Subject: [PATCH] DLL not restartabke with threaded perl
13344 From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
13345 Date: Thu, 28 Sep 2000 09:20:46 +0100
13346 Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
13347 Branch: perl
13348 ! perl.c
13349____________________________________________________________________________
13350[ 7118] By: jhi on 2000/10/02 23:59:20
13351 Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
13352 From: Nicholas Clark <nick@ccl4.org>
13353 Date: Thu, 28 Sep 2000 11:52:24 +0100
13354 Message-ID: <20000928115224.D7924@plum.flirble.org>
13355 Branch: perl
13356 ! op.c
13357____________________________________________________________________________
13358[ 7117] By: jhi on 2000/10/02 23:57:51
13359 Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
13360 From: Nicholas Clark <nick@babyhippo.co.uk>
13361 Date: Thu, 28 Sep 2000 12:18:10 +0100
13362 Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
13363
13364 Did not apply cleanly, manual intervention was needed.
13365 Branch: perl
13366 ! ext/B/B/Bytecode.pm utils/perlcc.PL
13367____________________________________________________________________________
13368[ 7116] By: jhi on 2000/10/02 23:50:40
13369 Log: Document the issue (is not a syntax error, kind of)
13370
13371 Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
13372 From: Nicholas Clark <nick@ccl4.org>
13373 Date: Thu, 28 Sep 2000 17:12:42 +0100
13374 Message-ID: <20000928171242.K7924@plum.flirble.org>
13375 Branch: perl
13376 ! pod/perldata.pod
13377____________________________________________________________________________
13378[ 7115] By: jhi on 2000/10/02 23:48:58
13379 Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
13380 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13381 Date: Thu, 28 Sep 2000 21:55:31 -0400
13382 Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
13383 Branch: perl
13384 ! regexec.c
13385____________________________________________________________________________
13386[ 7114] By: jhi on 2000/10/02 23:47:57
13387 Log: Subject: DOC PATCH 5.6.0
13388 From: mjd@plover.com
13389 Date: 30 Sep 2000 06:02:34 -0000
13390 Message-ID: <20000930060234.4559.qmail@plover.com>
13391 Branch: perl
13392 ! pod/perldebguts.pod
13393____________________________________________________________________________
13394[ 7113] By: jhi on 2000/10/02 23:46:43
13395 Log: SOCK_DGRAM and listen() do not mix as reported in
13396
13397 Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
13398 From: Petter Reinholdtsen <pere@hungry.com>
13399 Date: Sun, 1 Oct 2000 10:57:20 +0800
13400 Message-Id: <200010010257.KAA05735@localhost.localdomain>
13401
13402 The patch for 5.7.0+ had to be reengineered, though.
13403 Branch: perl
13404 ! ext/IO/lib/IO/Socket/UNIX.pm
13405____________________________________________________________________________
13406[ 7112] By: jhi on 2000/10/02 23:36:57
13407 Log: Subject: Re: [PATCH 5.005_64 missed]
13408 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13409 Date: Sun, 1 Oct 2000 18:50:10 -0400
13410 Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
13411 Branch: perl
13412 ! pod/perlxs.pod
13413____________________________________________________________________________
13414[ 7111] By: jhi on 2000/10/02 23:35:40
13415 Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug)
13416 From: Radu Greab <radu@netsoft.ro>
13417 Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
13418 Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
13419 Branch: perl
13420 ! op.c opcode.pl t/op/substr.t
13421____________________________________________________________________________
13422[ 7110] By: jhi on 2000/10/02 23:32:38
13423 Log: Subject: [PATCH] Fix aliasing of tied filehandles
13424 From: Daniel Chetlin <daniel@chetlin.com>
13425 Date: Mon, 2 Oct 2000 14:53:27 -0700
13426 Message-ID: <20001002145327.C1617@ilmd>
13427 Branch: perl
13428 ! perl.h pp_hot.c t/op/tiehandle.t
13429____________________________________________________________________________
13430[ 7109] By: jhi on 2000/10/02 23:31:30
13431 Log: s/Robin Parker/Robin Barker/
13432 Branch: perl
13433 ! Changes5.6
13434____________________________________________________________________________
13435[ 7108] By: jhi on 2000/10/02 23:15:46
13436 Log: Retract #7091 as suggested in
13437
13438 From: Robin Barker <rmb1@cise.npl.co.uk>
13439 Subject: [PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
13440 Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
13441 Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
13442 Branch: perl
13443 ! embed.pl proto.h
13444____________________________________________________________________________
13445[ 7107] By: nick on 2000/10/02 18:23:14
13446 Log: A few tweaks to get Tk803 to work with Encode scheme.
13447 Branch: perl
13448 ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
13449____________________________________________________________________________
13450[ 7106] By: nick on 2000/10/01 21:34:14
13451 Log: Add checking cases to Encode's toUnicode and fromUnicode.
13452 Branch: perl
13453 ! ext/Encode/Encode.pm
13454____________________________________________________________________________
13455[ 7105] By: nick on 2000/10/01 17:18:01
13456 Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
13457 To read and use them.
13458 Add a lib/encode.t which checks a few things.
13459 Branch: perl
13460 + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
13461 + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
13462 + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
13463 + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
13464 + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
13465 + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
13466 + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
13467 + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
13468 + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
13469 + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
13470 + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
13471 + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
13472 + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
13473 + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
13474 + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
13475 + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
13476 + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
13477 + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
13478 + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
13479 + ext/Encode/Encode/iso2022-jp.enc
13480 + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13481 + ext/Encode/Encode/iso8859-1.enc
13482 + ext/Encode/Encode/iso8859-2.enc
13483 + ext/Encode/Encode/iso8859-3.enc
13484 + ext/Encode/Encode/iso8859-4.enc
13485 + ext/Encode/Encode/iso8859-5.enc
13486 + ext/Encode/Encode/iso8859-6.enc
13487 + ext/Encode/Encode/iso8859-7.enc
13488 + ext/Encode/Encode/iso8859-8.enc
13489 + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
13490 + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
13491 + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
13492 + ext/Encode/Encode/macCentEuro.enc
13493 + ext/Encode/Encode/macCroatian.enc
13494 + ext/Encode/Encode/macCyrillic.enc
13495 + ext/Encode/Encode/macDingbats.enc
13496 + ext/Encode/Encode/macGreek.enc
13497 + ext/Encode/Encode/macIceland.enc
13498 + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
13499 + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
13500 + ext/Encode/Encode/macTurkish.enc
13501 + ext/Encode/Encode/macUkraine.enc
13502 + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
13503 + t/lib/encode.t
13504 ! MANIFEST ext/Encode/Encode.pm
13505____________________________________________________________________________
13506[ 7104] By: nick on 2000/09/30 13:04:30
13507 Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
13508 From: Daniel Chetlin <daniel@chetlin.com>
13509 Date: Mon, 18 Sep 2000 05:05:40 -0700
13510 Message-Id: <20000918050540.C652@ilmd>
13511 Branch: perl
13512 ! lib/overload.pm sv.c t/pragma/overload.t
13513____________________________________________________________________________
13514[ 7103] By: nick on 2000/09/30 12:53:36
13515 Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
13516 From: Johan Vromans <jvromans@squirrel.nl>
13517 Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
13518 Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
13519 Branch: perl
13520 ! pod/Makefile.SH
13521____________________________________________________________________________
13522[ 7102] By: nick on 2000/09/30 12:52:31
13523 Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
13524 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13525 Date: Sat, 16 Sep 2000 16:36:45 -0400
13526 Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
13527 Branch: perl
13528 ! ext/B/B/Deparse.pm
13529____________________________________________________________________________
13530[ 7101] By: nick on 2000/09/30 12:51:41
13531 Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
13532 From: Craig A. Berry <craig.berry@psinetcs.com>
13533 Date: Sat, 16 Sep 2000 10:11:10 -0500
13534 Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
13535 Branch: perl
13536 ! vms/vms.c
13537____________________________________________________________________________
13538[ 7100] By: nick on 2000/09/30 12:50:33
13539 Log: Subject: Re: unicode support and perl [ID 20000901.097]
13540 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13541 Date: Fri, 15 Sep 2000 16:37:58 -0400
13542 Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
13543 Branch: perl
13544 ! t/op/append.t
13545____________________________________________________________________________
13546[ 7099] By: nick on 2000/09/30 12:49:35
13547 Log: Subject: Re: unicode support and perl [ID 20000901.097]
13548 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13549 Date: Fri, 15 Sep 2000 16:25:30 -0400
13550 Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
13551 Branch: perl
13552 ! pp_hot.c
13553____________________________________________________________________________
13554[ 7098] By: nick on 2000/09/30 12:48:00
13555 Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
13556 From: Gisle Aas <gisle@ActiveState.com>
13557 Date: 15 Sep 2000 16:23:41 +0200
13558 Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
13559 Branch: perl
13560 ! toke.c
13561____________________________________________________________________________
13562[ 7097] By: nick on 2000/09/30 12:45:16
13563 Log: Subject: [PATCH] Nits in perlmod.pod
13564 From: Daniel Chetlin <daniel@chetlin.com>
13565 Date: Fri, 15 Sep 2000 02:04:09 -0700
13566 Message-Id: <20000915020409.A2104@ilmd>
13567 Branch: perl
13568 ! pod/perlmod.pod
13569____________________________________________________________________________
13570[ 7096] By: nick on 2000/09/30 12:18:00
13571 Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
13572 i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
13573 to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
13574 0 to checking to get the warning.
13575 Branch: perl
13576 ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
13577 ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
13578 ! regexec.c sv.c toke.c utf8.c
13579____________________________________________________________________________
13580[ 7095] By: nick on 2000/09/15 16:55:59
13581 Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
13582
13583 Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
13584 From: Spider Boardman <spider@Orb.Nashua.NH.US>
13585 Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
13586 Date: Fri, 15 Sep 2000 06:37:30 -0400
13587 Branch: perl
13588 ! ext/Encode/Encode.xs sv.c
13589____________________________________________________________________________
13590[ 7094] By: jhi on 2000/09/15 03:23:32
13591 Log: Update Changes.
13592 Branch: perl
13593 ! Changes patchlevel.h
13594____________________________________________________________________________
f7f6dc29
JH
13595[ 7093] By: jhi on 2000/09/15 03:11:44
13596 Log: Fix for the charnames.t failures from Spider Boardman.
13597 Branch: perl
13598 ! toke.c
13599____________________________________________________________________________
13600[ 7092] By: jhi on 2000/09/15 00:15:48
13601 Log: Botched the #7090 check-in.
13602 Branch: perl
13603 ! sv.c
13604____________________________________________________________________________
13605[ 7091] By: jhi on 2000/09/14 23:33:24
13606 Log: Part of #7081 didn't come through.
13607 Branch: perl
13608 ! embed.pl proto.h
13609____________________________________________________________________________
13610[ 7090] By: jhi on 2000/09/14 23:17:39
13611 Log: Subject: Re: perl@7078
13612 From: Spider Boardman <spider@web.zk3.dec.com>
13613 Date: Thu, 14 Sep 2000 19:06:36 -0400
13614 Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
13615 Branch: perl
13616 ! sv.c toke.c
13617____________________________________________________________________________
13618[ 7089] By: jhi on 2000/09/14 23:11:21
13619 Log: Small portability tweaks.
13620 Branch: perl
13621 ! ext/Encode/Encode.xs
13622____________________________________________________________________________
13623[ 7088] By: jhi on 2000/09/14 22:57:23
13624 Log: Fake return to pacify picky compilers.
13625 Branch: perl
13626 ! ext/Encode/Encode.xs
13627____________________________________________________________________________
13628[ 7087] By: jhi on 2000/09/14 22:53:37
13629 Log: Subject: [PATCH] utf8.c apidoc
13630 From: Simon Cozens <simon@cozens.net>
13631 Date: Thu, 14 Sep 2000 23:46:57 +0100
13632 Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
13633 Branch: perl
13634 ! perlapi.c pod/perlapi.pod utf8.c
13635____________________________________________________________________________
13636[ 7086] By: jhi on 2000/09/14 22:40:38
13637 Log: We don't need to count the high bit bytes, a boolean is enough.
13638 Branch: perl
13639 ! sv.c
13640____________________________________________________________________________
13641[ 7085] By: jhi on 2000/09/14 21:20:09
13642 Log: Replace #7084 with
13643
13644 Subject: Re: perl@7078
13645 From: Spider Boardman <spider@web.zk3.dec.com>
13646 Date: Thu, 14 Sep 2000 17:09:36 -0400
13647 Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
13648 Branch: perl
13649 ! sv.c utf8.c
13650____________________________________________________________________________
13651[ 7084] By: jhi on 2000/09/14 20:03:34
13652 Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
13653 convertable to bytes by checking it doesn't go above 0xc3
13654
13655 Subject: Re: perl@7078
13656 From: Simon Cozens <simon@cozens.net>
13657 Date: Thu, 14 Sep 2000 20:59:19 +0100
13658 Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
13659 Branch: perl
13660 ! utf8.c
13661____________________________________________________________________________
13662[ 7083] By: jhi on 2000/09/14 19:38:47
13663 Log: Subject: Re: perl@7078
13664 From: Simon Cozens <simon@cozens.net>
13665 Date: Thu, 14 Sep 2000 20:13:09 +0100
13666 Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
13667 Branch: perl
13668 ! t/op/bop.t
13669____________________________________________________________________________
13670[ 7082] By: jhi on 2000/09/14 17:50:44
13671 Log: The one that got away.
13672 Branch: perl
13673 ! lib/File/Find.pm
13674____________________________________________________________________________
13675[ 7081] By: jhi on 2000/09/14 17:45:35
13676 Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
13677 From: Robin Barker <rmb1@cise.npl.co.uk>
13678 Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
13679 Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
13680 Branch: perl
13681 ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
13682 ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
13683 ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
13684 ! regcomp.c toke.c universal.c
13685____________________________________________________________________________
13686[ 7080] By: jhi on 2000/09/14 17:40:35
13687 Log: Problems picked up by AIX cc.
13688
13689 Subject: Re: perl@7078 (patch included)
13690 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13691 Date: Thu, 14 Sep 2000 18:53:30 +0200
13692 Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
13693 Branch: perl
13694 ! ext/Encode/Encode.xs
13695____________________________________________________________________________
13696[ 7079] By: jhi on 2000/09/14 17:38:27
13697 Log: Subject: File::Find 5.7.0 POD nits
13698 From: Rich Morin <rdm@cfcl.com>
13699 Date: Wed, 13 Sep 2000 22:03:58 -0700
13700 Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
13701 Branch: perl
13702 ! lib/File/Find.pm
13703____________________________________________________________________________
13704[ 7078] By: jhi on 2000/09/14 14:58:20
13705 Log: Update Changes.
13706 Branch: perl
13707 ! Changes patchlevel.h
13708____________________________________________________________________________
446da98b
JH
13709[ 7077] By: jhi on 2000/09/14 14:55:54
13710 Log: Compilation warnings and an error.
13711 Branch: perl
13712 ! sv.c
13713____________________________________________________________________________
13714[ 7076] By: jhi on 2000/09/14 14:42:56
13715 Log: Fix for a parsing bug, not for the original bug.
13716
13717 Subject: Re: [ID 20000910.005] Another segfault with regexes.
13718 From: Spider Boardman <spider@web.zk3.dec.com>
13719 Date: Wed, 13 Sep 2000 17:52:20 -0400
13720 Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
13721 Branch: perl
13722 ! regcomp.c
13723____________________________________________________________________________
13724[ 7075] By: jhi on 2000/09/14 14:40:40
13725 Log: Batch of UTF-8 patches from Simon Cozens.
13726 Branch: perl
13727 ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
13728 ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
13729 ! toke.c utf8.c
13730____________________________________________________________________________
13731[ 7074] By: jhi on 2000/09/14 14:29:58
13732 Log: Subject: Re: Two advertising clauses need to be removed
13733 From: Russ Allbery <rra@stanford.edu>
13734 Date: 13 Sep 2000 18:50:26 -0700
13735 Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
13736 Branch: perl
13737 ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13738____________________________________________________________________________
13739[ 7073] By: jhi on 2000/09/14 14:28:20
13740 Log: Subject: [PATCH] de-wall t/README
13741 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13742 Date: Wed, 13 Sep 2000 17:46:55 -0700
13743 Message-ID: <//Bw5gzkge/e092yn@efn.org>
13744 Branch: perl
13745 ! t/README
13746____________________________________________________________________________
13747[ 7072] By: jhi on 2000/09/14 14:25:10
13748 Log: Hints optimization.
13749
13750 Subject: Minor nit
13751 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13752 Date: Wed, 13 Sep 2000 21:42:07 +0200
13753 Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
13754 Branch: perl
13755 ! hints/hpux.sh
13756____________________________________________________________________________
13757[ 7071] By: jhi on 2000/09/14 14:23:30
13758 Log: Allow chop() and chomp() to be overridden.
13759
13760 Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13761 From: "Casey R. Tweten" <crt@kiski.net>
13762 Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
13763 Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
13764 Branch: perl
13765 ! toke.c
13766____________________________________________________________________________
13767[ 7070] By: jhi on 2000/09/14 14:20:36
13768 Log: The return value of setlocale must be copied away.
13769
13770 Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13771 From: Alan Burlison <Alan.Burlison@uk.sun.com>
13772 Date: Wed, 13 Sep 2000 16:27:37 +0100
13773 Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
13774 Branch: perl
13775 ! util.c
13776____________________________________________________________________________
13777[ 7069] By: jhi on 2000/09/14 14:16:27
13778 Log: Remove vestiges of tr//CU.
13779
13780 Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13781 From: Nick Clark <nick@plum.flirble.org>
13782 Date: Tue, 12 Sep 2000 22:50:14 +0100
13783 Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
13784
13785 Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13786 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13787 Date: Tue, 12 Sep 2000 21:38:48 -0700
13788 Message-ID: <YTwv5gzkgmfL092yn@efn.org>
13789 Branch: perl
13790 ! op.h pod/perlunicode.pod
13791____________________________________________________________________________
13792[ 7068] By: jhi on 2000/09/13 14:18:39
13793 Log: Add the Encode extension. The code is still largely just skeleton.
13794 Branch: perl
13795 + ext/Encode/Encode.pm ext/Encode/Encode.xs
13796 + ext/Encode/Makefile.PL ext/Encode/Todo
13797 ! MANIFEST Todo-5.6
13798____________________________________________________________________________
13799[ 7067] By: jhi on 2000/09/12 17:43:33
13800 Log: Allow for whitespace between "#" and "line" in cpp output.
13801
13802 Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13803 From: Calle Dybedahl <calle@lysator.liu.se>
13804 Date: 12 Sep 2000 19:38:02 +0200
13805 Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
13806 Branch: perl
13807 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
13808____________________________________________________________________________
13809[ 7066] By: gsar on 2000/09/12 17:24:29
13810 Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13811 initialization in all the threads on Windows
13812 Branch: perl
13813 ! win32/win32.c
13814____________________________________________________________________________
13815[ 7065] By: jhi on 2000/09/12 15:11:31
13816 Log: Update Changes.
13817 Branch: perl
13818 ! Changes patchlevel.h
13819____________________________________________________________________________
7f4b70e8
JH
13820[ 7064] By: jhi on 2000/09/12 14:54:54
13821 Log: Retract #7062, the pod tests are not ready.
13822 Branch: perl
13823 ! t/TEST t/harness
13824____________________________________________________________________________
0b3b9d72
JH
13825[ 7063] By: jhi on 2000/09/12 14:25:41
13826 Log: The #7054 truncated Configure badly.
13827 Branch: metaconfig/U/perl
13828 ! End.U
13829 Branch: perl
13830 ! Configure config_h.SH
13831____________________________________________________________________________
7f4b70e8
JH
13832[ 7062] By: jhi on 2000/09/12 14:08:32
13833 Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
13834 From: sthoenna@efn.org
13835 Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
13836 Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
13837 Branch: perl
13838 ! t/TEST t/harness
13839____________________________________________________________________________
13840[ 7061] By: jhi on 2000/09/12 14:07:18
13841 Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13842 From: sthoenna@efn.org
13843 Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
13844 Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
13845 Branch: perl
13846 ! pod/perlxs.pod
13847____________________________________________________________________________
13848[ 7060] By: jhi on 2000/09/12 14:06:08
13849 Log: Break up the myconfig lines a bit.
13850
13851 Subject: perlbug/perl -V output format
13852 From: sthoenna@efn.org
13853 Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
13854 Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
13855 Branch: perl
13856 ! myconfig.SH
13857____________________________________________________________________________
13858[ 7059] By: jhi on 2000/09/12 14:05:04
13859 Log: Test for the #7049.
13860
13861 Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
13862 From: andreas.koenig@anima.de (Andreas J. Koenig)
13863 Date: 12 Sep 2000 06:42:01 +0200
13864 Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
13865 Branch: perl
13866 ! t/op/my.t
13867____________________________________________________________________________
13868[ 7058] By: jhi on 2000/09/12 14:03:05
13869 Log: Subject: [patch: perl@7045] vms updates
13870 From: Peter Prymmer <pvhp@forte.com>
13871 Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
13872 Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
13873 Branch: perl
13874 ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
13875____________________________________________________________________________
13876[ 7057] By: jhi on 2000/09/12 14:00:51
13877 Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13878 From: sthoenna@efn.org
13879 Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
13880 Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
13881 Branch: perl
13882 ! t/op/64bitint.t
13883____________________________________________________________________________
13884[ 7056] By: jhi on 2000/09/12 13:58:14
13885 Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13886 From: Jeff Pinyan <jeffp@crusoe.net>
13887 Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
13888 Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
13889 Branch: perl
13890 ! pod/perlfunc.pod
13891____________________________________________________________________________
13892[ 7055] By: jhi on 2000/09/12 13:56:32
13893 Log: Do in VMS as the #7054 does.
13894 Branch: perl
13895 ! configure.com
13896____________________________________________________________________________
0b3b9d72
JH
13897[ 7054] By: jhi on 2000/09/12 13:50:31
13898 Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
13899 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13900 Date: Mon, 11 Sep 2000 08:33:09 +0100
13901 Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
13902 Branch: metaconfig/U/perl
13903 ! End.U
13904 Branch: perl
13905 ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
13906 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13907____________________________________________________________________________
7f4b70e8
JH
13908[ 7053] By: jhi on 2000/09/12 13:29:19
13909 Log: Subject: [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
13910 From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13911 Date: Tue, 12 Sep 2000 08:35:59 EDT
13912 Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
13913 Branch: perl
13914 ! vms/test.com
13915____________________________________________________________________________
13916[ 7052] By: jhi on 2000/09/11 23:01:50
13917 Log: Document the SvUTF8*().
13918 Branch: perl
13919 ! pod/perlapi.pod sv.h
13920____________________________________________________________________________
13921[ 7051] By: gsar on 2000/09/11 14:46:30
13922 Log: C<@a = @b = split(...)> optimization coredumps under ithreads
13923 (missed a spot when fixing up op_pmreplroot hack for ithreads)
13924 Branch: perl
13925 ! op.c t/op/split.t
13926____________________________________________________________________________
13927[ 7050] By: nick on 2000/09/11 10:03:51
13928 Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13929
13930 Subject: borland C++ win32.c tweak
13931 From: Vadim Konovalov <vkonovalov@lucent.com>
13932 Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
13933 Date: Mon, 11 Sep 2000 11:22:33 +0400
13934 Branch: perl
13935 ! win32/win32.c
13936____________________________________________________________________________
13937[ 7049] By: nick on 2000/09/11 09:57:33
13938 Log: Point fix for s/// on foreach (keys %xxx).
13939 Branch: perl
13940 ! pp_hot.c
13941____________________________________________________________________________
13942[ 7048] By: jhi on 2000/09/10 23:37:09
13943 Log: Silence t/pod/*.t about alternate quote-mappings now implemented
13944 by Pod::Text, from Brad Appleton.
13945 Branch: perl
13946 ! t/pod/testp2pt.pl
13947____________________________________________________________________________
13948[ 7047] By: jhi on 2000/09/10 14:32:53
13949 Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13950 by Russ Allbery.
13951 Branch: perl
13952 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
13953____________________________________________________________________________
13954[ 7046] By: jhi on 2000/09/10 14:15:08
13955 Log: Upgrade to CPAN 1.57_65, from Andreas König.
13956 Branch: perl
13957 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13958____________________________________________________________________________
13959[ 7045] By: jhi on 2000/09/08 21:36:32
13960 Log: Update Changes.
13961 Branch: perl
13962 ! Changes patchlevel.h
13963____________________________________________________________________________
0a0d439f
JH
13964[ 7044] By: jhi on 2000/09/08 21:29:56
13965 Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13966 From: Peter Prymmer <pvhp@forte.com>
13967 Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
13968 Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
13969 Branch: perl
13970 ! configure.com
13971____________________________________________________________________________
13972[ 7043] By: jhi on 2000/09/08 21:27:50
13973 Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13974 From: Peter Prymmer <pvhp@forte.com>
13975 Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
13976 Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
13977 Branch: perl
13978 ! Makefile.SH installperl
13979____________________________________________________________________________
13980[ 7042] By: jhi on 2000/09/08 21:23:21
13981 Log: Continue #7041.
13982 Branch: perl
13983 ! cygwin/Makefile.SHs os2/Makefile.SHs
13984____________________________________________________________________________
0b3b9d72
JH
13985[ 7041] By: jhi on 2000/09/08 21:18:10
13986 Log: Do away with memory models cruft. Sorry, PDP users.
13987 Branch: metaconfig
13988 ! U/modified/cc.U U/modified/libpth.U
13989 Branch: perl
13990 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13991 ! Porting/config_H cflags.SH config_h.SH configure.com
13992 ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
13993 ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
13994 ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
13995____________________________________________________________________________
0a0d439f
JH
13996[ 7040] By: jhi on 2000/09/08 14:34:18
13997 Log: Major rewrite of s2p. And I mean really major, it is
13998 an implementation of sed in perl. If called as s2p it
13999 will function as s2p. Note: needs non-UNIXifying.
14000
14001 Subject: s2p
14002 From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14003 Date: Mon, 28 Aug 2000 14:05:12 +0200
14004 Message-ID: <39AA5578.2102E2AA@alcatel.at>
14005 Branch: perl
14006 ! x2p/s2p.PL
14007____________________________________________________________________________
14008[ 7039] By: jhi on 2000/09/08 14:19:49
14009 Log: Re-allow vec() for characters > 255.
14010
14011 Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
14012 From: Spider Boardman <spider@web.zk3.dec.com>
14013 Date: Fri, 08 Sep 2000 02:21:02 -0400
14014 Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
14015 Branch: perl
14016 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14017 ! t/op/vec.t
14018____________________________________________________________________________
14019[ 7038] By: jhi on 2000/09/08 14:14:18
14020 Log: Subject: [PATCH lib/Benchmark.pm]
14021 From: <abigail@foad.org>
14022 Date: Thu, 7 Sep 2000 15:03:20 -0400
14023 Message-ID: <20000907190320.888.qmail@foad.org>
14024 Branch: perl
14025 ! lib/Benchmark.pm
14026____________________________________________________________________________
14027[ 7037] By: jhi on 2000/09/08 14:11:06
14028 Log: Optimizing hash keys into shared strings doesn't work with ithreads.
14029
14030 Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
14031 From: Spider Boardman <spider@web.zk3.dec.com>
14032 Date: Fri, 08 Sep 2000 01:30:27 -0400
14033 Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
14034 Branch: perl
14035 ! op.c
14036____________________________________________________________________________
14037[ 7036] By: jhi on 2000/09/08 14:08:58
14038 Log: Subject: [ID 20000908.002] perlipc documentation bug.
14039 From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
14040 Date: Fri, 08 Sep 2000 12:38:32 +0200
14041 Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
14042 Branch: perl
14043 ! pod/perlipc.pod
14044____________________________________________________________________________
14045[ 7035] By: jhi on 2000/09/08 14:03:12
14046 Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
14047 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14048 Date: Fri, 08 Sep 2000 11:47:34 +0200
14049 Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
14050 Branch: perl
14051 ! hints/dec_osf.sh
14052____________________________________________________________________________
14053[ 7034] By: jhi on 2000/09/08 13:59:35
14054 Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
14055 From: Simon Cozens <simon@cozens.net>
14056 Date: Thu, 7 Sep 2000 20:40:38 +0100
14057 Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
14058 Branch: perl
14059 ! pp_hot.c
14060____________________________________________________________________________
14061[ 7033] By: jhi on 2000/09/08 04:03:03
14062 Log: Subject: [ID 20000904.008] Tiny fix for perldiag
14063 From: "Larry W. Virden" <lvirden@cas.org>
14064 Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
14065 Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
14066 Branch: perl
14067 ! pod/perldiag.pod
14068____________________________________________________________________________
14069[ 7032] By: jhi on 2000/09/07 22:18:30
14070 Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
14071 From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
14072 Date: Mon, 04 Sep 2000 13:16:38 -0700
14073 Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
14074 Branch: perl
14075 ! lib/perl5db.pl
14076____________________________________________________________________________
14077[ 7031] By: jhi on 2000/09/07 22:02:29
14078 Log: Fix the ccversion detection for 5.1 and beyond.
14079
14080 Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
14081 From: Spider Boardman <spider@leggy.zk3.dec.com>
14082 Date: Thu, 7 Sep 2000 17:54:27 -0400
14083 Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
14084 Branch: perl
14085 ! hints/dec_osf.sh
14086____________________________________________________________________________
14087[ 7030] By: jhi on 2000/09/07 19:12:28
14088 Log: Fix for
14089
14090 Subject: [ID 20000903.001] \w in utf8-strings
14091 From: Marc Lehmann <pcg@goof.com>
14092 Date: Sun, 03 Sep 2000 09:44:29 +0200
14093 Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
14094
14095 and various related nits.
14096 Branch: perl
14097 ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
14098____________________________________________________________________________
14099[ 7029] By: jhi on 2000/09/07 18:49:09
14100 Log: Fix the URL, but the server is still missing in action.
14101
14102 Subject: [ID 20000905.002] perlfaq1.pod URL error
14103 From: "Larry W. Virden" <lvirden@cas.org>
14104 Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
14105 Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
14106 Branch: perl
14107 ! pod/perlfaq1.pod
14108____________________________________________________________________________
14109[ 7028] By: jhi on 2000/09/07 18:47:13
14110 Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202
14111 From: Hugo <hv@crypt.compulink.co.uk>
14112 Date: Tue, 05 Sep 2000 14:13:37 +0100
14113 Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
14114 Branch: perl
14115 ! toke.c
14116____________________________________________________________________________
14117[ 7027] By: jhi on 2000/09/07 18:45:35
14118 Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
14119 From: Daniel Chetlin <daniel@chetlin.com>
14120 Date: Tue, 5 Sep 2000 04:57:07 -0700
14121 Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
14122 Branch: perl
14123 ! pod/perlfaq6.pod pod/perlop.pod
14124____________________________________________________________________________
14125[ 7026] By: jhi on 2000/09/07 18:44:01
14126 Log: Document the new ref() semantics.
14127
14128 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
14129 From: Gisle Aas <gisle@ActiveState.com>
14130 Date: 05 Sep 2000 08:10:30 +0200
14131 Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
14132 Branch: perl
14133 ! pod/perldelta.pod
14134____________________________________________________________________________
14135[ 7025] By: jhi on 2000/09/07 18:42:27
14136 Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
14137
14138 Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
14139 From: Gisle Aas <gisle@ActiveState.com>
14140 Date: 05 Sep 2000 08:11:40 +0200
14141 Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
14142 Branch: perl
14143 ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
14144____________________________________________________________________________
14145[ 7024] By: jhi on 2000/09/07 18:39:32
14146 Log: Subject: [PATCH] Modernize Opcode.pm documentation
14147 From: Gisle Aas <gisle@ActiveState.com>
14148 Date: 4 Sep 2000 00:18:55 -0000
14149 Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
14150 Branch: perl
14151 ! ext/Opcode/Opcode.pm
14152____________________________________________________________________________
14153[ 7023] By: jhi on 2000/09/07 18:37:42
14154 Log: Subject: [PATCH] Tied filehandle documentation
14155 From: Gisle Aas <gisle@ActiveState.com>
14156 Date: 4 Sep 2000 00:14:40 -0000
14157 Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
14158 Branch: perl
14159 ! pod/perlfunc.pod pod/perltie.pod
14160____________________________________________________________________________
14161[ 7022] By: jhi on 2000/09/07 18:35:37
14162 Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
14163 From: Gisle Aas <gisle@ActiveState.com>
14164 Date: 4 Sep 2000 00:04:22 -0000
14165 Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
14166 Branch: perl
14167 ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
14168____________________________________________________________________________
14169[ 7021] By: jhi on 2000/09/07 18:33:22
14170 Log: Subject: small apidoc fix
14171 From: Marc Lehmann <pcg@goof.com>
14172 Date: Sun, 3 Sep 2000 05:12:06 +0200
14173 Message-ID: <20000903051206.A5909@cerebro.laendle>
14174 Branch: perl
14175 ! pod/perlapi.pod utf8.c
14176____________________________________________________________________________
14177[ 7020] By: jhi on 2000/09/07 16:14:57
14178 Log: Tiny perldelta nits.
14179 Branch: perl
14180 ! pod/perldelta.pod
14181____________________________________________________________________________
14182[ 7019] By: jhi on 2000/09/07 16:04:20
14183 Log: Guard against bad string->int conversion for quads.
14184 Branch: perl
14185 ! t/op/64bitint.t
14186____________________________________________________________________________
14187[ 7018] By: jhi on 2000/09/06 17:07:03
14188 Log: Update Unicode todo list.
14189 Branch: perl
14190 ! Todo-5.6
14191____________________________________________________________________________
14192[ 7017] By: jhi on 2000/09/05 21:16:01
14193 Log: Document the SvIOK_.*UV().
14194 Branch: perl
14195 ! pod/perlapi.pod sv.h
14196____________________________________________________________________________
14197[ 7016] By: nick on 2000/09/03 21:54:46
14198 Log: Hash lookup of constant strings optimization:
14199 Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
14200 to string table (as per sharepvn). Add newSV_pvn_share to create such
14201 a thing. Make hv.c compare addresses of strings and skip string compare
14202 if equal. Make method_named and helem ops use these shared-string SVs
14203 when arg is constant. Make keys op return shared-string SVs (less clearly
14204 a win).
14205 Branch: perl
14206 ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
14207 ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
14208 ! pod/perlintern.pod pp_hot.c proto.h sv.c
14209____________________________________________________________________________
14210[ 7015] By: jhi on 2000/09/02 17:48:59
14211 Log: This is 5.7.0.
14212 Branch: perl
14213 ! Changes
14214____________________________________________________________________________
6570e624
JH
14215[ 7014] By: jhi on 2000/09/02 17:35:45
14216 Log: Changes and patchlevel tweaks.
14217 Branch: perl
14218 ! Changes patchlevel.h
14219____________________________________________________________________________
14220[ 7013] By: jhi on 2000/09/02 17:30:50
14221 Log: Update Changes.
14222 Branch: perl
14223 ! Changes patchlevel.h
14224____________________________________________________________________________
8a1f490d
JH
14225[ 7012] By: nick on 2000/09/02 17:25:20
14226 Log: More %{} and other deref special casing - do not pass to 'nomethod'.
14227 Branch: perl
14228 ! gv.c lib/overload.pm
14229____________________________________________________________________________
14230[ 7011] By: jhi on 2000/09/02 17:16:25
14231 Log: Update perlhist.
14232 Branch: perl
14233 ! pod/perlhist.pod
14234____________________________________________________________________________
14235[ 7010] By: jhi on 2000/09/02 17:01:35
14236 Log: perldelta nits.
14237 Branch: perl
14238 ! pod/perldelta.pod
14239____________________________________________________________________________
14240[ 7009] By: nick on 2000/09/02 16:48:35
14241 Log: If overloaded %{} etc. return the object do not loop.
14242 Thus sub deref { $_[0] } functions if object is wanted type.
14243 Branch: perl
14244 ! pp.h
14245____________________________________________________________________________
14246[ 7008] By: jhi on 2000/09/02 16:26:11
14247 Log: Retab MANIFEST.
14248 Branch: perl
14249 ! ext/Storable/MANIFEST
14250____________________________________________________________________________
14251[ 7007] By: jhi on 2000/09/02 16:23:02
14252 Log: Make certain cc is set before trying to run it.
14253 Branch: perl
14254 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
14255____________________________________________________________________________
14256[ 7006] By: jhi on 2000/09/02 15:45:41
14257 Log: Unicode notes.
14258 Branch: perl
14259 ! pod/perldelta.pod
14260____________________________________________________________________________
0b3b9d72
JH
14261[ 7005] By: jhi on 2000/09/02 15:42:11
14262 Log: Various Configure nits by Philip Newton,
14263 plus the ebcdic one by me.
14264 Branch: metaconfig
14265 + U/modified/pager.U
14266 ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
14267 Branch: metaconfig/U/perl
14268 ! Devel.U quadfio.U
14269 Branch: perl
14270 ! Configure config_h.SH
14271____________________________________________________________________________
8a1f490d
JH
14272[ 7004] By: jhi on 2000/09/02 15:06:14
14273 Log: Apparently avoiding the swapping is too costly.
14274
14275 From: "Ben Tilly" <ben_tilly@hotmail.com>
14276 Subject: Re: the door is closed.
14277 Date: Fri, 01 Sep 2000 20:23:16 EDT
14278 Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
14279 Branch: perl
14280 ! pod/perlfaq4.pod
14281____________________________________________________________________________
14282[ 7003] By: nick on 2000/09/02 12:26:04
14283 Log: Undo part of change 6489 which looks like a bulk edit which
14284 changed _all_ gv_efullname3() calls to gv_efullname4() calls.
14285 The supressing of main:: on return from select() is undesirable.
14286 Branch: perl
14287 ! pp_sys.c
14288____________________________________________________________________________
14289[ 7002] By: jhi on 2000/09/01 23:08:54
14290 Log: Update Changes.
14291 Branch: perl
14292 ! Changes patchlevel.h
14293____________________________________________________________________________
c567d284
JH
14294[ 7001] By: jhi on 2000/09/01 23:00:13
14295 Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
14296 From: Peter Prymmer <pvhp@forte.com>
14297 Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
14298 Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
14299
14300 plus rework the http: spots as suggested by Tom Christiansen,
14301 plus regen perltoc.
14302 Branch: perl
14303 ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
14304 ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
14305____________________________________________________________________________
14306[ 7000] By: jhi on 2000/09/01 22:36:01
14307 Log: Only the first line, thank you very much.
14308 Branch: perl
14309 ! hints/solaris_2.sh
14310____________________________________________________________________________
14311[ 6999] By: gsar on 2000/09/01 22:16:40
14312 Log: change#6791 accidentally clobbered change#6710, put it back
14313 Branch: perl
14314 ! win32/win32.c
14315____________________________________________________________________________
14316[ 6998] By: jhi on 2000/09/01 22:14:16
14317 Log: Mention the HP-UX LP64 freak failure.
14318 Branch: perl
14319 ! pod/perldelta.pod
14320____________________________________________________________________________
14321[ 6997] By: jhi on 2000/09/01 21:48:32
14322 Log: Detypo.
14323 Branch: perl
14324 ! hints/hpux.sh
14325____________________________________________________________________________
14326[ 6996] By: jhi on 2000/09/01 21:27:10
14327 Log: Update Changes.
14328 Branch: perl
14329 ! Changes patchlevel.h
14330____________________________________________________________________________
89f57497
JH
14331[ 6995] By: jhi on 2000/09/01 21:14:24
14332 Log: Mi splgn s gnin.g
14333 Branch: perl
14334 ! pp_ctl.c
14335____________________________________________________________________________
14336[ 6994] By: jhi on 2000/09/01 21:09:54
14337 Log: Subject: http:// in L<>
14338 From: Nicholas Clark <nick@ccl4.org>
14339 Date: Fri, 1 Sep 2000 22:03:21 +0100
14340 Message-ID: <20000901220321.B72074@plum.flirble.org>
14341 Branch: perl
14342 ! README.os2 pod/perl56delta.pod pod/perlxs.pod
14343____________________________________________________________________________
14344[ 6993] By: jhi on 2000/09/01 21:06:54
14345 Log: Update to Storable 1.0, from Raphael Manfredi.
14346 Branch: perl
14347 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
14348 ! ext/Storable/Makefile.PL ext/Storable/README
14349 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
14350 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
14351 ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
14352 ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
14353 ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
14354 ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
14355____________________________________________________________________________
14356[ 6992] By: jhi on 2000/09/01 20:43:05
14357 Log: Mention known sfio+linux buglet.
14358 Branch: perl
14359 ! pod/perldelta.pod
14360____________________________________________________________________________
14361[ 6991] By: jhi on 2000/09/01 20:40:11
14362 Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
14363 From: Peter Prymmer <pvhp@forte.com>
14364 Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
14365 Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
14366 Branch: perl
14367 ! vms/vms.c
14368____________________________________________________________________________
14369[ 6990] By: jhi on 2000/09/01 20:25:26
14370 Log: Retract #6986.
14371 Branch: perl
14372 ! hints/solaris_2.sh
14373____________________________________________________________________________
14374[ 6989] By: jhi on 2000/09/01 20:23:00
14375 Log: Mergesort is back.
14376 Branch: perl
14377 ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
14378____________________________________________________________________________
14379[ 6988] By: jhi on 2000/09/01 19:37:40
14380 Log: Subject: [PATCH] Fix vec() / utf8 (was Re: bitvec ops still broken with utf8 -- or not?)
14381 From: Mike Guy <mjtg@cam.ac.uk>
14382 Date: Fri, 01 Sep 2000 17:43:33 +0100
14383 Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
14384 Branch: perl
14385 ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
14386 ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
14387____________________________________________________________________________
14388[ 6987] By: jhi on 2000/09/01 19:17:10
14389 Log: Regen perltoc.
14390 Branch: perl
14391 ! pod/perltoc.pod
14392____________________________________________________________________________
14393[ 6986] By: jhi on 2000/09/01 18:51:10
14394 Log: Subject: Re: Solaris x86 has no SPARC libraries!
14395 From: Lupe Christoph <lupe@lupe-christoph.de>
14396 Date: Fri, 1 Sep 2000 20:41:20 +0200
14397 Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
14398 Branch: perl
14399 ! hints/solaris_2.sh
14400____________________________________________________________________________
14401[ 6985] By: jhi on 2000/09/01 18:28:10
14402 Log: Update Changes.
14403 Branch: perl
14404 ! Changes patchlevel.h
14405____________________________________________________________________________
bb8b7748
JH
14406[ 6984] By: jhi on 2000/09/01 18:26:53
14407 Log: Feature ordering tweak.
14408 Branch: perl
14409 ! myconfig.SH
14410____________________________________________________________________________
14411[ 6983] By: jhi on 2000/09/01 18:19:50
14412 Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14413 From: <abigail@foad.org>
14414 Date: Fri, 1 Sep 2000 13:07:32 -0400
14415 Message-ID: <20000901170732.18249.qmail@foad.org>
14416 Branch: perl
14417 ! t/pragma/overload.t
14418____________________________________________________________________________
0b3b9d72
JH
14419[ 6982] By: jhi on 2000/09/01 18:17:54
14420 Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
14421 so that case-ignoring systems like DCL can tell them from
14422 PRIefldbl and PRIx64. Apply Merijn's ccversion patches.
14423 Branch: metaconfig/U/perl
14424 ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
14425 Branch: perl
14426 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14427 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
14428 ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
14429 ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
14430 ! vos/config.def vos/config.h vos/config_h.SH_orig
14431 ! win32/config.bc win32/config.gc win32/config.vc
14432____________________________________________________________________________
bb8b7748
JH
14433[ 6981] By: nick on 2000/09/01 17:21:57
14434 Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
14435 warning when UNTIE exists and instead pass the cound of extra references to
14436 the UNTIE method.
14437 Branch: perl
14438 ! pod/perltie.pod pp_sys.c
14439____________________________________________________________________________
14440[ 6980] By: jhi on 2000/09/01 16:54:44
14441 Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
14442 From: Peter Prymmer <pvhp@forte.com>
14443 Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
14444 Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
14445 Branch: perl
14446 ! configure.com
14447____________________________________________________________________________
14448[ 6979] By: jhi on 2000/09/01 16:06:20
14449 Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world
14450 From: Mike Guy <mjtg@cam.ac.uk>
14451 Date: Fri, 01 Sep 2000 16:49:27 +0100
14452 Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>
14453 Branch: perl
14454 ! t/base/rs.t
14455____________________________________________________________________________
14456[ 6978] By: jhi on 2000/09/01 16:00:42
14457 Log: Update to PodParser 1.18, from Brad Appleton.
14458 Branch: perl
14459 ! lib/Pod/Checker.pm t/pod/find.t
14460____________________________________________________________________________
0b3b9d72
JH
14461[ 6977] By: jhi on 2000/09/01 14:48:58
14462 Log: Subject: Nit in Configure (bleadperl@6961)
14463 From: Lupe Christoph <lupe@lupe-christoph.de>
14464 Date: Fri, 1 Sep 2000 16:34:29 +0200
14465 Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
14466 Branch: metaconfig
14467 ! U/compline/ccflags.U
14468 Branch: perl
14469 ! Configure config_h.SH
14470____________________________________________________________________________
bb8b7748
JH
14471[ 6976] By: jhi on 2000/09/01 14:39:52
14472 Log: Update Changes.
14473 Branch: perl
14474 ! Changes patchlevel.h
14475____________________________________________________________________________
68fd1378
JH
14476[ 6975] By: jhi on 2000/09/01 14:37:36
14477 Log: microperl config update.
14478 Branch: perl
14479 ! uconfig.h uconfig.sh
14480____________________________________________________________________________
14481[ 6974] By: jhi on 2000/09/01 14:36:53
14482 Log: Document known deficiencies.
14483 Branch: perl
14484 ! pod/perldelta.pod
14485____________________________________________________________________________
14486[ 6973] By: jhi on 2000/09/01 14:10:20
14487 Log: Mention warnings fixes and updates.
14488 Branch: perl
14489 ! pod/perldelta.pod
14490____________________________________________________________________________
14491[ 6972] By: jhi on 2000/09/01 14:01:52
14492 Log: Drop unused argument.
14493
14494 Subject: Re: [ID 20000831.034] overload::constant and number of arguments.
14495 From: Spider Boardman <spider@web.zk3.dec.com>
14496 Date: Thu, 31 Aug 2000 16:10:15 -0400
14497 Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
14498 Branch: perl
14499 ! toke.c
14500____________________________________________________________________________
14501[ 6971] By: jhi on 2000/09/01 13:59:24
14502 Log: Add the overload warnings to perldiag.
14503 Branch: perl
14504 ! lib/overload.pm pod/perldiag.pod
14505____________________________________________________________________________
14506[ 6970] By: jhi on 2000/09/01 13:55:10
14507 Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14508 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14509 Date: Fri, 1 Sep 2000 13:43:15 +0100
14510 Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>
14511 Branch: perl
14512 ! lib/overload.pm t/pragma/overload.t
14513____________________________________________________________________________
14514[ 6969] By: jhi on 2000/09/01 13:52:27
14515 Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
14516 From: <abigail@foad.org>
14517 Date: Fri, 1 Sep 2000 05:46:54 -0400
14518 Message-ID: <20000901094654.6476.qmail@foad.org>
14519 Branch: perl
14520 ! lib/overload.pm
14521____________________________________________________________________________
14522[ 6968] By: jhi on 2000/09/01 13:50:05
14523 Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
14524 From: Daniel Chetlin <daniel@chetlin.com>
14525 Date: Fri, 1 Sep 2000 02:10:55 -0700
14526 Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
14527 Branch: perl
14528 ! pod/perlretut.pod
14529____________________________________________________________________________
14530[ 6967] By: jhi on 2000/09/01 13:47:54
14531 Log: Part of the solution.
14532
14533 Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
14534 From: Mike Guy <mjtg@cam.ac.uk>
14535 Date: Fri, 01 Sep 2000 14:16:01 +0100
14536 Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
14537 Branch: perl
14538 ! gv.c mg.c
14539____________________________________________________________________________
14540[ 6966] By: jhi on 2000/09/01 13:46:17
14541 Log: Subject: CPAN.pm beta 1.57_57 for the core
14542 From: andreas.koenig@anima.de (Andreas J. Koenig)
14543 Date: 01 Sep 2000 15:16:31 +0200
14544 Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
14545 Branch: perl
14546 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14547____________________________________________________________________________
14548[ 6965] By: jhi on 2000/09/01 13:43:18
14549 Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
14550 From: "Craig A. Berry" <craig.berry@psinetcs.com>
14551 Date: Fri, 01 Sep 2000 01:47:22 -0500
14552 Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
14553 Branch: perl
14554 ! pod/perldelta.pod vms/vms.c
14555____________________________________________________________________________
14556[ 6964] By: jhi on 2000/09/01 13:35:35
14557 Log: File::Temp patches from Andreas König,
14558
14559 Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8 (UNINSTALLED)
14560 From: andreas.koenig@anima.de (Andreas J. Koenig)
14561 Date: 01 Sep 2000 10:07:20 +0200
14562 Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
14563
14564 Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
14565 From: andreas.koenig@anima.de (Andreas J. Koenig)
14566 Date: 31 Aug 2000 23:26:08 +0200
14567 Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
14568 Branch: perl
14569 ! lib/File/Temp.pm t/lib/ftmp-security.t
14570____________________________________________________________________________
14571[ 6963] By: jhi on 2000/09/01 02:22:24
14572 Log: Retract the mergesort code, way too incompatible licensing
14573 and copyrights.
14574 Branch: perl
14575 ! pod/perldelta.pod pp_ctl.c
14576____________________________________________________________________________
14577[ 6962] By: jhi on 2000/08/31 23:27:32
14578 Log: Update Changes.
14579 Branch: perl
14580 ! Changes patchlevel.h
14581____________________________________________________________________________
0b3b9d72
JH
14582[ 6961] By: jhi on 2000/08/31 23:20:04
14583 Log: Small tweaks all over.
14584 Branch: metaconfig
14585 ! U/compline/d_gconvert.U
14586 Branch: perl
14587 ! AUTHORS Configure config_h.SH pp_ctl.c
14588____________________________________________________________________________
c54b6e81
JH
14589[ 6960] By: jhi on 2000/08/31 22:39:36
14590 Log: Further rewording.
14591 Branch: perl
14592 ! pp_ctl.c
14593____________________________________________________________________________
14594[ 6959] By: jhi on 2000/08/31 21:26:44
14595 Log: More address tweaking.
14596 Branch: perl
14597 ! AUTHORS Changes
14598____________________________________________________________________________
14599[ 6958] By: jhi on 2000/08/31 20:47:25
14600 Log: AUTHORS tweaks, from Peter Prymmer.
14601
14602 Subject: [PATCH: 6948] mvs doesn't exist (not any more)
14603 From: Peter Prymmer <pvhp@forte.com>
14604 Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT)
14605 Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
14606 Branch: perl
14607 ! AUTHORS MAINTAIN
14608____________________________________________________________________________
14609[ 6957] By: jhi on 2000/08/31 20:34:43
14610 Log: perldelta tweaks.
14611 Branch: perl
14612 ! pod/perldelta.pod
14613____________________________________________________________________________
14614[ 6956] By: jhi on 2000/08/31 19:11:06
14615 Log: Regen perltoc.
14616 Branch: perl
14617 ! pod/perltoc.pod
14618____________________________________________________________________________
14619[ 6955] By: jhi on 2000/08/31 19:06:30
14620 Log: Clarify the mergesort situation.
14621 Branch: perl
14622 ! pp_ctl.c
14623____________________________________________________________________________
14624[ 6954] By: jhi on 2000/08/31 18:24:17
14625 Log: Move the Solaris 7 scan to use64bitall, make the
14626 failure to find 64-bot sparc libc to mention the
14627 possibility of being in an intel, from Lupe and Alan.
14628 Branch: perl
14629 ! hints/solaris_2.sh
14630____________________________________________________________________________
0b3b9d72
JH
14631[ 6953] By: jhi on 2000/08/31 18:09:20
14632 Log: Forget about NV_MAX (#6951). Various floating point tweaks,
14633 ideas from Eric Fifer, Yitzchak, Alan, and Spider.
14634 Branch: metaconfig
14635 ! U/compline/d_gconvert.U U/threads/archname.U
14636 Branch: metaconfig/U/perl
14637 ! perlxv.U
14638 Branch: perl
14639 ! Configure config_h.SH sv.c
14640____________________________________________________________________________
51c9377f
JH
14641[ 6952] By: jhi on 2000/08/31 17:42:24
14642 Log: :: not allowed in pathnames, change to .
14643
14644 Subject: [PATCH perl@6938] cygwin port
14645 From: "Fifer, Eric" <EFifer@sanwaint.com>
14646 Date: Thu, 31 Aug 2000 16:32:59 +0100
14647 Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
14648 Branch: metaconfig/U/perl
14649 ! perlxv.U
14650____________________________________________________________________________
c54b6e81
JH
14651[ 6951] By: jhi on 2000/08/31 17:02:05
14652 Log: Try to deduce NV_MAX. Really should be Configure fodder.
14653 Branch: perl
14654 ! perl.h
14655____________________________________________________________________________
14656[ 6950] By: jhi on 2000/08/31 16:26:08
14657 Log: More author updates.
14658
14659 Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
14660 From: Simon Cozens <simon@cozens.net>
14661 Date: Thu, 31 Aug 2000 17:13:32 +0100
14662 Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
14663 Branch: perl
14664 ! AUTHORS
14665____________________________________________________________________________
14666[ 6949] By: jhi on 2000/08/31 16:04:49
14667 Log: POSIX doesn't report long double values under -Duselongdouble
14668 when the long doubles are "real" (bigger than doubles).
71d4b5fd
JH
14669
14670 Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
14671 From: Spider Boardman <spider@peano.zk3.dec.com>
14672 Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
14673 Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
c54b6e81
JH
14674 Branch: perl
14675 ! ext/POSIX/POSIX.xs
14676____________________________________________________________________________
14677[ 6948] By: jhi on 2000/08/31 15:25:10
14678 Log: Update Changes.
14679 Branch: perl
14680 ! Changes patchlevel.h
14681____________________________________________________________________________
0d3805ce
JH
14682[ 6947] By: jhi on 2000/08/31 15:22:29
14683 Log: Document UNTIE in a very minimalistic way.
14684 Branch: perl
14685 ! pod/perlfunc.pod pod/perltie.pod
14686____________________________________________________________________________
14687[ 6946] By: jhi on 2000/08/31 15:15:23
14688 Log: Document known failures.
14689 Branch: perl
14690 ! pod/perldelta.pod
14691____________________________________________________________________________
0b3b9d72
JH
14692[ 6945] By: jhi on 2000/08/31 15:07:00
14693 Log: Don't attach -ld to the archname if pointless.
14694 Branch: metaconfig
14695 ! U/threads/archname.U
14696 Branch: perl
14697 ! Configure config_h.SH
14698____________________________________________________________________________
0d3805ce
JH
14699[ 6944] By: jhi on 2000/08/31 14:37:42
14700 Log: Wrap the test in eval.
14701
14702 Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
14703 From: Tim Jenness <timj@jach.hawaii.edu>
14704 Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
14705 Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
14706 Branch: perl
14707 ! t/lib/ftmp-security.t
14708____________________________________________________________________________
14709[ 6943] By: jhi on 2000/08/31 14:30:57
14710 Log: Make -Dusemorebits find long doubles in Solaris.
14711 Branch: perl
14712 ! hints/solaris_2.sh
14713____________________________________________________________________________
14714[ 6942] By: jhi on 2000/08/31 13:48:45
14715 Log: Clarify the third case of ftmp-security warnings.
14716 Branch: perl
14717 ! INSTALL
14718____________________________________________________________________________
14719[ 6941] By: jhi on 2000/08/31 13:40:31
14720 Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14721 From: <abigail@foad.org>
14722 Date: Thu, 31 Aug 2000 01:35:05 -0400
14723 Message-ID: <20000831053505.32120.qmail@foad.org>
14724 Branch: perl
14725 ! pod/perldelta.pod
14726____________________________________________________________________________
14727[ 6940] By: jhi on 2000/08/31 13:38:48
14728 Log: Issue useful diagnostic on unknown pod commands.
14729
14730 Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14731 From: <abigail@foad.org>
14732 Date: Thu, 31 Aug 2000 03:41:18 -0400
14733 Message-ID: <20000831074118.24880.qmail@foad.org>
14734 Branch: perl
14735 ! lib/Pod/Man.pm
14736____________________________________________________________________________
14737[ 6939] By: jhi on 2000/08/31 13:34:33
14738 Log: Reveal Borland's isnan.
14739
14740 Subject: build with BC++ tweak
14741 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14742 Date: Thu, 31 Aug 2000 13:09:37 +0400
14743 Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
14744 Branch: perl
14745 ! win32/win32.h
14746____________________________________________________________________________
14747[ 6938] By: jhi on 2000/08/31 05:01:20
14748 Log: Update Changes.
14749 Branch: perl
14750 ! Changes patchlevel.h
14751____________________________________________________________________________
0b3b9d72
JH
14752[ 6937] By: jhi on 2000/08/31 04:26:23
14753 Log: sscanf() may be the only way to read long doubles from strings.
14754 Branch: metaconfig/U/perl
14755 ! longdblfio.U
14756 Branch: perl
14757 ! Configure config_h.SH perl.h util.c
14758____________________________________________________________________________
a0bff7c3
JH
14759[ 6936] By: jhi on 2000/08/31 04:18:19
14760 Log: The #6929 was too skimpy.
14761 Branch: perl
14762 ! sv.c
14763____________________________________________________________________________
14764[ 6935] By: jhi on 2000/08/31 02:47:07
14765 Log: Subject: Re: typos in pods
14766 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14767 Date: Wed, 30 Aug 2000 19:25:34 -0700
14768 Message-ID: <eIcr5gzkg25X092yn@efn.org>
14769 Branch: perl
14770 ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
14771____________________________________________________________________________
14772[ 6934] By: jhi on 2000/08/31 02:42:55
14773 Log: Missed one Unicode file.
14774 Branch: perl
14775 + lib/unicode/UCDFF301.html
14776____________________________________________________________________________
14777[ 6933] By: jhi on 2000/08/30 23:42:27
14778 Log: Update Changes.
14779 Branch: perl
14780 ! Changes patchlevel.h
14781____________________________________________________________________________
cf19c48c
JH
14782[ 6932] By: jhi on 2000/08/30 23:40:07
14783 Log: Mention UNTIE in perldelta. Still needs documenting
14784 in perltie et alia.
14785 Branch: perl
14786 ! pod/perldelta.pod
14787____________________________________________________________________________
14788[ 6931] By: jhi on 2000/08/30 23:36:02
14789 Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
14790 From: <abigail@foad.org>
14791 Date: Wed, 30 Aug 2000 19:28:07 -0400
14792 Message-ID: <20000830232807.305.qmail@foad.org>
14793 Branch: perl
14794 ! pod/perldelta.pod
14795____________________________________________________________________________
14796[ 6930] By: jhi on 2000/08/30 23:32:40
14797 Log: Update to Unicode 3.0.1.
14798 Branch: perl
14799 + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14800 + lib/unicode/PropList.txt lib/unicode/README.perl
14801 + lib/unicode/UCD301.html lib/unicode/Unicode.301
14802 - lib/unicode/Props.txt lib/unicode/UCD300.html
14803 - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14804 ! (edit 257 files)
14805____________________________________________________________________________
14806[ 6929] By: jhi on 2000/08/30 22:38:18
14807 Log: Heap decorruption.
14808
14809 Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14810 From: Alan Burlison <Alan.Burlison@uk.sun.com>
14811 Date: Wed, 30 Aug 2000 22:39:52 +0100
14812 Message-ID: <39AD7F28.A06533CF@uk.sun.com>
14813 Branch: perl
14814 ! sv.c
14815____________________________________________________________________________
14816[ 6928] By: jhi on 2000/08/30 22:29:34
14817 Log: Retract the dummy test, skip the security tests (instead of failing),
14818 explain what the warnings mean.
14819 Branch: perl
14820 ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
14821____________________________________________________________________________
14822[ 6927] By: jhi on 2000/08/30 22:14:13
14823 Log: Change the internal implementation of sort() to be mergesort
14824 instead of quicksort, from John Linderman <jpl@research.att.com>.
14825 Gives us better worst case, better average case, and stability.
14826 What's there not to like? (Small fixes for threaded builds
14827 were required).
14828 Branch: perl
14829 ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
14830____________________________________________________________________________
14831[ 6926] By: jhi on 2000/08/30 20:55:20
14832 Log: A better fix for the Socket building problem from Craig Berry.
14833 Branch: perl
14834 ! vms/vms.c
14835____________________________________________________________________________
14836[ 6925] By: jhi on 2000/08/30 20:20:25
14837 Log: Subject: [PATCH] Re: UNTIE method
14838 From: Nick Ing-Simmons <nik@tiuk.ti.com>
14839 Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
14840 Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
14841 Branch: perl
14842 ! pp_sys.c t/op/tie.t
14843____________________________________________________________________________
14844[ 6924] By: jhi on 2000/08/30 20:17:11
14845 Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14846 From: "Craig A. Berry" <craig.berry@psinetcs.com>
14847 Date: Wed, 30 Aug 2000 15:03:14 -0500
14848 Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
14849 Branch: perl
14850 ! vms/vms.c
14851____________________________________________________________________________
14852[ 6923] By: jhi on 2000/08/30 20:15:18
14853 Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14854 From: "Craig A. Berry" <craig.berry@psinetcs.com>
14855 Date: Wed, 30 Aug 2000 13:30:36 -0500
14856 Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
14857 Branch: perl
14858 ! vms/vms.c
14859____________________________________________________________________________
14860[ 6922] By: jhi on 2000/08/30 19:54:43
14861 Log: Better options for rsync.
14862 Branch: perl
14863 ! pod/perlhack.pod
14864____________________________________________________________________________
14865[ 6921] By: jhi on 2000/08/30 19:40:16
14866 Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14867 From: Rick Delaney <rick@consumercontact.com>
14868 Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
14869 Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
14870 Branch: perl
14871 ! pod/perlfunc.pod
14872____________________________________________________________________________
14873[ 6920] By: jhi on 2000/08/30 19:36:40
14874 Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
14875 From: Peter Prymmer <pvhp@forte.com>
14876 Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
14877 Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
14878 Branch: perl
14879 ! configure.com
14880____________________________________________________________________________
14881[ 6919] By: jhi on 2000/08/30 14:52:02
14882 Log: Update Changes.
14883 Branch: perl
14884 ! Changes patchlevel.h
14885____________________________________________________________________________
9a871999
JH
14886[ 6918] By: jhi on 2000/08/30 14:48:34
14887 Log: NVs not necessarily doubles, as pointed out by Yitzchak.
14888 Branch: perl
14889 ! lib/ExtUtils/typemap
14890____________________________________________________________________________
14891[ 6917] By: jhi on 2000/08/30 14:46:34
14892 Log: Subject: typos in pods
14893 From: Nicholas Clark <nick@ccl4.org>
14894 Date: Wed, 30 Aug 2000 01:12:50 +0100
14895 Message-ID: <20000830011249.A61388@plum.flirble.org>
14896 Branch: perl
14897 ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
14898 ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
14899 ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
14900 ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
14901____________________________________________________________________________
14902[ 6916] By: jhi on 2000/08/30 14:19:09
14903 Log: Document Storable problems on Crays. (Will have
14904 to document all the other Storable problems, too.)
14905 Branch: perl
14906 ! pod/perldelta.pod
14907____________________________________________________________________________
14908[ 6915] By: jhi on 2000/08/30 14:06:02
14909 Log: Subject: [PATCH] fix misc cast warnings
14910 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14911 Date: Tue, 29 Aug 2000 23:16:14 -0700
14912 Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
14913 Branch: perl
14914 ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
14915 ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
14916 ! os2/os2ish.h
14917____________________________________________________________________________
14918[ 6914] By: jhi on 2000/08/30 14:03:45
14919 Log: Timestamp mismatch again. Need to fix this dependence on
14920 config_h.SH timestamp, since it's the contents of config_h.SH
14921 that matter.
14922 Branch: perl
14923 ! uconfig.h uconfig.sh
14924____________________________________________________________________________
14925[ 6913] By: jhi on 2000/08/30 13:54:06
14926 Log: Don't say "Perl 5.0 source kit".
14927 Branch: perl
14928 ! perl.c
14929____________________________________________________________________________
0b3b9d72
JH
14930[ 6912] By: jhi on 2000/08/30 13:51:24
14931 Log: Reset archname and archname64 always, forcing them be
14932 recomputed at each Configure run, make Configure and
14933 the hints files agree on the naming of largefiles variables.
14934 Branch: metaconfig
14935 ! U/threads/archname.U
14936 Branch: metaconfig/U/perl
14937 ! use64bits.U
14938 Branch: perl
14939 ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
14940 ! hints/linux.sh hints/solaris_2.sh
14941____________________________________________________________________________
9a871999
JH
14942[ 6911] By: jhi on 2000/08/30 13:30:13
14943 Log: Put back the slice accidentally removed by #6907.
14944 Branch: perl
14945 ! hints/solaris_2.sh
14946____________________________________________________________________________
14947[ 6910] By: jhi on 2000/08/30 01:24:26
14948 Log: Be consistent: other Net::get* do export theirs.
14949
14950 Subject: Re: Net::protoent does not export 'getproto'
14951 From: Yasushi Nakajima <sey@jkc.co.jp>
14952 Date: Wed, 30 Aug 2000 09:53:14 +0900
14953 Message-Id: <200008300051.DAA24700@taku.hut.fi>
14954 Branch: perl
14955 ! lib/Net/protoent.pm
14956____________________________________________________________________________
14957[ 6909] By: jhi on 2000/08/30 01:17:25
14958 Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps
14959 From: Gurusamy Sarathy <gsar@ActiveState.com>
14960 Date: Tue, 29 Aug 2000 17:17:07 -0700
14961 Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
14962 Branch: perl
14963 ! cop.h
14964____________________________________________________________________________
14965[ 6908] By: jhi on 2000/08/30 00:58:05
14966 Log: Update Changes.
14967 Branch: perl
14968 ! Changes patchlevel.h
14969____________________________________________________________________________
0b3b9d72
JH
14970[ 6907] By: jhi on 2000/08/30 00:57:22
14971 Log: Introduce ccname to keep track of what compiler kind of we have.
14972 Branch: metaconfig/U/perl
14973 ! Checkcc.U gccvers.U
14974 Branch: perl
14975 ! Configure config_h.SH hints/solaris_2.sh
14976____________________________________________________________________________
d2caad93
JH
14977[ 6906] By: jhi on 2000/08/30 00:25:47
14978 Log: Put back the flags dump as reasoned in
14979
14980 Subject: Re: [PATCH] Glob dumping
14981 From: Mike Guy <mjtg@cam.ac.uk>
14982 Date: Tue, 29 Aug 2000 21:41:32 +0100
14983 Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
14984 Branch: perl
14985 ! dump.c t/lib/peek.t
14986____________________________________________________________________________
14987[ 6905] By: jhi on 2000/08/30 00:16:17
14988 Log: Make the epsilon to be relative, not absolute.
14989
14990 Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
14991 From: Spider Boardman <spider-perl@orb.nashua.nh.us>
14992 Date: Tue, 29 Aug 2000 19:58:56 -0400
14993 Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
14994 Branch: perl
14995 ! t/lib/trig.t
14996____________________________________________________________________________
14997[ 6904] By: jhi on 2000/08/30 00:13:09
14998 Log: From now on, Gisle is on my list of usual suspects :-)
14999 Retract #6902.
15000 Branch: perl
15001 ! ext/Opcode/Safe.pm
15002____________________________________________________________________________
15003[ 6903] By: jhi on 2000/08/29 23:51:20
15004 Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
15005 From: "Craig A. Berry" <craig.berry@psinetcs.com>
15006 Date: Tue, 29 Aug 2000 18:43:26 -0500
15007 Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
15008 Branch: perl
15009 + vms/vmspipe.com
15010 ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
15011 ! vms/vms.c
15012____________________________________________________________________________
15013[ 6902] By: jhi on 2000/08/29 23:44:14
15014 Log: Retry what #6882 attempted.
15015
15016 Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
15017 From: Gisle Aas <gisle@ActiveState.com>
15018 Date: 30 Aug 2000 00:33:09 +0200
15019 Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
15020 Branch: perl
15021 ! ext/Opcode/Safe.pm
15022____________________________________________________________________________
15023[ 6901] By: jhi on 2000/08/29 22:59:32
15024 Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
15025 From: Hugo <hv@crypt.compulink.co.uk>
15026 Date: Mon, 12 Jun 2000 19:36:08 +0100
15027 Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
15028 Branch: perl
15029 ! sv.c
15030____________________________________________________________________________
15031[ 6900] By: jhi on 2000/08/29 22:58:35
15032 Log: Admit that we are leaking scalars.
15033
15034 Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
15035 From: Spider Boardman <spider@leggy.zk3.dec.com>
15036 Date: Tue, 29 Aug 2000 18:48:29 -0400
15037 Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
15038 Branch: perl
15039 ! t/pragma/warnings.t
15040____________________________________________________________________________
15041[ 6899] By: jhi on 2000/08/29 20:53:13
15042 Log: Update Changes.
15043 Branch: perl
15044 ! Changes patchlevel.h
15045____________________________________________________________________________
a6f9fe2f
JH
15046[ 6898] By: jhi on 2000/08/29 20:46:21
15047 Log: Undo namespace pollution of #6878.
15048
15049 Subject: Re: Net::protoent does not export 'getproto'
15050 From: Mike Guy <mjtg@cam.ac.uk>
15051 Date: Tue, 29 Aug 2000 21:32:37 +0100
15052 Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
15053 Branch: perl
15054 ! lib/Net/protoent.pm
15055____________________________________________________________________________
15056[ 6897] By: jhi on 2000/08/29 20:44:29
15057 Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
15058 From: Peter Prymmer <pvhp@forte.com>
15059 Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
15060 Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
15061 Branch: perl
15062 ! pod/perlebcdic.pod
15063____________________________________________________________________________
0b3b9d72
JH
15064[ 6896] By: jhi on 2000/08/29 20:40:57
15065 Log: There's no point repeating the 'revision' (5) of perl5.
15066 Branch: metaconfig/U/perl
15067 ! Devel.U patchlevel.U
15068 Branch: perl
15069 ! Configure config_h.SH
15070____________________________________________________________________________
15071[ 6895] By: jhi on 2000/08/29 20:16:58
15072 Log: Regen Configure for #6894.
15073 Branch: metaconfig/U/perl
15074 ! perladmin.U
15075 Branch: perl
15076 ! Configure config_h.SH
15077____________________________________________________________________________
a6f9fe2f
JH
15078[ 6894] By: jhi on 2000/08/29 19:59:52
15079 Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
15080 From: "Philip Newton" <Philip.Newton@gmx.net>
15081 Date: Tue, 29 Aug 2000 21:39:14 +0200
15082 Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
15083 Branch: perl
15084 ! Configure INSTALL README hints/README.hints hints/bsdos.sh
15085 ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
15086 ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
15087 ! utils/perlbug.PL
15088____________________________________________________________________________
15089[ 6893] By: jhi on 2000/08/29 19:55:30
15090 Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
15091 From: "Philip Newton" <Philip.Newton@gmx.net>
15092 Date: Tue, 29 Aug 2000 21:39:14 +0200
15093 Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
15094 Branch: perl
15095 ! installhtml
15096____________________________________________________________________________
15097[ 6892] By: jhi on 2000/08/29 19:53:59
15098 Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
15099 From: "Philip Newton" <Philip.Newton@gmx.net>
15100 Date: Tue, 29 Aug 2000 21:48:18 +0200
15101 Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
15102 Branch: perl
15103 ! lib/File/Temp.pm
15104____________________________________________________________________________
15105[ 6891] By: jhi on 2000/08/29 18:30:03
15106 Log: Nail the ID 20000828.023.
15107 Branch: perl
15108 ! ext/Storable/Storable.xs
15109____________________________________________________________________________
15110[ 6890] By: jhi on 2000/08/29 16:50:17
15111 Log: Under usethreads the dumped variable is IN_PAD.
15112
15113 Subject: Re: [PATCH] Glob dumping
15114 From: Gisle Aas <gisle@ActiveState.com>
15115 Date: 29 Aug 2000 18:45:05 +0200
15116 Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
15117 Branch: perl
15118 ! t/lib/peek.t
15119____________________________________________________________________________
15120[ 6889] By: jhi on 2000/08/29 15:17:37
15121 Log: Update Changes.
15122 Branch: perl
15123 ! Changes patchlevel.h
15124____________________________________________________________________________
3515010d
JH
15125[ 6888] By: jhi on 2000/08/29 14:49:59
15126 Log: Retract #6882, broke the safe tests.
15127 Branch: perl
15128 ! ext/Opcode/Safe.pm
15129____________________________________________________________________________
15130[ 6887] By: jhi on 2000/08/29 14:47:06
15131 Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
15132 From: Gisle Aas <gisle@ActiveState.com>
15133 Date: 09 Jun 2000 20:00:11 +0200
15134 Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
15135 Branch: perl
15136 ! utils/perldoc.PL
15137____________________________________________________________________________
15138[ 6886] By: jhi on 2000/08/29 14:42:45
15139 Log: The #6881 removed one dump line.
15140 Branch: perl
15141 ! t/lib/peek.t
15142____________________________________________________________________________
15143[ 6885] By: jhi on 2000/08/29 14:30:47
15144 Log: Don't forget to tidy up.
15145 Branch: perl
15146 ! t/lib/ftmp-security.t
15147____________________________________________________________________________
15148[ 6884] By: jhi on 2000/08/29 14:25:17
15149 Log: Disabling the one test is a bit tricky.
15150 Branch: perl
15151 ! t/lib/ftmp-security.t
15152____________________________________________________________________________
15153[ 6883] By: jhi on 2000/08/29 14:16:25
15154 Log: Disable one of the tests for now.
15155 Branch: perl
15156 ! t/lib/ftmp-security.t
15157____________________________________________________________________________
15158[ 6882] By: jhi on 2000/08/29 14:05:50
15159 Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
15160 From: gisle@aas.no
15161 Date: 29 Aug 2000 10:35:06 -0000
15162 Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
15163 Branch: perl
15164 ! ext/Opcode/Safe.pm
15165____________________________________________________________________________
15166[ 6881] By: jhi on 2000/08/29 14:03:51
15167 Log: Subject: [PATCH] Glob dumping
15168 From: Gisle Aas <gisle@ActiveState.com>
15169 Date: 29 Aug 2000 07:59:42 -0000
15170 Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
15171 Branch: perl
15172 ! dump.c
15173____________________________________________________________________________
15174[ 6880] By: jhi on 2000/08/29 14:02:01
15175 Log: Subject: [PATCH] Warnings in B::Deparse
15176 From: <abigail@foad.org>
15177 Date: Tue, 29 Aug 2000 00:00:01 -0400
15178 Message-ID: <20000829040001.2999.qmail@foad.org>
15179 Branch: perl
15180 ! ext/B/B/Deparse.pm
15181____________________________________________________________________________
15182[ 6879] By: jhi on 2000/08/29 13:57:26
15183 Log: Missed a change in #6869.
15184 Branch: perl
15185 ! mg.c
15186____________________________________________________________________________
15187[ 6878] By: jhi on 2000/08/29 13:45:04
15188 Log: Subject: Net::protoent does not export 'getproto'
15189 From: Yasushi Nakajima <sey@jkc.co.jp>
15190 Date: Tue, 29 Aug 2000 17:28:57 +0900
15191 Branch: perl
15192 ! lib/Net/protoent.pm
15193____________________________________________________________________________
15194[ 6877] By: jhi on 2000/08/29 13:39:19
15195 Log: Patches all over for people and the files they (hopefully) care about.
15196 Branch: perl
15197 ! AUTHORS Changes MAINTAIN
15198____________________________________________________________________________
15199[ 6876] By: jhi on 2000/08/29 12:53:54
15200 Log: Fix for thinko in #6848.
15201
15202 Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
15203 From: Lupe Christoph <lupe@lupe-christoph.de>
15204 Date: Tue, 29 Aug 2000 09:04:08 +0200
15205 Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
15206 Branch: perl
15207 ! ext/Thread/Thread.xs
15208____________________________________________________________________________
15209[ 6875] By: jhi on 2000/08/29 12:50:14
15210 Log: Update to Getopt::Long 2.24, from Johan Vromans.
15211 Branch: perl
15212 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
15213____________________________________________________________________________
15214[ 6874] By: jhi on 2000/08/29 02:09:53
15215 Log: Use minimal @INC in tests, most of the time just '../lib',
15216 so that we simply can't pick up stuff from other Perls than
15217 the one we are testing. Pointed out by
15218
15219 From: Mike Guy <mjtg@cam.ac.uk>
15220 Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built
15221 Date: Fri, 25 Aug 2000 15:15:59 +0100
15222 Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
15223 Branch: perl
15224 ! (edit 185 files)
15225____________________________________________________________________________
15226[ 6873] By: jhi on 2000/08/29 01:07:11
15227 Log: Subject: [PATCH] Re: files not cleaned even by veryclean
15228 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15229 Date: Mon, 28 Aug 2000 17:45:52 -0700
15230 Message-ID: <Afwq5gzkg2UB092yn@efn.org>
15231 Branch: perl
15232 ! Makefile.SH hints/os2.sh
15233____________________________________________________________________________
15234[ 6872] By: jhi on 2000/08/28 23:33:39
15235 Log: Subject: [PATCH bleedperl@6866] spellings
15236 From: marcel@codewerk.com (Marcel Grunauer)
15237 Date: Tue, 29 Aug 2000 01:19:59 +0200
15238 Message-Id: <200008282319.BAA29862@gandalf.local>
15239 Branch: perl
15240 ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
15241 ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
15242 ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
15243____________________________________________________________________________
15244[ 6871] By: jhi on 2000/08/28 23:22:09
15245 Log: Take out the SUIDMAIL thing, that will not be
15246 a problem in 5.7.*.
15247 Branch: perl
15248 ! patchlevel.h
15249____________________________________________________________________________
15250[ 6870] By: jhi on 2000/08/28 23:19:30
15251 Log: -S is the silent flag, -s is the strip flag.
15252
15253 Subject: [PATCH] Re: [PATCH] make no-install
15254 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15255 Date: Mon, 28 Aug 2000 15:12:55 -0700
15256 Message-ID: <nPuq5gzkg2FO092yn@efn.org>
15257 Branch: perl
15258 ! Makefile.SH
15259____________________________________________________________________________
15260[ 6869] By: jhi on 2000/08/28 23:12:05
15261 Log: Subject: [PATCH bleedperl@6856] warnings fixes
15262 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15263 Date: Mon, 28 Aug 2000 23:55:06 +0100
15264 Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
15265 Branch: perl
15266 ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
15267 ! warnings.h warnings.pl
15268____________________________________________________________________________
15269[ 6868] By: jhi on 2000/08/28 21:38:22
15270 Log: Potential cruft.
15271 Branch: perl
15272 ! Makefile.SH
15273____________________________________________________________________________
15274[ 6867] By: jhi on 2000/08/28 21:35:36
15275 Log: Update Changes.
15276 Branch: perl
15277 ! Changes patchlevel.h
15278____________________________________________________________________________
98e06804
JH
15279[ 6866] By: jhi on 2000/08/28 21:33:49
15280 Log: Subject: hv.h Doc Patch
15281 From: Fisher Mark <fisherm@tce.com>
15282 Date: Mon, 28 Aug 2000 16:24:59 -0500
15283 Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
c40596a0 15284 Branch: perl
98e06804 15285 ! hv.h
c40596a0 15286____________________________________________________________________________
0b3b9d72
JH
15287[ 6865] By: jhi on 2000/08/28 21:02:15
15288 Log: Add -ld to archname on long tr...double platforms.
15289 Branch: metaconfig
15290 ! U/threads/archname.U
15291 Branch: perl
15292 ! Configure config_h.SH
15293____________________________________________________________________________
98e06804
JH
15294[ 6864] By: jhi on 2000/08/28 20:38:59
15295 Log: An attempt to fix the problem reported in
15296
15297 Subject: Building perl@6856 using gcc/AIX 4.3.3
15298 From: Daniel Muino <dmuino@afip.gov.ar>
15299 Date: Mon, 28 Aug 2000 15:50:01 -0300
15300 Message-ID: <20000828155001.A14403@con2-dgi>
15301
15302 I can't test this properly since the gcc installation I have
15303 access to seems to be botched (gcc is calling the AIX cpp,
15304 a losing proposition...)
c40596a0 15305 Branch: perl
98e06804 15306 ! hints/aix.sh
c40596a0 15307____________________________________________________________________________
98e06804
JH
15308[ 6863] By: jhi on 2000/08/28 18:57:52
15309 Log: Fix for ID 20000828.001, long doubles were not formatted
15310 correctly (showed up in $], which stopped installing perl).
c40596a0 15311 Branch: perl
98e06804 15312 ! sv.c
c40596a0 15313____________________________________________________________________________
98e06804
JH
15314[ 6862] By: jhi on 2000/08/28 18:07:15
15315 Log: Typo in #6858.
c40596a0 15316 Branch: perl
98e06804 15317 ! lib/Cwd.pm
c40596a0 15318____________________________________________________________________________
98e06804
JH
15319[ 6861] By: jhi on 2000/08/28 17:57:27
15320 Log: opmini.o may be left around if a build is interrupted.
c40596a0 15321 Branch: perl
98e06804 15322 ! Makefile.SH
c40596a0 15323____________________________________________________________________________
98e06804
JH
15324[ 6860] By: jhi on 2000/08/28 16:52:50
15325 Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
15326 From: Daniel Chetlin <daniel@chetlin.com>
15327 Date: Mon, 28 Aug 2000 01:14:18 -0700
15328 Message-ID: <20000828011418.J769@ilmd.chetlin.org>
c40596a0 15329 Branch: perl
98e06804 15330 ! lib/overload.pm
c40596a0 15331____________________________________________________________________________
98e06804
JH
15332[ 6859] By: jhi on 2000/08/28 16:08:46
15333 Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
15334 From: Nicholas Clark <nick@ccl4.org>
15335 Date: Mon, 28 Aug 2000 16:03:27 +0100
15336 Message-Id: <20000828160327.C49785@plum.flirble.org>
c40596a0 15337 Branch: perl
98e06804 15338 ! ext/ByteLoader/bytecode.h
c40596a0 15339____________________________________________________________________________
98e06804
JH
15340[ 6858] By: jhi on 2000/08/28 16:02:10
15341 Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
15342 From: Wolfgang Laun <wolfgang.laun@alcatel.at>
15343 Date: Mon, 28 Aug 2000 13:08:30 +0200
15344 Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
c40596a0 15345 Branch: perl
98e06804 15346 ! lib/Cwd.pm
c40596a0 15347____________________________________________________________________________
98e06804
JH
15348[ 6857] By: jhi on 2000/08/28 15:42:47
15349 Log: display_format used as a class method without arguments was broken,
15350 reported in
15351
15352 Subject: Math::Complex->display_format() sets style to 'Math::Complex'
15353 From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
15354 Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
15355 Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
15356 Branch: perl
15357 ! lib/Math/Complex.pm t/lib/complex.t
15358____________________________________________________________________________
15359[ 6856] By: jhi on 2000/08/27 22:09:48
c40596a0
JH
15360 Log: Update Changes.
15361 Branch: perl
15362 ! Changes patchlevel.h
15363____________________________________________________________________________
98e06804
JH
15364[ 6855] By: jhi on 2000/08/27 21:59:21
15365 Log: Retract #6853 (false alarm).
15366 Branch: perl
15367 ! lib/ExtUtils/xsubpp
15368____________________________________________________________________________
15369[ 6854] By: jhi on 2000/08/27 21:37:44
15370 Log: Update Changes.
15371 Branch: perl
15372 ! Changes patchlevel.h
15373____________________________________________________________________________
15374[ 6853] By: jhi on 2000/08/27 21:37:16
15375 Log: Subject: [PATCH perl@6850] workaround for xsubpp
15376 From: Hugo <hv@crypt.compulink.co.uk>
15377 Date: Sun, 27 Aug 2000 22:30:25 +0100
15378 Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
15379 Branch: perl
15380 ! lib/ExtUtils/xsubpp
15381____________________________________________________________________________
c40596a0
JH
15382[ 6852] By: jhi on 2000/08/27 21:33:58
15383 Log: Big-endian 64-bit patch from Raphael Manfredi.
15384 Branch: perl
15385 ! ext/Storable/Storable.xs
15386____________________________________________________________________________
15387[ 6851] By: jhi on 2000/08/27 21:22:21
15388 Log: More ruthless editing from Hugo van der Sanden.
15389 Branch: perl
15390 ! pod/perldelta.pod
15391____________________________________________________________________________
15392[ 6850] By: jhi on 2000/08/27 16:11:46
15393 Log: Update Changes.
15394 Branch: perl
15395 ! Changes patchlevel.h
15396____________________________________________________________________________
1a436f0c
JH
15397[ 6849] By: jhi on 2000/08/27 16:11:05
15398 Log: Provice virtual $Config{ccflags_nolargefiles} etc.
15399 Branch: perl
15400 ! configpm pod/perldelta.pod
15401____________________________________________________________________________
15402[ 6848] By: jhi on 2000/08/27 15:35:08
15403 Log: Use the actual thread type, not the pointer-to-struct.
15404 Branch: perl
15405 ! ext/Thread/Thread.xs
15406____________________________________________________________________________
15407[ 6847] By: jhi on 2000/08/27 15:30:49
15408 Log: Test nit.
15409 Branch: perl
15410 ! t/pragma/warn/pp_sys
15411____________________________________________________________________________
0b3b9d72
JH
15412[ 6846] By: jhi on 2000/08/27 15:19:02
15413 Log: Passing -R in ldflags makes now it to appear in the default
15414 for lddlflags, just like with -L.
15415
15416 Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15417 From: Lupe Christoph <lupe@lupe-christoph.de>
15418 Date: Sun, 27 Aug 2000 10:28:21 +0200
15419 Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
15420 Branch: metaconfig/U/perl
15421 ! dlsrc.U
15422 Branch: perl
15423 ! Configure
15424____________________________________________________________________________
1a436f0c
JH
15425[ 6845] By: jhi on 2000/08/27 15:08:54
15426 Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15427 From: Alan Burlison <Alan.Burlison@uk.sun.com>
15428 Date: Sat, 26 Aug 2000 22:23:27 +0100
15429 Message-ID: <39A8354F.E1E832C9@uk.sun.com>
15430 Branch: perl
15431 ! lib/ExtUtils/MM_Unix.pm
15432____________________________________________________________________________
15433[ 6844] By: jhi on 2000/08/27 15:02:37
15434 Log: DJGPP update from Laszlo Molnar.
15435
15436 Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
15437 From: ml1050 <ml1050@freemail.hu>
15438 Date: Sat, 26 Aug 2000 23:24:40 +0200
15439 Message-Id: <20000826232440.A439@freemail.hu>
15440 Branch: perl
15441 ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
15442 ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
15443____________________________________________________________________________
15444[ 6843] By: jhi on 2000/08/27 14:53:58
15445 Log: Subject: installman buglet
15446 From: Lupe Christoph <lupe@lupe-christoph.de>
15447 Date: Sun, 27 Aug 2000 14:38:59 +0200
15448 Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
15449 Branch: perl
15450 ! installman
15451____________________________________________________________________________
15452[ 6842] By: jhi on 2000/08/27 14:52:08
15453 Log: Can't get the test to reliably work thanks to the
15454 inaccurateness of floating point. "Resolves" bug ids
15455 20000826.003, 20000826.009, 20000826.010,
15456 Branch: perl
15457 ! t/lib/trig.t
15458____________________________________________________________________________
15459[ 6841] By: jhi on 2000/08/26 15:53:58
15460 Log: Update Changes.
15461 Branch: perl
15462 ! Changes patchlevel.h
15463____________________________________________________________________________
a2518d28
JH
15464[ 6840] By: jhi on 2000/08/26 14:23:03
15465 Log: grep -e isn't portable.
15466
15467 Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
15468 From: chris@broadband.att.com
15469 Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
15470 Message-Id: <200008260617.AAA10219@lazlo.tci.com>
15471 Branch: perl
15472 ! hints/solaris_2.sh
15473____________________________________________________________________________
15474[ 6839] By: jhi on 2000/08/26 14:12:23
3980cbbb 15475 Log: no-install target a la make -n.
a2518d28
JH
15476
15477 Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
15478 From: <abigail@foad.org>
15479 Date: Sat, 26 Aug 2000 03:57:34 -0400
15480 Message-ID: <20000826075735.18912.qmail@foad.org>
15481 Branch: perl
15482 ! Makefile.SH installman installperl
15483____________________________________________________________________________
15484[ 6838] By: jhi on 2000/08/26 14:06:33
15485 Log: Retract #6826 as the #6828 should be do the same
15486 in a More Correct Way.
15487 Branch: perl
15488 ! installperl
15489____________________________________________________________________________
15490[ 6837] By: jhi on 2000/08/26 05:24:00
15491 Log: More casting.
15492 Branch: perl
15493 ! ext/Storable/Storable.xs
15494____________________________________________________________________________
15495[ 6836] By: jhi on 2000/08/26 05:05:46
15496 Log: Nicer in decimal.
15497 Branch: perl
15498 ! ext/Storable/Storable.xs
15499____________________________________________________________________________
15500[ 6835] By: jhi on 2000/08/26 05:03:50
15501 Log: There be no UVdf.
15502 Branch: perl
15503 ! ext/Storable/Storable.xs
15504____________________________________________________________________________
15505[ 6834] By: jhi on 2000/08/26 05:00:18
15506 Log: Continue IVdfing and UVxfing.
15507 Branch: perl
15508 ! ext/Storable/Storable.xs
15509____________________________________________________________________________
15510[ 6833] By: jhi on 2000/08/26 04:53:14
15511 Log: Use IVdf.
15512 Branch: perl
15513 ! ext/Storable/Storable.xs
15514____________________________________________________________________________
15515[ 6832] By: jhi on 2000/08/26 04:40:41
15516 Log: Document PTR2XX and INT2PTR.
15517 Branch: perl
15518 ! pod/perlguts.pod
15519____________________________________________________________________________
15520[ 6831] By: jhi on 2000/08/26 04:33:18
15521 Log: Use UVxf, PTR2UV, NVff.
15522 Branch: perl
15523 ! ext/Storable/Storable.xs
15524____________________________________________________________________________
15525[ 6830] By: jhi on 2000/08/26 04:31:32
15526 Log: Update the test count.
15527 Branch: perl
15528 ! t/lib/trig.t
15529____________________________________________________________________________
15530[ 6829] By: jhi on 2000/08/26 03:05:50
15531 Log: Subject: [PATCH] installation not quite silent yet.
15532 From: <abigail@foad.org>
15533 Date: Fri, 25 Aug 2000 20:07:53 -0400
15534 Message-ID: <20000826000753.7822.qmail@foad.org>
15535 Branch: perl
15536 ! installman installperl
15537____________________________________________________________________________
15538[ 6828] By: jhi on 2000/08/26 03:05:14
15539 Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
15540 From: Spider Boardman <spider@web.zk3.dec.com>
15541 Date: Fri, 25 Aug 2000 19:12:40 -0400
15542 Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
15543 Branch: perl
15544 ! gv.c
15545____________________________________________________________________________
15546[ 6827] By: jhi on 2000/08/25 23:54:34
15547 Log: Support preserving extremely big/small angles.
15548 Branch: perl
15549 ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
15550____________________________________________________________________________
15551[ 6826] By: jhi on 2000/08/25 23:01:20
15552 Log: Patch installperl to be long double-aware.
15553
15554 Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED)
15555 From: Spider Boardman <spider@web.zk3.dec.com>
15556 Date: Fri, 25 Aug 2000 18:15:23 -0400
15557 Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
15558 Branch: perl
15559 ! installperl
15560____________________________________________________________________________
15561[ 6825] By: jhi on 2000/08/25 22:58:25
15562 Log: Remove duplicately applied patch shards.
15563
15564 Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
15565 From: Spider Boardman <spider@leggy.zk3.dec.com>
15566 Date: Fri, 25 Aug 2000 16:45:03 -0400
15567 Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
15568 Branch: perl
15569 ! t/lib/cgi-html.t
15570____________________________________________________________________________
15571[ 6824] By: jhi on 2000/08/25 22:57:00
15572 Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15573 From: Daniel Chetlin <daniel@chetlin.com>
15574 Date: Fri, 25 Aug 2000 12:23:16 -0700
15575 Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
15576
15577 Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15578 From: Daniel Chetlin <daniel@chetlin.com>
15579 Date: Fri, 25 Aug 2000 14:47:19 -0700
15580 Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
15581 Branch: perl
15582 ! installman
15583____________________________________________________________________________
15584[ 6823] By: jhi on 2000/08/25 22:44:17
15585 Log: Timestamp problem?
15586 Branch: perl
15587 ! uconfig.h uconfig.sh
15588____________________________________________________________________________
15589[ 6822] By: jhi on 2000/08/25 19:01:06
15590 Log: One forgotten file from #6816.
15591 Branch: perl
15592 ! vos/config.h
15593____________________________________________________________________________
15594[ 6821] By: jhi on 2000/08/25 18:56:39
15595 Log: Regen Changes.
15596 Branch: perl
15597 ! Changes patchlevel.h
15598____________________________________________________________________________
99b32ad1
JH
15599[ 6820] By: jhi on 2000/08/25 18:52:35
15600 Log: Fix Changes ordering.
15601 Branch: perl
15602 ! Changes
15603____________________________________________________________________________
15604[ 6819] By: jhi on 2000/08/25 18:50:25
15605 Log: Update Changes.
15606 Branch: perl
15607 ! Changes patchlevel.h
6558817a 15608____________________________________________________________________________
0b3b9d72
JH
15609[ 6818] By: jhi on 2000/08/25 18:47:45
15610 Log: Tweak the sfio/useperlio logic, hopefully as wished in
15611
15612 Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
15613 From: Nicholas Clark <nick@babyhippo.co.uk>
15614 Date: Fri, 25 Aug 2000 12:01:45 +0100
15615 Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
15616 Branch: metaconfig/U/perl
15617 ! d_sfio.U
15618 Branch: perl
15619 ! Configure
15620____________________________________________________________________________
2b7d8dfb
JH
15621[ 6817] By: jhi on 2000/08/25 18:32:51
15622 Log: Allow microperl to assume <math.h>, without it the math
15623 functions like floor() are assumed to return int, which makes
15624 for core dumps in machines where integer and floating register
15625 don't mix.
15626 Branch: perl
15627 ! uconfig.h uconfig.sh
15628____________________________________________________________________________
0b3b9d72
JH
15629[ 6816] By: jhi on 2000/08/25 18:27:17
15630 Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
15631 the problem reported in
15632
15633 Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
15634 From: danhale@us.ibm.com
15635 Date: Fri, 25 Aug 2000 10:58:06 -0400
15636 Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
15637 Branch: metaconfig/U/perl
15638 + d_socks5_init.U
15639 Branch: perl
15640 ! Configure INSTALL config_h.SH configure.com epoc/config.sh
15641 ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
15642 ! vos/config.pl vos/config_h.SH_orig win32/config.bc
15643 ! win32/config.gc win32/config.vc
15644____________________________________________________________________________
2b7d8dfb
JH
15645[ 6815] By: jhi on 2000/08/25 17:43:31
15646 Log: A solution for the retrieve_fd autosplit warning,
15647 idea suggested by Mike Guy.
15648 Branch: perl
15649 ! ext/Storable/Storable.pm
15650____________________________________________________________________________
15651[ 6814] By: jhi on 2000/08/25 17:16:03
15652 Log: Add install-silent target.
15653 Branch: perl
15654 ! Makefile.SH
15655____________________________________________________________________________
15656[ 6813] By: jhi on 2000/08/25 17:14:23
15657 Log: Subject: Re: [PATCH] More silencing of installman.
15658 From: <abigail@foad.org>
15659 Date: Thu, 24 Aug 2000 19:27:03 -0400
15660 Message-ID: <20000824232703.7001.qmail@foad.org>
15661
15662 Subject: Re: [PATCH] More silencing of installman.
15663 From: <abigail@foad.org>
15664 Date: Fri, 25 Aug 2000 03:00:58 -0400
15665 Message-ID: <20000825070058.10697.qmail@foad.org>
15666 Branch: perl
15667 ! installman
15668____________________________________________________________________________
15669[ 6812] By: jhi on 2000/08/25 17:11:28
15670 Log: installperl --verbose and --silent.
15671
15672 Subject: Re: [PATCH] More silencing of installman.
15673 From: <abigail@foad.org>
15674 Message-ID: <20000825064430.9719.qmail@foad.org>
15675 Date: Fri, 25 Aug 2000 02:44:30 -0400
15676 Branch: perl
15677 ! installperl
15678____________________________________________________________________________
15679[ 6811] By: jhi on 2000/08/25 17:05:43
15680 Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
15681 From: "Peter J. Farley III" <pjfarley@banet.net>
15682 Date: Thu, 24 Aug 2000 21:58:03 -0400
15683 Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
15684
15685 (applied slightly modified)
15686 Branch: perl
15687 ! lib/ExtUtils/MM_Unix.pm
15688____________________________________________________________________________
15689[ 6810] By: jhi on 2000/08/25 17:01:18
15690 Log: Missing parts of
15691
15692 Subject: [PATCH: 6789] some endl fixes for VMS wackiness
15693 From: Peter Prymmer <pvhp@forte.com>
15694 Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
15695 Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
15696 Branch: perl
15697 ! t/lib/cgi-html.t
15698____________________________________________________________________________
15699[ 6809] By: jhi on 2000/08/25 16:46:32
15700 Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15701 From: "Craig A. Berry" <craig.berry@psinetcs.com>
15702 Date: Thu, 24 Aug 2000 19:13:11 -0500
15703 Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
15704 Branch: perl
15705 ! vms/vms.c
15706____________________________________________________________________________
15707[ 6808] By: jhi on 2000/08/25 16:39:22
15708 Log: Subject: [PATCH: 6805] several more tweaks to configure.com
15709 From: Peter Prymmer <pvhp@forte.com>
15710 Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
15711 Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
15712 Branch: perl
15713 ! configure.com
15714____________________________________________________________________________
15715[ 6807] By: jhi on 2000/08/25 16:36:37
15716 Log: Better wording for the vec lvalue diagnostic.
15717
15718 Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15719 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15720 Date: Wed, 23 Aug 2000 14:12:16 -0400
15721 Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
15722 Branch: perl
15723 ! pod/perldiag.pod
15724____________________________________________________________________________
15725[ 6806] By: jhi on 2000/08/24 18:17:22
15726 Log: Subject: [PATCH] More silencing of installman.
15727 From: <abigail@foad.org>
15728 Date: Thu, 24 Aug 2000 14:01:44 -0400
15729 Message-ID: <20000824180144.20062.qmail@foad.org>
15730 Branch: perl
15731 ! installman
15732____________________________________________________________________________
15733[ 6805] By: jhi on 2000/08/24 15:00:31
15734 Log: Update Changes.
15735 Branch: perl
15736 ! Changes patchlevel.h
15737____________________________________________________________________________
15738[ 6804] By: jhi on 2000/08/24 14:59:07
15739 Log: Regen perltoc.
15740 Branch: perl
15741 ! pod/perltoc.pod
15742____________________________________________________________________________
15743[ 6803] By: jhi on 2000/08/24 14:44:39
15744 Log: Show the doc file, not the temp file.
15745 Branch: perl
15746 ! installman
15747____________________________________________________________________________
b449ee86
JH
15748[ 6802] By: jhi on 2000/08/24 14:41:53
15749 Log: Continue silencing.
15750 Branch: perl
15751 ! installman
15752____________________________________________________________________________
15753[ 6801] By: jhi on 2000/08/24 14:34:40
15754 Log: Actually do something with the silencer option.
15755 Branch: perl
15756 ! installman
15757____________________________________________________________________________
15758[ 6800] By: jhi on 2000/08/24 14:26:22
15759 Log: Make installman to recognize the silence flag -S.
15760 Branch: perl
15761 ! installman
15762____________________________________________________________________________
15763[ 6799] By: jhi on 2000/08/24 13:49:38
15764 Log: DOS patches and portability/porting notes, from Tim Jenness.
15765 Branch: perl
15766 ! lib/File/Temp.pm
15767____________________________________________________________________________
15768[ 6798] By: jhi on 2000/08/24 13:48:27
15769 Log: Create directories in silence.
15770
15771 Subject: [PATCH] Another silencer for MakeMaker
15772 From: andreas.koenig@anima.de (Andreas J. Koenig)
15773 Date: 24 Aug 2000 14:18:52 +0200
15774 Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
15775 Branch: perl
15776 ! lib/ExtUtils/Command.pm
15777____________________________________________________________________________
15778[ 6797] By: jhi on 2000/08/24 13:46:42
15779 Log: More liberal parsing of version numbers.
15780
15781 Subject: Re: CPAN.pm beta for testing available
15782 From: andreas.koenig@anima.de (Andreas J. Koenig)
15783 Date: 24 Aug 2000 13:51:57 +0200
15784 Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
15785 Branch: perl
15786 ! lib/CPAN.pm
15787____________________________________________________________________________
15788[ 6796] By: jhi on 2000/08/24 13:44:36
15789 Log: Make "make install" by default silent. A new "install-verbose"
15790 target is verbose.
15791 Branch: perl
15792 ! Makefile.SH
15793____________________________________________________________________________
15794[ 6795] By: jhi on 2000/08/24 13:39:14
15795 Log: Add silencer flags to installperl.
15796
15797 Subject: [PATCH] Making installperl silent.
15798 From: <abigail@foad.org>
15799 Date: Thu, 24 Aug 2000 05:01:45 -0400
15800 Message-ID: <20000824090145.13141.qmail@foad.org>
15801 Branch: perl
15802 ! installperl
15803____________________________________________________________________________
15804[ 6794] By: jhi on 2000/08/24 13:35:50
15805 Log: installperl couldn't tell whether it had run tests or not.
15806
15807 Subject: [PATCH] Re: installperl and t/TEST
15808 From: <abigail@foad.org>
15809 Date: Thu, 24 Aug 2000 04:00:53 -0400
15810 Message-ID: <20000824080053.2494.qmail@foad.org>
15811 Branch: perl
15812 ! Makefile.SH installperl
15813____________________________________________________________________________
15814[ 6793] By: jhi on 2000/08/24 13:27:50
15815 Log: Drop the separate perlbc, perlcc -b should be enough.
15816 Branch: perl
15817 - utils/perlbc.PL
15818 ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
15819____________________________________________________________________________
15820[ 6792] By: jhi on 2000/08/24 04:41:30
15821 Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
15822 plus the typo fix from Peter Prymmer.
15823 Branch: perl
15824 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15825 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15826____________________________________________________________________________
15827[ 6791] By: jhi on 2000/08/24 02:10:43
15828 Log: Replace #6705 with a minimal doc patch.
15829
15830 Subject: [PATCH 5.6.0] replace change #6705
15831 From: Jan Dubois <jand@ActiveState.com>
15832 Date: Wed, 23 Aug 2000 18:31:51 -0700
15833 Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
15834 Branch: perl
15835 ! lib/Win32.pod win32/win32.c
15836____________________________________________________________________________
15837[ 6790] By: jhi on 2000/08/23 17:52:00
15838 Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15839 From: Mike Guy <mjtg@cam.ac.uk>
15840 Date: Wed, 23 Aug 2000 18:38:46 +0100
15841 Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
15842 Branch: perl
15843 ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
15844____________________________________________________________________________
15845[ 6789] By: jhi on 2000/08/23 15:34:21
15846 Log: Update Changes.
15847 Branch: perl
15848 ! Changes patchlevel.h
15849____________________________________________________________________________
15850[ 6788] By: jhi on 2000/08/23 15:33:40
15851 Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15852 From: Wilfredo Sánchez <wsanchez@apple.com>
15853 Date: Tue, 22 Aug 2000 19:31:27 -0700
15854 Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
15855 Branch: perl
15856 ! perl.h
15857____________________________________________________________________________
15858[ 6787] By: jhi on 2000/08/23 15:29:31
15859 Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15860 From: Spider Boardman <spider@leggy.zk3.dec.com>
15861 Date: Wed, 23 Aug 2000 10:33:23 -0400
15862 Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
15863 Branch: perl
15864 ! lib/Pod/Html.pm
15865____________________________________________________________________________
15866[ 6786] By: jhi on 2000/08/23 15:28:11
15867 Log: Bad makefile.
15868 Branch: perl
15869 ! ext/B/Makefile.PL
15870____________________________________________________________________________
15871[ 6785] By: jhi on 2000/08/23 14:37:04
15872 Log: Update Changes.
15873 Branch: perl
15874 ! Changes patchlevel.h
15875____________________________________________________________________________
15876[ 6784] By: jhi on 2000/08/23 13:58:41
15877 Log: Portability fix from Hugo van der Sanden.
15878 Branch: perl
15879 ! ext/re/Makefile.PL
15880____________________________________________________________________________
15881[ 6783] By: jhi on 2000/08/23 13:53:53
15882 Log: Storable support, v-version fixes.
15883
15884 Subject: CPAN.pm beta for testing available
15885 From: andreas.koenig@anima.de (Andreas J. Koenig)
15886 Date: 22 Aug 2000 23:31:33 +0200
15887 Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
15888 Branch: perl
15889 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15890____________________________________________________________________________
15891[ 6782] By: jhi on 2000/08/23 13:51:26
15892 Log: Mac and other portability updates from Chris Nandor.
15893 Branch: perl
15894 ! pod/perlmodinstall.pod
15895____________________________________________________________________________
15896[ 6781] By: jhi on 2000/08/23 13:47:33
15897 Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
15898 From: Peter Prymmer <pvhp@forte.com>
15899 Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
15900 Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
15901 Branch: perl
15902 ! ext/Storable/Storable.xs
15903____________________________________________________________________________
15904[ 6780] By: jhi on 2000/08/23 13:33:34
15905 Log: VMS MMS (make) wants null action.
15906 Branch: perl
15907 ! ext/B/Makefile.PL
15908____________________________________________________________________________
15909[ 6779] By: jhi on 2000/08/22 19:44:47
15910 Log: Forgot portability nit.
15911 Branch: perl
15912 ! t/lib/st-forgive.t
15913____________________________________________________________________________
15914[ 6778] By: jhi on 2000/08/22 19:35:25
15915 Log: Be portable.
15916 Branch: perl
15917 ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
15918 ! t/lib/st-store.t
15919____________________________________________________________________________
15920[ 6777] By: jhi on 2000/08/22 18:50:53
15921 Log: Update Changes.
15922 Branch: perl
15923 ! Changes patchlevel.h
15924____________________________________________________________________________
15925[ 6776] By: jhi on 2000/08/22 18:44:46
15926 Log: cSVOPo_*v things index into the current PL_curpad
15927 under ithreads, which is different from the curpad
15928 used by the XSUB. (In other words, the code as-is
15929 before this patch wouldn't work under ithreads.)
15930 From Sarathy.
15931 Branch: perl
15932 ! ext/B/B.xs
15933____________________________________________________________________________
0b3b9d72
JH
15934[ 6775] By: jhi on 2000/08/22 18:18:37
15935 Log: Make the selection of NVff et al stricter.
15936 Branch: metaconfig/U/perl
15937 ! perlxvf.U
15938 Branch: perl
15939 ! Configure config_h.SH
15940____________________________________________________________________________
b449ee86
JH
15941[ 6774] By: jhi on 2000/08/22 17:19:42
15942 Log: perldelta nits.
15943 Branch: perl
15944 ! pod/perldelta.pod
15945____________________________________________________________________________
15946[ 6773] By: jhi on 2000/08/22 17:06:26
15947 Log: Long double fixes from Spider Boardman.
15948
15949 Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
15950 From: system PRIVILEGED account <root@peano.zk3.dec.com>
15951 Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
15952 Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
15953 Branch: perl
15954 ! t/lib/bigfltpm.t t/lib/st-06compat.t
15955____________________________________________________________________________
15956[ 6772] By: jhi on 2000/08/22 15:04:53
15957 Log: Update Changes.
15958 Branch: perl
15959 ! Changes patchlevel.h
15960____________________________________________________________________________
15961[ 6771] By: jhi on 2000/08/22 15:01:44
15962 Log: perldelta fixes from Hugo van der Sanden.
15963 Branch: perl
15964 ! pod/perldelta.pod
15965____________________________________________________________________________
15966[ 6770] By: jhi on 2000/08/22 14:34:49
15967 Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
15968 From: Hugo <hv@crypt.compulink.co.uk>
15969 Date: Tue, 22 Aug 2000 11:21:53 +0100
15970 Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
15971 Branch: perl
15972 ! regcomp.c
15973____________________________________________________________________________
15974[ 6769] By: jhi on 2000/08/22 14:30:02
15975 Log: Add Yitzchak, reformat.
15976 Branch: perl
15977 ! Changes config_h.SH
15978____________________________________________________________________________
0b3b9d72
JH
15979[ 6768] By: jhi on 2000/08/22 14:21:35
15980 Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
15981 and Spider Boardman.
15982 Branch: metaconfig
15983 ! U/compline/d_gconvert.U
15984 Branch: perl
15985 ! Configure
15986____________________________________________________________________________
b449ee86
JH
15987[ 6767] By: jhi on 2000/08/22 14:11:24
15988 Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
15989 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15990 Date: Mon, 21 Aug 2000 19:08:31 -0700
15991 Message-ID: <fCeo5gzkgmhY092yn@efn.org>
15992 Branch: perl
15993 - ext/Storable/patchlevel.h
15994 ! MANIFEST ext/Storable/MANIFEST
15995____________________________________________________________________________
15996[ 6766] By: jhi on 2000/08/22 13:49:29
15997 Log: Subject: [PATCH: 6757] configure.com updates and syslog build
15998 From: Peter Prymmer <pvhp@forte.com>
15999 Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
16000 Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
16001 Branch: perl
16002 ! configure.com ext/Storable/Makefile.PL
16003____________________________________________________________________________
16004[ 6765] By: jhi on 2000/08/22 13:44:59
16005 Log: Subject: [PATCH blead] B:: missing dependency
16006 From: Hugo <hv@crypt.compulink.co.uk>
16007 Date: Tue, 22 Aug 2000 06:44:33 +0100
16008 Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
16009 Branch: perl
16010 ! ext/B/Makefile.PL
16011____________________________________________________________________________
16012[ 6764] By: jhi on 2000/08/22 13:38:12
16013 Log: More bytecompiler.
16014 Branch: perl
16015 ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
16016____________________________________________________________________________
16017[ 6763] By: jhi on 2000/08/22 13:36:44
16018 Log: Bytecompiler patches from Benjamin Stuhl.
16019 Branch: perl
16020 ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
16021 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16022 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
16023 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16024 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
16025 ! perl.c perlapi.h pod/perldelta.pod
16026____________________________________________________________________________
16027[ 6762] By: jhi on 2000/08/21 23:43:40
16028 Log: An obsoleted diagnostic.
16029 Branch: perl
16030 ! pod/perldelta.pod
16031____________________________________________________________________________
16032[ 6761] By: jhi on 2000/08/21 23:01:45
16033 Log: The #6759 wasn't quite right.
16034 Branch: perl
16035 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
16036 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
16037 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
16038 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
16039 ! t/lib/st-tieditems.t
16040____________________________________________________________________________
16041[ 6760] By: jhi on 2000/08/21 22:35:49
16042 Log: Be verydeepclean.
16043 Branch: perl
16044 ! Makefile.SH
16045____________________________________________________________________________
16046[ 6759] By: jhi on 2000/08/21 22:25:40
16047 Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
16048 From: Peter Prymmer <pvhp@forte.com>
16049 Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
16050 Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
16051 Branch: perl
16052 ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
16053 ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
16054 ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
16055 ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
16056 ! t/lib/st-tieditems.t
16057____________________________________________________________________________
16058[ 6758] By: jhi on 2000/08/21 22:22:32
16059 Log: Few more casts, need reported in
16060
16061 Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
16062 From: Mike Stok <mike@stok.co.uk>
16063 Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
16064 Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
16065
16066 and
16067
16068 Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
16069 From: abigail@foad.org
16070 Date: 21 Aug 2000 21:31:34 -0000
16071 Message-Id: <20000821213134.30170.qmail@foad.org>
16072 Branch: perl
16073 ! ext/Storable/Storable.xs
16074____________________________________________________________________________
16075[ 6757] By: jhi on 2000/08/21 18:37:07
16076 Log: Update Changes.
16077 Branch: perl
16078 ! Changes patchlevel.h
16079____________________________________________________________________________
16080[ 6756] By: jhi on 2000/08/21 18:34:02
16081 Log: A pod nit.
16082
16083 Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
16084 From: <abigail@foad.org>
16085 Date: Mon, 21 Aug 2000 14:00:16 -0400
16086 Message-ID: <20000821180016.28627.qmail@foad.org>
16087 Branch: perl
16088 ! pod/perlre.pod
16089____________________________________________________________________________
16090[ 6755] By: jhi on 2000/08/21 18:30:56
16091 Log: Use PodParser 1.18 new test.
16092 Branch: perl
16093 ! t/pod/special_seqs.t t/pod/special_seqs.xr
16094____________________________________________________________________________
16095[ 6754] By: jhi on 2000/08/21 18:28:35
16096 Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
16097 patches cannot be applied since #6712 conflicts.
16098 Branch: perl
16099 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
16100____________________________________________________________________________
16101[ 6753] By: jhi on 2000/08/21 18:15:11
16102 Log: Weed out some smaller changes.
16103 Branch: perl
16104 ! pod/perldelta.pod
16105____________________________________________________________________________
16106[ 6752] By: jhi on 2000/08/21 18:02:30
16107 Log: Also under djgpp the timestamps are funky.
16108 Branch: perl
16109 ! t/op/stat.t
16110____________________________________________________________________________
0b3b9d72
JH
16111[ 6751] By: jhi on 2000/08/21 17:55:56
16112 Log: Tweak the floating point output routine preferences.
16113 Branch: metaconfig
16114 ! U/compline/d_gconvert.U
16115 Branch: perl
16116 ! Configure
16117____________________________________________________________________________
b449ee86
JH
16118[ 6750] By: jhi on 2000/08/21 17:51:29
16119 Log: Unicos/mk requires elaborate paranoia.
16120 Branch: perl
16121 ! lib/Math/Complex.pm
16122____________________________________________________________________________
16123[ 6749] By: gsar on 2000/08/21 16:53:31
16124 Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
16125 Branch: perl
16126 ! lib/Cwd.pm
16127____________________________________________________________________________
16128[ 6748] By: gsar on 2000/08/21 16:22:19
16129 Log: free TLS slot properly on Windows
16130 Branch: perl
16131 ! thread.h win32/perllib.c win32/win32thread.h
16132____________________________________________________________________________
16133[ 6747] By: jhi on 2000/08/21 16:20:58
16134 Log: Rename the macro argument because some preprocessors
16135 can't tell the difference and expand arguments also inside
16136 double quoted strings.
16137 Branch: perl
16138 ! regcomp.c
16139____________________________________________________________________________
16140[ 6746] By: jhi on 2000/08/21 16:09:41
16141 Log: Support long doubles in Storable.
16142
16143 Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
16144 From: Radu Greab <radu@netsoft.ro>
16145 Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
16146 Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
16147 Branch: perl
16148 ! ext/Storable/Storable.xs
16149____________________________________________________________________________
16150[ 6745] By: jhi on 2000/08/21 15:51:40
16151 Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
16152 From: "Fifer, Eric" <EFifer@sanwaint.com>
16153 Date: Mon, 21 Aug 2000 15:34:49 +0100
16154 Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
16155 Branch: perl
16156 ! t/pragma/warn/9enabled
16157____________________________________________________________________________
16158[ 6744] By: jhi on 2000/08/21 15:39:35
16159 Log: Document the endianness of Alpha more precisely.
16160 Branch: perl
16161 ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
16162 ! pod/perlport.pod
16163____________________________________________________________________________
16164[ 6743] By: jhi on 2000/08/21 14:47:05
16165 Log: perldelta fixes from the p5p crowd.
16166 Branch: perl
16167 ! pod/perldelta.pod pod/perlop.pod
16168____________________________________________________________________________
16169[ 6742] By: jhi on 2000/08/21 13:34:51
16170 Log: Update to Pod::LaTeX 0.53.
16171
16172 Subject: [PATCH] lib/Pod/LaTeX.pm updates
16173 From: Tim Jenness <timj@jach.hawaii.edu>
16174 Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
16175 Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
16176 Branch: perl
16177 ! lib/Pod/LaTeX.pm
16178____________________________________________________________________________
16179[ 6741] By: jhi on 2000/08/21 13:33:01
16180 Log: Subject: [PATCH] os2.c fix for use64bitint
16181 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16182 Date: Mon, 21 Aug 2000 01:32:25 -0700
16183 Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
16184 Branch: perl
16185 ! os2/os2.c
16186____________________________________________________________________________
16187[ 6740] By: jhi on 2000/08/21 13:28:52
16188 Log: Array context keeps slithering in.
16189
16190 Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
16191 From: Daniel Chetlin <daniel@chetlin.com>
16192 Date: Sun, 20 Aug 2000 21:40:25 -0700
16193 Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
16194 Branch: perl
16195 ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
16196 ! pod/perldebtut.pod
16197____________________________________________________________________________
16198[ 6739] By: jhi on 2000/08/21 13:23:55
16199 Log: Big-endian quad fixes for Storable from Radu Greab,
16200 plus few explicit null casts for picky compilers.
16201 Branch: perl
16202 ! ext/Storable/Storable.xs
16203____________________________________________________________________________
16204[ 6738] By: gsar on 2000/08/21 05:56:13
16205 Log: small tweaks for change#6705: avoid C++ style comments in C code;
16206 use Perl's malloc API rather than the low level system one
16207 Branch: perl
16208 ! win32/win32.c
16209____________________________________________________________________________
16210[ 6737] By: gsar on 2000/08/21 05:35:41
16211 Log: add Storable to list of extensions on Windows
16212 Branch: perl
16213 ! win32/Makefile win32/makefile.mk
16214____________________________________________________________________________
16215[ 6736] By: jhi on 2000/08/21 02:57:53
16216 Log: Update Changes.
16217 Branch: perl
16218 ! Changes patchlevel.h
16219____________________________________________________________________________
16220[ 6735] By: jhi on 2000/08/21 02:57:20
16221 Log: Draft 0.
16222 Branch: perl
16223 ! pod/perldelta.pod
16224____________________________________________________________________________
16225[ 6734] By: jhi on 2000/08/21 02:57:03
16226 Log: Add Storable 0.7.2 from Raphael Manfredi,
16227 plus the patch from
16228
16229 Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
16230 From: Radu Greab <radu@netsoft.ro>
16231 Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
16232 Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
16233
16234 plus changes to get Storable to compile with
16235 picky ANSI compilers.
16236 Branch: perl
16237 + ext/Storable/ChangeLog ext/Storable/MANIFEST
16238 + ext/Storable/Makefile.PL ext/Storable/README
16239 + ext/Storable/Storable.pm ext/Storable/Storable.xs
16240 + ext/Storable/patchlevel.h t/lib/st-06compat.t
16241 + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
16242 + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
16243 + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
16244 + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
16245 + t/lib/st-tieditems.t
16246 ! MANIFEST
16247____________________________________________________________________________
16248[ 6733] By: jhi on 2000/08/21 02:29:09
16249 Log: The correct cleaning order is an art.
16250 Branch: perl
16251 ! Makefile.SH
16252____________________________________________________________________________
da352bc5
JH
16253[ 6732] By: jhi on 2000/08/21 01:23:39
16254 Log: The #6724 is here.
16255 Branch: perl
16256 ! t/lib/ftmp-security.t
16257____________________________________________________________________________
16258[ 6731] By: jhi on 2000/08/20 23:17:03
16259 Log: s/this one/the 5.6.0 release/
16260 Branch: perl
16261 ! pod/perl56delta.pod
16262____________________________________________________________________________
16263[ 6730] By: jhi on 2000/08/20 23:07:34
16264 Log: Mention perlebcdic and perlposix-bc.
16265 Branch: perl
16266 ! pod/perlport.pod
16267____________________________________________________________________________
16268[ 6729] By: jhi on 2000/08/20 21:32:59
16269 Log: Document the number of exponent digits.
16270 Branch: perl
16271 ! pod/perlfunc.pod
16272____________________________________________________________________________
16273[ 6728] By: jhi on 2000/08/20 21:16:47
16274 Log: Use File::Spec->tmpdir().
16275
16276 Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
16277 From: Tim Jenness <timj@jach.hawaii.edu>
16278 Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
16279 MIME-Version: 1.0
16280 Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
16281 Branch: perl
16282 ! utils/perlbug.PL
16283____________________________________________________________________________
16284[ 6727] By: jhi on 2000/08/20 20:43:32
16285 Log: Update Changes.
16286 Branch: perl
16287 ! Changes patchlevel.h
16288____________________________________________________________________________
e0f5a76d
JH
16289[ 6726] By: jhi on 2000/08/20 20:41:44
16290 Log: The veryclean target needs to clobber.
16291 Branch: perl
16292 ! Makefile.SH
16293____________________________________________________________________________
16294[ 6725] By: jhi on 2000/08/20 20:37:38
16295 Log: Document odd vs even subreleases and -Dusedevel.
16296 Branch: perl
16297 ! INSTALL
16298____________________________________________________________________________
16299[ 6724] By: jhi on 2000/08/20 19:58:05
16300 Log: Use temporary directory instead of current directory.
16301
16302 Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
16303 From: Tim Jenness <timj@jach.hawaii.edu>
16304 Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
16305 Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
16306 Branch: perl
16307 ! t/lib/ftmp-security.t
16308____________________________________________________________________________
16309[ 6723] By: jhi on 2000/08/20 19:55:55
16310 Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
16311 From: andreas.koenig@anima.de (Andreas J. Koenig)
16312 Date: 20 Aug 2000 15:52:03 +0200
16313 Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
16314 Branch: perl
16315 ! lib/ExtUtils/MM_Unix.pm
16316____________________________________________________________________________
16317[ 6722] By: jhi on 2000/08/20 19:46:01
16318 Log: Update to CGI 2.72, from Lincoln Stein.
16319 Branch: perl
16320 ! lib/CGI.pm
16321____________________________________________________________________________
16322[ 6721] By: jhi on 2000/08/20 19:43:54
16323 Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
16324 From: Radu Greab <radu@netsoft.ro>
16325 Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
16326 Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
16327 Branch: perl
16328 ! ext/GDBM_File/GDBM_File.xs
16329____________________________________________________________________________
16330[ 6720] By: jhi on 2000/08/20 19:42:01
16331 Log: pp_open() could pass an uninitialized filename down to do_open9().
16332 Branch: perl
16333 ! pp_sys.c
16334____________________________________________________________________________
16335[ 6719] By: jhi on 2000/08/20 14:06:41
16336 Log: UTF8 concat fixes.
16337
16338 Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
16339 From: Hugo <hv@crypt.compulink.co.uk>
16340 Date: Sun, 20 Aug 2000 07:30:46 +0100
16341 Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
16342 Branch: perl
16343 ! pp_hot.c t/op/append.t
16344____________________________________________________________________________
16345[ 6718] By: jhi on 2000/08/20 02:09:37
16346 Log: Let's try #6717 again.
16347 Branch: perl
16348 ! lib/File/Temp.pm
16349____________________________________________________________________________
16350[ 6717] By: jhi on 2000/08/20 01:56:55
16351 Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
16352 From: "Craig A. Berry" <craig.berry@metamorgs.com>
16353 Date: Sat, 19 Aug 2000 18:15:39 -0500
16354 Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
16355 Branch: perl
16356 ! lib/File/Temp.pm
16357____________________________________________________________________________
16358[ 6716] By: jhi on 2000/08/19 15:50:11
16359 Log: Update Changes.
16360 Branch: perl
16361 ! Changes patchlevel.h
16362____________________________________________________________________________
7ea2983e
JH
16363[ 6715] By: jhi on 2000/08/19 15:39:09
16364 Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
16365 From: Jonathan D Johnston <jdjohnston2@juno.com>
16366 Date: Thu, 17 Aug 2000 23:13:01 -0400
16367 Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
16368 Branch: perl
16369 ! pod/perlfunc.pod
16370____________________________________________________________________________
16371[ 6714] By: jhi on 2000/08/19 15:34:04
16372 Log: Introduce a 'veryclean' target that is like 'distclean'
16373 but also removes *~ and *.orig.
16374 Branch: perl
16375 ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
16376 ! utils/Makefile x2p/Makefile.SH
16377____________________________________________________________________________
16378[ 6713] By: jhi on 2000/08/19 14:15:45
16379 Log: Put back the long double avoidance code to POSIX.xs
16380 because VMS seems to need it still.
16381 Branch: perl
16382 ! ext/POSIX/POSIX.xs
16383____________________________________________________________________________
16384[ 6712] By: jhi on 2000/08/19 14:10:41
16385 Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
16386 From: Peter Prymmer <pvhp@forte.com>
16387 Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
16388 Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
16389 Branch: perl
16390 ! lib/Pod/Find.pm t/pod/find.t
16391____________________________________________________________________________
16392[ 6711] By: jhi on 2000/08/19 14:09:19
16393 Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
16394 From: Peter Prymmer <pvhp@forte.com>
16395 Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
16396 Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
16397 cc: vmsperl@perl.org
16398 Branch: perl
16399 ! t/lib/peek.t
16400____________________________________________________________________________
16401[ 6710] By: jhi on 2000/08/19 14:08:01
16402 Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
16403 From: Jan Dubois <jand@ActiveState.com>
16404 Date: Fri, 18 Aug 2000 16:31:48 -0700
16405 Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
16406 Branch: perl
16407 ! win32/win32.c
16408____________________________________________________________________________
16409[ 6709] By: jhi on 2000/08/19 14:06:57
16410 Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
16411
16412 Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED)
16413 From: Spider.Boardman@Orb.Nashua.NH.US
16414 Date: Fri, 18 Aug 2000 18:41:14 -0400
16415 Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
16416 Branch: perl
16417 ! regcomp.c
16418____________________________________________________________________________
16419[ 6708] By: jhi on 2000/08/18 22:04:49
16420 Log: Update Changes.
16421 Branch: perl
16422 ! Changes patchlevel.h
16423____________________________________________________________________________
50588fde
JH
16424[ 6707] By: jhi on 2000/08/18 21:55:14
16425 Log: Add warnif(), check warnings further up the stack,
16426 all the warnings functions now can take an optional object reference.
16427
16428 Subject: [PATCH bleedperl@6691] warnings pragma update
16429 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16430 Date: Fri, 18 Aug 2000 22:42:06 +0100
16431 Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
16432 Branch: perl
16433 ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
16434 ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
16435 ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
16436____________________________________________________________________________
16437[ 6706] By: jhi on 2000/08/18 21:41:45
16438 Log: Typo in pp_complement().
16439
16440 Subject: [PATCH perl-current] Deparse
16441 From: Peter Scott <Peter@PSDT.com>
16442 Date: Fri, 18 Aug 2000 12:44:37 -0700
16443 Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
16444 Branch: perl
16445 ! ext/B/B/Deparse.pm
16446____________________________________________________________________________
16447[ 6705] By: jhi on 2000/08/18 21:25:59
16448 Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
16449 From: Jan Dubois <jand@ActiveState.com>
16450 Date: Fri, 18 Aug 2000 14:22:51 -0700
16451 Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
16452 Branch: perl
16453 ! lib/Win32.pod win32/win32.c
16454____________________________________________________________________________
16455[ 6704] By: jhi on 2000/08/18 21:16:14
16456 Log: Don't eat leading os from index entries.
16457
16458 Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
16459 From: Russ Allbery <rra@stanford.edu>
16460 Date: 10 Aug 2000 20:49:25 -0700
16461 Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
16462 Branch: perl
16463 ! lib/Pod/Man.pm
16464____________________________________________________________________________
16465[ 6703] By: jhi on 2000/08/18 21:07:06
16466 Log: Add [[:blank:]] as suggested in
16467
16468 Subject: [ID 20000716.024] [=cc=] / [:blank:]
16469 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
16470 Date: Sun, 16 Jul 2000 17:55:29 -0700
16471 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
16472
16473 (the [=cc=] has already been taken care of by #6439
16474 so the whole bug report can be closed)
16475
16476 and make [[:space:]] to be equivalent to isspace(3)
16477 (as opposed to \s, which is isSPACE()). The difference
16478 is that now [[:space:]] matches the mythical vertical tab,
16479 while \s doesn't.
16480 Branch: perl
16481 ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
16482 ! regexec.c t/op/pat.t
16483____________________________________________________________________________
16484[ 6702] By: jhi on 2000/08/18 18:47:47
16485 Log: The new tests were missing from #6415.
16486 Branch: perl
16487 ! t/op/bop.t
16488____________________________________________________________________________
16489[ 6701] By: jhi on 2000/08/18 18:20:40
16490 Log: Document the NDBM_File and ODBM_File as SDBM_File
16491 was documented in #6417.
16492 Branch: perl
16493 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
16494 ! ext/SDBM_File/SDBM_File.pm
16495____________________________________________________________________________
16496[ 6700] By: jhi on 2000/08/18 18:10:39
16497 Log: Subject: [PATCH perl@6698] cygwin port
16498 From: "Fifer, Eric" <EFifer@sanwaint.com>
16499 Date: Fri, 18 Aug 2000 17:30:05 +0100
16500 Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
16501 Branch: perl
16502 ! lib/File/Temp.pm
16503____________________________________________________________________________
16504[ 6699] By: jhi on 2000/08/18 16:21:49
16505 Log: Document code point which makes if (defined %stash::) to work
16506 (noted by Spider Boardman).
16507 Branch: perl
16508 ! op.c
16509____________________________________________________________________________
16510[ 6698] By: jhi on 2000/08/18 13:43:27
16511 Log: Update Changes.
16512 Branch: perl
16513 ! Changes patchlevel.h
16514____________________________________________________________________________
b2bd8c92
JH
16515[ 6697] By: jhi on 2000/08/18 13:35:57
16516 Log: Tiny Getopt::Long patch from Johan Vromans.
16517 Branch: perl
16518 ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
16519____________________________________________________________________________
16520[ 6696] By: jhi on 2000/08/18 13:26:14
16521 Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
16522 From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
16523 Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
16524 Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
16525 Branch: perl
16526 ! pod/perldiag.pod pod/perlsyn.pod
16527____________________________________________________________________________
16528[ 6695] By: jhi on 2000/08/18 13:13:26
16529 Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
16530 From: Daniel Chetlin <daniel@chetlin.com>
16531 Date: Fri, 18 Aug 2000 03:13:36 -0700
16532 Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
16533 Branch: perl
16534 ! pod/perlfunc.pod
16535____________________________________________________________________________
16536[ 6694] By: jhi on 2000/08/18 13:08:05
16537 Log: Subject: [PATCH] perltrap.pod spring cleaning
16538 From: Daniel Chetlin <daniel@chetlin.com>
16539 Date: Fri, 18 Aug 2000 03:06:54 -0700
16540 Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
16541
16542 plus Mike Guy's nitfix.
16543 Branch: perl
16544 ! pod/perltrap.pod
16545____________________________________________________________________________
16546[ 6693] By: jhi on 2000/08/18 13:00:26
16547 Log: Unbuffer the output.
16548
16549 Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
16550 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16551 Date: Thu, 17 Aug 2000 18:39:29 -0700
16552 Message-ID: <RPJn5gzkgydf092yn@efn.org>
16553 Branch: perl
16554 ! t/op/fork.t
16555____________________________________________________________________________
16556[ 6692] By: jhi on 2000/08/18 05:19:17
16557 Log: Delete the image, too, not just its MANIFEStation.
16558 Branch: perl
16559 - lib/CGI/eg/wilogo.gif
16560____________________________________________________________________________
16561[ 6691] By: jhi on 2000/08/18 05:10:26
16562 Log: Propagate new Configure vars.
16563 Branch: perl
16564 ! configure.com epoc/config.sh uconfig.h uconfig.sh
16565 ! vos/config.def vos/config.h vos/config_h.SH_orig
16566 ! win32/config.bc win32/config.gc win32/config.vc
16567 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16568____________________________________________________________________________
16569[ 6690] By: jhi on 2000/08/18 04:30:56
16570 Log: Update Changes.
16571 Branch: perl
16572 ! Changes patchlevel.h
16573____________________________________________________________________________
eae4ae26
JH
16574[ 6689] By: jhi on 2000/08/18 04:12:30
16575 Log: Fix the lib/complex failure of
16576
16577 From: abigail@foad.org
16578 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
16579 Date: 15 Aug 2000 04:06:38 -0000
16580 Message-Id: <20000815040638.8524.qmail@foad.org>
16581
16582 Linux long double accuracy issue: something that
16583 when printed with %g looks like "2" but int() of it is 1.
16584 Branch: perl
16585 ! lib/Math/Complex.pm
16586____________________________________________________________________________
16587[ 6688] By: jhi on 2000/08/18 03:15:35
16588 Log: The byteorder code in #6671 was wrong.
16589 Branch: perl
16590 ! configpm
16591____________________________________________________________________________
16592[ 6687] By: jhi on 2000/08/18 02:08:42
16593 Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
16594 From: Jan Dubois <jand@ActiveState.com>
16595 Date: Thu, 17 Aug 2000 18:31:55 -0700
16596 Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
16597 Branch: perl
16598 ! sv.c
16599____________________________________________________________________________
16600[ 6686] By: jhi on 2000/08/18 02:04:15
16601 Log: Use NVs in POSIX math, not doubles.
16602
16603 From: abigail@foad.org
16604 Subject: [ID 20000817.014] POSIX & modfl
16605 Date: 17 Aug 2000 20:49:18 -0000
16606 Message-Id: <20000817204918.23123.qmail@foad.org>
16607 Branch: perl
16608 ! ext/POSIX/POSIX.xs ext/POSIX/typemap
16609____________________________________________________________________________
0b3b9d72
JH
16610[ 6685] By: jhi on 2000/08/18 02:02:12
16611 Log: Introduce NVef, NVff, and NVgf, use the middle one.
16612 (helps for lib/peek + Linux + long doubles) Reported in
16613
16614 From: abigail@foad.org
16615 Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13
16616 Date: 15 Aug 2000 04:06:38 -0000
16617 Message-Id: <20000815040638.8524.qmail@foad.org>
16618
16619 (note: the lib/complex failure has not yet been addressed)
16620 Branch: metaconfig/U/perl
16621 ! perlxvf.U
16622 Branch: perl
16623 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16624 ! config_h.SH dump.c perl.h pod/perlguts.pod
16625____________________________________________________________________________
eae4ae26
JH
16626[ 6684] By: jhi on 2000/08/17 23:22:19
16627 Log: Add byteorder to the myconfig output.
16628 Branch: perl
16629 ! myconfig.SH
16630____________________________________________________________________________
16631[ 6683] By: jhi on 2000/08/17 23:20:19
16632 Log: The image doth not exist, spotted by Johan Vromans.
16633 Branch: perl
16634 ! MANIFEST
16635____________________________________________________________________________
16636[ 6682] By: jhi on 2000/08/17 22:38:16
16637 Log: Document what the backtick returns if the command fails.
16638 Branch: perl
16639 ! pod/perlop.pod
16640____________________________________________________________________________
16641[ 6681] By: jhi on 2000/08/17 22:33:12
16642 Log: Do not use prototyping here.
16643
16644 Subject: [ID 20000817.016] [PATCH] Peek.xs
16645 From: abigail@foad.org
16646 Date: 17 Aug 2000 20:55:56 -0000
16647 Message-Id: <20000817205556.24270.qmail@foad.org>
16648 Branch: perl
16649 ! ext/Devel/Peek/Makefile.PL
16650____________________________________________________________________________
0b3b9d72
JH
16651[ 6680] By: jhi on 2000/08/17 19:46:43
16652 Log: Don't propose using modules built for 5.005 if no binary
16653 compatibility with 5.005 is attempted.
16654
16655 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16656 Subject: Minor nit with 5.7.0 (6655)
16657 Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
16658 Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
16659 Branch: metaconfig
16660 ! U/installdirs/inc_version_list.U
16661 Branch: perl
16662 ! Configure config_h.SH
16663____________________________________________________________________________
eae4ae26
JH
16664[ 6679] By: jhi on 2000/08/17 19:16:39
16665 Log: Microperl config update.
16666 Branch: perl
16667 ! uconfig.h uconfig.sh
16668____________________________________________________________________________
16669[ 6678] By: jhi on 2000/08/17 19:16:13
16670 Log: The #6648 wasn't protective enough for limited platforms
16671 (like microperl).
16672 Branch: perl
16673 ! dump.c sv.c
16674____________________________________________________________________________
16675[ 6677] By: jhi on 2000/08/17 14:46:35
16676 Log: Update Changes.
16677 Branch: perl
16678 ! Changes patchlevel.h
16679____________________________________________________________________________
3ddc1c2e
JH
16680[ 6676] By: jhi on 2000/08/17 14:44:02
16681 Log: Add perlebcdic from Peter Prymmer, regen toc.
16682 Branch: perl
16683 + pod/perlebcdic.pod
16684 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16685____________________________________________________________________________
16686[ 6675] By: jhi on 2000/08/17 14:41:52
16687 Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
16688 Branch: perl
16689 ! pod/perldebtut.pod
16690____________________________________________________________________________
16691[ 6674] By: jhi on 2000/08/17 14:29:43
16692 Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
16693
16694 Subject: [ID 20000724.006] -DLEAKTEST problem
16695 From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
16696 Date: Tue, 25 Jul 2000 00:36:32 -0500
16697 Message-Id: <20000725003632.A26186@www.llamacom.com>
16698
16699 Reminder sent
16700
16701 Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error
16702 From: Hugo <hv@crypt.compulink.co.uk>
16703 Date: Thu, 17 Aug 2000 15:23:42 +0100
16704 Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
16705 Branch: perl
16706 ! util.c
16707____________________________________________________________________________
16708[ 6673] By: jhi on 2000/08/17 04:07:10
16709 Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16710 From: John Peacock <JPeacock@UnivPress.com>
16711 Date: Tue, 01 Aug 2000 09:38:12 -0400
16712 Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
16713 Branch: perl
16714 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
16715____________________________________________________________________________
16716[ 6672] By: jhi on 2000/08/17 03:04:35
16717 Log: Subject: [PATCH] Cwd.pm now uses strict
16718 From: Tim Jenness <timj@jach.hawaii.edu>
16719 Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
16720 Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
16721 Branch: perl
16722 ! lib/Cwd.pm
16723____________________________________________________________________________
16724[ 6671] By: jhi on 2000/08/17 02:16:35
16725 Log: Make $Config{byteorder} more magical so that it is
16726 dynamically computed: nice for 'fat binaries'.
16727
16728 Subject: [PATCH]: default byteorder
16729 From: Wilfredo Sánchez <wsanchez@apple.com>
16730 Date: Mon, 31 Jul 2000 19:45:31 -0700
16731 Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
16732 Branch: perl
16733 ! configpm
16734____________________________________________________________________________
16735[ 6670] By: gsar on 2000/08/17 01:22:21
16736 Log: move WNOHANG definition to where other such things are
16737 Branch: perl
16738 ! win32/win32.h
16739____________________________________________________________________________
16740[ 6669] By: jhi on 2000/08/17 01:19:17
16741 Log: Update Changes.
16742 Branch: perl
16743 ! Changes patchlevel.h
16744____________________________________________________________________________
28c9223b
JH
16745[ 6668] By: jhi on 2000/08/17 01:16:29
16746 Log: Doc nits spotted by Richard Soderberg.
16747 Branch: perl
16748 ! README.posix-bc README.vmesa
16749____________________________________________________________________________
16750[ 6667] By: jhi on 2000/08/17 01:12:11
16751 Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16752 From: "Casey R. Tweten" <crt@kiski.net>
16753 Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
16754 Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
16755 Branch: perl
16756 ! pod/perldebtut.pod
16757____________________________________________________________________________
16758[ 6666] By: jhi on 2000/08/17 01:09:31
16759 Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16760 From: "Casey R. Tweten" <crt@kiski.net>
16761 Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
16762 Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
16763 Branch: perl
16764 ! lib/Shell.pm
16765____________________________________________________________________________
16766[ 6665] By: gsar on 2000/08/17 01:03:52
16767 Log: add "ok" targets from change#6632 in makefile.mk
16768 Branch: perl
16769 ! pod/perlport.pod win32/Makefile win32/makefile.mk
16770____________________________________________________________________________
16771[ 6664] By: gsar on 2000/08/17 00:56:11
16772 Log: avoid warnings from dense compiler
16773 Branch: perl
16774 ! win32/win32.c
16775____________________________________________________________________________
16776[ 6663] By: jhi on 2000/08/17 00:51:49
16777 Log: Tweak the regex compilation errors once more.
16778 Branch: perl
16779 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16780 ! t/op/regmesg.t t/pragma/warn/regcomp
16781____________________________________________________________________________
16782[ 6662] By: gsar on 2000/08/17 00:28:19
16783 Log: trailing new %ENV entries weren't being pushed into the real
16784 environment of subprocesses on Windows
16785 Branch: perl
16786 ! t/op/magic.t win32/perlhost.h
16787____________________________________________________________________________
16788[ 6661] By: gsar on 2000/08/17 00:19:20
16789 Log: waitpid() now handles externally spawned pids correctly;
16790 fixes for backtick/wait/waitpid failures on Windows 9x
16791
16792 these changes make the pid returned by process functions on
16793 Windows 9x always positive by clearing the high bit (which
16794 is always set on Win9x); pseudo-process PIDs are likewise
16795 always negative now on Win9x (just as on NT/2000)
16796 Branch: perl
16797 ! pp_sys.c win32/perlhost.h win32/win32.c
16798____________________________________________________________________________
16799[ 6660] By: jhi on 2000/08/17 00:04:32
16800 Log: Retract #6645.
16801 Branch: perl
16802 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16803 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16804 ! t/op/sprintf.t
16805____________________________________________________________________________
16806[ 6659] By: gsar on 2000/08/16 23:59:28
16807 Log: on windows, the return values from wait() and waitpid() don't
16808 match those of pseudo-pids
16809 Branch: perl
16810 ! pp_sys.c t/op/fork.t util.c win32/win32.c
16811____________________________________________________________________________
16812[ 6658] By: gsar on 2000/08/16 23:56:14
16813 Log: pod nit seen in passing
16814 Branch: perl
16815 ! pod/perlfunc.pod
16816____________________________________________________________________________
16817[ 6657] By: gsar on 2000/08/16 23:53:42
16818 Log: change#6328 could make close(SOCKET) return false on windows
16819 when it shouldn't
16820 Branch: perl
16821 ! win32/win32sck.c
16822____________________________________________________________________________
16823[ 6656] By: gsar on 2000/08/16 23:46:57
16824 Log: check that the number pseudo children doesn't exceed
16825 MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16826 the WaitForMultipleObjects() limit that would cause wait()
16827 to crash)
16828
16829 wait() and waitpid() could potentially be rewritten to use
16830 more than one thread to do the waiting to eliminate this
16831 limitation
16832 Branch: perl
16833 ! win32/perlhost.h
16834____________________________________________________________________________
16835[ 6655] By: jhi on 2000/08/16 14:11:05
16836 Log: Update Changes.
16837 Branch: perl
16838 ! Changes patchlevel.h
16839____________________________________________________________________________
453b8a1c
JH
16840[ 6654] By: jhi on 2000/08/16 14:10:12
16841 Log: Update to perldebtut 1.9, from Richard Foley.
16842 Branch: perl
16843 ! pod/perldebtut.pod
16844____________________________________________________________________________
16845[ 6653] By: jhi on 2000/08/16 14:08:17
16846 Log: Change the regx compilation error markers to use = instead of <
16847 since pod makes using the latter quite messy. Reported in
16848 ID 20000814.006 by Abigail and in
16849 Subject: Unknown escape E<> ?
16850 From: Lupe Christoph <lupe@lupe-christoph.de>
16851 Date: Fri, 11 Aug 2000 00:30:27 +0200
16852 Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
16853 Branch: perl
16854 ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16855 ! t/op/regmesg.t t/pragma/warn/regcomp
16856____________________________________________________________________________
16857[ 6652] By: jhi on 2000/08/16 13:25:31
16858 Log: Change the perlbug address to perl.org since it's more forgiving.
16859
16860 Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
16861 From: abigail@foad.org
16862 Date: 15 Aug 2000 04:15:40 -0000
16863 Message-Id: <20000815041540.8633.qmail@foad.org>
16864 Branch: perl
16865 ! utils/perlbug.PL
16866____________________________________________________________________________
16867[ 6651] By: jhi on 2000/08/16 13:22:35
16868 Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16869 From: Tim Jenness <timj@jach.hawaii.edu>
16870 Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
16871 Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
16872 Branch: perl
16873 ! lib/Cwd.pm
16874____________________________________________________________________________
16875[ 6650] By: jhi on 2000/08/16 13:18:13
16876 Log: Update to CPAN 1.57.
16877
16878 Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
16879 From: andreas.koenig@anima.de (Andreas J. Koenig)
16880 Date: 16 Aug 2000 15:09:46 +0200
16881 Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
16882 Branch: perl
16883 ! lib/CPAN.pm
16884____________________________________________________________________________
16885[ 6649] By: jhi on 2000/08/16 13:12:31
16886 Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
16887 From: "Larry W. Virden" <lvirden@cas.org>
16888 Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
16889 Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
16890 Branch: perl
16891 ! README.hpux
16892____________________________________________________________________________
16893[ 6648] By: jhi on 2000/08/16 13:03:53
16894 Log: The numeric locale was reset to "C" by s?printf and never restored.
16895
16896 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16897 From: Christian Kirsch <ck@held.mind.de>
16898 Date: Wed, 9 Aug 2000 17:05:17 +0200
16899 Message-Id: <20000809170517.A25389@held>
16900
16901 No test since adding the failing example to locale.t
16902 does not fail -- probably because the locale settings are so
16903 thoroughly tweaked by that time. Running the example standalone
71d4b5fd 16904 does fail, though. UPDATE: test case added at change #7540.
453b8a1c
JH
16905 Branch: perl
16906 ! dump.c perl.h pp.c pp_ctl.c sv.c
16907____________________________________________________________________________
16908[ 6647] By: jhi on 2000/08/16 00:07:54
16909 Log: Update Changes and test semi-automatic patchlevel updating.
16910 Branch: perl
16911 ! Changes patchlevel.h
16912____________________________________________________________________________
0b3b9d72
JH
16913[ 6646] By: jhi on 2000/08/15 23:35:07
16914 Log: Fix a dependency problem.
16915
16916 Subject: [PATCH: 6640] VMS Makefile.SH update
16917 From: Peter Prymmer <pvhp@forte.com>
16918 Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
16919 Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
16920 Branch: perl
16921 ! vms/descrip_mms.template
16922____________________________________________________________________________
a65e9df7 16923[ 6645] By: jhi on 2000/08/15 23:33:23
28c9223b
JH
16924 Log: (Retracted by #6660)
16925
16926 Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
a65e9df7
JH
16927 From: Dominic Dunlop <domo@computer.org>
16928 Date: Tue, 15 Aug 2000 22:20:52 +0200
16929 Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
16930 Branch: metaconfig/U/perl
16931 + d_printfed.U
16932 Branch: perl
16933 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16934 ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16935 ! t/op/sprintf.t
16936____________________________________________________________________________
16937[ 6644] By: jhi on 2000/08/15 21:17:20
16938 Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16939 From: abigail@foad.org
16940 Date: 15 Aug 2000 20:12:41 -0000
16941 Message-Id: <20000815201241.25556.qmail@foad.org>
16942 Branch: perl
16943 ! INSTALL
16944____________________________________________________________________________
16945[ 6643] By: jhi on 2000/08/15 21:15:28
16946 Log: (an already applied patch)
16947 Branch: perl
16948 ! lib/CGI.pm
16949____________________________________________________________________________
16950[ 6642] By: gsar on 2000/08/15 19:54:05
16951 Log: magic callbacks all need to have same type signature
16952 Branch: perl
16953 ! embed.pl mg.c proto.h
16954____________________________________________________________________________
16955[ 6641] By: jhi on 2000/08/15 17:56:27
16956 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)
16957 From: Mike Guy <mjtg@cam.ac.uk>
16958 Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
16959 Date: Tue, 15 Aug 2000 18:26:45 +0100
16960
16961 Only the peek.t part applied, not the hash quality part.
16962 Branch: perl
16963 ! t/lib/peek.t
16964____________________________________________________________________________
16965[ 6640] By: jhi on 2000/08/15 16:37:37
16966 Log: Update Changes.
16967 Branch: perl
16968 ! Changes
16969____________________________________________________________________________
d07241a9
JH
16970[ 6639] By: jhi on 2000/08/15 16:34:55
16971 Log: Missed a file from #6638.
16972 Branch: perl
16973 ! lib/File/Temp.pm
16974____________________________________________________________________________
16975[ 6638] By: jhi on 2000/08/15 16:33:19
16976 Log: Subject: [PATCH perl@6620] cygwin port
16977 From: "Fifer, Eric" <EFifer@sanwaint.com>
16978 Date: Tue, 15 Aug 2000 17:00:49 +0100
16979 Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
16980 Branch: perl
16981 ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
16982____________________________________________________________________________
16983[ 6637] By: jhi on 2000/08/15 16:29:22
16984 Log: Subject: [PATCH] debugger exit code should reflect user exit code
16985 From: Mike Guy <mjtg@cam.ac.uk>
16986 Date: Tue, 15 Aug 2000 16:55:59 +0100
16987 Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
16988 Branch: perl
16989 ! lib/perl5db.pl
16990____________________________________________________________________________
16991[ 6636] By: jhi on 2000/08/15 15:30:58
16992 Log: Update Changes.
16993 Branch: perl
16994 ! Changes
16995____________________________________________________________________________
ceab000c
JH
16996[ 6635] By: jhi on 2000/08/15 15:27:21
16997 Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
16998 Branch: metaconfig
16999 ! U/mkglossary U/mksample
17000 Branch: metaconfig/U/perl
17001 ! Devel.U
17002 Branch: perl
17003 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17004____________________________________________________________________________
17005[ 6634] By: jhi on 2000/08/15 14:11:55
17006 Log: Don't blow limited stacks, a lower number is enough to
17007 tickle the lookbehind limit.
17008
17009 Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
17010 From: Dominic Dunlop <domo@computer.org>
17011 Date: Tue, 15 Aug 2000 13:51:24 +0200
17012 Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
17013 Branch: perl
17014 ! t/op/regmesg.t
17015____________________________________________________________________________
17016[ 6633] By: jhi on 2000/08/15 14:01:46
17017 Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
17018 From: Mike Guy <mjtg@cam.ac.uk>
17019 Date: Tue, 15 Aug 2000 12:10:50 +0100
17020 Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
17021 Branch: perl
17022 ! utils/perldoc.PL
17023____________________________________________________________________________
17024[ 6632] By: jhi on 2000/08/15 13:58:48
17025 Log: make ok etc also for win32.
17026
17027 Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
17028 From: Prymmer/Kahn <pvhp@best.com>
17029 Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
17030 Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
17031 Branch: perl
17032 ! win32/Makefile
17033____________________________________________________________________________
17034[ 6631] By: jhi on 2000/08/15 13:45:03
17035 Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
17036 Branch: perl
17037 ! lib/Test.pm
17038____________________________________________________________________________
17039[ 6630] By: jhi on 2000/08/15 03:25:09
17040 Log: Update Changes.
17041 Branch: perl
17042 ! Changes
17043____________________________________________________________________________
d8ab2b9d
JH
17044[ 6629] By: jhi on 2000/08/15 03:23:53
17045 Log: magic_regdatum_set() is void, not int.
17046 Branch: perl
17047 ! embed.pl mg.c proto.h
17048____________________________________________________________________________
17049[ 6628] By: jhi on 2000/08/15 03:08:02
17050 Log: Make the user to give up his firstborn, err, to knowingly
17051 verify installing an unstable developer release. Also bump
17052 the release to 5.7.0, but leave a patch tag in the local
17053 patches saying that this is not yet the real thing.
17054 Branch: metaconfig
17055 ! U/modified/Instruct.U
17056 Branch: metaconfig/U/perl
17057 + Devel.U
17058 Branch: perl
17059 ! Configure patchlevel.h
17060____________________________________________________________________________
17061[ 6627] By: jhi on 2000/08/14 22:32:52
17062 Log: README.os2 update.
17063
17064 Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
17065 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17066 Date: Wed, 02 Aug 2000 21:55:09 -0700
17067 Message-ID: <tsPi5gzkgegX092yn@efn.org>
17068 Branch: perl
17069 ! README.os2
17070____________________________________________________________________________
17071[ 6626] By: jhi on 2000/08/14 21:00:02
17072 Log: Subject: Re: File::Temp problems on VMS in bleedperl
17073 From: Tim Jenness <timj@jach.hawaii.edu>
17074 cc: vmsperl@perl.org
17075 Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
17076 Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
17077 Branch: perl
17078 ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
17079____________________________________________________________________________
17080[ 6625] By: jhi on 2000/08/14 20:52:16
17081 Log: Add SUIDMAIL as was done for the CERT alert.
17082 Branch: perl
17083 ! patchlevel.h
17084____________________________________________________________________________
17085[ 6624] By: jhi on 2000/08/14 20:48:50
17086 Log: Subject: sfio2000
17087 From: Daniel Muino <dmuino@afip.gov.ar>
17088 Date: Mon, 14 Aug 2000 16:58:11 -0300
17089 Message-ID: <20000814165811.B16368@con2-dgi>
17090 Branch: perl
17091 ! perlsdio.h perlsfio.h
17092____________________________________________________________________________
17093[ 6623] By: jhi on 2000/08/14 20:47:36
17094 Log: Subject: warning: storage class after type is obsolescent
17095 From: Daniel Muino <dmuino@afip.gov.ar>
17096 Date: Mon, 14 Aug 2000 16:42:47 -0300
17097 Message-ID: <20000814164247.A16368@con2-dgi>
17098 Branch: perl
17099 ! regcomp.pl regnodes.h
17100____________________________________________________________________________
17101[ 6622] By: jhi on 2000/08/14 20:43:05
17102 Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
17103 From: abigail@foad.org
17104 Date: 14 Aug 2000 20:00:10 -0000
17105 Message-Id: <20000814200010.27271.qmail@foad.org>
17106 Branch: perl
17107 ! Changes
17108____________________________________________________________________________
17109[ 6621] By: jhi on 2000/08/14 15:23:05
17110 Log: Update Changes.
17111 Branch: perl
17112 ! Changes
17113____________________________________________________________________________
81777a03
JH
17114[ 6620] By: jhi on 2000/08/14 15:22:14
17115 Log: Subject: Re: [PATCH] @+, @- readonly
17116 From: Mike Guy <mjtg@cam.ac.uk>
17117 Date: Mon, 14 Aug 2000 15:26:55 +0100
17118 Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
17119 Branch: perl
17120 ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
17121 ! sv.c t/op/pat.t
17122____________________________________________________________________________
17123[ 6619] By: jhi on 2000/08/14 14:12:08
17124 Log: Update Changes.
17125 Branch: perl
17126 ! Changes
17127____________________________________________________________________________
4f8394d5
JH
17128[ 6618] By: jhi on 2000/08/14 14:09:34
17129 Log: For now remove the mail code.
17130 Branch: perl
17131 ! perl.c
17132____________________________________________________________________________
17133[ 6617] By: jhi on 2000/08/14 14:08:28
17134 Log: Drop the eg/ mentions and also mention the recent suidperl thing.
17135 Branch: perl
17136 ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
17137 ! pod/perlfaq8.pod pod/perlsec.pod
17138____________________________________________________________________________
17139[ 6616] By: jhi on 2000/08/14 14:00:11
17140 Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
17141 From: Mike Guy <mjtg@cam.ac.uk>
17142 Date: Mon, 14 Aug 2000 08:26:02 +0100
17143 Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
17144 Branch: perl
17145 ! lib/perl5db.pl
17146____________________________________________________________________________
17147[ 6615] By: jhi on 2000/08/14 13:58:45
17148 Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
17149 From: Mike Guy <mjtg@cam.ac.uk>
17150 Date: Mon, 14 Aug 2000 08:04:22 +0100
17151 Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
17152 Branch: perl
17153 ! gv.c mg.c t/op/pat.t
17154____________________________________________________________________________
17155[ 6614] By: jhi on 2000/08/14 13:56:45
17156 Log: Subject: Test fails / warnings with perl-current #6612
17157 From: Mike Guy <mjtg@cam.ac.uk>
17158 Date: Mon, 14 Aug 2000 07:57:23 +0100
17159 Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
17160 Branch: perl
17161 ! t/lib/b.t t/lib/peek.t
17162____________________________________________________________________________
17163[ 6613] By: jhi on 2000/08/14 13:45:33
17164 Log: VMS configure.com update continues.
17165 Branch: perl
17166 - vms/configure.com
17167 ! MANIFEST configure.com
17168____________________________________________________________________________
17169[ 6612] By: jhi on 2000/08/13 22:13:35
17170 Log: Update Changes.
17171 Branch: perl
17172 ! Changes
17173____________________________________________________________________________
7f53c13a
JH
17174[ 6611] By: jhi on 2000/08/13 16:21:45
17175 Log: Upgrade to CGI 2.71, from Lincoln Stein.
17176 Branch: perl
17177 ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
17178____________________________________________________________________________
17179[ 6610] By: jhi on 2000/08/13 15:09:16
17180 Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
17181 From: Mike Guy <mjtg@cam.ac.uk>
17182 Date: Sun, 13 Aug 2000 13:45:51 +0100
17183 Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
17184 Branch: perl
17185 ! t/op/regmesg.t
17186____________________________________________________________________________
17187[ 6609] By: jhi on 2000/08/13 14:31:26
17188 Log: Andreas says that 1.56 is fine, so reverting back to it.
17189 Branch: perl
17190 ! lib/CPAN.pm
17191____________________________________________________________________________
17192[ 6608] By: jhi on 2000/08/13 05:34:20
17193 Log: Update Changes.
17194 Branch: perl
17195 ! Changes
17196____________________________________________________________________________
ce0d7702
JH
17197[ 6607] By: jhi on 2000/08/13 05:32:01
17198 Log: Put back the \z changes of #5406 to CPAN.pm.
17199 Branch: perl
17200 ! lib/CPAN.pm
17201____________________________________________________________________________
17202[ 6606] By: jhi on 2000/08/13 05:20:16
17203 Log: Fix-n-skip the tests under 5005threads.
17204 Branch: perl
17205 ! t/lib/b.t
17206____________________________________________________________________________
17207[ 6605] By: jhi on 2000/08/13 05:07:48
17208 Log: Fix the test for 5005threads.
17209 Branch: perl
17210 ! t/lib/peek.t
17211____________________________________________________________________________
17212[ 6604] By: jhi on 2000/08/13 03:35:37
17213 Log: Should have deleted this in #6603.
17214 Branch: perl
17215 - vms/subconfigure.com
17216____________________________________________________________________________
17217[ 6603] By: jhi on 2000/08/12 18:29:32
17218 Log: Rewrite of vms/subconfigure.com as configure.com,
17219 from Peter Prymmer and the vmsperl crew.
17220 Branch: perl
17221 + vms/configure.com
17222 ! MANIFEST
17223____________________________________________________________________________
17224[ 6602] By: jhi on 2000/08/11 13:00:01
17225 Log: PlainText.pm is dead.
17226 Branch: perl
17227 - lib/Pod/PlainText.pm
17228 ! MANIFEST
17229____________________________________________________________________________
17230[ 6601] By: jhi on 2000/08/11 04:06:45
17231 Log: Update Changes.
17232 Branch: perl
17233 ! Changes
17234____________________________________________________________________________
7ed149c9
JH
17235[ 6600] By: jhi on 2000/08/11 04:06:10
17236 Log: Add a few missing files, update MANIFEST.
17237 Branch: perl
17238 + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
17239 + lib/Pod/PlainText.pm t/pod/find.t
17240 ! MANIFEST t/op/regmesg.t
17241____________________________________________________________________________
17242[ 6599] By: jhi on 2000/08/11 03:31:10
17243 Log: Add Perl debugging tutorial, regen toc.
17244
17245 Subject: perldebtut.pod
17246 From: Richard Foley <Richard.Foley@m.dasa.de>
17247 Date: Wed, 09 Aug 2000 10:17:15 +0200
17248 Message-id: <3991138B.262247B8@m.dasa.de>
17249 Branch: perl
17250 + pod/perldebtut.pod
17251 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17252____________________________________________________________________________
17253[ 6598] By: jhi on 2000/08/11 02:48:56
17254 Log: tiny Changes edit
17255 Branch: perl
17256 ! Changes
17257____________________________________________________________________________
17258[ 6597] By: jhi on 2000/08/11 02:39:04
17259 Log: Tests for #6589.
17260
17261 Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
17262 From: simon@brecon.co.uk (Simon Cozens)
17263 Date: 11 Aug 2000 02:24:52 GMT
17264 Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
17265 Branch: perl
17266 ! t/lib/b.t
17267____________________________________________________________________________
17268[ 6596] By: jhi on 2000/08/11 01:50:07
17269 Log: Update Changes.
17270 Branch: perl
17271 ! Changes
17272____________________________________________________________________________
1ddec1b4
JH
17273[ 6595] By: jhi on 2000/08/11 01:47:16
17274 Log: nitfix
17275 Branch: perl
17276 ! Changes
17277____________________________________________________________________________
17278[ 6594] By: jhi on 2000/08/11 01:36:16
17279 Log: Subject: Getting perlio and threads to compile
17280 From: Lupe Christoph <lupe@lupe-christoph.de>
17281 Date: Wed, 9 Aug 2000 11:35:54 +0200
17282 Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
17283
17284 (the Solaris version changes in Configure skipped)
17285 Branch: perl
17286 ! hints/solaris_2.sh thread.h
17287____________________________________________________________________________
17288[ 6593] By: jhi on 2000/08/11 01:30:16
17289 Log: Subject: Re: [ID 20000730.003] utf8::length() bad
17290 From: simon@brecon.co.uk (Simon Cozens)
17291 Date: 1 Aug 2000 06:55:19 GMT
17292 Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
17293 Branch: perl
17294 ! lib/utf8.pm
17295____________________________________________________________________________
17296[ 6592] By: jhi on 2000/08/11 01:26:39
17297 Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
17298 From: Peter Scott <Peter@PeterScott.com>
17299 Date: Thu, 10 Aug 2000 08:23:27 -0700
17300 Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
17301 Branch: perl
17302 ! lib/perl5db.pl
17303____________________________________________________________________________
17304[ 6591] By: jhi on 2000/08/11 01:22:02
17305 Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value
17306 From: Hugo <hv@crypt.compulink.co.uk>
17307 Date: Thu, 10 Aug 2000 19:23:04 +0100
17308 Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
17309 Branch: perl
17310 ! regexec.c t/op/pat.t
17311____________________________________________________________________________
17312[ 6590] By: jhi on 2000/08/11 01:19:19
17313 Log: Preprocessing and postprocessing for File::Find.
17314
17315 Subject: Patch to Find::File.pm to allow alphabetical results
17316 From: Joe Smith <jsmith@inwap.com>
17317 Date: Wed, 9 Aug 2000 02:44:54 -0700
17318 Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
17319 Branch: perl
17320 ! lib/File/Find.pm
17321____________________________________________________________________________
17322[ 6589] By: jhi on 2000/08/11 01:12:39
17323 Log: B::Deparse didn't do sub attributes.
17324
17325 Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
17326 From: simon@brecon.co.uk (Simon Cozens)
17327 Date: 9 Aug 2000 04:49:20 GMT
17328 Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
17329 Branch: perl
17330 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
17331____________________________________________________________________________
17332[ 6588] By: jhi on 2000/08/11 01:06:40
17333 Log: Subject: debugger "d" command doesnt check line number
17334 From: Mike Guy <mjtg@cam.ac.uk>
17335 Date: Tue, 08 Aug 2000 21:54:29 +0100
17336 Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
17337 Branch: perl
17338 ! lib/perl5db.pl mg.c pod/perldiag.pod
17339____________________________________________________________________________
17340[ 6587] By: jhi on 2000/08/11 00:45:03
17341 Log: sleep(1) does not necessarily return 1.
17342
17343 Subject: [PATCH bleadperl] op/lex_assign.t
17344 From: Hugo <hv@crypt.compulink.co.uk>
17345 Date: Thu, 03 Aug 2000 14:34:22 +0100
17346 Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
17347 Branch: perl
17348 ! t/op/lex_assign.t
17349____________________________________________________________________________
17350[ 6586] By: jhi on 2000/08/11 00:31:50
17351 Log: Document the IO::Select timeout.
17352 Branch: perl
17353 ! ext/IO/lib/IO/Select.pm
17354____________________________________________________________________________
17355[ 6585] By: jhi on 2000/08/11 00:13:54
17356 Log: Forgot contributor.
17357 Branch: perl
17358 ! Changes
17359____________________________________________________________________________
17360[ 6584] By: jhi on 2000/08/11 00:09:19
17361 Log: detypo
17362 Branch: perl
17363 ! Changes
17364____________________________________________________________________________
17365[ 6583] By: jhi on 2000/08/11 00:07:53
17366 Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
17367
17368 Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
17369 From: Mike Guy <mjtg@cam.ac.uk>
17370 Date: Thu, 10 Aug 2000 15:50:54 +0100
17371 Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
17372 Branch: perl
17373 ! sv.c t/op/int.t
17374____________________________________________________________________________
17375[ 6582] By: jhi on 2000/08/10 23:29:32
17376 Log: Update Changes.
17377 Branch: perl
17378 ! Changes
17379____________________________________________________________________________
91e6cb77
JH
17380[ 6581] By: jhi on 2000/08/10 23:26:16
17381 Log: Put back the std @INC thing.
17382 Branch: perl
17383 ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
17384 ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
17385 ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
17386 ! t/lib/gol-oo.t
17387____________________________________________________________________________
17388[ 6580] By: jhi on 2000/08/10 23:03:34
5bb12a20 17389 Log: Update to CGI 2.70, from Lincoln Stein.
91e6cb77
JH
17390 Branch: perl
17391 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
17392 ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
17393 ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
17394 ! t/lib/cgi-request.t
17395____________________________________________________________________________
17396[ 6579] By: jhi on 2000/08/10 22:41:50
17397 Log: Update to CPAN 1.56, from Andreas König.
17398 Branch: perl
17399 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17400____________________________________________________________________________
17401[ 6578] By: jhi on 2000/08/10 22:38:13
17402 Log: Update to Pod::Parser 1.17, from Brad Appleton.
17403 Branch: perl
17404 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
17405 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
17406 ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
17407 ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
17408 ! t/pod/include.t t/pod/included.t t/pod/lref.t
17409 ! t/pod/multiline_items.t t/pod/nested_items.t
17410 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17411 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
17412 ! t/pod/special_seqs.t
17413____________________________________________________________________________
17414[ 6577] By: jhi on 2000/08/10 22:35:41
17415 Log: Small AUTHORS and MAINTAIN updates. Could do with big updates.
17416 Branch: perl
17417 ! AUTHORS MAINTAIN
17418____________________________________________________________________________
17419[ 6576] By: jhi on 2000/08/10 22:24:54
17420 Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
17421 Branch: perl
17422 + t/lib/gol-oo.t
17423 ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
17424 ! t/lib/gol-compat.t t/lib/gol-linkage.t
17425____________________________________________________________________________
17426[ 6575] By: jhi on 2000/08/10 22:02:07
6b64c7e8 17427 Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
91e6cb77
JH
17428 Branch: perl
17429 ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
17430____________________________________________________________________________
17431[ 6574] By: jhi on 2000/08/10 21:55:03
17432 Log: Iterating perl6 description.
17433 Branch: perl
17434 ! pod/perlfaq1.pod
17435____________________________________________________________________________
17436[ 6573] By: jhi on 2000/08/10 21:48:26
17437 Log: Revert the sv.c part of #6559, a better fix is needed.
17438 Branch: perl
17439 ! sv.c
17440____________________________________________________________________________
17441[ 6572] By: jhi on 2000/08/10 20:33:43
17442 Log: It's the 2ndO'ROSSC.
17443 Branch: perl
17444 ! pod/perlfaq1.pod
17445____________________________________________________________________________
17446[ 6571] By: jhi on 2000/08/10 15:55:48
17447 Log: detypo
17448 Branch: perl
17449 ! pod/perlfaq1.pod
17450____________________________________________________________________________
17451[ 6570] By: jhi on 2000/08/10 14:11:17
17452 Log: An exceptionally sticky typo.
17453 Branch: perl
17454 ! Changes
17455____________________________________________________________________________
17456[ 6569] By: jhi on 2000/08/10 14:09:33
17457 Log: detypo (and test Changes updating script)
17458 Branch: perl
17459 ! Changes
17460____________________________________________________________________________
b6137716
JH
17461[ 6568] By: jhi on 2000/08/10 14:07:07
17462 Log: Update Changes.
17463 Branch: perl
17464 ! Changes
17465____________________________________________________________________________
02237c86 17466[ 6567] By: jhi on 2000/08/10 14:06:19
5a49ee45 17467 Log: Amend the description of Perl6.
02237c86
JH
17468 Subject: [PATCH Perl-5.6.0] perlfaq1.pod
17469 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17470 Date: Wed, 9 Aug 2000 22:11:06 -0500
17471 Message-ID: <20000809221106.A12246@chaos.wustl.edu>
17472 Branch: perl
17473 ! pod/perlfaq1.pod
17474____________________________________________________________________________
17475[ 6566] By: jhi on 2000/08/10 13:58:57
17476 Log: Subject: Remove dead entry in perldiag
17477 From: Mike Guy <mjtg@cam.ac.uk>
17478 Date: Thu, 10 Aug 2000 14:19:19 +0100
17479 Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
17480 Branch: perl
17481 ! pod/perldiag.pod
17482____________________________________________________________________________
17483[ 6565] By: jhi on 2000/08/10 13:51:48
17484 Log: Zero entries were skipped, fix from Adrian Goalby
17485 <argoalby@yahoo.co.uk>
17486 Branch: perl
17487 ! lib/unicode/Number.pl lib/unicode/mktables.PL
17488____________________________________________________________________________
17489[ 6564] By: jhi on 2000/08/10 13:00:12
17490 Log: Subject: [PATCH 5.6.0] cygwin port
17491 From: "Fifer, Eric" <EFifer@sanwaint.com>
17492 Date: Thu, 10 Aug 2000 13:15:36 +0100
17493 Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
17494 Branch: perl
17495 ! README.cygwin hints/cygwin.sh
17496____________________________________________________________________________
17497[ 6563] By: jhi on 2000/08/10 12:55:16
17498 Log: Get back into sync with Jeffrey on the enhanced regex warnings.
17499 Branch: perl
17500 ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
17501____________________________________________________________________________
17502[ 6562] By: gsar on 2000/08/10 08:38:39
17503 Log: warn is a macro, avoid using at a variable to avoid warnings
17504 in some configurations; readdir.t is too conservative in
17505 estimating number of *.t's
17506 Branch: perl
17507 ! t/op/readdir.t util.c
17508____________________________________________________________________________
17509[ 6561] By: jhi on 2000/08/09 23:35:42
17510 Log: Update Changes.
17511 Branch: perl
17512 ! Changes
17513____________________________________________________________________________
41df20d4
JH
17514[ 6560] By: jhi on 2000/08/09 23:05:47
17515 Log: Subject: Re: enhanced(?) regex error messages
17516 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17517 Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
17518 Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
17519
17520 (plus two small patches sent privately)
17521 (this still seems to leave few test failures)
17522 Branch: perl
17523 + t/op/regmesg.t
17524 ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
17525 ! t/pragma/warn/regcomp
17526____________________________________________________________________________
17527[ 6559] By: jhi on 2000/08/09 20:41:18
fcd15f51 17528 Log: (The fix did work but was not right, retracted in #6573)
41df20d4
JH
17529
17530 Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
17531 From: Christian Kirsch <ck@held.mind.de>
17532 Date: Wed, 9 Aug 2000 17:05:17 +0200
17533 Message-Id: <20000809170517.A25389@held>
17534 Branch: perl
17535 ! sv.c t/pragma/locale.t
17536____________________________________________________________________________
17537[ 6558] By: jhi on 2000/08/08 22:34:08
17538 Log: Tiny updates on the contributors list.
17539 Branch: perl
17540 ! Changes
17541____________________________________________________________________________
17542[ 6557] By: jhi on 2000/08/08 19:34:28
17543 Log: Double check that we have a dirhandle.
17544 Branch: perl
17545 ! util.c
17546____________________________________________________________________________
17547[ 6556] By: jhi on 2000/08/08 19:01:51
17548 Log: Delete eg as agreed at TPC3 (yes, 3). Dusty, obsolete, non-w-clean.
17549 May be repopulated with fresh maintained examples.
17550 Branch: perl
17551 + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
17552 + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
17553 + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
17554 + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
17555 + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
17556 + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
17557 + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
17558 + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
17559 + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
17560 + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
17561 + lib/CGI/eg/wilogo_gif.uu
17562 - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
17563 - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17564 - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17565 - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
17566 - eg/cgi/frameset.cgi eg/cgi/index.html
17567 - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17568 - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17569 - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17570 - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17571 - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
17572 - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
17573 - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
17574 - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
17575 - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
17576 - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
17577 - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
17578 - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
17579 - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
17580 - eg/van/vanish eg/who eg/wrapsuid
17581 ! MANIFEST
17582____________________________________________________________________________
17583[ 6555] By: jhi on 2000/08/08 18:51:08
17584 Log: Delete chat2 as requested by Randal.
17585
17586 Subject: Re: perlfaq8 coyness
17587 From: merlyn@stonehenge.com (Randal L. Schwartz)
17588 Date: 15 May 2000 18:52:42 -0700
17589 Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com>
17590 Branch: perl
17591 - lib/chat2.pl
17592 ! MANIFEST
17593____________________________________________________________________________
17594[ 6554] By: jhi on 2000/08/08 18:31:35
17595 Log: Regen global.sym.
17596 Branch: perl
17597 ! global.sym
17598____________________________________________________________________________
17599[ 6553] By: jhi on 2000/08/08 18:28:13
17600 Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
17601 (either perlbug or p5p ate the original), plus regen
17602 perlapi and perltoc.
17603 Branch: perl
17604 ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
17605 ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
17606 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
17607 ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
17608 ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
17609 ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
17610 ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
17611 ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
17612 ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
17613 ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
17614____________________________________________________________________________
17615[ 6552] By: jhi on 2000/08/08 18:06:29
17616 Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
17617 From: Mike Guy <mjtg@cam.ac.uk>
17618 Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
17619 Date: Tue, 08 Aug 2000 15:51:27 +0100
17620 Branch: perl
17621 ! doop.c sv.h t/op/join.t t/pragma/overload.t
17622____________________________________________________________________________
17623[ 6551] By: jhi on 2000/08/08 18:01:11
17624 Log: Re-apply #6549.
17625 Branch: perl
17626 ! lib/perl5db.pl
17627____________________________________________________________________________
17628[ 6550] By: jhi on 2000/08/08 17:43:08
17629 Log: Accidental retraction of #6549.
17630 Branch: perl
17631 ! lib/perl5db.pl
17632____________________________________________________________________________
17633[ 6549] By: jhi on 2000/08/08 17:40:04
17634 Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
17635 From: Mike Guy <mjtg@cam.ac.uk>
17636 Date: Mon, 07 Aug 2000 21:49:58 +0100
17637 Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
17638 Branch: perl
17639 ! lib/perl5db.pl
17640____________________________________________________________________________
17641[ 6548] By: jhi on 2000/08/08 17:37:57
17642 Log: Document here-doc better.
17643
17644 Subject: Re: [ID 20000804.003] heredoc in s///e replacement
17645 From: Mike Guy <mjtg@cam.ac.uk>
17646 Date: Mon, 07 Aug 2000 14:02:09 +0100
17647 Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
17648 Branch: perl
17649 ! pod/perldata.pod
17650____________________________________________________________________________
17651[ 6547] By: jhi on 2000/08/08 17:33:34
17652 Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
17653 From: "Randy J. Ray" <rjray@redhat.com>
17654 Date: Mon, 07 Aug 2000 19:12:25 -0700
17655 Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
17656 Branch: perl
17657 ! perl.c pod/perlrun.pod
17658____________________________________________________________________________
17659[ 6546] By: jhi on 2000/08/08 17:29:26
17660 Log: Subject: Re: enhanced(?) regex error messages
17661 From: Hugo <hv@crypt.compulink.co.uk>
17662 Date: Tue, 08 Aug 2000 03:25:51 +0100
17663 Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
17664
17665 plus Capitalize the error messages, plus perldiag them.
17666 Branch: perl
17667 ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
17668____________________________________________________________________________
17669[ 6545] By: jhi on 2000/08/08 13:59:28
17670 Log: Augment #6539 a bit: don't croak if there's magic in the air.
17671
17672 Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
17673 From: Hugo <hv@crypt.compulink.co.uk>
17674 Date: Tue, 08 Aug 2000 03:02:03 +0100
17675 Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
17676 Branch: perl
17677 ! pp.c t/op/bless.t
17678____________________________________________________________________________
17679[ 6544] By: jhi on 2000/08/07 21:11:52
17680 Log: Make the test -w clean.
17681 Branch: perl
17682 ! t/op/bless.t
17683____________________________________________________________________________
17684[ 6543] By: jhi on 2000/08/07 19:49:53
17685 Log: use warnings instead of $^W.
17686 Branch: perl
17687 ! t/op/bless.t
17688____________________________________________________________________________
17689[ 6542] By: jhi on 2000/08/07 17:41:41
17690 Log: Disable a portability warning Because We Know What We Are Doing.
17691 Branch: perl
17692 ! t/op/bless.t
17693____________________________________________________________________________
17694[ 6541] By: jhi on 2000/08/07 17:29:51
17695 Log: Tiny tidying on report_evil_fh().
17696 Branch: perl
17697 ! util.c
17698____________________________________________________________________________
17699[ 6540] By: jhi on 2000/08/07 16:37:38
17700 Log: Make regular expression parse error messages easier to understand.
17701
17702 Subject: Re: enhanced(?) regex error messages
17703 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17704 Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
17705 Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
17706 Branch: perl
17707 ! regcomp.c
17708____________________________________________________________________________
17709[ 6539] By: jhi on 2000/08/07 16:12:27
17710 Log: Make bless(REF, REF) a fatal error, add bless tests.
17711
17712 Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
17713 From: Hugo <hv@crypt.compulink.co.uk>
17714 Date: Mon, 07 Aug 2000 16:59:38 +0100
17715 Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
17716 Branch: perl
17717 + t/op/bless.t
17718 ! MANIFEST pod/perldiag.pod pp.c sv.c
17719____________________________________________________________________________
17720[ 6538] By: jhi on 2000/08/07 15:59:43
17721 Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
17722 From: Tim Conrow <tim@spindrift.srl.caltech.edu>
17723 Date: Thu, 3 Aug 2000 14:29:21 -0700
17724 Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
17725 Branch: perl
17726 ! lib/lib_pm.PL
17727____________________________________________________________________________
17728[ 6537] By: jhi on 2000/08/07 15:47:18
17729 Log: Retract #6419 for now since it breaks in AFS and MachTen.
17730 Branch: perl
17731 ! lib/Cwd.pm
17732____________________________________________________________________________
17733[ 6536] By: jhi on 2000/08/07 15:05:29
17734 Log: Plug the security hole described in the Aug 05 2000 bugtraq message
17735 "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17736 The security hole exists only in suidperls, which isn't
17737 installed or even built by default.
17738 Branch: perl
17739 ! perl.c
17740____________________________________________________________________________
17741[ 6535] By: jhi on 2000/08/07 14:45:14
17742 Log: tr memory corruption fix from Simon Cozens.
17743 Branch: perl
17744 ! doop.c
17745____________________________________________________________________________
17746[ 6534] By: jhi on 2000/08/06 11:38:16
17747 Log: Document a bit that UDP is not what you might think.
17748
17749 Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17750 From: Lupe Christoph <lupe@lupe-christoph.de>
17751 Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
17752 Date: Mon, 24 Jul 2000 08:59:15 +0200
17753 Branch: perl
17754 ! pod/perlipc.pod
17755____________________________________________________________________________
17756[ 6533] By: jhi on 2000/08/06 11:35:01
17757 Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17758 From: Jeff Pinyan <jeffp@hut.crusoe.net>
17759 Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
17760 Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
17761 Branch: perl
17762 ! pod/perlfunc.pod
17763____________________________________________________________________________
17764[ 6532] By: jhi on 2000/08/06 03:45:41
17765 Log: Have symbols for the IoTYPEs.
17766 Branch: perl
17767 ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
17768____________________________________________________________________________
17769[ 6531] By: jhi on 2000/08/06 01:33:55
17770 Log: Continue fixing the io warnings. This also
17771 sort of fixes bug ID 20000802.003: the core dump
17772 is no more. Whether the current behaviour is correct
17773 (giving a warning: "Not a format reference"), is another matter.
17774 Branch: perl
17775 ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
17776 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17777____________________________________________________________________________
17778[ 6530] By: jhi on 2000/08/05 21:33:12
17779 Log: Change the Policy policy: now -Dprefix= with an existing
17780 Policy.sh and prefix == siteprefix == vendorprefix, then all
17781 of them follow along the new prefix.
17782
17783 Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17784 From: Andy Dougherty <doughera@lafayette.edu>
17785 Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
17786 Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
17787 Branch: perl
17788 ! Policy_sh.SH
17789____________________________________________________________________________
17790[ 6529] By: jhi on 2000/08/05 18:57:28
17791 Log: Zap lib/Sys directory when cleaning up.
17792 Branch: perl
17793 ! Makefile.SH
17794____________________________________________________________________________
17795[ 6528] By: jhi on 2000/08/05 18:40:44
17796 Log: Essential prototype changes were missing from #6527.
17797 Also make report_evil_fh() more bomb-proof.
17798 Branch: perl
17799 ! embed.h util.c
17800____________________________________________________________________________
17801[ 6527] By: jhi on 2000/08/05 03:22:05
17802 Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17803 From: "Ronald F. Guilmette" <rfg@monkeys.com>
17804 Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
17805 Message-Id: <200007242247.PAA52177@monkeys.com>
17806 Branch: perl
17807 ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
17808____________________________________________________________________________
17809[ 6526] By: jhi on 2000/08/04 21:23:27
17810 Log: gcc versions might have (parentheses) in them.
17811 Branch: metaconfig/U/perl
17812 ! gccvers.U
17813 Branch: perl
17814 ! Configure config_h.SH
17815____________________________________________________________________________
17816[ 6525] By: jhi on 2000/08/04 20:23:12
17817 Log: Weed buglets pointed out by
17818
17819 From: Lupe Christoph <lupe@lupe-christoph.de>
17820 Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17821 Date: Fri, 4 Aug 2000 17:34:39 +0200
17822 Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
17823 Branch: metaconfig/U/perl
17824 ! gccvers.U uselfs.U
17825 Branch: perl
17826 ! Configure config_h.SH
17827____________________________________________________________________________
17828[ 6524] By: jhi on 2000/08/04 19:02:08
17829 Log: Warn under -w if lstat(FH) is attempted.
17830
17831 Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
17832 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17833 Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT)
17834 Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com>
17835 Branch: perl
17836 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
17837 ! t/pragma/warn/pp_sys
17838____________________________________________________________________________
17839[ 6523] By: jhi on 2000/08/04 12:31:11
17840 Log: Subject: New perlcc, take 2
17841 From: simon@brecon.co.uk (Simon Cozens)
17842 Date: 4 Aug 2000 06:21:04 GMT
17843 Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
17844 Branch: perl
17845 ! utils/perlcc.PL
17846____________________________________________________________________________
17847[ 6522] By: jhi on 2000/08/04 12:26:33
17848 Log: Subject: Re: Array vs. List context
17849 From: Daniel Chetlin <daniel@chetlin.com>
17850 Date: Fri, 4 Aug 2000 00:22:44 -0700
17851 Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
17852 Branch: perl
17853 ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
17854 ! pod/perlfaq4.pod
17855____________________________________________________________________________
17856[ 6521] By: jhi on 2000/08/04 12:22:38
17857 Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
17858 From: Raymund Will <ray@caldera.de>
17859 Date: Fri, 4 Aug 2000 12:07:09 +0200
17860 Message-Id: <20000804120709.A14982@caldera.de>
17861 Branch: perl
17862 ! configure.gnu
17863____________________________________________________________________________
17864[ 6520] By: jhi on 2000/08/04 04:09:06
17865 Log: After the #6519 a warning about stat() is just that,
17866 not about a filetest, which now have their own warning.
17867 Branch: perl
17868 ! pod/perldiag.pod
17869____________________________________________________________________________
17870[ 6519] By: jhi on 2000/08/04 04:06:30
17871 Log: In the warnings call filehandles consistently so;
17872 add "unopened" warning for stat().
17873 Branch: perl
17874 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17875 ! t/pragma/warn/pp_sys
17876____________________________________________________________________________
17877[ 6518] By: jhi on 2000/08/04 02:55:35
17878 Log: Subject: Minor tweak to perlvar.pod
17879 From: "Stephen P. Potter" <spp@ds.net>
17880 Date: Tue, 18 Apr 2000 09:26:03 -0400
17881 Message-Id: <200004181326.JAA01560@spp.users.ds.net>
17882 Branch: perl
17883 ! pod/perlvar.pod
17884____________________________________________________________________________
17885[ 6517] By: jhi on 2000/08/04 02:50:08
17886 Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
17887 From: "Clinton Pierce" <cpierce1@ford.com>
17888 Date: Wed, 21 Jul 1999 16:45:31 -0400
17889 Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
17890
17891 Fix by Stephen Potter (visible in the bug db but not in p5p?)
17892 Branch: perl
17893 ! pod/perlfunc.pod pod/perlop.pod
17894____________________________________________________________________________
17895[ 6516] By: jhi on 2000/08/04 02:09:25
17896 Log: This is 6512. Really.
17897 Branch: perl
17898 ! dump.c
17899____________________________________________________________________________
17900[ 6515] By: jhi on 2000/08/04 01:25:50
17901 Log: mention the idea of @( and @)
17902 Branch: perl
17903 ! Todo-5.6
17904____________________________________________________________________________
51c9377f
JH
17905[ 6514] By: bailey on 2000/08/04 01:18:46
17906 Log: YA resync with mainstem, including VMS patches from others
17907 Branch: vmsperl
17908 +> (branch 48 files)
17909 - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
17910 !> (integrate 354 files)
17911____________________________________________________________________________
41df20d4
JH
17912[ 6513] By: jhi on 2000/08/04 01:18:18
17913 Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
17914 From: Mark Dickinson <dickins3@fas.harvard.edu>
17915 Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
17916 Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
17917 Branch: perl
17918 ! t/op/grent.t t/op/pwent.t
17919____________________________________________________________________________
17920[ 6512] By: jhi on 2000/08/04 01:14:06
17921 Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
17922 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17923 Date: Wed, 02 Aug 2000 10:51:01 +0100
17924 Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
17925 Branch: perl
17926 ! sv.c
17927____________________________________________________________________________
17928[ 6511] By: jhi on 2000/08/04 00:57:00
17929 Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question
17930 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17931 Date: Thu, 03 Aug 2000 17:20:04 -0700
17932 Message-ID: <0wgi5gzkgqLb092yn@efn.org>
17933 Branch: metaconfig
17934 ! U/modified/Cppsym.U
17935 Branch: perl
17936 ! Configure config_h.SH
17937____________________________________________________________________________
17938[ 6510] By: jhi on 2000/08/04 00:25:28
17939 Log: detypo
17940 Branch: perl
17941 ! Makefile.SH
17942____________________________________________________________________________
17943[ 6509] By: jhi on 2000/08/03 23:43:18
17944 Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17945 From: Dominic Dunlop <domo@computer.org>
17946 Date: Thu, 3 Aug 2000 22:16:46 +0200
17947 Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
17948 Branch: perl
17949 ! t/op/sprintf.t
17950____________________________________________________________________________
17951[ 6508] By: jhi on 2000/08/03 23:40:37
17952 Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17953 From: Hugo <hv@crypt.compulink.co.uk>
17954 Date: Thu, 03 Aug 2000 18:25:30 +0100
17955 Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
17956 Branch: perl
17957 ! regcomp.c t/op/re_tests
17958____________________________________________________________________________
17959[ 6507] By: jhi on 2000/08/03 23:38:28
17960 Log: Subject: [PATCH] sv.h documentation - SvLEN
17961 From: Mike Guy <mjtg@cam.ac.uk>
17962 Date: Thu, 03 Aug 2000 14:43:09 +0100
17963 Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
17964 Branch: perl
17965 ! sv.h
17966____________________________________________________________________________
17967[ 6506] By: jhi on 2000/08/03 15:49:14
17968 Log: Disable the fix_pl hack for now.
17969 Branch: perl
17970 ! Makefile.SH
17971____________________________________________________________________________
17972[ 6505] By: jhi on 2000/08/03 13:49:04
17973 Log: Add a URL for FSF.
17974
17975 Subject: Patch for README
17976 From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17977 Date: Wed, 2 Aug 2000 13:25:09 -0500
17978 Message-ID: <20000802132509.I10379@chaos.wustl.edu>
17979 Branch: perl
17980 ! README
17981____________________________________________________________________________
17982[ 6504] By: jhi on 2000/08/03 13:29:19
17983 Log: Be more informative on what is skipped and why,
17984 also repeat the list at the end.
17985 Branch: perl
17986 ! Porting/p4desc
17987____________________________________________________________________________
17988[ 6503] By: jhi on 2000/08/03 13:07:05
17989 Log: Circumvent the removal of .patch by fix_pl.
17990
17991 Subject: Re: [ID 20000802.011] unable to 'make test'
17992 From: simon@brecon.co.uk (Simon Cozens)
17993 Date: 3 Aug 2000 04:17:00 GMT
17994 Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org>
17995 Branch: perl
17996 ! Makefile.SH
17997____________________________________________________________________________
51c9377f
JH
17998[ 6502] By: jhi on 2000/08/03 00:14:34
17999 Log: Add the missing setproctitle unit.
18000 Branch: metaconfig/U/perl
18001 + d_setproctitle.U
18002____________________________________________________________________________
41df20d4
JH
18003[ 6501] By: jhi on 2000/08/03 00:00:26
18004 Log: The subtest 4 may fail also on VOBS, as pointed out
18005 by Nick Ing-Simmons in November 1999, bug id 19991124.003
18006 (but the failure in that bug report isn't the subtest 4).
18007 Branch: perl
18008 ! t/op/stat.t
18009____________________________________________________________________________
18010[ 6500] By: jhi on 2000/08/02 23:49:30
18011 Log: Better skip message for the test; one of the two problems in
18012
18013 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
18014 From: Lupe Christoph <lupe@lupe-christoph.de>
18015 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
18016 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
18017 Branch: perl
18018 ! t/op/numconvert.t
18019____________________________________________________________________________
18020[ 6499] By: jhi on 2000/08/02 22:49:16
18021 Log: Allow "no Module;" even if there is no 'unimport'.
18022
18023 Subject: [ID 20000324.029] `unimport' is not special the way `import' is
18024 From: mjd@plover.com
18025 Date: 24 Mar 2000 15:24:34 -0000
18026 Message-Id: <20000324152434.15160.qmail@plover.com>
18027 Branch: perl
18028 ! gv.c
18029____________________________________________________________________________
18030[ 6498] By: jhi on 2000/08/02 22:42:58
18031 Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
18032 that are hopefully soon put into use.
18033 Branch: perl
18034 ! opcode.h opcode.pl opnames.h
18035____________________________________________________________________________
18036[ 6497] By: gsar on 2000/08/02 22:28:59
18037 Log: require.t needs binmode() to work on windows
18038 Branch: perl
18039 ! t/comp/require.t
18040____________________________________________________________________________
18041[ 6496] By: jhi on 2000/08/02 22:08:51
18042 Log: Document the IVdf UVuf UVof UVxf.
18043 Branch: perl
18044 ! pod/perlguts.pod
18045____________________________________________________________________________
18046[ 6495] By: jhi on 2000/08/02 21:54:26
18047 Log: detypo #6494
18048 Branch: perl
18049 ! ext/Data/Dumper/Dumper.xs
18050____________________________________________________________________________
18051[ 6494] By: jhi on 2000/08/02 21:49:17
18052 Log: Dump UVs as UVs in Data::Dumper.
18053
18054 Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
18055 From: Gurusamy Sarathy <gsar@ActiveState.com>
18056 Date: Thu, 27 Apr 2000 12:26:25 -0700
18057 Message-Id: <200004271926.MAA04331@molotok.activestate.com>
18058 Branch: perl
18059 ! ext/Data/Dumper/Dumper.xs
18060____________________________________________________________________________
18061[ 6493] By: jhi on 2000/08/02 17:01:58
18062 Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error
18063 From: Hugo <hv@crypt.compulink.co.uk>
18064 Date: Wed, 02 Aug 2000 14:53:56 +0100
18065 Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
18066 Branch: perl
18067 ! regexec.c t/op/re_tests
18068____________________________________________________________________________
18069[ 6492] By: jhi on 2000/08/02 15:02:46
18070 Log: The new setproctitle() feature is available only in
18071 bleeding edge FreeBSD. From Paul Saab.
18072 Branch: perl
18073 ! mg.c
18074____________________________________________________________________________
18075[ 6491] By: jhi on 2000/08/02 13:34:36
18076 Log: The tr utf8 patching continues.
18077
18078 Subject: Re: #6469, too many tests claimed in require.t
18079 From: simon@brecon.co.uk (Simon Cozens)
18080 Date: 2 Aug 2000 02:37:17 GMT
18081 Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
18082
18083 (the logic of the test was the wrong way round in the patch)
18084 Branch: perl
18085 ! doop.c
18086____________________________________________________________________________
18087[ 6490] By: jhi on 2000/08/02 13:27:38
18088 Log: The name of a filehandle does not have <these>.
18089 Branch: perl
18090 ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
18091 ! t/pragma/warn/pp_sys util.c
18092____________________________________________________________________________
18093[ 6489] By: jhi on 2000/08/02 04:26:46
18094 Log: Remove the extraneous "main::" prefix from all the
18095 "opened only for", "on closed", and "never opened" warnings.
18096
18097 Subject: Re: inappropriate warning
18098 From: Gurusamy Sarathy <gsar@ActiveState.com>
18099 Date: Mon, 20 Mar 2000 11:28:02 -0800
18100 Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
18101 Branch: perl
18102 ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
18103 ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
18104 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
18105____________________________________________________________________________
18106[ 6488] By: jhi on 2000/08/02 03:02:57
18107 Log: memcpy has n o in it, as pinted ut by Sarathy.
18108 Branch: perl
18109 ! pod/perlguts.pod
18110____________________________________________________________________________
18111[ 6487] By: jhi on 2000/08/02 02:44:51
18112 Log: Document in one place the memory abstractions used in Perl core.
18113
18114 Subject: Re: Memory abstraction
18115 From: simon@brecon.co.uk (Simon Cozens)
18116 Date: 2 Aug 2000 02:20:23 GMT
18117 Organization: Earth.li Origins
18118 Branch: perl
18119 ! pod/perlguts.pod
18120____________________________________________________________________________
18121[ 6486] By: jhi on 2000/08/02 02:41:57
18122 Log: regen_headers, regen perltoc.
18123 Branch: perl
18124 ! perlapi.c pod/perltoc.pod
18125____________________________________________________________________________
18126[ 6485] By: jhi on 2000/08/02 01:43:33
18127 Log: "This little thing tests for a file .patch, and if it contains
18128 a number, pops into patchlevel.h" (making it easier to track
18129 which development version people are reporting bugs against)
18130
18131 Subject: Patchlevel autogeneration for repository perls
18132 From: simon@brecon.co.uk (Simon Cozens)
18133 Date: 14 Jul 2000 07:12:15 GMT
18134 Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
18135 Branch: perl
18136 + fix_pl
18137 ! MANIFEST Makefile.SH
18138____________________________________________________________________________
18139[ 6484] By: jhi on 2000/08/02 01:32:54
18140 Log: FreeBSD 3.* updates from
18141
18142 From: Paul Saab <ps@yahoo-inc.com>
18143 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18144 Date: Tue, 1 Aug 2000 15:41:39 -0700
18145 Message-Id: <20000801154139.A53740@yahoo-inc.com>
18146 Branch: perl
18147 ! hints/freebsd.sh
18148____________________________________________________________________________
18149[ 6483] By: jhi on 2000/08/02 01:27:44
18150 Log: In new BSDs changes to argv[] do not show up in ps(1) output,
18151 instead one must use setproctitle(). This was already addressed
18152 by change #6457, but the below has a new variant for FreeBSD 4.0
18153 or later, and the matter is also documented more.
18154
18155 From: Paul Saab <ps@yahoo-inc.com>
18156 Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
18157 Date: Tue, 1 Aug 2000 15:41:39 -0700
18158 Message-Id: <20000801154139.A53740@yahoo-inc.com>
18159 Branch: metaconfig/U/perl
18160 + i_libutil.U
18161 Branch: perl
18162 ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
18163____________________________________________________________________________
18164[ 6482] By: jhi on 2000/08/01 22:17:32
18165 Log: The test from this
18166
18167 Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
18168 Date: Sat, 15 Apr 2000 17:03:44 +0100
18169 From: Tom Hughes <tom@compton.nu>
18170 Message-ID: <d1c9b2af49.tom@compton.compton.nu>
18171
18172 was missing, the code change went in as #5989
18173 (which had a different test?)
18174 Branch: perl
18175 ! t/op/misc.t
18176____________________________________________________________________________
18177[ 6481] By: jhi on 2000/08/01 21:48:38
18178 Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
18179 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18180 Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
18181 Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
18182 Branch: perl
18183 ! perl.h
18184____________________________________________________________________________
18185[ 6480] By: jhi on 2000/08/01 18:05:28
18186 Log: Make p4desc to skip non-mainperl branches by default.
18187 Branch: perl
18188 ! Porting/p4desc
18189____________________________________________________________________________
18190[ 6479] By: jhi on 2000/08/01 17:29:19
18191 Log: If gccosandvers is equal to osname, clear gccosandvers.
18192 Branch: metaconfig/U/perl
18193 ! gccvers.U
18194 Branch: perl
18195 ! Configure config_h.SH
18196____________________________________________________________________________
18197[ 6478] By: jhi on 2000/08/01 15:54:08
18198 Log: BOM patching from Simon Cozens.
18199 Branch: perl
18200 ! toke.c
18201____________________________________________________________________________
18202[ 6477] By: jhi on 2000/08/01 04:50:33
18203 Log: Stash away the largefiles flags and libswanted.
18204 Branch: perl
18205 ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
18206____________________________________________________________________________
18207[ 6476] By: gsar on 2000/08/01 04:24:24
18208 Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
18209 on Windows)
18210 Branch: perl
18211 ! t/pragma/utf8.t utf8.c win32/win32.c
18212____________________________________________________________________________
18213[ 6475] By: jhi on 2000/08/01 03:35:24
18214 Log: Make chr() for values >127 to create utf8 when under utf8.
18215
18216 Subject: Re: uft8/chr()
18217 From: simon@brecon.co.uk (Simon Cozens)
18218 Date: 1 Aug 2000 02:37:02 GMT
18219 Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
18220 Branch: perl
18221 ! pod/perlfunc.pod pp.c t/pragma/utf8.t
18222____________________________________________________________________________
18223[ 6474] By: jhi on 2000/08/01 02:36:18
18224 Log: In Digital UNIX warn if gcc explicitly chosen because even
18225 2.95.2 is known to cause problems.
18226 Branch: perl
18227 ! hints/dec_osf.sh
18228____________________________________________________________________________
18229[ 6473] By: jhi on 2000/08/01 02:00:56
18230 Log: Make the safety catch for buggy gccs work with triple version
18231 numbers like 2.95.2. Reported in
18232
18233 Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
18234 From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
18235 Date: Mon, 31 Jul 2000 14:55:06 +0200
18236 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
18237 Branch: perl
18238 ! hints/dec_osf.sh
18239____________________________________________________________________________
18240[ 6472] By: jhi on 2000/08/01 01:13:33
18241 Log: Subject: fix and question re: waitpid() under win32
18242 From: Brian Clarke <clarke@appliedmeta.com>
18243 Date: Fri, 28 Jul 2000 15:18:29 -0400
18244 Message-ID: <3981DC85.290314EB@appliedmeta.com>
18245
18246 Slightly reformatted and WNOHANG # define moved to win32.h
18247 so that also POSIX.xs sees it, as suggsted by Sarathy.
18248 Branch: perl
18249 ! win32/win32.c win32/win32.h
18250____________________________________________________________________________
18251[ 6471] By: jhi on 2000/08/01 00:55:05
18252 Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
18253 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18254 Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
18255 Date: Mon, 31 Jul 2000 13:28:51 +0100
18256
18257 (aka ID 20000730.002)
18258 Branch: perl
18259 ! op.c t/op/tr.t
18260____________________________________________________________________________
18261[ 6470] By: jhi on 2000/07/31 23:34:42
18262 Log: Document the problem with -P in HP-UX and its workaround.
18263
18264 Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
18265 From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
18266 Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
18267 Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
18268 Branch: perl
18269 ! README.hpux
18270____________________________________________________________________________
18271[ 6469] By: jhi on 2000/07/31 04:15:02
18272 Log: The swallow_bom() saga continues. The #23 of require.t
18273 (UTF16-LE) still fails (silently, no output) but the #22
18274 (UTF16-BE) seems to be working now. The root of the
18275 failure may be in sv_gets(): is it UTF-16LE-aware,
18276 especially when it comes to line endings?
18277 Branch: perl
18278 ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
18279 ! t/comp/require.t toke.c utf8.c
18280____________________________________________________________________________
18281[ 6468] By: jhi on 2000/07/30 19:05:48
18282 Log: Find green threads before native threads.
18283
18284 Subject: Re: Patch to jpl/JNI/Makefile.PL
18285 From: Jens Thomsen <jens@fiend.cis.com>
18286 Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
18287 Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
18288 Branch: perl
18289 ! jpl/JNI/Makefile.PL
18290____________________________________________________________________________
18291[ 6467] By: jhi on 2000/07/30 18:36:22
18292 Log: Fix the HALF_UPGRADE() macro introduced in #6263.
18293 Branch: perl
18294 ! doop.c
18295____________________________________________________________________________
18296[ 6466] By: jhi on 2000/07/30 04:37:29
18297 Log: A new version of the "remove UPPERACSE string comparison"
18298 operators. The problem with the previous one (change #6454)
18299 was that it was for Perl 5.6.0. From Paul Marquess.
18300 Branch: perl
18301 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
18302 ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
18303 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18304____________________________________________________________________________
18305[ 6465] By: jhi on 2000/07/29 22:39:56
18306 Log: Do not upgrade SVs into utf8 just because they participate
18307 in eq or cmp. Reported and fix suggested in
18308
18309 Subject: [ID 20000720.009] sv_eq UTF8 bug
18310 From: "Simon Cozens" <simon@othersideofthe.earth.li>
18311 Date: 21 Jul 2000 04:37:29 -0000
18312 Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
18313
18314 Exercise for the kind reader: should we or should we not
18315 cache the utf8 conversion alonside the SV? (as magic,
18316 as thestrxfrm()ed version is cached under use locale)
18317 Argue both for and against.
18318 Branch: perl
18319 ! sv.c
18320____________________________________________________________________________
18321[ 6464] By: jhi on 2000/07/29 22:36:22
18322 Log: Subject: UTF8 concat
18323 From: simon@brecon.co.uk (Simon Cozens)
18324 Date: 30 Jun 2000 06:13:25 GMT
18325 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
18326
18327 (with a memory leak fixed, plus a few casts added)
18328
18329 This also seems to help for
18330
18331 Subject: [ID 20000716.015] join UTF8 weirdness
18332 From: root <root@ak-71.mind.de>
18333 Date: Sat, 15 Jul 2000 15:29:54 +0200
18334 Message-Id: <200007151329.PAA13970@ak-71.mind.de>
18335
18336 (from Andreas König)
18337 Branch: perl
18338 ! pp_hot.c
18339____________________________________________________________________________
18340[ 6463] By: jhi on 2000/07/29 00:55:39
18341 Log: Tune the comments and hopefully stop a memory leak.
18342 Branch: perl
18343 ! toke.c utf8.c
18344____________________________________________________________________________
18345[ 6462] By: jhi on 2000/07/29 00:16:53
18346 Log: The problem described in this
18347
18348 Subject: [ID 20000322.018] named chars aren't magical enough
18349 From: root <root@dixie.cscaper.com>
18350 Date: Wed, 22 Mar 2000 18:37:42 -0700
18351 Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
18352
18353 has been fixed in perl 5.6.0 but just in case added a test
18354 to keep it away. (The report from Joseph Hall.)
18355 Branch: perl
18356 ! t/lib/charnames.t
18357____________________________________________________________________________
18358[ 6461] By: jhi on 2000/07/28 23:56:36
18359 Log: Tiny fixes for #6460.
18360 Branch: metaconfig/U/perl
18361 ! gccvers.U
18362 Branch: perl
18363 ! Configure config_h.SH
18364____________________________________________________________________________
18365[ 6460] By: jhi on 2000/07/28 23:24:41
18366 Log: Warn if the version of the operating system used to compile gcc
18367 differs from the current version of the operating system.
18368 Also display the gcc compilation os and version in myconfig.
18369 Inspiration from
18370
18371 Subject: Re: [ID 20000710.003] ERRORS!!
18372 From: "Kurt D. Starsinic" <kstar@chapin.edu>
18373 Date: Mon, 10 Jul 2000 15:54:16 -0400
18374 Message-ID: <20000710155416.A1384@O2.chapin.edu>
18375 Branch: metaconfig/U/perl
18376 ! gccvers.U
18377 Branch: perl
18378 ! Configure config_h.SH myconfig.SH
18379____________________________________________________________________________
18380[ 6459] By: jhi on 2000/07/28 22:00:32
18381 Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
18382 letter to $Config{osvers}.
18383 Branch: metaconfig
18384 ! U/modified/Oldconfig.U
18385 Branch: perl
18386 ! Configure config_h.SH
18387____________________________________________________________________________
18388[ 6458] By: jhi on 2000/07/28 04:15:39
18389 Log: Back out #6454, doesn't seem to work.
18390 (Reason: that patch was for perl 5.6.0, not perl-current)
18391 (A version of the patch for perl-current came in later as #6466)
18392 Branch: perl
18393 ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
18394 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
18395 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18396____________________________________________________________________________
18397[ 6457] By: jhi on 2000/07/27 23:31:49
18398 Log: Use setproctitle() if available to modify $0.
18399
18400 Subject: setting $* on BSD4 broken
18401 From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18402 Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
18403 Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
18404 Branch: metaconfig
18405 ! U/modified/Myinit.U
18406 Branch: perl
18407 ! Configure config_h.SH mg.c
18408____________________________________________________________________________
18409[ 6456] By: jhi on 2000/07/27 14:50:47
18410 Log: Allow "no AutoLoader;", based on change #6444,
18411 suggested by Graham Barr.
18412 Branch: perl
18413 ! lib/AutoLoader.pm
18414____________________________________________________________________________
18415[ 6455] By: jhi on 2000/07/27 14:19:10
18416 Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
18417 From: rspier@pobox.com (Robert Spier)
18418 Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
18419 Message-ID: <14720.15855.787664.424783@rls.cx>
18420 Branch: perl
18421 ! pod/perldiag.pod
18422____________________________________________________________________________
18423[ 6454] By: jhi on 2000/07/27 14:03:02
18424 Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
18425 for a long time).
18426
18427 Reported in
18428
18429 Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
18430 From: Ryan Herbert <rherbert@sycamorehq.com>
18431 Date: Mon, 17 Jul 2000 11:40:42 -0400
18432 Message-Id: <200007171540.LAA20480@beorn.hq.sai>
18433
18434 Patched in
18435
18436 Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
18437 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
18438 Date: Wed, 26 Jul 2000 23:40:18 +0100
18439 Message-ID: <000001bff752$79511880$0a17073e@tiny>
18440
18441 based on an earlier patch from Stephen P. Potter.
18442
18443 (Removed later by change #6458 because this patch was for
18444 perl 5.6.0, not perl-current)
18445 Branch: perl
18446 ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
18447 ! t/pragma/warn/5nolint t/pragma/warn/7fatal
18448 ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
18449____________________________________________________________________________
18450[ 6453] By: jhi on 2000/07/27 13:48:02
18451 Log: Subject: [PATCH] fixes bug 20000508.004
18452 From: Michael Stevens <mstevens@globnix.org>
18453 Date: Thu, 27 Jul 2000 13:49:04 +0100
18454 Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
18455 Branch: perl
18456 ! pod/perldata.pod
18457____________________________________________________________________________
18458[ 6452] By: jhi on 2000/07/26 23:51:26
18459 Log: Further File::Temp patches from Yitzchak Scott-Thoennes
18460 and Craig A. Berry.
18461 Branch: perl
18462 ! lib/File/Temp.pm pod/perlport.pod
18463____________________________________________________________________________
18464[ 6451] By: jhi on 2000/07/26 19:43:30
18465 Log: Be wary of close()s, too.
18466
18467 Subject: Re: [PATCH] perlbug cleanup
18468 From: Tim Jenness <t.jenness@jach.hawaii.edu>
18469 Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
18470 Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
18471 Branch: perl
18472 ! utils/perlbug.PL
18473____________________________________________________________________________
18474[ 6450] By: jhi on 2000/07/26 18:41:40
18475 Log: Subject: Minor doc patch: handy.h
0b3b9d72 18476 From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
41df20d4
JH
18477 Date: Wed, 26 Jul 2000 15:34:25 -0300
18478 Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
18479 Branch: perl
18480 ! handy.h pod/perlapi.pod
18481____________________________________________________________________________
18482[ 6449] By: jhi on 2000/07/26 18:23:55
18483 Log: Subject: [PATCH] minor doc change - perlguts
18484 From: Michael Stevens <mstevens@globnix.org>
18485 Date: Thu, 13 Jul 2000 12:39:18 +0100
18486 Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
18487 Branch: perl
18488 ! pod/perlguts.pod
18489____________________________________________________________________________
18490[ 6448] By: jhi on 2000/07/26 18:20:30
18491 Log: open() wariness in perlbug.
18492
18493 Subject: [PATCH] perlbug cleanup
18494 From: Michael Stevens <mstevens@globnix.org>
18495 Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
18496 Date: Thu, 13 Jul 2000 15:52:23 +0100
18497 Branch: perl
18498 ! utils/perlbug.PL
18499____________________________________________________________________________
18500[ 6447] By: jhi on 2000/07/26 18:13:04
18501 Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
18502 Branch: perl
18503 ! lib/File/Temp.pm t/lib/ftmp-security.t
18504____________________________________________________________________________
18505[ 6446] By: jhi on 2000/07/26 18:06:32
18506 Log: docfix from Peter Scott <Peter@PSDT.com>.
18507 Branch: perl
18508 ! pod/perlfunc.pod
18509____________________________________________________________________________
18510[ 6445] By: jhi on 2000/07/26 17:53:31
18511 Log: Fix *foo{FORMAT}.
18512
18513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18514 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
18515 Date: Wed, 26 Jul 2000 19:51:02 +0200
18516 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
18517
18518 From: Graham Barr <gbarr@pobox.com>
18519 Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
18520 Date: Wed, 26 Jul 2000 17:38:36 +0100
18521 Message-ID: <20000726173836.L472@pobox.com>
18522 Branch: perl
18523 ! pp.c sv.c t/op/gv.t
18524____________________________________________________________________________
18525[ 6444] By: jhi on 2000/07/26 17:49:14
18526 Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
18527 from Graham Barr in the module list.
18528 Branch: perl
18529 ! gv.c pod/perlobj.pod
18530____________________________________________________________________________
18531[ 6443] By: jhi on 2000/07/26 16:06:56
18532 Log: More split() doc and test patches from Mike Guy.
18533 Branch: perl
18534 ! pod/perlfunc.pod t/op/split.t
18535____________________________________________________________________________
18536[ 6442] By: jhi on 2000/07/26 16:05:30
18537 Log: MacOS nits from Matthias Neeracher.
18538 Branch: perl
18539 ! perl.c pp_ctl.c
18540____________________________________________________________________________
18541[ 6441] By: jhi on 2000/07/26 04:39:57
18542 Log: Subject: [PATCH] split /^/
18543 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18544 Date: Tue, 25 Jul 2000 14:18:57 +0100
18545 Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
18546
18547 (with notes from tchrist and gbarr)
18548 Branch: perl
18549 ! pod/perlfunc.pod t/op/split.t
18550____________________________________________________________________________
18551[ 6440] By: jhi on 2000/07/26 04:32:32
18552 Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
18553 From: Peter Prymmer <pvhp@forte.com>
18554 Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
18555 Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
18556 Branch: perl
18557 ! vms/munchconfig.c
18558____________________________________________________________________________
18559[ 6439] By: jhi on 2000/07/26 04:31:01
18560 Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
18561 to be fatal errors (instead of by default ignoring them, and
18562 ignoring with a bug: even though -w gave an error, the opening [
18563 was left in) Reported in:
18564
18565 Subject: [ID 20000716.024] [=cc=] / [:blank:]
18566 From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
18567 Date: Sun, 16 Jul 2000 17:55:29 -0700
18568 Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
18569 Branch: perl
18570 ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
18571____________________________________________________________________________
18572[ 6438] By: jhi on 2000/07/25 15:41:15
18573 Log: Subject: [PATCH] av.c apidoc
18574 From: simon@brecon.co.uk (Simon Cozens)
18575 Date: 24 Jul 2000 06:40:52 GMT
18576 Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
18577 Branch: perl
18578 ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
18579 ! perlapi.c perlapi.h pod/perlapi.pod proto.h
18580____________________________________________________________________________
18581[ 6437] By: jhi on 2000/07/25 14:05:36
18582 Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
18583 From: "Stephen P. Potter" <spp@ds.net>
18584 Date: Mon, 24 Jul 2000 14:22:23 -0400
18585 Message-Id: <200007241822.OAA06827@spp.users.ds.net>
18586 Branch: perl
18587 ! pod/perllocale.pod
18588____________________________________________________________________________
18589[ 6436] By: jhi on 2000/07/25 14:02:03
18590 Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
18591 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18592 Date: Mon, 24 Jul 2000 18:04:28 +0100
18593 Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
18594 Branch: perl
18595 ! t/lib/syslfs.t t/op/lfs.t
18596____________________________________________________________________________
18597[ 6435] By: jhi on 2000/07/25 13:59:28
18598 Log: Get UTF16 BOMs working. Patch from
18599
18600 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18601 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18602 Date: Tue, 25 Jul 2000 12:52:45 +0100
18603 Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
18604
18605 and notes from
18606
18607 Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
18608 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18609 Date: Tue, 25 Jul 2000 11:43:25 +0100
18610 Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
18611 Branch: perl
18612 ! t/comp/require.t toke.c utf8.c
18613____________________________________________________________________________
18614[ 6434] By: jhi on 2000/07/25 02:39:54
18615 Log: Make the "uninit variable" warning to say "concat or string"
18616 or "join or string" when in concat or join .
18617
18618 Subject: Re: [ID 20000403.009] uninitialised concatenation???
18619 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18620 Date: Tue, 04 Apr 2000 18:22:58 +0100
18621 Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
18622
18623 Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
18624 From: William R Ward <hermit@BayView.COM>
18625 Date: Thu, 30 Mar 2000 19:50:03 -0800
18626 Message-Id: <200003310350.TAA13319@komodo.bayview.com>
18627 Branch: perl
18628 ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
18629 ! t/pragma/warn/op t/pragma/warn/sv
18630____________________________________________________________________________
18631[ 6433] By: jhi on 2000/07/24 17:52:56
18632 Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
18633 Branch: perl
18634 ! lib/File/Spec/VMS.pm
18635____________________________________________________________________________
18636[ 6432] By: jhi on 2000/07/24 17:44:44
18637 Log: Test cases for #6431.
18638
18639 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18640 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18641 Date: Mon, 24 Jul 2000 15:32:29 +0100
18642 Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
18643 Branch: perl
18644 ! t/op/pat.t t/op/split.t
18645____________________________________________________________________________
18646[ 6431] By: jhi on 2000/07/24 17:43:17
18647 Log: Bind op fix.
18648
18649 Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
18650 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18651 Date: Mon, 17 Jul 2000 20:04:56 +0100
18652 Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
18653 Branch: perl
18654 ! op.c
18655____________________________________________________________________________
18656[ 6430] By: jhi on 2000/07/24 03:42:42
18657 Log: Subject: [ID 20000716.023] syslog test fails without sockets
18658 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18659 Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
18660 Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
18661 Branch: metaconfig/U/perl
18662 ! Extensions.U
18663 Branch: perl
18664 ! Configure config_h.SH
18665____________________________________________________________________________
18666[ 6429] By: jhi on 2000/07/24 03:11:52
18667 Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
18668 case, but add also notes explaining the relationship of this
18669 patch and the earlier notes by Sarathy.
18670
18671 Subject: Map is still slow
18672 From: "Ben Tilly" <ben_tilly@hotmail.com>
18673 Date: Sat, 15 Jul 2000 17:23:27 EDT
18674 Message-ID: <20000715212327.21656.qmail@hotmail.com>
18675 Branch: perl
18676 ! pp_ctl.c
18677____________________________________________________________________________
18678[ 6428] By: jhi on 2000/07/24 02:58:52
18679 Log: Documentation to explain the behaviour of map().
18680
18681 Subject: Re: Map is still slow
18682 From: Gurusamy Sarathy <gsar@ActiveState.com>
18683 Date: Sat, 15 Jul 2000 16:05:09 -0700
18684 Message-Id: <200007152305.QAA26887@molotok.activestate.com>
18685 Branch: perl
18686 ! pp_ctl.c
18687____________________________________________________________________________
18688[ 6427] By: jhi on 2000/07/24 02:50:03
18689 Log: Add tests for
18690 [ID 19991110.003] another matching finding by pcre author
18691 which has already been fixed by some patch, as verified in
18692
18693 Subject: Re: two regex bugs from the mists of time (well, last November)
18694 From: Hugo <hv@crypt.compulink.co.uk>
18695 Date: Sat, 22 Jul 2000 18:12:58 +0100
18696 Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
18697 Branch: perl
18698 ! t/op/re_tests
18699____________________________________________________________________________
18700[ 6426] By: jhi on 2000/07/24 02:11:20
18701 Log: A missing 'break' after the [[:space:]] switch case.
18702
18703 Subject: [ID 20000718.006] Missing 'break' in regcomp.c
18704 From: "Stephen P. Potter" <spp@ds.net>
18705 Date: Tue, 18 Jul 2000 16:25:17 -0400
18706 Message-Id: <200007182025.QAA28383@spp.users.ds.net>
18707 Branch: perl
18708 ! regcomp.c
18709____________________________________________________________________________
18710[ 6425] By: jhi on 2000/07/24 02:06:12
18711 Log: The output might have been produced in the wrong order.
18712
18713 Subject: [ID 20000720.003] [PATCH] t/op/write.t
18714 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18715 Date: Thu, 20 Jul 2000 18:49:18 +0100
18716 Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
18717 Branch: perl
18718 ! t/op/write.t
18719____________________________________________________________________________
18720[ 6424] By: jhi on 2000/07/24 02:00:07
18721 Log: Use STDOUT consistently.
18722
18723 Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
18724 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18725 Date: Thu, 20 Jul 2000 18:04:01 +0100
18726 Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
18727 Branch: perl
18728 ! lib/Test/Harness.pm
18729____________________________________________________________________________
18730[ 6423] By: jhi on 2000/07/24 01:54:54
18731 Log: Protect against "wild next"s, that is, callbacks doing "next"
18732 instead of "return".
18733
18734 Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
18735 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18736 Date: Tue, 18 Jul 2000 11:30:16 +0100
18737 Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
18738 Branch: perl
18739 ! lib/File/Find.pm
18740____________________________________________________________________________
18741[ 6422] By: jhi on 2000/07/24 01:35:47
18742 Log: Out-of-date note removed.
18743
18744 Subject: [PATCH] documentation perlipc
18745 From: rspier@pobox.com (Robert Spier)
18746 Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
18747 Message-ID: <14711.35178.572612.502654@rls.cx>
18748 Branch: perl
18749 ! pod/perlipc.pod
18750____________________________________________________________________________
18751[ 6421] By: jhi on 2000/07/24 00:09:18
18752 Log: Send all installperl messages to STDERR and be -w clean.
18753
18754 Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
18755 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18756 Date: Sat, 22 Jul 2000 14:02:11 +0100
18757 Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
18758 Branch: perl
18759 ! installperl
18760____________________________________________________________________________
18761[ 6420] By: jhi on 2000/07/24 00:04:19
18762 Log: Decutandpasto.
18763
18764 Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
18765 From: "Richard Soderberg" <rs@crystalflame.net>
18766 Date: Sun, 23 Jul 2000 01:37:23 -0700
18767 Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
18768 Branch: perl
18769 ! pod/perlipc.pod
18770____________________________________________________________________________
18771[ 6419] By: jhi on 2000/07/24 00:01:12
18772 Log: A cleaner abs_path().
18773 Subject: Re: unix alternative to Cwd.pm
18774 From: Jeff Pinyan <jeffp@crusoe.net>
18775 Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
18776 Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
18777 Branch: perl
18778 ! lib/Cwd.pm
18779____________________________________________________________________________
18780[ 6418] By: jhi on 2000/07/23 23:48:56
18781 Log: Detypo.
18782
18783 Subject: [PATCH perl-current] Typo in hints/powerux.sh
18784 From: "Richard Soderberg" <rs@crystalflame.net>
18785 Date: Sun, 23 Jul 2000 01:27:33 -0700
18786 Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
18787 Branch: perl
18788 ! hints/powerux.sh
18789____________________________________________________________________________
18790[ 6417] By: jhi on 2000/07/17 22:13:31
18791 Log: Subject: SDBM_File documentation
18792 From: mjd@plover.com
18793 Date: 16 Jul 2000 17:41:17 -0000
18794 Message-ID: <20000716174117.18515.qmail@plover.com>
18795 Branch: perl
18796 ! ext/SDBM_File/SDBM_File.pm
18797____________________________________________________________________________
18798[ 6416] By: jhi on 2000/07/17 19:13:26
18799 Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
18800 Branch: perl
18801 ! hints/mpeix.sh mpeix/relink
18802____________________________________________________________________________
18803[ 6415] By: jhi on 2000/07/15 14:11:02
18804 Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
18805 the utf8 'characters' can be more than one octet).
18806
18807 Date: Sat, 15 Jul 2000 00:21:56 +0100
18808 From: Tom Hughes <tom@compton.nu>
18809 Subject: Re: [ID 20000714.002]
18810 Message-ID: <db2334de49.tom@compton.compton.nu>
18811
18812 Reported in
18813
18814 Subject: [ID 20000714.002]
18815 From: "Simon Cozens" <simon@othersideofthe.earth.li>
18816 Date: 14 Jul 2000 15:13:09 -0000
18817 Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
18818 Branch: perl
18819 ! doop.c
18820____________________________________________________________________________
18821[ 6414] By: jhi on 2000/07/15 03:13:41
18822 Log: another VMS build tweak from Peter Prymmer
18823 Branch: perl
18824 ! vms/descrip_mms.template
18825____________________________________________________________________________
18826[ 6413] By: jhi on 2000/07/15 03:10:40
18827 Log: perlvms.pod whitespace cleanup to keep pod utils happy.
18828 Branch: perl
18829 ! vms/perlvms.pod
18830____________________________________________________________________________
18831[ 6412] By: jhi on 2000/07/15 00:31:05
18832 Log: More docs for sv functions.
18833
18834 Subject: [PATCH cfgperl] sv.c apidoc
18835 From: simon@brecon.co.uk (Simon Cozens)
18836 Date: 13 Jul 2000 09:00:20 GMT
18837 Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
18838
18839 Subject: Re: [PATCH cfgperl] sv.c apidoc
18840 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18841 Date: Thu, 13 Jul 2000 12:27:41 +0100
18842 Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
18843
18844 Subject: Re: [PATCH cfgperl] sv.c apidoc
18845 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18846 Date: Thu, 13 Jul 2000 13:23:09 +0100
18847 Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
18848
18849 Subject: Re: [PATCH cfgperl] sv.c apidoc
18850 From: simon@brecon.co.uk (Simon Cozens)
18851 Date: 14 Jul 2000 06:51:02 GMT
18852 Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
18853 Branch: perl
18854 ! embed.pl pod/perlapi.pod sv.c
18855____________________________________________________________________________
18856[ 6411] By: jhi on 2000/07/15 00:10:41
18857 Log: lib/b test fixes from Peter Prymmer.
18858 Branch: perl
18859 ! t/lib/b.t
18860____________________________________________________________________________
18861[ 6410] By: jhi on 2000/07/15 00:02:09
18862 Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
18863 From: Hugo <hv@crypt.compulink.co.uk>
18864 Date: Fri, 14 Jul 2000 23:05:20 +0100
18865 Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
18866
18867 Didn't anymore apply, but that point still could use another fix.
18868 Branch: perl
18869 ! pod/perlfunc.pod
18870____________________________________________________________________________
18871[ 6409] By: jhi on 2000/07/14 23:15:15
18872 Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
18873 not in pod, from Peter Prymmer
18874 Branch: perl
18875 ! vms/descrip_mms.template
18876____________________________________________________________________________
18877[ 6408] By: jhi on 2000/07/14 20:35:05
18878 Log: The bug report
18879 [ID 19991110.002] minimal matching discrepancy found by pcre author
18880 seems to have been fixed (though differently from what was suggested
18881 in the report) in 5.6.0. Add tests to keep the bug from reappearing.
18882 Branch: perl
18883 ! t/op/re_tests
18884____________________________________________________________________________
18885[ 6407] By: jhi on 2000/07/14 17:38:08
18886 Log: Fix AutoSplit to use File::Spec the right way in VMS,
18887 from Peter Prymmer.
18888 Branch: perl
18889 ! lib/AutoSplit.pm
18890____________________________________________________________________________
18891[ 6406] By: jhi on 2000/07/14 14:13:22
18892 Log: Merge perlhacktut into perlhack, update perlguts.
18893
18894 Subject: Re: Perlhacktut
18895 From: simon@brecon.co.uk (Simon Cozens)
18896 Date: 14 Jul 2000 06:49:21 GMT
18897 Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
18898
18899 Subject: Re: Perlhacktut
18900 From: simon@brecon.co.uk (Simon Cozens)
18901 Date: 14 Jul 2000 07:09:45 GMT
18902 Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
18903 Branch: perl
18904 ! pod/perlguts.pod pod/perlhack.pod
18905____________________________________________________________________________
51c9377f
JH
18906[ 6405] By: jhi on 2000/07/14 14:02:31
18907 Log: Integrate with Sarathy.
18908 Branch: cfgperl
18909 !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
18910 !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
18911 !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
18912____________________________________________________________________________
41df20d4
JH
18913[ 6404] By: gsar on 2000/07/14 12:15:02
18914 Log: PERL_OBJECT build tweaks
18915 Branch: perl
18916 ! toke.c
18917____________________________________________________________________________
18918[ 6403] By: gsar on 2000/07/14 11:23:41
18919 Log: inconsistent types needs casts
18920 Branch: perl
18921 ! toke.c
18922____________________________________________________________________________
18923[ 6402] By: gsar on 2000/07/14 11:12:04
18924 Log: typos in change#6399, regen headers
18925 Branch: perl
18926 ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
18927____________________________________________________________________________
18928[ 6401] By: gsar on 2000/07/14 10:59:12
18929 Log: typecasts needed for change#6394
18930 Branch: perl
18931 ! toke.c
18932____________________________________________________________________________
18933[ 6400] By: gsar on 2000/07/14 10:49:37
18934 Log: integrate cfgperl contents into mainline
18935 Branch: perl
18936 !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
18937 !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
18938____________________________________________________________________________
18939[ 6399] By: gsar on 2000/07/14 10:38:35
18940 Log: enable UTF-16 filter by default if relevant BOM is seen; various
18941 cleanups (typos, misformatted code, and small bugs)
18942 Branch: perl
18943 ! doop.c embed.pl mg.c op.c pp.c toke.c
18944____________________________________________________________________________
18945[ 6398] By: gsar on 2000/07/14 08:55:38
18946 Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
18947 name suggests anyway)
18948 Branch: perl
18949 ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
18950____________________________________________________________________________
18951[ 6397] By: gsar on 2000/07/14 08:44:33
18952 Log: move new variables to the end of the interpreter structure (for
18953 bincompat in code that doesn't #include XSUB.h)
18954 Branch: perl
18955 ! intrpvar.h
18956____________________________________________________________________________
18957[ 6396] By: gsar on 2000/07/14 08:13:58
18958 Log: MakeMaker should not remove editor backups (*~) on `make clean`
18959 by default (completes change#6383)
18960 Branch: perl
18961 ! lib/ExtUtils/MM_Unix.pm
18962____________________________________________________________________________
51c9377f
JH
18963[ 6395] By: jhi on 2000/07/14 05:20:33
18964 Log: Replace change #6337 with a better one.
18965
18966 Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
18967 From: Hugo <hv@crypt.compulink.co.uk>
18968 Date: Fri, 14 Jul 2000 04:16:20 +0100
18969 Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18970 Branch: cfgperl
18971 ! regexec.c t/op/re_tests
18972____________________________________________________________________________
18973[ 6394] By: jhi on 2000/07/14 01:33:59
18974 Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
18975 Branch: cfgperl
18976 ! embed.pl global.sym proto.h toke.c
18977____________________________________________________________________________
18978[ 6393] By: jhi on 2000/07/13 23:41:23
18979 Log: remove discarded test
18980 Branch: cfgperl
18981 ! MANIFEST
18982____________________________________________________________________________
18983[ 6392] By: jhi on 2000/07/13 23:32:25
18984 Log: The {multiplier} of a fixed substring was overlooked which
18985 caused a wrong initial search offset for that substring.
18986
18987 Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18988 From: Hugo <hv@crypt.compulink.co.uk>
18989 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18990 Date: Thu, 13 Jul 2000 19:27:13 +0100
18991 Branch: cfgperl
18992 ! regcomp.c t/op/re_tests
18993____________________________________________________________________________
18994[ 6391] By: jhi on 2000/07/13 16:37:42
18995 Log: typo fix from Craig Berry
18996 Branch: cfgperl
18997 ! vms/subconfigure.com
18998____________________________________________________________________________
18999[ 6390] By: jhi on 2000/07/13 13:20:12
19000 Log: Integrate with Sarathy.
19001 Branch: cfgperl
19002 - t/op/method2entersub.t
19003 !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
19004 !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
19005 !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
19006 !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
19007____________________________________________________________________________
19008[ 6389] By: jhi on 2000/07/13 13:18:48
19009 Log: Detypo from Peter Prymmer, part of #6388.
19010 Branch: cfgperl
19011 ! Configure config_h.SH
19012 Branch: metaconfig
19013 ! U/modified/d_longlong.U
19014____________________________________________________________________________
41df20d4
JH
19015[ 6388] By: gsar on 2000/07/13 06:33:40
19016 Log: typos (spotted by Peter Prymmer)
19017 Branch: perl
19018 ! Configure t/lib/english.t
19019____________________________________________________________________________
19020[ 6387] By: gsar on 2000/07/13 05:35:28
19021 Log: new selfloader.t in change#6183 doesn't close DATA handles,
19022 and thus fails to clean up tmp files on dosish platforms
19023 Branch: perl
19024 ! t/lib/selfloader.t
19025____________________________________________________________________________
19026[ 6386] By: gsar on 2000/07/12 21:42:39
19027 Log: sprintf test tweaks (from Dominic Dunlop)
19028 Branch: perl
19029 ! t/op/sprintf.t
19030____________________________________________________________________________
19031[ 6385] By: gsar on 2000/07/12 21:33:46
19032 Log: fix bugs in processing %v-*d and similar format specs (from
19033 Avi Finkel <avi@finkel.org>)
19034 Branch: perl
19035 ! sv.c t/op/sprintf.t
19036____________________________________________________________________________
19037[ 6384] By: gsar on 2000/07/12 16:04:19
19038 Log: readd missing perldelta.pod changes from changes#6339,6376
19039 Branch: perl
19040 ! pod/perldelta.pod
19041____________________________________________________________________________
19042[ 6383] By: gsar on 2000/07/12 16:00:51
19043 Log: don't clobber *.orig files on *clean targets
19044 Branch: perl
19045 ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
19046____________________________________________________________________________
51c9377f
JH
19047[ 6382] By: gsar on 2000/07/12 07:59:12
19048 Log: fix broken integrations in cfgperl
19049 Branch: cfgperl
19050 !> Changes pod/perldelta.pod
19051____________________________________________________________________________
41df20d4
JH
19052[ 6381] By: gsar on 2000/07/12 07:42:17
19053 Log: integrate cfgperl changes into mainline
19054 Branch: perl
19055 ! Changes
19056 !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
19057 !> pod/perlre.pod
19058____________________________________________________________________________
582cc879
GS
19059[ 6380] By: gsar on 2000/07/12 07:31:00
19060 Log: get sprintf.t to adjust properly for 3-digit exponents
c15ecffd 19061 Branch: perl
582cc879 19062 ! t/op/sprintf.t
c15ecffd 19063____________________________________________________________________________
582cc879
GS
19064[ 6379] By: gsar on 2000/07/12 06:40:04
19065 Log: change#6174 needs corresponding change in win32/config_h.PL,
19066 which grovels through config_h.SH to find the config.h name
19067 Branch: perl
19068 ! win32/config_h.PL
19069____________________________________________________________________________
51c9377f
JH
19070[ 6378] By: jhi on 2000/07/12 05:03:59
19071 Log: Do the cc sanity check both before the hints and
19072 after the cc selction.
19073 Branch: cfgperl
19074 ! Configure config_h.SH
19075 Branch: metaconfig
19076 ! U/modified/Oldconfig.U U/modified/cc.U
19077 Branch: metaconfig/U/perl
19078 + Checkcc.U
19079____________________________________________________________________________
19080[ 6377] By: jhi on 2000/07/12 02:49:22
19081 Log: Fix nits noticed by Boston.pm.
19082 Branch: cfgperl
19083 ! pod/perlre.pod
19084____________________________________________________________________________
19085[ 6376] By: jhi on 2000/07/11 21:22:13
19086 Log: Configure cosmetics and perldelta.
19087 Branch: cfgperl
19088 ! Configure config_h.SH pod/perldelta.pod
19089 Branch: metaconfig
19090 ! U/modified/cc.U
19091____________________________________________________________________________
582cc879
GS
19092[ 6375] By: gsar on 2000/07/11 21:17:35
19093 Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
37590e52 19094 Branch: perl
582cc879
GS
19095 ! t/op/sprintf.t win32/Makefile win32/makefile.mk
19096 ! win32/win32sck.c
37590e52 19097____________________________________________________________________________
582cc879
GS
19098[ 6374] By: gsar on 2000/07/11 20:48:50
19099 Log: tweak for build failure under multiplicity
37590e52 19100 Branch: perl
582cc879 19101 ! toke.c
37590e52 19102____________________________________________________________________________
582cc879
GS
19103[ 6373] By: gsar on 2000/07/11 20:37:23
19104 Log: integrate cfgperl changes#6325..6373 into mainline
19105 (NOTE: today's batch of integrations still untested)
37590e52 19106 Branch: perl
582cc879
GS
19107 +> ext/DynaLoader/hints/netbsd.pl
19108 ! Changes
19109 !> (integrate 26 files)
37590e52 19110____________________________________________________________________________
51c9377f
JH
19111[ 6372] By: jhi on 2000/07/11 20:30:36
19112 Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
19113 regen perltoc.
19114 Branch: cfgperl
19115 + pod/perlbook.pod
19116 ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
19117 ! pod/perltoc.pod
19118____________________________________________________________________________
19119[ 6371] By: jhi on 2000/07/11 20:08:56
19120 Log: Minor cleanups on the booklist.
19121 Branch: cfgperl
19122 ! pod/perlfaq2.pod
19123____________________________________________________________________________
19124[ 6370] By: jhi on 2000/07/11 19:31:13
19125 Log: mjd's tr patches "broke" tr/z-Z/z-Z/
19126 Branch: cfgperl
19127 ! t/pragma/overload.t
19128____________________________________________________________________________
c2e66d9e
GS
19129[ 6369] By: gsar on 2000/07/11 19:27:48
19130 Log: integrate cfgperl changes#6293..6324 into mainline
19131 Branch: perl
19132 +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
19133 - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
19134 !> (integrate 30 files)
19135____________________________________________________________________________
19136[ 6368] By: gsar on 2000/07/11 19:18:57
19137 Log: skip integrate of problematic change#6292 from cfgperl into mainline
19138 Branch: perl
19139 !> pp_hot.c
19140____________________________________________________________________________
19141[ 6367] By: gsar on 2000/07/11 19:17:21
19142 Log: integrate cfgperl changes#6288..6290 into mainline
19143 Branch: perl
19144 !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
19145____________________________________________________________________________
19146[ 6366] By: gsar on 2000/07/11 19:11:18
19147 Log: integrate cfgperl changes#6268..6282 into mainline
19148 Branch: perl
19149 !> (integrate 30 files)
19150____________________________________________________________________________
19151[ 6365] By: gsar on 2000/07/11 18:57:00
19152 Log: delete new accidentally branched file
19153 Branch: perl
19154 - t/op/method2entersub.t
19155____________________________________________________________________________
19156[ 6364] By: gsar on 2000/07/11 18:55:13
19157 Log: skip integrate of change#6267 from cfgperl into mainline (the
19158 method call optimization is flawed without additional hints
19159 from user about immutableness of @ISA and no runtime method
19160 definitions)
19161 Branch: perl
19162 +> t/op/method2entersub.t
19163 !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
19164 !> perl.h t/op/sprintf.t xsutils.c
19165____________________________________________________________________________
19166[ 6363] By: gsar on 2000/07/11 18:49:43
19167 Log: integrate cfgperl changes#6261..6266 into mainline
19168 Branch: perl
19169 !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
19170 !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
19171 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19172 !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
19173____________________________________________________________________________
19174[ 6362] By: gsar on 2000/07/11 18:43:26
19175 Log: integrate cfgperl changes#6252..6260 into mainline
19176 Branch: perl
19177 !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
19178 !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
19179 !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
19180 !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
19181____________________________________________________________________________
19182[ 6361] By: gsar on 2000/07/11 18:37:12
19183 Log: skip integrate of problematic change#6251 from cfgperl into mainline
19184 Branch: perl
19185 !> lib/Exporter.pm
19186____________________________________________________________________________
19187[ 6360] By: gsar on 2000/07/11 18:34:56
19188 Log: integrate cfgperl change#6250 into mainline
19189 Branch: perl
19190 +> t/op/my_stash.t
19191 !> MANIFEST embed.pl proto.h toke.c
19192____________________________________________________________________________
19193[ 6359] By: gsar on 2000/07/11 18:21:19
19194 Log: integrate cfgperl changes#6242..6249 into mainline
19195 Branch: perl
19196 !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
19197 !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
19198 !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
19199 !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
19200 !> t/lib/peek.t utf8.c
19201____________________________________________________________________________
19202[ 6358] By: gsar on 2000/07/11 18:15:45
19203 Log: skip integrate of problematic change#6241 from cfgperl into mainline
19204 Branch: perl
19205 !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
19206____________________________________________________________________________
51c9377f
JH
19207[ 6357] By: jhi on 2000/07/11 18:15:16
19208 Log: Fix for
19209 Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
19210 From: Roderick Schertler <roderick@argon.org>
19211 Date: Tue, 11 Jul 2000 13:55:05 -0400
19212 Message-Id: <200007111755.NAA05077@jones.argon.org>
19213 Branch: cfgperl
19214 ! doio.c
19215____________________________________________________________________________
19216[ 6356] By: jhi on 2000/07/11 18:12:51
19217 Log: Typo in #6341.
19218 Branch: cfgperl
19219 ! pp_hot.c
19220____________________________________________________________________________
c2e66d9e
GS
19221[ 6355] By: gsar on 2000/07/11 18:12:10
19222 Log: integrate cfgperl changes#6231..6240 into mainline
19223 Branch: perl
19224 +> pod/perlutil.pod
19225 !> (integrate 35 files)
19226____________________________________________________________________________
51c9377f
JH
19227[ 6354] By: jhi on 2000/07/11 18:04:34
19228 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
19229 From: Dominic Dunlop <domo@computer.org>
19230 Date: Tue, 11 Jul 2000 12:27:33 +0200
19231 Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
19232
19233 Replaces change #6268.
19234 Branch: cfgperl
19235 ! t/op/sprintf.t
19236____________________________________________________________________________
c2e66d9e
GS
19237[ 6353] By: gsar on 2000/07/11 17:59:51
19238 Log: skip integrate of problematic change#6230 from cfgperl into mainline
19239 (a later version of File::Spec is already in mainline)
19240 Branch: perl
19241 !> lib/File/Spec.pm lib/File/Spec/Functions.pm
19242 !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
19243____________________________________________________________________________
19244[ 6352] By: gsar on 2000/07/11 17:57:48
19245 Log: integrate cfgperl changes#6224..6229 into mainline
19246 Branch: perl
19247 +> lib/lib.pm.PL
19248 - lib/lib.pm
19249 !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
19250 !> lib/English.pm op.c t/lib/english.t
19251____________________________________________________________________________
19252[ 6351] By: gsar on 2000/07/11 17:50:10
19253 Log: skip integrate of problematic change#6223 from cfgperl into mainline
19254 Branch: perl
19255 !> doio.c
19256____________________________________________________________________________
19257[ 6350] By: gsar on 2000/07/11 17:48:28
19258 Log: integrate cfgperl changes#6220..6222 into mainline
19259 Branch: perl
19260 !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
19261 !> toke.c utf8.c win32/win32.h
19262____________________________________________________________________________
19263[ 6349] By: gsar on 2000/07/11 17:46:13
19264 Log: skip integrate of problematic changes#6218..6219 from cfgperl into
19265 mainline
19266 Branch: perl
19267 !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19268 !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19269 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19270____________________________________________________________________________
51c9377f
JH
19271[ 6348] By: jhi on 2000/07/11 17:45:49
19272 Log: README.posix-bc podified from Thomas Dorner.
19273 Branch: cfgperl
19274 ! README.posix-bc
19275____________________________________________________________________________
c2e66d9e
GS
19276[ 6347] By: gsar on 2000/07/11 17:42:04
19277 Log: integrate cfgperl change#6217 into mainline
19278 Branch: perl
19279 !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
19280 !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
19281 !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
19282____________________________________________________________________________
19283[ 6346] By: gsar on 2000/07/11 17:39:37
19284 Log: skip integrate of problematic changes#6211..6212 from cfgperl into
19285 mainline
19286 Branch: perl
19287 !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
19288 !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19289 !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19290 !> perlapi.h pod/perlapi.pod
19291____________________________________________________________________________
19292[ 6345] By: gsar on 2000/07/11 17:36:42
19293 Log: integrate cfgperl changes#6207..6210 into mainline
19294 Branch: perl
19295 !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
19296 !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
19297____________________________________________________________________________
19298[ 6344] By: gsar on 2000/07/11 17:31:20
19299 Log: skip integrate of problematic changes#6204..6206 from cfgperl into
19300 mainline
19301 Branch: perl
19302 !> (integrate 40 files)
19303____________________________________________________________________________
19304[ 6343] By: gsar on 2000/07/11 17:19:08
19305 Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
19306 Branch: perl
19307 +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
19308 ! Changes
19309 !> (integrate 34 files)
19310____________________________________________________________________________
51c9377f
JH
19311[ 6342] By: jhi on 2000/07/11 16:05:48
19312 Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
19313 To: perl5-porters@perl.org
19314 From: Karsten Sperling <spiff@phreax.net>
19315 Date: Mon, 10 Jul 2000 15:12:52 +0200
19316 Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
19317 Branch: cfgperl
19318 ! lib/Symbol.pm
19319____________________________________________________________________________
19320[ 6341] By: jhi on 2000/07/11 15:59:23
19321 Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
19322 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19323 Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
19324 Date: Fri, 07 Jul 2000 17:57:16 +0100
19325 Branch: cfgperl
19326 ! pp_hot.c
19327____________________________________________________________________________
19328[ 6340] By: jhi on 2000/07/11 15:55:47
19329 Log: Subject: Re: format bug report [Patch]
19330 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19331 Date: Wed, 05 Jul 2000 13:12:52 +0200
19332 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
19333
19334 Subject: Re: format bug report [Patch]
19335 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19336 Date: Wed, 05 Jul 2000 14:10:01 +0200
19337 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
19338 Branch: cfgperl
19339 ! t/op/write.t toke.c
19340____________________________________________________________________________
19341[ 6339] By: jhi on 2000/07/11 13:54:09
19342 Log: Be less forgiving about ambiguous and illegal tr ranges.
19343 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
19344 From: Mark-Jason Dominus <mjd@plover.com>
19345 Date: Tue, 04 Jul 2000 10:00:12 -0400
19346 Message-ID: <20000704140012.17772.qmail@plover.com>
19347
19348 Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way
19349 From: Mark-Jason Dominus <mjd@plover.com>
19350 Date: Wed, 05 Jul 2000 09:37:36 -0400
19351 Message-ID: <20000705133736.27293.qmail@plover.com>
19352 Branch: cfgperl
19353 ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
19354____________________________________________________________________________
19355[ 6338] By: jhi on 2000/07/11 13:31:24
19356 Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
19357 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19358 Date: Tue, 11 Jul 2000 13:50:51 +0100
19359 Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
19360 Branch: cfgperl
19361 ! sv.c
19362____________________________________________________________________________
19363[ 6337] By: jhi on 2000/07/11 13:29:14
19364 Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
19365 From: Hugo <hv@crypt.compulink.co.uk>
19366 Date: Tue, 11 Jul 2000 12:44:50 +0100
19367 Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
19368 Branch: cfgperl
19369 ! regexec.c t/op/re_tests
19370____________________________________________________________________________
19371[ 6336] By: jhi on 2000/07/11 13:26:47
19372 Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
19373 From: simon@brecon.co.uk (Simon Cozens)
19374 Date: 7 Jul 2000 11:26:09 GMT
19375 Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
19376 Branch: cfgperl
19377 ! mg.c
19378____________________________________________________________________________
19379[ 6335] By: jhi on 2000/07/11 13:23:37
19380 Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
19381 From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
19382 Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
19383 Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
19384 Branch: cfgperl
19385 + ext/DynaLoader/hints/netbsd.pl
19386 ! MANIFEST ext/DynaLoader/hints/openbsd.pl
19387____________________________________________________________________________
19388[ 6334] By: jhi on 2000/07/11 13:20:38
19389 Log: Subject: PATCH perlguts.pod: Document D and d magic types
19390 From: mjd@plover.com
19391 Date: 5 Jul 2000 18:01:51 -0000
19392 Message-ID: <20000705180151.29413.qmail@plover.com>
19393 Branch: cfgperl
19394 ! pod/perlguts.pod
19395____________________________________________________________________________
19396[ 6333] By: jhi on 2000/07/11 13:15:51
19397 Log: Precedence goof, fix based on
19398 Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
19399 From: Hugo <hv@crypt.compulink.co.uk>
19400 Date: Tue, 11 Jul 2000 12:52:38 +0100
19401 Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
19402 Branch: cfgperl
19403 ! t/op/taint.t
19404____________________________________________________________________________
19405[ 6332] By: jhi on 2000/07/11 12:40:17
19406 Log: Integrate with Sarathy.
19407 Branch: cfgperl
19408 !> win32/win32sck.c
19409____________________________________________________________________________
19410[ 6331] By: jhi on 2000/07/10 20:14:16
19411 Log: Sprinkle ldlibpath.
19412 Branch: cfgperl
19413 ! pod/Makefile.SH
19414____________________________________________________________________________
19415[ 6330] By: jhi on 2000/07/10 17:54:49
19416 Log: More POSIX.pod tweaks.
19417 Branch: cfgperl
19418 ! ext/POSIX/POSIX.pod
19419____________________________________________________________________________
19420[ 6329] By: jhi on 2000/07/10 14:02:12
19421 Log: Reorder perl.pod once more.
19422 Branch: cfgperl
19423 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19424____________________________________________________________________________
0b3b9d72
JH
19425[ 6328] By: gsar on 2000/07/10 07:06:00
19426 Log: accept() leaks memory on windows due to incorrect ordering of
19427 closesocket() and fclose() calls
19428 Branch: perl
19429 ! win32/win32sck.c
37590e52 19430____________________________________________________________________________
25fbdfc0
GS
19431[ 6327] By: gsar on 2000/07/10 06:49:17
19432 Log: winsock options weren't being set in all threads under ithreads
19433 (caused send()s from second and subsequent threads to fail)
37590e52 19434 Branch: perl
25fbdfc0 19435 ! win32/win32sck.c
37590e52 19436____________________________________________________________________________
51c9377f
JH
19437[ 6326] By: jhi on 2000/07/08 02:45:40
19438 Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
19439 was cast to an unsigned (32-bit) integer with wild abandon.
19440 Branch: cfgperl
19441 ! ext/Devel/DProf/DProf.xs
19442____________________________________________________________________________
19443[ 6325] By: jhi on 2000/07/07 18:50:33
19444 Log: Remove perlbook, update perlfaq book listing,
19445 rearrange perl.pod, regenerate perltoc.
19446 Branch: cfgperl
19447 - pod/perlbook.pod
19448 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
19449 ! pod/perlfaq2.pod pod/perltoc.pod
19450____________________________________________________________________________
19451[ 6324] By: jhi on 2000/07/07 14:03:40
19452 Log: Fix the alignment problem in Crays ([ID 20000612.002]).
19453 Branch: cfgperl
19454 ! sv.h toke.c
19455____________________________________________________________________________
19456[ 6323] By: jhi on 2000/07/06 16:03:55
19457 Log: Fix complaints of buildtoc.
19458 Branch: cfgperl
19459 + lib/Win32.pod
19460 - pod/Win32.pod
19461 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19462____________________________________________________________________________
19463[ 6322] By: jhi on 2000/07/06 15:15:52
19464 Log: Add =head1 NAMEs so that buildtoc is happy.
19465 (The CGI::Util nit reported to Lincoln.)
19466 Branch: cfgperl
19467 ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
19468 ! pod/perltoc.pod
19469____________________________________________________________________________
19470[ 6321] By: jhi on 2000/07/06 03:16:04
19471 Log: Config is being used.
19472 Branch: cfgperl
19473 ! t/op/method.t
19474____________________________________________________________________________
19475[ 6320] By: jhi on 2000/07/06 03:13:13
19476 Log: Integrate with Sarathy.
19477 Branch: cfgperl
19478 !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
19479____________________________________________________________________________
19480[ 6319] By: jhi on 2000/07/06 03:11:46
19481 Log: Autogenerate pod/Makefile and pod/buildtoc.
19482 buildtoc also checks whether the existin pods are
19483 mentioned in MANIFEST and perl.pod, and vice versa.
19484 (None of the thusly found discrepancies fixed yet.)
19485 roffitall also needs to be autogenerated similarly but it
19486 seems so badly out of date that I didn't touch it yet.
19487 Branch: cfgperl
19488 + pod/Makefile.SH pod/buildtoc.PL
19489 - pod/Makefile pod/buildtoc
19490 ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
19491____________________________________________________________________________
25fbdfc0
GS
19492[ 6318] By: gsar on 2000/07/05 22:10:54
19493 Log: fix UNC path handling on Windows under ithreads, and chdir()
19494 return value when given a non-existent directory
37590e52 19495 Branch: perl
25fbdfc0 19496 ! win32/vdir.h
37590e52 19497____________________________________________________________________________
25fbdfc0
GS
19498[ 6317] By: gsar on 2000/07/05 22:08:19
19499 Log: winsock cleanup never done on Windows (leads to handle leaks)
37590e52 19500 Branch: perl
25fbdfc0 19501 ! win32/perllib.c win32/win32sck.c
37590e52 19502____________________________________________________________________________
25fbdfc0
GS
19503[ 6316] By: gsar on 2000/07/05 22:06:19
19504 Log: some debugger output does not go to the socket when RemotePort is set
37590e52 19505 Branch: perl
25fbdfc0 19506 ! lib/perl5db.pl
37590e52 19507____________________________________________________________________________
51c9377f
JH
19508[ 6315] By: jhi on 2000/07/05 00:25:21
19509 Log: Integrate with Sarathy, preliminary fix for unicos
19510 alignment problems in [ID 20000612.002] Perl problem on Cray system.
19511 Branch: cfgperl
19512 ! sv.h
19513 !> pp_hot.c
19514____________________________________________________________________________
25fbdfc0
GS
19515[ 6314] By: gsar on 2000/07/04 23:34:02
19516 Log: tyop in change#6306
19517 Branch: perl
19518 ! pp_hot.c
37590e52 19519____________________________________________________________________________
51c9377f
JH
19520[ 6313] By: jhi on 2000/07/04 22:14:38
19521 Log: Multiline string literals ENONPORTABLE.
19522 Branch: cfgperl
19523 ! pp_hot.c
19524____________________________________________________________________________
19525[ 6312] By: jhi on 2000/07/04 20:34:44
19526 Log: Integrate with Sarathy.
19527 Branch: cfgperl
19528 !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
19529 !> t/op/method.t
19530____________________________________________________________________________
19531[ 6311] By: jhi on 2000/07/04 20:30:56
19532 Log: More POSIX.pod embellishment.
19533 Branch: cfgperl
19534 ! ext/POSIX/POSIX.pod
19535____________________________________________________________________________
25fbdfc0
GS
19536[ 6310] By: gsar on 2000/07/04 17:28:48
19537 Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
19538 Branch: perl
19539 ! t/lib/b.t
37590e52 19540____________________________________________________________________________
51c9377f
JH
19541[ 6309] By: jhi on 2000/07/04 17:22:18
19542 Log: The #6308 required a little bit more.
19543 Branch: cfgperl
19544 ! Makefile.SH win32/Makefile
19545____________________________________________________________________________
19546[ 6308] By: jhi on 2000/07/04 16:35:24
19547 Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
19548 Branch: cfgperl
19549 + lib/lib_pm.PL
19550 - lib/lib.pm.PL
19551 ! MANIFEST Makefile.SH
19552____________________________________________________________________________
19553[ 6307] By: jhi on 2000/07/04 16:28:58
19554 Log: Win32 patches for cfgperl from Sarathy.
19555 Branch: cfgperl
19556 ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
19557 ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
19558 ! thread.h toke.c util.c win32/Makefile win32/win32.c
19559____________________________________________________________________________
25fbdfc0
GS
19560[ 6306] By: gsar on 2000/07/04 16:28:40
19561 Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
19562 (from Richard Soderberg <rs@oregonnet.com>)
37590e52 19563 Branch: perl
25fbdfc0 19564 ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
37590e52 19565____________________________________________________________________________
51c9377f
JH
19566[ 6305] By: jhi on 2000/07/04 16:24:24
19567 Log: Integrate with Sarathy.
19568 Branch: cfgperl
19569 !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
19570 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19571 !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
19572 !> proto.h win32/win32.c
19573____________________________________________________________________________
25fbdfc0
GS
19574[ 6304] By: gsar on 2000/07/04 16:17:24
19575 Log: missing perldiag entry for unpack("w",...) diagnostic (from
19576 Andreas Koenig)
bc38b8f5 19577 Branch: perl
25fbdfc0 19578 ! pod/perldiag.pod
bc38b8f5 19579____________________________________________________________________________
25fbdfc0
GS
19580[ 6303] By: gsar on 2000/07/04 16:14:44
19581 Log: remove rel2abs prototypes (from Barrie Slaymaker)
bc38b8f5 19582 Branch: perl
25fbdfc0
GS
19583 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
19584 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
bc38b8f5 19585____________________________________________________________________________
25fbdfc0
GS
19586[ 6302] By: gsar on 2000/07/04 04:59:35
19587 Log: adjust change#6299
bc38b8f5 19588 Branch: perl
25fbdfc0
GS
19589 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
19590 ! win32/win32.c
bc38b8f5 19591____________________________________________________________________________
51c9377f
JH
19592[ 6301] By: jhi on 2000/07/04 04:50:07
19593 Log: Integrate with Sarathy.
19594 Branch: cfgperl
19595 !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
19596 !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
19597 !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
19598____________________________________________________________________________
25fbdfc0
GS
19599[ 6300] By: gsar on 2000/07/04 04:42:09
19600 Log: PERL_OBJECT build tweak
ee517269 19601 Branch: perl
25fbdfc0 19602 ! perl.h
ee517269 19603____________________________________________________________________________
25fbdfc0
GS
19604[ 6299] By: gsar on 2000/07/04 04:37:00
19605 Log: fix memory leak on Windows (PL_sys_intern contents were never
19606 freed)
ee517269 19607 Branch: perl
25fbdfc0
GS
19608 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
19609 ! perlapi.c proto.h win32/win32.c
ee517269 19610____________________________________________________________________________
25fbdfc0
GS
19611[ 6298] By: gsar on 2000/07/04 04:15:59
19612 Log: fix large memory leak that has been around for ever, masked by
19613 -DPURIFY (most of the arenas were never freed!)
ee517269 19614 Branch: perl
25fbdfc0 19615 ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
ee517269 19616____________________________________________________________________________
25fbdfc0
GS
19617[ 6297] By: gsar on 2000/07/04 04:07:46
19618 Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
ee517269 19619 Branch: perl
25fbdfc0 19620 ! perl.c
ee517269 19621____________________________________________________________________________
51c9377f
JH
19622[ 6296] By: jhi on 2000/06/30 18:28:37
19623 Log: Elaborate POSIX.pod. Still needs work.
19624 Branch: cfgperl
19625 ! ext/POSIX/POSIX.pod
19626____________________________________________________________________________
19627[ 6295] By: jhi on 2000/06/30 14:58:18
19628 Log: Point to perlipc for more SysV IPC examples.
19629 Branch: cfgperl
19630 ! pod/perlfunc.pod
19631____________________________________________________________________________
25fbdfc0
GS
19632[ 6294] By: gsar on 2000/06/30 14:47:45
19633 Log: slurp mode fix in change#4736 still not quite right
19634 Branch: perl
19635 ! pp_hot.c t/io/argv.t
ee517269 19636____________________________________________________________________________
51c9377f
JH
19637[ 6293] By: jhi on 2000/06/30 12:02:55
19638 Log: Integrate with Sarathy.
19639 Branch: cfgperl
19640 !> cop.h pp_ctl.c pp_hot.c t/op/args.t
19641____________________________________________________________________________
19642[ 6292] By: jhi on 2000/06/30 12:01:11
19643 Log: From: simon@brecon.co.uk (Simon Cozens)
19644 Subject: UTF8 concat
19645 Date: 30 Jun 2000 06:13:25 GMT
19646 Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
19647 Branch: cfgperl
19648 ! pp_hot.c
19649____________________________________________________________________________
19650[ 6291] By: gsar on 2000/06/30 04:37:33
19651 Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
19652 when @_ is modified, causing coredumps
19653 Branch: perl
19654 ! cop.h pp_ctl.c pp_hot.c t/op/args.t
19655____________________________________________________________________________
19656[ 6290] By: jhi on 2000/06/30 02:21:44
19657 Log: Integrate with Sarathy.
19658 Branch: cfgperl
19659 !> vms/vms.c vms/vmsish.h
19660____________________________________________________________________________
19661[ 6289] By: jhi on 2000/06/30 02:21:02
19662 Log: Check VERSIONs.
19663 Branch: cfgperl
19664 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19665 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19666 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19667____________________________________________________________________________
19668[ 6288] By: jhi on 2000/06/30 02:18:52
19669 Log: Integrate with Sarathy.
19670 Branch: cfgperl
19671 !> ext/Opcode/Opcode.xs lib/File/Spec.pm
19672 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19673 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19674 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
19675____________________________________________________________________________
19676[ 6287] By: gsar on 2000/06/30 02:17:08
19677 Log: integrate vmsperl changes into mainline
19678 Branch: perl
19679 !> vms/vms.c vms/vmsish.h
19680____________________________________________________________________________
19681[ 6285] By: gsar on 2000/06/30 02:05:28
19682 Log: localize %INC in a Safe compartment so that use/require work
19683 (many other magic globals probably need similar treatment)
19684 Branch: perl
19685 ! ext/Opcode/Opcode.xs
19686____________________________________________________________________________
19687[ 6284] By: gsar on 2000/06/30 01:54:54
19688 Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
19689 about Windows
19690 Branch: perl
19691 ! pod/perlembed.pod
19692____________________________________________________________________________
19693[ 6283] By: jhi on 2000/06/30 01:50:10
19694 Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
19695 From: Barrie Slaymaker <barries@jester.slaysys.com>
19696 Date: Wed, 28 Jun 2000 11:35:29 -0400
19697 Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19698 Branch: perl
19699 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19700 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19701 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19702 ! lib/File/Spec/Win32.pm
19703____________________________________________________________________________
19704[ 6282] By: jhi on 2000/06/29 22:57:22
19705 Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
19706 From: Dan Sugalski <dan@sidhe.org>
19707 Date: Tue, 06 Jun 2000 11:59:50 -0400
19708 Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19709 Branch: cfgperl
19710 ! vms/vms.c
19711____________________________________________________________________________
19712[ 6281] By: jhi on 2000/06/29 22:52:50
19713 Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
19714 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19715 Date: Wed, 7 Jun 2000 04:02:04 -0500
19716 Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19717 Branch: cfgperl
19718 ! utils/h2xs.PL
19719____________________________________________________________________________
19720[ 6280] By: jhi on 2000/06/29 22:45:47
19721 Log: Subject: Re: backwards compatibility in h2xs and makemaker [PATCH]
19722 From: rspier@pobox.com (Robert Spier)
19723 Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19724 Message-ID: <14654.31913.845602.610277@rls.cx>
19725 Branch: cfgperl
19726 ! utils/h2xs.PL
19727____________________________________________________________________________
19728[ 6279] By: jhi on 2000/06/29 22:38:16
19729 Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19730 From: Tim Ayers <tayers@bridge.com>
19731 Date: Thu, 08 Jun 2000 08:11:06 +0200
19732 Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19733 [resent by Richard Foley, Message-Id probably wrong]
19734 Branch: cfgperl
19735 ! pod/perlsub.pod
19736____________________________________________________________________________
19737[ 6278] By: jhi on 2000/06/29 22:21:45
19738 Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19739 From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19740 Date: Fri, 09 Jun 2000 12:39:27 -0400
19741 Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19742 (plus update the version "number" of Text::Wrap)
19743 Branch: cfgperl
19744 ! lib/Text/Wrap.pm
19745____________________________________________________________________________
19746[ 6277] By: jhi on 2000/06/29 22:13:10
19747 Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19748 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19749 Date: Mon, 12 Jun 2000 14:55:59 +0100
19750 Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19751 Branch: cfgperl
19752 ! pod/perlfunc.pod
19753____________________________________________________________________________
19754[ 6276] By: jhi on 2000/06/29 22:11:06
19755 Log: Subject: [PATCH] Re: eval documentation: context
19756 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19757 Date: Mon, 12 Jun 2000 15:07:29 +0100
19758 Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19759 Branch: cfgperl
19760 ! pod/perlfunc.pod
19761____________________________________________________________________________
19762[ 6275] By: jhi on 2000/06/29 21:59:46
19763 Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19764 From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19765 Date: Tue, 13 Jun 2000 02:43:48 -0500
19766 Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19767 Branch: cfgperl
19768 ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
19769____________________________________________________________________________
19770[ 6274] By: jhi on 2000/06/29 21:56:14
19771 Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19772 From: Andy Dougherty <doughera@lafayette.edu>
19773 Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19774 Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19775 Branch: cfgperl
19776 ! ext/File/Glob/Glob.pm
19777____________________________________________________________________________
19778[ 6273] By: jhi on 2000/06/29 21:49:09
19779 Log: Subject: [PATCH] xsub attributes
19780 From: Doug MacEachern <dougm@covalent.net>
19781 Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19782 Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19783 Branch: cfgperl
19784 ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
19785 ! objXSUB.h op.c perlapi.c perlapi.h proto.h
19786____________________________________________________________________________
19787[ 6272] By: jhi on 2000/06/29 21:41:28
19788 Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19789 From: Tom Phoenix <rootbeer@redcat.com>
19790 Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19791 Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19792 Branch: cfgperl
19793 ! lib/Net/Ping.pm
19794____________________________________________________________________________
19795[ 6271] By: jhi on 2000/06/29 21:36:55
19796 Log: Subject: PATCH pod/perltie.pod
19797 From: Ian Phillipps <Ian.Phillipps@iname.com>
19798 Date: Fri, 16 Jun 2000 00:17:19 +0100
19799 Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19800 (only the first hunk, the second hunk had already been done
19801 by some other patch)
19802 Branch: cfgperl
19803 ! pod/perltie.pod
19804____________________________________________________________________________
19805[ 6270] By: jhi on 2000/06/29 21:24:51
19806 Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19807 From: Nicholas Clark <nick@talking.bollo.cx>
19808 Date: Fri, 23 Jun 2000 16:21:15 +0100
19809 Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19810 Branch: cfgperl
19811 ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
19812 ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
19813____________________________________________________________________________
19814[ 6269] By: jhi on 2000/06/29 19:38:15
19815 Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
19816 silence few compiler warnings.
19817 Branch: cfgperl
19818 ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
19819____________________________________________________________________________
19820[ 6268] By: jhi on 2000/06/29 18:21:50
19821 Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19822 From: Dominic Dunlop <domo@computer.org>
19823 Date: Thu, 29 Jun 2000 12:32:39 +0200
19824 Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
19825 Branch: cfgperl
19826 ! t/op/sprintf.t
19827____________________________________________________________________________
19828[ 6267] By: jhi on 2000/06/29 18:16:07
19829 Log: Subject: Re: [PATCH] Re: Speeding up method lookups
19830 From: Doug MacEachern <dougm@covalent.net>
19831 Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
19832 Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
19833 Branch: cfgperl
19834 + t/op/method2entersub.t
19835 ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
19836 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19837 ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
19838 ! xsutils.c
19839____________________________________________________________________________
19840[ 6266] By: jhi on 2000/06/29 15:11:15
19841 Log: Subject: [PATCH 5.6.0] cygwin port
19842 Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
19843 From: "Fifer, Eric" <EFifer@sanwaint.com>
19844 Date: Thu, 29 Jun 2000 12:58:29 +0100
19845 Branch: cfgperl
19846 ! cygwin/Makefile.SHs
19847____________________________________________________________________________
19848[ 6265] By: jhi on 2000/06/29 15:04:05
19849 Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
19850 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19851 Date: Wed, 28 Jun 2000 17:50:12 -0700
19852 Message-ID: <E1pW5gzkg2kV092yn@efn.org>
19853 Branch: cfgperl
19854 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19855____________________________________________________________________________
19856[ 6264] By: jhi on 2000/06/29 15:00:57
19857 Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
19858 From: Marty Lucich <marty@netcom.com>
19859 Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
19860 Message-Id: <200006282116.OAA11148@netcom.com>
19861 ccdlflags update (the BSD/OS 4.1 part had already been taken
19862 care of by #6141).
19863 Branch: cfgperl
19864 ! hints/bsdos.sh
19865____________________________________________________________________________
19866[ 6263] By: jhi on 2000/06/29 13:47:44
19867 Log: tr fixes from Simon Cozens
19868 Branch: cfgperl
19869 ! doop.c
19870____________________________________________________________________________
19871[ 6262] By: jhi on 2000/06/28 18:46:01
19872 Log: Subject: 5.6.0 Patch for EPOC
19873 From: Olaf Flebbe <o.flebbe@gmx.de>
19874 Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
19875 Message-ID: <23449.960929969@www11.gmx.net>
19876 Branch: cfgperl
19877 ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
19878 ! epoc/epocish.h
19879____________________________________________________________________________
19880[ 6261] By: jhi on 2000/06/28 18:29:07
19881 Log: Subject: Re: [PATCH cfgperl] BOMs away!
19882 From: simon@brecon.co.uk (Simon Cozens)
19883 Date: 17 Jun 2000 11:49:57 GMT
19884 Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
19885 Branch: cfgperl
19886 ! pod/perldiag.pod t/comp/require.t toke.c
19887____________________________________________________________________________
19888[ 6260] By: jhi on 2000/06/28 17:47:16
19889 Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
19890 From: simon@brecon.co.uk (Simon Cozens)
19891 Date: 17 Jun 2000 11:56:44 GMT
19892 Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
19893 pack U0, pack C0
19894 Branch: cfgperl
19895 ! pod/perlfunc.pod pp.c t/op/pack.t
19896____________________________________________________________________________
19897[ 6259] By: jhi on 2000/06/28 16:43:17
19898 Log: perlnewmod was missing from MANIFEST.
19899 Branch: cfgperl
19900 ! MANIFEST
19901____________________________________________________________________________
19902[ 6258] By: jhi on 2000/06/28 15:54:30
19903 Log: linenumber tweak
19904 Branch: cfgperl
19905 ! t/pragma/warn/regcomp
19906____________________________________________________________________________
19907[ 6257] By: jhi on 2000/06/28 15:50:44
19908 Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
19909 From: Doug MacEachern <dougm@covalent.net>
19910 Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
19911 Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
19912 (one part of the patch had been applied earlier)
19913 Branch: cfgperl
19914 ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
19915____________________________________________________________________________
19916[ 6256] By: jhi on 2000/06/28 15:40:22
19917 Log: tweaks from Simon Cozens to further fix tr/// under utf8
19918 Branch: cfgperl
19919 ! doop.c
19920____________________________________________________________________________
19921[ 6255] By: jhi on 2000/06/28 15:33:45
19922 Log: small thinko tweaks
19923 Branch: cfgperl
19924 ! lib/IPC/Open3.pm t/op/my_stash.t
19925____________________________________________________________________________
19926[ 6254] By: jhi on 2000/06/28 15:33:25
19927 Log: Subject: tr///, help wanted.
19928 From: simon@brecon.co.uk (Simon Cozens)
19929 Date: 28 Jun 2000 11:29:04 GMT
19930 Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19931 Branch: cfgperl
19932 ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
19933 ! pp_proto.h proto.h t/op/tr.t
19934____________________________________________________________________________
19935[ 6253] By: jhi on 2000/06/28 15:09:17
19936 Log: Paranoia tweak on #6249.
19937 Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19938 From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19939 Date: Sun, 25 Jun 2000 23:43:12 -0400
19940 Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19941 Branch: cfgperl
19942 ! lib/IPC/Open3.pm
19943____________________________________________________________________________
19944[ 6252] By: jhi on 2000/06/28 15:01:38
19945 Log: Document #6249 and #6251.
19946 Branch: cfgperl
19947 ! lib/Exporter.pm lib/IPC/Open3.pm
19948____________________________________________________________________________
19949[ 6251] By: jhi on 2000/06/28 14:50:43
19950 Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
19951 From: Doug MacEachern <dougm@covalent.net>
19952 Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
19953 Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
19954 Branch: cfgperl
19955 ! lib/Exporter.pm
19956____________________________________________________________________________
19957[ 6250] By: jhi on 2000/06/28 14:45:23
19958 Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19959 From: Doug MacEachern <dougm@covalent.net>
19960 Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19961 Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19962 Branch: cfgperl
19963 + t/op/my_stash.t
19964 ! MANIFEST embed.pl global.sym proto.h toke.c
19965____________________________________________________________________________
19966[ 6249] By: jhi on 2000/06/28 14:36:34
19967 Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19968 From: Frank Tobin <ftobin@uiuc.edu>
19969 Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19970 Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19971 Branch: cfgperl
19972 ! lib/IPC/Open3.pm
19973____________________________________________________________________________
19974[ 6248] By: jhi on 2000/06/28 14:11:25
19975 Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19976 From: Mark-Jason Dominus <mjd@plover.com>
19977 Date: Tue, 27 Jun 2000 22:36:42 -0400
19978 Message-ID: <20000628023642.12166.qmail@plover.com>
19979 Branch: cfgperl
19980 ! pod/perlfunc.pod
19981____________________________________________________________________________
19982[ 6247] By: jhi on 2000/06/27 12:46:37
19983 Log: Tweak $VERSION, patch from Doug MacEachern.
19984 Branch: cfgperl
19985 ! lib/File/Spec.pm
19986____________________________________________________________________________
19987[ 6246] By: jhi on 2000/06/27 03:34:46
19988 Log: Allow for standalone testing.
19989 Branch: cfgperl
19990 ! t/lib/filefunc.t t/lib/filespec.t
19991____________________________________________________________________________
19992[ 6245] By: jhi on 2000/06/27 02:50:02
19993 Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19994 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19995 Date: Sat, 24 Jun 2000 13:06:20 +0100
19996 Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19997 Branch: cfgperl
19998 ! ext/DynaLoader/DynaLoader_pm.PL
19999____________________________________________________________________________
20000[ 6244] By: jhi on 2000/06/27 02:46:10
20001 Log: Subject: [PATCH] avoid mg_ptr in '*' magic
20002 From: Doug MacEachern <dougm@covalent.net>
20003 Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
20004 Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
20005 Branch: cfgperl
20006 ! gv.c sv.c t/lib/peek.t
20007____________________________________________________________________________
20008[ 6243] By: jhi on 2000/06/27 02:38:07
20009 Log: Subject: [PATCH] is_utf8_string
20010 From: simon@brecon.co.uk (Simon Cozens)
20011 Date: 26 Jun 2000 02:25:59 GMT
20012 Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
20013 Branch: cfgperl
20014 ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
20015 ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
20016 ! proto.h utf8.c
20017____________________________________________________________________________
20018[ 6242] By: jhi on 2000/06/27 02:24:00
20019 Log: Subject: [PATCH] bytes<->utf8 fixes
20020 From: simon@brecon.co.uk (Simon Cozens)
20021 Date: 26 Jun 2000 04:55:45 GMT
20022 Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
20023 Branch: cfgperl
20024 ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
20025____________________________________________________________________________
20026[ 6241] By: jhi on 2000/06/27 02:12:42
20027 Log: Do no -warn on \_, only on \alpha.
20028 Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
20029 From: David Dyck <dcd@tc.fluke.com>
20030 Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
20031 Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
20032 Branch: cfgperl
20033 ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
20034____________________________________________________________________________
20035[ 6240] By: jhi on 2000/06/27 02:00:01
20036 Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
20037 From: Nicholas Clark <nick@Bagpuss.unfortu.net>
20038 Date: Mon, 26 Jun 2000 18:40:14 +0100
20039 Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
20040 Branch: cfgperl
20041 ! utils/h2xs.PL
20042____________________________________________________________________________
20043[ 6239] By: jhi on 2000/06/27 01:53:40
20044 Log: Configure maintenance. Sever some dependency cycles,
20045 separate gccversion from the cc unit,
20046 address [ID 20000623.006] Configure script patch for using gcc on AIX
20047 (but solve it a little bit differently),
20048 unduplex some accidentally duplicated units,
20049 suggest using gcc if no cc available
20050 (p5p thread: "Solaris configure: counterproposal", 1999-09)
20051 Branch: cfgperl
20052 ! Configure Todo-5.6 config_h.SH
20053 Branch: metaconfig
20054 ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
20055 ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
20056 Branch: metaconfig/U/perl
20057 + gccvers.U
20058 ! d_getespwnam.U d_getprpwnam.U i_prot.U
20059____________________________________________________________________________
20060[ 6238] By: jhi on 2000/06/25 18:04:56
20061 Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
20062 From: Dan Sugalski <dan@sidhe.org>
20063 Date: Fri, 23 Jun 2000 17:00:00 -0400
20064 Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
20065 Branch: cfgperl
20066 ! lib/ExtUtils/MM_VMS.pm vms/vms.c
20067____________________________________________________________________________
20068[ 6237] By: jhi on 2000/06/25 16:36:45
20069 Log: Tweak embed.pl, regen headers.
20070 Branch: cfgperl
20071 ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
20072 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
20073 ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
20074 ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
20075 ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
20076____________________________________________________________________________
20077[ 6236] By: jhi on 2000/06/25 15:26:42
20078 Log: Regen headers.
20079 Branch: cfgperl
20080 ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
20081 ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
20082 ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
20083 ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
20084 ! regnodes.h warnings.h
20085____________________________________________________________________________
20086[ 6235] By: jhi on 2000/06/23 19:39:35
20087 Log: The thread begun by
20088 Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
20089 From: Kevin.Ruscoe@ubsw.com
20090 Date: Fri, 16 Jun 2000 16:38:51 +0100
20091 Message-Id: <H000019b03c300d6@MHS>
20092 Branch: cfgperl
20093 ! hints/solaris_2.sh
ee517269 20094____________________________________________________________________________
51c9377f
JH
20095[ 6234] By: jhi on 2000/06/23 19:23:36
20096 Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
20097 because when run as services (Win32ese for daemons)
20098 no environment variables are set and tmpdir ends up as /tmp,
20099 which is ambiguous.
20100
20101 Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
20102 From: matt@sergeant.org
20103 Date: 16 Jun 2000 16:30:43 -0000
20104 Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
20105 Branch: cfgperl
20106 ! lib/File/Spec/Win32.pm
ee517269 20107____________________________________________________________________________
51c9377f
JH
20108[ 6233] By: jhi on 2000/06/23 19:18:58
20109 Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
20110 From: Mark-Jason Dominus <mjd@plover.com>
20111 Date: Fri, 16 Jun 2000 20:53:04 -0400
20112 Message-ID: <20000617005304.8008.qmail@plover.com>
20113 Branch: cfgperl
20114 ! op.h
ee517269 20115____________________________________________________________________________
51c9377f
JH
20116[ 6232] By: jhi on 2000/06/23 16:10:02
20117 Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
20118 From: simon@brecon.co.uk (Simon Cozens)
20119 Date: 19 Jun 2000 15:18:27 GMT
20120 Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
20121
20122 plus update pod/Makefile and regenerate perltoc
20123 Branch: cfgperl
20124 + pod/perlutil.pod
20125 ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
ee517269 20126____________________________________________________________________________
51c9377f
JH
20127[ 6231] By: jhi on 2000/06/23 15:19:18
20128 Log: Subject: [PATCH 5.6.0] cygwin port
20129 From: "Fifer, Eric" <EFifer@sanwaint.com>
20130 Date: Tue, 20 Jun 2000 14:30:58 +0100
20131 Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
20132 Branch: cfgperl
20133 ! README.cygwin lib/File/Find.pm
20134____________________________________________________________________________
20135[ 6230] By: jhi on 2000/06/23 14:25:21
20136 Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
20137 Branch: cfgperl
25fbdfc0
GS
20138 ! lib/File/Spec.pm lib/File/Spec/Functions.pm
20139 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
20140 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
51c9377f
JH
20141 ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
20142____________________________________________________________________________
20143[ 6229] By: jhi on 2000/06/23 14:13:34
20144 Log: Subject: README.hpux version 0.6.1
20145 Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
20146 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
20147 Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
20148 Branch: cfgperl
20149 ! README.hpux
20150____________________________________________________________________________
20151[ 6228] By: jhi on 2000/06/23 14:07:20
20152 Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
20153 From: Doug MacEachern <dougm@covalent.net>
20154 Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
20155 Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
20156 Branch: cfgperl
20157 ! op.c
20158____________________________________________________________________________
20159[ 6227] By: jhi on 2000/06/23 14:01:06
20160 Log: Subject: [PATCH] lib.pm -> lib.pm.PL
20161 From: Doug MacEachern <dougm@covalent.net>
20162 Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
20163 Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
20164 Branch: cfgperl
20165 + lib/lib.pm.PL
20166 - lib/lib.pm
20167 ! MANIFEST Makefile.SH
20168____________________________________________________________________________
20169[ 6226] By: jhi on 2000/06/23 13:53:07
20170 Log: Subject: [PATCH] remove forward declarations in Socket.pm
20171 From: Doug MacEachern <dougm@covalent.net>
20172 Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
20173 Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
20174
20175 From: Doug MacEachern <dougm@covalent.net>
20176 Subject: Re: [PATCH] remove forward declarations in Socket.pm
20177 Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
20178 Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
20179 Branch: cfgperl
20180 ! ext/Socket/Socket.pm op.c
20181____________________________________________________________________________
20182[ 6225] By: jhi on 2000/06/23 13:41:52
20183 Log: Add source code filenames to apidoc.
20184 From: simon@brecon.co.uk (Simon Cozens)
20185 Subject: [PATCH embed.pl] Source X-ref
20186 Date: 22 Jun 2000 02:18:49 GMT
20187 Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
20188 Branch: cfgperl
20189 ! embed.pl
20190____________________________________________________________________________
20191[ 6224] By: jhi on 2000/06/23 13:32:33
20192 Log: A way to avoid English.pm performance hit.
20193 From: root <root@jester.slaysys.com>
20194 Subject: [YAPATCH English.pm] My turn to putt again
20195 Date: Thu, 22 Jun 2000 20:33:58 -0400
20196 Message-Id: <200006230033.UAA05960@jester.slaysys.com>
20197 Branch: cfgperl
20198 ! lib/English.pm t/lib/english.t
20199____________________________________________________________________________
20200[ 6223] By: jhi on 2000/06/23 13:27:06
20201 Log: Avoid double close().
20202 Subject: [PATCH] avoid double close()
20203 From: Doug MacEachern <dougm@covalent.net>
20204 Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
20205 Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
20206 Branch: cfgperl
20207 ! doio.c
20208____________________________________________________________________________
20209[ 6222] By: jhi on 2000/06/23 13:25:54
20210 Log: doc typo fix
20211 Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
20212 From: Ian Phillipps <Ian.Phillipps@iname.com>
20213 Date: Fri, 23 Jun 2000 10:40:58 +0100
20214 Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
20215 Branch: cfgperl
20216 ! lib/Pod/Usage.pm
20217____________________________________________________________________________
20218[ 6221] By: jhi on 2000/06/23 13:24:15
20219 Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
20220 From: simon@brecon.co.uk (Simon Cozens)
20221 Subject: [PATCH] Eliminate tr///[CU][CU]
20222 Date: 23 Jun 2000 11:05:40 GMT
20223 Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
20224 Branch: cfgperl
20225 ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
20226____________________________________________________________________________
20227[ 6220] By: jhi on 2000/06/22 16:07:51
20228 Log: Win32 patches from Benjamin Stuhl.
20229 Branch: cfgperl
20230 ! makedef.pl win32/win32.h
20231____________________________________________________________________________
20232[ 6219] By: jhi on 2000/06/22 16:06:34
20233 Log: Bytecode patches from Benjamin Stuhl.
20234 Branch: cfgperl
20235 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
20236 ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
20237 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20238____________________________________________________________________________
20239[ 6218] By: jhi on 2000/06/15 23:54:16
20240 Log: Bytecode patches from Benjamin Stuhl.
20241 Branch: cfgperl
20242 ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
20243____________________________________________________________________________
20244[ 6217] By: jhi on 2000/06/09 13:38:29
20245 Log: Rename the fdpid locking and integrate with Sarathy.
20246 Branch: cfgperl
20247 ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
20248 ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
20249 ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
20250 ! win32/win32.c
20251 !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
ee517269 20252____________________________________________________________________________
25fbdfc0
GS
20253[ 6216] By: gsar on 2000/06/08 14:54:21
20254 Log: be more optimal about clearing @_
bee0ef1e 20255 Branch: perl
25fbdfc0 20256 ! cop.h
bee0ef1e 20257____________________________________________________________________________
25fbdfc0
GS
20258[ 6215] By: gsar on 2000/06/08 14:33:04
20259 Log: tweak comment about @DB::args
bee0ef1e 20260 Branch: perl
25fbdfc0 20261 ! av.h pp_ctl.c
bee0ef1e 20262____________________________________________________________________________
25fbdfc0
GS
20263[ 6214] By: gsar on 2000/06/08 13:57:54
20264 Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
20265 caller() wants to populate @DB::args with it (causes a coredump
20266 in Carp::confess())
bee0ef1e 20267 Branch: perl
25fbdfc0 20268 ! cop.h t/op/runlevel.t
bee0ef1e 20269____________________________________________________________________________
25fbdfc0
GS
20270[ 6213] By: gsar on 2000/06/08 07:06:35
20271 Log: back out change#6106 (seems problematic)
bee0ef1e 20272 Branch: perl
25fbdfc0 20273 ! hints/solaris_2.sh
bee0ef1e 20274____________________________________________________________________________
51c9377f
JH
20275[ 6212] By: jhi on 2000/06/07 03:10:36
20276 Log: Continuing mopup for #6204.
20277 Branch: cfgperl
20278 ! ext/B/defsubs_h.PL
20279____________________________________________________________________________
20280[ 6211] By: jhi on 2000/06/07 02:41:50
20281 Log: Mopup for #6204.
20282 Under the 5005 threads the t/lib/b.t for B::Deparse fails:
20283 Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
20284 This is comes from const() where POK isn't on when expected.
20285 Branch: cfgperl
20286 ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
20287 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20288 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
20289 ! perlapi.h pod/perlapi.pod
20290____________________________________________________________________________
20291[ 6210] By: jhi on 2000/06/07 01:56:29
20292 Log: Mopup for #6207 and #6209.
20293 Branch: cfgperl
20294 ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
20295____________________________________________________________________________
20296[ 6209] By: jhi on 2000/06/07 01:33:12
20297 Log: Lock PL_fdpid against race conditions, based on:
20298 Subject: [PATCH 5.6.0]subprocess fixup for threads
20299 From: Dan Sugalski <dan@sidhe.org>
20300 To: perl5-porters@perl.org
20301 Date: Tue, 11 Apr 2000 17:02:32 -0400
20302 Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
20303 Branch: cfgperl
20304 ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
20305 ! win32/win32.c
20306____________________________________________________________________________
20307[ 6208] By: jhi on 2000/06/07 01:05:23
20308 Log: Regen headers for #6207.
20309 Branch: cfgperl
20310 ! embed.h global.sym objXSUB.h proto.h
20311____________________________________________________________________________
20312[ 6207] By: jhi on 2000/06/06 23:43:13
20313 Log: Subject: [PATCH 5.6.0] Threadsafe patches
20314 From: Dan Sugalski <dan@sidhe.org>
20315 To: perl5-porters@perl.org
20316 Date: Mon, 08 May 2000 18:08:13 -0400
20317 Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
20318 Branch: cfgperl
20319 ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
20320 ! proto.h sv.h util.c
20321____________________________________________________________________________
20322[ 6206] By: jhi on 2000/06/06 23:21:23
20323 Log: Subject: [PATCH] Eliminate $a/$b in pod
20324 From: David Glasser <me@davidglasser.net>
20325 To: perl5-porters@perl.org
20326 Date: Mon, 29 May 2000 21:15:59 -0400
20327 Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
20328 Branch: cfgperl
20329 ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
20330 ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
20331 ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
20332 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
20333 ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
20334 ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
20335 ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
20336 ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
20337 ! pod/perlvar.pod pod/perlxs.pod
20338____________________________________________________________________________
20339[ 6205] By: jhi on 2000/06/06 23:12:14
20340 Log: Subject: [PATCH] Win32 improvements
20341 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
20342 To: gsar@activestate.com, perl5-porters@perl.org
20343 Date: Mon, 29 May 2000 17:22:24 PDT
20344 Message-ID: <20000530002224.91142.qmail@hotmail.com>
20345 (MUA had mangled many lines by wordwrapping)
20346 Branch: cfgperl
20347 ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
20348____________________________________________________________________________
20349[ 6204] By: jhi on 2000/06/06 23:01:50
20350 Log: Subject: [PATCH] B::Bytecode patches
20351 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
20352 To: gsar@activestate.com, jhi@iki.fi
20353 Cc: perl5-porters@perl.org
20354 Message-ID: <20000602202526.48694.qmail@hotmail.com>
20355 (MUA had mangled many lines by wordwrapping)
20356 Branch: cfgperl
20357 ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
20358 ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
20359 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
20360 ! intrpvar.h perl.c
20361____________________________________________________________________________
20362[ 6203] By: jhi on 2000/06/06 22:32:43
20363 Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
20364 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20365 Date: Tue, 06 Jun 2000 13:07:45 -0700
20366 Message-ID: <RoVP5gzkgmTL092yn@efn.org>
20367 Branch: cfgperl
20368 ! pod/perldiag.pod
20369____________________________________________________________________________
20370[ 6202] By: jhi on 2000/06/06 19:38:35
20371 Log: Integrate with Sarathy.
20372 Branch: cfgperl
20373 !> perl.c
20374____________________________________________________________________________
25fbdfc0
GS
20375[ 6201] By: gsar on 2000/06/06 00:42:59
20376 Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
20377 does a PUSHMARK that's never ever POPMARKed; in general, only
20378 Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
20379 Perl_eval_[sp]v() don't because they don't take any incoming
20380 arguments (this leak has been around since the original version
20381 of perl_eval_pv() in 5.003_97e)
bee0ef1e 20382 Branch: perl
25fbdfc0 20383 ! perl.c
bee0ef1e 20384____________________________________________________________________________
51c9377f
JH
20385[ 6200] By: jhi on 2000/06/04 03:44:52
20386 Log: Update to cperl-mode.el 4.31 from
20387 ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
20388 Subject: A couple of notes
20389 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20390 To: Mailing list Perl5 <perl5-porters@perl.org>
20391 Date: Sat, 3 Jun 2000 23:33:32 -0400
20392 Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
20393 Branch: cfgperl
20394 ! emacs/cperl-mode.el
20395____________________________________________________________________________
20396[ 6199] By: jhi on 2000/06/03 15:11:05
20397 Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
20398 From: Dan Sugalski <dan@sidhe.org>
20399 To: perl5-porters@perl.org, vmsperl@perl.org
20400 Date: Fri, 02 Jun 2000 17:30:51 -0400
20401 Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
20402 Branch: cfgperl
20403 ! vms/descrip_mms.template vms/gen_shrfls.pl
20404____________________________________________________________________________
20405[ 6198] By: jhi on 2000/06/03 14:59:15
20406 Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
20407 From: Dan Sugalski <dan@sidhe.org>
20408 To: vmsperl@perl.org, perl5-porters@perl.org
20409 Date: Fri, 02 Jun 2000 16:00:41 -0400
20410 Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
20411 Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
20412 Branch: cfgperl
20413 ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
20414 ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
20415 ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
20416____________________________________________________________________________
20417[ 6197] By: jhi on 2000/06/03 14:41:30
20418 Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
20419 From: John Borwick <jhborwic@unity.ncsu.edu>
20420 Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
20421 Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
20422 Branch: cfgperl
20423 ! pod/perlsyn.pod
20424____________________________________________________________________________
20425[ 6196] By: jhi on 2000/06/03 14:38:09
20426 Log: Integrate with Sarathy.
20427 Branch: cfgperl
20428 !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20429 !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20430 !> vms/perly_c.vms
20431____________________________________________________________________________
25fbdfc0
GS
20432[ 6195] By: gsar on 2000/06/02 22:43:13
20433 Log: fix yet another eval"" leak under USE_ITHREADS
bee0ef1e 20434 Branch: perl
25fbdfc0 20435 ! op.c
bee0ef1e 20436____________________________________________________________________________
25fbdfc0
GS
20437[ 6194] By: gsar on 2000/06/02 18:22:06
20438 Log: fix small eval"" memory leaks under USE_ITHREADS
bd05022c 20439 Branch: perl
25fbdfc0
GS
20440 ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20441 ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20442 ! vms/perly_c.vms
bd05022c 20443____________________________________________________________________________
51c9377f
JH
20444[ 6193] By: jhi on 2000/06/01 13:03:56
20445 Log: Signals-be-gone for microperl.
20446 Branch: cfgperl
20447 ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
20448____________________________________________________________________________
20449[ 6192] By: jhi on 2000/06/01 12:52:02
20450 Log: Integrate with Sarathy.
20451 Branch: cfgperl
20452 +> lib/Pod/LaTeX.pm t/lib/selfloader.t
20453 !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
20454 !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
20455 !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
20456 !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
20457 !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
20458 !> t/op/vec.t utils/h2xs.PL
20459____________________________________________________________________________
25fbdfc0
GS
20460[ 6191] By: gsar on 2000/06/01 09:38:21
20461 Log: vec() loses numericalness (modified version of patch suggested
20462 by Robin Barker)
bd05022c 20463 Branch: perl
25fbdfc0 20464 ! doop.c t/op/vec.t
bd05022c 20465____________________________________________________________________________
25fbdfc0
GS
20466[ 6190] By: gsar on 2000/06/01 09:26:15
20467 Log: submit missing embed.pl change
bd05022c 20468 Branch: perl
25fbdfc0 20469 ! embed.pl
bd05022c 20470____________________________________________________________________________
25fbdfc0
GS
20471[ 6189] By: gsar on 2000/06/01 09:05:34
20472 Log: counting tr/// corrupts later operation (from M.J.T Guy)
bd05022c 20473 Branch: perl
25fbdfc0 20474 ! doop.c t/op/tr.t
bd05022c 20475____________________________________________________________________________
25fbdfc0
GS
20476[ 6188] By: gsar on 2000/06/01 08:58:39
20477 Log: h2xs tweaks
bd05022c 20478 Branch: perl
25fbdfc0 20479 ! utils/h2xs.PL
bd05022c 20480____________________________________________________________________________
25fbdfc0
GS
20481[ 6187] By: gsar on 2000/06/01 08:50:07
20482 Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
20483 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
e277ebbf 20484 Branch: perl
25fbdfc0
GS
20485 + lib/Pod/LaTeX.pm
20486 ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
20487 ! pod/pod2latex.PL
e277ebbf 20488____________________________________________________________________________
25fbdfc0
GS
20489[ 6186] By: gsar on 2000/06/01 08:24:40
20490 Log: further qualify references to "alphanumeric" (from Wolfgang Laun
20491 <wolfgang.laun@alcatel.at>)
e277ebbf 20492 Branch: perl
25fbdfc0
GS
20493 ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
20494 ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
e277ebbf 20495____________________________________________________________________________
25fbdfc0
GS
20496[ 6185] By: gsar on 2000/06/01 08:12:00
20497 Log: remove incorrect documentation about implicit split to @_ in
20498 list context, which never really worked in perl 5 (from
20499 M.J.T. Guy)
e277ebbf 20500 Branch: perl
25fbdfc0 20501 ! pod/perlfunc.pod pod/perltrap.pod
e277ebbf 20502____________________________________________________________________________
25fbdfc0
GS
20503[ 6184] By: gsar on 2000/06/01 07:52:27
20504 Log: tweak for change#6127
e277ebbf 20505 Branch: perl
25fbdfc0 20506 ! perl.c
e277ebbf 20507____________________________________________________________________________
25fbdfc0
GS
20508[ 6183] By: gsar on 2000/06/01 07:41:02
20509 Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
20510 <nick@ccl4.org>)
e277ebbf 20511 Branch: perl
25fbdfc0
GS
20512 + t/lib/selfloader.t
20513 ! MANIFEST lib/SelfLoader.pm
e277ebbf 20514____________________________________________________________________________
51c9377f
JH
20515[ 6182] By: jhi on 2000/06/01 00:34:42
20516 Log: Be Cleaner Part Deux.
20517 Branch: cfgperl
20518 ! Makefile.SH
20519____________________________________________________________________________
20520[ 6181] By: jhi on 2000/06/01 00:32:09
20521 Log: Integrate with Sarathy.
20522 Branch: cfgperl
20523 !> pp.c t/op/arith.t
20524____________________________________________________________________________
20525[ 6180] By: jhi on 2000/06/01 00:31:13
20526 Log: microperl nits from Simon Cozens.
20527 Branch: cfgperl
20528 + uconfig.h
20529 ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
20530 ! unixish.h
20531____________________________________________________________________________
25fbdfc0
GS
20532[ 6179] By: gsar on 2000/05/31 22:37:51
20533 Log: buggy modulus on UVs introduced by change#3378 (resulted in
20534 4063328477 % 65535 amounting to 27406, instead of 27407)
e277ebbf 20535 Branch: perl
25fbdfc0 20536 ! pp.c t/op/arith.t
e277ebbf 20537____________________________________________________________________________
51c9377f
JH
20538[ 6178] By: jhi on 2000/05/31 21:52:41
20539 Log: Be cleaner.
20540 Branch: cfgperl
20541 ! Makefile.SH
20542____________________________________________________________________________
20543[ 6177] By: jhi on 2000/05/31 21:47:33
20544 Log: Substitution utf8 patch from Simon Cozens.
20545 Branch: cfgperl
20546 ! pp_hot.c
20547____________________________________________________________________________
20548[ 6176] By: jhi on 2000/05/31 21:45:34
20549 Log: Single-quoted utf8 patch from Simon Cozens.
20550 Branch: cfgperl
20551 ! toke.c
20552____________________________________________________________________________
20553[ 6175] By: jhi on 2000/05/31 21:40:18
20554 Log: Integrate with Sarathy.
20555 Branch: cfgperl
20556 !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
20557____________________________________________________________________________
20558[ 6174] By: jhi on 2000/05/31 21:37:31
20559 Log: microperl changes from Simon Cozens; Makefile for microperl
20560 written from scratch; few casts added as microperl compilation
20561 doesn't have all prototypes available.
20562 Branch: cfgperl
20563 + Makefile.micro README.micro Todo.micro uconfig.sh
20564 ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
20565 ! perl.c perl.h perlio.c unixish.h utf8.c util.c
20566 Branch: metaconfig
20567 + U/modified/Config_h.U
20568____________________________________________________________________________
20569[ 6173] By: jhi on 2000/05/31 20:00:24
20570 Log: metaconfig maintenance.
20571 Branch: metaconfig
20572 + U/modified/Inhdr.U U/typedefs/inotype.U
20573 Branch: metaconfig/U/perl
20574 + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
20575 + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
20576____________________________________________________________________________
25fbdfc0
GS
20577[ 6172] By: gsar on 2000/05/31 05:05:42
20578 Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20579 (from Ilya Zakharevich)
e277ebbf 20580 Branch: perl
25fbdfc0 20581 ! regexec.c t/op/re_tests
e277ebbf 20582____________________________________________________________________________
25fbdfc0
GS
20583[ 6171] By: gsar on 2000/05/31 05:01:47
20584 Log: scalar() doesn't force scalar context when used in void context
20585 (from Simon Cozens)
e277ebbf 20586 Branch: perl
25fbdfc0 20587 ! op.c t/op/wantarray.t
e277ebbf 20588____________________________________________________________________________
25fbdfc0
GS
20589[ 6170] By: gsar on 2000/05/31 04:41:33
20590 Log: change#6142 needs tweaks to tests to work where there's no symlink()
20591 (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
e277ebbf 20592 Branch: perl
25fbdfc0 20593 ! t/lib/filefind.t
e277ebbf 20594____________________________________________________________________________
25fbdfc0
GS
20595[ 6169] By: gsar on 2000/05/31 04:29:49
20596 Log: integrate cfgperl contents into mainline
e277ebbf 20597 Branch: perl
25fbdfc0
GS
20598 +> pod/perlmodlib.PL pod/perlnewmod.pod
20599 !> (integrate 42 files)
e277ebbf 20600____________________________________________________________________________
51c9377f
JH
20601[ 6168] By: jhi on 2000/05/30 22:53:37
20602 Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20603 Branch: cfgperl
20604 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20605 ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
20606 ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
20607 ! win32/config.bc win32/config.gc win32/config.vc
20608 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20609 ! win32/config_h.PL win32/config_sh.PL
20610 Branch: metaconfig/U/perl
20611 ! perlxv.U
20612____________________________________________________________________________
20613[ 6167] By: jhi on 2000/05/30 22:20:21
20614 Log: tweak todo
20615 Branch: cfgperl
20616 ! Todo-5.6
20617____________________________________________________________________________
20618[ 6166] By: jhi on 2000/05/30 22:11:51
20619 Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20620 in case somebody wants to write an extension for more
20621 shadow database interfaces.
20622 Branch: cfgperl
20623 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20624 ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
20625 ! vos/config.def vos/config.h vos/config_h.SH_orig
20626 ! win32/config.bc win32/config.gc win32/config.vc
20627 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20628 Branch: metaconfig
20629 ! U/modified/Myinit.U
20630 Branch: metaconfig/U/perl
20631 + d_getespwnam.U d_getprpwnam.U i_prot.U
20632____________________________________________________________________________
20633[ 6165] By: jhi on 2000/05/30 18:35:34
20634 Log: Integrate with Sarathy.
20635 Branch: cfgperl
20636 !> op.c
20637____________________________________________________________________________
20638[ 6164] By: jhi on 2000/05/30 18:30:16
20639 Log: detypo
20640 Branch: cfgperl
20641 ! Configure config_h.SH
20642 Branch: metaconfig/U/perl
20643 ! perlxv.U
20644____________________________________________________________________________
25fbdfc0
GS
20645[ 6163] By: gsar on 2000/05/30 03:24:03
20646 Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
20647 Branch: perl
20648 ! op.c
20649____________________________________________________________________________
20650[ 6162] By: gsar on 2000/05/30 03:09:38
20651 Log: fix memory leak in method call optimization (change#3768);
20652 made C<eval "$x->foo()"> leak
20653 Branch: perl
20654 ! op.c
20655____________________________________________________________________________
51c9377f
JH
20656[ 6161] By: jhi on 2000/05/29 17:56:26
20657 Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20658 both from Simon Cozens.
20659 Branch: cfgperl
20660 + pod/perlmodlib.PL pod/perlnewmod.pod
20661 ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
20662 ! pod/perlmodlib.pod pod/perltoc.pod
20663____________________________________________________________________________
20664[ 6160] By: jhi on 2000/05/29 17:23:55
20665 Log: Changes for the File::Temp 0.08 (change #6159) test suite
20666 to fit better into the Perl distribution test framework.
20667 Branch: cfgperl
20668 ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
20669 ! t/lib/ftmp-tempfile.t
20670____________________________________________________________________________
20671[ 6159] By: jhi on 2000/05/29 16:55:36
20672 Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20673 Branch: cfgperl
20674 ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20675 ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20676____________________________________________________________________________
20677[ 6158] By: bailey on 2000/05/29 16:22:08
20678 Log: Add fallback to tmpfile for use in cases where user's relying on
20679 ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20680 Lane's patch)
20681 Branch: vmsperl
20682 ! vms/vms.c vms/vmsish.h
20683____________________________________________________________________________
20684[ 6157] By: jhi on 2000/05/29 03:10:36
20685 Log: Regen Configure to jive with #6149.
20686 Branch: cfgperl
20687 ! Configure
20688 Branch: metaconfig
20689 ! U/modified/Getfile.U
20690____________________________________________________________________________
20691[ 6156] By: jhi on 2000/05/29 03:01:38
20692 Log: Integrate with Sarathy.
20693 Branch: cfgperl
20694 +> ext/DynaLoader/dl_mac.xs
20695 !> (integrate 38 files)
20696____________________________________________________________________________
25fbdfc0
GS
20697[ 6155] By: gsar on 2000/05/28 21:15:58
20698 Log: small bug in change#6144; remove random \xA0 character that snuck
20699 in via change#6145
e277ebbf 20700 Branch: perl
25fbdfc0 20701 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
e277ebbf 20702____________________________________________________________________________
25fbdfc0
GS
20703[ 6154] By: gsar on 2000/05/28 21:04:19
20704 Log: avoid type mismatch warning
20705 Branch: perl
20706 ! perl.c
20707____________________________________________________________________________
20708[ 6153] By: gsar on 2000/05/28 20:58:31
20709 Log: prettier Test::Harness output on failed tests (from Nicholas Clark
20710 <nick@Bagpuss.uk.boo.com>)
e277ebbf 20711 Branch: perl
25fbdfc0 20712 ! lib/Test/Harness.pm
e277ebbf 20713____________________________________________________________________________
25fbdfc0
GS
20714[ 6152] By: gsar on 2000/05/28 20:53:42
20715 Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
e277ebbf 20716 Branch: perl
25fbdfc0 20717 ! regexec.c
e277ebbf 20718____________________________________________________________________________
25fbdfc0
GS
20719[ 6151] By: gsar on 2000/05/28 20:50:28
20720 Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
e277ebbf 20721 Branch: perl
25fbdfc0 20722 ! regexec.c
e277ebbf 20723____________________________________________________________________________
25fbdfc0
GS
20724[ 6150] By: gsar on 2000/05/28 20:39:58
20725 Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
e277ebbf 20726 Branch: perl
25fbdfc0
GS
20727 ! pod/perlrequick.pod
20728____________________________________________________________________________
20729[ 6149] By: gsar on 2000/05/28 20:35:16
20730 Log: OS/2 tweaks for usethreads build (from Rocco Caputo
20731 <troc@netrus.net>)
e277ebbf 20732 Branch: perl
25fbdfc0
GS
20733 ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
20734 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
20735 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
20736 ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
20737____________________________________________________________________________
20738[ 6148] By: gsar on 2000/05/28 20:21:07
20739 Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
e277ebbf 20740 Branch: perl
25fbdfc0
GS
20741 ! lib/ExtUtils/MM_Unix.pm
20742____________________________________________________________________________
20743[ 6147] By: gsar on 2000/05/28 20:12:41
20744 Log: add a make entry to Config.pm so "perl -V:make" works on VMS
20745 (from Peter Prymmer)
20746 Branch: perl
20747 ! vms/subconfigure.com
e277ebbf 20748____________________________________________________________________________
25fbdfc0
GS
20749[ 6146] By: gsar on 2000/05/28 20:06:15
20750 Log: doc typo
e277ebbf 20751 Branch: perl
25fbdfc0 20752 ! lib/warnings.pm warnings.h warnings.pl
e277ebbf 20753____________________________________________________________________________
25fbdfc0
GS
20754[ 6145] By: gsar on 2000/05/28 18:44:33
20755 Log: make xsubpp skip embedded pod (from Matthias Neeracher
20756 <neeri@iis.ee.ethz.ch>)
e277ebbf
GS
20757 Branch: perl
20758 ! lib/ExtUtils/xsubpp
20759____________________________________________________________________________
25fbdfc0
GS
20760[ 6144] By: gsar on 2000/05/28 18:42:49
20761 Log: MacOS support, part 2: make AutoSplit use File::Spec instead
20762 of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20763 <neeri@iis.ee.ethz.ch>)
e277ebbf 20764 Branch: perl
25fbdfc0 20765 ! lib/AutoSplit.pm
e277ebbf 20766____________________________________________________________________________
25fbdfc0
GS
20767[ 6143] By: gsar on 2000/05/28 18:41:12
20768 Log: MacOS support, part 1 (from Matthias Neeracher
20769 <neeri@iis.ee.ethz.ch>)
e277ebbf 20770 Branch: perl
25fbdfc0
GS
20771 + ext/DynaLoader/dl_mac.xs
20772 ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20773 ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
20774 ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
20775 ! util.h
e277ebbf 20776____________________________________________________________________________
25fbdfc0
GS
20777[ 6142] By: gsar on 2000/05/28 18:21:51
20778 Log: File::Find fails to chdir when chasing symlinks (from
20779 Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20780 Branch: perl
20781 ! lib/File/Find.pm t/lib/filefind.t
e277ebbf 20782____________________________________________________________________________
25fbdfc0
GS
20783[ 6141] By: jhi on 2000/05/28 14:25:15
20784 Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20785 forwarded by Peter Seebach from the bsdi-users mailing list.
20786 p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20787 Branch: perl
20788 ! hints/bsdos.sh
20789____________________________________________________________________________
51c9377f
JH
20790[ 6140] By: jhi on 2000/05/28 14:11:57
20791 Log: Integrate with Sarathy.
20792 Branch: cfgperl
20793 +> (branch 30 files)
20794 !> (integrate 93 files)
20795____________________________________________________________________________
25fbdfc0
GS
20796[ 6139] By: gsar on 2000/05/28 10:01:48
20797 Log: revise mktables.PL for bugs and newness in Unicode 3.0
20798 (from James Bence <jbence@amgen.com>)
20799 Branch: perl
20800 + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
20801 + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
20802 + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
20803 + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
20804 + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
20805 + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
20806 + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
20807 + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
20808 + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
20809 + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
20810 + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
20811 + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
20812 + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
20813 + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
20814 + lib/unicode/Is/SylWU.pl
20815 ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
20816 ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20817 ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20818 ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20819 ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20820 ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20821 ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20822 ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20823 ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20824 ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20825 ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20826 ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20827 ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20828 ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20829 ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20830 ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
20831 ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
20832 ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
20833 ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
20834 ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
20835 ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
20836 ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
20837 ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
20838 ! lib/unicode/Makefile lib/unicode/mktables.PL
20839____________________________________________________________________________
20840[ 6138] By: gsar on 2000/05/28 08:50:32
20841 Log: add note about the handling of negative indices to tied arrays
20842 (from Michael G Schwern <schwern@pobox.com>)
20843 Branch: perl
20844 ! pod/perltie.pod
20845____________________________________________________________________________
20846[ 6137] By: gsar on 2000/05/28 08:46:10
20847 Log: fix bogus redeclaration warning for "our" variables in different
20848 scopes
20849 Branch: perl
20850 ! op.c t/pragma/strict-vars
20851____________________________________________________________________________
20852[ 6136] By: gsar on 2000/05/28 08:31:20
20853 Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
20854 Branch: perl
20855 ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
20856____________________________________________________________________________
20857[ 6135] By: gsar on 2000/05/28 08:17:50
20858 Log: enable Test::Harness to dynamically determine column width etc.
20859 (from Rob Napier <rnapier@employees.org>)
20860 Branch: perl
20861 ! lib/Test/Harness.pm
20862____________________________________________________________________________
20863[ 6134] By: gsar on 2000/05/28 08:13:39
20864 Log: make Test::Harness use wait.h/WCOREDUMP if available
20865 (from Ben Tilly <ben_tilly@hotmail.com>)
20866 Branch: perl
20867 ! lib/Test/Harness.pm
e277ebbf 20868____________________________________________________________________________
25fbdfc0
GS
20869[ 6133] By: gsar on 2000/05/28 08:08:05
20870 Log: elide bogus test in change#6132
e277ebbf 20871 Branch: perl
25fbdfc0 20872 ! t/pragma/warn/9enabled
e277ebbf 20873____________________________________________________________________________
25fbdfc0
GS
20874[ 6132] By: gsar on 2000/05/28 08:03:14
20875 Log: warnings::enabled() doesn't fall back to looking at $^W if
20876 caller isn't using lexical warnings (from Paul Marquess)
e277ebbf 20877 Branch: perl
25fbdfc0
GS
20878 ! pp_ctl.c t/pragma/warn/9enabled
20879____________________________________________________________________________
20880[ 6131] By: gsar on 2000/05/28 07:57:47
20881 Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
e277ebbf 20882 Branch: perl
25fbdfc0 20883 ! ext/POSIX/POSIX.pm
e277ebbf 20884____________________________________________________________________________
25fbdfc0
GS
20885[ 6130] By: gsar on 2000/05/28 07:29:12
20886 Log: fix places that mean C<"word" character> but say C<alphanumeric
20887 character>
e277ebbf 20888 Branch: perl
25fbdfc0 20889 ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
e277ebbf 20890____________________________________________________________________________
25fbdfc0
GS
20891[ 6129] By: gsar on 2000/05/28 07:18:41
20892 Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
e277ebbf 20893 Branch: perl
25fbdfc0 20894 ! vms/test.com
e277ebbf 20895____________________________________________________________________________
25fbdfc0
GS
20896[ 6128] By: gsar on 2000/05/28 07:12:55
20897 Log: new perlxstut example for passing/returning refs to arrays
20898 (from David Lowe <dlowe@pootpoot.com>)
20899 Branch: perl
20900 ! pod/perlxstut.pod
e277ebbf 20901____________________________________________________________________________
25fbdfc0
GS
20902[ 6127] By: gsar on 2000/05/28 07:02:50
20903 Log: call_method(...,G_EVAL) can longjmp() out if the method probing
20904 failed (from Gisle Aas)
20905 Branch: perl
20906 ! cop.h perl.c
e277ebbf 20907____________________________________________________________________________
25fbdfc0
GS
20908[ 6126] By: gsar on 2000/05/28 06:39:53
20909 Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
20910 (reworked variant of patch suggested by Simon Cozens)
20911 Branch: perl
20912 ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20913 ! pp_hot.c proto.h t/op/gv.t
20914____________________________________________________________________________
20915[ 6125] By: gsar on 2000/05/28 05:14:55
20916 Log: enable propagating exception objects via Perl_croak() in XS code
20917 (from Gisle Aas)
20918 Branch: perl
20919 ! util.c
20920____________________________________________________________________________
20921[ 6124] By: gsar on 2000/05/28 05:07:28
20922 Log: integrate vmsperl contents into mainline
20923 Branch: perl
20924 !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20925 !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20926 !> vms/vmsish.h
20927____________________________________________________________________________
20928[ 6123] By: gsar on 2000/05/28 05:03:53
20929 Log: clarify gotcha with #line directives (from Rocco Caputo
20930 <troc@netrus.net>)
20931 Branch: perl
20932 ! pod/perldebug.pod pod/perlsyn.pod
20933____________________________________________________________________________
20934[ 6122] By: gsar on 2000/05/28 04:58:29
20935 Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
20936 (from Mark-Jason Dominus)
20937 Branch: perl
20938 ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
20939 ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20940 ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20941 ! toke.c
e277ebbf 20942____________________________________________________________________________
51c9377f
JH
20943[ 6121] By: bailey on 2000/05/25 04:46:54
20944 Log: Allow eliminate_macros() and fixpath() to handle space-delimited
20945 lists (based on fixes by Craig Berry)
20946 Branch: vmsperl
20947 ! lib/File/Spec/VMS.pm
20948____________________________________________________________________________
20949[ 6120] By: bailey on 2000/05/25 04:25:38
20950 Log: Add missing escape (Charles Lane)
20951 Branch: vmsperl
20952 ! t/op/lex_assign.t
20953____________________________________________________________________________
20954[ 6119] By: bailey on 2000/05/25 04:21:25
20955 Log: Quiet error messages in vmsish.t (Charles Lane)
20956 Branch: vmsperl
20957 ! vms/ext/vmsish.t
20958____________________________________________________________________________
20959[ 6118] By: bailey on 2000/05/25 04:17:57
20960 Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20961 Flatten case labels in switch statements uniformly (Charles Bailey)
20962 Branch: vmsperl
20963 ! vms/vms.c
20964____________________________________________________________________________
20965[ 6117] By: bailey on 2000/05/25 03:58:09
20966 Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
20967 Branch: vmsperl
20968 ! vms/vmsish.h
20969____________________________________________________________________________
20970[ 6116] By: bailey on 2000/05/25 03:11:15
20971 Log: Miscellaneous cosmetic fixes (Charles Lane)
20972 Branch: vmsperl
20973 ! lib/ExtUtils/MM_VMS.pm
20974____________________________________________________________________________
20975[ 6115] By: bailey on 2000/05/25 03:10:36
20976 Log: Add bounds checking for several strings (Charles Lane)
20977 Branch: vmsperl
20978 ! vms/vms.c
20979____________________________________________________________________________
20980[ 6114] By: bailey on 2000/05/25 02:25:34
20981 Log: Urk -- undo previous removal of vmsish 'exit' change
20982 Branch: vmsperl
20983 ! vms/ext/vmsish.pm vms/vmsish.h
20984____________________________________________________________________________
20985[ 6113] By: bailey on 2000/05/24 02:24:40
20986 Log: Ugly workaround for version-specific RTL error
20987 Branch: vmsperl
20988 ! vms/vms.c
20989____________________________________________________________________________
20990[ 6112] By: bailey on 2000/05/24 02:19:55
20991 Log: Check for existence of file before trying to delete
20992 Branch: vmsperl
20993 ! vms/test.com
20994____________________________________________________________________________
20995[ 6111] By: bailey on 2000/05/23 23:35:13
20996 Log: Resync with mainline prior to post-5.6.0 updates
20997 Branch: vmsperl
20998 +> (branch 49 files)
20999 - t/lib/thread.t t/op/64bit.t t/op/nothread.t
21000 ! vms/ext/vmsish.pm
21001 !> (integrate 334 files)
21002____________________________________________________________________________
21003[ 6110] By: jhi on 2000/05/23 19:28:32
21004 Log: todo tweak
21005 Branch: cfgperl
21006 ! Todo-5.6
21007____________________________________________________________________________
21008[ 6109] By: jhi on 2000/05/18 17:38:54
21009 Log: Integrate with Sarathy.
21010 Branch: cfgperl
21011 !> mg.c perl.h win32/perlhost.h
21012____________________________________________________________________________
25fbdfc0
GS
21013[ 6108] By: gsar on 2000/05/17 02:24:56
21014 Log: reenable fake signal handling on Windows, bugs and all
e277ebbf 21015 Branch: perl
25fbdfc0
GS
21016 ! mg.c perl.h win32/perlhost.h
21017____________________________________________________________________________
51c9377f
JH
21018[ 6107] By: jhi on 2000/05/15 18:01:41
21019 Log: Tweak the todo list.
21020 Branch: cfgperl
21021 ! Todo-5.6
21022____________________________________________________________________________
21023[ 6106] By: jhi on 2000/05/15 13:41:48
21024 Log: The (Configure) script refuses to go on, after asking for
21025 'You may also choose to try maximal 64-bitness....'.
21026 If answer is yes the script can't find the 'workshoplibpth.cbu' file.
21027 -- Patrick Zima
21028 p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de>
21029 Branch: cfgperl
21030 ! hints/solaris_2.sh
21031____________________________________________________________________________
21032[ 6105] By: jhi on 2000/05/11 14:37:43
21033 Log: Integrate with Sarathy.
21034 Branch: cfgperl
21035 !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
21036 !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
21037____________________________________________________________________________
25fbdfc0
GS
21038[ 6104] By: gsar on 2000/05/11 03:39:07
21039 Log: PL_sys_intern was being initialized too late on windows
e277ebbf 21040 Branch: perl
25fbdfc0
GS
21041 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
21042 ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
e277ebbf 21043____________________________________________________________________________
51c9377f
JH
21044[ 6103] By: jhi on 2000/05/09 19:42:20
21045 Log: Test tweaking for Unicos continues.
21046 Branch: cfgperl
21047 ! t/op/64bitint.t
21048____________________________________________________________________________
21049[ 6102] By: jhi on 2000/05/09 16:47:27
21050 Log: The test suite tweak in #6101 wasn't quite right.
21051 Branch: cfgperl
21052 ! t/lib/complex.t
21053____________________________________________________________________________
21054[ 6101] By: jhi on 2000/05/09 15:35:34
21055 Log: Hints and test tweaks for Unicos.
21056 Branch: cfgperl
21057 ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
21058____________________________________________________________________________
21059[ 6100] By: jhi on 2000/05/08 21:15:06
21060 Log: More compilation tweakery from Allen Smith.
21061 Branch: cfgperl
21062 ! hints/irix_6.sh
21063____________________________________________________________________________
21064[ 6099] By: jhi on 2000/05/08 19:21:18
21065 Log: Tweaks for the cc bugs from Allen Smith.
21066 Branch: cfgperl
21067 ! hints/irix_6.sh
21068____________________________________________________________________________
21069[ 6098] By: jhi on 2000/05/08 19:13:37
21070 Log: Add a note about other, yet unsupported, shadow password APIs.
21071 Branch: cfgperl
21072 ! pp_sys.c
21073____________________________________________________________________________
21074[ 6097] By: jhi on 2000/05/08 18:46:34
21075 Log: Add a note about possible compilation problems from Allen Smith.
21076 Branch: cfgperl
21077 ! hints/irix_6.sh
21078____________________________________________________________________________
21079[ 6096] By: jhi on 2000/05/08 17:33:10
21080 Log: Integrate with Sarathy.
21081 Branch: cfgperl
21082 !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
21083 !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
21084____________________________________________________________________________
21085[ 6095] By: jhi on 2000/05/08 16:21:33
21086 Log: Introduce NV_PRESERVED_BITS. Not yet used anywhere but
21087 might be useful in future.
21088 Branch: cfgperl
21089 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21090 ! config_h.SH
21091 Branch: metaconfig
21092 ! U/installdirs/inc_version_list.U
21093 Branch: metaconfig/U/perl
21094 ! perlxv.U
21095____________________________________________________________________________
25fbdfc0
GS
21096[ 6094] By: gsar on 2000/05/08 14:22:22
21097 Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
21098 Branch: perl
21099 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
21100 ! hints/cygwin.sh pp_sys.c
21101____________________________________________________________________________
21102[ 6093] By: gsar on 2000/05/08 12:52:28
21103 Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
21104 undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
21105 Branch: perl
21106 ! pp_sys.c sv.c win32/perlhost.h
e277ebbf 21107____________________________________________________________________________
51c9377f
JH
21108[ 6092] By: jhi on 2000/05/07 22:40:34
21109 Log: Regen perltoc with the fixed buildtoc.
21110 Branch: cfgperl
21111 ! pod/perltoc.pod
21112____________________________________________________________________________
21113[ 6091] By: jhi on 2000/05/07 22:24:16
21114 Log: Integrate with Sarathy.
21115 Branch: cfgperl
21116 !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
21117 !> t/op/substr.t toke.c
21118____________________________________________________________________________
25fbdfc0
GS
21119[ 6090] By: gsar on 2000/05/07 19:47:07
21120 Log: concat doesn't preserve utf8-ness, and doesn't invalidate
21121 [NI]OK; added tests for both
e277ebbf 21122 Branch: perl
25fbdfc0 21123 ! perl.c pp_hot.c sv.c t/op/substr.t
e277ebbf 21124____________________________________________________________________________
25fbdfc0
GS
21125[ 6089] By: gsar on 2000/05/07 18:18:38
21126 Log: buildtoc tweak to fix newline lossage
53c32ee0 21127 Branch: perl
25fbdfc0 21128 ! pod/buildtoc
53c32ee0 21129____________________________________________________________________________
51c9377f
JH
21130[ 6088] By: jhi on 2000/05/07 16:35:36
21131 Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
21132 because we do not use those. The HAS_GETSPNAM remains,
21133 though, because we still do use that.
21134 Branch: cfgperl
21135 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21136 ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
21137 ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
21138 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
21139 ! win32/config.vc win32/config_H.bc win32/config_H.gc
21140 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21141____________________________________________________________________________
25fbdfc0
GS
21142[ 6087] By: gsar on 2000/05/07 16:05:16
21143 Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
53c32ee0 21144 Branch: perl
25fbdfc0 21145 ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53c32ee0 21146____________________________________________________________________________
51c9377f
JH
21147[ 6086] By: jhi on 2000/05/07 15:27:07
21148 Log: Integrate with Sarathy.
21149 Branch: cfgperl
21150 +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21151 +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21152 !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
21153 !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
21154 !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
21155 !> utils/perlbug.PL vms/vms.c vms/vmsish.h
21156____________________________________________________________________________
25fbdfc0
GS
21157[ 6085] By: gsar on 2000/05/07 05:52:02
21158 Log: repeat operator (x) doesn't preserve utf8-ness
53c32ee0 21159 Branch: perl
25fbdfc0 21160 ! pp.c t/op/substr.t
53c32ee0 21161____________________________________________________________________________
25fbdfc0
GS
21162[ 6084] By: gsar on 2000/05/07 05:39:55
21163 Log: substr() does not preserve utf8-ness (from Stefan Eissing
21164 <Eissing@medicaldataservice.de>); added tests
53c32ee0 21165 Branch: perl
25fbdfc0 21166 ! pp.c t/op/substr.t
53c32ee0 21167____________________________________________________________________________
25fbdfc0
GS
21168[ 6083] By: gsar on 2000/05/07 05:24:46
21169 Log: note about undocumented caller() return value (from M.J.T. Guy);
21170 yet another peek.t tweak
53c32ee0 21171 Branch: perl
25fbdfc0 21172 ! pod/perlfunc.pod t/lib/peek.t
53c32ee0 21173____________________________________________________________________________
25fbdfc0
GS
21174[ 6082] By: gsar on 2000/05/07 05:08:40
21175 Log: peek.t non-portable to ithreads
53c32ee0 21176 Branch: perl
25fbdfc0 21177 ! t/lib/peek.t
53c32ee0 21178____________________________________________________________________________
25fbdfc0
GS
21179[ 6081] By: gsar on 2000/05/07 04:17:04
21180 Log: better default perlbug categories for ok reports (from Richard Foley)
53c32ee0 21181 Branch: perl
25fbdfc0 21182 ! utils/perlbug.PL
53c32ee0 21183____________________________________________________________________________
25fbdfc0
GS
21184[ 6080] By: gsar on 2000/05/07 04:08:07
21185 Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
21186 (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21187 Branch: perl
21188 + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21189 + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21190 ! AUTHORS MAINTAIN MANIFEST
53c32ee0 21191____________________________________________________________________________
25fbdfc0
GS
21192[ 6079] By: gsar on 2000/05/07 04:01:38
21193 Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
21194 Branch: perl
21195 ! lib/Carp/Heavy.pm
53c32ee0 21196____________________________________________________________________________
25fbdfc0
GS
21197[ 6078] By: gsar on 2000/05/07 01:24:19
21198 Log: workaround for CRT bug in chdir() (from Charles Lane, via
21199 Peter Prymmer)
21200 Branch: perl
21201 ! iperlsys.h vms/vms.c vms/vmsish.h
53c32ee0 21202____________________________________________________________________________
25fbdfc0
GS
21203[ 6077] By: gsar on 2000/05/07 01:22:23
21204 Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
21205 and Tom Phoenix)
53c32ee0 21206 Branch: perl
25fbdfc0 21207 ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
53c32ee0 21208____________________________________________________________________________
25fbdfc0 21209[ 6076] By: gsar on 2000/05/06 17:36:29
53c32ee0
GS
21210 Log: integrate cfgperl contents into mainline
21211 Branch: perl
25fbdfc0
GS
21212 +> t/lib/peek.t
21213 !> Configure MANIFEST Porting/Glossary Porting/config.sh
21214 !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
21215 !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
21216 !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
53c32ee0 21217____________________________________________________________________________
51c9377f
JH
21218[ 6075] By: jhi on 2000/05/05 18:56:10
21219 Log: Make the test more portable.
21220 Branch: cfgperl
21221 ! t/lib/peek.t
21222____________________________________________________________________________
21223[ 6074] By: jhi on 2000/05/05 18:49:20
21224 Log: Introduce t/lib/peek.t.
21225 Branch: cfgperl
21226 + t/lib/peek.t
21227 ! MANIFEST
21228____________________________________________________________________________
21229[ 6073] By: jhi on 2000/05/05 14:30:45
21230 Log: Complex tweaks.
21231 Branch: cfgperl
21232 ! lib/Math/Complex.pm t/lib/complex.t
21233____________________________________________________________________________
21234[ 6072] By: jhi on 2000/05/05 12:27:13
21235 Log: Integrate with Sarathy.
21236 Branch: cfgperl
21237 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21238 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
21239 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
21240 !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
21241____________________________________________________________________________
25fbdfc0
GS
21242[ 6071] By: gsar on 2000/05/05 02:24:46
21243 Log: misformatted perllocal.pod (from Tim Jenness
21244 <t.jenness@jach.hawaii.edu>)
53c32ee0 21245 Branch: perl
25fbdfc0 21246 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53c32ee0 21247____________________________________________________________________________
25fbdfc0
GS
21248[ 6070] By: gsar on 2000/05/05 02:16:52
21249 Log: remove misleading comment (from M.J.T. Guy)
53c32ee0 21250 Branch: perl
25fbdfc0 21251 ! t/lib/anydbm.t
53c32ee0 21252____________________________________________________________________________
25fbdfc0
GS
21253[ 6069] By: gsar on 2000/05/05 02:15:13
21254 Log: File::Spec compatibility update (from Barrie Slaymaker
21255 <barries@slaysys.com>)
53c32ee0 21256 Branch: perl
25fbdfc0
GS
21257 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
21258 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53c32ee0 21259____________________________________________________________________________
25fbdfc0
GS
21260[ 6068] By: gsar on 2000/05/05 02:01:50
21261 Log: note about values()
53c32ee0 21262 Branch: perl
25fbdfc0 21263 ! pod/perlfunc.pod
53c32ee0 21264____________________________________________________________________________
25fbdfc0
GS
21265[ 6067] By: gsar on 2000/05/05 01:33:09
21266 Log: replace direct call to sighandler() with (*PL_sighandlerp)()
53c32ee0 21267 Branch: perl
25fbdfc0 21268 ! win32/win32.c
53c32ee0 21269____________________________________________________________________________
25fbdfc0
GS
21270[ 6066] By: gsar on 2000/05/05 01:23:43
21271 Log: s/END/CHECK/
53c32ee0 21272 Branch: perl
25fbdfc0 21273 ! perl.c
53c32ee0 21274____________________________________________________________________________
51c9377f
JH
21275[ 6065] By: jhi on 2000/05/04 17:30:22
21276 Log: Integrate with Sarathy.
21277 Branch: cfgperl
21278 !> pp_sys.c sv.c t/pragma/utf8.t toke.c
21279____________________________________________________________________________
25fbdfc0
GS
21280[ 6064] By: gsar on 2000/05/04 17:26:14
21281 Log: change#5905 wasn't quite right--it's intent only applies when arguments
21282 to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
53c32ee0 21283 Branch: perl
25fbdfc0 21284 ! pp_sys.c sv.c
53c32ee0 21285____________________________________________________________________________
25fbdfc0
GS
21286[ 6063] By: gsar on 2000/05/04 16:52:29
21287 Log: tokeq() could read unallocated field in argument
53c32ee0 21288 Branch: perl
25fbdfc0 21289 ! toke.c
53c32ee0 21290____________________________________________________________________________
25fbdfc0
GS
21291[ 6062] By: gsar on 2000/05/04 16:34:51
21292 Log: additional tests for utf8.t
53c32ee0 21293 Branch: perl
25fbdfc0 21294 ! t/pragma/utf8.t
53c32ee0 21295____________________________________________________________________________
25fbdfc0
GS
21296[ 6061] By: gsar on 2000/05/04 16:09:28
21297 Log: change#5921 neglected to make eq honor "use bytes"
53c32ee0 21298 Branch: perl
25fbdfc0 21299 ! sv.c
53c32ee0 21300____________________________________________________________________________
51c9377f
JH
21301[ 6060] By: jhi on 2000/05/04 15:30:16
21302 Log: Integrate with Sarathy.
21303 Branch: cfgperl
21304 !> perl.c regcomp.c t/pragma/utf8.t
21305____________________________________________________________________________
21306[ 6059] By: jhi on 2000/05/04 15:26:37
21307 Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
21308 in natively 64-bit platforms where a long is a quad (no need
21309 for long longs). Also added bias for IVs.
21310 Branch: cfgperl
21311 ! toke.c
21312____________________________________________________________________________
25fbdfc0
GS
21313[ 6058] By: gsar on 2000/05/04 00:19:14
21314 Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21315 (spotted by Donald Kinzer <dkinzer@premia.com>)
53c32ee0 21316 Branch: perl
25fbdfc0 21317 ! perl.c
53c32ee0 21318____________________________________________________________________________
25fbdfc0
GS
21319[ 6057] By: gsar on 2000/05/03 18:34:01
21320 Log: fix broken parsing of /\x{ab}/
53c32ee0 21321 Branch: perl
25fbdfc0 21322 ! regcomp.c t/pragma/utf8.t
53c32ee0 21323____________________________________________________________________________
51c9377f
JH
21324[ 6056] By: jhi on 2000/05/03 17:57:16
21325 Log: The search of infinity continues, this time simplified.
21326 Branch: cfgperl
21327 ! lib/Math/Complex.pm
21328____________________________________________________________________________
21329[ 6055] By: jhi on 2000/05/03 17:45:30
21330 Log: Detypo.
21331 Branch: cfgperl
21332 ! hints/unicos.sh
21333____________________________________________________________________________
21334[ 6054] By: jhi on 2000/05/02 22:28:27
21335 Log: Be more forgiving in POSIX about HUGE_VALL.
21336 Branch: cfgperl
21337 ! ext/POSIX/POSIX.xs
21338____________________________________________________________________________
21339[ 6053] By: jhi on 2000/05/02 22:25:05
21340 Log: Integrate with Sarathy.
21341 Branch: cfgperl
21342 !> hints/irix_6.sh pod/perlop.pod
21343____________________________________________________________________________
21344[ 6052] By: jhi on 2000/05/02 22:24:31
21345 Log: Unicos hint tweak.
21346 Branch: cfgperl
21347 ! hints/unicos.sh
21348____________________________________________________________________________
21349[ 6051] By: jhi on 2000/05/02 22:21:26
21350 Log: Complex tweakery.
21351 Branch: cfgperl
21352 ! lib/Math/Complex.pm t/lib/complex.t
21353____________________________________________________________________________
21354[ 6050] By: jhi on 2000/05/02 19:26:22
21355 Log: Use setxxent()/endxxent().
21356 Branch: cfgperl
21357 ! t/op/grent.t t/op/pwent.t
21358____________________________________________________________________________
21359[ 6049] By: jhi on 2000/05/02 19:06:02
21360 Log: Test both the scalar and list contexts.
21361 Branch: cfgperl
21362 ! t/op/grent.t t/op/pwent.t
21363____________________________________________________________________________
25fbdfc0
GS
21364[ 6048] By: gsar on 2000/05/02 18:29:10
21365 Log: add note about how $( doesn't interpolate in REs (from
21366 Philip Newton <newton@ficus.frogspace.net>)
41fda654 21367 Branch: perl
25fbdfc0 21368 ! pod/perlop.pod
41fda654 21369____________________________________________________________________________
51c9377f
JH
21370[ 6047] By: jhi on 2000/05/02 17:41:24
21371 Log: Call getspnam() only iff needd.
21372 Branch: cfgperl
21373 ! pp_sys.c
21374____________________________________________________________________________
25fbdfc0
GS
21375[ 6046] By: gsar on 2000/05/02 17:07:25
21376 Log: libscheck has insufficient checks for n32 libs (from
21377 Albert Chin-A-Young <china@thewrittenword.com>)
21bad921 21378 Branch: perl
25fbdfc0 21379 ! hints/irix_6.sh
21bad921 21380____________________________________________________________________________
51c9377f
JH
21381[ 6045] By: jhi on 2000/05/02 13:57:17
21382 Log: Integrate with Sarathy.
21383 Branch: cfgperl
21384 !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
21385 !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
21386____________________________________________________________________________
25fbdfc0
GS
21387[ 6044] By: gsar on 2000/05/02 06:48:19
21388 Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21389 such that underscores are only ignored in literal numbers,
21390 "\x{...}", and hex/oct argument
21bad921 21391 Branch: perl
25fbdfc0 21392 ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21bad921 21393____________________________________________________________________________
25fbdfc0
GS
21394[ 6043] By: gsar on 2000/05/02 02:22:29
21395 Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21bad921 21396 Branch: perl
25fbdfc0 21397 ! pod/perlretut.pod
21bad921 21398____________________________________________________________________________
25fbdfc0
GS
21399[ 6042] By: gsar on 2000/05/02 02:17:51
21400 Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21bad921 21401 Branch: perl
25fbdfc0 21402 ! pod/perltrap.pod
21bad921 21403____________________________________________________________________________
25fbdfc0
GS
21404[ 6041] By: gsar on 2000/05/02 01:53:51
21405 Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21406 to compensate
21bad921 21407 Branch: perl
25fbdfc0 21408 ! Porting/makerel
21bad921 21409____________________________________________________________________________
25fbdfc0
GS
21410[ 6040] By: gsar on 2000/05/02 01:51:57
21411 Log: missing files in MANIFEST
21bad921 21412 Branch: perl
25fbdfc0 21413 ! MANIFEST
21bad921 21414____________________________________________________________________________
51c9377f
JH
21415[ 6039] By: jhi on 2000/05/02 00:36:46
21416 Log: Infinite problems.
21417 Branch: cfgperl
21418 ! lib/Math/Complex.pm
21419____________________________________________________________________________
21420[ 6038] By: jhi on 2000/05/02 00:06:38
21421 Log: pwent/spent #ifdef imbalance.
21422 Branch: cfgperl
21423 ! pp_sys.c
21424____________________________________________________________________________
21425[ 6037] By: jhi on 2000/05/01 22:50:11
21426 Log: Use HUGE_VALL if applicable.
21427 Branch: cfgperl
21428 ! ext/POSIX/POSIX.xs util.c
21429____________________________________________________________________________
21430[ 6036] By: jhi on 2000/05/01 22:20:53
21431 Log: Correct Freudian slip.
21432 Branch: cfgperl
21433 ! pp_sys.c
21434____________________________________________________________________________
21435[ 6035] By: jhi on 2000/05/01 21:07:38
21436 Log: Continue on the pwent/spent case.
21437 Branch: cfgperl
21438 ! pp_sys.c
21439____________________________________________________________________________
21440[ 6034] By: jhi on 2000/05/01 17:45:14
21441 Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
21442 adjustments in 6032 conflicted badly with this, will have
21443 to revisit them later.
21444 Branch: cfgperl
21445 +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21446 !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21447 !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
21448 !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
21449 !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21450 !> t/lib/cgi-html.t t/lib/cgi-request.t
21451____________________________________________________________________________
21452[ 6033] By: jhi on 2000/05/01 17:40:49
21453 Log: Rewrite the pwent/spent logic to be a little bit more clearer.
21454 Branch: cfgperl
21455 ! pp_sys.c
21456____________________________________________________________________________
25fbdfc0
GS
21457[ 6032] By: gsar on 2000/05/01 15:56:32
21458 Log: whitespace adjustments
21bad921 21459 Branch: perl
25fbdfc0 21460 ! pp_sys.c
21bad921 21461____________________________________________________________________________
25fbdfc0
GS
21462[ 6031] By: gsar on 2000/05/01 15:19:41
21463 Log: small nits in diagnostics.pm (from Robin Barker)
21bad921 21464 Branch: perl
25fbdfc0 21465 ! lib/diagnostics.pm pod/perldiag.pod
21bad921 21466____________________________________________________________________________
25fbdfc0
GS
21467[ 6030] By: gsar on 2000/05/01 08:39:18
21468 Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21469 for @- and @+ (from Johan Vromans)
21bad921 21470 Branch: perl
25fbdfc0 21471 ! lib/English.pm pod/perlvar.pod
21bad921 21472____________________________________________________________________________
25fbdfc0
GS
21473[ 6029] By: gsar on 2000/05/01 08:16:10
21474 Log: add CGI.pm v2.66 (from Lincoln Stein)
f07cf794 21475 Branch: perl
25fbdfc0
GS
21476 + lib/CGI/Util.pm t/lib/cgi-pretty.t
21477 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21478 ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
21479 ! t/lib/cgi-html.t t/lib/cgi-request.t
f07cf794 21480____________________________________________________________________________
25fbdfc0
GS
21481[ 6028] By: gsar on 2000/05/01 06:34:41
21482 Log: Pod::Man generates groff-incompatible macro definition (from
21483 Tom Christiansen)
f07cf794 21484 Branch: perl
25fbdfc0 21485 ! lib/Pod/Man.pm
f07cf794 21486____________________________________________________________________________
25fbdfc0
GS
21487[ 6027] By: gsar on 2000/05/01 06:31:36
21488 Log: podlators-1.02 update (from Russ Allbery)
21489 Branch: perl
21490 ! lib/Pod/Man.pm lib/Pod/Text.pm
f07cf794 21491____________________________________________________________________________
51c9377f
JH
21492[ 6026] By: jhi on 2000/04/30 23:24:23
21493 Log: Integrate with Sarathy.
21494 Branch: cfgperl
21495 !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21496 !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
21497 !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21498 !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21499 !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
21500 !> t/lib/syslog.t toke.c win32/win32.h
21501____________________________________________________________________________
25fbdfc0
GS
21502[ 6025] By: gsar on 2000/04/30 18:17:47
21503 Log: Is{Alnum,Alpha,Word} don't match titlecase
21504
21505 TODO: IsSpace is defined recursively!
21506
21507 (both spotted by Larry)
f07cf794 21508 Branch: perl
25fbdfc0
GS
21509 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21510 ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
f07cf794 21511____________________________________________________________________________
25fbdfc0
GS
21512[ 6024] By: gsar on 2000/04/30 17:50:19
21513 Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
21514 (from Hugo van der Sanden)
f07cf794 21515 Branch: perl
25fbdfc0 21516 ! toke.c
f07cf794 21517____________________________________________________________________________
25fbdfc0
GS
21518[ 6023] By: gsar on 2000/04/30 17:14:43
21519 Log: debugger stomps on $. (from M.J.T. Guy)
f07cf794 21520 Branch: perl
25fbdfc0 21521 ! lib/perl5db.pl
f07cf794 21522____________________________________________________________________________
25fbdfc0
GS
21523[ 6022] By: gsar on 2000/04/30 16:59:22
21524 Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
f07cf794 21525 Branch: perl
25fbdfc0 21526 ! sv.c
f07cf794 21527____________________________________________________________________________
25fbdfc0
GS
21528[ 6021] By: gsar on 2000/04/29 21:00:08
21529 Log: remove Win2K issue in pod (fixed by change#6020)
f07cf794 21530 Branch: perl
25fbdfc0 21531 ! README.win32 pod/perl56delta.pod
f07cf794 21532____________________________________________________________________________
25fbdfc0
GS
21533[ 6020] By: gsar on 2000/04/29 20:51:49
21534 Log: test tweak
f07cf794 21535 Branch: perl
25fbdfc0 21536 ! t/lib/open3.t
f07cf794 21537____________________________________________________________________________
25fbdfc0
GS
21538[ 6019] By: gsar on 2000/04/29 20:34:27
21539 Log: windows portability tweaks
f07cf794 21540 Branch: perl
25fbdfc0 21541 ! t/lib/b.t win32/win32.h
f07cf794 21542____________________________________________________________________________
25fbdfc0
GS
21543[ 6018] By: gsar on 2000/04/29 19:55:24
21544 Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
21545 make _PATH_LOG() return "" if unavailable
f07cf794 21546 Branch: perl
25fbdfc0
GS
21547 ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21548 ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
f07cf794 21549____________________________________________________________________________
51c9377f
JH
21550[ 6017] By: jhi on 2000/04/28 22:49:46
21551 Log: Integrate with Sarathy.
21552 Branch: cfgperl
21553 !> op.c perl.c pod/perldiag.pod t/lib/b.t
21554____________________________________________________________________________
21555[ 6016] By: jhi on 2000/04/28 22:46:14
21556 Log: Do not warn that an infinity does not look like a number.
21557 Branch: cfgperl
21558 ! sv.c
21559____________________________________________________________________________
25fbdfc0
GS
21560[ 6015] By: gsar on 2000/04/28 22:35:49
21561 Log: tweak test for portability
f07cf794 21562 Branch: perl
25fbdfc0 21563 ! t/lib/b.t
f07cf794 21564____________________________________________________________________________
25fbdfc0
GS
21565[ 6014] By: gsar on 2000/04/28 22:05:31
21566 Log: glob() loading File::Glob behind the scenes may cause syntax errors
f07cf794 21567 Branch: perl
25fbdfc0 21568 ! op.c
f07cf794 21569____________________________________________________________________________
25fbdfc0
GS
21570[ 6013] By: gsar on 2000/04/28 21:25:22
21571 Log: tweak change#5945 to display correct switch name in diagnostic
f07cf794 21572 Branch: perl
25fbdfc0 21573 ! perl.c pod/perldiag.pod
f07cf794 21574____________________________________________________________________________
51c9377f
JH
21575[ 6012] By: jhi on 2000/04/28 21:08:12
21576 Log: Integrate with Sarathy.
21577 Branch: cfgperl
21578 !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
21579 !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
21580 !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
21581____________________________________________________________________________
21582[ 6011] By: jhi on 2000/04/28 21:04:46
21583 Log: &HUGE_VAL is not defined, it exists.
21584 Branch: cfgperl
21585 ! lib/Math/Complex.pm
21586____________________________________________________________________________
25fbdfc0
GS
21587[ 6010] By: gsar on 2000/04/28 21:02:58
21588 Log: clarify note about shadow password support (from
21589 gellyfish@gellyfish.com)
f07cf794 21590 Branch: perl
25fbdfc0 21591 ! pod/perlfunc.pod
f07cf794 21592____________________________________________________________________________
25fbdfc0
GS
21593[ 6009] By: gsar on 2000/04/28 21:00:00
21594 Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
f07cf794 21595 Branch: perl
25fbdfc0 21596 ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
f07cf794 21597____________________________________________________________________________
25fbdfc0
GS
21598[ 6008] By: gsar on 2000/04/28 20:56:33
21599 Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21600 Branch: perl
21601 ! installperl vms/subconfigure.com
f07cf794 21602____________________________________________________________________________
25fbdfc0
GS
21603[ 6007] By: gsar on 2000/04/28 20:51:21
21604 Log: note about compile failures and END blocks (from M.J.T. Guy)
21605 Branch: perl
21606 ! pod/perl56delta.pod pod/perlmod.pod
f07cf794 21607____________________________________________________________________________
51c9377f
JH
21608[ 6006] By: jhi on 2000/04/28 20:42:14
21609 Log: Regen Configure.
21610 Branch: cfgperl
21611 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21612 ! config_h.SH
21613____________________________________________________________________________
25fbdfc0
GS
21614[ 6005] By: gsar on 2000/04/28 20:41:16
21615 Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9b0c9623 21616 Branch: perl
25fbdfc0 21617 ! utils/perldoc.PL
9b0c9623 21618____________________________________________________________________________
51c9377f
JH
21619[ 6004] By: jhi on 2000/04/28 20:28:21
21620 Log: Integrate with Sarathy.
21621 Branch: cfgperl
21622 !> Configure INSTALL Porting/Glossary Porting/config.sh
21623 !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
21624 !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
21625 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21626 !> win32/config.vc win32/win32.c
21627____________________________________________________________________________
25fbdfc0
GS
21628[ 6003] By: gsar on 2000/04/28 20:11:20
21629 Log: allow REG_EXPAND_SZ keys in Windows registry (from
21630 John Clayton <John.Clayton@barclayscapital.com>)
9b0c9623 21631 Branch: perl
25fbdfc0 21632 ! win32/win32.c
9b0c9623 21633____________________________________________________________________________
25fbdfc0
GS
21634[ 6002] By: gsar on 2000/04/28 19:34:16
21635 Log: destructive sv_setsv() can lose UV-ness from source, causing
21636 numeric promotions/comparisons to fail to do the right thing
9b0c9623 21637 Branch: perl
25fbdfc0 21638 ! sv.c
9b0c9623 21639____________________________________________________________________________
25fbdfc0
GS
21640[ 6001] By: gsar on 2000/04/28 18:44:15
21641 Log: support additional library locations via $Config{otherlibdirs}
21642 (from Andy Dougherty)
9b0c9623 21643 Branch: perl
25fbdfc0
GS
21644 ! Configure INSTALL Porting/Glossary Porting/config.sh
21645 ! Porting/config_H config_h.SH epoc/config.sh perl.c
21646 ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21647 ! win32/config.bc win32/config.gc win32/config.vc
9b0c9623 21648____________________________________________________________________________
51c9377f
JH
21649[ 6000] By: gsar on 2000/04/28 18:26:58
21650 Log: reworked otherlibdirs.U (from Andy Dougherty)
21651 Branch: metaconfig
21652 ! U/installdirs/otherlibdirs.U
21653____________________________________________________________________________
25fbdfc0
GS
21654[ 5999] By: gsar on 2000/04/28 18:17:07
21655 Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9b0c9623 21656 Branch: perl
25fbdfc0
GS
21657 ! t/pragma/warn/toke toke.c
21658____________________________________________________________________________
51c9377f
JH
21659[ 5998] By: jhi on 2000/04/28 13:32:17
21660 Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21661 Branch: cfgperl
21662 ! lib/Math/Complex.pm
21663____________________________________________________________________________
21664[ 5997] By: jhi on 2000/04/28 13:14:04
21665 Log: Preserve $!.
21666 Branch: cfgperl
21667 ! lib/Math/Complex.pm
21668____________________________________________________________________________
21669[ 5996] By: jhi on 2000/04/28 12:59:23
21670 Log: Integrate with Sarathy.
21671 Branch: cfgperl
21672 +> pod/perlrequick.pod pod/perlretut.pod
21673 !> (integrate 51 files)
21674____________________________________________________________________________
25fbdfc0
GS
21675[ 5995] By: gsar on 2000/04/28 09:37:36
21676 Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9b0c9623 21677 Branch: perl
25fbdfc0 21678 ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9b0c9623 21679____________________________________________________________________________
25fbdfc0
GS
21680[ 5994] By: gsar on 2000/04/28 09:33:26
21681 Log: fix for missed accounting for null byte in pack("Z",...) (from
21682 M.J.T. Guy)
9b0c9623 21683 Branch: perl
25fbdfc0 21684 ! pp.c t/op/pack.t
9b0c9623 21685____________________________________________________________________________
25fbdfc0
GS
21686[ 5993] By: gsar on 2000/04/28 09:30:05
21687 Log: various minor tweaks seen on p5p
9b0c9623 21688 Branch: perl
25fbdfc0 21689 ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9b0c9623 21690____________________________________________________________________________
25fbdfc0
GS
21691[ 5992] By: gsar on 2000/04/28 09:08:19
21692 Log: pod nit (from Simon Cozens)
9b0c9623 21693 Branch: perl
25fbdfc0 21694 ! pod/perlop.pod
9b0c9623 21695____________________________________________________________________________
25fbdfc0
GS
21696[ 5991] By: gsar on 2000/04/28 09:06:36
21697 Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21698 Branch: perl
21699 ! README.posix-bc hints/posix-bc.sh
9b0c9623 21700____________________________________________________________________________
25fbdfc0
GS
21701[ 5990] By: gsar on 2000/04/28 08:54:52
21702 Log: use $ENV{LIB} to search for libs under Visual C compiler
21703 on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9b0c9623 21704 Branch: perl
25fbdfc0 21705 ! lib/ExtUtils/Liblist.pm
9b0c9623 21706____________________________________________________________________________
25fbdfc0
GS
21707[ 5989] By: gsar on 2000/04/28 08:27:12
21708 Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21709 itself and no other (from Tom Hughes)
21710 Branch: perl
21711 ! t/op/array.t toke.c
9b0c9623 21712____________________________________________________________________________
25fbdfc0
GS
21713[ 5988] By: gsar on 2000/04/28 08:01:38
21714 Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21715 <paul@miraclefish.com>)
9b0c9623 21716 Branch: perl
25fbdfc0 21717 ! lib/ExtUtils/MakeMaker.pm
9b0c9623 21718____________________________________________________________________________
25fbdfc0
GS
21719[ 5987] By: gsar on 2000/04/28 07:53:09
21720 Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21721 Branch: perl
21722 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9b0c9623 21723____________________________________________________________________________
25fbdfc0
GS
21724[ 5986] By: gsar on 2000/04/28 07:44:17
21725 Log: add regular expressions tutorial and quick-start guide (from
21726 Mark Kvale <kvale@phy.ucsf.edu>)
9b0c9623 21727 Branch: perl
25fbdfc0
GS
21728 + pod/perlrequick.pod pod/perlretut.pod
21729 ! AUTHORS MAINTAIN MANIFEST
9b0c9623 21730____________________________________________________________________________
25fbdfc0
GS
21731[ 5985] By: gsar on 2000/04/28 07:30:28
21732 Log: forked child may not exit correctly if it failed to open
21733 /dev/console (from Graham Barr)
21734 Branch: perl
21735 ! ext/Sys/Syslog/Syslog.pm
9b0c9623 21736____________________________________________________________________________
25fbdfc0
GS
21737[ 5984] By: gsar on 2000/04/28 07:27:20
21738 Log: attributes::reftype() doesn't work on tied argument
21739 Branch: perl
21740 ! xsutils.c
9b0c9623 21741____________________________________________________________________________
25fbdfc0
GS
21742[ 5983] By: gsar on 2000/04/28 07:15:04
21743 Log: numeric conversion of non-number in change#3378 tramples on
21744 OOK offset, causing segfaults
21745 Branch: perl
21746 ! sv.c
9b0c9623 21747____________________________________________________________________________
25fbdfc0
GS
21748[ 5982] By: gsar on 2000/04/28 04:48:25
21749 Log: avoid error in IO::Socket::INET when given an unknown service name
21750 with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21751 Branch: perl
21752 ! ext/IO/lib/IO/Socket/INET.pm
9b0c9623 21753____________________________________________________________________________
25fbdfc0
GS
21754[ 5981] By: gsar on 2000/04/28 04:31:31
21755 Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21756 prototype mismatch with CORE::glob(); update pod and tests to
21757 suit (File::Glob::glob() is still available for backward
21758 compatibility, but should be considered deprecated)
9b0c9623 21759 Branch: perl
25fbdfc0
GS
21760 ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
21761 ! t/lib/glob-taint.t
9b0c9623 21762____________________________________________________________________________
25fbdfc0
GS
21763[ 5980] By: gsar on 2000/04/28 03:47:29
21764 Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
21765 <ghudson@mit.edu>)
21766 Branch: metaconfig
21767 ! U/modified/Options.U
21768 Branch: perl
21769 ! Configure
9b0c9623 21770____________________________________________________________________________
25fbdfc0
GS
21771[ 5979] By: gsar on 2000/04/28 03:07:54
21772 Log: under useithreads, constant pad entries could inadvertantly be
21773 shared across threads (from Eric Blood <eblood@xmission.com>);
21774 added Eric's test case to testsuite
9b0c9623 21775 Branch: perl
25fbdfc0 21776 ! op.c t/op/misc.t
9b0c9623 21777____________________________________________________________________________
25fbdfc0
GS
21778[ 5978] By: gsar on 2000/04/27 21:13:00
21779 Log: sync version numbers in File::Spec with the ones on CPAN
21780 (from Barrie Slaymaker)
9b0c9623 21781 Branch: perl
25fbdfc0
GS
21782 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
21783 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
21784 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9b0c9623 21785____________________________________________________________________________
25fbdfc0
GS
21786[ 5977] By: gsar on 2000/04/27 21:07:29
21787 Log: autoquote barewords followed by newline and arrow properly
21788 (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9b0c9623 21789 Branch: perl
25fbdfc0 21790 ! t/pragma/warn/toke toke.c
9b0c9623 21791____________________________________________________________________________
25fbdfc0
GS
21792[ 5976] By: gsar on 2000/04/27 20:41:20
21793 Log: DB_File v1.73 update (from Paul Marquess)
21794 Branch: perl
21795 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21796 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9b0c9623 21797____________________________________________________________________________
25fbdfc0
GS
21798[ 5975] By: gsar on 2000/04/27 20:34:24
21799 Log: allow sort() reentrancy (variant of patch suggested by
21800 Hugo van der Sanden)
9b0c9623 21801 Branch: perl
25fbdfc0 21802 ! pp_ctl.c t/op/sort.t
9b0c9623 21803____________________________________________________________________________
25fbdfc0
GS
21804[ 5974] By: gsar on 2000/04/27 19:46:57
21805 Log: change#4197 somehow missed initializing PL_errors, meaning
21806 sytax error queueing wasn't working outside eval"" at all;
21807 also fixed eval"" to localize PL_error_count, so that compile-time
21808 eval's don't clobber the error state of the outer context
9b0c9623 21809 Branch: perl
25fbdfc0
GS
21810 ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21811 ! t/pragma/warn/toke
9b0c9623 21812____________________________________________________________________________
25fbdfc0
GS
21813[ 5973] By: gsar on 2000/04/27 18:29:05
21814 Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21815 Branch: perl
21816 ! regcomp.c regexec.c t/op/re_tests
9b0c9623 21817____________________________________________________________________________
51c9377f
JH
21818[ 5972] By: jhi on 2000/04/27 18:22:41
21819 Log: Integrate with Sarathy.
21820 Branch: cfgperl
21821 +> t/lib/b.t t/lib/syslog.t
21822 !> (integrate 31 files)
21823____________________________________________________________________________
21824[ 5971] By: jhi on 2000/04/27 18:18:46
21825 Log: Unicos tweaks from Mark P. Lutz.
21826 Branch: cfgperl
21827 ! hints/unicos.sh lib/Math/Complex.pm
21828____________________________________________________________________________
25fbdfc0
GS
21829[ 5970] By: gsar on 2000/04/27 18:05:11
21830 Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
21831 IV is >32bits
9b0c9623 21832 Branch: perl
25fbdfc0 21833 ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9b0c9623 21834____________________________________________________________________________
25fbdfc0
GS
21835[ 5969] By: gsar on 2000/04/27 17:50:56
21836 Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9b0c9623 21837 Branch: perl
25fbdfc0
GS
21838 + t/lib/syslog.t
21839 ! MANIFEST ext/Sys/Syslog/Syslog.pm
9b0c9623 21840____________________________________________________________________________
25fbdfc0
GS
21841[ 5968] By: gsar on 2000/04/27 17:44:49
21842 Log: tolerate spaces in group names in test on solaris (from David Boyce
21843 <dsb@boyski.com>)
9b0c9623 21844 Branch: perl
25fbdfc0 21845 ! t/op/groups.t
9b0c9623 21846____________________________________________________________________________
25fbdfc0
GS
21847[ 5967] By: gsar on 2000/04/27 17:41:22
21848 Log: improved docs on the warn_uninit diagnostic (from David Glasser
21849 and Simon Cozens)
9b0c9623 21850 Branch: perl
25fbdfc0 21851 ! pod/perldiag.pod
9b0c9623 21852____________________________________________________________________________
25fbdfc0
GS
21853[ 5966] By: gsar on 2000/04/27 16:54:58
21854 Log: add testsuite for B backends, fix bug in B::Deparse (from
21855 Simon Cozens <simon@brecon.co.uk>)
9b0c9623 21856 Branch: perl
25fbdfc0
GS
21857 + t/lib/b.t
21858 ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9b0c9623 21859____________________________________________________________________________
25fbdfc0
GS
21860[ 5965] By: gsar on 2000/04/27 16:10:37
21861 Log: avoid "will not stay shared" warnings for our variables (from
21862 Robin Barker)
9b0c9623 21863 Branch: perl
25fbdfc0 21864 ! op.c t/pragma/warn/op
9b0c9623 21865____________________________________________________________________________
25fbdfc0
GS
21866[ 5964] By: gsar on 2000/04/27 07:05:05
21867 Log: reformat to 72 columns (again)
9b0c9623 21868 Branch: perl
25fbdfc0 21869 ! pod/perldiag.pod
9b0c9623 21870____________________________________________________________________________
25fbdfc0
GS
21871[ 5963] By: gsar on 2000/04/27 06:28:31
21872 Log: patch from Larry to make (\&) prototype work; added tests for
21873 the same
9b0c9623 21874 Branch: perl
25fbdfc0 21875 ! op.c t/comp/proto.t
9b0c9623 21876____________________________________________________________________________
25fbdfc0
GS
21877[ 5962] By: gsar on 2000/04/27 06:15:47
21878 Log: updated README.hpux (from Jeff Okamoto)
9b0c9623 21879 Branch: perl
25fbdfc0 21880 ! README.hpux
9b0c9623 21881____________________________________________________________________________
25fbdfc0
GS
21882[ 5961] By: gsar on 2000/04/27 05:55:03
21883 Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9b0c9623 21884 Branch: perl
25fbdfc0 21885 ! emacs/cperl-mode.el
9b0c9623 21886____________________________________________________________________________
25fbdfc0
GS
21887[ 5960] By: gsar on 2000/04/27 05:49:26
21888 Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9b0c9623 21889 Branch: perl
25fbdfc0 21890 ! INSTALL
9b0c9623 21891____________________________________________________________________________
25fbdfc0
GS
21892[ 5959] By: gsar on 2000/04/27 05:33:41
21893 Log: doubled words in pods (from Simon Cozens
21894 <simon.p.cozens@jp.pwcglobal.com>)
9b0c9623 21895 Branch: perl
25fbdfc0
GS
21896 ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
21897 ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
21898 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
21899 ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
21900 ! pod/perltootc.pod
9b0c9623 21901____________________________________________________________________________
25fbdfc0
GS
21902[ 5958] By: gsar on 2000/04/27 05:11:39
21903 Log: change#3569 deleted some essential code, revert; avoid use of
21904 atexit() to make DynaLoader work properly on AIX under mod_perl
21905 (from Jens-Uwe Mager <jum@helios.de>)
9b0c9623 21906 Branch: perl
25fbdfc0 21907 ! ext/DynaLoader/dl_aix.xs
9b0c9623 21908____________________________________________________________________________
25fbdfc0
GS
21909[ 5957] By: gsar on 2000/04/27 04:54:51
21910 Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9b0c9623 21911 Branch: perl
25fbdfc0 21912 ! pod/perlmod.pod
9b0c9623 21913____________________________________________________________________________
25fbdfc0
GS
21914[ 5956] By: gsar on 2000/04/27 04:51:47
21915 Log: better diagnostics on failed tests (from Ilya Zakharevich)
9b0c9623 21916 Branch: perl
25fbdfc0 21917 ! t/op/lex_assign.t
9b0c9623 21918____________________________________________________________________________
25fbdfc0
GS
21919[ 5955] By: gsar on 2000/04/27 04:26:44
21920 Log: longstanding bug exposed by change#3307: sort arguments weren't
21921 compiled with the right wantarray context (ensuing runtime lookup
21922 via block_gimme() was getting the incidental context of the
21923 sort() itself)
9b0c9623 21924 Branch: perl
25fbdfc0 21925 ! op.c t/op/sort.t
9b0c9623 21926____________________________________________________________________________
25fbdfc0
GS
21927[ 5954] By: gsar on 2000/04/26 23:42:12
21928 Log: integrate cfgperl contents into mainline
9b0c9623 21929 Branch: perl
25fbdfc0 21930 !> (integrate 30 files)
9b0c9623 21931____________________________________________________________________________
51c9377f
JH
21932[ 5953] By: jhi on 2000/04/26 23:06:42
21933 Log: Integrate with Sarathy.
21934 Branch: cfgperl
21935 !> README.win32 ext/B/B/Deparse.pm
21936 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21937 !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
21938 !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
21939 !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
21940 !> utils/perldoc.PL vms/perlvms.pod
21941____________________________________________________________________________
21942[ 5952] By: jhi on 2000/04/26 23:03:46
21943 Log: Undo "use integer" addition from 64bitint as it seems
21944 to break most of the subtests in Digital UNIX;
21945 Unicos needs to find another way.
21946 Branch: cfgperl
21947 ! t/op/64bitint.t
21948____________________________________________________________________________
21949[ 5951] By: jhi on 2000/04/26 22:57:53
21950 Log: Be more robust on "extreme" (large absolute value)
21951 arguments. Originally reported by Daniel Connelly
21952 as a problem with asinh() on large negative arguments,
21953 asinh() used to bail out because an argument to log()
21954 ended up being zero. Ilya Zakharevich proposed using
21955 Taylor's series in such cases, which for such large
21956 arguments is a very good approximation.
21957 Branch: cfgperl
21958 ! lib/Math/Complex.pm t/lib/complex.t
21959____________________________________________________________________________
25fbdfc0
GS
21960[ 5950] By: gsar on 2000/04/25 19:13:12
21961 Log: reformat perldiag to avoid long lines
9b0c9623 21962 Branch: perl
25fbdfc0 21963 ! pod/perldiag.pod
9b0c9623 21964____________________________________________________________________________
25fbdfc0
GS
21965[ 5949] By: gsar on 2000/04/25 18:41:11
21966 Log: make perldoc use the pod2man from the same version (from
21967 M.J.T. Guy)
21968 Branch: perl
21969 ! utils/perldoc.PL
9b0c9623 21970____________________________________________________________________________
25fbdfc0
GS
21971[ 5948] By: gsar on 2000/04/25 18:21:57
21972 Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
21973 <kompas@kompas.usr.onet.pl>)
9b0c9623 21974 Branch: perl
25fbdfc0 21975 ! lib/vars.pm
9b0c9623 21976____________________________________________________________________________
25fbdfc0
GS
21977[ 5947] By: gsar on 2000/04/25 18:11:53
21978 Log: use &dl_error rather than &dl_load_file as the guard for calling
21979 boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21980 statically built perl)
21981 Branch: perl
21982 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9b0c9623 21983____________________________________________________________________________
51c9377f
JH
21984[ 5946] By: jhi on 2000/04/25 17:37:54
21985 Log: Document that tr() is not tr(1).
21986 Branch: cfgperl
21987 ! pod/perlop.pod
21988____________________________________________________________________________
25fbdfc0
GS
21989[ 5945] By: gsar on 2000/04/25 16:34:33
21990 Log: make module name mandatory after -M switch; reorder perldiag
21991 alphabetically (from Mark-Jason Dominus)
9b0c9623 21992 Branch: perl
25fbdfc0 21993 ! perl.c pod/perldiag.pod
9b0c9623 21994____________________________________________________________________________
51c9377f
JH
21995[ 5944] By: jhi on 2000/04/25 01:15:18
21996 Log: On second thoughts frexp() does have two arguments.
21997 Branch: cfgperl
21998 ! perl.h
21999____________________________________________________________________________
22000[ 5943] By: jhi on 2000/04/24 22:56:32
22001 Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
22002 Now pp_ncmp() returns undef is either operand is a NaN.
22003 Branch: cfgperl
22004 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22005 ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
22006 ! vms/subconfigure.com vos/config.def vos/config.h
22007 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
22008 ! win32/config.vc win32/config_H.bc win32/config_H.gc
22009 ! win32/config_H.vc
22010 Branch: metaconfig/U/perl
22011 + d_modfl.U
22012____________________________________________________________________________
22013[ 5942] By: jhi on 2000/04/24 19:45:17
22014 Log: Regen Configure to match #5937.
22015 Branch: cfgperl
22016 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22017 ! config_h.SH
22018 Branch: metaconfig
22019 ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
22020____________________________________________________________________________
22021[ 5941] By: jhi on 2000/04/24 19:24:11
22022 Log: Further Unicos fixes for Mark Lutz.
22023 Branch: cfgperl
22024 ! hints/unicos.sh pp_ctl.c
22025____________________________________________________________________________
22026[ 5940] By: jhi on 2000/04/24 19:09:06
22027 Log: Various Unicos 10.0.0.6 fixes.
22028
22029 Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
22030 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
22031 Reply-To: tecmpl1@triton.ca.boeing.com
22032 To: perl5-porters@perl.org
22033 Date: Fri, 14 Apr 2000 20:21:00 GMT
22034 Message-Id: <200004142021.UAA36232@triton.ca.boeing.com>
22035 Branch: cfgperl
22036 ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
22037____________________________________________________________________________
25fbdfc0
GS
22038[ 5939] By: gsar on 2000/04/24 19:01:24
22039 Log: more pod nits (from Larry Virden)
9b0c9623 22040 Branch: perl
25fbdfc0
GS
22041 ! README.win32 pod/perlsub.pod pod/perlsyn.pod
22042 ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
22043 ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9b0c9623 22044____________________________________________________________________________
25fbdfc0
GS
22045[ 5938] By: gsar on 2000/04/24 18:54:01
22046 Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9b0c9623 22047 Branch: perl
25fbdfc0 22048 ! ext/B/B/Deparse.pm
9b0c9623 22049____________________________________________________________________________
51c9377f
JH
22050[ 5937] By: jhi on 2000/04/24 17:39:00
22051 Log: Integrate with Sarathy.
22052 Branch: cfgperl
22053 +> (branch 31 files)
22054 !> (integrate 73 files)
22055____________________________________________________________________________
25fbdfc0
GS
22056[ 5936] By: gsar on 2000/04/24 17:30:06
22057 Log: additional tests for change#5934 (from Paul Marquess, who also
22058 sent in the same fix)
22059 Branch: perl
22060 ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
22061 ! t/pragma/warn/5nolint t/pragma/warn/6default
9b0c9623 22062____________________________________________________________________________
51c9377f
JH
22063[ 5935] By: jhi on 2000/04/24 17:26:05
22064 Log: Do not assume sign propagation.
22065 Subject: [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
22066 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22067 To: payner@ncifcrf.gov, perl5-porters@perl.org
22068 Date: Tue, 18 Apr 2000 18:24:49 +0100
22069 Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk>
22070 Branch: cfgperl
22071 ! t/op/bop.t t/op/misc.t
22072____________________________________________________________________________
25fbdfc0
GS
22073[ 5934] By: gsar on 2000/04/24 17:16:54
22074 Log: propagate lexical warnings from surrounding scope correctly
22075 within string eval()
9b0c9623 22076 Branch: perl
25fbdfc0 22077 ! pp_ctl.c t/pragma/warn/pp_ctl
9b0c9623 22078____________________________________________________________________________
51c9377f
JH
22079[ 5933] By: jhi on 2000/04/24 17:01:07
22080 Log: Flatten the cpp jungle doing the nosuid checking.
22081 Branch: cfgperl
22082 ! perl.c
22083____________________________________________________________________________
25fbdfc0
GS
22084[ 5932] By: gsar on 2000/04/24 09:08:14
22085 Log: add rsignal(), whichsig() and do_join() to public API list
22086 (mod_perl uses them to good advantage)
9b0c9623 22087 Branch: perl
25fbdfc0 22088 ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9b0c9623 22089____________________________________________________________________________
25fbdfc0
GS
22090[ 5931] By: gsar on 2000/04/24 09:01:40
22091 Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
c47ff5f1 22092 Branch: perl
25fbdfc0 22093 ! pp_hot.c regexec.c t/op/pat.t
c47ff5f1 22094____________________________________________________________________________
25fbdfc0
GS
22095[ 5930] By: gsar on 2000/04/24 08:58:33
22096 Log: small os390 tweaks (from Peter Prymmer)
c47ff5f1 22097 Branch: perl
25fbdfc0 22098 ! config_h.SH makedepend.SH
c47ff5f1 22099____________________________________________________________________________
25fbdfc0
GS
22100[ 5929] By: gsar on 2000/04/24 08:55:25
22101 Log: pod nits
c47ff5f1 22102 Branch: perl
25fbdfc0 22103 ! pod/perlguts.pod
c47ff5f1 22104____________________________________________________________________________
25fbdfc0
GS
22105[ 5928] By: gsar on 2000/04/24 08:50:13
22106 Log: revert change#5923 ("breaks" t/lib/io_poll.t)
c47ff5f1 22107 Branch: perl
25fbdfc0 22108 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 22109____________________________________________________________________________
25fbdfc0
GS
22110[ 5927] By: gsar on 2000/04/24 08:43:24
22111 Log: arrange for next() to resume at the unstack op rather than the
22112 loop conditional, so that scope cleanup happens correctly
22113 (from Stephen McCamant)
c47ff5f1 22114 Branch: perl
25fbdfc0 22115 ! op.c pp_ctl.c t/op/misc.t
c47ff5f1 22116____________________________________________________________________________
25fbdfc0
GS
22117[ 5926] By: gsar on 2000/04/24 08:18:40
22118 Log: on windows, reserve 16M of stack rather than 128M (allows more
22119 threads to run concurrently)
c47ff5f1 22120 Branch: perl
25fbdfc0 22121 ! win32/Makefile win32/makefile.mk
c47ff5f1 22122____________________________________________________________________________
25fbdfc0
GS
22123[ 5925] By: gsar on 2000/04/24 08:13:52
22124 Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
c47ff5f1 22125 Branch: perl
25fbdfc0 22126 ! toke.c
c47ff5f1 22127____________________________________________________________________________
25fbdfc0
GS
22128[ 5924] By: gsar on 2000/04/24 08:08:59
22129 Log: avoid using uninitialized memory in require version check
c47ff5f1 22130 Branch: perl
25fbdfc0 22131 ! pp_ctl.c universal.c
c47ff5f1 22132____________________________________________________________________________
25fbdfc0
GS
22133[ 5923] By: gsar on 2000/04/24 07:20:14
22134 Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
c47ff5f1 22135 Branch: perl
25fbdfc0 22136 ! ext/IO/lib/IO/Poll.pm
c47ff5f1 22137____________________________________________________________________________
25fbdfc0
GS
22138[ 5922] By: gsar on 2000/04/24 07:08:42
22139 Log: commentary about IoTYPE() (from Nathan Torkington)
c47ff5f1 22140 Branch: perl
25fbdfc0 22141 ! sv.h
c47ff5f1 22142____________________________________________________________________________
25fbdfc0
GS
22143[ 5921] By: gsar on 2000/04/24 06:58:26
22144 Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
22145 by fix
c47ff5f1 22146 Branch: perl
25fbdfc0 22147 ! sv.c t/lib/charnames.t t/pragma/utf8.t
c47ff5f1 22148____________________________________________________________________________
25fbdfc0
GS
22149[ 5920] By: gsar on 2000/04/24 06:37:59
22150 Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
c47ff5f1 22151 Branch: perl
25fbdfc0 22152 ! doop.c t/op/ver.t
c47ff5f1 22153____________________________________________________________________________
25fbdfc0
GS
22154[ 5919] By: gsar on 2000/04/24 06:21:58
22155 Log: Configure might miss old directories when prefix must be
22156 expanded (from Robin Barker)
22157 Branch: metaconfig
22158 ! U/installdirs/inc_version_list.U
c47ff5f1 22159 Branch: perl
25fbdfc0 22160 ! Configure
c47ff5f1 22161____________________________________________________________________________
25fbdfc0
GS
22162[ 5918] By: gsar on 2000/04/24 06:16:11
22163 Log: VMS nits in glob() test (from Charles Lane)
c47ff5f1 22164 Branch: perl
25fbdfc0 22165 ! t/lib/glob-basic.t
c47ff5f1 22166____________________________________________________________________________
25fbdfc0
GS
22167[ 5917] By: gsar on 2000/04/24 06:11:56
22168 Log: various pod nits (from Larry Virden and others)
c47ff5f1 22169 Branch: perl
25fbdfc0
GS
22170 ! README.amiga README.hpux README.machten README.os2
22171 ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
22172 ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
22173 ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
22174 ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
22175 ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
22176 ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
22177 ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
22178 ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
c47ff5f1 22179____________________________________________________________________________
25fbdfc0
GS
22180[ 5916] By: gsar on 2000/04/24 05:52:43
22181 Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
22182 <wjones@tc.fluke.com>)
22183 Branch: perl
22184 ! t/lib/glob-basic.t
c47ff5f1 22185____________________________________________________________________________
25fbdfc0
GS
22186[ 5915] By: gsar on 2000/04/24 05:07:01
22187 Log: supported platforms mixed up
c47ff5f1 22188 Branch: perl
25fbdfc0 22189 ! pod/perl56delta.pod pod/perlport.pod
c47ff5f1 22190____________________________________________________________________________
25fbdfc0
GS
22191[ 5914] By: gsar on 2000/04/24 04:56:08
22192 Log: caller() wasn't returning the right number of elements for
22193 eval {...}
c47ff5f1 22194 Branch: perl
25fbdfc0 22195 ! pp_ctl.c t/pragma/warn/9enabled
c47ff5f1 22196____________________________________________________________________________
25fbdfc0
GS
22197[ 5913] By: gsar on 2000/04/24 04:35:41
22198 Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
22199 Mark-Jason Dominus)
22200 Branch: perl
22201 ! pod/perlfunc.pod
c47ff5f1 22202____________________________________________________________________________
25fbdfc0
GS
22203[ 5912] By: gsar on 2000/04/24 04:17:15
22204 Log: fix totally broken caching in UNIVERSAL::isa() (from
22205 Nick Ing-Simmons)
22206 Branch: perl
22207 ! t/op/universal.t universal.c
22208____________________________________________________________________________
22209[ 5911] By: gsar on 2000/04/24 03:39:47
22210 Log: add linebreak properties from unicode/LineBrk.txt (from
22211 Dave Hartnoll <Dave_Hartnoll@3b2.com>)
22212 Branch: perl
22213 + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
22214 + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
22215 + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
22216 + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
22217 + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
22218 + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
22219 + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
22220 + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
22221 + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
22222 + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
22223 + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
22224 + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
22225 + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
22226 + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
22227 + lib/unicode/Is/LbrkZW.pl
22228 ! lib/unicode/mktables.PL
c47ff5f1 22229____________________________________________________________________________
25fbdfc0
GS
22230[ 5910] By: gsar on 2000/04/24 03:23:10
22231 Log: typo in pod
c47ff5f1 22232 Branch: perl
25fbdfc0 22233 ! ext/Thread/Thread.pm
c47ff5f1 22234____________________________________________________________________________
25fbdfc0
GS
22235[ 5909] By: gsar on 2000/04/24 03:22:03
22236 Log: mode argument to do_binmode() should be file mode, not boolean
c47ff5f1 22237 Branch: perl
25fbdfc0 22238 ! pp_sys.c
c47ff5f1 22239____________________________________________________________________________
25fbdfc0
GS
22240[ 5908] By: gsar on 2000/04/16 16:51:08
22241 Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
22242 always returns a valid GV even when the symbol is trapped by strictures
22243 (avoids coredumps)
22244
22245 TODO: the C<package;> hack needs similar treatment
c47ff5f1 22246 Branch: perl
25fbdfc0
GS
22247 ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
22248 ! t/pragma/strict-vars
c47ff5f1 22249____________________________________________________________________________
51c9377f
JH
22250[ 5907] By: jhi on 2000/03/31 23:42:56
22251 Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
22252 an assumption which #5905 demolished.
22253 Branch: cfgperl
22254 ! pp_sys.c
22255____________________________________________________________________________
22256[ 5906] By: jhi on 2000/03/31 18:54:37
22257 Log: Typo in #5905.
22258 Branch: cfgperl
22259 ! t/op/64bitint.t
22260____________________________________________________________________________
22261[ 5905] By: jhi on 2000/03/31 18:50:54
22262 Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
22263 reported by Joseph N. Hall. The bug was that even with use64bitint
22264 one had to use the prefixes q, L, or ll with printf/sprintf,
22265 contrary to the documentation and common sense.
22266 Branch: cfgperl
22267 ! sv.c t/op/64bitint.t
22268____________________________________________________________________________
25fbdfc0
GS
22269[ 5904] By: gsar on 2000/03/28 02:31:32
22270 Log: add Changes, perldelta.pod
fe6f1558 22271 Branch: perl
25fbdfc0 22272 + Changes pod/perldelta.pod
fe6f1558 22273____________________________________________________________________________
25fbdfc0
GS
22274[ 5903] By: gsar on 2000/03/28 02:03:55
22275 Log: rename Changes and perldelta.pod
fe6f1558 22276 Branch: perl
25fbdfc0
GS
22277 +> Changes5.6 pod/perl56delta.pod
22278 - Changes pod/perldelta.pod
22279 ! MANIFEST
fe6f1558 22280____________________________________________________________________________
51c9377f
JH
22281[ 5902] By: gsar on 2000/03/28 01:59:14
22282 Log: create maint-5.6 branch
22283 Branch: maint-5.6/perl
22284 +> (branch 1611 files)
22285____________________________________________________________________________
22286[ 5901] By: jhi on 2000/03/23 05:48:43
22287 Log: Integrate with Sarathy.
22288 Branch: cfgperl
22289 !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
22290____________________________________________________________________________
25fbdfc0
GS
22291[ 5900] By: gsar on 2000/03/23 05:42:43
22292 Log: three guesses on what this is :-)
fe6f1558 22293 Branch: perl
25fbdfc0 22294 ! Changes